|
|
|
| 1 | 2026-08-18T23:14:41.725Z | job assigned to worker 01M0BJEAYHFD76RMZA4T3AF4PQ [factory aws, i-0238beb4772a0cdca] (queued for 47 s) |
| |
| 2 | 2026-08-18T23:14:48.583Z | starting task 0: "setup" |
| 3 | 2026-08-18T23:14:48.589Z | ++ uname -s |
| 4 | 2026-08-18T23:14:48.592Z | + kern=SunOS |
| 5 | 2026-08-18T23:14:48.592Z | + build_user=build |
| 6 | 2026-08-18T23:14:48.592Z | + build_uid=12345 |
| 7 | 2026-08-18T23:14:48.592Z | + work_dir=/work |
| 8 | 2026-08-18T23:14:48.592Z | + input_dir=/input |
| 9 | 2026-08-18T23:14:48.592Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T23:14:48.592Z | + case "$kern" in |
| 11 | 2026-08-18T23:14:48.592Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T23:14:48.592Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T23:14:50.600Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T23:14:50.691Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T23:14:50.695Z | + home_fs=zfs |
| 16 | 2026-08-18T23:14:50.695Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T23:14:50.695Z | + mkdir -p /home/build |
| 18 | 2026-08-18T23:14:50.695Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T23:14:52.698Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T23:14:52.701Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-08-18T23:14:52.707Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T23:14:52.712Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-18T23:14:52.712Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-18T23:14:52.712Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-18T23:14:52.712Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-18T23:14:52.712Z | * rust toolchain profile = "default" |
| 27 | 2026-08-18T23:14:52.712Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T23:14:52.715Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T23:14:52.715Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-18T23:14:52.832Z | info: downloading installer |
| 31 | 2026-08-18T23:14:54.297Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T23:14:54.297Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T23:14:54.297Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T23:14:54.297Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T23:14:54.303Z | info: profile set to default |
| 36 | 2026-08-18T23:14:54.303Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T23:14:54.304Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-18T23:14:54.428Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T23:14:54.433Z | info: downloading 6 components |
| 40 | 2026-08-18T23:15:09.855Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-18T23:15:09.855Z | |
| 42 | 2026-08-18T23:15:09.889Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T23:15:09.890Z | |
| 44 | 2026-08-18T23:15:09.890Z | |
| 45 | 2026-08-18T23:15:09.890Z | Rust is installed now. Great! |
| 46 | 2026-08-18T23:15:09.890Z | |
| 47 | 2026-08-18T23:15:09.890Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T23:15:09.890Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T23:15:09.890Z | |
| 50 | 2026-08-18T23:15:09.890Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T23:15:09.890Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T23:15:09.890Z | |
| 53 | 2026-08-18T23:15:09.890Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T23:15:09.890Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T23:15:09.890Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T23:15:09.890Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T23:15:09.890Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T23:15:09.890Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T23:15:09.890Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T23:15:09.894Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T23:15:09.894Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T23:15:09.993Z | + rustup --version |
| 63 | 2026-08-18T23:15:10.001Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T23:15:10.002Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T23:15:10.023Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T23:15:10.031Z | + cargo --version |
| 67 | 2026-08-18T23:15:10.035Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T23:15:10.035Z | + rustc --version |
| 69 | 2026-08-18T23:15:10.056Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T23:15:10.061Z | process exited: duration 17351 ms, exit code 0 |
| |
| 71 | 2026-08-18T23:15:10.070Z | starting task 2: "authentication" |
| 72 | 2026-08-18T23:15:10.090Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-18T23:15:10.097Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T23:15:10.101Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-18T23:15:10.106Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-18T23:15:10.135Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-18T23:15:33.163Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-18T23:15:33.163Z | + git fetch origin 12dda4eba70c3ad2f9e51c17b979798487ea7522 |
| 79 | 2026-08-18T23:15:33.233Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-18T23:15:33.233Z | * branch 12dda4eba70c3ad2f9e51c17b979798487ea7522 -> FETCH_HEAD |
| 81 | 2026-08-18T23:15:33.233Z | + [[ -n '' ]] |
| 82 | 2026-08-18T23:15:33.233Z | + git reset --hard 12dda4eba70c3ad2f9e51c17b979798487ea7522 |
| 83 | 2026-08-18T23:15:33.233Z | HEAD is now at 12dda4eba Update Maghemite dependency and RA status fields |
| 84 | 2026-08-18T23:15:33.233Z | process exited: duration 19850 ms, exit code 0 |
| |
| 85 | 2026-08-18T23:15:33.271Z | starting task 4: "build" |
| 86 | 2026-08-18T23:15:33.351Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-18T23:15:33.351Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-18T23:15:33.351Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-18T23:15:33.351Z | +++ uname -s |
| 90 | 2026-08-18T23:15:33.351Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-18T23:15:33.351Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-18T23:15:33.351Z | + cargo --version |
| 93 | 2026-08-18T23:15:33.375Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-18T23:15:33.375Z | + rustc --version |
| 95 | 2026-08-18T23:15:33.375Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-18T23:15:33.375Z | + WORK=/work |
| 97 | 2026-08-18T23:15:33.375Z | + pfexec mkdir -p /work |
| 98 | 2026-08-18T23:15:33.375Z | + pfexec chown build /work |
| 99 | 2026-08-18T23:15:33.375Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-18T23:15:35.294Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-18T23:15:35.611Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-18T23:15:37.377Z | Planning: Solver setup ... Done (1.663s) |
| 103 | 2026-08-18T23:15:37.431Z | Planning: Running solver ... Done (0.054s) |
| 104 | 2026-08-18T23:15:37.473Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-18T23:15:37.487Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-18T23:15:37.505Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-18T23:15:37.518Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-08-18T23:15:37.522Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-18T23:15:37.683Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 110 | 2026-08-18T23:15:37.687Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-18T23:15:38.551Z | Planning: Evaluating mediators ... Done (0.867s) |
| 112 | 2026-08-18T23:15:38.554Z | Planning: Planning completed in 2.91 seconds |
| 113 | 2026-08-18T23:15:38.561Z | Packages to install: 2 |
| 114 | 2026-08-18T23:15:38.561Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-18T23:15:38.561Z | Estimated space to be consumed: 69.36 MB |
| 116 | 2026-08-18T23:15:38.561Z | Create boot environment: No |
| 117 | 2026-08-18T23:15:38.561Z | Create backup boot environment: No |
| 118 | 2026-08-18T23:15:38.566Z | Rebuild boot archive: No |
| 119 | 2026-08-18T23:15:38.566Z | |
| 120 | 2026-08-18T23:15:38.566Z | Changed packages: |
| 121 | 2026-08-18T23:15:38.566Z | helios |
| 122 | 2026-08-18T23:15:38.566Z | developer/build-essential |
| 123 | 2026-08-18T23:15:38.566Z | None -> 11-3.0 |
| 124 | 2026-08-18T23:15:38.566Z | library/libxmlsec1 |
| 125 | 2026-08-18T23:15:38.567Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-18T23:15:38.590Z | |
| 127 | 2026-08-18T23:15:38.590Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-18T23:15:38.667Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 129 | 2026-08-18T23:15:38.726Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-18T23:15:38.766Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-18T23:15:38.796Z | Finalize: Updating package state database ... Done (0.032s) |
| 132 | 2026-08-18T23:15:38.797Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-18T23:15:38.871Z | Finalize: Updating image state ... Done (0.074s) |
| 134 | 2026-08-18T23:15:41.483Z | Finalize: Creating fast lookup database ... Done (2.565s) |
| 135 | 2026-08-18T23:15:41.553Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-08-18T23:15:41.557Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-18T23:15:41.640Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-18T23:15:42.003Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-18T23:15:42.108Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-18T23:15:42.111Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-18T23:15:42.266Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-18T23:15:42.269Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-08-18T23:15:42.289Z | Mediators to change: 2 |
| 144 | 2026-08-18T23:15:42.289Z | Create boot environment: No |
| 145 | 2026-08-18T23:15:42.289Z | Create backup boot environment: No |
| 146 | 2026-08-18T23:15:42.333Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-18T23:15:42.333Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-18T23:15:42.383Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-18T23:15:44.334Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-18T23:15:44.398Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-18T23:15:44.402Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-18T23:15:44.452Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-18T23:15:44.736Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-18T23:15:44.842Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-18T23:15:44.845Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-18T23:15:44.997Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-18T23:15:45.001Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-18T23:15:45.020Z | Mediators to change: 1 |
| 159 | 2026-08-18T23:15:45.020Z | Create boot environment: No |
| 160 | 2026-08-18T23:15:45.024Z | Create backup boot environment: No |
| 161 | 2026-08-18T23:15:45.059Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-18T23:15:45.060Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-18T23:15:45.103Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-18T23:15:47.027Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-18T23:15:47.085Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-18T23:15:47.089Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-18T23:15:47.161Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-18T23:15:47.474Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-18T23:15:47.474Z | apache system 2.4 system |
| 170 | 2026-08-18T23:15:47.475Z | clang system 15 system |
| 171 | 2026-08-18T23:15:47.475Z | csh system system illumos |
| 172 | 2026-08-18T23:15:47.475Z | ctags system system illumos |
| 173 | 2026-08-18T23:15:47.475Z | file vendor vendor darwinsys |
| 174 | 2026-08-18T23:15:47.475Z | file system system illumos |
| 175 | 2026-08-18T23:15:47.475Z | gcc vendor 14 vendor |
| 176 | 2026-08-18T23:15:47.475Z | gcc system 13 system |
| 177 | 2026-08-18T23:15:47.475Z | gcc system 10 system |
| 178 | 2026-08-18T23:15:47.475Z | go system 1.25 system |
| 179 | 2026-08-18T23:15:47.475Z | llvm system 15 system |
| 180 | 2026-08-18T23:15:47.475Z | mariadb system 11.4 system |
| 181 | 2026-08-18T23:15:47.475Z | mta vendor vendor dma |
| 182 | 2026-08-18T23:15:47.475Z | openjdk system 17 system |
| 183 | 2026-08-18T23:15:47.475Z | openjdk system 11 system |
| 184 | 2026-08-18T23:15:47.476Z | openssl vendor 3 vendor |
| 185 | 2026-08-18T23:15:47.476Z | perl system 5.40 system |
| 186 | 2026-08-18T23:15:47.476Z | postgresql system 18 system |
| 187 | 2026-08-18T23:15:47.476Z | postgresql system 17 system |
| 188 | 2026-08-18T23:15:47.476Z | python vendor 3 vendor |
| 189 | 2026-08-18T23:15:47.476Z | python system 2 system |
| 190 | 2026-08-18T23:15:47.476Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-18T23:15:47.476Z | ruby system 3.4 system |
| 192 | 2026-08-18T23:15:47.476Z | ruby system 3.0 system |
| 193 | 2026-08-18T23:15:47.476Z | words vendor vendor american-english |
| 194 | 2026-08-18T23:15:47.476Z | words system system australian-english |
| 195 | 2026-08-18T23:15:47.476Z | words system system british-english |
| 196 | 2026-08-18T23:15:47.476Z | words system system canadian-english |
| 197 | 2026-08-18T23:15:47.476Z | words system system french |
| 198 | 2026-08-18T23:15:47.477Z | words system system italian |
| 199 | 2026-08-18T23:15:47.477Z | words system system ngerman |
| 200 | 2026-08-18T23:15:47.477Z | words system system ogerman |
| 201 | 2026-08-18T23:15:47.477Z | words system system spanish |
| 202 | 2026-08-18T23:15:47.725Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-18T23:15:47.725Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-18T23:15:48.178Z | FMRI IFO |
| 205 | 2026-08-18T23:15:48.178Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-18T23:15:48.178Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-18T23:15:48.178Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-18T23:15:48.178Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-18T23:15:48.178Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-18T23:15:48.178Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-18T23:15:48.179Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-18T23:15:48.179Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-18T23:15:48.179Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-18T23:15:48.499Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-18T23:15:48.827Z | Updating crates.io index |
| 216 | 2026-08-18T23:15:48.830Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-18T23:15:49.091Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-18T23:15:49.777Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-08-18T23:15:51.087Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-08-18T23:15:51.717Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-08-18T23:15:53.676Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-08-18T23:15:54.786Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-08-18T23:15:55.088Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-08-18T23:15:55.464Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-08-18T23:15:57.043Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-08-18T23:15:57.325Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-08-18T23:15:57.777Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-08-18T23:15:58.082Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 229 | 2026-08-18T23:15:58.358Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 230 | 2026-08-18T23:15:58.619Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 231 | 2026-08-18T23:15:58.935Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-08-18T23:15:59.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-08-18T23:15:59.524Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 234 | 2026-08-18T23:16:00.284Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-08-18T23:16:00.703Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-08-18T23:16:01.072Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 237 | 2026-08-18T23:16:01.490Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 238 | 2026-08-18T23:16:02.076Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 239 | 2026-08-18T23:16:02.410Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-08-18T23:16:02.699Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-08-18T23:16:03.165Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-08-18T23:16:03.508Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-18T23:16:03.792Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-08-18T23:16:04.141Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-08-18T23:16:04.441Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-08-18T23:16:04.752Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-08-18T23:16:05.166Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 248 | 2026-08-18T23:16:05.871Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-08-18T23:16:06.155Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-08-18T23:16:06.427Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-08-18T23:16:06.752Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 252 | 2026-08-18T23:16:07.082Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-08-18T23:16:07.326Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-08-18T23:16:07.721Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-08-18T23:16:08.015Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-08-18T23:16:08.309Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-08-18T23:16:08.555Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-18T23:16:11.521Z | Downloading crates ... |
| 259 | 2026-08-18T23:16:11.571Z | Downloaded anstyle-query v1.1.5 |
| 260 | 2026-08-18T23:16:11.578Z | Downloaded cargo-platform v0.3.2 |
| 261 | 2026-08-18T23:16:11.582Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-08-18T23:16:11.582Z | Downloaded dof v0.3.0 |
| 263 | 2026-08-18T23:16:11.585Z | Downloaded block-buffer v0.10.4 |
| 264 | 2026-08-18T23:16:11.585Z | Downloaded cpufeatures v0.2.17 |
| 265 | 2026-08-18T23:16:11.585Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-08-18T23:16:11.589Z | Downloaded scroll_derive v0.12.1 |
| 267 | 2026-08-18T23:16:11.592Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-08-18T23:16:11.593Z | Downloaded byteorder v1.5.0 |
| 269 | 2026-08-18T23:16:11.601Z | Downloaded colorchoice v1.0.4 |
| 270 | 2026-08-18T23:16:11.606Z | Downloaded crypto-common v0.1.7 |
| 271 | 2026-08-18T23:16:11.606Z | Downloaded heck v0.4.1 |
| 272 | 2026-08-18T23:16:11.606Z | Downloaded anstyle v1.0.14 |
| 273 | 2026-08-18T23:16:11.610Z | Downloaded cargo_metadata v0.23.1 |
| 274 | 2026-08-18T23:16:11.610Z | Downloaded digest v0.10.7 |
| 275 | 2026-08-18T23:16:11.613Z | Downloaded bitflags v2.11.0 |
| 276 | 2026-08-18T23:16:11.613Z | Downloaded anyhow v1.0.104 |
| 277 | 2026-08-18T23:16:11.617Z | Downloaded fnv v1.0.7 |
| 278 | 2026-08-18T23:16:11.617Z | Downloaded itoa v1.0.17 |
| 279 | 2026-08-18T23:16:11.617Z | Downloaded thiserror-impl v2.0.18 |
| 280 | 2026-08-18T23:16:11.617Z | Downloaded usdt-impl v0.5.0 |
| 281 | 2026-08-18T23:16:11.620Z | Downloaded anstream v1.0.0 |
| 282 | 2026-08-18T23:16:11.621Z | Downloaded zmij v1.0.21 |
| 283 | 2026-08-18T23:16:11.621Z | Downloaded winnow v0.7.14 |
| 284 | 2026-08-18T23:16:11.624Z | Downloaded zerocopy-derive v0.7.35 |
| 285 | 2026-08-18T23:16:11.627Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-08-18T23:16:11.627Z | Downloaded generic-array v0.14.7 |
| 287 | 2026-08-18T23:16:11.627Z | Downloaded macaddr v1.0.1 |
| 288 | 2026-08-18T23:16:11.627Z | Downloaded heck v0.5.0 |
| 289 | 2026-08-18T23:16:11.632Z | Downloaded zerocopy v0.7.35 |
| 290 | 2026-08-18T23:16:11.636Z | Downloaded is_terminal_polyfill v1.70.2 |
| 291 | 2026-08-18T23:16:11.639Z | Downloaded autocfg v1.5.0 |
| 292 | 2026-08-18T23:16:11.639Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-08-18T23:16:11.639Z | Downloaded proc-macro-error v1.0.4 |
| 294 | 2026-08-18T23:16:11.642Z | Downloaded errno v0.3.14 |
| 295 | 2026-08-18T23:16:11.642Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-08-18T23:16:11.642Z | Downloaded memmap v0.7.0 |
| 297 | 2026-08-18T23:16:11.646Z | Downloaded unicode-ident v1.0.24 |
| 298 | 2026-08-18T23:16:11.649Z | Downloaded terminal_size v0.4.3 |
| 299 | 2026-08-18T23:16:11.652Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-08-18T23:16:11.656Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-08-18T23:16:11.659Z | Downloaded plain v0.2.3 |
| 302 | 2026-08-18T23:16:11.659Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-08-18T23:16:11.659Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-08-18T23:16:11.664Z | Downloaded smawk v0.3.2 |
| 305 | 2026-08-18T23:16:11.667Z | Downloaded version_check v0.9.5 |
| 306 | 2026-08-18T23:16:11.667Z | Downloaded strsim v0.11.1 |
| 307 | 2026-08-18T23:16:11.667Z | Downloaded swrite v0.1.0 |
| 308 | 2026-08-18T23:16:11.671Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-08-18T23:16:11.671Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-08-18T23:16:11.671Z | Downloaded usdt v0.5.0 |
| 311 | 2026-08-18T23:16:11.671Z | Downloaded proc-macro-error-attr v1.0.4 |
| 312 | 2026-08-18T23:16:11.678Z | Downloaded unicode-linebreak v0.1.5 |
| 313 | 2026-08-18T23:16:11.682Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-08-18T23:16:11.718Z | Downloaded tabled_derive v0.7.0 |
| 315 | 2026-08-18T23:16:11.718Z | Downloaded serde_spanned v0.6.9 |
| 316 | 2026-08-18T23:16:11.718Z | Downloaded fs-err v3.3.0 |
| 317 | 2026-08-18T23:16:11.718Z | Downloaded bytecount v0.6.9 |
| 318 | 2026-08-18T23:16:11.718Z | Downloaded camino-tempfile v1.4.1 |
| 319 | 2026-08-18T23:16:11.718Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-08-18T23:16:11.718Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-08-18T23:16:11.724Z | Downloaded pest_derive v2.8.6 |
| 322 | 2026-08-18T23:16:11.724Z | Downloaded quote v1.0.45 |
| 323 | 2026-08-18T23:16:11.724Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-08-18T23:16:11.724Z | Downloaded cargo_toml v0.21.0 |
| 325 | 2026-08-18T23:16:11.724Z | Downloaded scroll v0.12.0 |
| 326 | 2026-08-18T23:16:11.724Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-08-18T23:16:11.728Z | Downloaded clap v4.6.1 |
| 328 | 2026-08-18T23:16:11.728Z | Downloaded pest_generator v2.8.6 |
| 329 | 2026-08-18T23:16:11.732Z | Downloaded log v0.4.33 |
| 330 | 2026-08-18T23:16:11.739Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-08-18T23:16:11.742Z | Downloaded toml v0.8.23 |
| 332 | 2026-08-18T23:16:11.749Z | Downloaded proc-macro2 v1.0.106 |
| 333 | 2026-08-18T23:16:11.753Z | Downloaded semver v1.0.28 |
| 334 | 2026-08-18T23:16:11.757Z | Downloaded tempfile v3.27.0 |
| 335 | 2026-08-18T23:16:11.761Z | Downloaded memchr v2.8.0 |
| 336 | 2026-08-18T23:16:11.764Z | Downloaded getrandom v0.3.4 |
| 337 | 2026-08-18T23:16:11.764Z | Downloaded serde_derive v1.0.229 |
| 338 | 2026-08-18T23:16:11.768Z | Downloaded once_cell v1.21.3 |
| 339 | 2026-08-18T23:16:11.768Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-08-18T23:16:11.773Z | Downloaded textwrap v0.16.2 |
| 341 | 2026-08-18T23:16:11.776Z | Downloaded camino v1.2.5 |
| 342 | 2026-08-18T23:16:11.776Z | Downloaded clap_derive v4.6.1 |
| 343 | 2026-08-18T23:16:11.791Z | Downloaded pest_meta v2.8.6 |
| 344 | 2026-08-18T23:16:11.794Z | Downloaded papergrid v0.11.0 |
| 345 | 2026-08-18T23:16:11.798Z | Downloaded serde_core v1.0.229 |
| 346 | 2026-08-18T23:16:11.798Z | Downloaded serde v1.0.229 |
| 347 | 2026-08-18T23:16:11.804Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-08-18T23:16:11.829Z | Downloaded pest v2.8.6 |
| 349 | 2026-08-18T23:16:11.832Z | Downloaded indexmap v2.14.0 |
| 350 | 2026-08-18T23:16:11.841Z | Downloaded typenum v1.20.1 |
| 351 | 2026-08-18T23:16:11.849Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-08-18T23:16:11.855Z | Downloaded clap_builder v4.6.0 |
| 353 | 2026-08-18T23:16:11.864Z | Downloaded goblin v0.8.2 |
| 354 | 2026-08-18T23:16:11.889Z | Downloaded serde_json v1.0.151 |
| 355 | 2026-08-18T23:16:11.893Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-18T23:16:11.907Z | Downloaded syn v1.0.109 |
| 357 | 2026-08-18T23:16:11.920Z | Downloaded unicode-width v0.1.14 |
| 358 | 2026-08-18T23:16:11.935Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-08-18T23:16:11.939Z | Downloaded syn v2.0.117 |
| 360 | 2026-08-18T23:16:11.945Z | Downloaded syn v3.0.3 |
| 361 | 2026-08-18T23:16:11.952Z | Downloaded rustix v1.1.4 |
| 362 | 2026-08-18T23:16:11.974Z | Downloaded libc v0.2.185 |
| 363 | 2026-08-18T23:16:12.036Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-08-18T23:16:12.036Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-18T23:16:12.039Z | Compiling quote v1.0.45 |
| 366 | 2026-08-18T23:16:12.040Z | Compiling serde_core v1.0.229 |
| 367 | 2026-08-18T23:16:12.040Z | Compiling libc v0.2.185 |
| 368 | 2026-08-18T23:16:12.215Z | Compiling version_check v0.9.5 |
| 369 | 2026-08-18T23:16:12.218Z | Compiling memchr v2.8.0 |
| 370 | 2026-08-18T23:16:12.218Z | Compiling serde v1.0.229 |
| 371 | 2026-08-18T23:16:12.218Z | Compiling zmij v1.0.21 |
| 372 | 2026-08-18T23:16:12.218Z | Compiling itoa v1.0.17 |
| 373 | 2026-08-18T23:16:12.218Z | Compiling ucd-trie v0.1.7 |
| 374 | 2026-08-18T23:16:12.218Z | Compiling thiserror v1.0.69 |
| 375 | 2026-08-18T23:16:12.218Z | Compiling rustix v1.1.4 |
| 376 | 2026-08-18T23:16:12.218Z | Compiling byteorder v1.5.0 |
| 377 | 2026-08-18T23:16:12.867Z | Compiling bitflags v2.11.0 |
| 378 | 2026-08-18T23:16:12.883Z | Compiling serde_json v1.0.151 |
| 379 | 2026-08-18T23:16:12.883Z | Compiling syn v1.0.109 |
| 380 | 2026-08-18T23:16:12.883Z | Compiling camino v1.2.5 |
| 381 | 2026-08-18T23:16:12.883Z | Compiling pest v2.8.6 |
| 382 | 2026-08-18T23:16:12.883Z | Compiling hashbrown v0.17.0 |
| 383 | 2026-08-18T23:16:12.883Z | Compiling plain v0.2.3 |
| 384 | 2026-08-18T23:16:12.913Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-08-18T23:16:12.917Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-18T23:16:12.930Z | Compiling proc-macro-error v1.0.4 |
| 387 | 2026-08-18T23:16:13.066Z | Compiling log v0.4.33 |
| 388 | 2026-08-18T23:16:13.066Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-08-18T23:16:13.116Z | Compiling equivalent v1.0.2 |
| 390 | 2026-08-18T23:16:13.230Z | Compiling getrandom v0.3.4 |
| 391 | 2026-08-18T23:16:13.236Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-08-18T23:16:13.260Z | Compiling winnow v0.7.14 |
| 393 | 2026-08-18T23:16:13.264Z | Compiling thiserror v2.0.18 |
| 394 | 2026-08-18T23:16:13.328Z | Compiling anstyle v1.0.14 |
| 395 | 2026-08-18T23:16:13.331Z | Compiling anstyle-query v1.1.5 |
| 396 | 2026-08-18T23:16:13.331Z | Compiling colorchoice v1.0.4 |
| 397 | 2026-08-18T23:16:13.380Z | Compiling cfg-if v1.0.4 |
| 398 | 2026-08-18T23:16:13.411Z | Compiling indexmap v2.14.0 |
| 399 | 2026-08-18T23:16:13.430Z | Compiling autocfg v1.5.0 |
| 400 | 2026-08-18T23:16:13.466Z | Compiling errno v0.3.14 |
| 401 | 2026-08-18T23:16:13.486Z | Compiling thread-id v4.2.2 |
| 402 | 2026-08-18T23:16:13.523Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-08-18T23:16:13.526Z | Compiling toml_write v0.1.2 |
| 404 | 2026-08-18T23:16:13.562Z | Compiling pretty-hex v0.4.1 |
| 405 | 2026-08-18T23:16:13.599Z | Compiling heck v0.4.1 |
| 406 | 2026-08-18T23:16:13.659Z | Compiling anstream v1.0.0 |
| 407 | 2026-08-18T23:16:13.699Z | Compiling syn v2.0.117 |
| 408 | 2026-08-18T23:16:13.721Z | Compiling syn v3.0.3 |
| 409 | 2026-08-18T23:16:13.780Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-08-18T23:16:13.865Z | Compiling once_cell v1.21.3 |
| 411 | 2026-08-18T23:16:13.910Z | Compiling fnv v1.0.7 |
| 412 | 2026-08-18T23:16:13.927Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-08-18T23:16:14.001Z | Compiling fs-err v3.3.0 |
| 414 | 2026-08-18T23:16:14.032Z | Compiling heck v0.5.0 |
| 415 | 2026-08-18T23:16:14.077Z | Compiling anyhow v1.0.104 |
| 416 | 2026-08-18T23:16:14.098Z | Compiling bytecount v0.6.9 |
| 417 | 2026-08-18T23:16:14.117Z | Compiling strsim v0.11.1 |
| 418 | 2026-08-18T23:16:14.141Z | Compiling fastrand v2.3.0 |
| 419 | 2026-08-18T23:16:14.173Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-08-18T23:16:14.256Z | Compiling papergrid v0.11.0 |
| 421 | 2026-08-18T23:16:14.273Z | Compiling memmap v0.7.0 |
| 422 | 2026-08-18T23:16:14.292Z | Compiling smawk v0.3.2 |
| 423 | 2026-08-18T23:16:14.345Z | Compiling unicode-width v0.2.0 |
| 424 | 2026-08-18T23:16:14.423Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-08-18T23:16:14.459Z | Compiling swrite v0.1.0 |
| 426 | 2026-08-18T23:16:14.522Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-18T23:16:14.571Z | Compiling tempfile v3.27.0 |
| 428 | 2026-08-18T23:16:14.668Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-18T23:16:14.689Z | Compiling semver v1.0.28 |
| 430 | 2026-08-18T23:16:14.693Z | Compiling cargo-platform v0.3.2 |
| 431 | 2026-08-18T23:16:14.772Z | Compiling textwrap v0.16.2 |
| 432 | 2026-08-18T23:16:15.001Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-08-18T23:16:15.398Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-08-18T23:16:15.427Z | Compiling serde_derive v1.0.229 |
| 435 | 2026-08-18T23:16:15.874Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-08-18T23:16:16.084Z | Compiling tabled v0.15.0 |
| 437 | 2026-08-18T23:16:16.399Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-08-18T23:16:16.402Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-08-18T23:16:16.402Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-08-18T23:16:16.402Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-08-18T23:16:16.402Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-08-18T23:16:16.480Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-08-18T23:16:17.020Z | Compiling scroll v0.12.0 |
| 444 | 2026-08-18T23:16:17.117Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-08-18T23:16:17.268Z | Compiling goblin v0.8.2 |
| 446 | 2026-08-18T23:16:17.423Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-08-18T23:16:17.782Z | Compiling toml_datetime v0.6.11 |
| 448 | 2026-08-18T23:16:17.782Z | Compiling serde_spanned v0.6.9 |
| 449 | 2026-08-18T23:16:17.785Z | Compiling cargo_metadata v0.23.1 |
| 450 | 2026-08-18T23:16:17.785Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 451 | 2026-08-18T23:16:17.785Z | Compiling macaddr v1.0.1 |
| 452 | 2026-08-18T23:16:17.801Z | Compiling dof v0.3.0 |
| 453 | 2026-08-18T23:16:17.805Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-08-18T23:16:17.895Z | Compiling clap v4.6.1 |
| 455 | 2026-08-18T23:16:17.955Z | Compiling toml_edit v0.22.27 |
| 456 | 2026-08-18T23:16:18.525Z | Compiling usdt-attr-macro v0.5.0 |
| 457 | 2026-08-18T23:16:18.528Z | Compiling usdt-macro v0.5.0 |
| 458 | 2026-08-18T23:16:19.220Z | Compiling toml v0.8.23 |
| 459 | 2026-08-18T23:16:19.553Z | Compiling cargo_toml v0.21.0 |
| 460 | 2026-08-18T23:16:19.914Z | Compiling usdt v0.5.0 |
| 461 | 2026-08-18T23:16:20.872Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 462 | 2026-08-18T23:16:22.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s |
| 463 | 2026-08-18T23:16:23.126Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 464 | 2026-08-18T23:16:23.641Z | Downloading crates ... |
| 465 | 2026-08-18T23:16:23.702Z | Downloaded aead v0.5.2 |
| 466 | 2026-08-18T23:16:23.707Z | Downloaded adler2 v2.0.1 |
| 467 | 2026-08-18T23:16:23.710Z | Downloaded atty v0.2.14 |
| 468 | 2026-08-18T23:16:23.710Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 469 | 2026-08-18T23:16:23.713Z | Downloaded base16ct v1.0.0 |
| 470 | 2026-08-18T23:16:23.716Z | Downloaded async-stream v0.3.6 |
| 471 | 2026-08-18T23:16:23.716Z | Downloaded arrayref v0.3.9 |
| 472 | 2026-08-18T23:16:23.719Z | Downloaded futures-sink v0.3.32 |
| 473 | 2026-08-18T23:16:23.719Z | Downloaded array-init v0.0.4 |
| 474 | 2026-08-18T23:16:23.722Z | Downloaded async-stream-impl v0.3.6 |
| 475 | 2026-08-18T23:16:23.722Z | Downloaded filetime v0.2.27 |
| 476 | 2026-08-18T23:16:23.722Z | Downloaded erased-serde v0.3.31 |
| 477 | 2026-08-18T23:16:23.725Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2026-08-18T23:16:23.725Z | Downloaded atomicwrites v0.4.4 |
| 479 | 2026-08-18T23:16:23.728Z | Downloaded backtrace-ext v0.2.1 |
| 480 | 2026-08-18T23:16:23.728Z | Downloaded futures v0.3.32 |
| 481 | 2026-08-18T23:16:23.731Z | Downloaded embedded-io v0.6.1 |
| 482 | 2026-08-18T23:16:23.731Z | Downloaded home v0.5.12 |
| 483 | 2026-08-18T23:16:23.731Z | Downloaded base16ct v0.2.0 |
| 484 | 2026-08-18T23:16:23.734Z | Downloaded bb8 v0.8.6 |
| 485 | 2026-08-18T23:16:23.737Z | Downloaded flagset v0.4.7 |
| 486 | 2026-08-18T23:16:23.740Z | Downloaded foreign-types-macros v0.2.3 |
| 487 | 2026-08-18T23:16:23.740Z | Downloaded bit-set v0.5.3 |
| 488 | 2026-08-18T23:16:23.743Z | Downloaded anstream v0.6.21 |
| 489 | 2026-08-18T23:16:23.746Z | Downloaded anstyle-parse v0.2.7 |
| 490 | 2026-08-18T23:16:23.746Z | Downloaded fatfs v0.3.6 |
| 491 | 2026-08-18T23:16:23.749Z | Downloaded ff v0.13.1 |
| 492 | 2026-08-18T23:16:23.749Z | Downloaded arrayvec v0.7.6 |
| 493 | 2026-08-18T23:16:23.749Z | Downloaded foreign-types-shared v0.1.1 |
| 494 | 2026-08-18T23:16:23.752Z | Downloaded ff v0.14.0 |
| 495 | 2026-08-18T23:16:23.755Z | Downloaded const-oid v0.10.2 |
| 496 | 2026-08-18T23:16:23.755Z | Downloaded base64ct v1.8.3 |
| 497 | 2026-08-18T23:16:23.758Z | Downloaded ahash v0.8.12 |
| 498 | 2026-08-18T23:16:23.758Z | Downloaded float-cmp v0.10.0 |
| 499 | 2026-08-18T23:16:23.758Z | Downloaded bit-set v0.8.0 |
| 500 | 2026-08-18T23:16:23.761Z | Downloaded fd-lock v4.0.4 |
| 501 | 2026-08-18T23:16:23.761Z | Downloaded foreign-types-shared v0.3.1 |
| 502 | 2026-08-18T23:16:23.761Z | Downloaded futures-core v0.3.32 |
| 503 | 2026-08-18T23:16:23.761Z | Downloaded byte-wrapper v0.1.0 |
| 504 | 2026-08-18T23:16:23.765Z | Downloaded camino-tempfile-ext v0.3.3 |
| 505 | 2026-08-18T23:16:23.765Z | Downloaded foreign-types v0.5.0 |
| 506 | 2026-08-18T23:16:23.765Z | Downloaded futures-io v0.3.32 |
| 507 | 2026-08-18T23:16:23.765Z | Downloaded fixedbitset v0.4.2 |
| 508 | 2026-08-18T23:16:23.768Z | Downloaded foldhash v0.1.5 |
| 509 | 2026-08-18T23:16:23.768Z | Downloaded futures-util v0.3.32 |
| 510 | 2026-08-18T23:16:23.772Z | Downloaded ciborium-ll v0.2.2 |
| 511 | 2026-08-18T23:16:23.775Z | Downloaded addr2line v0.25.1 |
| 512 | 2026-08-18T23:16:23.775Z | Downloaded futures-macro v0.3.32 |
| 513 | 2026-08-18T23:16:23.775Z | Downloaded async-trait v0.1.89 |
| 514 | 2026-08-18T23:16:23.778Z | Downloaded funty v2.0.0 |
| 515 | 2026-08-18T23:16:23.778Z | Downloaded futures-executor v0.3.32 |
| 516 | 2026-08-18T23:16:23.778Z | Downloaded backoff v0.4.0 |
| 517 | 2026-08-18T23:16:23.781Z | Downloaded backon v1.6.0 |
| 518 | 2026-08-18T23:16:23.781Z | Downloaded enum_dispatch v0.3.13 |
| 519 | 2026-08-18T23:16:23.783Z | Downloaded env_logger v0.11.11 |
| 520 | 2026-08-18T23:16:23.784Z | Downloaded fxhash v0.2.1 |
| 521 | 2026-08-18T23:16:23.784Z | Downloaded block-padding v0.4.2 |
| 522 | 2026-08-18T23:16:23.786Z | Downloaded aead v0.6.1 |
| 523 | 2026-08-18T23:16:23.786Z | Downloaded gethostname v0.5.0 |
| 524 | 2026-08-18T23:16:23.786Z | Downloaded globwalk v0.9.1 |
| 525 | 2026-08-18T23:16:23.786Z | Downloaded hex-literal v1.1.0 |
| 526 | 2026-08-18T23:16:23.786Z | Downloaded hostname v0.3.1 |
| 527 | 2026-08-18T23:16:23.789Z | Downloaded block-buffer v0.12.1 |
| 528 | 2026-08-18T23:16:23.789Z | Downloaded fs_extra v1.3.0 |
| 529 | 2026-08-18T23:16:23.789Z | Downloaded hex v0.4.3 |
| 530 | 2026-08-18T23:16:23.789Z | Downloaded castaway v0.2.4 |
| 531 | 2026-08-18T23:16:23.795Z | Downloaded enum-as-inner v0.6.1 |
| 532 | 2026-08-18T23:16:23.798Z | Downloaded embedded-io v0.4.0 |
| 533 | 2026-08-18T23:16:23.798Z | Downloaded form_urlencoded v1.2.2 |
| 534 | 2026-08-18T23:16:23.798Z | Downloaded compression-core v0.4.31 |
| 535 | 2026-08-18T23:16:23.798Z | Downloaded hash32 v0.3.1 |
| 536 | 2026-08-18T23:16:23.802Z | Downloaded assert_matches v1.5.0 |
| 537 | 2026-08-18T23:16:23.802Z | Downloaded cfg_aliases v0.1.1 |
| 538 | 2026-08-18T23:16:23.802Z | Downloaded cobs v0.3.0 |
| 539 | 2026-08-18T23:16:23.802Z | Downloaded hash32 v0.2.1 |
| 540 | 2026-08-18T23:16:23.805Z | Downloaded env_filter v2.0.0 |
| 541 | 2026-08-18T23:16:23.805Z | Downloaded endian-type v0.1.2 |
| 542 | 2026-08-18T23:16:23.805Z | Downloaded futures-task v0.3.32 |
| 543 | 2026-08-18T23:16:23.805Z | Downloaded git-stub v1.0.0 |
| 544 | 2026-08-18T23:16:23.808Z | Downloaded http-range v0.1.5 |
| 545 | 2026-08-18T23:16:23.808Z | Downloaded hubpack_derive v0.1.1 |
| 546 | 2026-08-18T23:16:23.808Z | Downloaded ciborium-io v0.2.2 |
| 547 | 2026-08-18T23:16:23.808Z | Downloaded ascii-canvas v3.0.0 |
| 548 | 2026-08-18T23:16:23.808Z | Downloaded async-recursion v1.1.1 |
| 549 | 2026-08-18T23:16:23.811Z | Downloaded bitfield-macros v0.19.4 |
| 550 | 2026-08-18T23:16:23.811Z | Downloaded http-body v1.0.1 |
| 551 | 2026-08-18T23:16:23.811Z | Downloaded httpdate v1.0.3 |
| 552 | 2026-08-18T23:16:23.811Z | Downloaded headers-core v0.3.0 |
| 553 | 2026-08-18T23:16:23.814Z | Downloaded ghash v0.6.0 |
| 554 | 2026-08-18T23:16:23.817Z | Downloaded float-ord v0.3.2 |
| 555 | 2026-08-18T23:16:23.820Z | Downloaded hostname v0.4.2 |
| 556 | 2026-08-18T23:16:23.823Z | Downloaded hubpack v0.1.2 |
| 557 | 2026-08-18T23:16:23.826Z | Downloaded newline-converter v0.3.0 |
| 558 | 2026-08-18T23:16:23.827Z | Downloaded fs-err v2.11.0 |
| 559 | 2026-08-18T23:16:23.827Z | Downloaded bitfield-struct v0.6.2 |
| 560 | 2026-08-18T23:16:23.830Z | Downloaded cfg_aliases v0.2.1 |
| 561 | 2026-08-18T23:16:23.830Z | Downloaded nodrop v0.1.14 |
| 562 | 2026-08-18T23:16:23.830Z | Downloaded allocator-api2 v0.2.21 |
| 563 | 2026-08-18T23:16:23.833Z | Downloaded cexpr v0.6.0 |
| 564 | 2026-08-18T23:16:23.835Z | Downloaded argon2 v0.6.0-rc.8 |
| 565 | 2026-08-18T23:16:23.838Z | Downloaded phf_shared v0.11.3 |
| 566 | 2026-08-18T23:16:23.838Z | Downloaded foldhash v0.2.0 |
| 567 | 2026-08-18T23:16:23.838Z | Downloaded nibble_vec v0.1.0 |
| 568 | 2026-08-18T23:16:23.841Z | Downloaded opaque-debug v0.3.1 |
| 569 | 2026-08-18T23:16:23.844Z | Downloaded path-slash v0.1.5 |
| 570 | 2026-08-18T23:16:23.847Z | Downloaded phf_shared v0.12.1 |
| 571 | 2026-08-18T23:16:23.851Z | Downloaded rand_chacha v0.3.1 |
| 572 | 2026-08-18T23:16:23.854Z | Downloaded psl-types v2.0.11 |
| 573 | 2026-08-18T23:16:23.856Z | Downloaded rfc6979 v0.4.0 |
| 574 | 2026-08-18T23:16:23.857Z | Downloaded rfc6979 v0.6.0 |
| 575 | 2026-08-18T23:16:23.857Z | Downloaded cmov v0.5.4 |
| 576 | 2026-08-18T23:16:23.859Z | Downloaded progenitor-macro v0.13.0 |
| 577 | 2026-08-18T23:16:23.859Z | Downloaded compression-codecs v0.4.37 |
| 578 | 2026-08-18T23:16:23.860Z | Downloaded ena v0.14.4 |
| 579 | 2026-08-18T23:16:23.862Z | Downloaded fallible-iterator v0.2.0 |
| 580 | 2026-08-18T23:16:23.862Z | Downloaded cassowary v0.3.0 |
| 581 | 2026-08-18T23:16:23.862Z | Downloaded cbc v0.2.1 |
| 582 | 2026-08-18T23:16:23.865Z | Downloaded chacha20 v0.9.1 |
| 583 | 2026-08-18T23:16:23.865Z | Downloaded cipher v0.4.4 |
| 584 | 2026-08-18T23:16:23.866Z | Downloaded cipher v0.5.2 |
| 585 | 2026-08-18T23:16:23.869Z | Downloaded foreign-types v0.3.2 |
| 586 | 2026-08-18T23:16:23.869Z | Downloaded bcs v0.1.6 |
| 587 | 2026-08-18T23:16:23.869Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-08-18T23:16:23.869Z | Downloaded cmake v0.1.57 |
| 589 | 2026-08-18T23:16:23.872Z | Downloaded bit-vec v0.6.3 |
| 590 | 2026-08-18T23:16:23.875Z | Downloaded highway v1.3.0 |
| 591 | 2026-08-18T23:16:23.875Z | Downloaded http-body-util v0.1.3 |
| 592 | 2026-08-18T23:16:23.875Z | Downloaded glob v0.3.3 |
| 593 | 2026-08-18T23:16:23.878Z | Downloaded group v0.14.0 |
| 594 | 2026-08-18T23:16:23.878Z | Downloaded scheduled-thread-pool v0.2.7 |
| 595 | 2026-08-18T23:16:23.878Z | Downloaded scroll_derive v0.13.1 |
| 596 | 2026-08-18T23:16:23.878Z | Downloaded secrecy v0.8.0 |
| 597 | 2026-08-18T23:16:23.878Z | Downloaded secrecy v0.10.3 |
| 598 | 2026-08-18T23:16:23.881Z | Downloaded argon2 v0.5.3 |
| 599 | 2026-08-18T23:16:23.881Z | Downloaded sha1 v0.11.0 |
| 600 | 2026-08-18T23:16:23.884Z | Downloaded sha1 v0.10.6 |
| 601 | 2026-08-18T23:16:23.887Z | Downloaded console v0.16.2 |
| 602 | 2026-08-18T23:16:23.887Z | Downloaded find-msvc-tools v0.1.9 |
| 603 | 2026-08-18T23:16:23.889Z | Downloaded group v0.13.0 |
| 604 | 2026-08-18T23:16:23.889Z | Downloaded bitflags v1.3.2 |
| 605 | 2026-08-18T23:16:23.892Z | Downloaded bitfield v0.19.4 |
| 606 | 2026-08-18T23:16:23.895Z | Downloaded serde_repr v0.1.20 |
| 607 | 2026-08-18T23:16:23.898Z | Downloaded signature v2.2.0 |
| 608 | 2026-08-18T23:16:23.898Z | Downloaded fixedbitset v0.5.7 |
| 609 | 2026-08-18T23:16:23.898Z | Downloaded num_threads v0.1.7 |
| 610 | 2026-08-18T23:16:23.901Z | Downloaded const-oid v0.9.6 |
| 611 | 2026-08-18T23:16:23.901Z | Downloaded cancel-safe-futures v0.1.5 |
| 612 | 2026-08-18T23:16:23.904Z | Downloaded blowfish v0.10.0 |
| 613 | 2026-08-18T23:16:23.904Z | Downloaded flume v0.11.1 |
| 614 | 2026-08-18T23:16:23.907Z | Downloaded futures-channel v0.3.32 |
| 615 | 2026-08-18T23:16:23.907Z | Downloaded git-stub-vcs v0.1.0 |
| 616 | 2026-08-18T23:16:23.907Z | Downloaded parse-display-derive v0.10.0 |
| 617 | 2026-08-18T23:16:23.909Z | Downloaded paste v1.0.15 |
| 618 | 2026-08-18T23:16:23.909Z | Downloaded base64 v0.22.1 |
| 619 | 2026-08-18T23:16:23.912Z | Downloaded supports-hyperlinks v3.2.0 |
| 620 | 2026-08-18T23:16:23.912Z | Downloaded sqlparser_derive v0.5.0 |
| 621 | 2026-08-18T23:16:23.912Z | Downloaded subtle v2.6.1 |
| 622 | 2026-08-18T23:16:23.915Z | Downloaded tabwriter v1.4.1 |
| 623 | 2026-08-18T23:16:23.915Z | Downloaded tagptr v0.2.0 |
| 624 | 2026-08-18T23:16:23.915Z | Downloaded take_mut v0.2.2 |
| 625 | 2026-08-18T23:16:23.915Z | Downloaded num-integer v0.1.46 |
| 626 | 2026-08-18T23:16:23.915Z | Downloaded colored v3.1.1 |
| 627 | 2026-08-18T23:16:23.918Z | Downloaded tap v1.0.1 |
| 628 | 2026-08-18T23:16:23.918Z | Downloaded tower-service v0.3.3 |
| 629 | 2026-08-18T23:16:23.918Z | Downloaded try-lock v0.2.5 |
| 630 | 2026-08-18T23:16:23.918Z | Downloaded num_enum v0.5.11 |
| 631 | 2026-08-18T23:16:23.921Z | Downloaded pem v3.0.6 |
| 632 | 2026-08-18T23:16:23.924Z | Downloaded oxide-update-engine v0.1.2 |
| 633 | 2026-08-18T23:16:23.924Z | Downloaded universal-hash v0.5.1 |
| 634 | 2026-08-18T23:16:23.924Z | Downloaded primeorder v0.13.6 |
| 635 | 2026-08-18T23:16:23.924Z | Downloaded proc-macro-error2 v2.0.1 |
| 636 | 2026-08-18T23:16:23.927Z | Downloaded universal-hash v0.6.1 |
| 637 | 2026-08-18T23:16:23.927Z | Downloaded void v1.0.2 |
| 638 | 2026-08-18T23:16:23.928Z | Downloaded colored v2.2.0 |
| 639 | 2026-08-18T23:16:23.930Z | Downloaded console v0.15.11 |
| 640 | 2026-08-18T23:16:23.930Z | Downloaded typify-macro v0.6.2 |
| 641 | 2026-08-18T23:16:23.930Z | Downloaded unicode-xid v0.2.6 |
| 642 | 2026-08-18T23:16:23.930Z | Downloaded chacha20 v0.10.0 |
| 643 | 2026-08-18T23:16:23.936Z | Downloaded bs58 v0.5.1 |
| 644 | 2026-08-18T23:16:23.936Z | Downloaded r2d2 v0.8.10 |
| 645 | 2026-08-18T23:16:23.936Z | Downloaded async-bb8-diesel v0.2.1 |
| 646 | 2026-08-18T23:16:23.939Z | Downloaded bit-vec v0.8.0 |
| 647 | 2026-08-18T23:16:23.939Z | Downloaded clang-sys v1.8.1 |
| 648 | 2026-08-18T23:16:23.939Z | Downloaded rustc-demangle v0.1.27 |
| 649 | 2026-08-18T23:16:23.939Z | Downloaded globset v0.4.18 |
| 650 | 2026-08-18T23:16:23.942Z | Downloaded hmac v0.12.1 |
| 651 | 2026-08-18T23:16:23.942Z | Downloaded schemars_derive v0.8.22 |
| 652 | 2026-08-18T23:16:23.942Z | Downloaded usdt-macro v0.6.0 |
| 653 | 2026-08-18T23:16:23.945Z | Downloaded getrandom v0.2.17 |
| 654 | 2026-08-18T23:16:23.945Z | Downloaded bzip2 v0.6.1 |
| 655 | 2026-08-18T23:16:23.947Z | Downloaded serde_with_macros v1.5.2 |
| 656 | 2026-08-18T23:16:23.947Z | Downloaded resolv-conf v0.7.6 |
| 657 | 2026-08-18T23:16:23.955Z | Downloaded elliptic-curve v0.14.1 |
| 658 | 2026-08-18T23:16:23.958Z | Downloaded hmac v0.13.0 |
| 659 | 2026-08-18T23:16:23.961Z | Downloaded slog-term v2.9.2 |
| 660 | 2026-08-18T23:16:23.964Z | Downloaded httparse v1.10.1 |
| 661 | 2026-08-18T23:16:23.964Z | Downloaded crc v3.4.0 |
| 662 | 2026-08-18T23:16:23.966Z | Downloaded crunchy v0.2.4 |
| 663 | 2026-08-18T23:16:23.967Z | Downloaded arc-swap v1.8.2 |
| 664 | 2026-08-18T23:16:23.969Z | Downloaded slog-async v2.8.0 |
| 665 | 2026-08-18T23:16:23.969Z | Downloaded yoke-derive v0.8.1 |
| 666 | 2026-08-18T23:16:23.969Z | Downloaded zone v0.3.1 |
| 667 | 2026-08-18T23:16:23.972Z | Downloaded zone_cfg_derive v0.3.1 |
| 668 | 2026-08-18T23:16:23.972Z | Downloaded crc8 v0.1.1 |
| 669 | 2026-08-18T23:16:23.972Z | Downloaded backtrace v0.3.76 |
| 670 | 2026-08-18T23:16:23.975Z | Downloaded base64 v0.21.7 |
| 671 | 2026-08-18T23:16:23.978Z | Downloaded bzip2 v0.4.4 |
| 672 | 2026-08-18T23:16:23.978Z | Downloaded static_assertions v1.1.0 |
| 673 | 2026-08-18T23:16:23.978Z | Downloaded snafu-derive v0.8.9 |
| 674 | 2026-08-18T23:16:23.981Z | Downloaded ssh-cipher v0.3.0 |
| 675 | 2026-08-18T23:16:23.981Z | Downloaded crucible-workspace-hack v0.1.0 |
| 676 | 2026-08-18T23:16:23.984Z | Downloaded postcard v1.1.3 |
| 677 | 2026-08-18T23:16:23.984Z | Downloaded dirs-next v2.0.0 |
| 678 | 2026-08-18T23:16:23.984Z | Downloaded strum_macros v0.24.3 |
| 679 | 2026-08-18T23:16:23.987Z | Downloaded poly1305 v0.8.0 |
| 680 | 2026-08-18T23:16:23.987Z | Downloaded ciborium v0.2.2 |
| 681 | 2026-08-18T23:16:23.990Z | Downloaded postgres-protocol v0.6.10 |
| 682 | 2026-08-18T23:16:23.990Z | Downloaded progenitor-client v0.13.0 |
| 683 | 2026-08-18T23:16:23.990Z | Downloaded tinystr v0.8.2 |
| 684 | 2026-08-18T23:16:23.993Z | Downloaded tls_codec_derive v0.4.2 |
| 685 | 2026-08-18T23:16:23.993Z | Downloaded dirs-sys-next v0.1.2 |
| 686 | 2026-08-18T23:16:23.994Z | Downloaded ident_case v1.0.1 |
| 687 | 2026-08-18T23:16:23.997Z | Downloaded blake2 v0.11.0-rc.6 |
| 688 | 2026-08-18T23:16:24.000Z | Downloaded indoc v1.0.9 |
| 689 | 2026-08-18T23:16:24.003Z | Downloaded walkdir v2.5.0 |
| 690 | 2026-08-18T23:16:24.003Z | Downloaded half v1.8.3 |
| 691 | 2026-08-18T23:16:24.003Z | Downloaded rustversion v1.0.22 |
| 692 | 2026-08-18T23:16:24.006Z | Downloaded illumos-nvpair v0.3.0 |
| 693 | 2026-08-18T23:16:24.006Z | Downloaded rustls-pki-types v1.14.0 |
| 694 | 2026-08-18T23:16:24.009Z | Downloaded is-terminal v0.4.17 |
| 695 | 2026-08-18T23:16:24.016Z | Downloaded whoami v2.1.0 |
| 696 | 2026-08-18T23:16:24.019Z | Downloaded xshell v0.2.7 |
| 697 | 2026-08-18T23:16:24.019Z | Downloaded sha2 v0.11.0 |
| 698 | 2026-08-18T23:16:24.024Z | Downloaded blake2 v0.10.6 |
| 699 | 2026-08-18T23:16:24.028Z | Downloaded keccak v0.1.6 |
| 700 | 2026-08-18T23:16:24.028Z | Downloaded md5 v0.8.0 |
| 701 | 2026-08-18T23:16:24.028Z | Downloaded normalize-line-endings v0.3.0 |
| 702 | 2026-08-18T23:16:24.028Z | Downloaded match_cfg v0.1.0 |
| 703 | 2026-08-18T23:16:24.028Z | Downloaded md-5 v0.10.6 |
| 704 | 2026-08-18T23:16:24.028Z | Downloaded nonempty v0.12.0 |
| 705 | 2026-08-18T23:16:24.028Z | Downloaded openssl-macros v0.1.1 |
| 706 | 2026-08-18T23:16:24.031Z | Downloaded zerovec-derive v0.11.2 |
| 707 | 2026-08-18T23:16:24.031Z | Downloaded maplit v1.0.2 |
| 708 | 2026-08-18T23:16:24.031Z | Downloaded new_debug_unreachable v1.0.6 |
| 709 | 2026-08-18T23:16:24.031Z | Downloaded yoke v0.8.1 |
| 710 | 2026-08-18T23:16:24.031Z | Downloaded serde_derive_internals v0.29.1 |
| 711 | 2026-08-18T23:16:24.034Z | Downloaded half v2.7.1 |
| 712 | 2026-08-18T23:16:24.038Z | Downloaded zeroize v1.9.0 |
| 713 | 2026-08-18T23:16:24.038Z | Downloaded critical-section v1.2.0 |
| 714 | 2026-08-18T23:16:24.041Z | Downloaded csv-core v0.1.13 |
| 715 | 2026-08-18T23:16:24.041Z | Downloaded parking_lot v0.12.5 |
| 716 | 2026-08-18T23:16:24.044Z | Downloaded oso-derive v0.27.3 |
| 717 | 2026-08-18T23:16:24.044Z | Downloaded peg-runtime v0.8.5 |
| 718 | 2026-08-18T23:16:24.044Z | Downloaded getrandom v0.4.3 |
| 719 | 2026-08-18T23:16:24.047Z | Downloaded potential_utf v0.1.4 |
| 720 | 2026-08-18T23:16:24.047Z | Downloaded precomputed-hash v0.1.1 |
| 721 | 2026-08-18T23:16:24.047Z | Downloaded powerfmt v0.2.0 |
| 722 | 2026-08-18T23:16:24.057Z | Downloaded ctutils v0.4.2 |
| 723 | 2026-08-18T23:16:24.060Z | Downloaded defmt-macros v1.0.1 |
| 724 | 2026-08-18T23:16:24.060Z | Downloaded twox-hash v2.1.2 |
| 725 | 2026-08-18T23:16:24.060Z | Downloaded omicron-zone-package v0.12.3 |
| 726 | 2026-08-18T23:16:24.060Z | Downloaded pkcs5 v0.8.1 |
| 727 | 2026-08-18T23:16:24.063Z | Downloaded tokio-dtrace v0.1.1 |
| 728 | 2026-08-18T23:16:24.063Z | Downloaded ecdsa v0.16.9 |
| 729 | 2026-08-18T23:16:24.067Z | Downloaded ref-cast v1.0.25 |
| 730 | 2026-08-18T23:16:24.067Z | Downloaded diesel-dtrace v0.5.0 |
| 731 | 2026-08-18T23:16:24.071Z | Downloaded compact_str v0.8.1 |
| 732 | 2026-08-18T23:16:24.071Z | Downloaded hyper-staticfile v0.10.1 |
| 733 | 2026-08-18T23:16:24.074Z | Downloaded vergen-gitcl v1.0.8 |
| 734 | 2026-08-18T23:16:24.077Z | Downloaded russh-cryptovec v0.62.0 |
| 735 | 2026-08-18T23:16:24.080Z | Downloaded sapling-renderdag v0.1.0 |
| 736 | 2026-08-18T23:16:24.080Z | Downloaded signature v3.0.0 |
| 737 | 2026-08-18T23:16:24.083Z | Downloaded siphasher v1.0.2 |
| 738 | 2026-08-18T23:16:24.086Z | Downloaded generic-array v1.4.3 |
| 739 | 2026-08-18T23:16:24.089Z | Downloaded native-tls v0.2.18 |
| 740 | 2026-08-18T23:16:24.094Z | Downloaded heapless v0.8.0 |
| 741 | 2026-08-18T23:16:24.097Z | Downloaded chacha20poly1305 v0.10.1 |
| 742 | 2026-08-18T23:16:24.100Z | Downloaded cookie v0.18.1 |
| 743 | 2026-08-18T23:16:24.100Z | Downloaded num_enum v0.7.6 |
| 744 | 2026-08-18T23:16:24.104Z | Downloaded keccak v0.2.0 |
| 745 | 2026-08-18T23:16:24.107Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-08-18T23:16:24.107Z | Downloaded libloading v0.8.9 |
| 747 | 2026-08-18T23:16:24.107Z | Downloaded stable_deref_trait v1.2.1 |
| 748 | 2026-08-18T23:16:24.107Z | Downloaded slog-envlogger v2.2.0 |
| 749 | 2026-08-18T23:16:24.107Z | Downloaded strsim v0.10.0 |
| 750 | 2026-08-18T23:16:24.110Z | Downloaded strum v0.27.2 |
| 751 | 2026-08-18T23:16:24.110Z | Downloaded strum v0.26.3 |
| 752 | 2026-08-18T23:16:24.110Z | Downloaded tokio-macros v2.7.0 |
| 753 | 2026-08-18T23:16:24.110Z | Downloaded termtree v0.5.1 |
| 754 | 2026-08-18T23:16:24.110Z | Downloaded slog v2.8.2 |
| 755 | 2026-08-18T23:16:24.113Z | Downloaded ctr v0.10.1 |
| 756 | 2026-08-18T23:16:24.113Z | Downloaded flate2 v1.1.9 |
| 757 | 2026-08-18T23:16:24.116Z | Downloaded bytes v1.11.1 |
| 758 | 2026-08-18T23:16:24.119Z | Downloaded heapless v0.7.17 |
| 759 | 2026-08-18T23:16:24.122Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-08-18T23:16:24.122Z | Downloaded expectorate v1.2.0 |
| 761 | 2026-08-18T23:16:24.127Z | Downloaded peg-macros v0.8.5 |
| 762 | 2026-08-18T23:16:24.127Z | Downloaded pkcs8 v0.10.2 |
| 763 | 2026-08-18T23:16:24.127Z | Downloaded socket2 v0.5.10 |
| 764 | 2026-08-18T23:16:24.130Z | Downloaded toml v0.7.8 |
| 765 | 2026-08-18T23:16:24.130Z | Downloaded oxnet v0.1.6 |
| 766 | 2026-08-18T23:16:24.130Z | Downloaded phf v0.12.1 |
| 767 | 2026-08-18T23:16:24.133Z | Downloaded pin-project-internal v1.1.11 |
| 768 | 2026-08-18T23:16:24.133Z | Downloaded ppv-lite86 v0.2.21 |
| 769 | 2026-08-18T23:16:24.133Z | Downloaded progenitor-extras v0.2.0 |
| 770 | 2026-08-18T23:16:24.133Z | Downloaded tower-layer v0.3.3 |
| 771 | 2026-08-18T23:16:24.136Z | Downloaded rand_seeder v0.4.0 |
| 772 | 2026-08-18T23:16:24.136Z | Downloaded usdt-attr-macro v0.6.0 |
| 773 | 2026-08-18T23:16:24.136Z | Downloaded xshell-macros v0.2.7 |
| 774 | 2026-08-18T23:16:24.136Z | Downloaded oso v0.27.3 |
| 775 | 2026-08-18T23:16:24.139Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 776 | 2026-08-18T23:16:24.139Z | Downloaded derive_builder v0.20.2 |
| 777 | 2026-08-18T23:16:24.142Z | Downloaded prefix-trie v0.7.0 |
| 778 | 2026-08-18T23:16:24.145Z | Downloaded unicode-truncate v1.1.0 |
| 779 | 2026-08-18T23:16:24.145Z | Downloaded uuid v1.23.4 |
| 780 | 2026-08-18T23:16:24.149Z | Downloaded chumsky v0.9.3 |
| 781 | 2026-08-18T23:16:24.149Z | Downloaded humantime v2.3.0 |
| 782 | 2026-08-18T23:16:24.152Z | Downloaded darling_macro v0.20.11 |
| 783 | 2026-08-18T23:16:24.152Z | Downloaded sec1 v0.8.1 |
| 784 | 2026-08-18T23:16:24.156Z | Downloaded darling_macro v0.21.3 |
| 785 | 2026-08-18T23:16:24.156Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 786 | 2026-08-18T23:16:24.160Z | Downloaded xattr v1.6.1 |
| 787 | 2026-08-18T23:16:24.160Z | Downloaded crypto-common v0.2.2 |
| 788 | 2026-08-18T23:16:24.163Z | Downloaded litemap v0.8.1 |
| 789 | 2026-08-18T23:16:24.163Z | Downloaded scroll v0.13.0 |
| 790 | 2026-08-18T23:16:24.163Z | Downloaded sec1 v0.7.3 |
| 791 | 2026-08-18T23:16:24.167Z | Downloaded scrypt v0.12.0 |
| 792 | 2026-08-18T23:16:24.167Z | Downloaded ar_archive_writer v0.5.1 |
| 793 | 2026-08-18T23:16:24.170Z | Downloaded hickory-resolver v0.24.4 |
| 794 | 2026-08-18T23:16:24.173Z | Downloaded tiny-keccak v2.0.2 |
| 795 | 2026-08-18T23:16:24.177Z | Downloaded digest-io v0.1.0 |
| 796 | 2026-08-18T23:16:24.177Z | Downloaded document-features v0.2.12 |
| 797 | 2026-08-18T23:16:24.177Z | Downloaded dyn-clone v1.0.20 |
| 798 | 2026-08-18T23:16:24.180Z | Downloaded sqlformat v0.3.5 |
| 799 | 2026-08-18T23:16:24.180Z | Downloaded termios v0.3.3 |
| 800 | 2026-08-18T23:16:24.183Z | Downloaded slog-dtrace v0.3.0 |
| 801 | 2026-08-18T23:16:24.184Z | Downloaded spki v0.7.3 |
| 802 | 2026-08-18T23:16:24.184Z | Downloaded strum_macros v0.26.4 |
| 803 | 2026-08-18T23:16:24.188Z | Downloaded parking_lot_core v0.8.6 |
| 804 | 2026-08-18T23:16:24.188Z | Downloaded parking_lot_core v0.9.12 |
| 805 | 2026-08-18T23:16:24.191Z | Downloaded poly1305 v0.9.0 |
| 806 | 2026-08-18T23:16:24.191Z | Downloaded headers v0.4.1 |
| 807 | 2026-08-18T23:16:24.194Z | Downloaded idna_adapter v1.2.1 |
| 808 | 2026-08-18T23:16:24.194Z | Downloaded instant v0.1.13 |
| 809 | 2026-08-18T23:16:24.194Z | Downloaded indent_write v2.2.0 |
| 810 | 2026-08-18T23:16:24.197Z | Downloaded kstat-rs v0.2.5 |
| 811 | 2026-08-18T23:16:24.197Z | Downloaded linked-hash-map v0.5.6 |
| 812 | 2026-08-18T23:16:24.200Z | Downloaded darling_core v0.13.4 |
| 813 | 2026-08-18T23:16:24.208Z | Downloaded p256 v0.14.0 |
| 814 | 2026-08-18T23:16:24.212Z | Downloaded newtype_derive v0.1.6 |
| 815 | 2026-08-18T23:16:24.212Z | Downloaded quinn-udp v0.5.14 |
| 816 | 2026-08-18T23:16:24.215Z | Downloaded lru-slab v0.1.2 |
| 817 | 2026-08-18T23:16:24.215Z | Downloaded num-iter v0.1.45 |
| 818 | 2026-08-18T23:16:24.215Z | Downloaded parse-size v1.1.0 |
| 819 | 2026-08-18T23:16:24.215Z | Downloaded percent-encoding v2.3.2 |
| 820 | 2026-08-18T23:16:24.215Z | Downloaded psm v0.1.30 |
| 821 | 2026-08-18T23:16:24.215Z | Downloaded wyz v0.5.1 |
| 822 | 2026-08-18T23:16:24.218Z | Downloaded num-conv v0.2.0 |
| 823 | 2026-08-18T23:16:24.218Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-08-18T23:16:24.218Z | Downloaded vergen-lib v0.1.6 |
| 825 | 2026-08-18T23:16:24.218Z | Downloaded vergen-lib v9.1.0 |
| 826 | 2026-08-18T23:16:24.221Z | Downloaded rayon-core v1.13.0 |
| 827 | 2026-08-18T23:16:24.221Z | Downloaded uzers v0.12.2 |
| 828 | 2026-08-18T23:16:24.263Z | Downloaded derive-where v1.6.0 |
| 829 | 2026-08-18T23:16:24.263Z | Downloaded indexmap v1.9.3 |
| 830 | 2026-08-18T23:16:24.268Z | Downloaded zstd-safe v7.2.4 |
| 831 | 2026-08-18T23:16:24.268Z | Downloaded lzss v0.8.2 |
| 832 | 2026-08-18T23:16:24.268Z | Downloaded vergen-git2 v9.1.0 |
| 833 | 2026-08-18T23:16:24.268Z | Downloaded phf_shared v0.13.1 |
| 834 | 2026-08-18T23:16:24.269Z | Downloaded const_format_proc_macros v0.2.34 |
| 835 | 2026-08-18T23:16:24.269Z | Downloaded ref-cast-impl v1.0.25 |
| 836 | 2026-08-18T23:16:24.269Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-08-18T23:16:24.269Z | Downloaded progenitor-macro v0.14.0 |
| 838 | 2026-08-18T23:16:24.269Z | Downloaded salsa20 v0.11.0 |
| 839 | 2026-08-18T23:16:24.269Z | Downloaded cc v1.2.56 |
| 840 | 2026-08-18T23:16:24.269Z | Downloaded derive-ex v0.1.8 |
| 841 | 2026-08-18T23:16:24.269Z | Downloaded bumpalo v3.20.2 |
| 842 | 2026-08-18T23:16:24.269Z | Downloaded derive_builder_core v0.20.2 |
| 843 | 2026-08-18T23:16:24.269Z | Downloaded predicates-core v1.0.10 |
| 844 | 2026-08-18T23:16:24.269Z | Downloaded delegate v0.13.5 |
| 845 | 2026-08-18T23:16:24.269Z | Downloaded hashbrown v0.12.3 |
| 846 | 2026-08-18T23:16:24.269Z | Downloaded hickory-resolver v0.25.2 |
| 847 | 2026-08-18T23:16:24.269Z | Downloaded libbz2-rs-sys v0.2.2 |
| 848 | 2026-08-18T23:16:24.270Z | Downloaded http v1.4.2 |
| 849 | 2026-08-18T23:16:24.270Z | Downloaded async-compression v0.4.41 |
| 850 | 2026-08-18T23:16:24.270Z | Downloaded aes v0.9.1 |
| 851 | 2026-08-18T23:16:24.270Z | Downloaded term v1.2.1 |
| 852 | 2026-08-18T23:16:24.270Z | Downloaded const_format v0.2.35 |
| 853 | 2026-08-18T23:16:24.270Z | Downloaded serde_urlencoded v0.7.1 |
| 854 | 2026-08-18T23:16:24.270Z | Downloaded signal-hook-mio v0.2.5 |
| 855 | 2026-08-18T23:16:24.270Z | Downloaded steno v0.4.1 |
| 856 | 2026-08-18T23:16:24.270Z | Downloaded darling_core v0.20.11 |
| 857 | 2026-08-18T23:16:24.270Z | Downloaded semver v0.1.20 |
| 858 | 2026-08-18T23:16:24.270Z | Downloaded hickory-server v0.25.2 |
| 859 | 2026-08-18T23:16:24.273Z | Downloaded ingot-types v0.2.0 |
| 860 | 2026-08-18T23:16:24.273Z | Downloaded darling_core v0.21.3 |
| 861 | 2026-08-18T23:16:24.273Z | Downloaded oxide-update-engine-types v0.1.2 |
| 862 | 2026-08-18T23:16:24.276Z | Downloaded rcgen v0.12.1 |
| 863 | 2026-08-18T23:16:24.276Z | Downloaded unicase v2.9.0 |
| 864 | 2026-08-18T23:16:24.279Z | Downloaded jobserver v0.1.34 |
| 865 | 2026-08-18T23:16:24.279Z | Downloaded libefi-sys v0.1.0 |
| 866 | 2026-08-18T23:16:24.279Z | Downloaded module-lattice v0.2.3 |
| 867 | 2026-08-18T23:16:24.279Z | Downloaded num-derive v0.4.2 |
| 868 | 2026-08-18T23:16:24.283Z | Downloaded libsw-core v0.3.2 |
| 869 | 2026-08-18T23:16:24.283Z | Downloaded structmeta v0.3.0 |
| 870 | 2026-08-18T23:16:24.283Z | Downloaded testing_table v0.3.0 |
| 871 | 2026-08-18T23:16:24.283Z | Downloaded waitgroup v0.1.2 |
| 872 | 2026-08-18T23:16:24.286Z | Downloaded unarray v0.1.4 |
| 873 | 2026-08-18T23:16:24.286Z | Downloaded unit-prefix v0.5.2 |
| 874 | 2026-08-18T23:16:24.286Z | Downloaded wnaf v0.14.0 |
| 875 | 2026-08-18T23:16:24.286Z | Downloaded rand v0.9.2 |
| 876 | 2026-08-18T23:16:24.289Z | Downloaded rand v0.10.1 |
| 877 | 2026-08-18T23:16:24.292Z | Downloaded indicatif v0.18.4 |
| 878 | 2026-08-18T23:16:24.292Z | Downloaded mime_guess v2.0.5 |
| 879 | 2026-08-18T23:16:24.295Z | Downloaded icu_locale_core v2.1.1 |
| 880 | 2026-08-18T23:16:24.298Z | Downloaded daft v0.1.7 |
| 881 | 2026-08-18T23:16:24.298Z | Downloaded darling v0.20.11 |
| 882 | 2026-08-18T23:16:24.301Z | Downloaded crc32fast v1.5.0 |
| 883 | 2026-08-18T23:16:24.301Z | Downloaded peg v0.8.5 |
| 884 | 2026-08-18T23:16:24.305Z | Downloaded primefield v0.14.0 |
| 885 | 2026-08-18T23:16:24.308Z | Downloaded primeorder v0.14.0 |
| 886 | 2026-08-18T23:16:24.308Z | Downloaded port-file v0.1.0 |
| 887 | 2026-08-18T23:16:24.308Z | Downloaded rand_core v0.6.4 |
| 888 | 2026-08-18T23:16:24.311Z | Downloaded utf8_iter v1.0.4 |
| 889 | 2026-08-18T23:16:24.311Z | Downloaded cstr-argument v0.1.2 |
| 890 | 2026-08-18T23:16:24.311Z | Downloaded rpassword v7.5.4 |
| 891 | 2026-08-18T23:16:24.311Z | Downloaded rustls-pemfile v2.2.0 |
| 892 | 2026-08-18T23:16:24.314Z | Downloaded hashbrown v0.13.2 |
| 893 | 2026-08-18T23:16:24.318Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 894 | 2026-08-18T23:16:24.318Z | Downloaded defmt-parser v1.0.0 |
| 895 | 2026-08-18T23:16:24.318Z | Downloaded derive_builder_macro v0.20.2 |
| 896 | 2026-08-18T23:16:24.318Z | Downloaded hyper-tls v0.6.0 |
| 897 | 2026-08-18T23:16:24.318Z | Downloaded instability v0.3.11 |
| 898 | 2026-08-18T23:16:24.321Z | Downloaded lazy_static v1.5.0 |
| 899 | 2026-08-18T23:16:24.324Z | Downloaded nom v7.1.3 |
| 900 | 2026-08-18T23:16:24.327Z | Downloaded tokio-stream v0.1.18 |
| 901 | 2026-08-18T23:16:24.331Z | Downloaded tracing-core v0.1.36 |
| 902 | 2026-08-18T23:16:24.331Z | Downloaded ecdsa v0.17.0 |
| 903 | 2026-08-18T23:16:24.334Z | Downloaded hyper-rustls v0.27.7 |
| 904 | 2026-08-18T23:16:24.334Z | Downloaded slog-stdlog v4.1.1 |
| 905 | 2026-08-18T23:16:24.334Z | Downloaded sponge-cursor v0.1.0 |
| 906 | 2026-08-18T23:16:24.334Z | Downloaded internet-checksum v0.2.1 |
| 907 | 2026-08-18T23:16:24.340Z | Downloaded ml-kem v0.3.2 |
| 908 | 2026-08-18T23:16:24.340Z | Downloaded memoffset v0.9.1 |
| 909 | 2026-08-18T23:16:24.340Z | Downloaded support-bundle-viewer v0.1.2 |
| 910 | 2026-08-18T23:16:24.344Z | Downloaded tokio-tungstenite v0.21.0 |
| 911 | 2026-08-18T23:16:24.344Z | Downloaded sync_wrapper v1.0.2 |
| 912 | 2026-08-18T23:16:24.344Z | Downloaded newtype-uuid-macros v0.1.0 |
| 913 | 2026-08-18T23:16:24.344Z | Downloaded password-hash v0.6.1 |
| 914 | 2026-08-18T23:16:24.344Z | Downloaded olpc-cjson v0.1.4 |
| 915 | 2026-08-18T23:16:24.344Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 916 | 2026-08-18T23:16:24.347Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 917 | 2026-08-18T23:16:24.347Z | Downloaded tungstenite v0.23.0 |
| 918 | 2026-08-18T23:16:24.350Z | Downloaded rand_pcg v0.10.2 |
| 919 | 2026-08-18T23:16:24.350Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-08-18T23:16:24.350Z | Downloaded rustc_version v0.1.7 |
| 921 | 2026-08-18T23:16:24.353Z | Downloaded icu_collections v2.1.1 |
| 922 | 2026-08-18T23:16:24.356Z | Downloaded tokio-native-tls v0.3.1 |
| 923 | 2026-08-18T23:16:24.356Z | Downloaded scuffle v0.1.0 |
| 924 | 2026-08-18T23:16:24.360Z | Downloaded nu-ansi-term v0.50.3 |
| 925 | 2026-08-18T23:16:24.360Z | Downloaded crossbeam-utils v0.8.21 |
| 926 | 2026-08-18T23:16:24.364Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-08-18T23:16:24.364Z | Downloaded recursive v0.1.1 |
| 928 | 2026-08-18T23:16:24.364Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 929 | 2026-08-18T23:16:24.368Z | Downloaded crc-catalog v2.4.0 |
| 930 | 2026-08-18T23:16:24.368Z | Downloaded constant_time_eq v0.4.2 |
| 931 | 2026-08-18T23:16:24.368Z | Downloaded serde-big-array v0.5.1 |
| 932 | 2026-08-18T23:16:24.368Z | Downloaded serde_plain v1.0.2 |
| 933 | 2026-08-18T23:16:24.374Z | Downloaded data-encoding v2.10.0 |
| 934 | 2026-08-18T23:16:24.377Z | Downloaded dropshot_endpoint v0.17.1 |
| 935 | 2026-08-18T23:16:24.377Z | Downloaded daft-derive v0.1.7 |
| 936 | 2026-08-18T23:16:24.380Z | Downloaded num-bigint-dig v0.8.6 |
| 937 | 2026-08-18T23:16:24.383Z | Downloaded time-core v0.1.8 |
| 938 | 2026-08-18T23:16:24.383Z | Downloaded thread-id v5.1.0 |
| 939 | 2026-08-18T23:16:24.383Z | Downloaded untrusted v0.7.1 |
| 940 | 2026-08-18T23:16:24.386Z | Downloaded topological-sort v0.2.2 |
| 941 | 2026-08-18T23:16:24.389Z | Downloaded ipnet v2.12.0 |
| 942 | 2026-08-18T23:16:24.392Z | Downloaded serde_cbor v0.11.2 |
| 943 | 2026-08-18T23:16:24.392Z | Downloaded zerofrom v0.1.6 |
| 944 | 2026-08-18T23:16:24.397Z | Downloaded der v0.7.10 |
| 945 | 2026-08-18T23:16:24.400Z | Downloaded darling_macro v0.23.0 |
| 946 | 2026-08-18T23:16:24.400Z | Downloaded dof v0.4.0 |
| 947 | 2026-08-18T23:16:24.400Z | Downloaded inout v0.2.2 |
| 948 | 2026-08-18T23:16:24.403Z | Downloaded zerofrom-derive v0.1.6 |
| 949 | 2026-08-18T23:16:24.403Z | Downloaded lock_api v0.4.14 |
| 950 | 2026-08-18T23:16:24.406Z | Downloaded cpufeatures v0.3.0 |
| 951 | 2026-08-18T23:16:24.410Z | Downloaded multer v3.1.0 |
| 952 | 2026-08-18T23:16:24.413Z | Downloaded progenitor v0.13.0 |
| 953 | 2026-08-18T23:16:24.413Z | Downloaded time-macros v0.2.27 |
| 954 | 2026-08-18T23:16:24.416Z | Downloaded pin-project-lite v0.2.17 |
| 955 | 2026-08-18T23:16:24.422Z | Downloaded packed_struct v0.10.1 |
| 956 | 2026-08-18T23:16:24.422Z | Downloaded phc v0.6.1 |
| 957 | 2026-08-18T23:16:24.422Z | Downloaded difflib v0.4.0 |
| 958 | 2026-08-18T23:16:24.425Z | Downloaded jiff-static v0.2.34 |
| 959 | 2026-08-18T23:16:24.425Z | Downloaded rustls-webpki v0.103.13 |
| 960 | 2026-08-18T23:16:24.425Z | Downloaded tower v0.5.3 |
| 961 | 2026-08-18T23:16:24.430Z | Downloaded ron v0.8.1 |
| 962 | 2026-08-18T23:16:24.438Z | Downloaded managed v0.8.0 |
| 963 | 2026-08-18T23:16:24.442Z | Downloaded proc-macro-crate v1.3.1 |
| 964 | 2026-08-18T23:16:24.442Z | Downloaded signal-hook-registry v1.4.8 |
| 965 | 2026-08-18T23:16:24.445Z | Downloaded hashbrown v0.14.5 |
| 966 | 2026-08-18T23:16:24.445Z | Downloaded hashbrown v0.16.1 |
| 967 | 2026-08-18T23:16:24.448Z | Downloaded lalrpop-util v0.19.12 |
| 968 | 2026-08-18T23:16:24.451Z | Downloaded num v0.4.3 |
| 969 | 2026-08-18T23:16:24.451Z | Downloaded parse-display v0.10.0 |
| 970 | 2026-08-18T23:16:24.451Z | Downloaded slog-json v2.6.1 |
| 971 | 2026-08-18T23:16:24.454Z | Downloaded aes-gcm v0.11.0 |
| 972 | 2026-08-18T23:16:24.454Z | Downloaded des v0.9.0 |
| 973 | 2026-08-18T23:16:24.457Z | Downloaded stacker v0.1.23 |
| 974 | 2026-08-18T23:16:24.457Z | Downloaded string_cache v0.8.9 |
| 975 | 2026-08-18T23:16:24.457Z | Downloaded signal-hook v0.3.18 |
| 976 | 2026-08-18T23:16:24.460Z | Downloaded rand_xorshift v0.4.0 |
| 977 | 2026-08-18T23:16:24.460Z | Downloaded rtoolbox v0.0.3 |
| 978 | 2026-08-18T23:16:24.460Z | Downloaded serde_spanned v1.1.1 |
| 979 | 2026-08-18T23:16:24.463Z | Downloaded zstd v0.13.3 |
| 980 | 2026-08-18T23:16:24.463Z | Downloaded serde_with_macros v3.21.0 |
| 981 | 2026-08-18T23:16:24.466Z | Downloaded slog-scope v4.4.1 |
| 982 | 2026-08-18T23:16:24.466Z | Downloaded iana-time-zone v0.1.65 |
| 983 | 2026-08-18T23:16:24.466Z | Downloaded radium v0.7.0 |
| 984 | 2026-08-18T23:16:24.469Z | Downloaded ryu v1.0.23 |
| 985 | 2026-08-18T23:16:24.469Z | Downloaded downcast-rs v2.0.2 |
| 986 | 2026-08-18T23:16:24.471Z | Downloaded seq-macro v0.3.6 |
| 987 | 2026-08-18T23:16:24.472Z | Downloaded convert_case v0.10.0 |
| 988 | 2026-08-18T23:16:24.472Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 989 | 2026-08-18T23:16:24.474Z | Downloaded structmeta-derive v0.3.0 |
| 990 | 2026-08-18T23:16:24.474Z | Downloaded untrusted v0.9.0 |
| 991 | 2026-08-18T23:16:24.478Z | Downloaded vsss-rs v3.3.4 |
| 992 | 2026-08-18T23:16:24.485Z | Downloaded supports-unicode v3.0.0 |
| 993 | 2026-08-18T23:16:24.488Z | Downloaded phf v0.13.1 |
| 994 | 2026-08-18T23:16:24.490Z | Downloaded tokio-test v0.4.5 |
| 995 | 2026-08-18T23:16:24.490Z | Downloaded trait-variant v0.1.2 |
| 996 | 2026-08-18T23:16:24.493Z | Downloaded utf-8 v0.7.6 |
| 997 | 2026-08-18T23:16:24.496Z | Downloaded ed25519 v3.0.0 |
| 998 | 2026-08-18T23:16:24.501Z | Downloaded ed25519-dalek v2.2.0 |
| 999 | 2026-08-18T23:16:24.506Z | Downloaded convert_case v0.4.0 |
| 1000 | 2026-08-18T23:16:24.509Z | Downloaded dtrace-parser v0.3.0 |
| 1001 | 2026-08-18T23:16:24.509Z | Downloaded is_ci v1.2.0 |
| 1002 | 2026-08-18T23:16:24.512Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-08-18T23:16:24.515Z | Downloaded openssl-sys v0.9.117 |
| 1004 | 2026-08-18T23:16:24.518Z | Downloaded unsafe-libyaml v0.2.11 |
| 1005 | 2026-08-18T23:16:24.518Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1006 | 2026-08-18T23:16:24.521Z | Downloaded hashbrown v0.15.5 |
| 1007 | 2026-08-18T23:16:24.525Z | Downloaded pem-rfc7468 v1.0.0 |
| 1008 | 2026-08-18T23:16:24.529Z | Downloaded kem v0.3.0 |
| 1009 | 2026-08-18T23:16:24.532Z | Downloaded openssl-probe v0.1.6 |
| 1010 | 2026-08-18T23:16:24.538Z | Downloaded tokio-rustls v0.26.4 |
| 1011 | 2026-08-18T23:16:24.542Z | Downloaded aho-corasick v1.1.4 |
| 1012 | 2026-08-18T23:16:24.546Z | Downloaded simd-adler32 v0.3.8 |
| 1013 | 2026-08-18T23:16:24.546Z | Downloaded darling v0.21.3 |
| 1014 | 2026-08-18T23:16:24.549Z | Downloaded russh-util v0.52.0 |
| 1015 | 2026-08-18T23:16:24.549Z | Downloaded rustls-native-certs v0.8.3 |
| 1016 | 2026-08-18T23:16:24.549Z | Downloaded snafu v0.8.9 |
| 1017 | 2026-08-18T23:16:24.553Z | Downloaded test-strategy v0.4.5 |
| 1018 | 2026-08-18T23:16:24.556Z | Downloaded serdect v0.4.3 |
| 1019 | 2026-08-18T23:16:24.561Z | Downloaded pin-project v1.1.11 |
| 1020 | 2026-08-18T23:16:24.565Z | Downloaded sync-ptr v0.1.4 |
| 1021 | 2026-08-18T23:16:24.569Z | Downloaded darling v0.13.4 |
| 1022 | 2026-08-18T23:16:24.570Z | Downloaded shell-words v1.1.1 |
| 1023 | 2026-08-18T23:16:24.573Z | Downloaded quick-error v1.2.3 |
| 1024 | 2026-08-18T23:16:24.573Z | Downloaded rand v0.8.6 |
| 1025 | 2026-08-18T23:16:24.573Z | Downloaded serde_bytes v0.11.19 |
| 1026 | 2026-08-18T23:16:24.576Z | Downloaded rsa v0.10.0-rc.18 |
| 1027 | 2026-08-18T23:16:24.579Z | Downloaded schemars v0.8.22 |
| 1028 | 2026-08-18T23:16:24.585Z | Downloaded zip v0.6.6 |
| 1029 | 2026-08-18T23:16:24.588Z | Downloaded num-traits v0.2.19 |
| 1030 | 2026-08-18T23:16:24.590Z | Downloaded lru v0.12.5 |
| 1031 | 2026-08-18T23:16:24.590Z | Downloaded either v1.15.0 |
| 1032 | 2026-08-18T23:16:24.591Z | Downloaded unicode-normalization v0.1.25 |
| 1033 | 2026-08-18T23:16:24.594Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1034 | 2026-08-18T23:16:24.594Z | Downloaded hkdf v0.12.4 |
| 1035 | 2026-08-18T23:16:24.594Z | Downloaded nanorand v0.7.0 |
| 1036 | 2026-08-18T23:16:24.597Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1037 | 2026-08-18T23:16:24.602Z | Downloaded mime v0.3.17 |
| 1038 | 2026-08-18T23:16:24.602Z | Downloaded whoami v1.6.1 |
| 1039 | 2026-08-18T23:16:24.605Z | Downloaded icu_normalizer v2.1.1 |
| 1040 | 2026-08-18T23:16:24.608Z | Downloaded schemars v0.9.0 |
| 1041 | 2026-08-18T23:16:24.615Z | Downloaded hybrid-array v0.4.13 |
| 1042 | 2026-08-18T23:16:24.618Z | Downloaded predicates v3.1.4 |
| 1043 | 2026-08-18T23:16:24.621Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1044 | 2026-08-18T23:16:24.621Z | Downloaded displaydoc v0.2.5 |
| 1045 | 2026-08-18T23:16:24.621Z | Downloaded postgres-types v0.2.12 |
| 1046 | 2026-08-18T23:16:24.625Z | Downloaded h2 v0.4.15 |
| 1047 | 2026-08-18T23:16:24.628Z | Downloaded spin v0.9.8 |
| 1048 | 2026-08-18T23:16:24.628Z | Downloaded ingot v0.2.1 |
| 1049 | 2026-08-18T23:16:24.630Z | Downloaded num-complex v0.4.6 |
| 1050 | 2026-08-18T23:16:24.630Z | Downloaded memmap2 v0.9.10 |
| 1051 | 2026-08-18T23:16:24.630Z | Downloaded multimap v0.10.1 |
| 1052 | 2026-08-18T23:16:24.633Z | Downloaded jiff-core v0.1.0 |
| 1053 | 2026-08-18T23:16:24.633Z | Downloaded synstructure v0.13.2 |
| 1054 | 2026-08-18T23:16:24.636Z | Downloaded similar v2.7.0 |
| 1055 | 2026-08-18T23:16:24.640Z | Downloaded term v0.7.0 |
| 1056 | 2026-08-18T23:16:24.643Z | Downloaded vte v0.14.1 |
| 1057 | 2026-08-18T23:16:24.646Z | Downloaded x509-cert v0.2.5 |
| 1058 | 2026-08-18T23:16:24.646Z | Downloaded smallvec v1.15.1 |
| 1059 | 2026-08-18T23:16:24.650Z | Downloaded progenitor v0.14.0 |
| 1060 | 2026-08-18T23:16:24.650Z | Downloaded shlex v1.3.0 |
| 1061 | 2026-08-18T23:16:24.650Z | Downloaded sigpipe v0.1.3 |
| 1062 | 2026-08-18T23:16:24.653Z | Downloaded cookie_store v0.22.1 |
| 1063 | 2026-08-18T23:16:24.653Z | Downloaded stringprep v0.1.5 |
| 1064 | 2026-08-18T23:16:24.656Z | Downloaded defmt v0.3.100 |
| 1065 | 2026-08-18T23:16:24.659Z | Downloaded writeable v0.6.2 |
| 1066 | 2026-08-18T23:16:24.662Z | Downloaded yasna v0.5.2 |
| 1067 | 2026-08-18T23:16:24.662Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1068 | 2026-08-18T23:16:24.665Z | Downloaded corncobs v0.1.4 |
| 1069 | 2026-08-18T23:16:24.665Z | Downloaded tui-tree-widget v0.23.1 |
| 1070 | 2026-08-18T23:16:24.668Z | Downloaded regex v1.12.3 |
| 1071 | 2026-08-18T23:16:24.672Z | Downloaded salty v0.3.0 |
| 1072 | 2026-08-18T23:16:24.675Z | Downloaded winnow v0.5.40 |
| 1073 | 2026-08-18T23:16:24.681Z | Downloaded derive_more v0.99.20 |
| 1074 | 2026-08-18T23:16:24.685Z | Downloaded display-error-chain v0.2.2 |
| 1075 | 2026-08-18T23:16:24.685Z | Downloaded rayon v1.11.0 |
| 1076 | 2026-08-18T23:16:24.688Z | Downloaded unicode_categories v0.1.1 |
| 1077 | 2026-08-18T23:16:24.691Z | Downloaded litrs v1.0.0 |
| 1078 | 2026-08-18T23:16:24.691Z | Downloaded num-rational v0.4.2 |
| 1079 | 2026-08-18T23:16:24.695Z | Downloaded derive_more v2.1.1 |
| 1080 | 2026-08-18T23:16:24.698Z | Downloaded zip v4.6.1 |
| 1081 | 2026-08-18T23:16:24.701Z | Downloaded nom v8.0.0 |
| 1082 | 2026-08-18T23:16:24.705Z | Downloaded yansi v1.0.1 |
| 1083 | 2026-08-18T23:16:24.708Z | Downloaded pkg-config v0.3.32 |
| 1084 | 2026-08-18T23:16:24.708Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1085 | 2026-08-18T23:16:24.708Z | Downloaded ignore v0.4.25 |
| 1086 | 2026-08-18T23:16:24.711Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1087 | 2026-08-18T23:16:24.711Z | Downloaded same-file v1.0.6 |
| 1088 | 2026-08-18T23:16:24.711Z | Downloaded supports-color v3.0.2 |
| 1089 | 2026-08-18T23:16:24.711Z | Downloaded blake3 v1.8.5 |
| 1090 | 2026-08-18T23:16:24.717Z | Downloaded pbkdf2 v0.13.0 |
| 1091 | 2026-08-18T23:16:24.720Z | Downloaded strum_macros v0.27.2 |
| 1092 | 2026-08-18T23:16:24.720Z | Downloaded pkcs1 v0.7.5 |
| 1093 | 2026-08-18T23:16:24.720Z | Downloaded tar v0.4.46 |
| 1094 | 2026-08-18T23:16:24.726Z | Downloaded debug-ignore v1.0.5 |
| 1095 | 2026-08-18T23:16:24.726Z | Downloaded serde_path_to_error v0.1.20 |
| 1096 | 2026-08-18T23:16:24.732Z | Downloaded thread_local v1.1.9 |
| 1097 | 2026-08-18T23:16:24.732Z | Downloaded usdt-impl v0.6.0 |
| 1098 | 2026-08-18T23:16:24.732Z | Downloaded aws-lc-rs v1.16.3 |
| 1099 | 2026-08-18T23:16:24.735Z | Downloaded crc-any v2.5.0 |
| 1100 | 2026-08-18T23:16:24.735Z | Downloaded tls_codec v0.4.2 |
| 1101 | 2026-08-18T23:16:24.735Z | Downloaded smf v0.2.3 |
| 1102 | 2026-08-18T23:16:24.735Z | Downloaded zeroize_derive v1.5.0 |
| 1103 | 2026-08-18T23:16:24.738Z | Downloaded want v0.3.1 |
| 1104 | 2026-08-18T23:16:24.738Z | Downloaded predicates-tree v1.0.13 |
| 1105 | 2026-08-18T23:16:24.738Z | Downloaded quick-xml v0.37.5 |
| 1106 | 2026-08-18T23:16:24.741Z | Downloaded vergen v9.1.0 |
| 1107 | 2026-08-18T23:16:24.745Z | Downloaded dropshot-api-manager v0.8.0 |
| 1108 | 2026-08-18T23:16:24.748Z | Downloaded quinn v0.11.11 |
| 1109 | 2026-08-18T23:16:24.748Z | Downloaded darling v0.23.0 |
| 1110 | 2026-08-18T23:16:24.751Z | Downloaded ingot-macros v0.2.0 |
| 1111 | 2026-08-18T23:16:24.751Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1112 | 2026-08-18T23:16:24.754Z | Downloaded wait-timeout v0.2.1 |
| 1113 | 2026-08-18T23:16:24.754Z | Downloaded diff v0.1.13 |
| 1114 | 2026-08-18T23:16:24.758Z | Downloaded prettyplease v0.2.37 |
| 1115 | 2026-08-18T23:16:24.758Z | Downloaded deranged v0.5.8 |
| 1116 | 2026-08-18T23:16:24.762Z | Downloaded owo-colors v4.3.0 |
| 1117 | 2026-08-18T23:16:24.762Z | Downloaded pem-rfc7468 v0.7.0 |
| 1118 | 2026-08-18T23:16:24.762Z | Downloaded itertools v0.12.1 |
| 1119 | 2026-08-18T23:16:24.765Z | Downloaded libscf-sys v1.2.0 |
| 1120 | 2026-08-18T23:16:24.765Z | Downloaded derive_more-impl v2.1.1 |
| 1121 | 2026-08-18T23:16:24.770Z | Downloaded diesel_derives v2.3.7 |
| 1122 | 2026-08-18T23:16:24.772Z | Downloaded hkdf v0.13.0 |
| 1123 | 2026-08-18T23:16:24.777Z | Downloaded icu_provider v2.1.1 |
| 1124 | 2026-08-18T23:16:24.777Z | Downloaded slab v0.4.12 |
| 1125 | 2026-08-18T23:16:24.777Z | Downloaded dsl_auto_type v0.2.0 |
| 1126 | 2026-08-18T23:16:24.780Z | Downloaded inout v0.1.4 |
| 1127 | 2026-08-18T23:16:24.780Z | Downloaded scopeguard v1.2.0 |
| 1128 | 2026-08-18T23:16:24.780Z | Downloaded num_enum_derive v0.5.11 |
| 1129 | 2026-08-18T23:16:24.780Z | Downloaded ssh-encoding v0.3.0 |
| 1130 | 2026-08-18T23:16:24.780Z | Downloaded tokio-tungstenite v0.23.1 |
| 1131 | 2026-08-18T23:16:24.783Z | Downloaded toml_edit v0.19.15 |
| 1132 | 2026-08-18T23:16:24.792Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1133 | 2026-08-18T23:16:24.796Z | Downloaded zerotrie v0.2.3 |
| 1134 | 2026-08-18T23:16:24.796Z | Downloaded slog-bunyan v2.5.0 |
| 1135 | 2026-08-18T23:16:24.796Z | Downloaded p384 v0.13.1 |
| 1136 | 2026-08-18T23:16:24.799Z | Downloaded libsw v3.5.0 |
| 1137 | 2026-08-18T23:16:24.801Z | Downloaded darling_macro v0.13.4 |
| 1138 | 2026-08-18T23:16:24.801Z | Downloaded ipnetwork v0.21.1 |
| 1139 | 2026-08-18T23:16:24.801Z | Downloaded rustc-hash v2.1.1 |
| 1140 | 2026-08-18T23:16:24.805Z | Downloaded signal-hook-tokio v0.3.1 |
| 1141 | 2026-08-18T23:16:24.805Z | Downloaded usdt v0.6.0 |
| 1142 | 2026-08-18T23:16:24.805Z | Downloaded dunce v1.0.5 |
| 1143 | 2026-08-18T23:16:24.805Z | Downloaded progenitor-client v0.14.0 |
| 1144 | 2026-08-18T23:16:24.805Z | Downloaded typify v0.6.2 |
| 1145 | 2026-08-18T23:16:24.808Z | Downloaded polyval v0.7.1 |
| 1146 | 2026-08-18T23:16:24.808Z | Downloaded rand_core v0.10.0 |
| 1147 | 2026-08-18T23:16:24.811Z | Downloaded publicsuffix v2.3.0 |
| 1148 | 2026-08-18T23:16:24.811Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-08-18T23:16:24.811Z | Downloaded smallvec v0.6.14 |
| 1150 | 2026-08-18T23:16:24.815Z | Downloaded drift v0.2.0 |
| 1151 | 2026-08-18T23:16:24.822Z | Downloaded ed25519 v2.2.3 |
| 1152 | 2026-08-18T23:16:24.825Z | Downloaded rusty-fork v0.3.1 |
| 1153 | 2026-08-18T23:16:24.825Z | Downloaded cpubits v0.1.1 |
| 1154 | 2026-08-18T23:16:24.831Z | Downloaded digest v0.11.3 |
| 1155 | 2026-08-18T23:16:24.833Z | Downloaded tinyvec_macros v0.1.1 |
| 1156 | 2026-08-18T23:16:24.868Z | Downloaded indoc v2.0.7 |
| 1157 | 2026-08-18T23:16:24.873Z | Downloaded pkcs8 v0.11.0 |
| 1158 | 2026-08-18T23:16:24.873Z | Downloaded num_enum_derive v0.7.6 |
| 1159 | 2026-08-18T23:16:24.873Z | Downloaded thiserror-no-std v2.0.2 |
| 1160 | 2026-08-18T23:16:24.873Z | Downloaded miette-derive v7.6.0 |
| 1161 | 2026-08-18T23:16:24.873Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1162 | 2026-08-18T23:16:24.873Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1163 | 2026-08-18T23:16:24.873Z | Downloaded password-hash v0.5.0 |
| 1164 | 2026-08-18T23:16:24.874Z | Downloaded rsa v0.9.10 |
| 1165 | 2026-08-18T23:16:24.874Z | Downloaded crossbeam-epoch v0.9.18 |
| 1166 | 2026-08-18T23:16:24.874Z | Downloaded newtype-uuid v1.3.2 |
| 1167 | 2026-08-18T23:16:24.874Z | Downloaded tungstenite v0.21.0 |
| 1168 | 2026-08-18T23:16:24.874Z | Downloaded iri-string v0.7.10 |
| 1169 | 2026-08-18T23:16:24.874Z | Downloaded linear-map v1.2.0 |
| 1170 | 2026-08-18T23:16:24.874Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1171 | 2026-08-18T23:16:24.874Z | Downloaded spki v0.8.0 |
| 1172 | 2026-08-18T23:16:24.874Z | Downloaded zopfli v0.8.3 |
| 1173 | 2026-08-18T23:16:24.879Z | Downloaded p521 v0.14.0 |
| 1174 | 2026-08-18T23:16:24.885Z | Downloaded defmt v1.0.1 |
| 1175 | 2026-08-18T23:16:24.888Z | Downloaded libm v0.2.16 |
| 1176 | 2026-08-18T23:16:24.892Z | Downloaded crossbeam-deque v0.8.6 |
| 1177 | 2026-08-18T23:16:24.895Z | Downloaded rand_core v0.9.5 |
| 1178 | 2026-08-18T23:16:24.895Z | Downloaded serde-hex v0.1.0 |
| 1179 | 2026-08-18T23:16:24.895Z | Downloaded crypto-bigint v0.5.5 |
| 1180 | 2026-08-18T23:16:24.899Z | Downloaded unicode-segmentation v1.12.0 |
| 1181 | 2026-08-18T23:16:24.902Z | Downloaded knus v3.4.0 |
| 1182 | 2026-08-18T23:16:24.902Z | Downloaded knus-derive v3.4.0 |
| 1183 | 2026-08-18T23:16:24.907Z | Downloaded der_derive v0.7.3 |
| 1184 | 2026-08-18T23:16:24.910Z | Downloaded minimal-lexical v0.2.1 |
| 1185 | 2026-08-18T23:16:24.910Z | Downloaded parking_lot v0.11.2 |
| 1186 | 2026-08-18T23:16:24.913Z | Downloaded tokio-util v0.7.18 |
| 1187 | 2026-08-18T23:16:24.918Z | Downloaded hickory-proto v0.24.4 |
| 1188 | 2026-08-18T23:16:24.926Z | Downloaded hyper-util v0.1.20 |
| 1189 | 2026-08-18T23:16:24.930Z | Downloaded crossterm v0.28.1 |
| 1190 | 2026-08-18T23:16:24.934Z | Downloaded icu_properties_data v2.1.2 |
| 1191 | 2026-08-18T23:16:24.942Z | Downloaded itertools v0.14.0 |
| 1192 | 2026-08-18T23:16:24.947Z | Downloaded tinyvec v1.10.0 |
| 1193 | 2026-08-18T23:16:24.947Z | Downloaded tracing-attributes v0.1.31 |
| 1194 | 2026-08-18T23:16:24.950Z | Downloaded tower-http v0.6.8 |
| 1195 | 2026-08-18T23:16:24.953Z | Downloaded chrono v0.4.45 |
| 1196 | 2026-08-18T23:16:24.956Z | Downloaded p384 v0.14.0 |
| 1197 | 2026-08-18T23:16:24.959Z | Downloaded pretty_assertions v1.4.1 |
| 1198 | 2026-08-18T23:16:24.959Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-08-18T23:16:24.969Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-18T23:16:24.973Z | Downloaded papergrid v0.18.0 |
| 1201 | 2026-08-18T23:16:24.976Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-08-18T23:16:24.979Z | Downloaded hyper v1.10.1 |
| 1203 | 2026-08-18T23:16:24.982Z | Downloaded der v0.8.0 |
| 1204 | 2026-08-18T23:16:24.986Z | Downloaded petname v2.0.2 |
| 1205 | 2026-08-18T23:16:24.989Z | Downloaded progenitor-impl v0.13.0 |
| 1206 | 2026-08-18T23:16:24.992Z | Downloaded samael v0.0.19 |
| 1207 | 2026-08-18T23:16:24.996Z | Downloaded tokio-postgres v0.7.16 |
| 1208 | 2026-08-18T23:16:24.999Z | Downloaded icu_normalizer_data v2.1.1 |
| 1209 | 2026-08-18T23:16:24.999Z | Downloaded libxml v0.3.3 |
| 1210 | 2026-08-18T23:16:25.003Z | Downloaded url v2.5.8 |
| 1211 | 2026-08-18T23:16:25.007Z | Downloaded darling_core v0.23.0 |
| 1212 | 2026-08-18T23:16:25.010Z | Downloaded crossbeam-channel v0.5.15 |
| 1213 | 2026-08-18T23:16:25.010Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-08-18T23:16:25.013Z | Downloaded icu_properties v2.1.2 |
| 1215 | 2026-08-18T23:16:25.013Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-08-18T23:16:25.018Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1217 | 2026-08-18T23:16:25.022Z | Downloaded unicode-properties v0.1.4 |
| 1218 | 2026-08-18T23:16:25.025Z | Downloaded tabled v0.21.0 |
| 1219 | 2026-08-18T23:16:25.034Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-08-18T23:16:25.040Z | Downloaded proptest v1.11.0 |
| 1221 | 2026-08-18T23:16:25.045Z | Downloaded elliptic-curve v0.13.8 |
| 1222 | 2026-08-18T23:16:25.048Z | Downloaded subprocess v0.2.15 |
| 1223 | 2026-08-18T23:16:25.052Z | Downloaded reqwest v0.12.28 |
| 1224 | 2026-08-18T23:16:25.056Z | Downloaded miette v7.6.0 |
| 1225 | 2026-08-18T23:16:25.060Z | Downloaded sha3 v0.12.0 |
| 1226 | 2026-08-18T23:16:25.060Z | Downloaded tough v0.22.0 |
| 1227 | 2026-08-18T23:16:25.064Z | Downloaded miniz_oxide v0.8.9 |
| 1228 | 2026-08-18T23:16:25.067Z | Downloaded ed25519-dalek v3.0.0 |
| 1229 | 2026-08-18T23:16:25.067Z | Downloaded mio v1.2.0 |
| 1230 | 2026-08-18T23:16:25.070Z | Downloaded schemars v1.2.1 |
| 1231 | 2026-08-18T23:16:25.078Z | Downloaded itertools v0.10.5 |
| 1232 | 2026-08-18T23:16:25.082Z | Downloaded idna v1.1.0 |
| 1233 | 2026-08-18T23:16:25.085Z | Downloaded itertools v0.13.0 |
| 1234 | 2026-08-18T23:16:25.089Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-08-18T23:16:25.094Z | Downloaded qorb v0.4.1 |
| 1236 | 2026-08-18T23:16:25.097Z | Downloaded reedline v0.40.0 |
| 1237 | 2026-08-18T23:16:25.102Z | Downloaded rustyline v14.0.0 |
| 1238 | 2026-08-18T23:16:25.106Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-08-18T23:16:25.110Z | Downloaded quinn-proto v0.11.16 |
| 1240 | 2026-08-18T23:16:25.113Z | Downloaded iddqd v0.4.2 |
| 1241 | 2026-08-18T23:16:25.117Z | Downloaded smoltcp v0.9.1 |
| 1242 | 2026-08-18T23:16:25.123Z | Downloaded zerovec v0.11.5 |
| 1243 | 2026-08-18T23:16:25.126Z | Downloaded reqwest v0.13.2 |
| 1244 | 2026-08-18T23:16:25.129Z | Downloaded zerocopy-derive v0.8.55 |
| 1245 | 2026-08-18T23:16:25.135Z | Downloaded serde_with v1.14.0 |
| 1246 | 2026-08-18T23:16:25.138Z | Downloaded gimli v0.32.3 |
| 1247 | 2026-08-18T23:16:25.146Z | Downloaded num-bigint v0.4.6 |
| 1248 | 2026-08-18T23:16:25.183Z | Downloaded crossterm v0.29.0 |
| 1249 | 2026-08-18T23:16:25.186Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-08-18T23:16:25.210Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-08-18T23:16:25.215Z | Downloaded zerocopy v0.8.55 |
| 1252 | 2026-08-18T23:16:25.225Z | Downloaded bstr v1.12.1 |
| 1253 | 2026-08-18T23:16:25.231Z | Downloaded crypto-bigint v0.7.5 |
| 1254 | 2026-08-18T23:16:25.238Z | Downloaded winnow v0.6.26 |
| 1255 | 2026-08-18T23:16:25.244Z | Downloaded rawzip v0.4.4 |
| 1256 | 2026-08-18T23:16:25.248Z | Downloaded winnow v1.0.3 |
| 1257 | 2026-08-18T23:16:25.252Z | Downloaded object v0.37.3 |
| 1258 | 2026-08-18T23:16:25.258Z | Downloaded smoltcp v0.11.0 |
| 1259 | 2026-08-18T23:16:25.266Z | Downloaded itertools v0.15.0 |
| 1260 | 2026-08-18T23:16:25.272Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-08-18T23:16:25.282Z | Downloaded serde_with v3.21.0 |
| 1262 | 2026-08-18T23:16:25.289Z | Downloaded crypto-primes v0.7.2 |
| 1263 | 2026-08-18T23:16:25.292Z | Downloaded russh v0.62.4 |
| 1264 | 2026-08-18T23:16:25.296Z | Downloaded time v0.3.47 |
| 1265 | 2026-08-18T23:16:25.303Z | Downloaded dropshot v0.17.1 |
| 1266 | 2026-08-18T23:16:25.315Z | Downloaded regress v0.10.5 |
| 1267 | 2026-08-18T23:16:25.320Z | Downloaded portable-atomic v1.13.1 |
| 1268 | 2026-08-18T23:16:25.324Z | Downloaded object v0.30.4 |
| 1269 | 2026-08-18T23:16:25.330Z | Downloaded openssl v0.10.80 |
| 1270 | 2026-08-18T23:16:25.335Z | Downloaded curve25519-dalek v4.1.3 |
| 1271 | 2026-08-18T23:16:25.340Z | Downloaded nix v0.27.1 |
| 1272 | 2026-08-18T23:16:25.349Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-08-18T23:16:25.352Z | Downloaded hickory-proto v0.25.2 |
| 1274 | 2026-08-18T23:16:25.358Z | Downloaded moka v0.12.13 |
| 1275 | 2026-08-18T23:16:25.361Z | Downloaded regress v0.11.1 |
| 1276 | 2026-08-18T23:16:25.368Z | Downloaded rustls v0.23.41 |
| 1277 | 2026-08-18T23:16:25.373Z | Downloaded lalrpop v0.19.12 |
| 1278 | 2026-08-18T23:16:25.379Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-08-18T23:16:25.385Z | Downloaded nix v0.31.2 |
| 1280 | 2026-08-18T23:16:25.392Z | Downloaded radix_trie v0.2.1 |
| 1281 | 2026-08-18T23:16:25.395Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-08-18T23:16:25.402Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-08-18T23:16:25.411Z | Downloaded nix v0.28.0 |
| 1284 | 2026-08-18T23:16:25.417Z | Downloaded curve25519-dalek v5.0.0 |
| 1285 | 2026-08-18T23:16:25.423Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-08-18T23:16:25.427Z | Downloaded tracing v0.1.44 |
| 1287 | 2026-08-18T23:16:25.440Z | Downloaded sha3 v0.11.0 |
| 1288 | 2026-08-18T23:16:25.443Z | Downloaded sled v0.34.7 |
| 1289 | 2026-08-18T23:16:25.448Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-08-18T23:16:25.454Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-08-18T23:16:25.463Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-08-18T23:16:25.470Z | Downloaded regex-automata v0.4.14 |
| 1293 | 2026-08-18T23:16:25.485Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-08-18T23:16:25.500Z | Downloaded chrono-tz v0.10.4 |
| 1295 | 2026-08-18T23:16:25.514Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1296 | 2026-08-18T23:16:25.531Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-08-18T23:16:25.542Z | Downloaded tokio v1.52.1 |
| 1298 | 2026-08-18T23:16:25.566Z | Downloaded jiff v0.2.34 |
| 1299 | 2026-08-18T23:16:25.577Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-08-18T23:16:25.589Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-08-18T23:16:25.592Z | Downloaded csv v1.4.0 |
| 1302 | 2026-08-18T23:16:25.604Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-08-18T23:16:25.622Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-08-18T23:16:25.635Z | Downloaded ring v0.17.14 |
| 1305 | 2026-08-18T23:16:25.678Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-08-18T23:16:26.142Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-08-18T23:16:26.409Z | Compiling libc v0.2.185 |
| 1308 | 2026-08-18T23:16:26.409Z | Compiling serde_core v1.0.229 |
| 1309 | 2026-08-18T23:16:26.412Z | Compiling serde v1.0.229 |
| 1310 | 2026-08-18T23:16:26.412Z | Compiling log v0.4.33 |
| 1311 | 2026-08-18T23:16:26.412Z | Compiling smallvec v1.15.1 |
| 1312 | 2026-08-18T23:16:26.412Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-08-18T23:16:26.412Z | Compiling shlex v1.3.0 |
| 1314 | 2026-08-18T23:16:26.412Z | Compiling subtle v2.6.1 |
| 1315 | 2026-08-18T23:16:26.581Z | Compiling scopeguard v1.2.0 |
| 1316 | 2026-08-18T23:16:26.584Z | Compiling typenum v1.20.1 |
| 1317 | 2026-08-18T23:16:26.584Z | Compiling stable_deref_trait v1.2.1 |
| 1318 | 2026-08-18T23:16:26.584Z | Compiling zerocopy v0.8.55 |
| 1319 | 2026-08-18T23:16:26.584Z | Compiling portable-atomic v1.13.1 |
| 1320 | 2026-08-18T23:16:26.655Z | Compiling serde_json v1.0.151 |
| 1321 | 2026-08-18T23:16:26.669Z | Compiling syn v2.0.117 |
| 1322 | 2026-08-18T23:16:26.722Z | Compiling critical-section v1.2.0 |
| 1323 | 2026-08-18T23:16:26.737Z | Compiling libm v0.2.16 |
| 1324 | 2026-08-18T23:16:26.754Z | Compiling num-traits v0.2.19 |
| 1325 | 2026-08-18T23:16:26.802Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-08-18T23:16:26.815Z | Compiling pkg-config v0.3.32 |
| 1327 | 2026-08-18T23:16:26.831Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-08-18T23:16:26.834Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-08-18T23:16:26.861Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-08-18T23:16:26.864Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-08-18T23:16:26.934Z | Compiling getrandom v0.3.4 |
| 1332 | 2026-08-18T23:16:26.966Z | Compiling writeable v0.6.2 |
| 1333 | 2026-08-18T23:16:26.982Z | Compiling percent-encoding v2.3.2 |
| 1334 | 2026-08-18T23:16:27.098Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-08-18T23:16:27.235Z | Compiling litemap v0.8.1 |
| 1336 | 2026-08-18T23:16:27.266Z | Compiling icu_properties_data v2.1.2 |
| 1337 | 2026-08-18T23:16:27.296Z | Compiling icu_normalizer_data v2.1.1 |
| 1338 | 2026-08-18T23:16:27.311Z | Compiling getrandom v0.4.3 |
| 1339 | 2026-08-18T23:16:27.340Z | Compiling rustix v1.1.4 |
| 1340 | 2026-08-18T23:16:27.355Z | Compiling rand_core v0.10.0 |
| 1341 | 2026-08-18T23:16:27.358Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-08-18T23:16:27.439Z | Compiling utf8_iter v1.0.4 |
| 1343 | 2026-08-18T23:16:27.478Z | Compiling futures-channel v0.3.32 |
| 1344 | 2026-08-18T23:16:27.508Z | Compiling slab v0.4.12 |
| 1345 | 2026-08-18T23:16:27.567Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-08-18T23:16:27.609Z | Compiling errno v0.3.14 |
| 1347 | 2026-08-18T23:16:27.621Z | Compiling jobserver v0.1.34 |
| 1348 | 2026-08-18T23:16:27.641Z | Compiling getrandom v0.2.17 |
| 1349 | 2026-08-18T23:16:27.710Z | Compiling mio v1.2.0 |
| 1350 | 2026-08-18T23:16:27.716Z | Compiling socket2 v0.6.3 |
| 1351 | 2026-08-18T23:16:27.716Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-08-18T23:16:27.740Z | Compiling signal-hook-registry v1.4.8 |
| 1353 | 2026-08-18T23:16:27.799Z | Compiling rand_core v0.6.4 |
| 1354 | 2026-08-18T23:16:27.841Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-08-18T23:16:27.890Z | Compiling cc v1.2.56 |
| 1356 | 2026-08-18T23:16:27.931Z | Compiling once_cell v1.21.3 |
| 1357 | 2026-08-18T23:16:27.952Z | Compiling parking_lot v0.12.5 |
| 1358 | 2026-08-18T23:16:28.007Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-08-18T23:16:28.047Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-08-18T23:16:28.062Z | Compiling iana-time-zone v0.1.65 |
| 1361 | 2026-08-18T23:16:28.067Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-08-18T23:16:28.092Z | Compiling dunce v1.0.5 |
| 1363 | 2026-08-18T23:16:28.112Z | Compiling flagset v0.4.7 |
| 1364 | 2026-08-18T23:16:28.131Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-08-18T23:16:28.169Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-08-18T23:16:28.215Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-08-18T23:16:28.232Z | Compiling base64 v0.22.1 |
| 1368 | 2026-08-18T23:16:28.275Z | Compiling syn v1.0.109 |
| 1369 | 2026-08-18T23:16:28.293Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-08-18T23:16:28.306Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-08-18T23:16:28.345Z | Compiling pem-rfc7468 v0.7.0 |
| 1372 | 2026-08-18T23:16:28.381Z | Compiling simd-adler32 v0.3.8 |
| 1373 | 2026-08-18T23:16:28.395Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-08-18T23:16:28.398Z | Compiling schemars v0.8.22 |
| 1375 | 2026-08-18T23:16:28.471Z | Compiling dyn-clone v1.0.20 |
| 1376 | 2026-08-18T23:16:28.527Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-08-18T23:16:28.629Z | Compiling spin v0.9.8 |
| 1378 | 2026-08-18T23:16:28.629Z | Compiling adler2 v2.0.1 |
| 1379 | 2026-08-18T23:16:28.656Z | Compiling tinyvec_macros v0.1.1 |
| 1380 | 2026-08-18T23:16:28.685Z | Compiling cmake v0.1.57 |
| 1381 | 2026-08-18T23:16:28.688Z | Compiling httparse v1.10.1 |
| 1382 | 2026-08-18T23:16:28.702Z | Compiling cmov v0.5.4 |
| 1383 | 2026-08-18T23:16:28.744Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-08-18T23:16:28.759Z | Compiling openssl-probe v0.2.1 |
| 1385 | 2026-08-18T23:16:28.776Z | Compiling tinyvec v1.10.0 |
| 1386 | 2026-08-18T23:16:28.789Z | Compiling miniz_oxide v0.8.9 |
| 1387 | 2026-08-18T23:16:28.877Z | Compiling aho-corasick v1.1.4 |
| 1388 | 2026-08-18T23:16:28.913Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-08-18T23:16:28.978Z | Compiling bitflags v2.11.0 |
| 1390 | 2026-08-18T23:16:29.072Z | Compiling semver v1.0.28 |
| 1391 | 2026-08-18T23:16:29.101Z | Compiling indexmap v2.14.0 |
| 1392 | 2026-08-18T23:16:29.114Z | Compiling uuid v1.23.4 |
| 1393 | 2026-08-18T23:16:29.132Z | Compiling ctutils v0.4.2 |
| 1394 | 2026-08-18T23:16:29.191Z | Compiling radium v0.7.0 |
| 1395 | 2026-08-18T23:16:29.208Z | Compiling untrusted v0.7.1 |
| 1396 | 2026-08-18T23:16:29.232Z | Compiling try-lock v0.2.5 |
| 1397 | 2026-08-18T23:16:29.346Z | Compiling rustc_version v0.4.1 |
| 1398 | 2026-08-18T23:16:29.362Z | Compiling atomic-waker v1.1.2 |
| 1399 | 2026-08-18T23:16:29.418Z | Compiling tower-service v0.3.3 |
| 1400 | 2026-08-18T23:16:29.421Z | Compiling want v0.3.1 |
| 1401 | 2026-08-18T23:16:29.449Z | Compiling bytes v1.11.1 |
| 1402 | 2026-08-18T23:16:29.478Z | Compiling chrono v0.4.45 |
| 1403 | 2026-08-18T23:16:29.521Z | Compiling ipnet v2.12.0 |
| 1404 | 2026-08-18T23:16:29.581Z | Compiling aws-lc-sys v0.40.0 |
| 1405 | 2026-08-18T23:16:29.603Z | Compiling openssl-sys v0.9.117 |
| 1406 | 2026-08-18T23:16:29.751Z | Compiling untrusted v0.9.0 |
| 1407 | 2026-08-18T23:16:29.802Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-08-18T23:16:29.848Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-08-18T23:16:29.894Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-08-18T23:16:29.908Z | Compiling regex-automata v0.4.14 |
| 1411 | 2026-08-18T23:16:29.931Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-08-18T23:16:30.114Z | Compiling http v1.4.2 |
| 1413 | 2026-08-18T23:16:30.164Z | Compiling tempfile v3.27.0 |
| 1414 | 2026-08-18T23:16:30.294Z | Compiling terminal_size v0.4.3 |
| 1415 | 2026-08-18T23:16:30.435Z | Compiling openssl v0.10.80 |
| 1416 | 2026-08-18T23:16:30.455Z | Compiling tap v1.0.1 |
| 1417 | 2026-08-18T23:16:30.469Z | Compiling httpdate v1.0.3 |
| 1418 | 2026-08-18T23:16:30.472Z | Compiling maybe-uninit v2.0.0 |
| 1419 | 2026-08-18T23:16:30.562Z | Compiling foreign-types-shared v0.1.1 |
| 1420 | 2026-08-18T23:16:30.579Z | Compiling rustls v0.23.41 |
| 1421 | 2026-08-18T23:16:30.614Z | Compiling wyz v0.5.1 |
| 1422 | 2026-08-18T23:16:30.672Z | Compiling foreign-types v0.3.2 |
| 1423 | 2026-08-18T23:16:30.720Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1424 | 2026-08-18T23:16:30.736Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1425 | 2026-08-18T23:16:30.769Z | Compiling hex v0.4.3 |
| 1426 | 2026-08-18T23:16:30.785Z | Compiling unicode-normalization v0.1.25 |
| 1427 | 2026-08-18T23:16:30.785Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-08-18T23:16:30.832Z | Compiling http-body v1.0.1 |
| 1429 | 2026-08-18T23:16:30.852Z | Compiling wait-timeout v0.2.1 |
| 1430 | 2026-08-18T23:16:30.978Z | Compiling socket2 v0.5.10 |
| 1431 | 2026-08-18T23:16:31.000Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-18T23:16:31.014Z | Compiling quick-error v1.2.3 |
| 1433 | 2026-08-18T23:16:31.032Z | Compiling powerfmt v0.2.0 |
| 1434 | 2026-08-18T23:16:31.070Z | Compiling funty v2.0.0 |
| 1435 | 2026-08-18T23:16:31.092Z | Compiling native-tls v0.2.18 |
| 1436 | 2026-08-18T23:16:31.131Z | Compiling time-core v0.1.8 |
| 1437 | 2026-08-18T23:16:31.146Z | Compiling bit-vec v0.8.0 |
| 1438 | 2026-08-18T23:16:31.152Z | Compiling num-conv v0.2.0 |
| 1439 | 2026-08-18T23:16:31.152Z | Compiling packed_struct v0.10.1 |
| 1440 | 2026-08-18T23:16:31.193Z | Compiling num-bigint-dig v0.8.6 |
| 1441 | 2026-08-18T23:16:31.230Z | Compiling clap_builder v4.6.0 |
| 1442 | 2026-08-18T23:16:31.313Z | Compiling deranged v0.5.8 |
| 1443 | 2026-08-18T23:16:31.328Z | Compiling time-macros v0.2.27 |
| 1444 | 2026-08-18T23:16:31.332Z | Compiling rusty-fork v0.3.1 |
| 1445 | 2026-08-18T23:16:31.377Z | Compiling bit-set v0.8.0 |
| 1446 | 2026-08-18T23:16:31.422Z | Compiling bitvec v1.0.1 |
| 1447 | 2026-08-18T23:16:31.454Z | Compiling num-iter v0.1.45 |
| 1448 | 2026-08-18T23:16:31.570Z | Compiling serde_spanned v0.6.9 |
| 1449 | 2026-08-18T23:16:31.583Z | Compiling toml_datetime v0.6.11 |
| 1450 | 2026-08-18T23:16:31.602Z | Compiling zeroize_derive v1.5.0 |
| 1451 | 2026-08-18T23:16:31.615Z | Compiling zerocopy-derive v0.8.55 |
| 1452 | 2026-08-18T23:16:31.683Z | Compiling zerofrom-derive v0.1.6 |
| 1453 | 2026-08-18T23:16:31.698Z | Compiling yoke-derive v0.8.1 |
| 1454 | 2026-08-18T23:16:31.731Z | Compiling zerovec-derive v0.11.2 |
| 1455 | 2026-08-18T23:16:31.855Z | Compiling displaydoc v0.2.5 |
| 1456 | 2026-08-18T23:16:32.309Z | Compiling zeroize v1.9.0 |
| 1457 | 2026-08-18T23:16:32.342Z | Compiling tokio-macros v2.7.0 |
| 1458 | 2026-08-18T23:16:32.367Z | Compiling futures-macro v0.3.32 |
| 1459 | 2026-08-18T23:16:32.458Z | Compiling der_derive v0.7.3 |
| 1460 | 2026-08-18T23:16:32.610Z | Compiling thiserror-impl v2.0.18 |
| 1461 | 2026-08-18T23:16:32.674Z | Compiling tracing-attributes v0.1.31 |
| 1462 | 2026-08-18T23:16:32.817Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-08-18T23:16:32.897Z | Compiling schemars_derive v0.8.22 |
| 1464 | 2026-08-18T23:16:32.938Z | Compiling hybrid-array v0.4.13 |
| 1465 | 2026-08-18T23:16:32.953Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-08-18T23:16:33.133Z | Compiling tokio v1.52.1 |
| 1467 | 2026-08-18T23:16:33.149Z | Compiling crypto-common v0.1.7 |
| 1468 | 2026-08-18T23:16:33.166Z | Compiling zerofrom v0.1.6 |
| 1469 | 2026-08-18T23:16:33.238Z | Compiling block-buffer v0.10.4 |
| 1470 | 2026-08-18T23:16:33.295Z | Compiling yoke v0.8.1 |
| 1471 | 2026-08-18T23:16:33.310Z | Compiling futures-util v0.3.32 |
| 1472 | 2026-08-18T23:16:33.325Z | Compiling pest_derive v2.8.6 |
| 1473 | 2026-08-18T23:16:33.426Z | Compiling digest v0.10.7 |
| 1474 | 2026-08-18T23:16:33.470Z | Compiling zerovec v0.11.5 |
| 1475 | 2026-08-18T23:16:33.508Z | Compiling zerotrie v0.2.3 |
| 1476 | 2026-08-18T23:16:33.704Z | Compiling der v0.7.10 |
| 1477 | 2026-08-18T23:16:33.742Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-08-18T23:16:33.805Z | Compiling scroll v0.13.0 |
| 1479 | 2026-08-18T23:16:33.820Z | Compiling signature v2.2.0 |
| 1480 | 2026-08-18T23:16:33.843Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-08-18T23:16:34.020Z | Compiling tinystr v0.8.2 |
| 1482 | 2026-08-18T23:16:34.035Z | Compiling potential_utf v0.1.4 |
| 1483 | 2026-08-18T23:16:34.035Z | Compiling thiserror v2.0.18 |
| 1484 | 2026-08-18T23:16:34.073Z | Compiling tracing v0.1.44 |
| 1485 | 2026-08-18T23:16:34.102Z | Compiling openssl-macros v0.1.1 |
| 1486 | 2026-08-18T23:16:34.173Z | Compiling icu_collections v2.1.1 |
| 1487 | 2026-08-18T23:16:34.220Z | Compiling icu_locale_core v2.1.1 |
| 1488 | 2026-08-18T23:16:34.240Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-08-18T23:16:34.245Z | Compiling goblin v0.10.5 |
| 1490 | 2026-08-18T23:16:34.269Z | Compiling hmac v0.12.1 |
| 1491 | 2026-08-18T23:16:34.374Z | Compiling packed_struct_codegen v0.10.1 |
| 1492 | 2026-08-18T23:16:34.389Z | Compiling clap_derive v4.6.1 |
| 1493 | 2026-08-18T23:16:34.406Z | Compiling darling v0.20.11 |
| 1494 | 2026-08-18T23:16:34.441Z | Compiling zerocopy-derive v0.6.6 |
| 1495 | 2026-08-18T23:16:34.500Z | Compiling bitfield-macros v0.19.4 |
| 1496 | 2026-08-18T23:16:34.670Z | Compiling spki v0.7.3 |
| 1497 | 2026-08-18T23:16:34.896Z | Compiling icu_provider v2.1.1 |
| 1498 | 2026-08-18T23:16:34.952Z | Compiling pkcs8 v0.10.2 |
| 1499 | 2026-08-18T23:16:35.107Z | Compiling lazy_static v1.5.0 |
| 1500 | 2026-08-18T23:16:35.147Z | Compiling rand_xorshift v0.4.0 |
| 1501 | 2026-08-18T23:16:35.210Z | Compiling icu_properties v2.1.2 |
| 1502 | 2026-08-18T23:16:35.225Z | Compiling icu_normalizer v2.1.1 |
| 1503 | 2026-08-18T23:16:35.239Z | Compiling sync_wrapper v1.0.2 |
| 1504 | 2026-08-18T23:16:35.260Z | Compiling indexmap v1.9.3 |
| 1505 | 2026-08-18T23:16:35.323Z | Compiling unarray v0.1.4 |
| 1506 | 2026-08-18T23:16:35.338Z | Compiling crossbeam-utils v0.8.21 |
| 1507 | 2026-08-18T23:16:35.361Z | Compiling num_threads v0.1.7 |
| 1508 | 2026-08-18T23:16:35.454Z | Compiling zlib-rs v0.6.2 |
| 1509 | 2026-08-18T23:16:35.481Z | Compiling usdt-impl v0.6.0 |
| 1510 | 2026-08-18T23:16:35.497Z | Compiling object v0.37.3 |
| 1511 | 2026-08-18T23:16:35.509Z | Compiling crc-catalog v2.4.0 |
| 1512 | 2026-08-18T23:16:35.534Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-08-18T23:16:35.624Z | Compiling nodrop v0.1.14 |
| 1514 | 2026-08-18T23:16:35.654Z | Compiling siphasher v1.0.2 |
| 1515 | 2026-08-18T23:16:35.657Z | Compiling paste v1.0.15 |
| 1516 | 2026-08-18T23:16:35.686Z | Compiling unicode-segmentation v1.12.0 |
| 1517 | 2026-08-18T23:16:35.730Z | Compiling array-init v0.0.4 |
| 1518 | 2026-08-18T23:16:35.769Z | Compiling crc v3.4.0 |
| 1519 | 2026-08-18T23:16:35.864Z | Compiling time v0.3.47 |
| 1520 | 2026-08-18T23:16:35.883Z | Compiling zerocopy v0.6.6 |
| 1521 | 2026-08-18T23:16:35.982Z | Compiling bitfield v0.19.4 |
| 1522 | 2026-08-18T23:16:36.006Z | Compiling pkcs1 v0.7.5 |
| 1523 | 2026-08-18T23:16:36.086Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-08-18T23:16:36.100Z | Compiling derive_builder_core v0.20.2 |
| 1525 | 2026-08-18T23:16:36.192Z | Compiling ppv-lite86 v0.2.21 |
| 1526 | 2026-08-18T23:16:36.223Z | Compiling idna v1.1.0 |
| 1527 | 2026-08-18T23:16:36.244Z | Compiling clap v4.6.1 |
| 1528 | 2026-08-18T23:16:36.340Z | Compiling dtrace-parser v0.3.0 |
| 1529 | 2026-08-18T23:16:36.372Z | Compiling scroll_derive v0.12.1 |
| 1530 | 2026-08-18T23:16:36.416Z | Compiling structmeta-derive v0.3.0 |
| 1531 | 2026-08-18T23:16:36.467Z | Compiling smallvec v0.6.14 |
| 1532 | 2026-08-18T23:16:36.532Z | Compiling url v2.5.8 |
| 1533 | 2026-08-18T23:16:36.549Z | Compiling rand_chacha v0.9.0 |
| 1534 | 2026-08-18T23:16:36.687Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-08-18T23:16:36.892Z | Compiling rand v0.9.2 |
| 1536 | 2026-08-18T23:16:36.964Z | Compiling rand v0.8.6 |
| 1537 | 2026-08-18T23:16:37.070Z | Compiling tokio-util v0.7.18 |
| 1538 | 2026-08-18T23:16:37.113Z | Compiling tower v0.5.3 |
| 1539 | 2026-08-18T23:16:37.333Z | Compiling dof v0.4.0 |
| 1540 | 2026-08-18T23:16:37.480Z | Compiling http-body-util v0.1.3 |
| 1541 | 2026-08-18T23:16:37.546Z | Compiling proptest v1.11.0 |
| 1542 | 2026-08-18T23:16:37.584Z | Compiling darling_core v0.23.0 |
| 1543 | 2026-08-18T23:16:37.598Z | Compiling heapless v0.7.17 |
| 1544 | 2026-08-18T23:16:37.713Z | Compiling slog v2.8.2 |
| 1545 | 2026-08-18T23:16:37.744Z | Compiling thread-id v5.1.0 |
| 1546 | 2026-08-18T23:16:37.757Z | Compiling env_filter v2.0.0 |
| 1547 | 2026-08-18T23:16:37.823Z | Compiling h2 v0.4.15 |
| 1548 | 2026-08-18T23:16:37.844Z | Compiling cookie v0.18.1 |
| 1549 | 2026-08-18T23:16:37.861Z | Compiling unicode-properties v0.1.4 |
| 1550 | 2026-08-18T23:16:37.917Z | Compiling ipnetwork v0.21.1 |
| 1551 | 2026-08-18T23:16:38.051Z | Compiling zstd-safe v7.2.4 |
| 1552 | 2026-08-18T23:16:38.074Z | Compiling allocator-api2 v0.2.21 |
| 1553 | 2026-08-18T23:16:38.089Z | Compiling iri-string v0.7.10 |
| 1554 | 2026-08-18T23:16:38.165Z | Compiling signal-hook v0.3.18 |
| 1555 | 2026-08-18T23:16:38.271Z | Compiling hashbrown v0.12.3 |
| 1556 | 2026-08-18T23:16:38.332Z | Compiling winnow v0.5.40 |
| 1557 | 2026-08-18T23:16:38.349Z | Compiling anyhow v1.0.104 |
| 1558 | 2026-08-18T23:16:38.422Z | Compiling flate2 v1.1.9 |
| 1559 | 2026-08-18T23:16:38.436Z | Compiling unicode-bidi v0.3.18 |
| 1560 | 2026-08-18T23:16:38.559Z | Compiling base64 v0.21.7 |
| 1561 | 2026-08-18T23:16:38.587Z | Compiling gimli v0.32.3 |
| 1562 | 2026-08-18T23:16:38.663Z | Compiling ryu v1.0.23 |
| 1563 | 2026-08-18T23:16:38.768Z | Compiling stringprep v0.1.5 |
| 1564 | 2026-08-18T23:16:38.852Z | Compiling serde_urlencoded v0.7.1 |
| 1565 | 2026-08-18T23:16:38.867Z | Compiling ron v0.8.1 |
| 1566 | 2026-08-18T23:16:38.898Z | Compiling rsa v0.9.10 |
| 1567 | 2026-08-18T23:16:39.025Z | Compiling oxnet v0.1.6 |
| 1568 | 2026-08-18T23:16:39.139Z | Compiling env_logger v0.11.11 |
| 1569 | 2026-08-18T23:16:39.183Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-08-18T23:16:39.203Z | Compiling structmeta v0.3.0 |
| 1571 | 2026-08-18T23:16:39.240Z | Compiling tower-http v0.6.8 |
| 1572 | 2026-08-18T23:16:39.372Z | Compiling scroll v0.12.0 |
| 1573 | 2026-08-18T23:16:39.432Z | Compiling derive_builder_macro v0.20.2 |
| 1574 | 2026-08-18T23:16:39.481Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1575 | 2026-08-18T23:16:39.505Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-18T23:16:39.649Z | Compiling hashbrown v0.13.2 |
| 1577 | 2026-08-18T23:16:39.664Z | Compiling toml_edit v0.19.15 |
| 1578 | 2026-08-18T23:16:39.668Z | Compiling bzip2 v0.4.4 |
| 1579 | 2026-08-18T23:16:39.694Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1580 | 2026-08-18T23:16:39.844Z | Compiling heck v0.4.1 |
| 1581 | 2026-08-18T23:16:39.897Z | Compiling camino v1.2.5 |
| 1582 | 2026-08-18T23:16:40.078Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-08-18T23:16:40.165Z | Compiling darling_macro v0.23.0 |
| 1584 | 2026-08-18T23:16:40.180Z | Compiling x509-cert v0.2.5 |
| 1585 | 2026-08-18T23:16:40.311Z | Compiling addr2line v0.25.1 |
| 1586 | 2026-08-18T23:16:40.363Z | Compiling crypto-common v0.2.2 |
| 1587 | 2026-08-18T23:16:40.435Z | Compiling block-padding v0.4.2 |
| 1588 | 2026-08-18T23:16:40.468Z | Compiling block-buffer v0.12.1 |
| 1589 | 2026-08-18T23:16:40.561Z | Compiling md-5 v0.10.6 |
| 1590 | 2026-08-18T23:16:40.623Z | Compiling rustls-native-certs v0.8.3 |
| 1591 | 2026-08-18T23:16:40.666Z | Compiling bstr v1.12.1 |
| 1592 | 2026-08-18T23:16:40.682Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-08-18T23:16:40.697Z | Compiling zerocopy-derive v0.7.35 |
| 1594 | 2026-08-18T23:16:40.740Z | Compiling async-trait v0.1.89 |
| 1595 | 2026-08-18T23:16:40.922Z | Compiling pin-project-internal v1.1.11 |
| 1596 | 2026-08-18T23:16:41.253Z | Compiling hyper v1.10.1 |
| 1597 | 2026-08-18T23:16:41.329Z | Compiling serde_tokenstream v0.2.3 |
| 1598 | 2026-08-18T23:16:41.436Z | Compiling curve25519-dalek v4.1.3 |
| 1599 | 2026-08-18T23:16:41.587Z | Compiling erased-serde v0.3.31 |
| 1600 | 2026-08-18T23:16:41.668Z | Compiling vergen-lib v9.1.0 |
| 1601 | 2026-08-18T23:16:41.789Z | Compiling hash32 v0.2.1 |
| 1602 | 2026-08-18T23:16:41.803Z | Compiling encoding_rs v0.8.35 |
| 1603 | 2026-08-18T23:16:41.819Z | Compiling memoffset v0.9.1 |
| 1604 | 2026-08-18T23:16:41.869Z | Compiling rustix v0.38.44 |
| 1605 | 2026-08-18T23:16:42.006Z | Compiling ref-cast v1.0.25 |
| 1606 | 2026-08-18T23:16:42.023Z | Compiling psl-types v2.0.11 |
| 1607 | 2026-08-18T23:16:42.027Z | Compiling rustc-demangle v0.1.27 |
| 1608 | 2026-08-18T23:16:42.053Z | Compiling fallible-iterator v0.2.0 |
| 1609 | 2026-08-18T23:16:42.075Z | Compiling smoltcp v0.9.1 |
| 1610 | 2026-08-18T23:16:42.101Z | Compiling mime v0.3.17 |
| 1611 | 2026-08-18T23:16:42.159Z | Compiling litrs v1.0.0 |
| 1612 | 2026-08-18T23:16:42.214Z | Compiling cfg_aliases v0.2.1 |
| 1613 | 2026-08-18T23:16:42.289Z | Compiling crc-any v2.5.0 |
| 1614 | 2026-08-18T23:16:42.302Z | Compiling owo-colors v4.3.0 |
| 1615 | 2026-08-18T23:16:42.399Z | Compiling postgres-protocol v0.6.10 |
| 1616 | 2026-08-18T23:16:42.414Z | Compiling hyper-util v0.1.20 |
| 1617 | 2026-08-18T23:16:42.431Z | Compiling nix v0.31.2 |
| 1618 | 2026-08-18T23:16:42.476Z | Compiling backtrace v0.3.76 |
| 1619 | 2026-08-18T23:16:42.508Z | Compiling publicsuffix v2.3.0 |
| 1620 | 2026-08-18T23:16:42.537Z | Compiling pin-project v1.1.11 |
| 1621 | 2026-08-18T23:16:42.720Z | Compiling document-features v0.2.12 |
| 1622 | 2026-08-18T23:16:42.762Z | Compiling zerocopy v0.7.35 |
| 1623 | 2026-08-18T23:16:42.778Z | Compiling daft v0.1.7 |
| 1624 | 2026-08-18T23:16:42.833Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-18T23:16:42.847Z | Compiling toml v0.7.8 |
| 1626 | 2026-08-18T23:16:42.943Z | Compiling darling v0.23.0 |
| 1627 | 2026-08-18T23:16:42.975Z | Compiling inout v0.2.2 |
| 1628 | 2026-08-18T23:16:43.036Z | Compiling object v0.30.4 |
| 1629 | 2026-08-18T23:16:43.085Z | Compiling snafu-derive v0.8.9 |
| 1630 | 2026-08-18T23:16:43.099Z | Compiling derive_builder v0.20.2 |
| 1631 | 2026-08-18T23:16:43.170Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1632 | 2026-08-18T23:16:43.197Z | Compiling zip v0.6.6 |
| 1633 | 2026-08-18T23:16:43.240Z | Compiling goblin v0.8.2 |
| 1634 | 2026-08-18T23:16:43.309Z | Compiling derive-ex v0.1.8 |
| 1635 | 2026-08-18T23:16:43.486Z | Compiling phf_shared v0.13.1 |
| 1636 | 2026-08-18T23:16:43.626Z | Compiling futures-executor v0.3.32 |
| 1637 | 2026-08-18T23:16:43.658Z | Compiling hubpack_derive v0.1.1 |
| 1638 | 2026-08-18T23:16:43.705Z | Compiling regex v1.12.3 |
| 1639 | 2026-08-18T23:16:43.753Z | Compiling ref-cast-impl v1.0.25 |
| 1640 | 2026-08-18T23:16:43.815Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1641 | 2026-08-18T23:16:43.840Z | Compiling hyper-tls v0.6.0 |
| 1642 | 2026-08-18T23:16:43.912Z | Compiling strum_macros v0.27.2 |
| 1643 | 2026-08-18T23:16:43.926Z | Compiling vergen v9.1.0 |
| 1644 | 2026-08-18T23:16:44.091Z | Compiling cargo-platform v0.3.2 |
| 1645 | 2026-08-18T23:16:44.131Z | Compiling ff v0.13.1 |
| 1646 | 2026-08-18T23:16:44.152Z | Compiling fs-err v3.3.0 |
| 1647 | 2026-08-18T23:16:44.167Z | Compiling libbz2-rs-sys v0.2.2 |
| 1648 | 2026-08-18T23:16:44.249Z | Compiling is_ci v1.2.0 |
| 1649 | 2026-08-18T23:16:44.268Z | Compiling foldhash v0.2.0 |
| 1650 | 2026-08-18T23:16:44.282Z | Compiling foldhash v0.1.5 |
| 1651 | 2026-08-18T23:16:44.355Z | Compiling bitflags v1.3.2 |
| 1652 | 2026-08-18T23:16:44.369Z | Compiling same-file v1.0.6 |
| 1653 | 2026-08-18T23:16:44.390Z | Compiling path-slash v0.1.5 |
| 1654 | 2026-08-18T23:16:44.409Z | Compiling managed v0.8.0 |
| 1655 | 2026-08-18T23:16:44.440Z | Compiling base16ct v0.2.0 |
| 1656 | 2026-08-18T23:16:44.468Z | Compiling either v1.15.0 |
| 1657 | 2026-08-18T23:16:44.508Z | Compiling jiff-core v0.1.0 |
| 1658 | 2026-08-18T23:16:44.522Z | Compiling bumpalo v3.20.2 |
| 1659 | 2026-08-18T23:16:44.536Z | Compiling textwrap v0.16.2 |
| 1660 | 2026-08-18T23:16:44.638Z | Compiling bzip2 v0.6.1 |
| 1661 | 2026-08-18T23:16:44.697Z | Compiling sec1 v0.7.3 |
| 1662 | 2026-08-18T23:16:44.798Z | Compiling zopfli v0.8.3 |
| 1663 | 2026-08-18T23:16:44.866Z | Compiling walkdir v2.5.0 |
| 1664 | 2026-08-18T23:16:44.884Z | Compiling hashbrown v0.16.1 |
| 1665 | 2026-08-18T23:16:44.992Z | Compiling hashbrown v0.15.5 |
| 1666 | 2026-08-18T23:16:45.061Z | Compiling test-strategy v0.4.5 |
| 1667 | 2026-08-18T23:16:45.085Z | Compiling snafu v0.8.9 |
| 1668 | 2026-08-18T23:16:45.137Z | Compiling supports-color v3.0.2 |
| 1669 | 2026-08-18T23:16:45.309Z | Compiling jiff v0.2.34 |
| 1670 | 2026-08-18T23:16:45.321Z | Compiling cargo_metadata v0.23.1 |
| 1671 | 2026-08-18T23:16:45.460Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1672 | 2026-08-18T23:16:45.474Z | Compiling group v0.13.0 |
| 1673 | 2026-08-18T23:16:45.490Z | Compiling hubpack v0.1.2 |
| 1674 | 2026-08-18T23:16:45.505Z | Compiling dof v0.3.0 |
| 1675 | 2026-08-18T23:16:45.598Z | Compiling reqwest v0.12.28 |
| 1676 | 2026-08-18T23:16:45.616Z | Compiling futures v0.3.32 |
| 1677 | 2026-08-18T23:16:45.670Z | Compiling phf v0.13.1 |
| 1678 | 2026-08-18T23:16:45.726Z | Compiling cookie_store v0.22.1 |
| 1679 | 2026-08-18T23:16:45.851Z | Compiling zstd v0.13.3 |
| 1680 | 2026-08-18T23:16:45.929Z | Compiling strum v0.27.2 |
| 1681 | 2026-08-18T23:16:45.998Z | Compiling signal-hook-mio v0.2.5 |
| 1682 | 2026-08-18T23:16:46.077Z | Compiling cipher v0.5.2 |
| 1683 | 2026-08-18T23:16:46.092Z | Compiling serde_with_macros v3.21.0 |
| 1684 | 2026-08-18T23:16:46.131Z | Compiling backtrace-ext v0.2.1 |
| 1685 | 2026-08-18T23:16:46.165Z | Compiling postgres-types v0.2.12 |
| 1686 | 2026-08-18T23:16:46.396Z | Compiling usdt-macro v0.6.0 |
| 1687 | 2026-08-18T23:16:46.400Z | Compiling usdt-attr-macro v0.6.0 |
| 1688 | 2026-08-18T23:16:46.576Z | Compiling globset v0.4.18 |
| 1689 | 2026-08-18T23:16:46.698Z | Compiling byte-wrapper v0.1.0 |
| 1690 | 2026-08-18T23:16:46.738Z | Compiling phf_shared v0.11.3 |
| 1691 | 2026-08-18T23:16:46.797Z | Compiling dtrace-parser v0.2.0 |
| 1692 | 2026-08-18T23:16:46.905Z | Compiling ed25519 v2.2.3 |
| 1693 | 2026-08-18T23:16:46.942Z | Compiling hkdf v0.12.4 |
| 1694 | 2026-08-18T23:16:47.057Z | Compiling crypto-bigint v0.5.5 |
| 1695 | 2026-08-18T23:16:47.085Z | Compiling async-recursion v1.1.1 |
| 1696 | 2026-08-18T23:16:47.136Z | Compiling strum_macros v0.26.4 |
| 1697 | 2026-08-18T23:16:47.245Z | Compiling enum-as-inner v0.6.1 |
| 1698 | 2026-08-18T23:16:47.305Z | Compiling miette-derive v7.6.0 |
| 1699 | 2026-08-18T23:16:47.319Z | Compiling serde_repr v0.1.20 |
| 1700 | 2026-08-18T23:16:47.335Z | Compiling olpc-cjson v0.1.4 |
| 1701 | 2026-08-18T23:16:47.512Z | Compiling serde-big-array v0.5.1 |
| 1702 | 2026-08-18T23:16:47.527Z | Compiling serde_plain v1.0.2 |
| 1703 | 2026-08-18T23:16:47.541Z | Compiling float-cmp v0.10.0 |
| 1704 | 2026-08-18T23:16:47.589Z | Compiling pem v3.0.6 |
| 1705 | 2026-08-18T23:16:47.669Z | Compiling memmap2 v0.9.10 |
| 1706 | 2026-08-18T23:16:47.709Z | Compiling thread-id v4.2.2 |
| 1707 | 2026-08-18T23:16:47.734Z | Compiling fixedbitset v0.4.2 |
| 1708 | 2026-08-18T23:16:47.797Z | Compiling data-encoding v2.10.0 |
| 1709 | 2026-08-18T23:16:47.812Z | Compiling predicates-core v1.0.10 |
| 1710 | 2026-08-18T23:16:47.826Z | Compiling static_assertions v1.1.0 |
| 1711 | 2026-08-18T23:16:47.887Z | Compiling fixedbitset v0.5.7 |
| 1712 | 2026-08-18T23:16:47.909Z | Compiling typed-path v0.9.3 |
| 1713 | 2026-08-18T23:16:47.913Z | Compiling supports-unicode v3.0.0 |
| 1714 | 2026-08-18T23:16:47.944Z | Compiling precomputed-hash v0.1.1 |
| 1715 | 2026-08-18T23:16:47.954Z | Compiling difflib v0.4.0 |
| 1716 | 2026-08-18T23:16:47.972Z | Compiling new_debug_unreachable v1.0.6 |
| 1717 | 2026-08-18T23:16:48.006Z | Compiling normalize-line-endings v0.3.0 |
| 1718 | 2026-08-18T23:16:48.039Z | Compiling supports-hyperlinks v3.2.0 |
| 1719 | 2026-08-18T23:16:48.054Z | Compiling winnow v1.0.3 |
| 1720 | 2026-08-18T23:16:48.090Z | Compiling cpufeatures v0.3.0 |
| 1721 | 2026-08-18T23:16:48.114Z | Compiling const-oid v0.10.2 |
| 1722 | 2026-08-18T23:16:48.178Z | Compiling keccak v0.1.6 |
| 1723 | 2026-08-18T23:16:48.211Z | Compiling whoami v2.1.0 |
| 1724 | 2026-08-18T23:16:48.211Z | Compiling predicates v3.1.4 |
| 1725 | 2026-08-18T23:16:48.339Z | Compiling sha3 v0.10.8 |
| 1726 | 2026-08-18T23:16:48.522Z | Compiling tokio-postgres v0.7.16 |
| 1727 | 2026-08-18T23:16:48.536Z | Compiling miette v7.6.0 |
| 1728 | 2026-08-18T23:16:48.550Z | Compiling digest v0.11.3 |
| 1729 | 2026-08-18T23:16:48.610Z | Compiling chacha20 v0.10.0 |
| 1730 | 2026-08-18T23:16:48.724Z | Compiling hickory-proto v0.25.2 |
| 1731 | 2026-08-18T23:16:48.792Z | Compiling elliptic-curve v0.13.8 |
| 1732 | 2026-08-18T23:16:48.824Z | Compiling petgraph v0.8.3 |
| 1733 | 2026-08-18T23:16:48.917Z | Compiling string_cache v0.8.9 |
| 1734 | 2026-08-18T23:16:48.963Z | Compiling toml_edit v0.22.27 |
| 1735 | 2026-08-18T23:16:48.994Z | Compiling strum v0.26.3 |
| 1736 | 2026-08-18T23:16:49.010Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1737 | 2026-08-18T23:16:49.025Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1738 | 2026-08-18T23:16:49.142Z | Compiling petgraph v0.6.5 |
| 1739 | 2026-08-18T23:16:49.175Z | Compiling usdt v0.6.0 |
| 1740 | 2026-08-18T23:16:49.179Z | Compiling usdt-impl v0.5.0 |
| 1741 | 2026-08-18T23:16:49.202Z | Compiling zip v4.6.1 |
| 1742 | 2026-08-18T23:16:49.220Z | Compiling serde_with v3.21.0 |
| 1743 | 2026-08-18T23:16:49.282Z | Compiling crossterm v0.28.1 |
| 1744 | 2026-08-18T23:16:49.460Z | Compiling ed25519-dalek v2.2.0 |
| 1745 | 2026-08-18T23:16:49.476Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1746 | 2026-08-18T23:16:49.812Z | Compiling iddqd v0.4.2 |
| 1747 | 2026-08-18T23:16:50.127Z | Compiling itertools v0.15.0 |
| 1748 | 2026-08-18T23:16:50.178Z | Compiling itertools v0.13.0 |
| 1749 | 2026-08-18T23:16:50.423Z | Compiling similar v2.7.0 |
| 1750 | 2026-08-18T23:16:50.572Z | Compiling crossbeam-epoch v0.9.18 |
| 1751 | 2026-08-18T23:16:50.651Z | Compiling tokio-stream v0.1.18 |
| 1752 | 2026-08-18T23:16:50.819Z | Compiling buf-list v1.1.2 |
| 1753 | 2026-08-18T23:16:50.834Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1754 | 2026-08-18T23:16:50.916Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-08-18T23:16:51.033Z | Compiling lalrpop-util v0.19.12 |
| 1756 | 2026-08-18T23:16:51.049Z | Compiling peg-runtime v0.8.5 |
| 1757 | 2026-08-18T23:16:51.114Z | Compiling thread_local v1.1.9 |
| 1758 | 2026-08-18T23:16:51.136Z | Compiling slog-async v2.8.0 |
| 1759 | 2026-08-18T23:16:51.139Z | Compiling crossbeam-channel v0.5.15 |
| 1760 | 2026-08-18T23:16:51.162Z | Compiling filetime v0.2.27 |
| 1761 | 2026-08-18T23:16:51.250Z | Compiling is-terminal v0.4.17 |
| 1762 | 2026-08-18T23:16:51.301Z | Compiling xattr v1.6.1 |
| 1763 | 2026-08-18T23:16:51.350Z | Compiling term v1.2.1 |
| 1764 | 2026-08-18T23:16:51.367Z | Compiling take_mut v0.2.2 |
| 1765 | 2026-08-18T23:16:51.367Z | Compiling camino-tempfile v1.4.1 |
| 1766 | 2026-08-18T23:16:51.461Z | Compiling tar v0.4.46 |
| 1767 | 2026-08-18T23:16:51.620Z | Compiling slog-term v2.9.2 |
| 1768 | 2026-08-18T23:17:08.886Z | Compiling rustls-webpki v0.103.13 |
| 1769 | 2026-08-18T23:17:11.572Z | Compiling tokio-rustls v0.26.4 |
| 1770 | 2026-08-18T23:17:11.573Z | Compiling rustls-platform-verifier v0.6.2 |
| 1771 | 2026-08-18T23:17:11.584Z | Compiling tough v0.22.0 |
| 1772 | 2026-08-18T23:17:11.782Z | Compiling hyper-rustls v0.27.7 |
| 1773 | 2026-08-18T23:17:11.952Z | Compiling reqwest v0.13.2 |
| 1774 | 2026-08-18T23:17:14.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1775 | 2026-08-18T23:17:14.346Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1776 | 2026-08-18T23:17:17.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.09s |
| 1777 | 2026-08-18T23:17:17.437Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1778 | 2026-08-18T23:17:17.494Z | Aug 18 23:17:17.157 INFO Starting download, target: MaghemiteDdmd |
| 1779 | 2026-08-18T23:17:17.494Z | Aug 18 23:17:17.158 INFO Starting download, target: MaghemiteMgd |
| 1780 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Starting download, target: Console |
| 1781 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Starting download, target: Cockroach |
| 1782 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Starting download, target: Clickhouse |
| 1783 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Starting download, target: TransceiverControl |
| 1784 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Starting download, target: DendriteStub |
| 1785 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1786 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1787 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1788 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1789 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1790 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1791 | 2026-08-18T23:17:17.500Z | Aug 18 23:17:17.158 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1792 | 2026-08-18T23:17:18.425Z | Aug 18 23:17:18.068 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1793 | 2026-08-18T23:17:18.617Z | Aug 18 23:17:18.279 INFO Download complete, target: TransceiverControl |
| 1794 | 2026-08-18T23:17:20.355Z | Aug 18 23:17:19.994 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1795 | 2026-08-18T23:17:20.396Z | Aug 18 23:17:20.041 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1796 | 2026-08-18T23:17:20.594Z | Aug 18 23:17:20.244 INFO Download complete, target: Console |
| 1797 | 2026-08-18T23:17:23.567Z | Aug 18 23:17:23.206 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1798 | 2026-08-18T23:17:23.705Z | Aug 18 23:17:23.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1799 | 2026-08-18T23:17:23.909Z | Aug 18 23:17:23.572 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1800 | 2026-08-18T23:17:24.420Z | Aug 18 23:17:24.083 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1801 | 2026-08-18T23:17:24.420Z | Aug 18 23:17:24.083 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1802 | 2026-08-18T23:17:25.683Z | Aug 18 23:17:25.347 INFO Download complete, target: MaghemiteDdmd |
| 1803 | 2026-08-18T23:17:26.256Z | Aug 18 23:17:25.920 INFO Download complete, target: DendriteStub |
| 1804 | 2026-08-18T23:17:26.679Z | Aug 18 23:17:26.328 INFO Download complete, target: MaghemiteMgd |
| 1805 | 2026-08-18T23:17:27.266Z | Aug 18 23:17:26.926 INFO Checking that binary works, target: Clickhouse |
| 1806 | 2026-08-18T23:17:27.357Z | Aug 18 23:17:27.014 INFO Download complete, target: Clickhouse |
| 1807 | 2026-08-18T23:17:29.148Z | Aug 18 23:17:28.812 INFO Checking that binary works, target: Cockroach |
| 1808 | 2026-08-18T23:17:29.278Z | Aug 18 23:17:28.942 INFO Download complete, target: Cockroach |
| 1809 | 2026-08-18T23:17:29.283Z | All prerequisites installed successfully |
| 1810 | 2026-08-18T23:17:29.287Z | |
| 1811 | 2026-08-18T23:17:29.287Z | real 1:55.970059476 |
| 1812 | 2026-08-18T23:17:29.287Z | user 7:21.258001568 |
| 1813 | 2026-08-18T23:17:29.287Z | sys 1:45.933273659 |
| 1814 | 2026-08-18T23:17:29.287Z | trap 0.300630651 |
| 1815 | 2026-08-18T23:17:29.287Z | tflt 0.776334721 |
| 1816 | 2026-08-18T23:17:29.287Z | dflt 1.518444330 |
| 1817 | 2026-08-18T23:17:29.287Z | kflt 0.025688006 |
| 1818 | 2026-08-18T23:17:29.287Z | lock 29:57.503436363 |
| 1819 | 2026-08-18T23:17:29.287Z | slp 20:14.809965192 |
| 1820 | 2026-08-18T23:17:29.287Z | lat 28.784159510 |
| 1821 | 2026-08-18T23:17:29.287Z | stop 3:31.670086068 |
| 1822 | 2026-08-18T23:17:29.287Z | + ptime -m cargo xtask download softnpu |
| 1823 | 2026-08-18T23:17:29.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1824 | 2026-08-18T23:17:29.766Z | Running `target/debug/xtask download softnpu` |
| 1825 | 2026-08-18T23:17:30.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1826 | 2026-08-18T23:17:30.615Z | Running `target/debug/xtask-downloader softnpu` |
| 1827 | 2026-08-18T23:17:30.660Z | Aug 18 23:17:30.324 INFO Starting download, target: Softnpu |
| 1828 | 2026-08-18T23:17:30.663Z | Aug 18 23:17:30.325 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1829 | 2026-08-18T23:17:31.943Z | Aug 18 23:17:31.607 INFO Download complete, target: Softnpu |
| 1830 | 2026-08-18T23:17:31.946Z | |
| 1831 | 2026-08-18T23:17:31.950Z | real 2.656459091 |
| 1832 | 2026-08-18T23:17:31.950Z | user 1.330706315 |
| 1833 | 2026-08-18T23:17:31.950Z | sys 0.648402870 |
| 1834 | 2026-08-18T23:17:31.950Z | trap 0.000741020 |
| 1835 | 2026-08-18T23:17:31.950Z | tflt 0.000274790 |
| 1836 | 2026-08-18T23:17:31.950Z | dflt 0.000162090 |
| 1837 | 2026-08-18T23:17:31.950Z | kflt 0.000000000 |
| 1838 | 2026-08-18T23:17:31.950Z | lock 24.229178456 |
| 1839 | 2026-08-18T23:17:31.950Z | slp 1.144962238 |
| 1840 | 2026-08-18T23:17:31.950Z | lat 0.132183502 |
| 1841 | 2026-08-18T23:17:31.950Z | stop 0.000211090 |
| 1842 | 2026-08-18T23:17:31.950Z | + export CARGO_INCREMENTAL=0 |
| 1843 | 2026-08-18T23:17:31.950Z | + CARGO_INCREMENTAL=0 |
| 1844 | 2026-08-18T23:17:31.950Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1845 | 2026-08-18T23:17:32.870Z | Compiling proc-macro2 v1.0.106 |
| 1846 | 2026-08-18T23:17:32.870Z | Compiling quote v1.0.45 |
| 1847 | 2026-08-18T23:17:32.870Z | Compiling unicode-ident v1.0.24 |
| 1848 | 2026-08-18T23:17:32.871Z | Compiling libc v0.2.185 |
| 1849 | 2026-08-18T23:17:32.874Z | Compiling serde_core v1.0.229 |
| 1850 | 2026-08-18T23:17:32.874Z | Compiling serde v1.0.229 |
| 1851 | 2026-08-18T23:17:32.874Z | Compiling cfg-if v1.0.4 |
| 1852 | 2026-08-18T23:17:32.874Z | Compiling version_check v0.9.5 |
| 1853 | 2026-08-18T23:17:33.020Z | Compiling autocfg v1.5.0 |
| 1854 | 2026-08-18T23:17:33.023Z | Compiling shlex v1.3.0 |
| 1855 | 2026-08-18T23:17:33.023Z | Compiling find-msvc-tools v0.1.9 |
| 1856 | 2026-08-18T23:17:33.023Z | Compiling memchr v2.8.0 |
| 1857 | 2026-08-18T23:17:33.023Z | Compiling zmij v1.0.21 |
| 1858 | 2026-08-18T23:17:33.023Z | Compiling portable-atomic v1.13.1 |
| 1859 | 2026-08-18T23:17:33.241Z | Compiling serde_json v1.0.151 |
| 1860 | 2026-08-18T23:17:33.305Z | Compiling zerocopy v0.8.55 |
| 1861 | 2026-08-18T23:17:33.405Z | Compiling libm v0.2.16 |
| 1862 | 2026-08-18T23:17:33.443Z | Compiling parking_lot_core v0.9.12 |
| 1863 | 2026-08-18T23:17:33.492Z | Compiling smallvec v1.15.1 |
| 1864 | 2026-08-18T23:17:33.496Z | Compiling icu_normalizer_data v2.1.1 |
| 1865 | 2026-08-18T23:17:33.496Z | Compiling icu_properties_data v2.1.2 |
| 1866 | 2026-08-18T23:17:33.512Z | Compiling generic-array v0.14.7 |
| 1867 | 2026-08-18T23:17:33.515Z | Compiling num-traits v0.2.19 |
| 1868 | 2026-08-18T23:17:33.624Z | Compiling itoa v1.0.17 |
| 1869 | 2026-08-18T23:17:33.691Z | Compiling getrandom v0.4.3 |
| 1870 | 2026-08-18T23:17:33.708Z | Compiling log v0.4.33 |
| 1871 | 2026-08-18T23:17:33.762Z | Compiling getrandom v0.3.4 |
| 1872 | 2026-08-18T23:17:33.765Z | Compiling pkg-config v0.3.32 |
| 1873 | 2026-08-18T23:17:33.809Z | Compiling subtle v2.6.1 |
| 1874 | 2026-08-18T23:17:33.842Z | Compiling stable_deref_trait v1.2.1 |
| 1875 | 2026-08-18T23:17:33.858Z | Compiling typenum v1.20.1 |
| 1876 | 2026-08-18T23:17:33.942Z | Compiling rustix v1.1.4 |
| 1877 | 2026-08-18T23:17:33.997Z | Compiling scopeguard v1.2.0 |
| 1878 | 2026-08-18T23:17:34.046Z | Compiling thiserror v2.0.18 |
| 1879 | 2026-08-18T23:17:34.064Z | Compiling jobserver v0.1.34 |
| 1880 | 2026-08-18T23:17:34.081Z | Compiling errno v0.3.14 |
| 1881 | 2026-08-18T23:17:34.098Z | Compiling lock_api v0.4.14 |
| 1882 | 2026-08-18T23:17:34.254Z | Compiling critical-section v1.2.0 |
| 1883 | 2026-08-18T23:17:34.286Z | Compiling cc v1.2.56 |
| 1884 | 2026-08-18T23:17:34.333Z | Compiling getrandom v0.2.17 |
| 1885 | 2026-08-18T23:17:34.382Z | Compiling pin-project-lite v0.2.17 |
| 1886 | 2026-08-18T23:17:34.427Z | Compiling syn v2.0.117 |
| 1887 | 2026-08-18T23:17:34.444Z | Compiling syn v3.0.3 |
| 1888 | 2026-08-18T23:17:34.524Z | Compiling rand_core v0.6.4 |
| 1889 | 2026-08-18T23:17:34.540Z | Compiling syn v1.0.109 |
| 1890 | 2026-08-18T23:17:34.613Z | Compiling once_cell v1.21.3 |
| 1891 | 2026-08-18T23:17:34.630Z | Compiling percent-encoding v2.3.2 |
| 1892 | 2026-08-18T23:17:34.661Z | Compiling schemars v0.8.22 |
| 1893 | 2026-08-18T23:17:34.678Z | Compiling writeable v0.6.2 |
| 1894 | 2026-08-18T23:17:34.711Z | Compiling litemap v0.8.1 |
| 1895 | 2026-08-18T23:17:34.825Z | Compiling equivalent v1.0.2 |
| 1896 | 2026-08-18T23:17:34.914Z | Compiling rustversion v1.0.22 |
| 1897 | 2026-08-18T23:17:34.932Z | Compiling dunce v1.0.5 |
| 1898 | 2026-08-18T23:17:34.935Z | Compiling fs_extra v1.3.0 |
| 1899 | 2026-08-18T23:17:34.994Z | Compiling heck v0.5.0 |
| 1900 | 2026-08-18T23:17:35.070Z | Compiling cmake v0.1.57 |
| 1901 | 2026-08-18T23:17:35.086Z | Compiling byteorder v1.5.0 |
| 1902 | 2026-08-18T23:17:35.176Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-08-18T23:17:35.287Z | Compiling semver v1.0.28 |
| 1904 | 2026-08-18T23:17:35.304Z | Compiling bitflags v2.11.0 |
| 1905 | 2026-08-18T23:17:35.402Z | Compiling rand_core v0.10.0 |
| 1906 | 2026-08-18T23:17:35.548Z | Compiling strsim v0.11.1 |
| 1907 | 2026-08-18T23:17:35.620Z | Compiling signal-hook-registry v1.4.8 |
| 1908 | 2026-08-18T23:17:35.643Z | Compiling aws-lc-sys v0.40.0 |
| 1909 | 2026-08-18T23:17:35.765Z | Compiling indexmap v2.14.0 |
| 1910 | 2026-08-18T23:17:35.793Z | Compiling utf8_iter v1.0.4 |
| 1911 | 2026-08-18T23:17:35.848Z | Compiling thiserror v1.0.69 |
| 1912 | 2026-08-18T23:17:35.872Z | Compiling parking_lot v0.12.5 |
| 1913 | 2026-08-18T23:17:35.935Z | Compiling form_urlencoded v1.2.2 |
| 1914 | 2026-08-18T23:17:35.984Z | Compiling socket2 v0.6.3 |
| 1915 | 2026-08-18T23:17:36.006Z | Compiling mio v1.2.0 |
| 1916 | 2026-08-18T23:17:36.151Z | Compiling futures-core v0.3.32 |
| 1917 | 2026-08-18T23:17:36.167Z | Compiling const-oid v0.9.6 |
| 1918 | 2026-08-18T23:17:36.250Z | Compiling aws-lc-rs v1.16.3 |
| 1919 | 2026-08-18T23:17:36.364Z | Compiling httparse v1.10.1 |
| 1920 | 2026-08-18T23:17:36.472Z | Compiling serde_derive v1.0.229 |
| 1921 | 2026-08-18T23:17:36.562Z | Compiling fnv v1.0.7 |
| 1922 | 2026-08-18T23:17:36.675Z | Compiling ucd-trie v0.1.7 |
| 1923 | 2026-08-18T23:17:36.704Z | Compiling crc32fast v1.5.0 |
| 1924 | 2026-08-18T23:17:36.720Z | Compiling regex-syntax v0.8.10 |
| 1925 | 2026-08-18T23:17:36.842Z | Compiling iana-time-zone v0.1.65 |
| 1926 | 2026-08-18T23:17:36.882Z | Compiling pest v2.8.6 |
| 1927 | 2026-08-18T23:17:36.888Z | Compiling ident_case v1.0.1 |
| 1928 | 2026-08-18T23:17:36.913Z | Compiling vcpkg v0.2.15 |
| 1929 | 2026-08-18T23:17:37.131Z | Compiling uuid v1.23.4 |
| 1930 | 2026-08-18T23:17:37.151Z | Compiling rustc_version v0.4.1 |
| 1931 | 2026-08-18T23:17:37.235Z | Compiling futures-sink v0.3.32 |
| 1932 | 2026-08-18T23:17:37.277Z | Compiling rustls v0.23.41 |
| 1933 | 2026-08-18T23:17:37.303Z | Compiling synstructure v0.13.2 |
| 1934 | 2026-08-18T23:17:37.344Z | Compiling serde_derive_internals v0.29.1 |
| 1935 | 2026-08-18T23:17:37.480Z | Compiling futures-channel v0.3.32 |
| 1936 | 2026-08-18T23:17:37.505Z | Compiling openssl-sys v0.9.117 |
| 1937 | 2026-08-18T23:17:37.767Z | Compiling aho-corasick v1.1.4 |
| 1938 | 2026-08-18T23:17:37.793Z | Compiling slab v0.4.12 |
| 1939 | 2026-08-18T23:17:37.809Z | Compiling futures-task v0.3.32 |
| 1940 | 2026-08-18T23:17:37.918Z | Compiling pest_meta v2.8.6 |
| 1941 | 2026-08-18T23:17:37.932Z | Compiling futures-io v0.3.32 |
| 1942 | 2026-08-18T23:17:38.157Z | Compiling num-conv v0.2.0 |
| 1943 | 2026-08-18T23:17:38.196Z | Compiling dyn-clone v1.0.20 |
| 1944 | 2026-08-18T23:17:38.206Z | Compiling time-core v0.1.8 |
| 1945 | 2026-08-18T23:17:38.220Z | Compiling radium v0.7.0 |
| 1946 | 2026-08-18T23:17:38.240Z | Compiling plain v0.2.3 |
| 1947 | 2026-08-18T23:17:38.294Z | Compiling crossbeam-utils v0.8.21 |
| 1948 | 2026-08-18T23:17:38.342Z | Compiling base64 v0.22.1 |
| 1949 | 2026-08-18T23:17:38.361Z | Compiling pretty-hex v0.4.1 |
| 1950 | 2026-08-18T23:17:38.454Z | Compiling time-macros v0.2.27 |
| 1951 | 2026-08-18T23:17:38.477Z | Compiling maybe-uninit v2.0.0 |
| 1952 | 2026-08-18T23:17:38.477Z | Compiling winnow v0.5.40 |
| 1953 | 2026-08-18T23:17:38.507Z | Compiling pest_generator v2.8.6 |
| 1954 | 2026-08-18T23:17:38.519Z | Compiling base64ct v1.8.3 |
| 1955 | 2026-08-18T23:17:38.531Z | Compiling openssl v0.10.80 |
| 1956 | 2026-08-18T23:17:38.548Z | Compiling zeroize_derive v1.5.0 |
| 1957 | 2026-08-18T23:17:38.591Z | Compiling zerofrom-derive v0.1.6 |
| 1958 | 2026-08-18T23:17:38.696Z | Compiling yoke-derive v0.8.1 |
| 1959 | 2026-08-18T23:17:38.718Z | Compiling zerocopy-derive v0.8.55 |
| 1960 | 2026-08-18T23:17:38.804Z | Compiling zerovec-derive v0.11.2 |
| 1961 | 2026-08-18T23:17:38.824Z | Compiling displaydoc v0.2.5 |
| 1962 | 2026-08-18T23:17:38.845Z | Compiling tokio-macros v2.7.0 |
| 1963 | 2026-08-18T23:17:38.873Z | Compiling futures-macro v0.3.32 |
| 1964 | 2026-08-18T23:17:39.180Z | Compiling zeroize v1.9.0 |
| 1965 | 2026-08-18T23:17:39.197Z | Compiling thiserror-impl v2.0.18 |
| 1966 | 2026-08-18T23:17:39.229Z | Compiling schemars_derive v0.8.22 |
| 1967 | 2026-08-18T23:17:39.416Z | Compiling der_derive v0.7.3 |
| 1968 | 2026-08-18T23:17:39.443Z | Compiling tracing-attributes v0.1.31 |
| 1969 | 2026-08-18T23:17:39.531Z | Compiling thiserror-impl v1.0.69 |
| 1970 | 2026-08-18T23:17:39.546Z | Compiling bytes v1.11.1 |
| 1971 | 2026-08-18T23:17:39.695Z | Compiling chrono v0.4.45 |
| 1972 | 2026-08-18T23:17:39.713Z | Compiling pest_derive v2.8.6 |
| 1973 | 2026-08-18T23:17:39.742Z | Compiling zerofrom v0.1.6 |
| 1974 | 2026-08-18T23:17:39.866Z | Compiling crypto-common v0.1.7 |
| 1975 | 2026-08-18T23:17:39.892Z | Compiling yoke v0.8.1 |
| 1976 | 2026-08-18T23:17:39.924Z | Compiling block-buffer v0.10.4 |
| 1977 | 2026-08-18T23:17:40.032Z | Compiling futures-util v0.3.32 |
| 1978 | 2026-08-18T23:17:40.120Z | Compiling zerovec v0.11.5 |
| 1979 | 2026-08-18T23:17:40.179Z | Compiling zerotrie v0.2.3 |
| 1980 | 2026-08-18T23:17:40.215Z | Compiling tokio v1.52.1 |
| 1981 | 2026-08-18T23:17:40.439Z | Compiling digest v0.10.7 |
| 1982 | 2026-08-18T23:17:40.535Z | Compiling regex-automata v0.4.14 |
| 1983 | 2026-08-18T23:17:40.552Z | Compiling serde_spanned v0.6.9 |
| 1984 | 2026-08-18T23:17:40.607Z | Compiling toml_datetime v0.6.11 |
| 1985 | 2026-08-18T23:17:40.661Z | Compiling tinystr v0.8.2 |
| 1986 | 2026-08-18T23:17:40.715Z | Compiling potential_utf v0.1.4 |
| 1987 | 2026-08-18T23:17:40.765Z | Compiling serde_tokenstream v0.2.3 |
| 1988 | 2026-08-18T23:17:40.768Z | Compiling pem-rfc7468 v0.7.0 |
| 1989 | 2026-08-18T23:17:40.768Z | Compiling scroll_derive v0.12.1 |
| 1990 | 2026-08-18T23:17:40.871Z | Compiling icu_locale_core v2.1.1 |
| 1991 | 2026-08-18T23:17:40.909Z | Compiling icu_collections v2.1.1 |
| 1992 | 2026-08-18T23:17:41.057Z | Compiling toml_edit v0.19.15 |
| 1993 | 2026-08-18T23:17:41.074Z | Compiling scroll_derive v0.13.1 |
| 1994 | 2026-08-18T23:17:41.323Z | Compiling flagset v0.4.7 |
| 1995 | 2026-08-18T23:17:41.441Z | Compiling der v0.7.10 |
| 1996 | 2026-08-18T23:17:41.488Z | Compiling openssl-macros v0.1.1 |
| 1997 | 2026-08-18T23:17:41.686Z | Compiling icu_provider v2.1.1 |
| 1998 | 2026-08-18T23:17:41.934Z | Compiling darling_core v0.23.0 |
| 1999 | 2026-08-18T23:17:42.125Z | Compiling icu_properties v2.1.2 |
| 2000 | 2026-08-18T23:17:42.142Z | Compiling icu_normalizer v2.1.1 |
| 2001 | 2026-08-18T23:17:42.769Z | Compiling rand_core v0.9.5 |
| 2002 | 2026-08-18T23:17:42.789Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2003 | 2026-08-18T23:17:42.806Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2004 | 2026-08-18T23:17:43.003Z | Compiling ahash v0.8.12 |
| 2005 | 2026-08-18T23:17:43.092Z | Compiling idna_adapter v1.2.1 |
| 2006 | 2026-08-18T23:17:43.118Z | Compiling ppv-lite86 v0.2.21 |
| 2007 | 2026-08-18T23:17:43.252Z | Compiling idna v1.1.0 |
| 2008 | 2026-08-18T23:17:43.275Z | Compiling anyhow v1.0.104 |
| 2009 | 2026-08-18T23:17:43.275Z | Compiling native-tls v0.2.18 |
| 2010 | 2026-08-18T23:17:43.372Z | Compiling packed_struct v0.10.1 |
| 2011 | 2026-08-18T23:17:43.407Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-08-18T23:17:43.468Z | Compiling regex v1.12.3 |
| 2013 | 2026-08-18T23:17:43.509Z | Compiling spki v0.7.3 |
| 2014 | 2026-08-18T23:17:43.528Z | Compiling http v1.4.2 |
| 2015 | 2026-08-18T23:17:43.623Z | Compiling url v2.5.8 |
| 2016 | 2026-08-18T23:17:43.641Z | Compiling zerocopy-derive v0.7.35 |
| 2017 | 2026-08-18T23:17:43.881Z | Compiling slog v2.8.2 |
| 2018 | 2026-08-18T23:17:43.894Z | Compiling tracing-core v0.1.36 |
| 2019 | 2026-08-18T23:17:43.922Z | Compiling cookie v0.18.1 |
| 2020 | 2026-08-18T23:17:43.943Z | Compiling cpufeatures v0.2.17 |
| 2021 | 2026-08-18T23:17:44.030Z | Compiling camino v1.2.5 |
| 2022 | 2026-08-18T23:17:44.118Z | Compiling darling_macro v0.23.0 |
| 2023 | 2026-08-18T23:17:44.145Z | Compiling rand_chacha v0.9.0 |
| 2024 | 2026-08-18T23:17:44.192Z | Compiling zerocopy-derive v0.6.6 |
| 2025 | 2026-08-18T23:17:44.338Z | Compiling tokio-util v0.7.18 |
| 2026 | 2026-08-18T23:17:44.370Z | Compiling tracing v0.1.44 |
| 2027 | 2026-08-18T23:17:44.388Z | Compiling clap_derive v4.6.1 |
| 2028 | 2026-08-18T23:17:44.476Z | Compiling bitfield-macros v0.19.4 |
| 2029 | 2026-08-18T23:17:44.505Z | Compiling packed_struct_codegen v0.10.1 |
| 2030 | 2026-08-18T23:17:44.626Z | Compiling darling v0.23.0 |
| 2031 | 2026-08-18T23:17:44.783Z | Compiling indexmap v1.9.3 |
| 2032 | 2026-08-18T23:17:44.958Z | Compiling object v0.37.3 |
| 2033 | 2026-08-18T23:17:44.987Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-08-18T23:17:45.002Z | Compiling paste v1.0.15 |
| 2035 | 2026-08-18T23:17:45.244Z | Compiling rand v0.9.2 |
| 2036 | 2026-08-18T23:17:45.300Z | Compiling http-body v1.0.1 |
| 2037 | 2026-08-18T23:17:45.317Z | Compiling pkcs8 v0.10.2 |
| 2038 | 2026-08-18T23:17:45.353Z | Compiling rustls-pki-types v1.14.0 |
| 2039 | 2026-08-18T23:17:45.533Z | Compiling spin v0.9.8 |
| 2040 | 2026-08-18T23:17:45.554Z | Compiling usdt-impl v0.5.0 |
| 2041 | 2026-08-18T23:17:45.580Z | Compiling usdt-impl v0.6.0 |
| 2042 | 2026-08-18T23:17:45.746Z | Compiling adler2 v2.0.1 |
| 2043 | 2026-08-18T23:17:45.756Z | Compiling unicode-segmentation v1.12.0 |
| 2044 | 2026-08-18T23:17:45.778Z | Compiling tinyvec_macros v0.1.1 |
| 2045 | 2026-08-18T23:17:45.795Z | Compiling cmov v0.5.4 |
| 2046 | 2026-08-18T23:17:45.848Z | Compiling utf8parse v0.2.2 |
| 2047 | 2026-08-18T23:17:45.868Z | Compiling openssl-probe v0.2.1 |
| 2048 | 2026-08-18T23:17:45.991Z | Compiling fastrand v2.3.0 |
| 2049 | 2026-08-18T23:17:45.997Z | Compiling ref-cast v1.0.25 |
| 2050 | 2026-08-18T23:17:46.034Z | Compiling either v1.15.0 |
| 2051 | 2026-08-18T23:17:46.047Z | Compiling anstyle v1.0.14 |
| 2052 | 2026-08-18T23:17:46.051Z | Compiling ctutils v0.4.2 |
| 2053 | 2026-08-18T23:17:46.112Z | Compiling anstyle-parse v1.0.0 |
| 2054 | 2026-08-18T23:17:46.144Z | Compiling tinyvec v1.10.0 |
| 2055 | 2026-08-18T23:17:46.287Z | Compiling miniz_oxide v0.8.9 |
| 2056 | 2026-08-18T23:17:46.343Z | Compiling sha2 v0.10.9 |
| 2057 | 2026-08-18T23:17:46.394Z | Compiling scroll v0.13.0 |
| 2058 | 2026-08-18T23:17:46.419Z | Compiling scroll v0.12.0 |
| 2059 | 2026-08-18T23:17:46.443Z | Compiling terminal_size v0.4.3 |
| 2060 | 2026-08-18T23:17:46.563Z | Compiling async-trait v0.1.89 |
| 2061 | 2026-08-18T23:17:46.584Z | Compiling heapless v0.7.17 |
| 2062 | 2026-08-18T23:17:46.757Z | Compiling colorchoice v1.0.4 |
| 2063 | 2026-08-18T23:17:46.772Z | Compiling zstd-safe v7.2.4 |
| 2064 | 2026-08-18T23:17:46.798Z | Compiling tower-layer v0.3.3 |
| 2065 | 2026-08-18T23:17:46.848Z | Compiling atomic-waker v1.1.2 |
| 2066 | 2026-08-18T23:17:46.878Z | Compiling rustix v0.38.44 |
| 2067 | 2026-08-18T23:17:46.884Z | Compiling signal-hook v0.3.18 |
| 2068 | 2026-08-18T23:17:46.902Z | Compiling tower-service v0.3.3 |
| 2069 | 2026-08-18T23:17:46.975Z | Compiling anstyle-query v1.1.5 |
| 2070 | 2026-08-18T23:17:47.005Z | Compiling litrs v1.0.0 |
| 2071 | 2026-08-18T23:17:47.014Z | Compiling try-lock v0.2.5 |
| 2072 | 2026-08-18T23:17:47.086Z | Compiling is_terminal_polyfill v1.70.2 |
| 2073 | 2026-08-18T23:17:47.106Z | Compiling untrusted v0.7.1 |
| 2074 | 2026-08-18T23:17:47.200Z | Compiling anstream v1.0.0 |
| 2075 | 2026-08-18T23:17:47.205Z | Compiling want v0.3.1 |
| 2076 | 2026-08-18T23:17:47.234Z | Compiling tempfile v3.27.0 |
| 2077 | 2026-08-18T23:17:47.267Z | Compiling h2 v0.4.15 |
| 2078 | 2026-08-18T23:17:47.485Z | Compiling document-features v0.2.12 |
| 2079 | 2026-08-18T23:17:47.501Z | Compiling goblin v0.8.2 |
| 2080 | 2026-08-18T23:17:47.519Z | Compiling goblin v0.10.5 |
| 2081 | 2026-08-18T23:17:47.581Z | Compiling hybrid-array v0.4.13 |
| 2082 | 2026-08-18T23:17:47.691Z | Compiling itertools v0.15.0 |
| 2083 | 2026-08-18T23:17:47.700Z | Compiling heck v0.4.1 |
| 2084 | 2026-08-18T23:17:47.777Z | Compiling zerocopy v0.7.35 |
| 2085 | 2026-08-18T23:17:47.921Z | Compiling ipnet v2.12.0 |
| 2086 | 2026-08-18T23:17:48.016Z | Compiling structmeta-derive v0.3.0 |
| 2087 | 2026-08-18T23:17:48.342Z | Compiling daft-derive v0.1.7 |
| 2088 | 2026-08-18T23:17:48.359Z | Compiling ref-cast-impl v1.0.25 |
| 2089 | 2026-08-18T23:17:48.410Z | Compiling curve25519-dalek v4.1.3 |
| 2090 | 2026-08-18T23:17:48.493Z | Compiling darling_core v0.20.11 |
| 2091 | 2026-08-18T23:17:48.523Z | Compiling memoffset v0.9.1 |
| 2092 | 2026-08-18T23:17:48.664Z | Compiling powerfmt v0.2.0 |
| 2093 | 2026-08-18T23:17:48.816Z | Compiling httpdate v1.0.3 |
| 2094 | 2026-08-18T23:17:48.915Z | Compiling foreign-types-shared v0.1.1 |
| 2095 | 2026-08-18T23:17:48.958Z | Compiling tap v1.0.1 |
| 2096 | 2026-08-18T23:17:49.020Z | Compiling untrusted v0.9.0 |
| 2097 | 2026-08-18T23:17:49.070Z | Compiling wyz v0.5.1 |
| 2098 | 2026-08-18T23:17:49.097Z | Compiling structmeta v0.3.0 |
| 2099 | 2026-08-18T23:17:49.143Z | Compiling foreign-types v0.3.2 |
| 2100 | 2026-08-18T23:17:49.154Z | Compiling deranged v0.5.8 |
| 2101 | 2026-08-18T23:17:49.273Z | Compiling unicode-normalization v0.1.25 |
| 2102 | 2026-08-18T23:17:49.462Z | Compiling dtrace-parser v0.2.0 |
| 2103 | 2026-08-18T23:17:49.482Z | Compiling rand_chacha v0.3.1 |
| 2104 | 2026-08-18T23:17:49.745Z | Compiling dof v0.3.0 |
| 2105 | 2026-08-18T23:17:49.823Z | Compiling dtrace-parser v0.3.0 |
| 2106 | 2026-08-18T23:17:49.844Z | Compiling signature v2.2.0 |
| 2107 | 2026-08-18T23:17:49.870Z | Compiling hex v0.4.3 |
| 2108 | 2026-08-18T23:17:50.107Z | Compiling pin-project-internal v1.1.11 |
| 2109 | 2026-08-18T23:17:50.139Z | Compiling num-integer v0.1.46 |
| 2110 | 2026-08-18T23:17:50.300Z | Compiling dof v0.4.0 |
| 2111 | 2026-08-18T23:17:50.335Z | Compiling hyper v1.10.1 |
| 2112 | 2026-08-18T23:17:50.363Z | Compiling darling_macro v0.20.11 |
| 2113 | 2026-08-18T23:17:50.392Z | Compiling socket2 v0.5.10 |
| 2114 | 2026-08-18T23:17:50.408Z | Compiling thread-id v4.2.2 |
| 2115 | 2026-08-18T23:17:50.434Z | Compiling thread-id v5.1.0 |
| 2116 | 2026-08-18T23:17:50.508Z | Compiling wait-timeout v0.2.1 |
| 2117 | 2026-08-18T23:17:50.537Z | Compiling owo-colors v4.3.0 |
| 2118 | 2026-08-18T23:17:50.751Z | Compiling bit-vec v0.8.0 |
| 2119 | 2026-08-18T23:17:50.856Z | Compiling smoltcp v0.9.1 |
| 2120 | 2026-08-18T23:17:50.864Z | Compiling quick-error v1.2.3 |
| 2121 | 2026-08-18T23:17:50.996Z | Compiling funty v2.0.0 |
| 2122 | 2026-08-18T23:17:51.005Z | Compiling cfg_aliases v0.2.1 |
| 2123 | 2026-08-18T23:17:51.063Z | Compiling num_threads v0.1.7 |
| 2124 | 2026-08-18T23:17:51.100Z | Compiling clap_lex v1.0.0 |
| 2125 | 2026-08-18T23:17:51.160Z | Compiling nix v0.31.2 |
| 2126 | 2026-08-18T23:17:51.178Z | Compiling time v0.3.47 |
| 2127 | 2026-08-18T23:17:51.195Z | Compiling rusty-fork v0.3.1 |
| 2128 | 2026-08-18T23:17:51.232Z | Compiling bit-set v0.8.0 |
| 2129 | 2026-08-18T23:17:51.245Z | Compiling darling v0.20.11 |
| 2130 | 2026-08-18T23:17:51.362Z | Compiling bitvec v1.0.1 |
| 2131 | 2026-08-18T23:17:51.388Z | Compiling clap_builder v4.6.0 |
| 2132 | 2026-08-18T23:17:51.428Z | Compiling num-iter v0.1.45 |
| 2133 | 2026-08-18T23:17:51.522Z | Compiling hyper-util v0.1.20 |
| 2134 | 2026-08-18T23:17:51.573Z | Compiling rand v0.8.6 |
| 2135 | 2026-08-18T23:17:51.824Z | Compiling lazy_static v1.5.0 |
| 2136 | 2026-08-18T23:17:51.862Z | Compiling ipnetwork v0.21.1 |
| 2137 | 2026-08-18T23:17:52.228Z | Compiling rand_xorshift v0.4.0 |
| 2138 | 2026-08-18T23:17:52.356Z | Compiling hmac v0.12.1 |
| 2139 | 2026-08-18T23:17:52.394Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2140 | 2026-08-18T23:17:52.504Z | Compiling sync_wrapper v1.0.2 |
| 2141 | 2026-08-18T23:17:52.632Z | Compiling nodrop v0.1.14 |
| 2142 | 2026-08-18T23:17:52.746Z | Compiling unarray v0.1.4 |
| 2143 | 2026-08-18T23:17:52.887Z | Compiling siphasher v1.0.2 |
| 2144 | 2026-08-18T23:17:52.925Z | Compiling crc-catalog v2.4.0 |
| 2145 | 2026-08-18T23:17:53.011Z | Compiling zlib-rs v0.6.2 |
| 2146 | 2026-08-18T23:17:53.042Z | Compiling crc v3.4.0 |
| 2147 | 2026-08-18T23:17:53.284Z | Compiling clap v4.6.1 |
| 2148 | 2026-08-18T23:17:53.374Z | Compiling proptest v1.11.0 |
| 2149 | 2026-08-18T23:17:53.403Z | Compiling array-init v0.0.4 |
| 2150 | 2026-08-18T23:17:53.496Z | Compiling tower v0.5.3 |
| 2151 | 2026-08-18T23:17:54.030Z | Compiling smallvec v0.6.14 |
| 2152 | 2026-08-18T23:17:54.071Z | Compiling derive_builder_core v0.20.2 |
| 2153 | 2026-08-18T23:17:54.201Z | Compiling snafu-derive v0.8.9 |
| 2154 | 2026-08-18T23:17:54.273Z | Compiling pkcs1 v0.7.5 |
| 2155 | 2026-08-18T23:17:54.600Z | Compiling http-body-util v0.1.3 |
| 2156 | 2026-08-18T23:17:54.675Z | Compiling bitfield v0.19.4 |
| 2157 | 2026-08-18T23:17:54.718Z | Compiling zerocopy v0.6.6 |
| 2158 | 2026-08-18T23:17:54.867Z | Compiling strum_macros v0.27.2 |
| 2159 | 2026-08-18T23:17:54.880Z | Compiling strum_macros v0.26.4 |
| 2160 | 2026-08-18T23:17:54.893Z | Compiling hubpack_derive v0.1.1 |
| 2161 | 2026-08-18T23:17:55.024Z | Compiling env_filter v2.0.0 |
| 2162 | 2026-08-18T23:17:55.064Z | Compiling flate2 v1.1.9 |
| 2163 | 2026-08-18T23:17:55.074Z | Compiling fs-err v3.3.0 |
| 2164 | 2026-08-18T23:17:55.289Z | Compiling ryu v1.0.23 |
| 2165 | 2026-08-18T23:17:55.350Z | Compiling hashbrown v0.12.3 |
| 2166 | 2026-08-18T23:17:55.362Z | Compiling base64 v0.21.7 |
| 2167 | 2026-08-18T23:17:55.477Z | Compiling unicode-bidi v0.3.18 |
| 2168 | 2026-08-18T23:17:55.495Z | Compiling allocator-api2 v0.2.21 |
| 2169 | 2026-08-18T23:17:55.537Z | Compiling iri-string v0.7.10 |
| 2170 | 2026-08-18T23:17:55.702Z | Compiling gimli v0.32.3 |
| 2171 | 2026-08-18T23:17:55.940Z | Compiling unicode-properties v0.1.4 |
| 2172 | 2026-08-18T23:17:56.143Z | Compiling stringprep v0.1.5 |
| 2173 | 2026-08-18T23:17:56.166Z | Compiling ron v0.8.1 |
| 2174 | 2026-08-18T23:17:56.484Z | Compiling serde_urlencoded v0.7.1 |
| 2175 | 2026-08-18T23:17:56.534Z | Compiling newtype-uuid v1.3.2 |
| 2176 | 2026-08-18T23:17:56.702Z | Compiling tower-http v0.6.8 |
| 2177 | 2026-08-18T23:17:56.756Z | Compiling env_logger v0.11.11 |
| 2178 | 2026-08-18T23:17:56.765Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2179 | 2026-08-18T23:17:56.861Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2180 | 2026-08-18T23:17:56.938Z | Compiling derive_builder_macro v0.20.2 |
| 2181 | 2026-08-18T23:17:57.034Z | Compiling rsa v0.9.10 |
| 2182 | 2026-08-18T23:17:57.083Z | Compiling oxnet v0.1.6 |
| 2183 | 2026-08-18T23:17:57.113Z | Compiling serde-hex v0.1.0 |
| 2184 | 2026-08-18T23:17:57.148Z | Compiling tokio-native-tls v0.3.1 |
| 2185 | 2026-08-18T23:17:57.204Z | Compiling hashbrown v0.13.2 |
| 2186 | 2026-08-18T23:17:57.339Z | Compiling bzip2 v0.4.4 |
| 2187 | 2026-08-18T23:17:57.423Z | Compiling addr2line v0.25.1 |
| 2188 | 2026-08-18T23:17:57.438Z | Compiling usdt-macro v0.6.0 |
| 2189 | 2026-08-18T23:17:57.470Z | Compiling usdt-attr-macro v0.6.0 |
| 2190 | 2026-08-18T23:17:57.496Z | Compiling derive-ex v0.1.8 |
| 2191 | 2026-08-18T23:17:57.524Z | Compiling block-padding v0.4.2 |
| 2192 | 2026-08-18T23:17:57.555Z | Compiling crypto-common v0.2.2 |
| 2193 | 2026-08-18T23:17:57.622Z | Compiling block-buffer v0.12.1 |
| 2194 | 2026-08-18T23:17:57.791Z | Compiling rustls-native-certs v0.8.3 |
| 2195 | 2026-08-18T23:17:57.923Z | Compiling x509-cert v0.2.5 |
| 2196 | 2026-08-18T23:17:58.175Z | Compiling bstr v1.12.1 |
| 2197 | 2026-08-18T23:17:58.265Z | Compiling md-5 v0.10.6 |
| 2198 | 2026-08-18T23:17:58.293Z | Compiling erased-serde v0.3.31 |
| 2199 | 2026-08-18T23:17:58.602Z | Compiling vergen-lib v9.1.0 |
| 2200 | 2026-08-18T23:17:58.610Z | Compiling hash32 v0.2.1 |
| 2201 | 2026-08-18T23:17:58.709Z | Compiling encoding_rs v0.8.35 |
| 2202 | 2026-08-18T23:17:58.763Z | Compiling crc-any v2.5.0 |
| 2203 | 2026-08-18T23:17:58.819Z | Compiling rustc-demangle v0.1.27 |
| 2204 | 2026-08-18T23:17:58.850Z | Compiling psl-types v2.0.11 |
| 2205 | 2026-08-18T23:17:58.904Z | Compiling unicode-width v0.2.0 |
| 2206 | 2026-08-18T23:17:58.929Z | Compiling mime v0.3.17 |
| 2207 | 2026-08-18T23:17:59.013Z | Compiling cpufeatures v0.3.0 |
| 2208 | 2026-08-18T23:17:59.100Z | Compiling fallible-iterator v0.2.0 |
| 2209 | 2026-08-18T23:17:59.233Z | Compiling test-strategy v0.4.5 |
| 2210 | 2026-08-18T23:17:59.297Z | Compiling publicsuffix v2.3.0 |
| 2211 | 2026-08-18T23:17:59.415Z | Compiling postgres-protocol v0.6.10 |
| 2212 | 2026-08-18T23:17:59.497Z | Compiling backtrace v0.3.76 |
| 2213 | 2026-08-18T23:18:00.057Z | Compiling inout v0.2.2 |
| 2214 | 2026-08-18T23:18:00.074Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2215 | 2026-08-18T23:18:00.074Z | Compiling object v0.30.4 |
| 2216 | 2026-08-18T23:18:00.105Z | Compiling zip v0.6.6 |
| 2217 | 2026-08-18T23:18:00.234Z | Compiling derive_builder v0.20.2 |
| 2218 | 2026-08-18T23:18:00.269Z | Compiling daft v0.1.7 |
| 2219 | 2026-08-18T23:18:00.286Z | Compiling hyper-tls v0.6.0 |
| 2220 | 2026-08-18T23:18:00.335Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2221 | 2026-08-18T23:18:00.449Z | Compiling phf_shared v0.13.1 |
| 2222 | 2026-08-18T23:18:00.540Z | Compiling pin-project v1.1.11 |
| 2223 | 2026-08-18T23:18:00.638Z | Compiling serde_with_macros v3.21.0 |
| 2224 | 2026-08-18T23:18:00.673Z | Compiling futures-executor v0.3.32 |
| 2225 | 2026-08-18T23:18:00.676Z | Compiling toml v0.7.8 |
| 2226 | 2026-08-18T23:18:00.762Z | Compiling miette-derive v7.6.0 |
| 2227 | 2026-08-18T23:18:00.891Z | Compiling async-recursion v1.1.1 |
| 2228 | 2026-08-18T23:18:00.916Z | Compiling serde_repr v0.1.20 |
| 2229 | 2026-08-18T23:18:00.925Z | Compiling enum-as-inner v0.6.1 |
| 2230 | 2026-08-18T23:18:01.046Z | Compiling ff v0.13.1 |
| 2231 | 2026-08-18T23:18:01.137Z | Compiling vergen v9.1.0 |
| 2232 | 2026-08-18T23:18:01.199Z | Compiling cargo-platform v0.3.2 |
| 2233 | 2026-08-18T23:18:01.514Z | Compiling same-file v1.0.6 |
| 2234 | 2026-08-18T23:18:01.551Z | Compiling managed v0.8.0 |
| 2235 | 2026-08-18T23:18:01.551Z | Compiling bitflags v1.3.2 |
| 2236 | 2026-08-18T23:18:01.579Z | Compiling jiff-core v0.1.0 |
| 2237 | 2026-08-18T23:18:01.615Z | Compiling bumpalo v3.20.2 |
| 2238 | 2026-08-18T23:18:01.752Z | Compiling foldhash v0.2.0 |
| 2239 | 2026-08-18T23:18:01.777Z | Compiling path-slash v0.1.5 |
| 2240 | 2026-08-18T23:18:01.833Z | Compiling base16ct v0.2.0 |
| 2241 | 2026-08-18T23:18:01.915Z | Compiling unicode-linebreak v0.1.5 |
| 2242 | 2026-08-18T23:18:01.956Z | Compiling libbz2-rs-sys v0.2.2 |
| 2243 | 2026-08-18T23:18:01.981Z | Compiling smawk v0.3.2 |
| 2244 | 2026-08-18T23:18:01.990Z | Compiling foldhash v0.1.5 |
| 2245 | 2026-08-18T23:18:01.996Z | Compiling is_ci v1.2.0 |
| 2246 | 2026-08-18T23:18:02.034Z | Compiling sec1 v0.7.3 |
| 2247 | 2026-08-18T23:18:02.270Z | Compiling textwrap v0.16.2 |
| 2248 | 2026-08-18T23:18:02.310Z | Compiling hashbrown v0.15.5 |
| 2249 | 2026-08-18T23:18:02.310Z | Compiling supports-color v3.0.2 |
| 2250 | 2026-08-18T23:18:02.319Z | Compiling jiff v0.2.34 |
| 2251 | 2026-08-18T23:18:02.340Z | Compiling hashbrown v0.16.1 |
| 2252 | 2026-08-18T23:18:02.388Z | Compiling bzip2 v0.6.1 |
| 2253 | 2026-08-18T23:18:02.521Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2254 | 2026-08-18T23:18:02.552Z | Compiling zopfli v0.8.3 |
| 2255 | 2026-08-18T23:18:02.710Z | Compiling walkdir v2.5.0 |
| 2256 | 2026-08-18T23:18:02.831Z | Compiling cargo_metadata v0.23.1 |
| 2257 | 2026-08-18T23:18:02.923Z | Compiling group v0.13.0 |
| 2258 | 2026-08-18T23:18:03.010Z | Compiling futures v0.3.32 |
| 2259 | 2026-08-18T23:18:03.299Z | Compiling phf v0.13.1 |
| 2260 | 2026-08-18T23:18:03.346Z | Compiling snafu v0.8.9 |
| 2261 | 2026-08-18T23:18:03.591Z | Compiling reqwest v0.12.28 |
| 2262 | 2026-08-18T23:18:03.684Z | Compiling signal-hook-mio v0.2.5 |
| 2263 | 2026-08-18T23:18:03.728Z | Compiling cipher v0.5.2 |
| 2264 | 2026-08-18T23:18:03.845Z | Compiling cookie_store v0.22.1 |
| 2265 | 2026-08-18T23:18:03.957Z | Compiling backtrace-ext v0.2.1 |
| 2266 | 2026-08-18T23:18:03.998Z | Compiling postgres-types v0.2.12 |
| 2267 | 2026-08-18T23:18:04.014Z | Compiling zstd v0.13.3 |
| 2268 | 2026-08-18T23:18:04.070Z | Compiling globset v0.4.18 |
| 2269 | 2026-08-18T23:18:04.134Z | Compiling strum v0.27.2 |
| 2270 | 2026-08-18T23:18:04.195Z | Compiling hubpack v0.1.2 |
| 2271 | 2026-08-18T23:18:04.266Z | Compiling phf_shared v0.11.3 |
| 2272 | 2026-08-18T23:18:04.283Z | Compiling hkdf v0.12.4 |
| 2273 | 2026-08-18T23:18:04.328Z | Compiling crossbeam-epoch v0.9.18 |
| 2274 | 2026-08-18T23:18:04.420Z | Compiling byte-wrapper v0.1.0 |
| 2275 | 2026-08-18T23:18:04.444Z | Compiling ed25519 v2.2.3 |
| 2276 | 2026-08-18T23:18:04.459Z | Compiling olpc-cjson v0.1.4 |
| 2277 | 2026-08-18T23:18:04.715Z | Compiling pem v3.0.6 |
| 2278 | 2026-08-18T23:18:04.780Z | Compiling crypto-bigint v0.5.5 |
| 2279 | 2026-08-18T23:18:04.814Z | Compiling serde-big-array v0.5.1 |
| 2280 | 2026-08-18T23:18:04.818Z | Compiling serde_plain v1.0.2 |
| 2281 | 2026-08-18T23:18:04.969Z | Compiling float-cmp v0.10.0 |
| 2282 | 2026-08-18T23:18:05.009Z | Compiling memmap2 v0.9.10 |
| 2283 | 2026-08-18T23:18:05.025Z | Compiling supports-unicode v3.0.0 |
| 2284 | 2026-08-18T23:18:05.028Z | Compiling winnow v1.0.3 |
| 2285 | 2026-08-18T23:18:05.133Z | Compiling const-oid v0.10.2 |
| 2286 | 2026-08-18T23:18:05.188Z | Compiling precomputed-hash v0.1.1 |
| 2287 | 2026-08-18T23:18:05.235Z | Compiling fixedbitset v0.4.2 |
| 2288 | 2026-08-18T23:18:05.356Z | Compiling new_debug_unreachable v1.0.6 |
| 2289 | 2026-08-18T23:18:05.371Z | Compiling data-encoding v2.10.0 |
| 2290 | 2026-08-18T23:18:05.431Z | Compiling whoami v2.1.0 |
| 2291 | 2026-08-18T23:18:05.465Z | Compiling winnow v0.7.14 |
| 2292 | 2026-08-18T23:18:05.486Z | Compiling keccak v0.1.6 |
| 2293 | 2026-08-18T23:18:05.504Z | Compiling supports-hyperlinks v3.2.0 |
| 2294 | 2026-08-18T23:18:05.562Z | Compiling static_assertions v1.1.0 |
| 2295 | 2026-08-18T23:18:05.765Z | Compiling typed-path v0.9.3 |
| 2296 | 2026-08-18T23:18:05.777Z | Compiling difflib v0.4.0 |
| 2297 | 2026-08-18T23:18:05.778Z | Compiling predicates-core v1.0.10 |
| 2298 | 2026-08-18T23:18:05.785Z | Compiling toml_write v0.1.2 |
| 2299 | 2026-08-18T23:18:05.911Z | Compiling normalize-line-endings v0.3.0 |
| 2300 | 2026-08-18T23:18:05.918Z | Compiling fixedbitset v0.5.7 |
| 2301 | 2026-08-18T23:18:05.944Z | Compiling unicode-width v0.1.14 |
| 2302 | 2026-08-18T23:18:05.988Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2303 | 2026-08-18T23:18:06.053Z | Compiling predicates v3.1.4 |
| 2304 | 2026-08-18T23:18:06.090Z | Compiling elliptic-curve v0.13.8 |
| 2305 | 2026-08-18T23:18:06.136Z | Compiling petgraph v0.8.3 |
| 2306 | 2026-08-18T23:18:06.233Z | Compiling miette v7.6.0 |
| 2307 | 2026-08-18T23:18:06.257Z | Compiling hickory-proto v0.25.2 |
| 2308 | 2026-08-18T23:18:06.289Z | Compiling tokio-postgres v0.7.16 |
| 2309 | 2026-08-18T23:18:06.328Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2310 | 2026-08-18T23:18:06.469Z | Compiling sha3 v0.10.8 |
| 2311 | 2026-08-18T23:18:06.601Z | Compiling chacha20 v0.10.0 |
| 2312 | 2026-08-18T23:18:06.667Z | Compiling string_cache v0.8.9 |
| 2313 | 2026-08-18T23:18:06.753Z | Compiling petgraph v0.6.5 |
| 2314 | 2026-08-18T23:18:06.852Z | Compiling toml_edit v0.22.27 |
| 2315 | 2026-08-18T23:18:06.926Z | Compiling digest v0.11.3 |
| 2316 | 2026-08-18T23:18:07.266Z | Compiling usdt v0.6.0 |
| 2317 | 2026-08-18T23:18:08.110Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2318 | 2026-08-18T23:18:08.128Z | Compiling ed25519-dalek v2.2.0 |
| 2319 | 2026-08-18T23:18:08.241Z | Compiling zip v4.6.1 |
| 2320 | 2026-08-18T23:18:08.782Z | Compiling crossterm v0.28.1 |
| 2321 | 2026-08-18T23:18:09.184Z | Compiling iddqd v0.4.2 |
| 2322 | 2026-08-18T23:18:09.191Z | Compiling serde_with v3.21.0 |
| 2323 | 2026-08-18T23:18:09.210Z | Compiling similar v2.7.0 |
| 2324 | 2026-08-18T23:18:09.401Z | Compiling strum v0.26.3 |
| 2325 | 2026-08-18T23:18:09.567Z | Compiling itertools v0.13.0 |
| 2326 | 2026-08-18T23:18:09.600Z | Compiling tokio-stream v0.1.18 |
| 2327 | 2026-08-18T23:18:09.957Z | Compiling buf-list v1.1.2 |
| 2328 | 2026-08-18T23:18:10.222Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2329 | 2026-08-18T23:18:10.524Z | Compiling openapiv3 v2.2.0 |
| 2330 | 2026-08-18T23:18:10.759Z | Compiling peg-runtime v0.8.5 |
| 2331 | 2026-08-18T23:18:10.938Z | Compiling lalrpop-util v0.19.12 |
| 2332 | 2026-08-18T23:18:28.926Z | Compiling rustls-webpki v0.103.13 |
| 2333 | 2026-08-18T23:18:32.422Z | Compiling tokio-rustls v0.26.4 |
| 2334 | 2026-08-18T23:18:32.450Z | Compiling rustls-platform-verifier v0.6.2 |
| 2335 | 2026-08-18T23:18:32.527Z | Compiling tough v0.22.0 |
| 2336 | 2026-08-18T23:18:32.668Z | Compiling hyper-rustls v0.27.7 |
| 2337 | 2026-08-18T23:18:32.752Z | Compiling proc-macro-crate v1.3.1 |
| 2338 | 2026-08-18T23:18:32.787Z | Compiling macaddr v1.0.1 |
| 2339 | 2026-08-18T23:18:32.809Z | Compiling crucible-workspace-hack v0.1.0 |
| 2340 | 2026-08-18T23:18:32.919Z | Compiling reqwest v0.13.2 |
| 2341 | 2026-08-18T23:18:33.018Z | Compiling rayon-core v1.13.0 |
| 2342 | 2026-08-18T23:18:33.059Z | Compiling secrecy v0.10.3 |
| 2343 | 2026-08-18T23:18:33.080Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2344 | 2026-08-18T23:18:33.098Z | Compiling heapless v0.8.0 |
| 2345 | 2026-08-18T23:18:33.166Z | Compiling crossbeam-deque v0.8.6 |
| 2346 | 2026-08-18T23:18:33.210Z | Compiling ingot-macros v0.2.0 |
| 2347 | 2026-08-18T23:18:33.263Z | Compiling inout v0.1.4 |
| 2348 | 2026-08-18T23:18:33.418Z | Compiling hash32 v0.3.1 |
| 2349 | 2026-08-18T23:18:33.422Z | Compiling multer v3.1.0 |
| 2350 | 2026-08-18T23:18:33.422Z | Compiling thread_local v1.1.9 |
| 2351 | 2026-08-18T23:18:33.475Z | Compiling match_cfg v0.1.0 |
| 2352 | 2026-08-18T23:18:33.517Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2353 | 2026-08-18T23:18:33.555Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2354 | 2026-08-18T23:18:33.589Z | Compiling slog-async v2.8.0 |
| 2355 | 2026-08-18T23:18:33.625Z | Compiling compression-core v0.4.31 |
| 2356 | 2026-08-18T23:18:33.640Z | Compiling smoltcp v0.11.0 |
| 2357 | 2026-08-18T23:18:33.801Z | Compiling compression-codecs v0.4.37 |
| 2358 | 2026-08-18T23:18:33.818Z | Compiling hostname v0.3.1 |
| 2359 | 2026-08-18T23:18:33.835Z | Compiling cipher v0.4.4 |
| 2360 | 2026-08-18T23:18:33.996Z | Compiling atomicwrites v0.4.4 |
| 2361 | 2026-08-18T23:18:34.012Z | Compiling slog-json v2.6.1 |
| 2362 | 2026-08-18T23:18:34.029Z | Compiling crossbeam-channel v0.5.15 |
| 2363 | 2026-08-18T23:18:34.103Z | Compiling half v2.7.1 |
| 2364 | 2026-08-18T23:18:34.173Z | Compiling newtype-uuid-macros v0.1.0 |
| 2365 | 2026-08-18T23:18:34.248Z | Compiling cobs v0.3.0 |
| 2366 | 2026-08-18T23:18:34.282Z | Compiling universal-hash v0.5.1 |
| 2367 | 2026-08-18T23:18:34.299Z | Compiling async-stream-impl v0.3.6 |
| 2368 | 2026-08-18T23:18:34.451Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2369 | 2026-08-18T23:18:34.472Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2370 | 2026-08-18T23:18:34.547Z | Compiling serde_spanned v1.1.1 |
| 2371 | 2026-08-18T23:18:34.738Z | Compiling is-terminal v0.4.17 |
| 2372 | 2026-08-18T23:18:34.755Z | Compiling dropshot v0.17.1 |
| 2373 | 2026-08-18T23:18:34.876Z | Compiling proc-macro-error-attr v1.0.4 |
| 2374 | 2026-08-18T23:18:34.897Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2375 | 2026-08-18T23:18:34.921Z | Compiling ciborium-io v0.2.2 |
| 2376 | 2026-08-18T23:18:34.938Z | Compiling convert_case v0.4.0 |
| 2377 | 2026-08-18T23:18:34.970Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2378 | 2026-08-18T23:18:35.041Z | Compiling take_mut v0.2.2 |
| 2379 | 2026-08-18T23:18:35.092Z | Compiling opaque-debug v0.3.1 |
| 2380 | 2026-08-18T23:18:35.109Z | Compiling term v1.2.1 |
| 2381 | 2026-08-18T23:18:35.179Z | Compiling poly1305 v0.8.0 |
| 2382 | 2026-08-18T23:18:35.214Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2383 | 2026-08-18T23:18:35.265Z | Compiling derive_more v0.99.20 |
| 2384 | 2026-08-18T23:18:35.281Z | Compiling ciborium-ll v0.2.2 |
| 2385 | 2026-08-18T23:18:35.315Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2386 | 2026-08-18T23:18:35.358Z | Compiling async-stream v0.3.6 |
| 2387 | 2026-08-18T23:18:35.439Z | Compiling slog-term v2.9.2 |
| 2388 | 2026-08-18T23:18:35.501Z | Compiling thiserror-no-std v2.0.2 |
| 2389 | 2026-08-18T23:18:35.580Z | Compiling postcard v1.1.3 |
| 2390 | 2026-08-18T23:18:35.592Z | Compiling slog-bunyan v2.5.0 |
| 2391 | 2026-08-18T23:18:35.792Z | Compiling chacha20 v0.9.1 |
| 2392 | 2026-08-18T23:18:35.818Z | Compiling ingot-types v0.2.0 |
| 2393 | 2026-08-18T23:18:35.835Z | Compiling async-compression v0.4.41 |
| 2394 | 2026-08-18T23:18:36.080Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2395 | 2026-08-18T23:18:36.120Z | Compiling num_enum_derive v0.7.6 |
| 2396 | 2026-08-18T23:18:36.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2397 | 2026-08-18T23:18:36.308Z | Compiling ingot v0.2.1 |
| 2398 | 2026-08-18T23:18:36.352Z | Compiling sha1 v0.11.0 |
| 2399 | 2026-08-18T23:18:36.650Z | Compiling parse-display-derive v0.10.0 |
| 2400 | 2026-08-18T23:18:36.669Z | Compiling waitgroup v0.1.2 |
| 2401 | 2026-08-18T23:18:36.731Z | Compiling backon v1.6.0 |
| 2402 | 2026-08-18T23:18:36.761Z | Compiling rustls-pemfile v2.2.0 |
| 2403 | 2026-08-18T23:18:36.831Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2404 | 2026-08-18T23:18:36.927Z | Compiling password-hash v0.5.0 |
| 2405 | 2026-08-18T23:18:37.004Z | Compiling dropshot_endpoint v0.17.1 |
| 2406 | 2026-08-18T23:18:37.066Z | Compiling blake2 v0.10.6 |
| 2407 | 2026-08-18T23:18:37.151Z | Compiling aead v0.5.2 |
| 2408 | 2026-08-18T23:18:37.187Z | Compiling foreign-types-macros v0.2.3 |
| 2409 | 2026-08-18T23:18:37.378Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2410 | 2026-08-18T23:18:37.431Z | Compiling serde_path_to_error v0.1.20 |
| 2411 | 2026-08-18T23:18:37.524Z | Compiling hostname v0.4.2 |
| 2412 | 2026-08-18T23:18:37.596Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2413 | 2026-08-18T23:18:37.709Z | Compiling proc-macro-error v1.0.4 |
| 2414 | 2026-08-18T23:18:37.806Z | Compiling instant v0.1.13 |
| 2415 | 2026-08-18T23:18:37.823Z | Compiling foreign-types-shared v0.3.1 |
| 2416 | 2026-08-18T23:18:37.830Z | Compiling debug-ignore v1.0.5 |
| 2417 | 2026-08-18T23:18:37.901Z | Compiling backoff v0.4.0 |
| 2418 | 2026-08-18T23:18:37.902Z | Compiling argon2 v0.5.3 |
| 2419 | 2026-08-18T23:18:37.955Z | Compiling foreign-types v0.5.0 |
| 2420 | 2026-08-18T23:18:37.959Z | Compiling chacha20poly1305 v0.10.1 |
| 2421 | 2026-08-18T23:18:37.959Z | Compiling parse-display v0.10.0 |
| 2422 | 2026-08-18T23:18:37.959Z | Compiling num_enum v0.7.6 |
| 2423 | 2026-08-18T23:18:37.959Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2424 | 2026-08-18T23:18:38.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2425 | 2026-08-18T23:18:38.068Z | Compiling vsss-rs v3.3.4 |
| 2426 | 2026-08-18T23:18:38.136Z | Compiling ciborium v0.2.2 |
| 2427 | 2026-08-18T23:18:38.289Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2428 | 2026-08-18T23:18:38.329Z | Compiling num_enum_derive v0.5.11 |
| 2429 | 2026-08-18T23:18:38.475Z | Compiling regress v0.10.5 |
| 2430 | 2026-08-18T23:18:38.545Z | Compiling itertools v0.14.0 |
| 2431 | 2026-08-18T23:18:38.572Z | Compiling tabwriter v1.4.1 |
| 2432 | 2026-08-18T23:18:38.604Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2433 | 2026-08-18T23:18:38.806Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2434 | 2026-08-18T23:18:38.900Z | Compiling cstr-argument v0.1.2 |
| 2435 | 2026-08-18T23:18:38.929Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2436 | 2026-08-18T23:18:38.957Z | Compiling humantime v2.3.0 |
| 2437 | 2026-08-18T23:18:39.053Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2438 | 2026-08-18T23:18:39.107Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2439 | 2026-08-18T23:18:39.157Z | Compiling rayon v1.11.0 |
| 2440 | 2026-08-18T23:18:39.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2441 | 2026-08-18T23:18:39.275Z | Compiling num_enum v0.5.11 |
| 2442 | 2026-08-18T23:18:39.320Z | Compiling rand v0.10.1 |
| 2443 | 2026-08-18T23:18:39.400Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2444 | 2026-08-18T23:18:39.403Z | Compiling colored v3.1.1 |
| 2445 | 2026-08-18T23:18:39.416Z | Compiling libefi-sys v0.1.0 |
| 2446 | 2026-08-18T23:18:39.432Z | Compiling indent_write v2.2.0 |
| 2447 | 2026-08-18T23:18:39.520Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2448 | 2026-08-18T23:18:39.581Z | Compiling zone_cfg_derive v0.3.1 |
| 2449 | 2026-08-18T23:18:39.598Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2450 | 2026-08-18T23:18:39.622Z | Compiling camino-tempfile v1.4.1 |
| 2451 | 2026-08-18T23:18:39.675Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2452 | 2026-08-18T23:18:39.762Z | Compiling itertools v0.12.1 |
| 2453 | 2026-08-18T23:18:39.783Z | Compiling usdt-macro v0.5.0 |
| 2454 | 2026-08-18T23:18:39.840Z | Compiling usdt-attr-macro v0.5.0 |
| 2455 | 2026-08-18T23:18:40.035Z | Compiling num-derive v0.4.2 |
| 2456 | 2026-08-18T23:18:40.052Z | Compiling bitfield-struct v0.6.2 |
| 2457 | 2026-08-18T23:18:40.069Z | Compiling blake3 v1.8.5 |
| 2458 | 2026-08-18T23:18:40.096Z | Compiling sigpipe v0.1.3 |
| 2459 | 2026-08-18T23:18:40.096Z | Compiling memmap v0.7.0 |
| 2460 | 2026-08-18T23:18:40.150Z | Compiling glob v0.3.3 |
| 2461 | 2026-08-18T23:18:40.219Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2462 | 2026-08-18T23:18:40.235Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2463 | 2026-08-18T23:18:40.429Z | Compiling swrite v0.1.0 |
| 2464 | 2026-08-18T23:18:40.466Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2465 | 2026-08-18T23:18:40.511Z | Compiling smf v0.2.3 |
| 2466 | 2026-08-18T23:18:40.599Z | Compiling usdt v0.5.0 |
| 2467 | 2026-08-18T23:18:40.688Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2468 | 2026-08-18T23:18:40.703Z | Compiling filetime v0.2.27 |
| 2469 | 2026-08-18T23:18:40.775Z | Compiling arrayvec v0.7.6 |
| 2470 | 2026-08-18T23:18:40.884Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2471 | 2026-08-18T23:18:40.932Z | Compiling arrayref v0.3.9 |
| 2472 | 2026-08-18T23:18:40.949Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2473 | 2026-08-18T23:18:40.953Z | Compiling constant_time_eq v0.4.2 |
| 2474 | 2026-08-18T23:18:40.984Z | Compiling xattr v1.6.1 |
| 2475 | 2026-08-18T23:18:41.013Z | Compiling whoami v1.6.1 |
| 2476 | 2026-08-18T23:18:41.025Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2477 | 2026-08-18T23:18:41.029Z | Compiling tokio-dtrace v0.1.1 |
| 2478 | 2026-08-18T23:18:41.071Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2479 | 2026-08-18T23:18:41.182Z | Compiling zone v0.3.1 |
| 2480 | 2026-08-18T23:18:41.242Z | Compiling tar v0.4.46 |
| 2481 | 2026-08-18T23:18:41.283Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2482 | 2026-08-18T23:18:41.731Z | Compiling gethostname v0.5.0 |
| 2483 | 2026-08-18T23:18:41.731Z | Compiling console v0.16.2 |
| 2484 | 2026-08-18T23:18:41.731Z | Compiling unit-prefix v0.5.2 |
| 2485 | 2026-08-18T23:18:41.731Z | Compiling topological-sort v0.2.2 |
| 2486 | 2026-08-18T23:18:41.731Z | Compiling oxide-tokio-rt v0.1.4 |
| 2487 | 2026-08-18T23:18:41.731Z | Compiling toml v0.8.23 |
| 2488 | 2026-08-18T23:18:41.746Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2489 | 2026-08-18T23:18:41.750Z | Compiling shell-words v1.1.1 |
| 2490 | 2026-08-18T23:18:41.886Z | Compiling indicatif v0.18.4 |
| 2491 | 2026-08-18T23:18:51.128Z | Compiling progenitor-client v0.14.0 |
| 2492 | 2026-08-18T23:18:51.128Z | Compiling omicron-zone-package v0.12.3 |
| 2493 | 2026-08-18T23:18:51.396Z | Compiling progenitor-extras v0.2.0 |
| 2494 | 2026-08-18T23:18:51.715Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2495 | 2026-08-18T23:18:51.792Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2496 | 2026-08-18T23:18:51.832Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2497 | 2026-08-18T23:18:51.873Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2498 | 2026-08-18T23:18:51.919Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2499 | 2026-08-18T23:18:51.956Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2500 | 2026-08-18T23:18:52.083Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2501 | 2026-08-18T23:18:52.219Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2502 | 2026-08-18T23:18:52.529Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2503 | 2026-08-18T23:18:56.264Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2504 | 2026-08-18T23:19:04.634Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2505 | 2026-08-18T23:19:07.905Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2506 | 2026-08-18T23:19:08.958Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2507 | 2026-08-18T23:19:18.365Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 2508 | 2026-08-18T23:19:18.512Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2509 | 2026-08-18T23:19:18.578Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2510 | 2026-08-18T23:19:18.582Z | Created new build target 'test' and set it as active |
| 2511 | 2026-08-18T23:19:18.582Z | |
| 2512 | 2026-08-18T23:19:18.582Z | real 1:46.627414447 |
| 2513 | 2026-08-18T23:19:18.582Z | user 17:50.930305515 |
| 2514 | 2026-08-18T23:19:18.582Z | sys 2:46.443467900 |
| 2515 | 2026-08-18T23:19:18.582Z | trap 0.517533943 |
| 2516 | 2026-08-18T23:19:18.582Z | tflt 2.377610431 |
| 2517 | 2026-08-18T23:19:18.582Z | dflt 4.783867049 |
| 2518 | 2026-08-18T23:19:18.582Z | kflt 0.000558790 |
| 2519 | 2026-08-18T23:19:18.582Z | lock 58:17.469080607 |
| 2520 | 2026-08-18T23:19:18.582Z | slp 45:09.903947127 |
| 2521 | 2026-08-18T23:19:18.582Z | lat 52.544509473 |
| 2522 | 2026-08-18T23:19:18.582Z | stop 6:30.822147528 |
| 2523 | 2026-08-18T23:19:18.582Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2524 | 2026-08-18T23:19:19.470Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2525 | 2026-08-18T23:19:19.538Z | Running `target/release/omicron-package -t test package` |
| 2526 | 2026-08-18T23:19:19.596Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2527 | 2026-08-18T23:19:21.047Z | Compiling heck v0.5.0 |
| 2528 | 2026-08-18T23:19:21.254Z | Compiling regress v0.11.1 |
| 2529 | 2026-08-18T23:19:21.275Z | Compiling unsafe-libyaml v0.2.11 |
| 2530 | 2026-08-18T23:19:21.313Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2531 | 2026-08-18T23:19:21.339Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2532 | 2026-08-18T23:19:21.339Z | Compiling derive-where v1.6.0 |
| 2533 | 2026-08-18T23:19:21.343Z | Compiling bytecount v0.6.9 |
| 2534 | 2026-08-18T23:19:21.382Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2535 | 2026-08-18T23:19:21.423Z | Compiling atomicwrites v0.4.4 |
| 2536 | 2026-08-18T23:19:21.423Z | Compiling is-terminal v0.4.17 |
| 2537 | 2026-08-18T23:19:21.426Z | Compiling prettyplease v0.2.37 |
| 2538 | 2026-08-18T23:19:21.426Z | Compiling newline-converter v0.3.0 |
| 2539 | 2026-08-18T23:19:21.426Z | Compiling console v0.15.11 |
| 2540 | 2026-08-18T23:19:21.464Z | Compiling slog-dtrace v0.3.0 |
| 2541 | 2026-08-18T23:19:21.488Z | Compiling resolv-conf v0.7.6 |
| 2542 | 2026-08-18T23:19:21.574Z | Compiling cancel-safe-futures v0.1.5 |
| 2543 | 2026-08-18T23:19:21.578Z | Compiling num-rational v0.4.2 |
| 2544 | 2026-08-18T23:19:21.621Z | Compiling num-complex v0.4.6 |
| 2545 | 2026-08-18T23:19:21.624Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2546 | 2026-08-18T23:19:21.685Z | Compiling thread_local v1.1.9 |
| 2547 | 2026-08-18T23:19:21.799Z | Compiling compression-core v0.4.31 |
| 2548 | 2026-08-18T23:19:21.820Z | Compiling serde_yaml v0.9.34+deprecated |
| 2549 | 2026-08-18T23:19:21.943Z | Compiling expectorate v1.2.0 |
| 2550 | 2026-08-18T23:19:21.974Z | Compiling match_cfg v0.1.0 |
| 2551 | 2026-08-18T23:19:22.068Z | Compiling hostname v0.3.1 |
| 2552 | 2026-08-18T23:19:22.105Z | Compiling num v0.4.3 |
| 2553 | 2026-08-18T23:19:22.127Z | Compiling compression-codecs v0.4.37 |
| 2554 | 2026-08-18T23:19:22.152Z | Compiling slog-async v2.8.0 |
| 2555 | 2026-08-18T23:19:22.175Z | Compiling multer v3.1.0 |
| 2556 | 2026-08-18T23:19:22.204Z | Compiling crossbeam-channel v0.5.15 |
| 2557 | 2026-08-18T23:19:22.227Z | Compiling slog-json v2.6.1 |
| 2558 | 2026-08-18T23:19:22.230Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2559 | 2026-08-18T23:19:22.253Z | Compiling serde_spanned v1.1.1 |
| 2560 | 2026-08-18T23:19:22.377Z | Compiling float-ord v0.3.2 |
| 2561 | 2026-08-18T23:19:22.399Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2562 | 2026-08-18T23:19:22.441Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2563 | 2026-08-18T23:19:22.463Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2564 | 2026-08-18T23:19:22.515Z | Compiling term v1.2.1 |
| 2565 | 2026-08-18T23:19:22.541Z | Compiling take_mut v0.2.2 |
| 2566 | 2026-08-18T23:19:22.545Z | Compiling linked-hash-map v0.5.6 |
| 2567 | 2026-08-18T23:19:22.545Z | Compiling oxide-update-engine-types v0.1.2 |
| 2568 | 2026-08-18T23:19:22.610Z | Compiling linear-map v1.2.0 |
| 2569 | 2026-08-18T23:19:22.630Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2570 | 2026-08-18T23:19:22.655Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2571 | 2026-08-18T23:19:22.658Z | Compiling slog-bunyan v2.5.0 |
| 2572 | 2026-08-18T23:19:22.704Z | Compiling async-compression v0.4.41 |
| 2573 | 2026-08-18T23:19:22.766Z | Compiling lru-cache v0.1.2 |
| 2574 | 2026-08-18T23:19:22.806Z | Compiling typify-impl v0.6.2 |
| 2575 | 2026-08-18T23:19:22.853Z | Compiling slog-term v2.9.2 |
| 2576 | 2026-08-18T23:19:23.018Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2577 | 2026-08-18T23:19:23.106Z | Compiling async-stream v0.3.6 |
| 2578 | 2026-08-18T23:19:23.133Z | Compiling dropshot v0.17.1 |
| 2579 | 2026-08-18T23:19:23.173Z | Compiling sha1 v0.11.0 |
| 2580 | 2026-08-18T23:19:23.198Z | Compiling progenitor-client v0.14.0 |
| 2581 | 2026-08-18T23:19:23.292Z | Compiling waitgroup v0.1.2 |
| 2582 | 2026-08-18T23:19:23.315Z | Compiling rustls-pemfile v2.2.0 |
| 2583 | 2026-08-18T23:19:23.319Z | Compiling backon v1.6.0 |
| 2584 | 2026-08-18T23:19:23.364Z | Compiling serde_path_to_error v0.1.20 |
| 2585 | 2026-08-18T23:19:23.456Z | Compiling hostname v0.4.2 |
| 2586 | 2026-08-18T23:19:23.477Z | Compiling instant v0.1.13 |
| 2587 | 2026-08-18T23:19:23.534Z | Compiling minimal-lexical v0.2.1 |
| 2588 | 2026-08-18T23:19:23.558Z | Compiling debug-ignore v1.0.5 |
| 2589 | 2026-08-18T23:19:23.580Z | Compiling progenitor-extras v0.2.0 |
| 2590 | 2026-08-18T23:19:23.614Z | Compiling backoff v0.4.0 |
| 2591 | 2026-08-18T23:19:23.634Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2592 | 2026-08-18T23:19:23.762Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2593 | 2026-08-18T23:19:23.775Z | Compiling nom v7.1.3 |
| 2594 | 2026-08-18T23:19:23.815Z | Compiling oxide-update-engine v0.1.2 |
| 2595 | 2026-08-18T23:19:23.844Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2596 | 2026-08-18T23:19:23.875Z | Compiling parse-display v0.10.0 |
| 2597 | 2026-08-18T23:19:23.912Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2598 | 2026-08-18T23:19:23.952Z | Compiling hickory-proto v0.24.4 |
| 2599 | 2026-08-18T23:19:24.459Z | Compiling regress v0.10.5 |
| 2600 | 2026-08-18T23:19:24.594Z | Compiling itertools v0.14.0 |
| 2601 | 2026-08-18T23:19:25.123Z | Compiling macaddr v1.0.1 |
| 2602 | 2026-08-18T23:19:25.150Z | Compiling unicode-xid v0.2.6 |
| 2603 | 2026-08-18T23:19:25.171Z | Compiling humantime v2.3.0 |
| 2604 | 2026-08-18T23:19:25.376Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2605 | 2026-08-18T23:19:25.437Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2606 | 2026-08-18T23:19:25.541Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2607 | 2026-08-18T23:19:25.638Z | Compiling convert_case v0.10.0 |
| 2608 | 2026-08-18T23:19:25.775Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2609 | 2026-08-18T23:19:25.799Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2610 | 2026-08-18T23:19:25.907Z | Compiling derive_more-impl v2.1.1 |
| 2611 | 2026-08-18T23:19:25.928Z | Compiling toml v0.8.23 |
| 2612 | 2026-08-18T23:19:26.103Z | Compiling papergrid v0.11.0 |
| 2613 | 2026-08-18T23:19:26.318Z | Compiling typify-macro v0.6.2 |
| 2614 | 2026-08-18T23:19:26.479Z | Compiling hickory-resolver v0.24.4 |
| 2615 | 2026-08-18T23:19:26.533Z | Compiling tabled_derive v0.7.0 |
| 2616 | 2026-08-18T23:19:26.554Z | Compiling termtree v0.5.1 |
| 2617 | 2026-08-18T23:19:26.708Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2618 | 2026-08-18T23:19:26.752Z | Compiling derive_more v2.1.1 |
| 2619 | 2026-08-18T23:19:26.861Z | Compiling crossterm v0.29.0 |
| 2620 | 2026-08-18T23:19:27.250Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2621 | 2026-08-18T23:19:27.493Z | Compiling tabled v0.15.0 |
| 2622 | 2026-08-18T23:19:27.750Z | Compiling qorb v0.4.1 |
| 2623 | 2026-08-18T23:19:27.936Z | Compiling typify v0.6.2 |
| 2624 | 2026-08-18T23:19:28.231Z | Compiling progenitor-impl v0.14.0 |
| 2625 | 2026-08-18T23:19:28.837Z | Compiling phf_shared v0.12.1 |
| 2626 | 2026-08-18T23:19:29.090Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2627 | 2026-08-18T23:19:29.605Z | Compiling vte v0.14.1 |
| 2628 | 2026-08-18T23:19:29.707Z | Compiling csv-core v0.1.13 |
| 2629 | 2026-08-18T23:19:29.896Z | Compiling chrono-tz v0.10.4 |
| 2630 | 2026-08-18T23:19:30.141Z | Compiling highway v1.3.0 |
| 2631 | 2026-08-18T23:19:30.367Z | Compiling progenitor-macro v0.14.0 |
| 2632 | 2026-08-18T23:19:30.849Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2633 | 2026-08-18T23:19:31.269Z | Compiling csv v1.4.0 |
| 2634 | 2026-08-18T23:19:31.307Z | Compiling strip-ansi-escapes v0.2.1 |
| 2635 | 2026-08-18T23:19:31.811Z | Compiling phf v0.12.1 |
| 2636 | 2026-08-18T23:19:31.879Z | Compiling const_format_proc_macros v0.2.34 |
| 2637 | 2026-08-18T23:19:32.029Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2638 | 2026-08-18T23:19:32.141Z | Compiling fd-lock v4.0.4 |
| 2639 | 2026-08-18T23:19:32.213Z | Compiling peg-macros v0.8.5 |
| 2640 | 2026-08-18T23:19:32.506Z | Compiling nu-ansi-term v0.50.3 |
| 2641 | 2026-08-18T23:19:32.641Z | Compiling const_format v0.2.35 |
| 2642 | 2026-08-18T23:19:32.788Z | Compiling reedline v0.40.0 |
| 2643 | 2026-08-18T23:19:33.042Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2644 | 2026-08-18T23:19:33.143Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2645 | 2026-08-18T23:19:33.439Z | Compiling peg v0.8.5 |
| 2646 | 2026-08-18T23:19:33.543Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2647 | 2026-08-18T23:19:33.620Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2648 | 2026-08-18T23:19:34.461Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2649 | 2026-08-18T23:19:34.514Z | Compiling progenitor v0.14.0 |
| 2650 | 2026-08-18T23:19:34.697Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2651 | 2026-08-18T23:19:34.734Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2652 | 2026-08-18T23:19:34.903Z | Compiling bcs v0.1.6 |
| 2653 | 2026-08-18T23:19:35.369Z | Compiling nom v8.0.0 |
| 2654 | 2026-08-18T23:19:35.541Z | Compiling semver v0.1.20 |
| 2655 | 2026-08-18T23:19:35.839Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2656 | 2026-08-18T23:19:36.130Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2657 | 2026-08-18T23:19:36.439Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2658 | 2026-08-18T23:19:36.616Z | Compiling rustc_version v0.1.7 |
| 2659 | 2026-08-18T23:19:36.763Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2660 | 2026-08-18T23:19:36.859Z | Compiling newtype_derive v0.1.6 |
| 2661 | 2026-08-18T23:19:36.968Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2662 | 2026-08-18T23:19:37.029Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2663 | 2026-08-18T23:19:37.136Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2664 | 2026-08-18T23:19:37.160Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2665 | 2026-08-18T23:19:37.715Z | Compiling steno v0.4.1 |
| 2666 | 2026-08-18T23:19:37.758Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2667 | 2026-08-18T23:19:38.118Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2668 | 2026-08-18T23:19:38.337Z | Compiling sha1 v0.10.6 |
| 2669 | 2026-08-18T23:19:38.882Z | Compiling tagptr v0.2.0 |
| 2670 | 2026-08-18T23:19:39.078Z | Compiling utf-8 v0.7.6 |
| 2671 | 2026-08-18T23:19:39.173Z | Compiling moka v0.12.13 |
| 2672 | 2026-08-18T23:19:39.315Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2673 | 2026-08-18T23:19:39.491Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2674 | 2026-08-18T23:19:39.765Z | Compiling tungstenite v0.21.0 |
| 2675 | 2026-08-18T23:19:40.039Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2676 | 2026-08-18T23:19:40.416Z | Compiling hickory-resolver v0.25.2 |
| 2677 | 2026-08-18T23:19:40.448Z | Compiling tokio-tungstenite v0.21.0 |
| 2678 | 2026-08-18T23:19:40.855Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2679 | 2026-08-18T23:19:41.902Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2680 | 2026-08-18T23:19:42.699Z | Compiling darling_core v0.21.3 |
| 2681 | 2026-08-18T23:19:43.133Z | Compiling display-error-chain v0.2.2 |
| 2682 | 2026-08-18T23:19:43.313Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2683 | 2026-08-18T23:19:43.610Z | Compiling libscf-sys v1.2.0 |
| 2684 | 2026-08-18T23:19:43.673Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2685 | 2026-08-18T23:19:43.783Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2686 | 2026-08-18T23:19:43.813Z | Compiling vergen-lib v0.1.6 |
| 2687 | 2026-08-18T23:19:44.037Z | Compiling diesel_derives v2.3.7 |
| 2688 | 2026-08-18T23:19:44.354Z | Compiling scheduled-thread-pool v0.2.7 |
| 2689 | 2026-08-18T23:19:44.476Z | Compiling vergen-gitcl v1.0.8 |
| 2690 | 2026-08-18T23:19:44.582Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2691 | 2026-08-18T23:19:44.704Z | Compiling dirs-sys-next v0.1.2 |
| 2692 | 2026-08-18T23:19:44.806Z | Compiling maplit v1.0.2 |
| 2693 | 2026-08-18T23:19:44.839Z | Compiling darling_macro v0.21.3 |
| 2694 | 2026-08-18T23:19:44.919Z | Compiling glob v0.3.3 |
| 2695 | 2026-08-18T23:19:44.923Z | Compiling crunchy v0.2.4 |
| 2696 | 2026-08-18T23:19:44.988Z | Compiling dirs-next v2.0.0 |
| 2697 | 2026-08-18T23:19:45.149Z | Compiling r2d2 v0.8.10 |
| 2698 | 2026-08-18T23:19:45.291Z | Compiling clang-sys v1.8.1 |
| 2699 | 2026-08-18T23:19:45.326Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2700 | 2026-08-18T23:19:45.364Z | Compiling darling v0.21.3 |
| 2701 | 2026-08-18T23:19:45.439Z | Compiling papergrid v0.18.0 |
| 2702 | 2026-08-18T23:19:45.480Z | Compiling dsl_auto_type v0.2.0 |
| 2703 | 2026-08-18T23:19:45.590Z | Compiling xshell-macros v0.2.7 |
| 2704 | 2026-08-18T23:19:45.703Z | Compiling downcast-rs v2.0.2 |
| 2705 | 2026-08-18T23:19:45.736Z | Compiling tiny-keccak v2.0.2 |
| 2706 | 2026-08-18T23:19:45.992Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2707 | 2026-08-18T23:19:46.014Z | Compiling xshell v0.2.7 |
| 2708 | 2026-08-18T23:19:46.116Z | Compiling term v0.7.0 |
| 2709 | 2026-08-18T23:19:46.153Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2710 | 2026-08-18T23:19:46.402Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2711 | 2026-08-18T23:19:46.629Z | Compiling tabled v0.21.0 |
| 2712 | 2026-08-18T23:19:46.663Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2713 | 2026-08-18T23:19:46.892Z | Compiling bit-vec v0.6.3 |
| 2714 | 2026-08-18T23:19:47.082Z | Compiling bit-set v0.5.3 |
| 2715 | 2026-08-18T23:19:47.169Z | Compiling ascii-canvas v3.0.0 |
| 2716 | 2026-08-18T23:19:47.200Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2717 | 2026-08-18T23:19:47.273Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2718 | 2026-08-18T23:19:47.419Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2719 | 2026-08-18T23:19:47.565Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2720 | 2026-08-18T23:19:47.766Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2721 | 2026-08-18T23:19:47.803Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2722 | 2026-08-18T23:19:48.148Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2723 | 2026-08-18T23:19:48.366Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2724 | 2026-08-18T23:19:48.471Z | Compiling itertools v0.10.5 |
| 2725 | 2026-08-18T23:19:48.551Z | Compiling ena v0.14.4 |
| 2726 | 2026-08-18T23:19:48.804Z | Compiling libloading v0.8.9 |
| 2727 | 2026-08-18T23:19:49.048Z | Compiling bindgen v0.71.1 |
| 2728 | 2026-08-18T23:19:49.116Z | Compiling unicase v2.9.0 |
| 2729 | 2026-08-18T23:19:49.172Z | Compiling regex-syntax v0.6.29 |
| 2730 | 2026-08-18T23:19:49.351Z | Compiling diff v0.1.13 |
| 2731 | 2026-08-18T23:19:49.646Z | Compiling cexpr v0.6.0 |
| 2732 | 2026-08-18T23:19:49.726Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2733 | 2026-08-18T23:19:49.951Z | Compiling crc8 v0.1.1 |
| 2734 | 2026-08-18T23:19:50.086Z | Compiling rustc-hash v2.1.1 |
| 2735 | 2026-08-18T23:19:50.276Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2736 | 2026-08-18T23:19:50.297Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2737 | 2026-08-18T23:19:50.496Z | Compiling headers-core v0.3.0 |
| 2738 | 2026-08-18T23:19:50.647Z | Compiling lalrpop v0.19.12 |
| 2739 | 2026-08-18T23:19:50.651Z | Compiling diesel v2.3.7 |
| 2740 | 2026-08-18T23:19:50.794Z | Compiling libxml v0.3.3 |
| 2741 | 2026-08-18T23:19:51.071Z | Compiling headers v0.4.1 |
| 2742 | 2026-08-18T23:19:51.121Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2743 | 2026-08-18T23:19:51.352Z | Compiling strum_macros v0.24.3 |
| 2744 | 2026-08-18T23:19:51.486Z | Compiling indoc v1.0.9 |
| 2745 | 2026-08-18T23:19:51.899Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2746 | 2026-08-18T23:19:51.921Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2747 | 2026-08-18T23:19:52.121Z | Compiling derive_builder v0.20.2 |
| 2748 | 2026-08-18T23:19:52.290Z | Compiling oso-derive v0.27.3 |
| 2749 | 2026-08-18T23:19:52.435Z | Compiling quick-xml v0.37.5 |
| 2750 | 2026-08-18T23:19:52.599Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2751 | 2026-08-18T23:19:52.729Z | Compiling openssl-probe v0.1.6 |
| 2752 | 2026-08-18T23:19:52.828Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2753 | 2026-08-18T23:19:53.036Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2754 | 2026-08-18T23:19:53.451Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2755 | 2026-08-18T23:19:53.511Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2756 | 2026-08-18T23:19:53.551Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2757 | 2026-08-18T23:19:53.719Z | Compiling bb8 v0.8.6 |
| 2758 | 2026-08-18T23:19:53.782Z | Compiling trait-variant v0.1.2 |
| 2759 | 2026-08-18T23:19:53.852Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2760 | 2026-08-18T23:19:54.109Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2761 | 2026-08-18T23:19:54.280Z | Compiling half v1.8.3 |
| 2762 | 2026-08-18T23:19:54.340Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2763 | 2026-08-18T23:19:54.397Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2764 | 2026-08-18T23:19:54.557Z | Compiling serde_cbor v0.11.2 |
| 2765 | 2026-08-18T23:19:54.631Z | Compiling proc-macro-error2 v2.0.1 |
| 2766 | 2026-08-18T23:19:54.765Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2767 | 2026-08-18T23:19:54.972Z | Compiling hashbrown v0.14.5 |
| 2768 | 2026-08-18T23:19:55.007Z | Compiling rfc6979 v0.4.0 |
| 2769 | 2026-08-18T23:19:55.162Z | Compiling salty v0.3.0 |
| 2770 | 2026-08-18T23:19:55.186Z | Compiling ecdsa v0.16.9 |
| 2771 | 2026-08-18T23:19:55.523Z | Compiling chumsky v0.9.3 |
| 2772 | 2026-08-18T23:19:55.546Z | Compiling knus-derive v3.4.0 |
| 2773 | 2026-08-18T23:19:55.626Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2774 | 2026-08-18T23:19:55.691Z | Compiling samael v0.0.19 |
| 2775 | 2026-08-18T23:19:55.694Z | Compiling progenitor-impl v0.13.0 |
| 2776 | 2026-08-18T23:19:55.888Z | Compiling primeorder v0.13.6 |
| 2777 | 2026-08-18T23:19:56.187Z | Compiling nonempty v0.12.0 |
| 2778 | 2026-08-18T23:19:56.433Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2779 | 2026-08-18T23:19:56.821Z | Compiling p384 v0.13.1 |
| 2780 | 2026-08-18T23:19:56.927Z | Compiling knus v3.4.0 |
| 2781 | 2026-08-18T23:19:57.814Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2782 | 2026-08-18T23:19:57.890Z | Compiling progenitor-macro v0.13.0 |
| 2783 | 2026-08-18T23:19:58.178Z | Compiling polar-core v0.27.3 |
| 2784 | 2026-08-18T23:19:58.324Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2785 | 2026-08-18T23:19:59.092Z | Compiling progenitor-client v0.13.0 |
| 2786 | 2026-08-18T23:19:59.340Z | Compiling fxhash v0.2.1 |
| 2787 | 2026-08-18T23:19:59.591Z | Compiling libz-sys v1.1.24 |
| 2788 | 2026-08-18T23:19:59.770Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2789 | 2026-08-18T23:20:00.049Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2790 | 2026-08-18T23:20:00.097Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2791 | 2026-08-18T23:20:00.590Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2792 | 2026-08-18T23:20:00.634Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2793 | 2026-08-18T23:20:00.964Z | Compiling kstat-rs v0.2.5 |
| 2794 | 2026-08-18T23:20:01.291Z | Compiling mime_guess v2.0.5 |
| 2795 | 2026-08-18T23:20:01.425Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2796 | 2026-08-18T23:20:01.835Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2797 | 2026-08-18T23:20:02.162Z | Compiling progenitor v0.13.0 |
| 2798 | 2026-08-18T23:20:02.623Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2799 | 2026-08-18T23:20:03.662Z | Compiling nanorand v0.7.0 |
| 2800 | 2026-08-18T23:20:03.740Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2801 | 2026-08-18T23:20:03.864Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2802 | 2026-08-18T23:20:04.015Z | Compiling parking_lot_core v0.8.6 |
| 2803 | 2026-08-18T23:20:04.048Z | Compiling flume v0.11.1 |
| 2804 | 2026-08-18T23:20:04.330Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2805 | 2026-08-18T23:20:04.489Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2806 | 2026-08-18T23:20:05.120Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2807 | 2026-08-18T23:20:05.442Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2808 | 2026-08-18T23:20:05.580Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2809 | 2026-08-18T23:20:05.814Z | Compiling git-stub v1.0.0 |
| 2810 | 2026-08-18T23:20:06.047Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2811 | 2026-08-18T23:20:06.079Z | Compiling corncobs v0.1.4 |
| 2812 | 2026-08-18T23:20:06.320Z | Compiling http-range v0.1.5 |
| 2813 | 2026-08-18T23:20:06.340Z | Compiling instability v0.3.11 |
| 2814 | 2026-08-18T23:20:06.567Z | Compiling strsim v0.10.0 |
| 2815 | 2026-08-18T23:20:06.695Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2816 | 2026-08-18T23:20:06.717Z | Compiling git-stub-vcs v0.1.0 |
| 2817 | 2026-08-18T23:20:06.883Z | Compiling darling_core v0.13.4 |
| 2818 | 2026-08-18T23:20:07.383Z | Compiling oso v0.27.3 |
| 2819 | 2026-08-18T23:20:07.827Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2820 | 2026-08-18T23:20:10.334Z | Compiling async-bb8-diesel v0.2.1 |
| 2821 | 2026-08-18T23:20:10.784Z | Compiling diesel-dtrace v0.5.0 |
| 2822 | 2026-08-18T23:20:11.110Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 2823 | 2026-08-18T23:20:12.301Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2824 | 2026-08-18T23:20:12.360Z | Compiling ignore v0.4.25 |
| 2825 | 2026-08-18T23:20:12.403Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2826 | 2026-08-18T23:20:12.655Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2827 | 2026-08-18T23:20:12.935Z | Compiling anstyle-parse v0.2.7 |
| 2828 | 2026-08-18T23:20:13.015Z | Compiling secrecy v0.8.0 |
| 2829 | 2026-08-18T23:20:13.162Z | Compiling vergen-git2 v9.1.0 |
| 2830 | 2026-08-18T23:20:13.199Z | Compiling castaway v0.2.4 |
| 2831 | 2026-08-18T23:20:13.221Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2832 | 2026-08-18T23:20:13.364Z | Compiling indoc v2.0.7 |
| 2833 | 2026-08-18T23:20:13.424Z | Compiling compact_str v0.8.1 |
| 2834 | 2026-08-18T23:20:13.806Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2835 | 2026-08-18T23:20:13.996Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2836 | 2026-08-18T23:20:14.067Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2837 | 2026-08-18T23:20:14.538Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2838 | 2026-08-18T23:20:14.975Z | Compiling anstream v0.6.21 |
| 2839 | 2026-08-18T23:20:15.511Z | Compiling globwalk v0.9.1 |
| 2840 | 2026-08-18T23:20:15.723Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2841 | 2026-08-18T23:20:16.140Z | Compiling parking_lot v0.11.2 |
| 2842 | 2026-08-18T23:20:17.064Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2843 | 2026-08-18T23:20:17.213Z | Compiling hyper-staticfile v0.10.1 |
| 2844 | 2026-08-18T23:20:17.267Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2845 | 2026-08-18T23:20:17.943Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2846 | 2026-08-18T23:20:18.292Z | Compiling darling_macro v0.13.4 |
| 2847 | 2026-08-18T23:20:18.397Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2848 | 2026-08-18T23:20:18.432Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2849 | 2026-08-18T23:20:18.700Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2850 | 2026-08-18T23:20:18.758Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2851 | 2026-08-18T23:20:18.813Z | Compiling predicates-tree v1.0.13 |
| 2852 | 2026-08-18T23:20:18.908Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2853 | 2026-08-18T23:20:19.122Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2854 | 2026-08-18T23:20:19.153Z | Compiling unicode-truncate v1.1.0 |
| 2855 | 2026-08-18T23:20:19.232Z | Compiling lru v0.12.5 |
| 2856 | 2026-08-18T23:20:19.366Z | Compiling digest-io v0.1.0 |
| 2857 | 2026-08-18T23:20:19.466Z | Compiling sha2 v0.11.0 |
| 2858 | 2026-08-18T23:20:19.536Z | Compiling prefix-trie v0.7.0 |
| 2859 | 2026-08-18T23:20:19.559Z | Compiling rand_seeder v0.4.0 |
| 2860 | 2026-08-18T23:20:19.812Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2861 | 2026-08-18T23:20:20.039Z | Compiling rawzip v0.4.4 |
| 2862 | 2026-08-18T23:20:20.063Z | Compiling cassowary v0.3.0 |
| 2863 | 2026-08-18T23:20:20.512Z | Compiling ratatui v0.29.0 |
| 2864 | 2026-08-18T23:20:20.616Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2865 | 2026-08-18T23:20:21.026Z | Compiling hickory-server v0.25.2 |
| 2866 | 2026-08-18T23:20:21.105Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2867 | 2026-08-18T23:20:21.358Z | Compiling camino-tempfile-ext v0.3.3 |
| 2868 | 2026-08-18T23:20:21.650Z | Compiling darling v0.13.4 |
| 2869 | 2026-08-18T23:20:21.687Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2870 | 2026-08-18T23:20:21.770Z | Compiling sled v0.34.7 |
| 2871 | 2026-08-18T23:20:22.130Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2872 | 2026-08-18T23:20:23.360Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2873 | 2026-08-18T23:20:24.340Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2874 | 2026-08-18T23:20:25.877Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2875 | 2026-08-18T23:20:26.026Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2876 | 2026-08-18T23:20:26.301Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2877 | 2026-08-18T23:20:27.418Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2878 | 2026-08-18T23:20:28.183Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2879 | 2026-08-18T23:20:28.209Z | Compiling serde_with_macros v1.5.2 |
| 2880 | 2026-08-18T23:20:28.454Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2881 | 2026-08-18T23:20:28.837Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2882 | 2026-08-18T23:20:28.922Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2883 | 2026-08-18T23:20:29.027Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2884 | 2026-08-18T23:20:29.144Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2885 | 2026-08-18T23:20:29.258Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2886 | 2026-08-18T23:20:29.375Z | Compiling git2 v0.20.4 |
| 2887 | 2026-08-18T23:20:29.427Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2888 | 2026-08-18T23:20:29.494Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2889 | 2026-08-18T23:20:29.745Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2890 | 2026-08-18T23:20:29.969Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2891 | 2026-08-18T23:20:30.184Z | Compiling arc-swap v1.8.2 |
| 2892 | 2026-08-18T23:20:30.211Z | Compiling void v1.0.2 |
| 2893 | 2026-08-18T23:20:30.367Z | Compiling lzss v0.8.2 |
| 2894 | 2026-08-18T23:20:30.524Z | Compiling slog-scope v4.4.1 |
| 2895 | 2026-08-18T23:20:30.786Z | Compiling serde_with v1.14.0 |
| 2896 | 2026-08-18T23:20:30.829Z | Compiling illumos-nvpair v0.3.0 |
| 2897 | 2026-08-18T23:20:30.923Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2898 | 2026-08-18T23:20:31.354Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2899 | 2026-08-18T23:20:32.508Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2900 | 2026-08-18T23:20:32.540Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2901 | 2026-08-18T23:20:32.585Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2902 | 2026-08-18T23:20:32.623Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2903 | 2026-08-18T23:20:33.148Z | Compiling scuffle v0.1.0 |
| 2904 | 2026-08-18T23:20:33.261Z | Compiling tungstenite v0.23.0 |
| 2905 | 2026-08-18T23:20:33.932Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2906 | 2026-08-18T23:20:35.216Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2907 | 2026-08-18T23:20:35.514Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2908 | 2026-08-18T23:20:35.671Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2909 | 2026-08-18T23:20:35.889Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2910 | 2026-08-18T23:20:35.914Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2911 | 2026-08-18T23:20:36.121Z | Compiling nix v0.27.1 |
| 2912 | 2026-08-18T23:20:36.163Z | Compiling twox-hash v2.1.2 |
| 2913 | 2026-08-18T23:20:36.227Z | Compiling libsw-core v0.3.2 |
| 2914 | 2026-08-18T23:20:36.448Z | Compiling serde_bytes v0.11.19 |
| 2915 | 2026-08-18T23:20:36.682Z | Compiling atty v0.2.14 |
| 2916 | 2026-08-18T23:20:36.753Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2917 | 2026-08-18T23:20:36.841Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2918 | 2026-08-18T23:20:37.319Z | Compiling libsw v3.5.0 |
| 2919 | 2026-08-18T23:20:37.580Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2920 | 2026-08-18T23:20:37.603Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2921 | 2026-08-18T23:20:37.837Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2922 | 2026-08-18T23:20:38.263Z | Compiling tokio-tungstenite v0.23.1 |
| 2923 | 2026-08-18T23:20:38.651Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2924 | 2026-08-18T23:20:38.710Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2925 | 2026-08-18T23:20:40.452Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2926 | 2026-08-18T23:20:41.799Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2927 | 2026-08-18T23:20:41.833Z | Compiling slog-stdlog v4.1.1 |
| 2928 | 2026-08-18T23:20:42.223Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2929 | 2026-08-18T23:20:42.442Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2930 | 2026-08-18T23:20:43.200Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2931 | 2026-08-18T23:20:43.227Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2932 | 2026-08-18T23:20:43.646Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2933 | 2026-08-18T23:20:43.845Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2934 | 2026-08-18T23:20:44.652Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2935 | 2026-08-18T23:20:46.006Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2936 | 2026-08-18T23:20:46.325Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2937 | 2026-08-18T23:20:46.905Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2938 | 2026-08-18T23:20:47.012Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2939 | 2026-08-18T23:20:47.697Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2940 | 2026-08-18T23:20:48.753Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2941 | 2026-08-18T23:20:50.722Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2942 | 2026-08-18T23:20:50.770Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2943 | 2026-08-18T23:20:51.526Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2944 | 2026-08-18T23:20:51.750Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2945 | 2026-08-18T23:20:52.641Z | Compiling signal-hook-tokio v0.3.1 |
| 2946 | 2026-08-18T23:20:52.829Z | Compiling fatfs v0.3.6 |
| 2947 | 2026-08-18T23:20:52.864Z | Compiling yasna v0.5.2 |
| 2948 | 2026-08-18T23:20:52.980Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2949 | 2026-08-18T23:20:53.972Z | Compiling seq-macro v0.3.6 |
| 2950 | 2026-08-18T23:20:54.106Z | Compiling assert_matches v1.5.0 |
| 2951 | 2026-08-18T23:20:54.128Z | Compiling rcgen v0.12.1 |
| 2952 | 2026-08-18T23:20:54.288Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2953 | 2026-08-18T23:20:54.517Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2954 | 2026-08-18T23:20:56.023Z | Compiling slog-envlogger v2.2.0 |
| 2955 | 2026-08-18T23:20:56.985Z | Compiling oxide-update-engine-display v0.1.2 |
| 2956 | 2026-08-18T23:20:57.204Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2957 | 2026-08-18T23:20:57.862Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2958 | 2026-08-18T23:20:57.979Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2959 | 2026-08-18T23:20:58.228Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2960 | 2026-08-18T23:20:58.461Z | Compiling port-file v0.1.0 |
| 2961 | 2026-08-18T23:20:58.675Z | Compiling subprocess v0.2.15 |
| 2962 | 2026-08-18T23:20:58.793Z | Compiling rtoolbox v0.0.3 |
| 2963 | 2026-08-18T23:20:59.126Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2964 | 2026-08-18T23:21:00.248Z | Compiling rpassword v7.5.4 |
| 2965 | 2026-08-18T23:21:00.880Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2966 | 2026-08-18T23:21:01.244Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2967 | 2026-08-18T23:21:01.382Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2968 | 2026-08-18T23:21:01.743Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2969 | 2026-08-18T23:21:03.621Z | Compiling tui-tree-widget v0.23.1 |
| 2970 | 2026-08-18T23:21:03.899Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2971 | 2026-08-18T23:21:03.930Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2972 | 2026-08-18T23:21:04.529Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2973 | 2026-08-18T23:21:06.188Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2974 | 2026-08-18T23:21:07.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2975 | 2026-08-18T23:21:07.218Z | Compiling uzers v0.12.2 |
| 2976 | 2026-08-18T23:21:07.442Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2977 | 2026-08-18T23:21:07.616Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2978 | 2026-08-18T23:21:08.637Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2979 | 2026-08-18T23:21:09.588Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2980 | 2026-08-18T23:21:10.171Z | Compiling support-bundle-viewer v0.1.2 |
| 2981 | 2026-08-18T23:21:10.404Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2982 | 2026-08-18T23:21:12.047Z | Compiling multimap v0.10.1 |
| 2983 | 2026-08-18T23:21:19.955Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2984 | 2026-08-18T23:21:22.325Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2985 | 2026-08-18T23:21:28.593Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2986 | 2026-08-18T23:21:30.248Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2987 | 2026-08-18T23:21:33.511Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2988 | 2026-08-18T23:28:55.507Z | Finished `release` profile [optimized] target(s) in 9m 35s |
| 2989 | 2026-08-18T23:28:55.510Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2990 | 2026-08-18T23:28:55.510Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2991 | 2026-08-18T23:29:47.287Z | |
| 2992 | 2026-08-18T23:29:47.287Z | real 10:28.677833783 |
| 2993 | 2026-08-18T23:29:47.290Z | user 1:21:59.651213412 |
| 2994 | 2026-08-18T23:29:47.291Z | sys 3:39.732366671 |
| 2995 | 2026-08-18T23:29:47.291Z | trap 1.835092445 |
| 2996 | 2026-08-18T23:29:47.291Z | tflt 1.914611731 |
| 2997 | 2026-08-18T23:29:47.291Z | dflt 20.866962257 |
| 2998 | 2026-08-18T23:29:47.291Z | kflt 0.260957562 |
| 2999 | 2026-08-18T23:29:47.291Z | lock 7:48:25.568889792 |
| 3000 | 2026-08-18T23:29:47.291Z | slp 2:19:08.007637471 |
| 3001 | 2026-08-18T23:29:47.291Z | lat 2:27.950704243 |
| 3002 | 2026-08-18T23:29:47.291Z | stop 5:34.352878322 |
| 3003 | 2026-08-18T23:29:47.291Z | + mapfile -t packages |
| 3004 | 2026-08-18T23:29:47.291Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3005 | 2026-08-18T23:29:48.254Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3006 | 2026-08-18T23:29:48.328Z | Running `target/release/omicron-package -t test list-outputs` |
| 3007 | 2026-08-18T23:29:48.385Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3008 | 2026-08-18T23:29:48.388Z | + ptime -m cargo build --locked --release -p xtask |
| 3009 | 2026-08-18T23:29:48.882Z | Compiling libc v0.2.185 |
| 3010 | 2026-08-18T23:29:48.882Z | Compiling serde_core v1.0.229 |
| 3011 | 2026-08-18T23:29:48.883Z | Compiling serde v1.0.229 |
| 3012 | 2026-08-18T23:29:48.886Z | Compiling rustix v1.1.4 |
| 3013 | 2026-08-18T23:29:48.886Z | Compiling serde_json v1.0.151 |
| 3014 | 2026-08-18T23:29:49.023Z | Compiling bitflags v2.11.0 |
| 3015 | 2026-08-18T23:29:49.042Z | Compiling usdt-impl v0.5.0 |
| 3016 | 2026-08-18T23:29:49.045Z | Compiling syn v2.0.117 |
| 3017 | 2026-08-18T23:29:49.066Z | Compiling syn v1.0.109 |
| 3018 | 2026-08-18T23:29:49.075Z | Compiling getrandom v0.3.4 |
| 3019 | 2026-08-18T23:29:49.078Z | Compiling log v0.4.33 |
| 3020 | 2026-08-18T23:29:49.097Z | Compiling indexmap v2.14.0 |
| 3021 | 2026-08-18T23:29:49.112Z | Compiling fs-err v3.3.0 |
| 3022 | 2026-08-18T23:29:49.334Z | Compiling heck v0.4.1 |
| 3023 | 2026-08-18T23:29:49.360Z | Compiling anyhow v1.0.104 |
| 3024 | 2026-08-18T23:29:49.395Z | Compiling once_cell v1.21.3 |
| 3025 | 2026-08-18T23:29:49.761Z | Compiling thread-id v4.2.2 |
| 3026 | 2026-08-18T23:29:49.775Z | Compiling errno v0.3.14 |
| 3027 | 2026-08-18T23:29:49.779Z | Compiling memmap v0.7.0 |
| 3028 | 2026-08-18T23:29:50.554Z | Compiling proc-macro-error v1.0.4 |
| 3029 | 2026-08-18T23:29:50.760Z | Compiling terminal_size v0.4.3 |
| 3030 | 2026-08-18T23:29:50.760Z | Compiling tempfile v3.27.0 |
| 3031 | 2026-08-18T23:29:50.821Z | Compiling tabled_derive v0.7.0 |
| 3032 | 2026-08-18T23:29:50.860Z | Compiling clap_builder v4.6.0 |
| 3033 | 2026-08-18T23:29:50.861Z | Compiling textwrap v0.16.2 |
| 3034 | 2026-08-18T23:29:51.099Z | Compiling camino v1.2.5 |
| 3035 | 2026-08-18T23:29:51.099Z | Compiling cargo-platform v0.3.2 |
| 3036 | 2026-08-18T23:29:51.103Z | Compiling semver v1.0.28 |
| 3037 | 2026-08-18T23:29:51.244Z | Compiling pest_generator v2.8.6 |
| 3038 | 2026-08-18T23:29:51.439Z | Compiling camino-tempfile v1.4.1 |
| 3039 | 2026-08-18T23:29:51.497Z | Compiling serde_tokenstream v0.2.3 |
| 3040 | 2026-08-18T23:29:51.554Z | Compiling tabled v0.15.0 |
| 3041 | 2026-08-18T23:29:51.617Z | Compiling toml_datetime v0.6.11 |
| 3042 | 2026-08-18T23:29:51.657Z | Compiling serde_spanned v0.6.9 |
| 3043 | 2026-08-18T23:29:51.710Z | Compiling macaddr v1.0.1 |
| 3044 | 2026-08-18T23:29:51.723Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3045 | 2026-08-18T23:29:51.821Z | Compiling toml_edit v0.22.27 |
| 3046 | 2026-08-18T23:29:52.009Z | Compiling thiserror-impl v1.0.69 |
| 3047 | 2026-08-18T23:29:52.014Z | Compiling zerocopy-derive v0.7.35 |
| 3048 | 2026-08-18T23:29:52.118Z | Compiling pest_derive v2.8.6 |
| 3049 | 2026-08-18T23:29:52.222Z | Compiling scroll_derive v0.12.1 |
| 3050 | 2026-08-18T23:29:52.226Z | Compiling thiserror-impl v2.0.18 |
| 3051 | 2026-08-18T23:29:52.502Z | Compiling clap_derive v4.6.1 |
| 3052 | 2026-08-18T23:29:52.844Z | Compiling zerocopy v0.7.35 |
| 3053 | 2026-08-18T23:29:52.903Z | Compiling scroll v0.12.0 |
| 3054 | 2026-08-18T23:29:53.054Z | Compiling thiserror v1.0.69 |
| 3055 | 2026-08-18T23:29:53.174Z | Compiling dtrace-parser v0.2.0 |
| 3056 | 2026-08-18T23:29:53.348Z | Compiling goblin v0.8.2 |
| 3057 | 2026-08-18T23:29:53.415Z | Compiling dof v0.3.0 |
| 3058 | 2026-08-18T23:29:54.063Z | Compiling toml v0.8.23 |
| 3059 | 2026-08-18T23:29:54.115Z | Compiling thiserror v2.0.18 |
| 3060 | 2026-08-18T23:29:54.152Z | Compiling clap v4.6.1 |
| 3061 | 2026-08-18T23:29:54.246Z | Compiling cargo_metadata v0.23.1 |
| 3062 | 2026-08-18T23:29:54.304Z | Compiling usdt-attr-macro v0.5.0 |
| 3063 | 2026-08-18T23:29:54.357Z | Compiling usdt-macro v0.5.0 |
| 3064 | 2026-08-18T23:29:54.716Z | Compiling cargo_toml v0.21.0 |
| 3065 | 2026-08-18T23:29:56.998Z | Compiling usdt v0.5.0 |
| 3066 | 2026-08-18T23:29:59.452Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3067 | 2026-08-18T23:30:02.671Z | Finished `release` profile [optimized] target(s) in 14.27s |
| 3068 | 2026-08-18T23:30:02.811Z | |
| 3069 | 2026-08-18T23:30:02.811Z | real 14.388024759 |
| 3070 | 2026-08-18T23:30:02.811Z | user 2:04.535761437 |
| 3071 | 2026-08-18T23:30:02.811Z | sys 13.199708273 |
| 3072 | 2026-08-18T23:30:02.811Z | trap 0.079542774 |
| 3073 | 2026-08-18T23:30:02.814Z | tflt 0.292497733 |
| 3074 | 2026-08-18T23:30:02.814Z | dflt 0.932324291 |
| 3075 | 2026-08-18T23:30:02.815Z | kflt 0.000199760 |
| 3076 | 2026-08-18T23:30:02.815Z | lock 4:56.892940510 |
| 3077 | 2026-08-18T23:30:02.815Z | slp 3:00.622044135 |
| 3078 | 2026-08-18T23:30:02.815Z | lat 5.370391325 |
| 3079 | 2026-08-18T23:30:02.815Z | stop 16.654617303 |
| 3080 | 2026-08-18T23:30:02.815Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3081 | 2026-08-18T23:30:02.815Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3082 | 2026-08-18T23:30:02.815Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3083 | 2026-08-18T23:30:02.815Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3084 | 2026-08-18T23:30:02.815Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3085 | 2026-08-18T23:30:03.772Z | Compiling match_cfg v0.1.0 |
| 3086 | 2026-08-18T23:30:03.772Z | Compiling progenitor-client v0.14.0 |
| 3087 | 2026-08-18T23:30:03.772Z | Compiling slog-json v2.6.1 |
| 3088 | 2026-08-18T23:30:03.775Z | Compiling newtype-uuid-macros v0.1.0 |
| 3089 | 2026-08-18T23:30:03.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3090 | 2026-08-18T23:30:03.941Z | Compiling sha1 v0.11.0 |
| 3091 | 2026-08-18T23:30:03.944Z | Compiling multer v3.1.0 |
| 3092 | 2026-08-18T23:30:03.944Z | Compiling compression-core v0.4.31 |
| 3093 | 2026-08-18T23:30:03.944Z | Compiling debug-ignore v1.0.5 |
| 3094 | 2026-08-18T23:30:03.954Z | Compiling async-stream-impl v0.3.6 |
| 3095 | 2026-08-18T23:30:03.958Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3096 | 2026-08-18T23:30:03.958Z | Compiling serde_spanned v1.1.1 |
| 3097 | 2026-08-18T23:30:03.958Z | Compiling dropshot v0.17.1 |
| 3098 | 2026-08-18T23:30:03.958Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3099 | 2026-08-18T23:30:04.000Z | Compiling waitgroup v0.1.2 |
| 3100 | 2026-08-18T23:30:04.004Z | Compiling hostname v0.3.1 |
| 3101 | 2026-08-18T23:30:04.004Z | Compiling rustls-pemfile v2.2.0 |
| 3102 | 2026-08-18T23:30:04.179Z | Compiling slog-bunyan v2.5.0 |
| 3103 | 2026-08-18T23:30:04.196Z | Compiling dropshot_endpoint v0.17.1 |
| 3104 | 2026-08-18T23:30:04.248Z | Compiling hostname v0.4.2 |
| 3105 | 2026-08-18T23:30:04.267Z | Compiling serde_path_to_error v0.1.20 |
| 3106 | 2026-08-18T23:30:04.285Z | Compiling atomicwrites v0.4.4 |
| 3107 | 2026-08-18T23:30:04.333Z | Compiling compression-codecs v0.4.37 |
| 3108 | 2026-08-18T23:30:04.336Z | Compiling macaddr v1.0.1 |
| 3109 | 2026-08-18T23:30:04.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3110 | 2026-08-18T23:30:04.389Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3111 | 2026-08-18T23:30:04.423Z | Compiling instant v0.1.13 |
| 3112 | 2026-08-18T23:30:04.443Z | Compiling regress v0.10.5 |
| 3113 | 2026-08-18T23:30:04.497Z | Compiling parse-display-derive v0.10.0 |
| 3114 | 2026-08-18T23:30:04.501Z | Compiling backon v1.6.0 |
| 3115 | 2026-08-18T23:30:04.533Z | Compiling async-compression v0.4.41 |
| 3116 | 2026-08-18T23:30:04.553Z | Compiling backoff v0.4.0 |
| 3117 | 2026-08-18T23:30:04.598Z | Compiling itertools v0.14.0 |
| 3118 | 2026-08-18T23:30:04.617Z | Compiling humantime v2.3.0 |
| 3119 | 2026-08-18T23:30:04.620Z | Compiling half v2.7.1 |
| 3120 | 2026-08-18T23:30:04.655Z | Compiling crucible-workspace-hack v0.1.0 |
| 3121 | 2026-08-18T23:30:04.677Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3122 | 2026-08-18T23:30:04.706Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3123 | 2026-08-18T23:30:04.723Z | Compiling progenitor-extras v0.2.0 |
| 3124 | 2026-08-18T23:30:04.795Z | Compiling async-stream v0.3.6 |
| 3125 | 2026-08-18T23:30:04.798Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3126 | 2026-08-18T23:30:04.831Z | Compiling ciborium-io v0.2.2 |
| 3127 | 2026-08-18T23:30:04.880Z | Compiling regress v0.11.1 |
| 3128 | 2026-08-18T23:30:04.897Z | Compiling convert_case v0.4.0 |
| 3129 | 2026-08-18T23:30:04.917Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3130 | 2026-08-18T23:30:04.920Z | Compiling ciborium-ll v0.2.2 |
| 3131 | 2026-08-18T23:30:04.967Z | Compiling secrecy v0.10.3 |
| 3132 | 2026-08-18T23:30:04.971Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3133 | 2026-08-18T23:30:05.004Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3134 | 2026-08-18T23:30:05.008Z | Compiling inout v0.1.4 |
| 3135 | 2026-08-18T23:30:05.039Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3136 | 2026-08-18T23:30:05.128Z | Compiling ciborium v0.2.2 |
| 3137 | 2026-08-18T23:30:05.147Z | Compiling unsafe-libyaml v0.2.11 |
| 3138 | 2026-08-18T23:30:05.167Z | Compiling cipher v0.4.4 |
| 3139 | 2026-08-18T23:30:05.186Z | Compiling proc-macro-crate v1.3.1 |
| 3140 | 2026-08-18T23:30:05.209Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-08-18T23:30:05.296Z | Compiling derive_more v0.99.20 |
| 3142 | 2026-08-18T23:30:05.345Z | Compiling universal-hash v0.5.1 |
| 3143 | 2026-08-18T23:30:05.364Z | Compiling opaque-debug v0.3.1 |
| 3144 | 2026-08-18T23:30:05.389Z | Compiling chacha20 v0.9.1 |
| 3145 | 2026-08-18T23:30:05.443Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3146 | 2026-08-18T23:30:05.463Z | Compiling poly1305 v0.8.0 |
| 3147 | 2026-08-18T23:30:05.501Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3148 | 2026-08-18T23:30:05.627Z | Compiling blake2 v0.10.6 |
| 3149 | 2026-08-18T23:30:05.672Z | Compiling aead v0.5.2 |
| 3150 | 2026-08-18T23:30:05.738Z | Compiling serde_yaml v0.9.34+deprecated |
| 3151 | 2026-08-18T23:30:05.741Z | Compiling password-hash v0.5.0 |
| 3152 | 2026-08-18T23:30:05.774Z | Compiling indent_write v2.2.0 |
| 3153 | 2026-08-18T23:30:05.909Z | Compiling chacha20poly1305 v0.10.1 |
| 3154 | 2026-08-18T23:30:05.943Z | Compiling num_enum_derive v0.7.6 |
| 3155 | 2026-08-18T23:30:05.960Z | Compiling num-derive v0.4.2 |
| 3156 | 2026-08-18T23:30:05.964Z | Compiling heapless v0.8.0 |
| 3157 | 2026-08-18T23:30:06.100Z | Compiling argon2 v0.5.3 |
| 3158 | 2026-08-18T23:30:06.200Z | Compiling ingot-macros v0.2.0 |
| 3159 | 2026-08-18T23:30:06.238Z | Compiling tabwriter v1.4.1 |
| 3160 | 2026-08-18T23:30:06.255Z | Compiling hash32 v0.3.1 |
| 3161 | 2026-08-18T23:30:06.291Z | Compiling parse-display v0.10.0 |
| 3162 | 2026-08-18T23:30:06.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3163 | 2026-08-18T23:30:06.488Z | Compiling typify-impl v0.6.2 |
| 3164 | 2026-08-18T23:30:06.505Z | Compiling thiserror-no-std v2.0.2 |
| 3165 | 2026-08-18T23:30:06.523Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3166 | 2026-08-18T23:30:06.622Z | Compiling vsss-rs v3.3.4 |
| 3167 | 2026-08-18T23:30:06.639Z | Compiling smoltcp v0.11.0 |
| 3168 | 2026-08-18T23:30:06.821Z | Compiling cobs v0.3.0 |
| 3169 | 2026-08-18T23:30:06.965Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3170 | 2026-08-18T23:30:07.053Z | Compiling colored v3.1.1 |
| 3171 | 2026-08-18T23:30:07.072Z | Compiling postcard v1.1.3 |
| 3172 | 2026-08-18T23:30:07.135Z | Compiling num_enum v0.7.6 |
| 3173 | 2026-08-18T23:30:07.209Z | Compiling proc-macro-error v1.0.4 |
| 3174 | 2026-08-18T23:30:07.262Z | Compiling rand v0.10.1 |
| 3175 | 2026-08-18T23:30:07.281Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3176 | 2026-08-18T23:30:07.321Z | Compiling foreign-types-macros v0.2.3 |
| 3177 | 2026-08-18T23:30:07.437Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3178 | 2026-08-18T23:30:07.446Z | Compiling rayon-core v1.13.0 |
| 3179 | 2026-08-18T23:30:07.565Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3180 | 2026-08-18T23:30:07.604Z | Compiling foreign-types-shared v0.3.1 |
| 3181 | 2026-08-18T23:30:07.712Z | Compiling num_enum_derive v0.5.11 |
| 3182 | 2026-08-18T23:30:07.728Z | Compiling crossbeam-deque v0.8.6 |
| 3183 | 2026-08-18T23:30:07.728Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3184 | 2026-08-18T23:30:07.731Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3185 | 2026-08-18T23:30:07.777Z | Compiling cstr-argument v0.1.2 |
| 3186 | 2026-08-18T23:30:07.833Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3187 | 2026-08-18T23:30:07.971Z | Compiling foreign-types v0.5.0 |
| 3188 | 2026-08-18T23:30:07.974Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3189 | 2026-08-18T23:30:08.029Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3190 | 2026-08-18T23:30:08.054Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3191 | 2026-08-18T23:30:08.106Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3192 | 2026-08-18T23:30:08.149Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3193 | 2026-08-18T23:30:08.188Z | Compiling zone_cfg_derive v0.3.1 |
| 3194 | 2026-08-18T23:30:08.228Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3195 | 2026-08-18T23:30:08.247Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3196 | 2026-08-18T23:30:08.266Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3197 | 2026-08-18T23:30:08.270Z | Compiling itertools v0.12.1 |
| 3198 | 2026-08-18T23:30:08.398Z | Compiling rayon v1.11.0 |
| 3199 | 2026-08-18T23:30:08.420Z | Compiling sigpipe v0.1.3 |
| 3200 | 2026-08-18T23:30:08.476Z | Compiling glob v0.3.3 |
| 3201 | 2026-08-18T23:30:08.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3202 | 2026-08-18T23:30:08.542Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3203 | 2026-08-18T23:30:08.557Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3204 | 2026-08-18T23:30:08.640Z | Compiling smf v0.2.3 |
| 3205 | 2026-08-18T23:30:08.772Z | Compiling whoami v1.6.1 |
| 3206 | 2026-08-18T23:30:08.808Z | Compiling cpubits v0.1.1 |
| 3207 | 2026-08-18T23:30:08.829Z | Compiling num_enum v0.5.11 |
| 3208 | 2026-08-18T23:30:08.886Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3209 | 2026-08-18T23:30:08.903Z | Compiling gethostname v0.5.0 |
| 3210 | 2026-08-18T23:30:08.921Z | Compiling derive-where v1.6.0 |
| 3211 | 2026-08-18T23:30:08.979Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3212 | 2026-08-18T23:30:08.996Z | Compiling usdt-attr-macro v0.5.0 |
| 3213 | 2026-08-18T23:30:09.013Z | Compiling usdt-macro v0.5.0 |
| 3214 | 2026-08-18T23:30:09.053Z | Compiling num-rational v0.4.2 |
| 3215 | 2026-08-18T23:30:09.072Z | Compiling num-complex v0.4.6 |
| 3216 | 2026-08-18T23:30:09.092Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3217 | 2026-08-18T23:30:09.169Z | Compiling ingot-types v0.2.0 |
| 3218 | 2026-08-18T23:30:09.206Z | Compiling memmap v0.7.0 |
| 3219 | 2026-08-18T23:30:09.310Z | Compiling toml v0.8.23 |
| 3220 | 2026-08-18T23:30:09.412Z | Compiling pem-rfc7468 v1.0.0 |
| 3221 | 2026-08-18T23:30:09.466Z | Compiling zone v0.3.1 |
| 3222 | 2026-08-18T23:30:09.498Z | Compiling num v0.4.3 |
| 3223 | 2026-08-18T23:30:09.555Z | Compiling ingot v0.2.1 |
| 3224 | 2026-08-18T23:30:09.594Z | Compiling float-ord v0.3.2 |
| 3225 | 2026-08-18T23:30:09.624Z | Compiling cancel-safe-futures v0.1.5 |
| 3226 | 2026-08-18T23:30:09.668Z | Compiling resolv-conf v0.7.6 |
| 3227 | 2026-08-18T23:30:09.746Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-08-18T23:30:09.746Z | Compiling hmac v0.13.0 |
| 3229 | 2026-08-18T23:30:09.823Z | Compiling universal-hash v0.6.1 |
| 3230 | 2026-08-18T23:30:09.881Z | Compiling usdt v0.5.0 |
| 3231 | 2026-08-18T23:30:09.932Z | Compiling sha1 v0.10.6 |
| 3232 | 2026-08-18T23:30:09.962Z | Compiling linear-map v1.2.0 |
| 3233 | 2026-08-18T23:30:09.981Z | Compiling libefi-sys v0.1.0 |
| 3234 | 2026-08-18T23:30:09.999Z | Compiling prettyplease v0.2.37 |
| 3235 | 2026-08-18T23:30:10.036Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3236 | 2026-08-18T23:30:10.179Z | Compiling polyval v0.7.1 |
| 3237 | 2026-08-18T23:30:10.183Z | Compiling der v0.8.0 |
| 3238 | 2026-08-18T23:30:10.215Z | Compiling hickory-proto v0.24.4 |
| 3239 | 2026-08-18T23:30:10.217Z | Compiling newline-converter v0.3.0 |
| 3240 | 2026-08-18T23:30:10.269Z | Compiling console v0.15.11 |
| 3241 | 2026-08-18T23:30:10.272Z | Compiling bitfield-struct v0.6.2 |
| 3242 | 2026-08-18T23:30:10.272Z | Compiling linked-hash-map v0.5.6 |
| 3243 | 2026-08-18T23:30:10.338Z | Compiling oxide-update-engine-types v0.1.2 |
| 3244 | 2026-08-18T23:30:10.382Z | Compiling ghash v0.6.0 |
| 3245 | 2026-08-18T23:30:10.503Z | Compiling lru-cache v0.1.2 |
| 3246 | 2026-08-18T23:30:10.549Z | Compiling pbkdf2 v0.13.0 |
| 3247 | 2026-08-18T23:30:10.638Z | Compiling crypto-bigint v0.7.5 |
| 3248 | 2026-08-18T23:30:10.657Z | Compiling aes v0.9.1 |
| 3249 | 2026-08-18T23:30:10.737Z | Compiling expectorate v1.2.0 |
| 3250 | 2026-08-18T23:30:10.752Z | Compiling ctr v0.10.1 |
| 3251 | 2026-08-18T23:30:10.926Z | Compiling aead v0.6.1 |
| 3252 | 2026-08-18T23:30:10.990Z | Compiling sha2 v0.11.0 |
| 3253 | 2026-08-18T23:30:11.007Z | Compiling nom v8.0.0 |
| 3254 | 2026-08-18T23:30:11.028Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3255 | 2026-08-18T23:30:11.122Z | Compiling semver v0.1.20 |
| 3256 | 2026-08-18T23:30:11.143Z | Compiling typify-macro v0.6.2 |
| 3257 | 2026-08-18T23:30:11.358Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3258 | 2026-08-18T23:30:11.449Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3259 | 2026-08-18T23:30:11.516Z | Compiling oxide-update-engine v0.1.2 |
| 3260 | 2026-08-18T23:30:11.540Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3261 | 2026-08-18T23:30:11.570Z | Compiling rustc_version v0.1.7 |
| 3262 | 2026-08-18T23:30:11.603Z | Compiling spki v0.8.0 |
| 3263 | 2026-08-18T23:30:11.620Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3264 | 2026-08-18T23:30:11.646Z | Compiling aes-gcm v0.11.0 |
| 3265 | 2026-08-18T23:30:11.844Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3266 | 2026-08-18T23:30:11.862Z | Compiling tokio-dtrace v0.1.1 |
| 3267 | 2026-08-18T23:30:11.866Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3268 | 2026-08-18T23:30:11.895Z | Compiling salsa20 v0.11.0 |
| 3269 | 2026-08-18T23:30:11.915Z | Compiling slog-dtrace v0.3.0 |
| 3270 | 2026-08-18T23:30:12.051Z | Compiling minimal-lexical v0.2.1 |
| 3271 | 2026-08-18T23:30:12.069Z | Compiling xshell-macros v0.2.7 |
| 3272 | 2026-08-18T23:30:12.087Z | Compiling oxide-tokio-rt v0.1.4 |
| 3273 | 2026-08-18T23:30:12.111Z | Compiling scrypt v0.12.0 |
| 3274 | 2026-08-18T23:30:12.129Z | Compiling newtype_derive v0.1.6 |
| 3275 | 2026-08-18T23:30:12.164Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3276 | 2026-08-18T23:30:12.206Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3277 | 2026-08-18T23:30:12.227Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3278 | 2026-08-18T23:30:12.348Z | Compiling nom v7.1.3 |
| 3279 | 2026-08-18T23:30:12.410Z | Compiling phf_shared v0.12.1 |
| 3280 | 2026-08-18T23:30:12.429Z | Compiling rfc6979 v0.4.0 |
| 3281 | 2026-08-18T23:30:12.429Z | Compiling cbc v0.2.1 |
| 3282 | 2026-08-18T23:30:12.500Z | Compiling hickory-resolver v0.24.4 |
| 3283 | 2026-08-18T23:30:12.600Z | Compiling xshell v0.2.7 |
| 3284 | 2026-08-18T23:30:12.623Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-08-18T23:30:12.641Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3286 | 2026-08-18T23:30:12.644Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3287 | 2026-08-18T23:30:12.825Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3288 | 2026-08-18T23:30:12.845Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3289 | 2026-08-18T23:30:12.848Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3290 | 2026-08-18T23:30:12.893Z | Compiling csv-core v0.1.13 |
| 3291 | 2026-08-18T23:30:13.042Z | Compiling typify v0.6.2 |
| 3292 | 2026-08-18T23:30:13.146Z | Compiling progenitor-impl v0.14.0 |
| 3293 | 2026-08-18T23:30:13.185Z | Compiling chrono-tz v0.10.4 |
| 3294 | 2026-08-18T23:30:13.202Z | Compiling highway v1.3.0 |
| 3295 | 2026-08-18T23:30:13.309Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3296 | 2026-08-18T23:30:13.398Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3297 | 2026-08-18T23:30:13.401Z | Compiling unicode-xid v0.2.6 |
| 3298 | 2026-08-18T23:30:13.462Z | Compiling proc-macro-error2 v2.0.1 |
| 3299 | 2026-08-18T23:30:13.580Z | Compiling const_format_proc_macros v0.2.34 |
| 3300 | 2026-08-18T23:30:13.604Z | Compiling qorb v0.4.1 |
| 3301 | 2026-08-18T23:30:13.623Z | Compiling csv v1.4.0 |
| 3302 | 2026-08-18T23:30:13.660Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3303 | 2026-08-18T23:30:13.785Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3304 | 2026-08-18T23:30:13.819Z | Compiling pkcs5 v0.8.1 |
| 3305 | 2026-08-18T23:30:14.204Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3306 | 2026-08-18T23:30:14.223Z | Compiling ecdsa v0.16.9 |
| 3307 | 2026-08-18T23:30:14.248Z | Compiling phf v0.12.1 |
| 3308 | 2026-08-18T23:30:14.386Z | Compiling primeorder v0.13.6 |
| 3309 | 2026-08-18T23:30:14.435Z | Compiling hashbrown v0.14.5 |
| 3310 | 2026-08-18T23:30:14.451Z | Compiling salty v0.3.0 |
| 3311 | 2026-08-18T23:30:14.514Z | Compiling const_format v0.2.35 |
| 3312 | 2026-08-18T23:30:14.661Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3313 | 2026-08-18T23:30:14.685Z | Compiling p384 v0.13.1 |
| 3314 | 2026-08-18T23:30:14.871Z | Compiling pkcs8 v0.11.0 |
| 3315 | 2026-08-18T23:30:14.874Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3316 | 2026-08-18T23:30:14.903Z | Compiling knus-derive v3.4.0 |
| 3317 | 2026-08-18T23:30:15.018Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3318 | 2026-08-18T23:30:15.057Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3319 | 2026-08-18T23:30:15.210Z | Compiling chumsky v0.9.3 |
| 3320 | 2026-08-18T23:30:15.277Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3321 | 2026-08-18T23:30:15.295Z | Compiling tabled_derive v0.7.0 |
| 3322 | 2026-08-18T23:30:15.667Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3323 | 2026-08-18T23:30:15.688Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3324 | 2026-08-18T23:30:15.785Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3325 | 2026-08-18T23:30:15.868Z | Compiling bcs v0.1.6 |
| 3326 | 2026-08-18T23:30:15.907Z | Compiling progenitor-macro v0.14.0 |
| 3327 | 2026-08-18T23:30:15.963Z | Compiling ff v0.14.0 |
| 3328 | 2026-08-18T23:30:16.137Z | Compiling termtree v0.5.1 |
| 3329 | 2026-08-18T23:30:16.221Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3330 | 2026-08-18T23:30:16.337Z | Compiling steno v0.4.1 |
| 3331 | 2026-08-18T23:30:16.385Z | Compiling tabled v0.15.0 |
| 3332 | 2026-08-18T23:30:16.466Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3333 | 2026-08-18T23:30:16.486Z | Compiling knus v3.4.0 |
| 3334 | 2026-08-18T23:30:16.526Z | Compiling tagptr v0.2.0 |
| 3335 | 2026-08-18T23:30:16.554Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3336 | 2026-08-18T23:30:16.630Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3337 | 2026-08-18T23:30:16.712Z | Compiling moka v0.12.13 |
| 3338 | 2026-08-18T23:30:16.729Z | Compiling group v0.14.0 |
| 3339 | 2026-08-18T23:30:16.802Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3340 | 2026-08-18T23:30:16.858Z | Compiling signature v3.0.0 |
| 3341 | 2026-08-18T23:30:16.923Z | Compiling base16ct v1.0.0 |
| 3342 | 2026-08-18T23:30:17.097Z | Compiling sec1 v0.8.1 |
| 3343 | 2026-08-18T23:30:17.158Z | Compiling hkdf v0.13.0 |
| 3344 | 2026-08-18T23:30:17.175Z | Compiling libscf-sys v1.2.0 |
| 3345 | 2026-08-18T23:30:17.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3346 | 2026-08-18T23:30:17.340Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3347 | 2026-08-18T23:30:17.358Z | Compiling elliptic-curve v0.14.1 |
| 3348 | 2026-08-18T23:30:17.441Z | Compiling hickory-resolver v0.25.2 |
| 3349 | 2026-08-18T23:30:17.459Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3350 | 2026-08-18T23:30:17.478Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3351 | 2026-08-18T23:30:17.538Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3352 | 2026-08-18T23:30:17.717Z | Compiling utf-8 v0.7.6 |
| 3353 | 2026-08-18T23:30:17.886Z | Compiling parking_lot_core v0.8.6 |
| 3354 | 2026-08-18T23:30:17.931Z | Compiling corncobs v0.1.4 |
| 3355 | 2026-08-18T23:30:17.950Z | Compiling tungstenite v0.21.0 |
| 3356 | 2026-08-18T23:30:18.156Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3357 | 2026-08-18T23:30:18.215Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3358 | 2026-08-18T23:30:18.296Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3359 | 2026-08-18T23:30:18.322Z | Compiling wnaf v0.14.0 |
| 3360 | 2026-08-18T23:30:18.432Z | Compiling primefield v0.14.0 |
| 3361 | 2026-08-18T23:30:18.541Z | Compiling rfc6979 v0.6.0 |
| 3362 | 2026-08-18T23:30:18.581Z | Compiling papergrid v0.18.0 |
| 3363 | 2026-08-18T23:30:18.610Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3364 | 2026-08-18T23:30:18.699Z | Compiling git-stub v1.0.0 |
| 3365 | 2026-08-18T23:30:18.721Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3366 | 2026-08-18T23:30:18.800Z | Compiling secrecy v0.8.0 |
| 3367 | 2026-08-18T23:30:18.846Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3368 | 2026-08-18T23:30:18.931Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3369 | 2026-08-18T23:30:18.982Z | Compiling git-stub-vcs v0.1.0 |
| 3370 | 2026-08-18T23:30:18.999Z | Compiling ecdsa v0.17.0 |
| 3371 | 2026-08-18T23:30:19.140Z | Compiling primeorder v0.14.0 |
| 3372 | 2026-08-18T23:30:19.198Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3373 | 2026-08-18T23:30:19.382Z | Compiling tokio-tungstenite v0.21.0 |
| 3374 | 2026-08-18T23:30:19.489Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3375 | 2026-08-18T23:30:19.513Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3376 | 2026-08-18T23:30:19.535Z | Compiling curve25519-dalek v5.0.0 |
| 3377 | 2026-08-18T23:30:19.561Z | Compiling unicase v2.9.0 |
| 3378 | 2026-08-18T23:30:19.612Z | Compiling tabled v0.21.0 |
| 3379 | 2026-08-18T23:30:19.647Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3380 | 2026-08-18T23:30:19.710Z | Compiling parking_lot v0.11.2 |
| 3381 | 2026-08-18T23:30:19.739Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3382 | 2026-08-18T23:30:19.757Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3383 | 2026-08-18T23:30:19.801Z | Compiling mime_guess v2.0.5 |
| 3384 | 2026-08-18T23:30:19.894Z | Compiling ssh-encoding v0.3.0 |
| 3385 | 2026-08-18T23:30:20.061Z | Compiling progenitor-impl v0.13.0 |
| 3386 | 2026-08-18T23:30:20.110Z | Compiling prefix-trie v0.7.0 |
| 3387 | 2026-08-18T23:30:20.132Z | Compiling fxhash v0.2.1 |
| 3388 | 2026-08-18T23:30:20.259Z | Compiling keccak v0.2.0 |
| 3389 | 2026-08-18T23:30:20.279Z | Compiling crc8 v0.1.1 |
| 3390 | 2026-08-18T23:30:20.338Z | Compiling sled v0.34.7 |
| 3391 | 2026-08-18T23:30:20.445Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3392 | 2026-08-18T23:30:20.468Z | Compiling hickory-server v0.25.2 |
| 3393 | 2026-08-18T23:30:20.521Z | Compiling ed25519 v3.0.0 |
| 3394 | 2026-08-18T23:30:20.556Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3395 | 2026-08-18T23:30:20.581Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3396 | 2026-08-18T23:30:20.996Z | Compiling crypto-primes v0.7.2 |
| 3397 | 2026-08-18T23:30:21.083Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3398 | 2026-08-18T23:30:21.187Z | Compiling progenitor v0.14.0 |
| 3399 | 2026-08-18T23:30:21.331Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3400 | 2026-08-18T23:30:21.374Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3401 | 2026-08-18T23:30:21.450Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3402 | 2026-08-18T23:30:21.502Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3403 | 2026-08-18T23:30:21.729Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3404 | 2026-08-18T23:30:21.977Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3405 | 2026-08-18T23:30:22.059Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3406 | 2026-08-18T23:30:22.166Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3407 | 2026-08-18T23:30:22.246Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3408 | 2026-08-18T23:30:22.264Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3409 | 2026-08-18T23:30:22.435Z | Compiling poly1305 v0.9.0 |
| 3410 | 2026-08-18T23:30:22.591Z | Compiling progenitor-client v0.13.0 |
| 3411 | 2026-08-18T23:30:22.789Z | Compiling progenitor-macro v0.13.0 |
| 3412 | 2026-08-18T23:30:22.864Z | Compiling blowfish v0.10.0 |
| 3413 | 2026-08-18T23:30:22.867Z | Compiling blake2 v0.11.0-rc.6 |
| 3414 | 2026-08-18T23:30:22.979Z | Compiling http-range v0.1.5 |
| 3415 | 2026-08-18T23:30:22.984Z | Compiling half v1.8.3 |
| 3416 | 2026-08-18T23:30:23.178Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3417 | 2026-08-18T23:30:23.247Z | Compiling argon2 v0.6.0-rc.8 |
| 3418 | 2026-08-18T23:30:23.259Z | Compiling serde_cbor v0.11.2 |
| 3419 | 2026-08-18T23:30:23.519Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3420 | 2026-08-18T23:30:23.828Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3421 | 2026-08-18T23:30:23.857Z | Compiling ssh-cipher v0.3.0 |
| 3422 | 2026-08-18T23:30:23.874Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3423 | 2026-08-18T23:30:24.242Z | Compiling rsa v0.10.0-rc.18 |
| 3424 | 2026-08-18T23:30:24.292Z | Compiling ed25519-dalek v3.0.0 |
| 3425 | 2026-08-18T23:30:24.344Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3426 | 2026-08-18T23:30:24.479Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3427 | 2026-08-18T23:30:24.650Z | Compiling illumos-nvpair v0.3.0 |
| 3428 | 2026-08-18T23:30:24.791Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3429 | 2026-08-18T23:30:24.824Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3430 | 2026-08-18T23:30:25.294Z | Compiling sha3 v0.11.0 |
| 3431 | 2026-08-18T23:30:25.312Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3432 | 2026-08-18T23:30:25.432Z | Compiling p384 v0.14.0 |
| 3433 | 2026-08-18T23:30:25.510Z | Compiling p256 v0.14.0 |
| 3434 | 2026-08-18T23:30:25.531Z | Compiling p521 v0.14.0 |
| 3435 | 2026-08-18T23:30:25.552Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3436 | 2026-08-18T23:30:25.628Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3437 | 2026-08-18T23:30:25.963Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3438 | 2026-08-18T23:30:26.148Z | Compiling scuffle v0.1.0 |
| 3439 | 2026-08-18T23:30:26.428Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3440 | 2026-08-18T23:30:26.667Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3441 | 2026-08-18T23:30:26.741Z | Compiling yasna v0.5.2 |
| 3442 | 2026-08-18T23:30:27.003Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3443 | 2026-08-18T23:30:27.126Z | Compiling kstat-rs v0.2.5 |
| 3444 | 2026-08-18T23:30:27.210Z | Compiling headers-core v0.3.0 |
| 3445 | 2026-08-18T23:30:27.303Z | Compiling kem v0.3.0 |
| 3446 | 2026-08-18T23:30:27.346Z | Compiling module-lattice v0.2.3 |
| 3447 | 2026-08-18T23:30:27.440Z | Compiling nanorand v0.7.0 |
| 3448 | 2026-08-18T23:30:27.458Z | Compiling sponge-cursor v0.1.0 |
| 3449 | 2026-08-18T23:30:27.474Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3450 | 2026-08-18T23:30:27.500Z | Compiling headers v0.4.1 |
| 3451 | 2026-08-18T23:30:27.520Z | Compiling rcgen v0.12.1 |
| 3452 | 2026-08-18T23:30:27.626Z | Compiling sha3 v0.12.0 |
| 3453 | 2026-08-18T23:30:27.644Z | Compiling ml-kem v0.3.2 |
| 3454 | 2026-08-18T23:30:27.762Z | Compiling flume v0.11.1 |
| 3455 | 2026-08-18T23:30:27.867Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3456 | 2026-08-18T23:30:27.911Z | Compiling progenitor v0.13.0 |
| 3457 | 2026-08-18T23:30:28.017Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3458 | 2026-08-18T23:30:28.053Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3459 | 2026-08-18T23:30:28.070Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3460 | 2026-08-18T23:30:28.117Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3461 | 2026-08-18T23:30:28.199Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3462 | 2026-08-18T23:30:28.315Z | Compiling hyper-staticfile v0.10.1 |
| 3463 | 2026-08-18T23:30:28.337Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-08-18T23:30:28.415Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3465 | 2026-08-18T23:30:28.446Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3466 | 2026-08-18T23:30:28.601Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3467 | 2026-08-18T23:30:28.658Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3468 | 2026-08-18T23:30:28.814Z | Compiling ssh-key v0.7.0-rc.11 |
| 3469 | 2026-08-18T23:30:28.861Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3470 | 2026-08-18T23:30:28.928Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-18T23:30:28.928Z | Compiling russh-cryptovec v0.62.0 |
| 3472 | 2026-08-18T23:30:28.978Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3473 | 2026-08-18T23:30:29.019Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3474 | 2026-08-18T23:30:29.038Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3475 | 2026-08-18T23:30:29.057Z | Compiling port-file v0.1.0 |
| 3476 | 2026-08-18T23:30:29.129Z | Compiling num-bigint v0.4.6 |
| 3477 | 2026-08-18T23:30:29.191Z | Compiling generic-array v1.4.3 |
| 3478 | 2026-08-18T23:30:29.210Z | Compiling russh-util v0.52.0 |
| 3479 | 2026-08-18T23:30:29.242Z | Compiling enum_dispatch v0.3.13 |
| 3480 | 2026-08-18T23:30:29.279Z | Compiling delegate v0.13.5 |
| 3481 | 2026-08-18T23:30:29.327Z | Compiling subprocess v0.2.15 |
| 3482 | 2026-08-18T23:30:29.392Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3483 | 2026-08-18T23:30:29.702Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3484 | 2026-08-18T23:30:29.816Z | Compiling hex-literal v1.1.0 |
| 3485 | 2026-08-18T23:30:29.849Z | Compiling md5 v0.8.0 |
| 3486 | 2026-08-18T23:30:29.963Z | Compiling display-error-chain v0.2.2 |
| 3487 | 2026-08-18T23:30:30.085Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3488 | 2026-08-18T23:30:30.128Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3489 | 2026-08-18T23:30:30.148Z | Compiling colored v2.2.0 |
| 3490 | 2026-08-18T23:30:30.162Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3491 | 2026-08-18T23:30:30.263Z | Compiling internet-checksum v0.2.1 |
| 3492 | 2026-08-18T23:30:30.281Z | Compiling russh v0.62.4 |
| 3493 | 2026-08-18T23:30:30.926Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3494 | 2026-08-18T23:30:31.041Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3495 | 2026-08-18T23:30:31.175Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3496 | 2026-08-18T23:30:33.619Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3497 | 2026-08-18T23:30:34.399Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3498 | 2026-08-18T23:30:34.930Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3499 | 2026-08-18T23:30:36.274Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3500 | 2026-08-18T23:30:36.560Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3501 | 2026-08-18T23:30:45.531Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3502 | 2026-08-18T23:30:45.531Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3503 | 2026-08-18T23:30:45.531Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3504 | 2026-08-18T23:30:45.534Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3505 | 2026-08-18T23:30:45.534Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3506 | 2026-08-18T23:30:47.335Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3507 | 2026-08-18T23:30:47.437Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3508 | 2026-08-18T23:30:51.528Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3509 | 2026-08-18T23:31:32.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3510 | 2026-08-18T23:31:32.726Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3511 | 2026-08-18T23:31:32.726Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3512 | 2026-08-18T23:31:32.946Z | |
| 3513 | 2026-08-18T23:31:32.946Z | real 1:30.068911804 |
| 3514 | 2026-08-18T23:31:32.947Z | user 8:39.497138370 |
| 3515 | 2026-08-18T23:31:32.947Z | sys 1:42.245643604 |
| 3516 | 2026-08-18T23:31:32.947Z | trap 0.251961125 |
| 3517 | 2026-08-18T23:31:32.947Z | tflt 0.385448553 |
| 3518 | 2026-08-18T23:31:32.947Z | dflt 1.841756518 |
| 3519 | 2026-08-18T23:31:32.951Z | kflt 0.000296910 |
| 3520 | 2026-08-18T23:31:32.951Z | lock 32:01.743668635 |
| 3521 | 2026-08-18T23:31:32.951Z | slp 19:37.063003443 |
| 3522 | 2026-08-18T23:31:32.951Z | lat 39.587415030 |
| 3523 | 2026-08-18T23:31:32.951Z | stop 3:03.591239245 |
| 3524 | 2026-08-18T23:31:32.951Z | + mkdir tests |
| 3525 | 2026-08-18T23:31:32.951Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3526 | 2026-08-18T23:31:32.951Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3527 | 2026-08-18T23:31:32.975Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3dff52228e5bd03a tests/ |
| 3528 | 2026-08-18T23:31:33.008Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bb4fabc4b73c8eca tests/ |
| 3529 | 2026-08-18T23:31:33.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d9b93f3848bcd80d tests/ |
| 3530 | 2026-08-18T23:31:33.072Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7ab4f4a2c3e0bbc tests/ |
| 3531 | 2026-08-18T23:31:33.424Z | + 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) |
| 3532 | 2026-08-18T23:31:33.428Z | + 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-bb4fabc4b73c8eca tests/commtest-d9b93f3848bcd80d tests/dhcp_server-3dff52228e5bd03a tests/end_to_end_tests-f7ab4f4a2c3e0bbc 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 |
| 3533 | 2026-08-18T23:33:03.305Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3534 | 2026-08-18T23:33:03.305Z | a .github/buildomat/ci-env.sh 1K |
| 3535 | 2026-08-18T23:33:03.305Z | a out/target/test 1K |
| 3536 | 2026-08-18T23:33:03.305Z | a out/npuzone/npuzone 27402K |
| 3537 | 2026-08-18T23:33:03.305Z | a package-manifest.toml 35K |
| 3538 | 2026-08-18T23:33:03.305Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3539 | 2026-08-18T23:33:03.305Z | a target/release/omicron-package 49145K |
| 3540 | 2026-08-18T23:33:03.305Z | a target/release/xtask 11733K |
| 3541 | 2026-08-18T23:33:03.305Z | a target/debug/bootstrap 438015K |
| 3542 | 2026-08-18T23:33:03.305Z | a tests/bootstrap-bb4fabc4b73c8eca 34433K |
| 3543 | 2026-08-18T23:33:03.305Z | a tests/commtest-d9b93f3848bcd80d 34433K |
| 3544 | 2026-08-18T23:33:03.305Z | a tests/dhcp_server-3dff52228e5bd03a 34433K |
| 3545 | 2026-08-18T23:33:03.305Z | a tests/end_to_end_tests-f7ab4f4a2c3e0bbc 501478K |
| 3546 | 2026-08-18T23:33:03.305Z | a tools/opte_version 1K |
| 3547 | 2026-08-18T23:33:03.305Z | a tools/opte_version_override 2K |
| 3548 | 2026-08-18T23:33:03.305Z | a out/clickhouse.tar.gz 330401K |
| 3549 | 2026-08-18T23:33:03.305Z | a out/clickhouse_keeper.tar.gz 314384K |
| 3550 | 2026-08-18T23:33:03.305Z | a out/clickhouse_server.tar.gz 330398K |
| 3551 | 2026-08-18T23:33:03.306Z | a out/cockroachdb.tar.gz 169954K |
| 3552 | 2026-08-18T23:33:03.306Z | a out/crucible-pantry-zone.tar.gz 41759K |
| 3553 | 2026-08-18T23:33:03.306Z | a out/crucible-utils.tar 18900K |
| 3554 | 2026-08-18T23:33:03.306Z | a out/crucible-zone.tar.gz 56572K |
| 3555 | 2026-08-18T23:33:03.306Z | a out/external-dns.tar.gz 53153K |
| 3556 | 2026-08-18T23:33:03.306Z | a out/internal-dns.tar.gz 53152K |
| 3557 | 2026-08-18T23:33:03.306Z | a out/mg-ddm-gz.tar 111976K |
| 3558 | 2026-08-18T23:33:03.306Z | a out/nexus.tar.gz 358096K |
| 3559 | 2026-08-18T23:33:03.306Z | a out/ntp.tar.gz 35134K |
| 3560 | 2026-08-18T23:33:03.306Z | a out/omicron-gateway-softnpu.tar.gz 29692K |
| 3561 | 2026-08-18T23:33:03.306Z | a out/omicron-sled-agent.tar 241018K |
| 3562 | 2026-08-18T23:33:03.306Z | a out/overlay.tar.gz 4K |
| 3563 | 2026-08-18T23:33:03.306Z | a out/oximeter.tar.gz 71475K |
| 3564 | 2026-08-18T23:33:03.306Z | a out/oxlog.tar 4070K |
| 3565 | 2026-08-18T23:33:03.306Z | a out/probe.tar.gz 3037K |
| 3566 | 2026-08-18T23:33:03.306Z | a out/propolis-server.tar.gz 34642K |
| 3567 | 2026-08-18T23:33:03.306Z | a out/pumpkind-gz.tar 26647K |
| 3568 | 2026-08-18T23:33:03.307Z | a out/switch-softnpu.tar.gz 505266K |
| 3569 | 2026-08-18T23:33:03.313Z | |
| 3570 | 2026-08-18T23:33:03.313Z | real 1:29.877492688 |
| 3571 | 2026-08-18T23:33:03.313Z | user 1:26.894829938 |
| 3572 | 2026-08-18T23:33:03.313Z | sys 5.021926035 |
| 3573 | 2026-08-18T23:33:03.313Z | trap 0.006572964 |
| 3574 | 2026-08-18T23:33:03.313Z | tflt 0.000000000 |
| 3575 | 2026-08-18T23:33:03.313Z | dflt 0.000000000 |
| 3576 | 2026-08-18T23:33:03.313Z | kflt 0.000000000 |
| 3577 | 2026-08-18T23:33:03.313Z | lock 0.000000000 |
| 3578 | 2026-08-18T23:33:03.313Z | slp 1:26.734977867 |
| 3579 | 2026-08-18T23:33:03.313Z | lat 1.092234153 |
| 3580 | 2026-08-18T23:33:03.313Z | stop 0.000183990 |
| 3581 | 2026-08-18T23:33:03.313Z | process exited: duration 1050040 ms, exit code 0 |
| |
| 3582 | 2026-08-18T23:33:03.330Z | found 1 output files |
| 3583 | 2026-08-18T23:33:03.330Z | uploading: /work/package.tar.gz (2781751826 bytes) |
| 3584 | 2026-08-18T23:33:40.167Z | uploaded: /work/package.tar.gz |