|
|
|
| 1 | 2026-06-17T16:00:37.166Z | job assigned to worker 01KVB4YP629VN6JA9HAC4D83NF [factory aws, i-05bebbbe634113075] (queued for 56 s) |
| |
| 2 | 2026-06-17T16:00:44.537Z | starting task 0: "setup" |
| 3 | 2026-06-17T16:00:45.080Z | ++ uname -s |
| 4 | 2026-06-17T16:00:45.080Z | + kern=SunOS |
| 5 | 2026-06-17T16:00:45.080Z | + build_user=build |
| 6 | 2026-06-17T16:00:45.080Z | + build_uid=12345 |
| 7 | 2026-06-17T16:00:45.080Z | + work_dir=/work |
| 8 | 2026-06-17T16:00:45.080Z | + input_dir=/input |
| 9 | 2026-06-17T16:00:45.080Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T16:00:45.081Z | + case "$kern" in |
| 11 | 2026-06-17T16:00:45.081Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T16:00:45.081Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T16:00:46.635Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T16:00:46.652Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T16:00:46.652Z | + home_fs=zfs |
| 16 | 2026-06-17T16:00:46.652Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T16:00:46.652Z | + mkdir -p /home/build |
| 18 | 2026-06-17T16:00:46.652Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T16:00:48.631Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T16:00:48.642Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-06-17T16:00:48.651Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T16:00:48.656Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-17T16:00:48.656Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-17T16:00:48.656Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-17T16:00:48.656Z | * rust toolchain profile = "default" |
| 26 | 2026-06-17T16:00:48.656Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-17T16:00:48.656Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T16:00:48.660Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T16:00:48.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-17T16:00:48.779Z | info: downloading installer |
| 31 | 2026-06-17T16:00:50.453Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-17T16:00:50.454Z | warn: /opt/ooce/bin |
| 33 | 2026-06-17T16:00:50.454Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-17T16:00:50.454Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-17T16:00:50.454Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-17T16:00:50.454Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-17T16:00:50.454Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-17T16:00:50.454Z | error: cannot install while Rust is installed |
| 39 | 2026-06-17T16:00:50.454Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-17T16:00:50.458Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-17T16:00:50.458Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-17T16:00:50.458Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-17T16:00:50.458Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-17T16:00:50.468Z | info: profile set to default |
| 45 | 2026-06-17T16:00:50.468Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-17T16:00:50.471Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-17T16:00:50.625Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-17T16:00:50.628Z | info: downloading 6 components |
| 49 | 2026-06-17T16:01:05.998Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-17T16:01:05.998Z | |
| 51 | 2026-06-17T16:01:06.026Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-17T16:01:06.026Z | |
| 53 | 2026-06-17T16:01:06.029Z | |
| 54 | 2026-06-17T16:01:06.029Z | Rust is installed now. Great! |
| 55 | 2026-06-17T16:01:06.029Z | |
| 56 | 2026-06-17T16:01:06.029Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-17T16:01:06.029Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-17T16:01:06.029Z | |
| 59 | 2026-06-17T16:01:06.029Z | To configure your current shell, you need to source |
| 60 | 2026-06-17T16:01:06.029Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-17T16:01:06.029Z | |
| 62 | 2026-06-17T16:01:06.029Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-17T16:01:06.029Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-17T16:01:06.029Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-17T16:01:06.029Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-17T16:01:06.029Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-17T16:01:06.029Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-17T16:01:06.029Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-17T16:01:06.029Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-17T16:01:06.029Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-17T16:01:06.129Z | + rustup --version |
| 72 | 2026-06-17T16:01:06.136Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-17T16:01:06.139Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-17T16:01:06.157Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-17T16:01:06.160Z | + cargo --version |
| 76 | 2026-06-17T16:01:06.174Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-17T16:01:06.178Z | + rustc --version |
| 78 | 2026-06-17T16:01:06.194Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-17T16:01:06.197Z | process exited: duration 17544 ms, exit code 0 |
| |
| 80 | 2026-06-17T16:01:06.203Z | starting task 2: "authentication" |
| 81 | 2026-06-17T16:01:06.219Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-17T16:01:06.228Z | starting task 3: "clone repository" |
| 83 | 2026-06-17T16:01:06.231Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-17T16:01:06.234Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-17T16:01:06.260Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-17T16:01:08.140Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-17T16:01:08.140Z | + git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 88 | 2026-06-17T16:01:08.444Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-17T16:01:08.444Z | * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD |
| 90 | 2026-06-17T16:01:08.453Z | + [[ -n trey/md5-auth-key ]] |
| 91 | 2026-06-17T16:01:08.459Z | ++ git branch --show-current |
| 92 | 2026-06-17T16:01:08.459Z | + current=main |
| 93 | 2026-06-17T16:01:08.459Z | + [[ main != trey/md5-auth-key ]] |
| 94 | 2026-06-17T16:01:08.459Z | + git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 95 | 2026-06-17T16:01:08.459Z | + git checkout -f trey/md5-auth-key |
| 96 | 2026-06-17T16:01:08.471Z | Switched to branch 'trey/md5-auth-key' |
| 97 | 2026-06-17T16:01:08.477Z | + git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 98 | 2026-06-17T16:01:08.491Z | HEAD is now at 2b5cf1e fmt: yank trailing newline |
| 99 | 2026-06-17T16:01:08.499Z | process exited: duration 2263 ms, exit code 0 |
| |
| 100 | 2026-06-17T16:01:08.509Z | starting task 4: "build" |
| 101 | 2026-06-17T16:01:08.513Z | + set -o errexit |
| 102 | 2026-06-17T16:01:08.513Z | + set -o pipefail |
| 103 | 2026-06-17T16:01:08.513Z | + source .github/buildomat/test-common.sh |
| 104 | 2026-06-17T16:01:08.513Z | ++ NEXTEST_VERSION=0.9.97 |
| 105 | 2026-06-17T16:01:08.513Z | ++ PLATFORM=illumos |
| 106 | 2026-06-17T16:01:08.513Z | ++ banner install |
| 107 | 2026-06-17T16:01:08.516Z | |
| 108 | 2026-06-17T16:01:08.516Z | # # # #### ##### ## # # |
| 109 | 2026-06-17T16:01:08.517Z | # ## # # # # # # # |
| 110 | 2026-06-17T16:01:08.517Z | # # # # #### # # # # # |
| 111 | 2026-06-17T16:01:08.517Z | # # # # # # ###### # # |
| 112 | 2026-06-17T16:01:08.517Z | # # ## # # # # # # # |
| 113 | 2026-06-17T16:01:08.517Z | # # # #### # # # ###### ###### |
| 114 | 2026-06-17T16:01:08.517Z | |
| 115 | 2026-06-17T16:01:08.517Z | ++ set +o errexit |
| 116 | 2026-06-17T16:01:08.517Z | ++ pkg info clang-15 |
| 117 | 2026-06-17T16:01:08.517Z | ++ grep -qi installed |
| 118 | 2026-06-17T16:01:09.728Z | pkg: info: no packages matching the following patterns you specified are |
| 119 | 2026-06-17T16:01:09.728Z | installed on the system. Try querying remotely instead: |
| 120 | 2026-06-17T16:01:09.728Z | |
| 121 | 2026-06-17T16:01:09.728Z | clang-15 |
| 122 | 2026-06-17T16:01:09.766Z | ++ [[ 1 != 0 ]] |
| 123 | 2026-06-17T16:01:09.766Z | ++ set -o errexit |
| 124 | 2026-06-17T16:01:09.769Z | ++ pfexec pkg install clang-15 |
| 125 | 2026-06-17T16:01:17.469Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2026-06-17T16:01:25.274Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-17T16:01:32.665Z | Planning: Solver setup ... Done |
| 128 | 2026-06-17T16:01:32.706Z | Planning: Running solver ... Done |
| 129 | 2026-06-17T16:01:32.851Z | Planning: Finding local manifests ... Done |
| 130 | 2026-06-17T16:01:32.875Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-17T16:01:32.969Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-17T16:01:32.999Z | Planning: Package planning ... Done |
| 133 | 2026-06-17T16:01:33.026Z | Planning: Merging actions ... Done |
| 134 | 2026-06-17T16:01:33.135Z | Planning: Checking for conflicting actions ... Done |
| 135 | 2026-06-17T16:01:33.143Z | Planning: Consolidating action changes ... Done |
| 136 | 2026-06-17T16:01:33.993Z | Planning: Evaluating mediators ... Done |
| 137 | 2026-06-17T16:01:33.998Z | Planning: Planning completed in 8.55 seconds |
| 138 | 2026-06-17T16:01:34.010Z | Packages to install: 2 |
| 139 | 2026-06-17T16:01:34.013Z | Mediators to change: 2 |
| 140 | 2026-06-17T16:01:34.013Z | Services to change: 1 |
| 141 | 2026-06-17T16:01:34.013Z | Create boot environment: No |
| 142 | 2026-06-17T16:01:34.013Z | Create backup boot environment: No |
| 143 | 2026-06-17T16:01:34.053Z | |
| 144 | 2026-06-17T16:01:34.053Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 145 | 2026-06-17T16:01:39.054Z | Download: 823/3076 items 18.1/211.3MB 8% complete (3.9M/s) |
| 146 | 2026-06-17T16:01:44.544Z | Download: 981/3076 items 82.1/211.3MB 38% complete (11.5M/s) |
| 147 | 2026-06-17T16:02:01.212Z | Download: 984/3076 items 82.1/211.3MB 38% complete |
| 148 | 2026-06-17T16:02:06.216Z | Download: 1776/3076 items 117.1/211.3MB 55% complete (7.2M/s) |
| 149 | 2026-06-17T16:02:12.262Z | Download: 2008/3076 items 117.8/211.3MB 55% complete (5.3M/s) |
| 150 | 2026-06-17T16:02:26.505Z | Download: 2009/3076 items 117.8/211.3MB 55% complete |
| 151 | 2026-06-17T16:02:32.435Z | Download: 3073/3076 items 211.0/211.3MB 99% complete (25.8M/s) |
| 152 | 2026-06-17T16:02:32.454Z | Download: Completed 211.31 MB in 58.39 seconds (3.6M/s) |
| 153 | 2026-06-17T16:02:32.598Z | Actions: 1/3418 actions (Installing new actions) |
| 154 | 2026-06-17T16:02:35.761Z | Actions: Completed 3418 actions in 3.16 seconds. |
| 155 | 2026-06-17T16:02:36.427Z | Done |
| 156 | 2026-06-17T16:02:36.427Z | Done |
| 157 | 2026-06-17T16:02:37.175Z | Done |
| 158 | 2026-06-17T16:02:40.656Z | Done |
| 159 | 2026-06-17T16:02:40.725Z | Done |
| 160 | 2026-06-17T16:02:40.729Z | Done |
| 161 | 2026-06-17T16:02:40.992Z | Done |
| 162 | 2026-06-17T16:02:41.685Z | ++ set -o errexit |
| 163 | 2026-06-17T16:02:41.685Z | ++ cargo --version |
| 164 | 2026-06-17T16:02:41.692Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 165 | 2026-06-17T16:02:41.864Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 166 | 2026-06-17T16:02:41.867Z | info: downloading 6 components |
| 167 | 2026-06-17T16:02:58.024Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 168 | 2026-06-17T16:02:58.027Z | ++ rustc --version |
| 169 | 2026-06-17T16:02:58.055Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 170 | 2026-06-17T16:02:58.058Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 171 | 2026-06-17T16:02:58.101Z | Updating crates.io index |
| 172 | 2026-06-17T16:02:58.219Z | Downloading crates ... |
| 173 | 2026-06-17T16:02:58.287Z | Downloaded cargo-nextest v0.9.97 |
| 174 | 2026-06-17T16:02:58.360Z | Installing cargo-nextest v0.9.97 |
| 175 | 2026-06-17T16:02:58.402Z | Updating crates.io index |
| 176 | 2026-06-17T16:03:00.999Z | Locking 404 packages to latest compatible versions |
| 177 | 2026-06-17T16:03:01.009Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 178 | 2026-06-17T16:03:01.009Z | Adding duct v0.13.7 (available: v1.1.1) |
| 179 | 2026-06-17T16:03:01.010Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 180 | 2026-06-17T16:03:01.010Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 181 | 2026-06-17T16:03:01.013Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 182 | 2026-06-17T16:03:01.013Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 183 | 2026-06-17T16:03:01.013Z | Adding nextest-filtering v0.15.0 (available: v0.21.1) |
| 184 | 2026-06-17T16:03:01.013Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 185 | 2026-06-17T16:03:01.013Z | Adding nextest-runner v0.80.0 (available: v0.118.0) |
| 186 | 2026-06-17T16:03:01.013Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 187 | 2026-06-17T16:03:01.040Z | Downloading crates ... |
| 188 | 2026-06-17T16:03:01.108Z | Downloaded cargo-platform v0.3.3 |
| 189 | 2026-06-17T16:03:01.116Z | Downloaded cargo-util-schemas v0.2.0 |
| 190 | 2026-06-17T16:03:01.119Z | Downloaded atomic-waker v1.1.2 |
| 191 | 2026-06-17T16:03:01.119Z | Downloaded addr2line v0.25.1 |
| 192 | 2026-06-17T16:03:01.124Z | Downloaded bitflags v2.13.0 |
| 193 | 2026-06-17T16:03:01.128Z | Downloaded autocfg v1.5.1 |
| 194 | 2026-06-17T16:03:01.131Z | Downloaded atomicwrites v0.4.4 |
| 195 | 2026-06-17T16:03:01.135Z | Downloaded cargo-platform v0.2.0 |
| 196 | 2026-06-17T16:03:01.138Z | Downloaded lru-slab v0.1.2 |
| 197 | 2026-06-17T16:03:01.138Z | Downloaded anstyle-parse v1.0.0 |
| 198 | 2026-06-17T16:03:01.141Z | Downloaded once_cell v1.21.4 |
| 199 | 2026-06-17T16:03:01.145Z | Downloaded os_pipe v1.2.3 |
| 200 | 2026-06-17T16:03:01.145Z | Downloaded http v1.4.2 |
| 201 | 2026-06-17T16:03:01.148Z | Downloaded nested v0.1.1 |
| 202 | 2026-06-17T16:03:01.148Z | Downloaded foreign-types-shared v0.1.1 |
| 203 | 2026-06-17T16:03:01.149Z | Downloaded block-buffer v0.10.4 |
| 204 | 2026-06-17T16:03:01.152Z | Downloaded async-scoped v0.9.0 |
| 205 | 2026-06-17T16:03:01.152Z | Downloaded anstyle-query v1.1.5 |
| 206 | 2026-06-17T16:03:01.152Z | Downloaded indent_write v2.2.0 |
| 207 | 2026-06-17T16:03:01.156Z | Downloaded nextest-filtering v0.15.0 |
| 208 | 2026-06-17T16:03:01.156Z | Downloaded nextest-metadata v0.12.2 |
| 209 | 2026-06-17T16:03:01.159Z | Downloaded itoa v1.0.18 |
| 210 | 2026-06-17T16:03:01.159Z | Downloaded anstream v1.0.0 |
| 211 | 2026-06-17T16:03:01.159Z | Downloaded colorchoice v1.0.5 |
| 212 | 2026-06-17T16:03:01.159Z | Downloaded eyre v0.6.12 |
| 213 | 2026-06-17T16:03:01.162Z | Downloaded parking_lot_core v0.9.12 |
| 214 | 2026-06-17T16:03:01.165Z | Downloaded pkg-config v0.3.33 |
| 215 | 2026-06-17T16:03:01.165Z | Downloaded camino-tempfile v1.4.1 |
| 216 | 2026-06-17T16:03:01.169Z | Downloaded rustc_version v0.4.1 |
| 217 | 2026-06-17T16:03:01.169Z | Downloaded backtrace-ext v0.2.1 |
| 218 | 2026-06-17T16:03:01.172Z | Downloaded bytes v1.11.1 |
| 219 | 2026-06-17T16:03:01.175Z | Downloaded number_prefix v0.4.0 |
| 220 | 2026-06-17T16:03:01.175Z | Downloaded mukti-metadata v0.3.0 |
| 221 | 2026-06-17T16:03:01.175Z | Downloaded debug-ignore v1.0.5 |
| 222 | 2026-06-17T16:03:01.178Z | Downloaded litrs v1.0.0 |
| 223 | 2026-06-17T16:03:01.181Z | Downloaded percent-encoding v2.3.2 |
| 224 | 2026-06-17T16:03:01.181Z | Downloaded adler2 v2.0.1 |
| 225 | 2026-06-17T16:03:01.181Z | Downloaded pin-project-internal v1.1.13 |
| 226 | 2026-06-17T16:03:01.184Z | Downloaded anstyle v1.0.14 |
| 227 | 2026-06-17T16:03:01.187Z | Downloaded nextest-workspace-hack v0.1.0 |
| 228 | 2026-06-17T16:03:01.187Z | Downloaded indenter v0.3.4 |
| 229 | 2026-06-17T16:03:01.187Z | Downloaded idna_adapter v1.0.0 |
| 230 | 2026-06-17T16:03:01.187Z | Downloaded enable-ansi-support v0.2.1 |
| 231 | 2026-06-17T16:03:01.190Z | Downloaded document-features v0.2.12 |
| 232 | 2026-06-17T16:03:01.190Z | Downloaded pathdiff v0.2.3 |
| 233 | 2026-06-17T16:03:01.190Z | Downloaded miette-derive v7.6.0 |
| 234 | 2026-06-17T16:03:01.193Z | Downloaded quinn-udp v0.5.14 |
| 235 | 2026-06-17T16:03:01.193Z | Downloaded openssl-probe v0.2.1 |
| 236 | 2026-06-17T16:03:01.196Z | Downloaded futures-core v0.3.32 |
| 237 | 2026-06-17T16:03:01.196Z | Downloaded is_ci v1.2.0 |
| 238 | 2026-06-17T16:03:01.199Z | Downloaded cfg_aliases v0.2.1 |
| 239 | 2026-06-17T16:03:01.199Z | Downloaded futures-task v0.3.32 |
| 240 | 2026-06-17T16:03:01.199Z | Downloaded foreign-types v0.3.2 |
| 241 | 2026-06-17T16:03:01.199Z | Downloaded hex v0.4.3 |
| 242 | 2026-06-17T16:03:01.202Z | Downloaded cfg-if v1.0.4 |
| 243 | 2026-06-17T16:03:01.202Z | Downloaded simd-adler32 v0.3.9 |
| 244 | 2026-06-17T16:03:01.205Z | Downloaded lazy_static v1.5.0 |
| 245 | 2026-06-17T16:03:01.205Z | Downloaded futures-macro v0.3.32 |
| 246 | 2026-06-17T16:03:01.205Z | Downloaded humantime v2.3.0 |
| 247 | 2026-06-17T16:03:01.208Z | Downloaded guppy-workspace-hack v0.1.0 |
| 248 | 2026-06-17T16:03:01.208Z | Downloaded find-msvc-tools v0.1.9 |
| 249 | 2026-06-17T16:03:01.208Z | Downloaded ed25519 v2.2.3 |
| 250 | 2026-06-17T16:03:01.212Z | Downloaded base64 v0.22.1 |
| 251 | 2026-06-17T16:03:01.215Z | Downloaded rustls-pki-types v1.14.1 |
| 252 | 2026-06-17T16:03:01.215Z | Downloaded miette v7.6.0 |
| 253 | 2026-06-17T16:03:01.218Z | Downloaded is_terminal_polyfill v1.70.2 |
| 254 | 2026-06-17T16:03:01.218Z | Downloaded heck v0.5.0 |
| 255 | 2026-06-17T16:03:01.221Z | Downloaded clap_lex v1.1.0 |
| 256 | 2026-06-17T16:03:01.221Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 257 | 2026-06-17T16:03:01.221Z | Downloaded crypto-common v0.1.7 |
| 258 | 2026-06-17T16:03:01.224Z | Downloaded ahash v0.8.12 |
| 259 | 2026-06-17T16:03:01.224Z | Downloaded openssl-macros v0.1.1 |
| 260 | 2026-06-17T16:03:01.227Z | Downloaded futures-sink v0.3.32 |
| 261 | 2026-06-17T16:03:01.227Z | Downloaded serde_spanned v0.6.9 |
| 262 | 2026-06-17T16:03:01.231Z | Downloaded fnv v1.0.7 |
| 263 | 2026-06-17T16:03:01.231Z | Downloaded color-spantrace v0.3.0 |
| 264 | 2026-06-17T16:03:01.231Z | Downloaded ordered-float v2.10.1 |
| 265 | 2026-06-17T16:03:01.235Z | Downloaded quote v1.0.45 |
| 266 | 2026-06-17T16:03:01.235Z | Downloaded form_urlencoded v1.2.2 |
| 267 | 2026-06-17T16:03:01.235Z | Downloaded ppv-lite86 v0.2.21 |
| 268 | 2026-06-17T16:03:01.239Z | Downloaded futures-io v0.3.32 |
| 269 | 2026-06-17T16:03:01.239Z | Downloaded scopeguard v1.2.0 |
| 270 | 2026-06-17T16:03:01.239Z | Downloaded http-body v1.0.1 |
| 271 | 2026-06-17T16:03:01.239Z | Downloaded equivalent v1.0.2 |
| 272 | 2026-06-17T16:03:01.242Z | Downloaded serde-value v0.7.0 |
| 273 | 2026-06-17T16:03:01.246Z | Downloaded serde_ignored v0.1.14 |
| 274 | 2026-06-17T16:03:01.246Z | Downloaded self-replace v1.5.0 |
| 275 | 2026-06-17T16:03:01.249Z | Downloaded jobserver v0.1.34 |
| 276 | 2026-06-17T16:03:01.249Z | Downloaded semver v1.0.28 |
| 277 | 2026-06-17T16:03:01.249Z | Downloaded serde_spanned v1.1.1 |
| 278 | 2026-06-17T16:03:01.252Z | Downloaded errno v0.3.14 |
| 279 | 2026-06-17T16:03:01.261Z | Downloaded cargo_metadata v0.23.1 |
| 280 | 2026-06-17T16:03:01.264Z | Downloaded strip-ansi-escapes v0.2.1 |
| 281 | 2026-06-17T16:03:01.267Z | Downloaded foldhash v0.1.5 |
| 282 | 2026-06-17T16:03:01.267Z | Downloaded pin-project v1.1.13 |
| 283 | 2026-06-17T16:03:01.272Z | Downloaded parking_lot v0.12.5 |
| 284 | 2026-06-17T16:03:01.275Z | Downloaded supports-color v3.0.2 |
| 285 | 2026-06-17T16:03:01.278Z | Downloaded sigchld v0.2.4 |
| 286 | 2026-06-17T16:03:01.278Z | Downloaded camino v1.2.2 |
| 287 | 2026-06-17T16:03:01.278Z | Downloaded borsh v1.6.1 |
| 288 | 2026-06-17T16:03:01.282Z | Downloaded ryu v1.0.23 |
| 289 | 2026-06-17T16:03:01.285Z | Downloaded signature v2.2.0 |
| 290 | 2026-06-17T16:03:01.287Z | Downloaded swrite v0.1.0 |
| 291 | 2026-06-17T16:03:01.287Z | Downloaded base64ct v1.8.3 |
| 292 | 2026-06-17T16:03:01.288Z | Downloaded lock_api v0.4.14 |
| 293 | 2026-06-17T16:03:01.291Z | Downloaded rustc-hash v2.1.2 |
| 294 | 2026-06-17T16:03:01.291Z | Downloaded shell-words v1.1.1 |
| 295 | 2026-06-17T16:03:01.291Z | Downloaded sha2 v0.10.9 |
| 296 | 2026-06-17T16:03:01.294Z | Downloaded hyper-tls v0.6.0 |
| 297 | 2026-06-17T16:03:01.294Z | Downloaded tinyvec_macros v0.1.1 |
| 298 | 2026-06-17T16:03:01.294Z | Downloaded newtype-uuid v1.3.2 |
| 299 | 2026-06-17T16:03:01.294Z | Downloaded futures-executor v0.3.32 |
| 300 | 2026-06-17T16:03:01.297Z | Downloaded filetime v0.2.29 |
| 301 | 2026-06-17T16:03:01.297Z | Downloaded cargo_metadata v0.20.0 |
| 302 | 2026-06-17T16:03:01.300Z | Downloaded erased-serde v0.4.10 |
| 303 | 2026-06-17T16:03:01.303Z | Downloaded indicatif v0.17.11 |
| 304 | 2026-06-17T16:03:01.306Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-06-17T16:03:01.309Z | Downloaded serde-untagged v0.1.9 |
| 306 | 2026-06-17T16:03:01.309Z | Downloaded convert_case v0.10.0 |
| 307 | 2026-06-17T16:03:01.314Z | Downloaded cpufeatures v0.2.17 |
| 308 | 2026-06-17T16:03:01.316Z | Downloaded future-queue v0.4.0 |
| 309 | 2026-06-17T16:03:01.316Z | Downloaded humantime-serde v1.1.1 |
| 310 | 2026-06-17T16:03:01.316Z | Downloaded digest v0.10.7 |
| 311 | 2026-06-17T16:03:01.320Z | Downloaded tokio-macros v2.7.0 |
| 312 | 2026-06-17T16:03:01.323Z | Downloaded toml_datetime v0.6.11 |
| 313 | 2026-06-17T16:03:01.323Z | Downloaded supports-hyperlinks v3.2.0 |
| 314 | 2026-06-17T16:03:01.326Z | Downloaded home v0.5.12 |
| 315 | 2026-06-17T16:03:01.330Z | Downloaded serde_path_to_error v0.1.20 |
| 316 | 2026-06-17T16:03:01.330Z | Downloaded fixedbitset v0.5.7 |
| 317 | 2026-06-17T16:03:01.333Z | Downloaded tower-layer v0.3.3 |
| 318 | 2026-06-17T16:03:01.333Z | Downloaded duct v0.13.7 |
| 319 | 2026-06-17T16:03:01.338Z | Downloaded fastrand v2.4.1 |
| 320 | 2026-06-17T16:03:01.346Z | Downloaded subtle v2.6.1 |
| 321 | 2026-06-17T16:03:01.349Z | Downloaded shared_child v1.1.1 |
| 322 | 2026-06-17T16:03:01.349Z | Downloaded terminal_size v0.4.4 |
| 323 | 2026-06-17T16:03:01.349Z | Downloaded supports-unicode v3.0.0 |
| 324 | 2026-06-17T16:03:01.349Z | Downloaded tower-service v0.3.3 |
| 325 | 2026-06-17T16:03:01.349Z | Downloaded try-lock v0.2.5 |
| 326 | 2026-06-17T16:03:01.352Z | Downloaded sync_wrapper v1.0.2 |
| 327 | 2026-06-17T16:03:01.352Z | Downloaded serde_urlencoded v0.7.1 |
| 328 | 2026-06-17T16:03:01.352Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-06-17T16:03:01.358Z | Downloaded futures-channel v0.3.32 |
| 330 | 2026-06-17T16:03:01.358Z | Downloaded clap_derive v4.6.1 |
| 331 | 2026-06-17T16:03:01.361Z | Downloaded thread_local v1.1.9 |
| 332 | 2026-06-17T16:03:01.361Z | Downloaded target-lexicon v0.13.5 |
| 333 | 2026-06-17T16:03:01.361Z | Downloaded static_assertions v1.1.0 |
| 334 | 2026-06-17T16:03:01.361Z | Downloaded tokio-native-tls v0.3.1 |
| 335 | 2026-06-17T16:03:01.364Z | Downloaded spki v0.7.3 |
| 336 | 2026-06-17T16:03:01.364Z | Downloaded smol_str v0.3.6 |
| 337 | 2026-06-17T16:03:01.367Z | Downloaded utf8_iter v1.0.4 |
| 338 | 2026-06-17T16:03:01.367Z | Downloaded unicode-xid v0.2.6 |
| 339 | 2026-06-17T16:03:01.367Z | Downloaded tracing-error v0.2.1 |
| 340 | 2026-06-17T16:03:01.367Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-06-17T16:03:01.370Z | Downloaded http-body-util v0.1.3 |
| 342 | 2026-06-17T16:03:01.370Z | Downloaded thiserror v1.0.69 |
| 343 | 2026-06-17T16:03:01.373Z | Downloaded owo-colors v4.3.0 |
| 344 | 2026-06-17T16:03:01.373Z | Downloaded const-oid v0.9.6 |
| 345 | 2026-06-17T16:03:01.373Z | Downloaded console v0.15.11 |
| 346 | 2026-06-17T16:03:01.376Z | Downloaded either v1.16.0 |
| 347 | 2026-06-17T16:03:01.376Z | Downloaded dialoguer v0.11.0 |
| 348 | 2026-06-17T16:03:01.379Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-06-17T16:03:01.379Z | Downloaded cfg-expr v0.20.8 |
| 350 | 2026-06-17T16:03:01.382Z | Downloaded indexmap v2.14.0 |
| 351 | 2026-06-17T16:03:01.382Z | Downloaded getrandom v0.2.17 |
| 352 | 2026-06-17T16:03:01.385Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-06-17T16:03:01.388Z | Downloaded urlencoding v2.1.3 |
| 354 | 2026-06-17T16:03:01.388Z | Downloaded version_check v0.9.5 |
| 355 | 2026-06-17T16:03:01.393Z | Downloaded signal-hook-mio v0.2.5 |
| 356 | 2026-06-17T16:03:01.393Z | Downloaded pin-project-lite v0.2.17 |
| 357 | 2026-06-17T16:03:01.398Z | Downloaded untrusted v0.9.0 |
| 358 | 2026-06-17T16:03:01.398Z | Downloaded typeid v1.0.3 |
| 359 | 2026-06-17T16:03:01.398Z | Downloaded rustc-demangle v0.1.27 |
| 360 | 2026-06-17T16:03:01.399Z | Downloaded want v0.3.1 |
| 361 | 2026-06-17T16:03:01.399Z | Downloaded native-tls v0.2.18 |
| 362 | 2026-06-17T16:03:01.402Z | Downloaded signal-hook-registry v1.4.8 |
| 363 | 2026-06-17T16:03:01.402Z | Downloaded shlex v2.0.1 |
| 364 | 2026-06-17T16:03:01.402Z | Downloaded xattr v1.6.1 |
| 365 | 2026-06-17T16:03:01.406Z | Downloaded hyper-util v0.1.20 |
| 366 | 2026-06-17T16:03:01.409Z | Downloaded ipnet v2.12.0 |
| 367 | 2026-06-17T16:03:01.409Z | Downloaded rand_core v0.9.5 |
| 368 | 2026-06-17T16:03:01.412Z | Downloaded getrandom v0.4.2 |
| 369 | 2026-06-17T16:03:01.412Z | Downloaded getrandom v0.3.4 |
| 370 | 2026-06-17T16:03:01.416Z | Downloaded futures v0.3.32 |
| 371 | 2026-06-17T16:03:01.419Z | Downloaded clap v4.6.1 |
| 372 | 2026-06-17T16:03:01.424Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 373 | 2026-06-17T16:03:01.428Z | Downloaded tracing-log v0.2.0 |
| 374 | 2026-06-17T16:03:01.428Z | Downloaded globset v0.4.18 |
| 375 | 2026-06-17T16:03:01.428Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 376 | 2026-06-17T16:03:01.429Z | Downloaded thiserror-impl v1.0.69 |
| 377 | 2026-06-17T16:03:01.429Z | Downloaded unicase v2.9.0 |
| 378 | 2026-06-17T16:03:01.431Z | Downloaded target-spec-miette v0.4.8 |
| 379 | 2026-06-17T16:03:01.431Z | Downloaded sharded-slab v0.1.7 |
| 380 | 2026-06-17T16:03:01.435Z | Downloaded strsim v0.11.1 |
| 381 | 2026-06-17T16:03:01.435Z | Downloaded slab v0.4.12 |
| 382 | 2026-06-17T16:03:01.435Z | Downloaded rand_core v0.6.4 |
| 383 | 2026-06-17T16:03:01.435Z | Downloaded derive_more-impl v2.1.1 |
| 384 | 2026-06-17T16:03:01.438Z | Downloaded derive-where v1.6.1 |
| 385 | 2026-06-17T16:03:01.441Z | Downloaded log v0.4.32 |
| 386 | 2026-06-17T16:03:01.443Z | Downloaded crc32fast v1.5.0 |
| 387 | 2026-06-17T16:03:01.443Z | Downloaded serde_derive v1.0.228 |
| 388 | 2026-06-17T16:03:01.448Z | Downloaded smallvec v1.15.2 |
| 389 | 2026-06-17T16:03:01.448Z | Downloaded config v0.15.24 |
| 390 | 2026-06-17T16:03:01.451Z | Downloaded hyper-rustls v0.27.9 |
| 391 | 2026-06-17T16:03:01.451Z | Downloaded thiserror-impl v2.0.18 |
| 392 | 2026-06-17T16:03:01.453Z | Downloaded zmij v1.0.21 |
| 393 | 2026-06-17T16:03:01.454Z | Downloaded zipsign-api v0.1.5 |
| 394 | 2026-06-17T16:03:01.454Z | Downloaded signal-hook v0.3.18 |
| 395 | 2026-06-17T16:03:01.457Z | Downloaded zstd-safe v7.2.4 |
| 396 | 2026-06-17T16:03:01.457Z | Downloaded zstd v0.13.3 |
| 397 | 2026-06-17T16:03:01.459Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 398 | 2026-06-17T16:03:01.459Z | Downloaded toml v0.8.23 |
| 399 | 2026-06-17T16:03:01.463Z | Downloaded rand v0.9.4 |
| 400 | 2026-06-17T16:03:01.466Z | Downloaded iana-time-zone v0.1.65 |
| 401 | 2026-06-17T16:03:01.466Z | Downloaded ron v0.12.1 |
| 402 | 2026-06-17T16:03:01.469Z | Downloaded zeroize v1.9.0 |
| 403 | 2026-06-17T16:03:01.472Z | Downloaded xxhash-rust v0.8.15 |
| 404 | 2026-06-17T16:03:01.472Z | Downloaded tokio-rustls v0.26.4 |
| 405 | 2026-06-17T16:03:01.473Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-06-17T16:03:01.475Z | Downloaded socket2 v0.6.4 |
| 407 | 2026-06-17T16:03:01.475Z | Downloaded rand_chacha v0.9.0 |
| 408 | 2026-06-17T16:03:01.475Z | Downloaded regex v1.12.4 |
| 409 | 2026-06-17T16:03:01.479Z | Downloaded self_update v0.42.0 |
| 410 | 2026-06-17T16:03:01.484Z | Downloaded quick-junit v0.5.2 |
| 411 | 2026-06-17T16:03:01.488Z | Downloaded target-spec v3.6.0 |
| 412 | 2026-06-17T16:03:01.491Z | Downloaded pkcs8 v0.10.2 |
| 413 | 2026-06-17T16:03:01.495Z | Downloaded tinyvec v1.11.0 |
| 414 | 2026-06-17T16:03:01.495Z | Downloaded textwrap v0.16.2 |
| 415 | 2026-06-17T16:03:01.499Z | Downloaded proc-macro2 v1.0.106 |
| 416 | 2026-06-17T16:03:01.505Z | Downloaded ed25519-dalek v2.2.0 |
| 417 | 2026-06-17T16:03:01.507Z | Downloaded der v0.7.10 |
| 418 | 2026-06-17T16:03:01.510Z | Downloaded tokio-stream v0.1.18 |
| 419 | 2026-06-17T16:03:01.518Z | Downloaded tracing-attributes v0.1.31 |
| 420 | 2026-06-17T16:03:01.521Z | Downloaded httparse v1.10.1 |
| 421 | 2026-06-17T16:03:01.525Z | Downloaded flate2 v1.1.9 |
| 422 | 2026-06-17T16:03:01.529Z | Downloaded serde v1.0.228 |
| 423 | 2026-06-17T16:03:01.533Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 424 | 2026-06-17T16:03:01.536Z | Downloaded cc v1.2.64 |
| 425 | 2026-06-17T16:03:01.538Z | Downloaded backtrace v0.3.76 |
| 426 | 2026-06-17T16:03:01.547Z | Downloaded num-traits v0.2.19 |
| 427 | 2026-06-17T16:03:01.550Z | Downloaded toml_edit v0.22.27 |
| 428 | 2026-06-17T16:03:01.550Z | Downloaded rustls-webpki v0.103.13 |
| 429 | 2026-06-17T16:03:01.550Z | Downloaded openssl-sys v0.9.117 |
| 430 | 2026-06-17T16:03:01.553Z | Downloaded uuid v1.23.3 |
| 431 | 2026-06-17T16:03:01.553Z | Downloaded tempfile v3.27.0 |
| 432 | 2026-06-17T16:03:01.556Z | Downloaded tar v0.4.46 |
| 433 | 2026-06-17T16:03:01.556Z | Downloaded vte v0.14.1 |
| 434 | 2026-06-17T16:03:01.559Z | Downloaded unicode-ident v1.0.24 |
| 435 | 2026-06-17T16:03:01.562Z | Downloaded futures-util v0.3.32 |
| 436 | 2026-06-17T16:03:01.566Z | Downloaded derive_more v2.1.1 |
| 437 | 2026-06-17T16:03:01.572Z | Downloaded miniz_oxide v0.8.9 |
| 438 | 2026-06-17T16:03:01.601Z | Downloaded aho-corasick v1.1.4 |
| 439 | 2026-06-17T16:03:01.611Z | Downloaded typenum v1.20.1 |
| 440 | 2026-06-17T16:03:01.616Z | Downloaded crossterm v0.29.0 |
| 441 | 2026-06-17T16:03:01.620Z | Downloaded hashbrown v0.17.1 |
| 442 | 2026-06-17T16:03:01.623Z | Downloaded quinn v0.11.9 |
| 443 | 2026-06-17T16:03:01.626Z | Downloaded hashbrown v0.15.5 |
| 444 | 2026-06-17T16:03:01.629Z | Downloaded guppy v0.17.26 |
| 445 | 2026-06-17T16:03:01.639Z | Downloaded serde_json v1.0.150 |
| 446 | 2026-06-17T16:03:01.643Z | Downloaded h2 v0.4.15 |
| 447 | 2026-06-17T16:03:01.647Z | Downloaded url v2.5.8 |
| 448 | 2026-06-17T16:03:01.650Z | Downloaded clap_builder v4.6.0 |
| 449 | 2026-06-17T16:03:01.668Z | Downloaded memchr v2.8.2 |
| 450 | 2026-06-17T16:03:01.671Z | Downloaded mio v1.2.1 |
| 451 | 2026-06-17T16:03:01.671Z | Downloaded tracing-core v0.1.36 |
| 452 | 2026-06-17T16:03:01.685Z | Downloaded winnow v0.7.15 |
| 453 | 2026-06-17T16:03:01.691Z | Downloaded pulldown-cmark v0.13.4 |
| 454 | 2026-06-17T16:03:01.697Z | Downloaded tower v0.5.3 |
| 455 | 2026-06-17T16:03:01.706Z | Downloaded unicode-segmentation v1.13.3 |
| 456 | 2026-06-17T16:03:01.709Z | Downloaded tracing-subscriber v0.3.23 |
| 457 | 2026-06-17T16:03:01.713Z | Downloaded webpki-roots v1.0.8 |
| 458 | 2026-06-17T16:03:01.716Z | Downloaded chrono v0.4.45 |
| 459 | 2026-06-17T16:03:01.724Z | Downloaded unicode-normalization v0.1.25 |
| 460 | 2026-06-17T16:03:01.744Z | Downloaded idna v1.1.0 |
| 461 | 2026-06-17T16:03:01.747Z | Downloaded unicode-width v0.1.14 |
| 462 | 2026-06-17T16:03:01.751Z | Downloaded unicode-width v0.2.2 |
| 463 | 2026-06-17T16:03:01.756Z | Downloaded reqwest v0.12.28 |
| 464 | 2026-06-17T16:03:01.759Z | Downloaded syn v2.0.118 |
| 465 | 2026-06-17T16:03:01.763Z | Downloaded bstr v1.12.1 |
| 466 | 2026-06-17T16:03:01.767Z | Downloaded hyper v1.10.1 |
| 467 | 2026-06-17T16:03:01.771Z | Downloaded tokio-util v0.7.18 |
| 468 | 2026-06-17T16:03:01.776Z | Downloaded tower-http v0.6.11 |
| 469 | 2026-06-17T16:03:01.780Z | Downloaded itertools v0.14.0 |
| 470 | 2026-06-17T16:03:01.783Z | Downloaded gimli v0.32.3 |
| 471 | 2026-06-17T16:03:01.789Z | Downloaded tracing v0.1.44 |
| 472 | 2026-06-17T16:03:01.800Z | Downloaded quick-xml v0.37.5 |
| 473 | 2026-06-17T16:03:01.803Z | Downloaded portable-atomic v1.13.1 |
| 474 | 2026-06-17T16:03:01.806Z | Downloaded curve25519-dalek v4.1.3 |
| 475 | 2026-06-17T16:03:01.816Z | Downloaded winnow v1.0.3 |
| 476 | 2026-06-17T16:03:01.821Z | Downloaded color-eyre v0.6.5 |
| 477 | 2026-06-17T16:03:01.834Z | Downloaded tokio v1.52.3 |
| 478 | 2026-06-17T16:03:01.857Z | Downloaded openssl v0.10.81 |
| 479 | 2026-06-17T16:03:01.860Z | Downloaded quick-xml v0.38.4 |
| 480 | 2026-06-17T16:03:01.863Z | Downloaded quinn-proto v0.11.14 |
| 481 | 2026-06-17T16:03:01.870Z | Downloaded vcpkg v0.2.15 |
| 482 | 2026-06-17T16:03:01.891Z | Downloaded nix v0.30.1 |
| 483 | 2026-06-17T16:03:01.923Z | Downloaded zerocopy v0.8.52 |
| 484 | 2026-06-17T16:03:01.929Z | Downloaded nextest-runner v0.80.0 |
| 485 | 2026-06-17T16:03:01.966Z | Downloaded object v0.37.3 |
| 486 | 2026-06-17T16:03:01.974Z | Downloaded regex-syntax v0.8.11 |
| 487 | 2026-06-17T16:03:01.984Z | Downloaded rustls v0.23.40 |
| 488 | 2026-06-17T16:03:01.990Z | Downloaded rustix v0.38.44 |
| 489 | 2026-06-17T16:03:02.023Z | Downloaded rustix v1.1.4 |
| 490 | 2026-06-17T16:03:02.094Z | Downloaded regex-automata v0.4.14 |
| 491 | 2026-06-17T16:03:02.152Z | Downloaded libc v0.2.186 |
| 492 | 2026-06-17T16:03:02.169Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 493 | 2026-06-17T16:03:02.186Z | Downloaded petgraph v0.8.3 |
| 494 | 2026-06-17T16:03:02.258Z | Downloaded recursion v0.5.4 |
| 495 | 2026-06-17T16:03:02.264Z | Downloaded ring v0.17.14 |
| 496 | 2026-06-17T16:03:02.326Z | Compiling libc v0.2.186 |
| 497 | 2026-06-17T16:03:02.326Z | Compiling proc-macro2 v1.0.106 |
| 498 | 2026-06-17T16:03:02.326Z | Compiling quote v1.0.45 |
| 499 | 2026-06-17T16:03:02.326Z | Compiling unicode-ident v1.0.24 |
| 500 | 2026-06-17T16:03:02.330Z | Compiling serde_core v1.0.228 |
| 501 | 2026-06-17T16:03:02.330Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-06-17T16:03:02.330Z | Compiling memchr v2.8.2 |
| 503 | 2026-06-17T16:03:02.330Z | Compiling once_cell v1.21.4 |
| 504 | 2026-06-17T16:03:02.591Z | Compiling log v0.4.32 |
| 505 | 2026-06-17T16:03:02.607Z | Compiling pin-project-lite v0.2.17 |
| 506 | 2026-06-17T16:03:02.697Z | Compiling serde v1.0.228 |
| 507 | 2026-06-17T16:03:02.742Z | Compiling itoa v1.0.18 |
| 508 | 2026-06-17T16:03:02.914Z | Compiling futures-core v0.3.32 |
| 509 | 2026-06-17T16:03:02.996Z | Compiling smallvec v1.15.2 |
| 510 | 2026-06-17T16:03:03.075Z | Compiling bitflags v2.13.0 |
| 511 | 2026-06-17T16:03:03.092Z | Compiling equivalent v1.0.2 |
| 512 | 2026-06-17T16:03:03.178Z | Compiling hashbrown v0.17.1 |
| 513 | 2026-06-17T16:03:03.245Z | Compiling find-msvc-tools v0.1.9 |
| 514 | 2026-06-17T16:03:03.460Z | Compiling errno v0.3.14 |
| 515 | 2026-06-17T16:03:03.472Z | Compiling shlex v2.0.1 |
| 516 | 2026-06-17T16:03:03.485Z | Compiling bytes v1.11.1 |
| 517 | 2026-06-17T16:03:03.627Z | Compiling signal-hook-registry v1.4.8 |
| 518 | 2026-06-17T16:03:03.657Z | Compiling jobserver v0.1.34 |
| 519 | 2026-06-17T16:03:03.671Z | Compiling mio v1.2.1 |
| 520 | 2026-06-17T16:03:03.725Z | Compiling rustix v1.1.4 |
| 521 | 2026-06-17T16:03:03.834Z | Compiling syn v2.0.118 |
| 522 | 2026-06-17T16:03:03.856Z | Compiling cc v1.2.64 |
| 523 | 2026-06-17T16:03:03.971Z | Compiling futures-sink v0.3.32 |
| 524 | 2026-06-17T16:03:04.103Z | Compiling socket2 v0.6.4 |
| 525 | 2026-06-17T16:03:04.190Z | Compiling zmij v1.0.21 |
| 526 | 2026-06-17T16:03:04.420Z | Compiling slab v0.4.12 |
| 527 | 2026-06-17T16:03:04.434Z | Compiling futures-channel v0.3.32 |
| 528 | 2026-06-17T16:03:04.561Z | Compiling tracing-core v0.1.36 |
| 529 | 2026-06-17T16:03:04.633Z | Compiling version_check v0.9.5 |
| 530 | 2026-06-17T16:03:04.709Z | Compiling serde_json v1.0.150 |
| 531 | 2026-06-17T16:03:04.913Z | Compiling indexmap v2.14.0 |
| 532 | 2026-06-17T16:03:04.995Z | Compiling getrandom v0.4.2 |
| 533 | 2026-06-17T16:03:05.015Z | Compiling futures-io v0.3.32 |
| 534 | 2026-06-17T16:03:05.220Z | Compiling futures-task v0.3.32 |
| 535 | 2026-06-17T16:03:05.301Z | Compiling percent-encoding v2.3.2 |
| 536 | 2026-06-17T16:03:05.316Z | Compiling camino v1.2.2 |
| 537 | 2026-06-17T16:03:05.399Z | Compiling unicode-width v0.2.2 |
| 538 | 2026-06-17T16:03:05.710Z | Compiling ring v0.17.14 |
| 539 | 2026-06-17T16:03:05.710Z | Compiling http v1.4.2 |
| 540 | 2026-06-17T16:03:05.713Z | Compiling zeroize v1.9.0 |
| 541 | 2026-06-17T16:03:05.752Z | Compiling autocfg v1.5.1 |
| 542 | 2026-06-17T16:03:05.755Z | Compiling adler2 v2.0.1 |
| 543 | 2026-06-17T16:03:05.932Z | Compiling simd-adler32 v0.3.9 |
| 544 | 2026-06-17T16:03:06.116Z | Compiling num-traits v0.2.19 |
| 545 | 2026-06-17T16:03:06.371Z | Compiling miniz_oxide v0.8.9 |
| 546 | 2026-06-17T16:03:06.376Z | Compiling target-lexicon v0.13.5 |
| 547 | 2026-06-17T16:03:06.531Z | Compiling object v0.37.3 |
| 548 | 2026-06-17T16:03:06.783Z | Compiling zerocopy v0.8.52 |
| 549 | 2026-06-17T16:03:06.834Z | Compiling getrandom v0.3.4 |
| 550 | 2026-06-17T16:03:06.942Z | Compiling http-body v1.0.1 |
| 551 | 2026-06-17T16:03:07.209Z | Compiling rustls-pki-types v1.14.1 |
| 552 | 2026-06-17T16:03:07.223Z | Compiling form_urlencoded v1.2.2 |
| 553 | 2026-06-17T16:03:07.277Z | Compiling semver v1.0.28 |
| 554 | 2026-06-17T16:03:07.496Z | Compiling getrandom v0.2.17 |
| 555 | 2026-06-17T16:03:07.512Z | Compiling serde_derive v1.0.228 |
| 556 | 2026-06-17T16:03:07.650Z | Compiling tokio-macros v2.7.0 |
| 557 | 2026-06-17T16:03:07.695Z | Compiling futures-macro v0.3.32 |
| 558 | 2026-06-17T16:03:07.769Z | Compiling tracing-attributes v0.1.31 |
| 559 | 2026-06-17T16:03:07.897Z | Compiling fnv v1.0.7 |
| 560 | 2026-06-17T16:03:07.943Z | Compiling guppy-workspace-hack v0.1.0 |
| 561 | 2026-06-17T16:03:08.006Z | Compiling signal-hook v0.3.18 |
| 562 | 2026-06-17T16:03:08.071Z | Compiling untrusted v0.9.0 |
| 563 | 2026-06-17T16:03:08.171Z | Compiling owo-colors v4.3.0 |
| 564 | 2026-06-17T16:03:08.204Z | Compiling httparse v1.10.1 |
| 565 | 2026-06-17T16:03:08.235Z | Compiling thiserror v2.0.18 |
| 566 | 2026-06-17T16:03:08.402Z | Compiling tokio v1.52.3 |
| 567 | 2026-06-17T16:03:08.505Z | Compiling idna_adapter v1.0.0 |
| 568 | 2026-06-17T16:03:08.532Z | Compiling futures-util v0.3.32 |
| 569 | 2026-06-17T16:03:08.565Z | Compiling utf8_iter v1.0.4 |
| 570 | 2026-06-17T16:03:08.586Z | Compiling gimli v0.32.3 |
| 571 | 2026-06-17T16:03:08.727Z | Compiling idna v1.1.0 |
| 572 | 2026-06-17T16:03:08.927Z | Compiling thiserror-impl v2.0.18 |
| 573 | 2026-06-17T16:03:08.996Z | Compiling tracing v0.1.44 |
| 574 | 2026-06-17T16:03:10.821Z | Compiling addr2line v0.25.1 |
| 575 | 2026-06-17T16:03:10.948Z | Compiling generic-array v0.14.7 |
| 576 | 2026-06-17T16:03:11.166Z | Compiling atomic-waker v1.1.2 |
| 577 | 2026-06-17T16:03:11.195Z | Compiling tower-service v0.3.3 |
| 578 | 2026-06-17T16:03:11.259Z | Compiling rustls v0.23.40 |
| 579 | 2026-06-17T16:03:11.279Z | Compiling fastrand v2.4.1 |
| 580 | 2026-06-17T16:03:11.293Z | Compiling pkg-config v0.3.33 |
| 581 | 2026-06-17T16:03:11.296Z | Compiling rustc-demangle v0.1.27 |
| 582 | 2026-06-17T16:03:11.482Z | Compiling typeid v1.0.3 |
| 583 | 2026-06-17T16:03:11.608Z | Compiling try-lock v0.2.5 |
| 584 | 2026-06-17T16:03:11.728Z | Compiling target-spec v3.6.0 |
| 585 | 2026-06-17T16:03:11.740Z | Compiling thiserror v1.0.69 |
| 586 | 2026-06-17T16:03:11.820Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 587 | 2026-06-17T16:03:12.058Z | Compiling want v0.3.1 |
| 588 | 2026-06-17T16:03:12.243Z | Compiling tempfile v3.27.0 |
| 589 | 2026-06-17T16:03:12.268Z | Compiling tokio-util v0.7.18 |
| 590 | 2026-06-17T16:03:12.281Z | Compiling cfg-expr v0.20.8 |
| 591 | 2026-06-17T16:03:12.411Z | Compiling url v2.5.8 |
| 592 | 2026-06-17T16:03:13.088Z | Compiling backtrace v0.3.76 |
| 593 | 2026-06-17T16:03:13.146Z | Compiling h2 v0.4.15 |
| 594 | 2026-06-17T16:03:13.800Z | Compiling thiserror-impl v1.0.69 |
| 595 | 2026-06-17T16:03:14.115Z | Compiling terminal_size v0.4.4 |
| 596 | 2026-06-17T16:03:14.258Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-06-17T16:03:15.282Z | Compiling erased-serde v0.4.10 |
| 598 | 2026-06-17T16:03:15.285Z | Compiling regex-syntax v0.8.11 |
| 599 | 2026-06-17T16:03:15.286Z | Compiling rustls-webpki v0.103.13 |
| 600 | 2026-06-17T16:03:15.286Z | Compiling typenum v1.20.1 |
| 601 | 2026-06-17T16:03:15.658Z | Compiling winnow v0.7.15 |
| 602 | 2026-06-17T16:03:17.444Z | Compiling subtle v2.6.1 |
| 603 | 2026-06-17T16:03:17.617Z | Compiling regex-automata v0.4.14 |
| 604 | 2026-06-17T16:03:17.887Z | Compiling hyper v1.10.1 |
| 605 | 2026-06-17T16:03:19.823Z | Compiling serde_spanned v0.6.9 |
| 606 | 2026-06-17T16:03:19.989Z | Compiling toml_datetime v0.6.11 |
| 607 | 2026-06-17T16:03:20.373Z | Compiling ahash v0.8.12 |
| 608 | 2026-06-17T16:03:20.642Z | Compiling sync_wrapper v1.0.2 |
| 609 | 2026-06-17T16:03:20.763Z | Compiling tower-layer v0.3.3 |
| 610 | 2026-06-17T16:03:20.969Z | Compiling foldhash v0.1.5 |
| 611 | 2026-06-17T16:03:21.204Z | Compiling parking_lot_core v0.9.12 |
| 612 | 2026-06-17T16:03:21.281Z | Compiling is_ci v1.2.0 |
| 613 | 2026-06-17T16:03:21.453Z | Compiling toml_write v0.1.2 |
| 614 | 2026-06-17T16:03:21.499Z | Compiling portable-atomic v1.13.1 |
| 615 | 2026-06-17T16:03:21.603Z | Compiling unicode-linebreak v0.1.5 |
| 616 | 2026-06-17T16:03:21.703Z | Compiling base64 v0.22.1 |
| 617 | 2026-06-17T16:03:21.872Z | Compiling ipnet v2.12.0 |
| 618 | 2026-06-17T16:03:21.970Z | Compiling crc32fast v1.5.0 |
| 619 | 2026-06-17T16:03:21.993Z | Compiling unicode-segmentation v1.13.3 |
| 620 | 2026-06-17T16:03:22.008Z | Compiling either v1.16.0 |
| 621 | 2026-06-17T16:03:22.202Z | Compiling lazy_static v1.5.0 |
| 622 | 2026-06-17T16:03:22.238Z | Compiling nextest-workspace-hack v0.1.0 |
| 623 | 2026-06-17T16:03:22.311Z | Compiling sharded-slab v0.1.7 |
| 624 | 2026-06-17T16:03:22.323Z | Compiling hyper-util v0.1.20 |
| 625 | 2026-06-17T16:03:22.389Z | Compiling convert_case v0.10.0 |
| 626 | 2026-06-17T16:03:22.552Z | Compiling textwrap v0.16.2 |
| 627 | 2026-06-17T16:03:22.660Z | Compiling toml_edit v0.22.27 |
| 628 | 2026-06-17T16:03:22.945Z | Compiling supports-color v3.0.2 |
| 629 | 2026-06-17T16:03:23.087Z | Compiling hashbrown v0.15.5 |
| 630 | 2026-06-17T16:03:23.194Z | Compiling tower v0.5.3 |
| 631 | 2026-06-17T16:03:23.716Z | Compiling tokio-rustls v0.26.4 |
| 632 | 2026-06-17T16:03:23.972Z | Compiling backtrace-ext v0.2.1 |
| 633 | 2026-06-17T16:03:24.010Z | Compiling ordered-float v2.10.1 |
| 634 | 2026-06-17T16:03:24.254Z | Compiling webpki-roots v1.0.8 |
| 635 | 2026-06-17T16:03:24.285Z | Compiling miette-derive v7.6.0 |
| 636 | 2026-06-17T16:03:24.370Z | Compiling pathdiff v0.2.3 |
| 637 | 2026-06-17T16:03:24.411Z | Compiling console v0.15.11 |
| 638 | 2026-06-17T16:03:24.502Z | Compiling tracing-log v0.2.0 |
| 639 | 2026-06-17T16:03:24.870Z | Compiling cargo-platform v0.3.3 |
| 640 | 2026-06-17T16:03:25.017Z | Compiling os_pipe v1.2.3 |
| 641 | 2026-06-17T16:03:25.193Z | Compiling thread_local v1.1.9 |
| 642 | 2026-06-17T16:03:25.394Z | Compiling unicode-width v0.1.14 |
| 643 | 2026-06-17T16:03:25.437Z | Compiling ryu v1.0.23 |
| 644 | 2026-06-17T16:03:25.571Z | Compiling cfg_aliases v0.2.1 |
| 645 | 2026-06-17T16:03:25.652Z | Compiling debug-ignore v1.0.5 |
| 646 | 2026-06-17T16:03:25.702Z | Compiling scopeguard v1.2.0 |
| 647 | 2026-06-17T16:03:25.732Z | Compiling pulldown-cmark v0.13.4 |
| 648 | 2026-06-17T16:03:25.748Z | Compiling utf8parse v0.2.2 |
| 649 | 2026-06-17T16:03:25.760Z | Compiling rustix v0.38.44 |
| 650 | 2026-06-17T16:03:25.802Z | Compiling fixedbitset v0.5.7 |
| 651 | 2026-06-17T16:03:25.856Z | Compiling winnow v1.0.3 |
| 652 | 2026-06-17T16:03:25.973Z | Compiling supports-hyperlinks v3.2.0 |
| 653 | 2026-06-17T16:03:26.205Z | Compiling zstd-safe v7.2.4 |
| 654 | 2026-06-17T16:03:26.322Z | Compiling supports-unicode v3.0.0 |
| 655 | 2026-06-17T16:03:26.467Z | Compiling miette v7.6.0 |
| 656 | 2026-06-17T16:03:26.527Z | Compiling petgraph v0.8.3 |
| 657 | 2026-06-17T16:03:26.604Z | Compiling anstyle-parse v1.0.0 |
| 658 | 2026-06-17T16:03:26.830Z | Compiling lock_api v0.4.14 |
| 659 | 2026-06-17T16:03:27.083Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 660 | 2026-06-17T16:03:27.370Z | Compiling nix v0.30.1 |
| 661 | 2026-06-17T16:03:27.793Z | Compiling serde_urlencoded v0.7.1 |
| 662 | 2026-06-17T16:03:28.080Z | Compiling tracing-subscriber v0.3.23 |
| 663 | 2026-06-17T16:03:28.383Z | Compiling sigchld v0.2.4 |
| 664 | 2026-06-17T16:03:28.451Z | Compiling cargo_metadata v0.23.1 |
| 665 | 2026-06-17T16:03:28.593Z | Compiling hyper-rustls v0.27.9 |
| 666 | 2026-06-17T16:03:28.850Z | Compiling serde-untagged v0.1.9 |
| 667 | 2026-06-17T16:03:29.226Z | Compiling serde-value v0.7.0 |
| 668 | 2026-06-17T16:03:29.268Z | Compiling toml v0.8.23 |
| 669 | 2026-06-17T16:03:30.266Z | Compiling tower-http v0.6.11 |
| 670 | 2026-06-17T16:03:30.938Z | Compiling derive_more-impl v2.1.1 |
| 671 | 2026-06-17T16:03:31.706Z | Compiling itertools v0.14.0 |
| 672 | 2026-06-17T16:03:31.724Z | Compiling regex v1.12.4 |
| 673 | 2026-06-17T16:03:31.765Z | Compiling crypto-common v0.1.7 |
| 674 | 2026-06-17T16:03:31.903Z | Compiling block-buffer v0.10.4 |
| 675 | 2026-06-17T16:03:32.056Z | Compiling ppv-lite86 v0.2.21 |
| 676 | 2026-06-17T16:03:32.069Z | Compiling futures-executor v0.3.32 |
| 677 | 2026-06-17T16:03:32.102Z | Compiling rand_core v0.9.5 |
| 678 | 2026-06-17T16:03:32.350Z | Compiling pin-project-internal v1.1.13 |
| 679 | 2026-06-17T16:03:32.380Z | Compiling http-body-util v0.1.3 |
| 680 | 2026-06-17T16:03:32.593Z | Compiling uuid v1.23.3 |
| 681 | 2026-06-17T16:03:32.650Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 682 | 2026-06-17T16:03:33.063Z | Compiling smol_str v0.3.6 |
| 683 | 2026-06-17T16:03:33.127Z | Compiling serde_spanned v1.1.1 |
| 684 | 2026-06-17T16:03:33.160Z | Compiling filetime v0.2.29 |
| 685 | 2026-06-17T16:03:33.201Z | Compiling bstr v1.12.1 |
| 686 | 2026-06-17T16:03:33.275Z | Compiling vte v0.14.1 |
| 687 | 2026-06-17T16:03:33.371Z | Compiling colorchoice v1.0.5 |
| 688 | 2026-06-17T16:03:33.395Z | Compiling litrs v1.0.0 |
| 689 | 2026-06-17T16:03:33.398Z | Compiling eyre v0.6.12 |
| 690 | 2026-06-17T16:03:33.493Z | Compiling static_assertions v1.1.0 |
| 691 | 2026-06-17T16:03:33.507Z | Compiling number_prefix v0.4.0 |
| 692 | 2026-06-17T16:03:33.571Z | Compiling tinyvec_macros v0.1.1 |
| 693 | 2026-06-17T16:03:33.646Z | Compiling self_update v0.42.0 |
| 694 | 2026-06-17T16:03:33.660Z | Compiling iana-time-zone v0.1.65 |
| 695 | 2026-06-17T16:03:33.675Z | Compiling anstyle-query v1.1.5 |
| 696 | 2026-06-17T16:03:33.735Z | Compiling color-spantrace v0.3.0 |
| 697 | 2026-06-17T16:03:33.781Z | Compiling is_terminal_polyfill v1.70.2 |
| 698 | 2026-06-17T16:03:33.839Z | Compiling nested v0.1.1 |
| 699 | 2026-06-17T16:03:33.874Z | Compiling xattr v1.6.1 |
| 700 | 2026-06-17T16:03:33.895Z | Compiling anstyle v1.0.14 |
| 701 | 2026-06-17T16:03:33.899Z | Compiling unicode-xid v0.2.6 |
| 702 | 2026-06-17T16:03:34.002Z | Compiling unicase v2.9.0 |
| 703 | 2026-06-17T16:03:34.070Z | Compiling anstream v1.0.0 |
| 704 | 2026-06-17T16:03:34.102Z | Compiling tar v0.4.46 |
| 705 | 2026-06-17T16:03:34.151Z | Compiling cargo-util-schemas v0.2.0 |
| 706 | 2026-06-17T16:03:34.184Z | Compiling guppy v0.17.26 |
| 707 | 2026-06-17T16:03:34.258Z | Compiling document-features v0.2.12 |
| 708 | 2026-06-17T16:03:34.574Z | Compiling chrono v0.4.45 |
| 709 | 2026-06-17T16:03:35.124Z | Compiling tinyvec v1.11.0 |
| 710 | 2026-06-17T16:03:35.558Z | Compiling globset v0.4.18 |
| 711 | 2026-06-17T16:03:35.726Z | Compiling indicatif v0.17.11 |
| 712 | 2026-06-17T16:03:36.592Z | Compiling strip-ansi-escapes v0.2.1 |
| 713 | 2026-06-17T16:03:36.619Z | Compiling pin-project v1.1.13 |
| 714 | 2026-06-17T16:03:36.735Z | Compiling nextest-metadata v0.12.2 |
| 715 | 2026-06-17T16:03:36.886Z | Compiling toml v1.1.2+spec-1.1.0 |
| 716 | 2026-06-17T16:03:37.071Z | Compiling newtype-uuid v1.3.2 |
| 717 | 2026-06-17T16:03:37.271Z | Compiling reqwest v0.12.28 |
| 718 | 2026-06-17T16:03:37.987Z | Compiling rand_chacha v0.9.0 |
| 719 | 2026-06-17T16:03:38.543Z | Compiling futures v0.3.32 |
| 720 | 2026-06-17T16:03:38.631Z | Compiling digest v0.10.7 |
| 721 | 2026-06-17T16:03:38.787Z | Compiling derive_more v2.1.1 |
| 722 | 2026-06-17T16:03:38.862Z | Compiling flate2 v1.1.9 |
| 723 | 2026-06-17T16:03:38.876Z | Compiling parking_lot v0.12.5 |
| 724 | 2026-06-17T16:03:38.876Z | Compiling tracing-error v0.2.1 |
| 725 | 2026-06-17T16:03:39.127Z | Compiling shared_child v1.1.1 |
| 726 | 2026-06-17T16:03:39.795Z | Compiling signal-hook-mio v0.2.5 |
| 727 | 2026-06-17T16:03:39.809Z | Compiling self-replace v1.5.0 |
| 728 | 2026-06-17T16:03:39.931Z | Compiling cargo-platform v0.2.0 |
| 729 | 2026-06-17T16:03:40.490Z | Compiling quick-xml v0.37.5 |
| 730 | 2026-06-17T16:03:40.517Z | Compiling quick-xml v0.38.4 |
| 731 | 2026-06-17T16:03:40.965Z | Compiling humantime v2.3.0 |
| 732 | 2026-06-17T16:03:40.994Z | Compiling cpufeatures v0.2.17 |
| 733 | 2026-06-17T16:03:41.257Z | Compiling strsim v0.11.1 |
| 734 | 2026-06-17T16:03:41.266Z | Compiling urlencoding v2.1.3 |
| 735 | 2026-06-17T16:03:41.536Z | Compiling heck v0.5.0 |
| 736 | 2026-06-17T16:03:41.595Z | Compiling indenter v0.3.4 |
| 737 | 2026-06-17T16:03:41.753Z | Compiling clap_lex v1.1.0 |
| 738 | 2026-06-17T16:03:41.767Z | Compiling shell-words v1.1.1 |
| 739 | 2026-06-17T16:03:41.767Z | Compiling recursion v0.5.4 |
| 740 | 2026-06-17T16:03:41.883Z | Compiling nextest-filtering v0.15.0 |
| 741 | 2026-06-17T16:03:41.922Z | Compiling clap_builder v4.6.0 |
| 742 | 2026-06-17T16:03:41.978Z | Compiling clap_derive v4.6.1 |
| 743 | 2026-06-17T16:03:42.428Z | Compiling humantime-serde v1.1.1 |
| 744 | 2026-06-17T16:03:42.593Z | Compiling sha2 v0.10.9 |
| 745 | 2026-06-17T16:03:43.777Z | Compiling quick-junit v0.5.2 |
| 746 | 2026-06-17T16:03:43.805Z | Compiling atomicwrites v0.4.4 |
| 747 | 2026-06-17T16:03:44.099Z | Compiling cargo_metadata v0.20.0 |
| 748 | 2026-06-17T16:03:45.826Z | Compiling crossterm v0.29.0 |
| 749 | 2026-06-17T16:03:46.914Z | Compiling cargo-nextest v0.9.97 |
| 750 | 2026-06-17T16:03:47.916Z | Compiling duct v0.13.7 |
| 751 | 2026-06-17T16:03:48.056Z | Compiling zstd v0.13.3 |
| 752 | 2026-06-17T16:03:48.482Z | Compiling async-scoped v0.9.0 |
| 753 | 2026-06-17T16:03:48.550Z | Compiling rand v0.9.4 |
| 754 | 2026-06-17T16:03:48.565Z | Compiling config v0.15.24 |
| 755 | 2026-06-17T16:03:48.677Z | Compiling unicode-normalization v0.1.25 |
| 756 | 2026-06-17T16:03:49.064Z | Compiling target-spec-miette v0.4.8 |
| 757 | 2026-06-17T16:03:49.253Z | Compiling future-queue v0.4.0 |
| 758 | 2026-06-17T16:03:49.306Z | Compiling mukti-metadata v0.3.0 |
| 759 | 2026-06-17T16:03:49.310Z | Compiling camino-tempfile v1.4.1 |
| 760 | 2026-06-17T16:03:49.507Z | Compiling tokio-stream v0.1.18 |
| 761 | 2026-06-17T16:03:49.539Z | Compiling derive-where v1.6.1 |
| 762 | 2026-06-17T16:03:49.666Z | Compiling serde_ignored v0.1.14 |
| 763 | 2026-06-17T16:03:49.741Z | Compiling serde_path_to_error v0.1.20 |
| 764 | 2026-06-17T16:03:49.813Z | Compiling hex v0.4.3 |
| 765 | 2026-06-17T16:03:50.019Z | Compiling home v0.5.12 |
| 766 | 2026-06-17T16:03:50.031Z | Compiling swrite v0.1.0 |
| 767 | 2026-06-17T16:03:50.099Z | Compiling indent_write v2.2.0 |
| 768 | 2026-06-17T16:03:50.135Z | Compiling xxhash-rust v0.8.15 |
| 769 | 2026-06-17T16:03:50.184Z | Compiling color-eyre v0.6.5 |
| 770 | 2026-06-17T16:03:50.228Z | Compiling clap v4.6.1 |
| 771 | 2026-06-17T16:03:50.253Z | Compiling dialoguer v0.11.0 |
| 772 | 2026-06-17T16:03:50.313Z | Compiling enable-ansi-support v0.2.1 |
| 773 | 2026-06-17T16:03:50.787Z | Compiling nextest-runner v0.80.0 |
| 774 | 2026-06-17T16:04:08.816Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 775 | 2026-06-17T16:04:09.004Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 776 | 2026-06-17T16:04:09.007Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 777 | 2026-06-17T16:04:09.127Z | + banner bfd |
| 778 | 2026-06-17T16:04:09.131Z | |
| 779 | 2026-06-17T16:04:09.131Z | ##### ###### ##### |
| 780 | 2026-06-17T16:04:09.131Z | # # # # # |
| 781 | 2026-06-17T16:04:09.131Z | ##### ##### # # |
| 782 | 2026-06-17T16:04:09.131Z | # # # # # |
| 783 | 2026-06-17T16:04:09.131Z | # # # # # |
| 784 | 2026-06-17T16:04:09.131Z | ##### # ##### |
| 785 | 2026-06-17T16:04:09.131Z | |
| 786 | 2026-06-17T16:04:09.131Z | + cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture |
| 787 | 2026-06-17T16:04:09.300Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 788 | 2026-06-17T16:04:10.925Z | From https://github.com/oxidecomputer/falcon |
| 789 | 2026-06-17T16:04:10.925Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 790 | 2026-06-17T16:04:11.003Z | Updating crates.io index |
| 791 | 2026-06-17T16:04:11.009Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 792 | 2026-06-17T16:04:11.600Z | From https://github.com/oxidecomputer/dendrite |
| 793 | 2026-06-17T16:04:11.600Z | * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58 |
| 794 | 2026-06-17T16:04:11.752Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 795 | 2026-06-17T16:04:12.012Z | From https://github.com/oxidecomputer/ispf |
| 796 | 2026-06-17T16:04:12.012Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 797 | 2026-06-17T16:04:12.174Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 798 | 2026-06-17T16:04:12.597Z | From https://github.com/oxidecomputer/netadm-sys |
| 799 | 2026-06-17T16:04:12.597Z | * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43 |
| 800 | 2026-06-17T16:04:12.604Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 801 | 2026-06-17T16:04:18.710Z | From https://github.com/oxidecomputer/omicron |
| 802 | 2026-06-17T16:04:18.710Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 803 | 2026-06-17T16:04:19.139Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 804 | 2026-06-17T16:04:19.809Z | From https://github.com/oxidecomputer/opte |
| 805 | 2026-06-17T16:04:19.809Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 806 | 2026-06-17T16:04:19.841Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 807 | 2026-06-17T16:04:20.136Z | From https://github.com/illumos/smf-rs |
| 808 | 2026-06-17T16:04:20.136Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 809 | 2026-06-17T16:04:20.286Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 810 | 2026-06-17T16:04:20.562Z | From https://github.com/oxidecomputer/network-interface |
| 811 | 2026-06-17T16:04:20.562Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 812 | 2026-06-17T16:04:20.686Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 813 | 2026-06-17T16:04:20.962Z | From https://github.com/oxidecomputer/zone |
| 814 | 2026-06-17T16:04:20.962Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 815 | 2026-06-17T16:04:21.083Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 816 | 2026-06-17T16:04:21.775Z | From https://github.com/oxidecomputer/propolis |
| 817 | 2026-06-17T16:04:21.775Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 818 | 2026-06-17T16:04:21.979Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 819 | 2026-06-17T16:04:22.478Z | From https://github.com/oxidecomputer/transceiver-control |
| 820 | 2026-06-17T16:04:22.478Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 821 | 2026-06-17T16:04:22.676Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 822 | 2026-06-17T16:04:22.953Z | From https://github.com/oxidecomputer/dlpi-sys |
| 823 | 2026-06-17T16:04:22.953Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 824 | 2026-06-17T16:04:22.959Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 825 | 2026-06-17T16:04:23.278Z | From https://github.com/jmesmon/rust-libzfs |
| 826 | 2026-06-17T16:04:23.278Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 827 | 2026-06-17T16:04:23.282Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 828 | 2026-06-17T16:04:23.548Z | From https://github.com/oxidecomputer/rusty-doors |
| 829 | 2026-06-17T16:04:23.548Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 830 | 2026-06-17T16:04:23.554Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 831 | 2026-06-17T16:04:23.915Z | From https://github.com/oxidecomputer/lldp |
| 832 | 2026-06-17T16:04:23.915Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 833 | 2026-06-17T16:04:24.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 834 | 2026-06-17T16:04:24.398Z | From https://github.com/oxidecomputer/slog-error-chain |
| 835 | 2026-06-17T16:04:24.398Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 836 | 2026-06-17T16:04:24.407Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 837 | 2026-06-17T16:04:24.781Z | From https://github.com/oxidecomputer/tufaceous |
| 838 | 2026-06-17T16:04:24.781Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 839 | 2026-06-17T16:04:24.917Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 840 | 2026-06-17T16:04:25.566Z | From https://github.com/oxidecomputer/management-gateway-service |
| 841 | 2026-06-17T16:04:25.566Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 842 | 2026-06-17T16:04:25.669Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 843 | 2026-06-17T16:04:26.482Z | From https://github.com/oxidecomputer/crucible |
| 844 | 2026-06-17T16:04:26.482Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 845 | 2026-06-17T16:04:26.665Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 846 | 2026-06-17T16:04:26.943Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 847 | 2026-06-17T16:04:26.943Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 848 | 2026-06-17T16:04:27.073Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 849 | 2026-06-17T16:04:27.500Z | From https://github.com/oxidecomputer/propolis |
| 850 | 2026-06-17T16:04:27.500Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 851 | 2026-06-17T16:04:27.552Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 852 | 2026-06-17T16:04:28.054Z | From https://github.com/oxidecomputer/crucible |
| 853 | 2026-06-17T16:04:28.054Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 854 | 2026-06-17T16:04:28.208Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 855 | 2026-06-17T16:04:28.567Z | From https://github.com/oxidecomputer/tofino |
| 856 | 2026-06-17T16:04:28.568Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 857 | 2026-06-17T16:04:28.578Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 858 | 2026-06-17T16:04:29.383Z | From https://github.com/oxidecomputer/maghemite |
| 859 | 2026-06-17T16:04:29.383Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 860 | 2026-06-17T16:04:29.604Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 861 | 2026-06-17T16:04:29.876Z | From https://github.com/oxidecomputer/clickward |
| 862 | 2026-06-17T16:04:29.876Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 863 | 2026-06-17T16:04:30.018Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 864 | 2026-06-17T16:04:30.266Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 865 | 2026-06-17T16:04:30.266Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 866 | 2026-06-17T16:04:31.128Z | Downloading crates ... |
| 867 | 2026-06-17T16:04:31.223Z | Downloaded aead v0.5.2 |
| 868 | 2026-06-17T16:04:31.232Z | Downloaded cmake v0.1.58 |
| 869 | 2026-06-17T16:04:31.237Z | Downloaded cancel-safe-futures v0.1.5 |
| 870 | 2026-06-17T16:04:31.240Z | Downloaded allocator-api2 v0.2.21 |
| 871 | 2026-06-17T16:04:31.251Z | Downloaded arrayref v0.3.9 |
| 872 | 2026-06-17T16:04:31.261Z | Downloaded darling v0.21.3 |
| 873 | 2026-06-17T16:04:31.261Z | Downloaded async-stream v0.3.6 |
| 874 | 2026-06-17T16:04:31.261Z | Downloaded async-recursion v1.1.1 |
| 875 | 2026-06-17T16:04:31.261Z | Downloaded arrayvec v0.7.6 |
| 876 | 2026-06-17T16:04:31.266Z | Downloaded anyhow v1.0.102 |
| 877 | 2026-06-17T16:04:31.266Z | Downloaded blake2 v0.10.6 |
| 878 | 2026-06-17T16:04:31.269Z | Downloaded cookie v0.18.1 |
| 879 | 2026-06-17T16:04:31.274Z | Downloaded elliptic-curve v0.13.8 |
| 880 | 2026-06-17T16:04:31.277Z | Downloaded console v0.16.3 |
| 881 | 2026-06-17T16:04:31.280Z | Downloaded crc8 v0.1.1 |
| 882 | 2026-06-17T16:04:31.283Z | Downloaded cobs v0.3.0 |
| 883 | 2026-06-17T16:04:31.283Z | Downloaded bs58 v0.5.1 |
| 884 | 2026-06-17T16:04:31.291Z | Downloaded konst_macro_rules v0.2.19 |
| 885 | 2026-06-17T16:04:31.291Z | Downloaded dtrace-parser v0.3.0 |
| 886 | 2026-06-17T16:04:31.294Z | Downloaded cstr-argument v0.1.2 |
| 887 | 2026-06-17T16:04:31.294Z | Downloaded backoff v0.4.0 |
| 888 | 2026-06-17T16:04:31.294Z | Downloaded indexmap v1.9.3 |
| 889 | 2026-06-17T16:04:31.298Z | Downloaded inout v0.1.4 |
| 890 | 2026-06-17T16:04:31.298Z | Downloaded deranged v0.5.8 |
| 891 | 2026-06-17T16:04:31.302Z | Downloaded cpufeatures v0.3.0 |
| 892 | 2026-06-17T16:04:31.302Z | Downloaded ingot v0.1.1 |
| 893 | 2026-06-17T16:04:31.306Z | Downloaded base16ct v0.2.0 |
| 894 | 2026-06-17T16:04:31.306Z | Downloaded internet-checksum v0.2.1 |
| 895 | 2026-06-17T16:04:31.306Z | Downloaded managed v0.8.0 |
| 896 | 2026-06-17T16:04:31.309Z | Downloaded defmt v0.3.100 |
| 897 | 2026-06-17T16:04:31.309Z | Downloaded icu_provider v2.2.0 |
| 898 | 2026-06-17T16:04:31.313Z | Downloaded instant v0.1.13 |
| 899 | 2026-06-17T16:04:31.313Z | Downloaded foldhash v0.2.0 |
| 900 | 2026-06-17T16:04:31.316Z | Downloaded embedded-io v0.4.0 |
| 901 | 2026-06-17T16:04:31.316Z | Downloaded crunchy v0.2.4 |
| 902 | 2026-06-17T16:04:31.321Z | Downloaded convert_case v0.4.0 |
| 903 | 2026-06-17T16:04:31.321Z | Downloaded bit-set v0.8.0 |
| 904 | 2026-06-17T16:04:31.324Z | Downloaded defmt-parser v1.0.0 |
| 905 | 2026-06-17T16:04:31.324Z | Downloaded fxhash v0.2.1 |
| 906 | 2026-06-17T16:04:31.324Z | Downloaded compression-core v0.4.32 |
| 907 | 2026-06-17T16:04:31.324Z | Downloaded foreign-types-macros v0.2.3 |
| 908 | 2026-06-17T16:04:31.331Z | Downloaded linked-hash-map v0.5.6 |
| 909 | 2026-06-17T16:04:31.332Z | Downloaded const-random-macro v0.1.16 |
| 910 | 2026-06-17T16:04:31.332Z | Downloaded ciborium-ll v0.2.2 |
| 911 | 2026-06-17T16:04:31.336Z | Downloaded foreign-types-shared v0.3.1 |
| 912 | 2026-06-17T16:04:31.336Z | Downloaded bitflags v1.3.2 |
| 913 | 2026-06-17T16:04:31.336Z | Downloaded match_cfg v0.1.0 |
| 914 | 2026-06-17T16:04:31.336Z | Downloaded keccak v0.1.6 |
| 915 | 2026-06-17T16:04:31.343Z | Downloaded heck v0.4.1 |
| 916 | 2026-06-17T16:04:31.343Z | Downloaded arc-swap v1.9.1 |
| 917 | 2026-06-17T16:04:31.351Z | Downloaded ident_case v1.0.1 |
| 918 | 2026-06-17T16:04:31.352Z | Downloaded dyn-clone v1.0.20 |
| 919 | 2026-06-17T16:04:31.352Z | Downloaded lru-cache v0.1.2 |
| 920 | 2026-06-17T16:04:31.352Z | Downloaded litemap v0.8.2 |
| 921 | 2026-06-17T16:04:31.352Z | Downloaded linear-map v1.2.0 |
| 922 | 2026-06-17T16:04:31.352Z | Downloaded dunce v1.0.5 |
| 923 | 2026-06-17T16:04:31.352Z | Downloaded dof v0.4.0 |
| 924 | 2026-06-17T16:04:31.357Z | Downloaded num-iter v0.1.45 |
| 925 | 2026-06-17T16:04:31.357Z | Downloaded newline-converter v0.3.0 |
| 926 | 2026-06-17T16:04:31.357Z | Downloaded foreign-types v0.5.0 |
| 927 | 2026-06-17T16:04:31.357Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 928 | 2026-06-17T16:04:31.361Z | Downloaded crypto-common v0.2.2 |
| 929 | 2026-06-17T16:04:31.361Z | Downloaded dtrace-parser v0.2.0 |
| 930 | 2026-06-17T16:04:31.362Z | Downloaded dof v0.3.0 |
| 931 | 2026-06-17T16:04:31.362Z | Downloaded block-buffer v0.12.0 |
| 932 | 2026-06-17T16:04:31.366Z | Downloaded darling_macro v0.23.0 |
| 933 | 2026-06-17T16:04:31.366Z | Downloaded const-random v0.1.18 |
| 934 | 2026-06-17T16:04:31.366Z | Downloaded libsw-core v0.3.2 |
| 935 | 2026-06-17T16:04:31.374Z | Downloaded hubpack v0.1.2 |
| 936 | 2026-06-17T16:04:31.374Z | Downloaded num_enum_derive v0.5.11 |
| 937 | 2026-06-17T16:04:31.374Z | Downloaded gethostname v0.5.0 |
| 938 | 2026-06-17T16:04:31.380Z | Downloaded embedded-io v0.6.1 |
| 939 | 2026-06-17T16:04:31.380Z | Downloaded is-terminal v0.4.17 |
| 940 | 2026-06-17T16:04:31.380Z | Downloaded erased-serde v0.3.31 |
| 941 | 2026-06-17T16:04:31.380Z | Downloaded olpc-cjson v0.1.4 |
| 942 | 2026-06-17T16:04:31.380Z | Downloaded num_threads v0.1.7 |
| 943 | 2026-06-17T16:04:31.384Z | Downloaded fs-err v3.3.0 |
| 944 | 2026-06-17T16:04:31.384Z | Downloaded crossbeam-deque v0.8.6 |
| 945 | 2026-06-17T16:04:31.384Z | Downloaded compression-codecs v0.4.38 |
| 946 | 2026-06-17T16:04:31.384Z | Downloaded macaddr v1.0.1 |
| 947 | 2026-06-17T16:04:31.387Z | Downloaded libsw v3.5.0 |
| 948 | 2026-06-17T16:04:31.387Z | Downloaded cipher v0.4.4 |
| 949 | 2026-06-17T16:04:31.392Z | Downloaded ipnetwork v0.21.1 |
| 950 | 2026-06-17T16:04:31.392Z | Downloaded hash32 v0.3.1 |
| 951 | 2026-06-17T16:04:31.392Z | Downloaded chacha20poly1305 v0.10.1 |
| 952 | 2026-06-17T16:04:31.395Z | Downloaded ingot-types v0.1.2 |
| 953 | 2026-06-17T16:04:31.395Z | Downloaded fixedbitset v0.4.2 |
| 954 | 2026-06-17T16:04:31.398Z | Downloaded bytecount v0.6.9 |
| 955 | 2026-06-17T16:04:31.398Z | Downloaded num-derive v0.4.2 |
| 956 | 2026-06-17T16:04:31.403Z | Downloaded parse-display v0.10.0 |
| 957 | 2026-06-17T16:04:31.403Z | Downloaded opaque-debug v0.3.1 |
| 958 | 2026-06-17T16:04:31.403Z | Downloaded num v0.4.3 |
| 959 | 2026-06-17T16:04:31.408Z | Downloaded hubpack_derive v0.1.1 |
| 960 | 2026-06-17T16:04:31.408Z | Downloaded httpdate v1.0.3 |
| 961 | 2026-06-17T16:04:31.408Z | Downloaded natord v1.0.9 |
| 962 | 2026-06-17T16:04:31.408Z | Downloaded no-std-compat v0.4.1 |
| 963 | 2026-06-17T16:04:31.415Z | Downloaded plain v0.2.3 |
| 964 | 2026-06-17T16:04:31.415Z | Downloaded git-stub v1.0.0 |
| 965 | 2026-06-17T16:04:31.415Z | Downloaded powerfmt v0.2.0 |
| 966 | 2026-06-17T16:04:31.415Z | Downloaded phf_shared v0.12.1 |
| 967 | 2026-06-17T16:04:31.419Z | Downloaded newtype-uuid-macros v0.1.0 |
| 968 | 2026-06-17T16:04:31.419Z | Downloaded mime v0.3.17 |
| 969 | 2026-06-17T16:04:31.420Z | Downloaded memoffset v0.9.1 |
| 970 | 2026-06-17T16:04:31.420Z | Downloaded chacha20 v0.9.1 |
| 971 | 2026-06-17T16:04:31.420Z | Downloaded bcs v0.1.6 |
| 972 | 2026-06-17T16:04:31.427Z | Downloaded byteorder v1.5.0 |
| 973 | 2026-06-17T16:04:31.428Z | Downloaded memmap v0.7.0 |
| 974 | 2026-06-17T16:04:31.428Z | Downloaded libscf-sys v1.2.0 |
| 975 | 2026-06-17T16:04:31.433Z | Downloaded hostname v0.4.2 |
| 976 | 2026-06-17T16:04:31.433Z | Downloaded digest v0.11.3 |
| 977 | 2026-06-17T16:04:31.433Z | Downloaded daft v0.1.7 |
| 978 | 2026-06-17T16:04:31.433Z | Downloaded omicron-workspace-hack v0.1.0 |
| 979 | 2026-06-17T16:04:31.433Z | Downloaded daft-derive v0.1.7 |
| 980 | 2026-06-17T16:04:31.437Z | Downloaded num-conv v0.2.2 |
| 981 | 2026-06-17T16:04:31.437Z | Downloaded displaydoc v0.2.6 |
| 982 | 2026-06-17T16:04:31.437Z | Downloaded num_enum v0.5.11 |
| 983 | 2026-06-17T16:04:31.449Z | Downloaded num-rational v0.4.2 |
| 984 | 2026-06-17T16:04:31.449Z | Downloaded pretty-hex v0.4.2 |
| 985 | 2026-06-17T16:04:31.453Z | Downloaded num-integer v0.1.46 |
| 986 | 2026-06-17T16:04:31.453Z | Downloaded progenitor-client v0.10.0 |
| 987 | 2026-06-17T16:04:31.453Z | Downloaded potential_utf v0.1.5 |
| 988 | 2026-06-17T16:04:31.454Z | Downloaded num_enum_derive v0.7.6 |
| 989 | 2026-06-17T16:04:31.454Z | Downloaded ciborium v0.2.2 |
| 990 | 2026-06-17T16:04:31.454Z | Downloaded chacha20 v0.10.0 |
| 991 | 2026-06-17T16:04:31.454Z | Downloaded async-trait v0.1.89 |
| 992 | 2026-06-17T16:04:31.463Z | Downloaded colored v3.1.1 |
| 993 | 2026-06-17T16:04:31.464Z | Downloaded fs_extra v1.3.0 |
| 994 | 2026-06-17T16:04:31.464Z | Downloaded enum-as-inner v0.6.1 |
| 995 | 2026-06-17T16:04:31.468Z | Downloaded cargo_toml v0.22.3 |
| 996 | 2026-06-17T16:04:31.468Z | Downloaded base64 v0.21.7 |
| 997 | 2026-06-17T16:04:31.468Z | Downloaded async-compression v0.4.42 |
| 998 | 2026-06-17T16:04:31.468Z | Downloaded pem v3.0.6 |
| 999 | 2026-06-17T16:04:31.513Z | Downloaded ref-cast-impl v1.0.25 |
| 1000 | 2026-06-17T16:04:31.513Z | Downloaded rand_xorshift v0.4.0 |
| 1001 | 2026-06-17T16:04:31.514Z | Downloaded rand_chacha v0.3.1 |
| 1002 | 2026-06-17T16:04:31.514Z | Downloaded paste v1.0.15 |
| 1003 | 2026-06-17T16:04:31.514Z | Downloaded parse-display-derive v0.10.0 |
| 1004 | 2026-06-17T16:04:31.514Z | Downloaded oxide-tokio-rt v0.1.6 |
| 1005 | 2026-06-17T16:04:31.514Z | Downloaded ingot-macros v0.1.1 |
| 1006 | 2026-06-17T16:04:31.514Z | Downloaded derive-ex v0.1.8 |
| 1007 | 2026-06-17T16:04:31.514Z | Downloaded constant_time_eq v0.4.2 |
| 1008 | 2026-06-17T16:04:31.514Z | Downloaded rustc_version v0.1.7 |
| 1009 | 2026-06-17T16:04:31.514Z | Downloaded highway v1.3.0 |
| 1010 | 2026-06-17T16:04:31.514Z | Downloaded icu_locale_core v2.2.0 |
| 1011 | 2026-06-17T16:04:31.514Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1012 | 2026-06-17T16:04:31.518Z | Downloaded poly1305 v0.8.0 |
| 1013 | 2026-06-17T16:04:31.518Z | Downloaded defmt v1.1.0 |
| 1014 | 2026-06-17T16:04:31.518Z | Downloaded progenitor-client v0.14.0 |
| 1015 | 2026-06-17T16:04:31.518Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1016 | 2026-06-17T16:04:31.518Z | Downloaded crossbeam-epoch v0.9.18 |
| 1017 | 2026-06-17T16:04:31.518Z | Downloaded group v0.13.0 |
| 1018 | 2026-06-17T16:04:31.518Z | Downloaded quick-error v1.2.3 |
| 1019 | 2026-06-17T16:04:31.518Z | Downloaded progenitor-macro v0.14.0 |
| 1020 | 2026-06-17T16:04:31.518Z | Downloaded progenitor-macro v0.10.0 |
| 1021 | 2026-06-17T16:04:31.518Z | Downloaded byte-wrapper v0.1.0 |
| 1022 | 2026-06-17T16:04:31.518Z | Downloaded progenitor-macro v0.13.0 |
| 1023 | 2026-06-17T16:04:31.518Z | Downloaded num_enum v0.7.6 |
| 1024 | 2026-06-17T16:04:31.518Z | Downloaded dropshot_endpoint v0.17.1 |
| 1025 | 2026-06-17T16:04:31.518Z | Downloaded progenitor v0.10.0 |
| 1026 | 2026-06-17T16:04:31.518Z | Downloaded multer v3.1.0 |
| 1027 | 2026-06-17T16:04:31.519Z | Downloaded glob v0.3.3 |
| 1028 | 2026-06-17T16:04:31.519Z | Downloaded ff v0.13.1 |
| 1029 | 2026-06-17T16:04:31.519Z | Downloaded progenitor v0.13.0 |
| 1030 | 2026-06-17T16:04:31.525Z | Downloaded serde_plain v1.0.2 |
| 1031 | 2026-06-17T16:04:31.525Z | Downloaded progenitor-client v0.13.0 |
| 1032 | 2026-06-17T16:04:31.525Z | Downloaded sha1 v0.10.6 |
| 1033 | 2026-06-17T16:04:31.525Z | Downloaded serial_test v3.5.0 |
| 1034 | 2026-06-17T16:04:31.525Z | Downloaded newtype_derive v0.1.6 |
| 1035 | 2026-06-17T16:04:31.528Z | Downloaded num-complex v0.4.6 |
| 1036 | 2026-06-17T16:04:31.529Z | Downloaded slog-bunyan v2.5.0 |
| 1037 | 2026-06-17T16:04:31.529Z | Downloaded darling v0.23.0 |
| 1038 | 2026-06-17T16:04:31.535Z | Downloaded password-hash v0.5.0 |
| 1039 | 2026-06-17T16:04:31.535Z | Downloaded pest_derive v2.8.6 |
| 1040 | 2026-06-17T16:04:31.537Z | Downloaded rand_core v0.10.1 |
| 1041 | 2026-06-17T16:04:31.537Z | Downloaded ref-cast v1.0.25 |
| 1042 | 2026-06-17T16:04:31.537Z | Downloaded parking_lot_core v0.8.6 |
| 1043 | 2026-06-17T16:04:31.537Z | Downloaded omicron-zone-package v0.12.2 |
| 1044 | 2026-06-17T16:04:31.540Z | Downloaded diff v0.1.13 |
| 1045 | 2026-06-17T16:04:31.543Z | Downloaded slog-envlogger v2.2.0 |
| 1046 | 2026-06-17T16:04:31.543Z | Downloaded scroll_derive v0.12.1 |
| 1047 | 2026-06-17T16:04:31.543Z | Downloaded same-file v1.0.6 |
| 1048 | 2026-06-17T16:04:31.547Z | Downloaded rusty-fork v0.3.1 |
| 1049 | 2026-06-17T16:04:31.547Z | Downloaded rustversion v1.0.22 |
| 1050 | 2026-06-17T16:04:31.551Z | Downloaded spin v0.5.2 |
| 1051 | 2026-06-17T16:04:31.551Z | Downloaded serde_repr v0.1.20 |
| 1052 | 2026-06-17T16:04:31.551Z | Downloaded smawk v0.3.2 |
| 1053 | 2026-06-17T16:04:31.554Z | Downloaded semver v0.1.20 |
| 1054 | 2026-06-17T16:04:31.554Z | Downloaded rustls-native-certs v0.8.4 |
| 1055 | 2026-06-17T16:04:31.554Z | Downloaded stable_deref_trait v1.2.1 |
| 1056 | 2026-06-17T16:04:31.554Z | Downloaded bitflags v2.12.1 |
| 1057 | 2026-06-17T16:04:31.557Z | Downloaded derive_more v0.99.20 |
| 1058 | 2026-06-17T16:04:31.562Z | Downloaded crossbeam-utils v0.8.21 |
| 1059 | 2026-06-17T16:04:31.565Z | Downloaded rustls-pemfile v2.2.0 |
| 1060 | 2026-06-17T16:04:31.569Z | Downloaded phf v0.12.1 |
| 1061 | 2026-06-17T16:04:31.569Z | Downloaded memmap2 v0.9.10 |
| 1062 | 2026-06-17T16:04:31.572Z | Downloaded strum v0.26.3 |
| 1063 | 2026-06-17T16:04:31.572Z | Downloaded structmeta-derive v0.3.0 |
| 1064 | 2026-06-17T16:04:31.572Z | Downloaded hmac v0.12.1 |
| 1065 | 2026-06-17T16:04:31.576Z | Downloaded proc-macro-crate v3.5.0 |
| 1066 | 2026-06-17T16:04:31.576Z | Downloaded git-stub-vcs v0.1.0 |
| 1067 | 2026-06-17T16:04:31.576Z | Downloaded drift v0.2.0 |
| 1068 | 2026-06-17T16:04:31.583Z | Downloaded serial_test_derive v3.5.0 |
| 1069 | 2026-06-17T16:04:31.586Z | Downloaded secrecy v0.10.3 |
| 1070 | 2026-06-17T16:04:31.586Z | Downloaded slog-async v2.8.0 |
| 1071 | 2026-06-17T16:04:31.586Z | Downloaded tabled_derive v0.11.0 |
| 1072 | 2026-06-17T16:04:31.586Z | Downloaded siphasher v1.0.3 |
| 1073 | 2026-06-17T16:04:31.590Z | Downloaded serde-big-array v0.5.1 |
| 1074 | 2026-06-17T16:04:31.590Z | Downloaded scroll_derive v0.13.1 |
| 1075 | 2026-06-17T16:04:31.590Z | Downloaded sigpipe v0.1.3 |
| 1076 | 2026-06-17T16:04:31.590Z | Downloaded termtree v0.5.1 |
| 1077 | 2026-06-17T16:04:31.590Z | Downloaded tagptr v0.2.0 |
| 1078 | 2026-06-17T16:04:31.595Z | Downloaded tabwriter v1.4.1 |
| 1079 | 2026-06-17T16:04:31.595Z | Downloaded time-core v0.1.8 |
| 1080 | 2026-06-17T16:04:31.595Z | Downloaded thread-id v5.1.0 |
| 1081 | 2026-06-17T16:04:31.595Z | Downloaded sha1 v0.11.0 |
| 1082 | 2026-06-17T16:04:31.599Z | Downloaded serde_derive_internals v0.29.1 |
| 1083 | 2026-06-17T16:04:31.599Z | Downloaded progenitor-extras v0.2.0 |
| 1084 | 2026-06-17T16:04:31.599Z | Downloaded progenitor v0.14.0 |
| 1085 | 2026-06-17T16:04:31.602Z | Downloaded slog-dtrace v0.3.0 |
| 1086 | 2026-06-17T16:04:31.602Z | Downloaded proc-macro-error2 v2.0.1 |
| 1087 | 2026-06-17T16:04:31.602Z | Downloaded proc-macro-crate v1.3.1 |
| 1088 | 2026-06-17T16:04:31.602Z | Downloaded scroll v0.13.0 |
| 1089 | 2026-06-17T16:04:31.605Z | Downloaded scroll v0.12.0 |
| 1090 | 2026-06-17T16:04:31.605Z | Downloaded proc-macro-error v1.0.4 |
| 1091 | 2026-06-17T16:04:31.609Z | Downloaded strum v0.27.2 |
| 1092 | 2026-06-17T16:04:31.609Z | Downloaded smf v0.2.3 |
| 1093 | 2026-06-17T16:04:31.609Z | Downloaded slog-term v2.9.2 |
| 1094 | 2026-06-17T16:04:31.614Z | Downloaded slog-stdlog v4.1.1 |
| 1095 | 2026-06-17T16:04:31.614Z | Downloaded slog-scope v4.4.1 |
| 1096 | 2026-06-17T16:04:31.614Z | Downloaded rhai_codegen v3.2.0 |
| 1097 | 2026-06-17T16:04:31.618Z | Downloaded topological-sort v0.2.2 |
| 1098 | 2026-06-17T16:04:31.618Z | Downloaded darling_core v0.21.3 |
| 1099 | 2026-06-17T16:04:31.621Z | Downloaded testing_table v0.3.0 |
| 1100 | 2026-06-17T16:04:31.625Z | Downloaded tabled_derive v0.7.0 |
| 1101 | 2026-06-17T16:04:31.625Z | Downloaded icu_normalizer v2.2.0 |
| 1102 | 2026-06-17T16:04:31.625Z | Downloaded strum_macros v0.27.2 |
| 1103 | 2026-06-17T16:04:31.628Z | Downloaded const-oid v0.10.2 |
| 1104 | 2026-06-17T16:04:31.629Z | Downloaded strum_macros v0.26.4 |
| 1105 | 2026-06-17T16:04:31.631Z | Downloaded structmeta v0.3.0 |
| 1106 | 2026-06-17T16:04:31.631Z | Downloaded hybrid-array v0.4.12 |
| 1107 | 2026-06-17T16:04:31.632Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-06-17T16:04:31.636Z | Downloaded oxnet v0.1.6 |
| 1109 | 2026-06-17T16:04:31.636Z | Downloaded backon v1.6.0 |
| 1110 | 2026-06-17T16:04:31.640Z | Downloaded synstructure v0.13.2 |
| 1111 | 2026-06-17T16:04:31.640Z | Downloaded const_format v0.2.36 |
| 1112 | 2026-06-17T16:04:31.640Z | Downloaded schemars_derive v0.8.22 |
| 1113 | 2026-06-17T16:04:31.643Z | Downloaded typify-macro v0.4.3 |
| 1114 | 2026-06-17T16:04:31.643Z | Downloaded resolv-conf v0.7.6 |
| 1115 | 2026-06-17T16:04:31.643Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-06-17T16:04:31.643Z | Downloaded usdt-attr-macro v0.6.0 |
| 1117 | 2026-06-17T16:04:31.643Z | Downloaded usdt v0.5.0 |
| 1118 | 2026-06-17T16:04:31.648Z | Downloaded usdt-attr-macro v0.5.0 |
| 1119 | 2026-06-17T16:04:31.648Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-06-17T16:04:31.649Z | Downloaded unarray v0.1.4 |
| 1121 | 2026-06-17T16:04:31.649Z | Downloaded thread-id v4.2.2 |
| 1122 | 2026-06-17T16:04:31.649Z | Downloaded pest_generator v2.8.6 |
| 1123 | 2026-06-17T16:04:31.649Z | Downloaded const_format_proc_macros v0.2.34 |
| 1124 | 2026-06-17T16:04:31.652Z | Downloaded take_mut v0.2.2 |
| 1125 | 2026-06-17T16:04:31.652Z | Downloaded critical-section v1.2.0 |
| 1126 | 2026-06-17T16:04:31.652Z | Downloaded csv-core v0.1.13 |
| 1127 | 2026-06-17T16:04:31.655Z | Downloaded bit-vec v0.8.0 |
| 1128 | 2026-06-17T16:04:31.655Z | Downloaded hostname v0.3.1 |
| 1129 | 2026-06-17T16:04:31.655Z | Downloaded base16ct v1.0.0 |
| 1130 | 2026-06-17T16:04:31.656Z | Downloaded usdt-macro v0.5.0 |
| 1131 | 2026-06-17T16:04:31.660Z | Downloaded defmt-macros v1.1.0 |
| 1132 | 2026-06-17T16:04:31.660Z | Downloaded utf-8 v0.7.6 |
| 1133 | 2026-06-17T16:04:31.660Z | Downloaded waitgroup v0.1.2 |
| 1134 | 2026-06-17T16:04:31.663Z | Downloaded usdt-macro v0.6.0 |
| 1135 | 2026-06-17T16:04:31.663Z | Downloaded serde_tokenstream v0.2.3 |
| 1136 | 2026-06-17T16:04:31.663Z | Downloaded data-encoding v2.11.0 |
| 1137 | 2026-06-17T16:04:31.663Z | Downloaded idna_adapter v1.2.2 |
| 1138 | 2026-06-17T16:04:31.663Z | Downloaded float-ord v0.3.2 |
| 1139 | 2026-06-17T16:04:31.663Z | Downloaded openssl-sys v0.9.116 |
| 1140 | 2026-06-17T16:04:31.667Z | Downloaded darling_macro v0.21.3 |
| 1141 | 2026-06-17T16:04:31.670Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1142 | 2026-06-17T16:04:31.670Z | Downloaded ciborium-io v0.2.2 |
| 1143 | 2026-06-17T16:04:31.670Z | Downloaded half v2.7.1 |
| 1144 | 2026-06-17T16:04:31.670Z | Downloaded argon2 v0.5.3 |
| 1145 | 2026-06-17T16:04:31.675Z | Downloaded async-stream-impl v0.3.6 |
| 1146 | 2026-06-17T16:04:31.679Z | Downloaded postcard v1.1.3 |
| 1147 | 2026-06-17T16:04:31.679Z | Downloaded tokio-dtrace v0.1.1 |
| 1148 | 2026-06-17T16:04:31.685Z | Downloaded spin v0.9.8 |
| 1149 | 2026-06-17T16:04:31.689Z | Downloaded icu_properties v2.2.0 |
| 1150 | 2026-06-17T16:04:31.689Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1151 | 2026-06-17T16:04:31.689Z | Downloaded crypto-bigint v0.5.5 |
| 1152 | 2026-06-17T16:04:31.692Z | Downloaded darling_core v0.23.0 |
| 1153 | 2026-06-17T16:04:31.706Z | Downloaded crossbeam-channel v0.5.15 |
| 1154 | 2026-06-17T16:04:31.710Z | Downloaded cc v1.2.63 |
| 1155 | 2026-06-17T16:04:31.710Z | Downloaded untrusted v0.7.1 |
| 1156 | 2026-06-17T16:04:31.710Z | Downloaded yoke-derive v0.8.2 |
| 1157 | 2026-06-17T16:04:31.710Z | Downloaded zerofrom v0.1.8 |
| 1158 | 2026-06-17T16:04:31.710Z | Downloaded pretty_assertions v1.4.1 |
| 1159 | 2026-06-17T16:04:31.710Z | Downloaded snafu-derive v0.8.9 |
| 1160 | 2026-06-17T16:04:31.710Z | Downloaded slog-json v2.6.1 |
| 1161 | 2026-06-17T16:04:31.713Z | Downloaded zone v0.3.1 |
| 1162 | 2026-06-17T16:04:31.717Z | Downloaded slog v2.8.2 |
| 1163 | 2026-06-17T16:04:31.724Z | Downloaded universal-hash v0.5.1 |
| 1164 | 2026-06-17T16:04:31.724Z | Downloaded progenitor-impl v0.14.0 |
| 1165 | 2026-06-17T16:04:31.724Z | Downloaded wait-timeout v0.2.1 |
| 1166 | 2026-06-17T16:04:31.731Z | Downloaded term v1.2.1 |
| 1167 | 2026-06-17T16:04:31.731Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-06-17T16:04:31.731Z | Downloaded thin-vec v0.2.18 |
| 1169 | 2026-06-17T16:04:31.731Z | Downloaded walkdir v2.5.0 |
| 1170 | 2026-06-17T16:04:31.731Z | Downloaded pest_meta v2.8.6 |
| 1171 | 2026-06-17T16:04:31.734Z | Downloaded smartstring v1.0.1 |
| 1172 | 2026-06-17T16:04:31.739Z | Downloaded smallvec v1.15.1 |
| 1173 | 2026-06-17T16:04:31.743Z | Downloaded writeable v0.6.3 |
| 1174 | 2026-06-17T16:04:31.743Z | Downloaded xz2 v0.1.7 |
| 1175 | 2026-06-17T16:04:31.747Z | Downloaded parking_lot v0.11.2 |
| 1176 | 2026-06-17T16:04:31.750Z | Downloaded papergrid v0.18.0 |
| 1177 | 2026-06-17T16:04:31.754Z | Downloaded prettyplease v0.2.37 |
| 1178 | 2026-06-17T16:04:31.757Z | Downloaded zeroize_derive v1.4.3 |
| 1179 | 2026-06-17T16:04:31.757Z | Downloaded schemars v0.8.22 |
| 1180 | 2026-06-17T16:04:31.763Z | Downloaded zone_cfg_derive v0.3.1 |
| 1181 | 2026-06-17T16:04:31.767Z | Downloaded tiny-keccak v2.0.2 |
| 1182 | 2026-06-17T16:04:31.767Z | Downloaded zerovec-derive v0.11.3 |
| 1183 | 2026-06-17T16:04:31.767Z | Downloaded zerofrom-derive v0.1.7 |
| 1184 | 2026-06-17T16:04:31.770Z | Downloaded time-macros v0.2.27 |
| 1185 | 2026-06-17T16:04:31.770Z | Downloaded thiserror-no-std v2.0.2 |
| 1186 | 2026-06-17T16:04:31.773Z | Downloaded usdt-impl v0.5.0 |
| 1187 | 2026-06-17T16:04:31.773Z | Downloaded test-strategy v0.4.5 |
| 1188 | 2026-06-17T16:04:31.778Z | Downloaded heapless v0.8.0 |
| 1189 | 2026-06-17T16:04:31.778Z | Downloaded rand v0.8.6 |
| 1190 | 2026-06-17T16:04:31.781Z | Downloaded icu_normalizer_data v2.2.0 |
| 1191 | 2026-06-17T16:04:31.781Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1192 | 2026-06-17T16:04:31.781Z | Downloaded indicatif v0.18.4 |
| 1193 | 2026-06-17T16:04:31.784Z | Downloaded snafu v0.8.9 |
| 1194 | 2026-06-17T16:04:31.787Z | Downloaded yoke v0.8.3 |
| 1195 | 2026-06-17T16:04:31.791Z | Downloaded tungstenite v0.21.0 |
| 1196 | 2026-06-17T16:04:31.806Z | Downloaded tokio-tungstenite v0.21.0 |
| 1197 | 2026-06-17T16:04:31.807Z | Downloaded tinystr v0.8.3 |
| 1198 | 2026-06-17T16:04:31.809Z | Downloaded serde_with_macros v3.20.0 |
| 1199 | 2026-06-17T16:04:31.809Z | Downloaded progenitor-impl v0.13.0 |
| 1200 | 2026-06-17T16:04:31.809Z | Downloaded progenitor-impl v0.10.0 |
| 1201 | 2026-06-17T16:04:31.810Z | Downloaded uuid v1.23.2 |
| 1202 | 2026-06-17T16:04:31.816Z | Downloaded usdt-impl v0.6.0 |
| 1203 | 2026-06-17T16:04:31.819Z | Downloaded whoami v1.6.1 |
| 1204 | 2026-06-17T16:04:31.823Z | Downloaded steno v0.4.1 |
| 1205 | 2026-06-17T16:04:31.834Z | Downloaded unsafe-libyaml v0.2.11 |
| 1206 | 2026-06-17T16:04:31.845Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 1207 | 2026-06-17T16:04:31.855Z | Downloaded papergrid v0.11.0 |
| 1208 | 2026-06-17T16:04:31.860Z | Downloaded zeroize v1.8.2 |
| 1209 | 2026-06-17T16:04:31.860Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1210 | 2026-06-17T16:04:31.865Z | Downloaded icu_collections v2.2.0 |
| 1211 | 2026-06-17T16:04:31.877Z | Downloaded rand v0.10.1 |
| 1212 | 2026-06-17T16:04:31.881Z | Downloaded zerocopy-derive v0.8.50 |
| 1213 | 2026-06-17T16:04:31.887Z | Downloaded similar v2.7.0 |
| 1214 | 2026-06-17T16:04:31.890Z | Downloaded zerotrie v0.2.4 |
| 1215 | 2026-06-17T16:04:31.894Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1216 | 2026-06-17T16:04:31.894Z | Downloaded yansi v1.0.1 |
| 1217 | 2026-06-17T16:04:31.898Z | Downloaded dropshot-api-manager v0.7.2 |
| 1218 | 2026-06-17T16:04:31.904Z | Downloaded ucd-trie v0.1.7 |
| 1219 | 2026-06-17T16:04:31.907Z | Downloaded zerocopy-derive v0.7.35 |
| 1220 | 2026-06-17T16:04:31.907Z | Downloaded konst v0.2.20 |
| 1221 | 2026-06-17T16:04:31.914Z | Downloaded jiff-static v0.2.28 |
| 1222 | 2026-06-17T16:04:31.926Z | Downloaded memchr v2.8.1 |
| 1223 | 2026-06-17T16:04:31.932Z | Downloaded expectorate v1.2.0 |
| 1224 | 2026-06-17T16:04:31.935Z | Downloaded typed-path v0.9.3 |
| 1225 | 2026-06-17T16:04:31.935Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1226 | 2026-06-17T16:04:31.938Z | Downloaded toml v0.7.8 |
| 1227 | 2026-06-17T16:04:31.938Z | Downloaded hickory-resolver v0.24.4 |
| 1228 | 2026-06-17T16:04:31.941Z | Downloaded typify v0.4.3 |
| 1229 | 2026-06-17T16:04:31.944Z | Downloaded aws-lc-rs v1.17.0 |
| 1230 | 2026-06-17T16:04:31.947Z | Downloaded typify v0.6.2 |
| 1231 | 2026-06-17T16:04:31.951Z | Downloaded rayon-core v1.13.0 |
| 1232 | 2026-06-17T16:04:31.953Z | Downloaded qorb v0.4.1 |
| 1233 | 2026-06-17T16:04:31.953Z | Downloaded itertools v0.12.1 |
| 1234 | 2026-06-17T16:04:31.958Z | Downloaded tough v0.22.0 |
| 1235 | 2026-06-17T16:04:31.961Z | Downloaded regex v1.12.3 |
| 1236 | 2026-06-17T16:04:31.964Z | Downloaded minimal-lexical v0.2.1 |
| 1237 | 2026-06-17T16:04:31.967Z | Downloaded zerovec v0.11.6 |
| 1238 | 2026-06-17T16:04:31.971Z | Downloaded hickory-resolver v0.25.2 |
| 1239 | 2026-06-17T16:04:31.974Z | Downloaded rayon v1.12.0 |
| 1240 | 2026-06-17T16:04:31.977Z | Downloaded nom v7.1.3 |
| 1241 | 2026-06-17T16:04:31.980Z | Downloaded http v1.4.1 |
| 1242 | 2026-06-17T16:04:31.983Z | Downloaded schemars v1.2.1 |
| 1243 | 2026-06-17T16:04:31.989Z | Downloaded schemars v0.9.0 |
| 1244 | 2026-06-17T16:04:31.995Z | Downloaded winnow v0.5.40 |
| 1245 | 2026-06-17T16:04:31.999Z | Downloaded hashbrown v0.12.3 |
| 1246 | 2026-06-17T16:04:32.002Z | Downloaded blake3 v1.8.5 |
| 1247 | 2026-06-17T16:04:32.006Z | Downloaded zerocopy v0.7.35 |
| 1248 | 2026-06-17T16:04:32.046Z | Downloaded pest v2.8.6 |
| 1249 | 2026-06-17T16:04:32.049Z | Downloaded toml_edit v0.19.15 |
| 1250 | 2026-06-17T16:04:32.057Z | Downloaded libm v0.2.16 |
| 1251 | 2026-06-17T16:04:32.064Z | Downloaded tabled v0.15.0 |
| 1252 | 2026-06-17T16:04:32.074Z | Downloaded time v0.3.47 |
| 1253 | 2026-06-17T16:04:32.080Z | Downloaded nom v8.0.0 |
| 1254 | 2026-06-17T16:04:32.084Z | Downloaded syn v1.0.109 |
| 1255 | 2026-06-17T16:04:32.119Z | Downloaded icu_properties_data v2.2.0 |
| 1256 | 2026-06-17T16:04:32.124Z | Downloaded hashbrown v0.16.1 |
| 1257 | 2026-06-17T16:04:32.129Z | Downloaded iddqd v0.4.2 |
| 1258 | 2026-06-17T16:04:32.135Z | Downloaded syn v2.0.117 |
| 1259 | 2026-06-17T16:04:32.141Z | Downloaded openssl v0.10.80 |
| 1260 | 2026-06-17T16:04:32.147Z | Downloaded dropshot v0.17.1 |
| 1261 | 2026-06-17T16:04:32.158Z | Downloaded smoltcp v0.11.0 |
| 1262 | 2026-06-17T16:04:32.165Z | Downloaded regress v0.10.5 |
| 1263 | 2026-06-17T16:04:32.169Z | Downloaded h2 v0.4.14 |
| 1264 | 2026-06-17T16:04:32.173Z | Downloaded rhai v1.25.1 |
| 1265 | 2026-06-17T16:04:32.180Z | Downloaded regress v0.11.1 |
| 1266 | 2026-06-17T16:04:32.183Z | Downloaded openapiv3 v2.2.0 |
| 1267 | 2026-06-17T16:04:32.189Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-06-17T16:04:32.193Z | Downloaded hkdf v0.12.4 |
| 1269 | 2026-06-17T16:04:32.197Z | Downloaded reqwest v0.13.4 |
| 1270 | 2026-06-17T16:04:32.209Z | Downloaded goblin v0.8.2 |
| 1271 | 2026-06-17T16:04:32.213Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-06-17T16:04:32.239Z | Downloaded serde_with v3.20.0 |
| 1273 | 2026-06-17T16:04:32.286Z | Downloaded proptest v1.11.0 |
| 1274 | 2026-06-17T16:04:32.291Z | Downloaded moka v0.12.15 |
| 1275 | 2026-06-17T16:04:32.295Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-06-17T16:04:32.304Z | Downloaded tabled v0.21.0 |
| 1277 | 2026-06-17T16:04:32.313Z | Downloaded goblin v0.10.7 |
| 1278 | 2026-06-17T16:04:32.317Z | Downloaded csv v1.4.0 |
| 1279 | 2026-06-17T16:04:32.328Z | Downloaded webpki-roots v1.0.7 |
| 1280 | 2026-06-17T16:04:32.380Z | Downloaded zerocopy v0.8.50 |
| 1281 | 2026-06-17T16:04:32.392Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-06-17T16:04:32.407Z | Downloaded nix v0.31.3 |
| 1283 | 2026-06-17T16:04:32.437Z | Downloaded hickory-proto v0.24.4 |
| 1284 | 2026-06-17T16:04:32.467Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-06-17T16:04:32.522Z | Downloaded sled v0.34.7 |
| 1286 | 2026-06-17T16:04:32.532Z | Downloaded typify-impl v0.4.3 |
| 1287 | 2026-06-17T16:04:32.610Z | Downloaded petgraph v0.6.5 |
| 1288 | 2026-06-17T16:04:32.641Z | Downloaded jiff v0.2.28 |
| 1289 | 2026-06-17T16:04:32.650Z | Downloaded lzma-sys v0.1.20 |
| 1290 | 2026-06-17T16:04:32.666Z | Downloaded sha3 v0.10.9 |
| 1291 | 2026-06-17T16:04:32.984Z | Downloaded aws-lc-sys v0.41.0 |
| 1292 | 2026-06-17T16:04:33.895Z | Compiling proc-macro2 v1.0.106 |
| 1293 | 2026-06-17T16:04:33.895Z | Compiling quote v1.0.45 |
| 1294 | 2026-06-17T16:04:33.895Z | Compiling unicode-ident v1.0.24 |
| 1295 | 2026-06-17T16:04:33.895Z | Compiling serde_core v1.0.228 |
| 1296 | 2026-06-17T16:04:33.895Z | Compiling cfg-if v1.0.4 |
| 1297 | 2026-06-17T16:04:33.895Z | Compiling serde v1.0.228 |
| 1298 | 2026-06-17T16:04:33.895Z | Compiling libc v0.2.186 |
| 1299 | 2026-06-17T16:04:33.898Z | Compiling memchr v2.8.1 |
| 1300 | 2026-06-17T16:04:34.081Z | Compiling itoa v1.0.18 |
| 1301 | 2026-06-17T16:04:34.269Z | Compiling smallvec v1.15.1 |
| 1302 | 2026-06-17T16:04:34.407Z | Compiling zmij v1.0.21 |
| 1303 | 2026-06-17T16:04:34.436Z | Compiling autocfg v1.5.1 |
| 1304 | 2026-06-17T16:04:34.486Z | Compiling libm v0.2.16 |
| 1305 | 2026-06-17T16:04:34.749Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-06-17T16:04:34.820Z | Compiling percent-encoding v2.3.2 |
| 1307 | 2026-06-17T16:04:34.840Z | Compiling litemap v0.8.2 |
| 1308 | 2026-06-17T16:04:34.946Z | Compiling writeable v0.6.3 |
| 1309 | 2026-06-17T16:04:34.968Z | Compiling icu_normalizer_data v2.2.0 |
| 1310 | 2026-06-17T16:04:35.030Z | Compiling utf8_iter v1.0.4 |
| 1311 | 2026-06-17T16:04:35.030Z | Compiling icu_properties_data v2.2.0 |
| 1312 | 2026-06-17T16:04:35.152Z | Compiling iana-time-zone v0.1.65 |
| 1313 | 2026-06-17T16:04:35.174Z | Compiling equivalent v1.0.2 |
| 1314 | 2026-06-17T16:04:35.209Z | Compiling syn v2.0.117 |
| 1315 | 2026-06-17T16:04:35.318Z | Compiling form_urlencoded v1.2.2 |
| 1316 | 2026-06-17T16:04:35.347Z | Compiling serde_json v1.0.150 |
| 1317 | 2026-06-17T16:04:35.382Z | Compiling dyn-clone v1.0.20 |
| 1318 | 2026-06-17T16:04:35.418Z | Compiling pin-project-lite v0.2.17 |
| 1319 | 2026-06-17T16:04:35.433Z | Compiling version_check v0.9.5 |
| 1320 | 2026-06-17T16:04:35.499Z | Compiling parking_lot_core v0.9.12 |
| 1321 | 2026-06-17T16:04:35.512Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-17T16:04:35.523Z | Compiling num-traits v0.2.19 |
| 1323 | 2026-06-17T16:04:35.611Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-17T16:04:35.622Z | Compiling thiserror v2.0.18 |
| 1325 | 2026-06-17T16:04:35.721Z | Compiling getrandom v0.4.2 |
| 1326 | 2026-06-17T16:04:35.792Z | Compiling hashbrown v0.17.1 |
| 1327 | 2026-06-17T16:04:35.842Z | Compiling rand_core v0.10.1 |
| 1328 | 2026-06-17T16:04:35.992Z | Compiling errno v0.3.14 |
| 1329 | 2026-06-17T16:04:36.070Z | Compiling log v0.4.32 |
| 1330 | 2026-06-17T16:04:36.144Z | Compiling heck v0.5.0 |
| 1331 | 2026-06-17T16:04:36.181Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-06-17T16:04:36.206Z | Compiling semver v1.0.28 |
| 1333 | 2026-06-17T16:04:36.331Z | Compiling indexmap v2.14.0 |
| 1334 | 2026-06-17T16:04:36.395Z | Compiling zerocopy v0.8.50 |
| 1335 | 2026-06-17T16:04:36.404Z | Compiling uuid v1.23.2 |
| 1336 | 2026-06-17T16:04:36.546Z | Compiling futures-sink v0.3.32 |
| 1337 | 2026-06-17T16:04:36.546Z | Compiling schemars v0.8.22 |
| 1338 | 2026-06-17T16:04:36.644Z | Compiling fnv v1.0.7 |
| 1339 | 2026-06-17T16:04:36.738Z | Compiling slab v0.4.12 |
| 1340 | 2026-06-17T16:04:36.819Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-06-17T16:04:36.831Z | Compiling shlex v2.0.1 |
| 1342 | 2026-06-17T16:04:36.834Z | Compiling rustversion v1.0.22 |
| 1343 | 2026-06-17T16:04:36.903Z | Compiling find-msvc-tools v0.1.9 |
| 1344 | 2026-06-17T16:04:36.962Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-06-17T16:04:37.012Z | Compiling bitflags v2.12.1 |
| 1346 | 2026-06-17T16:04:37.130Z | Compiling cc v1.2.63 |
| 1347 | 2026-06-17T16:04:37.130Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-06-17T16:04:37.178Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-17T16:04:37.294Z | Compiling socket2 v0.6.4 |
| 1350 | 2026-06-17T16:04:37.356Z | Compiling portable-atomic v1.13.1 |
| 1351 | 2026-06-17T16:04:37.393Z | Compiling signal-hook-registry v1.4.8 |
| 1352 | 2026-06-17T16:04:37.537Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-06-17T16:04:37.550Z | Compiling mio v1.2.1 |
| 1354 | 2026-06-17T16:04:37.688Z | Compiling critical-section v1.2.0 |
| 1355 | 2026-06-17T16:04:37.737Z | Compiling typenum v1.20.1 |
| 1356 | 2026-06-17T16:04:37.792Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-06-17T16:04:37.796Z | Compiling dunce v1.0.5 |
| 1358 | 2026-06-17T16:04:37.887Z | Compiling cmake v0.1.58 |
| 1359 | 2026-06-17T16:04:37.936Z | Compiling base64 v0.22.1 |
| 1360 | 2026-06-17T16:04:38.049Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-06-17T16:04:38.052Z | Compiling serde_derive_internals v0.29.1 |
| 1362 | 2026-06-17T16:04:38.227Z | Compiling regex-syntax v0.8.10 |
| 1363 | 2026-06-17T16:04:38.260Z | Compiling once_cell v1.21.4 |
| 1364 | 2026-06-17T16:04:38.353Z | Compiling slog v2.8.2 |
| 1365 | 2026-06-17T16:04:39.368Z | Compiling aws-lc-sys v0.41.0 |
| 1366 | 2026-06-17T16:04:39.371Z | Compiling subtle v2.6.1 |
| 1367 | 2026-06-17T16:04:39.371Z | Compiling strsim v0.11.1 |
| 1368 | 2026-06-17T16:04:39.371Z | Compiling byteorder v1.5.0 |
| 1369 | 2026-06-17T16:04:39.371Z | Compiling rustix v1.1.4 |
| 1370 | 2026-06-17T16:04:39.371Z | Compiling atomic-waker v1.1.2 |
| 1371 | 2026-06-17T16:04:39.371Z | Compiling httparse v1.10.1 |
| 1372 | 2026-06-17T16:04:39.371Z | Compiling ipnet v2.12.0 |
| 1373 | 2026-06-17T16:04:39.371Z | Compiling tower-layer v0.3.3 |
| 1374 | 2026-06-17T16:04:39.371Z | Compiling tower-service v0.3.3 |
| 1375 | 2026-06-17T16:04:39.371Z | Compiling getrandom v0.2.17 |
| 1376 | 2026-06-17T16:04:39.371Z | Compiling ucd-trie v0.1.7 |
| 1377 | 2026-06-17T16:04:39.371Z | Compiling getrandom v0.3.4 |
| 1378 | 2026-06-17T16:04:39.371Z | Compiling untrusted v0.9.0 |
| 1379 | 2026-06-17T16:04:39.371Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-17T16:04:39.371Z | Compiling zerofrom-derive v0.1.7 |
| 1381 | 2026-06-17T16:04:39.371Z | Compiling yoke-derive v0.8.2 |
| 1382 | 2026-06-17T16:04:39.371Z | Compiling zerovec-derive v0.11.3 |
| 1383 | 2026-06-17T16:04:39.521Z | Compiling displaydoc v0.2.6 |
| 1384 | 2026-06-17T16:04:39.542Z | Compiling schemars_derive v0.8.22 |
| 1385 | 2026-06-17T16:04:40.334Z | Compiling thiserror-impl v2.0.18 |
| 1386 | 2026-06-17T16:04:40.462Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-06-17T16:04:40.488Z | Compiling zerocopy-derive v0.8.50 |
| 1388 | 2026-06-17T16:04:40.510Z | Compiling zerofrom v0.1.8 |
| 1389 | 2026-06-17T16:04:40.629Z | Compiling yoke v0.8.3 |
| 1390 | 2026-06-17T16:04:40.769Z | Compiling zeroize_derive v1.4.3 |
| 1391 | 2026-06-17T16:04:40.812Z | Compiling zerovec v0.11.6 |
| 1392 | 2026-06-17T16:04:40.934Z | Compiling zerotrie v0.2.4 |
| 1393 | 2026-06-17T16:04:41.208Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-06-17T16:04:41.225Z | Compiling try-lock v0.2.5 |
| 1395 | 2026-06-17T16:04:41.375Z | Compiling tinystr v0.8.3 |
| 1396 | 2026-06-17T16:04:41.383Z | Compiling potential_utf v0.1.5 |
| 1397 | 2026-06-17T16:04:41.449Z | Compiling icu_collections v2.2.0 |
| 1398 | 2026-06-17T16:04:41.505Z | Compiling icu_locale_core v2.2.0 |
| 1399 | 2026-06-17T16:04:41.532Z | Compiling zeroize v1.8.2 |
| 1400 | 2026-06-17T16:04:41.673Z | Compiling thiserror v1.0.69 |
| 1401 | 2026-06-17T16:04:41.729Z | Compiling ryu v1.0.23 |
| 1402 | 2026-06-17T16:04:41.913Z | Compiling want v0.3.1 |
| 1403 | 2026-06-17T16:04:41.998Z | Compiling thiserror-impl v1.0.69 |
| 1404 | 2026-06-17T16:04:42.037Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-06-17T16:04:42.073Z | Compiling pest v2.8.6 |
| 1406 | 2026-06-17T16:04:42.156Z | Compiling rand_core v0.6.4 |
| 1407 | 2026-06-17T16:04:42.375Z | Compiling bytes v1.11.1 |
| 1408 | 2026-06-17T16:04:42.455Z | Compiling icu_provider v2.2.0 |
| 1409 | 2026-06-17T16:04:42.580Z | Compiling chrono v0.4.45 |
| 1410 | 2026-06-17T16:04:42.777Z | Compiling icu_properties v2.2.0 |
| 1411 | 2026-06-17T16:04:43.006Z | Compiling icu_normalizer v2.2.0 |
| 1412 | 2026-06-17T16:04:43.167Z | Compiling http v1.4.1 |
| 1413 | 2026-06-17T16:04:43.329Z | Compiling tokio v1.52.3 |
| 1414 | 2026-06-17T16:04:43.593Z | Compiling serde_tokenstream v0.2.3 |
| 1415 | 2026-06-17T16:04:43.872Z | Compiling idna_adapter v1.2.2 |
| 1416 | 2026-06-17T16:04:43.938Z | Compiling erased-serde v0.3.31 |
| 1417 | 2026-06-17T16:04:44.082Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-17T16:04:44.094Z | Compiling http-body v1.0.1 |
| 1419 | 2026-06-17T16:04:44.150Z | Compiling httpdate v1.0.3 |
| 1420 | 2026-06-17T16:04:44.346Z | Compiling pest_meta v2.8.6 |
| 1421 | 2026-06-17T16:04:44.377Z | Compiling url v2.5.8 |
| 1422 | 2026-06-17T16:04:44.393Z | Compiling pretty-hex v0.4.2 |
| 1423 | 2026-06-17T16:04:44.526Z | Compiling plain v0.2.3 |
| 1424 | 2026-06-17T16:04:44.636Z | Compiling winnow v1.0.3 |
| 1425 | 2026-06-17T16:04:44.833Z | Compiling ppv-lite86 v0.2.21 |
| 1426 | 2026-06-17T16:04:44.913Z | Compiling pest_generator v2.8.6 |
| 1427 | 2026-06-17T16:04:45.150Z | Compiling allocator-api2 v0.2.21 |
| 1428 | 2026-06-17T16:04:45.256Z | Compiling paste v1.0.15 |
| 1429 | 2026-06-17T16:04:45.474Z | Compiling foldhash v0.2.0 |
| 1430 | 2026-06-17T16:04:45.524Z | Compiling tracing-attributes v0.1.31 |
| 1431 | 2026-06-17T16:04:45.607Z | Compiling tracing-core v0.1.36 |
| 1432 | 2026-06-17T16:04:45.632Z | Compiling ipnetwork v0.21.1 |
| 1433 | 2026-06-17T16:04:45.705Z | Compiling pest_derive v2.8.6 |
| 1434 | 2026-06-17T16:04:45.735Z | Compiling hashbrown v0.16.1 |
| 1435 | 2026-06-17T16:04:46.065Z | Compiling oxnet v0.1.6 |
| 1436 | 2026-06-17T16:04:46.211Z | Compiling omicron-workspace-hack v0.1.0 |
| 1437 | 2026-06-17T16:04:46.276Z | Compiling ident_case v1.0.1 |
| 1438 | 2026-06-17T16:04:46.350Z | Compiling http-body-util v0.1.3 |
| 1439 | 2026-06-17T16:04:46.390Z | Compiling serde_urlencoded v0.7.1 |
| 1440 | 2026-06-17T16:04:46.444Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-06-17T16:04:46.532Z | Compiling fastrand v2.4.1 |
| 1442 | 2026-06-17T16:04:46.629Z | Compiling sync_wrapper v1.0.2 |
| 1443 | 2026-06-17T16:04:46.653Z | Compiling daft-derive v0.1.7 |
| 1444 | 2026-06-17T16:04:46.747Z | Compiling tracing v0.1.44 |
| 1445 | 2026-06-17T16:04:46.825Z | Compiling scroll_derive v0.13.1 |
| 1446 | 2026-06-17T16:04:46.980Z | Compiling async-trait v0.1.89 |
| 1447 | 2026-06-17T16:04:47.416Z | Compiling regex-automata v0.4.14 |
| 1448 | 2026-06-17T16:04:47.666Z | Compiling tokio-util v0.7.18 |
| 1449 | 2026-06-17T16:04:47.832Z | Compiling aws-lc-rs v1.17.0 |
| 1450 | 2026-06-17T16:04:47.952Z | Compiling time-core v0.1.8 |
| 1451 | 2026-06-17T16:04:48.003Z | Compiling num-conv v0.2.2 |
| 1452 | 2026-06-17T16:04:48.094Z | Compiling powerfmt v0.2.0 |
| 1453 | 2026-06-17T16:04:48.148Z | Compiling anyhow v1.0.102 |
| 1454 | 2026-06-17T16:04:48.151Z | Compiling time-macros v0.2.27 |
| 1455 | 2026-06-17T16:04:48.303Z | Compiling deranged v0.5.8 |
| 1456 | 2026-06-17T16:04:48.408Z | Compiling scroll v0.13.0 |
| 1457 | 2026-06-17T16:04:48.667Z | Compiling rustls-pki-types v1.14.1 |
| 1458 | 2026-06-17T16:04:48.687Z | Compiling hex v0.4.3 |
| 1459 | 2026-06-17T16:04:48.941Z | Compiling num_threads v0.1.7 |
| 1460 | 2026-06-17T16:04:49.099Z | Compiling regex v1.12.3 |
| 1461 | 2026-06-17T16:04:49.188Z | Compiling openssl-probe v0.2.1 |
| 1462 | 2026-06-17T16:04:49.314Z | Compiling goblin v0.10.7 |
| 1463 | 2026-06-17T16:04:49.376Z | Compiling camino v1.2.2 |
| 1464 | 2026-06-17T16:04:49.594Z | Compiling untrusted v0.7.1 |
| 1465 | 2026-06-17T16:04:49.784Z | Compiling crc32fast v1.5.0 |
| 1466 | 2026-06-17T16:04:49.860Z | Compiling rustls v0.23.40 |
| 1467 | 2026-06-17T16:04:49.901Z | Compiling usdt-impl v0.6.0 |
| 1468 | 2026-06-17T16:04:49.983Z | Compiling rand_core v0.9.5 |
| 1469 | 2026-06-17T16:04:50.083Z | Compiling h2 v0.4.14 |
| 1470 | 2026-06-17T16:04:50.127Z | Compiling dtrace-parser v0.3.0 |
| 1471 | 2026-06-17T16:04:50.166Z | Compiling crossbeam-utils v0.8.21 |
| 1472 | 2026-06-17T16:04:50.387Z | Compiling futures-executor v0.3.32 |
| 1473 | 2026-06-17T16:04:50.479Z | Compiling structmeta-derive v0.3.0 |
| 1474 | 2026-06-17T16:04:50.504Z | Compiling thread-id v5.1.0 |
| 1475 | 2026-06-17T16:04:50.582Z | Compiling simd-adler32 v0.3.9 |
| 1476 | 2026-06-17T16:04:50.669Z | Compiling quick-error v1.2.3 |
| 1477 | 2026-06-17T16:04:50.774Z | Compiling cpufeatures v0.3.0 |
| 1478 | 2026-06-17T16:04:50.785Z | Compiling adler2 v2.0.1 |
| 1479 | 2026-06-17T16:04:50.847Z | Compiling futures v0.3.32 |
| 1480 | 2026-06-17T16:04:50.919Z | Compiling miniz_oxide v0.8.9 |
| 1481 | 2026-06-17T16:04:51.006Z | Compiling rand_chacha v0.9.0 |
| 1482 | 2026-06-17T16:04:51.436Z | Compiling darling_core v0.23.0 |
| 1483 | 2026-06-17T16:04:51.442Z | Compiling newtype-uuid-macros v0.1.0 |
| 1484 | 2026-06-17T16:04:51.550Z | Compiling structmeta v0.3.0 |
| 1485 | 2026-06-17T16:04:51.575Z | Compiling hybrid-array v0.4.12 |
| 1486 | 2026-06-17T16:04:51.900Z | Compiling thread_local v1.1.9 |
| 1487 | 2026-06-17T16:04:52.025Z | Compiling match_cfg v0.1.0 |
| 1488 | 2026-06-17T16:04:52.096Z | Compiling hyper v1.10.1 |
| 1489 | 2026-06-17T16:04:52.173Z | Compiling dof v0.4.0 |
| 1490 | 2026-06-17T16:04:52.255Z | Compiling bit-vec v0.8.0 |
| 1491 | 2026-06-17T16:04:52.357Z | Compiling flate2 v1.1.9 |
| 1492 | 2026-06-17T16:04:52.487Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-06-17T16:04:52.648Z | Compiling rand v0.9.4 |
| 1494 | 2026-06-17T16:04:53.138Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-06-17T16:04:53.504Z | Compiling darling_macro v0.23.0 |
| 1496 | 2026-06-17T16:04:53.523Z | Compiling newtype-uuid v1.3.2 |
| 1497 | 2026-06-17T16:04:53.827Z | Compiling compression-core v0.4.32 |
| 1498 | 2026-06-17T16:04:53.959Z | Compiling unarray v0.1.4 |
| 1499 | 2026-06-17T16:04:53.993Z | Compiling ref-cast v1.0.25 |
| 1500 | 2026-06-17T16:04:54.077Z | Compiling slog-async v2.8.0 |
| 1501 | 2026-06-17T16:04:54.157Z | Compiling darling v0.23.0 |
| 1502 | 2026-06-17T16:04:54.189Z | Compiling compression-codecs v0.4.38 |
| 1503 | 2026-06-17T16:04:54.236Z | Compiling daft v0.1.7 |
| 1504 | 2026-06-17T16:04:54.330Z | Compiling crypto-common v0.2.2 |
| 1505 | 2026-06-17T16:04:54.352Z | Compiling usdt-attr-macro v0.6.0 |
| 1506 | 2026-06-17T16:04:54.374Z | Compiling usdt-macro v0.6.0 |
| 1507 | 2026-06-17T16:04:54.428Z | Compiling block-buffer v0.12.0 |
| 1508 | 2026-06-17T16:04:54.504Z | Compiling strum_macros v0.26.4 |
| 1509 | 2026-06-17T16:04:54.580Z | Compiling ref-cast-impl v1.0.25 |
| 1510 | 2026-06-17T16:04:54.875Z | Compiling serde_spanned v1.1.1 |
| 1511 | 2026-06-17T16:04:54.894Z | Compiling multer v3.1.0 |
| 1512 | 2026-06-17T16:04:55.027Z | Compiling generic-array v0.14.7 |
| 1513 | 2026-06-17T16:04:55.136Z | Compiling debug-ignore v1.0.5 |
| 1514 | 2026-06-17T16:04:55.211Z | Compiling take_mut v0.2.2 |
| 1515 | 2026-06-17T16:04:55.238Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1516 | 2026-06-17T16:04:55.272Z | Compiling term v1.2.1 |
| 1517 | 2026-06-17T16:04:55.292Z | Compiling const-oid v0.10.2 |
| 1518 | 2026-06-17T16:04:55.449Z | Compiling digest v0.11.3 |
| 1519 | 2026-06-17T16:04:55.551Z | Compiling serde_with_macros v3.20.0 |
| 1520 | 2026-06-17T16:04:55.573Z | Compiling tempfile v3.27.0 |
| 1521 | 2026-06-17T16:04:55.606Z | Compiling async-stream-impl v0.3.6 |
| 1522 | 2026-06-17T16:04:55.609Z | Compiling dropshot v0.17.1 |
| 1523 | 2026-06-17T16:04:55.854Z | Compiling encoding_rs v0.8.35 |
| 1524 | 2026-06-17T16:04:55.962Z | Compiling spin v0.9.8 |
| 1525 | 2026-06-17T16:04:55.985Z | Compiling syn v1.0.109 |
| 1526 | 2026-06-17T16:04:56.073Z | Compiling mime v0.3.17 |
| 1527 | 2026-06-17T16:04:56.177Z | Compiling strum v0.26.3 |
| 1528 | 2026-06-17T16:04:56.253Z | Compiling async-stream v0.3.6 |
| 1529 | 2026-06-17T16:04:56.342Z | Compiling sha1 v0.11.0 |
| 1530 | 2026-06-17T16:04:56.362Z | Compiling derive-ex v0.1.8 |
| 1531 | 2026-06-17T16:04:56.425Z | Compiling tower v0.5.3 |
| 1532 | 2026-06-17T16:04:56.584Z | Compiling dropshot_endpoint v0.17.1 |
| 1533 | 2026-06-17T16:04:56.635Z | Compiling macaddr v1.0.1 |
| 1534 | 2026-06-17T16:04:56.674Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1535 | 2026-06-17T16:04:56.852Z | Compiling waitgroup v0.1.2 |
| 1536 | 2026-06-17T16:04:56.897Z | Compiling serde_path_to_error v0.1.20 |
| 1537 | 2026-06-17T16:04:57.159Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1538 | 2026-06-17T16:04:57.254Z | Compiling tower-http v0.6.11 |
| 1539 | 2026-06-17T16:04:57.341Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1540 | 2026-06-17T16:04:57.503Z | Compiling openapiv3 v2.2.0 |
| 1541 | 2026-06-17T16:04:57.517Z | Compiling strum_macros v0.27.2 |
| 1542 | 2026-06-17T16:04:57.675Z | Compiling instant v0.1.13 |
| 1543 | 2026-06-17T16:04:57.946Z | Compiling test-strategy v0.4.5 |
| 1544 | 2026-06-17T16:04:58.385Z | Compiling rustls-native-certs v0.8.4 |
| 1545 | 2026-06-17T16:04:58.591Z | Compiling time v0.3.47 |
| 1546 | 2026-06-17T16:04:59.053Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1547 | 2026-06-17T16:04:59.190Z | Compiling crossbeam-channel v0.5.15 |
| 1548 | 2026-06-17T16:04:59.429Z | Compiling strum v0.27.2 |
| 1549 | 2026-06-17T16:04:59.439Z | Compiling wait-timeout v0.2.1 |
| 1550 | 2026-06-17T16:04:59.661Z | Compiling rusty-fork v0.3.1 |
| 1551 | 2026-06-17T16:04:59.682Z | Compiling crypto-common v0.1.7 |
| 1552 | 2026-06-17T16:04:59.813Z | Compiling parse-display-derive v0.10.0 |
| 1553 | 2026-06-17T16:05:00.023Z | Compiling rand_xorshift v0.4.0 |
| 1554 | 2026-06-17T16:05:00.034Z | Compiling backon v1.6.0 |
| 1555 | 2026-06-17T16:05:00.169Z | Compiling rand_chacha v0.3.1 |
| 1556 | 2026-06-17T16:05:00.626Z | Compiling rand v0.8.6 |
| 1557 | 2026-06-17T16:05:00.647Z | Compiling proptest v1.11.0 |
| 1558 | 2026-06-17T16:05:00.841Z | Compiling slog-json v2.6.1 |
| 1559 | 2026-06-17T16:05:01.047Z | Compiling hostname v0.3.1 |
| 1560 | 2026-06-17T16:05:01.185Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1561 | 2026-06-17T16:05:01.256Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1562 | 2026-06-17T16:05:01.403Z | Compiling memmap2 v0.9.10 |
| 1563 | 2026-06-17T16:05:01.456Z | Compiling is-terminal v0.4.17 |
| 1564 | 2026-06-17T16:05:01.550Z | Compiling either v1.16.0 |
| 1565 | 2026-06-17T16:05:01.561Z | Compiling usdt v0.6.0 |
| 1566 | 2026-06-17T16:05:01.710Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1567 | 2026-06-17T16:05:01.753Z | Compiling slog-term v2.9.2 |
| 1568 | 2026-06-17T16:05:01.830Z | Compiling slog-bunyan v2.5.0 |
| 1569 | 2026-06-17T16:05:01.874Z | Compiling serde_with v3.20.0 |
| 1570 | 2026-06-17T16:05:01.960Z | Compiling async-compression v0.4.42 |
| 1571 | 2026-06-17T16:05:02.272Z | Compiling rustls-pemfile v2.2.0 |
| 1572 | 2026-06-17T16:05:02.348Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1573 | 2026-06-17T16:05:02.383Z | Compiling regress v0.10.5 |
| 1574 | 2026-06-17T16:05:02.469Z | Compiling hostname v0.4.2 |
| 1575 | 2026-06-17T16:05:02.611Z | Compiling humantime v2.3.0 |
| 1576 | 2026-06-17T16:05:03.163Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1577 | 2026-06-17T16:05:03.227Z | Compiling iddqd v0.4.2 |
| 1578 | 2026-06-17T16:05:03.596Z | Compiling reqwest v0.12.28 |
| 1579 | 2026-06-17T16:05:03.641Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1580 | 2026-06-17T16:05:03.748Z | Compiling block-buffer v0.10.4 |
| 1581 | 2026-06-17T16:05:03.899Z | Compiling utf8parse v0.2.2 |
| 1582 | 2026-06-17T16:05:04.053Z | Compiling anstyle-parse v1.0.0 |
| 1583 | 2026-06-17T16:05:04.111Z | Compiling digest v0.10.7 |
| 1584 | 2026-06-17T16:05:04.241Z | Compiling itertools v0.14.0 |
| 1585 | 2026-06-17T16:05:04.328Z | Compiling parse-display v0.10.0 |
| 1586 | 2026-06-17T16:05:04.498Z | Compiling backoff v0.4.0 |
| 1587 | 2026-06-17T16:05:04.565Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1588 | 2026-06-17T16:05:04.671Z | Compiling progenitor-client v0.10.0 |
| 1589 | 2026-06-17T16:05:04.942Z | Compiling is_terminal_polyfill v1.70.2 |
| 1590 | 2026-06-17T16:05:05.033Z | Compiling anstyle-query v1.1.5 |
| 1591 | 2026-06-17T16:05:05.045Z | Compiling anstyle v1.0.14 |
| 1592 | 2026-06-17T16:05:05.143Z | Compiling colorchoice v1.0.5 |
| 1593 | 2026-06-17T16:05:05.259Z | Compiling anstream v1.0.0 |
| 1594 | 2026-06-17T16:05:05.561Z | Compiling clap_lex v1.1.0 |
| 1595 | 2026-06-17T16:05:05.805Z | Compiling regress v0.11.1 |
| 1596 | 2026-06-17T16:05:06.152Z | Compiling clap_derive v4.6.1 |
| 1597 | 2026-06-17T16:05:07.015Z | Compiling terminal_size v0.4.4 |
| 1598 | 2026-06-17T16:05:07.375Z | Compiling typify-impl v0.6.2 |
| 1599 | 2026-06-17T16:05:08.040Z | Compiling toml_datetime v0.6.11 |
| 1600 | 2026-06-17T16:05:08.193Z | Compiling zerocopy-derive v0.7.35 |
| 1601 | 2026-06-17T16:05:08.307Z | Compiling convert_case v0.4.0 |
| 1602 | 2026-06-17T16:05:08.551Z | Compiling cpufeatures v0.2.17 |
| 1603 | 2026-06-17T16:05:08.616Z | Compiling derive_more v0.99.20 |
| 1604 | 2026-06-17T16:05:09.116Z | Compiling zerocopy v0.7.35 |
| 1605 | 2026-06-17T16:05:09.338Z | Compiling clap_builder v4.6.0 |
| 1606 | 2026-06-17T16:05:09.868Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1607 | 2026-06-17T16:05:10.088Z | Compiling unicode-width v0.2.2 |
| 1608 | 2026-06-17T16:05:10.484Z | Compiling proc-macro-crate v3.5.0 |
| 1609 | 2026-06-17T16:05:10.804Z | Compiling secrecy v0.10.3 |
| 1610 | 2026-06-17T16:05:10.903Z | Compiling float-ord v0.3.2 |
| 1611 | 2026-06-17T16:05:10.937Z | Compiling clap v4.6.1 |
| 1612 | 2026-06-17T16:05:10.955Z | Compiling tinyvec_macros v0.1.1 |
| 1613 | 2026-06-17T16:05:11.012Z | Compiling crucible-workspace-hack v0.1.0 |
| 1614 | 2026-06-17T16:05:11.034Z | Compiling tinyvec v1.11.0 |
| 1615 | 2026-06-17T16:05:11.262Z | Compiling num_enum_derive v0.7.6 |
| 1616 | 2026-06-17T16:05:11.662Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-06-17T16:05:11.693Z | Compiling scroll_derive v0.12.1 |
| 1618 | 2026-06-17T16:05:11.693Z | Compiling num-integer v0.1.46 |
| 1619 | 2026-06-17T16:05:12.019Z | Compiling rustc_version v0.4.1 |
| 1620 | 2026-06-17T16:05:12.297Z | Compiling usdt-impl v0.5.0 |
| 1621 | 2026-06-17T16:05:12.377Z | Compiling num_enum v0.7.6 |
| 1622 | 2026-06-17T16:05:12.418Z | Compiling scroll v0.12.0 |
| 1623 | 2026-06-17T16:05:12.490Z | Compiling curve25519-dalek v4.1.3 |
| 1624 | 2026-06-17T16:05:12.755Z | Compiling dof v0.3.0 |
| 1625 | 2026-06-17T16:05:12.796Z | Compiling hmac v0.12.1 |
| 1626 | 2026-06-17T16:05:12.931Z | Compiling inout v0.1.4 |
| 1627 | 2026-06-17T16:05:12.952Z | Compiling darling_core v0.21.3 |
| 1628 | 2026-06-17T16:05:13.073Z | Compiling ff v0.13.1 |
| 1629 | 2026-06-17T16:05:13.095Z | Compiling thread-id v4.2.2 |
| 1630 | 2026-06-17T16:05:13.142Z | Compiling cipher v0.4.4 |
| 1631 | 2026-06-17T16:05:13.173Z | Compiling group v0.13.0 |
| 1632 | 2026-06-17T16:05:13.354Z | Compiling hkdf v0.12.4 |
| 1633 | 2026-06-17T16:05:13.660Z | Compiling goblin v0.8.2 |
| 1634 | 2026-06-17T16:05:13.720Z | Compiling num-iter v0.1.45 |
| 1635 | 2026-06-17T16:05:13.746Z | Compiling typify-macro v0.6.2 |
| 1636 | 2026-06-17T16:05:13.836Z | Compiling num-rational v0.4.2 |
| 1637 | 2026-06-17T16:05:14.034Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1638 | 2026-06-17T16:05:14.055Z | Compiling universal-hash v0.5.1 |
| 1639 | 2026-06-17T16:05:14.065Z | Compiling crypto-bigint v0.5.5 |
| 1640 | 2026-06-17T16:05:14.185Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1641 | 2026-06-17T16:05:14.534Z | Compiling crossbeam-epoch v0.9.18 |
| 1642 | 2026-06-17T16:05:14.874Z | Compiling half v2.7.1 |
| 1643 | 2026-06-17T16:05:14.957Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1644 | 2026-06-17T16:05:15.088Z | Compiling darling_macro v0.21.3 |
| 1645 | 2026-06-17T16:05:15.148Z | Compiling num-complex v0.4.6 |
| 1646 | 2026-06-17T16:05:15.444Z | Compiling ciborium-io v0.2.2 |
| 1647 | 2026-06-17T16:05:15.522Z | Compiling base16ct v0.2.0 |
| 1648 | 2026-06-17T16:05:15.533Z | Compiling base64ct v1.8.3 |
| 1649 | 2026-06-17T16:05:15.536Z | Compiling opaque-debug v0.3.1 |
| 1650 | 2026-06-17T16:05:15.601Z | Compiling poly1305 v0.8.0 |
| 1651 | 2026-06-17T16:05:15.678Z | Compiling elliptic-curve v0.13.8 |
| 1652 | 2026-06-17T16:05:15.690Z | Compiling darling v0.21.3 |
| 1653 | 2026-06-17T16:05:15.766Z | Compiling password-hash v0.5.0 |
| 1654 | 2026-06-17T16:05:15.839Z | Compiling ciborium-ll v0.2.2 |
| 1655 | 2026-06-17T16:05:15.864Z | Compiling typify v0.6.2 |
| 1656 | 2026-06-17T16:05:16.020Z | Compiling num v0.4.3 |
| 1657 | 2026-06-17T16:05:16.150Z | Compiling thiserror-no-std v2.0.2 |
| 1658 | 2026-06-17T16:05:16.560Z | Compiling chacha20 v0.9.1 |
| 1659 | 2026-06-17T16:05:16.772Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1660 | 2026-06-17T16:05:16.772Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1661 | 2026-06-17T16:05:17.178Z | Compiling blake2 v0.10.6 |
| 1662 | 2026-06-17T16:05:17.473Z | Compiling aead v0.5.2 |
| 1663 | 2026-06-17T16:05:17.627Z | Compiling byte-wrapper v0.1.0 |
| 1664 | 2026-06-17T16:05:17.630Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1665 | 2026-06-17T16:05:17.709Z | Compiling proc-macro-error-attr v1.0.4 |
| 1666 | 2026-06-17T16:05:17.985Z | Compiling prettyplease v0.2.37 |
| 1667 | 2026-06-17T16:05:18.030Z | Compiling rustix v0.38.44 |
| 1668 | 2026-06-17T16:05:18.079Z | Compiling keccak v0.1.6 |
| 1669 | 2026-06-17T16:05:18.233Z | Compiling unsafe-libyaml v0.2.11 |
| 1670 | 2026-06-17T16:05:18.312Z | Compiling heapless v0.8.0 |
| 1671 | 2026-06-17T16:05:18.487Z | Compiling sha3 v0.10.9 |
| 1672 | 2026-06-17T16:05:18.785Z | Compiling serde_yaml v0.9.34+deprecated |
| 1673 | 2026-06-17T16:05:19.077Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1674 | 2026-06-17T16:05:19.513Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1675 | 2026-06-17T16:05:19.962Z | Compiling chacha20poly1305 v0.10.1 |
| 1676 | 2026-06-17T16:05:20.069Z | Compiling argon2 v0.5.3 |
| 1677 | 2026-06-17T16:05:20.104Z | Compiling vsss-rs v3.3.4 |
| 1678 | 2026-06-17T16:05:20.164Z | Compiling ciborium v0.2.2 |
| 1679 | 2026-06-17T16:05:20.301Z | Compiling ingot-macros v0.1.1 |
| 1680 | 2026-06-17T16:05:20.697Z | Compiling usdt-macro v0.5.0 |
| 1681 | 2026-06-17T16:05:20.740Z | Compiling usdt-attr-macro v0.5.0 |
| 1682 | 2026-06-17T16:05:21.965Z | Compiling serde_spanned v0.6.9 |
| 1683 | 2026-06-17T16:05:22.110Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-06-17T16:05:22.671Z | Compiling hash32 v0.3.1 |
| 1685 | 2026-06-17T16:05:22.712Z | Compiling proc-macro-error v1.0.4 |
| 1686 | 2026-06-17T16:05:22.714Z | Compiling memmap v0.7.0 |
| 1687 | 2026-06-17T16:05:22.824Z | Compiling memoffset v0.9.1 |
| 1688 | 2026-06-17T16:05:22.903Z | Compiling data-encoding v2.11.0 |
| 1689 | 2026-06-17T16:05:22.961Z | Compiling indent_write v2.2.0 |
| 1690 | 2026-06-17T16:05:22.971Z | Compiling toml_write v0.1.2 |
| 1691 | 2026-06-17T16:05:23.064Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1692 | 2026-06-17T16:05:23.076Z | Compiling winnow v0.5.40 |
| 1693 | 2026-06-17T16:05:23.096Z | Compiling winnow v0.7.15 |
| 1694 | 2026-06-17T16:05:23.166Z | Compiling cfg_aliases v0.2.1 |
| 1695 | 2026-06-17T16:05:23.239Z | Compiling smoltcp v0.11.0 |
| 1696 | 2026-06-17T16:05:23.264Z | Compiling rustls-webpki v0.103.13 |
| 1697 | 2026-06-17T16:05:23.629Z | Compiling nix v0.31.3 |
| 1698 | 2026-06-17T16:05:23.747Z | Compiling ingot-types v0.1.2 |
| 1699 | 2026-06-17T16:05:24.135Z | Compiling usdt v0.5.0 |
| 1700 | 2026-06-17T16:05:24.379Z | Compiling toml_edit v0.19.15 |
| 1701 | 2026-06-17T16:05:24.405Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1702 | 2026-06-17T16:05:24.417Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1703 | 2026-06-17T16:05:24.485Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-06-17T16:05:24.511Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1705 | 2026-06-17T16:05:24.767Z | Compiling tabwriter v1.4.1 |
| 1706 | 2026-06-17T16:05:25.108Z | Compiling cobs v0.3.0 |
| 1707 | 2026-06-17T16:05:25.154Z | Compiling serde_repr v0.1.20 |
| 1708 | 2026-06-17T16:05:25.303Z | Compiling bitflags v1.3.2 |
| 1709 | 2026-06-17T16:05:25.380Z | Compiling managed v0.8.0 |
| 1710 | 2026-06-17T16:05:25.603Z | Compiling pkg-config v0.3.33 |
| 1711 | 2026-06-17T16:05:25.606Z | Compiling vcpkg v0.2.15 |
| 1712 | 2026-06-17T16:05:25.767Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1713 | 2026-06-17T16:05:26.021Z | Compiling toml v0.8.23 |
| 1714 | 2026-06-17T16:05:26.168Z | Compiling openssl-sys v0.9.116 |
| 1715 | 2026-06-17T16:05:26.378Z | Compiling proc-macro-crate v1.3.1 |
| 1716 | 2026-06-17T16:05:26.713Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-06-17T16:05:26.713Z | Compiling rustls-platform-verifier v0.7.0 |
| 1718 | 2026-06-17T16:05:26.733Z | Compiling postcard v1.1.3 |
| 1719 | 2026-06-17T16:05:26.956Z | Compiling hyper-rustls v0.27.9 |
| 1720 | 2026-06-17T16:05:27.254Z | Compiling reqwest v0.13.4 |
| 1721 | 2026-06-17T16:05:28.407Z | Compiling ingot v0.1.1 |
| 1722 | 2026-06-17T16:05:28.522Z | Compiling progenitor-client v0.14.0 |
| 1723 | 2026-06-17T16:05:28.823Z | Compiling progenitor-extras v0.2.0 |
| 1724 | 2026-06-17T16:05:29.663Z | Compiling hubpack_derive v0.1.1 |
| 1725 | 2026-06-17T16:05:30.045Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-06-17T16:05:30.212Z | Compiling foreign-types-macros v0.2.3 |
| 1727 | 2026-06-17T16:05:30.382Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1728 | 2026-06-17T16:05:30.811Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1729 | 2026-06-17T16:05:30.887Z | Compiling static_assertions v1.1.0 |
| 1730 | 2026-06-17T16:05:30.966Z | Compiling foreign-types-shared v0.3.1 |
| 1731 | 2026-06-17T16:05:31.059Z | Compiling rayon-core v1.13.0 |
| 1732 | 2026-06-17T16:05:31.070Z | Compiling resolv-conf v0.7.6 |
| 1733 | 2026-06-17T16:05:31.302Z | Compiling unicode-segmentation v1.13.3 |
| 1734 | 2026-06-17T16:05:31.465Z | Compiling colored v3.1.1 |
| 1735 | 2026-06-17T16:05:32.600Z | Compiling linked-hash-map v0.5.6 |
| 1736 | 2026-06-17T16:05:32.603Z | Compiling semver v0.1.20 |
| 1737 | 2026-06-17T16:05:32.604Z | Compiling swrite v0.1.0 |
| 1738 | 2026-06-17T16:05:32.604Z | Compiling heck v0.4.1 |
| 1739 | 2026-06-17T16:05:32.604Z | Compiling lru-cache v0.1.2 |
| 1740 | 2026-06-17T16:05:32.604Z | Compiling rustc_version v0.1.7 |
| 1741 | 2026-06-17T16:05:32.604Z | Compiling newline-converter v0.3.0 |
| 1742 | 2026-06-17T16:05:32.604Z | Compiling foreign-types v0.5.0 |
| 1743 | 2026-06-17T16:05:32.604Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1744 | 2026-06-17T16:05:32.604Z | Compiling hubpack v0.1.2 |
| 1745 | 2026-06-17T16:05:32.604Z | Compiling num_enum_derive v0.5.11 |
| 1746 | 2026-06-17T16:05:32.604Z | Compiling atomicwrites v0.4.4 |
| 1747 | 2026-06-17T16:05:32.842Z | Compiling hickory-proto v0.24.4 |
| 1748 | 2026-06-17T16:05:33.398Z | Compiling progenitor-impl v0.13.0 |
| 1749 | 2026-06-17T16:05:33.899Z | Compiling crossbeam-deque v0.8.6 |
| 1750 | 2026-06-17T16:05:33.947Z | Compiling console v0.15.11 |
| 1751 | 2026-06-17T16:05:34.134Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1752 | 2026-06-17T16:05:34.681Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1753 | 2026-06-17T16:05:34.804Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1754 | 2026-06-17T16:05:35.370Z | Compiling camino-tempfile v1.4.1 |
| 1755 | 2026-06-17T16:05:35.632Z | Compiling chacha20 v0.10.0 |
| 1756 | 2026-06-17T16:05:35.949Z | Compiling serde-big-array v0.5.1 |
| 1757 | 2026-06-17T16:05:36.080Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1758 | 2026-06-17T16:05:36.274Z | Compiling num-derive v0.4.2 |
| 1759 | 2026-06-17T16:05:36.313Z | Compiling pin-project-internal v1.1.13 |
| 1760 | 2026-06-17T16:05:36.364Z | Compiling derive-where v1.6.1 |
| 1761 | 2026-06-17T16:05:37.112Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1762 | 2026-06-17T16:05:37.201Z | Compiling cstr-argument v0.1.2 |
| 1763 | 2026-06-17T16:05:37.246Z | Compiling minimal-lexical v0.2.1 |
| 1764 | 2026-06-17T16:05:37.261Z | Compiling siphasher v1.0.3 |
| 1765 | 2026-06-17T16:05:37.352Z | Compiling similar v2.7.0 |
| 1766 | 2026-06-17T16:05:37.423Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 1767 | 2026-06-17T16:05:37.454Z | Compiling nom v7.1.3 |
| 1768 | 2026-06-17T16:05:37.501Z | Compiling pin-project v1.1.13 |
| 1769 | 2026-06-17T16:05:37.604Z | Compiling phf_shared v0.12.1 |
| 1770 | 2026-06-17T16:05:37.663Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1771 | 2026-06-17T16:05:37.685Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1772 | 2026-06-17T16:05:37.772Z | Compiling expectorate v1.2.0 |
| 1773 | 2026-06-17T16:05:37.846Z | Compiling progenitor-macro v0.13.0 |
| 1774 | 2026-06-17T16:05:37.917Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1775 | 2026-06-17T16:05:37.965Z | Compiling rand v0.10.1 |
| 1776 | 2026-06-17T16:05:38.143Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1777 | 2026-06-17T16:05:38.264Z | Compiling hickory-resolver v0.24.4 |
| 1778 | 2026-06-17T16:05:38.612Z | Compiling num_enum v0.5.11 |
| 1779 | 2026-06-17T16:05:38.731Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1780 | 2026-06-17T16:05:38.808Z | Compiling newtype_derive v0.1.6 |
| 1781 | 2026-06-17T16:05:38.931Z | Compiling progenitor-client v0.13.0 |
| 1782 | 2026-06-17T16:05:39.302Z | Compiling progenitor-impl v0.14.0 |
| 1783 | 2026-06-17T16:05:39.370Z | Compiling unicode-normalization v0.1.25 |
| 1784 | 2026-06-17T16:05:39.859Z | Compiling tokio-stream v0.1.18 |
| 1785 | 2026-06-17T16:05:40.345Z | Compiling async-recursion v1.1.1 |
| 1786 | 2026-06-17T16:05:40.522Z | Compiling snafu-derive v0.8.9 |
| 1787 | 2026-06-17T16:05:40.888Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1788 | 2026-06-17T16:05:40.970Z | Compiling slog-dtrace v0.3.0 |
| 1789 | 2026-06-17T16:05:41.062Z | Compiling csv-core v0.1.13 |
| 1790 | 2026-06-17T16:05:41.199Z | Compiling bstr v1.12.1 |
| 1791 | 2026-06-17T16:05:41.222Z | Compiling same-file v1.0.6 |
| 1792 | 2026-06-17T16:05:41.328Z | Compiling unicode-width v0.1.14 |
| 1793 | 2026-06-17T16:05:41.398Z | Compiling foreign-types-shared v0.1.1 |
| 1794 | 2026-06-17T16:05:41.490Z | Compiling openssl v0.10.80 |
| 1795 | 2026-06-17T16:05:41.611Z | Compiling foldhash v0.1.5 |
| 1796 | 2026-06-17T16:05:41.695Z | Compiling konst_macro_rules v0.2.19 |
| 1797 | 2026-06-17T16:05:41.777Z | Compiling unicode-xid v0.2.6 |
| 1798 | 2026-06-17T16:05:41.790Z | Compiling chrono-tz v0.10.4 |
| 1799 | 2026-06-17T16:05:41.870Z | Compiling cancel-safe-futures v0.1.5 |
| 1800 | 2026-06-17T16:05:41.898Z | Compiling highway v1.3.0 |
| 1801 | 2026-06-17T16:05:42.027Z | Compiling owo-colors v4.3.0 |
| 1802 | 2026-06-17T16:05:42.154Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1803 | 2026-06-17T16:05:42.273Z | Compiling snafu v0.8.9 |
| 1804 | 2026-06-17T16:05:42.310Z | Compiling const_format_proc_macros v0.2.34 |
| 1805 | 2026-06-17T16:05:42.426Z | Compiling konst v0.2.20 |
| 1806 | 2026-06-17T16:05:42.672Z | Compiling hashbrown v0.15.5 |
| 1807 | 2026-06-17T16:05:42.675Z | Compiling globset v0.4.18 |
| 1808 | 2026-06-17T16:05:42.694Z | Compiling foreign-types v0.3.2 |
| 1809 | 2026-06-17T16:05:42.773Z | Compiling walkdir v2.5.0 |
| 1810 | 2026-06-17T16:05:42.930Z | Compiling progenitor-macro v0.14.0 |
| 1811 | 2026-06-17T16:05:43.064Z | Compiling progenitor v0.13.0 |
| 1812 | 2026-06-17T16:05:43.168Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-06-17T16:05:43.184Z | Compiling csv v1.4.0 |
| 1814 | 2026-06-17T16:05:43.266Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1815 | 2026-06-17T16:05:43.290Z | Compiling qorb v0.4.1 |
| 1816 | 2026-06-17T16:05:43.558Z | Compiling olpc-cjson v0.1.4 |
| 1817 | 2026-06-17T16:05:43.747Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1818 | 2026-06-17T16:05:45.455Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1819 | 2026-06-17T16:05:45.582Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1820 | 2026-06-17T16:05:45.619Z | Compiling rayon v1.12.0 |
| 1821 | 2026-06-17T16:05:45.698Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1822 | 2026-06-17T16:05:45.765Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1823 | 2026-06-17T16:05:45.926Z | Compiling phf v0.12.1 |
| 1824 | 2026-06-17T16:05:46.014Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1825 | 2026-06-17T16:05:46.475Z | Compiling zone_cfg_derive v0.3.1 |
| 1826 | 2026-06-17T16:05:46.935Z | Compiling tokio-dtrace v0.1.1 |
| 1827 | 2026-06-17T16:05:47.173Z | Compiling itertools v0.12.1 |
| 1828 | 2026-06-17T16:05:47.207Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1829 | 2026-06-17T16:05:47.384Z | Compiling libsw-core v0.3.2 |
| 1830 | 2026-06-17T16:05:47.407Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-06-17T16:05:47.552Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1832 | 2026-06-17T16:05:47.941Z | Compiling serde_plain v1.0.2 |
| 1833 | 2026-06-17T16:05:48.016Z | Compiling openssl-macros v0.1.1 |
| 1834 | 2026-06-17T16:05:48.067Z | Compiling pem v3.0.6 |
| 1835 | 2026-06-17T16:05:48.157Z | Compiling cookie v0.18.1 |
| 1836 | 2026-06-17T16:05:48.400Z | Compiling sigpipe v0.1.3 |
| 1837 | 2026-06-17T16:05:48.413Z | Compiling fixedbitset v0.5.7 |
| 1838 | 2026-06-17T16:05:48.424Z | Compiling bytecount v0.6.9 |
| 1839 | 2026-06-17T16:05:48.461Z | Compiling fixedbitset v0.4.2 |
| 1840 | 2026-06-17T16:05:48.473Z | Compiling jiff v0.2.28 |
| 1841 | 2026-06-17T16:05:48.486Z | Compiling typed-path v0.9.3 |
| 1842 | 2026-06-17T16:05:48.522Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1843 | 2026-06-17T16:05:48.563Z | Compiling glob v0.3.3 |
| 1844 | 2026-06-17T16:05:48.696Z | Compiling petgraph v0.8.3 |
| 1845 | 2026-06-17T16:05:48.750Z | Compiling petgraph v0.6.5 |
| 1846 | 2026-06-17T16:05:49.010Z | Compiling papergrid v0.11.0 |
| 1847 | 2026-06-17T16:05:49.903Z | Compiling tough v0.22.0 |
| 1848 | 2026-06-17T16:05:50.390Z | Compiling zone v0.3.1 |
| 1849 | 2026-06-17T16:05:50.563Z | Compiling progenitor v0.14.0 |
| 1850 | 2026-06-17T16:05:50.702Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1851 | 2026-06-17T16:05:50.789Z | Compiling libsw v3.5.0 |
| 1852 | 2026-06-17T16:05:50.810Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1853 | 2026-06-17T16:05:50.962Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1854 | 2026-06-17T16:05:50.979Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1855 | 2026-06-17T16:05:51.003Z | Compiling oxide-tokio-rt v0.1.6 |
| 1856 | 2026-06-17T16:05:51.187Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1857 | 2026-06-17T16:05:51.199Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1858 | 2026-06-17T16:05:51.210Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1859 | 2026-06-17T16:05:52.173Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1860 | 2026-06-17T16:05:52.349Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-06-17T16:05:52.402Z | Compiling const_format v0.2.36 |
| 1862 | 2026-06-17T16:05:52.741Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1863 | 2026-06-17T16:05:52.986Z | Compiling tabled_derive v0.7.0 |
| 1864 | 2026-06-17T16:05:53.127Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1865 | 2026-06-17T16:05:53.154Z | Compiling gethostname v0.5.0 |
| 1866 | 2026-06-17T16:05:53.232Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1867 | 2026-06-17T16:05:53.277Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1868 | 2026-06-17T16:05:53.354Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1869 | 2026-06-17T16:05:53.357Z | Compiling smf v0.2.3 |
| 1870 | 2026-06-17T16:05:53.477Z | Compiling bcs v0.1.6 |
| 1871 | 2026-06-17T16:05:53.708Z | Compiling nom v8.0.0 |
| 1872 | 2026-06-17T16:05:53.798Z | Compiling unicode-linebreak v0.1.5 |
| 1873 | 2026-06-17T16:05:53.963Z | Compiling linear-map v1.2.0 |
| 1874 | 2026-06-17T16:05:53.966Z | Compiling lazy_static v1.5.0 |
| 1875 | 2026-06-17T16:05:54.126Z | Compiling smawk v0.3.2 |
| 1876 | 2026-06-17T16:05:54.137Z | Compiling termtree v0.5.1 |
| 1877 | 2026-06-17T16:05:54.251Z | Compiling tagptr v0.2.0 |
| 1878 | 2026-06-17T16:05:54.266Z | Compiling whoami v1.6.1 |
| 1879 | 2026-06-17T16:05:54.289Z | Compiling textwrap v0.16.2 |
| 1880 | 2026-06-17T16:05:54.395Z | Compiling moka v0.12.15 |
| 1881 | 2026-06-17T16:05:54.405Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1882 | 2026-06-17T16:05:54.812Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1883 | 2026-06-17T16:05:54.830Z | Compiling steno v0.4.1 |
| 1884 | 2026-06-17T16:05:55.196Z | Compiling tabled v0.15.0 |
| 1885 | 2026-06-17T16:05:56.072Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1886 | 2026-06-17T16:05:56.105Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1887 | 2026-06-17T16:05:56.128Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1888 | 2026-06-17T16:05:56.943Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1889 | 2026-06-17T16:05:57.906Z | Compiling hickory-proto v0.25.2 |
| 1890 | 2026-06-17T16:05:57.931Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1891 | 2026-06-17T16:05:58.060Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1892 | 2026-06-17T16:05:59.000Z | Compiling parking_lot_core v0.8.6 |
| 1893 | 2026-06-17T16:05:59.000Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1894 | 2026-06-17T16:05:59.136Z | Compiling libscf-sys v1.2.0 |
| 1895 | 2026-06-17T16:05:59.285Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1896 | 2026-06-17T16:05:59.314Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1897 | 2026-06-17T16:05:59.562Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1898 | 2026-06-17T16:05:59.583Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1899 | 2026-06-17T16:05:59.889Z | Compiling hickory-resolver v0.25.2 |
| 1900 | 2026-06-17T16:05:59.972Z | Compiling parking_lot v0.11.2 |
| 1901 | 2026-06-17T16:06:00.001Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1902 | 2026-06-17T16:06:00.165Z | Compiling fxhash v0.2.1 |
| 1903 | 2026-06-17T16:06:00.242Z | Compiling internet-checksum v0.2.1 |
| 1904 | 2026-06-17T16:06:00.305Z | Compiling sled v0.34.7 |
| 1905 | 2026-06-17T16:06:00.380Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1906 | 2026-06-17T16:06:00.392Z | Compiling yansi v1.0.1 |
| 1907 | 2026-06-17T16:06:00.460Z | Compiling diff v0.1.13 |
| 1908 | 2026-06-17T16:06:00.711Z | Compiling pretty_assertions v1.4.1 |
| 1909 | 2026-06-17T16:06:00.756Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1910 | 2026-06-17T16:06:03.928Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1911 | 2026-06-17T16:06:04.999Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1912 | 2026-06-17T16:06:12.926Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1913 | 2026-06-17T16:06:14.545Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1914 | 2026-06-17T16:06:15.585Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1915 | 2026-06-17T16:06:17.283Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1916 | 2026-06-17T16:06:17.343Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1917 | 2026-06-17T16:06:18.487Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1918 | 2026-06-17T16:06:40.428Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1919 | 2026-06-17T16:06:40.610Z | ──────────── |
| 1920 | 2026-06-17T16:06:40.610Z | Nextest run ID b62fd048-59c3-460d-a5b0-348d90adfdf4 with nextest profile: default |
| 1921 | 2026-06-17T16:06:40.610Z | Starting 11 tests across 3 binaries |
| 1922 | 2026-06-17T16:06:40.613Z | START bfd test::test_new_daemon |
| 1923 | 2026-06-17T16:06:40.617Z | |
| 1924 | 2026-06-17T16:06:40.617Z | running 1 test |
| 1925 | 2026-06-17T16:06:40.657Z | {"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:39.62878016Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"} |
| 1926 | 2026-06-17T16:06:40.657Z | {"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","test test::test_new_daemon ... level":40ok |
| 1927 | 2026-06-17T16:06:40.657Z | ,"time":"2026-06-17T16:06:39.628994657Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781 |
| 1928 | 2026-06-17T16:06:40.657Z | test result: ,"okpeer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"component":"bfd"} |
| 1929 | 2026-06-17T16:06:40.657Z | {"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50; finished in 0.04s," |
| 1930 | 2026-06-17T16:06:40.657Z | |
| 1931 | 2026-06-17T16:06:40.660Z | time":"2026-06-17T16:06:39.629023453Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"} |
| 1932 | 2026-06-17T16:06:40.660Z | PASS [ 0.048s] bfd test::test_new_daemon |
| 1933 | 2026-06-17T16:06:40.660Z | START bfd test::test_protocol_basics |
| 1934 | 2026-06-17T16:06:40.667Z | {"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-17T16:06:39.629101555Z","hostname" |
| 1935 | 2026-06-17T16:06:40.667Z | running 1 test |
| 1936 | 2026-06-17T16:06:40.708Z | {{""msgmsg""::""recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1868008355, 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: 2184130384, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"","v":,"v":0,"0name":"slog-rs","name":"slog-rs","level":,"level":1010,"time":","time":"2026-06-17T16:06:39.681402249Z"2026-06-17T16:06:39.681402179Z,""hostname",:""hostname":"w-01KVB4YP629VN6JA9HAC4D83NF"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"pid":4782,"peer":","peer2001:db8::10"":,""state":"203.0.113.20"Down",,""state":unit"":"Down","session","unit":"module":"session","state_machine"module,":""component":"state_machine"bfd","component"}:"bfd" |
| 1937 | 2026-06-17T16:06:40.708Z | } |
| 1938 | 2026-06-17T16:06:40.714Z | {{"msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None },"","name"v:"":0slog-rs",","name":level"":slog-rs"10,"level":10,"time":"2026-06-17T16:06:39.681618286Z",","time":"hostname":"2026-06-17T16:06:39.681618866Z"w-01KVB4YP629VN6JA9HAC4D83NF",,""pid":hostname":"4782,"peer":w-01KVB4YP629VN6JA9HAC4D83NF"","pid"203.0.113.10:",4782"state":","Down",peer"":"unit":"2001:db8::20"session",,""modulestate"":":"Down","state_machine"unit":,""session"component,"":"bfdmodule":""} |
| 1939 | 2026-06-17T16:06:40.714Z | state_machine","component":"{bfd"} |
| 1940 | 2026-06-17T16:06:40.714Z | "msg":"{transition -> Init",""v"msg:"0:","name":"transition -> Init"slog-rs",","v":level"0:,"30name":"slog-rs","level":30,"time":","time":"2026-06-17T16:06:39.681643593Z","hostname":"2026-06-17T16:06:39.681644463Z","hostname"w-01KVB4YP629VN6JA9HAC4D83NF:"","pid":4782w-01KVB4YP629VN6JA9HAC4D83NF",,""peerpid""::"47822001:db8::10",,""peer":state"":"Down"2001:db8::20",","unit":"state":session"",Down"","module":unit"":"sessionstate_machine"",,""module":"component":"bfd"state_machine}" |
| 1941 | 2026-06-17T16:06:40.714Z | ,"component":"{bfd""} |
| 1942 | 2026-06-17T16:06:40.714Z | msg":"{"transition -> Initmsg"",:""v":0,"transition -> Init"name":","v":slog-rs"0,","namelevel":"":30slog-rs","level":30,"time":","time":"2026-06-17T16:06:39.681664831Z","hostname"2026-06-17T16:06:39.681665301Z:"","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":w-01KVB4YP629VN6JA9HAC4D83NF"4782,"pid",":peer4782":","203.0.113.10",peer"":"state":"203.0.113.20"Down,"","state":unit"":"Down","session"unit":,""session"module",:""module":"state_machine","state_machine"component,":""bfd"}component |
| 1943 | 2026-06-17T16:06:40.714Z | ":"bfd"} |
| 1944 | 2026-06-17T16:06:41.706Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 2184130384, 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-17T16:06:40.678894478Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1945 | 2026-06-17T16:06:41.706Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1868008355, your_discriminator: 1035045809, 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-17T16:06:40.678944302Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1946 | 2026-06-17T16:06:41.706Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.67896415Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1947 | 2026-06-17T16:06:41.706Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.678983118Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1948 | 2026-06-17T16:06:41.708Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2184130384, your_discriminator: 2504830629, 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-17T16:06:40.68137086Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1949 | 2026-06-17T16:06:41.708Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 1868008355, 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-17T16:06:40.681425415Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1950 | 2026-06-17T16:06:41.708Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.681456461Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1951 | 2026-06-17T16:06:41.708Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.681479669Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1952 | 2026-06-17T16:06:46.706Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1868008355, your_discriminator: 1035045809, 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-17T16:06:45.679022144Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1953 | 2026-06-17T16:06:46.706Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 2184130384, 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-17T16:06:45.679104255Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1954 | 2026-06-17T16:06:46.709Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2184130384, your_discriminator: 2504830629, 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-17T16:06:45.681403747Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1955 | 2026-06-17T16:06:46.709Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 1868008355, 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-17T16:06:45.68147067Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1956 | 2026-06-17T16:06:50.710Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681318998Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1957 | 2026-06-17T16:06:50.710Z | {"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681358004Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"{bfd"} |
| 1958 | 2026-06-17T16:06:50.710Z | "msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681381701Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1959 | 2026-06-17T16:06:50.710Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681418458Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1960 | 2026-06-17T16:06:50.713Z | test test::test_protocol_basics ... ok |
| 1961 | 2026-06-17T16:06:50.713Z | |
| 1962 | 2026-06-17T16:06:50.713Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s |
| 1963 | 2026-06-17T16:06:50.713Z | |
| 1964 | 2026-06-17T16:06:50.719Z | PASS [ 10.058s] bfd test::test_protocol_basics |
| 1965 | 2026-06-17T16:06:50.719Z | START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1966 | 2026-06-17T16:06:50.725Z | |
| 1967 | 2026-06-17T16:06:50.725Z | running 1 test |
| 1968 | 2026-06-17T16:06:50.728Z | test v10::static_routes::tests::v1_add_request_converts_to_latest ... ok |
| 1969 | 2026-06-17T16:06:50.728Z | |
| 1970 | 2026-06-17T16:06:50.728Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s |
| 1971 | 2026-06-17T16:06:50.728Z | |
| 1972 | 2026-06-17T16:06:50.728Z | PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1973 | 2026-06-17T16:06:50.728Z | START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1974 | 2026-06-17T16:06:50.732Z | |
| 1975 | 2026-06-17T16:06:50.732Z | running 1 test |
| 1976 | 2026-06-17T16:06:50.732Z | test v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok |
| 1977 | 2026-06-17T16:06:50.732Z | |
| 1978 | 2026-06-17T16:06:50.732Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s |
| 1979 | 2026-06-17T16:06:50.732Z | |
| 1980 | 2026-06-17T16:06:50.732Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1981 | 2026-06-17T16:06:50.732Z | START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1982 | 2026-06-17T16:06:50.736Z | |
| 1983 | 2026-06-17T16:06:50.736Z | running 1 test |
| 1984 | 2026-06-17T16:06:50.739Z | test v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok |
| 1985 | 2026-06-17T16:06:50.739Z | |
| 1986 | 2026-06-17T16:06:50.739Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s |
| 1987 | 2026-06-17T16:06:50.739Z | |
| 1988 | 2026-06-17T16:06:50.740Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1989 | 2026-06-17T16:06:50.740Z | START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1990 | 2026-06-17T16:06:50.743Z | |
| 1991 | 2026-06-17T16:06:50.743Z | running 1 test |
| 1992 | 2026-06-17T16:06:50.743Z | test v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok |
| 1993 | 2026-06-17T16:06:50.744Z | |
| 1994 | 2026-06-17T16:06:50.744Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s |
| 1995 | 2026-06-17T16:06:50.744Z | |
| 1996 | 2026-06-17T16:06:50.744Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1997 | 2026-06-17T16:06:50.744Z | START mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes |
| 1998 | 2026-06-17T16:06:50.747Z | |
| 1999 | 2026-06-17T16:06:50.747Z | running 1 test |
| 2000 | 2026-06-17T16:06:50.755Z | test v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes ... ok |
| 2001 | 2026-06-17T16:06:50.755Z | |
| 2002 | 2026-06-17T16:06:50.755Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.01s |
| 2003 | 2026-06-17T16:06:50.755Z | |
| 2004 | 2026-06-17T16:06:50.758Z | PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes |
| 2005 | 2026-06-17T16:06:50.758Z | START mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings |
| 2006 | 2026-06-17T16:06:50.761Z | |
| 2007 | 2026-06-17T16:06:50.762Z | running 1 test |
| 2008 | 2026-06-17T16:06:50.778Z | test v12::bgp::config::proptests::constructor_rejects_all_other_strings ... ok |
| 2009 | 2026-06-17T16:06:50.778Z | |
| 2010 | 2026-06-17T16:06:50.778Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.02s |
| 2011 | 2026-06-17T16:06:50.778Z | |
| 2012 | 2026-06-17T16:06:50.781Z | PASS [ 0.023s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings |
| 2013 | 2026-06-17T16:06:50.781Z | START mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string |
| 2014 | 2026-06-17T16:06:50.784Z | |
| 2015 | 2026-06-17T16:06:50.784Z | running 1 test |
| 2016 | 2026-06-17T16:06:50.784Z | test v12::bgp::config::proptests::debug_redacts_inner_string ... ok |
| 2017 | 2026-06-17T16:06:50.784Z | |
| 2018 | 2026-06-17T16:06:50.784Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s |
| 2019 | 2026-06-17T16:06:50.785Z | |
| 2020 | 2026-06-17T16:06:50.785Z | PASS [ 0.005s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string |
| 2021 | 2026-06-17T16:06:50.785Z | START mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants |
| 2022 | 2026-06-17T16:06:50.788Z | |
| 2023 | 2026-06-17T16:06:50.788Z | running 1 test |
| 2024 | 2026-06-17T16:06:50.814Z | test v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants ... ok |
| 2025 | 2026-06-17T16:06:50.814Z | |
| 2026 | 2026-06-17T16:06:50.815Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.03s |
| 2027 | 2026-06-17T16:06:50.815Z | |
| 2028 | 2026-06-17T16:06:50.818Z | PASS [ 0.032s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants |
| 2029 | 2026-06-17T16:06:50.818Z | START mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips |
| 2030 | 2026-06-17T16:06:50.821Z | |
| 2031 | 2026-06-17T16:06:50.821Z | running 1 test |
| 2032 | 2026-06-17T16:06:50.828Z | test v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips ... ok |
| 2033 | 2026-06-17T16:06:50.828Z | |
| 2034 | 2026-06-17T16:06:50.828Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.01s |
| 2035 | 2026-06-17T16:06:50.828Z | |
| 2036 | 2026-06-17T16:06:50.832Z | PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips |
| 2037 | 2026-06-17T16:06:50.832Z | ──────────── |
| 2038 | 2026-06-17T16:06:50.832Z | Summary [ 10.217s] 11 tests run: 11 passed, 0 skipped |
| 2039 | 2026-06-17T16:06:50.842Z | process exited: duration 342295 ms, exit code 0 |
| |
| 2040 | 2026-06-17T16:06:50.849Z | found 0 output files |