|
|
|
| 1 | 2026-06-23T19:21:22.087Z | job assigned to worker 01KVTYTWX35R58Z1ZF1KRMT5PX [factory aws, i-038588474bef45387] (queued for 57 s) |
| |
| 2 | 2026-06-23T19:21:28.981Z | starting task 0: "setup" |
| 3 | 2026-06-23T19:21:28.991Z | ++ uname -s |
| 4 | 2026-06-23T19:21:28.994Z | + kern=SunOS |
| 5 | 2026-06-23T19:21:28.994Z | + build_user=build |
| 6 | 2026-06-23T19:21:28.994Z | + build_uid=12345 |
| 7 | 2026-06-23T19:21:28.994Z | + work_dir=/work |
| 8 | 2026-06-23T19:21:28.994Z | + input_dir=/input |
| 9 | 2026-06-23T19:21:28.994Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-23T19:21:28.994Z | + case "$kern" in |
| 11 | 2026-06-23T19:21:28.994Z | + groupadd -g 12345 build |
| 12 | 2026-06-23T19:21:28.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-23T19:21:30.003Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-23T19:21:30.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-23T19:21:30.102Z | + home_fs=zfs |
| 16 | 2026-06-23T19:21:30.102Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-23T19:21:30.102Z | + mkdir -p /home/build |
| 18 | 2026-06-23T19:21:30.102Z | + chown build:build /home/build /work |
| 19 | 2026-06-23T19:21:32.103Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-23T19:21:32.106Z | process exited: duration 3122 ms, exit code 0 |
| |
| 21 | 2026-06-23T19:21:32.112Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-23T19:21:32.116Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-23T19:21:32.116Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-23T19:21:32.116Z | * rust toolchain profile = "default" |
| 25 | 2026-06-23T19:21:32.116Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-23T19:21:32.116Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-23T19:21:32.119Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-23T19:21:32.119Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-23T19:21:32.119Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-23T19:21:32.203Z | info: downloading installer |
| 31 | 2026-06-23T19:21:33.949Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-23T19:21:33.949Z | warn: /opt/ooce/bin |
| 33 | 2026-06-23T19:21:33.949Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-23T19:21:33.949Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-23T19:21:33.949Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-23T19:21:33.949Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-23T19:21:33.949Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-23T19:21:33.949Z | error: cannot install while Rust is installed |
| 39 | 2026-06-23T19:21:33.950Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-23T19:21:33.950Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-23T19:21:33.950Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-23T19:21:33.950Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-23T19:21:33.950Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-23T19:21:33.966Z | info: profile set to default |
| 45 | 2026-06-23T19:21:33.966Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-23T19:21:33.969Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-23T19:21:34.132Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-23T19:21:34.134Z | info: downloading 6 components |
| 49 | 2026-06-23T19:21:50.831Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-23T19:21:50.831Z | |
| 51 | 2026-06-23T19:21:50.857Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-23T19:21:50.857Z | |
| 53 | 2026-06-23T19:21:50.857Z | |
| 54 | 2026-06-23T19:21:50.858Z | Rust is installed now. Great! |
| 55 | 2026-06-23T19:21:50.858Z | |
| 56 | 2026-06-23T19:21:50.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-23T19:21:50.858Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-23T19:21:50.858Z | |
| 59 | 2026-06-23T19:21:50.858Z | To configure your current shell, you need to source |
| 60 | 2026-06-23T19:21:50.858Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-23T19:21:50.858Z | |
| 62 | 2026-06-23T19:21:50.861Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-23T19:21:50.861Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-23T19:21:50.861Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-23T19:21:50.861Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-23T19:21:50.861Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-23T19:21:50.861Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-23T19:21:50.862Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-23T19:21:50.862Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-23T19:21:50.862Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-23T19:21:50.952Z | + rustup --version |
| 72 | 2026-06-23T19:21:50.959Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-23T19:21:50.962Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-23T19:21:50.980Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-23T19:21:50.983Z | + cargo --version |
| 76 | 2026-06-23T19:21:50.996Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-23T19:21:50.999Z | + rustc --version |
| 78 | 2026-06-23T19:21:51.018Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-23T19:21:51.021Z | process exited: duration 18903 ms, exit code 0 |
| |
| 80 | 2026-06-23T19:21:51.028Z | starting task 2: "authentication" |
| 81 | 2026-06-23T19:21:51.044Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-23T19:21:51.050Z | starting task 3: "clone repository" |
| 83 | 2026-06-23T19:21:51.053Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-23T19:21:51.057Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-23T19:21:51.088Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-23T19:21:52.341Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-23T19:21:52.341Z | + git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc |
| 88 | 2026-06-23T19:21:52.738Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-23T19:21:52.738Z | * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD |
| 90 | 2026-06-23T19:21:52.745Z | + [[ -n john/bfd-async ]] |
| 91 | 2026-06-23T19:21:52.747Z | ++ git branch --show-current |
| 92 | 2026-06-23T19:21:52.748Z | + current=main |
| 93 | 2026-06-23T19:21:52.748Z | + [[ main != john/bfd-async ]] |
| 94 | 2026-06-23T19:21:52.748Z | + git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc |
| 95 | 2026-06-23T19:21:52.751Z | + git checkout -f john/bfd-async |
| 96 | 2026-06-23T19:21:52.769Z | Switched to branch 'john/bfd-async' |
| 97 | 2026-06-23T19:21:52.772Z | + git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc |
| 98 | 2026-06-23T19:21:52.788Z | HEAD is now at 2128258 send our local detection multiplier |
| 99 | 2026-06-23T19:21:52.791Z | process exited: duration 1737 ms, exit code 0 |
| |
| 100 | 2026-06-23T19:21:52.797Z | starting task 4: "build" |
| 101 | 2026-06-23T19:21:52.801Z | + set -o errexit |
| 102 | 2026-06-23T19:21:52.801Z | + set -o pipefail |
| 103 | 2026-06-23T19:21:52.801Z | + source .github/buildomat/test-common.sh |
| 104 | 2026-06-23T19:21:52.804Z | ++ NEXTEST_VERSION=0.9.97 |
| 105 | 2026-06-23T19:21:52.804Z | ++ PLATFORM=illumos |
| 106 | 2026-06-23T19:21:52.804Z | ++ banner install |
| 107 | 2026-06-23T19:21:52.804Z | |
| 108 | 2026-06-23T19:21:52.805Z | # # # #### ##### ## # # |
| 109 | 2026-06-23T19:21:52.805Z | # ## # # # # # # # |
| 110 | 2026-06-23T19:21:52.805Z | # # # # #### # # # # # |
| 111 | 2026-06-23T19:21:52.805Z | # # # # # # ###### # # |
| 112 | 2026-06-23T19:21:52.805Z | # # ## # # # # # # # |
| 113 | 2026-06-23T19:21:52.805Z | # # # #### # # # ###### ###### |
| 114 | 2026-06-23T19:21:52.805Z | |
| 115 | 2026-06-23T19:21:52.805Z | ++ set +o errexit |
| 116 | 2026-06-23T19:21:52.805Z | ++ pkg info clang-15 |
| 117 | 2026-06-23T19:21:52.808Z | ++ grep -qi installed |
| 118 | 2026-06-23T19:21:54.041Z | pkg: info: no packages matching the following patterns you specified are |
| 119 | 2026-06-23T19:21:54.041Z | installed on the system. Try querying remotely instead: |
| 120 | 2026-06-23T19:21:54.041Z | |
| 121 | 2026-06-23T19:21:54.041Z | clang-15 |
| 122 | 2026-06-23T19:21:54.078Z | ++ [[ 1 != 0 ]] |
| 123 | 2026-06-23T19:21:54.078Z | ++ set -o errexit |
| 124 | 2026-06-23T19:21:54.081Z | ++ pfexec pkg install clang-15 |
| 125 | 2026-06-23T19:22:01.505Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2026-06-23T19:22:09.239Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-23T19:22:19.057Z | Planning: Solver setup ... Done |
| 128 | 2026-06-23T19:22:19.118Z | Planning: Running solver ... Done |
| 129 | 2026-06-23T19:22:19.118Z | Planning: Finding local manifests ... Done |
| 130 | 2026-06-23T19:22:19.118Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-23T19:22:19.118Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-23T19:22:19.118Z | Planning: Package planning ... Done |
| 133 | 2026-06-23T19:22:19.118Z | Planning: Merging actions ... Done |
| 134 | 2026-06-23T19:22:19.118Z | Planning: Checking for conflicting actions ... Done |
| 135 | 2026-06-23T19:22:19.118Z | Planning: Consolidating action changes ... Done |
| 136 | 2026-06-23T19:22:19.118Z | Planning: Evaluating mediators ... Done |
| 137 | 2026-06-23T19:22:19.118Z | Planning: Planning completed in 8.32 seconds |
| 138 | 2026-06-23T19:22:19.118Z | Packages to install: 2 |
| 139 | 2026-06-23T19:22:19.118Z | Mediators to change: 2 |
| 140 | 2026-06-23T19:22:19.118Z | Services to change: 1 |
| 141 | 2026-06-23T19:22:19.118Z | Create boot environment: No |
| 142 | 2026-06-23T19:22:19.118Z | Create backup boot environment: No |
| 143 | 2026-06-23T19:22:19.118Z | |
| 144 | 2026-06-23T19:22:19.118Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 145 | 2026-06-23T19:22:23.604Z | Download: 1280/3076 items 114.5/211.3MB 54% complete (23.9M/s) |
| 146 | 2026-06-23T19:22:28.097Z | Download: 2009/3076 items 117.9/211.3MB 55% complete (12.9M/s) |
| 147 | 2026-06-23T19:22:34.447Z | Download: 2010/3076 items 117.9/211.3MB 55% complete (12.6M/s) |
| 148 | 2026-06-23T19:22:39.452Z | Download: 2568/3076 items 119.7/211.3MB 56% complete (346k/s) |
| 149 | 2026-06-23T19:22:47.014Z | Download: 3029/3076 items 201.8/211.3MB 95% complete (11.0M/s) |
| 150 | 2026-06-23T19:22:59.819Z | Download: 3030/3076 items 201.8/211.3MB 95% complete |
| 151 | 2026-06-23T19:23:04.826Z | Download: 3033/3076 items 201.8/211.3MB 95% complete |
| 152 | 2026-06-23T19:23:08.253Z | Download: Completed 211.31 MB in 50.46 seconds (4.2M/s) |
| 153 | 2026-06-23T19:23:08.371Z | Actions: 1/3418 actions (Installing new actions) |
| 154 | 2026-06-23T19:23:11.471Z | Actions: Completed 3418 actions in 3.10 seconds. |
| 155 | 2026-06-23T19:23:12.102Z | Done |
| 156 | 2026-06-23T19:23:12.102Z | Done |
| 157 | 2026-06-23T19:23:12.829Z | Done |
| 158 | 2026-06-23T19:23:16.240Z | Done |
| 159 | 2026-06-23T19:23:16.305Z | Done |
| 160 | 2026-06-23T19:23:16.308Z | Done |
| 161 | 2026-06-23T19:23:16.566Z | Done |
| 162 | 2026-06-23T19:23:17.261Z | ++ set -o errexit |
| 163 | 2026-06-23T19:23:17.261Z | ++ cargo --version |
| 164 | 2026-06-23T19:23:17.267Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 165 | 2026-06-23T19:23:17.507Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 166 | 2026-06-23T19:23:17.510Z | info: downloading 6 components |
| 167 | 2026-06-23T19:23:32.716Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 168 | 2026-06-23T19:23:32.719Z | ++ rustc --version |
| 169 | 2026-06-23T19:23:32.743Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 170 | 2026-06-23T19:23:32.746Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 171 | 2026-06-23T19:23:32.788Z | Updating crates.io index |
| 172 | 2026-06-23T19:23:32.890Z | Downloading crates ... |
| 173 | 2026-06-23T19:23:32.943Z | Downloaded cargo-nextest v0.9.97 |
| 174 | 2026-06-23T19:23:33.004Z | Installing cargo-nextest v0.9.97 |
| 175 | 2026-06-23T19:23:33.043Z | Updating crates.io index |
| 176 | 2026-06-23T19:23:35.522Z | Locking 390 packages to latest compatible versions |
| 177 | 2026-06-23T19:23:35.527Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 178 | 2026-06-23T19:23:35.530Z | Adding duct v0.13.7 (available: v1.1.1) |
| 179 | 2026-06-23T19:23:35.530Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 180 | 2026-06-23T19:23:35.530Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 181 | 2026-06-23T19:23:35.533Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 182 | 2026-06-23T19:23:35.533Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 183 | 2026-06-23T19:23:35.533Z | Adding nextest-filtering v0.15.0 (available: v0.21.1) |
| 184 | 2026-06-23T19:23:35.533Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 185 | 2026-06-23T19:23:35.536Z | Adding nextest-runner v0.80.0 (available: v0.119.0) |
| 186 | 2026-06-23T19:23:35.539Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 187 | 2026-06-23T19:23:35.564Z | Downloading crates ... |
| 188 | 2026-06-23T19:23:35.635Z | Downloaded cargo_metadata v0.23.1 |
| 189 | 2026-06-23T19:23:35.651Z | Downloaded cfg-expr v0.20.8 |
| 190 | 2026-06-23T19:23:35.654Z | Downloaded clap_lex v1.1.0 |
| 191 | 2026-06-23T19:23:35.657Z | Downloaded adler2 v2.0.1 |
| 192 | 2026-06-23T19:23:35.657Z | Downloaded cfg_aliases v0.2.1 |
| 193 | 2026-06-23T19:23:35.660Z | Downloaded colorchoice v1.0.5 |
| 194 | 2026-06-23T19:23:35.663Z | Downloaded camino-tempfile v1.4.1 |
| 195 | 2026-06-23T19:23:35.663Z | Downloaded color-spantrace v0.3.0 |
| 196 | 2026-06-23T19:23:35.665Z | Downloaded bytes v1.12.0 |
| 197 | 2026-06-23T19:23:35.668Z | Downloaded clap_derive v4.6.1 |
| 198 | 2026-06-23T19:23:35.671Z | Downloaded humantime v2.3.0 |
| 199 | 2026-06-23T19:23:35.671Z | Downloaded home v0.5.12 |
| 200 | 2026-06-23T19:23:35.671Z | Downloaded errno v0.3.14 |
| 201 | 2026-06-23T19:23:35.675Z | Downloaded httparse v1.10.1 |
| 202 | 2026-06-23T19:23:35.675Z | Downloaded camino v1.2.3 |
| 203 | 2026-06-23T19:23:35.678Z | Downloaded futures-core v0.3.32 |
| 204 | 2026-06-23T19:23:35.678Z | Downloaded form_urlencoded v1.2.2 |
| 205 | 2026-06-23T19:23:35.681Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-06-23T19:23:35.686Z | Downloaded openssl-probe v0.2.1 |
| 207 | 2026-06-23T19:23:35.689Z | Downloaded ppv-lite86 v0.2.21 |
| 208 | 2026-06-23T19:23:35.689Z | Downloaded digest v0.10.7 |
| 209 | 2026-06-23T19:23:35.692Z | Downloaded base64ct v1.8.3 |
| 210 | 2026-06-23T19:23:35.695Z | Downloaded cargo-util-schemas v0.2.0 |
| 211 | 2026-06-23T19:23:35.698Z | Downloaded futures-io v0.3.32 |
| 212 | 2026-06-23T19:23:35.698Z | Downloaded anstyle-query v1.1.5 |
| 213 | 2026-06-23T19:23:35.701Z | Downloaded addr2line v0.25.1 |
| 214 | 2026-06-23T19:23:35.705Z | Downloaded nested v0.1.1 |
| 215 | 2026-06-23T19:23:35.707Z | Downloaded http-body-util v0.1.3 |
| 216 | 2026-06-23T19:23:35.707Z | Downloaded atomicwrites v0.4.4 |
| 217 | 2026-06-23T19:23:35.710Z | Downloaded rustc_version v0.4.1 |
| 218 | 2026-06-23T19:23:35.713Z | Downloaded document-features v0.2.12 |
| 219 | 2026-06-23T19:23:35.714Z | Downloaded debug-ignore v1.0.5 |
| 220 | 2026-06-23T19:23:35.716Z | Downloaded foreign-types v0.3.2 |
| 221 | 2026-06-23T19:23:35.716Z | Downloaded cfg-if v1.0.4 |
| 222 | 2026-06-23T19:23:35.716Z | Downloaded cargo-platform v0.2.0 |
| 223 | 2026-06-23T19:23:35.719Z | Downloaded indent_write v2.2.0 |
| 224 | 2026-06-23T19:23:35.719Z | Downloaded futures-macro v0.3.32 |
| 225 | 2026-06-23T19:23:35.722Z | Downloaded enable-ansi-support v0.2.1 |
| 226 | 2026-06-23T19:23:35.722Z | Downloaded http-body v1.0.1 |
| 227 | 2026-06-23T19:23:35.722Z | Downloaded futures-task v0.3.32 |
| 228 | 2026-06-23T19:23:35.725Z | Downloaded config v0.15.24 |
| 229 | 2026-06-23T19:23:35.728Z | Downloaded backtrace-ext v0.2.1 |
| 230 | 2026-06-23T19:23:35.728Z | Downloaded ordered-float v2.10.1 |
| 231 | 2026-06-23T19:23:35.730Z | Downloaded mukti-metadata v0.3.0 |
| 232 | 2026-06-23T19:23:35.730Z | Downloaded quote v1.0.46 |
| 233 | 2026-06-23T19:23:35.730Z | Downloaded pkg-config v0.3.33 |
| 234 | 2026-06-23T19:23:35.733Z | Downloaded generic-array v0.14.7 |
| 235 | 2026-06-23T19:23:35.736Z | Downloaded fnv v1.0.7 |
| 236 | 2026-06-23T19:23:35.736Z | Downloaded atomic-waker v1.1.2 |
| 237 | 2026-06-23T19:23:35.739Z | Downloaded ipnet v2.12.0 |
| 238 | 2026-06-23T19:23:35.739Z | Downloaded quinn-udp v0.5.14 |
| 239 | 2026-06-23T19:23:35.742Z | Downloaded heck v0.5.0 |
| 240 | 2026-06-23T19:23:35.759Z | Downloaded crypto-common v0.1.7 |
| 241 | 2026-06-23T19:23:35.759Z | Downloaded is_ci v1.2.0 |
| 242 | 2026-06-23T19:23:35.759Z | Downloaded guppy-workspace-hack v0.1.0 |
| 243 | 2026-06-23T19:23:35.759Z | Downloaded cargo-platform v0.3.3 |
| 244 | 2026-06-23T19:23:35.762Z | Downloaded equivalent v1.0.2 |
| 245 | 2026-06-23T19:23:35.762Z | Downloaded cpufeatures v0.2.17 |
| 246 | 2026-06-23T19:23:35.762Z | Downloaded ahash v0.8.12 |
| 247 | 2026-06-23T19:23:35.762Z | Downloaded rustc-hash v2.1.2 |
| 248 | 2026-06-23T19:23:35.762Z | Downloaded future-queue v0.4.0 |
| 249 | 2026-06-23T19:23:35.762Z | Downloaded anstyle-parse v1.0.0 |
| 250 | 2026-06-23T19:23:35.762Z | Downloaded number_prefix v0.4.0 |
| 251 | 2026-06-23T19:23:35.762Z | Downloaded itoa v1.0.18 |
| 252 | 2026-06-23T19:23:35.762Z | Downloaded nextest-workspace-hack v0.1.0 |
| 253 | 2026-06-23T19:23:35.762Z | Downloaded parking_lot v0.12.5 |
| 254 | 2026-06-23T19:23:35.762Z | Downloaded newtype-uuid v1.3.2 |
| 255 | 2026-06-23T19:23:35.762Z | Downloaded indenter v0.3.4 |
| 256 | 2026-06-23T19:23:35.762Z | Downloaded idna_adapter v1.0.0 |
| 257 | 2026-06-23T19:23:35.762Z | Downloaded bitflags v2.13.0 |
| 258 | 2026-06-23T19:23:35.768Z | Downloaded quick-junit v0.5.2 |
| 259 | 2026-06-23T19:23:35.771Z | Downloaded serde-value v0.7.0 |
| 260 | 2026-06-23T19:23:35.771Z | Downloaded hex v0.4.3 |
| 261 | 2026-06-23T19:23:35.771Z | Downloaded futures-sink v0.3.32 |
| 262 | 2026-06-23T19:23:35.771Z | Downloaded serde_spanned v0.6.9 |
| 263 | 2026-06-23T19:23:35.771Z | Downloaded async-scoped v0.9.0 |
| 264 | 2026-06-23T19:23:35.771Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 265 | 2026-06-23T19:23:35.774Z | Downloaded percent-encoding v2.3.2 |
| 266 | 2026-06-23T19:23:35.774Z | Downloaded ed25519 v2.2.3 |
| 267 | 2026-06-23T19:23:35.774Z | Downloaded block-buffer v0.10.4 |
| 268 | 2026-06-23T19:23:35.777Z | Downloaded lru-slab v0.1.2 |
| 269 | 2026-06-23T19:23:35.780Z | Downloaded pathdiff v0.2.3 |
| 270 | 2026-06-23T19:23:35.780Z | Downloaded serde_ignored v0.1.14 |
| 271 | 2026-06-23T19:23:35.786Z | Downloaded serde_spanned v1.1.1 |
| 272 | 2026-06-23T19:23:35.789Z | Downloaded shared_child v1.1.1 |
| 273 | 2026-06-23T19:23:35.789Z | Downloaded openssl-macros v0.1.1 |
| 274 | 2026-06-23T19:23:35.793Z | Downloaded is_terminal_polyfill v1.70.2 |
| 275 | 2026-06-23T19:23:35.796Z | Downloaded lazy_static v1.5.0 |
| 276 | 2026-06-23T19:23:35.796Z | Downloaded sigchld v0.2.4 |
| 277 | 2026-06-23T19:23:35.799Z | Downloaded hyper-tls v0.6.0 |
| 278 | 2026-06-23T19:23:35.799Z | Downloaded futures-executor v0.3.32 |
| 279 | 2026-06-23T19:23:35.799Z | Downloaded eyre v0.6.12 |
| 280 | 2026-06-23T19:23:35.802Z | Downloaded cargo_metadata v0.20.0 |
| 281 | 2026-06-23T19:23:35.805Z | Downloaded scopeguard v1.2.0 |
| 282 | 2026-06-23T19:23:35.805Z | Downloaded humantime-serde v1.1.1 |
| 283 | 2026-06-23T19:23:35.805Z | Downloaded foreign-types-shared v0.1.1 |
| 284 | 2026-06-23T19:23:35.808Z | Downloaded either v1.16.0 |
| 285 | 2026-06-23T19:23:35.814Z | Downloaded os_pipe v1.2.3 |
| 286 | 2026-06-23T19:23:35.817Z | Downloaded serde_urlencoded v0.7.1 |
| 287 | 2026-06-23T19:23:35.817Z | Downloaded rand_core v0.6.4 |
| 288 | 2026-06-23T19:23:35.820Z | Downloaded strip-ansi-escapes v0.2.1 |
| 289 | 2026-06-23T19:23:35.820Z | Downloaded pin-project-internal v1.1.13 |
| 290 | 2026-06-23T19:23:35.823Z | Downloaded supports-unicode v3.0.0 |
| 291 | 2026-06-23T19:23:35.823Z | Downloaded foldhash v0.1.5 |
| 292 | 2026-06-23T19:23:35.823Z | Downloaded fastrand v2.4.1 |
| 293 | 2026-06-23T19:23:35.826Z | Downloaded indicatif v0.17.11 |
| 294 | 2026-06-23T19:23:35.826Z | Downloaded filetime v0.2.29 |
| 295 | 2026-06-23T19:23:35.828Z | Downloaded fixedbitset v0.5.7 |
| 296 | 2026-06-23T19:23:35.831Z | Downloaded supports-hyperlinks v3.2.0 |
| 297 | 2026-06-23T19:23:35.834Z | Downloaded shell-words v1.1.1 |
| 298 | 2026-06-23T19:23:35.834Z | Downloaded swrite v0.1.0 |
| 299 | 2026-06-23T19:23:35.834Z | Downloaded supports-color v3.0.2 |
| 300 | 2026-06-23T19:23:35.837Z | Downloaded owo-colors v4.3.0 |
| 301 | 2026-06-23T19:23:35.837Z | Downloaded indexmap v2.14.0 |
| 302 | 2026-06-23T19:23:35.840Z | Downloaded sync_wrapper v1.0.2 |
| 303 | 2026-06-23T19:23:35.840Z | Downloaded serde_path_to_error v0.1.20 |
| 304 | 2026-06-23T19:23:35.846Z | Downloaded strsim v0.11.1 |
| 305 | 2026-06-23T19:23:35.846Z | Downloaded signal-hook-mio v0.2.5 |
| 306 | 2026-06-23T19:23:35.850Z | Downloaded tokio-macros v2.7.0 |
| 307 | 2026-06-23T19:23:35.850Z | Downloaded const-oid v0.9.6 |
| 308 | 2026-06-23T19:23:35.850Z | Downloaded serde-untagged v0.1.9 |
| 309 | 2026-06-23T19:23:35.850Z | Downloaded tinyvec_macros v0.1.1 |
| 310 | 2026-06-23T19:23:35.850Z | Downloaded dialoguer v0.11.0 |
| 311 | 2026-06-23T19:23:35.853Z | Downloaded autocfg v1.5.1 |
| 312 | 2026-06-23T19:23:35.856Z | Downloaded globset v0.4.18 |
| 313 | 2026-06-23T19:23:35.856Z | Downloaded tower-layer v0.3.3 |
| 314 | 2026-06-23T19:23:35.859Z | Downloaded pkcs8 v0.10.2 |
| 315 | 2026-06-23T19:23:35.859Z | Downloaded nextest-metadata v0.12.2 |
| 316 | 2026-06-23T19:23:35.859Z | Downloaded native-tls v0.2.18 |
| 317 | 2026-06-23T19:23:35.862Z | Downloaded shlex v2.0.1 |
| 318 | 2026-06-23T19:23:35.862Z | Downloaded erased-serde v0.4.10 |
| 319 | 2026-06-23T19:23:35.865Z | Downloaded jobserver v0.1.34 |
| 320 | 2026-06-23T19:23:35.865Z | Downloaded toml_datetime v0.6.11 |
| 321 | 2026-06-23T19:23:35.868Z | Downloaded pin-project-lite v0.2.17 |
| 322 | 2026-06-23T19:23:35.871Z | Downloaded self-replace v1.5.0 |
| 323 | 2026-06-23T19:23:35.875Z | Downloaded try-lock v0.2.5 |
| 324 | 2026-06-23T19:23:35.875Z | Downloaded toml_write v0.1.2 |
| 325 | 2026-06-23T19:23:35.875Z | Downloaded rand_chacha v0.9.0 |
| 326 | 2026-06-23T19:23:35.877Z | Downloaded hyper-rustls v0.27.9 |
| 327 | 2026-06-23T19:23:35.881Z | Downloaded simd-adler32 v0.3.9 |
| 328 | 2026-06-23T19:23:35.883Z | Downloaded futures-channel v0.3.32 |
| 329 | 2026-06-23T19:23:35.883Z | Downloaded console v0.15.11 |
| 330 | 2026-06-23T19:23:35.886Z | Downloaded smol_str v0.3.6 |
| 331 | 2026-06-23T19:23:35.886Z | Downloaded sha2 v0.10.9 |
| 332 | 2026-06-23T19:23:35.889Z | Downloaded miette-derive v7.6.0 |
| 333 | 2026-06-23T19:23:35.889Z | Downloaded typeid v1.0.3 |
| 334 | 2026-06-23T19:23:35.889Z | Downloaded rand_core v0.9.5 |
| 335 | 2026-06-23T19:23:35.889Z | Downloaded tracing-error v0.2.1 |
| 336 | 2026-06-23T19:23:35.892Z | Downloaded tower-service v0.3.3 |
| 337 | 2026-06-23T19:23:35.892Z | Downloaded subtle v2.6.1 |
| 338 | 2026-06-23T19:23:35.892Z | Downloaded find-msvc-tools v0.1.9 |
| 339 | 2026-06-23T19:23:35.896Z | Downloaded lock_api v0.4.14 |
| 340 | 2026-06-23T19:23:35.896Z | Downloaded slab v0.4.12 |
| 341 | 2026-06-23T19:23:35.896Z | Downloaded signal-hook-registry v1.4.8 |
| 342 | 2026-06-23T19:23:35.896Z | Downloaded crc32fast v1.5.0 |
| 343 | 2026-06-23T19:23:35.900Z | Downloaded parking_lot_core v0.9.12 |
| 344 | 2026-06-23T19:23:35.903Z | Downloaded iana-time-zone v0.1.65 |
| 345 | 2026-06-23T19:23:35.906Z | Downloaded target-spec-miette v0.4.8 |
| 346 | 2026-06-23T19:23:35.908Z | Downloaded getrandom v0.2.17 |
| 347 | 2026-06-23T19:23:35.909Z | Downloaded signature v2.2.0 |
| 348 | 2026-06-23T19:23:35.911Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-06-23T19:23:35.911Z | Downloaded version_check v0.9.5 |
| 350 | 2026-06-23T19:23:35.911Z | Downloaded untrusted v0.9.0 |
| 351 | 2026-06-23T19:23:35.915Z | Downloaded unicode-xid v0.2.6 |
| 352 | 2026-06-23T19:23:35.915Z | Downloaded utf8parse v0.2.2 |
| 353 | 2026-06-23T19:23:35.915Z | Downloaded getrandom v0.3.4 |
| 354 | 2026-06-23T19:23:35.917Z | Downloaded urlencoding v2.1.3 |
| 355 | 2026-06-23T19:23:35.917Z | Downloaded tokio-native-tls v0.3.1 |
| 356 | 2026-06-23T19:23:35.920Z | Downloaded target-lexicon v0.13.5 |
| 357 | 2026-06-23T19:23:35.920Z | Downloaded static_assertions v1.1.0 |
| 358 | 2026-06-23T19:23:35.920Z | Downloaded thread_local v1.1.9 |
| 359 | 2026-06-23T19:23:35.925Z | Downloaded thiserror v2.0.18 |
| 360 | 2026-06-23T19:23:35.931Z | Downloaded want v0.3.1 |
| 361 | 2026-06-23T19:23:35.931Z | Downloaded thiserror-impl v1.0.69 |
| 362 | 2026-06-23T19:23:35.931Z | Downloaded utf8_iter v1.0.4 |
| 363 | 2026-06-23T19:23:35.931Z | Downloaded anstyle v1.0.14 |
| 364 | 2026-06-23T19:23:35.931Z | Downloaded anstream v1.0.0 |
| 365 | 2026-06-23T19:23:35.934Z | Downloaded xattr v1.6.1 |
| 366 | 2026-06-23T19:23:35.934Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-06-23T19:23:35.934Z | Downloaded terminal_size v0.4.4 |
| 368 | 2026-06-23T19:23:35.934Z | Downloaded spki v0.7.3 |
| 369 | 2026-06-23T19:23:35.938Z | Downloaded thiserror-impl v2.0.18 |
| 370 | 2026-06-23T19:23:35.938Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 371 | 2026-06-23T19:23:35.938Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 372 | 2026-06-23T19:23:35.942Z | Downloaded backtrace v0.3.76 |
| 373 | 2026-06-23T19:23:35.944Z | Downloaded rustc-demangle v0.1.27 |
| 374 | 2026-06-23T19:23:35.947Z | Downloaded semver v1.0.28 |
| 375 | 2026-06-23T19:23:35.951Z | Downloaded rustls-pki-types v1.14.1 |
| 376 | 2026-06-23T19:23:35.955Z | Downloaded unicase v2.9.0 |
| 377 | 2026-06-23T19:23:35.960Z | Downloaded clap v4.6.1 |
| 378 | 2026-06-23T19:23:35.965Z | Downloaded tracing-log v0.2.0 |
| 379 | 2026-06-23T19:23:35.968Z | Downloaded self_update v0.42.0 |
| 380 | 2026-06-23T19:23:35.968Z | Downloaded nextest-filtering v0.15.0 |
| 381 | 2026-06-23T19:23:35.971Z | Downloaded convert_case v0.10.0 |
| 382 | 2026-06-23T19:23:35.971Z | Downloaded derive-where v1.6.1 |
| 383 | 2026-06-23T19:23:35.974Z | Downloaded futures v0.3.32 |
| 384 | 2026-06-23T19:23:35.977Z | Downloaded getrandom v0.4.3 |
| 385 | 2026-06-23T19:23:35.980Z | Downloaded duct v0.13.7 |
| 386 | 2026-06-23T19:23:35.980Z | Downloaded serde_core v1.0.228 |
| 387 | 2026-06-23T19:23:35.983Z | Downloaded tokio-stream v0.1.18 |
| 388 | 2026-06-23T19:23:35.987Z | Downloaded toml v0.8.23 |
| 389 | 2026-06-23T19:23:35.987Z | Downloaded target-spec v3.6.0 |
| 390 | 2026-06-23T19:23:35.989Z | Downloaded tracing-attributes v0.1.31 |
| 391 | 2026-06-23T19:23:35.992Z | Downloaded tokio-rustls v0.26.4 |
| 392 | 2026-06-23T19:23:35.995Z | Downloaded litrs v1.0.0 |
| 393 | 2026-06-23T19:23:35.995Z | Downloaded zmij v1.0.21 |
| 394 | 2026-06-23T19:23:35.998Z | Downloaded xxhash-rust v0.8.15 |
| 395 | 2026-06-23T19:23:35.998Z | Downloaded pin-project v1.1.13 |
| 396 | 2026-06-23T19:23:36.003Z | Downloaded zipsign-api v0.1.5 |
| 397 | 2026-06-23T19:23:36.006Z | Downloaded zstd v0.13.3 |
| 398 | 2026-06-23T19:23:36.006Z | Downloaded num-traits v0.2.19 |
| 399 | 2026-06-23T19:23:36.008Z | Downloaded zeroize v1.9.0 |
| 400 | 2026-06-23T19:23:36.008Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-06-23T19:23:36.011Z | Downloaded socket2 v0.6.4 |
| 402 | 2026-06-23T19:23:36.011Z | Downloaded ryu v1.0.23 |
| 403 | 2026-06-23T19:23:36.014Z | Downloaded log v0.4.33 |
| 404 | 2026-06-23T19:23:36.019Z | Downloaded base64 v0.22.1 |
| 405 | 2026-06-23T19:23:36.022Z | Downloaded tempfile v3.27.0 |
| 406 | 2026-06-23T19:23:36.022Z | Downloaded miniz_oxide v0.8.9 |
| 407 | 2026-06-23T19:23:36.030Z | Downloaded serde_derive v1.0.228 |
| 408 | 2026-06-23T19:23:36.033Z | Downloaded signal-hook v0.3.18 |
| 409 | 2026-06-23T19:23:36.036Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-23T19:23:36.040Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 411 | 2026-06-23T19:23:36.040Z | Downloaded tinyvec v1.11.0 |
| 412 | 2026-06-23T19:23:36.045Z | Downloaded zstd-safe v7.2.4 |
| 413 | 2026-06-23T19:23:36.045Z | Downloaded flate2 v1.1.9 |
| 414 | 2026-06-23T19:23:36.048Z | Downloaded cc v1.2.65 |
| 415 | 2026-06-23T19:23:36.048Z | Downloaded openssl-sys v0.9.117 |
| 416 | 2026-06-23T19:23:36.050Z | Downloaded smallvec v1.15.2 |
| 417 | 2026-06-23T19:23:36.056Z | Downloaded borsh v1.7.0 |
| 418 | 2026-06-23T19:23:36.061Z | Downloaded tar v0.4.46 |
| 419 | 2026-06-23T19:23:36.064Z | Downloaded uuid v1.23.3 |
| 420 | 2026-06-23T19:23:36.067Z | Downloaded ed25519-dalek v2.2.0 |
| 421 | 2026-06-23T19:23:36.069Z | Downloaded der v0.7.10 |
| 422 | 2026-06-23T19:23:36.072Z | Downloaded serde v1.0.228 |
| 423 | 2026-06-23T19:23:36.072Z | Downloaded unicode-ident v1.0.24 |
| 424 | 2026-06-23T19:23:36.075Z | Downloaded sharded-slab v0.1.7 |
| 425 | 2026-06-23T19:23:36.078Z | Downloaded derive_more v2.1.1 |
| 426 | 2026-06-23T19:23:36.083Z | Downloaded tracing-core v0.1.36 |
| 427 | 2026-06-23T19:23:36.086Z | Downloaded vte v0.14.1 |
| 428 | 2026-06-23T19:23:36.086Z | Downloaded textwrap v0.16.2 |
| 429 | 2026-06-23T19:23:36.088Z | Downloaded rustls-webpki v0.103.13 |
| 430 | 2026-06-23T19:23:36.091Z | Downloaded derive_more-impl v2.1.1 |
| 431 | 2026-06-23T19:23:36.106Z | Downloaded clap_builder v4.6.0 |
| 432 | 2026-06-23T19:23:36.121Z | Downloaded idna v1.1.0 |
| 433 | 2026-06-23T19:23:36.129Z | Downloaded toml_edit v0.22.27 |
| 434 | 2026-06-23T19:23:36.132Z | Downloaded rand v0.9.4 |
| 435 | 2026-06-23T19:23:36.135Z | Downloaded memchr v2.8.2 |
| 436 | 2026-06-23T19:23:36.137Z | Downloaded quinn v0.11.11 |
| 437 | 2026-06-23T19:23:36.140Z | Downloaded aho-corasick v1.1.4 |
| 438 | 2026-06-23T19:23:36.149Z | Downloaded crossterm v0.29.0 |
| 439 | 2026-06-23T19:23:36.164Z | Downloaded typenum v1.20.1 |
| 440 | 2026-06-23T19:23:36.168Z | Downloaded mio v1.2.1 |
| 441 | 2026-06-23T19:23:36.180Z | Downloaded hashbrown v0.17.1 |
| 442 | 2026-06-23T19:23:36.183Z | Downloaded unicode-segmentation v1.13.3 |
| 443 | 2026-06-23T19:23:36.187Z | Downloaded guppy v0.17.26 |
| 444 | 2026-06-23T19:23:36.191Z | Downloaded url v2.5.8 |
| 445 | 2026-06-23T19:23:36.193Z | Downloaded miette v7.6.0 |
| 446 | 2026-06-23T19:23:36.193Z | Downloaded hyper-util v0.1.20 |
| 447 | 2026-06-23T19:23:36.197Z | Downloaded ron v0.12.2 |
| 448 | 2026-06-23T19:23:36.203Z | Downloaded tower v0.5.3 |
| 449 | 2026-06-23T19:23:36.208Z | Downloaded h2 v0.4.15 |
| 450 | 2026-06-23T19:23:36.212Z | Downloaded serde_json v1.0.150 |
| 451 | 2026-06-23T19:23:36.216Z | Downloaded tokio-util v0.7.18 |
| 452 | 2026-06-23T19:23:36.220Z | Downloaded hashbrown v0.15.5 |
| 453 | 2026-06-23T19:23:36.223Z | Downloaded http v1.4.2 |
| 454 | 2026-06-23T19:23:36.226Z | Downloaded futures-util v0.3.32 |
| 455 | 2026-06-23T19:23:36.231Z | Downloaded itertools v0.14.0 |
| 456 | 2026-06-23T19:23:36.235Z | Downloaded reqwest v0.12.28 |
| 457 | 2026-06-23T19:23:36.243Z | Downloaded regex v1.12.4 |
| 458 | 2026-06-23T19:23:36.250Z | Downloaded chrono v0.4.45 |
| 459 | 2026-06-23T19:23:36.254Z | Downloaded pulldown-cmark v0.13.4 |
| 460 | 2026-06-23T19:23:36.262Z | Downloaded unicode-normalization v0.1.25 |
| 461 | 2026-06-23T19:23:36.265Z | Downloaded winnow v1.0.3 |
| 462 | 2026-06-23T19:23:36.272Z | Downloaded hyper v1.10.1 |
| 463 | 2026-06-23T19:23:36.277Z | Downloaded tower-http v0.6.11 |
| 464 | 2026-06-23T19:23:36.282Z | Downloaded quinn-proto v0.11.15 |
| 465 | 2026-06-23T19:23:36.286Z | Downloaded tracing-subscriber v0.3.23 |
| 466 | 2026-06-23T19:23:36.291Z | Downloaded portable-atomic v1.13.1 |
| 467 | 2026-06-23T19:23:36.295Z | Downloaded webpki-roots v1.0.8 |
| 468 | 2026-06-23T19:23:36.298Z | Downloaded nextest-runner v0.80.0 |
| 469 | 2026-06-23T19:23:36.304Z | Downloaded vcpkg v0.2.15 |
| 470 | 2026-06-23T19:23:36.328Z | Downloaded winnow v0.7.15 |
| 471 | 2026-06-23T19:23:36.333Z | Downloaded syn v2.0.118 |
| 472 | 2026-06-23T19:23:36.339Z | Downloaded quick-xml v0.38.4 |
| 473 | 2026-06-23T19:23:36.342Z | Downloaded zerocopy v0.8.52 |
| 474 | 2026-06-23T19:23:36.353Z | Downloaded unicode-width v0.2.2 |
| 475 | 2026-06-23T19:23:36.357Z | Downloaded bstr v1.12.1 |
| 476 | 2026-06-23T19:23:36.361Z | Downloaded unicode-width v0.1.14 |
| 477 | 2026-06-23T19:23:36.364Z | Downloaded nix v0.30.1 |
| 478 | 2026-06-23T19:23:36.372Z | Downloaded curve25519-dalek v4.1.3 |
| 479 | 2026-06-23T19:23:36.376Z | Downloaded gimli v0.32.3 |
| 480 | 2026-06-23T19:23:36.379Z | Downloaded quick-xml v0.37.5 |
| 481 | 2026-06-23T19:23:36.400Z | Downloaded color-eyre v0.6.5 |
| 482 | 2026-06-23T19:23:36.404Z | Downloaded openssl v0.10.81 |
| 483 | 2026-06-23T19:23:36.426Z | Downloaded regex-syntax v0.8.11 |
| 484 | 2026-06-23T19:23:36.430Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 485 | 2026-06-23T19:23:36.439Z | Downloaded tokio v1.52.3 |
| 486 | 2026-06-23T19:23:36.461Z | Downloaded object v0.37.3 |
| 487 | 2026-06-23T19:23:36.469Z | Downloaded rustls v0.23.41 |
| 488 | 2026-06-23T19:23:36.486Z | Downloaded rustix v0.38.44 |
| 489 | 2026-06-23T19:23:36.496Z | Downloaded rustix v1.1.4 |
| 490 | 2026-06-23T19:23:36.528Z | Downloaded tracing v0.1.44 |
| 491 | 2026-06-23T19:23:36.559Z | Downloaded regex-automata v0.4.14 |
| 492 | 2026-06-23T19:23:36.605Z | Downloaded petgraph v0.8.3 |
| 493 | 2026-06-23T19:23:36.618Z | Downloaded libc v0.2.186 |
| 494 | 2026-06-23T19:23:36.684Z | Downloaded recursion v0.5.4 |
| 495 | 2026-06-23T19:23:36.698Z | Downloaded ring v0.17.14 |
| 496 | 2026-06-23T19:23:36.759Z | Compiling libc v0.2.186 |
| 497 | 2026-06-23T19:23:36.759Z | Compiling proc-macro2 v1.0.106 |
| 498 | 2026-06-23T19:23:36.759Z | Compiling quote v1.0.46 |
| 499 | 2026-06-23T19:23:36.759Z | Compiling unicode-ident v1.0.24 |
| 500 | 2026-06-23T19:23:36.763Z | Compiling serde_core v1.0.228 |
| 501 | 2026-06-23T19:23:36.763Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-06-23T19:23:36.763Z | Compiling memchr v2.8.2 |
| 503 | 2026-06-23T19:23:36.903Z | Compiling once_cell v1.21.4 |
| 504 | 2026-06-23T19:23:36.962Z | Compiling log v0.4.33 |
| 505 | 2026-06-23T19:23:37.036Z | Compiling pin-project-lite v0.2.17 |
| 506 | 2026-06-23T19:23:37.127Z | Compiling itoa v1.0.18 |
| 507 | 2026-06-23T19:23:37.171Z | Compiling serde v1.0.228 |
| 508 | 2026-06-23T19:23:37.331Z | Compiling futures-core v0.3.32 |
| 509 | 2026-06-23T19:23:37.366Z | Compiling smallvec v1.15.2 |
| 510 | 2026-06-23T19:23:37.482Z | Compiling bitflags v2.13.0 |
| 511 | 2026-06-23T19:23:37.534Z | Compiling shlex v2.0.1 |
| 512 | 2026-06-23T19:23:37.606Z | Compiling hashbrown v0.17.1 |
| 513 | 2026-06-23T19:23:37.707Z | Compiling find-msvc-tools v0.1.9 |
| 514 | 2026-06-23T19:23:37.838Z | Compiling errno v0.3.14 |
| 515 | 2026-06-23T19:23:37.866Z | Compiling equivalent v1.0.2 |
| 516 | 2026-06-23T19:23:37.935Z | Compiling jobserver v0.1.34 |
| 517 | 2026-06-23T19:23:37.946Z | Compiling signal-hook-registry v1.4.8 |
| 518 | 2026-06-23T19:23:37.997Z | Compiling bytes v1.12.0 |
| 519 | 2026-06-23T19:23:38.073Z | Compiling mio v1.2.1 |
| 520 | 2026-06-23T19:23:38.146Z | Compiling syn v2.0.118 |
| 521 | 2026-06-23T19:23:38.196Z | Compiling cc v1.2.65 |
| 522 | 2026-06-23T19:23:38.249Z | Compiling rustix v1.1.4 |
| 523 | 2026-06-23T19:23:38.267Z | Compiling futures-sink v0.3.32 |
| 524 | 2026-06-23T19:23:38.391Z | Compiling socket2 v0.6.4 |
| 525 | 2026-06-23T19:23:38.530Z | Compiling slab v0.4.12 |
| 526 | 2026-06-23T19:23:38.736Z | Compiling zmij v1.0.21 |
| 527 | 2026-06-23T19:23:38.789Z | Compiling futures-channel v0.3.32 |
| 528 | 2026-06-23T19:23:38.856Z | Compiling tracing-core v0.1.36 |
| 529 | 2026-06-23T19:23:39.050Z | Compiling version_check v0.9.5 |
| 530 | 2026-06-23T19:23:39.081Z | Compiling serde_json v1.0.150 |
| 531 | 2026-06-23T19:23:39.184Z | Compiling indexmap v2.14.0 |
| 532 | 2026-06-23T19:23:39.384Z | Compiling futures-task v0.3.32 |
| 533 | 2026-06-23T19:23:39.398Z | Compiling getrandom v0.4.3 |
| 534 | 2026-06-23T19:23:39.469Z | Compiling futures-io v0.3.32 |
| 535 | 2026-06-23T19:23:39.670Z | Compiling unicode-width v0.2.2 |
| 536 | 2026-06-23T19:23:39.698Z | Compiling percent-encoding v2.3.2 |
| 537 | 2026-06-23T19:23:39.712Z | Compiling camino v1.2.3 |
| 538 | 2026-06-23T19:23:39.996Z | Compiling ring v0.17.14 |
| 539 | 2026-06-23T19:23:40.007Z | Compiling http v1.4.2 |
| 540 | 2026-06-23T19:23:40.109Z | Compiling zeroize v1.9.0 |
| 541 | 2026-06-23T19:23:40.122Z | Compiling adler2 v2.0.1 |
| 542 | 2026-06-23T19:23:40.150Z | Compiling simd-adler32 v0.3.9 |
| 543 | 2026-06-23T19:23:40.298Z | Compiling autocfg v1.5.1 |
| 544 | 2026-06-23T19:23:40.316Z | Compiling miniz_oxide v0.8.9 |
| 545 | 2026-06-23T19:23:40.661Z | Compiling num-traits v0.2.19 |
| 546 | 2026-06-23T19:23:40.905Z | Compiling target-lexicon v0.13.5 |
| 547 | 2026-06-23T19:23:41.013Z | Compiling zerocopy v0.8.52 |
| 548 | 2026-06-23T19:23:41.423Z | Compiling object v0.37.3 |
| 549 | 2026-06-23T19:23:41.439Z | Compiling getrandom v0.3.4 |
| 550 | 2026-06-23T19:23:41.712Z | Compiling http-body v1.0.1 |
| 551 | 2026-06-23T19:23:41.773Z | Compiling rustls-pki-types v1.14.1 |
| 552 | 2026-06-23T19:23:41.777Z | Compiling form_urlencoded v1.2.2 |
| 553 | 2026-06-23T19:23:41.807Z | Compiling serde_derive v1.0.228 |
| 554 | 2026-06-23T19:23:41.821Z | Compiling tokio-macros v2.7.0 |
| 555 | 2026-06-23T19:23:41.860Z | Compiling futures-macro v0.3.32 |
| 556 | 2026-06-23T19:23:41.936Z | Compiling tracing-attributes v0.1.31 |
| 557 | 2026-06-23T19:23:42.043Z | Compiling semver v1.0.28 |
| 558 | 2026-06-23T19:23:42.251Z | Compiling getrandom v0.2.17 |
| 559 | 2026-06-23T19:23:42.443Z | Compiling idna_adapter v1.0.0 |
| 560 | 2026-06-23T19:23:42.551Z | Compiling signal-hook v0.3.18 |
| 561 | 2026-06-23T19:23:42.562Z | Compiling tokio v1.52.3 |
| 562 | 2026-06-23T19:23:42.641Z | Compiling guppy-workspace-hack v0.1.0 |
| 563 | 2026-06-23T19:23:42.689Z | Compiling futures-util v0.3.32 |
| 564 | 2026-06-23T19:23:42.700Z | Compiling gimli v0.32.3 |
| 565 | 2026-06-23T19:23:42.780Z | Compiling thiserror v2.0.18 |
| 566 | 2026-06-23T19:23:42.863Z | Compiling httparse v1.10.1 |
| 567 | 2026-06-23T19:23:43.127Z | Compiling fnv v1.0.7 |
| 568 | 2026-06-23T19:23:43.140Z | Compiling tracing v0.1.44 |
| 569 | 2026-06-23T19:23:43.219Z | Compiling owo-colors v4.3.0 |
| 570 | 2026-06-23T19:23:43.230Z | Compiling untrusted v0.9.0 |
| 571 | 2026-06-23T19:23:43.355Z | Compiling utf8_iter v1.0.4 |
| 572 | 2026-06-23T19:23:43.470Z | Compiling idna v1.1.0 |
| 573 | 2026-06-23T19:23:43.757Z | Compiling thiserror-impl v2.0.18 |
| 574 | 2026-06-23T19:23:44.959Z | Compiling addr2line v0.25.1 |
| 575 | 2026-06-23T19:23:45.347Z | Compiling generic-array v0.14.7 |
| 576 | 2026-06-23T19:23:45.389Z | Compiling try-lock v0.2.5 |
| 577 | 2026-06-23T19:23:45.507Z | Compiling tower-service v0.3.3 |
| 578 | 2026-06-23T19:23:45.589Z | Compiling rustc-demangle v0.1.27 |
| 579 | 2026-06-23T19:23:45.604Z | Compiling pkg-config v0.3.33 |
| 580 | 2026-06-23T19:23:45.698Z | Compiling target-spec v3.6.0 |
| 581 | 2026-06-23T19:23:45.805Z | Compiling thiserror v1.0.69 |
| 582 | 2026-06-23T19:23:45.992Z | Compiling rustls v0.23.41 |
| 583 | 2026-06-23T19:23:46.035Z | Compiling atomic-waker v1.1.2 |
| 584 | 2026-06-23T19:23:46.145Z | Compiling typeid v1.0.3 |
| 585 | 2026-06-23T19:23:46.165Z | Compiling fastrand v2.4.1 |
| 586 | 2026-06-23T19:23:46.387Z | Compiling tempfile v3.27.0 |
| 587 | 2026-06-23T19:23:46.462Z | Compiling tokio-util v0.7.18 |
| 588 | 2026-06-23T19:23:46.496Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 589 | 2026-06-23T19:23:46.591Z | Compiling backtrace v0.3.76 |
| 590 | 2026-06-23T19:23:46.966Z | Compiling h2 v0.4.15 |
| 591 | 2026-06-23T19:23:47.107Z | Compiling want v0.3.1 |
| 592 | 2026-06-23T19:23:47.280Z | Compiling cfg-expr v0.20.8 |
| 593 | 2026-06-23T19:23:47.403Z | Compiling url v2.5.8 |
| 594 | 2026-06-23T19:23:48.297Z | Compiling thiserror-impl v1.0.69 |
| 595 | 2026-06-23T19:23:48.773Z | Compiling terminal_size v0.4.4 |
| 596 | 2026-06-23T19:23:48.901Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-06-23T19:23:48.996Z | Compiling erased-serde v0.4.10 |
| 598 | 2026-06-23T19:23:49.312Z | Compiling rustls-webpki v0.103.13 |
| 599 | 2026-06-23T19:23:49.454Z | Compiling winnow v0.7.15 |
| 600 | 2026-06-23T19:23:49.870Z | Compiling subtle v2.6.1 |
| 601 | 2026-06-23T19:23:50.120Z | Compiling typenum v1.20.1 |
| 602 | 2026-06-23T19:23:50.851Z | Compiling regex-syntax v0.8.11 |
| 603 | 2026-06-23T19:23:51.879Z | Compiling hyper v1.10.1 |
| 604 | 2026-06-23T19:23:53.087Z | Compiling regex-automata v0.4.14 |
| 605 | 2026-06-23T19:23:54.411Z | Compiling toml_datetime v0.6.11 |
| 606 | 2026-06-23T19:23:54.787Z | Compiling serde_spanned v0.6.9 |
| 607 | 2026-06-23T19:23:54.957Z | Compiling ahash v0.8.12 |
| 608 | 2026-06-23T19:23:55.223Z | Compiling sync_wrapper v1.0.2 |
| 609 | 2026-06-23T19:23:55.338Z | Compiling unicode-linebreak v0.1.5 |
| 610 | 2026-06-23T19:23:55.442Z | Compiling portable-atomic v1.13.1 |
| 611 | 2026-06-23T19:23:55.551Z | Compiling ipnet v2.12.0 |
| 612 | 2026-06-23T19:23:55.612Z | Compiling toml_write v0.1.2 |
| 613 | 2026-06-23T19:23:55.623Z | Compiling tower-layer v0.3.3 |
| 614 | 2026-06-23T19:23:55.823Z | Compiling base64 v0.22.1 |
| 615 | 2026-06-23T19:23:55.851Z | Compiling foldhash v0.1.5 |
| 616 | 2026-06-23T19:23:55.901Z | Compiling unicode-segmentation v1.13.3 |
| 617 | 2026-06-23T19:23:56.070Z | Compiling parking_lot_core v0.9.12 |
| 618 | 2026-06-23T19:23:56.284Z | Compiling nextest-workspace-hack v0.1.0 |
| 619 | 2026-06-23T19:23:56.287Z | Compiling lazy_static v1.5.0 |
| 620 | 2026-06-23T19:23:56.344Z | Compiling either v1.16.0 |
| 621 | 2026-06-23T19:23:56.388Z | Compiling crc32fast v1.5.0 |
| 622 | 2026-06-23T19:23:56.518Z | Compiling is_ci v1.2.0 |
| 623 | 2026-06-23T19:23:56.585Z | Compiling sharded-slab v0.1.7 |
| 624 | 2026-06-23T19:23:56.685Z | Compiling supports-color v3.0.2 |
| 625 | 2026-06-23T19:23:56.738Z | Compiling convert_case v0.10.0 |
| 626 | 2026-06-23T19:23:56.753Z | Compiling hyper-util v0.1.20 |
| 627 | 2026-06-23T19:23:56.922Z | Compiling hashbrown v0.15.5 |
| 628 | 2026-06-23T19:23:57.038Z | Compiling tower v0.5.3 |
| 629 | 2026-06-23T19:23:57.185Z | Compiling toml_edit v0.22.27 |
| 630 | 2026-06-23T19:23:57.572Z | Compiling textwrap v0.16.2 |
| 631 | 2026-06-23T19:23:57.675Z | Compiling tokio-rustls v0.26.4 |
| 632 | 2026-06-23T19:23:58.257Z | Compiling backtrace-ext v0.2.1 |
| 633 | 2026-06-23T19:23:58.517Z | Compiling ordered-float v2.10.1 |
| 634 | 2026-06-23T19:23:58.546Z | Compiling webpki-roots v1.0.8 |
| 635 | 2026-06-23T19:23:58.666Z | Compiling miette-derive v7.6.0 |
| 636 | 2026-06-23T19:23:58.793Z | Compiling pathdiff v0.2.3 |
| 637 | 2026-06-23T19:23:58.926Z | Compiling console v0.15.11 |
| 638 | 2026-06-23T19:23:58.984Z | Compiling tracing-log v0.2.0 |
| 639 | 2026-06-23T19:23:59.356Z | Compiling cargo-platform v0.3.3 |
| 640 | 2026-06-23T19:23:59.407Z | Compiling os_pipe v1.2.3 |
| 641 | 2026-06-23T19:23:59.573Z | Compiling thread_local v1.1.9 |
| 642 | 2026-06-23T19:23:59.909Z | Compiling debug-ignore v1.0.5 |
| 643 | 2026-06-23T19:23:59.937Z | Compiling ryu v1.0.23 |
| 644 | 2026-06-23T19:24:00.018Z | Compiling winnow v1.0.3 |
| 645 | 2026-06-23T19:24:00.132Z | Compiling zstd-safe v7.2.4 |
| 646 | 2026-06-23T19:24:00.230Z | Compiling supports-unicode v3.0.0 |
| 647 | 2026-06-23T19:24:00.250Z | Compiling unicode-width v0.1.14 |
| 648 | 2026-06-23T19:24:00.389Z | Compiling rustix v0.38.44 |
| 649 | 2026-06-23T19:24:00.400Z | Compiling pulldown-cmark v0.13.4 |
| 650 | 2026-06-23T19:24:00.552Z | Compiling supports-hyperlinks v3.2.0 |
| 651 | 2026-06-23T19:24:00.633Z | Compiling cfg_aliases v0.2.1 |
| 652 | 2026-06-23T19:24:00.710Z | Compiling utf8parse v0.2.2 |
| 653 | 2026-06-23T19:24:00.750Z | Compiling scopeguard v1.2.0 |
| 654 | 2026-06-23T19:24:00.773Z | Compiling fixedbitset v0.5.7 |
| 655 | 2026-06-23T19:24:00.825Z | Compiling anstyle-parse v1.0.0 |
| 656 | 2026-06-23T19:24:00.862Z | Compiling lock_api v0.4.14 |
| 657 | 2026-06-23T19:24:01.059Z | Compiling petgraph v0.8.3 |
| 658 | 2026-06-23T19:24:01.110Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 659 | 2026-06-23T19:24:01.382Z | Compiling nix v0.30.1 |
| 660 | 2026-06-23T19:24:01.490Z | Compiling miette v7.6.0 |
| 661 | 2026-06-23T19:24:01.845Z | Compiling serde_urlencoded v0.7.1 |
| 662 | 2026-06-23T19:24:02.135Z | Compiling tracing-subscriber v0.3.23 |
| 663 | 2026-06-23T19:24:02.435Z | Compiling cargo_metadata v0.23.1 |
| 664 | 2026-06-23T19:24:03.000Z | Compiling sigchld v0.2.4 |
| 665 | 2026-06-23T19:24:03.206Z | Compiling toml v0.8.23 |
| 666 | 2026-06-23T19:24:04.303Z | Compiling serde-value v0.7.0 |
| 667 | 2026-06-23T19:24:05.062Z | Compiling hyper-rustls v0.27.9 |
| 668 | 2026-06-23T19:24:05.428Z | Compiling serde-untagged v0.1.9 |
| 669 | 2026-06-23T19:24:05.723Z | Compiling tower-http v0.6.11 |
| 670 | 2026-06-23T19:24:05.847Z | Compiling derive_more-impl v2.1.1 |
| 671 | 2026-06-23T19:24:06.510Z | Compiling itertools v0.14.0 |
| 672 | 2026-06-23T19:24:06.529Z | Compiling regex v1.12.4 |
| 673 | 2026-06-23T19:24:06.603Z | Compiling block-buffer v0.10.4 |
| 674 | 2026-06-23T19:24:06.632Z | Compiling crypto-common v0.1.7 |
| 675 | 2026-06-23T19:24:06.680Z | Compiling ppv-lite86 v0.2.21 |
| 676 | 2026-06-23T19:24:06.756Z | Compiling futures-executor v0.3.32 |
| 677 | 2026-06-23T19:24:06.773Z | Compiling rand_core v0.9.5 |
| 678 | 2026-06-23T19:24:07.017Z | Compiling http-body-util v0.1.3 |
| 679 | 2026-06-23T19:24:07.029Z | Compiling pin-project-internal v1.1.13 |
| 680 | 2026-06-23T19:24:07.285Z | Compiling uuid v1.23.3 |
| 681 | 2026-06-23T19:24:07.298Z | Compiling smol_str v0.3.6 |
| 682 | 2026-06-23T19:24:07.631Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 683 | 2026-06-23T19:24:07.670Z | Compiling serde_spanned v1.1.1 |
| 684 | 2026-06-23T19:24:07.821Z | Compiling filetime v0.2.29 |
| 685 | 2026-06-23T19:24:07.825Z | Compiling vte v0.14.1 |
| 686 | 2026-06-23T19:24:07.961Z | Compiling bstr v1.12.1 |
| 687 | 2026-06-23T19:24:08.022Z | Compiling number_prefix v0.4.0 |
| 688 | 2026-06-23T19:24:08.033Z | Compiling colorchoice v1.0.5 |
| 689 | 2026-06-23T19:24:08.451Z | Compiling anstyle v1.0.14 |
| 690 | 2026-06-23T19:24:08.456Z | Compiling unicode-xid v0.2.6 |
| 691 | 2026-06-23T19:24:08.456Z | Compiling tinyvec_macros v0.1.1 |
| 692 | 2026-06-23T19:24:08.456Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-23T19:24:08.456Z | Compiling self_update v0.42.0 |
| 694 | 2026-06-23T19:24:08.456Z | Compiling eyre v0.6.12 |
| 695 | 2026-06-23T19:24:08.456Z | Compiling unicase v2.9.0 |
| 696 | 2026-06-23T19:24:08.456Z | Compiling litrs v1.0.0 |
| 697 | 2026-06-23T19:24:08.456Z | Compiling is_terminal_polyfill v1.70.2 |
| 698 | 2026-06-23T19:24:08.478Z | Compiling nested v0.1.1 |
| 699 | 2026-06-23T19:24:08.544Z | Compiling xattr v1.6.1 |
| 700 | 2026-06-23T19:24:08.544Z | Compiling static_assertions v1.1.0 |
| 701 | 2026-06-23T19:24:08.564Z | Compiling anstyle-query v1.1.5 |
| 702 | 2026-06-23T19:24:08.624Z | Compiling color-spantrace v0.3.0 |
| 703 | 2026-06-23T19:24:08.667Z | Compiling tar v0.4.46 |
| 704 | 2026-06-23T19:24:08.681Z | Compiling anstream v1.0.0 |
| 705 | 2026-06-23T19:24:08.739Z | Compiling guppy v0.17.26 |
| 706 | 2026-06-23T19:24:08.752Z | Compiling document-features v0.2.12 |
| 707 | 2026-06-23T19:24:09.206Z | Compiling globset v0.4.18 |
| 708 | 2026-06-23T19:24:09.259Z | Compiling chrono v0.4.45 |
| 709 | 2026-06-23T19:24:09.332Z | Compiling tinyvec v1.11.0 |
| 710 | 2026-06-23T19:24:09.762Z | Compiling cargo-util-schemas v0.2.0 |
| 711 | 2026-06-23T19:24:10.330Z | Compiling indicatif v0.17.11 |
| 712 | 2026-06-23T19:24:10.818Z | Compiling pin-project v1.1.13 |
| 713 | 2026-06-23T19:24:10.930Z | Compiling strip-ansi-escapes v0.2.1 |
| 714 | 2026-06-23T19:24:11.194Z | Compiling toml v1.1.2+spec-1.1.0 |
| 715 | 2026-06-23T19:24:11.426Z | Compiling newtype-uuid v1.3.2 |
| 716 | 2026-06-23T19:24:11.630Z | Compiling nextest-metadata v0.12.2 |
| 717 | 2026-06-23T19:24:12.181Z | Compiling reqwest v0.12.28 |
| 718 | 2026-06-23T19:24:12.407Z | Compiling rand_chacha v0.9.0 |
| 719 | 2026-06-23T19:24:12.606Z | Compiling futures v0.3.32 |
| 720 | 2026-06-23T19:24:12.703Z | Compiling digest v0.10.7 |
| 721 | 2026-06-23T19:24:12.938Z | Compiling derive_more v2.1.1 |
| 722 | 2026-06-23T19:24:12.962Z | Compiling flate2 v1.1.9 |
| 723 | 2026-06-23T19:24:13.023Z | Compiling parking_lot v0.12.5 |
| 724 | 2026-06-23T19:24:13.451Z | Compiling shared_child v1.1.1 |
| 725 | 2026-06-23T19:24:13.498Z | Compiling tracing-error v0.2.1 |
| 726 | 2026-06-23T19:24:13.918Z | Compiling signal-hook-mio v0.2.5 |
| 727 | 2026-06-23T19:24:14.063Z | Compiling self-replace v1.5.0 |
| 728 | 2026-06-23T19:24:14.074Z | Compiling cargo-platform v0.2.0 |
| 729 | 2026-06-23T19:24:14.350Z | Compiling quick-xml v0.37.5 |
| 730 | 2026-06-23T19:24:14.371Z | Compiling quick-xml v0.38.4 |
| 731 | 2026-06-23T19:24:14.624Z | Compiling heck v0.5.0 |
| 732 | 2026-06-23T19:24:14.823Z | Compiling urlencoding v2.1.3 |
| 733 | 2026-06-23T19:24:15.072Z | Compiling indenter v0.3.4 |
| 734 | 2026-06-23T19:24:15.143Z | Compiling cpufeatures v0.2.17 |
| 735 | 2026-06-23T19:24:15.209Z | Compiling recursion v0.5.4 |
| 736 | 2026-06-23T19:24:15.220Z | Compiling humantime v2.3.0 |
| 737 | 2026-06-23T19:24:15.343Z | Compiling shell-words v1.1.1 |
| 738 | 2026-06-23T19:24:15.591Z | Compiling clap_lex v1.1.0 |
| 739 | 2026-06-23T19:24:15.648Z | Compiling strsim v0.11.1 |
| 740 | 2026-06-23T19:24:16.024Z | Compiling humantime-serde v1.1.1 |
| 741 | 2026-06-23T19:24:16.090Z | Compiling clap_derive v4.6.1 |
| 742 | 2026-06-23T19:24:16.180Z | Compiling clap_builder v4.6.0 |
| 743 | 2026-06-23T19:24:16.220Z | Compiling nextest-filtering v0.15.0 |
| 744 | 2026-06-23T19:24:16.476Z | Compiling sha2 v0.10.9 |
| 745 | 2026-06-23T19:24:17.689Z | Compiling quick-junit v0.5.2 |
| 746 | 2026-06-23T19:24:17.844Z | Compiling atomicwrites v0.4.4 |
| 747 | 2026-06-23T19:24:18.136Z | Compiling cargo_metadata v0.20.0 |
| 748 | 2026-06-23T19:24:20.162Z | Compiling cargo-nextest v0.9.97 |
| 749 | 2026-06-23T19:24:20.519Z | Compiling crossterm v0.29.0 |
| 750 | 2026-06-23T19:24:21.650Z | Compiling zstd v0.13.3 |
| 751 | 2026-06-23T19:24:22.075Z | Compiling duct v0.13.7 |
| 752 | 2026-06-23T19:24:22.135Z | Compiling async-scoped v0.9.0 |
| 753 | 2026-06-23T19:24:22.328Z | Compiling rand v0.9.4 |
| 754 | 2026-06-23T19:24:22.394Z | Compiling config v0.15.24 |
| 755 | 2026-06-23T19:24:23.072Z | Compiling unicode-normalization v0.1.25 |
| 756 | 2026-06-23T19:24:23.314Z | Compiling target-spec-miette v0.4.8 |
| 757 | 2026-06-23T19:24:23.645Z | Compiling future-queue v0.4.0 |
| 758 | 2026-06-23T19:24:23.737Z | Compiling mukti-metadata v0.3.0 |
| 759 | 2026-06-23T19:24:23.755Z | Compiling camino-tempfile v1.4.1 |
| 760 | 2026-06-23T19:24:23.763Z | Compiling tokio-stream v0.1.18 |
| 761 | 2026-06-23T19:24:23.794Z | Compiling derive-where v1.6.1 |
| 762 | 2026-06-23T19:24:23.925Z | Compiling serde_ignored v0.1.14 |
| 763 | 2026-06-23T19:24:24.151Z | Compiling serde_path_to_error v0.1.20 |
| 764 | 2026-06-23T19:24:24.180Z | Compiling hex v0.4.3 |
| 765 | 2026-06-23T19:24:24.237Z | Compiling home v0.5.12 |
| 766 | 2026-06-23T19:24:24.383Z | Compiling xxhash-rust v0.8.15 |
| 767 | 2026-06-23T19:24:24.425Z | Compiling swrite v0.1.0 |
| 768 | 2026-06-23T19:24:24.466Z | Compiling indent_write v2.2.0 |
| 769 | 2026-06-23T19:24:24.536Z | Compiling color-eyre v0.6.5 |
| 770 | 2026-06-23T19:24:24.578Z | Compiling clap v4.6.1 |
| 771 | 2026-06-23T19:24:24.608Z | Compiling dialoguer v0.11.0 |
| 772 | 2026-06-23T19:24:24.619Z | Compiling enable-ansi-support v0.2.1 |
| 773 | 2026-06-23T19:24:25.068Z | Compiling nextest-runner v0.80.0 |
| 774 | 2026-06-23T19:24:43.022Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 775 | 2026-06-23T19:24:43.212Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 776 | 2026-06-23T19:24:43.221Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 777 | 2026-06-23T19:24:43.327Z | + banner bfd |
| 778 | 2026-06-23T19:24:43.337Z | |
| 779 | 2026-06-23T19:24:43.337Z | ##### ###### ##### |
| 780 | 2026-06-23T19:24:43.337Z | # # # # # |
| 781 | 2026-06-23T19:24:43.337Z | ##### ##### # # |
| 782 | 2026-06-23T19:24:43.338Z | # # # # # |
| 783 | 2026-06-23T19:24:43.338Z | # # # # # |
| 784 | 2026-06-23T19:24:43.338Z | ##### # ##### |
| 785 | 2026-06-23T19:24:43.338Z | |
| 786 | 2026-06-23T19:24:43.338Z | + cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture |
| 787 | 2026-06-23T19:24:43.479Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 788 | 2026-06-23T19:24:44.352Z | From https://github.com/oxidecomputer/falcon |
| 789 | 2026-06-23T19:24:44.352Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 790 | 2026-06-23T19:24:44.428Z | Updating crates.io index |
| 791 | 2026-06-23T19:24:44.480Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 792 | 2026-06-23T19:24:44.897Z | From https://github.com/oxidecomputer/dendrite |
| 793 | 2026-06-23T19:24:44.897Z | * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58 |
| 794 | 2026-06-23T19:24:44.952Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 795 | 2026-06-23T19:24:45.242Z | From https://github.com/oxidecomputer/ispf |
| 796 | 2026-06-23T19:24:45.242Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 797 | 2026-06-23T19:24:45.245Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 798 | 2026-06-23T19:24:45.605Z | From https://github.com/oxidecomputer/netadm-sys |
| 799 | 2026-06-23T19:24:45.606Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 800 | 2026-06-23T19:24:45.614Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 801 | 2026-06-23T19:24:51.541Z | From https://github.com/oxidecomputer/omicron |
| 802 | 2026-06-23T19:24:51.541Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 803 | 2026-06-23T19:24:51.961Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 804 | 2026-06-23T19:24:52.665Z | From https://github.com/oxidecomputer/opte |
| 805 | 2026-06-23T19:24:52.665Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 806 | 2026-06-23T19:24:52.753Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 807 | 2026-06-23T19:24:53.048Z | From https://github.com/illumos/smf-rs |
| 808 | 2026-06-23T19:24:53.048Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 809 | 2026-06-23T19:24:53.093Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 810 | 2026-06-23T19:24:53.354Z | From https://github.com/oxidecomputer/network-interface |
| 811 | 2026-06-23T19:24:53.354Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 812 | 2026-06-23T19:24:53.357Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 813 | 2026-06-23T19:24:53.634Z | From https://github.com/oxidecomputer/slog-error-chain |
| 814 | 2026-06-23T19:24:53.634Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 815 | 2026-06-23T19:24:53.659Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 816 | 2026-06-23T19:24:53.938Z | From https://github.com/oxidecomputer/zone |
| 817 | 2026-06-23T19:24:53.938Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 818 | 2026-06-23T19:24:53.995Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 819 | 2026-06-23T19:24:54.790Z | From https://github.com/oxidecomputer/propolis |
| 820 | 2026-06-23T19:24:54.790Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 821 | 2026-06-23T19:24:54.900Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 822 | 2026-06-23T19:24:55.485Z | From https://github.com/oxidecomputer/transceiver-control |
| 823 | 2026-06-23T19:24:55.485Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 824 | 2026-06-23T19:24:55.506Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 825 | 2026-06-23T19:24:55.835Z | From https://github.com/oxidecomputer/dlpi-sys |
| 826 | 2026-06-23T19:24:55.835Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 827 | 2026-06-23T19:24:55.841Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 828 | 2026-06-23T19:24:56.148Z | From https://github.com/jmesmon/rust-libzfs |
| 829 | 2026-06-23T19:24:56.148Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 830 | 2026-06-23T19:24:56.155Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 831 | 2026-06-23T19:24:56.439Z | From https://github.com/oxidecomputer/rusty-doors |
| 832 | 2026-06-23T19:24:56.440Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 833 | 2026-06-23T19:24:56.463Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 834 | 2026-06-23T19:24:56.814Z | From https://github.com/oxidecomputer/lldp |
| 835 | 2026-06-23T19:24:56.814Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 836 | 2026-06-23T19:24:56.877Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 837 | 2026-06-23T19:24:57.216Z | From https://github.com/oxidecomputer/tufaceous |
| 838 | 2026-06-23T19:24:57.216Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 839 | 2026-06-23T19:24:57.283Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 840 | 2026-06-23T19:24:57.737Z | From https://github.com/oxidecomputer/management-gateway-service |
| 841 | 2026-06-23T19:24:57.737Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 842 | 2026-06-23T19:24:57.764Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 843 | 2026-06-23T19:24:58.670Z | From https://github.com/oxidecomputer/crucible |
| 844 | 2026-06-23T19:24:58.670Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 845 | 2026-06-23T19:24:58.819Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 846 | 2026-06-23T19:24:59.129Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 847 | 2026-06-23T19:24:59.129Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 848 | 2026-06-23T19:24:59.464Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 849 | 2026-06-23T19:24:59.812Z | From https://github.com/oxidecomputer/propolis |
| 850 | 2026-06-23T19:24:59.812Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 851 | 2026-06-23T19:24:59.912Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 852 | 2026-06-23T19:25:00.251Z | From https://github.com/oxidecomputer/crucible |
| 853 | 2026-06-23T19:25:00.251Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 854 | 2026-06-23T19:25:00.318Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 855 | 2026-06-23T19:25:00.684Z | From https://github.com/oxidecomputer/tofino |
| 856 | 2026-06-23T19:25:00.684Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 857 | 2026-06-23T19:25:00.710Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 858 | 2026-06-23T19:25:01.659Z | From https://github.com/oxidecomputer/maghemite |
| 859 | 2026-06-23T19:25:01.659Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 860 | 2026-06-23T19:25:01.691Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 861 | 2026-06-23T19:25:01.985Z | From https://github.com/oxidecomputer/clickward |
| 862 | 2026-06-23T19:25:01.985Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 863 | 2026-06-23T19:25:02.038Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 864 | 2026-06-23T19:25:02.319Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 865 | 2026-06-23T19:25:02.319Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 866 | 2026-06-23T19:25:03.484Z | Downloading crates ... |
| 867 | 2026-06-23T19:25:03.578Z | Downloaded bit-set v0.8.0 |
| 868 | 2026-06-23T19:25:03.584Z | Downloaded bit-vec v0.8.0 |
| 869 | 2026-06-23T19:25:03.588Z | Downloaded async-stream-impl v0.3.6 |
| 870 | 2026-06-23T19:25:03.591Z | Downloaded allocator-api2 v0.2.21 |
| 871 | 2026-06-23T19:25:03.591Z | Downloaded compression-core v0.4.32 |
| 872 | 2026-06-23T19:25:03.594Z | Downloaded const-random v0.1.18 |
| 873 | 2026-06-23T19:25:03.594Z | Downloaded crucible-workspace-hack v0.1.0 |
| 874 | 2026-06-23T19:25:03.594Z | Downloaded bytecount v0.6.9 |
| 875 | 2026-06-23T19:25:03.597Z | Downloaded cmake v0.1.58 |
| 876 | 2026-06-23T19:25:03.597Z | Downloaded bitflags v2.12.1 |
| 877 | 2026-06-23T19:25:03.600Z | Downloaded crossbeam-deque v0.8.6 |
| 878 | 2026-06-23T19:25:03.603Z | Downloaded dunce v1.0.5 |
| 879 | 2026-06-23T19:25:03.603Z | Downloaded dyn-clone v1.0.20 |
| 880 | 2026-06-23T19:25:03.606Z | Downloaded foreign-types v0.5.0 |
| 881 | 2026-06-23T19:25:03.606Z | Downloaded ciborium-ll v0.2.2 |
| 882 | 2026-06-23T19:25:03.609Z | Downloaded aead v0.5.2 |
| 883 | 2026-06-23T19:25:03.612Z | Downloaded managed v0.8.0 |
| 884 | 2026-06-23T19:25:03.615Z | Downloaded crc8 v0.1.1 |
| 885 | 2026-06-23T19:25:03.615Z | Downloaded dropshot_endpoint v0.17.1 |
| 886 | 2026-06-23T19:25:03.619Z | Downloaded foldhash v0.2.0 |
| 887 | 2026-06-23T19:25:03.623Z | Downloaded memoffset v0.9.1 |
| 888 | 2026-06-23T19:25:03.623Z | Downloaded cargo_toml v0.22.3 |
| 889 | 2026-06-23T19:25:03.623Z | Downloaded icu_properties v2.2.0 |
| 890 | 2026-06-23T19:25:03.628Z | Downloaded critical-section v1.2.0 |
| 891 | 2026-06-23T19:25:03.628Z | Downloaded crossbeam-utils v0.8.21 |
| 892 | 2026-06-23T19:25:03.630Z | Downloaded defmt v1.1.0 |
| 893 | 2026-06-23T19:25:03.633Z | Downloaded darling_core v0.23.0 |
| 894 | 2026-06-23T19:25:03.636Z | Downloaded deranged v0.5.8 |
| 895 | 2026-06-23T19:25:03.636Z | Downloaded bs58 v0.5.1 |
| 896 | 2026-06-23T19:25:03.639Z | Downloaded chacha20 v0.9.1 |
| 897 | 2026-06-23T19:25:03.642Z | Downloaded defmt-parser v1.0.0 |
| 898 | 2026-06-23T19:25:03.642Z | Downloaded ciborium-io v0.2.2 |
| 899 | 2026-06-23T19:25:03.647Z | Downloaded git-stub-vcs v0.1.0 |
| 900 | 2026-06-23T19:25:03.647Z | Downloaded cobs v0.3.0 |
| 901 | 2026-06-23T19:25:03.652Z | Downloaded cstr-argument v0.1.2 |
| 902 | 2026-06-23T19:25:03.652Z | Downloaded base16ct v1.0.0 |
| 903 | 2026-06-23T19:25:03.652Z | Downloaded git-stub v1.0.0 |
| 904 | 2026-06-23T19:25:03.656Z | Downloaded crunchy v0.2.4 |
| 905 | 2026-06-23T19:25:03.660Z | Downloaded libsw v3.5.0 |
| 906 | 2026-06-23T19:25:03.663Z | Downloaded defmt v0.3.100 |
| 907 | 2026-06-23T19:25:03.665Z | Downloaded block-buffer v0.12.0 |
| 908 | 2026-06-23T19:25:03.668Z | Downloaded gethostname v0.5.0 |
| 909 | 2026-06-23T19:25:03.672Z | Downloaded dtrace-parser v0.2.0 |
| 910 | 2026-06-23T19:25:03.672Z | Downloaded heck v0.4.1 |
| 911 | 2026-06-23T19:25:03.677Z | Downloaded enum-as-inner v0.6.1 |
| 912 | 2026-06-23T19:25:03.677Z | Downloaded cpufeatures v0.3.0 |
| 913 | 2026-06-23T19:25:03.681Z | Downloaded darling_macro v0.21.3 |
| 914 | 2026-06-23T19:25:03.681Z | Downloaded convert_case v0.4.0 |
| 915 | 2026-06-23T19:25:03.685Z | Downloaded instant v0.1.13 |
| 916 | 2026-06-23T19:25:03.685Z | Downloaded async-recursion v1.1.1 |
| 917 | 2026-06-23T19:25:03.696Z | Downloaded hostname v0.4.2 |
| 918 | 2026-06-23T19:25:03.697Z | Downloaded fixedbitset v0.4.2 |
| 919 | 2026-06-23T19:25:03.710Z | Downloaded httpdate v1.0.3 |
| 920 | 2026-06-23T19:25:03.710Z | Downloaded embedded-io v0.6.1 |
| 921 | 2026-06-23T19:25:03.710Z | Downloaded konst_macro_rules v0.2.19 |
| 922 | 2026-06-23T19:25:03.710Z | Downloaded linked-hash-map v0.5.6 |
| 923 | 2026-06-23T19:25:03.710Z | Downloaded const-random-macro v0.1.16 |
| 924 | 2026-06-23T19:25:03.711Z | Downloaded async-stream v0.3.6 |
| 925 | 2026-06-23T19:25:03.711Z | Downloaded dtrace-parser v0.3.0 |
| 926 | 2026-06-23T19:25:03.711Z | Downloaded float-ord v0.3.2 |
| 927 | 2026-06-23T19:25:03.711Z | Downloaded idna_adapter v1.2.2 |
| 928 | 2026-06-23T19:25:03.714Z | Downloaded hubpack_derive v0.1.1 |
| 929 | 2026-06-23T19:25:03.714Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 930 | 2026-06-23T19:25:03.714Z | Downloaded macaddr v1.0.1 |
| 931 | 2026-06-23T19:25:03.714Z | Downloaded no-std-compat v0.4.1 |
| 932 | 2026-06-23T19:25:03.714Z | Downloaded crypto-common v0.2.2 |
| 933 | 2026-06-23T19:25:03.714Z | Downloaded darling_macro v0.23.0 |
| 934 | 2026-06-23T19:25:03.714Z | Downloaded num-conv v0.2.2 |
| 935 | 2026-06-23T19:25:03.714Z | Downloaded num-iter v0.1.45 |
| 936 | 2026-06-23T19:25:03.714Z | Downloaded group v0.13.0 |
| 937 | 2026-06-23T19:25:03.714Z | Downloaded num v0.4.3 |
| 938 | 2026-06-23T19:25:03.715Z | Downloaded num_enum_derive v0.5.11 |
| 939 | 2026-06-23T19:25:03.715Z | Downloaded hostname v0.3.1 |
| 940 | 2026-06-23T19:25:03.722Z | Downloaded dof v0.3.0 |
| 941 | 2026-06-23T19:25:03.722Z | Downloaded arrayvec v0.7.6 |
| 942 | 2026-06-23T19:25:03.726Z | Downloaded newtype_derive v0.1.6 |
| 943 | 2026-06-23T19:25:03.726Z | Downloaded opaque-debug v0.3.1 |
| 944 | 2026-06-23T19:25:03.726Z | Downloaded num-derive v0.4.2 |
| 945 | 2026-06-23T19:25:03.726Z | Downloaded parse-display v0.10.0 |
| 946 | 2026-06-23T19:25:03.726Z | Downloaded natord v1.0.9 |
| 947 | 2026-06-23T19:25:03.726Z | Downloaded fxhash v0.2.1 |
| 948 | 2026-06-23T19:25:03.730Z | Downloaded mime v0.3.17 |
| 949 | 2026-06-23T19:25:03.730Z | Downloaded internet-checksum v0.2.1 |
| 950 | 2026-06-23T19:25:03.730Z | Downloaded newtype-uuid-macros v0.1.0 |
| 951 | 2026-06-23T19:25:03.730Z | Downloaded daft v0.1.7 |
| 952 | 2026-06-23T19:25:03.733Z | Downloaded olpc-cjson v0.1.4 |
| 953 | 2026-06-23T19:25:03.734Z | Downloaded memmap v0.7.0 |
| 954 | 2026-06-23T19:25:03.734Z | Downloaded compression-codecs v0.4.38 |
| 955 | 2026-06-23T19:25:03.737Z | Downloaded bitflags v1.3.2 |
| 956 | 2026-06-23T19:25:03.740Z | Downloaded foreign-types-shared v0.3.1 |
| 957 | 2026-06-23T19:25:03.740Z | Downloaded data-encoding v2.11.0 |
| 958 | 2026-06-23T19:25:03.743Z | Downloaded async-trait v0.1.89 |
| 959 | 2026-06-23T19:25:03.743Z | Downloaded constant_time_eq v0.4.2 |
| 960 | 2026-06-23T19:25:03.751Z | Downloaded newline-converter v0.3.0 |
| 961 | 2026-06-23T19:25:03.751Z | Downloaded match_cfg v0.1.0 |
| 962 | 2026-06-23T19:25:03.754Z | Downloaded lru-cache v0.1.2 |
| 963 | 2026-06-23T19:25:03.754Z | Downloaded embedded-io v0.4.0 |
| 964 | 2026-06-23T19:25:03.754Z | Downloaded omicron-workspace-hack v0.1.0 |
| 965 | 2026-06-23T19:25:03.754Z | Downloaded num_threads v0.1.7 |
| 966 | 2026-06-23T19:25:03.754Z | Downloaded num-integer v0.1.46 |
| 967 | 2026-06-23T19:25:03.754Z | Downloaded dof v0.4.0 |
| 968 | 2026-06-23T19:25:03.754Z | Downloaded libscf-sys v1.2.0 |
| 969 | 2026-06-23T19:25:03.758Z | Downloaded keccak v0.1.6 |
| 970 | 2026-06-23T19:25:03.758Z | Downloaded is-terminal v0.4.17 |
| 971 | 2026-06-23T19:25:03.758Z | Downloaded byte-wrapper v0.1.0 |
| 972 | 2026-06-23T19:25:03.761Z | Downloaded inout v0.1.4 |
| 973 | 2026-06-23T19:25:03.761Z | Downloaded derive-ex v0.1.8 |
| 974 | 2026-06-23T19:25:03.763Z | Downloaded darling v0.21.3 |
| 975 | 2026-06-23T19:25:03.766Z | Downloaded ident_case v1.0.1 |
| 976 | 2026-06-23T19:25:03.766Z | Downloaded digest v0.11.3 |
| 977 | 2026-06-23T19:25:03.770Z | Downloaded pretty-hex v0.4.2 |
| 978 | 2026-06-23T19:25:03.770Z | Downloaded highway v1.3.0 |
| 979 | 2026-06-23T19:25:03.773Z | Downloaded proc-macro-crate v1.3.1 |
| 980 | 2026-06-23T19:25:03.773Z | Downloaded plain v0.2.3 |
| 981 | 2026-06-23T19:25:03.773Z | Downloaded phf_shared v0.12.1 |
| 982 | 2026-06-23T19:25:03.776Z | Downloaded defmt-macros v1.1.0 |
| 983 | 2026-06-23T19:25:03.776Z | Downloaded foreign-types-macros v0.2.3 |
| 984 | 2026-06-23T19:25:03.782Z | Downloaded base16ct v0.2.0 |
| 985 | 2026-06-23T19:25:03.782Z | Downloaded linear-map v1.2.0 |
| 986 | 2026-06-23T19:25:03.782Z | Downloaded ipnetwork v0.21.1 |
| 987 | 2026-06-23T19:25:03.784Z | Downloaded num_enum v0.7.6 |
| 988 | 2026-06-23T19:25:03.785Z | Downloaded powerfmt v0.2.0 |
| 989 | 2026-06-23T19:25:03.787Z | Downloaded displaydoc v0.2.6 |
| 990 | 2026-06-23T19:25:03.787Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 991 | 2026-06-23T19:25:03.790Z | Downloaded oxnet v0.1.6 |
| 992 | 2026-06-23T19:25:03.790Z | Downloaded oxide-tokio-rt v0.1.6 |
| 993 | 2026-06-23T19:25:03.793Z | Downloaded num-complex v0.4.6 |
| 994 | 2026-06-23T19:25:03.793Z | Downloaded proc-macro-error-attr v1.0.4 |
| 995 | 2026-06-23T19:25:03.793Z | Downloaded parking_lot_core v0.8.6 |
| 996 | 2026-06-23T19:25:03.859Z | Downloaded progenitor-client v0.14.0 |
| 997 | 2026-06-23T19:25:03.859Z | Downloaded progenitor-client v0.10.0 |
| 998 | 2026-06-23T19:25:03.876Z | Downloaded proc-macro-crate v3.5.0 |
| 999 | 2026-06-23T19:25:03.876Z | Downloaded potential_utf v0.1.5 |
| 1000 | 2026-06-23T19:25:03.876Z | Downloaded num-rational v0.4.2 |
| 1001 | 2026-06-23T19:25:03.876Z | Downloaded cipher v0.4.4 |
| 1002 | 2026-06-23T19:25:03.876Z | Downloaded glob v0.3.3 |
| 1003 | 2026-06-23T19:25:03.877Z | Downloaded cookie v0.18.1 |
| 1004 | 2026-06-23T19:25:03.877Z | Downloaded ingot v0.1.1 |
| 1005 | 2026-06-23T19:25:03.877Z | Downloaded daft-derive v0.1.7 |
| 1006 | 2026-06-23T19:25:03.877Z | Downloaded multer v3.1.0 |
| 1007 | 2026-06-23T19:25:03.877Z | Downloaded fs-err v3.3.0 |
| 1008 | 2026-06-23T19:25:03.877Z | Downloaded diff v0.1.13 |
| 1009 | 2026-06-23T19:25:03.877Z | Downloaded cancel-safe-futures v0.1.5 |
| 1010 | 2026-06-23T19:25:03.877Z | Downloaded num_enum_derive v0.7.6 |
| 1011 | 2026-06-23T19:25:03.877Z | Downloaded progenitor-macro v0.10.0 |
| 1012 | 2026-06-23T19:25:03.877Z | Downloaded ff v0.13.1 |
| 1013 | 2026-06-23T19:25:03.877Z | Downloaded console v0.16.3 |
| 1014 | 2026-06-23T19:25:03.877Z | Downloaded ciborium v0.2.2 |
| 1015 | 2026-06-23T19:25:03.878Z | Downloaded rand_chacha v0.3.1 |
| 1016 | 2026-06-23T19:25:03.878Z | Downloaded quick-error v1.2.3 |
| 1017 | 2026-06-23T19:25:03.878Z | Downloaded ref-cast v1.0.25 |
| 1018 | 2026-06-23T19:25:03.878Z | Downloaded rand_xorshift v0.4.0 |
| 1019 | 2026-06-23T19:25:03.878Z | Downloaded progenitor-macro v0.14.0 |
| 1020 | 2026-06-23T19:25:03.878Z | Downloaded erased-serde v0.3.31 |
| 1021 | 2026-06-23T19:25:03.878Z | Downloaded ref-cast-impl v1.0.25 |
| 1022 | 2026-06-23T19:25:03.878Z | Downloaded pem v3.0.6 |
| 1023 | 2026-06-23T19:25:03.878Z | Downloaded libsw-core v0.3.2 |
| 1024 | 2026-06-23T19:25:03.878Z | Downloaded rustc_version v0.1.7 |
| 1025 | 2026-06-23T19:25:03.878Z | Downloaded paste v1.0.15 |
| 1026 | 2026-06-23T19:25:03.878Z | Downloaded hmac v0.12.1 |
| 1027 | 2026-06-23T19:25:03.878Z | Downloaded hubpack v0.1.2 |
| 1028 | 2026-06-23T19:25:03.878Z | Downloaded memmap2 v0.9.10 |
| 1029 | 2026-06-23T19:25:03.878Z | Downloaded darling v0.23.0 |
| 1030 | 2026-06-23T19:25:03.878Z | Downloaded crossbeam-epoch v0.9.18 |
| 1031 | 2026-06-23T19:25:03.878Z | Downloaded csv-core v0.1.13 |
| 1032 | 2026-06-23T19:25:03.878Z | Downloaded half v2.7.1 |
| 1033 | 2026-06-23T19:25:03.878Z | Downloaded const_format_proc_macros v0.2.34 |
| 1034 | 2026-06-23T19:25:03.878Z | Downloaded blake2 v0.10.6 |
| 1035 | 2026-06-23T19:25:03.878Z | Downloaded parking_lot v0.11.2 |
| 1036 | 2026-06-23T19:25:03.878Z | Downloaded phf v0.12.1 |
| 1037 | 2026-06-23T19:25:03.878Z | Downloaded hashbrown v0.12.3 |
| 1038 | 2026-06-23T19:25:03.878Z | Downloaded poly1305 v0.8.0 |
| 1039 | 2026-06-23T19:25:03.878Z | Downloaded scroll_derive v0.12.1 |
| 1040 | 2026-06-23T19:25:03.878Z | Downloaded same-file v1.0.6 |
| 1041 | 2026-06-23T19:25:03.878Z | Downloaded progenitor v0.14.0 |
| 1042 | 2026-06-23T19:25:03.878Z | Downloaded serde-big-array v0.5.1 |
| 1043 | 2026-06-23T19:25:03.885Z | Downloaded proc-macro-error2 v2.0.1 |
| 1044 | 2026-06-23T19:25:03.885Z | Downloaded scroll_derive v0.13.1 |
| 1045 | 2026-06-23T19:25:03.885Z | Downloaded serde_plain v1.0.2 |
| 1046 | 2026-06-23T19:25:03.885Z | Downloaded anyhow v1.0.102 |
| 1047 | 2026-06-23T19:25:03.885Z | Downloaded derive_more v0.99.20 |
| 1048 | 2026-06-23T19:25:03.885Z | Downloaded serial_test v3.5.0 |
| 1049 | 2026-06-23T19:25:03.885Z | Downloaded serde_repr v0.1.20 |
| 1050 | 2026-06-23T19:25:03.885Z | Downloaded secrecy v0.10.3 |
| 1051 | 2026-06-23T19:25:03.885Z | Downloaded progenitor-client v0.13.0 |
| 1052 | 2026-06-23T19:25:03.885Z | Downloaded proc-macro-error v1.0.4 |
| 1053 | 2026-06-23T19:25:03.886Z | Downloaded parse-display-derive v0.10.0 |
| 1054 | 2026-06-23T19:25:03.886Z | Downloaded progenitor-macro v0.13.0 |
| 1055 | 2026-06-23T19:25:03.886Z | Downloaded progenitor-extras v0.2.0 |
| 1056 | 2026-06-23T19:25:03.895Z | Downloaded progenitor v0.13.0 |
| 1057 | 2026-06-23T19:25:03.895Z | Downloaded omicron-zone-package v0.12.2 |
| 1058 | 2026-06-23T19:25:03.895Z | Downloaded quote v1.0.45 |
| 1059 | 2026-06-23T19:25:03.895Z | Downloaded serial_test_derive v3.5.0 |
| 1060 | 2026-06-23T19:25:03.895Z | Downloaded fs_extra v1.3.0 |
| 1061 | 2026-06-23T19:25:03.903Z | Downloaded num_enum v0.5.11 |
| 1062 | 2026-06-23T19:25:03.903Z | Downloaded slog-bunyan v2.5.0 |
| 1063 | 2026-06-23T19:25:03.903Z | Downloaded sigpipe v0.1.3 |
| 1064 | 2026-06-23T19:25:03.903Z | Downloaded sha1 v0.11.0 |
| 1065 | 2026-06-23T19:25:03.903Z | Downloaded ingot-macros v0.1.1 |
| 1066 | 2026-06-23T19:25:03.903Z | Downloaded hybrid-array v0.4.12 |
| 1067 | 2026-06-23T19:25:03.903Z | Downloaded sha1 v0.10.6 |
| 1068 | 2026-06-23T19:25:03.910Z | Downloaded password-hash v0.5.0 |
| 1069 | 2026-06-23T19:25:03.910Z | Downloaded pest_generator v2.8.6 |
| 1070 | 2026-06-23T19:25:03.910Z | Downloaded backon v1.6.0 |
| 1071 | 2026-06-23T19:25:03.910Z | Downloaded resolv-conf v0.7.6 |
| 1072 | 2026-06-23T19:25:03.910Z | Downloaded rand_core v0.10.1 |
| 1073 | 2026-06-23T19:25:03.910Z | Downloaded siphasher v1.0.3 |
| 1074 | 2026-06-23T19:25:03.910Z | Downloaded slog-envlogger v2.2.0 |
| 1075 | 2026-06-23T19:25:03.913Z | Downloaded spin v0.5.2 |
| 1076 | 2026-06-23T19:25:03.913Z | Downloaded chacha20 v0.10.0 |
| 1077 | 2026-06-23T19:25:03.913Z | Downloaded log v0.4.32 |
| 1078 | 2026-06-23T19:25:03.913Z | Downloaded colored v3.1.1 |
| 1079 | 2026-06-23T19:25:03.917Z | Downloaded rusty-fork v0.3.1 |
| 1080 | 2026-06-23T19:25:03.917Z | Downloaded litemap v0.8.2 |
| 1081 | 2026-06-23T19:25:03.917Z | Downloaded rustversion v1.0.22 |
| 1082 | 2026-06-23T19:25:03.921Z | Downloaded drift v0.2.0 |
| 1083 | 2026-06-23T19:25:03.924Z | Downloaded semver v0.1.20 |
| 1084 | 2026-06-23T19:25:03.936Z | Downloaded getrandom v0.4.2 |
| 1085 | 2026-06-23T19:25:03.936Z | Downloaded structmeta-derive v0.3.0 |
| 1086 | 2026-06-23T19:25:03.947Z | Downloaded strum v0.27.2 |
| 1087 | 2026-06-23T19:25:03.947Z | Downloaded structmeta v0.3.0 |
| 1088 | 2026-06-23T19:25:03.947Z | Downloaded camino v1.2.2 |
| 1089 | 2026-06-23T19:25:03.947Z | Downloaded take_mut v0.2.2 |
| 1090 | 2026-06-23T19:25:03.948Z | Downloaded tabled_derive v0.11.0 |
| 1091 | 2026-06-23T19:25:03.948Z | Downloaded stable_deref_trait v1.2.1 |
| 1092 | 2026-06-23T19:25:03.948Z | Downloaded byteorder v1.5.0 |
| 1093 | 2026-06-23T19:25:03.948Z | Downloaded ingot-types v0.1.2 |
| 1094 | 2026-06-23T19:25:03.948Z | Downloaded backoff v0.4.0 |
| 1095 | 2026-06-23T19:25:03.948Z | Downloaded const-oid v0.10.2 |
| 1096 | 2026-06-23T19:25:03.948Z | Downloaded strum v0.26.3 |
| 1097 | 2026-06-23T19:25:03.948Z | Downloaded const_format v0.2.36 |
| 1098 | 2026-06-23T19:25:03.948Z | Downloaded darling_core v0.21.3 |
| 1099 | 2026-06-23T19:25:03.957Z | Downloaded chacha20poly1305 v0.10.1 |
| 1100 | 2026-06-23T19:25:03.957Z | Downloaded serde_derive_internals v0.29.1 |
| 1101 | 2026-06-23T19:25:03.957Z | Downloaded schemars_derive v0.8.22 |
| 1102 | 2026-06-23T19:25:03.957Z | Downloaded scroll v0.13.0 |
| 1103 | 2026-06-23T19:25:03.957Z | Downloaded progenitor v0.10.0 |
| 1104 | 2026-06-23T19:25:03.957Z | Downloaded bcs v0.1.6 |
| 1105 | 2026-06-23T19:25:03.957Z | Downloaded time-core v0.1.8 |
| 1106 | 2026-06-23T19:25:03.957Z | Downloaded crossbeam-channel v0.5.15 |
| 1107 | 2026-06-23T19:25:03.972Z | Downloaded tagptr v0.2.0 |
| 1108 | 2026-06-23T19:25:03.972Z | Downloaded tabwriter v1.4.1 |
| 1109 | 2026-06-23T19:25:03.973Z | Downloaded tabled_derive v0.7.0 |
| 1110 | 2026-06-23T19:25:03.974Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1111 | 2026-06-23T19:25:03.974Z | Downloaded thread-id v5.1.0 |
| 1112 | 2026-06-23T19:25:03.974Z | Downloaded testing_table v0.3.0 |
| 1113 | 2026-06-23T19:25:03.974Z | Downloaded argon2 v0.5.3 |
| 1114 | 2026-06-23T19:25:03.974Z | Downloaded thread-id v4.2.2 |
| 1115 | 2026-06-23T19:25:03.974Z | Downloaded hash32 v0.3.1 |
| 1116 | 2026-06-23T19:25:03.986Z | Downloaded arrayref v0.3.9 |
| 1117 | 2026-06-23T19:25:03.987Z | Downloaded slog-async v2.8.0 |
| 1118 | 2026-06-23T19:25:03.987Z | Downloaded serde_tokenstream v0.2.3 |
| 1119 | 2026-06-23T19:25:03.987Z | Downloaded indexmap v1.9.3 |
| 1120 | 2026-06-23T19:25:03.987Z | Downloaded slog-term v2.9.2 |
| 1121 | 2026-06-23T19:25:03.987Z | Downloaded slog-stdlog v4.1.1 |
| 1122 | 2026-06-23T19:25:03.987Z | Downloaded postcard v1.1.3 |
| 1123 | 2026-06-23T19:25:03.987Z | Downloaded rustls-pemfile v2.2.0 |
| 1124 | 2026-06-23T19:25:03.987Z | Downloaded smartstring v1.0.1 |
| 1125 | 2026-06-23T19:25:03.987Z | Downloaded smf v0.2.3 |
| 1126 | 2026-06-23T19:25:03.987Z | Downloaded elliptic-curve v0.13.8 |
| 1127 | 2026-06-23T19:25:03.994Z | Downloaded typify-macro v0.4.3 |
| 1128 | 2026-06-23T19:25:03.994Z | Downloaded topological-sort v0.2.2 |
| 1129 | 2026-06-23T19:25:03.994Z | Downloaded unarray v0.1.4 |
| 1130 | 2026-06-23T19:25:03.994Z | Downloaded rustls-native-certs v0.8.4 |
| 1131 | 2026-06-23T19:25:04.008Z | Downloaded smawk v0.3.2 |
| 1132 | 2026-06-23T19:25:04.008Z | Downloaded slog-scope v4.4.1 |
| 1133 | 2026-06-23T19:25:04.008Z | Downloaded slog-dtrace v0.3.0 |
| 1134 | 2026-06-23T19:25:04.022Z | Downloaded progenitor-impl v0.13.0 |
| 1135 | 2026-06-23T19:25:04.023Z | Downloaded typify-macro v0.6.2 |
| 1136 | 2026-06-23T19:25:04.023Z | Downloaded strum_macros v0.26.4 |
| 1137 | 2026-06-23T19:25:04.023Z | Downloaded untrusted v0.7.1 |
| 1138 | 2026-06-23T19:25:04.023Z | Downloaded strum_macros v0.27.2 |
| 1139 | 2026-06-23T19:25:04.023Z | Downloaded usdt-attr-macro v0.5.0 |
| 1140 | 2026-06-23T19:25:04.023Z | Downloaded universal-hash v0.5.1 |
| 1141 | 2026-06-23T19:25:04.023Z | Downloaded unit-prefix v0.5.2 |
| 1142 | 2026-06-23T19:25:04.023Z | Downloaded usdt-attr-macro v0.6.0 |
| 1143 | 2026-06-23T19:25:04.023Z | Downloaded usdt v0.5.0 |
| 1144 | 2026-06-23T19:25:04.024Z | Downloaded icu_locale_core v2.2.0 |
| 1145 | 2026-06-23T19:25:04.060Z | Downloaded usdt-macro v0.6.0 |
| 1146 | 2026-06-23T19:25:04.061Z | Downloaded slog-json v2.6.1 |
| 1147 | 2026-06-23T19:25:04.061Z | Downloaded progenitor-impl v0.14.0 |
| 1148 | 2026-06-23T19:25:04.061Z | Downloaded heapless v0.8.0 |
| 1149 | 2026-06-23T19:25:04.061Z | Downloaded bytes v1.11.1 |
| 1150 | 2026-06-23T19:25:04.061Z | Downloaded usdt v0.6.0 |
| 1151 | 2026-06-23T19:25:04.062Z | Downloaded crypto-bigint v0.5.5 |
| 1152 | 2026-06-23T19:25:04.062Z | Downloaded wait-timeout v0.2.1 |
| 1153 | 2026-06-23T19:25:04.062Z | Downloaded utf-8 v0.7.6 |
| 1154 | 2026-06-23T19:25:04.062Z | Downloaded waitgroup v0.1.2 |
| 1155 | 2026-06-23T19:25:04.062Z | Downloaded pest_derive v2.8.6 |
| 1156 | 2026-06-23T19:25:04.062Z | Downloaded rhai_codegen v3.2.0 |
| 1157 | 2026-06-23T19:25:04.069Z | Downloaded tinystr v0.8.3 |
| 1158 | 2026-06-23T19:25:04.069Z | Downloaded serde_with_macros v3.20.0 |
| 1159 | 2026-06-23T19:25:04.069Z | Downloaded scroll v0.12.0 |
| 1160 | 2026-06-23T19:25:04.069Z | Downloaded papergrid v0.11.0 |
| 1161 | 2026-06-23T19:25:04.069Z | Downloaded time-macros v0.2.27 |
| 1162 | 2026-06-23T19:25:04.069Z | Downloaded yoke-derive v0.8.2 |
| 1163 | 2026-06-23T19:25:04.069Z | Downloaded usdt-macro v0.5.0 |
| 1164 | 2026-06-23T19:25:04.069Z | Downloaded zerofrom-derive v0.1.7 |
| 1165 | 2026-06-23T19:25:04.069Z | Downloaded termtree v0.5.1 |
| 1166 | 2026-06-23T19:25:04.069Z | Downloaded cc v1.2.63 |
| 1167 | 2026-06-23T19:25:04.069Z | Downloaded zone v0.3.1 |
| 1168 | 2026-06-23T19:25:04.069Z | Downloaded zeroize_derive v1.4.3 |
| 1169 | 2026-06-23T19:25:04.069Z | Downloaded zerofrom v0.1.8 |
| 1170 | 2026-06-23T19:25:04.069Z | Downloaded thiserror-no-std v2.0.2 |
| 1171 | 2026-06-23T19:25:04.069Z | Downloaded smallvec v1.15.1 |
| 1172 | 2026-06-23T19:25:04.069Z | Downloaded progenitor-impl v0.10.0 |
| 1173 | 2026-06-23T19:25:04.069Z | Downloaded indicatif v0.18.4 |
| 1174 | 2026-06-23T19:25:04.070Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1175 | 2026-06-23T19:25:04.070Z | Downloaded tiny-keccak v2.0.2 |
| 1176 | 2026-06-23T19:25:04.070Z | Downloaded openssl-sys v0.9.116 |
| 1177 | 2026-06-23T19:25:04.070Z | Downloaded tokio-dtrace v0.1.1 |
| 1178 | 2026-06-23T19:25:04.070Z | Downloaded icu_normalizer_data v2.2.0 |
| 1179 | 2026-06-23T19:25:04.070Z | Downloaded zone_cfg_derive v0.3.1 |
| 1180 | 2026-06-23T19:25:04.087Z | Downloaded papergrid v0.18.0 |
| 1181 | 2026-06-23T19:25:04.087Z | Downloaded base64 v0.21.7 |
| 1182 | 2026-06-23T19:25:04.087Z | Downloaded jiff-static v0.2.28 |
| 1183 | 2026-06-23T19:25:04.087Z | Downloaded icu_collections v2.2.0 |
| 1184 | 2026-06-23T19:25:04.087Z | Downloaded pretty_assertions v1.4.1 |
| 1185 | 2026-06-23T19:25:04.116Z | Downloaded icu_provider v2.2.0 |
| 1186 | 2026-06-23T19:25:04.116Z | Downloaded arc-swap v1.9.1 |
| 1187 | 2026-06-23T19:25:04.116Z | Downloaded usdt-impl v0.5.0 |
| 1188 | 2026-06-23T19:25:04.116Z | Downloaded synstructure v0.13.2 |
| 1189 | 2026-06-23T19:25:04.116Z | Downloaded usdt-impl v0.6.0 |
| 1190 | 2026-06-23T19:25:04.116Z | Downloaded thin-vec v0.2.18 |
| 1191 | 2026-06-23T19:25:04.116Z | Downloaded term v1.2.1 |
| 1192 | 2026-06-23T19:25:04.116Z | Downloaded snafu-derive v0.8.9 |
| 1193 | 2026-06-23T19:25:04.129Z | Downloaded slog v2.8.2 |
| 1194 | 2026-06-23T19:25:04.130Z | Downloaded spin v0.9.8 |
| 1195 | 2026-06-23T19:25:04.130Z | Downloaded whoami v1.6.1 |
| 1196 | 2026-06-23T19:25:04.130Z | Downloaded zeroize v1.8.2 |
| 1197 | 2026-06-23T19:25:04.130Z | Downloaded xz2 v0.1.7 |
| 1198 | 2026-06-23T19:25:04.130Z | Downloaded writeable v0.6.3 |
| 1199 | 2026-06-23T19:25:04.130Z | Downloaded walkdir v2.5.0 |
| 1200 | 2026-06-23T19:25:04.130Z | Downloaded pest_meta v2.8.6 |
| 1201 | 2026-06-23T19:25:04.130Z | Downloaded schemars v0.8.22 |
| 1202 | 2026-06-23T19:25:04.130Z | Downloaded vsss-rs v3.3.4 |
| 1203 | 2026-06-23T19:25:04.130Z | Downloaded tokio-tungstenite v0.21.0 |
| 1204 | 2026-06-23T19:25:04.130Z | Downloaded konst v0.2.20 |
| 1205 | 2026-06-23T19:25:04.130Z | Downloaded hickory-resolver v0.24.4 |
| 1206 | 2026-06-23T19:25:04.130Z | Downloaded icu_normalizer v2.2.0 |
| 1207 | 2026-06-23T19:25:04.139Z | Downloaded prettyplease v0.2.37 |
| 1208 | 2026-06-23T19:25:04.139Z | Downloaded schemars v0.9.0 |
| 1209 | 2026-06-23T19:25:04.140Z | Downloaded zerovec-derive v0.11.3 |
| 1210 | 2026-06-23T19:25:04.140Z | Downloaded expectorate v1.2.0 |
| 1211 | 2026-06-23T19:25:04.170Z | Downloaded memchr v2.8.1 |
| 1212 | 2026-06-23T19:25:04.170Z | Downloaded zerocopy-derive v0.7.35 |
| 1213 | 2026-06-23T19:25:04.170Z | Downloaded similar v2.7.0 |
| 1214 | 2026-06-23T19:25:04.170Z | Downloaded hickory-resolver v0.25.2 |
| 1215 | 2026-06-23T19:25:04.186Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1216 | 2026-06-23T19:25:04.186Z | Downloaded typify v0.4.3 |
| 1217 | 2026-06-23T19:25:04.187Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1218 | 2026-06-23T19:25:04.187Z | Downloaded toml v0.7.8 |
| 1219 | 2026-06-23T19:25:04.187Z | Downloaded rayon-core v1.13.0 |
| 1220 | 2026-06-23T19:25:04.187Z | Downloaded http v1.4.1 |
| 1221 | 2026-06-23T19:25:04.187Z | Downloaded test-strategy v0.4.5 |
| 1222 | 2026-06-23T19:25:04.187Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1223 | 2026-06-23T19:25:04.187Z | Downloaded rand v0.8.6 |
| 1224 | 2026-06-23T19:25:04.187Z | Downloaded quinn v0.11.9 |
| 1225 | 2026-06-23T19:25:04.187Z | Downloaded yoke v0.8.3 |
| 1226 | 2026-06-23T19:25:04.187Z | Downloaded qorb v0.4.1 |
| 1227 | 2026-06-23T19:25:04.187Z | Downloaded minimal-lexical v0.2.1 |
| 1228 | 2026-06-23T19:25:04.207Z | Downloaded tungstenite v0.21.0 |
| 1229 | 2026-06-23T19:25:04.207Z | Downloaded nom v7.1.3 |
| 1230 | 2026-06-23T19:25:04.207Z | Downloaded typify v0.6.2 |
| 1231 | 2026-06-23T19:25:04.207Z | Downloaded unsafe-libyaml v0.2.11 |
| 1232 | 2026-06-23T19:25:04.208Z | Downloaded ucd-trie v0.1.7 |
| 1233 | 2026-06-23T19:25:04.208Z | Downloaded async-compression v0.4.42 |
| 1234 | 2026-06-23T19:25:04.228Z | Downloaded uuid v1.23.2 |
| 1235 | 2026-06-23T19:25:04.228Z | Downloaded snafu v0.8.9 |
| 1236 | 2026-06-23T19:25:04.228Z | Downloaded schemars v1.2.1 |
| 1237 | 2026-06-23T19:25:04.228Z | Downloaded dropshot-api-manager v0.7.2 |
| 1238 | 2026-06-23T19:25:04.228Z | Downloaded nom v8.0.0 |
| 1239 | 2026-06-23T19:25:04.239Z | Downloaded rand v0.10.1 |
| 1240 | 2026-06-23T19:25:04.239Z | Downloaded ron v0.12.1 |
| 1241 | 2026-06-23T19:25:04.239Z | Downloaded pest v2.8.6 |
| 1242 | 2026-06-23T19:25:04.265Z | Downloaded zerotrie v0.2.4 |
| 1243 | 2026-06-23T19:25:04.296Z | Downloaded yansi v1.0.1 |
| 1244 | 2026-06-23T19:25:04.296Z | Downloaded typed-path v0.9.3 |
| 1245 | 2026-06-23T19:25:04.296Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 1246 | 2026-06-23T19:25:04.296Z | Downloaded toml_edit v0.19.15 |
| 1247 | 2026-06-23T19:25:04.296Z | Downloaded steno v0.4.1 |
| 1248 | 2026-06-23T19:25:04.297Z | Downloaded hashbrown v0.16.1 |
| 1249 | 2026-06-23T19:25:04.322Z | Downloaded itertools v0.12.1 |
| 1250 | 2026-06-23T19:25:04.322Z | Downloaded zerocopy-derive v0.8.50 |
| 1251 | 2026-06-23T19:25:04.340Z | Downloaded zerovec v0.11.6 |
| 1252 | 2026-06-23T19:25:04.340Z | Downloaded zerocopy v0.7.35 |
| 1253 | 2026-06-23T19:25:04.344Z | Downloaded h2 v0.4.14 |
| 1254 | 2026-06-23T19:25:04.344Z | Downloaded icu_properties_data v2.2.0 |
| 1255 | 2026-06-23T19:25:04.349Z | Downloaded blake3 v1.8.5 |
| 1256 | 2026-06-23T19:25:04.352Z | Downloaded dropshot v0.17.1 |
| 1257 | 2026-06-23T19:25:04.375Z | Downloaded serde_with v3.20.0 |
| 1258 | 2026-06-23T19:25:04.422Z | Downloaded tabled v0.15.0 |
| 1259 | 2026-06-23T19:25:04.452Z | Downloaded tough v0.22.0 |
| 1260 | 2026-06-23T19:25:04.452Z | Downloaded reqwest v0.13.4 |
| 1261 | 2026-06-23T19:25:04.452Z | Downloaded quinn-proto v0.11.14 |
| 1262 | 2026-06-23T19:25:04.452Z | Downloaded libm v0.2.16 |
| 1263 | 2026-06-23T19:25:04.452Z | Downloaded iddqd v0.4.2 |
| 1264 | 2026-06-23T19:25:04.452Z | Downloaded webpki-roots v1.0.7 |
| 1265 | 2026-06-23T19:25:04.452Z | Downloaded rayon v1.12.0 |
| 1266 | 2026-06-23T19:25:04.452Z | Downloaded goblin v0.8.2 |
| 1267 | 2026-06-23T19:25:04.452Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-06-23T19:25:04.452Z | Downloaded tabled v0.21.0 |
| 1269 | 2026-06-23T19:25:04.452Z | Downloaded hkdf v0.12.4 |
| 1270 | 2026-06-23T19:25:04.476Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-06-23T19:25:04.476Z | Downloaded proptest v1.11.0 |
| 1272 | 2026-06-23T19:25:04.476Z | Downloaded regress v0.10.5 |
| 1273 | 2026-06-23T19:25:04.476Z | Downloaded zerocopy v0.8.50 |
| 1274 | 2026-06-23T19:25:04.477Z | Downloaded openapiv3 v2.2.0 |
| 1275 | 2026-06-23T19:25:04.507Z | Downloaded aws-lc-rs v1.17.0 |
| 1276 | 2026-06-23T19:25:04.509Z | Downloaded rustls v0.23.40 |
| 1277 | 2026-06-23T19:25:04.509Z | Downloaded moka v0.12.15 |
| 1278 | 2026-06-23T19:25:04.509Z | Downloaded goblin v0.10.7 |
| 1279 | 2026-06-23T19:25:04.509Z | Downloaded regex v1.12.3 |
| 1280 | 2026-06-23T19:25:04.518Z | Downloaded typify-impl v0.6.2 |
| 1281 | 2026-06-23T19:25:04.518Z | Downloaded time v0.3.47 |
| 1282 | 2026-06-23T19:25:04.518Z | Downloaded syn v1.0.109 |
| 1283 | 2026-06-23T19:25:04.533Z | Downloaded openssl v0.10.80 |
| 1284 | 2026-06-23T19:25:04.556Z | Downloaded syn v2.0.117 |
| 1285 | 2026-06-23T19:25:04.564Z | Downloaded petgraph v0.6.5 |
| 1286 | 2026-06-23T19:25:04.570Z | Downloaded csv v1.4.0 |
| 1287 | 2026-06-23T19:25:04.584Z | Downloaded chrono-tz v0.10.4 |
| 1288 | 2026-06-23T19:25:04.608Z | Downloaded rhai v1.25.1 |
| 1289 | 2026-06-23T19:25:04.608Z | Downloaded regress v0.11.1 |
| 1290 | 2026-06-23T19:25:04.628Z | Downloaded hickory-proto v0.24.4 |
| 1291 | 2026-06-23T19:25:04.628Z | Downloaded nix v0.31.3 |
| 1292 | 2026-06-23T19:25:04.629Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-06-23T19:25:04.629Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-06-23T19:25:04.646Z | Downloaded sled v0.34.7 |
| 1295 | 2026-06-23T19:25:04.664Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-06-23T19:25:04.727Z | Downloaded lzma-sys v0.1.20 |
| 1297 | 2026-06-23T19:25:04.732Z | Downloaded jiff v0.2.28 |
| 1298 | 2026-06-23T19:25:04.741Z | Downloaded encoding_rs v0.8.35 |
| 1299 | 2026-06-23T19:25:04.752Z | Downloaded sha3 v0.10.9 |
| 1300 | 2026-06-23T19:25:05.195Z | Downloaded aws-lc-sys v0.41.0 |
| 1301 | 2026-06-23T19:25:06.145Z | Compiling proc-macro2 v1.0.106 |
| 1302 | 2026-06-23T19:25:06.145Z | Compiling unicode-ident v1.0.24 |
| 1303 | 2026-06-23T19:25:06.145Z | Compiling quote v1.0.45 |
| 1304 | 2026-06-23T19:25:06.145Z | Compiling serde_core v1.0.228 |
| 1305 | 2026-06-23T19:25:06.145Z | Compiling cfg-if v1.0.4 |
| 1306 | 2026-06-23T19:25:06.145Z | Compiling serde v1.0.228 |
| 1307 | 2026-06-23T19:25:06.177Z | Compiling libc v0.2.186 |
| 1308 | 2026-06-23T19:25:06.178Z | Compiling memchr v2.8.1 |
| 1309 | 2026-06-23T19:25:06.317Z | Compiling itoa v1.0.18 |
| 1310 | 2026-06-23T19:25:06.486Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-06-23T19:25:06.553Z | Compiling zmij v1.0.21 |
| 1312 | 2026-06-23T19:25:06.568Z | Compiling autocfg v1.5.1 |
| 1313 | 2026-06-23T19:25:06.690Z | Compiling libm v0.2.16 |
| 1314 | 2026-06-23T19:25:06.901Z | Compiling stable_deref_trait v1.2.1 |
| 1315 | 2026-06-23T19:25:06.915Z | Compiling writeable v0.6.3 |
| 1316 | 2026-06-23T19:25:07.011Z | Compiling percent-encoding v2.3.2 |
| 1317 | 2026-06-23T19:25:07.057Z | Compiling litemap v0.8.2 |
| 1318 | 2026-06-23T19:25:07.098Z | Compiling icu_normalizer_data v2.2.0 |
| 1319 | 2026-06-23T19:25:07.119Z | Compiling utf8_iter v1.0.4 |
| 1320 | 2026-06-23T19:25:07.161Z | Compiling icu_properties_data v2.2.0 |
| 1321 | 2026-06-23T19:25:07.193Z | Compiling iana-time-zone v0.1.65 |
| 1322 | 2026-06-23T19:25:07.256Z | Compiling equivalent v1.0.2 |
| 1323 | 2026-06-23T19:25:07.342Z | Compiling form_urlencoded v1.2.2 |
| 1324 | 2026-06-23T19:25:07.401Z | Compiling syn v2.0.117 |
| 1325 | 2026-06-23T19:25:07.425Z | Compiling serde_json v1.0.150 |
| 1326 | 2026-06-23T19:25:07.506Z | Compiling dyn-clone v1.0.20 |
| 1327 | 2026-06-23T19:25:07.518Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-06-23T19:25:07.538Z | Compiling version_check v0.9.5 |
| 1329 | 2026-06-23T19:25:07.579Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-06-23T19:25:07.606Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-06-23T19:25:07.638Z | Compiling num-traits v0.2.19 |
| 1332 | 2026-06-23T19:25:07.676Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-06-23T19:25:07.698Z | Compiling rand_core v0.10.1 |
| 1334 | 2026-06-23T19:25:07.806Z | Compiling thiserror v2.0.18 |
| 1335 | 2026-06-23T19:25:07.848Z | Compiling hashbrown v0.17.1 |
| 1336 | 2026-06-23T19:25:07.881Z | Compiling getrandom v0.4.2 |
| 1337 | 2026-06-23T19:25:07.896Z | Compiling errno v0.3.14 |
| 1338 | 2026-06-23T19:25:08.039Z | Compiling log v0.4.32 |
| 1339 | 2026-06-23T19:25:08.169Z | Compiling heck v0.5.0 |
| 1340 | 2026-06-23T19:25:08.222Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-06-23T19:25:08.336Z | Compiling semver v1.0.28 |
| 1342 | 2026-06-23T19:25:08.369Z | Compiling indexmap v2.14.0 |
| 1343 | 2026-06-23T19:25:08.412Z | Compiling uuid v1.23.2 |
| 1344 | 2026-06-23T19:25:08.430Z | Compiling zerocopy v0.8.50 |
| 1345 | 2026-06-23T19:25:08.631Z | Compiling schemars v0.8.22 |
| 1346 | 2026-06-23T19:25:08.668Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-23T19:25:08.763Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-23T19:25:08.846Z | Compiling jobserver v0.1.34 |
| 1349 | 2026-06-23T19:25:08.857Z | Compiling find-msvc-tools v0.1.9 |
| 1350 | 2026-06-23T19:25:08.892Z | Compiling shlex v2.0.1 |
| 1351 | 2026-06-23T19:25:08.950Z | Compiling fnv v1.0.7 |
| 1352 | 2026-06-23T19:25:09.007Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-06-23T19:25:09.027Z | Compiling cc v1.2.63 |
| 1354 | 2026-06-23T19:25:09.068Z | Compiling futures-channel v0.3.32 |
| 1355 | 2026-06-23T19:25:09.079Z | Compiling bitflags v2.12.1 |
| 1356 | 2026-06-23T19:25:09.144Z | Compiling futures-task v0.3.32 |
| 1357 | 2026-06-23T19:25:09.357Z | Compiling futures-io v0.3.32 |
| 1358 | 2026-06-23T19:25:09.375Z | Compiling socket2 v0.6.4 |
| 1359 | 2026-06-23T19:25:09.514Z | Compiling signal-hook-registry v1.4.8 |
| 1360 | 2026-06-23T19:25:09.579Z | Compiling parking_lot v0.12.5 |
| 1361 | 2026-06-23T19:25:09.645Z | Compiling mio v1.2.1 |
| 1362 | 2026-06-23T19:25:09.683Z | Compiling portable-atomic v1.13.1 |
| 1363 | 2026-06-23T19:25:09.827Z | Compiling cmake v0.1.58 |
| 1364 | 2026-06-23T19:25:09.833Z | Compiling fs_extra v1.3.0 |
| 1365 | 2026-06-23T19:25:09.982Z | Compiling typenum v1.20.1 |
| 1366 | 2026-06-23T19:25:10.010Z | Compiling dunce v1.0.5 |
| 1367 | 2026-06-23T19:25:10.095Z | Compiling base64 v0.22.1 |
| 1368 | 2026-06-23T19:25:10.106Z | Compiling critical-section v1.2.0 |
| 1369 | 2026-06-23T19:25:10.136Z | Compiling slog v2.8.2 |
| 1370 | 2026-06-23T19:25:10.149Z | Compiling subtle v2.6.1 |
| 1371 | 2026-06-23T19:25:10.198Z | Compiling synstructure v0.13.2 |
| 1372 | 2026-06-23T19:25:10.313Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2026-06-23T19:25:10.338Z | Compiling aws-lc-sys v0.41.0 |
| 1374 | 2026-06-23T19:25:10.367Z | Compiling byteorder v1.5.0 |
| 1375 | 2026-06-23T19:25:10.420Z | Compiling strsim v0.11.1 |
| 1376 | 2026-06-23T19:25:10.592Z | Compiling once_cell v1.21.4 |
| 1377 | 2026-06-23T19:25:10.702Z | Compiling rustix v1.1.4 |
| 1378 | 2026-06-23T19:25:10.726Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-06-23T19:25:10.782Z | Compiling ipnet v2.12.0 |
| 1380 | 2026-06-23T19:25:10.811Z | Compiling atomic-waker v1.1.2 |
| 1381 | 2026-06-23T19:25:10.831Z | Compiling httparse v1.10.1 |
| 1382 | 2026-06-23T19:25:10.930Z | Compiling tower-layer v0.3.3 |
| 1383 | 2026-06-23T19:25:11.065Z | Compiling tower-service v0.3.3 |
| 1384 | 2026-06-23T19:25:11.093Z | Compiling getrandom v0.2.17 |
| 1385 | 2026-06-23T19:25:11.139Z | Compiling ryu v1.0.23 |
| 1386 | 2026-06-23T19:25:11.258Z | Compiling try-lock v0.2.5 |
| 1387 | 2026-06-23T19:25:11.272Z | Compiling ucd-trie v0.1.7 |
| 1388 | 2026-06-23T19:25:11.321Z | Compiling untrusted v0.9.0 |
| 1389 | 2026-06-23T19:25:11.328Z | Compiling thiserror v1.0.69 |
| 1390 | 2026-06-23T19:25:11.358Z | Compiling want v0.3.1 |
| 1391 | 2026-06-23T19:25:11.434Z | Compiling pest v2.8.6 |
| 1392 | 2026-06-23T19:25:11.474Z | Compiling serde_derive v1.0.228 |
| 1393 | 2026-06-23T19:25:11.531Z | Compiling zerofrom-derive v0.1.7 |
| 1394 | 2026-06-23T19:25:11.556Z | Compiling yoke-derive v0.8.2 |
| 1395 | 2026-06-23T19:25:11.575Z | Compiling zerovec-derive v0.11.3 |
| 1396 | 2026-06-23T19:25:11.644Z | Compiling displaydoc v0.2.6 |
| 1397 | 2026-06-23T19:25:12.429Z | Compiling schemars_derive v0.8.22 |
| 1398 | 2026-06-23T19:25:12.618Z | Compiling thiserror-impl v2.0.18 |
| 1399 | 2026-06-23T19:25:12.653Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-06-23T19:25:12.695Z | Compiling zerocopy-derive v0.8.50 |
| 1401 | 2026-06-23T19:25:12.731Z | Compiling zerofrom v0.1.8 |
| 1402 | 2026-06-23T19:25:12.837Z | Compiling yoke v0.8.3 |
| 1403 | 2026-06-23T19:25:13.016Z | Compiling zerovec v0.11.6 |
| 1404 | 2026-06-23T19:25:13.383Z | Compiling zerotrie v0.2.4 |
| 1405 | 2026-06-23T19:25:13.394Z | Compiling zeroize_derive v1.4.3 |
| 1406 | 2026-06-23T19:25:13.545Z | Compiling tinystr v0.8.3 |
| 1407 | 2026-06-23T19:25:13.631Z | Compiling potential_utf v0.1.5 |
| 1408 | 2026-06-23T19:25:13.656Z | Compiling futures-macro v0.3.32 |
| 1409 | 2026-06-23T19:25:13.726Z | Compiling icu_locale_core v2.2.0 |
| 1410 | 2026-06-23T19:25:13.789Z | Compiling icu_collections v2.2.0 |
| 1411 | 2026-06-23T19:25:14.077Z | Compiling zeroize v1.8.2 |
| 1412 | 2026-06-23T19:25:14.096Z | Compiling thiserror-impl v1.0.69 |
| 1413 | 2026-06-23T19:25:14.323Z | Compiling rand_core v0.6.4 |
| 1414 | 2026-06-23T19:25:14.369Z | Compiling httpdate v1.0.3 |
| 1415 | 2026-06-23T19:25:14.543Z | Compiling bytes v1.11.1 |
| 1416 | 2026-06-23T19:25:14.554Z | Compiling icu_provider v2.2.0 |
| 1417 | 2026-06-23T19:25:14.607Z | Compiling chrono v0.4.45 |
| 1418 | 2026-06-23T19:25:14.628Z | Compiling futures-util v0.3.32 |
| 1419 | 2026-06-23T19:25:14.867Z | Compiling icu_properties v2.2.0 |
| 1420 | 2026-06-23T19:25:14.880Z | Compiling icu_normalizer v2.2.0 |
| 1421 | 2026-06-23T19:25:15.192Z | Compiling http v1.4.1 |
| 1422 | 2026-06-23T19:25:15.291Z | Compiling tokio v1.52.3 |
| 1423 | 2026-06-23T19:25:15.471Z | Compiling serde_tokenstream v0.2.3 |
| 1424 | 2026-06-23T19:25:15.754Z | Compiling idna_adapter v1.2.2 |
| 1425 | 2026-06-23T19:25:15.894Z | Compiling idna v1.1.0 |
| 1426 | 2026-06-23T19:25:16.074Z | Compiling erased-serde v0.3.31 |
| 1427 | 2026-06-23T19:25:16.109Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-23T19:25:16.173Z | Compiling url v2.5.8 |
| 1429 | 2026-06-23T19:25:16.352Z | Compiling pest_meta v2.8.6 |
| 1430 | 2026-06-23T19:25:16.925Z | Compiling ppv-lite86 v0.2.21 |
| 1431 | 2026-06-23T19:25:16.956Z | Compiling getrandom v0.3.4 |
| 1432 | 2026-06-23T19:25:17.020Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-06-23T19:25:17.049Z | Compiling pretty-hex v0.4.2 |
| 1434 | 2026-06-23T19:25:17.182Z | Compiling winnow v1.0.3 |
| 1435 | 2026-06-23T19:25:17.237Z | Compiling plain v0.2.3 |
| 1436 | 2026-06-23T19:25:17.309Z | Compiling allocator-api2 v0.2.21 |
| 1437 | 2026-06-23T19:25:17.342Z | Compiling paste v1.0.15 |
| 1438 | 2026-06-23T19:25:17.611Z | Compiling ipnetwork v0.21.1 |
| 1439 | 2026-06-23T19:25:17.622Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-06-23T19:25:17.625Z | Compiling foldhash v0.2.0 |
| 1441 | 2026-06-23T19:25:17.682Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-06-23T19:25:17.855Z | Compiling oxnet v0.1.6 |
| 1443 | 2026-06-23T19:25:18.034Z | Compiling hashbrown v0.16.1 |
| 1444 | 2026-06-23T19:25:18.138Z | Compiling tracing-core v0.1.36 |
| 1445 | 2026-06-23T19:25:18.179Z | Compiling ident_case v1.0.1 |
| 1446 | 2026-06-23T19:25:18.252Z | Compiling omicron-workspace-hack v0.1.0 |
| 1447 | 2026-06-23T19:25:18.318Z | Compiling http-body-util v0.1.3 |
| 1448 | 2026-06-23T19:25:18.480Z | Compiling serde_urlencoded v0.7.1 |
| 1449 | 2026-06-23T19:25:18.546Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-06-23T19:25:18.688Z | Compiling sync_wrapper v1.0.2 |
| 1451 | 2026-06-23T19:25:18.728Z | Compiling daft-derive v0.1.7 |
| 1452 | 2026-06-23T19:25:18.809Z | Compiling fastrand v2.4.1 |
| 1453 | 2026-06-23T19:25:18.926Z | Compiling tracing v0.1.44 |
| 1454 | 2026-06-23T19:25:19.070Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-23T19:25:19.163Z | Compiling async-trait v0.1.89 |
| 1456 | 2026-06-23T19:25:19.543Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-06-23T19:25:19.827Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-06-23T19:25:20.012Z | Compiling powerfmt v0.2.0 |
| 1459 | 2026-06-23T19:25:20.100Z | Compiling num-conv v0.2.2 |
| 1460 | 2026-06-23T19:25:20.187Z | Compiling anyhow v1.0.102 |
| 1461 | 2026-06-23T19:25:20.229Z | Compiling time-core v0.1.8 |
| 1462 | 2026-06-23T19:25:20.248Z | Compiling aws-lc-rs v1.17.0 |
| 1463 | 2026-06-23T19:25:20.367Z | Compiling time-macros v0.2.27 |
| 1464 | 2026-06-23T19:25:20.568Z | Compiling deranged v0.5.8 |
| 1465 | 2026-06-23T19:25:20.694Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-23T19:25:20.724Z | Compiling rustls-pki-types v1.14.1 |
| 1467 | 2026-06-23T19:25:20.959Z | Compiling num_threads v0.1.7 |
| 1468 | 2026-06-23T19:25:21.049Z | Compiling hex v0.4.3 |
| 1469 | 2026-06-23T19:25:21.200Z | Compiling regex v1.12.3 |
| 1470 | 2026-06-23T19:25:21.310Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-06-23T19:25:21.344Z | Compiling goblin v0.10.7 |
| 1472 | 2026-06-23T19:25:21.513Z | Compiling camino v1.2.2 |
| 1473 | 2026-06-23T19:25:21.843Z | Compiling untrusted v0.7.1 |
| 1474 | 2026-06-23T19:25:21.860Z | Compiling usdt-impl v0.6.0 |
| 1475 | 2026-06-23T19:25:21.889Z | Compiling rustls v0.23.40 |
| 1476 | 2026-06-23T19:25:21.946Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-06-23T19:25:22.089Z | Compiling h2 v0.4.14 |
| 1478 | 2026-06-23T19:25:22.103Z | Compiling dtrace-parser v0.3.0 |
| 1479 | 2026-06-23T19:25:22.125Z | Compiling crossbeam-utils v0.8.21 |
| 1480 | 2026-06-23T19:25:22.461Z | Compiling futures-executor v0.3.32 |
| 1481 | 2026-06-23T19:25:22.471Z | Compiling structmeta-derive v0.3.0 |
| 1482 | 2026-06-23T19:25:22.624Z | Compiling thread-id v5.1.0 |
| 1483 | 2026-06-23T19:25:22.704Z | Compiling simd-adler32 v0.3.9 |
| 1484 | 2026-06-23T19:25:22.734Z | Compiling cpufeatures v0.3.0 |
| 1485 | 2026-06-23T19:25:22.806Z | Compiling adler2 v2.0.1 |
| 1486 | 2026-06-23T19:25:22.902Z | Compiling miniz_oxide v0.8.9 |
| 1487 | 2026-06-23T19:25:22.935Z | Compiling futures v0.3.32 |
| 1488 | 2026-06-23T19:25:22.970Z | Compiling rand_core v0.9.5 |
| 1489 | 2026-06-23T19:25:23.181Z | Compiling darling_core v0.23.0 |
| 1490 | 2026-06-23T19:25:23.517Z | Compiling structmeta v0.3.0 |
| 1491 | 2026-06-23T19:25:23.517Z | Compiling newtype-uuid-macros v0.1.0 |
| 1492 | 2026-06-23T19:25:23.552Z | Compiling hybrid-array v0.4.12 |
| 1493 | 2026-06-23T19:25:23.859Z | Compiling thread_local v1.1.9 |
| 1494 | 2026-06-23T19:25:24.006Z | Compiling match_cfg v0.1.0 |
| 1495 | 2026-06-23T19:25:24.073Z | Compiling hyper v1.10.1 |
| 1496 | 2026-06-23T19:25:24.127Z | Compiling dof v0.4.0 |
| 1497 | 2026-06-23T19:25:24.359Z | Compiling flate2 v1.1.9 |
| 1498 | 2026-06-23T19:25:24.775Z | Compiling newtype-uuid v1.3.2 |
| 1499 | 2026-06-23T19:25:25.167Z | Compiling compression-core v0.4.32 |
| 1500 | 2026-06-23T19:25:25.316Z | Compiling hyper-util v0.1.20 |
| 1501 | 2026-06-23T19:25:25.327Z | Compiling darling_macro v0.23.0 |
| 1502 | 2026-06-23T19:25:25.504Z | Compiling ref-cast v1.0.25 |
| 1503 | 2026-06-23T19:25:25.832Z | Compiling slog-async v2.8.0 |
| 1504 | 2026-06-23T19:25:25.843Z | Compiling quick-error v1.2.3 |
| 1505 | 2026-06-23T19:25:25.919Z | Compiling darling v0.23.0 |
| 1506 | 2026-06-23T19:25:25.933Z | Compiling compression-codecs v0.4.38 |
| 1507 | 2026-06-23T19:25:25.944Z | Compiling daft v0.1.7 |
| 1508 | 2026-06-23T19:25:25.998Z | Compiling block-buffer v0.12.0 |
| 1509 | 2026-06-23T19:25:26.149Z | Compiling crypto-common v0.2.2 |
| 1510 | 2026-06-23T19:25:26.164Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-06-23T19:25:26.177Z | Compiling strum_macros v0.26.4 |
| 1512 | 2026-06-23T19:25:26.202Z | Compiling ref-cast-impl v1.0.25 |
| 1513 | 2026-06-23T19:25:26.383Z | Compiling usdt-attr-macro v0.6.0 |
| 1514 | 2026-06-23T19:25:26.577Z | Compiling usdt-macro v0.6.0 |
| 1515 | 2026-06-23T19:25:26.588Z | Compiling serde_spanned v1.1.1 |
| 1516 | 2026-06-23T19:25:26.732Z | Compiling multer v3.1.0 |
| 1517 | 2026-06-23T19:25:26.816Z | Compiling generic-array v0.14.7 |
| 1518 | 2026-06-23T19:25:26.972Z | Compiling debug-ignore v1.0.5 |
| 1519 | 2026-06-23T19:25:27.010Z | Compiling const-oid v0.10.2 |
| 1520 | 2026-06-23T19:25:27.053Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1521 | 2026-06-23T19:25:27.068Z | Compiling take_mut v0.2.2 |
| 1522 | 2026-06-23T19:25:27.170Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-06-23T19:25:27.218Z | Compiling term v1.2.1 |
| 1524 | 2026-06-23T19:25:27.264Z | Compiling digest v0.11.3 |
| 1525 | 2026-06-23T19:25:27.373Z | Compiling bit-set v0.8.0 |
| 1526 | 2026-06-23T19:25:27.493Z | Compiling rand v0.9.4 |
| 1527 | 2026-06-23T19:25:27.524Z | Compiling serde_with_macros v3.20.0 |
| 1528 | 2026-06-23T19:25:27.575Z | Compiling async-stream-impl v0.3.6 |
| 1529 | 2026-06-23T19:25:27.719Z | Compiling dropshot v0.17.1 |
| 1530 | 2026-06-23T19:25:27.787Z | Compiling strum v0.26.3 |
| 1531 | 2026-06-23T19:25:27.909Z | Compiling encoding_rs v0.8.35 |
| 1532 | 2026-06-23T19:25:27.916Z | Compiling mime v0.3.17 |
| 1533 | 2026-06-23T19:25:27.951Z | Compiling unarray v0.1.4 |
| 1534 | 2026-06-23T19:25:28.058Z | Compiling syn v1.0.109 |
| 1535 | 2026-06-23T19:25:28.084Z | Compiling spin v0.9.8 |
| 1536 | 2026-06-23T19:25:28.204Z | Compiling sha1 v0.11.0 |
| 1537 | 2026-06-23T19:25:28.212Z | Compiling async-stream v0.3.6 |
| 1538 | 2026-06-23T19:25:28.392Z | Compiling derive-ex v0.1.8 |
| 1539 | 2026-06-23T19:25:28.425Z | Compiling tower v0.5.3 |
| 1540 | 2026-06-23T19:25:28.434Z | Compiling dropshot_endpoint v0.17.1 |
| 1541 | 2026-06-23T19:25:28.520Z | Compiling macaddr v1.0.1 |
| 1542 | 2026-06-23T19:25:28.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1543 | 2026-06-23T19:25:28.714Z | Compiling waitgroup v0.1.2 |
| 1544 | 2026-06-23T19:25:28.732Z | Compiling serde_path_to_error v0.1.20 |
| 1545 | 2026-06-23T19:25:29.080Z | Compiling tower-http v0.6.11 |
| 1546 | 2026-06-23T19:25:29.113Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1547 | 2026-06-23T19:25:29.403Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1548 | 2026-06-23T19:25:29.518Z | Compiling tempfile v3.27.0 |
| 1549 | 2026-06-23T19:25:29.577Z | Compiling openapiv3 v2.2.0 |
| 1550 | 2026-06-23T19:25:29.613Z | Compiling strum_macros v0.27.2 |
| 1551 | 2026-06-23T19:25:30.037Z | Compiling test-strategy v0.4.5 |
| 1552 | 2026-06-23T19:25:30.181Z | Compiling instant v0.1.13 |
| 1553 | 2026-06-23T19:25:30.289Z | Compiling time v0.3.47 |
| 1554 | 2026-06-23T19:25:31.033Z | Compiling rustls-native-certs v0.8.4 |
| 1555 | 2026-06-23T19:25:31.212Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1556 | 2026-06-23T19:25:31.373Z | Compiling crossbeam-channel v0.5.15 |
| 1557 | 2026-06-23T19:25:31.437Z | Compiling crypto-common v0.1.7 |
| 1558 | 2026-06-23T19:25:31.474Z | Compiling strum v0.27.2 |
| 1559 | 2026-06-23T19:25:31.825Z | Compiling parse-display-derive v0.10.0 |
| 1560 | 2026-06-23T19:25:31.847Z | Compiling backon v1.6.0 |
| 1561 | 2026-06-23T19:25:31.986Z | Compiling rand_chacha v0.3.1 |
| 1562 | 2026-06-23T19:25:32.147Z | Compiling slog-json v2.6.1 |
| 1563 | 2026-06-23T19:25:32.429Z | Compiling rand v0.8.6 |
| 1564 | 2026-06-23T19:25:32.604Z | Compiling hostname v0.3.1 |
| 1565 | 2026-06-23T19:25:32.755Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1566 | 2026-06-23T19:25:32.899Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1567 | 2026-06-23T19:25:33.042Z | Compiling wait-timeout v0.2.1 |
| 1568 | 2026-06-23T19:25:33.051Z | Compiling memmap2 v0.9.10 |
| 1569 | 2026-06-23T19:25:33.064Z | Compiling is-terminal v0.4.17 |
| 1570 | 2026-06-23T19:25:33.266Z | Compiling either v1.16.0 |
| 1571 | 2026-06-23T19:25:33.340Z | Compiling usdt v0.6.0 |
| 1572 | 2026-06-23T19:25:33.383Z | Compiling rusty-fork v0.3.1 |
| 1573 | 2026-06-23T19:25:33.438Z | Compiling slog-term v2.9.2 |
| 1574 | 2026-06-23T19:25:33.456Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1575 | 2026-06-23T19:25:33.469Z | Compiling slog-bunyan v2.5.0 |
| 1576 | 2026-06-23T19:25:33.618Z | Compiling serde_with v3.20.0 |
| 1577 | 2026-06-23T19:25:33.713Z | Compiling async-compression v0.4.42 |
| 1578 | 2026-06-23T19:25:33.742Z | Compiling rand_xorshift v0.4.0 |
| 1579 | 2026-06-23T19:25:33.885Z | Compiling rustls-pemfile v2.2.0 |
| 1580 | 2026-06-23T19:25:34.016Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1581 | 2026-06-23T19:25:34.042Z | Compiling regress v0.10.5 |
| 1582 | 2026-06-23T19:25:34.081Z | Compiling hostname v0.4.2 |
| 1583 | 2026-06-23T19:25:34.148Z | Compiling humantime v2.3.0 |
| 1584 | 2026-06-23T19:25:34.217Z | Compiling proptest v1.11.0 |
| 1585 | 2026-06-23T19:25:34.792Z | Compiling iddqd v0.4.2 |
| 1586 | 2026-06-23T19:25:35.054Z | Compiling reqwest v0.12.28 |
| 1587 | 2026-06-23T19:25:35.241Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1588 | 2026-06-23T19:25:35.425Z | Compiling block-buffer v0.10.4 |
| 1589 | 2026-06-23T19:25:35.481Z | Compiling utf8parse v0.2.2 |
| 1590 | 2026-06-23T19:25:35.587Z | Compiling anstyle-parse v1.0.0 |
| 1591 | 2026-06-23T19:25:35.736Z | Compiling digest v0.10.7 |
| 1592 | 2026-06-23T19:25:35.782Z | Compiling parse-display v0.10.0 |
| 1593 | 2026-06-23T19:25:35.946Z | Compiling itertools v0.14.0 |
| 1594 | 2026-06-23T19:25:36.099Z | Compiling progenitor-client v0.10.0 |
| 1595 | 2026-06-23T19:25:36.110Z | Compiling backoff v0.4.0 |
| 1596 | 2026-06-23T19:25:36.315Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1597 | 2026-06-23T19:25:36.363Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1598 | 2026-06-23T19:25:36.884Z | Compiling colorchoice v1.0.5 |
| 1599 | 2026-06-23T19:25:37.003Z | Compiling is_terminal_polyfill v1.70.2 |
| 1600 | 2026-06-23T19:25:37.094Z | Compiling anstyle-query v1.1.5 |
| 1601 | 2026-06-23T19:25:37.203Z | Compiling anstyle v1.0.14 |
| 1602 | 2026-06-23T19:25:37.457Z | Compiling anstream v1.0.0 |
| 1603 | 2026-06-23T19:25:37.766Z | Compiling clap_lex v1.1.0 |
| 1604 | 2026-06-23T19:25:38.077Z | Compiling regress v0.11.1 |
| 1605 | 2026-06-23T19:25:38.119Z | Compiling clap_derive v4.6.1 |
| 1606 | 2026-06-23T19:25:38.632Z | Compiling terminal_size v0.4.4 |
| 1607 | 2026-06-23T19:25:39.650Z | Compiling typify-impl v0.6.2 |
| 1608 | 2026-06-23T19:25:39.807Z | Compiling toml_datetime v0.6.11 |
| 1609 | 2026-06-23T19:25:40.091Z | Compiling zerocopy-derive v0.7.35 |
| 1610 | 2026-06-23T19:25:40.176Z | Compiling convert_case v0.4.0 |
| 1611 | 2026-06-23T19:25:40.220Z | Compiling cpufeatures v0.2.17 |
| 1612 | 2026-06-23T19:25:40.291Z | Compiling clap_builder v4.6.0 |
| 1613 | 2026-06-23T19:25:40.894Z | Compiling derive_more v0.99.20 |
| 1614 | 2026-06-23T19:25:40.960Z | Compiling zerocopy v0.7.35 |
| 1615 | 2026-06-23T19:25:41.505Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1616 | 2026-06-23T19:25:42.231Z | Compiling unicode-width v0.2.2 |
| 1617 | 2026-06-23T19:25:42.401Z | Compiling proc-macro-crate v3.5.0 |
| 1618 | 2026-06-23T19:25:42.491Z | Compiling clap v4.6.1 |
| 1619 | 2026-06-23T19:25:42.824Z | Compiling secrecy v0.10.3 |
| 1620 | 2026-06-23T19:25:42.977Z | Compiling tinyvec_macros v0.1.1 |
| 1621 | 2026-06-23T19:25:42.998Z | Compiling crucible-workspace-hack v0.1.0 |
| 1622 | 2026-06-23T19:25:43.044Z | Compiling float-ord v0.3.2 |
| 1623 | 2026-06-23T19:25:43.134Z | Compiling tinyvec v1.11.0 |
| 1624 | 2026-06-23T19:25:43.154Z | Compiling num_enum_derive v0.7.6 |
| 1625 | 2026-06-23T19:25:43.603Z | Compiling dtrace-parser v0.2.0 |
| 1626 | 2026-06-23T19:25:43.670Z | Compiling scroll_derive v0.12.1 |
| 1627 | 2026-06-23T19:25:43.799Z | Compiling num-integer v0.1.46 |
| 1628 | 2026-06-23T19:25:43.877Z | Compiling rustc_version v0.4.1 |
| 1629 | 2026-06-23T19:25:44.112Z | Compiling usdt-impl v0.5.0 |
| 1630 | 2026-06-23T19:25:44.191Z | Compiling num_enum v0.7.6 |
| 1631 | 2026-06-23T19:25:44.368Z | Compiling curve25519-dalek v4.1.3 |
| 1632 | 2026-06-23T19:25:44.434Z | Compiling scroll v0.12.0 |
| 1633 | 2026-06-23T19:25:44.639Z | Compiling dof v0.3.0 |
| 1634 | 2026-06-23T19:25:44.695Z | Compiling hmac v0.12.1 |
| 1635 | 2026-06-23T19:25:44.739Z | Compiling inout v0.1.4 |
| 1636 | 2026-06-23T19:25:44.830Z | Compiling darling_core v0.21.3 |
| 1637 | 2026-06-23T19:25:44.881Z | Compiling ff v0.13.1 |
| 1638 | 2026-06-23T19:25:44.968Z | Compiling thread-id v4.2.2 |
| 1639 | 2026-06-23T19:25:45.010Z | Compiling group v0.13.0 |
| 1640 | 2026-06-23T19:25:45.076Z | Compiling cipher v0.4.4 |
| 1641 | 2026-06-23T19:25:45.291Z | Compiling hkdf v0.12.4 |
| 1642 | 2026-06-23T19:25:45.497Z | Compiling goblin v0.8.2 |
| 1643 | 2026-06-23T19:25:45.555Z | Compiling num-iter v0.1.45 |
| 1644 | 2026-06-23T19:25:45.670Z | Compiling num-rational v0.4.2 |
| 1645 | 2026-06-23T19:25:45.880Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1646 | 2026-06-23T19:25:45.891Z | Compiling universal-hash v0.5.1 |
| 1647 | 2026-06-23T19:25:45.955Z | Compiling crypto-bigint v0.5.5 |
| 1648 | 2026-06-23T19:25:46.001Z | Compiling typify-macro v0.6.2 |
| 1649 | 2026-06-23T19:25:46.013Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1650 | 2026-06-23T19:25:46.346Z | Compiling crossbeam-epoch v0.9.18 |
| 1651 | 2026-06-23T19:25:46.682Z | Compiling half v2.7.1 |
| 1652 | 2026-06-23T19:25:46.723Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1653 | 2026-06-23T19:25:46.912Z | Compiling darling_macro v0.21.3 |
| 1654 | 2026-06-23T19:25:46.959Z | Compiling num-complex v0.4.6 |
| 1655 | 2026-06-23T19:25:47.234Z | Compiling opaque-debug v0.3.1 |
| 1656 | 2026-06-23T19:25:47.303Z | Compiling ciborium-io v0.2.2 |
| 1657 | 2026-06-23T19:25:47.335Z | Compiling base16ct v0.2.0 |
| 1658 | 2026-06-23T19:25:47.387Z | Compiling base64ct v1.8.3 |
| 1659 | 2026-06-23T19:25:47.398Z | Compiling ciborium-ll v0.2.2 |
| 1660 | 2026-06-23T19:25:47.487Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-06-23T19:25:47.513Z | Compiling darling v0.21.3 |
| 1662 | 2026-06-23T19:25:47.604Z | Compiling password-hash v0.5.0 |
| 1663 | 2026-06-23T19:25:47.754Z | Compiling poly1305 v0.8.0 |
| 1664 | 2026-06-23T19:25:47.863Z | Compiling num v0.4.3 |
| 1665 | 2026-06-23T19:25:48.046Z | Compiling thiserror-no-std v2.0.2 |
| 1666 | 2026-06-23T19:25:48.056Z | Compiling typify v0.6.2 |
| 1667 | 2026-06-23T19:25:48.509Z | Compiling chacha20 v0.9.1 |
| 1668 | 2026-06-23T19:25:48.512Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1669 | 2026-06-23T19:25:48.724Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1670 | 2026-06-23T19:25:49.124Z | Compiling blake2 v0.10.6 |
| 1671 | 2026-06-23T19:25:49.378Z | Compiling aead v0.5.2 |
| 1672 | 2026-06-23T19:25:49.441Z | Compiling byte-wrapper v0.1.0 |
| 1673 | 2026-06-23T19:25:49.537Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1674 | 2026-06-23T19:25:49.630Z | Compiling proc-macro-error-attr v1.0.4 |
| 1675 | 2026-06-23T19:25:49.866Z | Compiling keccak v0.1.6 |
| 1676 | 2026-06-23T19:25:49.880Z | Compiling rustix v0.38.44 |
| 1677 | 2026-06-23T19:25:49.991Z | Compiling prettyplease v0.2.37 |
| 1678 | 2026-06-23T19:25:50.093Z | Compiling heapless v0.8.0 |
| 1679 | 2026-06-23T19:25:50.240Z | Compiling unsafe-libyaml v0.2.11 |
| 1680 | 2026-06-23T19:25:50.675Z | Compiling sha3 v0.10.9 |
| 1681 | 2026-06-23T19:25:50.779Z | Compiling serde_yaml v0.9.34+deprecated |
| 1682 | 2026-06-23T19:25:50.918Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1683 | 2026-06-23T19:25:50.973Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1684 | 2026-06-23T19:25:51.878Z | Compiling chacha20poly1305 v0.10.1 |
| 1685 | 2026-06-23T19:25:51.979Z | Compiling argon2 v0.5.3 |
| 1686 | 2026-06-23T19:25:52.015Z | Compiling vsss-rs v3.3.4 |
| 1687 | 2026-06-23T19:25:52.032Z | Compiling ingot-macros v0.1.1 |
| 1688 | 2026-06-23T19:25:52.130Z | Compiling ciborium v0.2.2 |
| 1689 | 2026-06-23T19:25:52.602Z | Compiling usdt-attr-macro v0.5.0 |
| 1690 | 2026-06-23T19:25:52.709Z | Compiling usdt-macro v0.5.0 |
| 1691 | 2026-06-23T19:25:53.864Z | Compiling serde_spanned v0.6.9 |
| 1692 | 2026-06-23T19:25:54.011Z | Compiling enum-as-inner v0.6.1 |
| 1693 | 2026-06-23T19:25:54.194Z | Compiling hash32 v0.3.1 |
| 1694 | 2026-06-23T19:25:54.377Z | Compiling proc-macro-error v1.0.4 |
| 1695 | 2026-06-23T19:25:54.634Z | Compiling memmap v0.7.0 |
| 1696 | 2026-06-23T19:25:54.682Z | Compiling memoffset v0.9.1 |
| 1697 | 2026-06-23T19:25:54.729Z | Compiling smoltcp v0.11.0 |
| 1698 | 2026-06-23T19:25:54.816Z | Compiling cfg_aliases v0.2.1 |
| 1699 | 2026-06-23T19:25:54.819Z | Compiling toml_write v0.1.2 |
| 1700 | 2026-06-23T19:25:54.819Z | Compiling indent_write v2.2.0 |
| 1701 | 2026-06-23T19:25:54.889Z | Compiling winnow v0.5.40 |
| 1702 | 2026-06-23T19:25:54.929Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1703 | 2026-06-23T19:25:54.968Z | Compiling data-encoding v2.11.0 |
| 1704 | 2026-06-23T19:25:55.022Z | Compiling winnow v0.7.15 |
| 1705 | 2026-06-23T19:25:55.085Z | Compiling rustls-webpki v0.103.13 |
| 1706 | 2026-06-23T19:25:55.314Z | Compiling nix v0.31.3 |
| 1707 | 2026-06-23T19:25:55.457Z | Compiling ingot-types v0.1.2 |
| 1708 | 2026-06-23T19:25:55.825Z | Compiling usdt v0.5.0 |
| 1709 | 2026-06-23T19:25:56.137Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1710 | 2026-06-23T19:25:56.174Z | Compiling toml_edit v0.19.15 |
| 1711 | 2026-06-23T19:25:56.185Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1712 | 2026-06-23T19:25:56.280Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1713 | 2026-06-23T19:25:56.404Z | Compiling toml_edit v0.22.27 |
| 1714 | 2026-06-23T19:25:56.542Z | Compiling tabwriter v1.4.1 |
| 1715 | 2026-06-23T19:25:56.777Z | Compiling cobs v0.3.0 |
| 1716 | 2026-06-23T19:25:56.873Z | Compiling serde_repr v0.1.20 |
| 1717 | 2026-06-23T19:25:56.970Z | Compiling pkg-config v0.3.33 |
| 1718 | 2026-06-23T19:25:57.423Z | Compiling managed v0.8.0 |
| 1719 | 2026-06-23T19:25:57.433Z | Compiling vcpkg v0.2.15 |
| 1720 | 2026-06-23T19:25:57.466Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1721 | 2026-06-23T19:25:57.632Z | Compiling bitflags v1.3.2 |
| 1722 | 2026-06-23T19:25:57.723Z | Compiling proc-macro-crate v1.3.1 |
| 1723 | 2026-06-23T19:25:57.981Z | Compiling openssl-sys v0.9.116 |
| 1724 | 2026-06-23T19:25:58.060Z | Compiling toml v0.8.23 |
| 1725 | 2026-06-23T19:25:58.136Z | Compiling postcard v1.1.3 |
| 1726 | 2026-06-23T19:25:58.472Z | Compiling tokio-rustls v0.26.4 |
| 1727 | 2026-06-23T19:25:58.538Z | Compiling rustls-platform-verifier v0.7.0 |
| 1728 | 2026-06-23T19:25:58.743Z | Compiling hyper-rustls v0.27.9 |
| 1729 | 2026-06-23T19:25:59.038Z | Compiling reqwest v0.13.4 |
| 1730 | 2026-06-23T19:26:00.168Z | Compiling ingot v0.1.1 |
| 1731 | 2026-06-23T19:26:00.427Z | Compiling progenitor-client v0.14.0 |
| 1732 | 2026-06-23T19:26:00.750Z | Compiling progenitor-extras v0.2.0 |
| 1733 | 2026-06-23T19:26:01.611Z | Compiling hubpack_derive v0.1.1 |
| 1734 | 2026-06-23T19:26:01.876Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1735 | 2026-06-23T19:26:02.048Z | Compiling foreign-types-macros v0.2.3 |
| 1736 | 2026-06-23T19:26:02.157Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1737 | 2026-06-23T19:26:02.223Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1738 | 2026-06-23T19:26:02.452Z | Compiling heck v0.4.1 |
| 1739 | 2026-06-23T19:26:02.475Z | Compiling foreign-types-shared v0.3.1 |
| 1740 | 2026-06-23T19:26:02.659Z | Compiling colored v3.1.1 |
| 1741 | 2026-06-23T19:26:02.713Z | Compiling semver v0.1.20 |
| 1742 | 2026-06-23T19:26:02.983Z | Compiling linked-hash-map v0.5.6 |
| 1743 | 2026-06-23T19:26:03.051Z | Compiling static_assertions v1.1.0 |
| 1744 | 2026-06-23T19:26:03.129Z | Compiling swrite v0.1.0 |
| 1745 | 2026-06-23T19:26:03.174Z | Compiling rayon-core v1.13.0 |
| 1746 | 2026-06-23T19:26:03.226Z | Compiling resolv-conf v0.7.6 |
| 1747 | 2026-06-23T19:26:03.406Z | Compiling unicode-segmentation v1.13.3 |
| 1748 | 2026-06-23T19:26:03.432Z | Compiling lru-cache v0.1.2 |
| 1749 | 2026-06-23T19:26:03.571Z | Compiling rustc_version v0.1.7 |
| 1750 | 2026-06-23T19:26:03.617Z | Compiling foreign-types v0.5.0 |
| 1751 | 2026-06-23T19:26:03.748Z | Compiling newline-converter v0.3.0 |
| 1752 | 2026-06-23T19:26:03.767Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1753 | 2026-06-23T19:26:03.836Z | Compiling hubpack v0.1.2 |
| 1754 | 2026-06-23T19:26:04.017Z | Compiling num_enum_derive v0.5.11 |
| 1755 | 2026-06-23T19:26:04.183Z | Compiling atomicwrites v0.4.4 |
| 1756 | 2026-06-23T19:26:04.412Z | Compiling hickory-proto v0.24.4 |
| 1757 | 2026-06-23T19:26:05.120Z | Compiling progenitor-impl v0.13.0 |
| 1758 | 2026-06-23T19:26:05.677Z | Compiling crossbeam-deque v0.8.6 |
| 1759 | 2026-06-23T19:26:05.690Z | Compiling console v0.15.11 |
| 1760 | 2026-06-23T19:26:05.876Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1761 | 2026-06-23T19:26:06.359Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1762 | 2026-06-23T19:26:06.394Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1763 | 2026-06-23T19:26:06.495Z | Compiling camino-tempfile v1.4.1 |
| 1764 | 2026-06-23T19:26:06.592Z | Compiling chacha20 v0.10.0 |
| 1765 | 2026-06-23T19:26:06.820Z | Compiling serde-big-array v0.5.1 |
| 1766 | 2026-06-23T19:26:06.965Z | Compiling derive-where v1.6.1 |
| 1767 | 2026-06-23T19:26:07.753Z | Compiling num-derive v0.4.2 |
| 1768 | 2026-06-23T19:26:08.086Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-06-23T19:26:08.261Z | Compiling pin-project-internal v1.1.13 |
| 1770 | 2026-06-23T19:26:08.350Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1771 | 2026-06-23T19:26:08.731Z | Compiling cstr-argument v0.1.2 |
| 1772 | 2026-06-23T19:26:08.787Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 1773 | 2026-06-23T19:26:08.884Z | Compiling similar v2.7.0 |
| 1774 | 2026-06-23T19:26:08.889Z | Compiling siphasher v1.0.3 |
| 1775 | 2026-06-23T19:26:08.933Z | Compiling minimal-lexical v0.2.1 |
| 1776 | 2026-06-23T19:26:09.045Z | Compiling phf_shared v0.12.1 |
| 1777 | 2026-06-23T19:26:09.193Z | Compiling nom v7.1.3 |
| 1778 | 2026-06-23T19:26:09.217Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1779 | 2026-06-23T19:26:09.399Z | Compiling pin-project v1.1.13 |
| 1780 | 2026-06-23T19:26:09.436Z | Compiling expectorate v1.2.0 |
| 1781 | 2026-06-23T19:26:09.498Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1782 | 2026-06-23T19:26:09.587Z | Compiling progenitor-macro v0.13.0 |
| 1783 | 2026-06-23T19:26:09.633Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1784 | 2026-06-23T19:26:09.764Z | Compiling rand v0.10.1 |
| 1785 | 2026-06-23T19:26:09.821Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1786 | 2026-06-23T19:26:09.898Z | Compiling hickory-resolver v0.24.4 |
| 1787 | 2026-06-23T19:26:10.441Z | Compiling num_enum v0.5.11 |
| 1788 | 2026-06-23T19:26:10.561Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1789 | 2026-06-23T19:26:10.583Z | Compiling newtype_derive v0.1.6 |
| 1790 | 2026-06-23T19:26:10.707Z | Compiling progenitor-client v0.13.0 |
| 1791 | 2026-06-23T19:26:10.971Z | Compiling progenitor-impl v0.14.0 |
| 1792 | 2026-06-23T19:26:11.002Z | Compiling unicode-normalization v0.1.25 |
| 1793 | 2026-06-23T19:26:11.472Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-06-23T19:26:11.944Z | Compiling async-recursion v1.1.1 |
| 1795 | 2026-06-23T19:26:12.216Z | Compiling snafu-derive v0.8.9 |
| 1796 | 2026-06-23T19:26:12.507Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1797 | 2026-06-23T19:26:12.518Z | Compiling slog-dtrace v0.3.0 |
| 1798 | 2026-06-23T19:26:12.652Z | Compiling csv-core v0.1.13 |
| 1799 | 2026-06-23T19:26:12.763Z | Compiling bstr v1.12.1 |
| 1800 | 2026-06-23T19:26:12.810Z | Compiling owo-colors v4.3.0 |
| 1801 | 2026-06-23T19:26:12.917Z | Compiling unicode-xid v0.2.6 |
| 1802 | 2026-06-23T19:26:13.044Z | Compiling cancel-safe-futures v0.1.5 |
| 1803 | 2026-06-23T19:26:13.157Z | Compiling konst_macro_rules v0.2.19 |
| 1804 | 2026-06-23T19:26:13.256Z | Compiling foreign-types-shared v0.1.1 |
| 1805 | 2026-06-23T19:26:13.311Z | Compiling highway v1.3.0 |
| 1806 | 2026-06-23T19:26:13.336Z | Compiling unicode-width v0.1.14 |
| 1807 | 2026-06-23T19:26:13.347Z | Compiling foldhash v0.1.5 |
| 1808 | 2026-06-23T19:26:13.524Z | Compiling same-file v1.0.6 |
| 1809 | 2026-06-23T19:26:13.618Z | Compiling openssl v0.10.80 |
| 1810 | 2026-06-23T19:26:13.701Z | Compiling chrono-tz v0.10.4 |
| 1811 | 2026-06-23T19:26:13.704Z | Compiling walkdir v2.5.0 |
| 1812 | 2026-06-23T19:26:13.947Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-06-23T19:26:13.966Z | Compiling hashbrown v0.15.5 |
| 1814 | 2026-06-23T19:26:13.973Z | Compiling snafu v0.8.9 |
| 1815 | 2026-06-23T19:26:14.065Z | Compiling foreign-types v0.3.2 |
| 1816 | 2026-06-23T19:26:14.158Z | Compiling konst v0.2.20 |
| 1817 | 2026-06-23T19:26:14.388Z | Compiling globset v0.4.18 |
| 1818 | 2026-06-23T19:26:14.399Z | Compiling const_format_proc_macros v0.2.34 |
| 1819 | 2026-06-23T19:26:14.447Z | Compiling csv v1.4.0 |
| 1820 | 2026-06-23T19:26:14.584Z | Compiling progenitor-macro v0.14.0 |
| 1821 | 2026-06-23T19:26:14.637Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1822 | 2026-06-23T19:26:14.690Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1823 | 2026-06-23T19:26:15.016Z | Compiling progenitor v0.13.0 |
| 1824 | 2026-06-23T19:26:15.160Z | Compiling qorb v0.4.1 |
| 1825 | 2026-06-23T19:26:15.236Z | Compiling olpc-cjson v0.1.4 |
| 1826 | 2026-06-23T19:26:15.403Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1827 | 2026-06-23T19:26:16.895Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1828 | 2026-06-23T19:26:16.895Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1829 | 2026-06-23T19:26:17.177Z | Compiling rayon v1.12.0 |
| 1830 | 2026-06-23T19:26:17.243Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-06-23T19:26:17.339Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1832 | 2026-06-23T19:26:17.407Z | Compiling phf v0.12.1 |
| 1833 | 2026-06-23T19:26:17.453Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-06-23T19:26:17.952Z | Compiling zone_cfg_derive v0.3.1 |
| 1835 | 2026-06-23T19:26:18.392Z | Compiling tokio-dtrace v0.1.1 |
| 1836 | 2026-06-23T19:26:18.667Z | Compiling itertools v0.12.1 |
| 1837 | 2026-06-23T19:26:18.731Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1838 | 2026-06-23T19:26:18.919Z | Compiling libsw-core v0.3.2 |
| 1839 | 2026-06-23T19:26:18.930Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1840 | 2026-06-23T19:26:19.091Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1841 | 2026-06-23T19:26:19.517Z | Compiling serde_plain v1.0.2 |
| 1842 | 2026-06-23T19:26:19.602Z | Compiling openssl-macros v0.1.1 |
| 1843 | 2026-06-23T19:26:19.649Z | Compiling pem v3.0.6 |
| 1844 | 2026-06-23T19:26:19.732Z | Compiling cookie v0.18.1 |
| 1845 | 2026-06-23T19:26:19.935Z | Compiling sigpipe v0.1.3 |
| 1846 | 2026-06-23T19:26:19.945Z | Compiling fixedbitset v0.4.2 |
| 1847 | 2026-06-23T19:26:19.977Z | Compiling glob v0.3.3 |
| 1848 | 2026-06-23T19:26:19.988Z | Compiling fixedbitset v0.5.7 |
| 1849 | 2026-06-23T19:26:20.024Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1850 | 2026-06-23T19:26:20.042Z | Compiling jiff v0.2.28 |
| 1851 | 2026-06-23T19:26:20.107Z | Compiling typed-path v0.9.3 |
| 1852 | 2026-06-23T19:26:20.181Z | Compiling bytecount v0.6.9 |
| 1853 | 2026-06-23T19:26:20.278Z | Compiling papergrid v0.11.0 |
| 1854 | 2026-06-23T19:26:20.319Z | Compiling petgraph v0.8.3 |
| 1855 | 2026-06-23T19:26:20.425Z | Compiling petgraph v0.6.5 |
| 1856 | 2026-06-23T19:26:21.448Z | Compiling tough v0.22.0 |
| 1857 | 2026-06-23T19:26:21.966Z | Compiling progenitor v0.14.0 |
| 1858 | 2026-06-23T19:26:22.079Z | Compiling zone v0.3.1 |
| 1859 | 2026-06-23T19:26:22.104Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1860 | 2026-06-23T19:26:22.117Z | Compiling libsw v3.5.0 |
| 1861 | 2026-06-23T19:26:22.287Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1862 | 2026-06-23T19:26:22.338Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1863 | 2026-06-23T19:26:22.482Z | Compiling oxide-tokio-rt v0.1.6 |
| 1864 | 2026-06-23T19:26:22.556Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1865 | 2026-06-23T19:26:22.583Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1866 | 2026-06-23T19:26:22.747Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1867 | 2026-06-23T19:26:22.788Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1868 | 2026-06-23T19:26:23.592Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1869 | 2026-06-23T19:26:23.748Z | Compiling const_format v0.2.36 |
| 1870 | 2026-06-23T19:26:23.752Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1871 | 2026-06-23T19:26:24.401Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1872 | 2026-06-23T19:26:24.523Z | Compiling tabled_derive v0.7.0 |
| 1873 | 2026-06-23T19:26:24.732Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1874 | 2026-06-23T19:26:24.798Z | Compiling gethostname v0.5.0 |
| 1875 | 2026-06-23T19:26:24.814Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-06-23T19:26:24.856Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1877 | 2026-06-23T19:26:24.915Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-06-23T19:26:24.934Z | Compiling smf v0.2.3 |
| 1879 | 2026-06-23T19:26:25.172Z | Compiling bcs v0.1.6 |
| 1880 | 2026-06-23T19:26:25.318Z | Compiling nom v8.0.0 |
| 1881 | 2026-06-23T19:26:25.354Z | Compiling whoami v1.6.1 |
| 1882 | 2026-06-23T19:26:25.483Z | Compiling linear-map v1.2.0 |
| 1883 | 2026-06-23T19:26:25.549Z | Compiling lazy_static v1.5.0 |
| 1884 | 2026-06-23T19:26:25.653Z | Compiling termtree v0.5.1 |
| 1885 | 2026-06-23T19:26:25.667Z | Compiling smawk v0.3.2 |
| 1886 | 2026-06-23T19:26:25.678Z | Compiling tagptr v0.2.0 |
| 1887 | 2026-06-23T19:26:25.804Z | Compiling unicode-linebreak v0.1.5 |
| 1888 | 2026-06-23T19:26:25.808Z | Compiling moka v0.12.15 |
| 1889 | 2026-06-23T19:26:25.826Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1890 | 2026-06-23T19:26:25.981Z | Compiling steno v0.4.1 |
| 1891 | 2026-06-23T19:26:26.062Z | Compiling textwrap v0.16.2 |
| 1892 | 2026-06-23T19:26:26.299Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1893 | 2026-06-23T19:26:26.609Z | Compiling tabled v0.15.0 |
| 1894 | 2026-06-23T19:26:27.505Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1895 | 2026-06-23T19:26:27.571Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1896 | 2026-06-23T19:26:27.602Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1897 | 2026-06-23T19:26:28.417Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1898 | 2026-06-23T19:26:29.218Z | Compiling hickory-proto v0.25.2 |
| 1899 | 2026-06-23T19:26:29.320Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1900 | 2026-06-23T19:26:29.405Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1901 | 2026-06-23T19:26:30.442Z | Compiling parking_lot_core v0.8.6 |
| 1902 | 2026-06-23T19:26:30.447Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1903 | 2026-06-23T19:26:30.509Z | Compiling libscf-sys v1.2.0 |
| 1904 | 2026-06-23T19:26:30.657Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1905 | 2026-06-23T19:26:30.714Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1906 | 2026-06-23T19:26:30.960Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1907 | 2026-06-23T19:26:31.065Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1908 | 2026-06-23T19:26:31.297Z | Compiling hickory-resolver v0.25.2 |
| 1909 | 2026-06-23T19:26:31.466Z | Compiling parking_lot v0.11.2 |
| 1910 | 2026-06-23T19:26:31.522Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1911 | 2026-06-23T19:26:31.748Z | Compiling fxhash v0.2.1 |
| 1912 | 2026-06-23T19:26:31.837Z | Compiling internet-checksum v0.2.1 |
| 1913 | 2026-06-23T19:26:31.881Z | Compiling sled v0.34.7 |
| 1914 | 2026-06-23T19:26:31.891Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1915 | 2026-06-23T19:26:31.968Z | Compiling yansi v1.0.1 |
| 1916 | 2026-06-23T19:26:31.979Z | Compiling diff v0.1.13 |
| 1917 | 2026-06-23T19:26:32.274Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1918 | 2026-06-23T19:26:32.293Z | Compiling pretty_assertions v1.4.1 |
| 1919 | 2026-06-23T19:26:34.903Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1920 | 2026-06-23T19:26:36.323Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1921 | 2026-06-23T19:26:44.055Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1922 | 2026-06-23T19:26:45.672Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1923 | 2026-06-23T19:26:46.694Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1924 | 2026-06-23T19:26:47.630Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1925 | 2026-06-23T19:26:48.445Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1926 | 2026-06-23T19:26:49.581Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1927 | 2026-06-23T19:27:11.445Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 1928 | 2026-06-23T19:27:11.619Z | ──────────── |
| 1929 | 2026-06-23T19:27:11.620Z | Nextest run ID 216cb6a9-dad9-46f9-9b60-d4020a5392fc with nextest profile: default |
| 1930 | 2026-06-23T19:27:11.620Z | Starting 6 tests across 3 binaries |
| 1931 | 2026-06-23T19:27:11.635Z | START bfd test::test_new_daemon |
| 1932 | 2026-06-23T19:27:11.635Z | |
| 1933 | 2026-06-23T19:27:11.635Z | running 1 test |
| 1934 | 2026-06-23T19:27:11.672Z | {"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
| 1935 | 2026-06-23T19:27:11.672Z | |
| 1936 | 2026-06-23T19:27:11.672Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s |
| 1937 | 2026-06-23T19:27:11.672Z | |
| 1938 | 2026-06-23T19:27:11.676Z | PASS [ 0.046s] bfd test::test_new_daemon |
| 1939 | 2026-06-23T19:27:11.676Z | START bfd test::test_protocol_basics |
| 1940 | 2026-06-23T19:27:11.676Z | ,"time":"2026-06-23T19:27:10.58966336Z |
| 1941 | 2026-06-23T19:27:11.676Z | running 1 test |
| 1942 | 2026-06-23T19:27:11.715Z | {{""msg":"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3441638401, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 890809578, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"name":"slog-rs",","level"level"::1010,"time":"2026-06-23T19:27:10.639083236Z",","hostname":"time":"w-01KVTYTWX35R58Z1ZF1KRMT5PX"2026-06-23T19:27:10.639082416Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"pid":4782,"peer",":"peer":"203.0.113.20"2001:db8::10",","state":"state":"Down"Down",","unit":unit"":"session"session",","module":"module":"state_machine",state_machine"","component":"component":"bfd"bfd"}} |
| 1943 | 2026-06-23T19:27:11.715Z | |
| 1944 | 2026-06-23T19:27:11.715Z | {{""msg":"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3523379451, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 4071590032, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v",:"v":00,","name":"name":"slog-rs"slog-rs",",level"":level":1010,"time":","time":"2026-06-23T19:27:10.639294184Z","hostname":"2026-06-23T19:27:10.639294114Z","w-01KVTYTWX35R58Z1ZF1KRMT5PX"hostname",:""pid":4782w-01KVTYTWX35R58Z1ZF1KRMT5PX",","peer"pid:"":47822001:db8::20",",state"":"peer":"Down","203.0.113.10unit"":","session"state",":"moduleDown"":,""unit":"state_machine"session,"","component":"module":bfd""} |
| 1945 | 2026-06-23T19:27:11.715Z | state_machine","component":"bfd{"} |
| 1946 | 2026-06-23T19:27:11.765Z | "msg":"{transition -> Init"","msgv"":":0,"name":"transition -> Init","slog-rs"v,"":0level",:"30name":"slog-rs","level":30,"time":","time2026-06-23T19:27:10.639320359Z"":,""hostname":"2026-06-23T19:27:10.639321189Z","w-01KVTYTWX35R58Z1ZF1KRMT5PXhostname"":","pid":4782w-01KVTYTWX35R58Z1ZF1KRMT5PX",","peerpid":":"47822001:db8::20,""peer",:""state":"Down203.0.113.10"",,""unit":"state":"session"Down,"","moduleunit"":":"session","state_machine",module"":"component":"bfdstate_machine""} |
| 1947 | 2026-06-23T19:27:11.765Z | ,"component":"{bfd""} |
| 1948 | 2026-06-23T19:27:11.765Z | msg":"{transition -> Init"","vmsg":":"0,"name":"transition -> Init"slog-rs",","v":level"0:,"30name":"slog-rs","level":30,"time":",2026-06-23T19:27:10.639345524Z"","time":"hostname":"2026-06-23T19:27:10.639346344Z"w-01KVTYTWX35R58Z1ZF1KRMT5PX,"","hostnamepid""::"4782,"peer":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","203.0.113.20"pid":,"4782state":","Down"peer",:""unit":"2001:db8::10","session","state":"module":"Down","unitstate_machine"":,""session"component,"":"module"bfd:""} |
| 1949 | 2026-06-23T19:27:11.765Z | state_machine","component":"bfd"} |
| 1950 | 2026-06-23T19:27:12.723Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3441638401, your_discriminator: 3523379451, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:11.636486215Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1951 | 2026-06-23T19:27:12.723Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-23T19:27:11.63651028Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1952 | 2026-06-23T19:27:12.741Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 4071590032, your_discriminator: 890809578, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:11.636526127Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1953 | 2026-06-23T19:27:12.741Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-23T19:27:11.636541544Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1954 | 2026-06-23T19:27:12.742Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3523379451, your_discriminator: 3441638401, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:11.638806075Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1955 | 2026-06-23T19:27:12.742Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-23T19:27:11.63882816Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1956 | 2026-06-23T19:27:12.742Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 890809578, your_discriminator: 4071590032, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:11.638844597Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1957 | 2026-06-23T19:27:12.742Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-23T19:27:11.638860514Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1958 | 2026-06-23T19:27:17.716Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3441638401, your_discriminator: 3523379451, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:16.636651672Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1959 | 2026-06-23T19:27:17.716Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4071590032, your_discriminator: 890809578, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:16.636716329Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1960 | 2026-06-23T19:27:17.722Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3523379451, your_discriminator: 3441638401, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:16.638842008Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1961 | 2026-06-23T19:27:17.723Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 890809578, your_discriminator: 4071590032, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-23T19:27:16.638912434Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1962 | 2026-06-23T19:27:22.070Z | {"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":{40"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,","time":"time":"2026-06-23T19:27:20.638977657Z"2026-06-23T19:27:20.638985475Z",","hostname":"hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX"w-01KVTYTWX35R58Z1ZF1KRMT5PX",","pidpid""::47824782,"peer,"":"peer":"2001:db8::20","2001:db8::10"state":,""Up","state":"unit":"Up","session"unit,"":"module":"session","state_machine"module":","state_machine"component":,""bfd"component":"bfd"}} |
| 1963 | 2026-06-23T19:27:22.070Z | |
| 1964 | 2026-06-23T19:27:22.070Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"{slog-rs",""level":msg"40:"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-23T19:27:20.639025977Z","hostname":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","pid":4782,","peer":time":""203.0.113.20","state":"2026-06-23T19:27:20.639028077Z"Up",","unit":"hostname":"session","module":"w-01KVTYTWX35R58Z1ZF1KRMT5PX","state_machine"pid",:"4782component":"bfd,""peer}" |
| 1965 | 2026-06-23T19:27:22.070Z | :"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1966 | 2026-06-23T19:27:22.103Z | test test::test_protocol_basics ... ok |
| 1967 | 2026-06-23T19:27:22.104Z | |
| 1968 | 2026-06-23T19:27:22.104Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s |
| 1969 | 2026-06-23T19:27:22.104Z | |
| 1970 | 2026-06-23T19:27:22.104Z | PASS [ 10.054s] bfd test::test_protocol_basics |
| 1971 | 2026-06-23T19:27:22.104Z | START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1972 | 2026-06-23T19:27:22.104Z | |
| 1973 | 2026-06-23T19:27:22.104Z | running 1 test |
| 1974 | 2026-06-23T19:27:22.104Z | test v10::static_routes::tests::v1_add_request_converts_to_latest ... ok |
| 1975 | 2026-06-23T19:27:22.104Z | |
| 1976 | 2026-06-23T19:27:22.104Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1977 | 2026-06-23T19:27:22.104Z | |
| 1978 | 2026-06-23T19:27:22.104Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1979 | 2026-06-23T19:27:22.104Z | START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1980 | 2026-06-23T19:27:22.104Z | |
| 1981 | 2026-06-23T19:27:22.104Z | running 1 test |
| 1982 | 2026-06-23T19:27:22.104Z | test v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok |
| 1983 | 2026-06-23T19:27:22.104Z | |
| 1984 | 2026-06-23T19:27:22.104Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1985 | 2026-06-23T19:27:22.104Z | |
| 1986 | 2026-06-23T19:27:22.104Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1987 | 2026-06-23T19:27:22.104Z | START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1988 | 2026-06-23T19:27:22.104Z | |
| 1989 | 2026-06-23T19:27:22.104Z | running 1 test |
| 1990 | 2026-06-23T19:27:22.104Z | test v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok |
| 1991 | 2026-06-23T19:27:22.104Z | |
| 1992 | 2026-06-23T19:27:22.104Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1993 | 2026-06-23T19:27:22.104Z | |
| 1994 | 2026-06-23T19:27:22.104Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1995 | 2026-06-23T19:27:22.104Z | START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1996 | 2026-06-23T19:27:22.105Z | |
| 1997 | 2026-06-23T19:27:22.105Z | running 1 test |
| 1998 | 2026-06-23T19:27:22.105Z | test v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok |
| 1999 | 2026-06-23T19:27:22.105Z | |
| 2000 | 2026-06-23T19:27:22.105Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 2001 | 2026-06-23T19:27:22.105Z | |
| 2002 | 2026-06-23T19:27:22.105Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2003 | 2026-06-23T19:27:22.105Z | ──────────── |
| 2004 | 2026-06-23T19:27:22.105Z | Summary [ 10.121s] 6 tests run: 6 passed, 0 skipped |
| 2005 | 2026-06-23T19:27:22.105Z | process exited: duration 328886 ms, exit code 0 |
| |
| 2006 | 2026-06-23T19:27:22.130Z | found 0 output files |