|
|
|
| 1 | 2026-08-31T09:25:04.594Z | job assigned to worker 01M1BJ4NY3D799WWN6FY1TQCKS [factory aws, i-0be16b561b4972826] (queued for 1 m 2 s) |
| |
| 2 | 2026-08-31T09:25:11.103Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:11.111Z | ++ uname -s |
| 4 | 2026-08-31T09:25:11.122Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:11.123Z | + build_user=build |
| 6 | 2026-08-31T09:25:11.123Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:11.123Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:11.123Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:11.123Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:11.123Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:11.123Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:11.123Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:13.118Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:13.232Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:13.236Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:13.236Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:13.236Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:13.236Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:15.236Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:15.239Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:15.246Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:15.250Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:15.251Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-31T09:25:15.251Z | * rust toolchain channel = "stable" |
| 25 | 2026-08-31T09:25:15.251Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-31T09:25:15.255Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:15.255Z | * rust toolchain profile = "default" |
| 28 | 2026-08-31T09:25:15.255Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:15.255Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:15.332Z | info: downloading installer |
| 31 | 2026-08-31T09:25:16.734Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:16.734Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:16.734Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:16.734Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:16.746Z | info: profile set to default |
| 36 | 2026-08-31T09:25:16.746Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:16.749Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:16.884Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:16.887Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:31.671Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:31.671Z | |
| 42 | 2026-08-31T09:25:31.697Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:31.697Z | |
| 44 | 2026-08-31T09:25:31.697Z | |
| 45 | 2026-08-31T09:25:31.697Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:31.698Z | |
| 47 | 2026-08-31T09:25:31.702Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:31.702Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:31.702Z | |
| 50 | 2026-08-31T09:25:31.702Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:31.702Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:31.702Z | |
| 53 | 2026-08-31T09:25:31.702Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:31.702Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:31.702Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:31.702Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:31.702Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:31.702Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:31.702Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:31.702Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:31.702Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:31.784Z | + rustup --version |
| 63 | 2026-08-31T09:25:31.793Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:31.796Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:31.813Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:31.816Z | + cargo --version |
| 67 | 2026-08-31T09:25:31.830Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:31.833Z | + rustc --version |
| 69 | 2026-08-31T09:25:31.851Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:31.854Z | process exited: duration 16606 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:31.860Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:31.876Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:31.883Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:31.886Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:31.889Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:31.916Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:33.673Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:33.674Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:33.976Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:33.976Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:33.981Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:33.984Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:33.984Z | + current=main |
| 84 | 2026-08-31T09:25:33.984Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:33.984Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:33.987Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:34.008Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:34.011Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:34.029Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:34.032Z | process exited: duration 2146 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:34.039Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:34.043Z | + set -o errexit |
| 93 | 2026-08-31T09:25:34.043Z | + set -o pipefail |
| 94 | 2026-08-31T09:25:34.043Z | + source .github/buildomat/test-common.sh |
| 95 | 2026-08-31T09:25:34.046Z | ++ NEXTEST_VERSION=0.9.97 |
| 96 | 2026-08-31T09:25:34.046Z | ++ PLATFORM=illumos |
| 97 | 2026-08-31T09:25:34.046Z | ++ source .github/buildomat/common.sh |
| 98 | 2026-08-31T09:25:34.046Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-31T09:25:34.046Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 100 | 2026-08-31T09:25:34.046Z | +++ cargo --version |
| 101 | 2026-08-31T09:25:34.049Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 102 | 2026-08-31T09:25:34.195Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-08-31T09:25:34.200Z | info: downloading 6 components |
| 104 | 2026-08-31T09:25:47.889Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-08-31T09:25:47.892Z | +++ rustc --version |
| 106 | 2026-08-31T09:25:47.919Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-08-31T09:25:47.923Z | ++ banner install |
| 108 | 2026-08-31T09:25:47.926Z | |
| 109 | 2026-08-31T09:25:47.926Z | # # # #### ##### ## # # |
| 110 | 2026-08-31T09:25:47.926Z | # ## # # # # # # # |
| 111 | 2026-08-31T09:25:47.926Z | # # # # #### # # # # # |
| 112 | 2026-08-31T09:25:47.926Z | # # # # # # ###### # # |
| 113 | 2026-08-31T09:25:47.926Z | # # ## # # # # # # # |
| 114 | 2026-08-31T09:25:47.926Z | # # # #### # # # ###### ###### |
| 115 | 2026-08-31T09:25:47.926Z | |
| 116 | 2026-08-31T09:25:47.926Z | ++ pfexec pkg install clang-15 |
| 117 | 2026-08-31T09:25:49.521Z | Startup: Refreshing catalog 'helios' ... Done |
| 118 | 2026-08-31T09:25:49.938Z | Startup: Caching catalogs ... Done |
| 119 | 2026-08-31T09:25:52.200Z | Planning: Solver setup ... Done |
| 120 | 2026-08-31T09:25:52.262Z | Planning: Running solver ... Done |
| 121 | 2026-08-31T09:25:52.312Z | Planning: Consolidating action changes ... Done |
| 122 | 2026-08-31T09:25:52.313Z | Planning: Evaluating mediators ... Done |
| 123 | 2026-08-31T09:25:52.322Z | Planning: Planning completed in 2.34 seconds |
| 124 | 2026-08-31T09:25:52.331Z | No updates necessary for this image. |
| 125 | 2026-08-31T09:25:52.563Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 126 | 2026-08-31T09:25:52.611Z | Updating crates.io index |
| 127 | 2026-08-31T09:25:52.735Z | Downloading crates ... |
| 128 | 2026-08-31T09:25:52.782Z | Downloaded cargo-nextest v0.9.97 |
| 129 | 2026-08-31T09:25:52.839Z | Installing cargo-nextest v0.9.97 |
| 130 | 2026-08-31T09:25:52.842Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 131 | 2026-08-31T09:25:52.842Z | | |
| 132 | 2026-08-31T09:25:52.842Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 133 | 2026-08-31T09:25:52.842Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 134 | 2026-08-31T09:25:52.884Z | Updating crates.io index |
| 135 | 2026-08-31T09:25:54.980Z | Locking 398 packages to latest compatible versions |
| 136 | 2026-08-31T09:25:54.986Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 137 | 2026-08-31T09:25:54.986Z | Adding duct v0.13.7 (available: v1.1.1) |
| 138 | 2026-08-31T09:25:54.986Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 139 | 2026-08-31T09:25:54.990Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 140 | 2026-08-31T09:25:54.990Z | Adding guppy v0.17.26 (available: v0.18.0) |
| 141 | 2026-08-31T09:25:54.990Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 142 | 2026-08-31T09:25:54.990Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 143 | 2026-08-31T09:25:54.990Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 144 | 2026-08-31T09:25:54.990Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 145 | 2026-08-31T09:25:54.996Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 146 | 2026-08-31T09:25:54.996Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 147 | 2026-08-31T09:25:55.024Z | Downloading crates ... |
| 148 | 2026-08-31T09:25:55.037Z | Downloaded adler2 v2.0.1 |
| 149 | 2026-08-31T09:25:55.050Z | Downloaded openssl-macros v0.1.1 |
| 150 | 2026-08-31T09:25:55.054Z | Downloaded openssl-probe v0.2.1 |
| 151 | 2026-08-31T09:25:55.065Z | Downloaded foreign-types v0.3.2 |
| 152 | 2026-08-31T09:25:55.071Z | Downloaded ppv-lite86 v0.2.21 |
| 153 | 2026-08-31T09:25:55.076Z | Downloaded getrandom v0.3.4 |
| 154 | 2026-08-31T09:25:55.076Z | Downloaded atomic-waker v1.1.2 |
| 155 | 2026-08-31T09:25:55.076Z | Downloaded atomicwrites v0.4.4 |
| 156 | 2026-08-31T09:25:55.082Z | Downloaded quinn-udp v0.5.15 |
| 157 | 2026-08-31T09:25:55.082Z | Downloaded pkg-config v0.3.34 |
| 158 | 2026-08-31T09:25:55.082Z | Downloaded os_pipe v1.2.3 |
| 159 | 2026-08-31T09:25:55.082Z | Downloaded rustls-pki-types v1.15.1 |
| 160 | 2026-08-31T09:25:55.082Z | Downloaded block-buffer v0.10.4 |
| 161 | 2026-08-31T09:25:55.085Z | Downloaded cargo-platform v0.2.0 |
| 162 | 2026-08-31T09:25:55.085Z | Downloaded cargo-platform v0.3.3 |
| 163 | 2026-08-31T09:25:55.085Z | Downloaded pathdiff v0.2.3 |
| 164 | 2026-08-31T09:25:55.085Z | Downloaded ordered-float v2.10.1 |
| 165 | 2026-08-31T09:25:55.085Z | Downloaded terminal_size v0.4.4 |
| 166 | 2026-08-31T09:25:55.089Z | Downloaded anstyle-query v1.1.5 |
| 167 | 2026-08-31T09:25:55.089Z | Downloaded async-scoped v0.9.0 |
| 168 | 2026-08-31T09:25:55.089Z | Downloaded backtrace-ext v0.2.1 |
| 169 | 2026-08-31T09:25:55.089Z | Downloaded addr2line v0.25.1 |
| 170 | 2026-08-31T09:25:55.093Z | Downloaded anstyle v1.0.14 |
| 171 | 2026-08-31T09:25:55.097Z | Downloaded anstyle-parse v1.0.0 |
| 172 | 2026-08-31T09:25:55.097Z | Downloaded crypto-common v0.1.7 |
| 173 | 2026-08-31T09:25:55.097Z | Downloaded futures-task v0.3.34 |
| 174 | 2026-08-31T09:25:55.097Z | Downloaded enable-ansi-support v0.2.1 |
| 175 | 2026-08-31T09:25:55.100Z | Downloaded equivalent v1.0.2 |
| 176 | 2026-08-31T09:25:55.100Z | Downloaded errno v0.3.14 |
| 177 | 2026-08-31T09:25:55.100Z | Downloaded form_urlencoded v1.2.2 |
| 178 | 2026-08-31T09:25:55.100Z | Downloaded tokio-native-tls v0.3.1 |
| 179 | 2026-08-31T09:25:55.100Z | Downloaded rustc-hash v2.1.3 |
| 180 | 2026-08-31T09:25:55.104Z | Downloaded debug-ignore v1.0.5 |
| 181 | 2026-08-31T09:25:55.105Z | Downloaded cpufeatures v0.3.1 |
| 182 | 2026-08-31T09:25:55.105Z | Downloaded futures-sink v0.3.34 |
| 183 | 2026-08-31T09:25:55.108Z | Downloaded thiserror-impl v2.0.20 |
| 184 | 2026-08-31T09:25:55.108Z | Downloaded rand_core v0.6.4 |
| 185 | 2026-08-31T09:25:55.111Z | Downloaded fnv v1.0.7 |
| 186 | 2026-08-31T09:25:55.111Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-08-31T09:25:55.115Z | Downloaded scopeguard v1.2.0 |
| 188 | 2026-08-31T09:25:55.115Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 189 | 2026-08-31T09:25:55.115Z | Downloaded rustc_version v0.4.1 |
| 190 | 2026-08-31T09:25:55.119Z | Downloaded serde-untagged v0.1.9 |
| 191 | 2026-08-31T09:25:55.120Z | Downloaded quote v1.0.47 |
| 192 | 2026-08-31T09:25:55.124Z | Downloaded color-spantrace v0.3.0 |
| 193 | 2026-08-31T09:25:55.127Z | Downloaded clap_lex v1.1.0 |
| 194 | 2026-08-31T09:25:55.127Z | Downloaded cpufeatures v0.2.17 |
| 195 | 2026-08-31T09:25:55.127Z | Downloaded colorchoice v1.0.5 |
| 196 | 2026-08-31T09:25:55.127Z | Downloaded futures-macro v0.3.34 |
| 197 | 2026-08-31T09:25:55.127Z | Downloaded foreign-types-shared v0.1.1 |
| 198 | 2026-08-31T09:25:55.134Z | Downloaded document-features v0.2.12 |
| 199 | 2026-08-31T09:25:55.137Z | Downloaded generic-array v0.14.7 |
| 200 | 2026-08-31T09:25:55.140Z | Downloaded number_prefix v0.4.0 |
| 201 | 2026-08-31T09:25:55.144Z | Downloaded serde_ignored v0.1.14 |
| 202 | 2026-08-31T09:25:55.147Z | Downloaded owo-colors v4.4.0 |
| 203 | 2026-08-31T09:25:55.150Z | Downloaded cfg_aliases v0.2.2 |
| 204 | 2026-08-31T09:25:55.150Z | Downloaded base64ct v1.8.3 |
| 205 | 2026-08-31T09:25:55.150Z | Downloaded camino-tempfile v1.4.1 |
| 206 | 2026-08-31T09:25:55.150Z | Downloaded serde_spanned v0.6.9 |
| 207 | 2026-08-31T09:25:55.154Z | Downloaded signature v2.2.0 |
| 208 | 2026-08-31T09:25:55.154Z | Downloaded signal-hook-mio v0.2.5 |
| 209 | 2026-08-31T09:25:55.157Z | Downloaded autocfg v1.5.1 |
| 210 | 2026-08-31T09:25:55.157Z | Downloaded parking_lot v0.12.5 |
| 211 | 2026-08-31T09:25:55.157Z | Downloaded ahash v0.8.12 |
| 212 | 2026-08-31T09:25:55.160Z | Downloaded serde_spanned v1.1.1 |
| 213 | 2026-08-31T09:25:55.164Z | Downloaded cargo_metadata v0.23.1 |
| 214 | 2026-08-31T09:25:55.164Z | Downloaded percent-encoding v2.3.2 |
| 215 | 2026-08-31T09:25:55.164Z | Downloaded version_check v0.9.5 |
| 216 | 2026-08-31T09:25:55.169Z | Downloaded utf8parse v0.2.2 |
| 217 | 2026-08-31T09:25:55.172Z | Downloaded serde_urlencoded v0.7.1 |
| 218 | 2026-08-31T09:25:55.175Z | Downloaded sigchld v0.2.4 |
| 219 | 2026-08-31T09:25:55.175Z | Downloaded sync_wrapper v1.0.2 |
| 220 | 2026-08-31T09:25:55.176Z | Downloaded swrite v0.1.0 |
| 221 | 2026-08-31T09:25:55.179Z | Downloaded toml_datetime v0.6.11 |
| 222 | 2026-08-31T09:25:55.179Z | Downloaded futures-executor v0.3.34 |
| 223 | 2026-08-31T09:25:55.183Z | Downloaded rand_pcg v0.10.2 |
| 224 | 2026-08-31T09:25:55.183Z | Downloaded either v1.18.0 |
| 225 | 2026-08-31T09:25:55.183Z | Downloaded erased-serde v0.4.10 |
| 226 | 2026-08-31T09:25:55.183Z | Downloaded serde-value v0.7.0 |
| 227 | 2026-08-31T09:25:55.187Z | Downloaded supports-unicode v3.0.0 |
| 228 | 2026-08-31T09:25:55.187Z | Downloaded find-msvc-tools v0.1.11 |
| 229 | 2026-08-31T09:25:55.190Z | Downloaded subtle v2.6.1 |
| 230 | 2026-08-31T09:25:55.193Z | Downloaded shell-words v1.1.1 |
| 231 | 2026-08-31T09:25:55.193Z | Downloaded foldhash v0.1.5 |
| 232 | 2026-08-31T09:25:55.197Z | Downloaded dialoguer v0.11.0 |
| 233 | 2026-08-31T09:25:55.201Z | Downloaded futures-io v0.3.34 |
| 234 | 2026-08-31T09:25:55.201Z | Downloaded strip-ansi-escapes v0.2.1 |
| 235 | 2026-08-31T09:25:55.201Z | Downloaded fastrand v2.5.0 |
| 236 | 2026-08-31T09:25:55.201Z | Downloaded filetime v0.2.29 |
| 237 | 2026-08-31T09:25:55.201Z | Downloaded fixedbitset v0.5.7 |
| 238 | 2026-08-31T09:25:55.204Z | Downloaded digest v0.10.7 |
| 239 | 2026-08-31T09:25:55.204Z | Downloaded is_ci v1.2.0 |
| 240 | 2026-08-31T09:25:55.204Z | Downloaded is_terminal_polyfill v1.70.2 |
| 241 | 2026-08-31T09:25:55.204Z | Downloaded lru-slab v0.1.2 |
| 242 | 2026-08-31T09:25:55.205Z | Downloaded shared_child v1.1.1 |
| 243 | 2026-08-31T09:25:55.205Z | Downloaded supports-hyperlinks v3.2.0 |
| 244 | 2026-08-31T09:25:55.208Z | Downloaded socket2 v0.6.5 |
| 245 | 2026-08-31T09:25:55.208Z | Downloaded tinyvec_macros v0.1.1 |
| 246 | 2026-08-31T09:25:55.208Z | Downloaded tokio-macros v2.7.2 |
| 247 | 2026-08-31T09:25:55.208Z | Downloaded untrusted v0.9.0 |
| 248 | 2026-08-31T09:25:55.208Z | Downloaded ed25519 v2.2.3 |
| 249 | 2026-08-31T09:25:55.255Z | Downloaded parking_lot_core v0.9.12 |
| 250 | 2026-08-31T09:25:55.255Z | Downloaded camino v1.2.5 |
| 251 | 2026-08-31T09:25:55.255Z | Downloaded cfg-expr v0.20.9 |
| 252 | 2026-08-31T09:25:55.255Z | Downloaded cargo-util-schemas v0.2.0 |
| 253 | 2026-08-31T09:25:55.255Z | Downloaded cargo_metadata v0.20.0 |
| 254 | 2026-08-31T09:25:55.255Z | Downloaded tower-layer v0.3.3 |
| 255 | 2026-08-31T09:25:55.255Z | Downloaded supports-color v3.0.2 |
| 256 | 2026-08-31T09:25:55.255Z | Downloaded strsim v0.11.1 |
| 257 | 2026-08-31T09:25:55.255Z | Downloaded zmij v1.0.23 |
| 258 | 2026-08-31T09:25:55.255Z | Downloaded hyper-tls v0.6.0 |
| 259 | 2026-08-31T09:25:55.255Z | Downloaded nested v0.1.1 |
| 260 | 2026-08-31T09:25:55.255Z | Downloaded tower-service v0.3.3 |
| 261 | 2026-08-31T09:25:55.255Z | Downloaded hex v0.4.3 |
| 262 | 2026-08-31T09:25:55.255Z | Downloaded tracing-error v0.2.1 |
| 263 | 2026-08-31T09:25:55.255Z | Downloaded eyre v0.6.14 |
| 264 | 2026-08-31T09:25:55.255Z | Downloaded getrandom v0.2.17 |
| 265 | 2026-08-31T09:25:55.255Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 266 | 2026-08-31T09:25:55.255Z | Downloaded chacha20 v0.10.2 |
| 267 | 2026-08-31T09:25:55.255Z | Downloaded crc32fast v1.5.1 |
| 268 | 2026-08-31T09:25:55.255Z | Downloaded smol_str v0.3.6 |
| 269 | 2026-08-31T09:25:55.255Z | Downloaded thiserror-impl v1.0.69 |
| 270 | 2026-08-31T09:25:55.255Z | Downloaded try-lock v0.2.5 |
| 271 | 2026-08-31T09:25:55.256Z | Downloaded rand_chacha v0.9.0 |
| 272 | 2026-08-31T09:25:55.256Z | Downloaded self-replace v1.5.0 |
| 273 | 2026-08-31T09:25:55.259Z | Downloaded sha2 v0.10.9 |
| 274 | 2026-08-31T09:25:55.259Z | Downloaded clap_derive v4.6.4 |
| 275 | 2026-08-31T09:25:55.259Z | Downloaded const-oid v0.9.6 |
| 276 | 2026-08-31T09:25:55.259Z | Downloaded convert_case v0.10.0 |
| 277 | 2026-08-31T09:25:55.259Z | Downloaded console v0.15.11 |
| 278 | 2026-08-31T09:25:55.259Z | Downloaded heck v0.5.0 |
| 279 | 2026-08-31T09:25:55.263Z | Downloaded futures-core v0.3.34 |
| 280 | 2026-08-31T09:25:55.263Z | Downloaded future-queue v0.4.0 |
| 281 | 2026-08-31T09:25:55.263Z | Downloaded futures-channel v0.3.34 |
| 282 | 2026-08-31T09:25:55.263Z | Downloaded duct v0.13.7 |
| 283 | 2026-08-31T09:25:55.267Z | Downloaded serde_path_to_error v0.1.20 |
| 284 | 2026-08-31T09:25:55.267Z | Downloaded rustc-demangle v0.1.28 |
| 285 | 2026-08-31T09:25:55.270Z | Downloaded lock_api v0.4.14 |
| 286 | 2026-08-31T09:25:55.270Z | Downloaded indent_write v2.2.0 |
| 287 | 2026-08-31T09:25:55.271Z | Downloaded rand_core v0.10.1 |
| 288 | 2026-08-31T09:25:55.282Z | Downloaded thread_local v1.1.10 |
| 289 | 2026-08-31T09:25:55.282Z | Downloaded pkcs8 v0.10.2 |
| 290 | 2026-08-31T09:25:55.282Z | Downloaded spki v0.7.3 |
| 291 | 2026-08-31T09:25:55.282Z | Downloaded thiserror v2.0.20 |
| 292 | 2026-08-31T09:25:55.282Z | Downloaded rand_core v0.9.5 |
| 293 | 2026-08-31T09:25:55.282Z | Downloaded signal-hook-registry v1.4.8 |
| 294 | 2026-08-31T09:25:55.282Z | Downloaded slab v0.4.12 |
| 295 | 2026-08-31T09:25:55.283Z | Downloaded static_assertions v1.1.0 |
| 296 | 2026-08-31T09:25:55.283Z | Downloaded target-lexicon v0.13.5 |
| 297 | 2026-08-31T09:25:55.283Z | Downloaded anstream v1.0.0 |
| 298 | 2026-08-31T09:25:55.287Z | Downloaded bitflags v2.13.1 |
| 299 | 2026-08-31T09:25:55.287Z | Downloaded simd-adler32 v0.3.10 |
| 300 | 2026-08-31T09:25:55.287Z | Downloaded itoa v1.0.18 |
| 301 | 2026-08-31T09:25:55.287Z | Downloaded idna_adapter v1.0.0 |
| 302 | 2026-08-31T09:25:55.287Z | Downloaded indenter v0.3.4 |
| 303 | 2026-08-31T09:25:55.287Z | Downloaded ipnet v2.12.1 |
| 304 | 2026-08-31T09:25:55.287Z | Downloaded zeroize v1.9.0 |
| 305 | 2026-08-31T09:25:55.291Z | Downloaded semver v1.0.28 |
| 306 | 2026-08-31T09:25:55.291Z | Downloaded openssl-sys v0.9.117 |
| 307 | 2026-08-31T09:25:55.299Z | Downloaded native-tls v0.2.18 |
| 308 | 2026-08-31T09:25:55.302Z | Downloaded guppy-workspace-hack v0.1.0 |
| 309 | 2026-08-31T09:25:55.302Z | Downloaded humantime v2.4.0 |
| 310 | 2026-08-31T09:25:55.302Z | Downloaded unicase v2.9.0 |
| 311 | 2026-08-31T09:25:55.306Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2026-08-31T09:25:55.306Z | Downloaded mukti-metadata v0.3.0 |
| 313 | 2026-08-31T09:25:55.306Z | Downloaded urlencoding v2.1.3 |
| 314 | 2026-08-31T09:25:55.309Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-08-31T09:25:55.309Z | Downloaded want v0.3.1 |
| 316 | 2026-08-31T09:25:55.313Z | Downloaded iana-time-zone v0.1.65 |
| 317 | 2026-08-31T09:25:55.318Z | Downloaded target-spec-miette v0.4.8 |
| 318 | 2026-08-31T09:25:55.321Z | Downloaded tracing-attributes v0.1.31 |
| 319 | 2026-08-31T09:25:55.322Z | Downloaded http-body v1.1.0 |
| 320 | 2026-08-31T09:25:55.322Z | Downloaded futures v0.3.34 |
| 321 | 2026-08-31T09:25:55.325Z | Downloaded config v0.15.25 |
| 322 | 2026-08-31T09:25:55.325Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-08-31T09:25:55.329Z | Downloaded clap v4.6.6 |
| 324 | 2026-08-31T09:25:55.332Z | Downloaded quick-junit v0.5.2 |
| 325 | 2026-08-31T09:25:55.335Z | Downloaded derive-where v1.6.1 |
| 326 | 2026-08-31T09:25:55.335Z | Downloaded nextest-metadata v0.12.2 |
| 327 | 2026-08-31T09:25:55.335Z | Downloaded nextest-workspace-hack v0.1.0 |
| 328 | 2026-08-31T09:25:55.335Z | Downloaded utf8_iter v1.0.4 |
| 329 | 2026-08-31T09:25:55.339Z | Downloaded thiserror v1.0.69 |
| 330 | 2026-08-31T09:25:55.339Z | Downloaded home v0.5.12 |
| 331 | 2026-08-31T09:25:55.339Z | Downloaded zipsign-api v0.1.5 |
| 332 | 2026-08-31T09:25:55.342Z | Downloaded lazy_static v1.5.0 |
| 333 | 2026-08-31T09:25:55.342Z | Downloaded typeid v1.0.3 |
| 334 | 2026-08-31T09:25:55.346Z | Downloaded globset v0.4.20 |
| 335 | 2026-08-31T09:25:55.346Z | Downloaded xattr v1.6.1 |
| 336 | 2026-08-31T09:25:55.346Z | Downloaded humantime-serde v1.1.1 |
| 337 | 2026-08-31T09:25:55.346Z | Downloaded bytes v1.12.1 |
| 338 | 2026-08-31T09:25:55.353Z | Downloaded ryu v1.0.23 |
| 339 | 2026-08-31T09:25:55.353Z | Downloaded self_update v0.42.0 |
| 340 | 2026-08-31T09:25:55.353Z | Downloaded pin-project-internal v1.1.13 |
| 341 | 2026-08-31T09:25:55.353Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 342 | 2026-08-31T09:25:55.353Z | Downloaded uuid v1.26.0 |
| 343 | 2026-08-31T09:25:55.358Z | Downloaded shlex v2.0.1 |
| 344 | 2026-08-31T09:25:55.363Z | Downloaded once_cell v1.21.4 |
| 345 | 2026-08-31T09:25:55.367Z | Downloaded toml v0.8.23 |
| 346 | 2026-08-31T09:25:55.367Z | Downloaded xxhash-rust v0.8.18 |
| 347 | 2026-08-31T09:25:55.367Z | Downloaded zstd-safe v7.2.4 |
| 348 | 2026-08-31T09:25:55.371Z | Downloaded serde_core v1.0.229 |
| 349 | 2026-08-31T09:25:55.371Z | Downloaded zstd v0.13.3 |
| 350 | 2026-08-31T09:25:55.374Z | Downloaded pin-project-lite v0.2.17 |
| 351 | 2026-08-31T09:25:55.374Z | Downloaded tokio-stream v0.1.19 |
| 352 | 2026-08-31T09:25:55.379Z | Downloaded hyper-rustls v0.27.9 |
| 353 | 2026-08-31T09:25:55.379Z | Downloaded target-spec v3.7.0 |
| 354 | 2026-08-31T09:25:55.379Z | Downloaded tempfile v3.27.0 |
| 355 | 2026-08-31T09:25:55.379Z | Downloaded pin-project v1.1.13 |
| 356 | 2026-08-31T09:25:55.385Z | Downloaded log v0.4.34 |
| 357 | 2026-08-31T09:25:55.388Z | Downloaded litrs v1.0.0 |
| 358 | 2026-08-31T09:25:55.388Z | Downloaded backtrace v0.3.76 |
| 359 | 2026-08-31T09:25:55.391Z | Downloaded tokio-rustls v0.26.4 |
| 360 | 2026-08-31T09:25:55.391Z | Downloaded vte v0.14.1 |
| 361 | 2026-08-31T09:25:55.395Z | Downloaded miette-derive v7.6.0 |
| 362 | 2026-08-31T09:25:55.395Z | Downloaded newtype-uuid v1.4.0 |
| 363 | 2026-08-31T09:25:55.395Z | Downloaded tracing-log v0.2.0 |
| 364 | 2026-08-31T09:25:55.395Z | Downloaded base64 v0.22.1 |
| 365 | 2026-08-31T09:25:55.398Z | Downloaded borsh v1.8.1 |
| 366 | 2026-08-31T09:25:55.402Z | Downloaded httparse v1.10.1 |
| 367 | 2026-08-31T09:25:55.402Z | Downloaded jobserver v0.1.35 |
| 368 | 2026-08-31T09:25:55.402Z | Downloaded cc v1.4.4 |
| 369 | 2026-08-31T09:25:55.405Z | Downloaded proc-macro2 v1.0.107 |
| 370 | 2026-08-31T09:25:55.405Z | Downloaded smallvec v1.15.2 |
| 371 | 2026-08-31T09:25:55.409Z | Downloaded serde_derive v1.0.229 |
| 372 | 2026-08-31T09:25:55.412Z | Downloaded nextest-filtering v0.15.0 |
| 373 | 2026-08-31T09:25:55.412Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 374 | 2026-08-31T09:25:55.415Z | Downloaded http-body-util v0.1.5 |
| 375 | 2026-08-31T09:25:55.416Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 376 | 2026-08-31T09:25:55.420Z | Downloaded derive_more v2.1.1 |
| 377 | 2026-08-31T09:25:55.424Z | Downloaded textwrap v0.16.2 |
| 378 | 2026-08-31T09:25:55.424Z | Downloaded ed25519-dalek v2.2.0 |
| 379 | 2026-08-31T09:25:55.428Z | Downloaded flate2 v1.1.10 |
| 380 | 2026-08-31T09:25:55.434Z | Downloaded indicatif v0.17.11 |
| 381 | 2026-08-31T09:25:55.437Z | Downloaded signal-hook v0.3.18 |
| 382 | 2026-08-31T09:25:55.437Z | Downloaded miniz_oxide v0.8.9 |
| 383 | 2026-08-31T09:25:55.440Z | Downloaded tinyvec v1.12.0 |
| 384 | 2026-08-31T09:25:55.440Z | Downloaded getrandom v0.4.3 |
| 385 | 2026-08-31T09:25:55.444Z | Downloaded num-traits v0.2.19 |
| 386 | 2026-08-31T09:25:55.444Z | Downloaded miniz_oxide v0.9.1 |
| 387 | 2026-08-31T09:25:55.447Z | Downloaded unicode-ident v1.0.24 |
| 388 | 2026-08-31T09:25:55.447Z | Downloaded derive_more-impl v2.1.1 |
| 389 | 2026-08-31T09:25:55.450Z | Downloaded der v0.7.10 |
| 390 | 2026-08-31T09:25:55.454Z | Downloaded serde v1.0.229 |
| 391 | 2026-08-31T09:25:55.461Z | Downloaded http v1.5.0 |
| 392 | 2026-08-31T09:25:55.467Z | Downloaded rustls-webpki v0.103.15 |
| 393 | 2026-08-31T09:25:55.470Z | Downloaded quinn v0.11.11 |
| 394 | 2026-08-31T09:25:55.470Z | Downloaded memchr v2.8.3 |
| 395 | 2026-08-31T09:25:55.479Z | Downloaded sharded-slab v0.1.7 |
| 396 | 2026-08-31T09:25:55.483Z | Downloaded tar v0.4.46 |
| 397 | 2026-08-31T09:25:55.501Z | Downloaded unicode-segmentation v1.13.3 |
| 398 | 2026-08-31T09:25:55.506Z | Downloaded typenum v1.20.1 |
| 399 | 2026-08-31T09:25:55.511Z | Downloaded crossterm v0.29.0 |
| 400 | 2026-08-31T09:25:55.511Z | Downloaded rand v0.10.2 |
| 401 | 2026-08-31T09:25:55.519Z | Downloaded hyper-util v0.1.20 |
| 402 | 2026-08-31T09:25:55.522Z | Downloaded aho-corasick v1.1.5 |
| 403 | 2026-08-31T09:25:55.526Z | Downloaded hashbrown v0.15.5 |
| 404 | 2026-08-31T09:25:55.529Z | Downloaded unicode-normalization v0.1.25 |
| 405 | 2026-08-31T09:25:55.532Z | Downloaded tower-http v0.6.11 |
| 406 | 2026-08-31T09:25:55.536Z | Downloaded rand v0.9.5 |
| 407 | 2026-08-31T09:25:55.540Z | Downloaded tracing-core v0.1.36 |
| 408 | 2026-08-31T09:25:55.540Z | Downloaded mio v1.2.2 |
| 409 | 2026-08-31T09:25:55.545Z | Downloaded toml_edit v0.22.27 |
| 410 | 2026-08-31T09:25:55.548Z | Downloaded clap_builder v4.6.6 |
| 411 | 2026-08-31T09:25:55.553Z | Downloaded tokio-util v0.7.19 |
| 412 | 2026-08-31T09:25:55.556Z | Downloaded serde_json v1.0.151 |
| 413 | 2026-08-31T09:25:55.561Z | Downloaded h2 v0.4.19 |
| 414 | 2026-08-31T09:25:55.561Z | Downloaded idna v1.1.0 |
| 415 | 2026-08-31T09:25:55.566Z | Downloaded futures-util v0.3.34 |
| 416 | 2026-08-31T09:25:55.569Z | Downloaded url v2.5.8 |
| 417 | 2026-08-31T09:25:55.569Z | Downloaded hyper v1.11.1 |
| 418 | 2026-08-31T09:25:55.573Z | Downloaded hashbrown v0.17.1 |
| 419 | 2026-08-31T09:25:55.576Z | Downloaded itertools v0.14.0 |
| 420 | 2026-08-31T09:25:55.599Z | Downloaded ron v0.12.2 |
| 421 | 2026-08-31T09:25:55.604Z | Downloaded chrono v0.4.45 |
| 422 | 2026-08-31T09:25:55.607Z | Downloaded webpki-roots v1.0.9 |
| 423 | 2026-08-31T09:25:55.610Z | Downloaded reqwest v0.12.28 |
| 424 | 2026-08-31T09:25:55.614Z | Downloaded tower v0.5.3 |
| 425 | 2026-08-31T09:25:55.617Z | Downloaded quick-xml v0.37.5 |
| 426 | 2026-08-31T09:25:55.621Z | Downloaded vcpkg v0.2.15 |
| 427 | 2026-08-31T09:25:55.639Z | Downloaded miette v7.6.0 |
| 428 | 2026-08-31T09:25:55.643Z | Downloaded indexmap v2.14.1 |
| 429 | 2026-08-31T09:25:55.646Z | Downloaded nextest-runner v0.80.0 |
| 430 | 2026-08-31T09:25:55.649Z | Downloaded unicode-width v0.2.2 |
| 431 | 2026-08-31T09:25:55.653Z | Downloaded curve25519-dalek v4.1.3 |
| 432 | 2026-08-31T09:25:55.656Z | Downloaded pulldown-cmark v0.13.4 |
| 433 | 2026-08-31T09:25:55.661Z | Downloaded zerocopy v0.8.56 |
| 434 | 2026-08-31T09:25:55.669Z | Downloaded bstr v1.13.1 |
| 435 | 2026-08-31T09:25:55.673Z | Downloaded object v0.37.3 |
| 436 | 2026-08-31T09:25:55.679Z | Downloaded guppy v0.17.26 |
| 437 | 2026-08-31T09:25:55.684Z | Downloaded regex v1.13.1 |
| 438 | 2026-08-31T09:25:55.700Z | Downloaded color-eyre v0.6.5 |
| 439 | 2026-08-31T09:25:55.720Z | Downloaded portable-atomic v1.15.0 |
| 440 | 2026-08-31T09:25:55.724Z | Downloaded winnow v1.0.4 |
| 441 | 2026-08-31T09:25:55.728Z | Downloaded quick-xml v0.38.4 |
| 442 | 2026-08-31T09:25:55.731Z | Downloaded winnow v0.7.15 |
| 443 | 2026-08-31T09:25:55.736Z | Downloaded petgraph v0.8.3 |
| 444 | 2026-08-31T09:25:55.748Z | Downloaded libc v0.2.189 |
| 445 | 2026-08-31T09:25:55.770Z | Downloaded zlib-rs v0.6.7 |
| 446 | 2026-08-31T09:25:55.773Z | Downloaded tracing-subscriber v0.3.23 |
| 447 | 2026-08-31T09:25:55.777Z | Downloaded quinn-proto v0.11.17 |
| 448 | 2026-08-31T09:25:55.782Z | Downloaded rustix v0.38.44 |
| 449 | 2026-08-31T09:25:55.813Z | Downloaded unicode-width v0.1.14 |
| 450 | 2026-08-31T09:25:55.830Z | Downloaded gimli v0.32.3 |
| 451 | 2026-08-31T09:25:55.847Z | Downloaded syn v2.0.119 |
| 452 | 2026-08-31T09:25:55.855Z | Downloaded syn v3.0.4 |
| 453 | 2026-08-31T09:25:55.861Z | Downloaded openssl v0.10.81 |
| 454 | 2026-08-31T09:25:55.876Z | Downloaded regex-syntax v0.8.11 |
| 455 | 2026-08-31T09:25:55.881Z | Downloaded nix v0.30.1 |
| 456 | 2026-08-31T09:25:55.886Z | Downloaded rustix v1.1.4 |
| 457 | 2026-08-31T09:25:55.900Z | Downloaded rustls v0.23.43 |
| 458 | 2026-08-31T09:25:55.932Z | Downloaded tracing v0.1.44 |
| 459 | 2026-08-31T09:25:55.980Z | Downloaded regex-automata v0.4.18 |
| 460 | 2026-08-31T09:25:56.032Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 461 | 2026-08-31T09:25:56.056Z | Downloaded tokio v1.53.1 |
| 462 | 2026-08-31T09:25:56.132Z | Downloaded recursion v0.5.4 |
| 463 | 2026-08-31T09:25:56.137Z | Downloaded ring v0.17.14 |
| 464 | 2026-08-31T09:25:56.198Z | Compiling proc-macro2 v1.0.107 |
| 465 | 2026-08-31T09:25:56.198Z | Compiling unicode-ident v1.0.24 |
| 466 | 2026-08-31T09:25:56.202Z | Compiling quote v1.0.47 |
| 467 | 2026-08-31T09:25:56.202Z | Compiling libc v0.2.189 |
| 468 | 2026-08-31T09:25:56.202Z | Compiling serde_core v1.0.229 |
| 469 | 2026-08-31T09:25:56.202Z | Compiling cfg-if v1.0.4 |
| 470 | 2026-08-31T09:25:56.202Z | Compiling memchr v2.8.3 |
| 471 | 2026-08-31T09:25:56.330Z | Compiling once_cell v1.21.4 |
| 472 | 2026-08-31T09:25:56.452Z | Compiling log v0.4.34 |
| 473 | 2026-08-31T09:25:56.464Z | Compiling pin-project-lite v0.2.17 |
| 474 | 2026-08-31T09:25:56.558Z | Compiling serde v1.0.229 |
| 475 | 2026-08-31T09:25:56.585Z | Compiling itoa v1.0.18 |
| 476 | 2026-08-31T09:25:56.736Z | Compiling smallvec v1.15.2 |
| 477 | 2026-08-31T09:25:56.833Z | Compiling futures-core v0.3.34 |
| 478 | 2026-08-31T09:25:56.908Z | Compiling bitflags v2.13.1 |
| 479 | 2026-08-31T09:25:56.993Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-08-31T09:25:57.003Z | Compiling shlex v2.0.1 |
| 481 | 2026-08-31T09:25:57.190Z | Compiling find-msvc-tools v0.1.11 |
| 482 | 2026-08-31T09:25:57.312Z | Compiling errno v0.3.14 |
| 483 | 2026-08-31T09:25:57.335Z | Compiling equivalent v1.0.2 |
| 484 | 2026-08-31T09:25:57.430Z | Compiling signal-hook-registry v1.4.8 |
| 485 | 2026-08-31T09:25:57.458Z | Compiling jobserver v0.1.35 |
| 486 | 2026-08-31T09:25:57.477Z | Compiling bytes v1.12.1 |
| 487 | 2026-08-31T09:25:57.543Z | Compiling mio v1.2.2 |
| 488 | 2026-08-31T09:25:57.557Z | Compiling futures-sink v0.3.34 |
| 489 | 2026-08-31T09:25:57.659Z | Compiling syn v3.0.4 |
| 490 | 2026-08-31T09:25:57.679Z | Compiling syn v2.0.119 |
| 491 | 2026-08-31T09:25:57.683Z | Compiling cc v1.4.4 |
| 492 | 2026-08-31T09:25:57.773Z | Compiling rustix v1.1.4 |
| 493 | 2026-08-31T09:25:57.864Z | Compiling socket2 v0.6.5 |
| 494 | 2026-08-31T09:25:58.213Z | Compiling slab v0.4.12 |
| 495 | 2026-08-31T09:25:58.356Z | Compiling autocfg v1.5.1 |
| 496 | 2026-08-31T09:25:58.419Z | Compiling zmij v1.0.23 |
| 497 | 2026-08-31T09:25:58.605Z | Compiling indexmap v2.14.1 |
| 498 | 2026-08-31T09:25:58.700Z | Compiling futures-channel v0.3.34 |
| 499 | 2026-08-31T09:25:58.744Z | Compiling tracing-core v0.1.36 |
| 500 | 2026-08-31T09:25:58.776Z | Compiling serde_json v1.0.151 |
| 501 | 2026-08-31T09:25:58.961Z | Compiling version_check v0.9.5 |
| 502 | 2026-08-31T09:25:59.015Z | Compiling futures-task v0.3.34 |
| 503 | 2026-08-31T09:25:59.192Z | Compiling getrandom v0.4.3 |
| 504 | 2026-08-31T09:25:59.224Z | Compiling futures-io v0.3.34 |
| 505 | 2026-08-31T09:25:59.419Z | Compiling unicode-width v0.2.2 |
| 506 | 2026-08-31T09:25:59.421Z | Compiling camino v1.2.5 |
| 507 | 2026-08-31T09:25:59.478Z | Compiling percent-encoding v2.3.2 |
| 508 | 2026-08-31T09:25:59.729Z | Compiling adler2 v2.0.1 |
| 509 | 2026-08-31T09:25:59.775Z | Compiling ring v0.17.14 |
| 510 | 2026-08-31T09:25:59.803Z | Compiling http v1.5.0 |
| 511 | 2026-08-31T09:25:59.895Z | Compiling zeroize v1.9.0 |
| 512 | 2026-08-31T09:26:00.093Z | Compiling num-traits v0.2.19 |
| 513 | 2026-08-31T09:26:00.175Z | Compiling zerocopy v0.8.56 |
| 514 | 2026-08-31T09:26:00.325Z | Compiling getrandom v0.3.4 |
| 515 | 2026-08-31T09:26:00.470Z | Compiling object v0.37.3 |
| 516 | 2026-08-31T09:26:00.486Z | Compiling serde_derive v1.0.229 |
| 517 | 2026-08-31T09:26:00.544Z | Compiling tokio-macros v2.7.2 |
| 518 | 2026-08-31T09:26:00.645Z | Compiling futures-macro v0.3.34 |
| 519 | 2026-08-31T09:26:00.755Z | Compiling target-lexicon v0.13.5 |
| 520 | 2026-08-31T09:26:01.224Z | Compiling tracing-attributes v0.1.31 |
| 521 | 2026-08-31T09:26:01.301Z | Compiling tokio v1.53.1 |
| 522 | 2026-08-31T09:26:01.390Z | Compiling http-body v1.1.0 |
| 523 | 2026-08-31T09:26:01.460Z | Compiling futures-util v0.3.34 |
| 524 | 2026-08-31T09:26:01.705Z | Compiling rustls-pki-types v1.15.1 |
| 525 | 2026-08-31T09:26:01.730Z | Compiling form_urlencoded v1.2.2 |
| 526 | 2026-08-31T09:26:01.894Z | Compiling semver v1.0.28 |
| 527 | 2026-08-31T09:26:01.999Z | Compiling getrandom v0.2.17 |
| 528 | 2026-08-31T09:26:02.219Z | Compiling utf8_iter v1.0.4 |
| 529 | 2026-08-31T09:26:02.370Z | Compiling guppy-workspace-hack v0.1.0 |
| 530 | 2026-08-31T09:26:02.418Z | Compiling tracing v0.1.44 |
| 531 | 2026-08-31T09:26:02.532Z | Compiling httparse v1.10.1 |
| 532 | 2026-08-31T09:26:02.571Z | Compiling gimli v0.32.3 |
| 533 | 2026-08-31T09:26:02.585Z | Compiling fnv v1.0.7 |
| 534 | 2026-08-31T09:26:02.686Z | Compiling signal-hook v0.3.18 |
| 535 | 2026-08-31T09:26:02.766Z | Compiling thiserror v2.0.20 |
| 536 | 2026-08-31T09:26:02.869Z | Compiling idna_adapter v1.0.0 |
| 537 | 2026-08-31T09:26:02.897Z | Compiling untrusted v0.9.0 |
| 538 | 2026-08-31T09:26:02.971Z | Compiling idna v1.1.0 |
| 539 | 2026-08-31T09:26:04.073Z | Compiling thiserror-impl v2.0.20 |
| 540 | 2026-08-31T09:26:04.507Z | Compiling addr2line v0.25.1 |
| 541 | 2026-08-31T09:26:04.586Z | Compiling miniz_oxide v0.8.9 |
| 542 | 2026-08-31T09:26:04.935Z | Compiling generic-array v0.14.7 |
| 543 | 2026-08-31T09:26:05.170Z | Compiling thiserror v1.0.69 |
| 544 | 2026-08-31T09:26:05.194Z | Compiling rustls v0.23.43 |
| 545 | 2026-08-31T09:26:05.204Z | Compiling atomic-waker v1.1.2 |
| 546 | 2026-08-31T09:26:05.218Z | Compiling rustc-demangle v0.1.28 |
| 547 | 2026-08-31T09:26:05.327Z | Compiling tokio-util v0.7.19 |
| 548 | 2026-08-31T09:26:05.390Z | Compiling fastrand v2.5.0 |
| 549 | 2026-08-31T09:26:05.460Z | Compiling pkg-config v0.3.34 |
| 550 | 2026-08-31T09:26:05.721Z | Compiling try-lock v0.2.5 |
| 551 | 2026-08-31T09:26:05.843Z | Compiling typeid v1.0.3 |
| 552 | 2026-08-31T09:26:05.888Z | Compiling tower-service v0.3.3 |
| 553 | 2026-08-31T09:26:05.991Z | Compiling target-spec v3.7.0 |
| 554 | 2026-08-31T09:26:06.172Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 555 | 2026-08-31T09:26:06.207Z | Compiling h2 v0.4.19 |
| 556 | 2026-08-31T09:26:06.300Z | Compiling want v0.3.1 |
| 557 | 2026-08-31T09:26:06.308Z | Compiling tempfile v3.27.0 |
| 558 | 2026-08-31T09:26:06.569Z | Compiling cfg-expr v0.20.9 |
| 559 | 2026-08-31T09:26:06.603Z | Compiling url v2.5.8 |
| 560 | 2026-08-31T09:26:06.616Z | Compiling backtrace v0.3.76 |
| 561 | 2026-08-31T09:26:07.551Z | Compiling thiserror-impl v1.0.69 |
| 562 | 2026-08-31T09:26:07.600Z | Compiling terminal_size v0.4.4 |
| 563 | 2026-08-31T09:26:07.600Z | Compiling aho-corasick v1.1.5 |
| 564 | 2026-08-31T09:26:07.751Z | Compiling subtle v2.6.1 |
| 565 | 2026-08-31T09:26:07.907Z | Compiling winnow v0.7.15 |
| 566 | 2026-08-31T09:26:08.689Z | Compiling erased-serde v0.4.10 |
| 567 | 2026-08-31T09:26:08.969Z | Compiling typenum v1.20.1 |
| 568 | 2026-08-31T09:26:09.008Z | Compiling regex-syntax v0.8.11 |
| 569 | 2026-08-31T09:26:09.668Z | Compiling rustls-webpki v0.103.15 |
| 570 | 2026-08-31T09:26:09.813Z | Compiling owo-colors v4.4.0 |
| 571 | 2026-08-31T09:26:10.700Z | Compiling regex-automata v0.4.18 |
| 572 | 2026-08-31T09:26:12.489Z | Compiling hyper v1.11.1 |
| 573 | 2026-08-31T09:26:13.036Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-08-31T09:26:13.406Z | Compiling serde_spanned v0.6.9 |
| 575 | 2026-08-31T09:26:13.569Z | Compiling ahash v0.8.12 |
| 576 | 2026-08-31T09:26:13.817Z | Compiling sync_wrapper v1.0.2 |
| 577 | 2026-08-31T09:26:13.931Z | Compiling lazy_static v1.5.0 |
| 578 | 2026-08-31T09:26:14.040Z | Compiling either v1.18.0 |
| 579 | 2026-08-31T09:26:14.273Z | Compiling base64 v0.22.1 |
| 580 | 2026-08-31T09:26:14.403Z | Compiling toml_write v0.1.2 |
| 581 | 2026-08-31T09:26:14.642Z | Compiling parking_lot_core v0.9.12 |
| 582 | 2026-08-31T09:26:14.779Z | Compiling crc32fast v1.5.1 |
| 583 | 2026-08-31T09:26:14.911Z | Compiling portable-atomic v1.15.0 |
| 584 | 2026-08-31T09:26:15.065Z | Compiling is_ci v1.2.0 |
| 585 | 2026-08-31T09:26:15.235Z | Compiling tower-layer v0.3.3 |
| 586 | 2026-08-31T09:26:15.351Z | Compiling unicode-linebreak v0.1.5 |
| 587 | 2026-08-31T09:26:15.437Z | Compiling unicode-segmentation v1.13.3 |
| 588 | 2026-08-31T09:26:15.617Z | Compiling ipnet v2.12.1 |
| 589 | 2026-08-31T09:26:15.826Z | Compiling nextest-workspace-hack v0.1.0 |
| 590 | 2026-08-31T09:26:15.993Z | Compiling foldhash v0.1.5 |
| 591 | 2026-08-31T09:26:16.061Z | Compiling hyper-util v0.1.20 |
| 592 | 2026-08-31T09:26:16.215Z | Compiling hashbrown v0.15.5 |
| 593 | 2026-08-31T09:26:16.228Z | Compiling convert_case v0.10.0 |
| 594 | 2026-08-31T09:26:16.302Z | Compiling textwrap v0.16.2 |
| 595 | 2026-08-31T09:26:16.480Z | Compiling tower v0.5.3 |
| 596 | 2026-08-31T09:26:16.862Z | Compiling supports-color v3.0.2 |
| 597 | 2026-08-31T09:26:16.961Z | Compiling toml_edit v0.22.27 |
| 598 | 2026-08-31T09:26:17.056Z | Compiling tokio-rustls v0.26.4 |
| 599 | 2026-08-31T09:26:17.097Z | Compiling sharded-slab v0.1.7 |
| 600 | 2026-08-31T09:26:17.685Z | Compiling backtrace-ext v0.2.1 |
| 601 | 2026-08-31T09:26:17.712Z | Compiling ordered-float v2.10.1 |
| 602 | 2026-08-31T09:26:17.947Z | Compiling webpki-roots v1.0.9 |
| 603 | 2026-08-31T09:26:17.982Z | Compiling miette-derive v7.6.0 |
| 604 | 2026-08-31T09:26:17.995Z | Compiling pathdiff v0.2.3 |
| 605 | 2026-08-31T09:26:18.065Z | Compiling console v0.15.11 |
| 606 | 2026-08-31T09:26:18.120Z | Compiling tracing-log v0.2.0 |
| 607 | 2026-08-31T09:26:18.460Z | Compiling cargo-platform v0.3.3 |
| 608 | 2026-08-31T09:26:18.675Z | Compiling os_pipe v1.2.3 |
| 609 | 2026-08-31T09:26:18.848Z | Compiling thread_local v1.1.10 |
| 610 | 2026-08-31T09:26:19.004Z | Compiling debug-ignore v1.0.5 |
| 611 | 2026-08-31T09:26:19.054Z | Compiling supports-hyperlinks v3.2.0 |
| 612 | 2026-08-31T09:26:19.114Z | Compiling supports-unicode v3.0.0 |
| 613 | 2026-08-31T09:26:19.180Z | Compiling zstd-safe v7.2.4 |
| 614 | 2026-08-31T09:26:19.287Z | Compiling ryu v1.0.23 |
| 615 | 2026-08-31T09:26:19.416Z | Compiling unicode-width v0.1.14 |
| 616 | 2026-08-31T09:26:19.484Z | Compiling fixedbitset v0.5.7 |
| 617 | 2026-08-31T09:26:19.580Z | Compiling winnow v1.0.4 |
| 618 | 2026-08-31T09:26:19.596Z | Compiling utf8parse v0.2.2 |
| 619 | 2026-08-31T09:26:19.696Z | Compiling pulldown-cmark v0.13.4 |
| 620 | 2026-08-31T09:26:19.708Z | Compiling simd-adler32 v0.3.10 |
| 621 | 2026-08-31T09:26:19.934Z | Compiling scopeguard v1.2.0 |
| 622 | 2026-08-31T09:26:19.938Z | Compiling cfg_aliases v0.2.2 |
| 623 | 2026-08-31T09:26:20.017Z | Compiling rustix v0.38.44 |
| 624 | 2026-08-31T09:26:20.042Z | Compiling nix v0.30.1 |
| 625 | 2026-08-31T09:26:20.407Z | Compiling lock_api v0.4.14 |
| 626 | 2026-08-31T09:26:20.457Z | Compiling miniz_oxide v0.9.1 |
| 627 | 2026-08-31T09:26:20.573Z | Compiling anstyle-parse v1.0.0 |
| 628 | 2026-08-31T09:26:20.648Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 629 | 2026-08-31T09:26:20.796Z | Compiling petgraph v0.8.3 |
| 630 | 2026-08-31T09:26:21.055Z | Compiling miette v7.6.0 |
| 631 | 2026-08-31T09:26:21.955Z | Compiling serde_urlencoded v0.7.1 |
| 632 | 2026-08-31T09:26:21.969Z | Compiling tracing-subscriber v0.3.23 |
| 633 | 2026-08-31T09:26:22.232Z | Compiling sigchld v0.2.4 |
| 634 | 2026-08-31T09:26:22.246Z | Compiling cargo_metadata v0.23.1 |
| 635 | 2026-08-31T09:26:22.431Z | Compiling toml v0.8.23 |
| 636 | 2026-08-31T09:26:22.716Z | Compiling hyper-rustls v0.27.9 |
| 637 | 2026-08-31T09:26:23.388Z | Compiling serde-value v0.7.0 |
| 638 | 2026-08-31T09:26:24.066Z | Compiling serde-untagged v0.1.9 |
| 639 | 2026-08-31T09:26:25.108Z | Compiling tower-http v0.6.11 |
| 640 | 2026-08-31T09:26:25.135Z | Compiling derive_more-impl v2.1.1 |
| 641 | 2026-08-31T09:26:25.327Z | Compiling itertools v0.14.0 |
| 642 | 2026-08-31T09:26:25.738Z | Compiling regex v1.13.1 |
| 643 | 2026-08-31T09:26:25.855Z | Compiling crypto-common v0.1.7 |
| 644 | 2026-08-31T09:26:25.940Z | Compiling block-buffer v0.10.4 |
| 645 | 2026-08-31T09:26:25.993Z | Compiling ppv-lite86 v0.2.21 |
| 646 | 2026-08-31T09:26:26.100Z | Compiling rand_core v0.9.5 |
| 647 | 2026-08-31T09:26:26.332Z | Compiling futures-executor v0.3.34 |
| 648 | 2026-08-31T09:26:26.354Z | Compiling http-body-util v0.1.5 |
| 649 | 2026-08-31T09:26:26.370Z | Compiling pin-project-internal v1.1.13 |
| 650 | 2026-08-31T09:26:26.660Z | Compiling uuid v1.26.0 |
| 651 | 2026-08-31T09:26:26.844Z | Compiling eyre v0.6.14 |
| 652 | 2026-08-31T09:26:26.848Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 653 | 2026-08-31T09:26:27.122Z | Compiling serde_spanned v1.1.1 |
| 654 | 2026-08-31T09:26:27.180Z | Compiling smol_str v0.3.6 |
| 655 | 2026-08-31T09:26:27.200Z | Compiling filetime v0.2.29 |
| 656 | 2026-08-31T09:26:27.266Z | Compiling vte v0.14.1 |
| 657 | 2026-08-31T09:26:27.266Z | Compiling bstr v1.13.1 |
| 658 | 2026-08-31T09:26:27.405Z | Compiling litrs v1.0.0 |
| 659 | 2026-08-31T09:26:27.480Z | Compiling color-spantrace v0.3.0 |
| 660 | 2026-08-31T09:26:27.498Z | Compiling anstyle-query v1.1.5 |
| 661 | 2026-08-31T09:26:27.512Z | Compiling unicode-xid v0.2.6 |
| 662 | 2026-08-31T09:26:27.525Z | Compiling tinyvec_macros v0.1.1 |
| 663 | 2026-08-31T09:26:27.593Z | Compiling number_prefix v0.4.0 |
| 664 | 2026-08-31T09:26:27.751Z | Compiling colorchoice v1.0.5 |
| 665 | 2026-08-31T09:26:27.765Z | Compiling is_terminal_polyfill v1.70.2 |
| 666 | 2026-08-31T09:26:27.785Z | Compiling iana-time-zone v0.1.65 |
| 667 | 2026-08-31T09:26:27.848Z | Compiling xattr v1.6.1 |
| 668 | 2026-08-31T09:26:27.860Z | Compiling static_assertions v1.1.0 |
| 669 | 2026-08-31T09:26:27.872Z | Compiling nested v0.1.1 |
| 670 | 2026-08-31T09:26:27.932Z | Compiling anstyle v1.0.14 |
| 671 | 2026-08-31T09:26:27.968Z | Compiling self_update v0.42.0 |
| 672 | 2026-08-31T09:26:28.032Z | Compiling unicase v2.9.0 |
| 673 | 2026-08-31T09:26:28.059Z | Compiling guppy v0.17.26 |
| 674 | 2026-08-31T09:26:28.075Z | Compiling tar v0.4.46 |
| 675 | 2026-08-31T09:26:28.207Z | Compiling anstream v1.0.0 |
| 676 | 2026-08-31T09:26:28.231Z | Compiling chrono v0.4.45 |
| 677 | 2026-08-31T09:26:28.243Z | Compiling document-features v0.2.12 |
| 678 | 2026-08-31T09:26:28.756Z | Compiling indicatif v0.17.11 |
| 679 | 2026-08-31T09:26:28.778Z | Compiling globset v0.4.20 |
| 680 | 2026-08-31T09:26:29.320Z | Compiling cargo-util-schemas v0.2.0 |
| 681 | 2026-08-31T09:26:30.589Z | Compiling tinyvec v1.12.0 |
| 682 | 2026-08-31T09:26:30.649Z | Compiling pin-project v1.1.13 |
| 683 | 2026-08-31T09:26:30.757Z | Compiling strip-ansi-escapes v0.2.1 |
| 684 | 2026-08-31T09:26:31.027Z | Compiling nextest-metadata v0.12.2 |
| 685 | 2026-08-31T09:26:31.244Z | Compiling toml v1.1.4+spec-1.1.0 |
| 686 | 2026-08-31T09:26:31.758Z | Compiling newtype-uuid v1.4.0 |
| 687 | 2026-08-31T09:26:31.843Z | Compiling reqwest v0.12.28 |
| 688 | 2026-08-31T09:26:31.881Z | Compiling futures v0.3.34 |
| 689 | 2026-08-31T09:26:31.944Z | Compiling rand_chacha v0.9.0 |
| 690 | 2026-08-31T09:26:31.990Z | Compiling digest v0.10.7 |
| 691 | 2026-08-31T09:26:32.040Z | Compiling derive_more v2.1.1 |
| 692 | 2026-08-31T09:26:32.123Z | Compiling flate2 v1.1.10 |
| 693 | 2026-08-31T09:26:32.185Z | Compiling parking_lot v0.12.5 |
| 694 | 2026-08-31T09:26:32.495Z | Compiling tracing-error v0.2.1 |
| 695 | 2026-08-31T09:26:32.675Z | Compiling shared_child v1.1.1 |
| 696 | 2026-08-31T09:26:33.087Z | Compiling signal-hook-mio v0.2.5 |
| 697 | 2026-08-31T09:26:33.102Z | Compiling self-replace v1.5.0 |
| 698 | 2026-08-31T09:26:33.223Z | Compiling cargo-platform v0.2.0 |
| 699 | 2026-08-31T09:26:33.371Z | Compiling quick-xml v0.37.5 |
| 700 | 2026-08-31T09:26:33.762Z | Compiling quick-xml v0.38.4 |
| 701 | 2026-08-31T09:26:34.275Z | Compiling strsim v0.11.1 |
| 702 | 2026-08-31T09:26:34.298Z | Compiling heck v0.5.0 |
| 703 | 2026-08-31T09:26:34.511Z | Compiling urlencoding v2.1.3 |
| 704 | 2026-08-31T09:26:34.760Z | Compiling clap_lex v1.1.0 |
| 705 | 2026-08-31T09:26:34.908Z | Compiling indenter v0.3.4 |
| 706 | 2026-08-31T09:26:35.090Z | Compiling shell-words v1.1.1 |
| 707 | 2026-08-31T09:26:35.114Z | Compiling recursion v0.5.4 |
| 708 | 2026-08-31T09:26:35.255Z | Compiling humantime v2.4.0 |
| 709 | 2026-08-31T09:26:35.333Z | Compiling cpufeatures v0.2.17 |
| 710 | 2026-08-31T09:26:35.356Z | Compiling clap_derive v4.6.4 |
| 711 | 2026-08-31T09:26:35.410Z | Compiling sha2 v0.10.9 |
| 712 | 2026-08-31T09:26:35.527Z | Compiling humantime-serde v1.1.1 |
| 713 | 2026-08-31T09:26:35.667Z | Compiling clap_builder v4.6.6 |
| 714 | 2026-08-31T09:26:35.685Z | Compiling nextest-filtering v0.15.0 |
| 715 | 2026-08-31T09:26:36.688Z | Compiling quick-junit v0.5.2 |
| 716 | 2026-08-31T09:26:37.082Z | Compiling atomicwrites v0.4.4 |
| 717 | 2026-08-31T09:26:37.374Z | Compiling cargo_metadata v0.20.0 |
| 718 | 2026-08-31T09:26:39.522Z | Compiling crossterm v0.29.0 |
| 719 | 2026-08-31T09:26:40.596Z | Compiling cargo-nextest v0.9.97 |
| 720 | 2026-08-31T09:26:40.855Z | Compiling duct v0.13.7 |
| 721 | 2026-08-31T09:26:42.477Z | Compiling rand v0.9.5 |
| 722 | 2026-08-31T09:26:42.559Z | Compiling async-scoped v0.9.0 |
| 723 | 2026-08-31T09:26:42.588Z | Compiling config v0.15.25 |
| 724 | 2026-08-31T09:26:42.614Z | Compiling unicode-normalization v0.1.25 |
| 725 | 2026-08-31T09:26:42.749Z | Compiling target-spec-miette v0.4.8 |
| 726 | 2026-08-31T09:26:43.140Z | Compiling future-queue v0.4.0 |
| 727 | 2026-08-31T09:26:43.190Z | Compiling mukti-metadata v0.3.0 |
| 728 | 2026-08-31T09:26:43.200Z | Compiling camino-tempfile v1.4.1 |
| 729 | 2026-08-31T09:26:43.411Z | Compiling tokio-stream v0.1.19 |
| 730 | 2026-08-31T09:26:43.428Z | Compiling derive-where v1.6.1 |
| 731 | 2026-08-31T09:26:43.610Z | Compiling serde_path_to_error v0.1.20 |
| 732 | 2026-08-31T09:26:43.710Z | Compiling serde_ignored v0.1.14 |
| 733 | 2026-08-31T09:26:43.906Z | Compiling indent_write v2.2.0 |
| 734 | 2026-08-31T09:26:43.951Z | Compiling swrite v0.1.0 |
| 735 | 2026-08-31T09:26:44.067Z | Compiling xxhash-rust v0.8.18 |
| 736 | 2026-08-31T09:26:44.079Z | Compiling home v0.5.12 |
| 737 | 2026-08-31T09:26:44.175Z | Compiling hex v0.4.3 |
| 738 | 2026-08-31T09:26:44.239Z | Compiling color-eyre v0.6.5 |
| 739 | 2026-08-31T09:26:44.269Z | Compiling clap v4.6.6 |
| 740 | 2026-08-31T09:26:44.354Z | Compiling dialoguer v0.11.0 |
| 741 | 2026-08-31T09:26:44.469Z | Compiling enable-ansi-support v0.2.1 |
| 742 | 2026-08-31T09:26:45.825Z | Compiling zstd v0.13.3 |
| 743 | 2026-08-31T09:26:46.248Z | Compiling nextest-runner v0.80.0 |
| 744 | 2026-08-31T09:27:04.778Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 745 | 2026-08-31T09:27:04.954Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 746 | 2026-08-31T09:27:04.958Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 747 | 2026-08-31T09:27:05.085Z | + banner ddm |
| 748 | 2026-08-31T09:27:05.088Z | |
| 749 | 2026-08-31T09:27:05.088Z | ##### ##### # # |
| 750 | 2026-08-31T09:27:05.089Z | # # # # ## ## |
| 751 | 2026-08-31T09:27:05.089Z | # # # # # ## # |
| 752 | 2026-08-31T09:27:05.089Z | # # # # # # |
| 753 | 2026-08-31T09:27:05.090Z | # # # # # # |
| 754 | 2026-08-31T09:27:05.090Z | ##### ##### # # |
| 755 | 2026-08-31T09:27:05.090Z | |
| 756 | 2026-08-31T09:27:05.090Z | + cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture |
| 757 | 2026-08-31T09:27:05.245Z | Updating crates.io index |
| 758 | 2026-08-31T09:27:05.249Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 759 | 2026-08-31T09:27:15.545Z | From https://github.com/oxidecomputer/omicron |
| 760 | 2026-08-31T09:27:15.545Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 761 | 2026-08-31T09:27:15.978Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 762 | 2026-08-31T09:27:16.927Z | From https://github.com/oxidecomputer/falcon |
| 763 | 2026-08-31T09:27:16.927Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 764 | 2026-08-31T09:27:17.004Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 765 | 2026-08-31T09:27:17.777Z | From https://github.com/oxidecomputer/dendrite |
| 766 | 2026-08-31T09:27:17.777Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 767 | 2026-08-31T09:27:17.814Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 768 | 2026-08-31T09:27:18.445Z | From https://github.com/oxidecomputer/ispf |
| 769 | 2026-08-31T09:27:18.445Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 770 | 2026-08-31T09:27:18.453Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 771 | 2026-08-31T09:27:18.886Z | From https://github.com/oxidecomputer/netadm-sys |
| 772 | 2026-08-31T09:27:18.886Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 773 | 2026-08-31T09:27:18.894Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 774 | 2026-08-31T09:27:19.913Z | From https://github.com/oxidecomputer/opte |
| 775 | 2026-08-31T09:27:19.914Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 776 | 2026-08-31T09:27:19.944Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 777 | 2026-08-31T09:27:20.248Z | From https://github.com/oxidecomputer/slog-error-chain |
| 778 | 2026-08-31T09:27:20.249Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 779 | 2026-08-31T09:27:20.260Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 780 | 2026-08-31T09:27:20.591Z | From https://github.com/illumos/smf-rs |
| 781 | 2026-08-31T09:27:20.591Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 782 | 2026-08-31T09:27:20.597Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 783 | 2026-08-31T09:27:20.886Z | From https://github.com/oxidecomputer/poptrie |
| 784 | 2026-08-31T09:27:20.886Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 785 | 2026-08-31T09:27:20.895Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 786 | 2026-08-31T09:27:21.211Z | From https://github.com/oxidecomputer/network-interface |
| 787 | 2026-08-31T09:27:21.211Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 788 | 2026-08-31T09:27:21.215Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 789 | 2026-08-31T09:27:21.632Z | From https://github.com/oxidecomputer/zone |
| 790 | 2026-08-31T09:27:21.632Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 791 | 2026-08-31T09:27:21.639Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 792 | 2026-08-31T09:27:22.005Z | From https://github.com/oxidecomputer/lldp |
| 793 | 2026-08-31T09:27:22.005Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 794 | 2026-08-31T09:27:22.015Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 795 | 2026-08-31T09:27:22.358Z | From https://github.com/oxidecomputer/tufaceous |
| 796 | 2026-08-31T09:27:22.358Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 797 | 2026-08-31T09:27:22.368Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 798 | 2026-08-31T09:27:23.309Z | From https://github.com/oxidecomputer/propolis |
| 799 | 2026-08-31T09:27:23.309Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 800 | 2026-08-31T09:27:23.351Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 801 | 2026-08-31T09:27:24.073Z | From https://github.com/oxidecomputer/transceiver-control |
| 802 | 2026-08-31T09:27:24.073Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 803 | 2026-08-31T09:27:24.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 804 | 2026-08-31T09:27:24.403Z | From https://github.com/oxidecomputer/dlpi-sys |
| 805 | 2026-08-31T09:27:24.403Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 806 | 2026-08-31T09:27:24.409Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 807 | 2026-08-31T09:27:24.748Z | From https://github.com/jmesmon/rust-libzfs |
| 808 | 2026-08-31T09:27:24.748Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 809 | 2026-08-31T09:27:24.757Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 810 | 2026-08-31T09:27:25.071Z | From https://github.com/oxidecomputer/rusty-doors |
| 811 | 2026-08-31T09:27:25.071Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 812 | 2026-08-31T09:27:25.087Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 813 | 2026-08-31T09:27:25.742Z | From https://github.com/oxidecomputer/management-gateway-service |
| 814 | 2026-08-31T09:27:25.742Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 815 | 2026-08-31T09:27:25.757Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 816 | 2026-08-31T09:27:26.023Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 817 | 2026-08-31T09:27:26.023Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 818 | 2026-08-31T09:27:26.032Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 819 | 2026-08-31T09:27:27.281Z | From https://github.com/oxidecomputer/crucible |
| 820 | 2026-08-31T09:27:27.281Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 821 | 2026-08-31T09:27:27.330Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 822 | 2026-08-31T09:27:27.773Z | From https://github.com/oxidecomputer/propolis |
| 823 | 2026-08-31T09:27:27.773Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 824 | 2026-08-31T09:27:27.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 825 | 2026-08-31T09:27:28.627Z | From https://github.com/oxidecomputer/crucible |
| 826 | 2026-08-31T09:27:28.627Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 827 | 2026-08-31T09:27:28.692Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 828 | 2026-08-31T09:27:29.185Z | From https://github.com/oxidecomputer/tofino |
| 829 | 2026-08-31T09:27:29.185Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 830 | 2026-08-31T09:27:29.195Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 831 | 2026-08-31T09:27:30.166Z | From https://github.com/oxidecomputer/maghemite |
| 832 | 2026-08-31T09:27:30.166Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 833 | 2026-08-31T09:27:30.197Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 834 | 2026-08-31T09:27:30.511Z | From https://github.com/oxidecomputer/clickward |
| 835 | 2026-08-31T09:27:30.511Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 836 | 2026-08-31T09:27:30.520Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 837 | 2026-08-31T09:27:31.083Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 838 | 2026-08-31T09:27:31.083Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 839 | 2026-08-31T09:27:31.917Z | Downloading crates ... |
| 840 | 2026-08-31T09:27:31.970Z | Downloaded aead v0.5.2 |
| 841 | 2026-08-31T09:27:31.973Z | Downloaded keccak v0.1.6 |
| 842 | 2026-08-31T09:27:31.980Z | Downloaded konst_macro_rules v0.2.19 |
| 843 | 2026-08-31T09:27:31.984Z | Downloaded papergrid v0.11.0 |
| 844 | 2026-08-31T09:27:31.989Z | Downloaded natord v1.0.9 |
| 845 | 2026-08-31T09:27:31.989Z | Downloaded newtype_derive v0.1.6 |
| 846 | 2026-08-31T09:27:31.989Z | Downloaded is-terminal v0.4.17 |
| 847 | 2026-08-31T09:27:31.992Z | Downloaded jiff-static v0.2.35 |
| 848 | 2026-08-31T09:27:31.992Z | Downloaded num-derive v0.4.2 |
| 849 | 2026-08-31T09:27:31.992Z | Downloaded libsw-core v0.3.2 |
| 850 | 2026-08-31T09:27:31.992Z | Downloaded dof v0.3.0 |
| 851 | 2026-08-31T09:27:31.995Z | Downloaded linked-hash-map v0.5.6 |
| 852 | 2026-08-31T09:27:31.998Z | Downloaded managed v0.8.0 |
| 853 | 2026-08-31T09:27:31.998Z | Downloaded dof v0.4.0 |
| 854 | 2026-08-31T09:27:31.998Z | Downloaded newline-converter v0.3.0 |
| 855 | 2026-08-31T09:27:32.003Z | Downloaded drift v0.2.0 |
| 856 | 2026-08-31T09:27:32.007Z | Downloaded dunce v1.0.5 |
| 857 | 2026-08-31T09:27:32.008Z | Downloaded match_cfg v0.1.0 |
| 858 | 2026-08-31T09:27:32.008Z | Downloaded dyn-clone v1.0.20 |
| 859 | 2026-08-31T09:27:32.008Z | Downloaded gethostname v0.5.0 |
| 860 | 2026-08-31T09:27:32.011Z | Downloaded libscf-sys v1.2.0 |
| 861 | 2026-08-31T09:27:32.011Z | Downloaded num-iter v0.1.46 |
| 862 | 2026-08-31T09:27:32.011Z | Downloaded num_threads v0.1.7 |
| 863 | 2026-08-31T09:27:32.011Z | Downloaded dtrace-parser v0.2.0 |
| 864 | 2026-08-31T09:27:32.011Z | Downloaded embedded-io v0.6.1 |
| 865 | 2026-08-31T09:27:32.014Z | Downloaded embedded-io v0.4.0 |
| 866 | 2026-08-31T09:27:32.014Z | Downloaded foreign-types-macros v0.2.4 |
| 867 | 2026-08-31T09:27:32.014Z | Downloaded hash32 v0.3.1 |
| 868 | 2026-08-31T09:27:32.014Z | Downloaded memmap v0.7.0 |
| 869 | 2026-08-31T09:27:32.014Z | Downloaded foreign-types-shared v0.3.1 |
| 870 | 2026-08-31T09:27:32.017Z | Downloaded no-std-compat v0.4.1 |
| 871 | 2026-08-31T09:27:32.017Z | Downloaded opaque-debug v0.3.1 |
| 872 | 2026-08-31T09:27:32.020Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 873 | 2026-08-31T09:27:32.020Z | Downloaded fxhash v0.2.1 |
| 874 | 2026-08-31T09:27:32.024Z | Downloaded progenitor-macro v0.13.0 |
| 875 | 2026-08-31T09:27:32.027Z | Downloaded fixedbitset v0.4.2 |
| 876 | 2026-08-31T09:27:32.030Z | Downloaded num-conv v0.2.2 |
| 877 | 2026-08-31T09:27:32.033Z | Downloaded enum-as-inner v0.6.1 |
| 878 | 2026-08-31T09:27:32.036Z | Downloaded macaddr v1.0.1 |
| 879 | 2026-08-31T09:27:32.040Z | Downloaded num_enum_derive v0.5.11 |
| 880 | 2026-08-31T09:27:32.043Z | Downloaded proc-macro-error-attr v1.0.4 |
| 881 | 2026-08-31T09:27:32.043Z | Downloaded progenitor-client v0.10.0 |
| 882 | 2026-08-31T09:27:32.043Z | Downloaded dtrace-parser v0.3.0 |
| 883 | 2026-08-31T09:27:32.047Z | Downloaded olpc-cjson v0.1.4 |
| 884 | 2026-08-31T09:27:32.050Z | Downloaded float-ord v0.3.2 |
| 885 | 2026-08-31T09:27:32.050Z | Downloaded foreign-types v0.5.0 |
| 886 | 2026-08-31T09:27:32.050Z | Downloaded num v0.4.3 |
| 887 | 2026-08-31T09:27:32.050Z | Downloaded quick-error v1.2.3 |
| 888 | 2026-08-31T09:27:32.053Z | Downloaded heck v0.4.1 |
| 889 | 2026-08-31T09:27:32.053Z | Downloaded digest v0.11.3 |
| 890 | 2026-08-31T09:27:32.053Z | Downloaded lru-cache v0.1.2 |
| 891 | 2026-08-31T09:27:32.056Z | Downloaded git-stub v1.0.0 |
| 892 | 2026-08-31T09:27:32.059Z | Downloaded internet-checksum v0.2.1 |
| 893 | 2026-08-31T09:27:32.062Z | Downloaded proc-macro-crate v1.3.1 |
| 894 | 2026-08-31T09:27:32.062Z | Downloaded omicron-workspace-hack v0.1.0 |
| 895 | 2026-08-31T09:27:32.066Z | Downloaded ref-cast-impl v1.0.26 |
| 896 | 2026-08-31T09:27:32.066Z | Downloaded progenitor-macro v0.10.0 |
| 897 | 2026-08-31T09:27:32.066Z | Downloaded idna_adapter v1.2.2 |
| 898 | 2026-08-31T09:27:32.070Z | Downloaded progenitor-macro v0.14.0 |
| 899 | 2026-08-31T09:27:32.070Z | Downloaded inout v0.1.4 |
| 900 | 2026-08-31T09:27:32.070Z | Downloaded instant v0.1.13 |
| 901 | 2026-08-31T09:27:32.074Z | Downloaded mime v0.3.17 |
| 902 | 2026-08-31T09:27:32.074Z | Downloaded pretty-hex v0.4.2 |
| 903 | 2026-08-31T09:27:32.074Z | Downloaded memoffset v0.9.1 |
| 904 | 2026-08-31T09:27:32.074Z | Downloaded progenitor-client v0.14.0 |
| 905 | 2026-08-31T09:27:32.074Z | Downloaded proc-macro-crate v3.5.0 |
| 906 | 2026-08-31T09:27:32.074Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-08-31T09:27:32.081Z | Downloaded typify-macro v0.6.2 |
| 908 | 2026-08-31T09:27:32.085Z | Downloaded potential_utf v0.1.5 |
| 909 | 2026-08-31T09:27:32.085Z | Downloaded universal-hash v0.5.1 |
| 910 | 2026-08-31T09:27:32.085Z | Downloaded ipnetwork v0.21.1 |
| 911 | 2026-08-31T09:27:32.085Z | Downloaded libsw v3.5.0 |
| 912 | 2026-08-31T09:27:32.085Z | Downloaded newtype-uuid-macros v0.1.1 |
| 913 | 2026-08-31T09:27:32.088Z | Downloaded httpdate v1.0.3 |
| 914 | 2026-08-31T09:27:32.088Z | Downloaded owo-colors v4.3.0 |
| 915 | 2026-08-31T09:27:32.091Z | Downloaded hostname v0.3.1 |
| 916 | 2026-08-31T09:27:32.091Z | Downloaded multer v3.1.0 |
| 917 | 2026-08-31T09:27:32.094Z | Downloaded parse-display-derive v0.10.0 |
| 918 | 2026-08-31T09:27:32.094Z | Downloaded oxide-tokio-rt v0.1.6 |
| 919 | 2026-08-31T09:27:32.094Z | Downloaded num-rational v0.4.2 |
| 920 | 2026-08-31T09:27:32.094Z | Downloaded num_enum v0.5.11 |
| 921 | 2026-08-31T09:27:32.098Z | Downloaded num_enum_derive v0.7.6 |
| 922 | 2026-08-31T09:27:32.101Z | Downloaded plain v0.2.3 |
| 923 | 2026-08-31T09:27:32.101Z | Downloaded ref-cast v1.0.26 |
| 924 | 2026-08-31T09:27:32.101Z | Downloaded ident_case v1.0.1 |
| 925 | 2026-08-31T09:27:32.101Z | Downloaded litemap v0.8.2 |
| 926 | 2026-08-31T09:27:32.104Z | Downloaded hubpack v0.1.2 |
| 927 | 2026-08-31T09:27:32.107Z | Downloaded rand_xorshift v0.4.0 |
| 928 | 2026-08-31T09:27:32.107Z | Downloaded zone v0.3.1 |
| 929 | 2026-08-31T09:27:32.107Z | Downloaded hubpack_derive v0.1.1 |
| 930 | 2026-08-31T09:27:32.110Z | Downloaded displaydoc v0.2.7 |
| 931 | 2026-08-31T09:27:32.110Z | Downloaded either v1.17.0 |
| 932 | 2026-08-31T09:27:32.110Z | Downloaded parking_lot_core v0.8.6 |
| 933 | 2026-08-31T09:27:32.113Z | Downloaded proc-macro-error v1.0.4 |
| 934 | 2026-08-31T09:27:32.113Z | Downloaded foldhash v0.2.0 |
| 935 | 2026-08-31T09:27:32.113Z | Downloaded usdt v0.6.0 |
| 936 | 2026-08-31T09:27:32.117Z | Downloaded usdt-macro v0.5.0 |
| 937 | 2026-08-31T09:27:32.117Z | Downloaded waitgroup v0.1.2 |
| 938 | 2026-08-31T09:27:32.117Z | Downloaded zeroize_derive v1.5.0 |
| 939 | 2026-08-31T09:27:32.117Z | Downloaded glob v0.3.4 |
| 940 | 2026-08-31T09:27:32.117Z | Downloaded derive-ex v0.1.8 |
| 941 | 2026-08-31T09:27:32.117Z | Downloaded git-stub-vcs v0.1.0 |
| 942 | 2026-08-31T09:27:32.120Z | Downloaded ff v0.13.1 |
| 943 | 2026-08-31T09:27:32.120Z | Downloaded fs-err v3.3.1 |
| 944 | 2026-08-31T09:27:32.123Z | Downloaded group v0.13.0 |
| 945 | 2026-08-31T09:27:32.123Z | Downloaded cobs v0.3.0 |
| 946 | 2026-08-31T09:27:32.123Z | Downloaded erased-serde v0.3.31 |
| 947 | 2026-08-31T09:27:32.127Z | Downloaded defmt v0.3.100 |
| 948 | 2026-08-31T09:27:32.127Z | Downloaded scroll_derive v0.12.1 |
| 949 | 2026-08-31T09:27:32.130Z | Downloaded fs_extra v1.3.0 |
| 950 | 2026-08-31T09:27:32.133Z | Downloaded num_enum v0.7.6 |
| 951 | 2026-08-31T09:27:32.136Z | Downloaded phf v0.12.1 |
| 952 | 2026-08-31T09:27:32.140Z | Downloaded pem v3.0.6 |
| 953 | 2026-08-31T09:27:32.140Z | Downloaded phf_shared v0.12.1 |
| 954 | 2026-08-31T09:27:32.140Z | Downloaded progenitor-extras v0.2.0 |
| 955 | 2026-08-31T09:27:32.140Z | Downloaded num-integer v0.1.47 |
| 956 | 2026-08-31T09:27:32.143Z | Downloaded oxnet v0.1.7 |
| 957 | 2026-08-31T09:27:32.143Z | Downloaded powerfmt v0.2.0 |
| 958 | 2026-08-31T09:27:32.143Z | Downloaded progenitor v0.14.0 |
| 959 | 2026-08-31T09:27:32.143Z | Downloaded parse-display v0.10.0 |
| 960 | 2026-08-31T09:27:32.143Z | Downloaded pest_derive v2.8.8 |
| 961 | 2026-08-31T09:27:32.146Z | Downloaded progenitor v0.13.0 |
| 962 | 2026-08-31T09:27:32.146Z | Downloaded poly1305 v0.8.0 |
| 963 | 2026-08-31T09:27:32.149Z | Downloaded pest_generator v2.8.8 |
| 964 | 2026-08-31T09:27:32.153Z | Downloaded pkg-config v0.3.33 |
| 965 | 2026-08-31T09:27:32.153Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-08-31T09:27:32.156Z | Downloaded port-file v0.1.0 |
| 967 | 2026-08-31T09:27:32.156Z | Downloaded progenitor-client v0.13.0 |
| 968 | 2026-08-31T09:27:32.159Z | Downloaded hostname v0.4.2 |
| 969 | 2026-08-31T09:27:32.159Z | Downloaded sha1 v0.11.0 |
| 970 | 2026-08-31T09:27:32.159Z | Downloaded stable_deref_trait v1.2.1 |
| 971 | 2026-08-31T09:27:32.159Z | Downloaded take_mut v0.2.2 |
| 972 | 2026-08-31T09:27:32.164Z | Downloaded ingot-types v0.2.0 |
| 973 | 2026-08-31T09:27:32.167Z | Downloaded memmap2 v0.9.11 |
| 974 | 2026-08-31T09:27:32.170Z | Downloaded highway v1.3.0 |
| 975 | 2026-08-31T09:27:32.181Z | Downloaded progenitor v0.10.0 |
| 976 | 2026-08-31T09:27:32.186Z | Downloaded usdt-impl v0.6.0 |
| 977 | 2026-08-31T09:27:32.189Z | Downloaded ingot v0.1.1 |
| 978 | 2026-08-31T09:27:32.192Z | Downloaded byte-wrapper v0.1.0 |
| 979 | 2026-08-31T09:27:32.197Z | Downloaded testing_table v0.3.0 |
| 980 | 2026-08-31T09:27:32.197Z | Downloaded thread-id v4.2.2 |
| 981 | 2026-08-31T09:27:32.197Z | Downloaded usdt v0.5.0 |
| 982 | 2026-08-31T09:27:32.200Z | Downloaded utf-8 v0.7.6 |
| 983 | 2026-08-31T09:27:32.200Z | Downloaded daft-derive v0.1.8 |
| 984 | 2026-08-31T09:27:32.203Z | Downloaded find-msvc-tools v0.1.10 |
| 985 | 2026-08-31T09:27:32.207Z | Downloaded bit-set v0.8.0 |
| 986 | 2026-08-31T09:27:32.210Z | Downloaded convert_case v0.4.0 |
| 987 | 2026-08-31T09:27:32.211Z | Downloaded crunchy v0.2.4 |
| 988 | 2026-08-31T09:27:32.214Z | Downloaded darling_macro v0.23.0 |
| 989 | 2026-08-31T09:27:32.217Z | Downloaded unit-prefix v0.5.2 |
| 990 | 2026-08-31T09:27:32.220Z | Downloaded secrecy v0.10.3 |
| 991 | 2026-08-31T09:27:32.220Z | Downloaded async-stream v0.3.6 |
| 992 | 2026-08-31T09:27:32.223Z | Downloaded bcs v0.1.6 |
| 993 | 2026-08-31T09:27:32.223Z | Downloaded diff v0.1.13 |
| 994 | 2026-08-31T09:27:32.226Z | Downloaded async-trait v0.1.92 |
| 995 | 2026-08-31T09:27:32.226Z | Downloaded crc8 v0.1.1 |
| 996 | 2026-08-31T09:27:32.226Z | Downloaded linear-map v1.2.0 |
| 997 | 2026-08-31T09:27:32.232Z | Downloaded password-hash v0.5.0 |
| 998 | 2026-08-31T09:27:32.232Z | Downloaded parking_lot v0.11.2 |
| 999 | 2026-08-31T09:27:32.232Z | Downloaded const_format_proc_macros v0.2.34 |
| 1000 | 2026-08-31T09:27:32.235Z | Downloaded constant_time_eq v0.4.2 |
| 1001 | 2026-08-31T09:27:32.235Z | Downloaded crossbeam-deque v0.8.7 |
| 1002 | 2026-08-31T09:27:32.239Z | Downloaded rusty-fork v0.3.1 |
| 1003 | 2026-08-31T09:27:32.239Z | Downloaded num-complex v0.4.6 |
| 1004 | 2026-08-31T09:27:32.242Z | Downloaded serde_tokenstream v0.2.3 |
| 1005 | 2026-08-31T09:27:32.242Z | Downloaded serde_tokenstream v0.3.0 |
| 1006 | 2026-08-31T09:27:32.242Z | Downloaded slog-json v2.6.1 |
| 1007 | 2026-08-31T09:27:32.246Z | Downloaded omicron-zone-package v0.12.3 |
| 1008 | 2026-08-31T09:27:32.246Z | Downloaded semver v0.1.20 |
| 1009 | 2026-08-31T09:27:32.246Z | Downloaded serial_test v4.0.1 |
| 1010 | 2026-08-31T09:27:32.249Z | Downloaded paste v1.0.15 |
| 1011 | 2026-08-31T09:27:32.249Z | Downloaded pest_meta v2.8.8 |
| 1012 | 2026-08-31T09:27:32.249Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1013 | 2026-08-31T09:27:32.249Z | Downloaded sigpipe v0.1.3 |
| 1014 | 2026-08-31T09:27:32.249Z | Downloaded tagptr v0.2.0 |
| 1015 | 2026-08-31T09:27:32.253Z | Downloaded unarray v0.1.4 |
| 1016 | 2026-08-31T09:27:32.253Z | Downloaded base16ct v1.0.0 |
| 1017 | 2026-08-31T09:27:32.257Z | Downloaded log v0.4.33 |
| 1018 | 2026-08-31T09:27:32.257Z | Downloaded postcard v1.1.3 |
| 1019 | 2026-08-31T09:27:32.260Z | Downloaded tokio-tungstenite v0.21.0 |
| 1020 | 2026-08-31T09:27:32.260Z | Downloaded arrayref v0.3.9 |
| 1021 | 2026-08-31T09:27:32.260Z | Downloaded ingot-macros v0.1.1 |
| 1022 | 2026-08-31T09:27:32.263Z | Downloaded base16ct v0.2.0 |
| 1023 | 2026-08-31T09:27:32.263Z | Downloaded ciborium-ll v0.2.2 |
| 1024 | 2026-08-31T09:27:32.263Z | Downloaded ingot-macros v0.2.0 |
| 1025 | 2026-08-31T09:27:32.266Z | Downloaded ingot-types v0.1.2 |
| 1026 | 2026-08-31T09:27:32.266Z | Downloaded smartstring v1.0.1 |
| 1027 | 2026-08-31T09:27:32.271Z | Downloaded scroll_derive v0.13.1 |
| 1028 | 2026-08-31T09:27:32.276Z | Downloaded hmac v0.12.1 |
| 1029 | 2026-08-31T09:27:32.276Z | Downloaded slog-envlogger v2.2.0 |
| 1030 | 2026-08-31T09:27:32.337Z | Downloaded thread-id v5.1.0 |
| 1031 | 2026-08-31T09:27:32.337Z | Downloaded topological-sort v0.2.2 |
| 1032 | 2026-08-31T09:27:32.337Z | Downloaded yoke v0.8.3 |
| 1033 | 2026-08-31T09:27:32.343Z | Downloaded argon2 v0.5.3 |
| 1034 | 2026-08-31T09:27:32.343Z | Downloaded backon v1.6.0 |
| 1035 | 2026-08-31T09:27:32.343Z | Downloaded defmt v1.1.1 |
| 1036 | 2026-08-31T09:27:32.343Z | Downloaded zerovec-derive v0.11.3 |
| 1037 | 2026-08-31T09:27:32.343Z | Downloaded whoami v1.6.1 |
| 1038 | 2026-08-31T09:27:32.343Z | Downloaded bit-vec v0.8.0 |
| 1039 | 2026-08-31T09:27:32.344Z | Downloaded slog-async v2.8.0 |
| 1040 | 2026-08-31T09:27:32.344Z | Downloaded smawk v0.3.3 |
| 1041 | 2026-08-31T09:27:32.344Z | Downloaded strum_macros v0.26.4 |
| 1042 | 2026-08-31T09:27:32.344Z | Downloaded structmeta v0.3.0 |
| 1043 | 2026-08-31T09:27:32.344Z | Downloaded chacha20 v0.9.1 |
| 1044 | 2026-08-31T09:27:32.344Z | Downloaded data-encoding v2.11.1 |
| 1045 | 2026-08-31T09:27:32.344Z | Downloaded elliptic-curve v0.13.8 |
| 1046 | 2026-08-31T09:27:32.344Z | Downloaded derive_more v0.99.20 |
| 1047 | 2026-08-31T09:27:32.344Z | Downloaded colored v3.1.1 |
| 1048 | 2026-08-31T09:27:32.344Z | Downloaded dropshot_endpoint v0.17.1 |
| 1049 | 2026-08-31T09:27:32.344Z | Downloaded half v2.7.1 |
| 1050 | 2026-08-31T09:27:32.344Z | Downloaded daft v0.1.8 |
| 1051 | 2026-08-31T09:27:32.344Z | Downloaded progenitor-impl v0.10.0 |
| 1052 | 2026-08-31T09:27:32.344Z | Downloaded rustversion v1.0.23 |
| 1053 | 2026-08-31T09:27:32.344Z | Downloaded strum v0.27.2 |
| 1054 | 2026-08-31T09:27:32.346Z | Downloaded usdt-attr-macro v0.5.0 |
| 1055 | 2026-08-31T09:27:32.346Z | Downloaded ciborium-io v0.2.2 |
| 1056 | 2026-08-31T09:27:32.346Z | Downloaded strum_macros v0.27.2 |
| 1057 | 2026-08-31T09:27:32.346Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-08-31T09:27:32.346Z | Downloaded cancel-safe-futures v0.1.5 |
| 1059 | 2026-08-31T09:27:32.346Z | Downloaded crossbeam-epoch v0.9.20 |
| 1060 | 2026-08-31T09:27:32.346Z | Downloaded async-recursion v1.1.1 |
| 1061 | 2026-08-31T09:27:32.346Z | Downloaded rhai_codegen v3.2.0 |
| 1062 | 2026-08-31T09:27:32.346Z | Downloaded progenitor-impl v0.13.0 |
| 1063 | 2026-08-31T09:27:32.346Z | Downloaded time-macros v0.2.32 |
| 1064 | 2026-08-31T09:27:32.346Z | Downloaded cipher v0.4.4 |
| 1065 | 2026-08-31T09:27:32.351Z | Downloaded cpufeatures v0.3.0 |
| 1066 | 2026-08-31T09:27:32.351Z | Downloaded wait-timeout v0.2.1 |
| 1067 | 2026-08-31T09:27:32.351Z | Downloaded walkdir v2.5.0 |
| 1068 | 2026-08-31T09:27:32.351Z | Downloaded writeable v0.6.3 |
| 1069 | 2026-08-31T09:27:32.351Z | Downloaded byteorder v1.5.0 |
| 1070 | 2026-08-31T09:27:32.351Z | Downloaded cstr-argument v0.1.2 |
| 1071 | 2026-08-31T09:27:32.351Z | Downloaded termtree v0.5.1 |
| 1072 | 2026-08-31T09:27:32.354Z | Downloaded scroll v0.12.0 |
| 1073 | 2026-08-31T09:27:32.354Z | Downloaded block-buffer v0.12.1 |
| 1074 | 2026-08-31T09:27:32.357Z | Downloaded serde_plain v1.0.2 |
| 1075 | 2026-08-31T09:27:32.357Z | Downloaded spin v0.5.2 |
| 1076 | 2026-08-31T09:27:32.362Z | Downloaded indexmap v1.9.3 |
| 1077 | 2026-08-31T09:27:32.362Z | Downloaded ingot v0.2.1 |
| 1078 | 2026-08-31T09:27:32.366Z | Downloaded icu_properties v2.2.0 |
| 1079 | 2026-08-31T09:27:32.366Z | Downloaded synstructure v0.13.2 |
| 1080 | 2026-08-31T09:27:32.366Z | Downloaded zerocopy-derive v0.7.35 |
| 1081 | 2026-08-31T09:27:32.370Z | Downloaded anyhow v1.0.104 |
| 1082 | 2026-08-31T09:27:32.370Z | Downloaded backoff v0.4.0 |
| 1083 | 2026-08-31T09:27:32.370Z | Downloaded cargo_toml v0.22.3 |
| 1084 | 2026-08-31T09:27:32.373Z | Downloaded defmt-macros v1.1.1 |
| 1085 | 2026-08-31T09:27:32.373Z | Downloaded smf v0.2.3 |
| 1086 | 2026-08-31T09:27:32.373Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1087 | 2026-08-31T09:27:32.373Z | Downloaded vsss-rs v3.3.4 |
| 1088 | 2026-08-31T09:27:32.377Z | Downloaded zone_cfg_derive v0.3.1 |
| 1089 | 2026-08-31T09:27:32.377Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1090 | 2026-08-31T09:27:32.381Z | Downloaded papergrid v0.18.0 |
| 1091 | 2026-08-31T09:27:32.385Z | Downloaded pretty_assertions v1.4.1 |
| 1092 | 2026-08-31T09:27:32.385Z | Downloaded prettyplease v0.2.37 |
| 1093 | 2026-08-31T09:27:32.385Z | Downloaded siphasher v1.0.3 |
| 1094 | 2026-08-31T09:27:32.390Z | Downloaded typify v0.6.2 |
| 1095 | 2026-08-31T09:27:32.390Z | Downloaded darling_macro v0.21.3 |
| 1096 | 2026-08-31T09:27:32.390Z | Downloaded defmt-parser v1.0.0 |
| 1097 | 2026-08-31T09:27:32.393Z | Downloaded tabled_derive v0.7.0 |
| 1098 | 2026-08-31T09:27:32.394Z | Downloaded compression-core v0.4.32 |
| 1099 | 2026-08-31T09:27:32.398Z | Downloaded konst v0.2.20 |
| 1100 | 2026-08-31T09:27:32.401Z | Downloaded untrusted v0.7.1 |
| 1101 | 2026-08-31T09:27:32.401Z | Downloaded thin-vec v0.2.19 |
| 1102 | 2026-08-31T09:27:32.404Z | Downloaded usdt-attr-macro v0.6.0 |
| 1103 | 2026-08-31T09:27:32.407Z | Downloaded bs58 v0.5.1 |
| 1104 | 2026-08-31T09:27:32.410Z | Downloaded sha1 v0.10.7 |
| 1105 | 2026-08-31T09:27:32.413Z | Downloaded compression-codecs v0.4.38 |
| 1106 | 2026-08-31T09:27:32.413Z | Downloaded strum v0.26.3 |
| 1107 | 2026-08-31T09:27:32.413Z | Downloaded tabwriter v1.4.1 |
| 1108 | 2026-08-31T09:27:32.417Z | Downloaded serial_test_derive v4.0.1 |
| 1109 | 2026-08-31T09:27:32.417Z | Downloaded yoke-derive v0.8.2 |
| 1110 | 2026-08-31T09:27:32.417Z | Downloaded blake2 v0.10.6 |
| 1111 | 2026-08-31T09:27:32.418Z | Downloaded cmake v0.1.58 |
| 1112 | 2026-08-31T09:27:32.422Z | Downloaded rustc_version v0.1.7 |
| 1113 | 2026-08-31T09:27:32.431Z | Downloaded cookie v0.18.2 |
| 1114 | 2026-08-31T09:27:32.434Z | Downloaded resolv-conf v0.7.6 |
| 1115 | 2026-08-31T09:27:32.434Z | Downloaded slog-scope v4.4.1 |
| 1116 | 2026-08-31T09:27:32.438Z | Downloaded const-random-macro v0.1.16 |
| 1117 | 2026-08-31T09:27:32.438Z | Downloaded bytecount v0.6.9 |
| 1118 | 2026-08-31T09:27:32.441Z | Downloaded serde_derive_internals v0.29.1 |
| 1119 | 2026-08-31T09:27:32.444Z | Downloaded async-stream-impl v0.3.6 |
| 1120 | 2026-08-31T09:27:32.444Z | Downloaded time-core v0.1.9 |
| 1121 | 2026-08-31T09:27:32.444Z | Downloaded scroll v0.13.0 |
| 1122 | 2026-08-31T09:27:32.444Z | Downloaded arc-swap v1.9.2 |
| 1123 | 2026-08-31T09:27:32.447Z | Downloaded typify-macro v0.4.3 |
| 1124 | 2026-08-31T09:27:32.448Z | Downloaded crypto-common v0.2.2 |
| 1125 | 2026-08-31T09:27:32.452Z | Downloaded snafu-derive v0.8.9 |
| 1126 | 2026-08-31T09:27:32.455Z | Downloaded rayon-core v1.13.0 |
| 1127 | 2026-08-31T09:27:32.458Z | Downloaded hybrid-array v0.4.14 |
| 1128 | 2026-08-31T09:27:32.458Z | Downloaded structmeta-derive v0.3.0 |
| 1129 | 2026-08-31T09:27:32.462Z | Downloaded icu_locale_core v2.2.0 |
| 1130 | 2026-08-31T09:27:32.467Z | Downloaded icu_provider v2.2.0 |
| 1131 | 2026-08-31T09:27:32.472Z | Downloaded zerofrom v0.1.8 |
| 1132 | 2026-08-31T09:27:32.479Z | Downloaded heapless v0.8.0 |
| 1133 | 2026-08-31T09:27:32.482Z | Downloaded same-file v1.0.6 |
| 1134 | 2026-08-31T09:27:32.482Z | Downloaded const-random v0.1.18 |
| 1135 | 2026-08-31T09:27:32.482Z | Downloaded usdt-macro v0.6.0 |
| 1136 | 2026-08-31T09:27:32.482Z | Downloaded indicatif v0.18.6 |
| 1137 | 2026-08-31T09:27:32.492Z | Downloaded rustls-native-certs v0.8.4 |
| 1138 | 2026-08-31T09:27:32.496Z | Downloaded flate2 v1.1.9 |
| 1139 | 2026-08-31T09:27:32.499Z | Downloaded icu_normalizer v2.2.0 |
| 1140 | 2026-08-31T09:27:32.499Z | Downloaded schemars_derive v0.8.22 |
| 1141 | 2026-08-31T09:27:32.505Z | Downloaded slog-term v2.9.2 |
| 1142 | 2026-08-31T09:27:32.508Z | Downloaded darling_core v0.23.0 |
| 1143 | 2026-08-31T09:27:32.508Z | Downloaded zerofrom-derive v0.1.7 |
| 1144 | 2026-08-31T09:27:32.511Z | Downloaded serde_repr v0.1.21 |
| 1145 | 2026-08-31T09:27:32.515Z | Downloaded typify v0.4.3 |
| 1146 | 2026-08-31T09:27:32.518Z | Downloaded allocator-api2 v0.2.21 |
| 1147 | 2026-08-31T09:27:32.518Z | Downloaded unsafe-libyaml v0.2.11 |
| 1148 | 2026-08-31T09:27:32.524Z | Downloaded yansi v1.0.1 |
| 1149 | 2026-08-31T09:27:32.527Z | Downloaded critical-section v1.2.0 |
| 1150 | 2026-08-31T09:27:32.527Z | Downloaded csv-core v0.1.13 |
| 1151 | 2026-08-31T09:27:32.527Z | Downloaded darling v0.23.0 |
| 1152 | 2026-08-31T09:27:32.530Z | Downloaded similar v2.7.0 |
| 1153 | 2026-08-31T09:27:32.533Z | Downloaded slog-dtrace v0.3.0 |
| 1154 | 2026-08-31T09:27:32.533Z | Downloaded tiny-keccak v2.0.2 |
| 1155 | 2026-08-31T09:27:32.537Z | Downloaded chacha20poly1305 v0.10.1 |
| 1156 | 2026-08-31T09:27:32.537Z | Downloaded rustls-pemfile v2.2.0 |
| 1157 | 2026-08-31T09:27:32.537Z | Downloaded xz2 v0.1.7 |
| 1158 | 2026-08-31T09:27:32.541Z | Downloaded usdt-impl v0.5.0 |
| 1159 | 2026-08-31T09:27:32.541Z | Downloaded icu_normalizer_data v2.2.0 |
| 1160 | 2026-08-31T09:27:32.541Z | Downloaded rand v0.8.7 |
| 1161 | 2026-08-31T09:27:32.543Z | Downloaded slog-stdlog v4.1.1 |
| 1162 | 2026-08-31T09:27:32.544Z | Downloaded hickory-resolver v0.25.2 |
| 1163 | 2026-08-31T09:27:32.547Z | Downloaded minimal-lexical v0.2.1 |
| 1164 | 2026-08-31T09:27:32.550Z | Downloaded deranged v0.5.8 |
| 1165 | 2026-08-31T09:27:32.550Z | Downloaded icu_collections v2.2.0 |
| 1166 | 2026-08-31T09:27:32.553Z | Downloaded slog-bunyan v2.5.0 |
| 1167 | 2026-08-31T09:27:32.553Z | Downloaded tinystr v0.8.3 |
| 1168 | 2026-08-31T09:27:32.557Z | Downloaded nom v7.1.3 |
| 1169 | 2026-08-31T09:27:32.557Z | Downloaded expectorate v1.3.0 |
| 1170 | 2026-08-31T09:27:32.560Z | Downloaded hickory-resolver v0.24.4 |
| 1171 | 2026-08-31T09:27:32.560Z | Downloaded progenitor-impl v0.14.0 |
| 1172 | 2026-08-31T09:27:32.563Z | Downloaded tokio-dtrace v0.1.1 |
| 1173 | 2026-08-31T09:27:32.563Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1174 | 2026-08-31T09:27:32.566Z | Downloaded ciborium v0.2.2 |
| 1175 | 2026-08-31T09:27:32.566Z | Downloaded console v0.16.4 |
| 1176 | 2026-08-31T09:27:32.566Z | Downloaded bitflags v1.3.2 |
| 1177 | 2026-08-31T09:27:32.571Z | Downloaded arrayvec v0.7.8 |
| 1178 | 2026-08-31T09:27:32.571Z | Downloaded spin v0.9.9 |
| 1179 | 2026-08-31T09:27:32.571Z | Downloaded darling v0.21.3 |
| 1180 | 2026-08-31T09:27:32.574Z | Downloaded schemars v1.2.2 |
| 1181 | 2026-08-31T09:27:32.579Z | Downloaded schemars v0.9.0 |
| 1182 | 2026-08-31T09:27:32.586Z | Downloaded slog v2.8.2 |
| 1183 | 2026-08-31T09:27:32.590Z | Downloaded const_format v0.2.36 |
| 1184 | 2026-08-31T09:27:32.590Z | Downloaded term v1.2.1 |
| 1185 | 2026-08-31T09:27:32.594Z | Downloaded crypto-bigint v0.5.5 |
| 1186 | 2026-08-31T09:27:32.599Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1187 | 2026-08-31T09:27:32.599Z | Downloaded qorb v0.4.1 |
| 1188 | 2026-08-31T09:27:32.605Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1189 | 2026-08-31T09:27:32.605Z | Downloaded indexmap v2.14.0 |
| 1190 | 2026-08-31T09:27:32.605Z | Downloaded steno v0.4.1 |
| 1191 | 2026-08-31T09:27:32.608Z | Downloaded serde_with_macros v3.22.0 |
| 1192 | 2026-08-31T09:27:32.608Z | Downloaded jiff-core v0.1.0 |
| 1193 | 2026-08-31T09:27:32.608Z | Downloaded similar v3.2.0 |
| 1194 | 2026-08-31T09:27:32.612Z | Downloaded crc32fast v1.5.0 |
| 1195 | 2026-08-31T09:27:32.612Z | Downloaded toml_edit v0.19.15 |
| 1196 | 2026-08-31T09:27:32.618Z | Downloaded toml v0.7.8 |
| 1197 | 2026-08-31T09:27:32.621Z | Downloaded hashbrown v0.12.3 |
| 1198 | 2026-08-31T09:27:32.625Z | Downloaded ucd-trie v0.1.7 |
| 1199 | 2026-08-31T09:27:32.625Z | Downloaded itertools v0.12.1 |
| 1200 | 2026-08-31T09:27:32.628Z | Downloaded test-strategy v0.4.5 |
| 1201 | 2026-08-31T09:27:32.631Z | Downloaded crossbeam-channel v0.5.16 |
| 1202 | 2026-08-31T09:27:32.631Z | Downloaded rustls-webpki v0.103.14 |
| 1203 | 2026-08-31T09:27:32.634Z | Downloaded snafu v0.8.9 |
| 1204 | 2026-08-31T09:27:32.637Z | Downloaded cc v1.4.2 |
| 1205 | 2026-08-31T09:27:32.637Z | Downloaded schemars v0.8.22 |
| 1206 | 2026-08-31T09:27:32.642Z | Downloaded crossbeam-utils v0.8.22 |
| 1207 | 2026-08-31T09:27:32.645Z | Downloaded chacha20 v0.10.1 |
| 1208 | 2026-08-31T09:27:32.649Z | Downloaded base64 v0.21.7 |
| 1209 | 2026-08-31T09:27:32.653Z | Downloaded const-oid v0.10.2 |
| 1210 | 2026-08-31T09:27:32.653Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1211 | 2026-08-31T09:27:32.658Z | Downloaded dropshot-api-manager v0.7.2 |
| 1212 | 2026-08-31T09:27:32.661Z | Downloaded tungstenite v0.21.0 |
| 1213 | 2026-08-31T09:27:32.664Z | Downloaded pest v2.8.8 |
| 1214 | 2026-08-31T09:27:32.667Z | Downloaded itertools v0.15.0 |
| 1215 | 2026-08-31T09:27:32.671Z | Downloaded nom v8.0.0 |
| 1216 | 2026-08-31T09:27:32.675Z | Downloaded darling_core v0.21.3 |
| 1217 | 2026-08-31T09:27:32.679Z | Downloaded zerotrie v0.2.4 |
| 1218 | 2026-08-31T09:27:32.682Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-08-31T09:27:32.685Z | Downloaded hashbrown v0.16.1 |
| 1220 | 2026-08-31T09:27:32.694Z | Downloaded libm v0.2.16 |
| 1221 | 2026-08-31T09:27:32.700Z | Downloaded tough v0.22.0 |
| 1222 | 2026-08-31T09:27:32.712Z | Downloaded zerovec v0.11.6 |
| 1223 | 2026-08-31T09:27:32.715Z | Downloaded goblin v0.8.2 |
| 1224 | 2026-08-31T09:27:32.718Z | Downloaded zerocopy-derive v0.8.56 |
| 1225 | 2026-08-31T09:27:32.723Z | Downloaded async-compression v0.4.43 |
| 1226 | 2026-08-31T09:27:32.738Z | Downloaded reqwest v0.13.4 |
| 1227 | 2026-08-31T09:27:32.741Z | Downloaded winnow v0.5.40 |
| 1228 | 2026-08-31T09:27:32.757Z | Downloaded rayon v1.12.0 |
| 1229 | 2026-08-31T09:27:32.760Z | Downloaded hkdf v0.12.4 |
| 1230 | 2026-08-31T09:27:32.763Z | Downloaded hyper v1.11.0 |
| 1231 | 2026-08-31T09:27:32.771Z | Downloaded h2 v0.4.15 |
| 1232 | 2026-08-31T09:27:32.780Z | Downloaded icu_properties_data v2.2.0 |
| 1233 | 2026-08-31T09:27:32.785Z | Downloaded zerocopy v0.7.35 |
| 1234 | 2026-08-31T09:27:32.796Z | Downloaded moka v0.12.16 |
| 1235 | 2026-08-31T09:27:32.808Z | Downloaded iddqd v0.4.6 |
| 1236 | 2026-08-31T09:27:32.834Z | Downloaded tabled v0.15.0 |
| 1237 | 2026-08-31T09:27:32.843Z | Downloaded blake3 v1.8.6 |
| 1238 | 2026-08-31T09:27:32.855Z | Downloaded proptest v1.11.0 |
| 1239 | 2026-08-31T09:27:32.873Z | Downloaded quinn-proto v0.11.16 |
| 1240 | 2026-08-31T09:27:32.876Z | Downloaded tabled v0.21.0 |
| 1241 | 2026-08-31T09:27:32.886Z | Downloaded nix v0.31.3 |
| 1242 | 2026-08-31T09:27:32.895Z | Downloaded openapiv3 v2.2.0 |
| 1243 | 2026-08-31T09:27:32.905Z | Downloaded syn v3.0.3 |
| 1244 | 2026-08-31T09:27:32.910Z | Downloaded serde_with v3.22.0 |
| 1245 | 2026-08-31T09:27:32.917Z | Downloaded regress v0.11.1 |
| 1246 | 2026-08-31T09:27:32.922Z | Downloaded goblin v0.10.7 |
| 1247 | 2026-08-31T09:27:32.926Z | Downloaded syn v1.0.109 |
| 1248 | 2026-08-31T09:27:32.932Z | Downloaded aws-lc-rs v1.18.0 |
| 1249 | 2026-08-31T09:27:32.961Z | Downloaded time v0.3.55 |
| 1250 | 2026-08-31T09:27:32.970Z | Downloaded smoltcp v0.11.0 |
| 1251 | 2026-08-31T09:27:32.976Z | Downloaded regress v0.10.5 |
| 1252 | 2026-08-31T09:27:33.007Z | Downloaded dropshot v0.17.1 |
| 1253 | 2026-08-31T09:27:33.022Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-08-31T09:27:33.031Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-08-31T09:27:33.046Z | Downloaded typify-impl v0.6.2 |
| 1256 | 2026-08-31T09:27:33.056Z | Downloaded sled v0.34.7 |
| 1257 | 2026-08-31T09:27:33.063Z | Downloaded jiff v0.2.35 |
| 1258 | 2026-08-31T09:27:33.072Z | Downloaded petgraph v0.6.5 |
| 1259 | 2026-08-31T09:27:33.083Z | Downloaded rhai v1.26.0 |
| 1260 | 2026-08-31T09:27:33.092Z | Downloaded typify-impl v0.4.3 |
| 1261 | 2026-08-31T09:27:33.101Z | Downloaded lzma-sys v0.1.20 |
| 1262 | 2026-08-31T09:27:33.115Z | Downloaded chrono-tz v0.10.4 |
| 1263 | 2026-08-31T09:27:33.126Z | Downloaded csv v1.4.0 |
| 1264 | 2026-08-31T09:27:33.140Z | Downloaded sha3 v0.10.9 |
| 1265 | 2026-08-31T09:27:33.158Z | Downloaded encoding_rs v0.8.35 |
| 1266 | 2026-08-31T09:27:33.827Z | Downloaded aws-lc-sys v0.44.0 |
| 1267 | 2026-08-31T09:27:34.771Z | Compiling proc-macro2 v1.0.107 |
| 1268 | 2026-08-31T09:27:34.771Z | Compiling quote v1.0.47 |
| 1269 | 2026-08-31T09:27:34.771Z | Compiling unicode-ident v1.0.24 |
| 1270 | 2026-08-31T09:27:34.779Z | Compiling serde_core v1.0.229 |
| 1271 | 2026-08-31T09:27:34.779Z | Compiling cfg-if v1.0.4 |
| 1272 | 2026-08-31T09:27:34.779Z | Compiling serde v1.0.229 |
| 1273 | 2026-08-31T09:27:34.779Z | Compiling libc v0.2.189 |
| 1274 | 2026-08-31T09:27:34.779Z | Compiling memchr v2.8.3 |
| 1275 | 2026-08-31T09:27:34.960Z | Compiling itoa v1.0.18 |
| 1276 | 2026-08-31T09:27:35.141Z | Compiling smallvec v1.15.2 |
| 1277 | 2026-08-31T09:27:35.181Z | Compiling zmij v1.0.23 |
| 1278 | 2026-08-31T09:27:35.229Z | Compiling autocfg v1.5.1 |
| 1279 | 2026-08-31T09:27:35.337Z | Compiling libm v0.2.16 |
| 1280 | 2026-08-31T09:27:35.540Z | Compiling stable_deref_trait v1.2.1 |
| 1281 | 2026-08-31T09:27:35.568Z | Compiling litemap v0.8.2 |
| 1282 | 2026-08-31T09:27:35.612Z | Compiling percent-encoding v2.3.2 |
| 1283 | 2026-08-31T09:27:35.734Z | Compiling writeable v0.6.3 |
| 1284 | 2026-08-31T09:27:35.747Z | Compiling utf8_iter v1.0.4 |
| 1285 | 2026-08-31T09:27:35.759Z | Compiling icu_properties_data v2.2.0 |
| 1286 | 2026-08-31T09:27:35.800Z | Compiling icu_normalizer_data v2.2.0 |
| 1287 | 2026-08-31T09:27:35.885Z | Compiling iana-time-zone v0.1.65 |
| 1288 | 2026-08-31T09:27:35.930Z | Compiling form_urlencoded v1.2.2 |
| 1289 | 2026-08-31T09:27:36.050Z | Compiling syn v2.0.119 |
| 1290 | 2026-08-31T09:27:36.081Z | Compiling syn v3.0.3 |
| 1291 | 2026-08-31T09:27:36.209Z | Compiling serde_json v1.0.151 |
| 1292 | 2026-08-31T09:27:36.241Z | Compiling version_check v0.9.5 |
| 1293 | 2026-08-31T09:27:36.261Z | Compiling dyn-clone v1.0.20 |
| 1294 | 2026-08-31T09:27:36.311Z | Compiling pin-project-lite v0.2.17 |
| 1295 | 2026-08-31T09:27:36.405Z | Compiling num-traits v0.2.19 |
| 1296 | 2026-08-31T09:27:36.416Z | Compiling equivalent v1.0.2 |
| 1297 | 2026-08-31T09:27:36.427Z | Compiling allocator-api2 v0.2.21 |
| 1298 | 2026-08-31T09:27:36.502Z | Compiling thiserror v2.0.20 |
| 1299 | 2026-08-31T09:27:36.529Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-08-31T09:27:36.637Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-08-31T09:27:36.805Z | Compiling lock_api v0.4.14 |
| 1302 | 2026-08-31T09:27:36.937Z | Compiling hashbrown v0.17.1 |
| 1303 | 2026-08-31T09:27:37.008Z | Compiling getrandom v0.4.3 |
| 1304 | 2026-08-31T09:27:37.040Z | Compiling rand_core v0.10.1 |
| 1305 | 2026-08-31T09:27:37.095Z | Compiling semver v1.0.28 |
| 1306 | 2026-08-31T09:27:37.239Z | Compiling log v0.4.33 |
| 1307 | 2026-08-31T09:27:37.429Z | Compiling zerocopy v0.8.56 |
| 1308 | 2026-08-31T09:27:37.441Z | Compiling uuid v1.26.0 |
| 1309 | 2026-08-31T09:27:37.467Z | Compiling errno v0.3.14 |
| 1310 | 2026-08-31T09:27:37.491Z | Compiling indexmap v2.14.0 |
| 1311 | 2026-08-31T09:27:37.613Z | Compiling futures-core v0.3.34 |
| 1312 | 2026-08-31T09:27:37.724Z | Compiling schemars v0.8.22 |
| 1313 | 2026-08-31T09:27:37.786Z | Compiling heck v0.5.0 |
| 1314 | 2026-08-31T09:27:37.876Z | Compiling futures-sink v0.3.34 |
| 1315 | 2026-08-31T09:27:37.976Z | Compiling fnv v1.0.7 |
| 1316 | 2026-08-31T09:27:37.988Z | Compiling slab v0.4.12 |
| 1317 | 2026-08-31T09:27:38.046Z | Compiling jobserver v0.1.35 |
| 1318 | 2026-08-31T09:27:38.070Z | Compiling rustversion v1.0.23 |
| 1319 | 2026-08-31T09:27:38.149Z | Compiling find-msvc-tools v0.1.10 |
| 1320 | 2026-08-31T09:27:38.162Z | Compiling shlex v2.0.1 |
| 1321 | 2026-08-31T09:27:38.346Z | Compiling cc v1.4.2 |
| 1322 | 2026-08-31T09:27:38.404Z | Compiling bitflags v2.13.1 |
| 1323 | 2026-08-31T09:27:38.413Z | Compiling futures-channel v0.3.34 |
| 1324 | 2026-08-31T09:27:38.413Z | Compiling socket2 v0.6.5 |
| 1325 | 2026-08-31T09:27:38.606Z | Compiling futures-task v0.3.34 |
| 1326 | 2026-08-31T09:27:38.778Z | Compiling pkg-config v0.3.33 |
| 1327 | 2026-08-31T09:27:38.789Z | Compiling futures-io v0.3.34 |
| 1328 | 2026-08-31T09:27:38.818Z | Compiling parking_lot v0.12.5 |
| 1329 | 2026-08-31T09:27:38.896Z | Compiling synstructure v0.13.2 |
| 1330 | 2026-08-31T09:27:38.940Z | Compiling serde_derive_internals v0.29.1 |
| 1331 | 2026-08-31T09:27:39.005Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-08-31T09:27:39.209Z | Compiling mio v1.2.2 |
| 1333 | 2026-08-31T09:27:39.225Z | Compiling portable-atomic v1.15.0 |
| 1334 | 2026-08-31T09:27:39.299Z | Compiling byteorder v1.5.0 |
| 1335 | 2026-08-31T09:27:39.347Z | Compiling serde_derive v1.0.229 |
| 1336 | 2026-08-31T09:27:39.375Z | Compiling displaydoc v0.2.7 |
| 1337 | 2026-08-31T09:27:39.523Z | Compiling thiserror-impl v2.0.20 |
| 1338 | 2026-08-31T09:27:39.616Z | Compiling tokio-macros v2.7.2 |
| 1339 | 2026-08-31T09:27:39.648Z | Compiling futures-macro v0.3.34 |
| 1340 | 2026-08-31T09:27:39.701Z | Compiling regex-syntax v0.8.11 |
| 1341 | 2026-08-31T09:27:40.114Z | Compiling zerofrom-derive v0.1.7 |
| 1342 | 2026-08-31T09:27:40.143Z | Compiling yoke-derive v0.8.2 |
| 1343 | 2026-08-31T09:27:40.224Z | Compiling zerovec-derive v0.11.3 |
| 1344 | 2026-08-31T09:27:40.331Z | Compiling schemars_derive v0.8.22 |
| 1345 | 2026-08-31T09:27:40.454Z | Compiling zerocopy-derive v0.8.56 |
| 1346 | 2026-08-31T09:27:40.809Z | Compiling zeroize_derive v1.5.0 |
| 1347 | 2026-08-31T09:27:41.269Z | Compiling futures-util v0.3.34 |
| 1348 | 2026-08-31T09:27:41.383Z | Compiling zerofrom v0.1.8 |
| 1349 | 2026-08-31T09:27:41.399Z | Compiling cmake v0.1.58 |
| 1350 | 2026-08-31T09:27:41.465Z | Compiling yoke v0.8.3 |
| 1351 | 2026-08-31T09:27:41.531Z | Compiling zeroize v1.9.0 |
| 1352 | 2026-08-31T09:27:41.590Z | Compiling critical-section v1.2.0 |
| 1353 | 2026-08-31T09:27:41.650Z | Compiling zerovec v0.11.6 |
| 1354 | 2026-08-31T09:27:41.690Z | Compiling zerotrie v0.2.4 |
| 1355 | 2026-08-31T09:27:41.701Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-31T09:27:41.743Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-08-31T09:27:41.993Z | Compiling strsim v0.11.1 |
| 1358 | 2026-08-31T09:27:42.002Z | Compiling dunce v1.0.5 |
| 1359 | 2026-08-31T09:27:42.093Z | Compiling aws-lc-sys v0.44.0 |
| 1360 | 2026-08-31T09:27:42.194Z | Compiling tinystr v0.8.3 |
| 1361 | 2026-08-31T09:27:42.378Z | Compiling icu_locale_core v2.2.0 |
| 1362 | 2026-08-31T09:27:42.397Z | Compiling bytes v1.12.1 |
| 1363 | 2026-08-31T09:27:42.408Z | Compiling potential_utf v0.1.5 |
| 1364 | 2026-08-31T09:27:42.491Z | Compiling chrono v0.4.45 |
| 1365 | 2026-08-31T09:27:42.503Z | Compiling once_cell v1.21.4 |
| 1366 | 2026-08-31T09:27:42.569Z | Compiling icu_collections v2.2.0 |
| 1367 | 2026-08-31T09:27:42.711Z | Compiling base64 v0.22.1 |
| 1368 | 2026-08-31T09:27:43.033Z | Compiling http v1.5.0 |
| 1369 | 2026-08-31T09:27:43.037Z | Compiling tokio v1.53.1 |
| 1370 | 2026-08-31T09:27:43.076Z | Compiling icu_provider v2.2.0 |
| 1371 | 2026-08-31T09:27:43.391Z | Compiling icu_properties v2.2.0 |
| 1372 | 2026-08-31T09:27:43.445Z | Compiling icu_normalizer v2.2.0 |
| 1373 | 2026-08-31T09:27:43.608Z | Compiling subtle v2.6.1 |
| 1374 | 2026-08-31T09:27:43.770Z | Compiling getrandom v0.3.4 |
| 1375 | 2026-08-31T09:27:43.975Z | Compiling serde_tokenstream v0.2.3 |
| 1376 | 2026-08-31T09:27:44.004Z | Compiling rustix v1.1.4 |
| 1377 | 2026-08-31T09:27:44.029Z | Compiling http-body v1.1.0 |
| 1378 | 2026-08-31T09:27:44.137Z | Compiling erased-serde v0.3.31 |
| 1379 | 2026-08-31T09:27:44.185Z | Compiling httparse v1.10.1 |
| 1380 | 2026-08-31T09:27:44.250Z | Compiling ipnet v2.12.1 |
| 1381 | 2026-08-31T09:27:44.335Z | Compiling idna_adapter v1.2.2 |
| 1382 | 2026-08-31T09:27:44.475Z | Compiling idna v1.1.0 |
| 1383 | 2026-08-31T09:27:44.576Z | Compiling atomic-waker v1.1.2 |
| 1384 | 2026-08-31T09:27:44.628Z | Compiling tower-service v0.3.3 |
| 1385 | 2026-08-31T09:27:44.696Z | Compiling ucd-trie v0.1.7 |
| 1386 | 2026-08-31T09:27:44.706Z | Compiling tower-layer v0.3.3 |
| 1387 | 2026-08-31T09:27:44.717Z | Compiling ppv-lite86 v0.2.21 |
| 1388 | 2026-08-31T09:27:44.765Z | Compiling url v2.5.8 |
| 1389 | 2026-08-31T09:27:44.856Z | Compiling pest v2.8.8 |
| 1390 | 2026-08-31T09:27:44.985Z | Compiling ryu v1.0.23 |
| 1391 | 2026-08-31T09:27:45.026Z | Compiling try-lock v0.2.5 |
| 1392 | 2026-08-31T09:27:45.135Z | Compiling ident_case v1.0.1 |
| 1393 | 2026-08-31T09:27:45.162Z | Compiling untrusted v0.9.0 |
| 1394 | 2026-08-31T09:27:45.173Z | Compiling want v0.3.1 |
| 1395 | 2026-08-31T09:27:45.233Z | Compiling getrandom v0.2.17 |
| 1396 | 2026-08-31T09:27:45.277Z | Compiling aho-corasick v1.1.5 |
| 1397 | 2026-08-31T09:27:45.336Z | Compiling thiserror v1.0.69 |
| 1398 | 2026-08-31T09:27:45.410Z | Compiling pretty-hex v0.4.2 |
| 1399 | 2026-08-31T09:27:45.543Z | Compiling httpdate v1.0.3 |
| 1400 | 2026-08-31T09:27:45.626Z | Compiling rand_core v0.6.4 |
| 1401 | 2026-08-31T09:27:45.777Z | Compiling thiserror-impl v1.0.69 |
| 1402 | 2026-08-31T09:27:45.809Z | Compiling plain v0.2.3 |
| 1403 | 2026-08-31T09:27:45.842Z | Compiling paste v1.0.15 |
| 1404 | 2026-08-31T09:27:45.912Z | Compiling pest_meta v2.8.8 |
| 1405 | 2026-08-31T09:27:46.144Z | Compiling ipnetwork v0.21.1 |
| 1406 | 2026-08-31T09:27:46.177Z | Compiling regex-automata v0.4.18 |
| 1407 | 2026-08-31T09:27:46.576Z | Compiling pest_generator v2.8.8 |
| 1408 | 2026-08-31T09:27:46.663Z | Compiling oxnet v0.1.7 |
| 1409 | 2026-08-31T09:27:46.817Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-08-31T09:27:47.056Z | Compiling tracing-attributes v0.1.31 |
| 1411 | 2026-08-31T09:27:47.203Z | Compiling foldhash v0.2.0 |
| 1412 | 2026-08-31T09:27:47.227Z | Compiling pest_derive v2.8.8 |
| 1413 | 2026-08-31T09:27:47.430Z | Compiling serde_urlencoded v0.7.1 |
| 1414 | 2026-08-31T09:27:47.434Z | Compiling http-body-util v0.1.5 |
| 1415 | 2026-08-31T09:27:47.667Z | Compiling omicron-workspace-hack v0.1.0 |
| 1416 | 2026-08-31T09:27:47.671Z | Compiling anyhow v1.0.104 |
| 1417 | 2026-08-31T09:27:47.700Z | Compiling sync_wrapper v1.0.2 |
| 1418 | 2026-08-31T09:27:47.781Z | Compiling fastrand v2.5.0 |
| 1419 | 2026-08-31T09:27:47.793Z | Compiling winnow v1.0.4 |
| 1420 | 2026-08-31T09:27:47.886Z | Compiling regex v1.13.1 |
| 1421 | 2026-08-31T09:27:48.235Z | Compiling tracing v0.1.44 |
| 1422 | 2026-08-31T09:27:48.284Z | Compiling scroll_derive v0.13.1 |
| 1423 | 2026-08-31T09:27:48.337Z | Compiling daft-derive v0.1.8 |
| 1424 | 2026-08-31T09:27:48.469Z | Compiling slog v2.8.2 |
| 1425 | 2026-08-31T09:27:48.690Z | Compiling num-conv v0.2.2 |
| 1426 | 2026-08-31T09:27:48.777Z | Compiling time-core v0.1.9 |
| 1427 | 2026-08-31T09:27:48.849Z | Compiling hashbrown v0.16.1 |
| 1428 | 2026-08-31T09:27:48.863Z | Compiling tokio-util v0.7.19 |
| 1429 | 2026-08-31T09:27:48.959Z | Compiling time-macros v0.2.32 |
| 1430 | 2026-08-31T09:27:49.051Z | Compiling darling_core v0.23.0 |
| 1431 | 2026-08-31T09:27:49.091Z | Compiling scroll v0.13.0 |
| 1432 | 2026-08-31T09:27:49.351Z | Compiling async-trait v0.1.92 |
| 1433 | 2026-08-31T09:27:49.439Z | Compiling aws-lc-rs v1.18.0 |
| 1434 | 2026-08-31T09:27:49.613Z | Compiling camino v1.2.5 |
| 1435 | 2026-08-31T09:27:49.627Z | Compiling deranged v0.5.8 |
| 1436 | 2026-08-31T09:27:49.740Z | Compiling num_threads v0.1.7 |
| 1437 | 2026-08-31T09:27:49.809Z | Compiling powerfmt v0.2.0 |
| 1438 | 2026-08-31T09:27:49.977Z | Compiling goblin v0.10.7 |
| 1439 | 2026-08-31T09:27:50.359Z | Compiling rustls-pki-types v1.15.1 |
| 1440 | 2026-08-31T09:27:50.773Z | Compiling usdt-impl v0.6.0 |
| 1441 | 2026-08-31T09:27:50.794Z | Compiling openssl-probe v0.2.1 |
| 1442 | 2026-08-31T09:27:50.885Z | Compiling hex v0.4.3 |
| 1443 | 2026-08-31T09:27:50.969Z | Compiling untrusted v0.7.1 |
| 1444 | 2026-08-31T09:27:51.123Z | Compiling dtrace-parser v0.3.0 |
| 1445 | 2026-08-31T09:27:51.179Z | Compiling crc32fast v1.5.0 |
| 1446 | 2026-08-31T09:27:51.179Z | Compiling darling_macro v0.23.0 |
| 1447 | 2026-08-31T09:27:51.240Z | Compiling crossbeam-utils v0.8.22 |
| 1448 | 2026-08-31T09:27:51.447Z | Compiling rustls v0.23.43 |
| 1449 | 2026-08-31T09:27:51.540Z | Compiling h2 v0.4.15 |
| 1450 | 2026-08-31T09:27:51.681Z | Compiling thread-id v5.1.0 |
| 1451 | 2026-08-31T09:27:51.732Z | Compiling cpufeatures v0.3.0 |
| 1452 | 2026-08-31T09:27:51.765Z | Compiling darling v0.23.0 |
| 1453 | 2026-08-31T09:27:51.968Z | Compiling futures-executor v0.3.34 |
| 1454 | 2026-08-31T09:27:52.033Z | Compiling macaddr v1.0.1 |
| 1455 | 2026-08-31T09:27:52.085Z | Compiling thread_local v1.1.10 |
| 1456 | 2026-08-31T09:27:52.240Z | Compiling ref-cast v1.0.26 |
| 1457 | 2026-08-31T09:27:52.240Z | Compiling adler2 v2.0.1 |
| 1458 | 2026-08-31T09:27:52.323Z | Compiling simd-adler32 v0.3.10 |
| 1459 | 2026-08-31T09:27:52.355Z | Compiling futures v0.3.34 |
| 1460 | 2026-08-31T09:27:52.377Z | Compiling hybrid-array v0.4.14 |
| 1461 | 2026-08-31T09:27:52.429Z | Compiling serde_tokenstream v0.3.0 |
| 1462 | 2026-08-31T09:27:52.530Z | Compiling miniz_oxide v0.8.9 |
| 1463 | 2026-08-31T09:27:52.587Z | Compiling structmeta-derive v0.3.0 |
| 1464 | 2026-08-31T09:27:52.711Z | Compiling ref-cast-impl v1.0.26 |
| 1465 | 2026-08-31T09:27:52.825Z | Compiling dof v0.4.0 |
| 1466 | 2026-08-31T09:27:53.143Z | Compiling slog-async v2.8.0 |
| 1467 | 2026-08-31T09:27:53.202Z | Compiling match_cfg v0.1.0 |
| 1468 | 2026-08-31T09:27:53.277Z | Compiling flate2 v1.1.9 |
| 1469 | 2026-08-31T09:27:53.396Z | Compiling newtype-uuid-macros v0.1.1 |
| 1470 | 2026-08-31T09:27:53.469Z | Compiling rand_core v0.9.5 |
| 1471 | 2026-08-31T09:27:53.670Z | Compiling hyper v1.11.0 |
| 1472 | 2026-08-31T09:27:53.683Z | Compiling structmeta v0.3.0 |
| 1473 | 2026-08-31T09:27:53.880Z | Compiling take_mut v0.2.2 |
| 1474 | 2026-08-31T09:27:53.991Z | Compiling compression-core v0.4.32 |
| 1475 | 2026-08-31T09:27:54.155Z | Compiling term v1.2.1 |
| 1476 | 2026-08-31T09:27:54.169Z | Compiling compression-codecs v0.4.38 |
| 1477 | 2026-08-31T09:27:54.190Z | Compiling crypto-common v0.2.2 |
| 1478 | 2026-08-31T09:27:54.357Z | Compiling block-buffer v0.12.1 |
| 1479 | 2026-08-31T09:27:54.423Z | Compiling newtype-uuid v1.4.0 |
| 1480 | 2026-08-31T09:27:54.491Z | Compiling serde_spanned v1.1.1 |
| 1481 | 2026-08-31T09:27:54.625Z | Compiling multer v3.1.0 |
| 1482 | 2026-08-31T09:27:54.686Z | Compiling const-oid v0.10.2 |
| 1483 | 2026-08-31T09:27:54.766Z | Compiling hyper-util v0.1.20 |
| 1484 | 2026-08-31T09:27:54.839Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-08-31T09:27:54.904Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1486 | 2026-08-31T09:27:54.923Z | Compiling debug-ignore v1.0.5 |
| 1487 | 2026-08-31T09:27:54.987Z | Compiling digest v0.11.3 |
| 1488 | 2026-08-31T09:27:54.995Z | Compiling daft v0.1.8 |
| 1489 | 2026-08-31T09:27:55.024Z | Compiling usdt-attr-macro v0.6.0 |
| 1490 | 2026-08-31T09:27:55.058Z | Compiling usdt-macro v0.6.0 |
| 1491 | 2026-08-31T09:27:55.142Z | Compiling rand_chacha v0.9.0 |
| 1492 | 2026-08-31T09:27:55.145Z | Compiling strum_macros v0.26.4 |
| 1493 | 2026-08-31T09:27:55.254Z | Compiling async-stream-impl v0.3.6 |
| 1494 | 2026-08-31T09:27:55.449Z | Compiling dropshot v0.17.1 |
| 1495 | 2026-08-31T09:27:55.582Z | Compiling encoding_rs v0.8.35 |
| 1496 | 2026-08-31T09:27:55.676Z | Compiling mime v0.3.17 |
| 1497 | 2026-08-31T09:27:55.954Z | Compiling spin v0.9.9 |
| 1498 | 2026-08-31T09:27:56.091Z | Compiling syn v1.0.109 |
| 1499 | 2026-08-31T09:27:56.233Z | Compiling bit-vec v0.8.0 |
| 1500 | 2026-08-31T09:27:56.242Z | Compiling async-stream v0.3.6 |
| 1501 | 2026-08-31T09:27:56.291Z | Compiling rand v0.9.5 |
| 1502 | 2026-08-31T09:27:56.396Z | Compiling bit-set v0.8.0 |
| 1503 | 2026-08-31T09:27:56.433Z | Compiling sha1 v0.11.0 |
| 1504 | 2026-08-31T09:27:56.449Z | Compiling serde_with_macros v3.22.0 |
| 1505 | 2026-08-31T09:27:56.515Z | Compiling waitgroup v0.1.2 |
| 1506 | 2026-08-31T09:27:56.554Z | Compiling dropshot_endpoint v0.17.1 |
| 1507 | 2026-08-31T09:27:56.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1508 | 2026-08-31T09:27:56.846Z | Compiling strum v0.26.3 |
| 1509 | 2026-08-31T09:27:56.911Z | Compiling serde_path_to_error v0.1.20 |
| 1510 | 2026-08-31T09:27:56.976Z | Compiling unarray v0.1.4 |
| 1511 | 2026-08-31T09:27:57.170Z | Compiling derive-ex v0.1.8 |
| 1512 | 2026-08-31T09:27:57.299Z | Compiling tempfile v3.27.0 |
| 1513 | 2026-08-31T09:27:57.308Z | Compiling time v0.3.55 |
| 1514 | 2026-08-31T09:27:57.596Z | Compiling tower v0.5.3 |
| 1515 | 2026-08-31T09:27:57.704Z | Compiling openapiv3 v2.2.0 |
| 1516 | 2026-08-31T09:27:58.483Z | Compiling tower-http v0.6.11 |
| 1517 | 2026-08-31T09:27:58.746Z | Compiling test-strategy v0.4.5 |
| 1518 | 2026-08-31T09:27:58.905Z | Compiling crossbeam-channel v0.5.16 |
| 1519 | 2026-08-31T09:27:59.292Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1520 | 2026-08-31T09:27:59.375Z | Compiling strum_macros v0.27.2 |
| 1521 | 2026-08-31T09:27:59.392Z | Compiling instant v0.1.13 |
| 1522 | 2026-08-31T09:28:00.092Z | Compiling rustls-native-certs v0.8.4 |
| 1523 | 2026-08-31T09:28:00.208Z | Compiling generic-array v0.14.7 |
| 1524 | 2026-08-31T09:28:00.473Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1525 | 2026-08-31T09:28:00.568Z | Compiling is-terminal v0.4.17 |
| 1526 | 2026-08-31T09:28:00.645Z | Compiling memmap2 v0.9.11 |
| 1527 | 2026-08-31T09:28:00.670Z | Compiling either v1.17.0 |
| 1528 | 2026-08-31T09:28:00.856Z | Compiling usdt v0.6.0 |
| 1529 | 2026-08-31T09:28:00.856Z | Compiling slog-term v2.9.2 |
| 1530 | 2026-08-31T09:28:01.190Z | Compiling slog-json v2.6.1 |
| 1531 | 2026-08-31T09:28:01.234Z | Compiling strum v0.27.2 |
| 1532 | 2026-08-31T09:28:01.355Z | Compiling parse-display-derive v0.10.0 |
| 1533 | 2026-08-31T09:28:01.398Z | Compiling hostname v0.3.1 |
| 1534 | 2026-08-31T09:28:01.411Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1535 | 2026-08-31T09:28:01.538Z | Compiling backon v1.6.0 |
| 1536 | 2026-08-31T09:28:01.620Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-08-31T09:28:01.641Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1538 | 2026-08-31T09:28:01.743Z | Compiling slog-bunyan v2.5.0 |
| 1539 | 2026-08-31T09:28:01.755Z | Compiling async-compression v0.4.43 |
| 1540 | 2026-08-31T09:28:01.882Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1541 | 2026-08-31T09:28:01.952Z | Compiling rand v0.8.7 |
| 1542 | 2026-08-31T09:28:02.074Z | Compiling rustls-pemfile v2.2.0 |
| 1543 | 2026-08-31T09:28:02.086Z | Compiling hostname v0.4.2 |
| 1544 | 2026-08-31T09:28:02.109Z | Compiling wait-timeout v0.2.1 |
| 1545 | 2026-08-31T09:28:02.226Z | Compiling serde_with v3.22.0 |
| 1546 | 2026-08-31T09:28:02.277Z | Compiling rusty-fork v0.3.1 |
| 1547 | 2026-08-31T09:28:02.419Z | Compiling rand_xorshift v0.4.0 |
| 1548 | 2026-08-31T09:28:02.575Z | Compiling regress v0.10.5 |
| 1549 | 2026-08-31T09:28:02.616Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1550 | 2026-08-31T09:28:02.645Z | Compiling humantime v2.4.0 |
| 1551 | 2026-08-31T09:28:02.863Z | Compiling proptest v1.11.0 |
| 1552 | 2026-08-31T09:28:02.922Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1553 | 2026-08-31T09:28:03.004Z | Compiling crypto-common v0.1.7 |
| 1554 | 2026-08-31T09:28:03.135Z | Compiling iddqd v0.4.6 |
| 1555 | 2026-08-31T09:28:03.852Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1556 | 2026-08-31T09:28:03.922Z | Compiling reqwest v0.12.28 |
| 1557 | 2026-08-31T09:28:04.088Z | Compiling parse-display v0.10.0 |
| 1558 | 2026-08-31T09:28:04.261Z | Compiling backoff v0.4.0 |
| 1559 | 2026-08-31T09:28:04.429Z | Compiling itertools v0.14.0 |
| 1560 | 2026-08-31T09:28:04.444Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1561 | 2026-08-31T09:28:04.682Z | Compiling block-buffer v0.10.4 |
| 1562 | 2026-08-31T09:28:05.012Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1563 | 2026-08-31T09:28:05.400Z | Compiling progenitor-client v0.10.0 |
| 1564 | 2026-08-31T09:28:05.596Z | Compiling unicode-width v0.2.2 |
| 1565 | 2026-08-31T09:28:05.651Z | Compiling digest v0.10.7 |
| 1566 | 2026-08-31T09:28:06.520Z | Compiling utf8parse v0.2.2 |
| 1567 | 2026-08-31T09:28:06.612Z | Compiling anstyle-parse v1.0.0 |
| 1568 | 2026-08-31T09:28:06.697Z | Compiling regress v0.11.1 |
| 1569 | 2026-08-31T09:28:06.770Z | Compiling anstyle v1.0.14 |
| 1570 | 2026-08-31T09:28:06.800Z | Compiling is_terminal_polyfill v1.70.2 |
| 1571 | 2026-08-31T09:28:06.850Z | Compiling colorchoice v1.0.5 |
| 1572 | 2026-08-31T09:28:06.896Z | Compiling anstyle-query v1.1.5 |
| 1573 | 2026-08-31T09:28:06.999Z | Compiling anstream v1.0.0 |
| 1574 | 2026-08-31T09:28:07.190Z | Compiling clap_lex v1.1.0 |
| 1575 | 2026-08-31T09:28:07.997Z | Compiling toml_datetime v0.6.11 |
| 1576 | 2026-08-31T09:28:08.050Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-08-31T09:28:08.360Z | Compiling typify-impl v0.6.2 |
| 1578 | 2026-08-31T09:28:08.473Z | Compiling clap_derive v4.6.4 |
| 1579 | 2026-08-31T09:28:08.745Z | Compiling convert_case v0.4.0 |
| 1580 | 2026-08-31T09:28:08.906Z | Compiling cpufeatures v0.2.17 |
| 1581 | 2026-08-31T09:28:08.979Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-08-31T09:28:09.045Z | Compiling derive_more v0.99.20 |
| 1583 | 2026-08-31T09:28:10.184Z | Compiling terminal_size v0.4.4 |
| 1584 | 2026-08-31T09:28:10.655Z | Compiling secrecy v0.10.3 |
| 1585 | 2026-08-31T09:28:10.839Z | Compiling crucible-workspace-hack v0.1.0 |
| 1586 | 2026-08-31T09:28:11.040Z | Compiling heapless v0.8.0 |
| 1587 | 2026-08-31T09:28:11.064Z | Compiling tinyvec_macros v0.1.1 |
| 1588 | 2026-08-31T09:28:11.134Z | Compiling float-ord v0.3.2 |
| 1589 | 2026-08-31T09:28:11.249Z | Compiling tinyvec v1.12.0 |
| 1590 | 2026-08-31T09:28:11.336Z | Compiling clap_builder v4.6.6 |
| 1591 | 2026-08-31T09:28:11.847Z | Compiling dtrace-parser v0.2.0 |
| 1592 | 2026-08-31T09:28:11.847Z | Compiling scroll_derive v0.12.1 |
| 1593 | 2026-08-31T09:28:12.254Z | Compiling hash32 v0.3.1 |
| 1594 | 2026-08-31T09:28:12.410Z | Compiling serde_repr v0.1.21 |
| 1595 | 2026-08-31T09:28:12.557Z | Compiling num-integer v0.1.47 |
| 1596 | 2026-08-31T09:28:12.725Z | Compiling rustc_version v0.4.1 |
| 1597 | 2026-08-31T09:28:12.911Z | Compiling usdt-impl v0.5.0 |
| 1598 | 2026-08-31T09:28:13.003Z | Compiling crossbeam-epoch v0.9.20 |
| 1599 | 2026-08-31T09:28:13.142Z | Compiling smoltcp v0.11.0 |
| 1600 | 2026-08-31T09:28:13.258Z | Compiling curve25519-dalek v4.1.3 |
| 1601 | 2026-08-31T09:28:13.270Z | Compiling clap v4.6.6 |
| 1602 | 2026-08-31T09:28:13.292Z | Compiling scroll v0.12.0 |
| 1603 | 2026-08-31T09:28:13.569Z | Compiling dof v0.3.0 |
| 1604 | 2026-08-31T09:28:13.785Z | Compiling hmac v0.12.1 |
| 1605 | 2026-08-31T09:28:13.912Z | Compiling inout v0.1.4 |
| 1606 | 2026-08-31T09:28:13.924Z | Compiling ff v0.13.1 |
| 1607 | 2026-08-31T09:28:13.992Z | Compiling darling_core v0.21.3 |
| 1608 | 2026-08-31T09:28:13.992Z | Compiling cobs v0.3.0 |
| 1609 | 2026-08-31T09:28:14.050Z | Compiling thread-id v4.2.2 |
| 1610 | 2026-08-31T09:28:14.079Z | Compiling managed v0.8.0 |
| 1611 | 2026-08-31T09:28:14.130Z | Compiling bitflags v1.3.2 |
| 1612 | 2026-08-31T09:28:14.204Z | Compiling postcard v1.1.3 |
| 1613 | 2026-08-31T09:28:14.536Z | Compiling group v0.13.0 |
| 1614 | 2026-08-31T09:28:14.575Z | Compiling cipher v0.4.4 |
| 1615 | 2026-08-31T09:28:14.646Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-08-31T09:28:14.717Z | Compiling typify-macro v0.6.2 |
| 1617 | 2026-08-31T09:28:14.960Z | Compiling goblin v0.8.2 |
| 1618 | 2026-08-31T09:28:15.419Z | Compiling num-iter v0.1.46 |
| 1619 | 2026-08-31T09:28:15.534Z | Compiling num-rational v0.4.2 |
| 1620 | 2026-08-31T09:28:15.755Z | Compiling tabwriter v1.4.1 |
| 1621 | 2026-08-31T09:28:16.032Z | Compiling universal-hash v0.5.1 |
| 1622 | 2026-08-31T09:28:16.112Z | Compiling darling_macro v0.21.3 |
| 1623 | 2026-08-31T09:28:16.169Z | Compiling crypto-bigint v0.5.5 |
| 1624 | 2026-08-31T09:28:16.211Z | Compiling hubpack_derive v0.1.1 |
| 1625 | 2026-08-31T09:28:16.241Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1626 | 2026-08-31T09:28:16.731Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1627 | 2026-08-31T09:28:16.828Z | Compiling typify v0.6.2 |
| 1628 | 2026-08-31T09:28:16.923Z | Compiling half v2.7.1 |
| 1629 | 2026-08-31T09:28:17.080Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1630 | 2026-08-31T09:28:17.211Z | Compiling num-complex v0.4.6 |
| 1631 | 2026-08-31T09:28:17.444Z | Compiling memoffset v0.9.1 |
| 1632 | 2026-08-31T09:28:17.469Z | Compiling base16ct v0.2.0 |
| 1633 | 2026-08-31T09:28:17.555Z | Compiling opaque-debug v0.3.1 |
| 1634 | 2026-08-31T09:28:17.591Z | Compiling ciborium-io v0.2.2 |
| 1635 | 2026-08-31T09:28:17.623Z | Compiling base64ct v1.8.3 |
| 1636 | 2026-08-31T09:28:17.623Z | Compiling rustix v0.38.44 |
| 1637 | 2026-08-31T09:28:17.670Z | Compiling cfg_aliases v0.2.2 |
| 1638 | 2026-08-31T09:28:17.683Z | Compiling unsafe-libyaml v0.2.11 |
| 1639 | 2026-08-31T09:28:17.741Z | Compiling nix v0.31.3 |
| 1640 | 2026-08-31T09:28:17.917Z | Compiling password-hash v0.5.0 |
| 1641 | 2026-08-31T09:28:18.117Z | Compiling ciborium-ll v0.2.2 |
| 1642 | 2026-08-31T09:28:18.151Z | Compiling poly1305 v0.8.0 |
| 1643 | 2026-08-31T09:28:18.334Z | Compiling serde_yaml v0.9.34+deprecated |
| 1644 | 2026-08-31T09:28:18.353Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-08-31T09:28:18.353Z | Compiling num v0.4.3 |
| 1646 | 2026-08-31T09:28:18.663Z | Compiling thiserror-no-std v2.0.2 |
| 1647 | 2026-08-31T09:28:18.901Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-08-31T09:28:19.318Z | Compiling darling v0.21.3 |
| 1649 | 2026-08-31T09:28:19.334Z | Compiling chacha20 v0.9.1 |
| 1650 | 2026-08-31T09:28:19.556Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1651 | 2026-08-31T09:28:19.606Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1652 | 2026-08-31T09:28:19.812Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1653 | 2026-08-31T09:28:20.217Z | Compiling blake2 v0.10.6 |
| 1654 | 2026-08-31T09:28:20.245Z | Compiling aead v0.5.2 |
| 1655 | 2026-08-31T09:28:20.406Z | Compiling byte-wrapper v0.1.0 |
| 1656 | 2026-08-31T09:28:20.672Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1657 | 2026-08-31T09:28:20.703Z | Compiling proc-macro-error-attr v1.0.4 |
| 1658 | 2026-08-31T09:28:20.934Z | Compiling keccak v0.1.6 |
| 1659 | 2026-08-31T09:28:21.050Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1660 | 2026-08-31T09:28:21.065Z | Compiling prettyplease v0.2.37 |
| 1661 | 2026-08-31T09:28:21.195Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-08-31T09:28:21.269Z | Compiling sha3 v0.10.9 |
| 1663 | 2026-08-31T09:28:21.582Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1664 | 2026-08-31T09:28:21.607Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1665 | 2026-08-31T09:28:22.036Z | Compiling argon2 v0.5.3 |
| 1666 | 2026-08-31T09:28:22.066Z | Compiling chacha20poly1305 v0.10.1 |
| 1667 | 2026-08-31T09:28:22.150Z | Compiling proc-macro-crate v3.5.0 |
| 1668 | 2026-08-31T09:28:22.547Z | Compiling ingot-macros v0.1.1 |
| 1669 | 2026-08-31T09:28:22.596Z | Compiling vsss-rs v3.3.4 |
| 1670 | 2026-08-31T09:28:22.654Z | Compiling ciborium v0.2.2 |
| 1671 | 2026-08-31T09:28:23.076Z | Compiling usdt-attr-macro v0.5.0 |
| 1672 | 2026-08-31T09:28:23.234Z | Compiling usdt-macro v0.5.0 |
| 1673 | 2026-08-31T09:28:24.183Z | Compiling serde_spanned v0.6.9 |
| 1674 | 2026-08-31T09:28:24.269Z | Compiling num-derive v0.4.2 |
| 1675 | 2026-08-31T09:28:24.320Z | Compiling enum-as-inner v0.6.1 |
| 1676 | 2026-08-31T09:28:24.529Z | Compiling proc-macro-error v1.0.4 |
| 1677 | 2026-08-31T09:28:24.758Z | Compiling memmap v0.7.0 |
| 1678 | 2026-08-31T09:28:24.821Z | Compiling winnow v0.5.40 |
| 1679 | 2026-08-31T09:28:24.885Z | Compiling winnow v0.7.15 |
| 1680 | 2026-08-31T09:28:24.944Z | Compiling data-encoding v2.11.1 |
| 1681 | 2026-08-31T09:28:25.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1682 | 2026-08-31T09:28:25.193Z | Compiling indent_write v2.2.0 |
| 1683 | 2026-08-31T09:28:25.227Z | Compiling toml_write v0.1.2 |
| 1684 | 2026-08-31T09:28:25.251Z | Compiling usdt v0.5.0 |
| 1685 | 2026-08-31T09:28:25.276Z | Compiling ingot-types v0.1.2 |
| 1686 | 2026-08-31T09:28:25.435Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1687 | 2026-08-31T09:28:25.497Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1688 | 2026-08-31T09:28:25.590Z | Compiling num_enum_derive v0.7.6 |
| 1689 | 2026-08-31T09:28:25.669Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1690 | 2026-08-31T09:28:26.113Z | Compiling foreign-types-macros v0.2.4 |
| 1691 | 2026-08-31T09:28:26.237Z | Compiling toml_edit v0.22.27 |
| 1692 | 2026-08-31T09:28:26.248Z | Compiling toml_edit v0.19.15 |
| 1693 | 2026-08-31T09:28:26.411Z | Compiling crossbeam-deque v0.8.7 |
| 1694 | 2026-08-31T09:28:26.676Z | Compiling vcpkg v0.2.15 |
| 1695 | 2026-08-31T09:28:26.689Z | Compiling colored v3.1.1 |
| 1696 | 2026-08-31T09:28:26.739Z | Compiling foreign-types-shared v0.3.1 |
| 1697 | 2026-08-31T09:28:26.831Z | Compiling bytecount v0.6.9 |
| 1698 | 2026-08-31T09:28:26.970Z | Compiling foreign-types v0.5.0 |
| 1699 | 2026-08-31T09:28:27.081Z | Compiling num_enum v0.7.6 |
| 1700 | 2026-08-31T09:28:27.220Z | Compiling openssl-sys v0.9.117 |
| 1701 | 2026-08-31T09:28:27.257Z | Compiling ingot v0.1.1 |
| 1702 | 2026-08-31T09:28:27.469Z | Compiling proc-macro-crate v1.3.1 |
| 1703 | 2026-08-31T09:28:27.760Z | Compiling toml v0.8.23 |
| 1704 | 2026-08-31T09:28:27.802Z | Compiling atomicwrites v0.4.4 |
| 1705 | 2026-08-31T09:28:28.111Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1706 | 2026-08-31T09:28:28.255Z | Compiling chacha20 v0.10.1 |
| 1707 | 2026-08-31T09:28:28.442Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1708 | 2026-08-31T09:28:28.517Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1709 | 2026-08-31T09:28:28.615Z | Compiling cstr-argument v0.1.2 |
| 1710 | 2026-08-31T09:28:28.773Z | Compiling rayon-core v1.13.0 |
| 1711 | 2026-08-31T09:28:28.809Z | Compiling linked-hash-map v0.5.6 |
| 1712 | 2026-08-31T09:28:28.820Z | Compiling resolv-conf v0.7.6 |
| 1713 | 2026-08-31T09:28:28.987Z | Compiling semver v0.1.20 |
| 1714 | 2026-08-31T09:28:29.000Z | Compiling heck v0.4.1 |
| 1715 | 2026-08-31T09:28:29.197Z | Compiling swrite v0.1.0 |
| 1716 | 2026-08-31T09:28:29.233Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1717 | 2026-08-31T09:28:29.246Z | Compiling unicode-segmentation v1.13.3 |
| 1718 | 2026-08-31T09:28:29.294Z | Compiling rustc_version v0.1.7 |
| 1719 | 2026-08-31T09:28:29.481Z | Compiling lru-cache v0.1.2 |
| 1720 | 2026-08-31T09:28:29.494Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1721 | 2026-08-31T09:28:29.558Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1722 | 2026-08-31T09:28:29.581Z | Compiling newline-converter v0.3.0 |
| 1723 | 2026-08-31T09:28:29.602Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1724 | 2026-08-31T09:28:29.670Z | Compiling rand v0.10.2 |
| 1725 | 2026-08-31T09:28:29.694Z | Compiling num_enum_derive v0.5.11 |
| 1726 | 2026-08-31T09:28:29.716Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1727 | 2026-08-31T09:28:29.815Z | Compiling hickory-proto v0.24.4 |
| 1728 | 2026-08-31T09:28:29.968Z | Compiling progenitor-impl v0.13.0 |
| 1729 | 2026-08-31T09:28:30.329Z | Compiling rustls-webpki v0.103.14 |
| 1730 | 2026-08-31T09:28:30.651Z | Compiling progenitor-impl v0.14.0 |
| 1731 | 2026-08-31T09:28:30.719Z | Compiling console v0.16.4 |
| 1732 | 2026-08-31T09:28:30.734Z | Compiling camino-tempfile v1.4.1 |
| 1733 | 2026-08-31T09:28:31.409Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1734 | 2026-08-31T09:28:31.423Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1735 | 2026-08-31T09:28:31.576Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-31T09:28:31.722Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1737 | 2026-08-31T09:28:31.734Z | Compiling derive-where v1.6.1 |
| 1738 | 2026-08-31T09:28:32.258Z | Compiling pin-project-internal v1.1.13 |
| 1739 | 2026-08-31T09:28:32.794Z | Compiling minimal-lexical v0.2.1 |
| 1740 | 2026-08-31T09:28:33.003Z | Compiling similar v3.2.0 |
| 1741 | 2026-08-31T09:28:33.052Z | Compiling siphasher v1.0.3 |
| 1742 | 2026-08-31T09:28:33.236Z | Compiling phf_shared v0.12.1 |
| 1743 | 2026-08-31T09:28:33.253Z | Compiling nom v7.1.3 |
| 1744 | 2026-08-31T09:28:33.364Z | Compiling pin-project v1.1.13 |
| 1745 | 2026-08-31T09:28:33.470Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1746 | 2026-08-31T09:28:33.660Z | Compiling progenitor-macro v0.13.0 |
| 1747 | 2026-08-31T09:28:33.906Z | Compiling tokio-rustls v0.26.4 |
| 1748 | 2026-08-31T09:28:34.182Z | Compiling hyper-rustls v0.27.9 |
| 1749 | 2026-08-31T09:28:34.312Z | Compiling rustls-platform-verifier v0.7.0 |
| 1750 | 2026-08-31T09:28:34.478Z | Compiling reqwest v0.13.4 |
| 1751 | 2026-08-31T09:28:35.885Z | Compiling progenitor-client v0.14.0 |
| 1752 | 2026-08-31T09:28:36.209Z | Compiling progenitor-extras v0.2.0 |
| 1753 | 2026-08-31T09:28:36.379Z | Compiling progenitor-client v0.13.0 |
| 1754 | 2026-08-31T09:28:36.457Z | Compiling progenitor-macro v0.14.0 |
| 1755 | 2026-08-31T09:28:37.225Z | Compiling expectorate v1.3.0 |
| 1756 | 2026-08-31T09:28:37.260Z | Compiling hickory-resolver v0.24.4 |
| 1757 | 2026-08-31T09:28:37.390Z | Compiling num_enum v0.5.11 |
| 1758 | 2026-08-31T09:28:37.512Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-08-31T09:28:39.921Z | Compiling newtype_derive v0.1.6 |
| 1760 | 2026-08-31T09:28:41.594Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1761 | 2026-08-31T09:28:41.664Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1762 | 2026-08-31T09:28:41.828Z | Compiling unicode-normalization v0.1.25 |
| 1763 | 2026-08-31T09:28:42.326Z | Compiling itertools v0.15.0 |
| 1764 | 2026-08-31T09:28:42.524Z | Compiling tokio-stream v0.1.19 |
| 1765 | 2026-08-31T09:28:43.678Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1766 | 2026-08-31T09:28:43.732Z | Compiling snafu-derive v0.8.9 |
| 1767 | 2026-08-31T09:28:43.945Z | Compiling async-recursion v1.1.1 |
| 1768 | 2026-08-31T09:28:44.154Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1769 | 2026-08-31T09:28:44.310Z | Compiling slog-dtrace v0.3.0 |
| 1770 | 2026-08-31T09:28:44.488Z | Compiling csv-core v0.1.13 |
| 1771 | 2026-08-31T09:28:44.552Z | Compiling bstr v1.13.1 |
| 1772 | 2026-08-31T09:28:44.644Z | Compiling highway v1.3.0 |
| 1773 | 2026-08-31T09:28:44.664Z | Compiling unicode-width v0.1.14 |
| 1774 | 2026-08-31T09:28:44.721Z | Compiling cancel-safe-futures v0.1.5 |
| 1775 | 2026-08-31T09:28:44.963Z | Compiling chrono-tz v0.10.4 |
| 1776 | 2026-08-31T09:28:45.033Z | Compiling owo-colors v4.3.0 |
| 1777 | 2026-08-31T09:28:45.044Z | Compiling jiff-core v0.1.0 |
| 1778 | 2026-08-31T09:28:45.099Z | Compiling foldhash v0.1.5 |
| 1779 | 2026-08-31T09:28:45.176Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1780 | 2026-08-31T09:28:45.188Z | Compiling unicode-xid v0.2.6 |
| 1781 | 2026-08-31T09:28:45.281Z | Compiling same-file v1.0.6 |
| 1782 | 2026-08-31T09:28:45.311Z | Compiling foreign-types-shared v0.1.1 |
| 1783 | 2026-08-31T09:28:45.356Z | Compiling openssl v0.10.81 |
| 1784 | 2026-08-31T09:28:45.403Z | Compiling konst_macro_rules v0.2.19 |
| 1785 | 2026-08-31T09:28:45.457Z | Compiling walkdir v2.5.0 |
| 1786 | 2026-08-31T09:28:45.503Z | Compiling snafu v0.8.9 |
| 1787 | 2026-08-31T09:28:45.579Z | Compiling konst v0.2.20 |
| 1788 | 2026-08-31T09:28:45.643Z | Compiling foreign-types v0.3.2 |
| 1789 | 2026-08-31T09:28:45.765Z | Compiling const_format_proc_macros v0.2.34 |
| 1790 | 2026-08-31T09:28:45.811Z | Compiling jiff v0.2.35 |
| 1791 | 2026-08-31T09:28:45.815Z | Compiling hashbrown v0.15.5 |
| 1792 | 2026-08-31T09:28:45.932Z | Compiling globset v0.4.20 |
| 1793 | 2026-08-31T09:28:46.112Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1794 | 2026-08-31T09:28:46.240Z | Compiling csv v1.4.0 |
| 1795 | 2026-08-31T09:28:46.662Z | Compiling ingot-macros v0.2.0 |
| 1796 | 2026-08-31T09:28:46.805Z | Compiling qorb v0.4.1 |
| 1797 | 2026-08-31T09:28:46.817Z | Compiling olpc-cjson v0.1.4 |
| 1798 | 2026-08-31T09:28:46.925Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1799 | 2026-08-31T09:28:46.978Z | Compiling progenitor v0.14.0 |
| 1800 | 2026-08-31T09:28:47.120Z | Compiling progenitor v0.13.0 |
| 1801 | 2026-08-31T09:28:47.268Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1802 | 2026-08-31T09:28:48.032Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1803 | 2026-08-31T09:28:48.221Z | Compiling rayon v1.12.0 |
| 1804 | 2026-08-31T09:28:48.330Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1805 | 2026-08-31T09:28:48.923Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1806 | 2026-08-31T09:28:49.275Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1807 | 2026-08-31T09:28:49.449Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1808 | 2026-08-31T09:28:49.815Z | Compiling phf v0.12.1 |
| 1809 | 2026-08-31T09:28:49.931Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1810 | 2026-08-31T09:28:49.968Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1811 | 2026-08-31T09:28:50.416Z | Compiling zone_cfg_derive v0.3.1 |
| 1812 | 2026-08-31T09:28:50.572Z | Compiling tokio-dtrace v0.1.1 |
| 1813 | 2026-08-31T09:28:50.694Z | Compiling itertools v0.12.1 |
| 1814 | 2026-08-31T09:28:50.716Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1815 | 2026-08-31T09:28:50.838Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-31T09:28:50.841Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1817 | 2026-08-31T09:28:50.913Z | Compiling libsw-core v0.3.2 |
| 1818 | 2026-08-31T09:28:51.101Z | Compiling pem v3.0.6 |
| 1819 | 2026-08-31T09:28:51.166Z | Compiling serde_plain v1.0.2 |
| 1820 | 2026-08-31T09:28:51.244Z | Compiling openssl-macros v0.1.1 |
| 1821 | 2026-08-31T09:28:51.381Z | Compiling cookie v0.18.2 |
| 1822 | 2026-08-31T09:28:51.451Z | Compiling sigpipe v0.1.3 |
| 1823 | 2026-08-31T09:28:51.494Z | Compiling fixedbitset v0.5.7 |
| 1824 | 2026-08-31T09:28:51.544Z | Compiling glob v0.3.4 |
| 1825 | 2026-08-31T09:28:51.628Z | Compiling typed-path v0.9.3 |
| 1826 | 2026-08-31T09:28:51.756Z | Compiling fixedbitset v0.4.2 |
| 1827 | 2026-08-31T09:28:51.845Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1828 | 2026-08-31T09:28:52.002Z | Compiling zone v0.3.1 |
| 1829 | 2026-08-31T09:28:52.015Z | Compiling petgraph v0.6.5 |
| 1830 | 2026-08-31T09:28:52.088Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-31T09:28:52.581Z | Compiling tough v0.22.0 |
| 1832 | 2026-08-31T09:28:52.818Z | Compiling petgraph v0.8.3 |
| 1833 | 2026-08-31T09:28:52.882Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1834 | 2026-08-31T09:28:53.001Z | Compiling libsw v3.5.0 |
| 1835 | 2026-08-31T09:28:53.185Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1836 | 2026-08-31T09:28:53.443Z | Compiling oxide-tokio-rt v0.1.6 |
| 1837 | 2026-08-31T09:28:53.558Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1838 | 2026-08-31T09:28:54.615Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-08-31T09:28:54.628Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1840 | 2026-08-31T09:28:54.799Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-31T09:28:54.811Z | Compiling ingot-types v0.2.0 |
| 1842 | 2026-08-31T09:28:55.087Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1843 | 2026-08-31T09:28:55.186Z | Compiling const_format v0.2.36 |
| 1844 | 2026-08-31T09:28:55.207Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1845 | 2026-08-31T09:28:55.538Z | Compiling papergrid v0.11.0 |
| 1846 | 2026-08-31T09:28:55.671Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1847 | 2026-08-31T09:28:56.189Z | Compiling tabled_derive v0.7.0 |
| 1848 | 2026-08-31T09:28:56.289Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1849 | 2026-08-31T09:28:56.300Z | Compiling libscf-sys v1.2.0 |
| 1850 | 2026-08-31T09:28:56.366Z | Compiling gethostname v0.5.0 |
| 1851 | 2026-08-31T09:28:56.440Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1852 | 2026-08-31T09:28:56.490Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1853 | 2026-08-31T09:28:56.562Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1854 | 2026-08-31T09:28:56.690Z | Compiling smf v0.2.3 |
| 1855 | 2026-08-31T09:28:56.693Z | Compiling bcs v0.1.6 |
| 1856 | 2026-08-31T09:28:57.014Z | Compiling linear-map v1.2.0 |
| 1857 | 2026-08-31T09:28:57.115Z | Compiling whoami v1.6.1 |
| 1858 | 2026-08-31T09:28:57.118Z | Compiling tagptr v0.2.0 |
| 1859 | 2026-08-31T09:28:57.204Z | Compiling lazy_static v1.5.0 |
| 1860 | 2026-08-31T09:28:57.275Z | Compiling termtree v0.5.1 |
| 1861 | 2026-08-31T09:28:57.305Z | Compiling unicode-linebreak v0.1.5 |
| 1862 | 2026-08-31T09:28:57.316Z | Compiling smawk v0.3.3 |
| 1863 | 2026-08-31T09:28:57.432Z | Compiling steno v0.4.1 |
| 1864 | 2026-08-31T09:28:57.432Z | Compiling moka v0.12.16 |
| 1865 | 2026-08-31T09:28:57.455Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1866 | 2026-08-31T09:28:57.559Z | Compiling textwrap v0.16.2 |
| 1867 | 2026-08-31T09:28:57.920Z | Compiling tabled v0.15.0 |
| 1868 | 2026-08-31T09:28:58.261Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1869 | 2026-08-31T09:28:58.387Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1870 | 2026-08-31T09:28:58.391Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1871 | 2026-08-31T09:28:59.077Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1872 | 2026-08-31T09:28:59.275Z | Compiling ingot v0.2.1 |
| 1873 | 2026-08-31T09:29:00.671Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1874 | 2026-08-31T09:29:01.221Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1875 | 2026-08-31T09:29:01.301Z | Compiling papergrid v0.18.0 |
| 1876 | 2026-08-31T09:29:01.376Z | Compiling hickory-proto v0.25.2 |
| 1877 | 2026-08-31T09:29:01.600Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1878 | 2026-08-31T09:29:01.689Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1879 | 2026-08-31T09:29:02.022Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1880 | 2026-08-31T09:29:02.267Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1881 | 2026-08-31T09:29:02.374Z | Compiling parking_lot_core v0.8.6 |
| 1882 | 2026-08-31T09:29:02.553Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1883 | 2026-08-31T09:29:02.655Z | Compiling tabled v0.21.0 |
| 1884 | 2026-08-31T09:29:02.681Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1885 | 2026-08-31T09:29:03.365Z | Compiling hickory-resolver v0.25.2 |
| 1886 | 2026-08-31T09:29:03.823Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1887 | 2026-08-31T09:29:04.217Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1888 | 2026-08-31T09:29:04.617Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1889 | 2026-08-31T09:29:05.219Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1890 | 2026-08-31T09:29:05.248Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1891 | 2026-08-31T09:29:05.328Z | Compiling crc8 v0.1.1 |
| 1892 | 2026-08-31T09:29:05.448Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1893 | 2026-08-31T09:29:05.512Z | Compiling parking_lot v0.11.2 |
| 1894 | 2026-08-31T09:29:05.650Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1895 | 2026-08-31T09:29:05.664Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1896 | 2026-08-31T09:29:05.935Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1897 | 2026-08-31T09:29:06.140Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1898 | 2026-08-31T09:29:06.340Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1899 | 2026-08-31T09:29:06.524Z | Compiling fxhash v0.2.1 |
| 1900 | 2026-08-31T09:29:06.670Z | Compiling sled v0.34.7 |
| 1901 | 2026-08-31T09:29:06.805Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1902 | 2026-08-31T09:29:06.880Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1903 | 2026-08-31T09:29:07.115Z | Compiling port-file v0.1.0 |
| 1904 | 2026-08-31T09:29:07.127Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1905 | 2026-08-31T09:29:07.182Z | Compiling diff v0.1.13 |
| 1906 | 2026-08-31T09:29:07.318Z | Compiling yansi v1.0.1 |
| 1907 | 2026-08-31T09:29:07.643Z | Compiling pretty_assertions v1.4.1 |
| 1908 | 2026-08-31T09:29:08.476Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1909 | 2026-08-31T09:29:16.494Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1910 | 2026-08-31T09:29:18.103Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1911 | 2026-08-31T09:29:19.179Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1912 | 2026-08-31T09:29:20.143Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1913 | 2026-08-31T09:29:46.078Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1914 | 2026-08-31T09:29:46.314Z | ──────────── |
| 1915 | 2026-08-31T09:29:46.314Z | Nextest run ID c64650ed-f7f7-46b7-81e2-dbed71b769bb with nextest profile: default |
| 1916 | 2026-08-31T09:29:46.314Z | Starting 46 tests across 3 binaries |
| 1917 | 2026-08-31T09:29:46.322Z | START ddm db::test::test_effective_tunnel_route_set |
| 1918 | 2026-08-31T09:29:46.322Z | |
| 1919 | 2026-08-31T09:29:46.322Z | running 1 test |
| 1920 | 2026-08-31T09:29:46.322Z | test db::test::test_effective_tunnel_route_set ... ok |
| 1921 | 2026-08-31T09:29:46.322Z | |
| 1922 | 2026-08-31T09:29:46.322Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1923 | 2026-08-31T09:29:46.322Z | |
| 1924 | 2026-08-31T09:29:46.322Z | PASS [ 0.008s] ddm db::test::test_effective_tunnel_route_set |
| 1925 | 2026-08-31T09:29:46.322Z | START ddm discovery::runtime::tests::negotiate_version_contract |
| 1926 | 2026-08-31T09:29:46.322Z | |
| 1927 | 2026-08-31T09:29:46.322Z | running 1 test |
| 1928 | 2026-08-31T09:29:46.322Z | test discovery::runtime::tests::negotiate_version_contract ... ok |
| 1929 | 2026-08-31T09:29:46.322Z | |
| 1930 | 2026-08-31T09:29:46.322Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1931 | 2026-08-31T09:29:46.322Z | |
| 1932 | 2026-08-31T09:29:46.322Z | PASS [ 0.007s] ddm discovery::runtime::tests::negotiate_version_contract |
| 1933 | 2026-08-31T09:29:46.322Z | START ddm exchange::paging::tests::a_group_is_never_split_across_pages |
| 1934 | 2026-08-31T09:29:46.322Z | |
| 1935 | 2026-08-31T09:29:46.322Z | running 1 test |
| 1936 | 2026-08-31T09:29:46.322Z | test exchange::paging::tests::a_group_is_never_split_across_pages ... ok |
| 1937 | 2026-08-31T09:29:46.322Z | |
| 1938 | 2026-08-31T09:29:46.322Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1939 | 2026-08-31T09:29:46.322Z | |
| 1940 | 2026-08-31T09:29:46.322Z | PASS [ 0.009s] ddm exchange::paging::tests::a_group_is_never_split_across_pages |
| 1941 | 2026-08-31T09:29:46.322Z | START ddm exchange::paging::tests::a_group_round_trips_through_its_token |
| 1942 | 2026-08-31T09:29:46.322Z | |
| 1943 | 2026-08-31T09:29:46.322Z | running 1 test |
| 1944 | 2026-08-31T09:29:46.323Z | test exchange::paging::tests::a_group_round_trips_through_its_token ... ok |
| 1945 | 2026-08-31T09:29:46.323Z | |
| 1946 | 2026-08-31T09:29:46.323Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1947 | 2026-08-31T09:29:46.323Z | |
| 1948 | 2026-08-31T09:29:46.323Z | PASS [ 0.008s] ddm exchange::paging::tests::a_group_round_trips_through_its_token |
| 1949 | 2026-08-31T09:29:46.323Z | START ddm exchange::paging::tests::a_token_is_query_safe |
| 1950 | 2026-08-31T09:29:46.323Z | |
| 1951 | 2026-08-31T09:29:46.323Z | running 1 test |
| 1952 | 2026-08-31T09:29:46.323Z | test exchange::paging::tests::a_token_is_query_safe ... ok |
| 1953 | 2026-08-31T09:29:46.323Z | |
| 1954 | 2026-08-31T09:29:46.323Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1955 | 2026-08-31T09:29:46.323Z | |
| 1956 | 2026-08-31T09:29:46.323Z | PASS [ 0.008s] ddm exchange::paging::tests::a_token_is_query_safe |
| 1957 | 2026-08-31T09:29:46.323Z | START ddm exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk |
| 1958 | 2026-08-31T09:29:46.323Z | |
| 1959 | 2026-08-31T09:29:46.323Z | running 1 test |
| 1960 | 2026-08-31T09:29:46.323Z | test exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk ... ok |
| 1961 | 2026-08-31T09:29:46.323Z | |
| 1962 | 2026-08-31T09:29:46.323Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1963 | 2026-08-31T09:29:46.323Z | |
| 1964 | 2026-08-31T09:29:46.323Z | PASS [ 0.008s] ddm exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk |
| 1965 | 2026-08-31T09:29:46.323Z | START ddm exchange::paging::tests::empty_exchange_set_yields_one_empty_batch |
| 1966 | 2026-08-31T09:29:46.323Z | |
| 1967 | 2026-08-31T09:29:46.323Z | running 1 test |
| 1968 | 2026-08-31T09:29:46.323Z | test exchange::paging::tests::empty_exchange_set_yields_one_empty_batch ... ok |
| 1969 | 2026-08-31T09:29:46.323Z | |
| 1970 | 2026-08-31T09:29:46.323Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1971 | 2026-08-31T09:29:46.323Z | |
| 1972 | 2026-08-31T09:29:46.323Z | PASS [ 0.007s] ddm exchange::paging::tests::empty_exchange_set_yields_one_empty_batch |
| 1973 | 2026-08-31T09:29:46.323Z | START ddm exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch |
| 1974 | 2026-08-31T09:29:46.327Z | |
| 1975 | 2026-08-31T09:29:46.327Z | running 1 test |
| 1976 | 2026-08-31T09:29:46.327Z | test exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch ... ok |
| 1977 | 2026-08-31T09:29:46.327Z | |
| 1978 | 2026-08-31T09:29:46.327Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1979 | 2026-08-31T09:29:46.327Z | |
| 1980 | 2026-08-31T09:29:46.327Z | PASS [ 0.008s] ddm exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch |
| 1981 | 2026-08-31T09:29:46.327Z | START ddm exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group |
| 1982 | 2026-08-31T09:29:46.331Z | |
| 1983 | 2026-08-31T09:29:46.331Z | running 1 test |
| 1984 | 2026-08-31T09:29:46.334Z | test exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group ... ok |
| 1985 | 2026-08-31T09:29:46.335Z | |
| 1986 | 2026-08-31T09:29:46.335Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1987 | 2026-08-31T09:29:46.335Z | |
| 1988 | 2026-08-31T09:29:46.335Z | PASS [ 0.008s] ddm exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group |
| 1989 | 2026-08-31T09:29:46.335Z | START ddm exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction |
| 1990 | 2026-08-31T09:29:46.340Z | |
| 1991 | 2026-08-31T09:29:46.340Z | running 1 test |
| 1992 | 2026-08-31T09:29:46.343Z | test exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction ... ok |
| 1993 | 2026-08-31T09:29:46.343Z | |
| 1994 | 2026-08-31T09:29:46.343Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 1995 | 2026-08-31T09:29:46.343Z | |
| 1996 | 2026-08-31T09:29:46.343Z | PASS [ 0.008s] ddm exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction |
| 1997 | 2026-08-31T09:29:46.343Z | START ddm exchange::paging::tests::keyset_walk_reads_every_group_exactly_once |
| 1998 | 2026-08-31T09:29:46.347Z | |
| 1999 | 2026-08-31T09:29:46.347Z | running 1 test |
| 2000 | 2026-08-31T09:29:46.350Z | test exchange::paging::tests::keyset_walk_reads_every_group_exactly_once ... ok |
| 2001 | 2026-08-31T09:29:46.350Z | |
| 2002 | 2026-08-31T09:29:46.350Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2003 | 2026-08-31T09:29:46.350Z | |
| 2004 | 2026-08-31T09:29:46.350Z | PASS [ 0.008s] ddm exchange::paging::tests::keyset_walk_reads_every_group_exactly_once |
| 2005 | 2026-08-31T09:29:46.350Z | START ddm exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector |
| 2006 | 2026-08-31T09:29:46.356Z | |
| 2007 | 2026-08-31T09:29:46.356Z | running 1 test |
| 2008 | 2026-08-31T09:29:46.359Z | test exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector ... ok |
| 2009 | 2026-08-31T09:29:46.359Z | |
| 2010 | 2026-08-31T09:29:46.359Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2011 | 2026-08-31T09:29:46.359Z | |
| 2012 | 2026-08-31T09:29:46.359Z | PASS [ 0.008s] ddm exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector |
| 2013 | 2026-08-31T09:29:46.360Z | START ddm exchange::paging::tests::oversized_group_is_rejected_by_page_multicast |
| 2014 | 2026-08-31T09:29:46.365Z | |
| 2015 | 2026-08-31T09:29:46.365Z | running 1 test |
| 2016 | 2026-08-31T09:29:46.368Z | test exchange::paging::tests::oversized_group_is_rejected_by_page_multicast ... ok |
| 2017 | 2026-08-31T09:29:46.368Z | |
| 2018 | 2026-08-31T09:29:46.368Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2019 | 2026-08-31T09:29:46.368Z | |
| 2020 | 2026-08-31T09:29:46.368Z | PASS [ 0.008s] ddm exchange::paging::tests::oversized_group_is_rejected_by_page_multicast |
| 2021 | 2026-08-31T09:29:46.368Z | START ddm exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor |
| 2022 | 2026-08-31T09:29:46.371Z | |
| 2023 | 2026-08-31T09:29:46.371Z | running 1 test |
| 2024 | 2026-08-31T09:29:46.375Z | test exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor ... ok |
| 2025 | 2026-08-31T09:29:46.375Z | |
| 2026 | 2026-08-31T09:29:46.375Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2027 | 2026-08-31T09:29:46.375Z | |
| 2028 | 2026-08-31T09:29:46.375Z | PASS [ 0.008s] ddm exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor |
| 2029 | 2026-08-31T09:29:46.375Z | START ddm exchange::paging::tests::snapshot_within_budget_is_one_page |
| 2030 | 2026-08-31T09:29:46.380Z | |
| 2031 | 2026-08-31T09:29:46.380Z | running 1 test |
| 2032 | 2026-08-31T09:29:46.383Z | test exchange::paging::tests::snapshot_within_budget_is_one_page ... ok |
| 2033 | 2026-08-31T09:29:46.383Z | |
| 2034 | 2026-08-31T09:29:46.383Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2035 | 2026-08-31T09:29:46.383Z | |
| 2036 | 2026-08-31T09:29:46.383Z | PASS [ 0.008s] ddm exchange::paging::tests::snapshot_within_budget_is_one_page |
| 2037 | 2026-08-31T09:29:46.383Z | START ddm exchange::paging::tests::vector_larger_than_budget_is_an_error |
| 2038 | 2026-08-31T09:29:46.387Z | |
| 2039 | 2026-08-31T09:29:46.388Z | running 1 test |
| 2040 | 2026-08-31T09:29:46.391Z | test exchange::paging::tests::vector_larger_than_budget_is_an_error ... ok |
| 2041 | 2026-08-31T09:29:46.391Z | |
| 2042 | 2026-08-31T09:29:46.391Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2043 | 2026-08-31T09:29:46.391Z | |
| 2044 | 2026-08-31T09:29:46.391Z | PASS [ 0.008s] ddm exchange::paging::tests::vector_larger_than_budget_is_an_error |
| 2045 | 2026-08-31T09:29:46.391Z | START ddm exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop |
| 2046 | 2026-08-31T09:29:46.395Z | |
| 2047 | 2026-08-31T09:29:46.395Z | running 1 test |
| 2048 | 2026-08-31T09:29:46.431Z | test exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop ... ok |
| 2049 | 2026-08-31T09:29:46.431Z | |
| 2050 | 2026-08-31T09:29:46.431Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.04s |
| 2051 | 2026-08-31T09:29:46.431Z | |
| 2052 | 2026-08-31T09:29:46.435Z | PASS [ 0.046s] ddm exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop |
| 2053 | 2026-08-31T09:29:46.436Z | START ddm exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated |
| 2054 | 2026-08-31T09:29:46.444Z | |
| 2055 | 2026-08-31T09:29:46.444Z | running 1 test |
| 2056 | 2026-08-31T09:29:46.485Z | test exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated ... ok |
| 2057 | 2026-08-31T09:29:46.485Z | |
| 2058 | 2026-08-31T09:29:46.485Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.04s |
| 2059 | 2026-08-31T09:29:46.485Z | |
| 2060 | 2026-08-31T09:29:46.490Z | PASS [ 0.048s] ddm exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated |
| 2061 | 2026-08-31T09:29:46.490Z | START ddm exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path |
| 2062 | 2026-08-31T09:29:46.493Z | |
| 2063 | 2026-08-31T09:29:46.493Z | running 1 test |
| 2064 | 2026-08-31T09:29:46.524Z | test exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path ... ok |
| 2065 | 2026-08-31T09:29:46.524Z | |
| 2066 | 2026-08-31T09:29:46.524Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.03s |
| 2067 | 2026-08-31T09:29:46.524Z | |
| 2068 | 2026-08-31T09:29:46.527Z | PASS [ 0.044s] ddm exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path |
| 2069 | 2026-08-31T09:29:46.527Z | START ddm exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal |
| 2070 | 2026-08-31T09:29:46.535Z | |
| 2071 | 2026-08-31T09:29:46.535Z | running 1 test |
| 2072 | 2026-08-31T09:29:46.570Z | test exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal ... ok |
| 2073 | 2026-08-31T09:29:46.570Z | |
| 2074 | 2026-08-31T09:29:46.570Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.03s |
| 2075 | 2026-08-31T09:29:46.570Z | |
| 2076 | 2026-08-31T09:29:46.574Z | PASS [ 0.045s] ddm exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal |
| 2077 | 2026-08-31T09:29:46.574Z | START ddm exchange::tests::deterministic_size_errors_do_not_expire_peers |
| 2078 | 2026-08-31T09:29:46.581Z | |
| 2079 | 2026-08-31T09:29:46.581Z | running 1 test |
| 2080 | 2026-08-31T09:29:46.585Z | test exchange::tests::deterministic_size_errors_do_not_expire_peers ... ok |
| 2081 | 2026-08-31T09:29:46.585Z | |
| 2082 | 2026-08-31T09:29:46.585Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2083 | 2026-08-31T09:29:46.585Z | |
| 2084 | 2026-08-31T09:29:46.585Z | PASS [ 0.009s] ddm exchange::tests::deterministic_size_errors_do_not_expire_peers |
| 2085 | 2026-08-31T09:29:46.585Z | START ddm exchange::tests::transport_and_protocol_errors_expire_peers |
| 2086 | 2026-08-31T09:29:46.589Z | |
| 2087 | 2026-08-31T09:29:46.589Z | running 1 test |
| 2088 | 2026-08-31T09:29:46.589Z | test exchange::tests::transport_and_protocol_errors_expire_peers ... ok |
| 2089 | 2026-08-31T09:29:46.589Z | |
| 2090 | 2026-08-31T09:29:46.589Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2091 | 2026-08-31T09:29:46.589Z | |
| 2092 | 2026-08-31T09:29:46.594Z | PASS [ 0.008s] ddm exchange::tests::transport_and_protocol_errors_expire_peers |
| 2093 | 2026-08-31T09:29:46.595Z | START ddm mcast::tests::absent_group_with_imports_stays_tracked |
| 2094 | 2026-08-31T09:29:46.600Z | |
| 2095 | 2026-08-31T09:29:46.600Z | running 1 test |
| 2096 | 2026-08-31T09:29:46.600Z | test mcast::tests::absent_group_with_imports_stays_tracked ... ok |
| 2097 | 2026-08-31T09:29:46.600Z | |
| 2098 | 2026-08-31T09:29:46.600Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2099 | 2026-08-31T09:29:46.600Z | |
| 2100 | 2026-08-31T09:29:46.600Z | PASS [ 0.009s] ddm mcast::tests::absent_group_with_imports_stays_tracked |
| 2101 | 2026-08-31T09:29:46.600Z | START ddm mcast::tests::absent_group_without_imports_drops |
| 2102 | 2026-08-31T09:29:46.606Z | |
| 2103 | 2026-08-31T09:29:46.606Z | running 1 test |
| 2104 | 2026-08-31T09:29:46.609Z | test mcast::tests::absent_group_without_imports_drops ... ok |
| 2105 | 2026-08-31T09:29:46.609Z | |
| 2106 | 2026-08-31T09:29:46.609Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2107 | 2026-08-31T09:29:46.610Z | |
| 2108 | 2026-08-31T09:29:46.610Z | PASS [ 0.008s] ddm mcast::tests::absent_group_without_imports_drops |
| 2109 | 2026-08-31T09:29:46.610Z | START ddm mcast::tests::active_group_with_drifted_members_writes_derived_set |
| 2110 | 2026-08-31T09:29:46.615Z | |
| 2111 | 2026-08-31T09:29:46.615Z | running 1 test |
| 2112 | 2026-08-31T09:29:46.615Z | test mcast::tests::active_group_with_drifted_members_writes_derived_set ... ok |
| 2113 | 2026-08-31T09:29:46.615Z | |
| 2114 | 2026-08-31T09:29:46.615Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2115 | 2026-08-31T09:29:46.615Z | |
| 2116 | 2026-08-31T09:29:46.618Z | PASS [ 0.009s] ddm mcast::tests::active_group_with_drifted_members_writes_derived_set |
| 2117 | 2026-08-31T09:29:46.619Z | START ddm mcast::tests::active_group_with_matching_members_skips_write |
| 2118 | 2026-08-31T09:29:46.622Z | |
| 2119 | 2026-08-31T09:29:46.622Z | running 1 test |
| 2120 | 2026-08-31T09:29:46.622Z | test mcast::tests::active_group_with_matching_members_skips_write ... ok |
| 2121 | 2026-08-31T09:29:46.622Z | |
| 2122 | 2026-08-31T09:29:46.622Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2123 | 2026-08-31T09:29:46.622Z | |
| 2124 | 2026-08-31T09:29:46.626Z | PASS [ 0.008s] ddm mcast::tests::active_group_with_matching_members_skips_write |
| 2125 | 2026-08-31T09:29:46.626Z | START ddm mcast::tests::distinct_peers_become_distinct_members |
| 2126 | 2026-08-31T09:29:46.629Z | |
| 2127 | 2026-08-31T09:29:46.629Z | running 1 test |
| 2128 | 2026-08-31T09:29:46.633Z | test mcast::tests::distinct_peers_become_distinct_members ... ok |
| 2129 | 2026-08-31T09:29:46.633Z | |
| 2130 | 2026-08-31T09:29:46.633Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2131 | 2026-08-31T09:29:46.633Z | |
| 2132 | 2026-08-31T09:29:46.633Z | PASS [ 0.008s] ddm mcast::tests::distinct_peers_become_distinct_members |
| 2133 | 2026-08-31T09:29:46.633Z | START ddm mcast::tests::empty_write_retry_keeps_withdrawn_group |
| 2134 | 2026-08-31T09:29:46.637Z | |
| 2135 | 2026-08-31T09:29:46.638Z | running 1 test |
| 2136 | 2026-08-31T09:29:46.641Z | test mcast::tests::empty_write_retry_keeps_withdrawn_group ... ok |
| 2137 | 2026-08-31T09:29:46.641Z | |
| 2138 | 2026-08-31T09:29:46.641Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2139 | 2026-08-31T09:29:46.641Z | |
| 2140 | 2026-08-31T09:29:46.641Z | PASS [ 0.008s] ddm mcast::tests::empty_write_retry_keeps_withdrawn_group |
| 2141 | 2026-08-31T09:29:46.641Z | START ddm mcast::tests::group_drains_and_readds_across_passes |
| 2142 | 2026-08-31T09:29:46.645Z | |
| 2143 | 2026-08-31T09:29:46.645Z | running 1 test |
| 2144 | 2026-08-31T09:29:46.649Z | test mcast::tests::group_drains_and_readds_across_passes ... ok |
| 2145 | 2026-08-31T09:29:46.649Z | |
| 2146 | 2026-08-31T09:29:46.649Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2147 | 2026-08-31T09:29:46.649Z | |
| 2148 | 2026-08-31T09:29:46.649Z | PASS [ 0.009s] ddm mcast::tests::group_drains_and_readds_across_passes |
| 2149 | 2026-08-31T09:29:46.649Z | START ddm mcast::tests::mixed_resolution_returns_members_and_unresolved |
| 2150 | 2026-08-31T09:29:46.654Z | |
| 2151 | 2026-08-31T09:29:46.654Z | running 1 test |
| 2152 | 2026-08-31T09:29:46.657Z | test mcast::tests::mixed_resolution_returns_members_and_unresolved ... ok |
| 2153 | 2026-08-31T09:29:46.657Z | |
| 2154 | 2026-08-31T09:29:46.657Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2155 | 2026-08-31T09:29:46.657Z | |
| 2156 | 2026-08-31T09:29:46.657Z | PASS [ 0.008s] ddm mcast::tests::mixed_resolution_returns_members_and_unresolved |
| 2157 | 2026-08-31T09:29:46.657Z | START ddm mcast::tests::notify_deduplicates_groups |
| 2158 | 2026-08-31T09:29:46.662Z | |
| 2159 | 2026-08-31T09:29:46.662Z | running 1 test |
| 2160 | 2026-08-31T09:29:46.665Z | test mcast::tests::notify_deduplicates_groups ... ok |
| 2161 | 2026-08-31T09:29:46.665Z | |
| 2162 | 2026-08-31T09:29:46.665Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2163 | 2026-08-31T09:29:46.665Z | |
| 2164 | 2026-08-31T09:29:46.665Z | PASS [ 0.008s] ddm mcast::tests::notify_deduplicates_groups |
| 2165 | 2026-08-31T09:29:46.665Z | START ddm mcast::tests::read_retry_keeps_withdrawn_group |
| 2166 | 2026-08-31T09:29:46.670Z | |
| 2167 | 2026-08-31T09:29:46.670Z | running 1 test |
| 2168 | 2026-08-31T09:29:46.673Z | test mcast::tests::read_retry_keeps_withdrawn_group ... ok |
| 2169 | 2026-08-31T09:29:46.673Z | |
| 2170 | 2026-08-31T09:29:46.673Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2171 | 2026-08-31T09:29:46.673Z | |
| 2172 | 2026-08-31T09:29:46.673Z | PASS [ 0.008s] ddm mcast::tests::read_retry_keeps_withdrawn_group |
| 2173 | 2026-08-31T09:29:46.673Z | START ddm mcast::tests::same_link_peers_share_member |
| 2174 | 2026-08-31T09:29:46.678Z | |
| 2175 | 2026-08-31T09:29:46.678Z | running 1 test |
| 2176 | 2026-08-31T09:29:46.681Z | test mcast::tests::same_link_peers_share_member ... ok |
| 2177 | 2026-08-31T09:29:46.681Z | |
| 2178 | 2026-08-31T09:29:46.681Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2179 | 2026-08-31T09:29:46.681Z | |
| 2180 | 2026-08-31T09:29:46.681Z | PASS [ 0.008s] ddm mcast::tests::same_link_peers_share_member |
| 2181 | 2026-08-31T09:29:46.681Z | START ddm mcast::tests::stale_empty_write_drops_withdrawn_group |
| 2182 | 2026-08-31T09:29:46.686Z | |
| 2183 | 2026-08-31T09:29:46.686Z | running 1 test |
| 2184 | 2026-08-31T09:29:46.689Z | test mcast::tests::stale_empty_write_drops_withdrawn_group ... ok |
| 2185 | 2026-08-31T09:29:46.689Z | |
| 2186 | 2026-08-31T09:29:46.689Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2187 | 2026-08-31T09:29:46.689Z | |
| 2188 | 2026-08-31T09:29:46.689Z | PASS [ 0.008s] ddm mcast::tests::stale_empty_write_drops_withdrawn_group |
| 2189 | 2026-08-31T09:29:46.689Z | START ddm mcast::tests::stale_write_keeps_active_group |
| 2190 | 2026-08-31T09:29:46.694Z | |
| 2191 | 2026-08-31T09:29:46.694Z | running 1 test |
| 2192 | 2026-08-31T09:29:46.697Z | test mcast::tests::stale_write_keeps_active_group ... ok |
| 2193 | 2026-08-31T09:29:46.697Z | |
| 2194 | 2026-08-31T09:29:46.697Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2195 | 2026-08-31T09:29:46.697Z | |
| 2196 | 2026-08-31T09:29:46.697Z | PASS [ 0.008s] ddm mcast::tests::stale_write_keeps_active_group |
| 2197 | 2026-08-31T09:29:46.697Z | START ddm mcast::tests::startup_seed_drains_orphans |
| 2198 | 2026-08-31T09:29:46.702Z | |
| 2199 | 2026-08-31T09:29:46.703Z | running 1 test |
| 2200 | 2026-08-31T09:29:46.705Z | test mcast::tests::startup_seed_drains_orphans ... ok |
| 2201 | 2026-08-31T09:29:46.705Z | |
| 2202 | 2026-08-31T09:29:46.705Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2203 | 2026-08-31T09:29:46.705Z | |
| 2204 | 2026-08-31T09:29:46.706Z | PASS [ 0.008s] ddm mcast::tests::startup_seed_drains_orphans |
| 2205 | 2026-08-31T09:29:46.706Z | START ddm mcast::tests::unresolved_active_group_preserves_members |
| 2206 | 2026-08-31T09:29:46.711Z | |
| 2207 | 2026-08-31T09:29:46.711Z | running 1 test |
| 2208 | 2026-08-31T09:29:46.714Z | test mcast::tests::unresolved_active_group_preserves_members ... ok |
| 2209 | 2026-08-31T09:29:46.714Z | |
| 2210 | 2026-08-31T09:29:46.714Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2211 | 2026-08-31T09:29:46.714Z | |
| 2212 | 2026-08-31T09:29:46.714Z | PASS [ 0.008s] ddm mcast::tests::unresolved_active_group_preserves_members |
| 2213 | 2026-08-31T09:29:46.714Z | START ddm mcast::tests::unresolved_nexthop_retains_unrelated_stale_member |
| 2214 | 2026-08-31T09:29:46.719Z | |
| 2215 | 2026-08-31T09:29:46.720Z | running 1 test |
| 2216 | 2026-08-31T09:29:46.724Z | test mcast::tests::unresolved_nexthop_retains_unrelated_stale_member ... ok |
| 2217 | 2026-08-31T09:29:46.724Z | |
| 2218 | 2026-08-31T09:29:46.724Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2219 | 2026-08-31T09:29:46.724Z | |
| 2220 | 2026-08-31T09:29:46.724Z | PASS [ 0.008s] ddm mcast::tests::unresolved_nexthop_retains_unrelated_stale_member |
| 2221 | 2026-08-31T09:29:46.724Z | START ddm mcast::tests::unresolved_nexthop_returns_empty_and_unresolved |
| 2222 | 2026-08-31T09:29:46.728Z | |
| 2223 | 2026-08-31T09:29:46.728Z | running 1 test |
| 2224 | 2026-08-31T09:29:46.731Z | test mcast::tests::unresolved_nexthop_returns_empty_and_unresolved ... ok |
| 2225 | 2026-08-31T09:29:46.731Z | |
| 2226 | 2026-08-31T09:29:46.731Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2227 | 2026-08-31T09:29:46.731Z | |
| 2228 | 2026-08-31T09:29:46.731Z | PASS [ 0.008s] ddm mcast::tests::unresolved_nexthop_returns_empty_and_unresolved |
| 2229 | 2026-08-31T09:29:46.731Z | START ddm mcast::tests::withdrawn_group_drains_then_drops |
| 2230 | 2026-08-31T09:29:46.735Z | |
| 2231 | 2026-08-31T09:29:46.735Z | running 1 test |
| 2232 | 2026-08-31T09:29:46.739Z | test mcast::tests::withdrawn_group_drains_then_drops ... ok |
| 2233 | 2026-08-31T09:29:46.739Z | |
| 2234 | 2026-08-31T09:29:46.739Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2235 | 2026-08-31T09:29:46.739Z | |
| 2236 | 2026-08-31T09:29:46.739Z | PASS [ 0.008s] ddm mcast::tests::withdrawn_group_drains_then_drops |
| 2237 | 2026-08-31T09:29:46.739Z | START ddm mcast::tests::withdrawn_group_with_no_members_drops_without_writing |
| 2238 | 2026-08-31T09:29:46.743Z | |
| 2239 | 2026-08-31T09:29:46.743Z | running 1 test |
| 2240 | 2026-08-31T09:29:46.746Z | test mcast::tests::withdrawn_group_with_no_members_drops_without_writing ... ok |
| 2241 | 2026-08-31T09:29:46.746Z | |
| 2242 | 2026-08-31T09:29:46.746Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s |
| 2243 | 2026-08-31T09:29:46.746Z | |
| 2244 | 2026-08-31T09:29:46.746Z | PASS [ 0.008s] ddm mcast::tests::withdrawn_group_with_no_members_drops_without_writing |
| 2245 | 2026-08-31T09:29:46.747Z | START ddm-api-types-versions v3::db::tests::route_identity_excludes_path |
| 2246 | 2026-08-31T09:29:46.750Z | |
| 2247 | 2026-08-31T09:29:46.750Z | running 1 test |
| 2248 | 2026-08-31T09:29:46.750Z | test v3::db::tests::route_identity_excludes_path ... ok |
| 2249 | 2026-08-31T09:29:46.750Z | |
| 2250 | 2026-08-31T09:29:46.750Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s |
| 2251 | 2026-08-31T09:29:46.750Z | |
| 2252 | 2026-08-31T09:29:46.750Z | PASS [ 0.005s] ddm-api-types-versions v3::db::tests::route_identity_excludes_path |
| 2253 | 2026-08-31T09:29:46.750Z | START ddm-api-types-versions v3::db::tests::route_identity_keys_on_origin_and_nexthop |
| 2254 | 2026-08-31T09:29:46.753Z | |
| 2255 | 2026-08-31T09:29:46.753Z | running 1 test |
| 2256 | 2026-08-31T09:29:46.753Z | test v3::db::tests::route_identity_keys_on_origin_and_nexthop ... ok |
| 2257 | 2026-08-31T09:29:46.753Z | |
| 2258 | 2026-08-31T09:29:46.753Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s |
| 2259 | 2026-08-31T09:29:46.753Z | |
| 2260 | 2026-08-31T09:29:46.756Z | PASS [ 0.004s] ddm-api-types-versions v3::db::tests::route_identity_keys_on_origin_and_nexthop |
| 2261 | 2026-08-31T09:29:46.757Z | START ddm-api-types-versions v3::net::tests::multicast_origin_accepts_valid |
| 2262 | 2026-08-31T09:29:46.762Z | |
| 2263 | 2026-08-31T09:29:46.762Z | running 1 test |
| 2264 | 2026-08-31T09:29:46.762Z | test v3::net::tests::multicast_origin_accepts_valid ... ok |
| 2265 | 2026-08-31T09:29:46.762Z | |
| 2266 | 2026-08-31T09:29:46.762Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s |
| 2267 | 2026-08-31T09:29:46.762Z | |
| 2268 | 2026-08-31T09:29:46.762Z | PASS [ 0.004s] ddm-api-types-versions v3::net::tests::multicast_origin_accepts_valid |
| 2269 | 2026-08-31T09:29:46.762Z | START ddm-api-types-versions v3::net::tests::multicast_origin_identity_excludes_metric |
| 2270 | 2026-08-31T09:29:46.765Z | |
| 2271 | 2026-08-31T09:29:46.765Z | running 1 test |
| 2272 | 2026-08-31T09:29:46.765Z | test v3::net::tests::multicast_origin_identity_excludes_metric ... ok |
| 2273 | 2026-08-31T09:29:46.765Z | |
| 2274 | 2026-08-31T09:29:46.765Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s |
| 2275 | 2026-08-31T09:29:46.765Z | |
| 2276 | 2026-08-31T09:29:46.765Z | PASS [ 0.004s] ddm-api-types-versions v3::net::tests::multicast_origin_identity_excludes_metric |
| 2277 | 2026-08-31T09:29:46.765Z | START ddm-api-types-versions v3::net::tests::multicast_origin_rejects_bad_underlay |
| 2278 | 2026-08-31T09:29:46.768Z | |
| 2279 | 2026-08-31T09:29:46.768Z | running 1 test |
| 2280 | 2026-08-31T09:29:46.768Z | test v3::net::tests::multicast_origin_rejects_bad_underlay ... ok |
| 2281 | 2026-08-31T09:29:46.768Z | |
| 2282 | 2026-08-31T09:29:46.768Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s |
| 2283 | 2026-08-31T09:29:46.768Z | |
| 2284 | 2026-08-31T09:29:46.768Z | PASS [ 0.005s] ddm-api-types-versions v3::net::tests::multicast_origin_rejects_bad_underlay |
| 2285 | 2026-08-31T09:29:46.768Z | ──────────── |
| 2286 | 2026-08-31T09:29:46.768Z | Summary [ 0.506s] 46 tests run: 46 passed, 0 skipped |
| 2287 | 2026-08-31T09:29:46.780Z | process exited: duration 252738 ms, exit code 0 |
| |
| 2288 | 2026-08-31T09:29:46.787Z | found 0 output files |