|
|
|
| 1 | 2026-08-04T16:45:50.016Z | job assigned to worker 01KZ6TKZTJGC22DJH01GBEBKYX [factory aws, i-0eb710eb39cc3a636] (queued for 58 s) |
| |
| 2 | 2026-08-04T16:45:56.174Z | starting task 0: "setup" |
| 3 | 2026-08-04T16:45:56.180Z | ++ uname -s |
| 4 | 2026-08-04T16:45:56.182Z | + kern=SunOS |
| 5 | 2026-08-04T16:45:56.182Z | + build_user=build |
| 6 | 2026-08-04T16:45:56.182Z | + build_uid=12345 |
| 7 | 2026-08-04T16:45:56.183Z | + work_dir=/work |
| 8 | 2026-08-04T16:45:56.183Z | + input_dir=/input |
| 9 | 2026-08-04T16:45:56.183Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T16:45:56.183Z | + case "$kern" in |
| 11 | 2026-08-04T16:45:56.183Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T16:45:56.186Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T16:45:58.188Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T16:45:58.265Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T16:45:58.269Z | + home_fs=zfs |
| 16 | 2026-08-04T16:45:58.269Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T16:45:58.269Z | + mkdir -p /home/build |
| 18 | 2026-08-04T16:45:58.269Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T16:46:00.270Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T16:46:00.273Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-08-04T16:46:00.278Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T16:46:00.282Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-04T16:46:00.282Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-04T16:46:00.282Z | * rust toolchain channel = "stable" |
| 25 | 2026-08-04T16:46:00.282Z | * rust toolchain profile = "default" |
| 26 | 2026-08-04T16:46:00.285Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-04T16:46:00.285Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-04T16:46:00.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T16:46:00.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-04T16:46:00.380Z | info: downloading installer |
| 31 | 2026-08-04T16:46:01.794Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-04T16:46:01.794Z | warn: /opt/ooce/bin |
| 33 | 2026-08-04T16:46:01.794Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-04T16:46:01.794Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-04T16:46:01.794Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-04T16:46:01.794Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-04T16:46:01.794Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-04T16:46:01.794Z | error: cannot install while Rust is installed |
| 39 | 2026-08-04T16:46:01.794Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-04T16:46:01.794Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-04T16:46:01.794Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-04T16:46:01.794Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-04T16:46:01.794Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-04T16:46:01.807Z | info: profile set to default |
| 45 | 2026-08-04T16:46:01.807Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-04T16:46:01.810Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-08-04T16:46:01.946Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-04T16:46:01.950Z | info: downloading 6 components |
| 49 | 2026-08-04T16:46:17.062Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-08-04T16:46:17.062Z | |
| 51 | 2026-08-04T16:46:17.088Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-04T16:46:17.088Z | |
| 53 | 2026-08-04T16:46:17.088Z | |
| 54 | 2026-08-04T16:46:17.088Z | Rust is installed now. Great! |
| 55 | 2026-08-04T16:46:17.088Z | |
| 56 | 2026-08-04T16:46:17.091Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-04T16:46:17.091Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-04T16:46:17.091Z | |
| 59 | 2026-08-04T16:46:17.091Z | To configure your current shell, you need to source |
| 60 | 2026-08-04T16:46:17.091Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-04T16:46:17.092Z | |
| 62 | 2026-08-04T16:46:17.092Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-04T16:46:17.092Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-04T16:46:17.092Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-04T16:46:17.092Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-04T16:46:17.092Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-04T16:46:17.092Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-04T16:46:17.092Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-04T16:46:17.092Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-04T16:46:17.092Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-04T16:46:17.191Z | + rustup --version |
| 72 | 2026-08-04T16:46:17.199Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-04T16:46:17.202Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-04T16:46:17.220Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-04T16:46:17.223Z | + cargo --version |
| 76 | 2026-08-04T16:46:17.237Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-04T16:46:17.240Z | + rustc --version |
| 78 | 2026-08-04T16:46:17.259Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-04T16:46:17.262Z | process exited: duration 16981 ms, exit code 0 |
| |
| 80 | 2026-08-04T16:46:17.268Z | starting task 2: "authentication" |
| 81 | 2026-08-04T16:46:17.285Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-04T16:46:17.291Z | starting task 3: "clone repository" |
| 83 | 2026-08-04T16:46:17.294Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-08-04T16:46:17.298Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-08-04T16:46:17.331Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-08-04T16:46:18.628Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-08-04T16:46:18.628Z | + git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307 |
| 88 | 2026-08-04T16:46:20.059Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-08-04T16:46:20.059Z | * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD |
| 90 | 2026-08-04T16:46:20.066Z | + [[ -n '' ]] |
| 91 | 2026-08-04T16:46:20.066Z | + git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307 |
| 92 | 2026-08-04T16:46:20.088Z | HEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy |
| 93 | 2026-08-04T16:46:20.091Z | process exited: duration 2797 ms, exit code 0 |
| |
| 94 | 2026-08-04T16:46:20.099Z | starting task 4: "build" |
| 95 | 2026-08-04T16:46:20.103Z | + set -o errexit |
| 96 | 2026-08-04T16:46:20.103Z | + set -o pipefail |
| 97 | 2026-08-04T16:46:20.103Z | + source .github/buildomat/test-common.sh |
| 98 | 2026-08-04T16:46:20.103Z | ++ NEXTEST_VERSION=0.9.97 |
| 99 | 2026-08-04T16:46:20.103Z | ++ PLATFORM=illumos |
| 100 | 2026-08-04T16:46:20.103Z | ++ banner install |
| 101 | 2026-08-04T16:46:20.107Z | |
| 102 | 2026-08-04T16:46:20.107Z | # # # #### ##### ## # # |
| 103 | 2026-08-04T16:46:20.107Z | # ## # # # # # # # |
| 104 | 2026-08-04T16:46:20.107Z | # # # # #### # # # # # |
| 105 | 2026-08-04T16:46:20.107Z | # # # # # # ###### # # |
| 106 | 2026-08-04T16:46:20.108Z | # # ## # # # # # # # |
| 107 | 2026-08-04T16:46:20.108Z | # # # #### # # # ###### ###### |
| 108 | 2026-08-04T16:46:20.108Z | |
| 109 | 2026-08-04T16:46:20.108Z | ++ set +o errexit |
| 110 | 2026-08-04T16:46:20.108Z | ++ pkg info clang-15 |
| 111 | 2026-08-04T16:46:20.111Z | ++ grep -qi installed |
| 112 | 2026-08-04T16:46:21.298Z | pkg: info: no packages matching the following patterns you specified are |
| 113 | 2026-08-04T16:46:21.298Z | installed on the system. Try querying remotely instead: |
| 114 | 2026-08-04T16:46:21.298Z | |
| 115 | 2026-08-04T16:46:21.298Z | clang-15 |
| 116 | 2026-08-04T16:46:21.337Z | ++ [[ 1 != 0 ]] |
| 117 | 2026-08-04T16:46:21.337Z | ++ set -o errexit |
| 118 | 2026-08-04T16:46:21.337Z | ++ pfexec pkg install clang-15 |
| 119 | 2026-08-04T16:46:28.116Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 120 | 2026-08-04T16:46:35.816Z | Startup: Caching catalogs ... Done |
| 121 | 2026-08-04T16:46:43.008Z | Planning: Solver setup ... Done |
| 122 | 2026-08-04T16:46:43.048Z | Planning: Running solver ... Done |
| 123 | 2026-08-04T16:46:43.186Z | Planning: Finding local manifests ... Done |
| 124 | 2026-08-04T16:46:43.204Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-08-04T16:46:43.301Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-08-04T16:46:43.328Z | Planning: Package planning ... Done |
| 127 | 2026-08-04T16:46:43.354Z | Planning: Merging actions ... Done |
| 128 | 2026-08-04T16:46:43.459Z | Planning: Checking for conflicting actions ... Done |
| 129 | 2026-08-04T16:46:43.465Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-08-04T16:46:44.205Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-08-04T16:46:44.210Z | Planning: Planning completed in 8.23 seconds |
| 132 | 2026-08-04T16:46:44.222Z | Packages to install: 2 |
| 133 | 2026-08-04T16:46:44.224Z | Mediators to change: 2 |
| 134 | 2026-08-04T16:46:44.224Z | Services to change: 1 |
| 135 | 2026-08-04T16:46:44.224Z | Create boot environment: No |
| 136 | 2026-08-04T16:46:44.224Z | Create backup boot environment: No |
| 137 | 2026-08-04T16:46:44.262Z | |
| 138 | 2026-08-04T16:46:44.262Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 139 | 2026-08-04T16:46:50.687Z | Download: 981/3076 items 82.2/211.3MB 38% complete (24.7M/s) |
| 140 | 2026-08-04T16:46:55.697Z | Download: 1311/3076 items 114.8/211.3MB 54% complete (9.8M/s) |
| 141 | 2026-08-04T16:47:00.699Z | Download: 1949/3076 items 117.5/211.3MB 55% complete (3.6M/s) |
| 142 | 2026-08-04T16:47:08.665Z | Download: 2006/3076 items 117.7/211.3MB 55% complete (3.7M/s) |
| 143 | 2026-08-04T16:47:23.158Z | Download: 2008/3076 items 117.7/211.3MB 55% complete |
| 144 | 2026-08-04T16:47:28.611Z | Download: 3066/3076 items 208.7/211.3MB 98% complete (18.1M/s) |
| 145 | 2026-08-04T16:47:28.657Z | Download: Completed 211.31 MB in 44.39 seconds (4.8M/s) |
| 146 | 2026-08-04T16:47:28.894Z | Actions: 1/3418 actions (Installing new actions) |
| 147 | 2026-08-04T16:47:32.027Z | Actions: Completed 3418 actions in 3.13 seconds. |
| 148 | 2026-08-04T16:47:32.676Z | Done |
| 149 | 2026-08-04T16:47:32.676Z | Done |
| 150 | 2026-08-04T16:47:33.406Z | Done |
| 151 | 2026-08-04T16:47:36.748Z | Done |
| 152 | 2026-08-04T16:47:36.819Z | Done |
| 153 | 2026-08-04T16:47:36.822Z | Done |
| 154 | 2026-08-04T16:47:37.120Z | Done |
| 155 | 2026-08-04T16:47:37.789Z | ++ set -o errexit |
| 156 | 2026-08-04T16:47:37.789Z | ++ cargo --version |
| 157 | 2026-08-04T16:47:37.796Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 158 | 2026-08-04T16:47:37.935Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 159 | 2026-08-04T16:47:37.937Z | info: downloading 6 components |
| 160 | 2026-08-04T16:47:52.371Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 161 | 2026-08-04T16:47:52.375Z | ++ rustc --version |
| 162 | 2026-08-04T16:47:52.402Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 163 | 2026-08-04T16:47:52.406Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 164 | 2026-08-04T16:47:52.450Z | Updating crates.io index |
| 165 | 2026-08-04T16:47:52.549Z | Downloading crates ... |
| 166 | 2026-08-04T16:47:52.598Z | Downloaded cargo-nextest v0.9.97 |
| 167 | 2026-08-04T16:47:52.657Z | Installing cargo-nextest v0.9.97 |
| 168 | 2026-08-04T16:47:52.660Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 169 | 2026-08-04T16:47:52.660Z | | |
| 170 | 2026-08-04T16:47:52.660Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 171 | 2026-08-04T16:47:52.660Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 172 | 2026-08-04T16:47:52.699Z | Updating crates.io index |
| 173 | 2026-08-04T16:47:54.751Z | Locking 396 packages to latest compatible versions |
| 174 | 2026-08-04T16:47:54.755Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 175 | 2026-08-04T16:47:54.758Z | Adding duct v0.13.7 (available: v1.1.1) |
| 176 | 2026-08-04T16:47:54.758Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 177 | 2026-08-04T16:47:54.759Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 178 | 2026-08-04T16:47:54.762Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 179 | 2026-08-04T16:47:54.762Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 180 | 2026-08-04T16:47:54.762Z | Adding nextest-filtering v0.15.0 (available: v0.21.3) |
| 181 | 2026-08-04T16:47:54.762Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 182 | 2026-08-04T16:47:54.767Z | Adding nextest-runner v0.80.0 (available: v0.121.0) |
| 183 | 2026-08-04T16:47:54.767Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 184 | 2026-08-04T16:47:54.791Z | Downloading crates ... |
| 185 | 2026-08-04T16:47:54.818Z | Downloaded parking_lot_core v0.9.12 |
| 186 | 2026-08-04T16:47:54.820Z | Downloaded addr2line v0.25.1 |
| 187 | 2026-08-04T16:47:54.823Z | Downloaded openssl-sys v0.9.117 |
| 188 | 2026-08-04T16:47:54.826Z | Downloaded color-spantrace v0.3.0 |
| 189 | 2026-08-04T16:47:54.831Z | Downloaded console v0.15.11 |
| 190 | 2026-08-04T16:47:54.834Z | Downloaded derive_more v2.1.1 |
| 191 | 2026-08-04T16:47:54.839Z | Downloaded errno v0.3.14 |
| 192 | 2026-08-04T16:47:54.842Z | Downloaded futures-macro v0.3.33 |
| 193 | 2026-08-04T16:47:54.842Z | Downloaded proc-macro2 v1.0.107 |
| 194 | 2026-08-04T16:47:54.842Z | Downloaded futures-executor v0.3.33 |
| 195 | 2026-08-04T16:47:54.845Z | Downloaded block-buffer v0.10.4 |
| 196 | 2026-08-04T16:47:54.845Z | Downloaded camino v1.2.5 |
| 197 | 2026-08-04T16:47:54.845Z | Downloaded cargo-platform v0.3.3 |
| 198 | 2026-08-04T16:47:54.848Z | Downloaded pkg-config v0.3.33 |
| 199 | 2026-08-04T16:47:54.848Z | Downloaded getrandom v0.3.4 |
| 200 | 2026-08-04T16:47:54.848Z | Downloaded bytes v1.12.1 |
| 201 | 2026-08-04T16:47:54.851Z | Downloaded pkcs8 v0.10.2 |
| 202 | 2026-08-04T16:47:54.854Z | Downloaded anstyle-query v1.1.5 |
| 203 | 2026-08-04T16:47:54.854Z | Downloaded percent-encoding v2.3.2 |
| 204 | 2026-08-04T16:47:54.854Z | Downloaded adler2 v2.0.1 |
| 205 | 2026-08-04T16:47:54.858Z | Downloaded crypto-common v0.1.7 |
| 206 | 2026-08-04T16:47:54.858Z | Downloaded async-scoped v0.9.0 |
| 207 | 2026-08-04T16:47:54.863Z | Downloaded cargo-platform v0.2.0 |
| 208 | 2026-08-04T16:47:54.867Z | Downloaded ppv-lite86 v0.2.21 |
| 209 | 2026-08-04T16:47:54.871Z | Downloaded ordered-float v2.10.1 |
| 210 | 2026-08-04T16:47:54.879Z | Downloaded atomicwrites v0.4.4 |
| 211 | 2026-08-04T16:47:54.882Z | Downloaded serde_ignored v0.1.14 |
| 212 | 2026-08-04T16:47:54.885Z | Downloaded atomic-waker v1.1.2 |
| 213 | 2026-08-04T16:47:54.885Z | Downloaded signal-hook-mio v0.2.5 |
| 214 | 2026-08-04T16:47:54.888Z | Downloaded generic-array v0.14.7 |
| 215 | 2026-08-04T16:47:54.888Z | Downloaded cpufeatures v0.2.17 |
| 216 | 2026-08-04T16:47:54.891Z | Downloaded rustc_version v0.4.1 |
| 217 | 2026-08-04T16:47:54.894Z | Downloaded serde_spanned v0.6.9 |
| 218 | 2026-08-04T16:47:54.894Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 219 | 2026-08-04T16:47:54.894Z | Downloaded debug-ignore v1.0.5 |
| 220 | 2026-08-04T16:47:54.894Z | Downloaded foreign-types v0.3.2 |
| 221 | 2026-08-04T16:47:54.894Z | Downloaded scopeguard v1.2.0 |
| 222 | 2026-08-04T16:47:54.898Z | Downloaded backtrace-ext v0.2.1 |
| 223 | 2026-08-04T16:47:54.898Z | Downloaded equivalent v1.0.2 |
| 224 | 2026-08-04T16:47:54.898Z | Downloaded serde_spanned v1.1.1 |
| 225 | 2026-08-04T16:47:54.901Z | Downloaded serde_urlencoded v0.7.1 |
| 226 | 2026-08-04T16:47:54.905Z | Downloaded cfg-if v1.0.4 |
| 227 | 2026-08-04T16:47:54.907Z | Downloaded serde-value v0.7.0 |
| 228 | 2026-08-04T16:47:54.911Z | Downloaded enable-ansi-support v0.2.1 |
| 229 | 2026-08-04T16:47:54.914Z | Downloaded futures-io v0.3.33 |
| 230 | 2026-08-04T16:47:54.914Z | Downloaded rustls-pki-types v1.15.1 |
| 231 | 2026-08-04T16:47:54.914Z | Downloaded serde_path_to_error v0.1.20 |
| 232 | 2026-08-04T16:47:54.917Z | Downloaded serde-untagged v0.1.9 |
| 233 | 2026-08-04T16:47:54.917Z | Downloaded cpufeatures v0.3.0 |
| 234 | 2026-08-04T16:47:54.920Z | Downloaded tokio-macros v2.7.2 |
| 235 | 2026-08-04T16:47:54.920Z | Downloaded camino-tempfile v1.4.1 |
| 236 | 2026-08-04T16:47:54.920Z | Downloaded shell-words v1.1.1 |
| 237 | 2026-08-04T16:47:54.920Z | Downloaded supports-color v3.0.2 |
| 238 | 2026-08-04T16:47:54.927Z | Downloaded supports-unicode v3.0.0 |
| 239 | 2026-08-04T16:47:54.929Z | Downloaded colorchoice v1.0.5 |
| 240 | 2026-08-04T16:47:54.932Z | Downloaded document-features v0.2.12 |
| 241 | 2026-08-04T16:47:54.932Z | Downloaded futures-sink v0.3.33 |
| 242 | 2026-08-04T16:47:54.932Z | Downloaded fnv v1.0.7 |
| 243 | 2026-08-04T16:47:54.935Z | Downloaded pathdiff v0.2.3 |
| 244 | 2026-08-04T16:47:54.935Z | Downloaded thread_local v1.1.10 |
| 245 | 2026-08-04T16:47:54.936Z | Downloaded foreign-types-shared v0.1.1 |
| 246 | 2026-08-04T16:47:54.936Z | Downloaded futures-core v0.3.33 |
| 247 | 2026-08-04T16:47:54.936Z | Downloaded strsim v0.11.1 |
| 248 | 2026-08-04T16:47:54.939Z | Downloaded tinyvec_macros v0.1.1 |
| 249 | 2026-08-04T16:47:54.939Z | Downloaded subtle v2.6.1 |
| 250 | 2026-08-04T16:47:54.942Z | Downloaded cfg_aliases v0.2.2 |
| 251 | 2026-08-04T16:47:54.945Z | Downloaded signature v2.2.0 |
| 252 | 2026-08-04T16:47:54.949Z | Downloaded futures-task v0.3.33 |
| 253 | 2026-08-04T16:47:54.949Z | Downloaded supports-hyperlinks v3.2.0 |
| 254 | 2026-08-04T16:47:54.949Z | Downloaded shared_child v1.1.1 |
| 255 | 2026-08-04T16:47:54.954Z | Downloaded strip-ansi-escapes v0.2.1 |
| 256 | 2026-08-04T16:47:54.958Z | Downloaded openssl-macros v0.1.1 |
| 257 | 2026-08-04T16:47:54.958Z | Downloaded tower-layer v0.3.3 |
| 258 | 2026-08-04T16:47:54.958Z | Downloaded swrite v0.1.0 |
| 259 | 2026-08-04T16:47:54.958Z | Downloaded sync_wrapper v1.0.2 |
| 260 | 2026-08-04T16:47:54.961Z | Downloaded terminal_size v0.4.4 |
| 261 | 2026-08-04T16:47:54.961Z | Downloaded utf8parse v0.2.2 |
| 262 | 2026-08-04T16:47:54.961Z | Downloaded untrusted v0.9.0 |
| 263 | 2026-08-04T16:47:54.964Z | Downloaded hyper-tls v0.6.0 |
| 264 | 2026-08-04T16:47:54.969Z | Downloaded idna_adapter v1.0.0 |
| 265 | 2026-08-04T16:47:54.974Z | Downloaded anstyle-parse v1.0.0 |
| 266 | 2026-08-04T16:47:54.978Z | Downloaded cargo-util-schemas v0.2.0 |
| 267 | 2026-08-04T16:47:54.978Z | Downloaded rand_pcg v0.10.2 |
| 268 | 2026-08-04T16:47:54.978Z | Downloaded anstyle v1.0.14 |
| 269 | 2026-08-04T16:47:54.981Z | Downloaded quote v1.0.47 |
| 270 | 2026-08-04T16:47:54.981Z | Downloaded os_pipe v1.2.3 |
| 271 | 2026-08-04T16:47:54.981Z | Downloaded cargo_metadata v0.20.0 |
| 272 | 2026-08-04T16:47:54.985Z | Downloaded convert_case v0.10.0 |
| 273 | 2026-08-04T16:47:54.988Z | Downloaded rustc-hash v2.1.3 |
| 274 | 2026-08-04T16:47:54.988Z | Downloaded clap_lex v1.1.0 |
| 275 | 2026-08-04T16:47:54.988Z | Downloaded ed25519 v2.2.3 |
| 276 | 2026-08-04T16:47:54.988Z | Downloaded rustc-demangle v0.1.28 |
| 277 | 2026-08-04T16:47:54.988Z | Downloaded rand_core v0.10.1 |
| 278 | 2026-08-04T16:47:54.991Z | Downloaded erased-serde v0.4.10 |
| 279 | 2026-08-04T16:47:54.991Z | Downloaded target-lexicon v0.13.5 |
| 280 | 2026-08-04T16:47:54.991Z | Downloaded rand_core v0.6.4 |
| 281 | 2026-08-04T16:47:54.995Z | Downloaded autocfg v1.5.1 |
| 282 | 2026-08-04T16:47:54.995Z | Downloaded form_urlencoded v1.2.2 |
| 283 | 2026-08-04T16:47:54.998Z | Downloaded foldhash v0.1.5 |
| 284 | 2026-08-04T16:47:54.998Z | Downloaded find-msvc-tools v0.1.9 |
| 285 | 2026-08-04T16:47:55.002Z | Downloaded rand_chacha v0.9.0 |
| 286 | 2026-08-04T16:47:55.002Z | Downloaded rand_core v0.9.5 |
| 287 | 2026-08-04T16:47:55.005Z | Downloaded cfg-expr v0.20.8 |
| 288 | 2026-08-04T16:47:55.005Z | Downloaded parking_lot v0.12.5 |
| 289 | 2026-08-04T16:47:55.005Z | Downloaded lru-slab v0.1.2 |
| 290 | 2026-08-04T16:47:55.005Z | Downloaded number_prefix v0.4.0 |
| 291 | 2026-08-04T16:47:55.005Z | Downloaded self_update v0.42.0 |
| 292 | 2026-08-04T16:47:55.008Z | Downloaded quick-junit v0.5.2 |
| 293 | 2026-08-04T16:47:55.008Z | Downloaded filetime v0.2.29 |
| 294 | 2026-08-04T16:47:55.011Z | Downloaded openssl-probe v0.2.1 |
| 295 | 2026-08-04T16:47:55.012Z | Downloaded typeid v1.0.3 |
| 296 | 2026-08-04T16:47:55.015Z | Downloaded http-body v1.1.0 |
| 297 | 2026-08-04T16:47:55.021Z | Downloaded unicase v2.9.0 |
| 298 | 2026-08-04T16:47:55.021Z | Downloaded target-spec-miette v0.4.8 |
| 299 | 2026-08-04T16:47:55.025Z | Downloaded thiserror-impl v1.0.69 |
| 300 | 2026-08-04T16:47:55.025Z | Downloaded tokio-native-tls v0.3.1 |
| 301 | 2026-08-04T16:47:55.025Z | Downloaded simd-adler32 v0.3.10 |
| 302 | 2026-08-04T16:47:55.025Z | Downloaded thiserror v2.0.19 |
| 303 | 2026-08-04T16:47:55.028Z | Downloaded dialoguer v0.11.0 |
| 304 | 2026-08-04T16:47:55.031Z | Downloaded thiserror v1.0.69 |
| 305 | 2026-08-04T16:47:55.031Z | Downloaded sha2 v0.10.9 |
| 306 | 2026-08-04T16:47:55.035Z | Downloaded future-queue v0.4.0 |
| 307 | 2026-08-04T16:47:55.035Z | Downloaded shlex v2.0.1 |
| 308 | 2026-08-04T16:47:55.035Z | Downloaded thiserror-impl v2.0.19 |
| 309 | 2026-08-04T16:47:55.038Z | Downloaded anstream v1.0.0 |
| 310 | 2026-08-04T16:47:55.038Z | Downloaded base64ct v1.8.3 |
| 311 | 2026-08-04T16:47:55.038Z | Downloaded sigchld v0.2.4 |
| 312 | 2026-08-04T16:47:55.038Z | Downloaded slab v0.4.12 |
| 313 | 2026-08-04T16:47:55.038Z | Downloaded spki v0.7.3 |
| 314 | 2026-08-04T16:47:55.055Z | Downloaded either v1.17.0 |
| 315 | 2026-08-04T16:47:55.055Z | Downloaded fixedbitset v0.5.7 |
| 316 | 2026-08-04T16:47:55.055Z | Downloaded smol_str v0.3.6 |
| 317 | 2026-08-04T16:47:55.055Z | Downloaded signal-hook-registry v1.4.8 |
| 318 | 2026-08-04T16:47:55.055Z | Downloaded duct v0.13.7 |
| 319 | 2026-08-04T16:47:55.055Z | Downloaded home v0.5.12 |
| 320 | 2026-08-04T16:47:55.055Z | Downloaded zstd-safe v7.2.4 |
| 321 | 2026-08-04T16:47:55.055Z | Downloaded humantime v2.4.0 |
| 322 | 2026-08-04T16:47:55.059Z | Downloaded xattr v1.6.1 |
| 323 | 2026-08-04T16:47:55.059Z | Downloaded hex v0.4.3 |
| 324 | 2026-08-04T16:47:55.059Z | Downloaded lazy_static v1.5.0 |
| 325 | 2026-08-04T16:47:55.059Z | Downloaded quinn-udp v0.5.15 |
| 326 | 2026-08-04T16:47:55.060Z | Downloaded semver v1.0.28 |
| 327 | 2026-08-04T16:47:55.060Z | Downloaded unicode-xid v0.2.6 |
| 328 | 2026-08-04T16:47:55.060Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-08-04T16:47:55.060Z | Downloaded nested v0.1.1 |
| 330 | 2026-08-04T16:47:55.064Z | Downloaded owo-colors v4.3.0 |
| 331 | 2026-08-04T16:47:55.064Z | Downloaded cargo_metadata v0.23.1 |
| 332 | 2026-08-04T16:47:55.064Z | Downloaded target-spec v3.6.0 |
| 333 | 2026-08-04T16:47:55.067Z | Downloaded tempfile v3.27.0 |
| 334 | 2026-08-04T16:47:55.067Z | Downloaded clap_derive v4.6.4 |
| 335 | 2026-08-04T16:47:55.071Z | Downloaded chacha20 v0.10.1 |
| 336 | 2026-08-04T16:47:55.074Z | Downloaded self-replace v1.5.0 |
| 337 | 2026-08-04T16:47:55.078Z | Downloaded pulldown-cmark v0.13.4 |
| 338 | 2026-08-04T16:47:55.081Z | Downloaded ahash v0.8.12 |
| 339 | 2026-08-04T16:47:55.081Z | Downloaded is_ci v1.2.0 |
| 340 | 2026-08-04T16:47:55.085Z | Downloaded try-lock v0.2.5 |
| 341 | 2026-08-04T16:47:55.085Z | Downloaded heck v0.5.0 |
| 342 | 2026-08-04T16:47:55.085Z | Downloaded unicode-linebreak v0.1.5 |
| 343 | 2026-08-04T16:47:55.085Z | Downloaded mukti-metadata v0.3.0 |
| 344 | 2026-08-04T16:47:55.088Z | Downloaded eyre v0.6.12 |
| 345 | 2026-08-04T16:47:55.088Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 346 | 2026-08-04T16:47:55.089Z | Downloaded zipsign-api v0.1.5 |
| 347 | 2026-08-04T16:47:55.091Z | Downloaded native-tls v0.2.18 |
| 348 | 2026-08-04T16:47:55.092Z | Downloaded utf8_iter v1.0.4 |
| 349 | 2026-08-04T16:47:55.092Z | Downloaded is_terminal_polyfill v1.70.2 |
| 350 | 2026-08-04T16:47:55.094Z | Downloaded tracing-error v0.2.1 |
| 351 | 2026-08-04T16:47:55.095Z | Downloaded indenter v0.3.4 |
| 352 | 2026-08-04T16:47:55.097Z | Downloaded urlencoding v2.1.3 |
| 353 | 2026-08-04T16:47:55.100Z | Downloaded tower-service v0.3.3 |
| 354 | 2026-08-04T16:47:55.103Z | Downloaded tokio-stream v0.1.19 |
| 355 | 2026-08-04T16:47:55.107Z | Downloaded indent_write v2.2.0 |
| 356 | 2026-08-04T16:47:55.107Z | Downloaded nextest-workspace-hack v0.1.0 |
| 357 | 2026-08-04T16:47:55.107Z | Downloaded version_check v0.9.5 |
| 358 | 2026-08-04T16:47:55.107Z | Downloaded static_assertions v1.1.0 |
| 359 | 2026-08-04T16:47:55.111Z | Downloaded itoa v1.0.18 |
| 360 | 2026-08-04T16:47:55.111Z | Downloaded humantime-serde v1.1.1 |
| 361 | 2026-08-04T16:47:55.111Z | Downloaded crc32fast v1.5.0 |
| 362 | 2026-08-04T16:47:55.111Z | Downloaded toml_datetime v0.6.11 |
| 363 | 2026-08-04T16:47:55.114Z | Downloaded const-oid v0.9.6 |
| 364 | 2026-08-04T16:47:55.114Z | Downloaded zstd v0.13.3 |
| 365 | 2026-08-04T16:47:55.119Z | Downloaded digest v0.10.7 |
| 366 | 2026-08-04T16:47:55.120Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 367 | 2026-08-04T16:47:55.122Z | Downloaded fastrand v2.5.0 |
| 368 | 2026-08-04T16:47:55.122Z | Downloaded futures-channel v0.3.33 |
| 369 | 2026-08-04T16:47:55.123Z | Downloaded getrandom v0.2.17 |
| 370 | 2026-08-04T16:47:55.123Z | Downloaded jobserver v0.1.35 |
| 371 | 2026-08-04T16:47:55.126Z | Downloaded ipnet v2.12.1 |
| 372 | 2026-08-04T16:47:55.126Z | Downloaded pin-project-internal v1.1.13 |
| 373 | 2026-08-04T16:47:55.131Z | Downloaded guppy-workspace-hack v0.1.0 |
| 374 | 2026-08-04T16:47:55.136Z | Downloaded bitflags v2.13.1 |
| 375 | 2026-08-04T16:47:55.136Z | Downloaded derive-where v1.6.1 |
| 376 | 2026-08-04T16:47:55.139Z | Downloaded newtype-uuid v1.4.0 |
| 377 | 2026-08-04T16:47:55.139Z | Downloaded want v0.3.1 |
| 378 | 2026-08-04T16:47:55.142Z | Downloaded smallvec v1.15.2 |
| 379 | 2026-08-04T16:47:55.142Z | Downloaded futures v0.3.33 |
| 380 | 2026-08-04T16:47:55.145Z | Downloaded serde_derive v1.0.229 |
| 381 | 2026-08-04T16:47:55.148Z | Downloaded toml v0.8.23 |
| 382 | 2026-08-04T16:47:55.148Z | Downloaded xxhash-rust v0.8.18 |
| 383 | 2026-08-04T16:47:55.163Z | Downloaded miette-derive v7.6.0 |
| 384 | 2026-08-04T16:47:55.167Z | Downloaded nextest-metadata v0.12.2 |
| 385 | 2026-08-04T16:47:55.167Z | Downloaded globset v0.4.20 |
| 386 | 2026-08-04T16:47:55.171Z | Downloaded http-body-util v0.1.4 |
| 387 | 2026-08-04T16:47:55.173Z | Downloaded config v0.15.25 |
| 388 | 2026-08-04T16:47:55.174Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 389 | 2026-08-04T16:47:55.176Z | Downloaded getrandom v0.4.3 |
| 390 | 2026-08-04T16:47:55.177Z | Downloaded vte v0.14.1 |
| 391 | 2026-08-04T16:47:55.180Z | Downloaded hyper-rustls v0.27.9 |
| 392 | 2026-08-04T16:47:55.180Z | Downloaded pin-project-lite v0.2.17 |
| 393 | 2026-08-04T16:47:55.183Z | Downloaded base64 v0.22.1 |
| 394 | 2026-08-04T16:47:55.186Z | Downloaded clap v4.6.5 |
| 395 | 2026-08-04T16:47:55.189Z | Downloaded tokio-rustls v0.26.4 |
| 396 | 2026-08-04T16:47:55.193Z | Downloaded sharded-slab v0.1.7 |
| 397 | 2026-08-04T16:47:55.196Z | Downloaded once_cell v1.21.4 |
| 398 | 2026-08-04T16:47:55.198Z | Downloaded uuid v1.24.0 |
| 399 | 2026-08-04T16:47:55.202Z | Downloaded litrs v1.0.0 |
| 400 | 2026-08-04T16:47:55.202Z | Downloaded nextest-filtering v0.15.0 |
| 401 | 2026-08-04T16:47:55.205Z | Downloaded zeroize v1.9.0 |
| 402 | 2026-08-04T16:47:55.209Z | Downloaded tinyvec v1.12.0 |
| 403 | 2026-08-04T16:47:55.213Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 404 | 2026-08-04T16:47:55.216Z | Downloaded tracing-log v0.2.0 |
| 405 | 2026-08-04T16:47:55.216Z | Downloaded unicode-ident v1.0.24 |
| 406 | 2026-08-04T16:47:55.217Z | Downloaded ryu v1.0.23 |
| 407 | 2026-08-04T16:47:55.220Z | Downloaded serde_core v1.0.229 |
| 408 | 2026-08-04T16:47:55.220Z | Downloaded portable-atomic v1.14.0 |
| 409 | 2026-08-04T16:47:55.223Z | Downloaded tracing-attributes v0.1.31 |
| 410 | 2026-08-04T16:47:55.226Z | Downloaded indicatif v0.17.11 |
| 411 | 2026-08-04T16:47:55.229Z | Downloaded backtrace v0.3.76 |
| 412 | 2026-08-04T16:47:55.229Z | Downloaded httparse v1.10.1 |
| 413 | 2026-08-04T16:47:55.232Z | Downloaded zmij v1.0.23 |
| 414 | 2026-08-04T16:47:55.232Z | Downloaded iana-time-zone v0.1.65 |
| 415 | 2026-08-04T16:47:55.235Z | Downloaded borsh v1.8.0 |
| 416 | 2026-08-04T16:47:55.238Z | Downloaded tar v0.4.46 |
| 417 | 2026-08-04T16:47:55.238Z | Downloaded socket2 v0.6.5 |
| 418 | 2026-08-04T16:47:55.241Z | Downloaded textwrap v0.16.2 |
| 419 | 2026-08-04T16:47:55.241Z | Downloaded cc v1.4.0 |
| 420 | 2026-08-04T16:47:55.248Z | Downloaded log v0.4.33 |
| 421 | 2026-08-04T16:47:55.251Z | Downloaded tracing-core v0.1.36 |
| 422 | 2026-08-04T16:47:55.254Z | Downloaded pin-project v1.1.13 |
| 423 | 2026-08-04T16:47:55.259Z | Downloaded flate2 v1.1.9 |
| 424 | 2026-08-04T16:47:55.262Z | Downloaded lock_api v0.4.14 |
| 425 | 2026-08-04T16:47:55.265Z | Downloaded derive_more-impl v2.1.1 |
| 426 | 2026-08-04T16:47:55.270Z | Downloaded serde v1.0.229 |
| 427 | 2026-08-04T16:47:55.274Z | Downloaded miniz_oxide v0.8.9 |
| 428 | 2026-08-04T16:47:55.277Z | Downloaded toml_edit v0.22.27 |
| 429 | 2026-08-04T16:47:55.280Z | Downloaded quinn v0.11.11 |
| 430 | 2026-08-04T16:47:55.283Z | Downloaded der v0.7.10 |
| 431 | 2026-08-04T16:47:55.283Z | Downloaded ed25519-dalek v2.2.0 |
| 432 | 2026-08-04T16:47:55.286Z | Downloaded rustls-webpki v0.103.13 |
| 433 | 2026-08-04T16:47:55.286Z | Downloaded signal-hook v0.3.18 |
| 434 | 2026-08-04T16:47:55.306Z | Downloaded rand v0.10.2 |
| 435 | 2026-08-04T16:47:55.310Z | Downloaded num-traits v0.2.19 |
| 436 | 2026-08-04T16:47:55.313Z | Downloaded url v2.5.8 |
| 437 | 2026-08-04T16:47:55.316Z | Downloaded typenum v1.20.1 |
| 438 | 2026-08-04T16:47:55.319Z | Downloaded rand v0.9.5 |
| 439 | 2026-08-04T16:47:55.324Z | Downloaded mio v1.2.2 |
| 440 | 2026-08-04T16:47:55.327Z | Downloaded unicode-normalization v0.1.25 |
| 441 | 2026-08-04T16:47:55.330Z | Downloaded http v1.5.0 |
| 442 | 2026-08-04T16:47:55.334Z | Downloaded crossterm v0.29.0 |
| 443 | 2026-08-04T16:47:55.340Z | Downloaded hyper-util v0.1.20 |
| 444 | 2026-08-04T16:47:55.349Z | Downloaded unicode-segmentation v1.13.3 |
| 445 | 2026-08-04T16:47:55.364Z | Downloaded ron v0.12.2 |
| 446 | 2026-08-04T16:47:55.369Z | Downloaded idna v1.1.0 |
| 447 | 2026-08-04T16:47:55.372Z | Downloaded tower v0.5.3 |
| 448 | 2026-08-04T16:47:55.376Z | Downloaded tower-http v0.6.11 |
| 449 | 2026-08-04T16:47:55.380Z | Downloaded futures-util v0.3.33 |
| 450 | 2026-08-04T16:47:55.387Z | Downloaded clap_builder v4.6.5 |
| 451 | 2026-08-04T16:47:55.390Z | Downloaded memchr v2.8.3 |
| 452 | 2026-08-04T16:47:55.393Z | Downloaded indexmap v2.14.0 |
| 453 | 2026-08-04T16:47:55.396Z | Downloaded tokio-util v0.7.19 |
| 454 | 2026-08-04T16:47:55.399Z | Downloaded hashbrown v0.17.1 |
| 455 | 2026-08-04T16:47:55.402Z | Downloaded aho-corasick v1.1.5 |
| 456 | 2026-08-04T16:47:55.404Z | Downloaded h2 v0.4.15 |
| 457 | 2026-08-04T16:47:55.408Z | Downloaded hyper v1.11.0 |
| 458 | 2026-08-04T16:47:55.412Z | Downloaded miette v7.6.0 |
| 459 | 2026-08-04T16:47:55.416Z | Downloaded winnow v0.7.15 |
| 460 | 2026-08-04T16:47:55.427Z | Downloaded reqwest v0.12.28 |
| 461 | 2026-08-04T16:47:55.435Z | Downloaded guppy v0.17.26 |
| 462 | 2026-08-04T16:47:55.438Z | Downloaded regex v1.13.1 |
| 463 | 2026-08-04T16:47:55.441Z | Downloaded chrono v0.4.45 |
| 464 | 2026-08-04T16:47:55.445Z | Downloaded tracing-subscriber v0.3.23 |
| 465 | 2026-08-04T16:47:55.451Z | Downloaded webpki-roots v1.0.9 |
| 466 | 2026-08-04T16:47:55.458Z | Downloaded serde_json v1.0.151 |
| 467 | 2026-08-04T16:47:55.462Z | Downloaded hashbrown v0.15.5 |
| 468 | 2026-08-04T16:47:55.465Z | Downloaded vcpkg v0.2.15 |
| 469 | 2026-08-04T16:47:55.488Z | Downloaded itertools v0.14.0 |
| 470 | 2026-08-04T16:47:55.491Z | Downloaded quick-xml v0.37.5 |
| 471 | 2026-08-04T16:47:55.494Z | Downloaded unicode-width v0.2.2 |
| 472 | 2026-08-04T16:47:55.497Z | Downloaded winnow v1.0.4 |
| 473 | 2026-08-04T16:47:55.503Z | Downloaded curve25519-dalek v4.1.3 |
| 474 | 2026-08-04T16:47:55.506Z | Downloaded bstr v1.13.0 |
| 475 | 2026-08-04T16:47:55.511Z | Downloaded quick-xml v0.38.4 |
| 476 | 2026-08-04T16:47:55.514Z | Downloaded openssl v0.10.81 |
| 477 | 2026-08-04T16:47:55.519Z | Downloaded nix v0.30.1 |
| 478 | 2026-08-04T16:47:55.531Z | Downloaded tracing v0.1.44 |
| 479 | 2026-08-04T16:47:55.543Z | Downloaded quinn-proto v0.11.16 |
| 480 | 2026-08-04T16:47:55.561Z | Downloaded color-eyre v0.6.5 |
| 481 | 2026-08-04T16:47:55.585Z | Downloaded petgraph v0.8.3 |
| 482 | 2026-08-04T16:47:55.597Z | Downloaded zerocopy v0.8.55 |
| 483 | 2026-08-04T16:47:55.606Z | Downloaded libc v0.2.189 |
| 484 | 2026-08-04T16:47:55.625Z | Downloaded nextest-runner v0.80.0 |
| 485 | 2026-08-04T16:47:55.631Z | Downloaded unicode-width v0.1.14 |
| 486 | 2026-08-04T16:47:55.635Z | Downloaded syn v2.0.119 |
| 487 | 2026-08-04T16:47:55.640Z | Downloaded syn v3.0.3 |
| 488 | 2026-08-04T16:47:55.645Z | Downloaded rustix v0.38.44 |
| 489 | 2026-08-04T16:47:55.657Z | Downloaded gimli v0.32.3 |
| 490 | 2026-08-04T16:47:55.661Z | Downloaded object v0.37.3 |
| 491 | 2026-08-04T16:47:55.667Z | Downloaded regex-syntax v0.8.11 |
| 492 | 2026-08-04T16:47:55.670Z | Downloaded rustls v0.23.43 |
| 493 | 2026-08-04T16:47:55.676Z | Downloaded rustix v1.1.4 |
| 494 | 2026-08-04T16:47:55.719Z | Downloaded regex-automata v0.4.18 |
| 495 | 2026-08-04T16:47:55.779Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 496 | 2026-08-04T16:47:55.805Z | Downloaded tokio v1.53.1 |
| 497 | 2026-08-04T16:47:55.871Z | Downloaded recursion v0.5.4 |
| 498 | 2026-08-04T16:47:55.878Z | Downloaded ring v0.17.14 |
| 499 | 2026-08-04T16:47:55.936Z | Compiling proc-macro2 v1.0.107 |
| 500 | 2026-08-04T16:47:55.937Z | Compiling libc v0.2.189 |
| 501 | 2026-08-04T16:47:55.940Z | Compiling quote v1.0.47 |
| 502 | 2026-08-04T16:47:55.940Z | Compiling unicode-ident v1.0.24 |
| 503 | 2026-08-04T16:47:55.940Z | Compiling serde_core v1.0.229 |
| 504 | 2026-08-04T16:47:55.940Z | Compiling cfg-if v1.0.4 |
| 505 | 2026-08-04T16:47:55.940Z | Compiling memchr v2.8.3 |
| 506 | 2026-08-04T16:47:56.070Z | Compiling once_cell v1.21.4 |
| 507 | 2026-08-04T16:47:56.160Z | Compiling log v0.4.33 |
| 508 | 2026-08-04T16:47:56.218Z | Compiling pin-project-lite v0.2.17 |
| 509 | 2026-08-04T16:47:56.311Z | Compiling serde v1.0.229 |
| 510 | 2026-08-04T16:47:56.323Z | Compiling itoa v1.0.18 |
| 511 | 2026-08-04T16:47:56.491Z | Compiling smallvec v1.15.2 |
| 512 | 2026-08-04T16:47:56.572Z | Compiling futures-core v0.3.33 |
| 513 | 2026-08-04T16:47:56.661Z | Compiling bitflags v2.13.1 |
| 514 | 2026-08-04T16:47:56.727Z | Compiling hashbrown v0.17.1 |
| 515 | 2026-08-04T16:47:56.740Z | Compiling equivalent v1.0.2 |
| 516 | 2026-08-04T16:47:56.829Z | Compiling shlex v2.0.1 |
| 517 | 2026-08-04T16:47:57.063Z | Compiling errno v0.3.14 |
| 518 | 2026-08-04T16:47:57.075Z | Compiling find-msvc-tools v0.1.9 |
| 519 | 2026-08-04T16:47:57.086Z | Compiling bytes v1.12.1 |
| 520 | 2026-08-04T16:47:57.235Z | Compiling signal-hook-registry v1.4.8 |
| 521 | 2026-08-04T16:47:57.264Z | Compiling jobserver v0.1.35 |
| 522 | 2026-08-04T16:47:57.312Z | Compiling mio v1.2.2 |
| 523 | 2026-08-04T16:47:57.355Z | Compiling rustix v1.1.4 |
| 524 | 2026-08-04T16:47:57.455Z | Compiling syn v3.0.3 |
| 525 | 2026-08-04T16:47:57.471Z | Compiling syn v2.0.119 |
| 526 | 2026-08-04T16:47:57.585Z | Compiling cc v1.4.0 |
| 527 | 2026-08-04T16:47:57.690Z | Compiling futures-sink v0.3.33 |
| 528 | 2026-08-04T16:47:57.801Z | Compiling socket2 v0.6.5 |
| 529 | 2026-08-04T16:47:57.976Z | Compiling zmij v1.0.23 |
| 530 | 2026-08-04T16:47:57.988Z | Compiling slab v0.4.12 |
| 531 | 2026-08-04T16:47:58.201Z | Compiling futures-channel v0.3.33 |
| 532 | 2026-08-04T16:47:58.312Z | Compiling tracing-core v0.1.36 |
| 533 | 2026-08-04T16:47:58.480Z | Compiling indexmap v2.14.0 |
| 534 | 2026-08-04T16:47:58.572Z | Compiling version_check v0.9.5 |
| 535 | 2026-08-04T16:47:58.632Z | Compiling serde_json v1.0.151 |
| 536 | 2026-08-04T16:47:58.885Z | Compiling futures-task v0.3.33 |
| 537 | 2026-08-04T16:47:58.950Z | Compiling getrandom v0.4.3 |
| 538 | 2026-08-04T16:47:59.069Z | Compiling futures-io v0.3.33 |
| 539 | 2026-08-04T16:47:59.236Z | Compiling camino v1.2.5 |
| 540 | 2026-08-04T16:47:59.268Z | Compiling percent-encoding v2.3.2 |
| 541 | 2026-08-04T16:47:59.326Z | Compiling unicode-width v0.2.2 |
| 542 | 2026-08-04T16:47:59.553Z | Compiling ring v0.17.14 |
| 543 | 2026-08-04T16:47:59.578Z | Compiling http v1.5.0 |
| 544 | 2026-08-04T16:47:59.607Z | Compiling adler2 v2.0.1 |
| 545 | 2026-08-04T16:47:59.639Z | Compiling autocfg v1.5.1 |
| 546 | 2026-08-04T16:47:59.770Z | Compiling zeroize v1.9.0 |
| 547 | 2026-08-04T16:47:59.915Z | Compiling simd-adler32 v0.3.10 |
| 548 | 2026-08-04T16:47:59.984Z | Compiling num-traits v0.2.19 |
| 549 | 2026-08-04T16:48:00.214Z | Compiling miniz_oxide v0.8.9 |
| 550 | 2026-08-04T16:48:00.343Z | Compiling serde_derive v1.0.229 |
| 551 | 2026-08-04T16:48:00.531Z | Compiling tokio-macros v2.7.2 |
| 552 | 2026-08-04T16:48:00.760Z | Compiling object v0.37.3 |
| 553 | 2026-08-04T16:48:01.046Z | Compiling getrandom v0.3.4 |
| 554 | 2026-08-04T16:48:01.080Z | Compiling futures-macro v0.3.33 |
| 555 | 2026-08-04T16:48:01.255Z | Compiling tokio v1.53.1 |
| 556 | 2026-08-04T16:48:01.375Z | Compiling tracing-attributes v0.1.31 |
| 557 | 2026-08-04T16:48:01.442Z | Compiling target-lexicon v0.13.5 |
| 558 | 2026-08-04T16:48:01.591Z | Compiling zerocopy v0.8.55 |
| 559 | 2026-08-04T16:48:01.844Z | Compiling http-body v1.1.0 |
| 560 | 2026-08-04T16:48:01.911Z | Compiling futures-util v0.3.33 |
| 561 | 2026-08-04T16:48:02.008Z | Compiling rustls-pki-types v1.15.1 |
| 562 | 2026-08-04T16:48:02.022Z | Compiling form_urlencoded v1.2.2 |
| 563 | 2026-08-04T16:48:02.100Z | Compiling semver v1.0.28 |
| 564 | 2026-08-04T16:48:02.283Z | Compiling getrandom v0.2.17 |
| 565 | 2026-08-04T16:48:02.489Z | Compiling gimli v0.32.3 |
| 566 | 2026-08-04T16:48:02.551Z | Compiling tracing v0.1.44 |
| 567 | 2026-08-04T16:48:02.747Z | Compiling httparse v1.10.1 |
| 568 | 2026-08-04T16:48:02.856Z | Compiling thiserror v2.0.19 |
| 569 | 2026-08-04T16:48:02.894Z | Compiling owo-colors v4.3.0 |
| 570 | 2026-08-04T16:48:03.078Z | Compiling guppy-workspace-hack v0.1.0 |
| 571 | 2026-08-04T16:48:03.177Z | Compiling fnv v1.0.7 |
| 572 | 2026-08-04T16:48:03.200Z | Compiling idna_adapter v1.0.0 |
| 573 | 2026-08-04T16:48:03.279Z | Compiling utf8_iter v1.0.4 |
| 574 | 2026-08-04T16:48:03.292Z | Compiling untrusted v0.9.0 |
| 575 | 2026-08-04T16:48:03.302Z | Compiling signal-hook v0.3.18 |
| 576 | 2026-08-04T16:48:03.418Z | Compiling idna v1.1.0 |
| 577 | 2026-08-04T16:48:04.488Z | Compiling addr2line v0.25.1 |
| 578 | 2026-08-04T16:48:04.512Z | Compiling thiserror-impl v2.0.19 |
| 579 | 2026-08-04T16:48:04.924Z | Compiling generic-array v0.14.7 |
| 580 | 2026-08-04T16:48:05.055Z | Compiling pkg-config v0.3.33 |
| 581 | 2026-08-04T16:48:05.152Z | Compiling tower-service v0.3.3 |
| 582 | 2026-08-04T16:48:05.167Z | Compiling try-lock v0.2.5 |
| 583 | 2026-08-04T16:48:05.249Z | Compiling tokio-util v0.7.19 |
| 584 | 2026-08-04T16:48:05.282Z | Compiling typeid v1.0.3 |
| 585 | 2026-08-04T16:48:05.486Z | Compiling target-spec v3.6.0 |
| 586 | 2026-08-04T16:48:05.562Z | Compiling fastrand v2.5.0 |
| 587 | 2026-08-04T16:48:05.672Z | Compiling rustls v0.23.43 |
| 588 | 2026-08-04T16:48:05.758Z | Compiling rustc-demangle v0.1.28 |
| 589 | 2026-08-04T16:48:05.887Z | Compiling atomic-waker v1.1.2 |
| 590 | 2026-08-04T16:48:05.899Z | Compiling thiserror v1.0.69 |
| 591 | 2026-08-04T16:48:06.022Z | Compiling h2 v0.4.15 |
| 592 | 2026-08-04T16:48:06.347Z | Compiling tempfile v3.27.0 |
| 593 | 2026-08-04T16:48:06.541Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 594 | 2026-08-04T16:48:06.557Z | Compiling want v0.3.1 |
| 595 | 2026-08-04T16:48:06.744Z | Compiling cfg-expr v0.20.8 |
| 596 | 2026-08-04T16:48:06.776Z | Compiling url v2.5.8 |
| 597 | 2026-08-04T16:48:07.151Z | Compiling backtrace v0.3.76 |
| 598 | 2026-08-04T16:48:07.785Z | Compiling thiserror-impl v1.0.69 |
| 599 | 2026-08-04T16:48:08.007Z | Compiling terminal_size v0.4.4 |
| 600 | 2026-08-04T16:48:08.163Z | Compiling aho-corasick v1.1.5 |
| 601 | 2026-08-04T16:48:08.335Z | Compiling erased-serde v0.4.10 |
| 602 | 2026-08-04T16:48:08.622Z | Compiling rustls-webpki v0.103.13 |
| 603 | 2026-08-04T16:48:08.917Z | Compiling subtle v2.6.1 |
| 604 | 2026-08-04T16:48:09.082Z | Compiling typenum v1.20.1 |
| 605 | 2026-08-04T16:48:09.150Z | Compiling regex-syntax v0.8.11 |
| 606 | 2026-08-04T16:48:09.807Z | Compiling winnow v0.7.15 |
| 607 | 2026-08-04T16:48:11.087Z | Compiling regex-automata v0.4.18 |
| 608 | 2026-08-04T16:48:12.106Z | Compiling hyper v1.11.0 |
| 609 | 2026-08-04T16:48:13.649Z | Compiling toml_datetime v0.6.11 |
| 610 | 2026-08-04T16:48:14.018Z | Compiling serde_spanned v0.6.9 |
| 611 | 2026-08-04T16:48:14.187Z | Compiling ahash v0.8.12 |
| 612 | 2026-08-04T16:48:14.388Z | Compiling sync_wrapper v1.0.2 |
| 613 | 2026-08-04T16:48:14.438Z | Compiling parking_lot_core v0.9.12 |
| 614 | 2026-08-04T16:48:14.501Z | Compiling tower-layer v0.3.3 |
| 615 | 2026-08-04T16:48:14.699Z | Compiling nextest-workspace-hack v0.1.0 |
| 616 | 2026-08-04T16:48:14.703Z | Compiling base64 v0.22.1 |
| 617 | 2026-08-04T16:48:14.908Z | Compiling portable-atomic v1.14.0 |
| 618 | 2026-08-04T16:48:15.191Z | Compiling unicode-linebreak v0.1.5 |
| 619 | 2026-08-04T16:48:15.357Z | Compiling ipnet v2.12.1 |
| 620 | 2026-08-04T16:48:15.462Z | Compiling crc32fast v1.5.0 |
| 621 | 2026-08-04T16:48:15.646Z | Compiling either v1.17.0 |
| 622 | 2026-08-04T16:48:15.748Z | Compiling lazy_static v1.5.0 |
| 623 | 2026-08-04T16:48:15.826Z | Compiling foldhash v0.1.5 |
| 624 | 2026-08-04T16:48:15.856Z | Compiling toml_write v0.1.2 |
| 625 | 2026-08-04T16:48:15.892Z | Compiling unicode-segmentation v1.13.3 |
| 626 | 2026-08-04T16:48:16.042Z | Compiling is_ci v1.2.0 |
| 627 | 2026-08-04T16:48:16.111Z | Compiling toml_edit v0.22.27 |
| 628 | 2026-08-04T16:48:16.215Z | Compiling supports-color v3.0.2 |
| 629 | 2026-08-04T16:48:16.365Z | Compiling convert_case v0.10.0 |
| 630 | 2026-08-04T16:48:16.447Z | Compiling hashbrown v0.15.5 |
| 631 | 2026-08-04T16:48:16.459Z | Compiling sharded-slab v0.1.7 |
| 632 | 2026-08-04T16:48:16.574Z | Compiling hyper-util v0.1.20 |
| 633 | 2026-08-04T16:48:16.613Z | Compiling textwrap v0.16.2 |
| 634 | 2026-08-04T16:48:17.099Z | Compiling tokio-rustls v0.26.4 |
| 635 | 2026-08-04T16:48:17.132Z | Compiling tower v0.5.3 |
| 636 | 2026-08-04T16:48:17.704Z | Compiling backtrace-ext v0.2.1 |
| 637 | 2026-08-04T16:48:17.959Z | Compiling ordered-float v2.10.1 |
| 638 | 2026-08-04T16:48:17.972Z | Compiling webpki-roots v1.0.9 |
| 639 | 2026-08-04T16:48:18.008Z | Compiling miette-derive v7.6.0 |
| 640 | 2026-08-04T16:48:18.085Z | Compiling pathdiff v0.2.3 |
| 641 | 2026-08-04T16:48:18.215Z | Compiling console v0.15.11 |
| 642 | 2026-08-04T16:48:18.233Z | Compiling tracing-log v0.2.0 |
| 643 | 2026-08-04T16:48:18.577Z | Compiling cargo-platform v0.3.3 |
| 644 | 2026-08-04T16:48:19.107Z | Compiling os_pipe v1.2.3 |
| 645 | 2026-08-04T16:48:19.119Z | Compiling thread_local v1.1.10 |
| 646 | 2026-08-04T16:48:19.199Z | Compiling ryu v1.0.23 |
| 647 | 2026-08-04T16:48:19.276Z | Compiling pulldown-cmark v0.13.4 |
| 648 | 2026-08-04T16:48:19.450Z | Compiling supports-unicode v3.0.0 |
| 649 | 2026-08-04T16:48:19.488Z | Compiling rustix v0.38.44 |
| 650 | 2026-08-04T16:48:19.491Z | Compiling cfg_aliases v0.2.2 |
| 651 | 2026-08-04T16:48:19.534Z | Compiling zstd-safe v7.2.4 |
| 652 | 2026-08-04T16:48:19.570Z | Compiling unicode-width v0.1.14 |
| 653 | 2026-08-04T16:48:19.619Z | Compiling supports-hyperlinks v3.2.0 |
| 654 | 2026-08-04T16:48:19.766Z | Compiling debug-ignore v1.0.5 |
| 655 | 2026-08-04T16:48:19.833Z | Compiling winnow v1.0.4 |
| 656 | 2026-08-04T16:48:19.869Z | Compiling scopeguard v1.2.0 |
| 657 | 2026-08-04T16:48:19.882Z | Compiling utf8parse v0.2.2 |
| 658 | 2026-08-04T16:48:19.980Z | Compiling fixedbitset v0.5.7 |
| 659 | 2026-08-04T16:48:19.994Z | Compiling anstyle-parse v1.0.0 |
| 660 | 2026-08-04T16:48:20.196Z | Compiling lock_api v0.4.14 |
| 661 | 2026-08-04T16:48:20.220Z | Compiling petgraph v0.8.3 |
| 662 | 2026-08-04T16:48:20.505Z | Compiling miette v7.6.0 |
| 663 | 2026-08-04T16:48:20.537Z | Compiling nix v0.30.1 |
| 664 | 2026-08-04T16:48:20.910Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 665 | 2026-08-04T16:48:21.331Z | Compiling serde_urlencoded v0.7.1 |
| 666 | 2026-08-04T16:48:21.613Z | Compiling tracing-subscriber v0.3.23 |
| 667 | 2026-08-04T16:48:22.151Z | Compiling sigchld v0.2.4 |
| 668 | 2026-08-04T16:48:22.210Z | Compiling cargo_metadata v0.23.1 |
| 669 | 2026-08-04T16:48:22.348Z | Compiling serde-value v0.7.0 |
| 670 | 2026-08-04T16:48:22.658Z | Compiling hyper-rustls v0.27.9 |
| 671 | 2026-08-04T16:48:23.013Z | Compiling serde-untagged v0.1.9 |
| 672 | 2026-08-04T16:48:23.326Z | Compiling toml v0.8.23 |
| 673 | 2026-08-04T16:48:23.418Z | Compiling tower-http v0.6.11 |
| 674 | 2026-08-04T16:48:24.629Z | Compiling derive_more-impl v2.1.1 |
| 675 | 2026-08-04T16:48:24.954Z | Compiling itertools v0.14.0 |
| 676 | 2026-08-04T16:48:25.358Z | Compiling regex v1.13.1 |
| 677 | 2026-08-04T16:48:25.447Z | Compiling block-buffer v0.10.4 |
| 678 | 2026-08-04T16:48:25.529Z | Compiling crypto-common v0.1.7 |
| 679 | 2026-08-04T16:48:25.594Z | Compiling ppv-lite86 v0.2.21 |
| 680 | 2026-08-04T16:48:25.661Z | Compiling rand_core v0.9.5 |
| 681 | 2026-08-04T16:48:25.915Z | Compiling futures-executor v0.3.33 |
| 682 | 2026-08-04T16:48:25.933Z | Compiling http-body-util v0.1.4 |
| 683 | 2026-08-04T16:48:25.976Z | Compiling pin-project-internal v1.1.13 |
| 684 | 2026-08-04T16:48:26.217Z | Compiling uuid v1.24.0 |
| 685 | 2026-08-04T16:48:26.406Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 686 | 2026-08-04T16:48:26.455Z | Compiling serde_spanned v1.1.1 |
| 687 | 2026-08-04T16:48:26.609Z | Compiling smol_str v0.3.6 |
| 688 | 2026-08-04T16:48:26.755Z | Compiling filetime v0.2.29 |
| 689 | 2026-08-04T16:48:26.770Z | Compiling bstr v1.13.0 |
| 690 | 2026-08-04T16:48:26.818Z | Compiling vte v0.14.1 |
| 691 | 2026-08-04T16:48:26.946Z | Compiling nested v0.1.1 |
| 692 | 2026-08-04T16:48:26.963Z | Compiling unicase v2.9.0 |
| 693 | 2026-08-04T16:48:27.038Z | Compiling tinyvec_macros v0.1.1 |
| 694 | 2026-08-04T16:48:27.041Z | Compiling color-spantrace v0.3.0 |
| 695 | 2026-08-04T16:48:27.110Z | Compiling number_prefix v0.4.0 |
| 696 | 2026-08-04T16:48:27.140Z | Compiling litrs v1.0.0 |
| 697 | 2026-08-04T16:48:27.151Z | Compiling xattr v1.6.1 |
| 698 | 2026-08-04T16:48:27.340Z | Compiling anstyle-query v1.1.5 |
| 699 | 2026-08-04T16:48:27.352Z | Compiling self_update v0.42.0 |
| 700 | 2026-08-04T16:48:27.446Z | Compiling colorchoice v1.0.5 |
| 701 | 2026-08-04T16:48:27.460Z | Compiling anstyle v1.0.14 |
| 702 | 2026-08-04T16:48:27.463Z | Compiling iana-time-zone v0.1.65 |
| 703 | 2026-08-04T16:48:27.569Z | Compiling static_assertions v1.1.0 |
| 704 | 2026-08-04T16:48:27.582Z | Compiling unicode-xid v0.2.6 |
| 705 | 2026-08-04T16:48:27.586Z | Compiling eyre v0.6.12 |
| 706 | 2026-08-04T16:48:27.642Z | Compiling is_terminal_polyfill v1.70.2 |
| 707 | 2026-08-04T16:48:27.718Z | Compiling anstream v1.0.0 |
| 708 | 2026-08-04T16:48:27.742Z | Compiling cargo-util-schemas v0.2.0 |
| 709 | 2026-08-04T16:48:27.760Z | Compiling guppy v0.17.26 |
| 710 | 2026-08-04T16:48:27.806Z | Compiling document-features v0.2.12 |
| 711 | 2026-08-04T16:48:28.173Z | Compiling chrono v0.4.45 |
| 712 | 2026-08-04T16:48:28.275Z | Compiling tar v0.4.46 |
| 713 | 2026-08-04T16:48:28.365Z | Compiling indicatif v0.17.11 |
| 714 | 2026-08-04T16:48:29.063Z | Compiling globset v0.4.20 |
| 715 | 2026-08-04T16:48:30.168Z | Compiling tinyvec v1.12.0 |
| 716 | 2026-08-04T16:48:30.618Z | Compiling pin-project v1.1.13 |
| 717 | 2026-08-04T16:48:30.724Z | Compiling strip-ansi-escapes v0.2.1 |
| 718 | 2026-08-04T16:48:30.746Z | Compiling nextest-metadata v0.12.2 |
| 719 | 2026-08-04T16:48:30.895Z | Compiling toml v1.1.4+spec-1.1.0 |
| 720 | 2026-08-04T16:48:31.208Z | Compiling newtype-uuid v1.4.0 |
| 721 | 2026-08-04T16:48:31.401Z | Compiling reqwest v0.12.28 |
| 722 | 2026-08-04T16:48:31.441Z | Compiling futures v0.3.33 |
| 723 | 2026-08-04T16:48:31.444Z | Compiling rand_chacha v0.9.0 |
| 724 | 2026-08-04T16:48:31.517Z | Compiling digest v0.10.7 |
| 725 | 2026-08-04T16:48:31.744Z | Compiling derive_more v2.1.1 |
| 726 | 2026-08-04T16:48:31.830Z | Compiling flate2 v1.1.9 |
| 727 | 2026-08-04T16:48:31.996Z | Compiling parking_lot v0.12.5 |
| 728 | 2026-08-04T16:48:32.327Z | Compiling tracing-error v0.2.1 |
| 729 | 2026-08-04T16:48:32.386Z | Compiling shared_child v1.1.1 |
| 730 | 2026-08-04T16:48:32.905Z | Compiling signal-hook-mio v0.2.5 |
| 731 | 2026-08-04T16:48:33.039Z | Compiling self-replace v1.5.0 |
| 732 | 2026-08-04T16:48:33.050Z | Compiling cargo-platform v0.2.0 |
| 733 | 2026-08-04T16:48:33.298Z | Compiling quick-xml v0.37.5 |
| 734 | 2026-08-04T16:48:33.605Z | Compiling quick-xml v0.38.4 |
| 735 | 2026-08-04T16:48:33.864Z | Compiling cpufeatures v0.2.17 |
| 736 | 2026-08-04T16:48:33.939Z | Compiling recursion v0.5.4 |
| 737 | 2026-08-04T16:48:33.954Z | Compiling humantime v2.4.0 |
| 738 | 2026-08-04T16:48:34.077Z | Compiling urlencoding v2.1.3 |
| 739 | 2026-08-04T16:48:34.329Z | Compiling strsim v0.11.1 |
| 740 | 2026-08-04T16:48:34.372Z | Compiling indenter v0.3.4 |
| 741 | 2026-08-04T16:48:34.500Z | Compiling shell-words v1.1.1 |
| 742 | 2026-08-04T16:48:34.743Z | Compiling clap_lex v1.1.0 |
| 743 | 2026-08-04T16:48:34.799Z | Compiling heck v0.5.0 |
| 744 | 2026-08-04T16:48:35.217Z | Compiling clap_derive v4.6.4 |
| 745 | 2026-08-04T16:48:35.363Z | Compiling clap_builder v4.6.5 |
| 746 | 2026-08-04T16:48:35.604Z | Compiling quick-junit v0.5.2 |
| 747 | 2026-08-04T16:48:35.847Z | Compiling humantime-serde v1.1.1 |
| 748 | 2026-08-04T16:48:36.005Z | Compiling nextest-filtering v0.15.0 |
| 749 | 2026-08-04T16:48:36.944Z | Compiling sha2 v0.10.9 |
| 750 | 2026-08-04T16:48:38.211Z | Compiling atomicwrites v0.4.4 |
| 751 | 2026-08-04T16:48:38.506Z | Compiling cargo_metadata v0.20.0 |
| 752 | 2026-08-04T16:48:38.663Z | Compiling cargo-nextest v0.9.97 |
| 753 | 2026-08-04T16:48:38.977Z | Compiling crossterm v0.29.0 |
| 754 | 2026-08-04T16:48:40.695Z | Compiling duct v0.13.7 |
| 755 | 2026-08-04T16:48:41.370Z | Compiling zstd v0.13.3 |
| 756 | 2026-08-04T16:48:41.798Z | Compiling rand v0.9.5 |
| 757 | 2026-08-04T16:48:41.904Z | Compiling config v0.15.25 |
| 758 | 2026-08-04T16:48:42.068Z | Compiling async-scoped v0.9.0 |
| 759 | 2026-08-04T16:48:42.122Z | Compiling unicode-normalization v0.1.25 |
| 760 | 2026-08-04T16:48:42.261Z | Compiling target-spec-miette v0.4.8 |
| 761 | 2026-08-04T16:48:42.411Z | Compiling future-queue v0.4.0 |
| 762 | 2026-08-04T16:48:42.527Z | Compiling mukti-metadata v0.3.0 |
| 763 | 2026-08-04T16:48:42.665Z | Compiling camino-tempfile v1.4.1 |
| 764 | 2026-08-04T16:48:42.686Z | Compiling tokio-stream v0.1.19 |
| 765 | 2026-08-04T16:48:42.706Z | Compiling derive-where v1.6.1 |
| 766 | 2026-08-04T16:48:43.011Z | Compiling serde_path_to_error v0.1.20 |
| 767 | 2026-08-04T16:48:43.070Z | Compiling serde_ignored v0.1.14 |
| 768 | 2026-08-04T16:48:43.225Z | Compiling xxhash-rust v0.8.18 |
| 769 | 2026-08-04T16:48:43.293Z | Compiling swrite v0.1.0 |
| 770 | 2026-08-04T16:48:43.400Z | Compiling indent_write v2.2.0 |
| 771 | 2026-08-04T16:48:43.469Z | Compiling hex v0.4.3 |
| 772 | 2026-08-04T16:48:43.533Z | Compiling home v0.5.12 |
| 773 | 2026-08-04T16:48:43.548Z | Compiling color-eyre v0.6.5 |
| 774 | 2026-08-04T16:48:43.697Z | Compiling clap v4.6.5 |
| 775 | 2026-08-04T16:48:43.725Z | Compiling dialoguer v0.11.0 |
| 776 | 2026-08-04T16:48:43.753Z | Compiling enable-ansi-support v0.2.1 |
| 777 | 2026-08-04T16:48:43.917Z | Compiling nextest-runner v0.80.0 |
| 778 | 2026-08-04T16:49:02.629Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 779 | 2026-08-04T16:49:02.801Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 780 | 2026-08-04T16:49:02.804Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 781 | 2026-08-04T16:49:02.926Z | + banner bfd |
| 782 | 2026-08-04T16:49:02.929Z | |
| 783 | 2026-08-04T16:49:02.929Z | ##### ###### ##### |
| 784 | 2026-08-04T16:49:02.929Z | # # # # # |
| 785 | 2026-08-04T16:49:02.929Z | ##### ##### # # |
| 786 | 2026-08-04T16:49:02.929Z | # # # # # |
| 787 | 2026-08-04T16:49:02.929Z | # # # # # |
| 788 | 2026-08-04T16:49:02.929Z | ##### # ##### |
| 789 | 2026-08-04T16:49:02.929Z | |
| 790 | 2026-08-04T16:49:02.929Z | + cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture |
| 791 | 2026-08-04T16:49:03.084Z | Updating crates.io index |
| 792 | 2026-08-04T16:49:03.090Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 793 | 2026-08-04T16:49:09.255Z | From https://github.com/oxidecomputer/omicron |
| 794 | 2026-08-04T16:49:09.255Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 795 | 2026-08-04T16:49:09.687Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 796 | 2026-08-04T16:49:10.270Z | From https://github.com/oxidecomputer/falcon |
| 797 | 2026-08-04T16:49:10.270Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 798 | 2026-08-04T16:49:10.345Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 799 | 2026-08-04T16:49:10.735Z | From https://github.com/oxidecomputer/dendrite |
| 800 | 2026-08-04T16:49:10.735Z | * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6 |
| 801 | 2026-08-04T16:49:10.769Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 802 | 2026-08-04T16:49:11.029Z | From https://github.com/oxidecomputer/ispf |
| 803 | 2026-08-04T16:49:11.029Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 804 | 2026-08-04T16:49:11.034Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 805 | 2026-08-04T16:49:11.390Z | From https://github.com/oxidecomputer/netadm-sys |
| 806 | 2026-08-04T16:49:11.392Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 807 | 2026-08-04T16:49:11.397Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 808 | 2026-08-04T16:49:12.121Z | From https://github.com/oxidecomputer/opte |
| 809 | 2026-08-04T16:49:12.122Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 810 | 2026-08-04T16:49:12.150Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 811 | 2026-08-04T16:49:12.436Z | From https://github.com/oxidecomputer/slog-error-chain |
| 812 | 2026-08-04T16:49:12.436Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 813 | 2026-08-04T16:49:12.447Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 814 | 2026-08-04T16:49:12.712Z | From https://github.com/illumos/smf-rs |
| 815 | 2026-08-04T16:49:12.712Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 816 | 2026-08-04T16:49:12.720Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 817 | 2026-08-04T16:49:12.998Z | From https://github.com/oxidecomputer/poptrie |
| 818 | 2026-08-04T16:49:12.998Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 819 | 2026-08-04T16:49:13.006Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 820 | 2026-08-04T16:49:13.253Z | From https://github.com/oxidecomputer/network-interface |
| 821 | 2026-08-04T16:49:13.253Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 822 | 2026-08-04T16:49:13.260Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 823 | 2026-08-04T16:49:13.529Z | From https://github.com/oxidecomputer/zone |
| 824 | 2026-08-04T16:49:13.529Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 825 | 2026-08-04T16:49:13.539Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 826 | 2026-08-04T16:49:14.055Z | From https://github.com/oxidecomputer/lldp |
| 827 | 2026-08-04T16:49:14.055Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 828 | 2026-08-04T16:49:14.065Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 829 | 2026-08-04T16:49:14.387Z | From https://github.com/oxidecomputer/tufaceous |
| 830 | 2026-08-04T16:49:14.387Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 831 | 2026-08-04T16:49:14.397Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 832 | 2026-08-04T16:49:14.979Z | From https://github.com/oxidecomputer/propolis |
| 833 | 2026-08-04T16:49:14.980Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 834 | 2026-08-04T16:49:15.023Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 835 | 2026-08-04T16:49:15.631Z | From https://github.com/oxidecomputer/transceiver-control |
| 836 | 2026-08-04T16:49:15.631Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 837 | 2026-08-04T16:49:15.643Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 838 | 2026-08-04T16:49:15.924Z | From https://github.com/oxidecomputer/dlpi-sys |
| 839 | 2026-08-04T16:49:15.924Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 840 | 2026-08-04T16:49:15.927Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 841 | 2026-08-04T16:49:16.195Z | From https://github.com/jmesmon/rust-libzfs |
| 842 | 2026-08-04T16:49:16.195Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 843 | 2026-08-04T16:49:16.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 844 | 2026-08-04T16:49:16.477Z | From https://github.com/oxidecomputer/rusty-doors |
| 845 | 2026-08-04T16:49:16.477Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 846 | 2026-08-04T16:49:16.489Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 847 | 2026-08-04T16:49:16.973Z | From https://github.com/oxidecomputer/management-gateway-service |
| 848 | 2026-08-04T16:49:16.973Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 849 | 2026-08-04T16:49:16.985Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 850 | 2026-08-04T16:49:17.277Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 851 | 2026-08-04T16:49:17.277Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 852 | 2026-08-04T16:49:17.283Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 853 | 2026-08-04T16:49:18.175Z | From https://github.com/oxidecomputer/crucible |
| 854 | 2026-08-04T16:49:18.175Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 855 | 2026-08-04T16:49:18.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 856 | 2026-08-04T16:49:18.611Z | From https://github.com/oxidecomputer/propolis |
| 857 | 2026-08-04T16:49:18.611Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 858 | 2026-08-04T16:49:18.657Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 859 | 2026-08-04T16:49:20.228Z | From https://github.com/oxidecomputer/crucible |
| 860 | 2026-08-04T16:49:20.228Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 861 | 2026-08-04T16:49:20.292Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 862 | 2026-08-04T16:49:20.625Z | From https://github.com/oxidecomputer/tofino |
| 863 | 2026-08-04T16:49:20.625Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 864 | 2026-08-04T16:49:20.645Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 865 | 2026-08-04T16:49:21.265Z | From https://github.com/oxidecomputer/maghemite |
| 866 | 2026-08-04T16:49:21.265Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 867 | 2026-08-04T16:49:21.308Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 868 | 2026-08-04T16:49:21.562Z | From https://github.com/oxidecomputer/clickward |
| 869 | 2026-08-04T16:49:21.562Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 870 | 2026-08-04T16:49:21.571Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 871 | 2026-08-04T16:49:21.855Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 872 | 2026-08-04T16:49:21.855Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 873 | 2026-08-04T16:49:22.711Z | Downloading crates ... |
| 874 | 2026-08-04T16:49:22.754Z | Downloaded inout v0.1.4 |
| 875 | 2026-08-04T16:49:22.757Z | Downloaded aead v0.5.2 |
| 876 | 2026-08-04T16:49:22.759Z | Downloaded idna_adapter v1.2.2 |
| 877 | 2026-08-04T16:49:22.762Z | Downloaded num-iter v0.1.45 |
| 878 | 2026-08-04T16:49:22.767Z | Downloaded num-conv v0.2.2 |
| 879 | 2026-08-04T16:49:22.772Z | Downloaded num_enum v0.7.6 |
| 880 | 2026-08-04T16:49:22.776Z | Downloaded icu_provider v2.2.0 |
| 881 | 2026-08-04T16:49:22.776Z | Downloaded memmap2 v0.9.10 |
| 882 | 2026-08-04T16:49:22.779Z | Downloaded ingot-types v0.2.0 |
| 883 | 2026-08-04T16:49:22.783Z | Downloaded hubpack_derive v0.1.1 |
| 884 | 2026-08-04T16:49:22.787Z | Downloaded ident_case v1.0.1 |
| 885 | 2026-08-04T16:49:22.789Z | Downloaded crypto-bigint v0.5.5 |
| 886 | 2026-08-04T16:49:22.793Z | Downloaded ciborium-ll v0.2.2 |
| 887 | 2026-08-04T16:49:22.796Z | Downloaded pest_derive v2.8.6 |
| 888 | 2026-08-04T16:49:22.796Z | Downloaded cobs v0.3.0 |
| 889 | 2026-08-04T16:49:22.800Z | Downloaded crunchy v0.2.4 |
| 890 | 2026-08-04T16:49:22.800Z | Downloaded libscf-sys v1.2.0 |
| 891 | 2026-08-04T16:49:22.800Z | Downloaded linked-hash-map v0.5.6 |
| 892 | 2026-08-04T16:49:22.800Z | Downloaded ingot v0.1.1 |
| 893 | 2026-08-04T16:49:22.800Z | Downloaded bytecount v0.6.9 |
| 894 | 2026-08-04T16:49:22.804Z | Downloaded darling v0.23.0 |
| 895 | 2026-08-04T16:49:22.807Z | Downloaded indexmap v1.9.3 |
| 896 | 2026-08-04T16:49:22.810Z | Downloaded password-hash v0.5.0 |
| 897 | 2026-08-04T16:49:22.810Z | Downloaded hubpack v0.1.2 |
| 898 | 2026-08-04T16:49:22.810Z | Downloaded cfg_aliases v0.2.1 |
| 899 | 2026-08-04T16:49:22.813Z | Downloaded cstr-argument v0.1.2 |
| 900 | 2026-08-04T16:49:22.813Z | Downloaded const-random v0.1.18 |
| 901 | 2026-08-04T16:49:22.813Z | Downloaded httpdate v1.0.3 |
| 902 | 2026-08-04T16:49:22.813Z | Downloaded ingot v0.2.1 |
| 903 | 2026-08-04T16:49:22.813Z | Downloaded ingot-types v0.1.2 |
| 904 | 2026-08-04T16:49:22.817Z | Downloaded instant v0.1.13 |
| 905 | 2026-08-04T16:49:22.817Z | Downloaded is-terminal v0.4.17 |
| 906 | 2026-08-04T16:49:22.817Z | Downloaded ingot-macros v0.1.1 |
| 907 | 2026-08-04T16:49:22.817Z | Downloaded crucible-workspace-hack v0.1.0 |
| 908 | 2026-08-04T16:49:22.824Z | Downloaded ciborium-io v0.2.2 |
| 909 | 2026-08-04T16:49:22.827Z | Downloaded ipnet v2.12.0 |
| 910 | 2026-08-04T16:49:22.827Z | Downloaded keccak v0.1.6 |
| 911 | 2026-08-04T16:49:22.827Z | Downloaded macaddr v1.0.1 |
| 912 | 2026-08-04T16:49:22.827Z | Downloaded const_format_proc_macros v0.2.34 |
| 913 | 2026-08-04T16:49:22.830Z | Downloaded csv-core v0.1.13 |
| 914 | 2026-08-04T16:49:22.830Z | Downloaded lru-cache v0.1.2 |
| 915 | 2026-08-04T16:49:22.830Z | Downloaded chacha20 v0.9.1 |
| 916 | 2026-08-04T16:49:22.833Z | Downloaded cipher v0.4.4 |
| 917 | 2026-08-04T16:49:22.833Z | Downloaded crossbeam-deque v0.8.6 |
| 918 | 2026-08-04T16:49:22.836Z | Downloaded byteorder v1.5.0 |
| 919 | 2026-08-04T16:49:22.838Z | Downloaded jobserver v0.1.34 |
| 920 | 2026-08-04T16:49:22.844Z | Downloaded crc8 v0.1.1 |
| 921 | 2026-08-04T16:49:22.847Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 922 | 2026-08-04T16:49:22.847Z | Downloaded match_cfg v0.1.0 |
| 923 | 2026-08-04T16:49:22.847Z | Downloaded newtype_derive v0.1.6 |
| 924 | 2026-08-04T16:49:22.850Z | Downloaded memmap v0.7.0 |
| 925 | 2026-08-04T16:49:22.850Z | Downloaded newtype-uuid-macros v0.1.0 |
| 926 | 2026-08-04T16:49:22.853Z | Downloaded convert_case v0.4.0 |
| 927 | 2026-08-04T16:49:22.854Z | Downloaded crypto-common v0.2.2 |
| 928 | 2026-08-04T16:49:22.856Z | Downloaded natord v1.0.9 |
| 929 | 2026-08-04T16:49:22.857Z | Downloaded opaque-debug v0.3.1 |
| 930 | 2026-08-04T16:49:22.865Z | Downloaded cargo_toml v0.22.3 |
| 931 | 2026-08-04T16:49:22.868Z | Downloaded chacha20 v0.10.0 |
| 932 | 2026-08-04T16:49:22.868Z | Downloaded embedded-io v0.4.0 |
| 933 | 2026-08-04T16:49:22.868Z | Downloaded futures-macro v0.3.32 |
| 934 | 2026-08-04T16:49:22.868Z | Downloaded const-random-macro v0.1.16 |
| 935 | 2026-08-04T16:49:22.868Z | Downloaded daft v0.1.7 |
| 936 | 2026-08-04T16:49:22.868Z | Downloaded internet-checksum v0.2.1 |
| 937 | 2026-08-04T16:49:22.868Z | Downloaded parse-display v0.10.0 |
| 938 | 2026-08-04T16:49:22.868Z | Downloaded dof v0.4.0 |
| 939 | 2026-08-04T16:49:22.868Z | Downloaded foreign-types-shared v0.3.1 |
| 940 | 2026-08-04T16:49:22.871Z | Downloaded konst_macro_rules v0.2.19 |
| 941 | 2026-08-04T16:49:22.876Z | Downloaded dyn-clone v1.0.20 |
| 942 | 2026-08-04T16:49:22.877Z | Downloaded darling_macro v0.21.3 |
| 943 | 2026-08-04T16:49:22.879Z | Downloaded fixedbitset v0.4.2 |
| 944 | 2026-08-04T16:49:22.879Z | Downloaded mime v0.3.17 |
| 945 | 2026-08-04T16:49:22.879Z | Downloaded defmt v0.3.100 |
| 946 | 2026-08-04T16:49:22.881Z | Downloaded futures-io v0.3.32 |
| 947 | 2026-08-04T16:49:22.884Z | Downloaded no-std-compat v0.4.1 |
| 948 | 2026-08-04T16:49:22.884Z | Downloaded num_threads v0.1.7 |
| 949 | 2026-08-04T16:49:22.884Z | Downloaded olpc-cjson v0.1.4 |
| 950 | 2026-08-04T16:49:22.888Z | Downloaded darling_macro v0.23.0 |
| 951 | 2026-08-04T16:49:22.888Z | Downloaded dunce v1.0.5 |
| 952 | 2026-08-04T16:49:22.889Z | Downloaded futures-core v0.3.32 |
| 953 | 2026-08-04T16:49:22.889Z | Downloaded num_enum_derive v0.5.11 |
| 954 | 2026-08-04T16:49:22.889Z | Downloaded num v0.4.3 |
| 955 | 2026-08-04T16:49:22.893Z | Downloaded byte-wrapper v0.1.0 |
| 956 | 2026-08-04T16:49:22.894Z | Downloaded compression-core v0.4.32 |
| 957 | 2026-08-04T16:49:22.894Z | Downloaded memoffset v0.9.1 |
| 958 | 2026-08-04T16:49:22.894Z | Downloaded serde-big-array v0.5.1 |
| 959 | 2026-08-04T16:49:22.899Z | Downloaded managed v0.8.0 |
| 960 | 2026-08-04T16:49:22.899Z | Downloaded newline-converter v0.3.0 |
| 961 | 2026-08-04T16:49:22.900Z | Downloaded scroll_derive v0.12.1 |
| 962 | 2026-08-04T16:49:22.900Z | Downloaded slog-bunyan v2.5.0 |
| 963 | 2026-08-04T16:49:22.900Z | Downloaded cmake v0.1.58 |
| 964 | 2026-08-04T16:49:22.900Z | Downloaded ipnetwork v0.21.1 |
| 965 | 2026-08-04T16:49:22.905Z | Downloaded enum-as-inner v0.6.1 |
| 966 | 2026-08-04T16:49:22.905Z | Downloaded num-derive v0.4.2 |
| 967 | 2026-08-04T16:49:22.905Z | Downloaded omicron-workspace-hack v0.1.0 |
| 968 | 2026-08-04T16:49:22.905Z | Downloaded defmt-parser v1.0.0 |
| 969 | 2026-08-04T16:49:22.912Z | Downloaded dof v0.3.0 |
| 970 | 2026-08-04T16:49:22.912Z | Downloaded dtrace-parser v0.3.0 |
| 971 | 2026-08-04T16:49:22.912Z | Downloaded foreign-types v0.5.0 |
| 972 | 2026-08-04T16:49:22.912Z | Downloaded indicatif v0.18.4 |
| 973 | 2026-08-04T16:49:22.912Z | Downloaded strum v0.27.2 |
| 974 | 2026-08-04T16:49:22.917Z | Downloaded newtype-uuid v1.3.2 |
| 975 | 2026-08-04T16:49:22.918Z | Downloaded paste v1.0.15 |
| 976 | 2026-08-04T16:49:22.918Z | Downloaded dtrace-parser v0.2.0 |
| 977 | 2026-08-04T16:49:22.918Z | Downloaded embedded-io v0.6.1 |
| 978 | 2026-08-04T16:49:22.921Z | Downloaded strum v0.26.3 |
| 979 | 2026-08-04T16:49:22.921Z | Downloaded foreign-types-macros v0.2.3 |
| 980 | 2026-08-04T16:49:22.921Z | Downloaded memchr v2.8.1 |
| 981 | 2026-08-04T16:49:22.924Z | Downloaded time-core v0.1.8 |
| 982 | 2026-08-04T16:49:22.925Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 983 | 2026-08-04T16:49:22.925Z | Downloaded critical-section v1.2.0 |
| 984 | 2026-08-04T16:49:22.925Z | Downloaded futures-executor v0.3.32 |
| 985 | 2026-08-04T16:49:22.929Z | Downloaded libsw v3.5.0 |
| 986 | 2026-08-04T16:49:22.929Z | Downloaded humantime v2.3.0 |
| 987 | 2026-08-04T16:49:22.929Z | Downloaded libsw-core v0.3.2 |
| 988 | 2026-08-04T16:49:22.929Z | Downloaded compression-codecs v0.4.38 |
| 989 | 2026-08-04T16:49:22.933Z | Downloaded displaydoc v0.2.6 |
| 990 | 2026-08-04T16:49:22.933Z | Downloaded float-ord v0.3.2 |
| 991 | 2026-08-04T16:49:22.933Z | Downloaded unarray v0.1.4 |
| 992 | 2026-08-04T16:49:22.933Z | Downloaded unit-prefix v0.5.2 |
| 993 | 2026-08-04T16:49:22.938Z | Downloaded universal-hash v0.5.1 |
| 994 | 2026-08-04T16:49:22.938Z | Downloaded typify-macro v0.6.2 |
| 995 | 2026-08-04T16:49:22.938Z | Downloaded stable_deref_trait v1.2.1 |
| 996 | 2026-08-04T16:49:22.938Z | Downloaded yoke-derive v0.8.2 |
| 997 | 2026-08-04T16:49:22.941Z | Downloaded async-stream v0.3.6 |
| 998 | 2026-08-04T16:49:22.942Z | Downloaded nom v7.1.3 |
| 999 | 2026-08-04T16:49:22.942Z | Downloaded linear-map v1.2.0 |
| 1000 | 2026-08-04T16:49:22.945Z | Downloaded derive-ex v0.1.8 |
| 1001 | 2026-08-04T16:49:22.945Z | Downloaded fs_extra v1.3.0 |
| 1002 | 2026-08-04T16:49:22.945Z | Downloaded multer v3.1.0 |
| 1003 | 2026-08-04T16:49:22.948Z | Downloaded oxide-tokio-rt v0.1.6 |
| 1004 | 2026-08-04T16:49:22.948Z | Downloaded oxnet v0.1.6 |
| 1005 | 2026-08-04T16:49:22.948Z | Downloaded pem v3.0.6 |
| 1006 | 2026-08-04T16:49:22.951Z | Downloaded num-integer v0.1.46 |
| 1007 | 2026-08-04T16:49:22.951Z | Downloaded parking_lot_core v0.8.6 |
| 1008 | 2026-08-04T16:49:22.951Z | Downloaded digest v0.11.3 |
| 1009 | 2026-08-04T16:49:22.953Z | Downloaded fs-err v3.3.0 |
| 1010 | 2026-08-04T16:49:22.956Z | Downloaded num_enum_derive v0.7.6 |
| 1011 | 2026-08-04T16:49:22.956Z | Downloaded siphasher v1.0.3 |
| 1012 | 2026-08-04T16:49:22.959Z | Downloaded bcs v0.1.6 |
| 1013 | 2026-08-04T16:49:22.959Z | Downloaded bs58 v0.5.1 |
| 1014 | 2026-08-04T16:49:22.964Z | Downloaded futures-task v0.3.32 |
| 1015 | 2026-08-04T16:49:22.964Z | Downloaded num-complex v0.4.6 |
| 1016 | 2026-08-04T16:49:22.964Z | Downloaded parse-display-derive v0.10.0 |
| 1017 | 2026-08-04T16:49:22.964Z | Downloaded ingot-macros v0.2.0 |
| 1018 | 2026-08-04T16:49:22.964Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1019 | 2026-08-04T16:49:22.968Z | Downloaded quick-error v1.2.3 |
| 1020 | 2026-08-04T16:49:22.968Z | Downloaded crossbeam-utils v0.8.21 |
| 1021 | 2026-08-04T16:49:22.968Z | Downloaded num-rational v0.4.2 |
| 1022 | 2026-08-04T16:49:22.971Z | Downloaded deranged v0.5.8 |
| 1023 | 2026-08-04T16:49:22.971Z | Downloaded fastrand v2.4.1 |
| 1024 | 2026-08-04T16:49:22.971Z | Downloaded serde_derive_internals v0.29.1 |
| 1025 | 2026-08-04T16:49:22.971Z | Downloaded ciborium v0.2.2 |
| 1026 | 2026-08-04T16:49:22.974Z | Downloaded colored v3.1.1 |
| 1027 | 2026-08-04T16:49:22.974Z | Downloaded defmt-macros v1.1.0 |
| 1028 | 2026-08-04T16:49:22.977Z | Downloaded daft-derive v0.1.7 |
| 1029 | 2026-08-04T16:49:22.980Z | Downloaded powerfmt v0.2.0 |
| 1030 | 2026-08-04T16:49:22.980Z | Downloaded hybrid-array v0.4.12 |
| 1031 | 2026-08-04T16:49:22.980Z | Downloaded icu_collections v2.2.0 |
| 1032 | 2026-08-04T16:49:22.982Z | Downloaded icu_properties v2.2.0 |
| 1033 | 2026-08-04T16:49:22.987Z | Downloaded slog-scope v4.4.1 |
| 1034 | 2026-08-04T16:49:22.987Z | Downloaded constant_time_eq v0.4.2 |
| 1035 | 2026-08-04T16:49:22.987Z | Downloaded ff v0.13.1 |
| 1036 | 2026-08-04T16:49:22.991Z | Downloaded futures-sink v0.3.32 |
| 1037 | 2026-08-04T16:49:22.991Z | Downloaded potential_utf v0.1.5 |
| 1038 | 2026-08-04T16:49:22.991Z | Downloaded progenitor-macro v0.14.0 |
| 1039 | 2026-08-04T16:49:22.991Z | Downloaded foldhash v0.2.0 |
| 1040 | 2026-08-04T16:49:22.991Z | Downloaded sha1 v0.11.0 |
| 1041 | 2026-08-04T16:49:22.991Z | Downloaded smartstring v1.0.1 |
| 1042 | 2026-08-04T16:49:22.991Z | Downloaded strum_macros v0.26.4 |
| 1043 | 2026-08-04T16:49:22.996Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1044 | 2026-08-04T16:49:22.996Z | Downloaded litemap v0.8.2 |
| 1045 | 2026-08-04T16:49:22.996Z | Downloaded num_enum v0.5.11 |
| 1046 | 2026-08-04T16:49:22.999Z | Downloaded cancel-safe-futures v0.1.5 |
| 1047 | 2026-08-04T16:49:23.002Z | Downloaded tabled_derive v0.11.0 |
| 1048 | 2026-08-04T16:49:23.002Z | Downloaded crossbeam-epoch v0.9.18 |
| 1049 | 2026-08-04T16:49:23.002Z | Downloaded diff v0.1.13 |
| 1050 | 2026-08-04T16:49:23.005Z | Downloaded tokio-macros v2.7.0 |
| 1051 | 2026-08-04T16:49:23.005Z | Downloaded serde_plain v1.0.2 |
| 1052 | 2026-08-04T16:49:23.009Z | Downloaded darling_core v0.21.3 |
| 1053 | 2026-08-04T16:49:23.012Z | Downloaded time-macros v0.2.27 |
| 1054 | 2026-08-04T16:49:23.014Z | Downloaded writeable v0.6.3 |
| 1055 | 2026-08-04T16:49:23.014Z | Downloaded serde_repr v0.1.21 |
| 1056 | 2026-08-04T16:49:23.017Z | Downloaded smawk v0.3.2 |
| 1057 | 2026-08-04T16:49:23.017Z | Downloaded usdt v0.6.0 |
| 1058 | 2026-08-04T16:49:23.021Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-08-04T16:49:23.024Z | Downloaded async-stream-impl v0.3.6 |
| 1060 | 2026-08-04T16:49:23.028Z | Downloaded http-body v1.0.1 |
| 1061 | 2026-08-04T16:49:23.031Z | Downloaded parking_lot v0.11.2 |
| 1062 | 2026-08-04T16:49:23.035Z | Downloaded data-encoding v2.11.0 |
| 1063 | 2026-08-04T16:49:23.035Z | Downloaded phf v0.12.1 |
| 1064 | 2026-08-04T16:49:23.035Z | Downloaded backoff v0.4.0 |
| 1065 | 2026-08-04T16:49:23.038Z | Downloaded zone_cfg_derive v0.3.1 |
| 1066 | 2026-08-04T16:49:23.038Z | Downloaded globset v0.4.18 |
| 1067 | 2026-08-04T16:49:23.038Z | Downloaded proc-macro-crate v1.3.1 |
| 1068 | 2026-08-04T16:49:23.038Z | Downloaded heck v0.4.1 |
| 1069 | 2026-08-04T16:49:23.041Z | Downloaded ref-cast v1.0.25 |
| 1070 | 2026-08-04T16:49:23.044Z | Downloaded serde_with_macros v3.21.0 |
| 1071 | 2026-08-04T16:49:23.048Z | Downloaded semver v0.1.20 |
| 1072 | 2026-08-04T16:49:23.048Z | Downloaded const-oid v0.10.2 |
| 1073 | 2026-08-04T16:49:23.048Z | Downloaded defmt v1.1.0 |
| 1074 | 2026-08-04T16:49:23.051Z | Downloaded scroll v0.13.0 |
| 1075 | 2026-08-04T16:49:23.051Z | Downloaded erased-serde v0.3.31 |
| 1076 | 2026-08-04T16:49:23.051Z | Downloaded console v0.16.3 |
| 1077 | 2026-08-04T16:49:23.053Z | Downloaded serial_test v4.0.1 |
| 1078 | 2026-08-04T16:49:23.056Z | Downloaded either v1.16.0 |
| 1079 | 2026-08-04T16:49:23.056Z | Downloaded futures-channel v0.3.32 |
| 1080 | 2026-08-04T16:49:23.056Z | Downloaded tagptr v0.2.0 |
| 1081 | 2026-08-04T16:49:23.059Z | Downloaded take_mut v0.2.2 |
| 1082 | 2026-08-04T16:49:23.059Z | Downloaded testing_table v0.3.0 |
| 1083 | 2026-08-04T16:49:23.061Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-08-04T16:49:23.061Z | Downloaded tabwriter v1.4.1 |
| 1085 | 2026-08-04T16:49:23.064Z | Downloaded ucd-trie v0.1.7 |
| 1086 | 2026-08-04T16:49:23.064Z | Downloaded bytes v1.11.1 |
| 1087 | 2026-08-04T16:49:23.067Z | Downloaded log v0.4.32 |
| 1088 | 2026-08-04T16:49:23.067Z | Downloaded papergrid v0.18.0 |
| 1089 | 2026-08-04T16:49:23.071Z | Downloaded cookie v0.18.1 |
| 1090 | 2026-08-04T16:49:23.074Z | Downloaded omicron-zone-package v0.12.3 |
| 1091 | 2026-08-04T16:49:23.074Z | Downloaded rustls-native-certs v0.8.4 |
| 1092 | 2026-08-04T16:49:23.074Z | Downloaded chacha20poly1305 v0.10.1 |
| 1093 | 2026-08-04T16:49:23.074Z | Downloaded gethostname v0.5.0 |
| 1094 | 2026-08-04T16:49:23.075Z | Downloaded strum_macros v0.27.2 |
| 1095 | 2026-08-04T16:49:23.085Z | Downloaded cc v1.2.63 |
| 1096 | 2026-08-04T16:49:23.085Z | Downloaded synstructure v0.13.2 |
| 1097 | 2026-08-04T16:49:23.085Z | Downloaded smf v0.2.3 |
| 1098 | 2026-08-04T16:49:23.086Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-08-04T16:49:23.091Z | Downloaded usdt-impl v0.6.0 |
| 1100 | 2026-08-04T16:49:23.091Z | Downloaded vsss-rs v3.3.4 |
| 1101 | 2026-08-04T16:49:23.091Z | Downloaded zerofrom-derive v0.1.7 |
| 1102 | 2026-08-04T16:49:23.091Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1103 | 2026-08-04T16:49:23.091Z | Downloaded wait-timeout v0.2.1 |
| 1104 | 2026-08-04T16:49:23.091Z | Downloaded whoami v1.6.1 |
| 1105 | 2026-08-04T16:49:23.091Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-08-04T16:49:23.091Z | Downloaded zerofrom v0.1.8 |
| 1107 | 2026-08-04T16:49:23.091Z | Downloaded zeroize_derive v1.4.3 |
| 1108 | 2026-08-04T16:49:23.091Z | Downloaded hostname v0.3.1 |
| 1109 | 2026-08-04T16:49:23.091Z | Downloaded konst v0.2.20 |
| 1110 | 2026-08-04T16:49:23.091Z | Downloaded plain v0.2.3 |
| 1111 | 2026-08-04T16:49:23.091Z | Downloaded progenitor-client v0.10.0 |
| 1112 | 2026-08-04T16:49:23.097Z | Downloaded progenitor-client v0.14.0 |
| 1113 | 2026-08-04T16:49:23.097Z | Downloaded sigpipe v0.1.3 |
| 1114 | 2026-08-04T16:49:23.097Z | Downloaded bitflags v1.3.2 |
| 1115 | 2026-08-04T16:49:23.097Z | Downloaded untrusted v0.7.1 |
| 1116 | 2026-08-04T16:49:23.100Z | Downloaded zerocopy-derive v0.7.35 |
| 1117 | 2026-08-04T16:49:23.100Z | Downloaded darling v0.21.3 |
| 1118 | 2026-08-04T16:49:23.103Z | Downloaded async-trait v0.1.89 |
| 1119 | 2026-08-04T16:49:23.106Z | Downloaded drift v0.2.0 |
| 1120 | 2026-08-04T16:49:23.109Z | Downloaded futures v0.3.32 |
| 1121 | 2026-08-04T16:49:23.112Z | Downloaded anyhow v1.0.104 |
| 1122 | 2026-08-04T16:49:23.117Z | Downloaded scroll_derive v0.13.1 |
| 1123 | 2026-08-04T16:49:23.117Z | Downloaded proc-macro-error2 v2.0.1 |
| 1124 | 2026-08-04T16:49:23.120Z | Downloaded tabled_derive v0.7.0 |
| 1125 | 2026-08-04T16:49:23.120Z | Downloaded glob v0.3.3 |
| 1126 | 2026-08-04T16:49:23.120Z | Downloaded waitgroup v0.1.2 |
| 1127 | 2026-08-04T16:49:23.120Z | Downloaded icu_normalizer v2.2.0 |
| 1128 | 2026-08-04T16:49:23.120Z | Downloaded icu_normalizer_data v2.2.0 |
| 1129 | 2026-08-04T16:49:23.125Z | Downloaded git-stub-vcs v0.1.0 |
| 1130 | 2026-08-04T16:49:23.125Z | Downloaded bitflags v2.12.1 |
| 1131 | 2026-08-04T16:49:23.125Z | Downloaded hmac v0.12.1 |
| 1132 | 2026-08-04T16:49:23.128Z | Downloaded zone v0.3.1 |
| 1133 | 2026-08-04T16:49:23.128Z | Downloaded base16ct v0.2.0 |
| 1134 | 2026-08-04T16:49:23.128Z | Downloaded base16ct v1.0.0 |
| 1135 | 2026-08-04T16:49:23.128Z | Downloaded hash32 v0.3.1 |
| 1136 | 2026-08-04T16:49:23.128Z | Downloaded progenitor-client v0.13.0 |
| 1137 | 2026-08-04T16:49:23.128Z | Downloaded rustc-hash v2.1.2 |
| 1138 | 2026-08-04T16:49:23.128Z | Downloaded git-stub v1.0.0 |
| 1139 | 2026-08-04T16:49:23.131Z | Downloaded test-strategy v0.4.5 |
| 1140 | 2026-08-04T16:49:23.131Z | Downloaded elliptic-curve v0.13.8 |
| 1141 | 2026-08-04T16:49:23.134Z | Downloaded progenitor-macro v0.13.0 |
| 1142 | 2026-08-04T16:49:23.134Z | Downloaded derive_more v0.99.20 |
| 1143 | 2026-08-04T16:49:23.137Z | Downloaded schemars_derive v0.8.22 |
| 1144 | 2026-08-04T16:49:23.137Z | Downloaded simd-adler32 v0.3.9 |
| 1145 | 2026-08-04T16:49:23.137Z | Downloaded structmeta v0.3.0 |
| 1146 | 2026-08-04T16:49:23.137Z | Downloaded rand_chacha v0.3.1 |
| 1147 | 2026-08-04T16:49:23.137Z | Downloaded typify-macro v0.4.3 |
| 1148 | 2026-08-04T16:49:23.140Z | Downloaded rustversion v1.0.22 |
| 1149 | 2026-08-04T16:49:23.143Z | Downloaded darling_core v0.23.0 |
| 1150 | 2026-08-04T16:49:23.143Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1151 | 2026-08-04T16:49:23.146Z | Downloaded zeroize v1.8.2 |
| 1152 | 2026-08-04T16:49:23.146Z | Downloaded thread-id v4.2.2 |
| 1153 | 2026-08-04T16:49:23.146Z | Downloaded usdt-attr-macro v0.6.0 |
| 1154 | 2026-08-04T16:49:23.150Z | Downloaded slog-envlogger v2.2.0 |
| 1155 | 2026-08-04T16:49:23.150Z | Downloaded thread-id v5.1.0 |
| 1156 | 2026-08-04T16:49:23.153Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1157 | 2026-08-04T16:49:23.153Z | Downloaded smallvec v1.15.1 |
| 1158 | 2026-08-04T16:49:23.156Z | Downloaded term v1.2.1 |
| 1159 | 2026-08-04T16:49:23.159Z | Downloaded rustc_version v0.1.7 |
| 1160 | 2026-08-04T16:49:23.159Z | Downloaded phf_shared v0.12.1 |
| 1161 | 2026-08-04T16:49:23.159Z | Downloaded progenitor-extras v0.2.0 |
| 1162 | 2026-08-04T16:49:23.162Z | Downloaded slog-async v2.8.0 |
| 1163 | 2026-08-04T16:49:23.162Z | Downloaded slog-dtrace v0.3.0 |
| 1164 | 2026-08-04T16:49:23.162Z | Downloaded thread_local v1.1.9 |
| 1165 | 2026-08-04T16:49:23.165Z | Downloaded async-recursion v1.1.1 |
| 1166 | 2026-08-04T16:49:23.168Z | Downloaded icu_locale_core v2.2.0 |
| 1167 | 2026-08-04T16:49:23.170Z | Downloaded openssl-sys v0.9.116 |
| 1168 | 2026-08-04T16:49:23.173Z | Downloaded usdt-macro v0.5.0 |
| 1169 | 2026-08-04T16:49:23.173Z | Downloaded papergrid v0.11.0 |
| 1170 | 2026-08-04T16:49:23.173Z | Downloaded blake2 v0.10.6 |
| 1171 | 2026-08-04T16:49:23.176Z | Downloaded proc-macro-error v1.0.4 |
| 1172 | 2026-08-04T16:49:23.176Z | Downloaded pretty-hex v0.4.2 |
| 1173 | 2026-08-04T16:49:23.179Z | Downloaded rustls-pemfile v2.2.0 |
| 1174 | 2026-08-04T16:49:23.179Z | Downloaded typify v0.6.2 |
| 1175 | 2026-08-04T16:49:23.182Z | Downloaded dropshot_endpoint v0.17.1 |
| 1176 | 2026-08-04T16:49:23.182Z | Downloaded allocator-api2 v0.2.21 |
| 1177 | 2026-08-04T16:49:23.185Z | Downloaded backon v1.6.0 |
| 1178 | 2026-08-04T16:49:23.185Z | Downloaded proc-macro-crate v3.5.0 |
| 1179 | 2026-08-04T16:49:23.185Z | Downloaded arrayref v0.3.9 |
| 1180 | 2026-08-04T16:49:23.188Z | Downloaded highway v1.3.0 |
| 1181 | 2026-08-04T16:49:23.188Z | Downloaded progenitor v0.14.0 |
| 1182 | 2026-08-04T16:49:23.191Z | Downloaded poly1305 v0.8.0 |
| 1183 | 2026-08-04T16:49:23.194Z | Downloaded hostname v0.4.2 |
| 1184 | 2026-08-04T16:49:23.194Z | Downloaded xz2 v0.1.7 |
| 1185 | 2026-08-04T16:49:23.197Z | Downloaded same-file v1.0.6 |
| 1186 | 2026-08-04T16:49:23.197Z | Downloaded const_format v0.2.36 |
| 1187 | 2026-08-04T16:49:23.202Z | Downloaded ref-cast-impl v1.0.25 |
| 1188 | 2026-08-04T16:49:23.205Z | Downloaded proc-macro2 v1.0.106 |
| 1189 | 2026-08-04T16:49:23.208Z | Downloaded rhai_codegen v3.2.0 |
| 1190 | 2026-08-04T16:49:23.212Z | Downloaded block-buffer v0.12.0 |
| 1191 | 2026-08-04T16:49:23.216Z | Downloaded crossbeam-channel v0.5.15 |
| 1192 | 2026-08-04T16:49:23.218Z | Downloaded secrecy v0.10.3 |
| 1193 | 2026-08-04T16:49:23.218Z | Downloaded fxhash v0.2.1 |
| 1194 | 2026-08-04T16:49:23.224Z | Downloaded thiserror-no-std v2.0.2 |
| 1195 | 2026-08-04T16:49:23.224Z | Downloaded spin v0.5.2 |
| 1196 | 2026-08-04T16:49:23.224Z | Downloaded usdt-attr-macro v0.5.0 |
| 1197 | 2026-08-04T16:49:23.224Z | Downloaded jiff-static v0.2.28 |
| 1198 | 2026-08-04T16:49:23.227Z | Downloaded rand_xorshift v0.4.0 |
| 1199 | 2026-08-04T16:49:23.227Z | Downloaded bit-set v0.8.0 |
| 1200 | 2026-08-04T16:49:23.230Z | Downloaded snafu v0.8.9 |
| 1201 | 2026-08-04T16:49:23.233Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 1202 | 2026-08-04T16:49:23.233Z | Downloaded getrandom v0.4.2 |
| 1203 | 2026-08-04T16:49:23.236Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1204 | 2026-08-04T16:49:23.240Z | Downloaded progenitor-macro v0.10.0 |
| 1205 | 2026-08-04T16:49:23.243Z | Downloaded serial_test_derive v4.0.1 |
| 1206 | 2026-08-04T16:49:23.247Z | Downloaded structmeta-derive v0.3.0 |
| 1207 | 2026-08-04T16:49:23.258Z | Downloaded usdt v0.5.0 |
| 1208 | 2026-08-04T16:49:23.261Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1209 | 2026-08-04T16:49:23.261Z | Downloaded bit-vec v0.8.0 |
| 1210 | 2026-08-04T16:49:23.264Z | Downloaded resolv-conf v0.7.6 |
| 1211 | 2026-08-04T16:49:23.264Z | Downloaded rusty-fork v0.3.1 |
| 1212 | 2026-08-04T16:49:23.267Z | Downloaded usdt-macro v0.6.0 |
| 1213 | 2026-08-04T16:49:23.270Z | Downloaded progenitor v0.10.0 |
| 1214 | 2026-08-04T16:49:23.272Z | Downloaded serde_tokenstream v0.2.3 |
| 1215 | 2026-08-04T16:49:23.272Z | Downloaded tokio-stream v0.1.18 |
| 1216 | 2026-08-04T16:49:23.275Z | Downloaded progenitor-impl v0.13.0 |
| 1217 | 2026-08-04T16:49:23.278Z | Downloaded arrayvec v0.7.6 |
| 1218 | 2026-08-04T16:49:23.281Z | Downloaded tokio-tungstenite v0.21.0 |
| 1219 | 2026-08-04T16:49:23.281Z | Downloaded itertools v0.12.1 |
| 1220 | 2026-08-04T16:49:23.284Z | Downloaded scroll v0.12.0 |
| 1221 | 2026-08-04T16:49:23.287Z | Downloaded usdt-impl v0.5.0 |
| 1222 | 2026-08-04T16:49:23.287Z | Downloaded similar v2.7.0 |
| 1223 | 2026-08-04T16:49:23.289Z | Downloaded unsafe-libyaml v0.2.11 |
| 1224 | 2026-08-04T16:49:23.292Z | Downloaded group v0.13.0 |
| 1225 | 2026-08-04T16:49:23.292Z | Downloaded progenitor v0.13.0 |
| 1226 | 2026-08-04T16:49:23.292Z | Downloaded sha1 v0.10.6 |
| 1227 | 2026-08-04T16:49:23.295Z | Downloaded port-file v0.1.0 |
| 1228 | 2026-08-04T16:49:23.295Z | Downloaded snafu-derive v0.8.9 |
| 1229 | 2026-08-04T16:49:23.295Z | Downloaded slog-term v2.9.2 |
| 1230 | 2026-08-04T16:49:23.300Z | Downloaded quote v1.0.45 |
| 1231 | 2026-08-04T16:49:23.300Z | Downloaded schemars v0.9.0 |
| 1232 | 2026-08-04T16:49:23.304Z | Downloaded slog v2.8.2 |
| 1233 | 2026-08-04T16:49:23.308Z | Downloaded toml v0.7.8 |
| 1234 | 2026-08-04T16:49:23.311Z | Downloaded argon2 v0.5.3 |
| 1235 | 2026-08-04T16:49:23.311Z | Downloaded tokio-dtrace v0.1.1 |
| 1236 | 2026-08-04T16:49:23.313Z | Downloaded slog-json v2.6.1 |
| 1237 | 2026-08-04T16:49:23.313Z | Downloaded yoke v0.8.3 |
| 1238 | 2026-08-04T16:49:23.317Z | Downloaded zmij v1.0.21 |
| 1239 | 2026-08-04T16:49:23.327Z | Downloaded thin-vec v0.2.18 |
| 1240 | 2026-08-04T16:49:23.330Z | Downloaded slog-stdlog v4.1.1 |
| 1241 | 2026-08-04T16:49:23.336Z | Downloaded zerovec-derive v0.11.3 |
| 1242 | 2026-08-04T16:49:23.336Z | Downloaded heapless v0.8.0 |
| 1243 | 2026-08-04T16:49:23.341Z | Downloaded rustls-pki-types v1.14.1 |
| 1244 | 2026-08-04T16:49:23.341Z | Downloaded spin v0.9.8 |
| 1245 | 2026-08-04T16:49:23.341Z | Downloaded prettyplease v0.2.37 |
| 1246 | 2026-08-04T16:49:23.341Z | Downloaded minimal-lexical v0.2.1 |
| 1247 | 2026-08-04T16:49:23.347Z | Downloaded tinystr v0.8.3 |
| 1248 | 2026-08-04T16:49:23.347Z | Downloaded expectorate v1.2.0 |
| 1249 | 2026-08-04T16:49:23.347Z | Downloaded qorb v0.4.1 |
| 1250 | 2026-08-04T16:49:23.351Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1251 | 2026-08-04T16:49:23.351Z | Downloaded mio v1.2.1 |
| 1252 | 2026-08-04T16:49:23.359Z | Downloaded tungstenite v0.21.0 |
| 1253 | 2026-08-04T16:49:23.362Z | Downloaded yansi v1.0.1 |
| 1254 | 2026-08-04T16:49:23.367Z | Downloaded progenitor-impl v0.14.0 |
| 1255 | 2026-08-04T16:49:23.369Z | Downloaded postcard v1.1.3 |
| 1256 | 2026-08-04T16:49:23.373Z | Downloaded quinn-udp v0.5.14 |
| 1257 | 2026-08-04T16:49:23.376Z | Downloaded hickory-resolver v0.25.2 |
| 1258 | 2026-08-04T16:49:23.378Z | Downloaded rand v0.8.6 |
| 1259 | 2026-08-04T16:49:23.382Z | Downloaded rayon-core v1.13.0 |
| 1260 | 2026-08-04T16:49:23.385Z | Downloaded quinn v0.11.9 |
| 1261 | 2026-08-04T16:49:23.388Z | Downloaded itertools v0.15.0 |
| 1262 | 2026-08-04T16:49:23.390Z | Downloaded zerotrie v0.2.4 |
| 1263 | 2026-08-04T16:49:23.394Z | Downloaded pest_generator v2.8.6 |
| 1264 | 2026-08-04T16:49:23.394Z | Downloaded steno v0.4.1 |
| 1265 | 2026-08-04T16:49:23.397Z | Downloaded typify v0.4.3 |
| 1266 | 2026-08-04T16:49:23.397Z | Downloaded walkdir v2.5.0 |
| 1267 | 2026-08-04T16:49:23.397Z | Downloaded half v2.7.1 |
| 1268 | 2026-08-04T16:49:23.400Z | Downloaded zerocopy-derive v0.8.50 |
| 1269 | 2026-08-04T16:49:23.402Z | Downloaded pest_meta v2.8.6 |
| 1270 | 2026-08-04T16:49:23.405Z | Downloaded arc-swap v1.9.1 |
| 1271 | 2026-08-04T16:49:23.408Z | Downloaded progenitor-impl v0.10.0 |
| 1272 | 2026-08-04T16:49:23.408Z | Downloaded schemars v0.8.22 |
| 1273 | 2026-08-04T16:49:23.417Z | Downloaded pest v2.8.6 |
| 1274 | 2026-08-04T16:49:23.427Z | Downloaded schemars v1.2.1 |
| 1275 | 2026-08-04T16:49:23.437Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1276 | 2026-08-04T16:49:23.440Z | Downloaded tinyvec v1.11.0 |
| 1277 | 2026-08-04T16:49:23.448Z | Downloaded pretty_assertions v1.4.1 |
| 1278 | 2026-08-04T16:49:23.451Z | Downloaded dropshot-api-manager v0.7.2 |
| 1279 | 2026-08-04T16:49:23.455Z | Downloaded http v1.4.2 |
| 1280 | 2026-08-04T16:49:23.460Z | Downloaded ron v0.12.1 |
| 1281 | 2026-08-04T16:49:23.464Z | Downloaded nom v8.0.0 |
| 1282 | 2026-08-04T16:49:23.467Z | Downloaded rand v0.9.4 |
| 1283 | 2026-08-04T16:49:23.470Z | Downloaded base64 v0.21.7 |
| 1284 | 2026-08-04T16:49:23.473Z | Downloaded hickory-resolver v0.24.4 |
| 1285 | 2026-08-04T16:49:23.473Z | Downloaded iddqd v0.4.6 |
| 1286 | 2026-08-04T16:49:23.477Z | Downloaded typed-path v0.9.3 |
| 1287 | 2026-08-04T16:49:23.480Z | Downloaded hashbrown v0.16.1 |
| 1288 | 2026-08-04T16:49:23.483Z | Downloaded libm v0.2.16 |
| 1289 | 2026-08-04T16:49:23.488Z | Downloaded toml_edit v0.19.15 |
| 1290 | 2026-08-04T16:49:23.496Z | Downloaded zerovec v0.11.6 |
| 1291 | 2026-08-04T16:49:23.499Z | Downloaded zerocopy v0.7.35 |
| 1292 | 2026-08-04T16:49:23.509Z | Downloaded async-compression v0.4.42 |
| 1293 | 2026-08-04T16:49:23.511Z | Downloaded tokio-util v0.7.18 |
| 1294 | 2026-08-04T16:49:23.514Z | Downloaded icu_properties_data v2.2.0 |
| 1295 | 2026-08-04T16:49:23.518Z | Downloaded hashbrown v0.12.3 |
| 1296 | 2026-08-04T16:49:23.521Z | Downloaded tough v0.22.0 |
| 1297 | 2026-08-04T16:49:23.535Z | Downloaded aho-corasick v1.1.4 |
| 1298 | 2026-08-04T16:49:23.543Z | Downloaded goblin v0.8.2 |
| 1299 | 2026-08-04T16:49:23.556Z | Downloaded h2 v0.4.14 |
| 1300 | 2026-08-04T16:49:23.562Z | Downloaded hkdf v0.12.4 |
| 1301 | 2026-08-04T16:49:23.572Z | Downloaded regex v1.12.3 |
| 1302 | 2026-08-04T16:49:23.575Z | Downloaded rayon v1.12.0 |
| 1303 | 2026-08-04T16:49:23.585Z | Downloaded futures-util v0.3.32 |
| 1304 | 2026-08-04T16:49:23.594Z | Downloaded time v0.3.47 |
| 1305 | 2026-08-04T16:49:23.601Z | Downloaded webpki-roots v1.0.7 |
| 1306 | 2026-08-04T16:49:23.605Z | Downloaded portable-atomic v1.13.1 |
| 1307 | 2026-08-04T16:49:23.610Z | Downloaded winnow v0.5.40 |
| 1308 | 2026-08-04T16:49:23.618Z | Downloaded bstr v1.12.1 |
| 1309 | 2026-08-04T16:49:23.629Z | Downloaded reqwest v0.13.4 |
| 1310 | 2026-08-04T16:49:23.632Z | Downloaded serde_with v3.21.0 |
| 1311 | 2026-08-04T16:49:23.638Z | Downloaded moka v0.12.15 |
| 1312 | 2026-08-04T16:49:23.642Z | Downloaded proptest v1.11.0 |
| 1313 | 2026-08-04T16:49:23.649Z | Downloaded winnow v1.0.3 |
| 1314 | 2026-08-04T16:49:23.657Z | Downloaded tabled v0.21.0 |
| 1315 | 2026-08-04T16:49:23.668Z | Downloaded blake3 v1.8.5 |
| 1316 | 2026-08-04T16:49:23.677Z | Downloaded tabled v0.15.0 |
| 1317 | 2026-08-04T16:49:23.685Z | Downloaded syn v1.0.109 |
| 1318 | 2026-08-04T16:49:23.691Z | Downloaded zerocopy v0.8.50 |
| 1319 | 2026-08-04T16:49:23.714Z | Downloaded openssl v0.10.80 |
| 1320 | 2026-08-04T16:49:23.721Z | Downloaded aws-lc-rs v1.17.0 |
| 1321 | 2026-08-04T16:49:23.727Z | Downloaded goblin v0.10.7 |
| 1322 | 2026-08-04T16:49:23.734Z | Downloaded syn v2.0.117 |
| 1323 | 2026-08-04T16:49:23.742Z | Downloaded nix v0.31.3 |
| 1324 | 2026-08-04T16:49:23.749Z | Downloaded regress v0.10.5 |
| 1325 | 2026-08-04T16:49:23.755Z | Downloaded openapiv3 v2.2.0 |
| 1326 | 2026-08-04T16:49:23.760Z | Downloaded smoltcp v0.11.0 |
| 1327 | 2026-08-04T16:49:23.766Z | Downloaded regex-syntax v0.8.10 |
| 1328 | 2026-08-04T16:49:23.773Z | Downloaded dropshot v0.17.1 |
| 1329 | 2026-08-04T16:49:23.783Z | Downloaded rhai v1.25.1 |
| 1330 | 2026-08-04T16:49:23.790Z | Downloaded regress v0.11.1 |
| 1331 | 2026-08-04T16:49:23.794Z | Downloaded rustls v0.23.40 |
| 1332 | 2026-08-04T16:49:23.801Z | Downloaded hickory-proto v0.24.4 |
| 1333 | 2026-08-04T16:49:23.809Z | Downloaded sled v0.34.7 |
| 1334 | 2026-08-04T16:49:23.816Z | Downloaded hickory-proto v0.25.2 |
| 1335 | 2026-08-04T16:49:23.840Z | Downloaded jiff v0.2.28 |
| 1336 | 2026-08-04T16:49:23.848Z | Downloaded lzma-sys v0.1.20 |
| 1337 | 2026-08-04T16:49:23.867Z | Downloaded typify-impl v0.6.2 |
| 1338 | 2026-08-04T16:49:23.871Z | Downloaded sha3 v0.10.9 |
| 1339 | 2026-08-04T16:49:23.876Z | Downloaded typify-impl v0.4.3 |
| 1340 | 2026-08-04T16:49:23.885Z | Downloaded regex-automata v0.4.14 |
| 1341 | 2026-08-04T16:49:23.916Z | Downloaded petgraph v0.6.5 |
| 1342 | 2026-08-04T16:49:23.927Z | Downloaded chrono-tz v0.10.4 |
| 1343 | 2026-08-04T16:49:23.957Z | Downloaded csv v1.4.0 |
| 1344 | 2026-08-04T16:49:24.038Z | Downloaded encoding_rs v0.8.35 |
| 1345 | 2026-08-04T16:49:24.625Z | Downloaded aws-lc-sys v0.41.0 |
| 1346 | 2026-08-04T16:49:25.563Z | Compiling proc-macro2 v1.0.106 |
| 1347 | 2026-08-04T16:49:25.563Z | Compiling quote v1.0.45 |
| 1348 | 2026-08-04T16:49:25.563Z | Compiling unicode-ident v1.0.24 |
| 1349 | 2026-08-04T16:49:25.563Z | Compiling serde_core v1.0.229 |
| 1350 | 2026-08-04T16:49:25.566Z | Compiling cfg-if v1.0.4 |
| 1351 | 2026-08-04T16:49:25.566Z | Compiling serde v1.0.229 |
| 1352 | 2026-08-04T16:49:25.566Z | Compiling libc v0.2.189 |
| 1353 | 2026-08-04T16:49:25.566Z | Compiling memchr v2.8.1 |
| 1354 | 2026-08-04T16:49:25.720Z | Compiling itoa v1.0.18 |
| 1355 | 2026-08-04T16:49:25.895Z | Compiling smallvec v1.15.1 |
| 1356 | 2026-08-04T16:49:25.970Z | Compiling zmij v1.0.21 |
| 1357 | 2026-08-04T16:49:26.025Z | Compiling autocfg v1.5.1 |
| 1358 | 2026-08-04T16:49:26.094Z | Compiling libm v0.2.16 |
| 1359 | 2026-08-04T16:49:26.350Z | Compiling stable_deref_trait v1.2.1 |
| 1360 | 2026-08-04T16:49:26.361Z | Compiling percent-encoding v2.3.2 |
| 1361 | 2026-08-04T16:49:26.420Z | Compiling litemap v0.8.2 |
| 1362 | 2026-08-04T16:49:26.479Z | Compiling writeable v0.6.3 |
| 1363 | 2026-08-04T16:49:26.541Z | Compiling icu_properties_data v2.2.0 |
| 1364 | 2026-08-04T16:49:26.552Z | Compiling icu_normalizer_data v2.2.0 |
| 1365 | 2026-08-04T16:49:26.562Z | Compiling utf8_iter v1.0.4 |
| 1366 | 2026-08-04T16:49:26.594Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-08-04T16:49:26.701Z | Compiling form_urlencoded v1.2.2 |
| 1368 | 2026-08-04T16:49:26.805Z | Compiling equivalent v1.0.2 |
| 1369 | 2026-08-04T16:49:26.851Z | Compiling syn v2.0.117 |
| 1370 | 2026-08-04T16:49:26.865Z | Compiling syn v3.0.3 |
| 1371 | 2026-08-04T16:49:26.885Z | Compiling allocator-api2 v0.2.21 |
| 1372 | 2026-08-04T16:49:26.915Z | Compiling serde_json v1.0.151 |
| 1373 | 2026-08-04T16:49:26.961Z | Compiling pin-project-lite v0.2.17 |
| 1374 | 2026-08-04T16:49:26.968Z | Compiling version_check v0.9.5 |
| 1375 | 2026-08-04T16:49:27.054Z | Compiling dyn-clone v1.0.20 |
| 1376 | 2026-08-04T16:49:27.215Z | Compiling scopeguard v1.2.0 |
| 1377 | 2026-08-04T16:49:27.257Z | Compiling parking_lot_core v0.9.12 |
| 1378 | 2026-08-04T16:49:27.267Z | Compiling hashbrown v0.17.1 |
| 1379 | 2026-08-04T16:49:27.278Z | Compiling num-traits v0.2.19 |
| 1380 | 2026-08-04T16:49:27.315Z | Compiling lock_api v0.4.14 |
| 1381 | 2026-08-04T16:49:27.531Z | Compiling rand_core v0.10.1 |
| 1382 | 2026-08-04T16:49:27.540Z | Compiling getrandom v0.4.2 |
| 1383 | 2026-08-04T16:49:27.668Z | Compiling thiserror v2.0.19 |
| 1384 | 2026-08-04T16:49:27.680Z | Compiling log v0.4.32 |
| 1385 | 2026-08-04T16:49:27.799Z | Compiling semver v1.0.28 |
| 1386 | 2026-08-04T16:49:27.962Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-08-04T16:49:28.069Z | Compiling errno v0.3.14 |
| 1388 | 2026-08-04T16:49:28.144Z | Compiling futures-core v0.3.32 |
| 1389 | 2026-08-04T16:49:28.205Z | Compiling heck v0.5.0 |
| 1390 | 2026-08-04T16:49:28.283Z | Compiling zerocopy v0.8.50 |
| 1391 | 2026-08-04T16:49:28.294Z | Compiling uuid v1.24.0 |
| 1392 | 2026-08-04T16:49:28.459Z | Compiling futures-sink v0.3.32 |
| 1393 | 2026-08-04T16:49:28.560Z | Compiling schemars v0.8.22 |
| 1394 | 2026-08-04T16:49:28.617Z | Compiling slab v0.4.12 |
| 1395 | 2026-08-04T16:49:28.718Z | Compiling jobserver v0.1.34 |
| 1396 | 2026-08-04T16:49:28.736Z | Compiling find-msvc-tools v0.1.9 |
| 1397 | 2026-08-04T16:49:28.792Z | Compiling shlex v2.0.1 |
| 1398 | 2026-08-04T16:49:28.817Z | Compiling fnv v1.0.7 |
| 1399 | 2026-08-04T16:49:28.913Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-08-04T16:49:28.972Z | Compiling cc v1.2.63 |
| 1401 | 2026-08-04T16:49:28.986Z | Compiling futures-channel v0.3.32 |
| 1402 | 2026-08-04T16:49:29.008Z | Compiling futures-io v0.3.32 |
| 1403 | 2026-08-04T16:49:29.039Z | Compiling futures-task v0.3.32 |
| 1404 | 2026-08-04T16:49:29.167Z | Compiling bitflags v2.12.1 |
| 1405 | 2026-08-04T16:49:29.206Z | Compiling socket2 v0.6.5 |
| 1406 | 2026-08-04T16:49:29.413Z | Compiling parking_lot v0.12.5 |
| 1407 | 2026-08-04T16:49:29.425Z | Compiling signal-hook-registry v1.4.8 |
| 1408 | 2026-08-04T16:49:29.518Z | Compiling mio v1.2.1 |
| 1409 | 2026-08-04T16:49:29.674Z | Compiling portable-atomic v1.13.1 |
| 1410 | 2026-08-04T16:49:29.741Z | Compiling cmake v0.1.58 |
| 1411 | 2026-08-04T16:49:29.835Z | Compiling synstructure v0.13.2 |
| 1412 | 2026-08-04T16:49:29.874Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2026-08-04T16:49:29.896Z | Compiling serde_derive v1.0.229 |
| 1414 | 2026-08-04T16:49:30.041Z | Compiling thiserror-impl v2.0.19 |
| 1415 | 2026-08-04T16:49:30.096Z | Compiling typenum v1.20.1 |
| 1416 | 2026-08-04T16:49:30.267Z | Compiling dunce v1.0.5 |
| 1417 | 2026-08-04T16:49:30.331Z | Compiling fs_extra v1.3.0 |
| 1418 | 2026-08-04T16:49:30.358Z | Compiling critical-section v1.2.0 |
| 1419 | 2026-08-04T16:49:30.477Z | Compiling base64 v0.22.1 |
| 1420 | 2026-08-04T16:49:30.575Z | Compiling aws-lc-sys v0.41.0 |
| 1421 | 2026-08-04T16:49:30.625Z | Compiling once_cell v1.21.4 |
| 1422 | 2026-08-04T16:49:30.659Z | Compiling byteorder v1.5.0 |
| 1423 | 2026-08-04T16:49:30.787Z | Compiling subtle v2.6.1 |
| 1424 | 2026-08-04T16:49:30.836Z | Compiling regex-syntax v0.8.10 |
| 1425 | 2026-08-04T16:49:30.877Z | Compiling slog v2.8.2 |
| 1426 | 2026-08-04T16:49:30.888Z | Compiling rustix v1.1.4 |
| 1427 | 2026-08-04T16:49:30.947Z | Compiling strsim v0.11.1 |
| 1428 | 2026-08-04T16:49:31.002Z | Compiling zerofrom-derive v0.1.7 |
| 1429 | 2026-08-04T16:49:31.097Z | Compiling yoke-derive v0.8.2 |
| 1430 | 2026-08-04T16:49:31.229Z | Compiling zerovec-derive v0.11.3 |
| 1431 | 2026-08-04T16:49:31.252Z | Compiling displaydoc v0.2.6 |
| 1432 | 2026-08-04T16:49:31.330Z | Compiling schemars_derive v0.8.22 |
| 1433 | 2026-08-04T16:49:31.430Z | Compiling tokio-macros v2.7.0 |
| 1434 | 2026-08-04T16:49:32.194Z | Compiling zerocopy-derive v0.8.50 |
| 1435 | 2026-08-04T16:49:32.194Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-08-04T16:49:32.217Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-08-04T16:49:32.247Z | Compiling zerofrom v0.1.8 |
| 1438 | 2026-08-04T16:49:32.350Z | Compiling yoke v0.8.3 |
| 1439 | 2026-08-04T16:49:32.529Z | Compiling zerovec v0.11.6 |
| 1440 | 2026-08-04T16:49:32.571Z | Compiling zerotrie v0.2.4 |
| 1441 | 2026-08-04T16:49:32.874Z | Compiling zeroize v1.8.2 |
| 1442 | 2026-08-04T16:49:33.019Z | Compiling bytes v1.11.1 |
| 1443 | 2026-08-04T16:49:33.047Z | Compiling tinystr v0.8.3 |
| 1444 | 2026-08-04T16:49:33.050Z | Compiling potential_utf v0.1.5 |
| 1445 | 2026-08-04T16:49:33.069Z | Compiling chrono v0.4.45 |
| 1446 | 2026-08-04T16:49:33.081Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-08-04T16:49:33.219Z | Compiling icu_locale_core v2.2.0 |
| 1448 | 2026-08-04T16:49:33.252Z | Compiling icu_collections v2.2.0 |
| 1449 | 2026-08-04T16:49:33.504Z | Compiling http v1.4.2 |
| 1450 | 2026-08-04T16:49:33.653Z | Compiling tokio v1.53.1 |
| 1451 | 2026-08-04T16:49:33.759Z | Compiling serde_tokenstream v0.2.3 |
| 1452 | 2026-08-04T16:49:34.041Z | Compiling icu_provider v2.2.0 |
| 1453 | 2026-08-04T16:49:34.256Z | Compiling erased-serde v0.3.31 |
| 1454 | 2026-08-04T16:49:34.358Z | Compiling icu_normalizer v2.2.0 |
| 1455 | 2026-08-04T16:49:34.462Z | Compiling icu_properties v2.2.0 |
| 1456 | 2026-08-04T16:49:34.554Z | Compiling http-body v1.0.1 |
| 1457 | 2026-08-04T16:49:34.738Z | Compiling ipnet v2.12.0 |
| 1458 | 2026-08-04T16:49:34.929Z | Compiling atomic-waker v1.1.2 |
| 1459 | 2026-08-04T16:49:35.049Z | Compiling httparse v1.10.1 |
| 1460 | 2026-08-04T16:49:35.099Z | Compiling tower-layer v0.3.3 |
| 1461 | 2026-08-04T16:49:35.253Z | Compiling tower-service v0.3.3 |
| 1462 | 2026-08-04T16:49:35.256Z | Compiling getrandom v0.2.17 |
| 1463 | 2026-08-04T16:49:35.340Z | Compiling idna_adapter v1.2.2 |
| 1464 | 2026-08-04T16:49:35.353Z | Compiling ucd-trie v0.1.7 |
| 1465 | 2026-08-04T16:49:35.430Z | Compiling idna v1.1.0 |
| 1466 | 2026-08-04T16:49:35.468Z | Compiling ryu v1.0.23 |
| 1467 | 2026-08-04T16:49:35.622Z | Compiling thiserror v1.0.69 |
| 1468 | 2026-08-04T16:49:35.634Z | Compiling try-lock v0.2.5 |
| 1469 | 2026-08-04T16:49:35.645Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-08-04T16:49:35.714Z | Compiling url v2.5.8 |
| 1471 | 2026-08-04T16:49:35.731Z | Compiling want v0.3.1 |
| 1472 | 2026-08-04T16:49:35.752Z | Compiling pest v2.8.6 |
| 1473 | 2026-08-04T16:49:35.893Z | Compiling rand_core v0.6.4 |
| 1474 | 2026-08-04T16:49:36.091Z | Compiling thiserror-impl v1.0.69 |
| 1475 | 2026-08-04T16:49:36.110Z | Compiling httpdate v1.0.3 |
| 1476 | 2026-08-04T16:49:36.350Z | Compiling ppv-lite86 v0.2.21 |
| 1477 | 2026-08-04T16:49:36.481Z | Compiling getrandom v0.3.4 |
| 1478 | 2026-08-04T16:49:36.563Z | Compiling pretty-hex v0.4.2 |
| 1479 | 2026-08-04T16:49:36.655Z | Compiling plain v0.2.3 |
| 1480 | 2026-08-04T16:49:36.694Z | Compiling paste v1.0.15 |
| 1481 | 2026-08-04T16:49:36.757Z | Compiling pest_meta v2.8.6 |
| 1482 | 2026-08-04T16:49:36.809Z | Compiling foldhash v0.2.0 |
| 1483 | 2026-08-04T16:49:36.968Z | Compiling ipnetwork v0.21.1 |
| 1484 | 2026-08-04T16:49:37.086Z | Compiling tracing-attributes v0.1.31 |
| 1485 | 2026-08-04T16:49:37.102Z | Compiling tracing-core v0.1.36 |
| 1486 | 2026-08-04T16:49:37.365Z | Compiling pest_generator v2.8.6 |
| 1487 | 2026-08-04T16:49:37.420Z | Compiling oxnet v0.1.6 |
| 1488 | 2026-08-04T16:49:37.707Z | Compiling omicron-workspace-hack v0.1.0 |
| 1489 | 2026-08-04T16:49:37.719Z | Compiling ident_case v1.0.1 |
| 1490 | 2026-08-04T16:49:37.832Z | Compiling winnow v1.0.3 |
| 1491 | 2026-08-04T16:49:37.927Z | Compiling serde_urlencoded v0.7.1 |
| 1492 | 2026-08-04T16:49:37.960Z | Compiling http-body-util v0.1.4 |
| 1493 | 2026-08-04T16:49:38.070Z | Compiling pest_derive v2.8.6 |
| 1494 | 2026-08-04T16:49:38.159Z | Compiling aho-corasick v1.1.4 |
| 1495 | 2026-08-04T16:49:38.281Z | Compiling sync_wrapper v1.0.2 |
| 1496 | 2026-08-04T16:49:38.295Z | Compiling tracing v0.1.44 |
| 1497 | 2026-08-04T16:49:38.368Z | Compiling daft-derive v0.1.7 |
| 1498 | 2026-08-04T16:49:38.383Z | Compiling fastrand v2.4.1 |
| 1499 | 2026-08-04T16:49:38.531Z | Compiling hashbrown v0.16.1 |
| 1500 | 2026-08-04T16:49:38.625Z | Compiling tokio-util v0.7.18 |
| 1501 | 2026-08-04T16:49:38.934Z | Compiling scroll_derive v0.13.1 |
| 1502 | 2026-08-04T16:49:39.112Z | Compiling regex-automata v0.4.14 |
| 1503 | 2026-08-04T16:49:39.118Z | Compiling async-trait v0.1.89 |
| 1504 | 2026-08-04T16:49:39.760Z | Compiling time-core v0.1.8 |
| 1505 | 2026-08-04T16:49:39.764Z | Compiling aws-lc-rs v1.17.0 |
| 1506 | 2026-08-04T16:49:39.886Z | Compiling powerfmt v0.2.0 |
| 1507 | 2026-08-04T16:49:39.897Z | Compiling num-conv v0.2.2 |
| 1508 | 2026-08-04T16:49:40.040Z | Compiling anyhow v1.0.104 |
| 1509 | 2026-08-04T16:49:40.063Z | Compiling time-macros v0.2.27 |
| 1510 | 2026-08-04T16:49:40.081Z | Compiling deranged v0.5.8 |
| 1511 | 2026-08-04T16:49:40.092Z | Compiling scroll v0.13.0 |
| 1512 | 2026-08-04T16:49:40.341Z | Compiling rustls-pki-types v1.14.1 |
| 1513 | 2026-08-04T16:49:40.380Z | Compiling num_threads v0.1.7 |
| 1514 | 2026-08-04T16:49:40.473Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-04T16:49:40.550Z | Compiling openssl-probe v0.2.1 |
| 1516 | 2026-08-04T16:49:40.734Z | Compiling regex v1.12.3 |
| 1517 | 2026-08-04T16:49:41.004Z | Compiling goblin v0.10.7 |
| 1518 | 2026-08-04T16:49:41.030Z | Compiling untrusted v0.7.1 |
| 1519 | 2026-08-04T16:49:41.099Z | Compiling camino v1.2.5 |
| 1520 | 2026-08-04T16:49:41.147Z | Compiling crc32fast v1.5.0 |
| 1521 | 2026-08-04T16:49:41.187Z | Compiling rustls v0.23.40 |
| 1522 | 2026-08-04T16:49:41.394Z | Compiling usdt-impl v0.6.0 |
| 1523 | 2026-08-04T16:49:41.405Z | Compiling h2 v0.4.14 |
| 1524 | 2026-08-04T16:49:41.465Z | Compiling dtrace-parser v0.3.0 |
| 1525 | 2026-08-04T16:49:41.620Z | Compiling crossbeam-utils v0.8.21 |
| 1526 | 2026-08-04T16:49:41.939Z | Compiling futures-executor v0.3.32 |
| 1527 | 2026-08-04T16:49:42.133Z | Compiling structmeta-derive v0.3.0 |
| 1528 | 2026-08-04T16:49:42.172Z | Compiling thread-id v5.1.0 |
| 1529 | 2026-08-04T16:49:42.261Z | Compiling simd-adler32 v0.3.9 |
| 1530 | 2026-08-04T16:49:42.297Z | Compiling adler2 v2.0.1 |
| 1531 | 2026-08-04T16:49:42.310Z | Compiling cpufeatures v0.3.0 |
| 1532 | 2026-08-04T16:49:42.378Z | Compiling futures v0.3.32 |
| 1533 | 2026-08-04T16:49:42.424Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-08-04T16:49:42.443Z | Compiling rand_core v0.9.5 |
| 1535 | 2026-08-04T16:49:42.796Z | Compiling darling_core v0.23.0 |
| 1536 | 2026-08-04T16:49:42.976Z | Compiling newtype-uuid-macros v0.1.0 |
| 1537 | 2026-08-04T16:49:43.074Z | Compiling hybrid-array v0.4.12 |
| 1538 | 2026-08-04T16:49:43.181Z | Compiling structmeta v0.3.0 |
| 1539 | 2026-08-04T16:49:43.377Z | Compiling thread_local v1.1.9 |
| 1540 | 2026-08-04T16:49:43.529Z | Compiling hyper v1.11.0 |
| 1541 | 2026-08-04T16:49:43.647Z | Compiling match_cfg v0.1.0 |
| 1542 | 2026-08-04T16:49:43.716Z | Compiling flate2 v1.1.9 |
| 1543 | 2026-08-04T16:49:43.782Z | Compiling newtype-uuid v1.3.2 |
| 1544 | 2026-08-04T16:49:43.846Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-04T16:49:44.123Z | Compiling slog-async v2.8.0 |
| 1546 | 2026-08-04T16:49:44.126Z | Compiling quick-error v1.2.3 |
| 1547 | 2026-08-04T16:49:44.233Z | Compiling compression-core v0.4.32 |
| 1548 | 2026-08-04T16:49:44.387Z | Compiling ref-cast v1.0.25 |
| 1549 | 2026-08-04T16:49:44.443Z | Compiling compression-codecs v0.4.38 |
| 1550 | 2026-08-04T16:49:44.523Z | Compiling daft v0.1.7 |
| 1551 | 2026-08-04T16:49:44.688Z | Compiling hyper-util v0.1.20 |
| 1552 | 2026-08-04T16:49:44.832Z | Compiling crypto-common v0.2.2 |
| 1553 | 2026-08-04T16:49:44.873Z | Compiling darling_macro v0.23.0 |
| 1554 | 2026-08-04T16:49:45.177Z | Compiling block-buffer v0.12.0 |
| 1555 | 2026-08-04T16:49:45.265Z | Compiling rand_chacha v0.9.0 |
| 1556 | 2026-08-04T16:49:45.331Z | Compiling strum_macros v0.26.4 |
| 1557 | 2026-08-04T16:49:45.395Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-08-04T16:49:45.456Z | Compiling darling v0.23.0 |
| 1559 | 2026-08-04T16:49:45.536Z | Compiling serde_spanned v1.1.1 |
| 1560 | 2026-08-04T16:49:45.681Z | Compiling multer v3.1.0 |
| 1561 | 2026-08-04T16:49:45.785Z | Compiling take_mut v0.2.2 |
| 1562 | 2026-08-04T16:49:45.849Z | Compiling bit-vec v0.8.0 |
| 1563 | 2026-08-04T16:49:45.886Z | Compiling term v1.2.1 |
| 1564 | 2026-08-04T16:49:45.900Z | Compiling const-oid v0.10.2 |
| 1565 | 2026-08-04T16:49:46.003Z | Compiling debug-ignore v1.0.5 |
| 1566 | 2026-08-04T16:49:46.039Z | Compiling usdt-macro v0.6.0 |
| 1567 | 2026-08-04T16:49:46.073Z | Compiling usdt-attr-macro v0.6.0 |
| 1568 | 2026-08-04T16:49:46.095Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1569 | 2026-08-04T16:49:46.106Z | Compiling digest v0.11.3 |
| 1570 | 2026-08-04T16:49:46.268Z | Compiling bit-set v0.8.0 |
| 1571 | 2026-08-04T16:49:46.388Z | Compiling serde_with_macros v3.21.0 |
| 1572 | 2026-08-04T16:49:46.400Z | Compiling rand v0.9.4 |
| 1573 | 2026-08-04T16:49:46.576Z | Compiling async-stream-impl v0.3.6 |
| 1574 | 2026-08-04T16:49:46.955Z | Compiling strum v0.26.3 |
| 1575 | 2026-08-04T16:49:46.988Z | Compiling dropshot v0.17.1 |
| 1576 | 2026-08-04T16:49:47.140Z | Compiling encoding_rs v0.8.35 |
| 1577 | 2026-08-04T16:49:47.216Z | Compiling spin v0.9.8 |
| 1578 | 2026-08-04T16:49:47.233Z | Compiling mime v0.3.17 |
| 1579 | 2026-08-04T16:49:47.255Z | Compiling unarray v0.1.4 |
| 1580 | 2026-08-04T16:49:47.323Z | Compiling async-stream v0.3.6 |
| 1581 | 2026-08-04T16:49:47.401Z | Compiling sha1 v0.11.0 |
| 1582 | 2026-08-04T16:49:47.497Z | Compiling derive-ex v0.1.8 |
| 1583 | 2026-08-04T16:49:47.523Z | Compiling tower v0.5.3 |
| 1584 | 2026-08-04T16:49:47.540Z | Compiling waitgroup v0.1.2 |
| 1585 | 2026-08-04T16:49:47.645Z | Compiling dropshot_endpoint v0.17.1 |
| 1586 | 2026-08-04T16:49:47.676Z | Compiling macaddr v1.0.1 |
| 1587 | 2026-08-04T16:49:47.895Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1588 | 2026-08-04T16:49:47.933Z | Compiling serde_path_to_error v0.1.20 |
| 1589 | 2026-08-04T16:49:47.977Z | Compiling generic-array v0.14.7 |
| 1590 | 2026-08-04T16:49:48.365Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1591 | 2026-08-04T16:49:48.486Z | Compiling tower-http v0.6.11 |
| 1592 | 2026-08-04T16:49:48.689Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1593 | 2026-08-04T16:49:48.859Z | Compiling tempfile v3.27.0 |
| 1594 | 2026-08-04T16:49:48.902Z | Compiling openapiv3 v2.2.0 |
| 1595 | 2026-08-04T16:49:49.038Z | Compiling test-strategy v0.4.5 |
| 1596 | 2026-08-04T16:49:49.272Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-08-04T16:49:49.292Z | Compiling instant v0.1.13 |
| 1598 | 2026-08-04T16:49:49.392Z | Compiling syn v1.0.109 |
| 1599 | 2026-08-04T16:49:49.743Z | Compiling time v0.3.47 |
| 1600 | 2026-08-04T16:49:49.985Z | Compiling rustls-native-certs v0.8.4 |
| 1601 | 2026-08-04T16:49:50.320Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1602 | 2026-08-04T16:49:50.364Z | Compiling crossbeam-channel v0.5.15 |
| 1603 | 2026-08-04T16:49:50.942Z | Compiling parse-display-derive v0.10.0 |
| 1604 | 2026-08-04T16:49:50.947Z | Compiling backon v1.6.0 |
| 1605 | 2026-08-04T16:49:51.069Z | Compiling strum v0.27.2 |
| 1606 | 2026-08-04T16:49:51.151Z | Compiling rand_chacha v0.3.1 |
| 1607 | 2026-08-04T16:49:51.273Z | Compiling either v1.16.0 |
| 1608 | 2026-08-04T16:49:51.436Z | Compiling rand v0.8.6 |
| 1609 | 2026-08-04T16:49:51.476Z | Compiling slog-json v2.6.1 |
| 1610 | 2026-08-04T16:49:51.678Z | Compiling hostname v0.3.1 |
| 1611 | 2026-08-04T16:49:51.817Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1612 | 2026-08-04T16:49:52.172Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1613 | 2026-08-04T16:49:52.197Z | Compiling memmap2 v0.9.10 |
| 1614 | 2026-08-04T16:49:52.277Z | Compiling is-terminal v0.4.17 |
| 1615 | 2026-08-04T16:49:52.370Z | Compiling wait-timeout v0.2.1 |
| 1616 | 2026-08-04T16:49:52.393Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1617 | 2026-08-04T16:49:52.423Z | Compiling slog-term v2.9.2 |
| 1618 | 2026-08-04T16:49:52.478Z | Compiling usdt v0.6.0 |
| 1619 | 2026-08-04T16:49:52.586Z | Compiling rusty-fork v0.3.1 |
| 1620 | 2026-08-04T16:49:52.594Z | Compiling slog-bunyan v2.5.0 |
| 1621 | 2026-08-04T16:49:52.718Z | Compiling crypto-common v0.1.7 |
| 1622 | 2026-08-04T16:49:52.749Z | Compiling serde_with v3.21.0 |
| 1623 | 2026-08-04T16:49:52.847Z | Compiling async-compression v0.4.42 |
| 1624 | 2026-08-04T16:49:52.929Z | Compiling rand_xorshift v0.4.0 |
| 1625 | 2026-08-04T16:49:53.008Z | Compiling rustls-pemfile v2.2.0 |
| 1626 | 2026-08-04T16:49:53.072Z | Compiling regress v0.10.5 |
| 1627 | 2026-08-04T16:49:53.154Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1628 | 2026-08-04T16:49:53.216Z | Compiling hostname v0.4.2 |
| 1629 | 2026-08-04T16:49:53.355Z | Compiling humantime v2.3.0 |
| 1630 | 2026-08-04T16:49:53.509Z | Compiling proptest v1.11.0 |
| 1631 | 2026-08-04T16:49:53.910Z | Compiling iddqd v0.4.6 |
| 1632 | 2026-08-04T16:49:54.386Z | Compiling reqwest v0.12.28 |
| 1633 | 2026-08-04T16:49:54.461Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1634 | 2026-08-04T16:49:54.535Z | Compiling parse-display v0.10.0 |
| 1635 | 2026-08-04T16:49:54.695Z | Compiling backoff v0.4.0 |
| 1636 | 2026-08-04T16:49:54.857Z | Compiling itertools v0.14.0 |
| 1637 | 2026-08-04T16:49:54.902Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1638 | 2026-08-04T16:49:55.348Z | Compiling progenitor-client v0.10.0 |
| 1639 | 2026-08-04T16:49:55.620Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1640 | 2026-08-04T16:49:55.883Z | Compiling block-buffer v0.10.4 |
| 1641 | 2026-08-04T16:49:56.029Z | Compiling utf8parse v0.2.2 |
| 1642 | 2026-08-04T16:49:56.137Z | Compiling anstyle-parse v1.0.0 |
| 1643 | 2026-08-04T16:49:56.205Z | Compiling digest v0.10.7 |
| 1644 | 2026-08-04T16:49:56.268Z | Compiling colorchoice v1.0.5 |
| 1645 | 2026-08-04T16:49:56.319Z | Compiling anstyle-query v1.1.5 |
| 1646 | 2026-08-04T16:49:56.415Z | Compiling is_terminal_polyfill v1.70.2 |
| 1647 | 2026-08-04T16:49:56.425Z | Compiling anstyle v1.0.14 |
| 1648 | 2026-08-04T16:49:56.644Z | Compiling anstream v1.0.0 |
| 1649 | 2026-08-04T16:49:56.865Z | Compiling clap_lex v1.1.0 |
| 1650 | 2026-08-04T16:49:56.988Z | Compiling regress v0.11.1 |
| 1651 | 2026-08-04T16:49:57.303Z | Compiling clap_derive v4.6.4 |
| 1652 | 2026-08-04T16:49:57.583Z | Compiling terminal_size v0.4.4 |
| 1653 | 2026-08-04T16:49:58.586Z | Compiling typify-impl v0.6.2 |
| 1654 | 2026-08-04T16:49:58.803Z | Compiling toml_datetime v0.6.11 |
| 1655 | 2026-08-04T16:49:58.956Z | Compiling zerocopy-derive v0.7.35 |
| 1656 | 2026-08-04T16:49:59.046Z | Compiling cpufeatures v0.2.17 |
| 1657 | 2026-08-04T16:49:59.076Z | Compiling convert_case v0.4.0 |
| 1658 | 2026-08-04T16:49:59.364Z | Compiling derive_more v0.99.20 |
| 1659 | 2026-08-04T16:49:59.813Z | Compiling zerocopy v0.7.35 |
| 1660 | 2026-08-04T16:50:00.236Z | Compiling clap_builder v4.6.5 |
| 1661 | 2026-08-04T16:50:00.356Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1662 | 2026-08-04T16:50:01.158Z | Compiling unicode-width v0.2.2 |
| 1663 | 2026-08-04T16:50:01.431Z | Compiling proc-macro-crate v3.5.0 |
| 1664 | 2026-08-04T16:50:01.843Z | Compiling clap v4.6.5 |
| 1665 | 2026-08-04T16:50:01.867Z | Compiling secrecy v0.10.3 |
| 1666 | 2026-08-04T16:50:01.919Z | Compiling tinyvec_macros v0.1.1 |
| 1667 | 2026-08-04T16:50:01.982Z | Compiling float-ord v0.3.2 |
| 1668 | 2026-08-04T16:50:02.037Z | Compiling crucible-workspace-hack v0.1.0 |
| 1669 | 2026-08-04T16:50:02.112Z | Compiling tinyvec v1.11.0 |
| 1670 | 2026-08-04T16:50:02.273Z | Compiling num_enum_derive v0.7.6 |
| 1671 | 2026-08-04T16:50:02.844Z | Compiling dtrace-parser v0.2.0 |
| 1672 | 2026-08-04T16:50:03.087Z | Compiling scroll_derive v0.12.1 |
| 1673 | 2026-08-04T16:50:03.342Z | Compiling num-integer v0.1.46 |
| 1674 | 2026-08-04T16:50:03.655Z | Compiling rustc_version v0.4.1 |
| 1675 | 2026-08-04T16:50:03.720Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-08-04T16:50:03.798Z | Compiling scroll v0.12.0 |
| 1677 | 2026-08-04T16:50:03.810Z | Compiling num_enum v0.7.6 |
| 1678 | 2026-08-04T16:50:03.955Z | Compiling curve25519-dalek v4.1.3 |
| 1679 | 2026-08-04T16:50:04.114Z | Compiling dof v0.3.0 |
| 1680 | 2026-08-04T16:50:04.158Z | Compiling hmac v0.12.1 |
| 1681 | 2026-08-04T16:50:04.196Z | Compiling inout v0.1.4 |
| 1682 | 2026-08-04T16:50:04.288Z | Compiling darling_core v0.21.3 |
| 1683 | 2026-08-04T16:50:04.335Z | Compiling ff v0.13.1 |
| 1684 | 2026-08-04T16:50:04.373Z | Compiling thread-id v4.2.2 |
| 1685 | 2026-08-04T16:50:04.462Z | Compiling group v0.13.0 |
| 1686 | 2026-08-04T16:50:04.483Z | Compiling cipher v0.4.4 |
| 1687 | 2026-08-04T16:50:04.562Z | Compiling hkdf v0.12.4 |
| 1688 | 2026-08-04T16:50:04.873Z | Compiling typify-macro v0.6.2 |
| 1689 | 2026-08-04T16:50:04.951Z | Compiling goblin v0.8.2 |
| 1690 | 2026-08-04T16:50:05.061Z | Compiling num-iter v0.1.45 |
| 1691 | 2026-08-04T16:50:05.173Z | Compiling num-rational v0.4.2 |
| 1692 | 2026-08-04T16:50:05.248Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1693 | 2026-08-04T16:50:05.285Z | Compiling universal-hash v0.5.1 |
| 1694 | 2026-08-04T16:50:05.327Z | Compiling crypto-bigint v0.5.5 |
| 1695 | 2026-08-04T16:50:05.404Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1696 | 2026-08-04T16:50:05.771Z | Compiling crossbeam-epoch v0.9.18 |
| 1697 | 2026-08-04T16:50:06.125Z | Compiling half v2.7.1 |
| 1698 | 2026-08-04T16:50:06.206Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1699 | 2026-08-04T16:50:06.324Z | Compiling num-complex v0.4.6 |
| 1700 | 2026-08-04T16:50:06.360Z | Compiling darling_macro v0.21.3 |
| 1701 | 2026-08-04T16:50:06.666Z | Compiling opaque-debug v0.3.1 |
| 1702 | 2026-08-04T16:50:06.690Z | Compiling base16ct v0.2.0 |
| 1703 | 2026-08-04T16:50:06.736Z | Compiling base64ct v1.8.3 |
| 1704 | 2026-08-04T16:50:06.763Z | Compiling ciborium-io v0.2.2 |
| 1705 | 2026-08-04T16:50:06.836Z | Compiling ciborium-ll v0.2.2 |
| 1706 | 2026-08-04T16:50:06.860Z | Compiling elliptic-curve v0.13.8 |
| 1707 | 2026-08-04T16:50:06.948Z | Compiling darling v0.21.3 |
| 1708 | 2026-08-04T16:50:06.993Z | Compiling typify v0.6.2 |
| 1709 | 2026-08-04T16:50:07.074Z | Compiling password-hash v0.5.0 |
| 1710 | 2026-08-04T16:50:07.087Z | Compiling poly1305 v0.8.0 |
| 1711 | 2026-08-04T16:50:07.237Z | Compiling num v0.4.3 |
| 1712 | 2026-08-04T16:50:07.360Z | Compiling thiserror-no-std v2.0.2 |
| 1713 | 2026-08-04T16:50:07.912Z | Compiling chacha20 v0.9.1 |
| 1714 | 2026-08-04T16:50:08.041Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1715 | 2026-08-04T16:50:08.125Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1716 | 2026-08-04T16:50:08.531Z | Compiling blake2 v0.10.6 |
| 1717 | 2026-08-04T16:50:08.734Z | Compiling aead v0.5.2 |
| 1718 | 2026-08-04T16:50:08.895Z | Compiling byte-wrapper v0.1.0 |
| 1719 | 2026-08-04T16:50:08.979Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1720 | 2026-08-04T16:50:08.996Z | Compiling proc-macro-error-attr v1.0.4 |
| 1721 | 2026-08-04T16:50:09.293Z | Compiling prettyplease v0.2.37 |
| 1722 | 2026-08-04T16:50:09.304Z | Compiling unsafe-libyaml v0.2.11 |
| 1723 | 2026-08-04T16:50:09.381Z | Compiling rustix v0.38.44 |
| 1724 | 2026-08-04T16:50:09.521Z | Compiling keccak v0.1.6 |
| 1725 | 2026-08-04T16:50:09.718Z | Compiling heapless v0.8.0 |
| 1726 | 2026-08-04T16:50:09.834Z | Compiling serde_yaml v0.9.34+deprecated |
| 1727 | 2026-08-04T16:50:10.068Z | Compiling sha3 v0.10.9 |
| 1728 | 2026-08-04T16:50:10.405Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1729 | 2026-08-04T16:50:10.712Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1730 | 2026-08-04T16:50:11.065Z | Compiling chacha20poly1305 v0.10.1 |
| 1731 | 2026-08-04T16:50:11.129Z | Compiling argon2 v0.5.3 |
| 1732 | 2026-08-04T16:50:11.357Z | Compiling vsss-rs v3.3.4 |
| 1733 | 2026-08-04T16:50:11.399Z | Compiling ingot-macros v0.1.1 |
| 1734 | 2026-08-04T16:50:11.439Z | Compiling ciborium v0.2.2 |
| 1735 | 2026-08-04T16:50:11.879Z | Compiling usdt-attr-macro v0.5.0 |
| 1736 | 2026-08-04T16:50:12.011Z | Compiling usdt-macro v0.5.0 |
| 1737 | 2026-08-04T16:50:13.108Z | Compiling serde_spanned v0.6.9 |
| 1738 | 2026-08-04T16:50:13.249Z | Compiling enum-as-inner v0.6.1 |
| 1739 | 2026-08-04T16:50:13.375Z | Compiling hash32 v0.3.1 |
| 1740 | 2026-08-04T16:50:13.522Z | Compiling proc-macro-error v1.0.4 |
| 1741 | 2026-08-04T16:50:13.746Z | Compiling memmap v0.7.0 |
| 1742 | 2026-08-04T16:50:13.808Z | Compiling memoffset v0.9.1 |
| 1743 | 2026-08-04T16:50:13.888Z | Compiling data-encoding v2.11.0 |
| 1744 | 2026-08-04T16:50:13.921Z | Compiling indent_write v2.2.0 |
| 1745 | 2026-08-04T16:50:13.932Z | Compiling cfg_aliases v0.2.1 |
| 1746 | 2026-08-04T16:50:14.000Z | Compiling smoltcp v0.11.0 |
| 1747 | 2026-08-04T16:50:14.033Z | Compiling toml_write v0.1.2 |
| 1748 | 2026-08-04T16:50:14.052Z | Compiling winnow v0.7.15 |
| 1749 | 2026-08-04T16:50:14.182Z | Compiling winnow v0.5.40 |
| 1750 | 2026-08-04T16:50:14.216Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1751 | 2026-08-04T16:50:14.228Z | Compiling ingot-types v0.1.2 |
| 1752 | 2026-08-04T16:50:14.410Z | Compiling nix v0.31.3 |
| 1753 | 2026-08-04T16:50:14.425Z | Compiling usdt v0.5.0 |
| 1754 | 2026-08-04T16:50:14.683Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1755 | 2026-08-04T16:50:14.694Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1756 | 2026-08-04T16:50:14.710Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1757 | 2026-08-04T16:50:14.989Z | Compiling tabwriter v1.4.1 |
| 1758 | 2026-08-04T16:50:15.153Z | Compiling cobs v0.3.0 |
| 1759 | 2026-08-04T16:50:15.202Z | Compiling serde_repr v0.1.21 |
| 1760 | 2026-08-04T16:50:15.223Z | Compiling bitflags v1.3.2 |
| 1761 | 2026-08-04T16:50:15.294Z | Compiling pkg-config v0.3.33 |
| 1762 | 2026-08-04T16:50:15.340Z | Compiling toml_edit v0.22.27 |
| 1763 | 2026-08-04T16:50:15.560Z | Compiling toml_edit v0.19.15 |
| 1764 | 2026-08-04T16:50:15.687Z | Compiling managed v0.8.0 |
| 1765 | 2026-08-04T16:50:15.731Z | Compiling vcpkg v0.2.15 |
| 1766 | 2026-08-04T16:50:15.768Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1767 | 2026-08-04T16:50:15.993Z | Compiling postcard v1.1.3 |
| 1768 | 2026-08-04T16:50:16.261Z | Compiling openssl-sys v0.9.116 |
| 1769 | 2026-08-04T16:50:16.587Z | Compiling rustls-webpki v0.103.13 |
| 1770 | 2026-08-04T16:50:16.804Z | Compiling toml v0.8.23 |
| 1771 | 2026-08-04T16:50:17.005Z | Compiling proc-macro-crate v1.3.1 |
| 1772 | 2026-08-04T16:50:17.725Z | Compiling ingot v0.1.1 |
| 1773 | 2026-08-04T16:50:17.858Z | Compiling hubpack_derive v0.1.1 |
| 1774 | 2026-08-04T16:50:17.927Z | Compiling foreign-types-macros v0.2.3 |
| 1775 | 2026-08-04T16:50:18.397Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1776 | 2026-08-04T16:50:18.585Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1777 | 2026-08-04T16:50:18.692Z | Compiling semver v0.1.20 |
| 1778 | 2026-08-04T16:50:18.712Z | Compiling foreign-types-shared v0.3.1 |
| 1779 | 2026-08-04T16:50:18.722Z | Compiling linked-hash-map v0.5.6 |
| 1780 | 2026-08-04T16:50:18.801Z | Compiling swrite v0.1.0 |
| 1781 | 2026-08-04T16:50:18.812Z | Compiling colored v3.1.1 |
| 1782 | 2026-08-04T16:50:18.889Z | Compiling static_assertions v1.1.0 |
| 1783 | 2026-08-04T16:50:18.900Z | Compiling heck v0.4.1 |
| 1784 | 2026-08-04T16:50:18.939Z | Compiling rayon-core v1.13.0 |
| 1785 | 2026-08-04T16:50:18.958Z | Compiling resolv-conf v0.7.6 |
| 1786 | 2026-08-04T16:50:19.093Z | Compiling unicode-segmentation v1.13.3 |
| 1787 | 2026-08-04T16:50:19.197Z | Compiling lru-cache v0.1.2 |
| 1788 | 2026-08-04T16:50:19.242Z | Compiling rustc_version v0.1.7 |
| 1789 | 2026-08-04T16:50:19.329Z | Compiling foreign-types v0.5.0 |
| 1790 | 2026-08-04T16:50:19.359Z | Compiling hubpack v0.1.2 |
| 1791 | 2026-08-04T16:50:19.404Z | Compiling newline-converter v0.3.0 |
| 1792 | 2026-08-04T16:50:19.437Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1793 | 2026-08-04T16:50:19.518Z | Compiling num_enum_derive v0.5.11 |
| 1794 | 2026-08-04T16:50:19.633Z | Compiling atomicwrites v0.4.4 |
| 1795 | 2026-08-04T16:50:19.822Z | Compiling hickory-proto v0.24.4 |
| 1796 | 2026-08-04T16:50:20.097Z | Compiling progenitor-impl v0.13.0 |
| 1797 | 2026-08-04T16:50:20.546Z | Compiling tokio-rustls v0.26.4 |
| 1798 | 2026-08-04T16:50:20.588Z | Compiling rustls-platform-verifier v0.7.0 |
| 1799 | 2026-08-04T16:50:20.818Z | Compiling hyper-rustls v0.27.9 |
| 1800 | 2026-08-04T16:50:21.115Z | Compiling reqwest v0.13.4 |
| 1801 | 2026-08-04T16:50:21.966Z | Compiling crossbeam-deque v0.8.6 |
| 1802 | 2026-08-04T16:50:22.202Z | Compiling console v0.15.11 |
| 1803 | 2026-08-04T16:50:22.865Z | Compiling progenitor-client v0.14.0 |
| 1804 | 2026-08-04T16:50:23.186Z | Compiling progenitor-extras v0.2.0 |
| 1805 | 2026-08-04T16:50:23.503Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1806 | 2026-08-04T16:50:23.589Z | Compiling camino-tempfile v1.4.1 |
| 1807 | 2026-08-04T16:50:23.642Z | Compiling chacha20 v0.10.0 |
| 1808 | 2026-08-04T16:50:23.658Z | Compiling serde-big-array v0.5.1 |
| 1809 | 2026-08-04T16:50:23.797Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1810 | 2026-08-04T16:50:23.826Z | Compiling pin-project-internal v1.1.13 |
| 1811 | 2026-08-04T16:50:23.900Z | Compiling num-derive v0.4.2 |
| 1812 | 2026-08-04T16:50:24.005Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1813 | 2026-08-04T16:50:24.845Z | Compiling derive-where v1.6.1 |
| 1814 | 2026-08-04T16:50:24.939Z | Compiling cstr-argument v0.1.2 |
| 1815 | 2026-08-04T16:50:25.096Z | Compiling similar v2.7.0 |
| 1816 | 2026-08-04T16:50:25.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 1817 | 2026-08-04T16:50:25.703Z | Compiling siphasher v1.0.3 |
| 1818 | 2026-08-04T16:50:25.908Z | Compiling minimal-lexical v0.2.1 |
| 1819 | 2026-08-04T16:50:26.034Z | Compiling phf_shared v0.12.1 |
| 1820 | 2026-08-04T16:50:26.099Z | Compiling nom v7.1.3 |
| 1821 | 2026-08-04T16:50:26.127Z | Compiling expectorate v1.2.0 |
| 1822 | 2026-08-04T16:50:26.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1823 | 2026-08-04T16:50:26.206Z | Compiling pin-project v1.1.13 |
| 1824 | 2026-08-04T16:50:26.306Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1825 | 2026-08-04T16:50:26.426Z | Compiling rand v0.10.2 |
| 1826 | 2026-08-04T16:50:26.437Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1827 | 2026-08-04T16:50:26.764Z | Compiling progenitor-macro v0.13.0 |
| 1828 | 2026-08-04T16:50:27.144Z | Compiling progenitor-client v0.13.0 |
| 1829 | 2026-08-04T16:50:27.515Z | Compiling hickory-resolver v0.24.4 |
| 1830 | 2026-08-04T16:50:27.867Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-04T16:50:28.205Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1832 | 2026-08-04T16:50:28.393Z | Compiling num_enum v0.5.11 |
| 1833 | 2026-08-04T16:50:29.365Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1834 | 2026-08-04T16:50:29.572Z | Compiling newtype_derive v0.1.6 |
| 1835 | 2026-08-04T16:50:29.802Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1836 | 2026-08-04T16:50:30.168Z | Compiling progenitor-impl v0.14.0 |
| 1837 | 2026-08-04T16:50:30.889Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1838 | 2026-08-04T16:50:30.902Z | Compiling unicode-normalization v0.1.25 |
| 1839 | 2026-08-04T16:50:31.327Z | Compiling tokio-stream v0.1.18 |
| 1840 | 2026-08-04T16:50:31.374Z | Compiling snafu-derive v0.8.9 |
| 1841 | 2026-08-04T16:50:31.549Z | Compiling async-recursion v1.1.1 |
| 1842 | 2026-08-04T16:50:31.788Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1843 | 2026-08-04T16:50:32.159Z | Compiling slog-dtrace v0.3.0 |
| 1844 | 2026-08-04T16:50:32.219Z | Compiling bstr v1.12.1 |
| 1845 | 2026-08-04T16:50:32.329Z | Compiling csv-core v0.1.13 |
| 1846 | 2026-08-04T16:50:32.391Z | Compiling highway v1.3.0 |
| 1847 | 2026-08-04T16:50:32.573Z | Compiling openssl v0.10.80 |
| 1848 | 2026-08-04T16:50:32.593Z | Compiling owo-colors v4.3.0 |
| 1849 | 2026-08-04T16:50:32.711Z | Compiling foreign-types-shared v0.1.1 |
| 1850 | 2026-08-04T16:50:32.784Z | Compiling konst_macro_rules v0.2.19 |
| 1851 | 2026-08-04T16:50:32.797Z | Compiling same-file v1.0.6 |
| 1852 | 2026-08-04T16:50:32.836Z | Compiling foldhash v0.1.5 |
| 1853 | 2026-08-04T16:50:32.923Z | Compiling unicode-xid v0.2.6 |
| 1854 | 2026-08-04T16:50:32.959Z | Compiling cancel-safe-futures v0.1.5 |
| 1855 | 2026-08-04T16:50:32.971Z | Compiling chrono-tz v0.10.4 |
| 1856 | 2026-08-04T16:50:33.016Z | Compiling unicode-width v0.1.14 |
| 1857 | 2026-08-04T16:50:33.040Z | Compiling const_format_proc_macros v0.2.34 |
| 1858 | 2026-08-04T16:50:33.170Z | Compiling snafu v0.8.9 |
| 1859 | 2026-08-04T16:50:33.197Z | Compiling hashbrown v0.15.5 |
| 1860 | 2026-08-04T16:50:33.269Z | Compiling konst v0.2.20 |
| 1861 | 2026-08-04T16:50:33.290Z | Compiling walkdir v2.5.0 |
| 1862 | 2026-08-04T16:50:33.521Z | Compiling foreign-types v0.3.2 |
| 1863 | 2026-08-04T16:50:33.553Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1864 | 2026-08-04T16:50:33.595Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1865 | 2026-08-04T16:50:33.647Z | Compiling globset v0.4.18 |
| 1866 | 2026-08-04T16:50:33.735Z | Compiling csv v1.4.0 |
| 1867 | 2026-08-04T16:50:33.792Z | Compiling progenitor v0.13.0 |
| 1868 | 2026-08-04T16:50:33.853Z | Compiling progenitor-macro v0.14.0 |
| 1869 | 2026-08-04T16:50:33.894Z | Compiling qorb v0.4.1 |
| 1870 | 2026-08-04T16:50:33.925Z | Compiling olpc-cjson v0.1.4 |
| 1871 | 2026-08-04T16:50:34.476Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1872 | 2026-08-04T16:50:35.405Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1873 | 2026-08-04T16:50:35.743Z | Compiling rayon v1.12.0 |
| 1874 | 2026-08-04T16:50:35.755Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-08-04T16:50:35.772Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-08-04T16:50:36.003Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1877 | 2026-08-04T16:50:36.538Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-04T16:50:36.696Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1879 | 2026-08-04T16:50:36.712Z | Compiling phf v0.12.1 |
| 1880 | 2026-08-04T16:50:37.309Z | Compiling zone_cfg_derive v0.3.1 |
| 1881 | 2026-08-04T16:50:37.581Z | Compiling tokio-dtrace v0.1.1 |
| 1882 | 2026-08-04T16:50:38.015Z | Compiling itertools v0.12.1 |
| 1883 | 2026-08-04T16:50:38.098Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1884 | 2026-08-04T16:50:38.303Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1885 | 2026-08-04T16:50:38.509Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1886 | 2026-08-04T16:50:38.889Z | Compiling libsw-core v0.3.2 |
| 1887 | 2026-08-04T16:50:38.909Z | Compiling serde_plain v1.0.2 |
| 1888 | 2026-08-04T16:50:39.059Z | Compiling openssl-macros v0.1.1 |
| 1889 | 2026-08-04T16:50:39.118Z | Compiling pem v3.0.6 |
| 1890 | 2026-08-04T16:50:39.172Z | Compiling cookie v0.18.1 |
| 1891 | 2026-08-04T16:50:39.187Z | Compiling sigpipe v0.1.3 |
| 1892 | 2026-08-04T16:50:39.269Z | Compiling glob v0.3.3 |
| 1893 | 2026-08-04T16:50:39.280Z | Compiling typed-path v0.9.3 |
| 1894 | 2026-08-04T16:50:39.400Z | Compiling bytecount v0.6.9 |
| 1895 | 2026-08-04T16:50:39.493Z | Compiling jiff v0.2.28 |
| 1896 | 2026-08-04T16:50:39.542Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1897 | 2026-08-04T16:50:39.558Z | Compiling fixedbitset v0.4.2 |
| 1898 | 2026-08-04T16:50:39.724Z | Compiling fixedbitset v0.5.7 |
| 1899 | 2026-08-04T16:50:39.782Z | Compiling petgraph v0.6.5 |
| 1900 | 2026-08-04T16:50:40.063Z | Compiling petgraph v0.8.3 |
| 1901 | 2026-08-04T16:50:40.627Z | Compiling tough v0.22.0 |
| 1902 | 2026-08-04T16:50:41.315Z | Compiling papergrid v0.11.0 |
| 1903 | 2026-08-04T16:50:41.346Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1904 | 2026-08-04T16:50:41.547Z | Compiling progenitor v0.14.0 |
| 1905 | 2026-08-04T16:50:41.562Z | Compiling zone v0.3.1 |
| 1906 | 2026-08-04T16:50:41.581Z | Compiling libsw v3.5.0 |
| 1907 | 2026-08-04T16:50:41.681Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1908 | 2026-08-04T16:50:41.748Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1909 | 2026-08-04T16:50:41.816Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1910 | 2026-08-04T16:50:41.986Z | Compiling oxide-tokio-rt v0.1.6 |
| 1911 | 2026-08-04T16:50:42.340Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1912 | 2026-08-04T16:50:42.476Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1913 | 2026-08-04T16:50:43.082Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1914 | 2026-08-04T16:50:43.093Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1915 | 2026-08-04T16:50:43.225Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1916 | 2026-08-04T16:50:43.258Z | Compiling const_format v0.2.36 |
| 1917 | 2026-08-04T16:50:44.094Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1918 | 2026-08-04T16:50:44.106Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1919 | 2026-08-04T16:50:44.311Z | Compiling tabled_derive v0.7.0 |
| 1920 | 2026-08-04T16:50:44.328Z | Compiling gethostname v0.5.0 |
| 1921 | 2026-08-04T16:50:44.378Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1922 | 2026-08-04T16:50:44.447Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1923 | 2026-08-04T16:50:44.497Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1924 | 2026-08-04T16:50:44.510Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1925 | 2026-08-04T16:50:44.563Z | Compiling bcs v0.1.6 |
| 1926 | 2026-08-04T16:50:44.668Z | Compiling smf v0.2.3 |
| 1927 | 2026-08-04T16:50:44.710Z | Compiling nom v8.0.0 |
| 1928 | 2026-08-04T16:50:44.884Z | Compiling unicode-linebreak v0.1.5 |
| 1929 | 2026-08-04T16:50:45.084Z | Compiling smawk v0.3.2 |
| 1930 | 2026-08-04T16:50:45.129Z | Compiling tagptr v0.2.0 |
| 1931 | 2026-08-04T16:50:45.225Z | Compiling lazy_static v1.5.0 |
| 1932 | 2026-08-04T16:50:45.262Z | Compiling linear-map v1.2.0 |
| 1933 | 2026-08-04T16:50:45.266Z | Compiling whoami v1.6.1 |
| 1934 | 2026-08-04T16:50:45.284Z | Compiling termtree v0.5.1 |
| 1935 | 2026-08-04T16:50:45.321Z | Compiling steno v0.4.1 |
| 1936 | 2026-08-04T16:50:45.424Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1937 | 2026-08-04T16:50:45.575Z | Compiling tabled v0.15.0 |
| 1938 | 2026-08-04T16:50:45.898Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1939 | 2026-08-04T16:50:47.027Z | Compiling moka v0.12.15 |
| 1940 | 2026-08-04T16:50:47.210Z | Compiling textwrap v0.16.2 |
| 1941 | 2026-08-04T16:50:47.222Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1942 | 2026-08-04T16:50:47.744Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1943 | 2026-08-04T16:50:47.844Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1944 | 2026-08-04T16:50:48.320Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1945 | 2026-08-04T16:50:48.591Z | Compiling hickory-proto v0.25.2 |
| 1946 | 2026-08-04T16:50:48.655Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1947 | 2026-08-04T16:50:49.261Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1948 | 2026-08-04T16:50:50.118Z | Compiling parking_lot_core v0.8.6 |
| 1949 | 2026-08-04T16:50:50.273Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1950 | 2026-08-04T16:50:50.367Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1951 | 2026-08-04T16:50:50.409Z | Compiling libscf-sys v1.2.0 |
| 1952 | 2026-08-04T16:50:50.551Z | Compiling hickory-resolver v0.25.2 |
| 1953 | 2026-08-04T16:50:50.660Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1954 | 2026-08-04T16:50:50.789Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1955 | 2026-08-04T16:50:50.895Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1956 | 2026-08-04T16:50:51.205Z | Compiling parking_lot v0.11.2 |
| 1957 | 2026-08-04T16:50:51.281Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1958 | 2026-08-04T16:50:51.527Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1959 | 2026-08-04T16:50:51.539Z | Compiling fxhash v0.2.1 |
| 1960 | 2026-08-04T16:50:51.612Z | Compiling internet-checksum v0.2.1 |
| 1961 | 2026-08-04T16:50:51.673Z | Compiling sled v0.34.7 |
| 1962 | 2026-08-04T16:50:51.746Z | Compiling itertools v0.15.0 |
| 1963 | 2026-08-04T16:50:52.158Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1964 | 2026-08-04T16:50:54.628Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1965 | 2026-08-04T16:50:56.057Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1966 | 2026-08-04T16:51:04.218Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1967 | 2026-08-04T16:51:05.854Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1968 | 2026-08-04T16:51:06.895Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1969 | 2026-08-04T16:51:07.857Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1970 | 2026-08-04T16:51:08.712Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1971 | 2026-08-04T16:51:10.125Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1972 | 2026-08-04T16:51:36.335Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1973 | 2026-08-04T16:51:36.519Z | ──────────── |
| 1974 | 2026-08-04T16:51:36.519Z | Nextest run ID 7c051f25-0c8e-4c43-8981-032d75cde918 with nextest profile: default |
| 1975 | 2026-08-04T16:51:36.520Z | Starting 50 tests across 3 binaries |
| 1976 | 2026-08-04T16:51:36.523Z | START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down |
| 1977 | 2026-08-04T16:51:36.526Z | |
| 1978 | 2026-08-04T16:51:36.526Z | running 1 test |
| 1979 | 2026-08-04T16:51:36.971Z | test dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok |
| 1980 | 2026-08-04T16:51:36.972Z | |
| 1981 | 2026-08-04T16:51:36.972Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.45s |
| 1982 | 2026-08-04T16:51:36.972Z | |
| 1983 | 2026-08-04T16:51:36.979Z | PASS [ 0.459s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down |
| 1984 | 2026-08-04T16:51:36.979Z | START bfd dispatcher::proptests::state_machine |
| 1985 | 2026-08-04T16:51:36.987Z | |
| 1986 | 2026-08-04T16:51:36.987Z | running 1 test |
| 1987 | 2026-08-04T16:51:37.262Z | test dispatcher::proptests::state_machine ... ok |
| 1988 | 2026-08-04T16:51:37.262Z | |
| 1989 | 2026-08-04T16:51:37.262Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s |
| 1990 | 2026-08-04T16:51:37.262Z | |
| 1991 | 2026-08-04T16:51:37.277Z | PASS [ 0.284s] bfd dispatcher::proptests::state_machine |
| 1992 | 2026-08-04T16:51:37.277Z | START bfd dispatcher::proptests::state_machine_with_bind_failures |
| 1993 | 2026-08-04T16:51:37.277Z | |
| 1994 | 2026-08-04T16:51:37.277Z | running 1 test |
| 1995 | 2026-08-04T16:51:37.525Z | test dispatcher::proptests::state_machine_with_bind_failures ... ok |
| 1996 | 2026-08-04T16:51:37.525Z | |
| 1997 | 2026-08-04T16:51:37.525Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s |
| 1998 | 2026-08-04T16:51:37.525Z | |
| 1999 | 2026-08-04T16:51:37.528Z | PASS [ 0.264s] bfd dispatcher::proptests::state_machine_with_bind_failures |
| 2000 | 2026-08-04T16:51:37.528Z | START bfd dispatcher::tests::bounded_channel_drops_excess_packets |
| 2001 | 2026-08-04T16:51:37.535Z | |
| 2002 | 2026-08-04T16:51:37.535Z | running 1 test |
| 2003 | 2026-08-04T16:51:37.539Z | test dispatcher::tests::bounded_channel_drops_excess_packets ... ok |
| 2004 | 2026-08-04T16:51:37.539Z | |
| 2005 | 2026-08-04T16:51:37.539Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2006 | 2026-08-04T16:51:37.539Z | |
| 2007 | 2026-08-04T16:51:37.539Z | PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets |
| 2008 | 2026-08-04T16:51:37.539Z | START bfd dispatcher::tests::delivers_packet_from_registered_peer |
| 2009 | 2026-08-04T16:51:37.544Z | |
| 2010 | 2026-08-04T16:51:37.544Z | running 1 test |
| 2011 | 2026-08-04T16:51:37.548Z | test dispatcher::tests::delivers_packet_from_registered_peer ... ok |
| 2012 | 2026-08-04T16:51:37.548Z | |
| 2013 | 2026-08-04T16:51:37.548Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2014 | 2026-08-04T16:51:37.548Z | |
| 2015 | 2026-08-04T16:51:37.548Z | PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer |
| 2016 | 2026-08-04T16:51:37.548Z | START bfd dispatcher::tests::drops_malformed_packet_but_task_survives |
| 2017 | 2026-08-04T16:51:37.554Z | |
| 2018 | 2026-08-04T16:51:37.554Z | running 1 test |
| 2019 | 2026-08-04T16:51:37.557Z | test dispatcher::tests::drops_malformed_packet_but_task_survives ... ok |
| 2020 | 2026-08-04T16:51:37.557Z | |
| 2021 | 2026-08-04T16:51:37.557Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2022 | 2026-08-04T16:51:37.557Z | |
| 2023 | 2026-08-04T16:51:37.557Z | PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives |
| 2024 | 2026-08-04T16:51:37.557Z | START bfd dispatcher::tests::drops_packet_from_unregistered_peer |
| 2025 | 2026-08-04T16:51:37.562Z | |
| 2026 | 2026-08-04T16:51:37.562Z | running 1 test |
| 2027 | 2026-08-04T16:51:37.866Z | test dispatcher::tests::drops_packet_from_unregistered_peer ... ok |
| 2028 | 2026-08-04T16:51:37.866Z | |
| 2029 | 2026-08-04T16:51:37.866Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s |
| 2030 | 2026-08-04T16:51:37.866Z | |
| 2031 | 2026-08-04T16:51:37.869Z | PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer |
| 2032 | 2026-08-04T16:51:37.869Z | START bfd dispatcher::tests::rx_closed_after_last_peer_removed |
| 2033 | 2026-08-04T16:51:37.876Z | |
| 2034 | 2026-08-04T16:51:37.876Z | running 1 test |
| 2035 | 2026-08-04T16:51:37.879Z | test dispatcher::tests::rx_closed_after_last_peer_removed ... ok |
| 2036 | 2026-08-04T16:51:37.879Z | |
| 2037 | 2026-08-04T16:51:37.879Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2038 | 2026-08-04T16:51:37.879Z | |
| 2039 | 2026-08-04T16:51:37.879Z | PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed |
| 2040 | 2026-08-04T16:51:37.879Z | START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped |
| 2041 | 2026-08-04T16:51:37.886Z | |
| 2042 | 2026-08-04T16:51:37.886Z | running 1 test |
| 2043 | 2026-08-04T16:51:37.889Z | test dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok |
| 2044 | 2026-08-04T16:51:37.889Z | |
| 2045 | 2026-08-04T16:51:37.890Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2046 | 2026-08-04T16:51:37.890Z | |
| 2047 | 2026-08-04T16:51:37.890Z | PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped |
| 2048 | 2026-08-04T16:51:37.890Z | START bfd egress::tests::binds_ports_in_expected_range |
| 2049 | 2026-08-04T16:51:37.894Z | |
| 2050 | 2026-08-04T16:51:37.894Z | running 1 test |
| 2051 | 2026-08-04T16:51:37.898Z | test egress::tests::binds_ports_in_expected_range ... ok |
| 2052 | 2026-08-04T16:51:37.898Z | |
| 2053 | 2026-08-04T16:51:37.898Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2054 | 2026-08-04T16:51:37.898Z | |
| 2055 | 2026-08-04T16:51:37.898Z | PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range |
| 2056 | 2026-08-04T16:51:37.898Z | START bfd egress::tests::egress_socket_sets_hop_limit_v6 |
| 2057 | 2026-08-04T16:51:37.904Z | |
| 2058 | 2026-08-04T16:51:37.904Z | running 1 test |
| 2059 | 2026-08-04T16:51:37.907Z | test egress::tests::egress_socket_sets_hop_limit_v6 ... ok |
| 2060 | 2026-08-04T16:51:37.907Z | |
| 2061 | 2026-08-04T16:51:37.907Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2062 | 2026-08-04T16:51:37.907Z | |
| 2063 | 2026-08-04T16:51:37.907Z | PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6 |
| 2064 | 2026-08-04T16:51:37.907Z | START bfd egress::tests::egress_socket_sets_ttl_v4 |
| 2065 | 2026-08-04T16:51:37.912Z | |
| 2066 | 2026-08-04T16:51:37.912Z | running 1 test |
| 2067 | 2026-08-04T16:51:37.915Z | test egress::tests::egress_socket_sets_ttl_v4 ... ok |
| 2068 | 2026-08-04T16:51:37.915Z | |
| 2069 | 2026-08-04T16:51:37.915Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2070 | 2026-08-04T16:51:37.915Z | |
| 2071 | 2026-08-04T16:51:37.915Z | PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4 |
| 2072 | 2026-08-04T16:51:37.915Z | START bfd egress::tests::exits_when_channel_closed |
| 2073 | 2026-08-04T16:51:37.920Z | |
| 2074 | 2026-08-04T16:51:37.920Z | running 1 test |
| 2075 | 2026-08-04T16:51:37.925Z | test egress::tests::exits_when_channel_closed ... ok |
| 2076 | 2026-08-04T16:51:37.925Z | |
| 2077 | 2026-08-04T16:51:37.925Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2078 | 2026-08-04T16:51:37.925Z | |
| 2079 | 2026-08-04T16:51:37.925Z | PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed |
| 2080 | 2026-08-04T16:51:37.925Z | START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range |
| 2081 | 2026-08-04T16:51:37.930Z | |
| 2082 | 2026-08-04T16:51:37.930Z | running 1 test |
| 2083 | 2026-08-04T16:51:37.930Z | test egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok |
| 2084 | 2026-08-04T16:51:37.930Z | |
| 2085 | 2026-08-04T16:51:37.930Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2086 | 2026-08-04T16:51:37.930Z | |
| 2087 | 2026-08-04T16:51:37.930Z | PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range |
| 2088 | 2026-08-04T16:51:37.930Z | START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end |
| 2089 | 2026-08-04T16:51:37.936Z | |
| 2090 | 2026-08-04T16:51:37.936Z | running 1 test |
| 2091 | 2026-08-04T16:51:37.939Z | test egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok |
| 2092 | 2026-08-04T16:51:37.939Z | |
| 2093 | 2026-08-04T16:51:37.939Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2094 | 2026-08-04T16:51:37.939Z | |
| 2095 | 2026-08-04T16:51:37.939Z | PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end |
| 2096 | 2026-08-04T16:51:37.939Z | START bfd egress_src_port_iter::tests::src_port_is_always_in_range |
| 2097 | 2026-08-04T16:51:37.943Z | |
| 2098 | 2026-08-04T16:51:37.943Z | running 1 test |
| 2099 | 2026-08-04T16:51:37.948Z | test egress_src_port_iter::tests::src_port_is_always_in_range ... ok |
| 2100 | 2026-08-04T16:51:37.948Z | |
| 2101 | 2026-08-04T16:51:37.951Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s |
| 2102 | 2026-08-04T16:51:37.951Z | |
| 2103 | 2026-08-04T16:51:37.951Z | PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range |
| 2104 | 2026-08-04T16:51:37.951Z | START bfd rib::tests::exits_when_state_channel_closed |
| 2105 | 2026-08-04T16:51:37.955Z | |
| 2106 | 2026-08-04T16:51:37.955Z | running 1 test |
| 2107 | 2026-08-04T16:51:37.958Z | test rib::tests::exits_when_state_channel_closed ... ok |
| 2108 | 2026-08-04T16:51:37.958Z | |
| 2109 | 2026-08-04T16:51:37.958Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2110 | 2026-08-04T16:51:37.958Z | |
| 2111 | 2026-08-04T16:51:37.958Z | PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed |
| 2112 | 2026-08-04T16:51:37.958Z | START bfd rib::tests::initial_down_state_is_synced |
| 2113 | 2026-08-04T16:51:37.964Z | |
| 2114 | 2026-08-04T16:51:37.964Z | running 1 test |
| 2115 | 2026-08-04T16:51:38.067Z | test rib::tests::initial_down_state_is_synced ... ok |
| 2116 | 2026-08-04T16:51:38.067Z | |
| 2117 | 2026-08-04T16:51:38.070Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 2118 | 2026-08-04T16:51:38.070Z | |
| 2119 | 2026-08-04T16:51:38.070Z | PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced |
| 2120 | 2026-08-04T16:51:38.070Z | START bfd rib::tests::real_transitions_are_synced |
| 2121 | 2026-08-04T16:51:38.075Z | |
| 2122 | 2026-08-04T16:51:38.075Z | running 1 test |
| 2123 | 2026-08-04T16:51:38.380Z | test rib::tests::real_transitions_are_synced ... ok |
| 2124 | 2026-08-04T16:51:38.380Z | |
| 2125 | 2026-08-04T16:51:38.384Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s |
| 2126 | 2026-08-04T16:51:38.384Z | |
| 2127 | 2026-08-04T16:51:38.384Z | PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced |
| 2128 | 2026-08-04T16:51:38.384Z | START bfd rib::tests::redundant_shutdown_states_are_not_resynced |
| 2129 | 2026-08-04T16:51:38.388Z | |
| 2130 | 2026-08-04T16:51:38.388Z | running 1 test |
| 2131 | 2026-08-04T16:51:38.742Z | test rib::tests::redundant_shutdown_states_are_not_resynced ... ok |
| 2132 | 2026-08-04T16:51:38.742Z | |
| 2133 | 2026-08-04T16:51:38.745Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s |
| 2134 | 2026-08-04T16:51:38.745Z | |
| 2135 | 2026-08-04T16:51:38.745Z | PASS [ 0.361s] bfd rib::tests::redundant_shutdown_states_are_not_resynced |
| 2136 | 2026-08-04T16:51:38.746Z | START bfd session::tests::counts_incoming_packets |
| 2137 | 2026-08-04T16:51:38.749Z | |
| 2138 | 2026-08-04T16:51:38.749Z | running 1 test |
| 2139 | 2026-08-04T16:51:38.852Z | test session::tests::counts_incoming_packets ... ok |
| 2140 | 2026-08-04T16:51:38.852Z | |
| 2141 | 2026-08-04T16:51:38.855Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 2142 | 2026-08-04T16:51:38.856Z | |
| 2143 | 2026-08-04T16:51:38.856Z | PASS [ 0.110s] bfd session::tests::counts_incoming_packets |
| 2144 | 2026-08-04T16:51:38.856Z | START bfd session::tests::down_to_up_directly |
| 2145 | 2026-08-04T16:51:38.859Z | |
| 2146 | 2026-08-04T16:51:38.859Z | running 1 test |
| 2147 | 2026-08-04T16:51:38.962Z | test session::tests::down_to_up_directly ... ok |
| 2148 | 2026-08-04T16:51:38.962Z | |
| 2149 | 2026-08-04T16:51:38.962Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 2150 | 2026-08-04T16:51:38.963Z | |
| 2151 | 2026-08-04T16:51:38.967Z | PASS [ 0.110s] bfd session::tests::down_to_up_directly |
| 2152 | 2026-08-04T16:51:38.967Z | START bfd session::tests::emits_outgoing_control_packet |
| 2153 | 2026-08-04T16:51:38.970Z | |
| 2154 | 2026-08-04T16:51:38.970Z | running 1 test |
| 2155 | 2026-08-04T16:51:38.975Z | test session::tests::emits_outgoing_control_packet ... ok |
| 2156 | 2026-08-04T16:51:38.975Z | |
| 2157 | 2026-08-04T16:51:38.975Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2158 | 2026-08-04T16:51:38.975Z | |
| 2159 | 2026-08-04T16:51:38.975Z | PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet |
| 2160 | 2026-08-04T16:51:38.976Z | START bfd session::tests::exits_when_listener_channel_closes |
| 2161 | 2026-08-04T16:51:38.979Z | |
| 2162 | 2026-08-04T16:51:38.979Z | running 1 test |
| 2163 | 2026-08-04T16:51:38.982Z | test session::tests::exits_when_listener_channel_closes ... ok |
| 2164 | 2026-08-04T16:51:38.982Z | |
| 2165 | 2026-08-04T16:51:38.982Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2166 | 2026-08-04T16:51:38.982Z | |
| 2167 | 2026-08-04T16:51:38.982Z | PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes |
| 2168 | 2026-08-04T16:51:38.982Z | START bfd session::tests::handshake_down_init_up_publishes_each_state |
| 2169 | 2026-08-04T16:51:38.988Z | |
| 2170 | 2026-08-04T16:51:38.988Z | running 1 test |
| 2171 | 2026-08-04T16:51:39.192Z | test session::tests::handshake_down_init_up_publishes_each_state ... ok |
| 2172 | 2026-08-04T16:51:39.192Z | |
| 2173 | 2026-08-04T16:51:39.192Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 2174 | 2026-08-04T16:51:39.192Z | |
| 2175 | 2026-08-04T16:51:39.195Z | PASS [ 0.212s] bfd session::tests::handshake_down_init_up_publishes_each_state |
| 2176 | 2026-08-04T16:51:39.195Z | START bfd session::tests::init_to_down_on_peer_admin_down |
| 2177 | 2026-08-04T16:51:39.200Z | |
| 2178 | 2026-08-04T16:51:39.200Z | running 1 test |
| 2179 | 2026-08-04T16:51:39.405Z | test session::tests::init_to_down_on_peer_admin_down ... ok |
| 2180 | 2026-08-04T16:51:39.405Z | |
| 2181 | 2026-08-04T16:51:39.405Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 2182 | 2026-08-04T16:51:39.405Z | |
| 2183 | 2026-08-04T16:51:39.410Z | PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down |
| 2184 | 2026-08-04T16:51:39.410Z | START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op |
| 2185 | 2026-08-04T16:51:39.413Z | |
| 2186 | 2026-08-04T16:51:39.413Z | running 1 test |
| 2187 | 2026-08-04T16:51:39.514Z | test session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok |
| 2188 | 2026-08-04T16:51:39.514Z | |
| 2189 | 2026-08-04T16:51:39.514Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 2190 | 2026-08-04T16:51:39.515Z | |
| 2191 | 2026-08-04T16:51:39.518Z | PASS [ 0.110s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op |
| 2192 | 2026-08-04T16:51:39.518Z | START bfd session::tests::poll_packet_elicits_final_response_on_egress |
| 2193 | 2026-08-04T16:51:39.522Z | |
| 2194 | 2026-08-04T16:51:39.522Z | running 1 test |
| 2195 | 2026-08-04T16:51:39.525Z | test session::tests::poll_packet_elicits_final_response_on_egress ... ok |
| 2196 | 2026-08-04T16:51:39.525Z | |
| 2197 | 2026-08-04T16:51:39.525Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2198 | 2026-08-04T16:51:39.525Z | |
| 2199 | 2026-08-04T16:51:39.525Z | PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress |
| 2200 | 2026-08-04T16:51:39.525Z | START bfd session::tests::recv_timeout_drives_session_down |
| 2201 | 2026-08-04T16:51:39.530Z | |
| 2202 | 2026-08-04T16:51:39.530Z | running 1 test |
| 2203 | 2026-08-04T16:51:41.049Z | test session::tests::recv_timeout_drives_session_down ... ok |
| 2204 | 2026-08-04T16:51:41.049Z | |
| 2205 | 2026-08-04T16:51:41.049Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s |
| 2206 | 2026-08-04T16:51:41.049Z | |
| 2207 | 2026-08-04T16:51:41.052Z | PASS [ 1.526s] bfd session::tests::recv_timeout_drives_session_down |
| 2208 | 2026-08-04T16:51:41.053Z | START bfd session::tests::up_to_down_on_peer_admin_down |
| 2209 | 2026-08-04T16:51:41.059Z | |
| 2210 | 2026-08-04T16:51:41.059Z | running 1 test |
| 2211 | 2026-08-04T16:51:41.263Z | test session::tests::up_to_down_on_peer_admin_down ... ok |
| 2212 | 2026-08-04T16:51:41.263Z | |
| 2213 | 2026-08-04T16:51:41.267Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 2214 | 2026-08-04T16:51:41.267Z | |
| 2215 | 2026-08-04T16:51:41.267Z | PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_admin_down |
| 2216 | 2026-08-04T16:51:41.267Z | START bfd session::tests::up_to_down_on_peer_down |
| 2217 | 2026-08-04T16:51:41.272Z | |
| 2218 | 2026-08-04T16:51:41.272Z | running 1 test |
| 2219 | 2026-08-04T16:51:41.474Z | test session::tests::up_to_down_on_peer_down ... ok |
| 2220 | 2026-08-04T16:51:41.474Z | |
| 2221 | 2026-08-04T16:51:41.474Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 2222 | 2026-08-04T16:51:41.474Z | |
| 2223 | 2026-08-04T16:51:41.478Z | PASS [ 0.211s] bfd session::tests::up_to_down_on_peer_down |
| 2224 | 2026-08-04T16:51:41.478Z | START bfd sm::tests::arbitrary_local_config_never_panics |
| 2225 | 2026-08-04T16:51:41.481Z | |
| 2226 | 2026-08-04T16:51:41.482Z | running 1 test |
| 2227 | 2026-08-04T16:51:41.717Z | test sm::tests::arbitrary_local_config_never_panics ... ok |
| 2228 | 2026-08-04T16:51:41.717Z | |
| 2229 | 2026-08-04T16:51:41.717Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.24s |
| 2230 | 2026-08-04T16:51:41.717Z | |
| 2231 | 2026-08-04T16:51:41.721Z | PASS [ 0.242s] bfd sm::tests::arbitrary_local_config_never_panics |
| 2232 | 2026-08-04T16:51:41.721Z | START bfd sm::tests::arbitrary_sequences_uphold_invariants |
| 2233 | 2026-08-04T16:51:41.724Z | |
| 2234 | 2026-08-04T16:51:41.724Z | running 1 test |
| 2235 | 2026-08-04T16:51:42.216Z | test sm::tests::arbitrary_sequences_uphold_invariants ... ok |
| 2236 | 2026-08-04T16:51:42.216Z | |
| 2237 | 2026-08-04T16:51:42.216Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.49s |
| 2238 | 2026-08-04T16:51:42.216Z | |
| 2239 | 2026-08-04T16:51:42.221Z | PASS [ 0.500s] bfd sm::tests::arbitrary_sequences_uphold_invariants |
| 2240 | 2026-08-04T16:51:42.221Z | START bfd sm::tests::bounded_consecutive_loss_keeps_session_up |
| 2241 | 2026-08-04T16:51:42.226Z | |
| 2242 | 2026-08-04T16:51:42.226Z | running 1 test |
| 2243 | 2026-08-04T16:51:42.239Z | test sm::tests::bounded_consecutive_loss_keeps_session_up ... ok |
| 2244 | 2026-08-04T16:51:42.239Z | |
| 2245 | 2026-08-04T16:51:42.239Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s |
| 2246 | 2026-08-04T16:51:42.239Z | |
| 2247 | 2026-08-04T16:51:42.244Z | PASS [ 0.022s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up |
| 2248 | 2026-08-04T16:51:42.244Z | START bfd sm::tests::clean_channel_converges_to_up |
| 2249 | 2026-08-04T16:51:42.247Z | |
| 2250 | 2026-08-04T16:51:42.247Z | running 1 test |
| 2251 | 2026-08-04T16:51:42.247Z | test sm::tests::clean_channel_converges_to_up ... ok |
| 2252 | 2026-08-04T16:51:42.247Z | |
| 2253 | 2026-08-04T16:51:42.247Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2254 | 2026-08-04T16:51:42.247Z | |
| 2255 | 2026-08-04T16:51:42.247Z | PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up |
| 2256 | 2026-08-04T16:51:42.247Z | START bfd sm::tests::demand_mode_suppresses_unsolicited_sends |
| 2257 | 2026-08-04T16:51:42.254Z | |
| 2258 | 2026-08-04T16:51:42.254Z | running 1 test |
| 2259 | 2026-08-04T16:51:42.257Z | test sm::tests::demand_mode_suppresses_unsolicited_sends ... ok |
| 2260 | 2026-08-04T16:51:42.257Z | |
| 2261 | 2026-08-04T16:51:42.257Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2262 | 2026-08-04T16:51:42.257Z | |
| 2263 | 2026-08-04T16:51:42.257Z | PASS [ 0.008s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends |
| 2264 | 2026-08-04T16:51:42.258Z | START bfd sm::tests::large_local_tx_interval_saturates_on_wire |
| 2265 | 2026-08-04T16:51:42.261Z | |
| 2266 | 2026-08-04T16:51:42.261Z | running 1 test |
| 2267 | 2026-08-04T16:51:42.264Z | test sm::tests::large_local_tx_interval_saturates_on_wire ... ok |
| 2268 | 2026-08-04T16:51:42.264Z | |
| 2269 | 2026-08-04T16:51:42.264Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2270 | 2026-08-04T16:51:42.264Z | |
| 2271 | 2026-08-04T16:51:42.264Z | PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire |
| 2272 | 2026-08-04T16:51:42.264Z | START bfd sm::tests::poll_flood_grows_response_queue_unboundedly |
| 2273 | 2026-08-04T16:51:42.268Z | |
| 2274 | 2026-08-04T16:51:42.268Z | running 1 test |
| 2275 | 2026-08-04T16:51:42.272Z | test sm::tests::poll_flood_grows_response_queue_unboundedly ... ok |
| 2276 | 2026-08-04T16:51:42.272Z | |
| 2277 | 2026-08-04T16:51:42.272Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2278 | 2026-08-04T16:51:42.272Z | |
| 2279 | 2026-08-04T16:51:42.272Z | PASS [ 0.008s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly |
| 2280 | 2026-08-04T16:51:42.272Z | START bfd sm::tests::poll_response_remains_queued_past_tx_interval |
| 2281 | 2026-08-04T16:51:42.276Z | |
| 2282 | 2026-08-04T16:51:42.276Z | running 1 test |
| 2283 | 2026-08-04T16:51:42.279Z | test sm::tests::poll_response_remains_queued_past_tx_interval ... ok |
| 2284 | 2026-08-04T16:51:42.279Z | |
| 2285 | 2026-08-04T16:51:42.279Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2286 | 2026-08-04T16:51:42.279Z | |
| 2287 | 2026-08-04T16:51:42.279Z | PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval |
| 2288 | 2026-08-04T16:51:42.279Z | START bfd sm::tests::poll_triggers_immediate_final_response |
| 2289 | 2026-08-04T16:51:42.284Z | |
| 2290 | 2026-08-04T16:51:42.284Z | running 1 test |
| 2291 | 2026-08-04T16:51:42.287Z | test sm::tests::poll_triggers_immediate_final_response ... ok |
| 2292 | 2026-08-04T16:51:42.287Z | |
| 2293 | 2026-08-04T16:51:42.287Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2294 | 2026-08-04T16:51:42.287Z | |
| 2295 | 2026-08-04T16:51:42.287Z | PASS [ 0.008s] bfd sm::tests::poll_triggers_immediate_final_response |
| 2296 | 2026-08-04T16:51:42.287Z | START bfd sm::tests::recv_deadline_expiry_reports_was_already_down |
| 2297 | 2026-08-04T16:51:42.291Z | |
| 2298 | 2026-08-04T16:51:42.291Z | running 1 test |
| 2299 | 2026-08-04T16:51:42.294Z | test sm::tests::recv_deadline_expiry_reports_was_already_down ... ok |
| 2300 | 2026-08-04T16:51:42.294Z | |
| 2301 | 2026-08-04T16:51:42.294Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2302 | 2026-08-04T16:51:42.294Z | |
| 2303 | 2026-08-04T16:51:42.294Z | PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down |
| 2304 | 2026-08-04T16:51:42.294Z | START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends |
| 2305 | 2026-08-04T16:51:42.298Z | |
| 2306 | 2026-08-04T16:51:42.298Z | running 1 test |
| 2307 | 2026-08-04T16:51:42.301Z | test sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok |
| 2308 | 2026-08-04T16:51:42.301Z | |
| 2309 | 2026-08-04T16:51:42.301Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2310 | 2026-08-04T16:51:42.302Z | |
| 2311 | 2026-08-04T16:51:42.302Z | PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends |
| 2312 | 2026-08-04T16:51:42.302Z | START bfd sm::tests::total_partition_drives_both_down |
| 2313 | 2026-08-04T16:51:42.306Z | |
| 2314 | 2026-08-04T16:51:42.306Z | running 1 test |
| 2315 | 2026-08-04T16:51:42.309Z | test sm::tests::total_partition_drives_both_down ... ok |
| 2316 | 2026-08-04T16:51:42.309Z | |
| 2317 | 2026-08-04T16:51:42.309Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2318 | 2026-08-04T16:51:42.309Z | |
| 2319 | 2026-08-04T16:51:42.309Z | PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down |
| 2320 | 2026-08-04T16:51:42.309Z | START bfd sm::tests::transition_table_is_exhaustive_and_correct |
| 2321 | 2026-08-04T16:51:42.313Z | |
| 2322 | 2026-08-04T16:51:42.313Z | running 1 test |
| 2323 | 2026-08-04T16:51:42.316Z | test sm::tests::transition_table_is_exhaustive_and_correct ... ok |
| 2324 | 2026-08-04T16:51:42.316Z | |
| 2325 | 2026-08-04T16:51:42.316Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 2326 | 2026-08-04T16:51:42.316Z | |
| 2327 | 2026-08-04T16:51:42.316Z | PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct |
| 2328 | 2026-08-04T16:51:42.316Z | START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2329 | 2026-08-04T16:51:42.320Z | |
| 2330 | 2026-08-04T16:51:42.320Z | running 1 test |
| 2331 | 2026-08-04T16:51:42.320Z | test v10::static_routes::tests::v1_add_request_converts_to_latest ... ok |
| 2332 | 2026-08-04T16:51:42.320Z | |
| 2333 | 2026-08-04T16:51:42.320Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2334 | 2026-08-04T16:51:42.320Z | |
| 2335 | 2026-08-04T16:51:42.320Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2336 | 2026-08-04T16:51:42.320Z | START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2337 | 2026-08-04T16:51:42.323Z | |
| 2338 | 2026-08-04T16:51:42.323Z | running 1 test |
| 2339 | 2026-08-04T16:51:42.326Z | test v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok |
| 2340 | 2026-08-04T16:51:42.327Z | |
| 2341 | 2026-08-04T16:51:42.327Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2342 | 2026-08-04T16:51:42.327Z | |
| 2343 | 2026-08-04T16:51:42.327Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2344 | 2026-08-04T16:51:42.327Z | START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2345 | 2026-08-04T16:51:42.331Z | |
| 2346 | 2026-08-04T16:51:42.331Z | running 1 test |
| 2347 | 2026-08-04T16:51:42.331Z | test v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok |
| 2348 | 2026-08-04T16:51:42.331Z | |
| 2349 | 2026-08-04T16:51:42.331Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2350 | 2026-08-04T16:51:42.331Z | |
| 2351 | 2026-08-04T16:51:42.331Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2352 | 2026-08-04T16:51:42.331Z | START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2353 | 2026-08-04T16:51:42.334Z | |
| 2354 | 2026-08-04T16:51:42.334Z | running 1 test |
| 2355 | 2026-08-04T16:51:42.334Z | test v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok |
| 2356 | 2026-08-04T16:51:42.334Z | |
| 2357 | 2026-08-04T16:51:42.334Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2358 | 2026-08-04T16:51:42.334Z | |
| 2359 | 2026-08-04T16:51:42.334Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2360 | 2026-08-04T16:51:42.334Z | START mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values |
| 2361 | 2026-08-04T16:51:42.338Z | |
| 2362 | 2026-08-04T16:51:42.338Z | running 1 test |
| 2363 | 2026-08-04T16:51:42.341Z | test v13::mrib::tests::vni_constants_match_canonical_values ... ok |
| 2364 | 2026-08-04T16:51:42.341Z | |
| 2365 | 2026-08-04T16:51:42.341Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2366 | 2026-08-04T16:51:42.341Z | |
| 2367 | 2026-08-04T16:51:42.341Z | PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values |
| 2368 | 2026-08-04T16:51:42.341Z | START mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range |
| 2369 | 2026-08-04T16:51:42.344Z | |
| 2370 | 2026-08-04T16:51:42.344Z | running 1 test |
| 2371 | 2026-08-04T16:51:42.344Z | test v13::mrib::tests::vni_rejects_out_of_range ... ok |
| 2372 | 2026-08-04T16:51:42.344Z | |
| 2373 | 2026-08-04T16:51:42.344Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s |
| 2374 | 2026-08-04T16:51:42.344Z | |
| 2375 | 2026-08-04T16:51:42.344Z | PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range |
| 2376 | 2026-08-04T16:51:42.344Z | ──────────── |
| 2377 | 2026-08-04T16:51:42.344Z | Summary [ 5.824s] 50 tests run: 50 passed, 0 skipped |
| 2378 | 2026-08-04T16:51:42.357Z | process exited: duration 322232 ms, exit code 0 |
| |
| 2379 | 2026-08-04T16:51:42.364Z | found 0 output files |