|
|
|
| 1 | 2026-08-18T22:08:30.305Z | job assigned to worker 01M0BEMXD24AK0KFRH530V2AF3 [factory aws, i-0a262a077cb650bad] (queued for 1 m 9 s) |
| |
| 2 | 2026-08-18T22:08:37.010Z | starting task 0: "setup" |
| 3 | 2026-08-18T22:08:37.015Z | ++ uname -s |
| 4 | 2026-08-18T22:08:37.019Z | + kern=SunOS |
| 5 | 2026-08-18T22:08:37.019Z | + build_user=build |
| 6 | 2026-08-18T22:08:37.019Z | + build_uid=12345 |
| 7 | 2026-08-18T22:08:37.019Z | + work_dir=/work |
| 8 | 2026-08-18T22:08:37.019Z | + input_dir=/input |
| 9 | 2026-08-18T22:08:37.019Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T22:08:37.019Z | + case "$kern" in |
| 11 | 2026-08-18T22:08:37.019Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T22:08:37.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T22:08:39.024Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T22:08:39.112Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T22:08:39.115Z | + home_fs=zfs |
| 16 | 2026-08-18T22:08:39.115Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T22:08:39.115Z | + mkdir -p /home/build |
| 18 | 2026-08-18T22:08:39.115Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T22:08:41.118Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T22:08:41.122Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-08-18T22:08:41.128Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T22:08:41.132Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-18T22:08:41.132Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-18T22:08:41.132Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-18T22:08:41.132Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-18T22:08:41.132Z | * rust toolchain channel = "stable" |
| 27 | 2026-08-18T22:08:41.132Z | * rust toolchain profile = "default" |
| 28 | 2026-08-18T22:08:41.136Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T22:08:41.136Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-18T22:08:41.212Z | info: downloading installer |
| 31 | 2026-08-18T22:08:42.444Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T22:08:42.445Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T22:08:42.445Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T22:08:42.445Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T22:08:42.457Z | info: profile set to default |
| 36 | 2026-08-18T22:08:42.457Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T22:08:42.460Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-18T22:08:42.587Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T22:08:42.590Z | info: downloading 6 components |
| 40 | 2026-08-18T22:08:56.853Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-18T22:08:56.853Z | |
| 42 | 2026-08-18T22:08:56.881Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T22:08:56.881Z | |
| 44 | 2026-08-18T22:08:56.881Z | |
| 45 | 2026-08-18T22:08:56.881Z | Rust is installed now. Great! |
| 46 | 2026-08-18T22:08:56.883Z | |
| 47 | 2026-08-18T22:08:56.884Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T22:08:56.884Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T22:08:56.884Z | |
| 50 | 2026-08-18T22:08:56.884Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T22:08:56.884Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T22:08:56.884Z | |
| 53 | 2026-08-18T22:08:56.884Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T22:08:56.890Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T22:08:56.890Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T22:08:56.890Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T22:08:56.890Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T22:08:56.890Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T22:08:56.890Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T22:08:56.890Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T22:08:56.890Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T22:08:56.978Z | + rustup --version |
| 63 | 2026-08-18T22:08:56.985Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T22:08:56.988Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T22:08:57.006Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T22:08:57.009Z | + cargo --version |
| 67 | 2026-08-18T22:08:57.023Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T22:08:57.027Z | + rustc --version |
| 69 | 2026-08-18T22:08:57.045Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T22:08:57.049Z | process exited: duration 15918 ms, exit code 0 |
| |
| 71 | 2026-08-18T22:08:57.055Z | starting task 2: "authentication" |
| 72 | 2026-08-18T22:08:57.072Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-18T22:08:57.079Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T22:08:57.082Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-18T22:08:57.085Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-18T22:08:57.114Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-18T22:08:59.107Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-18T22:08:59.107Z | + git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 79 | 2026-08-18T22:08:59.378Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-18T22:08:59.378Z | * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD |
| 81 | 2026-08-18T22:08:59.383Z | + [[ -n spr/trey/add-ddm_apply-api-endpoint ]] |
| 82 | 2026-08-18T22:08:59.387Z | ++ git branch --show-current |
| 83 | 2026-08-18T22:08:59.387Z | + current=main |
| 84 | 2026-08-18T22:08:59.387Z | + [[ main != spr/trey/add-ddm_apply-api-endpoint ]] |
| 85 | 2026-08-18T22:08:59.387Z | + git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 86 | 2026-08-18T22:08:59.390Z | + git checkout -f spr/trey/add-ddm_apply-api-endpoint |
| 87 | 2026-08-18T22:08:59.408Z | Switched to branch 'spr/trey/add-ddm_apply-api-endpoint' |
| 88 | 2026-08-18T22:08:59.413Z | + git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 89 | 2026-08-18T22:08:59.432Z | HEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com> |
| 90 | 2026-08-18T22:08:59.435Z | process exited: duration 2348 ms, exit code 0 |
| |
| 91 | 2026-08-18T22:08:59.441Z | starting task 4: "build" |
| 92 | 2026-08-18T22:08:59.445Z | + set -e |
| 93 | 2026-08-18T22:08:59.445Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-18T22:08:59.450Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-18T22:08:59.450Z | ++ PLATFORM=illumos |
| 96 | 2026-08-18T22:08:59.450Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-18T22:08:59.450Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-18T22:08:59.450Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-18T22:08:59.450Z | +++ cargo --version |
| 100 | 2026-08-18T22:08:59.453Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-18T22:08:59.592Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-18T22:08:59.596Z | info: downloading 6 components |
| 103 | 2026-08-18T22:09:14.237Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-18T22:09:14.243Z | +++ rustc --version |
| 105 | 2026-08-18T22:09:14.255Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-18T22:09:14.262Z | ++ banner install |
| 107 | 2026-08-18T22:09:14.267Z | |
| 108 | 2026-08-18T22:09:14.267Z | # # # #### ##### ## # # |
| 109 | 2026-08-18T22:09:14.268Z | # ## # # # # # # # |
| 110 | 2026-08-18T22:09:14.268Z | # # # # #### # # # # # |
| 111 | 2026-08-18T22:09:14.268Z | # # # # # # ###### # # |
| 112 | 2026-08-18T22:09:14.268Z | # # ## # # # # # # # |
| 113 | 2026-08-18T22:09:14.269Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-18T22:09:14.269Z | |
| 115 | 2026-08-18T22:09:14.269Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-18T22:09:15.596Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-18T22:09:15.917Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-18T22:09:17.669Z | Planning: Solver setup ... Done |
| 119 | 2026-08-18T22:09:17.722Z | Planning: Running solver ... Done |
| 120 | 2026-08-18T22:09:17.758Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-18T22:09:17.758Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-18T22:09:17.761Z | Planning: Planning completed in 1.81 seconds |
| 123 | 2026-08-18T22:09:17.778Z | No updates necessary for this image. |
| 124 | 2026-08-18T22:09:17.977Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-18T22:09:18.019Z | Updating crates.io index |
| 126 | 2026-08-18T22:09:18.139Z | Downloading crates ... |
| 127 | 2026-08-18T22:09:18.187Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-18T22:09:18.246Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-18T22:09:18.249Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-18T22:09:18.249Z | | |
| 131 | 2026-08-18T22:09:18.249Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-18T22:09:18.249Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-18T22:09:18.286Z | Updating crates.io index |
| 134 | 2026-08-18T22:09:20.411Z | Locking 396 packages to latest compatible versions |
| 135 | 2026-08-18T22:09:20.415Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-18T22:09:20.418Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-18T22:09:20.418Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-18T22:09:20.418Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-18T22:09:20.421Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 140 | 2026-08-18T22:09:20.421Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 141 | 2026-08-18T22:09:20.421Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 142 | 2026-08-18T22:09:20.421Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 143 | 2026-08-18T22:09:20.427Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 144 | 2026-08-18T22:09:20.427Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 145 | 2026-08-18T22:09:20.450Z | Downloading crates ... |
| 146 | 2026-08-18T22:09:20.469Z | Downloaded addr2line v0.25.1 |
| 147 | 2026-08-18T22:09:20.472Z | Downloaded anstream v1.0.0 |
| 148 | 2026-08-18T22:09:20.475Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-08-18T22:09:20.475Z | Downloaded anstyle-query v1.1.5 |
| 150 | 2026-08-18T22:09:20.477Z | Downloaded chacha20 v0.10.1 |
| 151 | 2026-08-18T22:09:20.494Z | Downloaded bstr v1.13.1 |
| 152 | 2026-08-18T22:09:20.498Z | Downloaded openssl-sys v0.9.117 |
| 153 | 2026-08-18T22:09:20.502Z | Downloaded cargo_metadata v0.23.1 |
| 154 | 2026-08-18T22:09:20.505Z | Downloaded anstyle-parse v1.0.0 |
| 155 | 2026-08-18T22:09:20.507Z | Downloaded rustc_version v0.4.1 |
| 156 | 2026-08-18T22:09:20.510Z | Downloaded ahash v0.8.12 |
| 157 | 2026-08-18T22:09:20.513Z | Downloaded crossterm v0.29.0 |
| 158 | 2026-08-18T22:09:20.515Z | Downloaded quinn-udp v0.5.15 |
| 159 | 2026-08-18T22:09:20.518Z | Downloaded async-scoped v0.9.0 |
| 160 | 2026-08-18T22:09:20.518Z | Downloaded cfg-if v1.0.4 |
| 161 | 2026-08-18T22:09:20.518Z | Downloaded supports-unicode v3.0.0 |
| 162 | 2026-08-18T22:09:20.518Z | Downloaded atomic-waker v1.1.2 |
| 163 | 2026-08-18T22:09:20.521Z | Downloaded document-features v0.2.12 |
| 164 | 2026-08-18T22:09:20.524Z | Downloaded cargo-platform v0.3.3 |
| 165 | 2026-08-18T22:09:20.527Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 166 | 2026-08-18T22:09:20.527Z | Downloaded clap_lex v1.1.0 |
| 167 | 2026-08-18T22:09:20.527Z | Downloaded self-replace v1.5.0 |
| 168 | 2026-08-18T22:09:20.529Z | Downloaded atomicwrites v0.4.4 |
| 169 | 2026-08-18T22:09:20.532Z | Downloaded cpufeatures v0.2.17 |
| 170 | 2026-08-18T22:09:20.532Z | Downloaded serde_ignored v0.1.14 |
| 171 | 2026-08-18T22:09:20.532Z | Downloaded shared_child v1.1.1 |
| 172 | 2026-08-18T22:09:20.535Z | Downloaded backtrace-ext v0.2.1 |
| 173 | 2026-08-18T22:09:20.538Z | Downloaded cargo-platform v0.2.0 |
| 174 | 2026-08-18T22:09:20.542Z | Downloaded cpufeatures v0.3.0 |
| 175 | 2026-08-18T22:09:20.542Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 176 | 2026-08-18T22:09:20.544Z | Downloaded serde_spanned v0.6.9 |
| 177 | 2026-08-18T22:09:20.548Z | Downloaded sigchld v0.2.4 |
| 178 | 2026-08-18T22:09:20.548Z | Downloaded cfg_aliases v0.2.2 |
| 179 | 2026-08-18T22:09:20.548Z | Downloaded foreign-types-shared v0.1.1 |
| 180 | 2026-08-18T22:09:20.548Z | Downloaded crypto-common v0.1.7 |
| 181 | 2026-08-18T22:09:20.548Z | Downloaded guppy-workspace-hack v0.1.0 |
| 182 | 2026-08-18T22:09:20.548Z | Downloaded serde_urlencoded v0.7.1 |
| 183 | 2026-08-18T22:09:20.552Z | Downloaded debug-ignore v1.0.5 |
| 184 | 2026-08-18T22:09:20.553Z | Downloaded rustc-hash v2.1.3 |
| 185 | 2026-08-18T22:09:20.557Z | Downloaded futures-io v0.3.34 |
| 186 | 2026-08-18T22:09:20.557Z | Downloaded fnv v1.0.7 |
| 187 | 2026-08-18T22:09:20.557Z | Downloaded form_urlencoded v1.2.2 |
| 188 | 2026-08-18T22:09:20.557Z | Downloaded block-buffer v0.10.4 |
| 189 | 2026-08-18T22:09:20.557Z | Downloaded futures-task v0.3.34 |
| 190 | 2026-08-18T22:09:20.557Z | Downloaded generic-array v0.14.7 |
| 191 | 2026-08-18T22:09:20.557Z | Downloaded shlex v2.0.1 |
| 192 | 2026-08-18T22:09:20.560Z | Downloaded errno v0.3.14 |
| 193 | 2026-08-18T22:09:20.560Z | Downloaded serde-value v0.7.0 |
| 194 | 2026-08-18T22:09:20.563Z | Downloaded color-spantrace v0.3.0 |
| 195 | 2026-08-18T22:09:20.563Z | Downloaded scopeguard v1.2.0 |
| 196 | 2026-08-18T22:09:20.566Z | Downloaded rand_pcg v0.10.2 |
| 197 | 2026-08-18T22:09:20.566Z | Downloaded shell-words v1.1.1 |
| 198 | 2026-08-18T22:09:20.566Z | Downloaded foreign-types v0.3.2 |
| 199 | 2026-08-18T22:09:20.569Z | Downloaded futures-core v0.3.34 |
| 200 | 2026-08-18T22:09:20.572Z | Downloaded quote v1.0.47 |
| 201 | 2026-08-18T22:09:20.572Z | Downloaded rand_core v0.10.1 |
| 202 | 2026-08-18T22:09:20.575Z | Downloaded duct v0.13.7 |
| 203 | 2026-08-18T22:09:20.575Z | Downloaded sha2 v0.10.9 |
| 204 | 2026-08-18T22:09:20.575Z | Downloaded cargo-util-schemas v0.2.0 |
| 205 | 2026-08-18T22:09:20.578Z | Downloaded rand_core v0.6.4 |
| 206 | 2026-08-18T22:09:20.578Z | Downloaded target-lexicon v0.13.5 |
| 207 | 2026-08-18T22:09:20.581Z | Downloaded serde_path_to_error v0.1.20 |
| 208 | 2026-08-18T22:09:20.581Z | Downloaded percent-encoding v2.3.2 |
| 209 | 2026-08-18T22:09:20.581Z | Downloaded toml_datetime v0.6.11 |
| 210 | 2026-08-18T22:09:20.583Z | Downloaded futures-sink v0.3.34 |
| 211 | 2026-08-18T22:09:20.583Z | Downloaded supports-hyperlinks v3.2.0 |
| 212 | 2026-08-18T22:09:20.584Z | Downloaded sync_wrapper v1.0.2 |
| 213 | 2026-08-18T22:09:20.587Z | Downloaded enable-ansi-support v0.2.1 |
| 214 | 2026-08-18T22:09:20.587Z | Downloaded equivalent v1.0.2 |
| 215 | 2026-08-18T22:09:20.587Z | Downloaded tinyvec_macros v0.1.1 |
| 216 | 2026-08-18T22:09:20.587Z | Downloaded heck v0.5.0 |
| 217 | 2026-08-18T22:09:20.593Z | Downloaded ed25519 v2.2.3 |
| 218 | 2026-08-18T22:09:20.603Z | Downloaded camino-tempfile v1.4.1 |
| 219 | 2026-08-18T22:09:20.606Z | Downloaded either v1.17.0 |
| 220 | 2026-08-18T22:09:20.606Z | Downloaded terminal_size v0.4.4 |
| 221 | 2026-08-18T22:09:20.606Z | Downloaded futures-macro v0.3.34 |
| 222 | 2026-08-18T22:09:20.606Z | Downloaded autocfg v1.5.1 |
| 223 | 2026-08-18T22:09:20.606Z | Downloaded digest v0.10.7 |
| 224 | 2026-08-18T22:09:20.606Z | Downloaded convert_case v0.10.0 |
| 225 | 2026-08-18T22:09:20.606Z | Downloaded supports-color v3.0.2 |
| 226 | 2026-08-18T22:09:20.606Z | Downloaded future-queue v0.4.0 |
| 227 | 2026-08-18T22:09:20.609Z | Downloaded colorchoice v1.0.5 |
| 228 | 2026-08-18T22:09:20.609Z | Downloaded signal-hook-mio v0.2.5 |
| 229 | 2026-08-18T22:09:20.610Z | Downloaded fastrand v2.5.0 |
| 230 | 2026-08-18T22:09:20.613Z | Downloaded filetime v0.2.29 |
| 231 | 2026-08-18T22:09:20.613Z | Downloaded futures-executor v0.3.34 |
| 232 | 2026-08-18T22:09:20.615Z | Downloaded version_check v0.9.5 |
| 233 | 2026-08-18T22:09:20.615Z | Downloaded camino v1.2.5 |
| 234 | 2026-08-18T22:09:20.615Z | Downloaded globset v0.4.20 |
| 235 | 2026-08-18T22:09:20.618Z | Downloaded dialoguer v0.11.0 |
| 236 | 2026-08-18T22:09:20.618Z | Downloaded strsim v0.11.1 |
| 237 | 2026-08-18T22:09:20.621Z | Downloaded thread_local v1.1.10 |
| 238 | 2026-08-18T22:09:20.625Z | Downloaded home v0.5.12 |
| 239 | 2026-08-18T22:09:20.627Z | Downloaded is_terminal_polyfill v1.70.2 |
| 240 | 2026-08-18T22:09:20.627Z | Downloaded lazy_static v1.5.0 |
| 241 | 2026-08-18T22:09:20.630Z | Downloaded subtle v2.6.1 |
| 242 | 2026-08-18T22:09:20.630Z | Downloaded signature v2.2.0 |
| 243 | 2026-08-18T22:09:20.630Z | Downloaded strip-ansi-escapes v0.2.1 |
| 244 | 2026-08-18T22:09:20.630Z | Downloaded swrite v0.1.0 |
| 245 | 2026-08-18T22:09:20.633Z | Downloaded utf8_iter v1.0.4 |
| 246 | 2026-08-18T22:09:20.636Z | Downloaded adler2 v2.0.1 |
| 247 | 2026-08-18T22:09:20.636Z | Downloaded base64ct v1.8.3 |
| 248 | 2026-08-18T22:09:20.636Z | Downloaded rand_chacha v0.9.0 |
| 249 | 2026-08-18T22:09:20.636Z | Downloaded serde_spanned v1.1.1 |
| 250 | 2026-08-18T22:09:20.640Z | Downloaded slab v0.4.12 |
| 251 | 2026-08-18T22:09:20.640Z | Downloaded erased-serde v0.4.10 |
| 252 | 2026-08-18T22:09:20.640Z | Downloaded fixedbitset v0.5.7 |
| 253 | 2026-08-18T22:09:20.640Z | Downloaded rand_core v0.9.5 |
| 254 | 2026-08-18T22:09:20.640Z | Downloaded foldhash v0.1.5 |
| 255 | 2026-08-18T22:09:20.643Z | Downloaded find-msvc-tools v0.1.11 |
| 256 | 2026-08-18T22:09:20.643Z | Downloaded ppv-lite86 v0.2.21 |
| 257 | 2026-08-18T22:09:20.643Z | Downloaded lru-slab v0.1.2 |
| 258 | 2026-08-18T22:09:20.643Z | Downloaded os_pipe v1.2.3 |
| 259 | 2026-08-18T22:09:20.646Z | Downloaded tracing-error v0.2.1 |
| 260 | 2026-08-18T22:09:20.650Z | Downloaded cargo_metadata v0.20.0 |
| 261 | 2026-08-18T22:09:20.650Z | Downloaded clap_derive v4.6.4 |
| 262 | 2026-08-18T22:09:20.655Z | Downloaded thiserror v1.0.69 |
| 263 | 2026-08-18T22:09:20.655Z | Downloaded const-oid v0.9.6 |
| 264 | 2026-08-18T22:09:20.658Z | Downloaded crc32fast v1.5.0 |
| 265 | 2026-08-18T22:09:20.660Z | Downloaded rustc-demangle v0.1.28 |
| 266 | 2026-08-18T22:09:20.660Z | Downloaded spki v0.7.3 |
| 267 | 2026-08-18T22:09:20.664Z | Downloaded tracing-log v0.2.0 |
| 268 | 2026-08-18T22:09:20.669Z | Downloaded console v0.15.11 |
| 269 | 2026-08-18T22:09:20.672Z | Downloaded humantime-serde v1.1.1 |
| 270 | 2026-08-18T22:09:20.672Z | Downloaded nested v0.1.1 |
| 271 | 2026-08-18T22:09:20.672Z | Downloaded getrandom v0.2.17 |
| 272 | 2026-08-18T22:09:20.674Z | Downloaded openssl-macros v0.1.1 |
| 273 | 2026-08-18T22:09:20.674Z | Downloaded try-lock v0.2.5 |
| 274 | 2026-08-18T22:09:20.674Z | Downloaded want v0.3.1 |
| 275 | 2026-08-18T22:09:20.674Z | Downloaded hex v0.4.3 |
| 276 | 2026-08-18T22:09:20.677Z | Downloaded indent_write v2.2.0 |
| 277 | 2026-08-18T22:09:20.677Z | Downloaded typeid v1.0.3 |
| 278 | 2026-08-18T22:09:20.680Z | Downloaded smol_str v0.3.6 |
| 279 | 2026-08-18T22:09:20.683Z | Downloaded thiserror v2.0.20 |
| 280 | 2026-08-18T22:09:20.686Z | Downloaded zstd v0.13.3 |
| 281 | 2026-08-18T22:09:20.686Z | Downloaded untrusted v0.9.0 |
| 282 | 2026-08-18T22:09:20.686Z | Downloaded is_ci v1.2.0 |
| 283 | 2026-08-18T22:09:20.689Z | Downloaded toml_write v0.1.2 |
| 284 | 2026-08-18T22:09:20.689Z | Downloaded static_assertions v1.1.0 |
| 285 | 2026-08-18T22:09:20.689Z | Downloaded thiserror-impl v1.0.69 |
| 286 | 2026-08-18T22:09:20.689Z | Downloaded thiserror-impl v2.0.20 |
| 287 | 2026-08-18T22:09:20.691Z | Downloaded signal-hook-registry v1.4.8 |
| 288 | 2026-08-18T22:09:20.694Z | Downloaded tokio-macros v2.7.2 |
| 289 | 2026-08-18T22:09:20.694Z | Downloaded cfg-expr v0.20.8 |
| 290 | 2026-08-18T22:09:20.694Z | Downloaded humantime v2.4.0 |
| 291 | 2026-08-18T22:09:20.694Z | Downloaded nextest-metadata v0.12.2 |
| 292 | 2026-08-18T22:09:20.694Z | Downloaded simd-adler32 v0.3.10 |
| 293 | 2026-08-18T22:09:20.694Z | Downloaded tokio-native-tls v0.3.1 |
| 294 | 2026-08-18T22:09:20.697Z | Downloaded target-spec-miette v0.4.8 |
| 295 | 2026-08-18T22:09:20.697Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 296 | 2026-08-18T22:09:20.700Z | Downloaded futures-channel v0.3.34 |
| 297 | 2026-08-18T22:09:20.700Z | Downloaded owo-colors v4.3.0 |
| 298 | 2026-08-18T22:09:20.700Z | Downloaded pkg-config v0.3.34 |
| 299 | 2026-08-18T22:09:20.703Z | Downloaded self_update v0.42.0 |
| 300 | 2026-08-18T22:09:20.703Z | Downloaded semver v1.0.28 |
| 301 | 2026-08-18T22:09:20.703Z | Downloaded serde-untagged v0.1.9 |
| 302 | 2026-08-18T22:09:20.706Z | Downloaded http-body v1.1.0 |
| 303 | 2026-08-18T22:09:20.706Z | Downloaded itoa v1.0.18 |
| 304 | 2026-08-18T22:09:20.708Z | Downloaded tower-layer v0.3.3 |
| 305 | 2026-08-18T22:09:20.709Z | Downloaded unicode-xid v0.2.6 |
| 306 | 2026-08-18T22:09:20.713Z | Downloaded idna_adapter v1.0.0 |
| 307 | 2026-08-18T22:09:20.716Z | Downloaded eyre v0.6.14 |
| 308 | 2026-08-18T22:09:20.719Z | Downloaded getrandom v0.3.4 |
| 309 | 2026-08-18T22:09:20.719Z | Downloaded config v0.15.25 |
| 310 | 2026-08-18T22:09:20.722Z | Downloaded indenter v0.3.4 |
| 311 | 2026-08-18T22:09:20.722Z | Downloaded xattr v1.6.1 |
| 312 | 2026-08-18T22:09:20.722Z | Downloaded ryu v1.0.23 |
| 313 | 2026-08-18T22:09:20.726Z | Downloaded zmij v1.0.23 |
| 314 | 2026-08-18T22:09:20.726Z | Downloaded hyper-rustls v0.27.9 |
| 315 | 2026-08-18T22:09:20.726Z | Downloaded hyper-tls v0.6.0 |
| 316 | 2026-08-18T22:09:20.727Z | Downloaded number_prefix v0.4.0 |
| 317 | 2026-08-18T22:09:20.727Z | Downloaded rustls-webpki v0.103.14 |
| 318 | 2026-08-18T22:09:20.730Z | Downloaded sharded-slab v0.1.7 |
| 319 | 2026-08-18T22:09:20.730Z | Downloaded serde v1.0.229 |
| 320 | 2026-08-18T22:09:20.733Z | Downloaded serde_core v1.0.229 |
| 321 | 2026-08-18T22:09:20.733Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-08-18T22:09:20.733Z | Downloaded bitflags v2.13.1 |
| 323 | 2026-08-18T22:09:20.736Z | Downloaded pin-project-lite v0.2.17 |
| 324 | 2026-08-18T22:09:20.739Z | Downloaded openssl-probe v0.2.1 |
| 325 | 2026-08-18T22:09:20.739Z | Downloaded ordered-float v2.10.1 |
| 326 | 2026-08-18T22:09:20.739Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-08-18T22:09:20.739Z | Downloaded xxhash-rust v0.8.18 |
| 328 | 2026-08-18T22:09:20.742Z | Downloaded pathdiff v0.2.3 |
| 329 | 2026-08-18T22:09:20.742Z | Downloaded nextest-workspace-hack v0.1.0 |
| 330 | 2026-08-18T22:09:20.742Z | Downloaded mukti-metadata v0.3.0 |
| 331 | 2026-08-18T22:09:20.742Z | Downloaded urlencoding v2.1.3 |
| 332 | 2026-08-18T22:09:20.742Z | Downloaded lock_api v0.4.14 |
| 333 | 2026-08-18T22:09:20.745Z | Downloaded pin-project-internal v1.1.13 |
| 334 | 2026-08-18T22:09:20.745Z | Downloaded tower-service v0.3.3 |
| 335 | 2026-08-18T22:09:20.748Z | Downloaded target-spec v3.6.0 |
| 336 | 2026-08-18T22:09:20.750Z | Downloaded rustls-pki-types v1.15.1 |
| 337 | 2026-08-18T22:09:20.750Z | Downloaded httparse v1.10.1 |
| 338 | 2026-08-18T22:09:20.753Z | Downloaded getrandom v0.4.3 |
| 339 | 2026-08-18T22:09:20.753Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 340 | 2026-08-18T22:09:20.758Z | Downloaded tokio-stream v0.1.19 |
| 341 | 2026-08-18T22:09:20.758Z | Downloaded tempfile v3.27.0 |
| 342 | 2026-08-18T22:09:20.761Z | Downloaded tokio-rustls v0.26.4 |
| 343 | 2026-08-18T22:09:20.761Z | Downloaded smallvec v1.15.2 |
| 344 | 2026-08-18T22:09:20.761Z | Downloaded toml v0.8.23 |
| 345 | 2026-08-18T22:09:20.763Z | Downloaded newtype-uuid v1.4.0 |
| 346 | 2026-08-18T22:09:20.766Z | Downloaded zeroize v1.9.0 |
| 347 | 2026-08-18T22:09:20.766Z | Downloaded miette-derive v7.6.0 |
| 348 | 2026-08-18T22:09:20.766Z | Downloaded clap v4.6.6 |
| 349 | 2026-08-18T22:09:20.770Z | Downloaded futures v0.3.34 |
| 350 | 2026-08-18T22:09:20.773Z | Downloaded derive-where v1.6.1 |
| 351 | 2026-08-18T22:09:20.776Z | Downloaded serde_derive v1.0.229 |
| 352 | 2026-08-18T22:09:20.779Z | Downloaded zipsign-api v0.1.5 |
| 353 | 2026-08-18T22:09:20.779Z | Downloaded parking_lot v0.12.5 |
| 354 | 2026-08-18T22:09:20.779Z | Downloaded http-body-util v0.1.5 |
| 355 | 2026-08-18T22:09:20.782Z | Downloaded borsh v1.8.0 |
| 356 | 2026-08-18T22:09:20.785Z | Downloaded bytes v1.12.1 |
| 357 | 2026-08-18T22:09:20.785Z | Downloaded litrs v1.0.0 |
| 358 | 2026-08-18T22:09:20.788Z | Downloaded quinn v0.11.11 |
| 359 | 2026-08-18T22:09:20.788Z | Downloaded zstd-safe v7.2.4 |
| 360 | 2026-08-18T22:09:20.792Z | Downloaded jobserver v0.1.35 |
| 361 | 2026-08-18T22:09:20.792Z | Downloaded unicase v2.9.0 |
| 362 | 2026-08-18T22:09:20.795Z | Downloaded pkcs8 v0.10.2 |
| 363 | 2026-08-18T22:09:20.795Z | Downloaded ipnet v2.12.1 |
| 364 | 2026-08-18T22:09:20.800Z | Downloaded rand v0.9.5 |
| 365 | 2026-08-18T22:09:20.803Z | Downloaded nextest-filtering v0.15.0 |
| 366 | 2026-08-18T22:09:20.804Z | Downloaded num-traits v0.2.19 |
| 367 | 2026-08-18T22:09:20.804Z | Downloaded proc-macro2 v1.0.107 |
| 368 | 2026-08-18T22:09:20.804Z | Downloaded signal-hook v0.3.18 |
| 369 | 2026-08-18T22:09:20.806Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-08-18T22:09:20.806Z | Downloaded tracing-attributes v0.1.31 |
| 371 | 2026-08-18T22:09:20.809Z | Downloaded native-tls v0.2.18 |
| 372 | 2026-08-18T22:09:20.809Z | Downloaded backtrace v0.3.76 |
| 373 | 2026-08-18T22:09:20.814Z | Downloaded ed25519-dalek v2.2.0 |
| 374 | 2026-08-18T22:09:20.814Z | Downloaded base64 v0.22.1 |
| 375 | 2026-08-18T22:09:20.816Z | Downloaded flate2 v1.1.9 |
| 376 | 2026-08-18T22:09:20.816Z | Downloaded cc v1.4.3 |
| 377 | 2026-08-18T22:09:20.819Z | Downloaded vte v0.14.1 |
| 378 | 2026-08-18T22:09:20.819Z | Downloaded log v0.4.33 |
| 379 | 2026-08-18T22:09:20.822Z | Downloaded pin-project v1.1.13 |
| 380 | 2026-08-18T22:09:20.826Z | Downloaded iana-time-zone v0.1.65 |
| 381 | 2026-08-18T22:09:20.832Z | Downloaded tracing-core v0.1.36 |
| 382 | 2026-08-18T22:09:20.836Z | Downloaded der v0.7.10 |
| 383 | 2026-08-18T22:09:20.839Z | Downloaded once_cell v1.21.4 |
| 384 | 2026-08-18T22:09:20.839Z | Downloaded parking_lot_core v0.9.12 |
| 385 | 2026-08-18T22:09:20.839Z | Downloaded quick-junit v0.5.2 |
| 386 | 2026-08-18T22:09:20.842Z | Downloaded tinyvec v1.12.0 |
| 387 | 2026-08-18T22:09:20.842Z | Downloaded derive_more v2.1.1 |
| 388 | 2026-08-18T22:09:20.847Z | Downloaded derive_more-impl v2.1.1 |
| 389 | 2026-08-18T22:09:20.850Z | Downloaded socket2 v0.6.5 |
| 390 | 2026-08-18T22:09:20.853Z | Downloaded toml_edit v0.22.27 |
| 391 | 2026-08-18T22:09:20.853Z | Downloaded rand v0.10.2 |
| 392 | 2026-08-18T22:09:20.856Z | Downloaded uuid v1.24.1 |
| 393 | 2026-08-18T22:09:20.859Z | Downloaded tar v0.4.46 |
| 394 | 2026-08-18T22:09:20.859Z | Downloaded tower v0.5.3 |
| 395 | 2026-08-18T22:09:20.864Z | Downloaded miniz_oxide v0.8.9 |
| 396 | 2026-08-18T22:09:20.868Z | Downloaded unicode-ident v1.0.24 |
| 397 | 2026-08-18T22:09:20.868Z | Downloaded indicatif v0.17.11 |
| 398 | 2026-08-18T22:09:20.874Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 399 | 2026-08-18T22:09:20.877Z | Downloaded url v2.5.8 |
| 400 | 2026-08-18T22:09:20.877Z | Downloaded unicode-segmentation v1.13.3 |
| 401 | 2026-08-18T22:09:20.898Z | Downloaded hashbrown v0.15.5 |
| 402 | 2026-08-18T22:09:20.901Z | Downloaded clap_builder v4.6.6 |
| 403 | 2026-08-18T22:09:20.905Z | Downloaded typenum v1.20.1 |
| 404 | 2026-08-18T22:09:20.909Z | Downloaded unicode-normalization v0.1.25 |
| 405 | 2026-08-18T22:09:20.912Z | Downloaded mio v1.2.2 |
| 406 | 2026-08-18T22:09:20.915Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-08-18T22:09:20.917Z | Downloaded memchr v2.8.3 |
| 408 | 2026-08-18T22:09:20.920Z | Downloaded hyper-util v0.1.20 |
| 409 | 2026-08-18T22:09:20.923Z | Downloaded ron v0.12.2 |
| 410 | 2026-08-18T22:09:20.936Z | Downloaded idna v1.1.0 |
| 411 | 2026-08-18T22:09:20.936Z | Downloaded hashbrown v0.17.1 |
| 412 | 2026-08-18T22:09:20.936Z | Downloaded h2 v0.4.16 |
| 413 | 2026-08-18T22:09:20.942Z | Downloaded serde_json v1.0.151 |
| 414 | 2026-08-18T22:09:20.945Z | Downloaded aho-corasick v1.1.5 |
| 415 | 2026-08-18T22:09:20.948Z | Downloaded tower-http v0.6.11 |
| 416 | 2026-08-18T22:09:20.952Z | Downloaded guppy v0.17.26 |
| 417 | 2026-08-18T22:09:20.955Z | Downloaded futures-util v0.3.34 |
| 418 | 2026-08-18T22:09:20.961Z | Downloaded http v1.5.0 |
| 419 | 2026-08-18T22:09:20.964Z | Downloaded hyper v1.11.0 |
| 420 | 2026-08-18T22:09:20.967Z | Downloaded miette v7.6.0 |
| 421 | 2026-08-18T22:09:20.970Z | Downloaded portable-atomic v1.15.0 |
| 422 | 2026-08-18T22:09:20.973Z | Downloaded winnow v0.7.15 |
| 423 | 2026-08-18T22:09:20.977Z | Downloaded quick-xml v0.37.5 |
| 424 | 2026-08-18T22:09:20.980Z | Downloaded chrono v0.4.45 |
| 425 | 2026-08-18T22:09:20.993Z | Downloaded gimli v0.32.3 |
| 426 | 2026-08-18T22:09:20.997Z | Downloaded tokio-util v0.7.19 |
| 427 | 2026-08-18T22:09:21.004Z | Downloaded regex v1.13.1 |
| 428 | 2026-08-18T22:09:21.007Z | Downloaded curve25519-dalek v4.1.3 |
| 429 | 2026-08-18T22:09:21.019Z | Downloaded unicode-width v0.2.2 |
| 430 | 2026-08-18T22:09:21.022Z | Downloaded reqwest v0.12.28 |
| 431 | 2026-08-18T22:09:21.025Z | Downloaded pulldown-cmark v0.13.4 |
| 432 | 2026-08-18T22:09:21.038Z | Downloaded itertools v0.14.0 |
| 433 | 2026-08-18T22:09:21.040Z | Downloaded nix v0.30.1 |
| 434 | 2026-08-18T22:09:21.047Z | Downloaded object v0.37.3 |
| 435 | 2026-08-18T22:09:21.054Z | Downloaded quick-xml v0.38.4 |
| 436 | 2026-08-18T22:09:21.057Z | Downloaded quinn-proto v0.11.17 |
| 437 | 2026-08-18T22:09:21.063Z | Downloaded tracing v0.1.44 |
| 438 | 2026-08-18T22:09:21.073Z | Downloaded winnow v1.0.4 |
| 439 | 2026-08-18T22:09:21.092Z | Downloaded tracing-subscriber v0.3.23 |
| 440 | 2026-08-18T22:09:21.099Z | Downloaded vcpkg v0.2.15 |
| 441 | 2026-08-18T22:09:21.120Z | Downloaded color-eyre v0.6.5 |
| 442 | 2026-08-18T22:09:21.124Z | Downloaded webpki-roots v1.0.9 |
| 443 | 2026-08-18T22:09:21.128Z | Downloaded syn v3.0.3 |
| 444 | 2026-08-18T22:09:21.131Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 445 | 2026-08-18T22:09:21.140Z | Downloaded petgraph v0.8.3 |
| 446 | 2026-08-18T22:09:21.156Z | Downloaded libc v0.2.189 |
| 447 | 2026-08-18T22:09:21.176Z | Downloaded unicode-width v0.1.14 |
| 448 | 2026-08-18T22:09:21.179Z | Downloaded nextest-runner v0.80.0 |
| 449 | 2026-08-18T22:09:21.185Z | Downloaded zerocopy v0.8.56 |
| 450 | 2026-08-18T22:09:21.195Z | Downloaded syn v2.0.119 |
| 451 | 2026-08-18T22:09:21.202Z | Downloaded openssl v0.10.81 |
| 452 | 2026-08-18T22:09:21.205Z | Downloaded regex-syntax v0.8.11 |
| 453 | 2026-08-18T22:09:21.211Z | Downloaded rustls v0.23.43 |
| 454 | 2026-08-18T22:09:21.215Z | Downloaded rustix v0.38.44 |
| 455 | 2026-08-18T22:09:21.229Z | Downloaded rustix v1.1.4 |
| 456 | 2026-08-18T22:09:21.243Z | Downloaded regex-automata v0.4.18 |
| 457 | 2026-08-18T22:09:21.337Z | Downloaded tokio v1.53.1 |
| 458 | 2026-08-18T22:09:21.372Z | Downloaded recursion v0.5.4 |
| 459 | 2026-08-18T22:09:21.382Z | Downloaded ring v0.17.14 |
| 460 | 2026-08-18T22:09:21.440Z | Compiling proc-macro2 v1.0.107 |
| 461 | 2026-08-18T22:09:21.441Z | Compiling quote v1.0.47 |
| 462 | 2026-08-18T22:09:21.444Z | Compiling libc v0.2.189 |
| 463 | 2026-08-18T22:09:21.444Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-08-18T22:09:21.444Z | Compiling serde_core v1.0.229 |
| 465 | 2026-08-18T22:09:21.574Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-08-18T22:09:21.577Z | Compiling memchr v2.8.3 |
| 467 | 2026-08-18T22:09:21.577Z | Compiling once_cell v1.21.4 |
| 468 | 2026-08-18T22:09:21.682Z | Compiling log v0.4.33 |
| 469 | 2026-08-18T22:09:21.694Z | Compiling pin-project-lite v0.2.17 |
| 470 | 2026-08-18T22:09:21.782Z | Compiling serde v1.0.229 |
| 471 | 2026-08-18T22:09:21.890Z | Compiling itoa v1.0.18 |
| 472 | 2026-08-18T22:09:21.973Z | Compiling futures-core v0.3.34 |
| 473 | 2026-08-18T22:09:22.132Z | Compiling smallvec v1.15.2 |
| 474 | 2026-08-18T22:09:22.144Z | Compiling bitflags v2.13.1 |
| 475 | 2026-08-18T22:09:22.147Z | Compiling hashbrown v0.17.1 |
| 476 | 2026-08-18T22:09:22.383Z | Compiling find-msvc-tools v0.1.11 |
| 477 | 2026-08-18T22:09:22.547Z | Compiling errno v0.3.14 |
| 478 | 2026-08-18T22:09:22.625Z | Compiling shlex v2.0.1 |
| 479 | 2026-08-18T22:09:22.632Z | Compiling equivalent v1.0.2 |
| 480 | 2026-08-18T22:09:22.739Z | Compiling signal-hook-registry v1.4.8 |
| 481 | 2026-08-18T22:09:22.758Z | Compiling jobserver v0.1.35 |
| 482 | 2026-08-18T22:09:22.769Z | Compiling bytes v1.12.1 |
| 483 | 2026-08-18T22:09:22.835Z | Compiling mio v1.2.2 |
| 484 | 2026-08-18T22:09:22.851Z | Compiling futures-sink v0.3.34 |
| 485 | 2026-08-18T22:09:22.854Z | Compiling rustix v1.1.4 |
| 486 | 2026-08-18T22:09:22.965Z | Compiling syn v3.0.3 |
| 487 | 2026-08-18T22:09:22.980Z | Compiling syn v2.0.119 |
| 488 | 2026-08-18T22:09:23.076Z | Compiling cc v1.4.3 |
| 489 | 2026-08-18T22:09:23.194Z | Compiling socket2 v0.6.5 |
| 490 | 2026-08-18T22:09:23.516Z | Compiling slab v0.4.12 |
| 491 | 2026-08-18T22:09:23.650Z | Compiling autocfg v1.5.1 |
| 492 | 2026-08-18T22:09:23.717Z | Compiling zmij v1.0.23 |
| 493 | 2026-08-18T22:09:23.954Z | Compiling indexmap v2.14.0 |
| 494 | 2026-08-18T22:09:23.997Z | Compiling futures-channel v0.3.34 |
| 495 | 2026-08-18T22:09:24.049Z | Compiling tracing-core v0.1.36 |
| 496 | 2026-08-18T22:09:24.093Z | Compiling version_check v0.9.5 |
| 497 | 2026-08-18T22:09:24.246Z | Compiling serde_json v1.0.151 |
| 498 | 2026-08-18T22:09:24.371Z | Compiling futures-task v0.3.34 |
| 499 | 2026-08-18T22:09:24.492Z | Compiling getrandom v0.4.3 |
| 500 | 2026-08-18T22:09:24.544Z | Compiling futures-io v0.3.34 |
| 501 | 2026-08-18T22:09:24.735Z | Compiling unicode-width v0.2.2 |
| 502 | 2026-08-18T22:09:24.770Z | Compiling camino v1.2.5 |
| 503 | 2026-08-18T22:09:24.782Z | Compiling percent-encoding v2.3.2 |
| 504 | 2026-08-18T22:09:25.052Z | Compiling ring v0.17.14 |
| 505 | 2026-08-18T22:09:25.104Z | Compiling http v1.5.0 |
| 506 | 2026-08-18T22:09:25.128Z | Compiling adler2 v2.0.1 |
| 507 | 2026-08-18T22:09:25.202Z | Compiling zeroize v1.9.0 |
| 508 | 2026-08-18T22:09:25.289Z | Compiling simd-adler32 v0.3.10 |
| 509 | 2026-08-18T22:09:25.400Z | Compiling num-traits v0.2.19 |
| 510 | 2026-08-18T22:09:25.628Z | Compiling miniz_oxide v0.8.9 |
| 511 | 2026-08-18T22:09:25.767Z | Compiling serde_derive v1.0.229 |
| 512 | 2026-08-18T22:09:25.874Z | Compiling tokio-macros v2.7.2 |
| 513 | 2026-08-18T22:09:26.123Z | Compiling futures-macro v0.3.34 |
| 514 | 2026-08-18T22:09:26.526Z | Compiling tracing-attributes v0.1.31 |
| 515 | 2026-08-18T22:09:26.596Z | Compiling tokio v1.53.1 |
| 516 | 2026-08-18T22:09:26.921Z | Compiling futures-util v0.3.34 |
| 517 | 2026-08-18T22:09:26.972Z | Compiling zerocopy v0.8.56 |
| 518 | 2026-08-18T22:09:27.033Z | Compiling target-lexicon v0.13.5 |
| 519 | 2026-08-18T22:09:27.255Z | Compiling getrandom v0.3.4 |
| 520 | 2026-08-18T22:09:27.341Z | Compiling object v0.37.3 |
| 521 | 2026-08-18T22:09:27.588Z | Compiling http-body v1.1.0 |
| 522 | 2026-08-18T22:09:27.669Z | Compiling rustls-pki-types v1.15.1 |
| 523 | 2026-08-18T22:09:27.719Z | Compiling tracing v0.1.44 |
| 524 | 2026-08-18T22:09:27.740Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-18T22:09:27.752Z | Compiling semver v1.0.28 |
| 526 | 2026-08-18T22:09:28.004Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-18T22:09:28.066Z | Compiling httparse v1.10.1 |
| 528 | 2026-08-18T22:09:28.199Z | Compiling untrusted v0.9.0 |
| 529 | 2026-08-18T22:09:28.353Z | Compiling signal-hook v0.3.18 |
| 530 | 2026-08-18T22:09:28.380Z | Compiling owo-colors v4.3.0 |
| 531 | 2026-08-18T22:09:28.397Z | Compiling thiserror v2.0.20 |
| 532 | 2026-08-18T22:09:28.509Z | Compiling guppy-workspace-hack v0.1.0 |
| 533 | 2026-08-18T22:09:28.533Z | Compiling idna_adapter v1.0.0 |
| 534 | 2026-08-18T22:09:28.634Z | Compiling utf8_iter v1.0.4 |
| 535 | 2026-08-18T22:09:28.686Z | Compiling gimli v0.32.3 |
| 536 | 2026-08-18T22:09:28.725Z | Compiling fnv v1.0.7 |
| 537 | 2026-08-18T22:09:28.811Z | Compiling idna v1.1.0 |
| 538 | 2026-08-18T22:09:29.654Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-18T22:09:30.100Z | Compiling generic-array v0.14.7 |
| 540 | 2026-08-18T22:09:30.321Z | Compiling tower-service v0.3.3 |
| 541 | 2026-08-18T22:09:30.422Z | Compiling fastrand v2.5.0 |
| 542 | 2026-08-18T22:09:30.452Z | Compiling pkg-config v0.3.34 |
| 543 | 2026-08-18T22:09:30.777Z | Compiling addr2line v0.25.1 |
| 544 | 2026-08-18T22:09:30.839Z | Compiling tokio-util v0.7.19 |
| 545 | 2026-08-18T22:09:30.879Z | Compiling target-spec v3.6.0 |
| 546 | 2026-08-18T22:09:31.165Z | Compiling try-lock v0.2.5 |
| 547 | 2026-08-18T22:09:31.195Z | Compiling rustc-demangle v0.1.28 |
| 548 | 2026-08-18T22:09:31.326Z | Compiling atomic-waker v1.1.2 |
| 549 | 2026-08-18T22:09:31.391Z | Compiling thiserror v1.0.69 |
| 550 | 2026-08-18T22:09:31.413Z | Compiling typeid v1.0.3 |
| 551 | 2026-08-18T22:09:31.673Z | Compiling rustls v0.23.43 |
| 552 | 2026-08-18T22:09:31.752Z | Compiling backtrace v0.3.76 |
| 553 | 2026-08-18T22:09:31.911Z | Compiling h2 v0.4.16 |
| 554 | 2026-08-18T22:09:32.082Z | Compiling want v0.3.1 |
| 555 | 2026-08-18T22:09:32.167Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 556 | 2026-08-18T22:09:32.264Z | Compiling tempfile v3.27.0 |
| 557 | 2026-08-18T22:09:32.290Z | Compiling cfg-expr v0.20.8 |
| 558 | 2026-08-18T22:09:32.319Z | Compiling url v2.5.8 |
| 559 | 2026-08-18T22:09:33.303Z | Compiling thiserror-impl v1.0.69 |
| 560 | 2026-08-18T22:09:33.456Z | Compiling terminal_size v0.4.4 |
| 561 | 2026-08-18T22:09:33.641Z | Compiling aho-corasick v1.1.5 |
| 562 | 2026-08-18T22:09:33.943Z | Compiling typenum v1.20.1 |
| 563 | 2026-08-18T22:09:34.462Z | Compiling winnow v0.7.15 |
| 564 | 2026-08-18T22:09:34.628Z | Compiling subtle v2.6.1 |
| 565 | 2026-08-18T22:09:34.679Z | Compiling erased-serde v0.4.10 |
| 566 | 2026-08-18T22:09:34.790Z | Compiling rustls-webpki v0.103.14 |
| 567 | 2026-08-18T22:09:34.969Z | Compiling regex-syntax v0.8.11 |
| 568 | 2026-08-18T22:09:36.610Z | Compiling regex-automata v0.4.18 |
| 569 | 2026-08-18T22:09:37.837Z | Compiling hyper v1.11.0 |
| 570 | 2026-08-18T22:09:39.186Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-08-18T22:09:39.352Z | Compiling toml_datetime v0.6.11 |
| 572 | 2026-08-18T22:09:39.622Z | Compiling ahash v0.8.12 |
| 573 | 2026-08-18T22:09:39.744Z | Compiling sync_wrapper v1.0.2 |
| 574 | 2026-08-18T22:09:39.863Z | Compiling unicode-segmentation v1.13.3 |
| 575 | 2026-08-18T22:09:39.876Z | Compiling base64 v0.22.1 |
| 576 | 2026-08-18T22:09:40.255Z | Compiling tower-layer v0.3.3 |
| 577 | 2026-08-18T22:09:40.361Z | Compiling foldhash v0.1.5 |
| 578 | 2026-08-18T22:09:40.463Z | Compiling parking_lot_core v0.9.12 |
| 579 | 2026-08-18T22:09:40.585Z | Compiling unicode-linebreak v0.1.5 |
| 580 | 2026-08-18T22:09:40.737Z | Compiling portable-atomic v1.15.0 |
| 581 | 2026-08-18T22:09:40.856Z | Compiling nextest-workspace-hack v0.1.0 |
| 582 | 2026-08-18T22:09:41.065Z | Compiling toml_write v0.1.2 |
| 583 | 2026-08-18T22:09:41.169Z | Compiling crc32fast v1.5.0 |
| 584 | 2026-08-18T22:09:41.309Z | Compiling either v1.17.0 |
| 585 | 2026-08-18T22:09:41.399Z | Compiling is_ci v1.2.0 |
| 586 | 2026-08-18T22:09:41.460Z | Compiling lazy_static v1.5.0 |
| 587 | 2026-08-18T22:09:41.546Z | Compiling ipnet v2.12.1 |
| 588 | 2026-08-18T22:09:41.562Z | Compiling sharded-slab v0.1.7 |
| 589 | 2026-08-18T22:09:41.565Z | Compiling supports-color v3.0.2 |
| 590 | 2026-08-18T22:09:41.628Z | Compiling toml_edit v0.22.27 |
| 591 | 2026-08-18T22:09:41.855Z | Compiling hyper-util v0.1.20 |
| 592 | 2026-08-18T22:09:42.207Z | Compiling textwrap v0.16.2 |
| 593 | 2026-08-18T22:09:42.312Z | Compiling hashbrown v0.15.5 |
| 594 | 2026-08-18T22:09:42.727Z | Compiling tower v0.5.3 |
| 595 | 2026-08-18T22:09:42.962Z | Compiling convert_case v0.10.0 |
| 596 | 2026-08-18T22:09:43.259Z | Compiling tokio-rustls v0.26.4 |
| 597 | 2026-08-18T22:09:43.550Z | Compiling backtrace-ext v0.2.1 |
| 598 | 2026-08-18T22:09:43.553Z | Compiling ordered-float v2.10.1 |
| 599 | 2026-08-18T22:09:43.812Z | Compiling webpki-roots v1.0.9 |
| 600 | 2026-08-18T22:09:43.837Z | Compiling miette-derive v7.6.0 |
| 601 | 2026-08-18T22:09:43.883Z | Compiling pathdiff v0.2.3 |
| 602 | 2026-08-18T22:09:43.928Z | Compiling console v0.15.11 |
| 603 | 2026-08-18T22:09:44.007Z | Compiling tracing-log v0.2.0 |
| 604 | 2026-08-18T22:09:44.355Z | Compiling cargo-platform v0.3.3 |
| 605 | 2026-08-18T22:09:44.469Z | Compiling os_pipe v1.2.3 |
| 606 | 2026-08-18T22:09:44.644Z | Compiling thread_local v1.1.10 |
| 607 | 2026-08-18T22:09:44.925Z | Compiling supports-unicode v3.0.0 |
| 608 | 2026-08-18T22:09:44.947Z | Compiling unicode-width v0.1.14 |
| 609 | 2026-08-18T22:09:45.020Z | Compiling debug-ignore v1.0.5 |
| 610 | 2026-08-18T22:09:45.096Z | Compiling winnow v1.0.4 |
| 611 | 2026-08-18T22:09:45.132Z | Compiling cfg_aliases v0.2.2 |
| 612 | 2026-08-18T22:09:45.207Z | Compiling utf8parse v0.2.2 |
| 613 | 2026-08-18T22:09:45.250Z | Compiling fixedbitset v0.5.7 |
| 614 | 2026-08-18T22:09:45.253Z | Compiling zstd-safe v7.2.4 |
| 615 | 2026-08-18T22:09:45.320Z | Compiling scopeguard v1.2.0 |
| 616 | 2026-08-18T22:09:45.433Z | Compiling rustix v0.38.44 |
| 617 | 2026-08-18T22:09:45.501Z | Compiling pulldown-cmark v0.13.4 |
| 618 | 2026-08-18T22:09:45.713Z | Compiling supports-hyperlinks v3.2.0 |
| 619 | 2026-08-18T22:09:45.773Z | Compiling ryu v1.0.23 |
| 620 | 2026-08-18T22:09:45.929Z | Compiling serde_urlencoded v0.7.1 |
| 621 | 2026-08-18T22:09:46.065Z | Compiling miette v7.6.0 |
| 622 | 2026-08-18T22:09:46.205Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 623 | 2026-08-18T22:09:46.257Z | Compiling petgraph v0.8.3 |
| 624 | 2026-08-18T22:09:46.551Z | Compiling lock_api v0.4.14 |
| 625 | 2026-08-18T22:09:46.806Z | Compiling anstyle-parse v1.0.0 |
| 626 | 2026-08-18T22:09:47.038Z | Compiling nix v0.30.1 |
| 627 | 2026-08-18T22:09:47.423Z | Compiling tracing-subscriber v0.3.23 |
| 628 | 2026-08-18T22:09:47.540Z | Compiling sigchld v0.2.4 |
| 629 | 2026-08-18T22:09:47.736Z | Compiling cargo_metadata v0.23.1 |
| 630 | 2026-08-18T22:09:48.129Z | Compiling hyper-rustls v0.27.9 |
| 631 | 2026-08-18T22:09:48.204Z | Compiling serde-value v0.7.0 |
| 632 | 2026-08-18T22:09:48.775Z | Compiling serde-untagged v0.1.9 |
| 633 | 2026-08-18T22:09:49.148Z | Compiling toml v0.8.23 |
| 634 | 2026-08-18T22:09:49.162Z | Compiling derive_more-impl v2.1.1 |
| 635 | 2026-08-18T22:09:49.988Z | Compiling tower-http v0.6.11 |
| 636 | 2026-08-18T22:09:50.623Z | Compiling itertools v0.14.0 |
| 637 | 2026-08-18T22:09:50.782Z | Compiling regex v1.13.1 |
| 638 | 2026-08-18T22:09:51.121Z | Compiling crypto-common v0.1.7 |
| 639 | 2026-08-18T22:09:51.263Z | Compiling block-buffer v0.10.4 |
| 640 | 2026-08-18T22:09:51.268Z | Compiling ppv-lite86 v0.2.21 |
| 641 | 2026-08-18T22:09:51.425Z | Compiling futures-executor v0.3.34 |
| 642 | 2026-08-18T22:09:51.634Z | Compiling rand_core v0.9.5 |
| 643 | 2026-08-18T22:09:51.828Z | Compiling http-body-util v0.1.5 |
| 644 | 2026-08-18T22:09:51.896Z | Compiling pin-project-internal v1.1.13 |
| 645 | 2026-08-18T22:09:51.953Z | Compiling uuid v1.24.1 |
| 646 | 2026-08-18T22:09:52.141Z | Compiling eyre v0.6.14 |
| 647 | 2026-08-18T22:09:52.163Z | Compiling serde_spanned v1.1.1 |
| 648 | 2026-08-18T22:09:52.216Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 649 | 2026-08-18T22:09:52.314Z | Compiling smol_str v0.3.6 |
| 650 | 2026-08-18T22:09:52.404Z | Compiling filetime v0.2.29 |
| 651 | 2026-08-18T22:09:52.493Z | Compiling vte v0.14.1 |
| 652 | 2026-08-18T22:09:52.618Z | Compiling bstr v1.13.1 |
| 653 | 2026-08-18T22:09:52.636Z | Compiling anstyle v1.0.14 |
| 654 | 2026-08-18T22:09:52.665Z | Compiling xattr v1.6.1 |
| 655 | 2026-08-18T22:09:52.715Z | Compiling colorchoice v1.0.5 |
| 656 | 2026-08-18T22:09:52.841Z | Compiling unicase v2.9.0 |
| 657 | 2026-08-18T22:09:52.856Z | Compiling static_assertions v1.1.0 |
| 658 | 2026-08-18T22:09:52.905Z | Compiling litrs v1.0.0 |
| 659 | 2026-08-18T22:09:52.932Z | Compiling tinyvec_macros v0.1.1 |
| 660 | 2026-08-18T22:09:52.955Z | Compiling number_prefix v0.4.0 |
| 661 | 2026-08-18T22:09:53.029Z | Compiling nested v0.1.1 |
| 662 | 2026-08-18T22:09:53.046Z | Compiling color-spantrace v0.3.0 |
| 663 | 2026-08-18T22:09:53.108Z | Compiling is_terminal_polyfill v1.70.2 |
| 664 | 2026-08-18T22:09:53.194Z | Compiling unicode-xid v0.2.6 |
| 665 | 2026-08-18T22:09:53.208Z | Compiling self_update v0.42.0 |
| 666 | 2026-08-18T22:09:53.220Z | Compiling iana-time-zone v0.1.65 |
| 667 | 2026-08-18T22:09:53.300Z | Compiling anstyle-query v1.1.5 |
| 668 | 2026-08-18T22:09:53.345Z | Compiling document-features v0.2.12 |
| 669 | 2026-08-18T22:09:53.391Z | Compiling anstream v1.0.0 |
| 670 | 2026-08-18T22:09:53.405Z | Compiling chrono v0.4.45 |
| 671 | 2026-08-18T22:09:53.455Z | Compiling cargo-util-schemas v0.2.0 |
| 672 | 2026-08-18T22:09:53.516Z | Compiling guppy v0.17.26 |
| 673 | 2026-08-18T22:09:53.873Z | Compiling indicatif v0.17.11 |
| 674 | 2026-08-18T22:09:53.898Z | Compiling globset v0.4.20 |
| 675 | 2026-08-18T22:09:55.005Z | Compiling tinyvec v1.12.0 |
| 676 | 2026-08-18T22:09:55.459Z | Compiling pin-project v1.1.13 |
| 677 | 2026-08-18T22:09:55.571Z | Compiling tar v0.4.46 |
| 678 | 2026-08-18T22:09:55.645Z | Compiling strip-ansi-escapes v0.2.1 |
| 679 | 2026-08-18T22:09:55.838Z | Compiling nextest-metadata v0.12.2 |
| 680 | 2026-08-18T22:09:56.127Z | Compiling toml v1.1.4+spec-1.1.0 |
| 681 | 2026-08-18T22:09:56.998Z | Compiling newtype-uuid v1.4.0 |
| 682 | 2026-08-18T22:09:57.052Z | Compiling reqwest v0.12.28 |
| 683 | 2026-08-18T22:09:57.131Z | Compiling rand_chacha v0.9.0 |
| 684 | 2026-08-18T22:09:57.185Z | Compiling futures v0.3.34 |
| 685 | 2026-08-18T22:09:57.270Z | Compiling digest v0.10.7 |
| 686 | 2026-08-18T22:09:57.498Z | Compiling flate2 v1.1.9 |
| 687 | 2026-08-18T22:09:57.683Z | Compiling parking_lot v0.12.5 |
| 688 | 2026-08-18T22:09:58.060Z | Compiling derive_more v2.1.1 |
| 689 | 2026-08-18T22:09:58.074Z | Compiling tracing-error v0.2.1 |
| 690 | 2026-08-18T22:09:58.140Z | Compiling shared_child v1.1.1 |
| 691 | 2026-08-18T22:09:58.575Z | Compiling signal-hook-mio v0.2.5 |
| 692 | 2026-08-18T22:09:58.711Z | Compiling self-replace v1.5.0 |
| 693 | 2026-08-18T22:09:58.788Z | Compiling cargo-platform v0.2.0 |
| 694 | 2026-08-18T22:09:58.974Z | Compiling quick-xml v0.38.4 |
| 695 | 2026-08-18T22:09:59.193Z | Compiling quick-xml v0.37.5 |
| 696 | 2026-08-18T22:09:59.321Z | Compiling shell-words v1.1.1 |
| 697 | 2026-08-18T22:09:59.645Z | Compiling indenter v0.3.4 |
| 698 | 2026-08-18T22:09:59.790Z | Compiling urlencoding v2.1.3 |
| 699 | 2026-08-18T22:09:59.838Z | Compiling recursion v0.5.4 |
| 700 | 2026-08-18T22:10:00.039Z | Compiling cpufeatures v0.2.17 |
| 701 | 2026-08-18T22:10:00.117Z | Compiling humantime v2.4.0 |
| 702 | 2026-08-18T22:10:00.200Z | Compiling heck v0.5.0 |
| 703 | 2026-08-18T22:10:00.400Z | Compiling strsim v0.11.1 |
| 704 | 2026-08-18T22:10:00.532Z | Compiling clap_lex v1.1.0 |
| 705 | 2026-08-18T22:10:00.545Z | Compiling clap_derive v4.6.4 |
| 706 | 2026-08-18T22:10:00.728Z | Compiling clap_builder v4.6.6 |
| 707 | 2026-08-18T22:10:00.887Z | Compiling humantime-serde v1.1.1 |
| 708 | 2026-08-18T22:10:00.996Z | Compiling sha2 v0.10.9 |
| 709 | 2026-08-18T22:10:01.051Z | Compiling nextest-filtering v0.15.0 |
| 710 | 2026-08-18T22:10:02.263Z | Compiling quick-junit v0.5.2 |
| 711 | 2026-08-18T22:10:02.754Z | Compiling atomicwrites v0.4.4 |
| 712 | 2026-08-18T22:10:03.038Z | Compiling cargo_metadata v0.20.0 |
| 713 | 2026-08-18T22:10:04.857Z | Compiling cargo-nextest v0.9.97 |
| 714 | 2026-08-18T22:10:05.159Z | Compiling crossterm v0.29.0 |
| 715 | 2026-08-18T22:10:06.194Z | Compiling duct v0.13.7 |
| 716 | 2026-08-18T22:10:07.880Z | Compiling rand v0.9.5 |
| 717 | 2026-08-18T22:10:07.884Z | Compiling async-scoped v0.9.0 |
| 718 | 2026-08-18T22:10:07.904Z | Compiling config v0.15.25 |
| 719 | 2026-08-18T22:10:08.073Z | Compiling unicode-normalization v0.1.25 |
| 720 | 2026-08-18T22:10:08.152Z | Compiling target-spec-miette v0.4.8 |
| 721 | 2026-08-18T22:10:08.227Z | Compiling future-queue v0.4.0 |
| 722 | 2026-08-18T22:10:08.507Z | Compiling mukti-metadata v0.3.0 |
| 723 | 2026-08-18T22:10:08.547Z | Compiling camino-tempfile v1.4.1 |
| 724 | 2026-08-18T22:10:08.588Z | Compiling tokio-stream v0.1.19 |
| 725 | 2026-08-18T22:10:08.646Z | Compiling derive-where v1.6.1 |
| 726 | 2026-08-18T22:10:08.957Z | Compiling serde_ignored v0.1.14 |
| 727 | 2026-08-18T22:10:08.990Z | Compiling serde_path_to_error v0.1.20 |
| 728 | 2026-08-18T22:10:09.179Z | Compiling xxhash-rust v0.8.18 |
| 729 | 2026-08-18T22:10:09.250Z | Compiling swrite v0.1.0 |
| 730 | 2026-08-18T22:10:09.356Z | Compiling indent_write v2.2.0 |
| 731 | 2026-08-18T22:10:09.369Z | Compiling hex v0.4.3 |
| 732 | 2026-08-18T22:10:09.439Z | Compiling home v0.5.12 |
| 733 | 2026-08-18T22:10:09.507Z | Compiling color-eyre v0.6.5 |
| 734 | 2026-08-18T22:10:09.616Z | Compiling clap v4.6.6 |
| 735 | 2026-08-18T22:10:09.651Z | Compiling dialoguer v0.11.0 |
| 736 | 2026-08-18T22:10:09.697Z | Compiling enable-ansi-support v0.2.1 |
| 737 | 2026-08-18T22:10:10.929Z | Compiling zstd v0.13.3 |
| 738 | 2026-08-18T22:10:11.346Z | Compiling nextest-runner v0.80.0 |
| 739 | 2026-08-18T22:10:29.682Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 740 | 2026-08-18T22:10:29.858Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 741 | 2026-08-18T22:10:29.862Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 742 | 2026-08-18T22:10:29.987Z | + pushd mgadm |
| 743 | 2026-08-18T22:10:29.990Z | + cargo nextest run |
| 744 | 2026-08-18T22:10:29.990Z | /work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite |
| 745 | 2026-08-18T22:10:30.138Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 746 | 2026-08-18T22:10:31.192Z | From https://github.com/oxidecomputer/falcon |
| 747 | 2026-08-18T22:10:31.192Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 748 | 2026-08-18T22:10:31.269Z | Updating crates.io index |
| 749 | 2026-08-18T22:10:31.271Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 750 | 2026-08-18T22:10:31.709Z | From https://github.com/oxidecomputer/dendrite |
| 751 | 2026-08-18T22:10:31.709Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 752 | 2026-08-18T22:10:31.743Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 753 | 2026-08-18T22:10:32.042Z | From https://github.com/oxidecomputer/ispf |
| 754 | 2026-08-18T22:10:32.042Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 755 | 2026-08-18T22:10:32.048Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 756 | 2026-08-18T22:10:32.427Z | From https://github.com/oxidecomputer/netadm-sys |
| 757 | 2026-08-18T22:10:32.427Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 758 | 2026-08-18T22:10:32.434Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 759 | 2026-08-18T22:10:38.259Z | From https://github.com/oxidecomputer/omicron |
| 760 | 2026-08-18T22:10:38.259Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 761 | 2026-08-18T22:10:38.683Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 762 | 2026-08-18T22:10:39.683Z | From https://github.com/oxidecomputer/opte |
| 763 | 2026-08-18T22:10:39.683Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 764 | 2026-08-18T22:10:39.716Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 765 | 2026-08-18T22:10:40.011Z | From https://github.com/oxidecomputer/slog-error-chain |
| 766 | 2026-08-18T22:10:40.012Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 767 | 2026-08-18T22:10:40.021Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 768 | 2026-08-18T22:10:40.313Z | From https://github.com/illumos/smf-rs |
| 769 | 2026-08-18T22:10:40.313Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 770 | 2026-08-18T22:10:40.321Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 771 | 2026-08-18T22:10:40.622Z | From https://github.com/oxidecomputer/network-interface |
| 772 | 2026-08-18T22:10:40.622Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 773 | 2026-08-18T22:10:40.631Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 774 | 2026-08-18T22:10:40.925Z | From https://github.com/oxidecomputer/zone |
| 775 | 2026-08-18T22:10:40.925Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 776 | 2026-08-18T22:10:40.931Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 777 | 2026-08-18T22:10:41.537Z | From https://github.com/oxidecomputer/propolis |
| 778 | 2026-08-18T22:10:41.537Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 779 | 2026-08-18T22:10:41.581Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 780 | 2026-08-18T22:10:42.174Z | From https://github.com/oxidecomputer/transceiver-control |
| 781 | 2026-08-18T22:10:42.174Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 782 | 2026-08-18T22:10:42.186Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 783 | 2026-08-18T22:10:42.473Z | From https://github.com/oxidecomputer/dlpi-sys |
| 784 | 2026-08-18T22:10:42.473Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 785 | 2026-08-18T22:10:42.480Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 786 | 2026-08-18T22:10:42.807Z | From https://github.com/jmesmon/rust-libzfs |
| 787 | 2026-08-18T22:10:42.807Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 788 | 2026-08-18T22:10:42.815Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 789 | 2026-08-18T22:10:43.101Z | From https://github.com/oxidecomputer/rusty-doors |
| 790 | 2026-08-18T22:10:43.101Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 791 | 2026-08-18T22:10:43.106Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 792 | 2026-08-18T22:10:43.483Z | From https://github.com/oxidecomputer/lldp |
| 793 | 2026-08-18T22:10:43.483Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 794 | 2026-08-18T22:10:43.493Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 795 | 2026-08-18T22:10:43.821Z | From https://github.com/oxidecomputer/tufaceous |
| 796 | 2026-08-18T22:10:43.821Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 797 | 2026-08-18T22:10:43.840Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 798 | 2026-08-18T22:10:44.329Z | From https://github.com/oxidecomputer/management-gateway-service |
| 799 | 2026-08-18T22:10:44.329Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 800 | 2026-08-18T22:10:44.343Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 801 | 2026-08-18T22:10:45.240Z | From https://github.com/oxidecomputer/crucible |
| 802 | 2026-08-18T22:10:45.241Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 803 | 2026-08-18T22:10:45.289Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 804 | 2026-08-18T22:10:45.563Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 805 | 2026-08-18T22:10:45.563Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 806 | 2026-08-18T22:10:45.577Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 807 | 2026-08-18T22:10:46.030Z | From https://github.com/oxidecomputer/propolis |
| 808 | 2026-08-18T22:10:46.030Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 809 | 2026-08-18T22:10:46.075Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 810 | 2026-08-18T22:10:46.608Z | From https://github.com/oxidecomputer/crucible |
| 811 | 2026-08-18T22:10:46.608Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 812 | 2026-08-18T22:10:46.674Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 813 | 2026-08-18T22:10:47.063Z | From https://github.com/oxidecomputer/tofino |
| 814 | 2026-08-18T22:10:47.063Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 815 | 2026-08-18T22:10:47.074Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 816 | 2026-08-18T22:10:47.736Z | From https://github.com/oxidecomputer/maghemite |
| 817 | 2026-08-18T22:10:47.736Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 818 | 2026-08-18T22:10:47.767Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 819 | 2026-08-18T22:10:48.063Z | From https://github.com/oxidecomputer/clickward |
| 820 | 2026-08-18T22:10:48.063Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 821 | 2026-08-18T22:10:48.072Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 822 | 2026-08-18T22:10:48.343Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 823 | 2026-08-18T22:10:48.343Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 824 | 2026-08-18T22:10:49.134Z | Downloading crates ... |
| 825 | 2026-08-18T22:10:49.186Z | Downloaded aead v0.5.2 |
| 826 | 2026-08-18T22:10:49.192Z | Downloaded natord v1.0.9 |
| 827 | 2026-08-18T22:10:49.196Z | Downloaded num v0.4.3 |
| 828 | 2026-08-18T22:10:49.196Z | Downloaded lru-cache v0.1.2 |
| 829 | 2026-08-18T22:10:49.196Z | Downloaded macaddr v1.0.1 |
| 830 | 2026-08-18T22:10:49.196Z | Downloaded memoffset v0.9.1 |
| 831 | 2026-08-18T22:10:49.196Z | Downloaded memmap v0.7.0 |
| 832 | 2026-08-18T22:10:49.201Z | Downloaded linked-hash-map v0.5.6 |
| 833 | 2026-08-18T22:10:49.201Z | Downloaded memmap2 v0.9.11 |
| 834 | 2026-08-18T22:10:49.204Z | Downloaded match_cfg v0.1.0 |
| 835 | 2026-08-18T22:10:49.204Z | Downloaded proc-macro-crate v1.3.1 |
| 836 | 2026-08-18T22:10:49.204Z | Downloaded potential_utf v0.1.5 |
| 837 | 2026-08-18T22:10:49.207Z | Downloaded phf_shared v0.12.1 |
| 838 | 2026-08-18T22:10:49.207Z | Downloaded mime v0.3.17 |
| 839 | 2026-08-18T22:10:49.210Z | Downloaded rand_xorshift v0.4.0 |
| 840 | 2026-08-18T22:10:49.213Z | Downloaded num-iter v0.1.46 |
| 841 | 2026-08-18T22:10:49.216Z | Downloaded num_enum_derive v0.5.11 |
| 842 | 2026-08-18T22:10:49.216Z | Downloaded newline-converter v0.3.0 |
| 843 | 2026-08-18T22:10:49.216Z | Downloaded olpc-cjson v0.1.4 |
| 844 | 2026-08-18T22:10:49.219Z | Downloaded opaque-debug v0.3.1 |
| 845 | 2026-08-18T22:10:49.222Z | Downloaded foreign-types v0.5.0 |
| 846 | 2026-08-18T22:10:49.222Z | Downloaded num-conv v0.2.2 |
| 847 | 2026-08-18T22:10:49.225Z | Downloaded managed v0.8.0 |
| 848 | 2026-08-18T22:10:49.225Z | Downloaded num_threads v0.1.7 |
| 849 | 2026-08-18T22:10:49.225Z | Downloaded gethostname v0.5.0 |
| 850 | 2026-08-18T22:10:49.225Z | Downloaded ff v0.13.1 |
| 851 | 2026-08-18T22:10:49.228Z | Downloaded newtype_derive v0.1.6 |
| 852 | 2026-08-18T22:10:49.231Z | Downloaded no-std-compat v0.4.1 |
| 853 | 2026-08-18T22:10:49.234Z | Downloaded foreign-types-macros v0.2.4 |
| 854 | 2026-08-18T22:10:49.234Z | Downloaded omicron-workspace-hack v0.1.0 |
| 855 | 2026-08-18T22:10:49.234Z | Downloaded fxhash v0.2.1 |
| 856 | 2026-08-18T22:10:49.234Z | Downloaded hostname v0.4.2 |
| 857 | 2026-08-18T22:10:49.237Z | Downloaded httpdate v1.0.3 |
| 858 | 2026-08-18T22:10:49.240Z | Downloaded float-ord v0.3.2 |
| 859 | 2026-08-18T22:10:49.240Z | Downloaded hash32 v0.3.1 |
| 860 | 2026-08-18T22:10:49.240Z | Downloaded hubpack_derive v0.1.1 |
| 861 | 2026-08-18T22:10:49.240Z | Downloaded keccak v0.1.6 |
| 862 | 2026-08-18T22:10:49.244Z | Downloaded foreign-types-shared v0.3.1 |
| 863 | 2026-08-18T22:10:49.244Z | Downloaded konst_macro_rules v0.2.19 |
| 864 | 2026-08-18T22:10:49.247Z | Downloaded git-stub v1.0.0 |
| 865 | 2026-08-18T22:10:49.247Z | Downloaded heck v0.4.1 |
| 866 | 2026-08-18T22:10:49.250Z | Downloaded linear-map v1.2.0 |
| 867 | 2026-08-18T22:10:49.250Z | Downloaded multer v3.1.0 |
| 868 | 2026-08-18T22:10:49.250Z | Downloaded fixedbitset v0.4.2 |
| 869 | 2026-08-18T22:10:49.250Z | Downloaded num-derive v0.4.2 |
| 870 | 2026-08-18T22:10:49.253Z | Downloaded oxnet v0.1.6 |
| 871 | 2026-08-18T22:10:49.253Z | Downloaded progenitor-macro v0.14.0 |
| 872 | 2026-08-18T22:10:49.258Z | Downloaded parse-display v0.10.0 |
| 873 | 2026-08-18T22:10:49.262Z | Downloaded progenitor-client v0.10.0 |
| 874 | 2026-08-18T22:10:49.262Z | Downloaded pretty-hex v0.4.2 |
| 875 | 2026-08-18T22:10:49.263Z | Downloaded progenitor-macro v0.10.0 |
| 876 | 2026-08-18T22:10:49.266Z | Downloaded powerfmt v0.2.0 |
| 877 | 2026-08-18T22:10:49.273Z | Downloaded hostname v0.3.1 |
| 878 | 2026-08-18T22:10:49.276Z | Downloaded proc-macro-crate v3.5.0 |
| 879 | 2026-08-18T22:10:49.276Z | Downloaded hubpack v0.1.2 |
| 880 | 2026-08-18T22:10:49.276Z | Downloaded idna_adapter v1.2.2 |
| 881 | 2026-08-18T22:10:49.280Z | Downloaded libsw v3.5.0 |
| 882 | 2026-08-18T22:10:49.283Z | Downloaded num-rational v0.4.2 |
| 883 | 2026-08-18T22:10:49.283Z | Downloaded num_enum v0.7.6 |
| 884 | 2026-08-18T22:10:49.285Z | Downloaded pest_derive v2.8.8 |
| 885 | 2026-08-18T22:10:49.285Z | Downloaded ref-cast v1.0.26 |
| 886 | 2026-08-18T22:10:49.288Z | Downloaded num_enum v0.5.11 |
| 887 | 2026-08-18T22:10:49.291Z | Downloaded num_enum_derive v0.7.6 |
| 888 | 2026-08-18T22:10:49.291Z | Downloaded serde_plain v1.0.2 |
| 889 | 2026-08-18T22:10:49.294Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-08-18T22:10:49.297Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-08-18T22:10:49.299Z | Downloaded progenitor-client v0.14.0 |
| 892 | 2026-08-18T22:10:49.299Z | Downloaded proc-macro-error-attr v1.0.4 |
| 893 | 2026-08-18T22:10:49.302Z | Downloaded fs-err v3.3.1 |
| 894 | 2026-08-18T22:10:49.302Z | Downloaded fs_extra v1.3.0 |
| 895 | 2026-08-18T22:10:49.302Z | Downloaded group v0.13.0 |
| 896 | 2026-08-18T22:10:49.302Z | Downloaded highway v1.3.0 |
| 897 | 2026-08-18T22:10:49.302Z | Downloaded zerofrom-derive v0.1.7 |
| 898 | 2026-08-18T22:10:49.305Z | Downloaded zerofrom v0.1.8 |
| 899 | 2026-08-18T22:10:49.305Z | Downloaded plain v0.2.3 |
| 900 | 2026-08-18T22:10:49.305Z | Downloaded progenitor-macro v0.13.0 |
| 901 | 2026-08-18T22:10:49.310Z | Downloaded ident_case v1.0.1 |
| 902 | 2026-08-18T22:10:49.313Z | Downloaded pest_generator v2.8.8 |
| 903 | 2026-08-18T22:10:49.313Z | Downloaded scroll_derive v0.13.1 |
| 904 | 2026-08-18T22:10:49.313Z | Downloaded inout v0.1.4 |
| 905 | 2026-08-18T22:10:49.316Z | Downloaded instant v0.1.13 |
| 906 | 2026-08-18T22:10:49.319Z | Downloaded block-buffer v0.12.1 |
| 907 | 2026-08-18T22:10:49.319Z | Downloaded base16ct v1.0.0 |
| 908 | 2026-08-18T22:10:49.319Z | Downloaded is-terminal v0.4.17 |
| 909 | 2026-08-18T22:10:49.322Z | Downloaded scroll_derive v0.12.1 |
| 910 | 2026-08-18T22:10:49.322Z | Downloaded secrecy v0.10.3 |
| 911 | 2026-08-18T22:10:49.322Z | Downloaded serde_repr v0.1.21 |
| 912 | 2026-08-18T22:10:49.322Z | Downloaded same-file v1.0.6 |
| 913 | 2026-08-18T22:10:49.325Z | Downloaded ciborium-io v0.2.2 |
| 914 | 2026-08-18T22:10:49.325Z | Downloaded cobs v0.3.0 |
| 915 | 2026-08-18T22:10:49.328Z | Downloaded darling_macro v0.21.3 |
| 916 | 2026-08-18T22:10:49.331Z | Downloaded jiff-static v0.2.35 |
| 917 | 2026-08-18T22:10:49.334Z | Downloaded num-integer v0.1.47 |
| 918 | 2026-08-18T22:10:49.334Z | Downloaded progenitor v0.10.0 |
| 919 | 2026-08-18T22:10:49.337Z | Downloaded semver v0.1.20 |
| 920 | 2026-08-18T22:10:49.337Z | Downloaded serde-big-array v0.5.1 |
| 921 | 2026-08-18T22:10:49.340Z | Downloaded newtype-uuid-macros v0.1.1 |
| 922 | 2026-08-18T22:10:49.343Z | Downloaded proc-macro-error v1.0.4 |
| 923 | 2026-08-18T22:10:49.343Z | Downloaded parse-display-derive v0.10.0 |
| 924 | 2026-08-18T22:10:49.343Z | Downloaded progenitor v0.13.0 |
| 925 | 2026-08-18T22:10:49.345Z | Downloaded num-complex v0.4.6 |
| 926 | 2026-08-18T22:10:49.345Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-08-18T22:10:49.351Z | Downloaded dtrace-parser v0.2.0 |
| 928 | 2026-08-18T22:10:49.351Z | Downloaded serial_test v4.0.1 |
| 929 | 2026-08-18T22:10:49.351Z | Downloaded structmeta v0.3.0 |
| 930 | 2026-08-18T22:10:49.356Z | Downloaded litemap v0.8.2 |
| 931 | 2026-08-18T22:10:49.356Z | Downloaded thread-id v4.2.2 |
| 932 | 2026-08-18T22:10:49.356Z | Downloaded libscf-sys v1.2.0 |
| 933 | 2026-08-18T22:10:49.356Z | Downloaded libsw-core v0.3.2 |
| 934 | 2026-08-18T22:10:49.362Z | Downloaded password-hash v0.5.0 |
| 935 | 2026-08-18T22:10:49.362Z | Downloaded find-msvc-tools v0.1.10 |
| 936 | 2026-08-18T22:10:49.382Z | Downloaded pkg-config v0.3.33 |
| 937 | 2026-08-18T22:10:49.383Z | Downloaded poly1305 v0.8.0 |
| 938 | 2026-08-18T22:10:49.383Z | Downloaded parking_lot_core v0.8.6 |
| 939 | 2026-08-18T22:10:49.383Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-08-18T22:10:49.386Z | Downloaded typify-macro v0.6.2 |
| 941 | 2026-08-18T22:10:49.386Z | Downloaded rustls-pemfile v2.2.0 |
| 942 | 2026-08-18T22:10:49.386Z | Downloaded pest_meta v2.8.8 |
| 943 | 2026-08-18T22:10:49.386Z | Downloaded progenitor-extras v0.2.0 |
| 944 | 2026-08-18T22:10:49.386Z | Downloaded ref-cast-impl v1.0.26 |
| 945 | 2026-08-18T22:10:49.386Z | Downloaded phf v0.12.1 |
| 946 | 2026-08-18T22:10:49.386Z | Downloaded usdt v0.5.0 |
| 947 | 2026-08-18T22:10:49.386Z | Downloaded progenitor-impl v0.13.0 |
| 948 | 2026-08-18T22:10:49.386Z | Downloaded untrusted v0.7.1 |
| 949 | 2026-08-18T22:10:49.386Z | Downloaded enum-as-inner v0.6.1 |
| 950 | 2026-08-18T22:10:49.386Z | Downloaded glob v0.3.4 |
| 951 | 2026-08-18T22:10:49.387Z | Downloaded ingot-types v0.1.2 |
| 952 | 2026-08-18T22:10:49.387Z | Downloaded pem v3.0.6 |
| 953 | 2026-08-18T22:10:49.387Z | Downloaded async-stream v0.3.6 |
| 954 | 2026-08-18T22:10:49.387Z | Downloaded bit-vec v0.8.0 |
| 955 | 2026-08-18T22:10:49.391Z | Downloaded bs58 v0.5.1 |
| 956 | 2026-08-18T22:10:49.391Z | Downloaded chacha20 v0.9.1 |
| 957 | 2026-08-18T22:10:49.391Z | Downloaded rustversion v1.0.23 |
| 958 | 2026-08-18T22:10:49.395Z | Downloaded foldhash v0.2.0 |
| 959 | 2026-08-18T22:10:49.395Z | Downloaded hybrid-array v0.4.14 |
| 960 | 2026-08-18T22:10:49.395Z | Downloaded zone_cfg_derive v0.3.1 |
| 961 | 2026-08-18T22:10:49.395Z | Downloaded sigpipe v0.1.3 |
| 962 | 2026-08-18T22:10:49.399Z | Downloaded take_mut v0.2.2 |
| 963 | 2026-08-18T22:10:49.399Z | Downloaded compression-core v0.4.32 |
| 964 | 2026-08-18T22:10:49.399Z | Downloaded const-random-macro v0.1.16 |
| 965 | 2026-08-18T22:10:49.399Z | Downloaded crc8 v0.1.1 |
| 966 | 2026-08-18T22:10:49.402Z | Downloaded dunce v1.0.5 |
| 967 | 2026-08-18T22:10:49.402Z | Downloaded crossbeam-deque v0.8.7 |
| 968 | 2026-08-18T22:10:49.402Z | Downloaded oxide-tokio-rt v0.1.6 |
| 969 | 2026-08-18T22:10:49.405Z | Downloaded tagptr v0.2.0 |
| 970 | 2026-08-18T22:10:49.405Z | Downloaded yoke-derive v0.8.2 |
| 971 | 2026-08-18T22:10:49.415Z | Downloaded dof v0.3.0 |
| 972 | 2026-08-18T22:10:49.419Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 973 | 2026-08-18T22:10:49.419Z | Downloaded dyn-clone v1.0.20 |
| 974 | 2026-08-18T22:10:49.419Z | Downloaded scroll v0.13.0 |
| 975 | 2026-08-18T22:10:49.422Z | Downloaded sha1 v0.10.7 |
| 976 | 2026-08-18T22:10:49.429Z | Downloaded ingot-types v0.2.0 |
| 977 | 2026-08-18T22:10:49.433Z | Downloaded rustls-native-certs v0.8.4 |
| 978 | 2026-08-18T22:10:49.433Z | Downloaded rusty-fork v0.3.1 |
| 979 | 2026-08-18T22:10:49.433Z | Downloaded omicron-zone-package v0.12.3 |
| 980 | 2026-08-18T22:10:49.433Z | Downloaded parking_lot v0.11.2 |
| 981 | 2026-08-18T22:10:49.433Z | Downloaded port-file v0.1.0 |
| 982 | 2026-08-18T22:10:49.433Z | Downloaded ipnetwork v0.21.1 |
| 983 | 2026-08-18T22:10:49.433Z | Downloaded ingot v0.1.1 |
| 984 | 2026-08-18T22:10:49.433Z | Downloaded internet-checksum v0.2.1 |
| 985 | 2026-08-18T22:10:49.433Z | Downloaded resolv-conf v0.7.6 |
| 986 | 2026-08-18T22:10:49.436Z | Downloaded scroll v0.12.0 |
| 987 | 2026-08-18T22:10:49.436Z | Downloaded serde_tokenstream v0.2.3 |
| 988 | 2026-08-18T22:10:49.436Z | Downloaded tokio-dtrace v0.1.1 |
| 989 | 2026-08-18T22:10:49.436Z | Downloaded paste v1.0.15 |
| 990 | 2026-08-18T22:10:49.440Z | Downloaded progenitor v0.14.0 |
| 991 | 2026-08-18T22:10:49.440Z | Downloaded ciborium-ll v0.2.2 |
| 992 | 2026-08-18T22:10:49.440Z | Downloaded konst v0.2.20 |
| 993 | 2026-08-18T22:10:49.444Z | Downloaded cstr-argument v0.1.2 |
| 994 | 2026-08-18T22:10:49.444Z | Downloaded defmt v0.3.100 |
| 995 | 2026-08-18T22:10:49.444Z | Downloaded sha1 v0.11.0 |
| 996 | 2026-08-18T22:10:49.444Z | Downloaded siphasher v1.0.3 |
| 997 | 2026-08-18T22:10:49.444Z | Downloaded utf-8 v0.7.6 |
| 998 | 2026-08-18T22:10:49.450Z | Downloaded base16ct v0.2.0 |
| 999 | 2026-08-18T22:10:49.450Z | Downloaded async-recursion v1.1.1 |
| 1000 | 2026-08-18T22:10:49.450Z | Downloaded git-stub-vcs v0.1.0 |
| 1001 | 2026-08-18T22:10:49.450Z | Downloaded hmac v0.12.1 |
| 1002 | 2026-08-18T22:10:49.455Z | Downloaded minimal-lexical v0.2.1 |
| 1003 | 2026-08-18T22:10:49.455Z | Downloaded xz2 v0.1.7 |
| 1004 | 2026-08-18T22:10:49.455Z | Downloaded cookie v0.18.2 |
| 1005 | 2026-08-18T22:10:49.460Z | Downloaded bytecount v0.6.9 |
| 1006 | 2026-08-18T22:10:49.462Z | Downloaded const-random v0.1.18 |
| 1007 | 2026-08-18T22:10:49.463Z | Downloaded ingot v0.2.1 |
| 1008 | 2026-08-18T22:10:49.466Z | Downloaded dof v0.4.0 |
| 1009 | 2026-08-18T22:10:49.469Z | Downloaded byteorder v1.5.0 |
| 1010 | 2026-08-18T22:10:49.469Z | Downloaded defmt-macros v1.1.1 |
| 1011 | 2026-08-18T22:10:49.472Z | Downloaded tabwriter v1.4.1 |
| 1012 | 2026-08-18T22:10:49.472Z | Downloaded termtree v0.5.1 |
| 1013 | 2026-08-18T22:10:49.479Z | Downloaded postcard v1.1.3 |
| 1014 | 2026-08-18T22:10:49.489Z | Downloaded defmt v1.1.1 |
| 1015 | 2026-08-18T22:10:49.489Z | Downloaded progenitor-impl v0.10.0 |
| 1016 | 2026-08-18T22:10:49.489Z | Downloaded thiserror-no-std v2.0.2 |
| 1017 | 2026-08-18T22:10:49.489Z | Downloaded structmeta-derive v0.3.0 |
| 1018 | 2026-08-18T22:10:49.489Z | Downloaded rhai_codegen v3.2.0 |
| 1019 | 2026-08-18T22:10:49.494Z | Downloaded progenitor-impl v0.14.0 |
| 1020 | 2026-08-18T22:10:49.494Z | Downloaded papergrid v0.18.0 |
| 1021 | 2026-08-18T22:10:49.494Z | Downloaded tokio-tungstenite v0.21.0 |
| 1022 | 2026-08-18T22:10:49.494Z | Downloaded smartstring v1.0.1 |
| 1023 | 2026-08-18T22:10:49.494Z | Downloaded slog-stdlog v4.1.1 |
| 1024 | 2026-08-18T22:10:49.494Z | Downloaded slog-term v2.9.2 |
| 1025 | 2026-08-18T22:10:49.497Z | Downloaded strum_macros v0.26.4 |
| 1026 | 2026-08-18T22:10:49.497Z | Downloaded strum v0.27.2 |
| 1027 | 2026-08-18T22:10:49.497Z | Downloaded allocator-api2 v0.2.21 |
| 1028 | 2026-08-18T22:10:49.497Z | Downloaded walkdir v2.5.0 |
| 1029 | 2026-08-18T22:10:49.505Z | Downloaded thread-id v5.1.0 |
| 1030 | 2026-08-18T22:10:49.512Z | Downloaded unit-prefix v0.5.2 |
| 1031 | 2026-08-18T22:10:49.512Z | Downloaded vsss-rs v3.3.4 |
| 1032 | 2026-08-18T22:10:49.512Z | Downloaded bitflags v1.3.2 |
| 1033 | 2026-08-18T22:10:49.512Z | Downloaded universal-hash v0.5.1 |
| 1034 | 2026-08-18T22:10:49.517Z | Downloaded wait-timeout v0.2.1 |
| 1035 | 2026-08-18T22:10:49.517Z | Downloaded ingot-macros v0.1.1 |
| 1036 | 2026-08-18T22:10:49.517Z | Downloaded serde_derive_internals v0.29.1 |
| 1037 | 2026-08-18T22:10:49.517Z | Downloaded zeroize_derive v1.5.0 |
| 1038 | 2026-08-18T22:10:49.517Z | Downloaded async-stream-impl v0.3.6 |
| 1039 | 2026-08-18T22:10:49.517Z | Downloaded schemars_derive v0.8.22 |
| 1040 | 2026-08-18T22:10:49.522Z | Downloaded anyhow v1.0.104 |
| 1041 | 2026-08-18T22:10:49.522Z | Downloaded colored v3.1.1 |
| 1042 | 2026-08-18T22:10:49.530Z | Downloaded csv-core v0.1.13 |
| 1043 | 2026-08-18T22:10:49.530Z | Downloaded tabled_derive v0.7.0 |
| 1044 | 2026-08-18T22:10:49.530Z | Downloaded crossbeam-epoch v0.9.20 |
| 1045 | 2026-08-18T22:10:49.530Z | Downloaded backoff v0.4.0 |
| 1046 | 2026-08-18T22:10:49.535Z | Downloaded crunchy v0.2.4 |
| 1047 | 2026-08-18T22:10:49.535Z | Downloaded usdt-attr-macro v0.5.0 |
| 1048 | 2026-08-18T22:10:49.535Z | Downloaded derive-ex v0.1.8 |
| 1049 | 2026-08-18T22:10:49.535Z | Downloaded displaydoc v0.2.7 |
| 1050 | 2026-08-18T22:10:49.535Z | Downloaded serial_test_derive v4.0.1 |
| 1051 | 2026-08-18T22:10:49.543Z | Downloaded slog-bunyan v2.5.0 |
| 1052 | 2026-08-18T22:10:49.543Z | Downloaded data-encoding v2.11.1 |
| 1053 | 2026-08-18T22:10:49.543Z | Downloaded darling v0.21.3 |
| 1054 | 2026-08-18T22:10:49.543Z | Downloaded testing_table v0.3.0 |
| 1055 | 2026-08-18T22:10:49.547Z | Downloaded arrayvec v0.7.8 |
| 1056 | 2026-08-18T22:10:49.547Z | Downloaded pretty_assertions v1.4.1 |
| 1057 | 2026-08-18T22:10:49.547Z | Downloaded icu_provider v2.2.0 |
| 1058 | 2026-08-18T22:10:49.550Z | Downloaded papergrid v0.11.0 |
| 1059 | 2026-08-18T22:10:49.550Z | Downloaded prettyplease v0.2.37 |
| 1060 | 2026-08-18T22:10:49.550Z | Downloaded crossbeam-utils v0.8.22 |
| 1061 | 2026-08-18T22:10:49.554Z | Downloaded ingot-macros v0.2.0 |
| 1062 | 2026-08-18T22:10:49.554Z | Downloaded diff v0.1.13 |
| 1063 | 2026-08-18T22:10:49.564Z | Downloaded usdt-macro v0.6.0 |
| 1064 | 2026-08-18T22:10:49.568Z | Downloaded smf v0.2.3 |
| 1065 | 2026-08-18T22:10:49.568Z | Downloaded unarray v0.1.4 |
| 1066 | 2026-08-18T22:10:49.573Z | Downloaded defmt-parser v1.0.0 |
| 1067 | 2026-08-18T22:10:49.573Z | Downloaded half v2.7.1 |
| 1068 | 2026-08-18T22:10:49.573Z | Downloaded heapless v0.8.0 |
| 1069 | 2026-08-18T22:10:49.577Z | Downloaded ucd-trie v0.1.7 |
| 1070 | 2026-08-18T22:10:49.577Z | Downloaded usdt-impl v0.5.0 |
| 1071 | 2026-08-18T22:10:49.577Z | Downloaded convert_case v0.4.0 |
| 1072 | 2026-08-18T22:10:49.581Z | Downloaded strum v0.26.3 |
| 1073 | 2026-08-18T22:10:49.588Z | Downloaded hickory-resolver v0.24.4 |
| 1074 | 2026-08-18T22:10:49.592Z | Downloaded time-core v0.1.9 |
| 1075 | 2026-08-18T22:10:49.596Z | Downloaded crypto-common v0.2.2 |
| 1076 | 2026-08-18T22:10:49.596Z | Downloaded spin v0.5.2 |
| 1077 | 2026-08-18T22:10:49.596Z | Downloaded dtrace-parser v0.3.0 |
| 1078 | 2026-08-18T22:10:49.596Z | Downloaded stable_deref_trait v1.2.1 |
| 1079 | 2026-08-18T22:10:49.596Z | Downloaded cargo_toml v0.22.3 |
| 1080 | 2026-08-18T22:10:49.597Z | Downloaded typify-macro v0.4.3 |
| 1081 | 2026-08-18T22:10:49.597Z | Downloaded bit-set v0.8.0 |
| 1082 | 2026-08-18T22:10:49.602Z | Downloaded usdt v0.6.0 |
| 1083 | 2026-08-18T22:10:49.602Z | Downloaded const_format v0.2.36 |
| 1084 | 2026-08-18T22:10:49.608Z | Downloaded backon v1.6.0 |
| 1085 | 2026-08-18T22:10:49.608Z | Downloaded console v0.16.4 |
| 1086 | 2026-08-18T22:10:49.608Z | Downloaded daft-derive v0.1.8 |
| 1087 | 2026-08-18T22:10:49.612Z | Downloaded schemars v0.8.22 |
| 1088 | 2026-08-18T22:10:49.617Z | Downloaded serde_tokenstream v0.3.0 |
| 1089 | 2026-08-18T22:10:49.617Z | Downloaded slog-async v2.8.0 |
| 1090 | 2026-08-18T22:10:49.617Z | Downloaded tiny-keccak v2.0.2 |
| 1091 | 2026-08-18T22:10:49.623Z | Downloaded rand v0.8.7 |
| 1092 | 2026-08-18T22:10:49.623Z | Downloaded writeable v0.6.3 |
| 1093 | 2026-08-18T22:10:49.623Z | Downloaded zerovec-derive v0.11.3 |
| 1094 | 2026-08-18T22:10:49.623Z | Downloaded embedded-io v0.6.1 |
| 1095 | 2026-08-18T22:10:49.628Z | Downloaded slog-dtrace v0.3.0 |
| 1096 | 2026-08-18T22:10:49.628Z | Downloaded waitgroup v0.1.2 |
| 1097 | 2026-08-18T22:10:49.629Z | Downloaded arrayref v0.3.9 |
| 1098 | 2026-08-18T22:10:49.629Z | Downloaded slog-envlogger v2.2.0 |
| 1099 | 2026-08-18T22:10:49.629Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-08-18T22:10:49.635Z | Downloaded topological-sort v0.2.2 |
| 1101 | 2026-08-18T22:10:49.635Z | Downloaded icu_properties v2.2.0 |
| 1102 | 2026-08-18T22:10:49.635Z | Downloaded indexmap v1.9.3 |
| 1103 | 2026-08-18T22:10:49.642Z | Downloaded qorb v0.4.1 |
| 1104 | 2026-08-18T22:10:49.642Z | Downloaded smawk v0.3.3 |
| 1105 | 2026-08-18T22:10:49.642Z | Downloaded typify v0.6.2 |
| 1106 | 2026-08-18T22:10:49.645Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1107 | 2026-08-18T22:10:49.645Z | Downloaded usdt-macro v0.5.0 |
| 1108 | 2026-08-18T22:10:49.645Z | Downloaded term v1.2.1 |
| 1109 | 2026-08-18T22:10:49.649Z | Downloaded uuid v1.24.0 |
| 1110 | 2026-08-18T22:10:49.654Z | Downloaded zone v0.3.1 |
| 1111 | 2026-08-18T22:10:49.654Z | Downloaded unsafe-libyaml v0.2.11 |
| 1112 | 2026-08-18T22:10:49.654Z | Downloaded cipher v0.4.4 |
| 1113 | 2026-08-18T22:10:49.658Z | Downloaded whoami v1.6.1 |
| 1114 | 2026-08-18T22:10:49.663Z | Downloaded yoke v0.8.3 |
| 1115 | 2026-08-18T22:10:49.663Z | Downloaded darling_macro v0.23.0 |
| 1116 | 2026-08-18T22:10:49.663Z | Downloaded cmake v0.1.58 |
| 1117 | 2026-08-18T22:10:49.663Z | Downloaded critical-section v1.2.0 |
| 1118 | 2026-08-18T22:10:49.663Z | Downloaded similar v2.7.0 |
| 1119 | 2026-08-18T22:10:49.667Z | Downloaded hickory-resolver v0.25.2 |
| 1120 | 2026-08-18T22:10:49.671Z | Downloaded strum_macros v0.27.2 |
| 1121 | 2026-08-18T22:10:49.671Z | Downloaded snafu-derive v0.8.9 |
| 1122 | 2026-08-18T22:10:49.671Z | Downloaded toml v0.7.8 |
| 1123 | 2026-08-18T22:10:49.671Z | Downloaded ciborium v0.2.2 |
| 1124 | 2026-08-18T22:10:49.675Z | Downloaded const-oid v0.10.2 |
| 1125 | 2026-08-18T22:10:49.679Z | Downloaded daft v0.1.8 |
| 1126 | 2026-08-18T22:10:49.679Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1127 | 2026-08-18T22:10:49.683Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1128 | 2026-08-18T22:10:49.683Z | Downloaded time-macros v0.2.32 |
| 1129 | 2026-08-18T22:10:49.683Z | Downloaded elliptic-curve v0.13.8 |
| 1130 | 2026-08-18T22:10:49.688Z | Downloaded zerocopy-derive v0.7.35 |
| 1131 | 2026-08-18T22:10:49.688Z | Downloaded serde_with_macros v3.22.0 |
| 1132 | 2026-08-18T22:10:49.691Z | Downloaded indicatif v0.18.6 |
| 1133 | 2026-08-18T22:10:49.691Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-08-18T22:10:49.696Z | Downloaded tinystr v0.8.3 |
| 1135 | 2026-08-18T22:10:49.700Z | Downloaded byte-wrapper v0.1.0 |
| 1136 | 2026-08-18T22:10:49.700Z | Downloaded constant_time_eq v0.4.2 |
| 1137 | 2026-08-18T22:10:49.700Z | Downloaded slog-scope v4.4.1 |
| 1138 | 2026-08-18T22:10:49.700Z | Downloaded compression-codecs v0.4.38 |
| 1139 | 2026-08-18T22:10:49.704Z | Downloaded const_format_proc_macros v0.2.34 |
| 1140 | 2026-08-18T22:10:49.704Z | Downloaded nom v7.1.3 |
| 1141 | 2026-08-18T22:10:49.712Z | Downloaded darling v0.23.0 |
| 1142 | 2026-08-18T22:10:49.716Z | Downloaded slog v2.8.2 |
| 1143 | 2026-08-18T22:10:49.716Z | Downloaded embedded-io v0.4.0 |
| 1144 | 2026-08-18T22:10:49.716Z | Downloaded typify v0.4.3 |
| 1145 | 2026-08-18T22:10:49.716Z | Downloaded deranged v0.5.8 |
| 1146 | 2026-08-18T22:10:49.716Z | Downloaded bcs v0.1.6 |
| 1147 | 2026-08-18T22:10:49.716Z | Downloaded icu_normalizer v2.2.0 |
| 1148 | 2026-08-18T22:10:49.721Z | Downloaded thin-vec v0.2.19 |
| 1149 | 2026-08-18T22:10:49.722Z | Downloaded cancel-safe-futures v0.1.5 |
| 1150 | 2026-08-18T22:10:49.722Z | Downloaded schemars v1.2.2 |
| 1151 | 2026-08-18T22:10:49.726Z | Downloaded rayon-core v1.13.0 |
| 1152 | 2026-08-18T22:10:49.730Z | Downloaded digest v0.11.3 |
| 1153 | 2026-08-18T22:10:49.730Z | Downloaded erased-serde v0.3.31 |
| 1154 | 2026-08-18T22:10:49.733Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1155 | 2026-08-18T22:10:49.733Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-08-18T22:10:49.733Z | Downloaded expectorate v1.2.0 |
| 1157 | 2026-08-18T22:10:49.733Z | Downloaded async-trait v0.1.92 |
| 1158 | 2026-08-18T22:10:49.740Z | Downloaded argon2 v0.5.3 |
| 1159 | 2026-08-18T22:10:49.742Z | Downloaded synstructure v0.13.2 |
| 1160 | 2026-08-18T22:10:49.746Z | Downloaded icu_normalizer_data v2.2.0 |
| 1161 | 2026-08-18T22:10:49.746Z | Downloaded spin v0.9.9 |
| 1162 | 2026-08-18T22:10:49.746Z | Downloaded slog-json v2.6.1 |
| 1163 | 2026-08-18T22:10:49.746Z | Downloaded derive_more v0.99.20 |
| 1164 | 2026-08-18T22:10:49.746Z | Downloaded snafu v0.8.9 |
| 1165 | 2026-08-18T22:10:49.749Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-08-18T22:10:49.753Z | Downloaded chacha20poly1305 v0.10.1 |
| 1167 | 2026-08-18T22:10:49.757Z | Downloaded usdt-impl v0.6.0 |
| 1168 | 2026-08-18T22:10:49.757Z | Downloaded hashbrown v0.16.1 |
| 1169 | 2026-08-18T22:10:49.762Z | Downloaded yansi v1.0.1 |
| 1170 | 2026-08-18T22:10:49.765Z | Downloaded icu_locale_core v2.2.0 |
| 1171 | 2026-08-18T22:10:49.768Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1172 | 2026-08-18T22:10:49.768Z | Downloaded nom v8.0.0 |
| 1173 | 2026-08-18T22:10:49.771Z | Downloaded pest v2.8.8 |
| 1174 | 2026-08-18T22:10:49.774Z | Downloaded blake2 v0.10.6 |
| 1175 | 2026-08-18T22:10:49.780Z | Downloaded drift v0.2.0 |
| 1176 | 2026-08-18T22:10:49.786Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1177 | 2026-08-18T22:10:49.786Z | Downloaded arc-swap v1.9.2 |
| 1178 | 2026-08-18T22:10:49.790Z | Downloaded zerotrie v0.2.4 |
| 1179 | 2026-08-18T22:10:49.790Z | Downloaded async-compression v0.4.43 |
| 1180 | 2026-08-18T22:10:49.794Z | Downloaded dropshot_endpoint v0.17.1 |
| 1181 | 2026-08-18T22:10:49.794Z | Downloaded icu_collections v2.2.0 |
| 1182 | 2026-08-18T22:10:49.798Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1183 | 2026-08-18T22:10:49.798Z | Downloaded darling_core v0.23.0 |
| 1184 | 2026-08-18T22:10:49.801Z | Downloaded libm v0.2.16 |
| 1185 | 2026-08-18T22:10:49.804Z | Downloaded cc v1.4.2 |
| 1186 | 2026-08-18T22:10:49.807Z | Downloaded darling_core v0.21.3 |
| 1187 | 2026-08-18T22:10:49.810Z | Downloaded hashbrown v0.12.3 |
| 1188 | 2026-08-18T22:10:49.810Z | Downloaded crypto-bigint v0.5.5 |
| 1189 | 2026-08-18T22:10:49.815Z | Downloaded typed-path v0.9.3 |
| 1190 | 2026-08-18T22:10:49.818Z | Downloaded goblin v0.8.2 |
| 1191 | 2026-08-18T22:10:49.821Z | Downloaded toml_edit v0.19.15 |
| 1192 | 2026-08-18T22:10:49.830Z | Downloaded moka v0.12.16 |
| 1193 | 2026-08-18T22:10:49.837Z | Downloaded base64 v0.21.7 |
| 1194 | 2026-08-18T22:10:49.847Z | Downloaded crossbeam-channel v0.5.16 |
| 1195 | 2026-08-18T22:10:49.854Z | Downloaded dropshot-api-manager v0.7.2 |
| 1196 | 2026-08-18T22:10:49.858Z | Downloaded jiff-core v0.1.0 |
| 1197 | 2026-08-18T22:10:49.872Z | Downloaded proptest v1.11.0 |
| 1198 | 2026-08-18T22:10:49.876Z | Downloaded steno v0.4.1 |
| 1199 | 2026-08-18T22:10:49.879Z | Downloaded winnow v0.5.40 |
| 1200 | 2026-08-18T22:10:49.890Z | Downloaded tabled v0.15.0 |
| 1201 | 2026-08-18T22:10:49.898Z | Downloaded quinn-proto v0.11.16 |
| 1202 | 2026-08-18T22:10:49.903Z | Downloaded h2 v0.4.15 |
| 1203 | 2026-08-18T22:10:49.905Z | Downloaded itertools v0.12.1 |
| 1204 | 2026-08-18T22:10:49.918Z | Downloaded zerovec v0.11.6 |
| 1205 | 2026-08-18T22:10:49.922Z | Downloaded hkdf v0.12.4 |
| 1206 | 2026-08-18T22:10:49.922Z | Downloaded itertools v0.15.0 |
| 1207 | 2026-08-18T22:10:49.925Z | Downloaded zerocopy-derive v0.8.56 |
| 1208 | 2026-08-18T22:10:49.929Z | Downloaded rayon v1.12.0 |
| 1209 | 2026-08-18T22:10:49.932Z | Downloaded syn v1.0.109 |
| 1210 | 2026-08-18T22:10:49.936Z | Downloaded blake3 v1.8.6 |
| 1211 | 2026-08-18T22:10:49.941Z | Downloaded icu_properties_data v2.2.0 |
| 1212 | 2026-08-18T22:10:49.948Z | Downloaded reqwest v0.13.4 |
| 1213 | 2026-08-18T22:10:49.952Z | Downloaded tough v0.22.0 |
| 1214 | 2026-08-18T22:10:49.956Z | Downloaded zerocopy v0.7.35 |
| 1215 | 2026-08-18T22:10:49.966Z | Downloaded aws-lc-rs v1.18.0 |
| 1216 | 2026-08-18T22:10:49.972Z | Downloaded iddqd v0.4.6 |
| 1217 | 2026-08-18T22:10:49.976Z | Downloaded time v0.3.55 |
| 1218 | 2026-08-18T22:10:49.984Z | Downloaded serde_with v3.22.0 |
| 1219 | 2026-08-18T22:10:49.994Z | Downloaded nix v0.31.3 |
| 1220 | 2026-08-18T22:10:49.998Z | Downloaded openapiv3 v2.2.0 |
| 1221 | 2026-08-18T22:10:50.023Z | Downloaded goblin v0.10.7 |
| 1222 | 2026-08-18T22:10:50.048Z | Downloaded tabled v0.21.0 |
| 1223 | 2026-08-18T22:10:50.082Z | Downloaded sled v0.34.7 |
| 1224 | 2026-08-18T22:10:50.089Z | Downloaded regress v0.10.5 |
| 1225 | 2026-08-18T22:10:50.096Z | Downloaded smoltcp v0.11.0 |
| 1226 | 2026-08-18T22:10:50.099Z | Downloaded hickory-proto v0.24.4 |
| 1227 | 2026-08-18T22:10:50.105Z | Downloaded dropshot v0.17.1 |
| 1228 | 2026-08-18T22:10:50.120Z | Downloaded typify-impl v0.4.3 |
| 1229 | 2026-08-18T22:10:50.126Z | Downloaded rhai v1.25.1 |
| 1230 | 2026-08-18T22:10:50.131Z | Downloaded hickory-proto v0.25.2 |
| 1231 | 2026-08-18T22:10:50.139Z | Downloaded regress v0.11.1 |
| 1232 | 2026-08-18T22:10:50.145Z | Downloaded typify-impl v0.6.2 |
| 1233 | 2026-08-18T22:10:50.158Z | Downloaded petgraph v0.6.5 |
| 1234 | 2026-08-18T22:10:50.169Z | Downloaded jiff v0.2.35 |
| 1235 | 2026-08-18T22:10:50.182Z | Downloaded lzma-sys v0.1.20 |
| 1236 | 2026-08-18T22:10:50.194Z | Downloaded sha3 v0.10.9 |
| 1237 | 2026-08-18T22:10:50.202Z | Downloaded chrono-tz v0.10.4 |
| 1238 | 2026-08-18T22:10:50.215Z | Downloaded csv v1.4.0 |
| 1239 | 2026-08-18T22:10:50.298Z | Downloaded encoding_rs v0.8.35 |
| 1240 | 2026-08-18T22:10:50.882Z | Downloaded aws-lc-sys v0.44.0 |
| 1241 | 2026-08-18T22:10:51.862Z | Compiling proc-macro2 v1.0.107 |
| 1242 | 2026-08-18T22:10:51.862Z | Compiling unicode-ident v1.0.24 |
| 1243 | 2026-08-18T22:10:51.862Z | Compiling quote v1.0.47 |
| 1244 | 2026-08-18T22:10:51.862Z | Compiling serde_core v1.0.229 |
| 1245 | 2026-08-18T22:10:51.862Z | Compiling cfg-if v1.0.4 |
| 1246 | 2026-08-18T22:10:51.863Z | Compiling serde v1.0.229 |
| 1247 | 2026-08-18T22:10:51.863Z | Compiling libc v0.2.189 |
| 1248 | 2026-08-18T22:10:51.863Z | Compiling memchr v2.8.3 |
| 1249 | 2026-08-18T22:10:52.085Z | Compiling itoa v1.0.18 |
| 1250 | 2026-08-18T22:10:52.274Z | Compiling zmij v1.0.23 |
| 1251 | 2026-08-18T22:10:52.311Z | Compiling autocfg v1.5.1 |
| 1252 | 2026-08-18T22:10:52.344Z | Compiling libm v0.2.16 |
| 1253 | 2026-08-18T22:10:52.665Z | Compiling stable_deref_trait v1.2.1 |
| 1254 | 2026-08-18T22:10:52.684Z | Compiling litemap v0.8.2 |
| 1255 | 2026-08-18T22:10:52.735Z | Compiling writeable v0.6.3 |
| 1256 | 2026-08-18T22:10:52.808Z | Compiling utf8_iter v1.0.4 |
| 1257 | 2026-08-18T22:10:52.872Z | Compiling icu_normalizer_data v2.2.0 |
| 1258 | 2026-08-18T22:10:52.905Z | Compiling version_check v0.9.5 |
| 1259 | 2026-08-18T22:10:52.916Z | Compiling percent-encoding v2.3.2 |
| 1260 | 2026-08-18T22:10:52.943Z | Compiling icu_properties_data v2.2.0 |
| 1261 | 2026-08-18T22:10:52.956Z | Compiling iana-time-zone v0.1.65 |
| 1262 | 2026-08-18T22:10:53.182Z | Compiling equivalent v1.0.2 |
| 1263 | 2026-08-18T22:10:53.196Z | Compiling form_urlencoded v1.2.2 |
| 1264 | 2026-08-18T22:10:53.205Z | Compiling allocator-api2 v0.2.21 |
| 1265 | 2026-08-18T22:10:53.275Z | Compiling syn v2.0.119 |
| 1266 | 2026-08-18T22:10:53.334Z | Compiling syn v3.0.3 |
| 1267 | 2026-08-18T22:10:53.379Z | Compiling pin-project-lite v0.2.17 |
| 1268 | 2026-08-18T22:10:53.389Z | Compiling serde_json v1.0.151 |
| 1269 | 2026-08-18T22:10:53.400Z | Compiling scopeguard v1.2.0 |
| 1270 | 2026-08-18T22:10:53.470Z | Compiling parking_lot_core v0.9.12 |
| 1271 | 2026-08-18T22:10:53.512Z | Compiling dyn-clone v1.0.20 |
| 1272 | 2026-08-18T22:10:53.546Z | Compiling lock_api v0.4.14 |
| 1273 | 2026-08-18T22:10:53.638Z | Compiling hashbrown v0.17.1 |
| 1274 | 2026-08-18T22:10:53.657Z | Compiling num-traits v0.2.19 |
| 1275 | 2026-08-18T22:10:53.764Z | Compiling rand_core v0.10.1 |
| 1276 | 2026-08-18T22:10:53.795Z | Compiling thiserror v2.0.20 |
| 1277 | 2026-08-18T22:10:53.924Z | Compiling getrandom v0.4.3 |
| 1278 | 2026-08-18T22:10:53.936Z | Compiling errno v0.3.14 |
| 1279 | 2026-08-18T22:10:54.088Z | Compiling futures-core v0.3.34 |
| 1280 | 2026-08-18T22:10:54.145Z | Compiling semver v1.0.28 |
| 1281 | 2026-08-18T22:10:54.235Z | Compiling indexmap v2.14.0 |
| 1282 | 2026-08-18T22:10:54.503Z | Compiling zerocopy v0.8.56 |
| 1283 | 2026-08-18T22:10:54.514Z | Compiling heck v0.5.0 |
| 1284 | 2026-08-18T22:10:54.696Z | Compiling futures-sink v0.3.34 |
| 1285 | 2026-08-18T22:10:54.768Z | Compiling uuid v1.24.0 |
| 1286 | 2026-08-18T22:10:54.794Z | Compiling slab v0.4.12 |
| 1287 | 2026-08-18T22:10:54.872Z | Compiling jobserver v0.1.35 |
| 1288 | 2026-08-18T22:10:54.926Z | Compiling shlex v2.0.1 |
| 1289 | 2026-08-18T22:10:54.969Z | Compiling rustversion v1.0.23 |
| 1290 | 2026-08-18T22:10:55.109Z | Compiling find-msvc-tools v0.1.10 |
| 1291 | 2026-08-18T22:10:55.185Z | Compiling fnv v1.0.7 |
| 1292 | 2026-08-18T22:10:55.196Z | Compiling schemars v0.8.22 |
| 1293 | 2026-08-18T22:10:55.286Z | Compiling cc v1.4.2 |
| 1294 | 2026-08-18T22:10:55.310Z | Compiling futures-channel v0.3.34 |
| 1295 | 2026-08-18T22:10:55.342Z | Compiling futures-task v0.3.34 |
| 1296 | 2026-08-18T22:10:55.446Z | Compiling futures-io v0.3.34 |
| 1297 | 2026-08-18T22:10:55.514Z | Compiling pkg-config v0.3.33 |
| 1298 | 2026-08-18T22:10:55.542Z | Compiling socket2 v0.6.5 |
| 1299 | 2026-08-18T22:10:55.598Z | Compiling portable-atomic v1.15.0 |
| 1300 | 2026-08-18T22:10:55.609Z | Compiling bitflags v2.13.1 |
| 1301 | 2026-08-18T22:10:55.884Z | Compiling signal-hook-registry v1.4.8 |
| 1302 | 2026-08-18T22:10:55.935Z | Compiling mio v1.2.2 |
| 1303 | 2026-08-18T22:10:55.977Z | Compiling critical-section v1.2.0 |
| 1304 | 2026-08-18T22:10:56.025Z | Compiling dunce v1.0.5 |
| 1305 | 2026-08-18T22:10:56.084Z | Compiling synstructure v0.13.2 |
| 1306 | 2026-08-18T22:10:56.111Z | Compiling serde_derive_internals v0.29.1 |
| 1307 | 2026-08-18T22:10:56.182Z | Compiling cmake v0.1.58 |
| 1308 | 2026-08-18T22:10:56.440Z | Compiling fs_extra v1.3.0 |
| 1309 | 2026-08-18T22:10:56.517Z | Compiling base64 v0.22.1 |
| 1310 | 2026-08-18T22:10:56.568Z | Compiling once_cell v1.21.4 |
| 1311 | 2026-08-18T22:10:56.595Z | Compiling typenum v1.20.1 |
| 1312 | 2026-08-18T22:10:56.609Z | Compiling serde_derive v1.0.229 |
| 1313 | 2026-08-18T22:10:56.644Z | Compiling displaydoc v0.2.7 |
| 1314 | 2026-08-18T22:10:56.695Z | Compiling tokio-macros v2.7.2 |
| 1315 | 2026-08-18T22:10:56.777Z | Compiling thiserror-impl v2.0.20 |
| 1316 | 2026-08-18T22:10:56.856Z | Compiling futures-macro v0.3.34 |
| 1317 | 2026-08-18T22:10:56.892Z | Compiling aws-lc-sys v0.44.0 |
| 1318 | 2026-08-18T22:10:57.339Z | Compiling zerofrom-derive v0.1.7 |
| 1319 | 2026-08-18T22:10:57.432Z | Compiling yoke-derive v0.8.2 |
| 1320 | 2026-08-18T22:10:57.490Z | Compiling zerovec-derive v0.11.3 |
| 1321 | 2026-08-18T22:10:57.501Z | Compiling schemars_derive v0.8.22 |
| 1322 | 2026-08-18T22:10:57.691Z | Compiling zerocopy-derive v0.8.56 |
| 1323 | 2026-08-18T22:10:58.063Z | Compiling zeroize_derive v1.5.0 |
| 1324 | 2026-08-18T22:10:58.095Z | Compiling futures-util v0.3.34 |
| 1325 | 2026-08-18T22:10:58.533Z | Compiling log v0.4.33 |
| 1326 | 2026-08-18T22:10:58.572Z | Compiling zerofrom v0.1.8 |
| 1327 | 2026-08-18T22:10:58.692Z | Compiling yoke v0.8.3 |
| 1328 | 2026-08-18T22:10:58.713Z | Compiling regex-syntax v0.8.11 |
| 1329 | 2026-08-18T22:10:58.751Z | Compiling zeroize v1.9.0 |
| 1330 | 2026-08-18T22:10:58.877Z | Compiling zerovec v0.11.6 |
| 1331 | 2026-08-18T22:10:58.911Z | Compiling zerotrie v0.2.4 |
| 1332 | 2026-08-18T22:10:58.963Z | Compiling subtle v2.6.1 |
| 1333 | 2026-08-18T22:10:59.126Z | Compiling slog v2.8.2 |
| 1334 | 2026-08-18T22:10:59.199Z | Compiling byteorder v1.5.0 |
| 1335 | 2026-08-18T22:10:59.343Z | Compiling tinystr v0.8.3 |
| 1336 | 2026-08-18T22:10:59.394Z | Compiling potential_utf v0.1.5 |
| 1337 | 2026-08-18T22:10:59.435Z | Compiling strsim v0.11.1 |
| 1338 | 2026-08-18T22:10:59.538Z | Compiling icu_locale_core v2.2.0 |
| 1339 | 2026-08-18T22:10:59.558Z | Compiling icu_collections v2.2.0 |
| 1340 | 2026-08-18T22:10:59.783Z | Compiling bytes v1.12.1 |
| 1341 | 2026-08-18T22:10:59.814Z | Compiling smallvec v1.15.2 |
| 1342 | 2026-08-18T22:11:00.044Z | Compiling chrono v0.4.45 |
| 1343 | 2026-08-18T22:11:00.371Z | Compiling icu_provider v2.2.0 |
| 1344 | 2026-08-18T22:11:00.395Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-08-18T22:11:00.419Z | Compiling http v1.5.0 |
| 1346 | 2026-08-18T22:11:00.582Z | Compiling tokio v1.53.1 |
| 1347 | 2026-08-18T22:11:00.683Z | Compiling icu_properties v2.2.0 |
| 1348 | 2026-08-18T22:11:00.795Z | Compiling icu_normalizer v2.2.0 |
| 1349 | 2026-08-18T22:11:01.317Z | Compiling erased-serde v0.3.31 |
| 1350 | 2026-08-18T22:11:01.381Z | Compiling serde_tokenstream v0.2.3 |
| 1351 | 2026-08-18T22:11:01.393Z | Compiling http-body v1.1.0 |
| 1352 | 2026-08-18T22:11:01.510Z | Compiling httparse v1.10.1 |
| 1353 | 2026-08-18T22:11:01.541Z | Compiling ipnet v2.12.1 |
| 1354 | 2026-08-18T22:11:01.656Z | Compiling idna_adapter v1.2.2 |
| 1355 | 2026-08-18T22:11:01.804Z | Compiling idna v1.1.0 |
| 1356 | 2026-08-18T22:11:01.887Z | Compiling atomic-waker v1.1.2 |
| 1357 | 2026-08-18T22:11:01.903Z | Compiling rustix v1.1.4 |
| 1358 | 2026-08-18T22:11:02.063Z | Compiling tower-service v0.3.3 |
| 1359 | 2026-08-18T22:11:02.111Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-08-18T22:11:02.153Z | Compiling url v2.5.8 |
| 1361 | 2026-08-18T22:11:02.257Z | Compiling ppv-lite86 v0.2.21 |
| 1362 | 2026-08-18T22:11:02.267Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-08-18T22:11:02.376Z | Compiling ryu v1.0.23 |
| 1364 | 2026-08-18T22:11:02.426Z | Compiling untrusted v0.9.0 |
| 1365 | 2026-08-18T22:11:02.437Z | Compiling want v0.3.1 |
| 1366 | 2026-08-18T22:11:02.547Z | Compiling getrandom v0.2.17 |
| 1367 | 2026-08-18T22:11:02.558Z | Compiling thiserror v1.0.69 |
| 1368 | 2026-08-18T22:11:02.570Z | Compiling ucd-trie v0.1.7 |
| 1369 | 2026-08-18T22:11:02.604Z | Compiling getrandom v0.3.4 |
| 1370 | 2026-08-18T22:11:02.614Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-08-18T22:11:02.864Z | Compiling pest v2.8.8 |
| 1372 | 2026-08-18T22:11:02.868Z | Compiling rand_core v0.6.4 |
| 1373 | 2026-08-18T22:11:02.942Z | Compiling thiserror-impl v1.0.69 |
| 1374 | 2026-08-18T22:11:03.025Z | Compiling plain v0.2.3 |
| 1375 | 2026-08-18T22:11:03.037Z | Compiling pretty-hex v0.4.2 |
| 1376 | 2026-08-18T22:11:03.086Z | Compiling foldhash v0.2.0 |
| 1377 | 2026-08-18T22:11:03.133Z | Compiling tracing-attributes v0.1.31 |
| 1378 | 2026-08-18T22:11:03.183Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-08-18T22:11:03.318Z | Compiling paste v1.0.15 |
| 1380 | 2026-08-18T22:11:03.607Z | Compiling ipnetwork v0.21.1 |
| 1381 | 2026-08-18T22:11:03.800Z | Compiling serde_urlencoded v0.7.1 |
| 1382 | 2026-08-18T22:11:04.038Z | Compiling pest_meta v2.8.8 |
| 1383 | 2026-08-18T22:11:04.043Z | Compiling http-body-util v0.1.5 |
| 1384 | 2026-08-18T22:11:04.127Z | Compiling aho-corasick v1.1.5 |
| 1385 | 2026-08-18T22:11:04.176Z | Compiling ident_case v1.0.1 |
| 1386 | 2026-08-18T22:11:04.208Z | Compiling omicron-workspace-hack v0.1.0 |
| 1387 | 2026-08-18T22:11:04.302Z | Compiling sync_wrapper v1.0.2 |
| 1388 | 2026-08-18T22:11:04.320Z | Compiling tracing v0.1.44 |
| 1389 | 2026-08-18T22:11:04.404Z | Compiling winnow v1.0.4 |
| 1390 | 2026-08-18T22:11:04.496Z | Compiling oxnet v0.1.6 |
| 1391 | 2026-08-18T22:11:04.764Z | Compiling pest_generator v2.8.8 |
| 1392 | 2026-08-18T22:11:04.941Z | Compiling regex-automata v0.4.18 |
| 1393 | 2026-08-18T22:11:04.956Z | Compiling hashbrown v0.16.1 |
| 1394 | 2026-08-18T22:11:05.313Z | Compiling daft-derive v0.1.8 |
| 1395 | 2026-08-18T22:11:05.373Z | Compiling pest_derive v2.8.8 |
| 1396 | 2026-08-18T22:11:05.479Z | Compiling fastrand v2.5.0 |
| 1397 | 2026-08-18T22:11:05.543Z | Compiling tokio-util v0.7.19 |
| 1398 | 2026-08-18T22:11:05.744Z | Compiling scroll_derive v0.13.1 |
| 1399 | 2026-08-18T22:11:06.047Z | Compiling aws-lc-rs v1.18.0 |
| 1400 | 2026-08-18T22:11:06.076Z | Compiling num-conv v0.2.2 |
| 1401 | 2026-08-18T22:11:06.230Z | Compiling time-core v0.1.9 |
| 1402 | 2026-08-18T22:11:06.283Z | Compiling rustls-pki-types v1.15.1 |
| 1403 | 2026-08-18T22:11:06.346Z | Compiling async-trait v0.1.92 |
| 1404 | 2026-08-18T22:11:06.410Z | Compiling time-macros v0.2.32 |
| 1405 | 2026-08-18T22:11:06.581Z | Compiling scroll v0.13.0 |
| 1406 | 2026-08-18T22:11:06.763Z | Compiling regex v1.13.1 |
| 1407 | 2026-08-18T22:11:06.904Z | Compiling openssl-probe v0.2.1 |
| 1408 | 2026-08-18T22:11:07.091Z | Compiling num_threads v0.1.7 |
| 1409 | 2026-08-18T22:11:07.193Z | Compiling anyhow v1.0.104 |
| 1410 | 2026-08-18T22:11:07.253Z | Compiling powerfmt v0.2.0 |
| 1411 | 2026-08-18T22:11:07.272Z | Compiling deranged v0.5.8 |
| 1412 | 2026-08-18T22:11:07.462Z | Compiling untrusted v0.7.1 |
| 1413 | 2026-08-18T22:11:07.594Z | Compiling hex v0.4.3 |
| 1414 | 2026-08-18T22:11:07.630Z | Compiling rustls v0.23.43 |
| 1415 | 2026-08-18T22:11:07.836Z | Compiling camino v1.2.5 |
| 1416 | 2026-08-18T22:11:07.857Z | Compiling h2 v0.4.15 |
| 1417 | 2026-08-18T22:11:08.096Z | Compiling usdt-impl v0.6.0 |
| 1418 | 2026-08-18T22:11:08.188Z | Compiling crc32fast v1.5.0 |
| 1419 | 2026-08-18T22:11:08.206Z | Compiling crossbeam-utils v0.8.22 |
| 1420 | 2026-08-18T22:11:08.352Z | Compiling goblin v0.10.7 |
| 1421 | 2026-08-18T22:11:08.511Z | Compiling dtrace-parser v0.3.0 |
| 1422 | 2026-08-18T22:11:08.725Z | Compiling futures-executor v0.3.34 |
| 1423 | 2026-08-18T22:11:08.823Z | Compiling serde_tokenstream v0.3.0 |
| 1424 | 2026-08-18T22:11:09.008Z | Compiling structmeta-derive v0.3.0 |
| 1425 | 2026-08-18T22:11:09.102Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-08-18T22:11:09.113Z | Compiling thread_local v1.1.10 |
| 1427 | 2026-08-18T22:11:09.184Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-08-18T22:11:09.318Z | Compiling simd-adler32 v0.3.10 |
| 1429 | 2026-08-18T22:11:09.364Z | Compiling cpufeatures v0.3.0 |
| 1430 | 2026-08-18T22:11:09.380Z | Compiling newtype-uuid-macros v0.1.1 |
| 1431 | 2026-08-18T22:11:09.435Z | Compiling futures v0.3.34 |
| 1432 | 2026-08-18T22:11:09.512Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-08-18T22:11:09.524Z | Compiling rand_core v0.9.5 |
| 1434 | 2026-08-18T22:11:10.040Z | Compiling hyper v1.11.0 |
| 1435 | 2026-08-18T22:11:10.161Z | Compiling structmeta v0.3.0 |
| 1436 | 2026-08-18T22:11:10.172Z | Compiling darling_core v0.23.0 |
| 1437 | 2026-08-18T22:11:10.359Z | Compiling hybrid-array v0.4.14 |
| 1438 | 2026-08-18T22:11:10.618Z | Compiling match_cfg v0.1.0 |
| 1439 | 2026-08-18T22:11:10.688Z | Compiling slog-async v2.8.0 |
| 1440 | 2026-08-18T22:11:10.982Z | Compiling flate2 v1.1.9 |
| 1441 | 2026-08-18T22:11:11.066Z | Compiling newtype-uuid v1.4.0 |
| 1442 | 2026-08-18T22:11:11.227Z | Compiling hyper-util v0.1.20 |
| 1443 | 2026-08-18T22:11:11.397Z | Compiling dof v0.4.0 |
| 1444 | 2026-08-18T22:11:11.435Z | Compiling take_mut v0.2.2 |
| 1445 | 2026-08-18T22:11:11.443Z | Compiling ref-cast v1.0.26 |
| 1446 | 2026-08-18T22:11:11.518Z | Compiling term v1.2.1 |
| 1447 | 2026-08-18T22:11:11.751Z | Compiling quick-error v1.2.3 |
| 1448 | 2026-08-18T22:11:11.790Z | Compiling compression-core v0.4.32 |
| 1449 | 2026-08-18T22:11:12.025Z | Compiling compression-codecs v0.4.38 |
| 1450 | 2026-08-18T22:11:12.273Z | Compiling daft v0.1.8 |
| 1451 | 2026-08-18T22:11:12.279Z | Compiling darling_macro v0.23.0 |
| 1452 | 2026-08-18T22:11:12.545Z | Compiling block-buffer v0.12.1 |
| 1453 | 2026-08-18T22:11:12.722Z | Compiling crypto-common v0.2.2 |
| 1454 | 2026-08-18T22:11:12.819Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2026-08-18T22:11:12.881Z | Compiling darling v0.23.0 |
| 1456 | 2026-08-18T22:11:12.949Z | Compiling strum_macros v0.26.4 |
| 1457 | 2026-08-18T22:11:12.961Z | Compiling ref-cast-impl v1.0.26 |
| 1458 | 2026-08-18T22:11:12.970Z | Compiling serde_spanned v1.1.1 |
| 1459 | 2026-08-18T22:11:13.041Z | Compiling multer v3.1.0 |
| 1460 | 2026-08-18T22:11:13.113Z | Compiling generic-array v0.14.7 |
| 1461 | 2026-08-18T22:11:13.253Z | Compiling bit-vec v0.8.0 |
| 1462 | 2026-08-18T22:11:13.333Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1463 | 2026-08-18T22:11:13.354Z | Compiling usdt-macro v0.6.0 |
| 1464 | 2026-08-18T22:11:13.498Z | Compiling usdt-attr-macro v0.6.0 |
| 1465 | 2026-08-18T22:11:13.541Z | Compiling debug-ignore v1.0.5 |
| 1466 | 2026-08-18T22:11:13.553Z | Compiling const-oid v0.10.2 |
| 1467 | 2026-08-18T22:11:13.669Z | Compiling bit-set v0.8.0 |
| 1468 | 2026-08-18T22:11:13.741Z | Compiling digest v0.11.3 |
| 1469 | 2026-08-18T22:11:13.827Z | Compiling rand v0.9.5 |
| 1470 | 2026-08-18T22:11:13.840Z | Compiling serde_with_macros v3.22.0 |
| 1471 | 2026-08-18T22:11:13.903Z | Compiling tower v0.5.3 |
| 1472 | 2026-08-18T22:11:14.440Z | Compiling async-stream-impl v0.3.6 |
| 1473 | 2026-08-18T22:11:14.465Z | Compiling dropshot v0.17.1 |
| 1474 | 2026-08-18T22:11:14.579Z | Compiling strum v0.26.3 |
| 1475 | 2026-08-18T22:11:14.658Z | Compiling encoding_rs v0.8.35 |
| 1476 | 2026-08-18T22:11:14.685Z | Compiling spin v0.9.9 |
| 1477 | 2026-08-18T22:11:14.702Z | Compiling unarray v0.1.4 |
| 1478 | 2026-08-18T22:11:14.810Z | Compiling syn v1.0.109 |
| 1479 | 2026-08-18T22:11:14.945Z | Compiling mime v0.3.17 |
| 1480 | 2026-08-18T22:11:15.045Z | Compiling tower-http v0.6.11 |
| 1481 | 2026-08-18T22:11:15.067Z | Compiling async-stream v0.3.6 |
| 1482 | 2026-08-18T22:11:15.158Z | Compiling sha1 v0.11.0 |
| 1483 | 2026-08-18T22:11:15.242Z | Compiling derive-ex v0.1.8 |
| 1484 | 2026-08-18T22:11:15.252Z | Compiling waitgroup v0.1.2 |
| 1485 | 2026-08-18T22:11:15.387Z | Compiling dropshot_endpoint v0.17.1 |
| 1486 | 2026-08-18T22:11:15.397Z | Compiling openapiv3 v2.2.0 |
| 1487 | 2026-08-18T22:11:15.453Z | Compiling macaddr v1.0.1 |
| 1488 | 2026-08-18T22:11:15.713Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1489 | 2026-08-18T22:11:16.160Z | Compiling serde_path_to_error v0.1.20 |
| 1490 | 2026-08-18T22:11:16.181Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1491 | 2026-08-18T22:11:16.310Z | Compiling tempfile v3.27.0 |
| 1492 | 2026-08-18T22:11:16.507Z | Compiling time v0.3.55 |
| 1493 | 2026-08-18T22:11:16.743Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1494 | 2026-08-18T22:11:16.778Z | Compiling test-strategy v0.4.5 |
| 1495 | 2026-08-18T22:11:17.012Z | Compiling rustls-native-certs v0.8.4 |
| 1496 | 2026-08-18T22:11:17.083Z | Compiling strum_macros v0.27.2 |
| 1497 | 2026-08-18T22:11:17.087Z | Compiling instant v0.1.13 |
| 1498 | 2026-08-18T22:11:17.314Z | Compiling crossbeam-channel v0.5.16 |
| 1499 | 2026-08-18T22:11:17.655Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1500 | 2026-08-18T22:11:17.940Z | Compiling crypto-common v0.1.7 |
| 1501 | 2026-08-18T22:11:18.170Z | Compiling parse-display-derive v0.10.0 |
| 1502 | 2026-08-18T22:11:18.278Z | Compiling backon v1.6.0 |
| 1503 | 2026-08-18T22:11:18.390Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2026-08-18T22:11:18.491Z | Compiling is-terminal v0.4.17 |
| 1505 | 2026-08-18T22:11:18.615Z | Compiling either v1.17.0 |
| 1506 | 2026-08-18T22:11:18.672Z | Compiling rand v0.8.7 |
| 1507 | 2026-08-18T22:11:18.828Z | Compiling slog-term v2.9.2 |
| 1508 | 2026-08-18T22:11:18.906Z | Compiling strum v0.27.2 |
| 1509 | 2026-08-18T22:11:19.041Z | Compiling slog-json v2.6.1 |
| 1510 | 2026-08-18T22:11:19.245Z | Compiling hostname v0.3.1 |
| 1511 | 2026-08-18T22:11:19.384Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1512 | 2026-08-18T22:11:19.514Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1513 | 2026-08-18T22:11:19.625Z | Compiling wait-timeout v0.2.1 |
| 1514 | 2026-08-18T22:11:19.722Z | Compiling memmap2 v0.9.11 |
| 1515 | 2026-08-18T22:11:19.840Z | Compiling rusty-fork v0.3.1 |
| 1516 | 2026-08-18T22:11:19.927Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1517 | 2026-08-18T22:11:19.938Z | Compiling slog-bunyan v2.5.0 |
| 1518 | 2026-08-18T22:11:20.068Z | Compiling serde_with v3.22.0 |
| 1519 | 2026-08-18T22:11:20.080Z | Compiling async-compression v0.4.43 |
| 1520 | 2026-08-18T22:11:20.238Z | Compiling rand_xorshift v0.4.0 |
| 1521 | 2026-08-18T22:11:20.319Z | Compiling rustls-pemfile v2.2.0 |
| 1522 | 2026-08-18T22:11:20.382Z | Compiling regress v0.10.5 |
| 1523 | 2026-08-18T22:11:20.385Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1524 | 2026-08-18T22:11:20.506Z | Compiling hostname v0.4.2 |
| 1525 | 2026-08-18T22:11:20.863Z | Compiling humantime v2.4.0 |
| 1526 | 2026-08-18T22:11:21.134Z | Compiling proptest v1.11.0 |
| 1527 | 2026-08-18T22:11:21.918Z | Compiling usdt v0.6.0 |
| 1528 | 2026-08-18T22:11:22.023Z | Compiling iddqd v0.4.6 |
| 1529 | 2026-08-18T22:11:22.204Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1530 | 2026-08-18T22:11:22.355Z | Compiling block-buffer v0.10.4 |
| 1531 | 2026-08-18T22:11:22.456Z | Compiling reqwest v0.12.28 |
| 1532 | 2026-08-18T22:11:23.139Z | Compiling digest v0.10.7 |
| 1533 | 2026-08-18T22:11:23.245Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1534 | 2026-08-18T22:11:23.299Z | Compiling parse-display v0.10.0 |
| 1535 | 2026-08-18T22:11:23.357Z | Compiling backoff v0.4.0 |
| 1536 | 2026-08-18T22:11:23.570Z | Compiling progenitor-client v0.10.0 |
| 1537 | 2026-08-18T22:11:23.629Z | Compiling itertools v0.14.0 |
| 1538 | 2026-08-18T22:11:23.822Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1539 | 2026-08-18T22:11:24.861Z | Compiling regress v0.11.1 |
| 1540 | 2026-08-18T22:11:25.022Z | Compiling utf8parse v0.2.2 |
| 1541 | 2026-08-18T22:11:25.133Z | Compiling anstyle-parse v1.0.0 |
| 1542 | 2026-08-18T22:11:25.619Z | Compiling colorchoice v1.0.5 |
| 1543 | 2026-08-18T22:11:25.622Z | Compiling anstyle v1.0.14 |
| 1544 | 2026-08-18T22:11:25.853Z | Compiling anstyle-query v1.1.5 |
| 1545 | 2026-08-18T22:11:25.868Z | Compiling is_terminal_polyfill v1.70.2 |
| 1546 | 2026-08-18T22:11:25.952Z | Compiling anstream v1.0.0 |
| 1547 | 2026-08-18T22:11:26.268Z | Compiling clap_lex v1.1.0 |
| 1548 | 2026-08-18T22:11:26.386Z | Compiling typify-impl v0.6.2 |
| 1549 | 2026-08-18T22:11:26.721Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-18T22:11:26.834Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-08-18T22:11:27.029Z | Compiling unicode-width v0.2.2 |
| 1552 | 2026-08-18T22:11:27.241Z | Compiling convert_case v0.4.0 |
| 1553 | 2026-08-18T22:11:27.313Z | Compiling cpufeatures v0.2.17 |
| 1554 | 2026-08-18T22:11:27.733Z | Compiling zerocopy v0.7.35 |
| 1555 | 2026-08-18T22:11:27.781Z | Compiling derive_more v0.99.20 |
| 1556 | 2026-08-18T22:11:28.463Z | Compiling clap_derive v4.6.4 |
| 1557 | 2026-08-18T22:11:28.883Z | Compiling terminal_size v0.4.4 |
| 1558 | 2026-08-18T22:11:29.023Z | Compiling secrecy v0.10.3 |
| 1559 | 2026-08-18T22:11:29.181Z | Compiling tinyvec_macros v0.1.1 |
| 1560 | 2026-08-18T22:11:29.282Z | Compiling crucible-workspace-hack v0.1.0 |
| 1561 | 2026-08-18T22:11:29.291Z | Compiling float-ord v0.3.2 |
| 1562 | 2026-08-18T22:11:29.403Z | Compiling tinyvec v1.12.0 |
| 1563 | 2026-08-18T22:11:29.948Z | Compiling dtrace-parser v0.2.0 |
| 1564 | 2026-08-18T22:11:30.015Z | Compiling scroll_derive v0.12.1 |
| 1565 | 2026-08-18T22:11:30.068Z | Compiling num-integer v0.1.47 |
| 1566 | 2026-08-18T22:11:30.077Z | Compiling rustc_version v0.4.1 |
| 1567 | 2026-08-18T22:11:30.342Z | Compiling usdt-impl v0.5.0 |
| 1568 | 2026-08-18T22:11:30.393Z | Compiling crossbeam-epoch v0.9.20 |
| 1569 | 2026-08-18T22:11:30.408Z | Compiling curve25519-dalek v4.1.3 |
| 1570 | 2026-08-18T22:11:30.721Z | Compiling scroll v0.12.0 |
| 1571 | 2026-08-18T22:11:30.764Z | Compiling clap_builder v4.6.6 |
| 1572 | 2026-08-18T22:11:30.917Z | Compiling dof v0.3.0 |
| 1573 | 2026-08-18T22:11:31.246Z | Compiling hmac v0.12.1 |
| 1574 | 2026-08-18T22:11:31.259Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1575 | 2026-08-18T22:11:31.287Z | Compiling inout v0.1.4 |
| 1576 | 2026-08-18T22:11:31.362Z | Compiling darling_core v0.21.3 |
| 1577 | 2026-08-18T22:11:31.387Z | Compiling ff v0.13.1 |
| 1578 | 2026-08-18T22:11:31.430Z | Compiling thread-id v4.2.2 |
| 1579 | 2026-08-18T22:11:31.512Z | Compiling group v0.13.0 |
| 1580 | 2026-08-18T22:11:31.694Z | Compiling cipher v0.4.4 |
| 1581 | 2026-08-18T22:11:31.922Z | Compiling proc-macro-crate v3.5.0 |
| 1582 | 2026-08-18T22:11:32.035Z | Compiling hkdf v0.12.4 |
| 1583 | 2026-08-18T22:11:32.385Z | Compiling clap v4.6.6 |
| 1584 | 2026-08-18T22:11:32.463Z | Compiling goblin v0.8.2 |
| 1585 | 2026-08-18T22:11:32.686Z | Compiling num-iter v0.1.46 |
| 1586 | 2026-08-18T22:11:32.697Z | Compiling typify-macro v0.6.2 |
| 1587 | 2026-08-18T22:11:32.806Z | Compiling num-rational v0.4.2 |
| 1588 | 2026-08-18T22:11:33.087Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1589 | 2026-08-18T22:11:33.420Z | Compiling universal-hash v0.5.1 |
| 1590 | 2026-08-18T22:11:33.506Z | Compiling darling_macro v0.21.3 |
| 1591 | 2026-08-18T22:11:33.544Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2026-08-18T22:11:34.109Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1593 | 2026-08-18T22:11:34.380Z | Compiling half v2.7.1 |
| 1594 | 2026-08-18T22:11:34.448Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-08-18T22:11:34.637Z | Compiling num-complex v0.4.6 |
| 1596 | 2026-08-18T22:11:34.830Z | Compiling typify v0.6.2 |
| 1597 | 2026-08-18T22:11:34.925Z | Compiling ciborium-io v0.2.2 |
| 1598 | 2026-08-18T22:11:34.931Z | Compiling heck v0.4.1 |
| 1599 | 2026-08-18T22:11:35.002Z | Compiling unsafe-libyaml v0.2.11 |
| 1600 | 2026-08-18T22:11:35.013Z | Compiling opaque-debug v0.3.1 |
| 1601 | 2026-08-18T22:11:35.017Z | Compiling base64ct v1.8.3 |
| 1602 | 2026-08-18T22:11:35.089Z | Compiling base16ct v0.2.0 |
| 1603 | 2026-08-18T22:11:35.124Z | Compiling poly1305 v0.8.0 |
| 1604 | 2026-08-18T22:11:35.246Z | Compiling password-hash v0.5.0 |
| 1605 | 2026-08-18T22:11:35.305Z | Compiling elliptic-curve v0.13.8 |
| 1606 | 2026-08-18T22:11:35.534Z | Compiling serde_yaml v0.9.34+deprecated |
| 1607 | 2026-08-18T22:11:35.578Z | Compiling ciborium-ll v0.2.2 |
| 1608 | 2026-08-18T22:11:35.654Z | Compiling num v0.4.3 |
| 1609 | 2026-08-18T22:11:36.141Z | Compiling thiserror-no-std v2.0.2 |
| 1610 | 2026-08-18T22:11:36.233Z | Compiling darling v0.21.3 |
| 1611 | 2026-08-18T22:11:36.434Z | Compiling num_enum_derive v0.7.6 |
| 1612 | 2026-08-18T22:11:36.714Z | Compiling chacha20 v0.9.1 |
| 1613 | 2026-08-18T22:11:36.782Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1614 | 2026-08-18T22:11:36.981Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1615 | 2026-08-18T22:11:37.389Z | Compiling blake2 v0.10.6 |
| 1616 | 2026-08-18T22:11:37.516Z | Compiling aead v0.5.2 |
| 1617 | 2026-08-18T22:11:37.657Z | Compiling byte-wrapper v0.1.0 |
| 1618 | 2026-08-18T22:11:37.674Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1619 | 2026-08-18T22:11:37.856Z | Compiling proc-macro-error-attr v1.0.4 |
| 1620 | 2026-08-18T22:11:38.081Z | Compiling keccak v0.1.6 |
| 1621 | 2026-08-18T22:11:38.084Z | Compiling rustix v0.38.44 |
| 1622 | 2026-08-18T22:11:38.163Z | Compiling prettyplease v0.2.37 |
| 1623 | 2026-08-18T22:11:38.314Z | Compiling heapless v0.8.0 |
| 1624 | 2026-08-18T22:11:38.507Z | Compiling sha3 v0.10.9 |
| 1625 | 2026-08-18T22:11:38.819Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1626 | 2026-08-18T22:11:38.998Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1627 | 2026-08-18T22:11:39.221Z | Compiling chacha20poly1305 v0.10.1 |
| 1628 | 2026-08-18T22:11:39.267Z | Compiling argon2 v0.5.3 |
| 1629 | 2026-08-18T22:11:39.350Z | Compiling num_enum v0.7.6 |
| 1630 | 2026-08-18T22:11:39.509Z | Compiling ingot-macros v0.1.1 |
| 1631 | 2026-08-18T22:11:39.701Z | Compiling vsss-rs v3.3.4 |
| 1632 | 2026-08-18T22:11:39.800Z | Compiling ciborium v0.2.2 |
| 1633 | 2026-08-18T22:11:40.312Z | Compiling usdt-attr-macro v0.5.0 |
| 1634 | 2026-08-18T22:11:40.323Z | Compiling usdt-macro v0.5.0 |
| 1635 | 2026-08-18T22:11:40.963Z | Compiling tabwriter v1.4.1 |
| 1636 | 2026-08-18T22:11:41.389Z | Compiling serde_spanned v0.6.9 |
| 1637 | 2026-08-18T22:11:41.401Z | Compiling hash32 v0.3.1 |
| 1638 | 2026-08-18T22:11:41.527Z | Compiling enum-as-inner v0.6.1 |
| 1639 | 2026-08-18T22:11:41.538Z | Compiling proc-macro-error v1.0.4 |
| 1640 | 2026-08-18T22:11:41.589Z | Compiling memmap v0.7.0 |
| 1641 | 2026-08-18T22:11:41.757Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-18T22:11:41.772Z | Compiling winnow v0.5.40 |
| 1643 | 2026-08-18T22:11:42.010Z | Compiling data-encoding v2.11.1 |
| 1644 | 2026-08-18T22:11:42.024Z | Compiling static_assertions v1.1.0 |
| 1645 | 2026-08-18T22:11:42.083Z | Compiling indent_write v2.2.0 |
| 1646 | 2026-08-18T22:11:42.160Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1647 | 2026-08-18T22:11:42.203Z | Compiling cfg_aliases v0.2.2 |
| 1648 | 2026-08-18T22:11:42.220Z | Compiling toml_write v0.1.2 |
| 1649 | 2026-08-18T22:11:42.272Z | Compiling smoltcp v0.11.0 |
| 1650 | 2026-08-18T22:11:42.301Z | Compiling winnow v0.7.15 |
| 1651 | 2026-08-18T22:11:42.348Z | Compiling ingot-types v0.1.2 |
| 1652 | 2026-08-18T22:11:42.403Z | Compiling nix v0.31.3 |
| 1653 | 2026-08-18T22:11:42.607Z | Compiling usdt v0.5.0 |
| 1654 | 2026-08-18T22:11:42.748Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1655 | 2026-08-18T22:11:42.763Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1656 | 2026-08-18T22:11:42.830Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1657 | 2026-08-18T22:11:43.078Z | Compiling toml_edit v0.19.15 |
| 1658 | 2026-08-18T22:11:43.200Z | Compiling cobs v0.3.0 |
| 1659 | 2026-08-18T22:11:43.255Z | Compiling serde_repr v0.1.21 |
| 1660 | 2026-08-18T22:11:43.284Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1661 | 2026-08-18T22:11:43.391Z | Compiling bitflags v1.3.2 |
| 1662 | 2026-08-18T22:11:43.466Z | Compiling vcpkg v0.2.15 |
| 1663 | 2026-08-18T22:11:43.492Z | Compiling managed v0.8.0 |
| 1664 | 2026-08-18T22:11:43.709Z | Compiling toml_edit v0.22.27 |
| 1665 | 2026-08-18T22:11:43.781Z | Compiling colored v3.1.1 |
| 1666 | 2026-08-18T22:11:43.798Z | Compiling crossbeam-deque v0.8.7 |
| 1667 | 2026-08-18T22:11:44.087Z | Compiling openssl-sys v0.9.117 |
| 1668 | 2026-08-18T22:11:44.115Z | Compiling postcard v1.1.3 |
| 1669 | 2026-08-18T22:11:44.431Z | Compiling proc-macro-crate v1.3.1 |
| 1670 | 2026-08-18T22:11:44.776Z | Compiling ingot v0.1.1 |
| 1671 | 2026-08-18T22:11:45.161Z | Compiling toml v0.8.23 |
| 1672 | 2026-08-18T22:11:45.691Z | Compiling rustls-webpki v0.103.14 |
| 1673 | 2026-08-18T22:11:45.845Z | Compiling hubpack_derive v0.1.1 |
| 1674 | 2026-08-18T22:11:46.008Z | Compiling foreign-types-macros v0.2.4 |
| 1675 | 2026-08-18T22:11:46.640Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1676 | 2026-08-18T22:11:46.699Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1677 | 2026-08-18T22:11:46.730Z | Compiling foreign-types-shared v0.3.1 |
| 1678 | 2026-08-18T22:11:46.907Z | Compiling unicode-segmentation v1.13.3 |
| 1679 | 2026-08-18T22:11:46.935Z | Compiling resolv-conf v0.7.6 |
| 1680 | 2026-08-18T22:11:46.935Z | Compiling semver v0.1.20 |
| 1681 | 2026-08-18T22:11:47.017Z | Compiling swrite v0.1.0 |
| 1682 | 2026-08-18T22:11:47.027Z | Compiling rayon-core v1.13.0 |
| 1683 | 2026-08-18T22:11:47.109Z | Compiling linked-hash-map v0.5.6 |
| 1684 | 2026-08-18T22:11:47.156Z | Compiling rustc_version v0.1.7 |
| 1685 | 2026-08-18T22:11:47.237Z | Compiling newline-converter v0.3.0 |
| 1686 | 2026-08-18T22:11:47.263Z | Compiling lru-cache v0.1.2 |
| 1687 | 2026-08-18T22:11:47.293Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1688 | 2026-08-18T22:11:47.329Z | Compiling foreign-types v0.5.0 |
| 1689 | 2026-08-18T22:11:47.341Z | Compiling hubpack v0.1.2 |
| 1690 | 2026-08-18T22:11:47.382Z | Compiling num_enum_derive v0.5.11 |
| 1691 | 2026-08-18T22:11:47.545Z | Compiling atomicwrites v0.4.4 |
| 1692 | 2026-08-18T22:11:47.669Z | Compiling hickory-proto v0.24.4 |
| 1693 | 2026-08-18T22:11:47.745Z | Compiling progenitor-impl v0.13.0 |
| 1694 | 2026-08-18T22:11:48.433Z | Compiling progenitor-impl v0.14.0 |
| 1695 | 2026-08-18T22:11:48.445Z | Compiling console v0.15.11 |
| 1696 | 2026-08-18T22:11:49.070Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1697 | 2026-08-18T22:11:49.083Z | Compiling camino-tempfile v1.4.1 |
| 1698 | 2026-08-18T22:11:49.096Z | Compiling chacha20 v0.10.1 |
| 1699 | 2026-08-18T22:11:49.320Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-08-18T22:11:49.383Z | Compiling rustls-platform-verifier v0.7.0 |
| 1701 | 2026-08-18T22:11:49.571Z | Compiling hyper-rustls v0.27.9 |
| 1702 | 2026-08-18T22:11:49.861Z | Compiling reqwest v0.13.4 |
| 1703 | 2026-08-18T22:11:51.146Z | Compiling progenitor-client v0.14.0 |
| 1704 | 2026-08-18T22:11:51.270Z | Compiling serde-big-array v0.5.1 |
| 1705 | 2026-08-18T22:11:51.417Z | Compiling progenitor-extras v0.2.0 |
| 1706 | 2026-08-18T22:11:51.452Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1707 | 2026-08-18T22:11:52.023Z | Compiling derive-where v1.6.1 |
| 1708 | 2026-08-18T22:11:52.023Z | Compiling pin-project-internal v1.1.13 |
| 1709 | 2026-08-18T22:11:52.248Z | Compiling num-derive v0.4.2 |
| 1710 | 2026-08-18T22:11:52.651Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-08-18T22:11:53.140Z | Compiling cstr-argument v0.1.2 |
| 1712 | 2026-08-18T22:11:53.221Z | Compiling siphasher v1.0.3 |
| 1713 | 2026-08-18T22:11:53.288Z | Compiling minimal-lexical v0.2.1 |
| 1714 | 2026-08-18T22:11:53.300Z | Compiling lazy_static v1.5.0 |
| 1715 | 2026-08-18T22:11:53.405Z | Compiling similar v2.7.0 |
| 1716 | 2026-08-18T22:11:53.417Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1717 | 2026-08-18T22:11:53.549Z | Compiling nom v7.1.3 |
| 1718 | 2026-08-18T22:11:53.652Z | Compiling phf_shared v0.12.1 |
| 1719 | 2026-08-18T22:11:53.832Z | Compiling expectorate v1.2.0 |
| 1720 | 2026-08-18T22:11:54.189Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1721 | 2026-08-18T22:11:54.340Z | Compiling pin-project v1.1.13 |
| 1722 | 2026-08-18T22:11:54.452Z | Compiling progenitor-macro v0.14.0 |
| 1723 | 2026-08-18T22:11:54.766Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1724 | 2026-08-18T22:11:54.913Z | Compiling progenitor-macro v0.13.0 |
| 1725 | 2026-08-18T22:11:54.957Z | Compiling progenitor-client v0.13.0 |
| 1726 | 2026-08-18T22:11:55.263Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1727 | 2026-08-18T22:11:55.391Z | Compiling hickory-resolver v0.24.4 |
| 1728 | 2026-08-18T22:11:56.524Z | Compiling rand v0.10.2 |
| 1729 | 2026-08-18T22:11:57.240Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1730 | 2026-08-18T22:11:57.655Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-08-18T22:11:58.081Z | Compiling num_enum v0.5.11 |
| 1732 | 2026-08-18T22:11:58.788Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1733 | 2026-08-18T22:11:58.951Z | Compiling newtype_derive v0.1.6 |
| 1734 | 2026-08-18T22:11:58.994Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1735 | 2026-08-18T22:12:00.074Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1736 | 2026-08-18T22:12:00.275Z | Compiling snafu-derive v0.8.9 |
| 1737 | 2026-08-18T22:12:00.287Z | Compiling unicode-normalization v0.1.25 |
| 1738 | 2026-08-18T22:12:00.601Z | Compiling tokio-stream v0.1.19 |
| 1739 | 2026-08-18T22:12:00.754Z | Compiling async-recursion v1.1.1 |
| 1740 | 2026-08-18T22:12:00.992Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1741 | 2026-08-18T22:12:01.076Z | Compiling slog-dtrace v0.3.0 |
| 1742 | 2026-08-18T22:12:01.289Z | Compiling bstr v1.13.1 |
| 1743 | 2026-08-18T22:12:01.307Z | Compiling csv-core v0.1.13 |
| 1744 | 2026-08-18T22:12:01.442Z | Compiling unicode-width v0.1.14 |
| 1745 | 2026-08-18T22:12:01.575Z | Compiling konst_macro_rules v0.2.19 |
| 1746 | 2026-08-18T22:12:01.720Z | Compiling foldhash v0.1.5 |
| 1747 | 2026-08-18T22:12:01.731Z | Compiling cancel-safe-futures v0.1.5 |
| 1748 | 2026-08-18T22:12:01.747Z | Compiling unicode-xid v0.2.6 |
| 1749 | 2026-08-18T22:12:01.780Z | Compiling same-file v1.0.6 |
| 1750 | 2026-08-18T22:12:01.957Z | Compiling jiff-core v0.1.0 |
| 1751 | 2026-08-18T22:12:01.983Z | Compiling highway v1.3.0 |
| 1752 | 2026-08-18T22:12:02.030Z | Compiling openssl v0.10.81 |
| 1753 | 2026-08-18T22:12:02.057Z | Compiling foreign-types-shared v0.1.1 |
| 1754 | 2026-08-18T22:12:02.076Z | Compiling owo-colors v4.3.0 |
| 1755 | 2026-08-18T22:12:02.148Z | Compiling chrono-tz v0.10.4 |
| 1756 | 2026-08-18T22:12:02.313Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1757 | 2026-08-18T22:12:02.380Z | Compiling foreign-types v0.3.2 |
| 1758 | 2026-08-18T22:12:02.393Z | Compiling snafu v0.8.9 |
| 1759 | 2026-08-18T22:12:02.461Z | Compiling walkdir v2.5.0 |
| 1760 | 2026-08-18T22:12:02.475Z | Compiling const_format_proc_macros v0.2.34 |
| 1761 | 2026-08-18T22:12:02.778Z | Compiling jiff v0.2.35 |
| 1762 | 2026-08-18T22:12:02.822Z | Compiling hashbrown v0.15.5 |
| 1763 | 2026-08-18T22:12:02.896Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1764 | 2026-08-18T22:12:03.160Z | Compiling konst v0.2.20 |
| 1765 | 2026-08-18T22:12:03.290Z | Compiling globset v0.4.20 |
| 1766 | 2026-08-18T22:12:03.366Z | Compiling csv v1.4.0 |
| 1767 | 2026-08-18T22:12:03.536Z | Compiling progenitor v0.13.0 |
| 1768 | 2026-08-18T22:12:03.680Z | Compiling qorb v0.4.1 |
| 1769 | 2026-08-18T22:12:03.738Z | Compiling olpc-cjson v0.1.4 |
| 1770 | 2026-08-18T22:12:03.906Z | Compiling progenitor v0.14.0 |
| 1771 | 2026-08-18T22:12:04.139Z | Compiling rayon v1.12.0 |
| 1772 | 2026-08-18T22:12:04.196Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1773 | 2026-08-18T22:12:04.540Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1774 | 2026-08-18T22:12:05.553Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1775 | 2026-08-18T22:12:05.587Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1776 | 2026-08-18T22:12:05.792Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1777 | 2026-08-18T22:12:05.948Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1778 | 2026-08-18T22:12:06.328Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1779 | 2026-08-18T22:12:06.504Z | Compiling phf v0.12.1 |
| 1780 | 2026-08-18T22:12:06.761Z | Compiling zone_cfg_derive v0.3.1 |
| 1781 | 2026-08-18T22:12:06.813Z | Compiling tokio-dtrace v0.1.1 |
| 1782 | 2026-08-18T22:12:07.127Z | Compiling itertools v0.12.1 |
| 1783 | 2026-08-18T22:12:07.141Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1784 | 2026-08-18T22:12:07.353Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1785 | 2026-08-18T22:12:07.503Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1786 | 2026-08-18T22:12:07.753Z | Compiling libsw-core v0.3.2 |
| 1787 | 2026-08-18T22:12:07.807Z | Compiling serde_plain v1.0.2 |
| 1788 | 2026-08-18T22:12:07.926Z | Compiling openssl-macros v0.1.1 |
| 1789 | 2026-08-18T22:12:08.022Z | Compiling pem v3.0.6 |
| 1790 | 2026-08-18T22:12:08.106Z | Compiling cookie v0.18.2 |
| 1791 | 2026-08-18T22:12:08.287Z | Compiling sigpipe v0.1.3 |
| 1792 | 2026-08-18T22:12:08.340Z | Compiling fixedbitset v0.4.2 |
| 1793 | 2026-08-18T22:12:08.378Z | Compiling typed-path v0.9.3 |
| 1794 | 2026-08-18T22:12:08.401Z | Compiling glob v0.3.4 |
| 1795 | 2026-08-18T22:12:08.414Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1796 | 2026-08-18T22:12:08.417Z | Compiling fixedbitset v0.5.7 |
| 1797 | 2026-08-18T22:12:08.548Z | Compiling bytecount v0.6.9 |
| 1798 | 2026-08-18T22:12:08.581Z | Compiling petgraph v0.6.5 |
| 1799 | 2026-08-18T22:12:08.652Z | Compiling papergrid v0.11.0 |
| 1800 | 2026-08-18T22:12:08.696Z | Compiling petgraph v0.8.3 |
| 1801 | 2026-08-18T22:12:08.762Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1802 | 2026-08-18T22:12:09.494Z | Compiling tough v0.22.0 |
| 1803 | 2026-08-18T22:12:09.740Z | Compiling zone v0.3.1 |
| 1804 | 2026-08-18T22:12:10.088Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1805 | 2026-08-18T22:12:10.101Z | Compiling libsw v3.5.0 |
| 1806 | 2026-08-18T22:12:10.277Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1807 | 2026-08-18T22:12:10.331Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1808 | 2026-08-18T22:12:10.402Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1809 | 2026-08-18T22:12:10.494Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1810 | 2026-08-18T22:12:10.518Z | Compiling oxide-tokio-rt v0.1.6 |
| 1811 | 2026-08-18T22:12:10.713Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1812 | 2026-08-18T22:12:10.823Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-08-18T22:12:11.060Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1814 | 2026-08-18T22:12:11.528Z | Compiling const_format v0.2.36 |
| 1815 | 2026-08-18T22:12:11.933Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1816 | 2026-08-18T22:12:12.029Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1817 | 2026-08-18T22:12:12.131Z | Compiling tabled_derive v0.7.0 |
| 1818 | 2026-08-18T22:12:12.206Z | Compiling gethostname v0.5.0 |
| 1819 | 2026-08-18T22:12:12.332Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1820 | 2026-08-18T22:12:12.342Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1821 | 2026-08-18T22:12:12.458Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1822 | 2026-08-18T22:12:12.582Z | Compiling bcs v0.1.6 |
| 1823 | 2026-08-18T22:12:12.613Z | Compiling smf v0.2.3 |
| 1824 | 2026-08-18T22:12:12.655Z | Compiling crunchy v0.2.4 |
| 1825 | 2026-08-18T22:12:12.900Z | Compiling whoami v1.6.1 |
| 1826 | 2026-08-18T22:12:12.941Z | Compiling tagptr v0.2.0 |
| 1827 | 2026-08-18T22:12:13.100Z | Compiling linear-map v1.2.0 |
| 1828 | 2026-08-18T22:12:13.109Z | Compiling unicode-linebreak v0.1.5 |
| 1829 | 2026-08-18T22:12:13.220Z | Compiling termtree v0.5.1 |
| 1830 | 2026-08-18T22:12:13.223Z | Compiling smawk v0.3.3 |
| 1831 | 2026-08-18T22:12:13.291Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1832 | 2026-08-18T22:12:13.351Z | Compiling textwrap v0.16.2 |
| 1833 | 2026-08-18T22:12:13.362Z | Compiling tabled v0.15.0 |
| 1834 | 2026-08-18T22:12:13.778Z | Compiling moka v0.12.16 |
| 1835 | 2026-08-18T22:12:13.904Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1836 | 2026-08-18T22:12:13.979Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1837 | 2026-08-18T22:12:14.587Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1838 | 2026-08-18T22:12:15.312Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-08-18T22:12:15.508Z | Compiling steno v0.4.1 |
| 1840 | 2026-08-18T22:12:16.060Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-18T22:12:16.587Z | Compiling hickory-proto v0.25.2 |
| 1842 | 2026-08-18T22:12:16.758Z | Compiling tiny-keccak v2.0.2 |
| 1843 | 2026-08-18T22:12:17.012Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1844 | 2026-08-18T22:12:17.022Z | Compiling parking_lot_core v0.8.6 |
| 1845 | 2026-08-18T22:12:17.262Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1846 | 2026-08-18T22:12:17.316Z | Compiling libscf-sys v1.2.0 |
| 1847 | 2026-08-18T22:12:17.467Z | Compiling nom v8.0.0 |
| 1848 | 2026-08-18T22:12:18.063Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1849 | 2026-08-18T22:12:18.117Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1850 | 2026-08-18T22:12:18.310Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1851 | 2026-08-18T22:12:18.679Z | Compiling hickory-resolver v0.25.2 |
| 1852 | 2026-08-18T22:12:18.692Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1853 | 2026-08-18T22:12:18.727Z | Compiling const-random-macro v0.1.16 |
| 1854 | 2026-08-18T22:12:18.785Z | Compiling ahash v0.8.12 |
| 1855 | 2026-08-18T22:12:18.797Z | Compiling smartstring v1.0.1 |
| 1856 | 2026-08-18T22:12:19.083Z | Compiling parking_lot v0.11.2 |
| 1857 | 2026-08-18T22:12:19.127Z | Compiling const-random v0.1.18 |
| 1858 | 2026-08-18T22:12:19.340Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1859 | 2026-08-18T22:12:19.499Z | Compiling fxhash v0.2.1 |
| 1860 | 2026-08-18T22:12:19.526Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-08-18T22:12:19.581Z | Compiling arc-swap v1.9.2 |
| 1862 | 2026-08-18T22:12:19.635Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1863 | 2026-08-18T22:12:19.746Z | Compiling internet-checksum v0.2.1 |
| 1864 | 2026-08-18T22:12:19.889Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1865 | 2026-08-18T22:12:19.900Z | Compiling slog-scope v4.4.1 |
| 1866 | 2026-08-18T22:12:19.966Z | Compiling sled v0.34.7 |
| 1867 | 2026-08-18T22:12:20.413Z | Compiling itertools v0.15.0 |
| 1868 | 2026-08-18T22:12:20.416Z | Compiling thin-vec v0.2.19 |
| 1869 | 2026-08-18T22:12:20.712Z | Compiling rhai_codegen v3.2.0 |
| 1870 | 2026-08-18T22:12:20.976Z | Compiling slog-stdlog v4.1.1 |
| 1871 | 2026-08-18T22:12:21.204Z | Compiling slog-envlogger v2.2.0 |
| 1872 | 2026-08-18T22:12:21.475Z | Compiling natord v1.0.9 |
| 1873 | 2026-08-18T22:12:21.925Z | Compiling rhai v1.25.1 |
| 1874 | 2026-08-18T22:12:24.564Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-08-18T22:12:25.197Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1876 | 2026-08-18T22:12:25.218Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1877 | 2026-08-18T22:12:32.896Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-18T22:12:34.488Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1879 | 2026-08-18T22:12:35.513Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1880 | 2026-08-18T22:12:36.472Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1881 | 2026-08-18T22:12:37.317Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1882 | 2026-08-18T22:12:38.480Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1883 | 2026-08-18T22:12:44.180Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1884 | 2026-08-18T22:13:10.839Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1885 | 2026-08-18T22:13:11.021Z | ──────────── |
| 1886 | 2026-08-18T22:13:11.021Z | Nextest run ID da93a5f7-6a4e-4b24-8a56-acfa85462c1c with nextest profile: default |
| 1887 | 2026-08-18T22:13:11.021Z | Starting 6 tests across 1 binary |
| 1888 | 2026-08-18T22:13:11.031Z | PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4 |
| 1889 | 2026-08-18T22:13:11.034Z | PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli |
| 1890 | 2026-08-18T22:13:11.034Z | PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6 |
| 1891 | 2026-08-18T22:13:11.034Z | PASS [ 0.010s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types |
| 1892 | 2026-08-18T22:13:11.034Z | PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli |
| 1893 | 2026-08-18T22:13:11.034Z | PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface |
| 1894 | 2026-08-18T22:13:11.034Z | ──────────── |
| 1895 | 2026-08-18T22:13:11.034Z | Summary [ 0.012s] 6 tests run: 6 passed, 0 skipped |
| 1896 | 2026-08-18T22:13:11.045Z | process exited: duration 251601 ms, exit code 0 |
| |
| 1897 | 2026-08-18T22:13:11.051Z | found 0 output files |