|
|
|
| 1 | 2026-08-18T22:08:29.298Z | job assigned to worker 01M0BEMWB3MTPF6RBHAVZ7AN2B [factory aws, i-0b05deb7035e4c5bc] (queued for 1 m 8 s) |
| |
| 2 | 2026-08-18T22:08:36.029Z | starting task 0: "setup" |
| 3 | 2026-08-18T22:08:36.033Z | ++ uname -s |
| 4 | 2026-08-18T22:08:36.036Z | + kern=SunOS |
| 5 | 2026-08-18T22:08:36.037Z | + build_user=build |
| 6 | 2026-08-18T22:08:36.037Z | + build_uid=12345 |
| 7 | 2026-08-18T22:08:36.037Z | + work_dir=/work |
| 8 | 2026-08-18T22:08:36.037Z | + input_dir=/input |
| 9 | 2026-08-18T22:08:36.037Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T22:08:36.037Z | + case "$kern" in |
| 11 | 2026-08-18T22:08:36.037Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T22:08:36.040Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T22:08:38.043Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T22:08:38.136Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T22:08:38.140Z | + home_fs=zfs |
| 16 | 2026-08-18T22:08:38.140Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T22:08:38.140Z | + mkdir -p /home/build |
| 18 | 2026-08-18T22:08:38.140Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T22:08:40.142Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T22:08:40.146Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-08-18T22:08:40.152Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T22:08:40.157Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-18T22:08:40.157Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-18T22:08:40.157Z | * rust toolchain profile = "default" |
| 25 | 2026-08-18T22:08:40.157Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-18T22:08:40.157Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-18T22:08:40.160Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T22:08:40.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T22:08:40.160Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-18T22:08:40.261Z | info: downloading installer |
| 31 | 2026-08-18T22:08:41.853Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T22:08:41.853Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T22:08:41.853Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T22:08:41.853Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T22:08:41.866Z | info: profile set to default |
| 36 | 2026-08-18T22:08:41.867Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T22:08:41.871Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-18T22:08:42.014Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T22:08:42.017Z | info: downloading 6 components |
| 40 | 2026-08-18T22:08:58.302Z | |
| 41 | 2026-08-18T22:08:58.302Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-08-18T22:08:58.329Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T22:08:58.329Z | |
| 44 | 2026-08-18T22:08:58.329Z | |
| 45 | 2026-08-18T22:08:58.329Z | Rust is installed now. Great! |
| 46 | 2026-08-18T22:08:58.330Z | |
| 47 | 2026-08-18T22:08:58.330Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T22:08:58.330Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T22:08:58.330Z | |
| 50 | 2026-08-18T22:08:58.330Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T22:08:58.330Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T22:08:58.330Z | |
| 53 | 2026-08-18T22:08:58.330Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T22:08:58.330Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T22:08:58.330Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T22:08:58.330Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T22:08:58.331Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T22:08:58.331Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T22:08:58.331Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T22:08:58.334Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T22:08:58.334Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T22:08:58.431Z | + rustup --version |
| 63 | 2026-08-18T22:08:58.447Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T22:08:58.450Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T22:08:58.460Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T22:08:58.466Z | + cargo --version |
| 67 | 2026-08-18T22:08:58.478Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T22:08:58.481Z | + rustc --version |
| 69 | 2026-08-18T22:08:58.499Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T22:08:58.503Z | process exited: duration 18348 ms, exit code 0 |
| |
| 71 | 2026-08-18T22:08:58.510Z | starting task 2: "authentication" |
| 72 | 2026-08-18T22:08:58.529Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-18T22:08:58.535Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T22:08:58.538Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-18T22:08:58.542Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-18T22:08:58.571Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-18T22:09:00.135Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-18T22:09:00.135Z | + git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 79 | 2026-08-18T22:09:00.408Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-18T22:09:00.409Z | * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD |
| 81 | 2026-08-18T22:09:00.416Z | + [[ -n spr/trey/add-ddm_apply-api-endpoint ]] |
| 82 | 2026-08-18T22:09:00.419Z | ++ git branch --show-current |
| 83 | 2026-08-18T22:09:00.419Z | + current=main |
| 84 | 2026-08-18T22:09:00.419Z | + [[ main != spr/trey/add-ddm_apply-api-endpoint ]] |
| 85 | 2026-08-18T22:09:00.419Z | + git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 86 | 2026-08-18T22:09:00.422Z | + git checkout -f spr/trey/add-ddm_apply-api-endpoint |
| 87 | 2026-08-18T22:09:00.441Z | Switched to branch 'spr/trey/add-ddm_apply-api-endpoint' |
| 88 | 2026-08-18T22:09:00.444Z | + git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 89 | 2026-08-18T22:09:00.460Z | HEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com> |
| 90 | 2026-08-18T22:09:00.463Z | process exited: duration 1926 ms, exit code 0 |
| |
| 91 | 2026-08-18T22:09:00.469Z | starting task 4: "build" |
| 92 | 2026-08-18T22:09:00.473Z | + set -e |
| 93 | 2026-08-18T22:09:00.473Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-18T22:09:00.475Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-18T22:09:00.475Z | ++ PLATFORM=illumos |
| 96 | 2026-08-18T22:09:00.476Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-18T22:09:00.476Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-18T22:09:00.476Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-18T22:09:00.476Z | +++ cargo --version |
| 100 | 2026-08-18T22:09:00.479Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-18T22:09:00.623Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-18T22:09:00.626Z | info: downloading 6 components |
| 103 | 2026-08-18T22:09:16.220Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-18T22:09:16.233Z | +++ rustc --version |
| 105 | 2026-08-18T22:09:16.267Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-18T22:09:16.284Z | ++ banner install |
| 107 | 2026-08-18T22:09:16.284Z | |
| 108 | 2026-08-18T22:09:16.286Z | # # # #### ##### ## # # |
| 109 | 2026-08-18T22:09:16.286Z | # ## # # # # # # # |
| 110 | 2026-08-18T22:09:16.286Z | # # # # #### # # # # # |
| 111 | 2026-08-18T22:09:16.286Z | # # # # # # ###### # # |
| 112 | 2026-08-18T22:09:16.286Z | # # ## # # # # # # # |
| 113 | 2026-08-18T22:09:16.286Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-18T22:09:16.286Z | |
| 115 | 2026-08-18T22:09:16.287Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-18T22:09:17.548Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-18T22:09:17.899Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-18T22:09:19.622Z | Planning: Solver setup ... Done |
| 119 | 2026-08-18T22:09:19.677Z | Planning: Running solver ... Done |
| 120 | 2026-08-18T22:09:19.715Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-18T22:09:19.718Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-18T22:09:19.718Z | Planning: Planning completed in 1.79 seconds |
| 123 | 2026-08-18T22:09:19.732Z | No updates necessary for this image. |
| 124 | 2026-08-18T22:09:19.949Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-18T22:09:19.995Z | Updating crates.io index |
| 126 | 2026-08-18T22:09:20.088Z | Downloading crates ... |
| 127 | 2026-08-18T22:09:20.139Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-18T22:09:20.197Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-18T22:09:20.200Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-18T22:09:20.200Z | | |
| 131 | 2026-08-18T22:09:20.200Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-18T22:09:20.200Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-18T22:09:20.239Z | Updating crates.io index |
| 134 | 2026-08-18T22:09:22.241Z | Locking 396 packages to latest compatible versions |
| 135 | 2026-08-18T22:09:22.244Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-18T22:09:22.247Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-18T22:09:22.247Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-18T22:09:22.247Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-18T22:09:22.252Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 140 | 2026-08-18T22:09:22.252Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 141 | 2026-08-18T22:09:22.252Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 142 | 2026-08-18T22:09:22.252Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 143 | 2026-08-18T22:09:22.256Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 144 | 2026-08-18T22:09:22.256Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 145 | 2026-08-18T22:09:22.280Z | Downloading crates ... |
| 146 | 2026-08-18T22:09:22.303Z | Downloaded addr2line v0.25.1 |
| 147 | 2026-08-18T22:09:22.306Z | Downloaded adler2 v2.0.1 |
| 148 | 2026-08-18T22:09:22.306Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-08-18T22:09:22.306Z | Downloaded anstyle-query v1.1.5 |
| 150 | 2026-08-18T22:09:22.310Z | Downloaded block-buffer v0.10.4 |
| 151 | 2026-08-18T22:09:22.313Z | Downloaded clap_lex v1.1.0 |
| 152 | 2026-08-18T22:09:22.313Z | Downloaded clap_derive v4.6.4 |
| 153 | 2026-08-18T22:09:22.318Z | Downloaded bitflags v2.13.1 |
| 154 | 2026-08-18T22:09:22.321Z | Downloaded cargo-platform v0.3.3 |
| 155 | 2026-08-18T22:09:22.324Z | Downloaded base64 v0.22.1 |
| 156 | 2026-08-18T22:09:22.327Z | Downloaded heck v0.5.0 |
| 157 | 2026-08-18T22:09:22.332Z | Downloaded async-scoped v0.9.0 |
| 158 | 2026-08-18T22:09:22.335Z | Downloaded rustc_version v0.4.1 |
| 159 | 2026-08-18T22:09:22.335Z | Downloaded base64ct v1.8.3 |
| 160 | 2026-08-18T22:09:22.339Z | Downloaded cargo_metadata v0.23.1 |
| 161 | 2026-08-18T22:09:22.339Z | Downloaded chacha20 v0.10.1 |
| 162 | 2026-08-18T22:09:22.343Z | Downloaded cfg-if v1.0.4 |
| 163 | 2026-08-18T22:09:22.343Z | Downloaded atomicwrites v0.4.4 |
| 164 | 2026-08-18T22:09:22.345Z | Downloaded color-spantrace v0.3.0 |
| 165 | 2026-08-18T22:09:22.348Z | Downloaded cfg_aliases v0.2.2 |
| 166 | 2026-08-18T22:09:22.352Z | Downloaded cargo-platform v0.2.0 |
| 167 | 2026-08-18T22:09:22.352Z | Downloaded equivalent v1.0.2 |
| 168 | 2026-08-18T22:09:22.359Z | Downloaded debug-ignore v1.0.5 |
| 169 | 2026-08-18T22:09:22.362Z | Downloaded cpufeatures v0.2.17 |
| 170 | 2026-08-18T22:09:22.362Z | Downloaded scopeguard v1.2.0 |
| 171 | 2026-08-18T22:09:22.362Z | Downloaded rustc-hash v2.1.3 |
| 172 | 2026-08-18T22:09:22.362Z | Downloaded atomic-waker v1.1.2 |
| 173 | 2026-08-18T22:09:22.365Z | Downloaded autocfg v1.5.1 |
| 174 | 2026-08-18T22:09:22.365Z | Downloaded cargo-util-schemas v0.2.0 |
| 175 | 2026-08-18T22:09:22.365Z | Downloaded serde_ignored v0.1.14 |
| 176 | 2026-08-18T22:09:22.367Z | Downloaded colorchoice v1.0.5 |
| 177 | 2026-08-18T22:09:22.368Z | Downloaded form_urlencoded v1.2.2 |
| 178 | 2026-08-18T22:09:22.371Z | Downloaded enable-ansi-support v0.2.1 |
| 179 | 2026-08-18T22:09:22.376Z | Downloaded futures-task v0.3.34 |
| 180 | 2026-08-18T22:09:22.379Z | Downloaded self-replace v1.5.0 |
| 181 | 2026-08-18T22:09:22.379Z | Downloaded foreign-types-shared v0.1.1 |
| 182 | 2026-08-18T22:09:22.382Z | Downloaded serde_spanned v0.6.9 |
| 183 | 2026-08-18T22:09:22.382Z | Downloaded serde_urlencoded v0.7.1 |
| 184 | 2026-08-18T22:09:22.385Z | Downloaded foreign-types v0.3.2 |
| 185 | 2026-08-18T22:09:22.385Z | Downloaded futures-macro v0.3.34 |
| 186 | 2026-08-18T22:09:22.385Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 187 | 2026-08-18T22:09:22.385Z | Downloaded generic-array v0.14.7 |
| 188 | 2026-08-18T22:09:22.388Z | Downloaded rand_pcg v0.10.2 |
| 189 | 2026-08-18T22:09:22.388Z | Downloaded futures-io v0.3.34 |
| 190 | 2026-08-18T22:09:22.388Z | Downloaded futures-sink v0.3.34 |
| 191 | 2026-08-18T22:09:22.388Z | Downloaded hex v0.4.3 |
| 192 | 2026-08-18T22:09:22.391Z | Downloaded document-features v0.2.12 |
| 193 | 2026-08-18T22:09:22.391Z | Downloaded cpufeatures v0.3.0 |
| 194 | 2026-08-18T22:09:22.391Z | Downloaded guppy-workspace-hack v0.1.0 |
| 195 | 2026-08-18T22:09:22.391Z | Downloaded serde-value v0.7.0 |
| 196 | 2026-08-18T22:09:22.394Z | Downloaded futures-core v0.3.34 |
| 197 | 2026-08-18T22:09:22.394Z | Downloaded errno v0.3.14 |
| 198 | 2026-08-18T22:09:22.397Z | Downloaded thiserror v1.0.69 |
| 199 | 2026-08-18T22:09:22.400Z | Downloaded shell-words v1.1.1 |
| 200 | 2026-08-18T22:09:22.405Z | Downloaded backtrace-ext v0.2.1 |
| 201 | 2026-08-18T22:09:22.408Z | Downloaded target-spec v3.6.0 |
| 202 | 2026-08-18T22:09:22.415Z | Downloaded quick-junit v0.5.2 |
| 203 | 2026-08-18T22:09:22.418Z | Downloaded crypto-common v0.1.7 |
| 204 | 2026-08-18T22:09:22.418Z | Downloaded fnv v1.0.7 |
| 205 | 2026-08-18T22:09:22.418Z | Downloaded terminal_size v0.4.4 |
| 206 | 2026-08-18T22:09:22.418Z | Downloaded os_pipe v1.2.3 |
| 207 | 2026-08-18T22:09:22.421Z | Downloaded percent-encoding v2.3.2 |
| 208 | 2026-08-18T22:09:22.426Z | Downloaded home v0.5.12 |
| 209 | 2026-08-18T22:09:22.426Z | Downloaded pathdiff v0.2.3 |
| 210 | 2026-08-18T22:09:22.426Z | Downloaded signal-hook-mio v0.2.5 |
| 211 | 2026-08-18T22:09:22.429Z | Downloaded tower-service v0.3.3 |
| 212 | 2026-08-18T22:09:22.433Z | Downloaded rustc-demangle v0.1.28 |
| 213 | 2026-08-18T22:09:22.438Z | Downloaded anstyle-parse v1.0.0 |
| 214 | 2026-08-18T22:09:22.442Z | Downloaded supports-unicode v3.0.0 |
| 215 | 2026-08-18T22:09:22.445Z | Downloaded duct v0.13.7 |
| 216 | 2026-08-18T22:09:22.445Z | Downloaded serde_spanned v1.1.1 |
| 217 | 2026-08-18T22:09:22.448Z | Downloaded swrite v0.1.0 |
| 218 | 2026-08-18T22:09:22.448Z | Downloaded strip-ansi-escapes v0.2.1 |
| 219 | 2026-08-18T22:09:22.448Z | Downloaded typeid v1.0.3 |
| 220 | 2026-08-18T22:09:22.448Z | Downloaded cfg-expr v0.20.8 |
| 221 | 2026-08-18T22:09:22.451Z | Downloaded supports-color v3.0.2 |
| 222 | 2026-08-18T22:09:22.451Z | Downloaded quote v1.0.47 |
| 223 | 2026-08-18T22:09:22.454Z | Downloaded slab v0.4.12 |
| 224 | 2026-08-18T22:09:22.457Z | Downloaded hyper-tls v0.6.0 |
| 225 | 2026-08-18T22:09:22.457Z | Downloaded thread_local v1.1.10 |
| 226 | 2026-08-18T22:09:22.457Z | Downloaded idna_adapter v1.0.0 |
| 227 | 2026-08-18T22:09:22.460Z | Downloaded nested v0.1.1 |
| 228 | 2026-08-18T22:09:22.463Z | Downloaded openssl-macros v0.1.1 |
| 229 | 2026-08-18T22:09:22.463Z | Downloaded openssl-probe v0.2.1 |
| 230 | 2026-08-18T22:09:22.463Z | Downloaded nextest-workspace-hack v0.1.0 |
| 231 | 2026-08-18T22:09:22.468Z | Downloaded shared_child v1.1.1 |
| 232 | 2026-08-18T22:09:22.468Z | Downloaded sync_wrapper v1.0.2 |
| 233 | 2026-08-18T22:09:22.468Z | Downloaded tinyvec_macros v0.1.1 |
| 234 | 2026-08-18T22:09:22.468Z | Downloaded try-lock v0.2.5 |
| 235 | 2026-08-18T22:09:22.473Z | Downloaded supports-hyperlinks v3.2.0 |
| 236 | 2026-08-18T22:09:22.473Z | Downloaded tokio-macros v2.7.2 |
| 237 | 2026-08-18T22:09:22.477Z | Downloaded strsim v0.11.1 |
| 238 | 2026-08-18T22:09:22.477Z | Downloaded humantime-serde v1.1.1 |
| 239 | 2026-08-18T22:09:22.477Z | Downloaded sigchld v0.2.4 |
| 240 | 2026-08-18T22:09:22.480Z | Downloaded signature v2.2.0 |
| 241 | 2026-08-18T22:09:22.480Z | Downloaded filetime v0.2.29 |
| 242 | 2026-08-18T22:09:22.489Z | Downloaded dialoguer v0.11.0 |
| 243 | 2026-08-18T22:09:22.494Z | Downloaded toml_datetime v0.6.11 |
| 244 | 2026-08-18T22:09:22.494Z | Downloaded globset v0.4.20 |
| 245 | 2026-08-18T22:09:22.494Z | Downloaded anstream v1.0.0 |
| 246 | 2026-08-18T22:09:22.498Z | Downloaded serde_json v1.0.151 |
| 247 | 2026-08-18T22:09:22.501Z | Downloaded toml_write v0.1.2 |
| 248 | 2026-08-18T22:09:22.501Z | Downloaded sha2 v0.10.9 |
| 249 | 2026-08-18T22:09:22.504Z | Downloaded thiserror v2.0.20 |
| 250 | 2026-08-18T22:09:22.507Z | Downloaded ryu v1.0.23 |
| 251 | 2026-08-18T22:09:22.507Z | Downloaded digest v0.10.7 |
| 252 | 2026-08-18T22:09:22.514Z | Downloaded future-queue v0.4.0 |
| 253 | 2026-08-18T22:09:22.517Z | Downloaded erased-serde v0.4.10 |
| 254 | 2026-08-18T22:09:22.517Z | Downloaded tracing-error v0.2.1 |
| 255 | 2026-08-18T22:09:22.517Z | Downloaded convert_case v0.10.0 |
| 256 | 2026-08-18T22:09:22.517Z | Downloaded fastrand v2.5.0 |
| 257 | 2026-08-18T22:09:22.517Z | Downloaded futures-executor v0.3.34 |
| 258 | 2026-08-18T22:09:22.521Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 259 | 2026-08-18T22:09:22.521Z | Downloaded ed25519 v2.2.3 |
| 260 | 2026-08-18T22:09:22.521Z | Downloaded rand_core v0.6.4 |
| 261 | 2026-08-18T22:09:22.521Z | Downloaded urlencoding v2.1.3 |
| 262 | 2026-08-18T22:09:22.525Z | Downloaded find-msvc-tools v0.1.11 |
| 263 | 2026-08-18T22:09:22.528Z | Downloaded getrandom v0.2.17 |
| 264 | 2026-08-18T22:09:22.528Z | Downloaded semver v1.0.28 |
| 265 | 2026-08-18T22:09:22.532Z | Downloaded serde-untagged v0.1.9 |
| 266 | 2026-08-18T22:09:22.532Z | Downloaded itoa v1.0.18 |
| 267 | 2026-08-18T22:09:22.532Z | Downloaded rand_core v0.10.1 |
| 268 | 2026-08-18T22:09:22.532Z | Downloaded static_assertions v1.1.0 |
| 269 | 2026-08-18T22:09:22.536Z | Downloaded indent_write v2.2.0 |
| 270 | 2026-08-18T22:09:22.536Z | Downloaded http-body v1.1.0 |
| 271 | 2026-08-18T22:09:22.540Z | Downloaded shlex v2.0.1 |
| 272 | 2026-08-18T22:09:22.540Z | Downloaded subtle v2.6.1 |
| 273 | 2026-08-18T22:09:22.544Z | Downloaded cargo_metadata v0.20.0 |
| 274 | 2026-08-18T22:09:22.548Z | Downloaded zmij v1.0.23 |
| 275 | 2026-08-18T22:09:22.552Z | Downloaded untrusted v0.9.0 |
| 276 | 2026-08-18T22:09:22.552Z | Downloaded mukti-metadata v0.3.0 |
| 277 | 2026-08-18T22:09:22.556Z | Downloaded ordered-float v2.10.1 |
| 278 | 2026-08-18T22:09:22.556Z | Downloaded zeroize v1.9.0 |
| 279 | 2026-08-18T22:09:22.561Z | Downloaded zipsign-api v0.1.5 |
| 280 | 2026-08-18T22:09:22.561Z | Downloaded pkg-config v0.3.34 |
| 281 | 2026-08-18T22:09:22.561Z | Downloaded ipnet v2.12.1 |
| 282 | 2026-08-18T22:09:22.561Z | Downloaded lock_api v0.4.14 |
| 283 | 2026-08-18T22:09:22.561Z | Downloaded newtype-uuid v1.4.0 |
| 284 | 2026-08-18T22:09:22.561Z | Downloaded miette-derive v7.6.0 |
| 285 | 2026-08-18T22:09:22.566Z | Downloaded spki v0.7.3 |
| 286 | 2026-08-18T22:09:22.566Z | Downloaded want v0.3.1 |
| 287 | 2026-08-18T22:09:22.566Z | Downloaded smol_str v0.3.6 |
| 288 | 2026-08-18T22:09:22.566Z | Downloaded thiserror-impl v2.0.20 |
| 289 | 2026-08-18T22:09:22.566Z | Downloaded unicode-xid v0.2.6 |
| 290 | 2026-08-18T22:09:22.566Z | Downloaded lru-slab v0.1.2 |
| 291 | 2026-08-18T22:09:22.569Z | Downloaded lazy_static v1.5.0 |
| 292 | 2026-08-18T22:09:22.569Z | Downloaded simd-adler32 v0.3.10 |
| 293 | 2026-08-18T22:09:22.569Z | Downloaded unicode-linebreak v0.1.5 |
| 294 | 2026-08-18T22:09:22.569Z | Downloaded crc32fast v1.5.0 |
| 295 | 2026-08-18T22:09:22.574Z | Downloaded ahash v0.8.12 |
| 296 | 2026-08-18T22:09:22.574Z | Downloaded futures-channel v0.3.34 |
| 297 | 2026-08-18T22:09:22.574Z | Downloaded target-spec-miette v0.4.8 |
| 298 | 2026-08-18T22:09:22.577Z | Downloaded thiserror-impl v1.0.69 |
| 299 | 2026-08-18T22:09:22.577Z | Downloaded signal-hook-registry v1.4.8 |
| 300 | 2026-08-18T22:09:22.577Z | Downloaded eyre v0.6.14 |
| 301 | 2026-08-18T22:09:22.582Z | Downloaded console v0.15.11 |
| 302 | 2026-08-18T22:09:22.582Z | Downloaded either v1.17.0 |
| 303 | 2026-08-18T22:09:22.582Z | Downloaded fixedbitset v0.5.7 |
| 304 | 2026-08-18T22:09:22.582Z | Downloaded const-oid v0.9.6 |
| 305 | 2026-08-18T22:09:22.585Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-08-18T22:09:22.586Z | Downloaded xattr v1.6.1 |
| 307 | 2026-08-18T22:09:22.589Z | Downloaded camino-tempfile v1.4.1 |
| 308 | 2026-08-18T22:09:22.597Z | Downloaded target-lexicon v0.13.5 |
| 309 | 2026-08-18T22:09:22.602Z | Downloaded rand_chacha v0.9.0 |
| 310 | 2026-08-18T22:09:22.606Z | Downloaded clap v4.6.6 |
| 311 | 2026-08-18T22:09:22.606Z | Downloaded tokio-native-tls v0.3.1 |
| 312 | 2026-08-18T22:09:22.611Z | Downloaded version_check v0.9.5 |
| 313 | 2026-08-18T22:09:22.611Z | Downloaded xxhash-rust v0.8.18 |
| 314 | 2026-08-18T22:09:22.611Z | Downloaded hyper-rustls v0.27.9 |
| 315 | 2026-08-18T22:09:22.615Z | Downloaded tracing-log v0.2.0 |
| 316 | 2026-08-18T22:09:22.615Z | Downloaded http-body-util v0.1.5 |
| 317 | 2026-08-18T22:09:22.615Z | Downloaded number_prefix v0.4.0 |
| 318 | 2026-08-18T22:09:22.615Z | Downloaded serde_path_to_error v0.1.20 |
| 319 | 2026-08-18T22:09:22.615Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-08-18T22:09:22.618Z | Downloaded tower-layer v0.3.3 |
| 321 | 2026-08-18T22:09:22.624Z | Downloaded self_update v0.42.0 |
| 322 | 2026-08-18T22:09:22.628Z | Downloaded humantime v2.4.0 |
| 323 | 2026-08-18T22:09:22.637Z | Downloaded owo-colors v4.3.0 |
| 324 | 2026-08-18T22:09:22.640Z | Downloaded indenter v0.3.4 |
| 325 | 2026-08-18T22:09:22.640Z | Downloaded pin-project-lite v0.2.17 |
| 326 | 2026-08-18T22:09:22.640Z | Downloaded zstd v0.13.3 |
| 327 | 2026-08-18T22:09:22.640Z | Downloaded parking_lot_core v0.9.12 |
| 328 | 2026-08-18T22:09:22.640Z | Downloaded camino v1.2.5 |
| 329 | 2026-08-18T22:09:22.644Z | Downloaded futures v0.3.34 |
| 330 | 2026-08-18T22:09:22.649Z | Downloaded utf8_iter v1.0.4 |
| 331 | 2026-08-18T22:09:22.649Z | Downloaded is_ci v1.2.0 |
| 332 | 2026-08-18T22:09:22.649Z | Downloaded derive-where v1.6.1 |
| 333 | 2026-08-18T22:09:22.652Z | Downloaded rustls-pki-types v1.15.1 |
| 334 | 2026-08-18T22:09:22.652Z | Downloaded serde_derive v1.0.229 |
| 335 | 2026-08-18T22:09:22.656Z | Downloaded getrandom v0.3.4 |
| 336 | 2026-08-18T22:09:22.656Z | Downloaded getrandom v0.4.3 |
| 337 | 2026-08-18T22:09:22.660Z | Downloaded config v0.15.25 |
| 338 | 2026-08-18T22:09:22.660Z | Downloaded foldhash v0.1.5 |
| 339 | 2026-08-18T22:09:22.661Z | Downloaded smallvec v1.15.2 |
| 340 | 2026-08-18T22:09:22.664Z | Downloaded quinn-udp v0.5.15 |
| 341 | 2026-08-18T22:09:22.664Z | Downloaded pin-project-internal v1.1.13 |
| 342 | 2026-08-18T22:09:22.667Z | Downloaded toml v0.8.23 |
| 343 | 2026-08-18T22:09:22.667Z | Downloaded rand_core v0.9.5 |
| 344 | 2026-08-18T22:09:22.671Z | Downloaded tokio-rustls v0.26.4 |
| 345 | 2026-08-18T22:09:22.671Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 346 | 2026-08-18T22:09:22.671Z | Downloaded nextest-metadata v0.12.2 |
| 347 | 2026-08-18T22:09:22.674Z | Downloaded unicase v2.9.0 |
| 348 | 2026-08-18T22:09:22.675Z | Downloaded uuid v1.24.1 |
| 349 | 2026-08-18T22:09:22.675Z | Downloaded jobserver v0.1.35 |
| 350 | 2026-08-18T22:09:22.692Z | Downloaded tokio-stream v0.1.19 |
| 351 | 2026-08-18T22:09:22.694Z | Downloaded pkcs8 v0.10.2 |
| 352 | 2026-08-18T22:09:22.698Z | Downloaded tracing-attributes v0.1.31 |
| 353 | 2026-08-18T22:09:22.701Z | Downloaded native-tls v0.2.18 |
| 354 | 2026-08-18T22:09:22.724Z | Downloaded backtrace v0.3.76 |
| 355 | 2026-08-18T22:09:22.724Z | Downloaded bytes v1.12.1 |
| 356 | 2026-08-18T22:09:22.728Z | Downloaded borsh v1.8.0 |
| 357 | 2026-08-18T22:09:22.728Z | Downloaded zstd-safe v7.2.4 |
| 358 | 2026-08-18T22:09:22.728Z | Downloaded httparse v1.10.1 |
| 359 | 2026-08-18T22:09:22.728Z | Downloaded litrs v1.0.0 |
| 360 | 2026-08-18T22:09:22.728Z | Downloaded ppv-lite86 v0.2.21 |
| 361 | 2026-08-18T22:09:22.728Z | Downloaded tempfile v3.27.0 |
| 362 | 2026-08-18T22:09:22.728Z | Downloaded num-traits v0.2.19 |
| 363 | 2026-08-18T22:09:22.728Z | Downloaded pin-project v1.1.13 |
| 364 | 2026-08-18T22:09:22.728Z | Downloaded textwrap v0.16.2 |
| 365 | 2026-08-18T22:09:22.728Z | Downloaded indicatif v0.17.11 |
| 366 | 2026-08-18T22:09:22.728Z | Downloaded der v0.7.10 |
| 367 | 2026-08-18T22:09:22.731Z | Downloaded derive_more v2.1.1 |
| 368 | 2026-08-18T22:09:22.734Z | Downloaded serde_core v1.0.229 |
| 369 | 2026-08-18T22:09:22.743Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 370 | 2026-08-18T22:09:22.749Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 371 | 2026-08-18T22:09:22.749Z | Downloaded tinyvec v1.12.0 |
| 372 | 2026-08-18T22:09:22.752Z | Downloaded tracing-core v0.1.36 |
| 373 | 2026-08-18T22:09:22.764Z | Downloaded signal-hook v0.3.18 |
| 374 | 2026-08-18T22:09:22.767Z | Downloaded socket2 v0.6.5 |
| 375 | 2026-08-18T22:09:22.772Z | Downloaded cc v1.4.3 |
| 376 | 2026-08-18T22:09:22.772Z | Downloaded derive_more-impl v2.1.1 |
| 377 | 2026-08-18T22:09:22.775Z | Downloaded ed25519-dalek v2.2.0 |
| 378 | 2026-08-18T22:09:22.775Z | Downloaded flate2 v1.1.9 |
| 379 | 2026-08-18T22:09:22.778Z | Downloaded iana-time-zone v0.1.65 |
| 380 | 2026-08-18T22:09:22.782Z | Downloaded log v0.4.33 |
| 381 | 2026-08-18T22:09:22.782Z | Downloaded nextest-filtering v0.15.0 |
| 382 | 2026-08-18T22:09:22.782Z | Downloaded once_cell v1.21.4 |
| 383 | 2026-08-18T22:09:22.787Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-08-18T22:09:22.787Z | Downloaded quinn v0.11.11 |
| 385 | 2026-08-18T22:09:22.792Z | Downloaded parking_lot v0.12.5 |
| 386 | 2026-08-18T22:09:22.795Z | Downloaded sharded-slab v0.1.7 |
| 387 | 2026-08-18T22:09:22.795Z | Downloaded proc-macro2 v1.0.107 |
| 388 | 2026-08-18T22:09:22.798Z | Downloaded url v2.5.8 |
| 389 | 2026-08-18T22:09:22.804Z | Downloaded tar v0.4.46 |
| 390 | 2026-08-18T22:09:22.806Z | Downloaded tower v0.5.3 |
| 391 | 2026-08-18T22:09:22.815Z | Downloaded toml_edit v0.22.27 |
| 392 | 2026-08-18T22:09:22.818Z | Downloaded miniz_oxide v0.8.9 |
| 393 | 2026-08-18T22:09:22.821Z | Downloaded openssl-sys v0.9.117 |
| 394 | 2026-08-18T22:09:22.824Z | Downloaded rand v0.10.2 |
| 395 | 2026-08-18T22:09:22.827Z | Downloaded rustls-webpki v0.103.14 |
| 396 | 2026-08-18T22:09:22.831Z | Downloaded vte v0.14.1 |
| 397 | 2026-08-18T22:09:22.831Z | Downloaded http v1.5.0 |
| 398 | 2026-08-18T22:09:22.836Z | Downloaded indexmap v2.14.0 |
| 399 | 2026-08-18T22:09:22.844Z | Downloaded crossterm v0.29.0 |
| 400 | 2026-08-18T22:09:22.847Z | Downloaded serde v1.0.229 |
| 401 | 2026-08-18T22:09:22.850Z | Downloaded hyper-util v0.1.20 |
| 402 | 2026-08-18T22:09:22.853Z | Downloaded itertools v0.14.0 |
| 403 | 2026-08-18T22:09:22.856Z | Downloaded hashbrown v0.15.5 |
| 404 | 2026-08-18T22:09:22.859Z | Downloaded guppy v0.17.26 |
| 405 | 2026-08-18T22:09:22.862Z | Downloaded hashbrown v0.17.1 |
| 406 | 2026-08-18T22:09:22.866Z | Downloaded clap_builder v4.6.6 |
| 407 | 2026-08-18T22:09:22.878Z | Downloaded h2 v0.4.16 |
| 408 | 2026-08-18T22:09:22.883Z | Downloaded futures-util v0.3.34 |
| 409 | 2026-08-18T22:09:22.901Z | Downloaded tower-http v0.6.11 |
| 410 | 2026-08-18T22:09:22.907Z | Downloaded aho-corasick v1.1.5 |
| 411 | 2026-08-18T22:09:22.910Z | Downloaded winnow v0.7.15 |
| 412 | 2026-08-18T22:09:22.913Z | Downloaded typenum v1.20.1 |
| 413 | 2026-08-18T22:09:22.916Z | Downloaded winnow v1.0.4 |
| 414 | 2026-08-18T22:09:22.920Z | Downloaded rand v0.9.5 |
| 415 | 2026-08-18T22:09:22.924Z | Downloaded portable-atomic v1.15.0 |
| 416 | 2026-08-18T22:09:22.929Z | Downloaded mio v1.2.2 |
| 417 | 2026-08-18T22:09:22.932Z | Downloaded webpki-roots v1.0.9 |
| 418 | 2026-08-18T22:09:22.941Z | Downloaded vcpkg v0.2.15 |
| 419 | 2026-08-18T22:09:22.962Z | Downloaded chrono v0.4.45 |
| 420 | 2026-08-18T22:09:22.967Z | Downloaded regex v1.13.1 |
| 421 | 2026-08-18T22:09:22.970Z | Downloaded memchr v2.8.3 |
| 422 | 2026-08-18T22:09:22.973Z | Downloaded unicode-segmentation v1.13.3 |
| 423 | 2026-08-18T22:09:22.977Z | Downloaded miette v7.6.0 |
| 424 | 2026-08-18T22:09:22.977Z | Downloaded ron v0.12.2 |
| 425 | 2026-08-18T22:09:22.983Z | Downloaded unicode-normalization v0.1.25 |
| 426 | 2026-08-18T22:09:22.985Z | Downloaded unicode-width v0.2.2 |
| 427 | 2026-08-18T22:09:22.988Z | Downloaded gimli v0.32.3 |
| 428 | 2026-08-18T22:09:22.992Z | Downloaded quick-xml v0.37.5 |
| 429 | 2026-08-18T22:09:22.995Z | Downloaded reqwest v0.12.28 |
| 430 | 2026-08-18T22:09:22.998Z | Downloaded nextest-runner v0.80.0 |
| 431 | 2026-08-18T22:09:23.004Z | Downloaded curve25519-dalek v4.1.3 |
| 432 | 2026-08-18T22:09:23.008Z | Downloaded openssl v0.10.81 |
| 433 | 2026-08-18T22:09:23.014Z | Downloaded quick-xml v0.38.4 |
| 434 | 2026-08-18T22:09:23.017Z | Downloaded tokio-util v0.7.19 |
| 435 | 2026-08-18T22:09:23.023Z | Downloaded bstr v1.13.1 |
| 436 | 2026-08-18T22:09:23.026Z | Downloaded object v0.37.3 |
| 437 | 2026-08-18T22:09:23.039Z | Downloaded pulldown-cmark v0.13.4 |
| 438 | 2026-08-18T22:09:23.042Z | Downloaded hyper v1.11.0 |
| 439 | 2026-08-18T22:09:23.049Z | Downloaded tracing v0.1.44 |
| 440 | 2026-08-18T22:09:23.060Z | Downloaded idna v1.1.0 |
| 441 | 2026-08-18T22:09:23.072Z | Downloaded color-eyre v0.6.5 |
| 442 | 2026-08-18T22:09:23.087Z | Downloaded quinn-proto v0.11.17 |
| 443 | 2026-08-18T22:09:23.093Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 444 | 2026-08-18T22:09:23.099Z | Downloaded libc v0.2.189 |
| 445 | 2026-08-18T22:09:23.140Z | Downloaded tracing-subscriber v0.3.23 |
| 446 | 2026-08-18T22:09:23.184Z | Downloaded unicode-width v0.1.14 |
| 447 | 2026-08-18T22:09:23.187Z | Downloaded syn v3.0.3 |
| 448 | 2026-08-18T22:09:23.196Z | Downloaded zerocopy v0.8.56 |
| 449 | 2026-08-18T22:09:23.209Z | Downloaded syn v2.0.119 |
| 450 | 2026-08-18T22:09:23.226Z | Downloaded rustix v0.38.44 |
| 451 | 2026-08-18T22:09:23.238Z | Downloaded rustls v0.23.43 |
| 452 | 2026-08-18T22:09:23.244Z | Downloaded nix v0.30.1 |
| 453 | 2026-08-18T22:09:23.250Z | Downloaded regex-syntax v0.8.11 |
| 454 | 2026-08-18T22:09:23.255Z | Downloaded rustix v1.1.4 |
| 455 | 2026-08-18T22:09:23.335Z | Downloaded regex-automata v0.4.18 |
| 456 | 2026-08-18T22:09:23.418Z | Downloaded petgraph v0.8.3 |
| 457 | 2026-08-18T22:09:23.436Z | Downloaded tokio v1.53.1 |
| 458 | 2026-08-18T22:09:23.501Z | Downloaded recursion v0.5.4 |
| 459 | 2026-08-18T22:09:23.519Z | Downloaded ring v0.17.14 |
| 460 | 2026-08-18T22:09:23.579Z | Compiling proc-macro2 v1.0.107 |
| 461 | 2026-08-18T22:09:23.579Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-08-18T22:09:23.582Z | Compiling quote v1.0.47 |
| 463 | 2026-08-18T22:09:23.582Z | Compiling libc v0.2.189 |
| 464 | 2026-08-18T22:09:23.582Z | Compiling serde_core v1.0.229 |
| 465 | 2026-08-18T22:09:23.582Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-08-18T22:09:23.582Z | Compiling memchr v2.8.3 |
| 467 | 2026-08-18T22:09:23.582Z | Compiling once_cell v1.21.4 |
| 468 | 2026-08-18T22:09:23.832Z | Compiling log v0.4.33 |
| 469 | 2026-08-18T22:09:23.837Z | Compiling pin-project-lite v0.2.17 |
| 470 | 2026-08-18T22:09:23.929Z | Compiling itoa v1.0.18 |
| 471 | 2026-08-18T22:09:24.009Z | Compiling serde v1.0.229 |
| 472 | 2026-08-18T22:09:24.118Z | Compiling smallvec v1.15.2 |
| 473 | 2026-08-18T22:09:24.172Z | Compiling futures-core v0.3.34 |
| 474 | 2026-08-18T22:09:24.330Z | Compiling bitflags v2.13.1 |
| 475 | 2026-08-18T22:09:24.351Z | Compiling shlex v2.0.1 |
| 476 | 2026-08-18T22:09:24.363Z | Compiling find-msvc-tools v0.1.11 |
| 477 | 2026-08-18T22:09:24.532Z | Compiling equivalent v1.0.2 |
| 478 | 2026-08-18T22:09:24.590Z | Compiling errno v0.3.14 |
| 479 | 2026-08-18T22:09:24.623Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-08-18T22:09:24.673Z | Compiling bytes v1.12.1 |
| 481 | 2026-08-18T22:09:24.717Z | Compiling signal-hook-registry v1.4.8 |
| 482 | 2026-08-18T22:09:24.816Z | Compiling jobserver v0.1.35 |
| 483 | 2026-08-18T22:09:24.896Z | Compiling mio v1.2.2 |
| 484 | 2026-08-18T22:09:24.909Z | Compiling futures-sink v0.3.34 |
| 485 | 2026-08-18T22:09:25.015Z | Compiling syn v3.0.3 |
| 486 | 2026-08-18T22:09:25.028Z | Compiling syn v2.0.119 |
| 487 | 2026-08-18T22:09:25.137Z | Compiling cc v1.4.3 |
| 488 | 2026-08-18T22:09:25.162Z | Compiling rustix v1.1.4 |
| 489 | 2026-08-18T22:09:25.326Z | Compiling socket2 v0.6.5 |
| 490 | 2026-08-18T22:09:25.521Z | Compiling autocfg v1.5.1 |
| 491 | 2026-08-18T22:09:25.544Z | Compiling zmij v1.0.23 |
| 492 | 2026-08-18T22:09:25.827Z | Compiling slab v0.4.12 |
| 493 | 2026-08-18T22:09:25.914Z | Compiling futures-channel v0.3.34 |
| 494 | 2026-08-18T22:09:26.040Z | Compiling indexmap v2.14.0 |
| 495 | 2026-08-18T22:09:26.067Z | Compiling tracing-core v0.1.36 |
| 496 | 2026-08-18T22:09:26.160Z | Compiling serde_json v1.0.151 |
| 497 | 2026-08-18T22:09:26.175Z | Compiling version_check v0.9.5 |
| 498 | 2026-08-18T22:09:26.418Z | Compiling futures-task v0.3.34 |
| 499 | 2026-08-18T22:09:26.430Z | Compiling futures-io v0.3.34 |
| 500 | 2026-08-18T22:09:26.590Z | Compiling getrandom v0.4.3 |
| 501 | 2026-08-18T22:09:26.761Z | Compiling camino v1.2.5 |
| 502 | 2026-08-18T22:09:26.873Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-08-18T22:09:26.876Z | Compiling unicode-width v0.2.2 |
| 504 | 2026-08-18T22:09:27.118Z | Compiling ring v0.17.14 |
| 505 | 2026-08-18T22:09:27.159Z | Compiling http v1.5.0 |
| 506 | 2026-08-18T22:09:27.187Z | Compiling simd-adler32 v0.3.10 |
| 507 | 2026-08-18T22:09:27.286Z | Compiling adler2 v2.0.1 |
| 508 | 2026-08-18T22:09:27.455Z | Compiling zeroize v1.9.0 |
| 509 | 2026-08-18T22:09:27.658Z | Compiling miniz_oxide v0.8.9 |
| 510 | 2026-08-18T22:09:27.843Z | Compiling serde_derive v1.0.229 |
| 511 | 2026-08-18T22:09:28.077Z | Compiling tokio-macros v2.7.2 |
| 512 | 2026-08-18T22:09:28.349Z | Compiling futures-macro v0.3.34 |
| 513 | 2026-08-18T22:09:28.594Z | Compiling tracing-attributes v0.1.31 |
| 514 | 2026-08-18T22:09:28.853Z | Compiling tokio v1.53.1 |
| 515 | 2026-08-18T22:09:29.151Z | Compiling num-traits v0.2.19 |
| 516 | 2026-08-18T22:09:29.175Z | Compiling futures-util v0.3.34 |
| 517 | 2026-08-18T22:09:29.188Z | Compiling target-lexicon v0.13.5 |
| 518 | 2026-08-18T22:09:29.230Z | Compiling getrandom v0.3.4 |
| 519 | 2026-08-18T22:09:29.382Z | Compiling object v0.37.3 |
| 520 | 2026-08-18T22:09:29.557Z | Compiling zerocopy v0.8.56 |
| 521 | 2026-08-18T22:09:29.726Z | Compiling http-body v1.1.0 |
| 522 | 2026-08-18T22:09:29.824Z | Compiling tracing v0.1.44 |
| 523 | 2026-08-18T22:09:29.879Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-18T22:09:29.891Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-18T22:09:29.990Z | Compiling semver v1.0.28 |
| 526 | 2026-08-18T22:09:30.157Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-18T22:09:30.176Z | Compiling guppy-workspace-hack v0.1.0 |
| 528 | 2026-08-18T22:09:30.353Z | Compiling httparse v1.10.1 |
| 529 | 2026-08-18T22:09:30.389Z | Compiling signal-hook v0.3.18 |
| 530 | 2026-08-18T22:09:30.598Z | Compiling untrusted v0.9.0 |
| 531 | 2026-08-18T22:09:30.651Z | Compiling utf8_iter v1.0.4 |
| 532 | 2026-08-18T22:09:30.695Z | Compiling idna_adapter v1.0.0 |
| 533 | 2026-08-18T22:09:30.760Z | Compiling fnv v1.0.7 |
| 534 | 2026-08-18T22:09:30.794Z | Compiling thiserror v2.0.20 |
| 535 | 2026-08-18T22:09:30.794Z | Compiling owo-colors v4.3.0 |
| 536 | 2026-08-18T22:09:30.836Z | Compiling gimli v0.32.3 |
| 537 | 2026-08-18T22:09:30.867Z | Compiling idna v1.1.0 |
| 538 | 2026-08-18T22:09:31.957Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-18T22:09:32.392Z | Compiling generic-array v0.14.7 |
| 540 | 2026-08-18T22:09:32.487Z | Compiling typeid v1.0.3 |
| 541 | 2026-08-18T22:09:32.627Z | Compiling rustc-demangle v0.1.28 |
| 542 | 2026-08-18T22:09:32.775Z | Compiling addr2line v0.25.1 |
| 543 | 2026-08-18T22:09:33.139Z | Compiling tokio-util v0.7.19 |
| 544 | 2026-08-18T22:09:33.224Z | Compiling atomic-waker v1.1.2 |
| 545 | 2026-08-18T22:09:33.364Z | Compiling thiserror v1.0.69 |
| 546 | 2026-08-18T22:09:33.500Z | Compiling try-lock v0.2.5 |
| 547 | 2026-08-18T22:09:33.638Z | Compiling tower-service v0.3.3 |
| 548 | 2026-08-18T22:09:33.646Z | Compiling pkg-config v0.3.34 |
| 549 | 2026-08-18T22:09:33.670Z | Compiling rustls v0.23.43 |
| 550 | 2026-08-18T22:09:33.720Z | Compiling target-spec v3.6.0 |
| 551 | 2026-08-18T22:09:33.880Z | Compiling fastrand v2.5.0 |
| 552 | 2026-08-18T22:09:34.064Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 553 | 2026-08-18T22:09:34.214Z | Compiling tempfile v3.27.0 |
| 554 | 2026-08-18T22:09:34.228Z | Compiling h2 v0.4.16 |
| 555 | 2026-08-18T22:09:34.242Z | Compiling want v0.3.1 |
| 556 | 2026-08-18T22:09:34.365Z | Compiling backtrace v0.3.76 |
| 557 | 2026-08-18T22:09:34.480Z | Compiling cfg-expr v0.20.8 |
| 558 | 2026-08-18T22:09:35.062Z | Compiling url v2.5.8 |
| 559 | 2026-08-18T22:09:35.228Z | Compiling thiserror-impl v1.0.69 |
| 560 | 2026-08-18T22:09:35.438Z | Compiling terminal_size v0.4.4 |
| 561 | 2026-08-18T22:09:35.592Z | Compiling aho-corasick v1.1.5 |
| 562 | 2026-08-18T22:09:35.932Z | Compiling subtle v2.6.1 |
| 563 | 2026-08-18T22:09:36.099Z | Compiling erased-serde v0.4.10 |
| 564 | 2026-08-18T22:09:36.382Z | Compiling typenum v1.20.1 |
| 565 | 2026-08-18T22:09:36.396Z | Compiling winnow v0.7.15 |
| 566 | 2026-08-18T22:09:37.120Z | Compiling rustls-webpki v0.103.14 |
| 567 | 2026-08-18T22:09:37.439Z | Compiling regex-syntax v0.8.11 |
| 568 | 2026-08-18T22:09:39.231Z | Compiling regex-automata v0.4.18 |
| 569 | 2026-08-18T22:09:39.851Z | Compiling hyper v1.11.0 |
| 570 | 2026-08-18T22:09:41.124Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-08-18T22:09:41.296Z | Compiling toml_datetime v0.6.11 |
| 572 | 2026-08-18T22:09:41.668Z | Compiling ahash v0.8.12 |
| 573 | 2026-08-18T22:09:41.920Z | Compiling sync_wrapper v1.0.2 |
| 574 | 2026-08-18T22:09:42.041Z | Compiling parking_lot_core v0.9.12 |
| 575 | 2026-08-18T22:09:42.081Z | Compiling base64 v0.22.1 |
| 576 | 2026-08-18T22:09:42.308Z | Compiling is_ci v1.2.0 |
| 577 | 2026-08-18T22:09:42.477Z | Compiling nextest-workspace-hack v0.1.0 |
| 578 | 2026-08-18T22:09:42.563Z | Compiling unicode-linebreak v0.1.5 |
| 579 | 2026-08-18T22:09:42.697Z | Compiling crc32fast v1.5.0 |
| 580 | 2026-08-18T22:09:42.838Z | Compiling tower-layer v0.3.3 |
| 581 | 2026-08-18T22:09:42.995Z | Compiling toml_write v0.1.2 |
| 582 | 2026-08-18T22:09:43.049Z | Compiling ipnet v2.12.1 |
| 583 | 2026-08-18T22:09:43.239Z | Compiling foldhash v0.1.5 |
| 584 | 2026-08-18T22:09:43.458Z | Compiling portable-atomic v1.15.0 |
| 585 | 2026-08-18T22:09:43.580Z | Compiling unicode-segmentation v1.13.3 |
| 586 | 2026-08-18T22:09:43.843Z | Compiling lazy_static v1.5.0 |
| 587 | 2026-08-18T22:09:43.909Z | Compiling either v1.17.0 |
| 588 | 2026-08-18T22:09:43.954Z | Compiling sharded-slab v0.1.7 |
| 589 | 2026-08-18T22:09:43.985Z | Compiling convert_case v0.10.0 |
| 590 | 2026-08-18T22:09:44.195Z | Compiling hashbrown v0.15.5 |
| 591 | 2026-08-18T22:09:44.209Z | Compiling hyper-util v0.1.20 |
| 592 | 2026-08-18T22:09:44.248Z | Compiling toml_edit v0.22.27 |
| 593 | 2026-08-18T22:09:44.586Z | Compiling tower v0.5.3 |
| 594 | 2026-08-18T22:09:44.813Z | Compiling textwrap v0.16.2 |
| 595 | 2026-08-18T22:09:44.866Z | Compiling supports-color v3.0.2 |
| 596 | 2026-08-18T22:09:45.177Z | Compiling tokio-rustls v0.26.4 |
| 597 | 2026-08-18T22:09:45.468Z | Compiling backtrace-ext v0.2.1 |
| 598 | 2026-08-18T22:09:45.738Z | Compiling ordered-float v2.10.1 |
| 599 | 2026-08-18T22:09:45.786Z | Compiling webpki-roots v1.0.9 |
| 600 | 2026-08-18T22:09:45.907Z | Compiling miette-derive v7.6.0 |
| 601 | 2026-08-18T22:09:46.024Z | Compiling pathdiff v0.2.3 |
| 602 | 2026-08-18T22:09:46.151Z | Compiling console v0.15.11 |
| 603 | 2026-08-18T22:09:46.164Z | Compiling tracing-log v0.2.0 |
| 604 | 2026-08-18T22:09:46.511Z | Compiling cargo-platform v0.3.3 |
| 605 | 2026-08-18T22:09:46.832Z | Compiling os_pipe v1.2.3 |
| 606 | 2026-08-18T22:09:47.014Z | Compiling thread_local v1.1.10 |
| 607 | 2026-08-18T22:09:47.051Z | Compiling supports-unicode v3.0.0 |
| 608 | 2026-08-18T22:09:47.079Z | Compiling zstd-safe v7.2.4 |
| 609 | 2026-08-18T22:09:47.226Z | Compiling fixedbitset v0.5.7 |
| 610 | 2026-08-18T22:09:47.320Z | Compiling cfg_aliases v0.2.2 |
| 611 | 2026-08-18T22:09:47.347Z | Compiling ryu v1.0.23 |
| 612 | 2026-08-18T22:09:47.397Z | Compiling winnow v1.0.4 |
| 613 | 2026-08-18T22:09:47.474Z | Compiling debug-ignore v1.0.5 |
| 614 | 2026-08-18T22:09:47.589Z | Compiling utf8parse v0.2.2 |
| 615 | 2026-08-18T22:09:47.641Z | Compiling scopeguard v1.2.0 |
| 616 | 2026-08-18T22:09:47.707Z | Compiling supports-hyperlinks v3.2.0 |
| 617 | 2026-08-18T22:09:47.739Z | Compiling pulldown-cmark v0.13.4 |
| 618 | 2026-08-18T22:09:47.754Z | Compiling rustix v0.38.44 |
| 619 | 2026-08-18T22:09:47.929Z | Compiling unicode-width v0.1.14 |
| 620 | 2026-08-18T22:09:48.188Z | Compiling miette v7.6.0 |
| 621 | 2026-08-18T22:09:48.246Z | Compiling lock_api v0.4.14 |
| 622 | 2026-08-18T22:09:48.316Z | Compiling anstyle-parse v1.0.0 |
| 623 | 2026-08-18T22:09:48.496Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 624 | 2026-08-18T22:09:48.545Z | Compiling serde_urlencoded v0.7.1 |
| 625 | 2026-08-18T22:09:48.843Z | Compiling petgraph v0.8.3 |
| 626 | 2026-08-18T22:09:48.864Z | Compiling nix v0.30.1 |
| 627 | 2026-08-18T22:09:49.247Z | Compiling tracing-subscriber v0.3.23 |
| 628 | 2026-08-18T22:09:49.809Z | Compiling sigchld v0.2.4 |
| 629 | 2026-08-18T22:09:50.008Z | Compiling cargo_metadata v0.23.1 |
| 630 | 2026-08-18T22:09:50.793Z | Compiling serde-value v0.7.0 |
| 631 | 2026-08-18T22:09:50.793Z | Compiling hyper-rustls v0.27.9 |
| 632 | 2026-08-18T22:09:51.458Z | Compiling toml v0.8.23 |
| 633 | 2026-08-18T22:09:51.473Z | Compiling serde-untagged v0.1.9 |
| 634 | 2026-08-18T22:09:52.207Z | Compiling tower-http v0.6.11 |
| 635 | 2026-08-18T22:09:52.511Z | Compiling derive_more-impl v2.1.1 |
| 636 | 2026-08-18T22:09:52.844Z | Compiling itertools v0.14.0 |
| 637 | 2026-08-18T22:09:53.335Z | Compiling regex v1.13.1 |
| 638 | 2026-08-18T22:09:53.376Z | Compiling block-buffer v0.10.4 |
| 639 | 2026-08-18T22:09:53.539Z | Compiling crypto-common v0.1.7 |
| 640 | 2026-08-18T22:09:53.685Z | Compiling ppv-lite86 v0.2.21 |
| 641 | 2026-08-18T22:09:53.714Z | Compiling futures-executor v0.3.34 |
| 642 | 2026-08-18T22:09:54.031Z | Compiling rand_core v0.9.5 |
| 643 | 2026-08-18T22:09:54.148Z | Compiling http-body-util v0.1.5 |
| 644 | 2026-08-18T22:09:54.231Z | Compiling pin-project-internal v1.1.13 |
| 645 | 2026-08-18T22:09:54.294Z | Compiling uuid v1.24.1 |
| 646 | 2026-08-18T22:09:54.359Z | Compiling smol_str v0.3.6 |
| 647 | 2026-08-18T22:09:54.448Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-08-18T22:09:54.698Z | Compiling serde_spanned v1.1.1 |
| 649 | 2026-08-18T22:09:54.788Z | Compiling eyre v0.6.14 |
| 650 | 2026-08-18T22:09:54.831Z | Compiling filetime v0.2.29 |
| 651 | 2026-08-18T22:09:54.856Z | Compiling vte v0.14.1 |
| 652 | 2026-08-18T22:09:54.871Z | Compiling bstr v1.13.1 |
| 653 | 2026-08-18T22:09:55.056Z | Compiling litrs v1.0.0 |
| 654 | 2026-08-18T22:09:55.070Z | Compiling colorchoice v1.0.5 |
| 655 | 2026-08-18T22:09:55.271Z | Compiling nested v0.1.1 |
| 656 | 2026-08-18T22:09:55.308Z | Compiling color-spantrace v0.3.0 |
| 657 | 2026-08-18T22:09:55.392Z | Compiling number_prefix v0.4.0 |
| 658 | 2026-08-18T22:09:55.469Z | Compiling iana-time-zone v0.1.65 |
| 659 | 2026-08-18T22:09:55.507Z | Compiling xattr v1.6.1 |
| 660 | 2026-08-18T22:09:55.568Z | Compiling unicase v2.9.0 |
| 661 | 2026-08-18T22:09:55.584Z | Compiling is_terminal_polyfill v1.70.2 |
| 662 | 2026-08-18T22:09:55.603Z | Compiling self_update v0.42.0 |
| 663 | 2026-08-18T22:09:55.616Z | Compiling anstyle v1.0.14 |
| 664 | 2026-08-18T22:09:55.683Z | Compiling tinyvec_macros v0.1.1 |
| 665 | 2026-08-18T22:09:55.696Z | Compiling anstyle-query v1.1.5 |
| 666 | 2026-08-18T22:09:55.752Z | Compiling static_assertions v1.1.0 |
| 667 | 2026-08-18T22:09:55.755Z | Compiling unicode-xid v0.2.6 |
| 668 | 2026-08-18T22:09:55.777Z | Compiling tinyvec v1.12.0 |
| 669 | 2026-08-18T22:09:55.796Z | Compiling anstream v1.0.0 |
| 670 | 2026-08-18T22:09:55.834Z | Compiling guppy v0.17.26 |
| 671 | 2026-08-18T22:09:55.863Z | Compiling cargo-util-schemas v0.2.0 |
| 672 | 2026-08-18T22:09:55.887Z | Compiling tar v0.4.46 |
| 673 | 2026-08-18T22:09:56.246Z | Compiling chrono v0.4.45 |
| 674 | 2026-08-18T22:09:56.289Z | Compiling indicatif v0.17.11 |
| 675 | 2026-08-18T22:09:57.014Z | Compiling document-features v0.2.12 |
| 676 | 2026-08-18T22:09:57.537Z | Compiling pin-project v1.1.13 |
| 677 | 2026-08-18T22:09:57.572Z | Compiling globset v0.4.20 |
| 678 | 2026-08-18T22:09:57.986Z | Compiling strip-ansi-escapes v0.2.1 |
| 679 | 2026-08-18T22:09:58.297Z | Compiling toml v1.1.4+spec-1.1.0 |
| 680 | 2026-08-18T22:09:58.368Z | Compiling newtype-uuid v1.4.0 |
| 681 | 2026-08-18T22:09:58.467Z | Compiling nextest-metadata v0.12.2 |
| 682 | 2026-08-18T22:09:58.558Z | Compiling reqwest v0.12.28 |
| 683 | 2026-08-18T22:09:59.429Z | Compiling rand_chacha v0.9.0 |
| 684 | 2026-08-18T22:09:59.550Z | Compiling futures v0.3.34 |
| 685 | 2026-08-18T22:09:59.636Z | Compiling digest v0.10.7 |
| 686 | 2026-08-18T22:09:59.873Z | Compiling derive_more v2.1.1 |
| 687 | 2026-08-18T22:09:59.958Z | Compiling flate2 v1.1.9 |
| 688 | 2026-08-18T22:10:00.001Z | Compiling parking_lot v0.12.5 |
| 689 | 2026-08-18T22:10:00.510Z | Compiling tracing-error v0.2.1 |
| 690 | 2026-08-18T22:10:00.751Z | Compiling shared_child v1.1.1 |
| 691 | 2026-08-18T22:10:01.074Z | Compiling signal-hook-mio v0.2.5 |
| 692 | 2026-08-18T22:10:01.193Z | Compiling self-replace v1.5.0 |
| 693 | 2026-08-18T22:10:01.213Z | Compiling cargo-platform v0.2.0 |
| 694 | 2026-08-18T22:10:01.357Z | Compiling quick-xml v0.38.4 |
| 695 | 2026-08-18T22:10:01.458Z | Compiling quick-xml v0.37.5 |
| 696 | 2026-08-18T22:10:01.756Z | Compiling cpufeatures v0.2.17 |
| 697 | 2026-08-18T22:10:01.836Z | Compiling recursion v0.5.4 |
| 698 | 2026-08-18T22:10:01.990Z | Compiling shell-words v1.1.1 |
| 699 | 2026-08-18T22:10:02.248Z | Compiling urlencoding v2.1.3 |
| 700 | 2026-08-18T22:10:02.465Z | Compiling heck v0.5.0 |
| 701 | 2026-08-18T22:10:02.480Z | Compiling strsim v0.11.1 |
| 702 | 2026-08-18T22:10:02.952Z | Compiling indenter v0.3.4 |
| 703 | 2026-08-18T22:10:02.978Z | Compiling clap_lex v1.1.0 |
| 704 | 2026-08-18T22:10:02.997Z | Compiling humantime v2.4.0 |
| 705 | 2026-08-18T22:10:03.297Z | Compiling humantime-serde v1.1.1 |
| 706 | 2026-08-18T22:10:03.347Z | Compiling clap_builder v4.6.6 |
| 707 | 2026-08-18T22:10:03.423Z | Compiling clap_derive v4.6.4 |
| 708 | 2026-08-18T22:10:03.579Z | Compiling nextest-filtering v0.15.0 |
| 709 | 2026-08-18T22:10:03.584Z | Compiling quick-junit v0.5.2 |
| 710 | 2026-08-18T22:10:05.144Z | Compiling sha2 v0.10.9 |
| 711 | 2026-08-18T22:10:06.417Z | Compiling atomicwrites v0.4.4 |
| 712 | 2026-08-18T22:10:06.620Z | Compiling cargo_metadata v0.20.0 |
| 713 | 2026-08-18T22:10:06.717Z | Compiling cargo-nextest v0.9.97 |
| 714 | 2026-08-18T22:10:07.041Z | Compiling crossterm v0.29.0 |
| 715 | 2026-08-18T22:10:07.433Z | Compiling duct v0.13.7 |
| 716 | 2026-08-18T22:10:09.959Z | Compiling rand v0.9.5 |
| 717 | 2026-08-18T22:10:10.106Z | Compiling async-scoped v0.9.0 |
| 718 | 2026-08-18T22:10:10.175Z | Compiling config v0.15.25 |
| 719 | 2026-08-18T22:10:10.254Z | Compiling unicode-normalization v0.1.25 |
| 720 | 2026-08-18T22:10:10.298Z | Compiling target-spec-miette v0.4.8 |
| 721 | 2026-08-18T22:10:10.694Z | Compiling future-queue v0.4.0 |
| 722 | 2026-08-18T22:10:10.709Z | Compiling mukti-metadata v0.3.0 |
| 723 | 2026-08-18T22:10:10.842Z | Compiling camino-tempfile v1.4.1 |
| 724 | 2026-08-18T22:10:10.987Z | Compiling tokio-stream v0.1.19 |
| 725 | 2026-08-18T22:10:11.201Z | Compiling derive-where v1.6.1 |
| 726 | 2026-08-18T22:10:11.262Z | Compiling serde_path_to_error v0.1.20 |
| 727 | 2026-08-18T22:10:11.544Z | Compiling serde_ignored v0.1.14 |
| 728 | 2026-08-18T22:10:11.728Z | Compiling hex v0.4.3 |
| 729 | 2026-08-18T22:10:11.850Z | Compiling home v0.5.12 |
| 730 | 2026-08-18T22:10:11.898Z | Compiling indent_write v2.2.0 |
| 731 | 2026-08-18T22:10:12.022Z | Compiling xxhash-rust v0.8.18 |
| 732 | 2026-08-18T22:10:12.025Z | Compiling swrite v0.1.0 |
| 733 | 2026-08-18T22:10:12.055Z | Compiling color-eyre v0.6.5 |
| 734 | 2026-08-18T22:10:12.159Z | Compiling clap v4.6.6 |
| 735 | 2026-08-18T22:10:12.207Z | Compiling dialoguer v0.11.0 |
| 736 | 2026-08-18T22:10:12.258Z | Compiling enable-ansi-support v0.2.1 |
| 737 | 2026-08-18T22:10:13.818Z | Compiling zstd v0.13.3 |
| 738 | 2026-08-18T22:10:14.241Z | Compiling nextest-runner v0.80.0 |
| 739 | 2026-08-18T22:10:32.738Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 740 | 2026-08-18T22:10:32.914Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 741 | 2026-08-18T22:10:32.917Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 742 | 2026-08-18T22:10:33.042Z | + pushd mg-lower |
| 743 | 2026-08-18T22:10:33.047Z | /work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite |
| 744 | 2026-08-18T22:10:33.047Z | + cargo nextest run |
| 745 | 2026-08-18T22:10:33.197Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 746 | 2026-08-18T22:10:34.470Z | From https://github.com/oxidecomputer/falcon |
| 747 | 2026-08-18T22:10:34.470Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 748 | 2026-08-18T22:10:34.548Z | Updating crates.io index |
| 749 | 2026-08-18T22:10:34.551Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 750 | 2026-08-18T22:10:34.991Z | From https://github.com/oxidecomputer/dendrite |
| 751 | 2026-08-18T22:10:34.992Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 752 | 2026-08-18T22:10:35.026Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 753 | 2026-08-18T22:10:35.321Z | From https://github.com/oxidecomputer/ispf |
| 754 | 2026-08-18T22:10:35.321Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 755 | 2026-08-18T22:10:35.328Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 756 | 2026-08-18T22:10:35.691Z | From https://github.com/oxidecomputer/netadm-sys |
| 757 | 2026-08-18T22:10:35.691Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 758 | 2026-08-18T22:10:35.700Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 759 | 2026-08-18T22:10:41.598Z | From https://github.com/oxidecomputer/omicron |
| 760 | 2026-08-18T22:10:41.598Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 761 | 2026-08-18T22:10:41.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 762 | 2026-08-18T22:10:42.747Z | From https://github.com/oxidecomputer/opte |
| 763 | 2026-08-18T22:10:42.747Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 764 | 2026-08-18T22:10:42.779Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 765 | 2026-08-18T22:10:43.099Z | From https://github.com/oxidecomputer/slog-error-chain |
| 766 | 2026-08-18T22:10:43.099Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 767 | 2026-08-18T22:10:43.110Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 768 | 2026-08-18T22:10:43.390Z | From https://github.com/illumos/smf-rs |
| 769 | 2026-08-18T22:10:43.390Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 770 | 2026-08-18T22:10:43.401Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 771 | 2026-08-18T22:10:44.703Z | From https://github.com/oxidecomputer/network-interface |
| 772 | 2026-08-18T22:10:44.703Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 773 | 2026-08-18T22:10:44.711Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 774 | 2026-08-18T22:10:45.005Z | From https://github.com/oxidecomputer/zone |
| 775 | 2026-08-18T22:10:45.005Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 776 | 2026-08-18T22:10:45.012Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 777 | 2026-08-18T22:10:45.671Z | From https://github.com/oxidecomputer/propolis |
| 778 | 2026-08-18T22:10:45.671Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 779 | 2026-08-18T22:10:45.716Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 780 | 2026-08-18T22:10:46.301Z | From https://github.com/oxidecomputer/transceiver-control |
| 781 | 2026-08-18T22:10:46.301Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 782 | 2026-08-18T22:10:46.313Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 783 | 2026-08-18T22:10:47.623Z | From https://github.com/oxidecomputer/dlpi-sys |
| 784 | 2026-08-18T22:10:47.623Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 785 | 2026-08-18T22:10:47.629Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 786 | 2026-08-18T22:10:48.097Z | From https://github.com/jmesmon/rust-libzfs |
| 787 | 2026-08-18T22:10:48.097Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 788 | 2026-08-18T22:10:48.104Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 789 | 2026-08-18T22:10:48.406Z | From https://github.com/oxidecomputer/rusty-doors |
| 790 | 2026-08-18T22:10:48.406Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 791 | 2026-08-18T22:10:48.415Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 792 | 2026-08-18T22:10:48.776Z | From https://github.com/oxidecomputer/lldp |
| 793 | 2026-08-18T22:10:48.776Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 794 | 2026-08-18T22:10:48.788Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 795 | 2026-08-18T22:10:49.131Z | From https://github.com/oxidecomputer/tufaceous |
| 796 | 2026-08-18T22:10:49.132Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 797 | 2026-08-18T22:10:49.149Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 798 | 2026-08-18T22:10:49.694Z | From https://github.com/oxidecomputer/management-gateway-service |
| 799 | 2026-08-18T22:10:49.694Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 800 | 2026-08-18T22:10:49.710Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 801 | 2026-08-18T22:10:50.897Z | From https://github.com/oxidecomputer/crucible |
| 802 | 2026-08-18T22:10:50.897Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 803 | 2026-08-18T22:10:50.943Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 804 | 2026-08-18T22:10:51.243Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 805 | 2026-08-18T22:10:51.243Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 806 | 2026-08-18T22:10:51.252Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 807 | 2026-08-18T22:10:51.738Z | From https://github.com/oxidecomputer/propolis |
| 808 | 2026-08-18T22:10:51.738Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 809 | 2026-08-18T22:10:51.787Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 810 | 2026-08-18T22:10:52.604Z | From https://github.com/oxidecomputer/crucible |
| 811 | 2026-08-18T22:10:52.604Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 812 | 2026-08-18T22:10:52.672Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 813 | 2026-08-18T22:10:53.052Z | From https://github.com/oxidecomputer/tofino |
| 814 | 2026-08-18T22:10:53.052Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 815 | 2026-08-18T22:10:53.064Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 816 | 2026-08-18T22:10:53.814Z | From https://github.com/oxidecomputer/maghemite |
| 817 | 2026-08-18T22:10:53.814Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 818 | 2026-08-18T22:10:53.845Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 819 | 2026-08-18T22:10:54.151Z | From https://github.com/oxidecomputer/clickward |
| 820 | 2026-08-18T22:10:54.151Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 821 | 2026-08-18T22:10:54.160Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 822 | 2026-08-18T22:10:54.452Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 823 | 2026-08-18T22:10:54.452Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 824 | 2026-08-18T22:10:55.307Z | Downloading crates ... |
| 825 | 2026-08-18T22:10:55.354Z | Downloaded keccak v0.1.6 |
| 826 | 2026-08-18T22:10:55.359Z | Downloaded aead v0.5.2 |
| 827 | 2026-08-18T22:10:55.362Z | Downloaded managed v0.8.0 |
| 828 | 2026-08-18T22:10:55.366Z | Downloaded match_cfg v0.1.0 |
| 829 | 2026-08-18T22:10:55.369Z | Downloaded konst_macro_rules v0.2.19 |
| 830 | 2026-08-18T22:10:55.375Z | Downloaded macaddr v1.0.1 |
| 831 | 2026-08-18T22:10:55.378Z | Downloaded mime v0.3.17 |
| 832 | 2026-08-18T22:10:55.378Z | Downloaded multer v3.1.0 |
| 833 | 2026-08-18T22:10:55.380Z | Downloaded memoffset v0.9.1 |
| 834 | 2026-08-18T22:10:55.380Z | Downloaded natord v1.0.9 |
| 835 | 2026-08-18T22:10:55.380Z | Downloaded memmap v0.7.0 |
| 836 | 2026-08-18T22:10:55.383Z | Downloaded libscf-sys v1.2.0 |
| 837 | 2026-08-18T22:10:55.386Z | Downloaded progenitor-macro v0.14.0 |
| 838 | 2026-08-18T22:10:55.391Z | Downloaded hash32 v0.3.1 |
| 839 | 2026-08-18T22:10:55.393Z | Downloaded num_threads v0.1.7 |
| 840 | 2026-08-18T22:10:55.396Z | Downloaded opaque-debug v0.3.1 |
| 841 | 2026-08-18T22:10:55.396Z | Downloaded find-msvc-tools v0.1.10 |
| 842 | 2026-08-18T22:10:55.396Z | Downloaded foldhash v0.2.0 |
| 843 | 2026-08-18T22:10:55.396Z | Downloaded group v0.13.0 |
| 844 | 2026-08-18T22:10:55.399Z | Downloaded libsw v3.5.0 |
| 845 | 2026-08-18T22:10:55.401Z | Downloaded memmap2 v0.9.11 |
| 846 | 2026-08-18T22:10:55.401Z | Downloaded is-terminal v0.4.17 |
| 847 | 2026-08-18T22:10:55.401Z | Downloaded float-ord v0.3.2 |
| 848 | 2026-08-18T22:10:55.404Z | Downloaded lru-cache v0.1.2 |
| 849 | 2026-08-18T22:10:55.404Z | Downloaded no-std-compat v0.4.1 |
| 850 | 2026-08-18T22:10:55.404Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-08-18T22:10:55.404Z | Downloaded foreign-types-macros v0.2.4 |
| 852 | 2026-08-18T22:10:55.407Z | Downloaded linear-map v1.2.0 |
| 853 | 2026-08-18T22:10:55.407Z | Downloaded secrecy v0.10.3 |
| 854 | 2026-08-18T22:10:55.411Z | Downloaded num-rational v0.4.2 |
| 855 | 2026-08-18T22:10:55.411Z | Downloaded litemap v0.8.2 |
| 856 | 2026-08-18T22:10:55.411Z | Downloaded erased-serde v0.3.31 |
| 857 | 2026-08-18T22:10:55.415Z | Downloaded heck v0.4.1 |
| 858 | 2026-08-18T22:10:55.418Z | Downloaded instant v0.1.13 |
| 859 | 2026-08-18T22:10:55.418Z | Downloaded linked-hash-map v0.5.6 |
| 860 | 2026-08-18T22:10:55.418Z | Downloaded num_enum_derive v0.5.11 |
| 861 | 2026-08-18T22:10:55.418Z | Downloaded git-stub-vcs v0.1.0 |
| 862 | 2026-08-18T22:10:55.421Z | Downloaded proc-macro-crate v3.5.0 |
| 863 | 2026-08-18T22:10:55.427Z | Downloaded num-conv v0.2.2 |
| 864 | 2026-08-18T22:10:55.430Z | Downloaded rand_xorshift v0.4.0 |
| 865 | 2026-08-18T22:10:55.430Z | Downloaded ref-cast v1.0.26 |
| 866 | 2026-08-18T22:10:55.433Z | Downloaded foreign-types v0.5.0 |
| 867 | 2026-08-18T22:10:55.433Z | Downloaded fs_extra v1.3.0 |
| 868 | 2026-08-18T22:10:55.433Z | Downloaded ff v0.13.1 |
| 869 | 2026-08-18T22:10:55.433Z | Downloaded ingot v0.2.1 |
| 870 | 2026-08-18T22:10:55.436Z | Downloaded pretty-hex v0.4.2 |
| 871 | 2026-08-18T22:10:55.439Z | Downloaded olpc-cjson v0.1.4 |
| 872 | 2026-08-18T22:10:55.439Z | Downloaded powerfmt v0.2.0 |
| 873 | 2026-08-18T22:10:55.442Z | Downloaded fixedbitset v0.4.2 |
| 874 | 2026-08-18T22:10:55.448Z | Downloaded newtype-uuid-macros v0.1.1 |
| 875 | 2026-08-18T22:10:55.448Z | Downloaded gethostname v0.5.0 |
| 876 | 2026-08-18T22:10:55.448Z | Downloaded num-complex v0.4.6 |
| 877 | 2026-08-18T22:10:55.451Z | Downloaded hostname v0.3.1 |
| 878 | 2026-08-18T22:10:55.451Z | Downloaded hostname v0.4.2 |
| 879 | 2026-08-18T22:10:55.451Z | Downloaded omicron-workspace-hack v0.1.0 |
| 880 | 2026-08-18T22:10:55.451Z | Downloaded parse-display v0.10.0 |
| 881 | 2026-08-18T22:10:55.451Z | Downloaded hubpack v0.1.2 |
| 882 | 2026-08-18T22:10:55.453Z | Downloaded progenitor-macro v0.10.0 |
| 883 | 2026-08-18T22:10:55.454Z | Downloaded enum-as-inner v0.6.1 |
| 884 | 2026-08-18T22:10:55.454Z | Downloaded foreign-types-shared v0.3.1 |
| 885 | 2026-08-18T22:10:55.454Z | Downloaded fxhash v0.2.1 |
| 886 | 2026-08-18T22:10:55.454Z | Downloaded git-stub v1.0.0 |
| 887 | 2026-08-18T22:10:55.454Z | Downloaded fs-err v3.3.1 |
| 888 | 2026-08-18T22:10:55.458Z | Downloaded highway v1.3.0 |
| 889 | 2026-08-18T22:10:55.458Z | Downloaded num v0.4.3 |
| 890 | 2026-08-18T22:10:55.458Z | Downloaded phf_shared v0.12.1 |
| 891 | 2026-08-18T22:10:55.458Z | Downloaded glob v0.3.4 |
| 892 | 2026-08-18T22:10:55.463Z | Downloaded quick-error v1.2.3 |
| 893 | 2026-08-18T22:10:55.463Z | Downloaded progenitor-client v0.10.0 |
| 894 | 2026-08-18T22:10:55.463Z | Downloaded rand_chacha v0.3.1 |
| 895 | 2026-08-18T22:10:55.463Z | Downloaded hybrid-array v0.4.14 |
| 896 | 2026-08-18T22:10:55.463Z | Downloaded potential_utf v0.1.5 |
| 897 | 2026-08-18T22:10:55.466Z | Downloaded ident_case v1.0.1 |
| 898 | 2026-08-18T22:10:55.466Z | Downloaded newtype_derive v0.1.6 |
| 899 | 2026-08-18T22:10:55.469Z | Downloaded num-derive v0.4.2 |
| 900 | 2026-08-18T22:10:55.469Z | Downloaded hubpack_derive v0.1.1 |
| 901 | 2026-08-18T22:10:55.469Z | Downloaded scroll_derive v0.13.1 |
| 902 | 2026-08-18T22:10:55.472Z | Downloaded serde_repr v0.1.21 |
| 903 | 2026-08-18T22:10:55.472Z | Downloaded httpdate v1.0.3 |
| 904 | 2026-08-18T22:10:55.472Z | Downloaded newline-converter v0.3.0 |
| 905 | 2026-08-18T22:10:55.475Z | Downloaded rustc_version v0.1.7 |
| 906 | 2026-08-18T22:10:55.476Z | Downloaded proc-macro-error-attr v1.0.4 |
| 907 | 2026-08-18T22:10:55.480Z | Downloaded ref-cast-impl v1.0.26 |
| 908 | 2026-08-18T22:10:55.480Z | Downloaded scroll_derive v0.12.1 |
| 909 | 2026-08-18T22:10:55.480Z | Downloaded idna_adapter v1.2.2 |
| 910 | 2026-08-18T22:10:55.480Z | Downloaded proc-macro-crate v1.3.1 |
| 911 | 2026-08-18T22:10:55.480Z | Downloaded jiff-static v0.2.35 |
| 912 | 2026-08-18T22:10:55.483Z | Downloaded serde_plain v1.0.2 |
| 913 | 2026-08-18T22:10:55.486Z | Downloaded num_enum_derive v0.7.6 |
| 914 | 2026-08-18T22:10:55.487Z | Downloaded oxnet v0.1.6 |
| 915 | 2026-08-18T22:10:55.487Z | Downloaded internet-checksum v0.2.1 |
| 916 | 2026-08-18T22:10:55.490Z | Downloaded libsw-core v0.3.2 |
| 917 | 2026-08-18T22:10:55.490Z | Downloaded inout v0.1.4 |
| 918 | 2026-08-18T22:10:55.490Z | Downloaded minimal-lexical v0.2.1 |
| 919 | 2026-08-18T22:10:55.493Z | Downloaded indexmap v1.9.3 |
| 920 | 2026-08-18T22:10:55.496Z | Downloaded progenitor-client v0.14.0 |
| 921 | 2026-08-18T22:10:55.499Z | Downloaded yoke-derive v0.8.2 |
| 922 | 2026-08-18T22:10:55.499Z | Downloaded embedded-io v0.4.0 |
| 923 | 2026-08-18T22:10:55.499Z | Downloaded zerofrom v0.1.8 |
| 924 | 2026-08-18T22:10:55.502Z | Downloaded async-stream v0.3.6 |
| 925 | 2026-08-18T22:10:55.507Z | Downloaded serde-big-array v0.5.1 |
| 926 | 2026-08-18T22:10:55.511Z | Downloaded num-iter v0.1.46 |
| 927 | 2026-08-18T22:10:55.515Z | Downloaded num_enum v0.7.6 |
| 928 | 2026-08-18T22:10:55.518Z | Downloaded pem v3.0.6 |
| 929 | 2026-08-18T22:10:55.518Z | Downloaded proc-macro-error v1.0.4 |
| 930 | 2026-08-18T22:10:55.518Z | Downloaded num_enum v0.5.11 |
| 931 | 2026-08-18T22:10:55.521Z | Downloaded same-file v1.0.6 |
| 932 | 2026-08-18T22:10:55.521Z | Downloaded semver v0.1.20 |
| 933 | 2026-08-18T22:10:55.521Z | Downloaded ciborium-io v0.2.2 |
| 934 | 2026-08-18T22:10:55.521Z | Downloaded ciborium-ll v0.2.2 |
| 935 | 2026-08-18T22:10:55.521Z | Downloaded darling_macro v0.21.3 |
| 936 | 2026-08-18T22:10:55.526Z | Downloaded darling_macro v0.23.0 |
| 937 | 2026-08-18T22:10:55.526Z | Downloaded slog-envlogger v2.2.0 |
| 938 | 2026-08-18T22:10:55.529Z | Downloaded crypto-common v0.2.2 |
| 939 | 2026-08-18T22:10:55.529Z | Downloaded dtrace-parser v0.2.0 |
| 940 | 2026-08-18T22:10:55.529Z | Downloaded sigpipe v0.1.3 |
| 941 | 2026-08-18T22:10:55.529Z | Downloaded const-random v0.1.18 |
| 942 | 2026-08-18T22:10:55.534Z | Downloaded plain v0.2.3 |
| 943 | 2026-08-18T22:10:55.534Z | Downloaded progenitor v0.13.0 |
| 944 | 2026-08-18T22:10:55.534Z | Downloaded progenitor-client v0.13.0 |
| 945 | 2026-08-18T22:10:55.536Z | Downloaded phf v0.12.1 |
| 946 | 2026-08-18T22:10:55.536Z | Downloaded progenitor v0.14.0 |
| 947 | 2026-08-18T22:10:55.536Z | Downloaded poly1305 v0.8.0 |
| 948 | 2026-08-18T22:10:55.536Z | Downloaded parking_lot_core v0.8.6 |
| 949 | 2026-08-18T22:10:55.539Z | Downloaded tabled_derive v0.7.0 |
| 950 | 2026-08-18T22:10:55.539Z | Downloaded tabwriter v1.4.1 |
| 951 | 2026-08-18T22:10:55.539Z | Downloaded thread-id v4.2.2 |
| 952 | 2026-08-18T22:10:55.539Z | Downloaded progenitor-macro v0.13.0 |
| 953 | 2026-08-18T22:10:55.539Z | Downloaded pest_derive v2.8.8 |
| 954 | 2026-08-18T22:10:55.544Z | Downloaded paste v1.0.15 |
| 955 | 2026-08-18T22:10:55.545Z | Downloaded progenitor v0.10.0 |
| 956 | 2026-08-18T22:10:55.545Z | Downloaded pkg-config v0.3.33 |
| 957 | 2026-08-18T22:10:55.550Z | Downloaded structmeta v0.3.0 |
| 958 | 2026-08-18T22:10:55.550Z | Downloaded scroll v0.13.0 |
| 959 | 2026-08-18T22:10:55.550Z | Downloaded port-file v0.1.0 |
| 960 | 2026-08-18T22:10:55.550Z | Downloaded progenitor-extras v0.2.0 |
| 961 | 2026-08-18T22:10:55.552Z | Downloaded ipnetwork v0.21.1 |
| 962 | 2026-08-18T22:10:55.557Z | Downloaded universal-hash v0.5.1 |
| 963 | 2026-08-18T22:10:55.557Z | Downloaded konst v0.2.20 |
| 964 | 2026-08-18T22:10:55.560Z | Downloaded rustversion v1.0.23 |
| 965 | 2026-08-18T22:10:55.560Z | Downloaded serde_derive_internals v0.29.1 |
| 966 | 2026-08-18T22:10:55.560Z | Downloaded pest_generator v2.8.8 |
| 967 | 2026-08-18T22:10:55.560Z | Downloaded block-buffer v0.12.1 |
| 968 | 2026-08-18T22:10:55.563Z | Downloaded ingot-types v0.1.2 |
| 969 | 2026-08-18T22:10:55.565Z | Downloaded parse-display-derive v0.10.0 |
| 970 | 2026-08-18T22:10:55.566Z | Downloaded rustls-pemfile v2.2.0 |
| 971 | 2026-08-18T22:10:55.566Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 972 | 2026-08-18T22:10:55.566Z | Downloaded cobs v0.3.0 |
| 973 | 2026-08-18T22:10:55.568Z | Downloaded convert_case v0.4.0 |
| 974 | 2026-08-18T22:10:55.568Z | Downloaded defmt-parser v1.0.0 |
| 975 | 2026-08-18T22:10:55.572Z | Downloaded usdt-macro v0.6.0 |
| 976 | 2026-08-18T22:10:55.574Z | Downloaded usdt-macro v0.5.0 |
| 977 | 2026-08-18T22:10:55.578Z | Downloaded backoff v0.4.0 |
| 978 | 2026-08-18T22:10:55.578Z | Downloaded bcs v0.1.6 |
| 979 | 2026-08-18T22:10:55.581Z | Downloaded arrayref v0.3.9 |
| 980 | 2026-08-18T22:10:55.583Z | Downloaded data-encoding v2.11.1 |
| 981 | 2026-08-18T22:10:55.583Z | Downloaded const-random-macro v0.1.16 |
| 982 | 2026-08-18T22:10:55.586Z | Downloaded dtrace-parser v0.3.0 |
| 983 | 2026-08-18T22:10:55.586Z | Downloaded dunce v1.0.5 |
| 984 | 2026-08-18T22:10:55.587Z | Downloaded crossbeam-deque v0.8.7 |
| 985 | 2026-08-18T22:10:55.587Z | Downloaded serde_tokenstream v0.2.3 |
| 986 | 2026-08-18T22:10:55.587Z | Downloaded sha1 v0.11.0 |
| 987 | 2026-08-18T22:10:55.589Z | Downloaded serial_test v4.0.1 |
| 988 | 2026-08-18T22:10:55.592Z | Downloaded termtree v0.5.1 |
| 989 | 2026-08-18T22:10:55.592Z | Downloaded unit-prefix v0.5.2 |
| 990 | 2026-08-18T22:10:55.592Z | Downloaded utf-8 v0.7.6 |
| 991 | 2026-08-18T22:10:55.595Z | Downloaded scroll v0.12.0 |
| 992 | 2026-08-18T22:10:55.595Z | Downloaded rusty-fork v0.3.1 |
| 993 | 2026-08-18T22:10:55.599Z | Downloaded oxide-tokio-rt v0.1.6 |
| 994 | 2026-08-18T22:10:55.599Z | Downloaded slog-dtrace v0.3.0 |
| 995 | 2026-08-18T22:10:55.599Z | Downloaded smf v0.2.3 |
| 996 | 2026-08-18T22:10:55.599Z | Downloaded ingot-types v0.2.0 |
| 997 | 2026-08-18T22:10:55.602Z | Downloaded rustls-native-certs v0.8.4 |
| 998 | 2026-08-18T22:10:55.602Z | Downloaded ingot v0.1.1 |
| 999 | 2026-08-18T22:10:55.602Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-08-18T22:10:55.605Z | Downloaded zerofrom-derive v0.1.7 |
| 1001 | 2026-08-18T22:10:55.608Z | Downloaded chacha20 v0.9.1 |
| 1002 | 2026-08-18T22:10:55.608Z | Downloaded displaydoc v0.2.7 |
| 1003 | 2026-08-18T22:10:55.612Z | Downloaded num-integer v0.1.47 |
| 1004 | 2026-08-18T22:10:55.612Z | Downloaded strum_macros v0.26.4 |
| 1005 | 2026-08-18T22:10:55.615Z | Downloaded zone v0.3.1 |
| 1006 | 2026-08-18T22:10:55.615Z | Downloaded base16ct v1.0.0 |
| 1007 | 2026-08-18T22:10:55.615Z | Downloaded usdt-attr-macro v0.5.0 |
| 1008 | 2026-08-18T22:10:55.615Z | Downloaded stable_deref_trait v1.2.1 |
| 1009 | 2026-08-18T22:10:55.618Z | Downloaded waitgroup v0.1.2 |
| 1010 | 2026-08-18T22:10:55.618Z | Downloaded tokio-dtrace v0.1.1 |
| 1011 | 2026-08-18T22:10:55.618Z | Downloaded whoami v1.6.1 |
| 1012 | 2026-08-18T22:10:55.621Z | Downloaded anyhow v1.0.104 |
| 1013 | 2026-08-18T22:10:55.621Z | Downloaded thiserror-no-std v2.0.2 |
| 1014 | 2026-08-18T22:10:55.626Z | Downloaded zerovec-derive v0.11.3 |
| 1015 | 2026-08-18T22:10:55.629Z | Downloaded rhai_codegen v3.2.0 |
| 1016 | 2026-08-18T22:10:55.632Z | Downloaded sha1 v0.10.7 |
| 1017 | 2026-08-18T22:10:55.635Z | Downloaded dof v0.4.0 |
| 1018 | 2026-08-18T22:10:55.638Z | Downloaded tagptr v0.2.0 |
| 1019 | 2026-08-18T22:10:55.638Z | Downloaded take_mut v0.2.2 |
| 1020 | 2026-08-18T22:10:55.638Z | Downloaded strum_macros v0.27.2 |
| 1021 | 2026-08-18T22:10:55.640Z | Downloaded unarray v0.1.4 |
| 1022 | 2026-08-18T22:10:55.640Z | Downloaded usdt v0.6.0 |
| 1023 | 2026-08-18T22:10:55.643Z | Downloaded icu_locale_core v2.2.0 |
| 1024 | 2026-08-18T22:10:55.646Z | Downloaded progenitor-impl v0.13.0 |
| 1025 | 2026-08-18T22:10:55.649Z | Downloaded byteorder v1.5.0 |
| 1026 | 2026-08-18T22:10:55.649Z | Downloaded critical-section v1.2.0 |
| 1027 | 2026-08-18T22:10:55.649Z | Downloaded crossbeam-epoch v0.9.20 |
| 1028 | 2026-08-18T22:10:55.652Z | Downloaded postcard v1.1.3 |
| 1029 | 2026-08-18T22:10:55.652Z | Downloaded slog-bunyan v2.5.0 |
| 1030 | 2026-08-18T22:10:55.655Z | Downloaded deranged v0.5.8 |
| 1031 | 2026-08-18T22:10:55.658Z | Downloaded async-recursion v1.1.1 |
| 1032 | 2026-08-18T22:10:55.658Z | Downloaded spin v0.5.2 |
| 1033 | 2026-08-18T22:10:55.661Z | Downloaded strum v0.26.3 |
| 1034 | 2026-08-18T22:10:55.661Z | Downloaded wait-timeout v0.2.1 |
| 1035 | 2026-08-18T22:10:55.661Z | Downloaded base16ct v0.2.0 |
| 1036 | 2026-08-18T22:10:55.661Z | Downloaded compression-core v0.4.32 |
| 1037 | 2026-08-18T22:10:55.664Z | Downloaded argon2 v0.5.3 |
| 1038 | 2026-08-18T22:10:55.664Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-08-18T22:10:55.669Z | Downloaded daft v0.1.8 |
| 1040 | 2026-08-18T22:10:55.673Z | Downloaded omicron-zone-package v0.12.3 |
| 1041 | 2026-08-18T22:10:55.676Z | Downloaded pest_meta v2.8.8 |
| 1042 | 2026-08-18T22:10:55.676Z | Downloaded progenitor-impl v0.14.0 |
| 1043 | 2026-08-18T22:10:55.680Z | Downloaded time-core v0.1.9 |
| 1044 | 2026-08-18T22:10:55.683Z | Downloaded ingot-macros v0.2.0 |
| 1045 | 2026-08-18T22:10:55.686Z | Downloaded async-trait v0.1.92 |
| 1046 | 2026-08-18T22:10:55.686Z | Downloaded ingot-macros v0.1.1 |
| 1047 | 2026-08-18T22:10:55.688Z | Downloaded resolv-conf v0.7.6 |
| 1048 | 2026-08-18T22:10:55.689Z | Downloaded darling v0.21.3 |
| 1049 | 2026-08-18T22:10:55.693Z | Downloaded slog-stdlog v4.1.1 |
| 1050 | 2026-08-18T22:10:55.693Z | Downloaded synstructure v0.13.2 |
| 1051 | 2026-08-18T22:10:55.696Z | Downloaded structmeta-derive v0.3.0 |
| 1052 | 2026-08-18T22:10:55.696Z | Downloaded libm v0.2.16 |
| 1053 | 2026-08-18T22:10:55.700Z | Downloaded dyn-clone v1.0.20 |
| 1054 | 2026-08-18T22:10:55.703Z | Downloaded parking_lot v0.11.2 |
| 1055 | 2026-08-18T22:10:55.706Z | Downloaded schemars v0.9.0 |
| 1056 | 2026-08-18T22:10:55.710Z | Downloaded hmac v0.12.1 |
| 1057 | 2026-08-18T22:10:55.713Z | Downloaded constant_time_eq v0.4.2 |
| 1058 | 2026-08-18T22:10:55.713Z | Downloaded serde_tokenstream v0.3.0 |
| 1059 | 2026-08-18T22:10:55.713Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-08-18T22:10:55.716Z | Downloaded icu_properties v2.2.0 |
| 1061 | 2026-08-18T22:10:55.716Z | Downloaded icu_provider v2.2.0 |
| 1062 | 2026-08-18T22:10:55.719Z | Downloaded usdt v0.5.0 |
| 1063 | 2026-08-18T22:10:55.719Z | Downloaded crc8 v0.1.1 |
| 1064 | 2026-08-18T22:10:55.719Z | Downloaded papergrid v0.11.0 |
| 1065 | 2026-08-18T22:10:55.721Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1066 | 2026-08-18T22:10:55.722Z | Downloaded embedded-io v0.6.1 |
| 1067 | 2026-08-18T22:10:55.722Z | Downloaded ucd-trie v0.1.7 |
| 1068 | 2026-08-18T22:10:55.725Z | Downloaded serial_test_derive v4.0.1 |
| 1069 | 2026-08-18T22:10:55.729Z | Downloaded zone_cfg_derive v0.3.1 |
| 1070 | 2026-08-18T22:10:55.732Z | Downloaded async-stream-impl v0.3.6 |
| 1071 | 2026-08-18T22:10:55.733Z | Downloaded crunchy v0.2.4 |
| 1072 | 2026-08-18T22:10:55.733Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1073 | 2026-08-18T22:10:55.736Z | Downloaded bitflags v1.3.2 |
| 1074 | 2026-08-18T22:10:55.739Z | Downloaded icu_normalizer v2.2.0 |
| 1075 | 2026-08-18T22:10:55.742Z | Downloaded progenitor-impl v0.10.0 |
| 1076 | 2026-08-18T22:10:55.744Z | Downloaded byte-wrapper v0.1.0 |
| 1077 | 2026-08-18T22:10:55.744Z | Downloaded strum v0.27.2 |
| 1078 | 2026-08-18T22:10:55.747Z | Downloaded usdt-attr-macro v0.6.0 |
| 1079 | 2026-08-18T22:10:55.747Z | Downloaded untrusted v0.7.1 |
| 1080 | 2026-08-18T22:10:55.747Z | Downloaded bs58 v0.5.1 |
| 1081 | 2026-08-18T22:10:55.747Z | Downloaded zeroize_derive v1.5.0 |
| 1082 | 2026-08-18T22:10:55.750Z | Downloaded cstr-argument v0.1.2 |
| 1083 | 2026-08-18T22:10:55.750Z | Downloaded siphasher v1.0.3 |
| 1084 | 2026-08-18T22:10:55.750Z | Downloaded typify-macro v0.4.3 |
| 1085 | 2026-08-18T22:10:55.750Z | Downloaded arrayvec v0.7.8 |
| 1086 | 2026-08-18T22:10:55.753Z | Downloaded testing_table v0.3.0 |
| 1087 | 2026-08-18T22:10:55.753Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1088 | 2026-08-18T22:10:55.756Z | Downloaded derive-ex v0.1.8 |
| 1089 | 2026-08-18T22:10:55.756Z | Downloaded tungstenite v0.21.0 |
| 1090 | 2026-08-18T22:10:55.757Z | Downloaded papergrid v0.18.0 |
| 1091 | 2026-08-18T22:10:55.761Z | Downloaded writeable v0.6.3 |
| 1092 | 2026-08-18T22:10:55.766Z | Downloaded thread-id v5.1.0 |
| 1093 | 2026-08-18T22:10:55.766Z | Downloaded compression-codecs v0.4.38 |
| 1094 | 2026-08-18T22:10:55.766Z | Downloaded defmt-macros v1.1.1 |
| 1095 | 2026-08-18T22:10:55.769Z | Downloaded half v2.7.1 |
| 1096 | 2026-08-18T22:10:55.770Z | Downloaded bit-set v0.8.0 |
| 1097 | 2026-08-18T22:10:55.774Z | Downloaded slog-scope v4.4.1 |
| 1098 | 2026-08-18T22:10:55.774Z | Downloaded slog-term v2.9.2 |
| 1099 | 2026-08-18T22:10:55.774Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1100 | 2026-08-18T22:10:55.777Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1101 | 2026-08-18T22:10:55.782Z | Downloaded thin-vec v0.2.19 |
| 1102 | 2026-08-18T22:10:55.782Z | Downloaded time-macros v0.2.32 |
| 1103 | 2026-08-18T22:10:55.787Z | Downloaded pest v2.8.8 |
| 1104 | 2026-08-18T22:10:55.787Z | Downloaded cargo_toml v0.22.3 |
| 1105 | 2026-08-18T22:10:55.787Z | Downloaded tiny-keccak v2.0.2 |
| 1106 | 2026-08-18T22:10:55.787Z | Downloaded tinystr v0.8.3 |
| 1107 | 2026-08-18T22:10:55.790Z | Downloaded term v1.2.1 |
| 1108 | 2026-08-18T22:10:55.790Z | Downloaded cancel-safe-futures v0.1.5 |
| 1109 | 2026-08-18T22:10:55.790Z | Downloaded dof v0.3.0 |
| 1110 | 2026-08-18T22:10:55.793Z | Downloaded icu_collections v2.2.0 |
| 1111 | 2026-08-18T22:10:55.795Z | Downloaded const_format_proc_macros v0.2.34 |
| 1112 | 2026-08-18T22:10:55.798Z | Downloaded hickory-resolver v0.25.2 |
| 1113 | 2026-08-18T22:10:55.798Z | Downloaded pretty_assertions v1.4.1 |
| 1114 | 2026-08-18T22:10:55.801Z | Downloaded elliptic-curve v0.13.8 |
| 1115 | 2026-08-18T22:10:55.803Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-08-18T22:10:55.806Z | Downloaded csv-core v0.1.13 |
| 1117 | 2026-08-18T22:10:55.806Z | Downloaded toml v0.7.8 |
| 1118 | 2026-08-18T22:10:55.809Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1119 | 2026-08-18T22:10:55.809Z | Downloaded bytecount v0.6.9 |
| 1120 | 2026-08-18T22:10:55.812Z | Downloaded schemars v0.8.22 |
| 1121 | 2026-08-18T22:10:55.815Z | Downloaded defmt v0.3.100 |
| 1122 | 2026-08-18T22:10:55.818Z | Downloaded rand v0.8.7 |
| 1123 | 2026-08-18T22:10:55.821Z | Downloaded usdt-impl v0.5.0 |
| 1124 | 2026-08-18T22:10:55.824Z | Downloaded unsafe-libyaml v0.2.11 |
| 1125 | 2026-08-18T22:10:55.827Z | Downloaded xz2 v0.1.7 |
| 1126 | 2026-08-18T22:10:55.829Z | Downloaded crossbeam-utils v0.8.22 |
| 1127 | 2026-08-18T22:10:55.829Z | Downloaded heapless v0.8.0 |
| 1128 | 2026-08-18T22:10:55.832Z | Downloaded smawk v0.3.3 |
| 1129 | 2026-08-18T22:10:55.832Z | Downloaded prettyplease v0.2.37 |
| 1130 | 2026-08-18T22:10:55.834Z | Downloaded vsss-rs v3.3.4 |
| 1131 | 2026-08-18T22:10:55.838Z | Downloaded allocator-api2 v0.2.21 |
| 1132 | 2026-08-18T22:10:55.838Z | Downloaded spin v0.9.9 |
| 1133 | 2026-08-18T22:10:55.838Z | Downloaded slog-json v2.6.1 |
| 1134 | 2026-08-18T22:10:55.841Z | Downloaded bit-vec v0.8.0 |
| 1135 | 2026-08-18T22:10:55.841Z | Downloaded cipher v0.4.4 |
| 1136 | 2026-08-18T22:10:55.841Z | Downloaded digest v0.11.3 |
| 1137 | 2026-08-18T22:10:55.841Z | Downloaded icu_normalizer_data v2.2.0 |
| 1138 | 2026-08-18T22:10:55.841Z | Downloaded rayon-core v1.13.0 |
| 1139 | 2026-08-18T22:10:55.844Z | Downloaded yoke v0.8.3 |
| 1140 | 2026-08-18T22:10:55.844Z | Downloaded const-oid v0.10.2 |
| 1141 | 2026-08-18T22:10:55.847Z | Downloaded daft-derive v0.1.8 |
| 1142 | 2026-08-18T22:10:55.869Z | Downloaded smartstring v1.0.1 |
| 1143 | 2026-08-18T22:10:55.870Z | Downloaded console v0.16.4 |
| 1144 | 2026-08-18T22:10:55.870Z | Downloaded darling_core v0.23.0 |
| 1145 | 2026-08-18T22:10:55.879Z | Downloaded ciborium v0.2.2 |
| 1146 | 2026-08-18T22:10:55.879Z | Downloaded cmake v0.1.58 |
| 1147 | 2026-08-18T22:10:55.879Z | Downloaded cookie v0.18.2 |
| 1148 | 2026-08-18T22:10:55.880Z | Downloaded blake2 v0.10.6 |
| 1149 | 2026-08-18T22:10:55.880Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-08-18T22:10:55.880Z | Downloaded snafu v0.8.9 |
| 1151 | 2026-08-18T22:10:55.881Z | Downloaded tokio-tungstenite v0.21.0 |
| 1152 | 2026-08-18T22:10:55.881Z | Downloaded darling v0.23.0 |
| 1153 | 2026-08-18T22:10:55.881Z | Downloaded indicatif v0.18.6 |
| 1154 | 2026-08-18T22:10:55.881Z | Downloaded schemars v1.2.2 |
| 1155 | 2026-08-18T22:10:55.881Z | Downloaded qorb v0.4.1 |
| 1156 | 2026-08-18T22:10:55.885Z | Downloaded diff v0.1.13 |
| 1157 | 2026-08-18T22:10:55.885Z | Downloaded serde_with_macros v3.22.0 |
| 1158 | 2026-08-18T22:10:55.885Z | Downloaded snafu-derive v0.8.9 |
| 1159 | 2026-08-18T22:10:55.885Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-08-18T22:10:55.885Z | Downloaded defmt v1.1.1 |
| 1161 | 2026-08-18T22:10:55.885Z | Downloaded hashbrown v0.12.3 |
| 1162 | 2026-08-18T22:10:55.885Z | Downloaded slog v2.8.2 |
| 1163 | 2026-08-18T22:10:55.888Z | Downloaded toml_edit v0.19.15 |
| 1164 | 2026-08-18T22:10:55.893Z | Downloaded arc-swap v1.9.2 |
| 1165 | 2026-08-18T22:10:55.896Z | Downloaded derive_more v0.99.20 |
| 1166 | 2026-08-18T22:10:55.898Z | Downloaded dropshot_endpoint v0.17.1 |
| 1167 | 2026-08-18T22:10:55.901Z | Downloaded chacha20poly1305 v0.10.1 |
| 1168 | 2026-08-18T22:10:55.901Z | Downloaded uuid v1.24.0 |
| 1169 | 2026-08-18T22:10:55.901Z | Downloaded walkdir v2.5.0 |
| 1170 | 2026-08-18T22:10:55.904Z | Downloaded nom v7.1.3 |
| 1171 | 2026-08-18T22:10:55.907Z | Downloaded crossbeam-channel v0.5.16 |
| 1172 | 2026-08-18T22:10:55.907Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1173 | 2026-08-18T22:10:55.910Z | Downloaded const_format v0.2.36 |
| 1174 | 2026-08-18T22:10:55.913Z | Downloaded zerocopy-derive v0.7.35 |
| 1175 | 2026-08-18T22:10:55.916Z | Downloaded colored v3.1.1 |
| 1176 | 2026-08-18T22:10:55.916Z | Downloaded expectorate v1.2.0 |
| 1177 | 2026-08-18T22:10:55.916Z | Downloaded typify v0.6.2 |
| 1178 | 2026-08-18T22:10:55.920Z | Downloaded similar v2.7.0 |
| 1179 | 2026-08-18T22:10:55.923Z | Downloaded nom v8.0.0 |
| 1180 | 2026-08-18T22:10:55.923Z | Downloaded yansi v1.0.1 |
| 1181 | 2026-08-18T22:10:55.930Z | Downloaded typify v0.4.3 |
| 1182 | 2026-08-18T22:10:55.933Z | Downloaded backon v1.6.0 |
| 1183 | 2026-08-18T22:10:55.933Z | Downloaded cc v1.4.2 |
| 1184 | 2026-08-18T22:10:55.941Z | Downloaded zerovec v0.11.6 |
| 1185 | 2026-08-18T22:10:55.948Z | Downloaded darling_core v0.21.3 |
| 1186 | 2026-08-18T22:10:55.951Z | Downloaded hkdf v0.12.4 |
| 1187 | 2026-08-18T22:10:55.951Z | Downloaded zerocopy-derive v0.8.56 |
| 1188 | 2026-08-18T22:10:55.954Z | Downloaded crypto-bigint v0.5.5 |
| 1189 | 2026-08-18T22:10:55.958Z | Downloaded drift v0.2.0 |
| 1190 | 2026-08-18T22:10:55.962Z | Downloaded steno v0.4.1 |
| 1191 | 2026-08-18T22:10:55.969Z | Downloaded base64 v0.21.7 |
| 1192 | 2026-08-18T22:10:55.969Z | Downloaded hickory-resolver v0.24.4 |
| 1193 | 2026-08-18T22:10:55.969Z | Downloaded jiff-core v0.1.0 |
| 1194 | 2026-08-18T22:10:55.972Z | Downloaded async-compression v0.4.43 |
| 1195 | 2026-08-18T22:10:55.981Z | Downloaded zerotrie v0.2.4 |
| 1196 | 2026-08-18T22:10:55.984Z | Downloaded hashbrown v0.16.1 |
| 1197 | 2026-08-18T22:10:55.998Z | Downloaded typed-path v0.9.3 |
| 1198 | 2026-08-18T22:10:56.004Z | Downloaded rayon v1.12.0 |
| 1199 | 2026-08-18T22:10:56.009Z | Downloaded goblin v0.8.2 |
| 1200 | 2026-08-18T22:10:56.014Z | Downloaded itertools v0.12.1 |
| 1201 | 2026-08-18T22:10:56.016Z | Downloaded tough v0.22.0 |
| 1202 | 2026-08-18T22:10:56.021Z | Downloaded moka v0.12.16 |
| 1203 | 2026-08-18T22:10:56.026Z | Downloaded icu_properties_data v2.2.0 |
| 1204 | 2026-08-18T22:10:56.033Z | Downloaded winnow v0.5.40 |
| 1205 | 2026-08-18T22:10:56.036Z | Downloaded proptest v1.11.0 |
| 1206 | 2026-08-18T22:10:56.039Z | Downloaded itertools v0.15.0 |
| 1207 | 2026-08-18T22:10:56.044Z | Downloaded h2 v0.4.15 |
| 1208 | 2026-08-18T22:10:56.049Z | Downloaded zerocopy v0.7.35 |
| 1209 | 2026-08-18T22:10:56.055Z | Downloaded reqwest v0.13.4 |
| 1210 | 2026-08-18T22:10:56.058Z | Downloaded dropshot-api-manager v0.7.2 |
| 1211 | 2026-08-18T22:10:56.073Z | Downloaded quinn-proto v0.11.16 |
| 1212 | 2026-08-18T22:10:56.085Z | Downloaded serde_with v3.22.0 |
| 1213 | 2026-08-18T22:10:56.092Z | Downloaded iddqd v0.4.6 |
| 1214 | 2026-08-18T22:10:56.100Z | Downloaded blake3 v1.8.6 |
| 1215 | 2026-08-18T22:10:56.105Z | Downloaded tabled v0.15.0 |
| 1216 | 2026-08-18T22:10:56.116Z | Downloaded goblin v0.10.7 |
| 1217 | 2026-08-18T22:10:56.127Z | Downloaded syn v1.0.109 |
| 1218 | 2026-08-18T22:10:56.140Z | Downloaded nix v0.31.3 |
| 1219 | 2026-08-18T22:10:56.145Z | Downloaded tabled v0.21.0 |
| 1220 | 2026-08-18T22:10:56.155Z | Downloaded dropshot v0.17.1 |
| 1221 | 2026-08-18T22:10:56.166Z | Downloaded aws-lc-rs v1.18.0 |
| 1222 | 2026-08-18T22:10:56.173Z | Downloaded openapiv3 v2.2.0 |
| 1223 | 2026-08-18T22:10:56.178Z | Downloaded regress v0.11.1 |
| 1224 | 2026-08-18T22:10:56.183Z | Downloaded smoltcp v0.11.0 |
| 1225 | 2026-08-18T22:10:56.189Z | Downloaded time v0.3.55 |
| 1226 | 2026-08-18T22:10:56.196Z | Downloaded rhai v1.25.1 |
| 1227 | 2026-08-18T22:10:56.202Z | Downloaded regress v0.10.5 |
| 1228 | 2026-08-18T22:10:56.215Z | Downloaded hickory-proto v0.24.4 |
| 1229 | 2026-08-18T22:10:56.227Z | Downloaded hickory-proto v0.25.2 |
| 1230 | 2026-08-18T22:10:56.237Z | Downloaded typify-impl v0.6.2 |
| 1231 | 2026-08-18T22:10:56.244Z | Downloaded sled v0.34.7 |
| 1232 | 2026-08-18T22:10:56.254Z | Downloaded typify-impl v0.4.3 |
| 1233 | 2026-08-18T22:10:56.287Z | Downloaded petgraph v0.6.5 |
| 1234 | 2026-08-18T22:10:56.298Z | Downloaded jiff v0.2.35 |
| 1235 | 2026-08-18T22:10:56.307Z | Downloaded lzma-sys v0.1.20 |
| 1236 | 2026-08-18T22:10:56.324Z | Downloaded sha3 v0.10.9 |
| 1237 | 2026-08-18T22:10:56.328Z | Downloaded csv v1.4.0 |
| 1238 | 2026-08-18T22:10:56.338Z | Downloaded chrono-tz v0.10.4 |
| 1239 | 2026-08-18T22:10:56.403Z | Downloaded encoding_rs v0.8.35 |
| 1240 | 2026-08-18T22:10:56.988Z | Downloaded aws-lc-sys v0.44.0 |
| 1241 | 2026-08-18T22:10:57.947Z | Compiling proc-macro2 v1.0.107 |
| 1242 | 2026-08-18T22:10:57.947Z | Compiling unicode-ident v1.0.24 |
| 1243 | 2026-08-18T22:10:57.947Z | Compiling quote v1.0.47 |
| 1244 | 2026-08-18T22:10:57.950Z | Compiling serde_core v1.0.229 |
| 1245 | 2026-08-18T22:10:57.950Z | Compiling cfg-if v1.0.4 |
| 1246 | 2026-08-18T22:10:57.950Z | Compiling serde v1.0.229 |
| 1247 | 2026-08-18T22:10:57.950Z | Compiling libc v0.2.189 |
| 1248 | 2026-08-18T22:10:57.950Z | Compiling memchr v2.8.3 |
| 1249 | 2026-08-18T22:10:58.105Z | Compiling itoa v1.0.18 |
| 1250 | 2026-08-18T22:10:58.295Z | Compiling smallvec v1.15.2 |
| 1251 | 2026-08-18T22:10:58.377Z | Compiling zmij v1.0.23 |
| 1252 | 2026-08-18T22:10:58.426Z | Compiling autocfg v1.5.1 |
| 1253 | 2026-08-18T22:10:58.503Z | Compiling libm v0.2.16 |
| 1254 | 2026-08-18T22:10:58.776Z | Compiling stable_deref_trait v1.2.1 |
| 1255 | 2026-08-18T22:10:58.780Z | Compiling writeable v0.6.3 |
| 1256 | 2026-08-18T22:10:58.850Z | Compiling percent-encoding v2.3.2 |
| 1257 | 2026-08-18T22:10:58.948Z | Compiling litemap v0.8.2 |
| 1258 | 2026-08-18T22:10:58.991Z | Compiling utf8_iter v1.0.4 |
| 1259 | 2026-08-18T22:10:59.006Z | Compiling icu_normalizer_data v2.2.0 |
| 1260 | 2026-08-18T22:10:59.020Z | Compiling icu_properties_data v2.2.0 |
| 1261 | 2026-08-18T22:10:59.139Z | Compiling iana-time-zone v0.1.65 |
| 1262 | 2026-08-18T22:10:59.150Z | Compiling form_urlencoded v1.2.2 |
| 1263 | 2026-08-18T22:10:59.226Z | Compiling syn v2.0.119 |
| 1264 | 2026-08-18T22:10:59.243Z | Compiling syn v3.0.3 |
| 1265 | 2026-08-18T22:10:59.366Z | Compiling pin-project-lite v0.2.17 |
| 1266 | 2026-08-18T22:10:59.430Z | Compiling equivalent v1.0.2 |
| 1267 | 2026-08-18T22:10:59.446Z | Compiling serde_json v1.0.151 |
| 1268 | 2026-08-18T22:10:59.465Z | Compiling allocator-api2 v0.2.21 |
| 1269 | 2026-08-18T22:10:59.513Z | Compiling version_check v0.9.5 |
| 1270 | 2026-08-18T22:10:59.520Z | Compiling dyn-clone v1.0.20 |
| 1271 | 2026-08-18T22:10:59.689Z | Compiling parking_lot_core v0.9.12 |
| 1272 | 2026-08-18T22:10:59.717Z | Compiling scopeguard v1.2.0 |
| 1273 | 2026-08-18T22:10:59.808Z | Compiling lock_api v0.4.14 |
| 1274 | 2026-08-18T22:10:59.819Z | Compiling num-traits v0.2.19 |
| 1275 | 2026-08-18T22:10:59.830Z | Compiling hashbrown v0.17.1 |
| 1276 | 2026-08-18T22:10:59.971Z | Compiling getrandom v0.4.3 |
| 1277 | 2026-08-18T22:11:00.039Z | Compiling rand_core v0.10.1 |
| 1278 | 2026-08-18T22:11:00.075Z | Compiling thiserror v2.0.20 |
| 1279 | 2026-08-18T22:11:00.192Z | Compiling semver v1.0.28 |
| 1280 | 2026-08-18T22:11:00.391Z | Compiling errno v0.3.14 |
| 1281 | 2026-08-18T22:11:00.532Z | Compiling indexmap v2.14.0 |
| 1282 | 2026-08-18T22:11:00.538Z | Compiling futures-core v0.3.34 |
| 1283 | 2026-08-18T22:11:00.591Z | Compiling uuid v1.24.0 |
| 1284 | 2026-08-18T22:11:00.679Z | Compiling rustversion v1.0.23 |
| 1285 | 2026-08-18T22:11:00.840Z | Compiling heck v0.5.0 |
| 1286 | 2026-08-18T22:11:01.010Z | Compiling zerocopy v0.8.56 |
| 1287 | 2026-08-18T22:11:01.095Z | Compiling schemars v0.8.22 |
| 1288 | 2026-08-18T22:11:01.181Z | Compiling futures-sink v0.3.34 |
| 1289 | 2026-08-18T22:11:01.283Z | Compiling fnv v1.0.7 |
| 1290 | 2026-08-18T22:11:01.336Z | Compiling slab v0.4.12 |
| 1291 | 2026-08-18T22:11:01.349Z | Compiling jobserver v0.1.35 |
| 1292 | 2026-08-18T22:11:01.373Z | Compiling find-msvc-tools v0.1.10 |
| 1293 | 2026-08-18T22:11:01.427Z | Compiling shlex v2.0.1 |
| 1294 | 2026-08-18T22:11:01.504Z | Compiling futures-channel v0.3.34 |
| 1295 | 2026-08-18T22:11:01.602Z | Compiling cc v1.4.2 |
| 1296 | 2026-08-18T22:11:01.613Z | Compiling socket2 v0.6.5 |
| 1297 | 2026-08-18T22:11:01.662Z | Compiling bitflags v2.13.1 |
| 1298 | 2026-08-18T22:11:01.700Z | Compiling pkg-config v0.3.33 |
| 1299 | 2026-08-18T22:11:01.731Z | Compiling futures-task v0.3.34 |
| 1300 | 2026-08-18T22:11:01.895Z | Compiling parking_lot v0.12.5 |
| 1301 | 2026-08-18T22:11:01.906Z | Compiling futures-io v0.3.34 |
| 1302 | 2026-08-18T22:11:01.927Z | Compiling signal-hook-registry v1.4.8 |
| 1303 | 2026-08-18T22:11:02.059Z | Compiling synstructure v0.13.2 |
| 1304 | 2026-08-18T22:11:02.072Z | Compiling serde_derive_internals v0.29.1 |
| 1305 | 2026-08-18T22:11:02.136Z | Compiling mio v1.2.2 |
| 1306 | 2026-08-18T22:11:02.220Z | Compiling portable-atomic v1.15.0 |
| 1307 | 2026-08-18T22:11:02.304Z | Compiling log v0.4.33 |
| 1308 | 2026-08-18T22:11:02.471Z | Compiling serde_derive v1.0.229 |
| 1309 | 2026-08-18T22:11:02.482Z | Compiling displaydoc v0.2.7 |
| 1310 | 2026-08-18T22:11:02.538Z | Compiling thiserror-impl v2.0.20 |
| 1311 | 2026-08-18T22:11:02.637Z | Compiling tokio-macros v2.7.2 |
| 1312 | 2026-08-18T22:11:02.652Z | Compiling futures-macro v0.3.34 |
| 1313 | 2026-08-18T22:11:02.887Z | Compiling cmake v0.1.58 |
| 1314 | 2026-08-18T22:11:03.230Z | Compiling critical-section v1.2.0 |
| 1315 | 2026-08-18T22:11:03.310Z | Compiling zerofrom-derive v0.1.7 |
| 1316 | 2026-08-18T22:11:03.331Z | Compiling yoke-derive v0.8.2 |
| 1317 | 2026-08-18T22:11:03.342Z | Compiling zerovec-derive v0.11.3 |
| 1318 | 2026-08-18T22:11:03.372Z | Compiling schemars_derive v0.8.22 |
| 1319 | 2026-08-18T22:11:03.456Z | Compiling zerocopy-derive v0.8.56 |
| 1320 | 2026-08-18T22:11:03.527Z | Compiling zeroize_derive v1.5.0 |
| 1321 | 2026-08-18T22:11:03.940Z | Compiling futures-util v0.3.34 |
| 1322 | 2026-08-18T22:11:04.225Z | Compiling zeroize v1.9.0 |
| 1323 | 2026-08-18T22:11:04.429Z | Compiling dunce v1.0.5 |
| 1324 | 2026-08-18T22:11:04.452Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-08-18T22:11:04.521Z | Compiling once_cell v1.21.4 |
| 1326 | 2026-08-18T22:11:04.537Z | Compiling zerofrom v0.1.8 |
| 1327 | 2026-08-18T22:11:04.597Z | Compiling base64 v0.22.1 |
| 1328 | 2026-08-18T22:11:04.650Z | Compiling yoke v0.8.3 |
| 1329 | 2026-08-18T22:11:04.663Z | Compiling typenum v1.20.1 |
| 1330 | 2026-08-18T22:11:04.702Z | Compiling aws-lc-sys v0.44.0 |
| 1331 | 2026-08-18T22:11:04.738Z | Compiling regex-syntax v0.8.11 |
| 1332 | 2026-08-18T22:11:04.838Z | Compiling zerovec v0.11.6 |
| 1333 | 2026-08-18T22:11:04.925Z | Compiling zerotrie v0.2.4 |
| 1334 | 2026-08-18T22:11:05.220Z | Compiling byteorder v1.5.0 |
| 1335 | 2026-08-18T22:11:05.376Z | Compiling tinystr v0.8.3 |
| 1336 | 2026-08-18T22:11:05.447Z | Compiling potential_utf v0.1.5 |
| 1337 | 2026-08-18T22:11:05.459Z | Compiling subtle v2.6.1 |
| 1338 | 2026-08-18T22:11:05.582Z | Compiling icu_locale_core v2.2.0 |
| 1339 | 2026-08-18T22:11:05.613Z | Compiling bytes v1.12.1 |
| 1340 | 2026-08-18T22:11:05.624Z | Compiling icu_collections v2.2.0 |
| 1341 | 2026-08-18T22:11:05.701Z | Compiling chrono v0.4.45 |
| 1342 | 2026-08-18T22:11:05.846Z | Compiling erased-serde v0.3.31 |
| 1343 | 2026-08-18T22:11:06.140Z | Compiling tokio v1.53.1 |
| 1344 | 2026-08-18T22:11:06.257Z | Compiling http v1.5.0 |
| 1345 | 2026-08-18T22:11:06.299Z | Compiling icu_provider v2.2.0 |
| 1346 | 2026-08-18T22:11:06.621Z | Compiling icu_normalizer v2.2.0 |
| 1347 | 2026-08-18T22:11:06.648Z | Compiling icu_properties v2.2.0 |
| 1348 | 2026-08-18T22:11:07.210Z | Compiling serde_tokenstream v0.2.3 |
| 1349 | 2026-08-18T22:11:07.222Z | Compiling rustix v1.1.4 |
| 1350 | 2026-08-18T22:11:07.242Z | Compiling strsim v0.11.1 |
| 1351 | 2026-08-18T22:11:07.397Z | Compiling http-body v1.1.0 |
| 1352 | 2026-08-18T22:11:07.484Z | Compiling httparse v1.10.1 |
| 1353 | 2026-08-18T22:11:07.553Z | Compiling idna_adapter v1.2.2 |
| 1354 | 2026-08-18T22:11:07.624Z | Compiling ipnet v2.12.1 |
| 1355 | 2026-08-18T22:11:07.684Z | Compiling idna v1.1.0 |
| 1356 | 2026-08-18T22:11:07.749Z | Compiling atomic-waker v1.1.2 |
| 1357 | 2026-08-18T22:11:07.900Z | Compiling ppv-lite86 v0.2.21 |
| 1358 | 2026-08-18T22:11:07.903Z | Compiling tower-service v0.3.3 |
| 1359 | 2026-08-18T22:11:07.930Z | Compiling thiserror v1.0.69 |
| 1360 | 2026-08-18T22:11:07.989Z | Compiling url v2.5.8 |
| 1361 | 2026-08-18T22:11:07.999Z | Compiling tower-layer v0.3.3 |
| 1362 | 2026-08-18T22:11:08.208Z | Compiling thiserror-impl v1.0.69 |
| 1363 | 2026-08-18T22:11:08.221Z | Compiling ryu v1.0.23 |
| 1364 | 2026-08-18T22:11:08.399Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-08-18T22:11:08.411Z | Compiling untrusted v0.9.0 |
| 1366 | 2026-08-18T22:11:08.484Z | Compiling ucd-trie v0.1.7 |
| 1367 | 2026-08-18T22:11:08.502Z | Compiling want v0.3.1 |
| 1368 | 2026-08-18T22:11:08.526Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-08-18T22:11:08.668Z | Compiling pest v2.8.8 |
| 1370 | 2026-08-18T22:11:08.770Z | Compiling getrandom v0.2.17 |
| 1371 | 2026-08-18T22:11:08.783Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-18T22:11:08.863Z | Compiling pretty-hex v0.4.2 |
| 1373 | 2026-08-18T22:11:08.953Z | Compiling rand_core v0.6.4 |
| 1374 | 2026-08-18T22:11:08.992Z | Compiling slog v2.8.2 |
| 1375 | 2026-08-18T22:11:09.122Z | Compiling plain v0.2.3 |
| 1376 | 2026-08-18T22:11:09.176Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-08-18T22:11:09.227Z | Compiling tracing-attributes v0.1.31 |
| 1378 | 2026-08-18T22:11:09.239Z | Compiling ipnetwork v0.21.1 |
| 1379 | 2026-08-18T22:11:09.665Z | Compiling foldhash v0.2.0 |
| 1380 | 2026-08-18T22:11:09.779Z | Compiling pest_meta v2.8.8 |
| 1381 | 2026-08-18T22:11:09.884Z | Compiling oxnet v0.1.6 |
| 1382 | 2026-08-18T22:11:09.903Z | Compiling serde_urlencoded v0.7.1 |
| 1383 | 2026-08-18T22:11:09.946Z | Compiling http-body-util v0.1.5 |
| 1384 | 2026-08-18T22:11:09.960Z | Compiling aho-corasick v1.1.5 |
| 1385 | 2026-08-18T22:11:10.139Z | Compiling paste v1.0.15 |
| 1386 | 2026-08-18T22:11:10.200Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-08-18T22:11:10.305Z | Compiling omicron-workspace-hack v0.1.0 |
| 1388 | 2026-08-18T22:11:10.334Z | Compiling ident_case v1.0.1 |
| 1389 | 2026-08-18T22:11:10.423Z | Compiling pest_generator v2.8.8 |
| 1390 | 2026-08-18T22:11:10.435Z | Compiling tracing v0.1.44 |
| 1391 | 2026-08-18T22:11:10.493Z | Compiling num-conv v0.2.2 |
| 1392 | 2026-08-18T22:11:10.506Z | Compiling time-core v0.1.9 |
| 1393 | 2026-08-18T22:11:10.690Z | Compiling time-macros v0.2.32 |
| 1394 | 2026-08-18T22:11:10.893Z | Compiling regex-automata v0.4.18 |
| 1395 | 2026-08-18T22:11:11.021Z | Compiling deranged v0.5.8 |
| 1396 | 2026-08-18T22:11:11.062Z | Compiling pest_derive v2.8.8 |
| 1397 | 2026-08-18T22:11:11.146Z | Compiling powerfmt v0.2.0 |
| 1398 | 2026-08-18T22:11:11.349Z | Compiling anyhow v1.0.104 |
| 1399 | 2026-08-18T22:11:11.361Z | Compiling num_threads v0.1.7 |
| 1400 | 2026-08-18T22:11:11.455Z | Compiling winnow v1.0.4 |
| 1401 | 2026-08-18T22:11:11.853Z | Compiling hashbrown v0.16.1 |
| 1402 | 2026-08-18T22:11:11.868Z | Compiling scroll_derive v0.13.1 |
| 1403 | 2026-08-18T22:11:12.436Z | Compiling tokio-util v0.7.19 |
| 1404 | 2026-08-18T22:11:12.680Z | Compiling regex v1.13.1 |
| 1405 | 2026-08-18T22:11:12.821Z | Compiling scroll v0.13.0 |
| 1406 | 2026-08-18T22:11:13.018Z | Compiling daft-derive v0.1.8 |
| 1407 | 2026-08-18T22:11:13.092Z | Compiling fastrand v2.5.0 |
| 1408 | 2026-08-18T22:11:13.210Z | Compiling aws-lc-rs v1.18.0 |
| 1409 | 2026-08-18T22:11:13.262Z | Compiling rustls-pki-types v1.15.1 |
| 1410 | 2026-08-18T22:11:13.360Z | Compiling async-trait v0.1.92 |
| 1411 | 2026-08-18T22:11:13.510Z | Compiling openssl-probe v0.2.1 |
| 1412 | 2026-08-18T22:11:13.523Z | Compiling crossbeam-utils v0.8.22 |
| 1413 | 2026-08-18T22:11:13.748Z | Compiling untrusted v0.7.1 |
| 1414 | 2026-08-18T22:11:13.759Z | Compiling thread_local v1.1.10 |
| 1415 | 2026-08-18T22:11:13.870Z | Compiling rustls v0.23.43 |
| 1416 | 2026-08-18T22:11:13.882Z | Compiling usdt-impl v0.6.0 |
| 1417 | 2026-08-18T22:11:13.980Z | Compiling hex v0.4.3 |
| 1418 | 2026-08-18T22:11:14.080Z | Compiling h2 v0.4.15 |
| 1419 | 2026-08-18T22:11:14.135Z | Compiling goblin v0.10.7 |
| 1420 | 2026-08-18T22:11:14.176Z | Compiling dtrace-parser v0.3.0 |
| 1421 | 2026-08-18T22:11:14.238Z | Compiling camino v1.2.5 |
| 1422 | 2026-08-18T22:11:14.333Z | Compiling slog-async v2.8.0 |
| 1423 | 2026-08-18T22:11:14.566Z | Compiling thread-id v5.1.0 |
| 1424 | 2026-08-18T22:11:14.596Z | Compiling crc32fast v1.5.0 |
| 1425 | 2026-08-18T22:11:14.641Z | Compiling term v1.2.1 |
| 1426 | 2026-08-18T22:11:14.657Z | Compiling take_mut v0.2.2 |
| 1427 | 2026-08-18T22:11:14.923Z | Compiling rand_core v0.9.5 |
| 1428 | 2026-08-18T22:11:15.041Z | Compiling futures-executor v0.3.34 |
| 1429 | 2026-08-18T22:11:15.137Z | Compiling match_cfg v0.1.0 |
| 1430 | 2026-08-18T22:11:15.177Z | Compiling cpufeatures v0.3.0 |
| 1431 | 2026-08-18T22:11:15.206Z | Compiling syn v1.0.109 |
| 1432 | 2026-08-18T22:11:15.249Z | Compiling futures v0.3.34 |
| 1433 | 2026-08-18T22:11:15.338Z | Compiling serde_tokenstream v0.3.0 |
| 1434 | 2026-08-18T22:11:15.513Z | Compiling structmeta-derive v0.3.0 |
| 1435 | 2026-08-18T22:11:15.615Z | Compiling adler2 v2.0.1 |
| 1436 | 2026-08-18T22:11:15.747Z | Compiling simd-adler32 v0.3.10 |
| 1437 | 2026-08-18T22:11:15.815Z | Compiling newtype-uuid-macros v0.1.1 |
| 1438 | 2026-08-18T22:11:15.953Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-08-18T22:11:16.508Z | Compiling hyper v1.11.0 |
| 1440 | 2026-08-18T22:11:16.560Z | Compiling structmeta v0.3.0 |
| 1441 | 2026-08-18T22:11:16.612Z | Compiling rand_chacha v0.9.0 |
| 1442 | 2026-08-18T22:11:16.839Z | Compiling darling_core v0.23.0 |
| 1443 | 2026-08-18T22:11:17.066Z | Compiling dof v0.4.0 |
| 1444 | 2026-08-18T22:11:17.195Z | Compiling hybrid-array v0.4.14 |
| 1445 | 2026-08-18T22:11:17.650Z | Compiling hyper-util v0.1.20 |
| 1446 | 2026-08-18T22:11:18.975Z | Compiling darling_macro v0.23.0 |
| 1447 | 2026-08-18T22:11:19.139Z | Compiling usdt-macro v0.6.0 |
| 1448 | 2026-08-18T22:11:19.405Z | Compiling usdt-attr-macro v0.6.0 |
| 1449 | 2026-08-18T22:11:19.436Z | Compiling rand v0.9.5 |
| 1450 | 2026-08-18T22:11:19.578Z | Compiling flate2 v1.1.9 |
| 1451 | 2026-08-18T22:11:19.974Z | Compiling time v0.3.55 |
| 1452 | 2026-08-18T22:11:19.992Z | Compiling newtype-uuid v1.4.0 |
| 1453 | 2026-08-18T22:11:20.055Z | Compiling compression-core v0.4.32 |
| 1454 | 2026-08-18T22:11:20.117Z | Compiling ref-cast v1.0.26 |
| 1455 | 2026-08-18T22:11:20.212Z | Compiling quick-error v1.2.3 |
| 1456 | 2026-08-18T22:11:20.264Z | Compiling daft v0.1.8 |
| 1457 | 2026-08-18T22:11:20.316Z | Compiling compression-codecs v0.4.38 |
| 1458 | 2026-08-18T22:11:20.330Z | Compiling darling v0.23.0 |
| 1459 | 2026-08-18T22:11:20.408Z | Compiling crypto-common v0.2.2 |
| 1460 | 2026-08-18T22:11:20.472Z | Compiling block-buffer v0.12.1 |
| 1461 | 2026-08-18T22:11:20.526Z | Compiling crossbeam-channel v0.5.16 |
| 1462 | 2026-08-18T22:11:20.572Z | Compiling tower v0.5.3 |
| 1463 | 2026-08-18T22:11:20.589Z | Compiling strum_macros v0.26.4 |
| 1464 | 2026-08-18T22:11:20.625Z | Compiling ref-cast-impl v1.0.26 |
| 1465 | 2026-08-18T22:11:20.993Z | Compiling serde_spanned v1.1.1 |
| 1466 | 2026-08-18T22:11:21.041Z | Compiling generic-array v0.14.7 |
| 1467 | 2026-08-18T22:11:21.140Z | Compiling multer v3.1.0 |
| 1468 | 2026-08-18T22:11:21.219Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1469 | 2026-08-18T22:11:21.266Z | Compiling bit-vec v0.8.0 |
| 1470 | 2026-08-18T22:11:21.358Z | Compiling debug-ignore v1.0.5 |
| 1471 | 2026-08-18T22:11:21.430Z | Compiling const-oid v0.10.2 |
| 1472 | 2026-08-18T22:11:21.467Z | Compiling bit-set v0.8.0 |
| 1473 | 2026-08-18T22:11:21.582Z | Compiling digest v0.11.3 |
| 1474 | 2026-08-18T22:11:21.624Z | Compiling tower-http v0.6.11 |
| 1475 | 2026-08-18T22:11:21.637Z | Compiling serde_with_macros v3.22.0 |
| 1476 | 2026-08-18T22:11:21.656Z | Compiling openapiv3 v2.2.0 |
| 1477 | 2026-08-18T22:11:21.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1478 | 2026-08-18T22:11:22.026Z | Compiling async-stream-impl v0.3.6 |
| 1479 | 2026-08-18T22:11:22.043Z | Compiling dropshot v0.17.1 |
| 1480 | 2026-08-18T22:11:22.046Z | Compiling encoding_rs v0.8.35 |
| 1481 | 2026-08-18T22:11:22.218Z | Compiling strum v0.26.3 |
| 1482 | 2026-08-18T22:11:22.226Z | Compiling spin v0.9.9 |
| 1483 | 2026-08-18T22:11:22.311Z | Compiling unarray v0.1.4 |
| 1484 | 2026-08-18T22:11:22.331Z | Compiling mime v0.3.17 |
| 1485 | 2026-08-18T22:11:22.365Z | Compiling sha1 v0.11.0 |
| 1486 | 2026-08-18T22:11:22.614Z | Compiling derive-ex v0.1.8 |
| 1487 | 2026-08-18T22:11:22.660Z | Compiling async-stream v0.3.6 |
| 1488 | 2026-08-18T22:11:22.762Z | Compiling rustls-native-certs v0.8.4 |
| 1489 | 2026-08-18T22:11:22.918Z | Compiling waitgroup v0.1.2 |
| 1490 | 2026-08-18T22:11:22.938Z | Compiling dropshot_endpoint v0.17.1 |
| 1491 | 2026-08-18T22:11:23.119Z | Compiling macaddr v1.0.1 |
| 1492 | 2026-08-18T22:11:23.184Z | Compiling serde_path_to_error v0.1.20 |
| 1493 | 2026-08-18T22:11:23.327Z | Compiling is-terminal v0.4.17 |
| 1494 | 2026-08-18T22:11:23.422Z | Compiling slog-term v2.9.2 |
| 1495 | 2026-08-18T22:11:23.538Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1496 | 2026-08-18T22:11:23.567Z | Compiling tempfile v3.27.0 |
| 1497 | 2026-08-18T22:11:23.765Z | Compiling strum_macros v0.27.2 |
| 1498 | 2026-08-18T22:11:23.892Z | Compiling instant v0.1.13 |
| 1499 | 2026-08-18T22:11:23.999Z | Compiling either v1.17.0 |
| 1500 | 2026-08-18T22:11:24.068Z | Compiling slog-json v2.6.1 |
| 1501 | 2026-08-18T22:11:24.129Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1502 | 2026-08-18T22:11:24.201Z | Compiling test-strategy v0.4.5 |
| 1503 | 2026-08-18T22:11:24.212Z | Compiling hostname v0.3.1 |
| 1504 | 2026-08-18T22:11:24.268Z | Compiling memmap2 v0.9.11 |
| 1505 | 2026-08-18T22:11:24.340Z | Compiling slog-bunyan v2.5.0 |
| 1506 | 2026-08-18T22:11:24.480Z | Compiling crypto-common v0.1.7 |
| 1507 | 2026-08-18T22:11:24.491Z | Compiling parse-display-derive v0.10.0 |
| 1508 | 2026-08-18T22:11:24.609Z | Compiling backon v1.6.0 |
| 1509 | 2026-08-18T22:11:24.621Z | Compiling rand_chacha v0.3.1 |
| 1510 | 2026-08-18T22:11:24.814Z | Compiling rand v0.8.7 |
| 1511 | 2026-08-18T22:11:25.369Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1512 | 2026-08-18T22:11:25.460Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1513 | 2026-08-18T22:11:25.471Z | Compiling wait-timeout v0.2.1 |
| 1514 | 2026-08-18T22:11:25.615Z | Compiling strum v0.27.2 |
| 1515 | 2026-08-18T22:11:25.761Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1516 | 2026-08-18T22:11:25.772Z | Compiling rusty-fork v0.3.1 |
| 1517 | 2026-08-18T22:11:26.000Z | Compiling serde_with v3.22.0 |
| 1518 | 2026-08-18T22:11:26.127Z | Compiling async-compression v0.4.43 |
| 1519 | 2026-08-18T22:11:26.130Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-08-18T22:11:26.236Z | Compiling rustls-pemfile v2.2.0 |
| 1521 | 2026-08-18T22:11:26.280Z | Compiling regress v0.10.5 |
| 1522 | 2026-08-18T22:11:26.430Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1523 | 2026-08-18T22:11:26.443Z | Compiling hostname v0.4.2 |
| 1524 | 2026-08-18T22:11:26.907Z | Compiling humantime v2.4.0 |
| 1525 | 2026-08-18T22:11:27.177Z | Compiling proptest v1.11.0 |
| 1526 | 2026-08-18T22:11:27.280Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1527 | 2026-08-18T22:11:27.788Z | Compiling usdt v0.6.0 |
| 1528 | 2026-08-18T22:11:27.979Z | Compiling iddqd v0.4.6 |
| 1529 | 2026-08-18T22:11:28.167Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1530 | 2026-08-18T22:11:28.295Z | Compiling block-buffer v0.10.4 |
| 1531 | 2026-08-18T22:11:28.413Z | Compiling reqwest v0.12.28 |
| 1532 | 2026-08-18T22:11:29.100Z | Compiling utf8parse v0.2.2 |
| 1533 | 2026-08-18T22:11:29.183Z | Compiling anstyle-parse v1.0.0 |
| 1534 | 2026-08-18T22:11:29.212Z | Compiling digest v0.10.7 |
| 1535 | 2026-08-18T22:11:29.261Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1536 | 2026-08-18T22:11:29.368Z | Compiling progenitor-client v0.10.0 |
| 1537 | 2026-08-18T22:11:29.426Z | Compiling parse-display v0.10.0 |
| 1538 | 2026-08-18T22:11:29.647Z | Compiling backoff v0.4.0 |
| 1539 | 2026-08-18T22:11:29.763Z | Compiling itertools v0.14.0 |
| 1540 | 2026-08-18T22:11:29.840Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1541 | 2026-08-18T22:11:30.212Z | Compiling anstyle-query v1.1.5 |
| 1542 | 2026-08-18T22:11:30.322Z | Compiling colorchoice v1.0.5 |
| 1543 | 2026-08-18T22:11:30.440Z | Compiling is_terminal_polyfill v1.70.2 |
| 1544 | 2026-08-18T22:11:30.537Z | Compiling anstyle v1.0.14 |
| 1545 | 2026-08-18T22:11:30.818Z | Compiling anstream v1.0.0 |
| 1546 | 2026-08-18T22:11:31.137Z | Compiling regress v0.11.1 |
| 1547 | 2026-08-18T22:11:31.166Z | Compiling clap_lex v1.1.0 |
| 1548 | 2026-08-18T22:11:31.500Z | Compiling unicode-width v0.2.2 |
| 1549 | 2026-08-18T22:11:31.632Z | Compiling clap_derive v4.6.4 |
| 1550 | 2026-08-18T22:11:31.935Z | Compiling terminal_size v0.4.4 |
| 1551 | 2026-08-18T22:11:32.700Z | Compiling typify-impl v0.6.2 |
| 1552 | 2026-08-18T22:11:33.000Z | Compiling toml_datetime v0.6.11 |
| 1553 | 2026-08-18T22:11:33.283Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-08-18T22:11:33.296Z | Compiling cpufeatures v0.2.17 |
| 1555 | 2026-08-18T22:11:33.367Z | Compiling convert_case v0.4.0 |
| 1556 | 2026-08-18T22:11:33.515Z | Compiling clap_builder v4.6.6 |
| 1557 | 2026-08-18T22:11:33.666Z | Compiling derive_more v0.99.20 |
| 1558 | 2026-08-18T22:11:34.551Z | Compiling zerocopy v0.7.35 |
| 1559 | 2026-08-18T22:11:35.131Z | Compiling clap v4.6.6 |
| 1560 | 2026-08-18T22:11:35.625Z | Compiling secrecy v0.10.3 |
| 1561 | 2026-08-18T22:11:35.781Z | Compiling crucible-workspace-hack v0.1.0 |
| 1562 | 2026-08-18T22:11:35.902Z | Compiling tinyvec_macros v0.1.1 |
| 1563 | 2026-08-18T22:11:35.928Z | Compiling float-ord v0.3.2 |
| 1564 | 2026-08-18T22:11:35.969Z | Compiling tinyvec v1.12.0 |
| 1565 | 2026-08-18T22:11:36.378Z | Compiling dtrace-parser v0.2.0 |
| 1566 | 2026-08-18T22:11:36.432Z | Compiling scroll_derive v0.12.1 |
| 1567 | 2026-08-18T22:11:36.451Z | Compiling num-integer v0.1.47 |
| 1568 | 2026-08-18T22:11:36.777Z | Compiling rustc_version v0.4.1 |
| 1569 | 2026-08-18T22:11:36.963Z | Compiling usdt-impl v0.5.0 |
| 1570 | 2026-08-18T22:11:37.140Z | Compiling crossbeam-epoch v0.9.20 |
| 1571 | 2026-08-18T22:11:37.166Z | Compiling scroll v0.12.0 |
| 1572 | 2026-08-18T22:11:37.251Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2026-08-18T22:11:37.499Z | Compiling dof v0.3.0 |
| 1574 | 2026-08-18T22:11:37.718Z | Compiling hmac v0.12.1 |
| 1575 | 2026-08-18T22:11:37.886Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1576 | 2026-08-18T22:11:37.899Z | Compiling inout v0.1.4 |
| 1577 | 2026-08-18T22:11:37.902Z | Compiling darling_core v0.21.3 |
| 1578 | 2026-08-18T22:11:37.942Z | Compiling ff v0.13.1 |
| 1579 | 2026-08-18T22:11:38.051Z | Compiling thread-id v4.2.2 |
| 1580 | 2026-08-18T22:11:38.070Z | Compiling unsafe-libyaml v0.2.11 |
| 1581 | 2026-08-18T22:11:38.646Z | Compiling serde_yaml v0.9.34+deprecated |
| 1582 | 2026-08-18T22:11:38.662Z | Compiling proc-macro-crate v3.5.0 |
| 1583 | 2026-08-18T22:11:38.760Z | Compiling group v0.13.0 |
| 1584 | 2026-08-18T22:11:38.790Z | Compiling cipher v0.4.4 |
| 1585 | 2026-08-18T22:11:38.872Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-08-18T22:11:39.149Z | Compiling typify-macro v0.6.2 |
| 1587 | 2026-08-18T22:11:39.619Z | Compiling goblin v0.8.2 |
| 1588 | 2026-08-18T22:11:39.705Z | Compiling num-iter v0.1.46 |
| 1589 | 2026-08-18T22:11:39.822Z | Compiling num-rational v0.4.2 |
| 1590 | 2026-08-18T22:11:39.940Z | Compiling universal-hash v0.5.1 |
| 1591 | 2026-08-18T22:11:39.997Z | Compiling darling_macro v0.21.3 |
| 1592 | 2026-08-18T22:11:40.038Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-08-18T22:11:40.064Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1594 | 2026-08-18T22:11:40.414Z | Compiling hubpack_derive v0.1.1 |
| 1595 | 2026-08-18T22:11:40.434Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1596 | 2026-08-18T22:11:40.944Z | Compiling half v2.7.1 |
| 1597 | 2026-08-18T22:11:41.071Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1598 | 2026-08-18T22:11:41.198Z | Compiling num-complex v0.4.6 |
| 1599 | 2026-08-18T22:11:41.289Z | Compiling typify v0.6.2 |
| 1600 | 2026-08-18T22:11:41.523Z | Compiling memoffset v0.9.1 |
| 1601 | 2026-08-18T22:11:41.579Z | Compiling ciborium-io v0.2.2 |
| 1602 | 2026-08-18T22:11:41.591Z | Compiling cfg_aliases v0.2.2 |
| 1603 | 2026-08-18T22:11:41.658Z | Compiling opaque-debug v0.3.1 |
| 1604 | 2026-08-18T22:11:41.671Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-08-18T22:11:41.716Z | Compiling base64ct v1.8.3 |
| 1606 | 2026-08-18T22:11:41.726Z | Compiling heck v0.4.1 |
| 1607 | 2026-08-18T22:11:41.828Z | Compiling elliptic-curve v0.13.8 |
| 1608 | 2026-08-18T22:11:41.919Z | Compiling poly1305 v0.8.0 |
| 1609 | 2026-08-18T22:11:42.007Z | Compiling password-hash v0.5.0 |
| 1610 | 2026-08-18T22:11:42.101Z | Compiling nix v0.31.3 |
| 1611 | 2026-08-18T22:11:42.340Z | Compiling ciborium-ll v0.2.2 |
| 1612 | 2026-08-18T22:11:42.553Z | Compiling num v0.4.3 |
| 1613 | 2026-08-18T22:11:42.624Z | Compiling thiserror-no-std v2.0.2 |
| 1614 | 2026-08-18T22:11:42.702Z | Compiling hubpack v0.1.2 |
| 1615 | 2026-08-18T22:11:42.782Z | Compiling darling v0.21.3 |
| 1616 | 2026-08-18T22:11:42.980Z | Compiling num_enum_derive v0.7.6 |
| 1617 | 2026-08-18T22:11:43.221Z | Compiling chacha20 v0.9.1 |
| 1618 | 2026-08-18T22:11:43.446Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1619 | 2026-08-18T22:11:43.580Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1620 | 2026-08-18T22:11:44.007Z | Compiling blake2 v0.10.6 |
| 1621 | 2026-08-18T22:11:44.045Z | Compiling aead v0.5.2 |
| 1622 | 2026-08-18T22:11:44.153Z | Compiling byte-wrapper v0.1.0 |
| 1623 | 2026-08-18T22:11:44.201Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1624 | 2026-08-18T22:11:44.306Z | Compiling proc-macro-error-attr v1.0.4 |
| 1625 | 2026-08-18T22:11:44.523Z | Compiling prettyplease v0.2.37 |
| 1626 | 2026-08-18T22:11:44.533Z | Compiling heapless v0.8.0 |
| 1627 | 2026-08-18T22:11:44.549Z | Compiling rustix v0.38.44 |
| 1628 | 2026-08-18T22:11:44.645Z | Compiling static_assertions v1.1.0 |
| 1629 | 2026-08-18T22:11:44.717Z | Compiling keccak v0.1.6 |
| 1630 | 2026-08-18T22:11:44.742Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1631 | 2026-08-18T22:11:44.971Z | Compiling sha3 v0.10.9 |
| 1632 | 2026-08-18T22:11:45.046Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1633 | 2026-08-18T22:11:45.498Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1634 | 2026-08-18T22:11:45.527Z | Compiling argon2 v0.5.3 |
| 1635 | 2026-08-18T22:11:45.539Z | Compiling chacha20poly1305 v0.10.1 |
| 1636 | 2026-08-18T22:11:45.666Z | Compiling num_enum v0.7.6 |
| 1637 | 2026-08-18T22:11:45.980Z | Compiling ingot-macros v0.1.1 |
| 1638 | 2026-08-18T22:11:45.993Z | Compiling vsss-rs v3.3.4 |
| 1639 | 2026-08-18T22:11:46.033Z | Compiling ciborium v0.2.2 |
| 1640 | 2026-08-18T22:11:46.778Z | Compiling usdt-macro v0.5.0 |
| 1641 | 2026-08-18T22:11:46.827Z | Compiling usdt-attr-macro v0.5.0 |
| 1642 | 2026-08-18T22:11:47.624Z | Compiling serde_spanned v0.6.9 |
| 1643 | 2026-08-18T22:11:47.635Z | Compiling hash32 v0.3.1 |
| 1644 | 2026-08-18T22:11:47.763Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-08-18T22:11:47.834Z | Compiling num-derive v0.4.2 |
| 1646 | 2026-08-18T22:11:48.025Z | Compiling serde_repr v0.1.21 |
| 1647 | 2026-08-18T22:11:48.400Z | Compiling proc-macro-error v1.0.4 |
| 1648 | 2026-08-18T22:11:48.513Z | Compiling memmap v0.7.0 |
| 1649 | 2026-08-18T22:11:48.555Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1650 | 2026-08-18T22:11:48.602Z | Compiling winnow v0.5.40 |
| 1651 | 2026-08-18T22:11:48.627Z | Compiling winnow v0.7.15 |
| 1652 | 2026-08-18T22:11:48.702Z | Compiling smoltcp v0.11.0 |
| 1653 | 2026-08-18T22:11:48.769Z | Compiling toml_write v0.1.2 |
| 1654 | 2026-08-18T22:11:48.781Z | Compiling indent_write v2.2.0 |
| 1655 | 2026-08-18T22:11:48.792Z | Compiling data-encoding v2.11.1 |
| 1656 | 2026-08-18T22:11:48.815Z | Compiling ingot-types v0.1.2 |
| 1657 | 2026-08-18T22:11:48.905Z | Compiling usdt v0.5.0 |
| 1658 | 2026-08-18T22:11:49.115Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1659 | 2026-08-18T22:11:49.216Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1660 | 2026-08-18T22:11:49.312Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1661 | 2026-08-18T22:11:49.754Z | Compiling tabwriter v1.4.1 |
| 1662 | 2026-08-18T22:11:49.901Z | Compiling toml_edit v0.19.15 |
| 1663 | 2026-08-18T22:11:49.990Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-08-18T22:11:50.003Z | Compiling cobs v0.3.0 |
| 1665 | 2026-08-18T22:11:50.117Z | Compiling foreign-types-macros v0.2.4 |
| 1666 | 2026-08-18T22:11:50.187Z | Compiling bitflags v1.3.2 |
| 1667 | 2026-08-18T22:11:50.260Z | Compiling vcpkg v0.2.15 |
| 1668 | 2026-08-18T22:11:50.458Z | Compiling colored v3.1.1 |
| 1669 | 2026-08-18T22:11:50.734Z | Compiling crossbeam-deque v0.8.7 |
| 1670 | 2026-08-18T22:11:50.798Z | Compiling bytecount v0.6.9 |
| 1671 | 2026-08-18T22:11:50.844Z | Compiling foreign-types-shared v0.3.1 |
| 1672 | 2026-08-18T22:11:50.867Z | Compiling managed v0.8.0 |
| 1673 | 2026-08-18T22:11:50.929Z | Compiling foreign-types v0.5.0 |
| 1674 | 2026-08-18T22:11:50.941Z | Compiling openssl-sys v0.9.117 |
| 1675 | 2026-08-18T22:11:51.028Z | Compiling postcard v1.1.3 |
| 1676 | 2026-08-18T22:11:51.078Z | Compiling proc-macro-crate v1.3.1 |
| 1677 | 2026-08-18T22:11:51.404Z | Compiling toml v0.8.23 |
| 1678 | 2026-08-18T22:11:51.473Z | Compiling ingot v0.1.1 |
| 1679 | 2026-08-18T22:11:52.107Z | Compiling progenitor-impl v0.14.0 |
| 1680 | 2026-08-18T22:11:53.116Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1681 | 2026-08-18T22:11:53.253Z | Compiling rustls-webpki v0.103.14 |
| 1682 | 2026-08-18T22:11:53.391Z | Compiling chacha20 v0.10.1 |
| 1683 | 2026-08-18T22:11:53.601Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1684 | 2026-08-18T22:11:53.626Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1685 | 2026-08-18T22:11:53.650Z | Compiling cstr-argument v0.1.2 |
| 1686 | 2026-08-18T22:11:53.854Z | Compiling swrite v0.1.0 |
| 1687 | 2026-08-18T22:11:53.912Z | Compiling resolv-conf v0.7.6 |
| 1688 | 2026-08-18T22:11:53.947Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1689 | 2026-08-18T22:11:53.963Z | Compiling rayon-core v1.13.0 |
| 1690 | 2026-08-18T22:11:54.168Z | Compiling unicode-segmentation v1.13.3 |
| 1691 | 2026-08-18T22:11:54.187Z | Compiling semver v0.1.20 |
| 1692 | 2026-08-18T22:11:54.291Z | Compiling linked-hash-map v0.5.6 |
| 1693 | 2026-08-18T22:11:54.306Z | Compiling lazy_static v1.5.0 |
| 1694 | 2026-08-18T22:11:54.400Z | Compiling rustc_version v0.1.7 |
| 1695 | 2026-08-18T22:11:54.411Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1696 | 2026-08-18T22:11:54.449Z | Compiling lru-cache v0.1.2 |
| 1697 | 2026-08-18T22:11:54.473Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1698 | 2026-08-18T22:11:54.568Z | Compiling newline-converter v0.3.0 |
| 1699 | 2026-08-18T22:11:54.596Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1700 | 2026-08-18T22:11:54.596Z | Compiling rand v0.10.2 |
| 1701 | 2026-08-18T22:11:54.733Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1702 | 2026-08-18T22:11:54.742Z | Compiling num_enum_derive v0.5.11 |
| 1703 | 2026-08-18T22:11:54.904Z | Compiling atomicwrites v0.4.4 |
| 1704 | 2026-08-18T22:11:55.027Z | Compiling hickory-proto v0.24.4 |
| 1705 | 2026-08-18T22:11:55.552Z | Compiling progenitor-impl v0.13.0 |
| 1706 | 2026-08-18T22:11:55.768Z | Compiling console v0.15.11 |
| 1707 | 2026-08-18T22:11:55.783Z | Compiling progenitor-macro v0.14.0 |
| 1708 | 2026-08-18T22:11:56.418Z | Compiling camino-tempfile v1.4.1 |
| 1709 | 2026-08-18T22:11:56.493Z | Compiling serde-big-array v0.5.1 |
| 1710 | 2026-08-18T22:11:56.634Z | Compiling derive-where v1.6.1 |
| 1711 | 2026-08-18T22:11:56.655Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1712 | 2026-08-18T22:11:57.178Z | Compiling tokio-rustls v0.26.4 |
| 1713 | 2026-08-18T22:11:57.453Z | Compiling hyper-rustls v0.27.9 |
| 1714 | 2026-08-18T22:11:57.757Z | Compiling rustls-platform-verifier v0.7.0 |
| 1715 | 2026-08-18T22:11:57.959Z | Compiling reqwest v0.13.4 |
| 1716 | 2026-08-18T22:11:58.924Z | Compiling pin-project-internal v1.1.13 |
| 1717 | 2026-08-18T22:11:59.158Z | Compiling minimal-lexical v0.2.1 |
| 1718 | 2026-08-18T22:11:59.422Z | Compiling progenitor-client v0.14.0 |
| 1719 | 2026-08-18T22:11:59.726Z | Compiling progenitor-extras v0.2.0 |
| 1720 | 2026-08-18T22:11:59.967Z | Compiling similar v2.7.0 |
| 1721 | 2026-08-18T22:12:00.007Z | Compiling siphasher v1.0.3 |
| 1722 | 2026-08-18T22:12:00.211Z | Compiling phf_shared v0.12.1 |
| 1723 | 2026-08-18T22:12:00.454Z | Compiling expectorate v1.2.0 |
| 1724 | 2026-08-18T22:12:00.608Z | Compiling pin-project v1.1.13 |
| 1725 | 2026-08-18T22:12:00.620Z | Compiling nom v7.1.3 |
| 1726 | 2026-08-18T22:12:00.710Z | Compiling progenitor-client v0.13.0 |
| 1727 | 2026-08-18T22:12:00.920Z | Compiling progenitor-macro v0.13.0 |
| 1728 | 2026-08-18T22:12:01.017Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1729 | 2026-08-18T22:12:01.210Z | Compiling progenitor v0.14.0 |
| 1730 | 2026-08-18T22:12:02.015Z | Compiling hickory-resolver v0.24.4 |
| 1731 | 2026-08-18T22:12:02.323Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1732 | 2026-08-18T22:12:03.270Z | Compiling num_enum v0.5.11 |
| 1733 | 2026-08-18T22:12:04.878Z | Compiling newtype_derive v0.1.6 |
| 1734 | 2026-08-18T22:12:05.069Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1735 | 2026-08-18T22:12:05.110Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1736 | 2026-08-18T22:12:05.536Z | Compiling snafu-derive v0.8.9 |
| 1737 | 2026-08-18T22:12:06.738Z | Compiling unicode-normalization v0.1.25 |
| 1738 | 2026-08-18T22:12:07.188Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1739 | 2026-08-18T22:12:07.207Z | Compiling tokio-stream v0.1.19 |
| 1740 | 2026-08-18T22:12:07.264Z | Compiling async-recursion v1.1.1 |
| 1741 | 2026-08-18T22:12:07.453Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1742 | 2026-08-18T22:12:07.684Z | Compiling slog-dtrace v0.3.0 |
| 1743 | 2026-08-18T22:12:07.755Z | Compiling bstr v1.13.1 |
| 1744 | 2026-08-18T22:12:07.956Z | Compiling csv-core v0.1.13 |
| 1745 | 2026-08-18T22:12:08.002Z | Compiling openssl v0.10.81 |
| 1746 | 2026-08-18T22:12:08.097Z | Compiling highway v1.3.0 |
| 1747 | 2026-08-18T22:12:08.220Z | Compiling unicode-width v0.1.14 |
| 1748 | 2026-08-18T22:12:08.274Z | Compiling same-file v1.0.6 |
| 1749 | 2026-08-18T22:12:08.320Z | Compiling jiff-core v0.1.0 |
| 1750 | 2026-08-18T22:12:08.413Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1751 | 2026-08-18T22:12:08.449Z | Compiling unicode-xid v0.2.6 |
| 1752 | 2026-08-18T22:12:08.495Z | Compiling owo-colors v4.3.0 |
| 1753 | 2026-08-18T22:12:08.506Z | Compiling konst_macro_rules v0.2.19 |
| 1754 | 2026-08-18T22:12:08.572Z | Compiling foldhash v0.1.5 |
| 1755 | 2026-08-18T22:12:08.694Z | Compiling cancel-safe-futures v0.1.5 |
| 1756 | 2026-08-18T22:12:08.755Z | Compiling chrono-tz v0.10.4 |
| 1757 | 2026-08-18T22:12:08.832Z | Compiling foreign-types-shared v0.1.1 |
| 1758 | 2026-08-18T22:12:08.927Z | Compiling foreign-types v0.3.2 |
| 1759 | 2026-08-18T22:12:08.995Z | Compiling hashbrown v0.15.5 |
| 1760 | 2026-08-18T22:12:09.007Z | Compiling konst v0.2.20 |
| 1761 | 2026-08-18T22:12:09.010Z | Compiling const_format_proc_macros v0.2.34 |
| 1762 | 2026-08-18T22:12:09.247Z | Compiling jiff v0.2.35 |
| 1763 | 2026-08-18T22:12:09.389Z | Compiling walkdir v2.5.0 |
| 1764 | 2026-08-18T22:12:09.447Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1765 | 2026-08-18T22:12:09.536Z | Compiling globset v0.4.20 |
| 1766 | 2026-08-18T22:12:09.550Z | Compiling csv v1.4.0 |
| 1767 | 2026-08-18T22:12:09.821Z | Compiling qorb v0.4.1 |
| 1768 | 2026-08-18T22:12:10.103Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-08-18T22:12:10.115Z | Compiling snafu v0.8.9 |
| 1770 | 2026-08-18T22:12:10.375Z | Compiling olpc-cjson v0.1.4 |
| 1771 | 2026-08-18T22:12:10.497Z | Compiling progenitor v0.13.0 |
| 1772 | 2026-08-18T22:12:10.540Z | Compiling rayon v1.12.0 |
| 1773 | 2026-08-18T22:12:10.686Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1774 | 2026-08-18T22:12:11.314Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1775 | 2026-08-18T22:12:11.551Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1776 | 2026-08-18T22:12:11.622Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1777 | 2026-08-18T22:12:11.938Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1778 | 2026-08-18T22:12:11.968Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1779 | 2026-08-18T22:12:12.354Z | Compiling phf v0.12.1 |
| 1780 | 2026-08-18T22:12:12.509Z | Compiling zone_cfg_derive v0.3.1 |
| 1781 | 2026-08-18T22:12:12.944Z | Compiling tokio-dtrace v0.1.1 |
| 1782 | 2026-08-18T22:12:13.217Z | Compiling itertools v0.12.1 |
| 1783 | 2026-08-18T22:12:13.256Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1784 | 2026-08-18T22:12:13.302Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1785 | 2026-08-18T22:12:13.411Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1786 | 2026-08-18T22:12:13.460Z | Compiling libsw-core v0.3.2 |
| 1787 | 2026-08-18T22:12:13.632Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1788 | 2026-08-18T22:12:13.799Z | Compiling serde_plain v1.0.2 |
| 1789 | 2026-08-18T22:12:13.854Z | Compiling pem v3.0.6 |
| 1790 | 2026-08-18T22:12:13.898Z | Compiling openssl-macros v0.1.1 |
| 1791 | 2026-08-18T22:12:14.007Z | Compiling cookie v0.18.2 |
| 1792 | 2026-08-18T22:12:14.040Z | Compiling sigpipe v0.1.3 |
| 1793 | 2026-08-18T22:12:14.129Z | Compiling typed-path v0.9.3 |
| 1794 | 2026-08-18T22:12:14.233Z | Compiling fixedbitset v0.5.7 |
| 1795 | 2026-08-18T22:12:14.246Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1796 | 2026-08-18T22:12:14.393Z | Compiling fixedbitset v0.4.2 |
| 1797 | 2026-08-18T22:12:14.465Z | Compiling glob v0.3.4 |
| 1798 | 2026-08-18T22:12:14.494Z | Compiling petgraph v0.8.3 |
| 1799 | 2026-08-18T22:12:14.586Z | Compiling petgraph v0.6.5 |
| 1800 | 2026-08-18T22:12:14.931Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1801 | 2026-08-18T22:12:15.485Z | Compiling tough v0.22.0 |
| 1802 | 2026-08-18T22:12:15.679Z | Compiling zone v0.3.1 |
| 1803 | 2026-08-18T22:12:16.190Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1804 | 2026-08-18T22:12:16.225Z | Compiling libsw v3.5.0 |
| 1805 | 2026-08-18T22:12:16.307Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1806 | 2026-08-18T22:12:16.404Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1807 | 2026-08-18T22:12:16.492Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1808 | 2026-08-18T22:12:16.565Z | Compiling oxide-tokio-rt v0.1.6 |
| 1809 | 2026-08-18T22:12:16.588Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1810 | 2026-08-18T22:12:17.222Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1811 | 2026-08-18T22:12:17.350Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1812 | 2026-08-18T22:12:17.682Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-08-18T22:12:17.699Z | Compiling const_format v0.2.36 |
| 1814 | 2026-08-18T22:12:18.532Z | Compiling papergrid v0.11.0 |
| 1815 | 2026-08-18T22:12:18.660Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-18T22:12:18.728Z | Compiling tabled_derive v0.7.0 |
| 1817 | 2026-08-18T22:12:18.774Z | Compiling gethostname v0.5.0 |
| 1818 | 2026-08-18T22:12:18.820Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1819 | 2026-08-18T22:12:18.895Z | Compiling libscf-sys v1.2.0 |
| 1820 | 2026-08-18T22:12:19.042Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1821 | 2026-08-18T22:12:19.176Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1822 | 2026-08-18T22:12:19.218Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1823 | 2026-08-18T22:12:19.249Z | Compiling bcs v0.1.6 |
| 1824 | 2026-08-18T22:12:19.338Z | Compiling smf v0.2.3 |
| 1825 | 2026-08-18T22:12:19.571Z | Compiling whoami v1.6.1 |
| 1826 | 2026-08-18T22:12:19.696Z | Compiling tagptr v0.2.0 |
| 1827 | 2026-08-18T22:12:19.852Z | Compiling unicode-linebreak v0.1.5 |
| 1828 | 2026-08-18T22:12:19.899Z | Compiling linear-map v1.2.0 |
| 1829 | 2026-08-18T22:12:19.953Z | Compiling termtree v0.5.1 |
| 1830 | 2026-08-18T22:12:20.083Z | Compiling smawk v0.3.3 |
| 1831 | 2026-08-18T22:12:20.095Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1832 | 2026-08-18T22:12:20.107Z | Compiling moka v0.12.16 |
| 1833 | 2026-08-18T22:12:20.209Z | Compiling textwrap v0.16.2 |
| 1834 | 2026-08-18T22:12:20.340Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1835 | 2026-08-18T22:12:20.619Z | Compiling tabled v0.15.0 |
| 1836 | 2026-08-18T22:12:20.723Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1837 | 2026-08-18T22:12:20.910Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1838 | 2026-08-18T22:12:21.668Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-08-18T22:12:21.740Z | Compiling steno v0.4.1 |
| 1840 | 2026-08-18T22:12:22.736Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-18T22:12:23.404Z | Compiling hickory-proto v0.25.2 |
| 1842 | 2026-08-18T22:12:23.615Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1843 | 2026-08-18T22:12:23.752Z | Compiling parking_lot_core v0.8.6 |
| 1844 | 2026-08-18T22:12:23.879Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1845 | 2026-08-18T22:12:24.066Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1846 | 2026-08-18T22:12:24.277Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1847 | 2026-08-18T22:12:24.738Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1848 | 2026-08-18T22:12:24.845Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1849 | 2026-08-18T22:12:24.960Z | Compiling papergrid v0.18.0 |
| 1850 | 2026-08-18T22:12:24.993Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1851 | 2026-08-18T22:12:25.033Z | Compiling itertools v0.15.0 |
| 1852 | 2026-08-18T22:12:25.053Z | Compiling arc-swap v1.9.2 |
| 1853 | 2026-08-18T22:12:25.241Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1854 | 2026-08-18T22:12:25.358Z | Compiling hickory-resolver v0.25.2 |
| 1855 | 2026-08-18T22:12:25.474Z | Compiling nom v8.0.0 |
| 1856 | 2026-08-18T22:12:25.978Z | Compiling tabled v0.21.0 |
| 1857 | 2026-08-18T22:12:26.363Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1858 | 2026-08-18T22:12:26.959Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1859 | 2026-08-18T22:12:27.053Z | Compiling slog-scope v4.4.1 |
| 1860 | 2026-08-18T22:12:27.331Z | Compiling parking_lot v0.11.2 |
| 1861 | 2026-08-18T22:12:27.653Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1862 | 2026-08-18T22:12:27.752Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1863 | 2026-08-18T22:12:28.115Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1864 | 2026-08-18T22:12:28.132Z | Compiling fxhash v0.2.1 |
| 1865 | 2026-08-18T22:12:28.219Z | Compiling internet-checksum v0.2.1 |
| 1866 | 2026-08-18T22:12:28.271Z | Compiling sled v0.34.7 |
| 1867 | 2026-08-18T22:12:28.357Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1868 | 2026-08-18T22:12:28.599Z | Compiling slog-stdlog v4.1.1 |
| 1869 | 2026-08-18T22:12:28.621Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1870 | 2026-08-18T22:12:28.701Z | Compiling crc8 v0.1.1 |
| 1871 | 2026-08-18T22:12:28.819Z | Compiling slog-envlogger v2.2.0 |
| 1872 | 2026-08-18T22:12:28.831Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1873 | 2026-08-18T22:12:28.983Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1874 | 2026-08-18T22:12:29.482Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1875 | 2026-08-18T22:12:30.612Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-08-18T22:12:33.174Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1877 | 2026-08-18T22:12:38.926Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-18T22:12:40.551Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1879 | 2026-08-18T22:12:41.590Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1880 | 2026-08-18T22:12:42.554Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1881 | 2026-08-18T22:12:43.445Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1882 | 2026-08-18T22:12:44.620Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1883 | 2026-08-18T22:13:09.632Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1884 | 2026-08-18T22:13:09.816Z | ──────────── |
| 1885 | 2026-08-18T22:13:09.817Z | Nextest run ID d824e984-459d-4698-ae9e-954daaa93b51 with nextest profile: default |
| 1886 | 2026-08-18T22:13:09.817Z | Starting 7 tests across 1 binary |
| 1887 | 2026-08-18T22:13:09.828Z | PASS [ 0.011s] mg-lower dendrite::test_tfport_parser |
| 1888 | 2026-08-18T22:13:09.832Z | PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal |
| 1889 | 2026-08-18T22:13:09.832Z | PASS [ 0.014s] mg-lower test::sync_v4_over_v6_readback |
| 1890 | 2026-08-18T22:13:09.832Z | PASS [ 0.014s] mg-lower test::sync_prefix_test |
| 1891 | 2026-08-18T22:13:09.832Z | PASS [ 0.014s] mg-lower test::sync_link_down_test |
| 1892 | 2026-08-18T22:13:09.832Z | PASS [ 0.014s] mg-lower test::sync_v4_over_v6_idempotent |
| 1893 | 2026-08-18T22:13:09.832Z | PASS [ 0.014s] mg-lower test::sync_mixed_v4_and_v4_over_v6 |
| 1894 | 2026-08-18T22:13:09.832Z | ──────────── |
| 1895 | 2026-08-18T22:13:09.832Z | Summary [ 0.015s] 7 tests run: 7 passed, 0 skipped |
| 1896 | 2026-08-18T22:13:09.845Z | process exited: duration 249374 ms, exit code 0 |
| |
| 1897 | 2026-08-18T22:13:09.854Z | found 0 output files |