|
|
|
| 1 | 2026-04-15T20:54:09.059Z | job assigned to worker 01KP9EPNG16WPB993SJ4G26W7F [factory aws, i-0a9563b42f32bb37f] (queued for 1 m 36 s) |
| |
| 2 | 2026-04-15T20:54:15.680Z | starting task 0: "setup" |
| 3 | 2026-04-15T20:54:15.684Z | ++ uname -s |
| 4 | 2026-04-15T20:54:15.689Z | + kern=SunOS |
| 5 | 2026-04-15T20:54:15.689Z | + build_user=build |
| 6 | 2026-04-15T20:54:15.689Z | + build_uid=12345 |
| 7 | 2026-04-15T20:54:15.689Z | + work_dir=/work |
| 8 | 2026-04-15T20:54:15.689Z | + input_dir=/input |
| 9 | 2026-04-15T20:54:15.689Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-15T20:54:15.689Z | + case "$kern" in |
| 11 | 2026-04-15T20:54:15.689Z | + groupadd -g 12345 build |
| 12 | 2026-04-15T20:54:15.689Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-15T20:54:17.694Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-15T20:54:17.802Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-15T20:54:17.806Z | + home_fs=zfs |
| 16 | 2026-04-15T20:54:17.806Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-15T20:54:17.806Z | + mkdir -p /home/build |
| 18 | 2026-04-15T20:54:17.806Z | + chown build:build /home/build /work |
| 19 | 2026-04-15T20:54:19.807Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-15T20:54:19.810Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-04-15T20:54:19.817Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-15T20:54:19.821Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-15T20:54:19.821Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-15T20:54:19.821Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-15T20:54:19.821Z | * rust toolchain profile = "default" |
| 26 | 2026-04-15T20:54:19.821Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-15T20:54:19.822Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-15T20:54:19.825Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-15T20:54:19.825Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-15T20:54:19.898Z | info: downloading installer |
| 31 | 2026-04-15T20:54:21.383Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-15T20:54:21.383Z | warn: /opt/ooce/bin |
| 33 | 2026-04-15T20:54:21.383Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-15T20:54:21.383Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-15T20:54:21.383Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-15T20:54:21.383Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-15T20:54:21.383Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-15T20:54:21.383Z | error: cannot install while Rust is installed |
| 39 | 2026-04-15T20:54:21.383Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-15T20:54:21.383Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-15T20:54:21.383Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-15T20:54:21.383Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-15T20:54:21.383Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-15T20:54:21.397Z | info: profile set to default |
| 45 | 2026-04-15T20:54:21.397Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-15T20:54:21.400Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-15T20:54:21.551Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-04-15T20:54:21.554Z | info: downloading 6 components |
| 49 | 2026-04-15T20:54:36.840Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-15T20:54:36.840Z | |
| 51 | 2026-04-15T20:54:36.870Z | stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-04-15T20:54:36.870Z | |
| 53 | 2026-04-15T20:54:36.870Z | |
| 54 | 2026-04-15T20:54:36.870Z | Rust is installed now. Great! |
| 55 | 2026-04-15T20:54:36.870Z | |
| 56 | 2026-04-15T20:54:36.870Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-15T20:54:36.870Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-15T20:54:36.870Z | |
| 59 | 2026-04-15T20:54:36.870Z | To configure your current shell, you need to source |
| 60 | 2026-04-15T20:54:36.870Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-15T20:54:36.870Z | |
| 62 | 2026-04-15T20:54:36.870Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-15T20:54:36.870Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-15T20:54:36.870Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-15T20:54:36.870Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-15T20:54:36.870Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-15T20:54:36.870Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-15T20:54:36.870Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-15T20:54:36.874Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-15T20:54:36.874Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-15T20:54:36.971Z | + rustup --version |
| 72 | 2026-04-15T20:54:36.979Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-15T20:54:36.983Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-15T20:54:37.001Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-04-15T20:54:37.004Z | + cargo --version |
| 76 | 2026-04-15T20:54:37.016Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-04-15T20:54:37.020Z | + rustc --version |
| 78 | 2026-04-15T20:54:37.038Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-04-15T20:54:37.041Z | process exited: duration 17223 ms, exit code 0 |
| |
| 80 | 2026-04-15T20:54:37.048Z | starting task 2: "authentication" |
| 81 | 2026-04-15T20:54:37.065Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-15T20:54:37.071Z | starting task 3: "clone repository" |
| 83 | 2026-04-15T20:54:37.075Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-15T20:54:37.078Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-15T20:54:37.121Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-15T20:54:39.600Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-15T20:54:39.600Z | + git fetch origin 21bae487965245b0e25348bd0573fe5a3b8937ec |
| 88 | 2026-04-15T20:54:40.094Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-15T20:54:40.094Z | * branch 21bae487965245b0e25348bd0573fe5a3b8937ec -> FETCH_HEAD |
| 90 | 2026-04-15T20:54:40.101Z | + [[ -n '' ]] |
| 91 | 2026-04-15T20:54:40.101Z | + git reset --hard 21bae487965245b0e25348bd0573fe5a3b8937ec |
| 92 | 2026-04-15T20:54:40.119Z | HEAD is now at 21bae48 Bump thin-vec from 0.2.14 to 0.2.16 |
| 93 | 2026-04-15T20:54:40.122Z | process exited: duration 3048 ms, exit code 0 |
| |
| 94 | 2026-04-15T20:54:40.129Z | starting task 4: "build" |
| 95 | 2026-04-15T20:54:40.133Z | + set -o errexit |
| 96 | 2026-04-15T20:54:40.133Z | + set -o pipefail |
| 97 | 2026-04-15T20:54:40.133Z | + source .github/buildomat/test-common.sh |
| 98 | 2026-04-15T20:54:40.133Z | ++ NEXTEST_VERSION=0.9.97 |
| 99 | 2026-04-15T20:54:40.133Z | ++ PLATFORM=illumos |
| 100 | 2026-04-15T20:54:40.133Z | ++ banner install |
| 101 | 2026-04-15T20:54:40.136Z | |
| 102 | 2026-04-15T20:54:40.136Z | # # # #### ##### ## # # |
| 103 | 2026-04-15T20:54:40.136Z | # ## # # # # # # # |
| 104 | 2026-04-15T20:54:40.136Z | # # # # #### # # # # # |
| 105 | 2026-04-15T20:54:40.136Z | # # # # # # ###### # # |
| 106 | 2026-04-15T20:54:40.136Z | # # ## # # # # # # # |
| 107 | 2026-04-15T20:54:40.136Z | # # # #### # # # ###### ###### |
| 108 | 2026-04-15T20:54:40.136Z | |
| 109 | 2026-04-15T20:54:40.137Z | ++ set +o errexit |
| 110 | 2026-04-15T20:54:40.137Z | ++ pkg info clang-15 |
| 111 | 2026-04-15T20:54:40.137Z | ++ grep -qi installed |
| 112 | 2026-04-15T20:54:41.295Z | pkg: info: no packages matching the following patterns you specified are |
| 113 | 2026-04-15T20:54:41.295Z | installed on the system. Try querying remotely instead: |
| 114 | 2026-04-15T20:54:41.295Z | |
| 115 | 2026-04-15T20:54:41.295Z | clang-15 |
| 116 | 2026-04-15T20:54:41.337Z | ++ [[ 1 != 0 ]] |
| 117 | 2026-04-15T20:54:41.337Z | ++ set -o errexit |
| 118 | 2026-04-15T20:54:41.337Z | ++ pfexec pkg install clang-15 |
| 119 | 2026-04-15T20:54:50.256Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 120 | 2026-04-15T20:54:57.562Z | Startup: Caching catalogs ... Done |
| 121 | 2026-04-15T20:55:02.940Z | Planning: Solver setup ... Done |
| 122 | 2026-04-15T20:55:03.365Z | Planning: Running solver ... Done |
| 123 | 2026-04-15T20:55:03.485Z | Planning: Finding local manifests ... Done |
| 124 | 2026-04-15T20:55:03.499Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-04-15T20:55:03.589Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-04-15T20:55:03.618Z | Planning: Package planning ... Done |
| 127 | 2026-04-15T20:55:03.643Z | Planning: Merging actions ... Done |
| 128 | 2026-04-15T20:55:03.753Z | Planning: Checking for conflicting actions ... Done |
| 129 | 2026-04-15T20:55:03.760Z | Planning: Consolidating action changes ... Done |
| 130 | 2026-04-15T20:55:04.527Z | Planning: Evaluating mediators ... Done |
| 131 | 2026-04-15T20:55:04.533Z | Planning: Planning completed in 6.81 seconds |
| 132 | 2026-04-15T20:55:04.544Z | Packages to install: 2 |
| 133 | 2026-04-15T20:55:04.547Z | Mediators to change: 2 |
| 134 | 2026-04-15T20:55:04.547Z | Services to change: 1 |
| 135 | 2026-04-15T20:55:04.547Z | Create boot environment: No |
| 136 | 2026-04-15T20:55:04.547Z | Create backup boot environment: No |
| 137 | 2026-04-15T20:55:04.585Z | |
| 138 | 2026-04-15T20:55:04.585Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 139 | 2026-04-15T20:55:13.691Z | Download: 982/3076 items 82.2/211.3MB 38% complete (31.3M/s) |
| 140 | 2026-04-15T20:55:19.152Z | Download: 2009/3076 items 117.9/211.3MB 55% complete (7.9M/s) |
| 141 | 2026-04-15T20:55:24.187Z | Download: 3035/3076 items 201.8/211.3MB 95% complete (9.5M/s) |
| 142 | 2026-04-15T20:55:26.104Z | Download: Completed 211.31 MB in 21.52 seconds (9.8M/s) |
| 143 | 2026-04-15T20:55:26.226Z | Actions: 1/3418 actions (Installing new actions) |
| 144 | 2026-04-15T20:55:29.367Z | Actions: Completed 3418 actions in 3.14 seconds. |
| 145 | 2026-04-15T20:55:29.656Z | Done |
| 146 | 2026-04-15T20:55:29.656Z | Done |
| 147 | 2026-04-15T20:55:30.364Z | Done |
| 148 | 2026-04-15T20:55:33.487Z | Done |
| 149 | 2026-04-15T20:55:33.563Z | Done |
| 150 | 2026-04-15T20:55:33.566Z | Done |
| 151 | 2026-04-15T20:55:34.256Z | Done |
| 152 | 2026-04-15T20:55:34.909Z | ++ set -o errexit |
| 153 | 2026-04-15T20:55:34.909Z | ++ cargo --version |
| 154 | 2026-04-15T20:55:34.916Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 155 | 2026-04-15T20:55:35.075Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 156 | 2026-04-15T20:55:35.079Z | info: downloading 6 components |
| 157 | 2026-04-15T20:55:50.616Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 158 | 2026-04-15T20:55:50.619Z | ++ rustc --version |
| 159 | 2026-04-15T20:55:50.646Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 160 | 2026-04-15T20:55:50.651Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 161 | 2026-04-15T20:55:50.696Z | Updating crates.io index |
| 162 | 2026-04-15T20:55:50.800Z | Downloading crates ... |
| 163 | 2026-04-15T20:55:50.861Z | Downloaded cargo-nextest v0.9.97 |
| 164 | 2026-04-15T20:55:50.925Z | Installing cargo-nextest v0.9.97 |
| 165 | 2026-04-15T20:55:50.965Z | Updating crates.io index |
| 166 | 2026-04-15T20:55:53.954Z | Locking 407 packages to latest compatible versions |
| 167 | 2026-04-15T20:55:53.959Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 168 | 2026-04-15T20:55:53.963Z | Adding duct v0.13.7 (available: v1.1.1) |
| 169 | 2026-04-15T20:55:53.963Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 170 | 2026-04-15T20:55:53.963Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 171 | 2026-04-15T20:55:53.966Z | Adding idna_adapter v1.0.0 (available: v1.2.1) |
| 172 | 2026-04-15T20:55:53.966Z | Adding nextest-filtering v0.15.0 (available: v0.21.0) |
| 173 | 2026-04-15T20:55:53.966Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 174 | 2026-04-15T20:55:53.970Z | Adding nextest-runner v0.80.0 (available: v0.114.0) |
| 175 | 2026-04-15T20:55:53.973Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 176 | 2026-04-15T20:55:53.988Z | Adding target-lexicon v0.13.3 (available: v0.13.5) |
| 177 | 2026-04-15T20:55:53.997Z | Downloading crates ... |
| 178 | 2026-04-15T20:55:54.074Z | Downloaded anstyle-query v1.1.5 |
| 179 | 2026-04-15T20:55:54.082Z | Downloaded cfg-expr v0.20.7 |
| 180 | 2026-04-15T20:55:54.086Z | Downloaded bitflags v2.11.1 |
| 181 | 2026-04-15T20:55:54.091Z | Downloaded home v0.5.12 |
| 182 | 2026-04-15T20:55:54.091Z | Downloaded idna_adapter v1.0.0 |
| 183 | 2026-04-15T20:55:54.091Z | Downloaded generic-array v0.14.7 |
| 184 | 2026-04-15T20:55:54.094Z | Downloaded hex v0.4.3 |
| 185 | 2026-04-15T20:55:54.094Z | Downloaded guppy-workspace-hack v0.1.0 |
| 186 | 2026-04-15T20:55:54.094Z | Downloaded futures-sink v0.3.32 |
| 187 | 2026-04-15T20:55:54.100Z | Downloaded errno v0.3.14 |
| 188 | 2026-04-15T20:55:54.100Z | Downloaded os_pipe v1.2.3 |
| 189 | 2026-04-15T20:55:54.100Z | Downloaded async-scoped v0.9.0 |
| 190 | 2026-04-15T20:55:54.103Z | Downloaded ahash v0.8.12 |
| 191 | 2026-04-15T20:55:54.103Z | Downloaded nested v0.1.1 |
| 192 | 2026-04-15T20:55:54.103Z | Downloaded color-spantrace v0.3.0 |
| 193 | 2026-04-15T20:55:54.106Z | Downloaded atomicwrites v0.4.4 |
| 194 | 2026-04-15T20:55:54.106Z | Downloaded quote v1.0.45 |
| 195 | 2026-04-15T20:55:54.106Z | Downloaded ipnet v2.12.0 |
| 196 | 2026-04-15T20:55:54.110Z | Downloaded litrs v1.0.0 |
| 197 | 2026-04-15T20:55:54.110Z | Downloaded cargo-platform v0.2.0 |
| 198 | 2026-04-15T20:55:54.114Z | Downloaded futures-core v0.3.32 |
| 199 | 2026-04-15T20:55:54.114Z | Downloaded cpufeatures v0.2.17 |
| 200 | 2026-04-15T20:55:54.114Z | Downloaded cfg-if v1.0.4 |
| 201 | 2026-04-15T20:55:54.117Z | Downloaded http-body-util v0.1.3 |
| 202 | 2026-04-15T20:55:54.117Z | Downloaded backtrace-ext v0.2.1 |
| 203 | 2026-04-15T20:55:54.120Z | Downloaded scopeguard v1.2.0 |
| 204 | 2026-04-15T20:55:54.124Z | Downloaded filetime v0.2.27 |
| 205 | 2026-04-15T20:55:54.124Z | Downloaded rustc-hash v2.1.2 |
| 206 | 2026-04-15T20:55:54.127Z | Downloaded nextest-metadata v0.12.2 |
| 207 | 2026-04-15T20:55:54.127Z | Downloaded duct v0.13.7 |
| 208 | 2026-04-15T20:55:54.127Z | Downloaded atomic-waker v1.1.2 |
| 209 | 2026-04-15T20:55:54.130Z | Downloaded camino-tempfile v1.4.1 |
| 210 | 2026-04-15T20:55:54.134Z | Downloaded camino v1.2.2 |
| 211 | 2026-04-15T20:55:54.134Z | Downloaded jobserver v0.1.34 |
| 212 | 2026-04-15T20:55:54.137Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 213 | 2026-04-15T20:55:54.141Z | Downloaded heck v0.5.0 |
| 214 | 2026-04-15T20:55:54.141Z | Downloaded number_prefix v0.4.0 |
| 215 | 2026-04-15T20:55:54.144Z | Downloaded foreign-types v0.3.2 |
| 216 | 2026-04-15T20:55:54.144Z | Downloaded colorchoice v1.0.5 |
| 217 | 2026-04-15T20:55:54.144Z | Downloaded parking_lot_core v0.9.12 |
| 218 | 2026-04-15T20:55:54.147Z | Downloaded cargo-util-schemas v0.2.0 |
| 219 | 2026-04-15T20:55:54.147Z | Downloaded self_update v0.42.0 |
| 220 | 2026-04-15T20:55:54.152Z | Downloaded humantime v2.3.0 |
| 221 | 2026-04-15T20:55:54.155Z | Downloaded openssl-probe v0.2.1 |
| 222 | 2026-04-15T20:55:54.155Z | Downloaded futures-io v0.3.32 |
| 223 | 2026-04-15T20:55:54.158Z | Downloaded openssl-macros v0.1.1 |
| 224 | 2026-04-15T20:55:54.161Z | Downloaded proc-macro2 v1.0.106 |
| 225 | 2026-04-15T20:55:54.165Z | Downloaded futures-channel v0.3.32 |
| 226 | 2026-04-15T20:55:54.165Z | Downloaded future-queue v0.4.0 |
| 227 | 2026-04-15T20:55:54.168Z | Downloaded pin-project-internal v1.1.11 |
| 228 | 2026-04-15T20:55:54.168Z | Downloaded crc32fast v1.5.0 |
| 229 | 2026-04-15T20:55:54.172Z | Downloaded indent_write v2.2.0 |
| 230 | 2026-04-15T20:55:54.172Z | Downloaded indenter v0.3.4 |
| 231 | 2026-04-15T20:55:54.172Z | Downloaded lru-slab v0.1.2 |
| 232 | 2026-04-15T20:55:54.172Z | Downloaded http-body v1.0.1 |
| 233 | 2026-04-15T20:55:54.175Z | Downloaded document-features v0.2.12 |
| 234 | 2026-04-15T20:55:54.175Z | Downloaded block-buffer v0.10.4 |
| 235 | 2026-04-15T20:55:54.175Z | Downloaded futures-task v0.3.32 |
| 236 | 2026-04-15T20:55:54.178Z | Downloaded debug-ignore v1.0.5 |
| 237 | 2026-04-15T20:55:54.179Z | Downloaded futures-macro v0.3.32 |
| 238 | 2026-04-15T20:55:54.183Z | Downloaded ordered-float v2.10.1 |
| 239 | 2026-04-15T20:55:54.183Z | Downloaded enable-ansi-support v0.2.1 |
| 240 | 2026-04-15T20:55:54.183Z | Downloaded rand_core v0.9.5 |
| 241 | 2026-04-15T20:55:54.183Z | Downloaded cargo-platform v0.3.2 |
| 242 | 2026-04-15T20:55:54.186Z | Downloaded form_urlencoded v1.2.2 |
| 243 | 2026-04-15T20:55:54.187Z | Downloaded crypto-common v0.1.7 |
| 244 | 2026-04-15T20:55:54.187Z | Downloaded cfg_aliases v0.2.1 |
| 245 | 2026-04-15T20:55:54.187Z | Downloaded equivalent v1.0.2 |
| 246 | 2026-04-15T20:55:54.192Z | Downloaded serde-value v0.7.0 |
| 247 | 2026-04-15T20:55:54.195Z | Downloaded percent-encoding v2.3.2 |
| 248 | 2026-04-15T20:55:54.195Z | Downloaded foreign-types-shared v0.1.1 |
| 249 | 2026-04-15T20:55:54.195Z | Downloaded fnv v1.0.7 |
| 250 | 2026-04-15T20:55:54.195Z | Downloaded is_ci v1.2.0 |
| 251 | 2026-04-15T20:55:54.221Z | Downloaded rustc_version v0.4.1 |
| 252 | 2026-04-15T20:55:54.221Z | Downloaded itoa v1.0.18 |
| 253 | 2026-04-15T20:55:54.225Z | Downloaded serde_spanned v0.6.9 |
| 254 | 2026-04-15T20:55:54.225Z | Downloaded shared_child v1.1.1 |
| 255 | 2026-04-15T20:55:54.225Z | Downloaded lazy_static v1.5.0 |
| 256 | 2026-04-15T20:55:54.225Z | Downloaded convert_case v0.10.0 |
| 257 | 2026-04-15T20:55:54.225Z | Downloaded anstyle v1.0.14 |
| 258 | 2026-04-15T20:55:54.225Z | Downloaded cargo_metadata v0.20.0 |
| 259 | 2026-04-15T20:55:54.225Z | Downloaded base64ct v1.8.3 |
| 260 | 2026-04-15T20:55:54.225Z | Downloaded autocfg v1.5.0 |
| 261 | 2026-04-15T20:55:54.225Z | Downloaded addr2line v0.25.1 |
| 262 | 2026-04-15T20:55:54.225Z | Downloaded futures-executor v0.3.32 |
| 263 | 2026-04-15T20:55:54.226Z | Downloaded clap_lex v1.1.0 |
| 264 | 2026-04-15T20:55:54.226Z | Downloaded cargo_metadata v0.23.1 |
| 265 | 2026-04-15T20:55:54.226Z | Downloaded pathdiff v0.2.3 |
| 266 | 2026-04-15T20:55:54.226Z | Downloaded mukti-metadata v0.3.0 |
| 267 | 2026-04-15T20:55:54.230Z | Downloaded getrandom v0.3.4 |
| 268 | 2026-04-15T20:55:54.230Z | Downloaded humantime-serde v1.1.1 |
| 269 | 2026-04-15T20:55:54.230Z | Downloaded serde_spanned v1.1.1 |
| 270 | 2026-04-15T20:55:54.230Z | Downloaded is_terminal_polyfill v1.70.2 |
| 271 | 2026-04-15T20:55:54.233Z | Downloaded serde_ignored v0.1.14 |
| 272 | 2026-04-15T20:55:54.236Z | Downloaded pin-project-lite v0.2.17 |
| 273 | 2026-04-15T20:55:54.240Z | Downloaded pkcs8 v0.10.2 |
| 274 | 2026-04-15T20:55:54.240Z | Downloaded fastrand v2.4.1 |
| 275 | 2026-04-15T20:55:54.243Z | Downloaded serde_urlencoded v0.7.1 |
| 276 | 2026-04-15T20:55:54.243Z | Downloaded newtype-uuid v1.3.2 |
| 277 | 2026-04-15T20:55:54.246Z | Downloaded signal-hook-mio v0.2.5 |
| 278 | 2026-04-15T20:55:54.247Z | Downloaded nextest-workspace-hack v0.1.0 |
| 279 | 2026-04-15T20:55:54.247Z | Downloaded subtle v2.6.1 |
| 280 | 2026-04-15T20:55:54.250Z | Downloaded supports-color v3.0.2 |
| 281 | 2026-04-15T20:55:54.250Z | Downloaded sigchld v0.2.4 |
| 282 | 2026-04-15T20:55:54.250Z | Downloaded sync_wrapper v1.0.2 |
| 283 | 2026-04-15T20:55:54.250Z | Downloaded strsim v0.11.1 |
| 284 | 2026-04-15T20:55:54.253Z | Downloaded signature v2.2.0 |
| 285 | 2026-04-15T20:55:54.253Z | Downloaded hyper-tls v0.6.0 |
| 286 | 2026-04-15T20:55:54.254Z | Downloaded eyre v0.6.12 |
| 287 | 2026-04-15T20:55:54.258Z | Downloaded erased-serde v0.4.10 |
| 288 | 2026-04-15T20:55:54.258Z | Downloaded strip-ansi-escapes v0.2.1 |
| 289 | 2026-04-15T20:55:54.258Z | Downloaded foldhash v0.1.5 |
| 290 | 2026-04-15T20:55:54.258Z | Downloaded supports-hyperlinks v3.2.0 |
| 291 | 2026-04-15T20:55:54.261Z | Downloaded adler2 v2.0.1 |
| 292 | 2026-04-15T20:55:54.261Z | Downloaded clap_derive v4.6.1 |
| 293 | 2026-04-15T20:55:54.261Z | Downloaded serde-untagged v0.1.9 |
| 294 | 2026-04-15T20:55:54.264Z | Downloaded ed25519 v2.2.3 |
| 295 | 2026-04-15T20:55:54.264Z | Downloaded anstyle-parse v1.0.0 |
| 296 | 2026-04-15T20:55:54.264Z | Downloaded digest v0.10.7 |
| 297 | 2026-04-15T20:55:54.268Z | Downloaded self-replace v1.5.0 |
| 298 | 2026-04-15T20:55:54.268Z | Downloaded hyper-rustls v0.27.9 |
| 299 | 2026-04-15T20:55:54.271Z | Downloaded lock_api v0.4.14 |
| 300 | 2026-04-15T20:55:54.271Z | Downloaded swrite v0.1.0 |
| 301 | 2026-04-15T20:55:54.271Z | Downloaded miette-derive v7.6.0 |
| 302 | 2026-04-15T20:55:54.278Z | Downloaded serde_path_to_error v0.1.20 |
| 303 | 2026-04-15T20:55:54.282Z | Downloaded owo-colors v4.3.0 |
| 304 | 2026-04-15T20:55:54.282Z | Downloaded clap v4.6.1 |
| 305 | 2026-04-15T20:55:54.285Z | Downloaded pkg-config v0.3.33 |
| 306 | 2026-04-15T20:55:54.285Z | Downloaded config v0.15.22 |
| 307 | 2026-04-15T20:55:54.289Z | Downloaded semver v1.0.28 |
| 308 | 2026-04-15T20:55:54.289Z | Downloaded const-oid v0.9.6 |
| 309 | 2026-04-15T20:55:54.292Z | Downloaded rustls-webpki v0.103.12 |
| 310 | 2026-04-15T20:55:54.292Z | Downloaded console v0.15.11 |
| 311 | 2026-04-15T20:55:54.295Z | Downloaded terminal_size v0.4.4 |
| 312 | 2026-04-15T20:55:54.299Z | Downloaded tokio-macros v2.7.0 |
| 313 | 2026-04-15T20:55:54.302Z | Downloaded supports-unicode v3.0.0 |
| 314 | 2026-04-15T20:55:54.306Z | Downloaded tinyvec_macros v0.1.1 |
| 315 | 2026-04-15T20:55:54.310Z | Downloaded globset v0.4.18 |
| 316 | 2026-04-15T20:55:54.313Z | Downloaded native-tls v0.2.18 |
| 317 | 2026-04-15T20:55:54.313Z | Downloaded rand_core v0.6.4 |
| 318 | 2026-04-15T20:55:54.316Z | Downloaded static_assertions v1.1.0 |
| 319 | 2026-04-15T20:55:54.316Z | Downloaded slab v0.4.12 |
| 320 | 2026-04-15T20:55:54.316Z | Downloaded toml_datetime v0.6.11 |
| 321 | 2026-04-15T20:55:54.316Z | Downloaded rustc-demangle v0.1.27 |
| 322 | 2026-04-15T20:55:54.319Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-04-15T20:55:54.319Z | Downloaded iana-time-zone v0.1.65 |
| 324 | 2026-04-15T20:55:54.323Z | Downloaded shell-words v1.1.1 |
| 325 | 2026-04-15T20:55:54.327Z | Downloaded fixedbitset v0.5.7 |
| 326 | 2026-04-15T20:55:54.327Z | Downloaded sha2 v0.10.9 |
| 327 | 2026-04-15T20:55:54.330Z | Downloaded tower-service v0.3.3 |
| 328 | 2026-04-15T20:55:54.330Z | Downloaded smol_str v0.3.6 |
| 329 | 2026-04-15T20:55:54.330Z | Downloaded simd-adler32 v0.3.9 |
| 330 | 2026-04-15T20:55:54.330Z | Downloaded signal-hook-registry v1.4.8 |
| 331 | 2026-04-15T20:55:54.334Z | Downloaded shlex v1.3.0 |
| 332 | 2026-04-15T20:55:54.334Z | Downloaded either v1.15.0 |
| 333 | 2026-04-15T20:55:54.334Z | Downloaded dialoguer v0.11.0 |
| 334 | 2026-04-15T20:55:54.337Z | Downloaded typeid v1.0.3 |
| 335 | 2026-04-15T20:55:54.338Z | Downloaded tracing-error v0.2.1 |
| 336 | 2026-04-15T20:55:54.338Z | Downloaded tower-layer v0.3.3 |
| 337 | 2026-04-15T20:55:54.341Z | Downloaded try-lock v0.2.5 |
| 338 | 2026-04-15T20:55:54.341Z | Downloaded target-spec-miette v0.4.6 |
| 339 | 2026-04-15T20:55:54.341Z | Downloaded target-lexicon v0.13.3 |
| 340 | 2026-04-15T20:55:54.344Z | Downloaded quick-junit v0.5.2 |
| 341 | 2026-04-15T20:55:54.344Z | Downloaded httparse v1.10.1 |
| 342 | 2026-04-15T20:55:54.347Z | Downloaded getrandom v0.2.17 |
| 343 | 2026-04-15T20:55:54.348Z | Downloaded anstream v1.0.0 |
| 344 | 2026-04-15T20:55:54.352Z | Downloaded find-msvc-tools v0.1.9 |
| 345 | 2026-04-15T20:55:54.352Z | Downloaded parking_lot v0.12.5 |
| 346 | 2026-04-15T20:55:54.356Z | Downloaded unicode-linebreak v0.1.5 |
| 347 | 2026-04-15T20:55:54.356Z | Downloaded rand_chacha v0.9.0 |
| 348 | 2026-04-15T20:55:54.359Z | Downloaded unicode-xid v0.2.6 |
| 349 | 2026-04-15T20:55:54.360Z | Downloaded nextest-filtering v0.15.0 |
| 350 | 2026-04-15T20:55:54.363Z | Downloaded utf8parse v0.2.2 |
| 351 | 2026-04-15T20:55:54.363Z | Downloaded urlencoding v2.1.3 |
| 352 | 2026-04-15T20:55:54.363Z | Downloaded flate2 v1.1.9 |
| 353 | 2026-04-15T20:55:54.366Z | Downloaded untrusted v0.9.0 |
| 354 | 2026-04-15T20:55:54.366Z | Downloaded thiserror-impl v1.0.69 |
| 355 | 2026-04-15T20:55:54.370Z | Downloaded utf8_iter v1.0.4 |
| 356 | 2026-04-15T20:55:54.370Z | Downloaded thread_local v1.1.9 |
| 357 | 2026-04-15T20:55:54.370Z | Downloaded tokio-native-tls v0.3.1 |
| 358 | 2026-04-15T20:55:54.370Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-04-15T20:55:54.373Z | Downloaded version_check v0.9.5 |
| 360 | 2026-04-15T20:55:54.373Z | Downloaded mio v1.2.0 |
| 361 | 2026-04-15T20:55:54.377Z | Downloaded ppv-lite86 v0.2.21 |
| 362 | 2026-04-15T20:55:54.377Z | Downloaded smallvec v1.15.1 |
| 363 | 2026-04-15T20:55:54.381Z | Downloaded bytes v1.11.1 |
| 364 | 2026-04-15T20:55:54.384Z | Downloaded thiserror v1.0.69 |
| 365 | 2026-04-15T20:55:54.388Z | Downloaded xattr v1.6.1 |
| 366 | 2026-04-15T20:55:54.391Z | Downloaded want v0.3.1 |
| 367 | 2026-04-15T20:55:54.391Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 368 | 2026-04-15T20:55:54.391Z | Downloaded spki v0.7.3 |
| 369 | 2026-04-15T20:55:54.395Z | Downloaded once_cell v1.21.4 |
| 370 | 2026-04-15T20:55:54.395Z | Downloaded getrandom v0.4.2 |
| 371 | 2026-04-15T20:55:54.398Z | Downloaded derive-where v1.6.1 |
| 372 | 2026-04-15T20:55:54.398Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 373 | 2026-04-15T20:55:54.401Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-04-15T20:55:54.401Z | Downloaded quinn-udp v0.5.14 |
| 375 | 2026-04-15T20:55:54.405Z | Downloaded rustls-pki-types v1.14.0 |
| 376 | 2026-04-15T20:55:54.409Z | Downloaded tracing-log v0.2.0 |
| 377 | 2026-04-15T20:55:54.419Z | Downloaded log v0.4.29 |
| 378 | 2026-04-15T20:55:54.422Z | Downloaded pin-project v1.1.11 |
| 379 | 2026-04-15T20:55:54.426Z | Downloaded ryu v1.0.23 |
| 380 | 2026-04-15T20:55:54.431Z | Downloaded sharded-slab v0.1.7 |
| 381 | 2026-04-15T20:55:54.434Z | Downloaded tempfile v3.27.0 |
| 382 | 2026-04-15T20:55:54.438Z | Downloaded toml v0.8.23 |
| 383 | 2026-04-15T20:55:54.438Z | Downloaded tokio-rustls v0.26.4 |
| 384 | 2026-04-15T20:55:54.443Z | Downloaded thiserror v2.0.18 |
| 385 | 2026-04-15T20:55:54.446Z | Downloaded zeroize v1.8.2 |
| 386 | 2026-04-15T20:55:54.446Z | Downloaded signal-hook v0.3.18 |
| 387 | 2026-04-15T20:55:54.450Z | Downloaded zmij v1.0.21 |
| 388 | 2026-04-15T20:55:54.451Z | Downloaded xxhash-rust v0.8.15 |
| 389 | 2026-04-15T20:55:54.451Z | Downloaded num-traits v0.2.19 |
| 390 | 2026-04-15T20:55:54.455Z | Downloaded zipsign-api v0.1.5 |
| 391 | 2026-04-15T20:55:54.455Z | Downloaded tracing-attributes v0.1.31 |
| 392 | 2026-04-15T20:55:54.455Z | Downloaded futures v0.3.32 |
| 393 | 2026-04-15T20:55:54.462Z | Downloaded serde_derive v1.0.228 |
| 394 | 2026-04-15T20:55:54.465Z | Downloaded zstd-safe v7.2.4 |
| 395 | 2026-04-15T20:55:54.465Z | Downloaded target-spec v3.6.0 |
| 396 | 2026-04-15T20:55:54.469Z | Downloaded miniz_oxide v0.8.9 |
| 397 | 2026-04-15T20:55:54.469Z | Downloaded socket2 v0.6.3 |
| 398 | 2026-04-15T20:55:54.473Z | Downloaded openssl-sys v0.9.113 |
| 399 | 2026-04-15T20:55:54.476Z | Downloaded textwrap v0.16.2 |
| 400 | 2026-04-15T20:55:54.476Z | Downloaded borsh v1.6.1 |
| 401 | 2026-04-15T20:55:54.479Z | Downloaded miette v7.6.0 |
| 402 | 2026-04-15T20:55:54.482Z | Downloaded unicase v2.9.0 |
| 403 | 2026-04-15T20:55:54.486Z | Downloaded der v0.7.10 |
| 404 | 2026-04-15T20:55:54.489Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 405 | 2026-04-15T20:55:54.489Z | Downloaded tokio-stream v0.1.18 |
| 406 | 2026-04-15T20:55:54.492Z | Downloaded derive_more v2.1.1 |
| 407 | 2026-04-15T20:55:54.497Z | Downloaded indicatif v0.17.11 |
| 408 | 2026-04-15T20:55:54.500Z | Downloaded tinyvec v1.11.0 |
| 409 | 2026-04-15T20:55:54.504Z | Downloaded serde v1.0.228 |
| 410 | 2026-04-15T20:55:54.504Z | Downloaded tracing-core v0.1.36 |
| 411 | 2026-04-15T20:55:54.507Z | Downloaded tar v0.4.45 |
| 412 | 2026-04-15T20:55:54.507Z | Downloaded zstd v0.13.3 |
| 413 | 2026-04-15T20:55:54.510Z | Downloaded hyper-util v0.1.20 |
| 414 | 2026-04-15T20:55:54.510Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 415 | 2026-04-15T20:55:54.514Z | Downloaded ed25519-dalek v2.2.0 |
| 416 | 2026-04-15T20:55:54.517Z | Downloaded unicode-ident v1.0.24 |
| 417 | 2026-04-15T20:55:54.517Z | Downloaded backtrace v0.3.76 |
| 418 | 2026-04-15T20:55:54.520Z | Downloaded ron v0.12.1 |
| 419 | 2026-04-15T20:55:54.523Z | Downloaded memchr v2.8.0 |
| 420 | 2026-04-15T20:55:54.527Z | Downloaded base64 v0.22.1 |
| 421 | 2026-04-15T20:55:54.530Z | Downloaded derive_more-impl v2.1.1 |
| 422 | 2026-04-15T20:55:54.533Z | Downloaded uuid v1.23.0 |
| 423 | 2026-04-15T20:55:54.538Z | Downloaded vte v0.14.1 |
| 424 | 2026-04-15T20:55:54.541Z | Downloaded typenum v1.19.0 |
| 425 | 2026-04-15T20:55:54.549Z | Downloaded cc v1.2.60 |
| 426 | 2026-04-15T20:55:54.552Z | Downloaded rand v0.9.4 |
| 427 | 2026-04-15T20:55:54.555Z | Downloaded http v1.4.0 |
| 428 | 2026-04-15T20:55:54.579Z | Downloaded quinn v0.11.9 |
| 429 | 2026-04-15T20:55:54.582Z | Downloaded toml_edit v0.22.27 |
| 430 | 2026-04-15T20:55:54.589Z | Downloaded crossterm v0.29.0 |
| 431 | 2026-04-15T20:55:54.595Z | Downloaded unicode-segmentation v1.13.2 |
| 432 | 2026-04-15T20:55:54.599Z | Downloaded hashbrown v0.15.5 |
| 433 | 2026-04-15T20:55:54.602Z | Downloaded guppy v0.17.25 |
| 434 | 2026-04-15T20:55:54.607Z | Downloaded tower v0.5.3 |
| 435 | 2026-04-15T20:55:54.613Z | Downloaded clap_builder v4.6.0 |
| 436 | 2026-04-15T20:55:54.620Z | Downloaded url v2.5.8 |
| 437 | 2026-04-15T20:55:54.623Z | Downloaded pulldown-cmark v0.13.3 |
| 438 | 2026-04-15T20:55:54.623Z | Downloaded indexmap v2.14.0 |
| 439 | 2026-04-15T20:55:54.626Z | Downloaded futures-util v0.3.32 |
| 440 | 2026-04-15T20:55:54.630Z | Downloaded hashbrown v0.17.0 |
| 441 | 2026-04-15T20:55:54.640Z | Downloaded hyper v1.9.0 |
| 442 | 2026-04-15T20:55:54.644Z | Downloaded tokio-util v0.7.18 |
| 443 | 2026-04-15T20:55:54.649Z | Downloaded aho-corasick v1.1.4 |
| 444 | 2026-04-15T20:55:54.653Z | Downloaded idna v1.1.0 |
| 445 | 2026-04-15T20:55:54.658Z | Downloaded unicode-normalization v0.1.25 |
| 446 | 2026-04-15T20:55:54.661Z | Downloaded tower-http v0.6.8 |
| 447 | 2026-04-15T20:55:54.665Z | Downloaded itertools v0.14.0 |
| 448 | 2026-04-15T20:55:54.674Z | Downloaded serde_json v1.0.149 |
| 449 | 2026-04-15T20:55:54.681Z | Downloaded regex v1.12.3 |
| 450 | 2026-04-15T20:55:54.684Z | Downloaded iri-string v0.7.12 |
| 451 | 2026-04-15T20:55:54.688Z | Downloaded h2 v0.4.13 |
| 452 | 2026-04-15T20:55:54.707Z | Downloaded winnow v1.0.1 |
| 453 | 2026-04-15T20:55:54.712Z | Downloaded winnow v0.7.15 |
| 454 | 2026-04-15T20:55:54.717Z | Downloaded quick-xml v0.37.5 |
| 455 | 2026-04-15T20:55:54.721Z | Downloaded chrono v0.4.44 |
| 456 | 2026-04-15T20:55:54.728Z | Downloaded gimli v0.32.3 |
| 457 | 2026-04-15T20:55:54.745Z | Downloaded tracing-subscriber v0.3.23 |
| 458 | 2026-04-15T20:55:54.751Z | Downloaded webpki-roots v1.0.6 |
| 459 | 2026-04-15T20:55:54.754Z | Downloaded reqwest v0.12.28 |
| 460 | 2026-04-15T20:55:54.757Z | Downloaded unicode-width v0.1.14 |
| 461 | 2026-04-15T20:55:54.761Z | Downloaded unicode-width v0.2.2 |
| 462 | 2026-04-15T20:55:54.764Z | Downloaded zerocopy v0.8.48 |
| 463 | 2026-04-15T20:55:54.775Z | Downloaded syn v2.0.117 |
| 464 | 2026-04-15T20:55:54.780Z | Downloaded quick-xml v0.38.4 |
| 465 | 2026-04-15T20:55:54.783Z | Downloaded portable-atomic v1.13.1 |
| 466 | 2026-04-15T20:55:54.787Z | Downloaded bstr v1.12.1 |
| 467 | 2026-04-15T20:55:54.791Z | Downloaded curve25519-dalek v4.1.3 |
| 468 | 2026-04-15T20:55:54.796Z | Downloaded color-eyre v0.6.5 |
| 469 | 2026-04-15T20:55:54.820Z | Downloaded vcpkg v0.2.15 |
| 470 | 2026-04-15T20:55:54.842Z | Downloaded regex-syntax v0.8.10 |
| 471 | 2026-04-15T20:55:54.850Z | Downloaded openssl v0.10.77 |
| 472 | 2026-04-15T20:55:54.858Z | Downloaded object v0.37.3 |
| 473 | 2026-04-15T20:55:54.865Z | Downloaded quinn-proto v0.11.14 |
| 474 | 2026-04-15T20:55:54.869Z | Downloaded nextest-runner v0.80.0 |
| 475 | 2026-04-15T20:55:54.913Z | Downloaded rustls v0.23.38 |
| 476 | 2026-04-15T20:55:54.920Z | Downloaded rustix v1.1.4 |
| 477 | 2026-04-15T20:55:54.933Z | Downloaded rustix v0.38.44 |
| 478 | 2026-04-15T20:55:54.945Z | Downloaded nix v0.30.1 |
| 479 | 2026-04-15T20:55:54.997Z | Downloaded tracing v0.1.44 |
| 480 | 2026-04-15T20:55:55.038Z | Downloaded regex-automata v0.4.14 |
| 481 | 2026-04-15T20:55:55.098Z | Downloaded petgraph v0.8.3 |
| 482 | 2026-04-15T20:55:55.113Z | Downloaded libc v0.2.185 |
| 483 | 2026-04-15T20:55:55.132Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 484 | 2026-04-15T20:55:55.164Z | Downloaded tokio v1.52.0 |
| 485 | 2026-04-15T20:55:55.232Z | Downloaded recursion v0.5.4 |
| 486 | 2026-04-15T20:55:55.239Z | Downloaded ring v0.17.14 |
| 487 | 2026-04-15T20:55:55.298Z | Compiling proc-macro2 v1.0.106 |
| 488 | 2026-04-15T20:55:55.298Z | Compiling libc v0.2.185 |
| 489 | 2026-04-15T20:55:55.302Z | Compiling unicode-ident v1.0.24 |
| 490 | 2026-04-15T20:55:55.302Z | Compiling quote v1.0.45 |
| 491 | 2026-04-15T20:55:55.302Z | Compiling serde_core v1.0.228 |
| 492 | 2026-04-15T20:55:55.302Z | Compiling cfg-if v1.0.4 |
| 493 | 2026-04-15T20:55:55.302Z | Compiling memchr v2.8.0 |
| 494 | 2026-04-15T20:55:55.302Z | Compiling once_cell v1.21.4 |
| 495 | 2026-04-15T20:55:55.531Z | Compiling log v0.4.29 |
| 496 | 2026-04-15T20:55:55.546Z | Compiling pin-project-lite v0.2.17 |
| 497 | 2026-04-15T20:55:55.638Z | Compiling serde v1.0.228 |
| 498 | 2026-04-15T20:55:55.710Z | Compiling itoa v1.0.18 |
| 499 | 2026-04-15T20:55:55.814Z | Compiling futures-core v0.3.32 |
| 500 | 2026-04-15T20:55:55.942Z | Compiling smallvec v1.15.1 |
| 501 | 2026-04-15T20:55:55.970Z | Compiling bitflags v2.11.1 |
| 502 | 2026-04-15T20:55:55.983Z | Compiling equivalent v1.0.2 |
| 503 | 2026-04-15T20:55:56.067Z | Compiling hashbrown v0.17.0 |
| 504 | 2026-04-15T20:55:56.195Z | Compiling shlex v1.3.0 |
| 505 | 2026-04-15T20:55:56.363Z | Compiling errno v0.3.14 |
| 506 | 2026-04-15T20:55:56.382Z | Compiling find-msvc-tools v0.1.9 |
| 507 | 2026-04-15T20:55:56.395Z | Compiling bytes v1.11.1 |
| 508 | 2026-04-15T20:55:56.547Z | Compiling signal-hook-registry v1.4.8 |
| 509 | 2026-04-15T20:55:56.552Z | Compiling jobserver v0.1.34 |
| 510 | 2026-04-15T20:55:56.609Z | Compiling mio v1.2.0 |
| 511 | 2026-04-15T20:55:56.626Z | Compiling rustix v1.1.4 |
| 512 | 2026-04-15T20:55:56.731Z | Compiling syn v2.0.117 |
| 513 | 2026-04-15T20:55:56.776Z | Compiling cc v1.2.60 |
| 514 | 2026-04-15T20:55:56.869Z | Compiling futures-sink v0.3.32 |
| 515 | 2026-04-15T20:55:56.982Z | Compiling socket2 v0.6.3 |
| 516 | 2026-04-15T20:55:57.048Z | Compiling slab v0.4.12 |
| 517 | 2026-04-15T20:55:57.251Z | Compiling zmij v1.0.21 |
| 518 | 2026-04-15T20:55:57.298Z | Compiling futures-channel v0.3.32 |
| 519 | 2026-04-15T20:55:57.336Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-04-15T20:55:57.550Z | Compiling version_check v0.9.5 |
| 521 | 2026-04-15T20:55:57.574Z | Compiling serde_json v1.0.149 |
| 522 | 2026-04-15T20:55:57.794Z | Compiling indexmap v2.14.0 |
| 523 | 2026-04-15T20:55:57.850Z | Compiling getrandom v0.4.2 |
| 524 | 2026-04-15T20:55:57.863Z | Compiling futures-task v0.3.32 |
| 525 | 2026-04-15T20:55:58.046Z | Compiling futures-io v0.3.32 |
| 526 | 2026-04-15T20:55:58.133Z | Compiling unicode-width v0.2.2 |
| 527 | 2026-04-15T20:55:58.193Z | Compiling camino v1.2.2 |
| 528 | 2026-04-15T20:55:58.426Z | Compiling ring v0.17.14 |
| 529 | 2026-04-15T20:55:58.451Z | Compiling http v1.4.0 |
| 530 | 2026-04-15T20:55:58.485Z | Compiling autocfg v1.5.0 |
| 531 | 2026-04-15T20:55:58.579Z | Compiling zeroize v1.8.2 |
| 532 | 2026-04-15T20:55:58.644Z | Compiling adler2 v2.0.1 |
| 533 | 2026-04-15T20:55:58.787Z | Compiling simd-adler32 v0.3.9 |
| 534 | 2026-04-15T20:55:58.817Z | Compiling percent-encoding v2.3.2 |
| 535 | 2026-04-15T20:55:58.842Z | Compiling num-traits v0.2.19 |
| 536 | 2026-04-15T20:55:59.074Z | Compiling miniz_oxide v0.8.9 |
| 537 | 2026-04-15T20:55:59.174Z | Compiling object v0.37.3 |
| 538 | 2026-04-15T20:55:59.460Z | Compiling zerocopy v0.8.48 |
| 539 | 2026-04-15T20:55:59.657Z | Compiling target-lexicon v0.13.3 |
| 540 | 2026-04-15T20:55:59.678Z | Compiling getrandom v0.3.4 |
| 541 | 2026-04-15T20:55:59.927Z | Compiling http-body v1.0.1 |
| 542 | 2026-04-15T20:56:00.089Z | Compiling rustls-pki-types v1.14.0 |
| 543 | 2026-04-15T20:56:00.178Z | Compiling semver v1.0.28 |
| 544 | 2026-04-15T20:56:00.197Z | Compiling getrandom v0.2.17 |
| 545 | 2026-04-15T20:56:00.303Z | Compiling signal-hook v0.3.18 |
| 546 | 2026-04-15T20:56:00.389Z | Compiling typenum v1.19.0 |
| 547 | 2026-04-15T20:56:00.403Z | Compiling serde_derive v1.0.228 |
| 548 | 2026-04-15T20:56:00.480Z | Compiling tokio-macros v2.7.0 |
| 549 | 2026-04-15T20:56:00.513Z | Compiling futures-macro v0.3.32 |
| 550 | 2026-04-15T20:56:00.648Z | Compiling tracing-attributes v0.1.31 |
| 551 | 2026-04-15T20:56:00.725Z | Compiling guppy-workspace-hack v0.1.0 |
| 552 | 2026-04-15T20:56:00.837Z | Compiling gimli v0.32.3 |
| 553 | 2026-04-15T20:56:00.925Z | Compiling httparse v1.10.1 |
| 554 | 2026-04-15T20:56:00.937Z | Compiling thiserror v2.0.18 |
| 555 | 2026-04-15T20:56:01.206Z | Compiling tokio v1.52.0 |
| 556 | 2026-04-15T20:56:01.256Z | Compiling owo-colors v4.3.0 |
| 557 | 2026-04-15T20:56:01.256Z | Compiling fnv v1.0.7 |
| 558 | 2026-04-15T20:56:01.316Z | Compiling futures-util v0.3.32 |
| 559 | 2026-04-15T20:56:01.370Z | Compiling untrusted v0.9.0 |
| 560 | 2026-04-15T20:56:01.708Z | Compiling thiserror-impl v2.0.18 |
| 561 | 2026-04-15T20:56:01.855Z | Compiling tracing v0.1.44 |
| 562 | 2026-04-15T20:56:02.789Z | Compiling addr2line v0.25.1 |
| 563 | 2026-04-15T20:56:03.209Z | Compiling form_urlencoded v1.2.2 |
| 564 | 2026-04-15T20:56:03.480Z | Compiling generic-array v0.14.7 |
| 565 | 2026-04-15T20:56:03.494Z | Compiling tower-service v0.3.3 |
| 566 | 2026-04-15T20:56:03.590Z | Compiling pkg-config v0.3.33 |
| 567 | 2026-04-15T20:56:03.617Z | Compiling typeid v1.0.3 |
| 568 | 2026-04-15T20:56:03.700Z | Compiling try-lock v0.2.5 |
| 569 | 2026-04-15T20:56:03.831Z | Compiling atomic-waker v1.1.2 |
| 570 | 2026-04-15T20:56:03.906Z | Compiling target-spec v3.6.0 |
| 571 | 2026-04-15T20:56:03.920Z | Compiling rustc-demangle v0.1.27 |
| 572 | 2026-04-15T20:56:03.962Z | Compiling idna_adapter v1.0.0 |
| 573 | 2026-04-15T20:56:04.041Z | Compiling thiserror v1.0.69 |
| 574 | 2026-04-15T20:56:04.061Z | Compiling rustls v0.23.38 |
| 575 | 2026-04-15T20:56:04.175Z | Compiling fastrand v2.4.1 |
| 576 | 2026-04-15T20:56:04.262Z | Compiling utf8_iter v1.0.4 |
| 577 | 2026-04-15T20:56:04.426Z | Compiling tempfile v3.27.0 |
| 578 | 2026-04-15T20:56:04.517Z | Compiling idna v1.1.0 |
| 579 | 2026-04-15T20:56:04.561Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 580 | 2026-04-15T20:56:04.950Z | Compiling want v0.3.1 |
| 581 | 2026-04-15T20:56:05.119Z | Compiling tokio-util v0.7.18 |
| 582 | 2026-04-15T20:56:05.135Z | Compiling cfg-expr v0.20.7 |
| 583 | 2026-04-15T20:56:05.764Z | Compiling h2 v0.4.13 |
| 584 | 2026-04-15T20:56:05.872Z | Compiling backtrace v0.3.76 |
| 585 | 2026-04-15T20:56:06.208Z | Compiling thiserror-impl v1.0.69 |
| 586 | 2026-04-15T20:56:06.517Z | Compiling terminal_size v0.4.4 |
| 587 | 2026-04-15T20:56:06.571Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-04-15T20:56:06.671Z | Compiling erased-serde v0.4.10 |
| 589 | 2026-04-15T20:56:06.973Z | Compiling subtle v2.6.1 |
| 590 | 2026-04-15T20:56:07.027Z | Compiling winnow v0.7.15 |
| 591 | 2026-04-15T20:56:07.129Z | Compiling regex-syntax v0.8.10 |
| 592 | 2026-04-15T20:56:07.460Z | Compiling rustls-webpki v0.103.12 |
| 593 | 2026-04-15T20:56:08.907Z | Compiling regex-automata v0.4.14 |
| 594 | 2026-04-15T20:56:10.048Z | Compiling hyper v1.9.0 |
| 595 | 2026-04-15T20:56:12.048Z | Compiling url v2.5.8 |
| 596 | 2026-04-15T20:56:13.720Z | Compiling serde_spanned v0.6.9 |
| 597 | 2026-04-15T20:56:13.884Z | Compiling toml_datetime v0.6.11 |
| 598 | 2026-04-15T20:56:14.261Z | Compiling ahash v0.8.12 |
| 599 | 2026-04-15T20:56:14.310Z | Compiling sync_wrapper v1.0.2 |
| 600 | 2026-04-15T20:56:14.334Z | Compiling either v1.15.0 |
| 601 | 2026-04-15T20:56:14.434Z | Compiling nextest-workspace-hack v0.1.0 |
| 602 | 2026-04-15T20:56:14.478Z | Compiling tower-layer v0.3.3 |
| 603 | 2026-04-15T20:56:14.497Z | Compiling portable-atomic v1.13.1 |
| 604 | 2026-04-15T20:56:14.555Z | Compiling foldhash v0.1.5 |
| 605 | 2026-04-15T20:56:14.646Z | Compiling ipnet v2.12.0 |
| 606 | 2026-04-15T20:56:14.672Z | Compiling base64 v0.22.1 |
| 607 | 2026-04-15T20:56:14.770Z | Compiling unicode-segmentation v1.13.2 |
| 608 | 2026-04-15T20:56:14.837Z | Compiling toml_write v0.1.2 |
| 609 | 2026-04-15T20:56:14.934Z | Compiling unicode-linebreak v0.1.5 |
| 610 | 2026-04-15T20:56:15.083Z | Compiling lazy_static v1.5.0 |
| 611 | 2026-04-15T20:56:15.173Z | Compiling crc32fast v1.5.0 |
| 612 | 2026-04-15T20:56:15.176Z | Compiling parking_lot_core v0.9.12 |
| 613 | 2026-04-15T20:56:15.187Z | Compiling is_ci v1.2.0 |
| 614 | 2026-04-15T20:56:15.204Z | Compiling sharded-slab v0.1.7 |
| 615 | 2026-04-15T20:56:15.351Z | Compiling supports-color v3.0.2 |
| 616 | 2026-04-15T20:56:15.458Z | Compiling textwrap v0.16.2 |
| 617 | 2026-04-15T20:56:15.488Z | Compiling convert_case v0.10.0 |
| 618 | 2026-04-15T20:56:15.585Z | Compiling toml_edit v0.22.27 |
| 619 | 2026-04-15T20:56:15.789Z | Compiling hyper-util v0.1.20 |
| 620 | 2026-04-15T20:56:15.802Z | Compiling hashbrown v0.15.5 |
| 621 | 2026-04-15T20:56:15.854Z | Compiling tower v0.5.3 |
| 622 | 2026-04-15T20:56:16.438Z | Compiling tokio-rustls v0.26.4 |
| 623 | 2026-04-15T20:56:16.724Z | Compiling backtrace-ext v0.2.1 |
| 624 | 2026-04-15T20:56:16.849Z | Compiling ordered-float v2.10.1 |
| 625 | 2026-04-15T20:56:16.981Z | Compiling webpki-roots v1.0.6 |
| 626 | 2026-04-15T20:56:17.049Z | Compiling miette-derive v7.6.0 |
| 627 | 2026-04-15T20:56:17.104Z | Compiling pathdiff v0.2.3 |
| 628 | 2026-04-15T20:56:17.122Z | Compiling console v0.15.11 |
| 629 | 2026-04-15T20:56:17.247Z | Compiling tracing-log v0.2.0 |
| 630 | 2026-04-15T20:56:17.664Z | Compiling cargo-platform v0.3.2 |
| 631 | 2026-04-15T20:56:18.140Z | Compiling os_pipe v1.2.3 |
| 632 | 2026-04-15T20:56:18.224Z | Compiling thread_local v1.1.9 |
| 633 | 2026-04-15T20:56:18.306Z | Compiling pulldown-cmark v0.13.3 |
| 634 | 2026-04-15T20:56:18.409Z | Compiling fixedbitset v0.5.7 |
| 635 | 2026-04-15T20:56:18.467Z | Compiling zstd-safe v7.2.4 |
| 636 | 2026-04-15T20:56:18.522Z | Compiling utf8parse v0.2.2 |
| 637 | 2026-04-15T20:56:18.584Z | Compiling scopeguard v1.2.0 |
| 638 | 2026-04-15T20:56:18.690Z | Compiling rustix v0.38.44 |
| 639 | 2026-04-15T20:56:18.702Z | Compiling supports-hyperlinks v3.2.0 |
| 640 | 2026-04-15T20:56:18.905Z | Compiling cfg_aliases v0.2.1 |
| 641 | 2026-04-15T20:56:18.931Z | Compiling iri-string v0.7.12 |
| 642 | 2026-04-15T20:56:18.964Z | Compiling unicode-width v0.1.14 |
| 643 | 2026-04-15T20:56:18.980Z | Compiling debug-ignore v1.0.5 |
| 644 | 2026-04-15T20:56:19.034Z | Compiling supports-unicode v3.0.0 |
| 645 | 2026-04-15T20:56:19.088Z | Compiling winnow v1.0.1 |
| 646 | 2026-04-15T20:56:19.210Z | Compiling ryu v1.0.23 |
| 647 | 2026-04-15T20:56:19.272Z | Compiling miette v7.6.0 |
| 648 | 2026-04-15T20:56:19.506Z | Compiling serde_urlencoded v0.7.1 |
| 649 | 2026-04-15T20:56:19.880Z | Compiling nix v0.30.1 |
| 650 | 2026-04-15T20:56:20.090Z | Compiling lock_api v0.4.14 |
| 651 | 2026-04-15T20:56:20.262Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 652 | 2026-04-15T20:56:20.335Z | Compiling petgraph v0.8.3 |
| 653 | 2026-04-15T20:56:20.535Z | Compiling tower-http v0.6.8 |
| 654 | 2026-04-15T20:56:21.488Z | Compiling anstyle-parse v1.0.0 |
| 655 | 2026-04-15T20:56:21.580Z | Compiling tracing-subscriber v0.3.23 |
| 656 | 2026-04-15T20:56:21.598Z | Compiling sigchld v0.2.4 |
| 657 | 2026-04-15T20:56:21.709Z | Compiling cargo_metadata v0.23.1 |
| 658 | 2026-04-15T20:56:21.785Z | Compiling toml v0.8.23 |
| 659 | 2026-04-15T20:56:22.283Z | Compiling hyper-rustls v0.27.9 |
| 660 | 2026-04-15T20:56:22.995Z | Compiling serde-value v0.7.0 |
| 661 | 2026-04-15T20:56:23.428Z | Compiling serde-untagged v0.1.9 |
| 662 | 2026-04-15T20:56:23.939Z | Compiling derive_more-impl v2.1.1 |
| 663 | 2026-04-15T20:56:24.746Z | Compiling itertools v0.14.0 |
| 664 | 2026-04-15T20:56:24.818Z | Compiling crypto-common v0.1.7 |
| 665 | 2026-04-15T20:56:24.831Z | Compiling block-buffer v0.10.4 |
| 666 | 2026-04-15T20:56:24.955Z | Compiling regex v1.12.3 |
| 667 | 2026-04-15T20:56:24.977Z | Compiling ppv-lite86 v0.2.21 |
| 668 | 2026-04-15T20:56:25.059Z | Compiling futures-executor v0.3.32 |
| 669 | 2026-04-15T20:56:25.087Z | Compiling rand_core v0.9.5 |
| 670 | 2026-04-15T20:56:25.294Z | Compiling pin-project-internal v1.1.11 |
| 671 | 2026-04-15T20:56:25.332Z | Compiling http-body-util v0.1.3 |
| 672 | 2026-04-15T20:56:25.593Z | Compiling uuid v1.23.0 |
| 673 | 2026-04-15T20:56:25.606Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 674 | 2026-04-15T20:56:26.015Z | Compiling smol_str v0.3.6 |
| 675 | 2026-04-15T20:56:26.129Z | Compiling serde_spanned v1.1.1 |
| 676 | 2026-04-15T20:56:26.214Z | Compiling filetime v0.2.27 |
| 677 | 2026-04-15T20:56:26.291Z | Compiling vte v0.14.1 |
| 678 | 2026-04-15T20:56:26.336Z | Compiling bstr v1.12.1 |
| 679 | 2026-04-15T20:56:26.354Z | Compiling number_prefix v0.4.0 |
| 680 | 2026-04-15T20:56:26.410Z | Compiling unicase v2.9.0 |
| 681 | 2026-04-15T20:56:26.500Z | Compiling color-spantrace v0.3.0 |
| 682 | 2026-04-15T20:56:26.512Z | Compiling tinyvec_macros v0.1.1 |
| 683 | 2026-04-15T20:56:26.569Z | Compiling nested v0.1.1 |
| 684 | 2026-04-15T20:56:26.582Z | Compiling xattr v1.6.1 |
| 685 | 2026-04-15T20:56:26.595Z | Compiling anstyle-query v1.1.5 |
| 686 | 2026-04-15T20:56:26.699Z | Compiling is_terminal_polyfill v1.70.2 |
| 687 | 2026-04-15T20:56:26.762Z | Compiling litrs v1.0.0 |
| 688 | 2026-04-15T20:56:26.765Z | Compiling self_update v0.42.0 |
| 689 | 2026-04-15T20:56:26.789Z | Compiling eyre v0.6.12 |
| 690 | 2026-04-15T20:56:26.793Z | Compiling static_assertions v1.1.0 |
| 691 | 2026-04-15T20:56:26.916Z | Compiling iana-time-zone v0.1.65 |
| 692 | 2026-04-15T20:56:26.994Z | Compiling unicode-xid v0.2.6 |
| 693 | 2026-04-15T20:56:27.006Z | Compiling anstyle v1.0.14 |
| 694 | 2026-04-15T20:56:27.081Z | Compiling colorchoice v1.0.5 |
| 695 | 2026-04-15T20:56:27.201Z | Compiling anstream v1.0.0 |
| 696 | 2026-04-15T20:56:27.205Z | Compiling document-features v0.2.12 |
| 697 | 2026-04-15T20:56:27.246Z | Compiling cargo-util-schemas v0.2.0 |
| 698 | 2026-04-15T20:56:27.261Z | Compiling chrono v0.4.44 |
| 699 | 2026-04-15T20:56:27.437Z | Compiling guppy v0.17.25 |
| 700 | 2026-04-15T20:56:27.735Z | Compiling globset v0.4.18 |
| 701 | 2026-04-15T20:56:27.746Z | Compiling tar v0.4.45 |
| 702 | 2026-04-15T20:56:28.529Z | Compiling tinyvec v1.11.0 |
| 703 | 2026-04-15T20:56:28.975Z | Compiling indicatif v0.17.11 |
| 704 | 2026-04-15T20:56:29.568Z | Compiling strip-ansi-escapes v0.2.1 |
| 705 | 2026-04-15T20:56:29.676Z | Compiling pin-project v1.1.11 |
| 706 | 2026-04-15T20:56:29.786Z | Compiling toml v1.1.2+spec-1.1.0 |
| 707 | 2026-04-15T20:56:30.073Z | Compiling nextest-metadata v0.12.2 |
| 708 | 2026-04-15T20:56:30.325Z | Compiling newtype-uuid v1.3.2 |
| 709 | 2026-04-15T20:56:30.532Z | Compiling reqwest v0.12.28 |
| 710 | 2026-04-15T20:56:30.595Z | Compiling rand_chacha v0.9.0 |
| 711 | 2026-04-15T20:56:30.976Z | Compiling futures v0.3.32 |
| 712 | 2026-04-15T20:56:31.064Z | Compiling digest v0.10.7 |
| 713 | 2026-04-15T20:56:31.148Z | Compiling parking_lot v0.12.5 |
| 714 | 2026-04-15T20:56:31.285Z | Compiling derive_more v2.1.1 |
| 715 | 2026-04-15T20:56:31.367Z | Compiling flate2 v1.1.9 |
| 716 | 2026-04-15T20:56:31.916Z | Compiling tracing-error v0.2.1 |
| 717 | 2026-04-15T20:56:32.049Z | Compiling shared_child v1.1.1 |
| 718 | 2026-04-15T20:56:32.391Z | Compiling signal-hook-mio v0.2.5 |
| 719 | 2026-04-15T20:56:32.483Z | Compiling self-replace v1.5.0 |
| 720 | 2026-04-15T20:56:32.524Z | Compiling cargo-platform v0.2.0 |
| 721 | 2026-04-15T20:56:32.777Z | Compiling quick-xml v0.37.5 |
| 722 | 2026-04-15T20:56:33.036Z | Compiling quick-xml v0.38.4 |
| 723 | 2026-04-15T20:56:33.083Z | Compiling humantime v2.3.0 |
| 724 | 2026-04-15T20:56:33.446Z | Compiling clap_lex v1.1.0 |
| 725 | 2026-04-15T20:56:33.533Z | Compiling shell-words v1.1.1 |
| 726 | 2026-04-15T20:56:33.778Z | Compiling indenter v0.3.4 |
| 727 | 2026-04-15T20:56:33.910Z | Compiling heck v0.5.0 |
| 728 | 2026-04-15T20:56:34.113Z | Compiling strsim v0.11.1 |
| 729 | 2026-04-15T20:56:34.284Z | Compiling recursion v0.5.4 |
| 730 | 2026-04-15T20:56:34.306Z | Compiling urlencoding v2.1.3 |
| 731 | 2026-04-15T20:56:34.427Z | Compiling cpufeatures v0.2.17 |
| 732 | 2026-04-15T20:56:34.506Z | Compiling sha2 v0.10.9 |
| 733 | 2026-04-15T20:56:34.607Z | Compiling nextest-filtering v0.15.0 |
| 734 | 2026-04-15T20:56:34.950Z | Compiling clap_builder v4.6.0 |
| 735 | 2026-04-15T20:56:35.232Z | Compiling clap_derive v4.6.1 |
| 736 | 2026-04-15T20:56:36.229Z | Compiling quick-junit v0.5.2 |
| 737 | 2026-04-15T20:56:36.997Z | Compiling humantime-serde v1.1.1 |
| 738 | 2026-04-15T20:56:37.161Z | Compiling atomicwrites v0.4.4 |
| 739 | 2026-04-15T20:56:37.457Z | Compiling cargo_metadata v0.20.0 |
| 740 | 2026-04-15T20:56:38.571Z | Compiling cargo-nextest v0.9.97 |
| 741 | 2026-04-15T20:56:38.878Z | Compiling crossterm v0.29.0 |
| 742 | 2026-04-15T20:56:39.343Z | Compiling duct v0.13.7 |
| 743 | 2026-04-15T20:56:41.027Z | Compiling zstd v0.13.3 |
| 744 | 2026-04-15T20:56:41.137Z | Compiling async-scoped v0.9.0 |
| 745 | 2026-04-15T20:56:41.332Z | Compiling rand v0.9.4 |
| 746 | 2026-04-15T20:56:41.450Z | Compiling config v0.15.22 |
| 747 | 2026-04-15T20:56:41.546Z | Compiling unicode-normalization v0.1.25 |
| 748 | 2026-04-15T20:56:41.894Z | Compiling target-spec-miette v0.4.6 |
| 749 | 2026-04-15T20:56:42.080Z | Compiling future-queue v0.4.0 |
| 750 | 2026-04-15T20:56:42.101Z | Compiling mukti-metadata v0.3.0 |
| 751 | 2026-04-15T20:56:42.122Z | Compiling tokio-stream v0.1.18 |
| 752 | 2026-04-15T20:56:42.305Z | Compiling camino-tempfile v1.4.1 |
| 753 | 2026-04-15T20:56:42.352Z | Compiling derive-where v1.6.1 |
| 754 | 2026-04-15T20:56:42.588Z | Compiling serde_path_to_error v0.1.20 |
| 755 | 2026-04-15T20:56:42.599Z | Compiling serde_ignored v0.1.14 |
| 756 | 2026-04-15T20:56:42.641Z | Compiling hex v0.4.3 |
| 757 | 2026-04-15T20:56:42.819Z | Compiling xxhash-rust v0.8.15 |
| 758 | 2026-04-15T20:56:42.860Z | Compiling swrite v0.1.0 |
| 759 | 2026-04-15T20:56:42.928Z | Compiling indent_write v2.2.0 |
| 760 | 2026-04-15T20:56:42.970Z | Compiling home v0.5.12 |
| 761 | 2026-04-15T20:56:42.999Z | Compiling color-eyre v0.6.5 |
| 762 | 2026-04-15T20:56:43.048Z | Compiling clap v4.6.1 |
| 763 | 2026-04-15T20:56:43.078Z | Compiling dialoguer v0.11.0 |
| 764 | 2026-04-15T20:56:43.131Z | Compiling enable-ansi-support v0.2.1 |
| 765 | 2026-04-15T20:56:43.582Z | Compiling nextest-runner v0.80.0 |
| 766 | 2026-04-15T20:57:01.901Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 767 | 2026-04-15T20:57:02.087Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 768 | 2026-04-15T20:57:02.091Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 769 | 2026-04-15T20:57:02.213Z | + banner bfd |
| 770 | 2026-04-15T20:57:02.217Z | |
| 771 | 2026-04-15T20:57:02.217Z | ##### ###### ##### |
| 772 | 2026-04-15T20:57:02.217Z | # # # # # |
| 773 | 2026-04-15T20:57:02.217Z | ##### ##### # # |
| 774 | 2026-04-15T20:57:02.217Z | # # # # # |
| 775 | 2026-04-15T20:57:02.217Z | # # # # # |
| 776 | 2026-04-15T20:57:02.217Z | ##### # ##### |
| 777 | 2026-04-15T20:57:02.217Z | |
| 778 | 2026-04-15T20:57:02.217Z | + cargo nextest run -p bfd --nocapture |
| 779 | 2026-04-15T20:57:02.376Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 780 | 2026-04-15T20:57:02.977Z | From https://github.com/oxidecomputer/falcon |
| 781 | 2026-04-15T20:57:02.977Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 782 | 2026-04-15T20:57:03.053Z | Updating crates.io index |
| 783 | 2026-04-15T20:57:03.093Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 784 | 2026-04-15T20:57:03.831Z | From https://github.com/oxidecomputer/dendrite |
| 785 | 2026-04-15T20:57:03.831Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 786 | 2026-04-15T20:57:03.896Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 787 | 2026-04-15T20:57:04.164Z | From https://github.com/oxidecomputer/ispf |
| 788 | 2026-04-15T20:57:04.164Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 789 | 2026-04-15T20:57:04.170Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 790 | 2026-04-15T20:57:04.491Z | From https://github.com/oxidecomputer/netadm-sys |
| 791 | 2026-04-15T20:57:04.491Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 792 | 2026-04-15T20:57:04.499Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 793 | 2026-04-15T20:57:12.230Z | From https://github.com/oxidecomputer/omicron |
| 794 | 2026-04-15T20:57:12.230Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 795 | 2026-04-15T20:57:12.624Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 796 | 2026-04-15T20:57:13.241Z | From https://github.com/oxidecomputer/opte |
| 797 | 2026-04-15T20:57:13.241Z | * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc |
| 798 | 2026-04-15T20:57:13.328Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 799 | 2026-04-15T20:57:13.563Z | From https://github.com/illumos/smf-rs |
| 800 | 2026-04-15T20:57:13.563Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 801 | 2026-04-15T20:57:13.627Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 802 | 2026-04-15T20:57:13.887Z | From https://github.com/oxidecomputer/network-interface |
| 803 | 2026-04-15T20:57:13.887Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 804 | 2026-04-15T20:57:13.912Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 805 | 2026-04-15T20:57:14.153Z | From https://github.com/oxidecomputer/zone |
| 806 | 2026-04-15T20:57:14.153Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 807 | 2026-04-15T20:57:14.275Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 808 | 2026-04-15T20:57:15.451Z | From https://github.com/oxidecomputer/propolis |
| 809 | 2026-04-15T20:57:15.451Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 810 | 2026-04-15T20:57:15.527Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 811 | 2026-04-15T20:57:16.013Z | From https://github.com/oxidecomputer/transceiver-control |
| 812 | 2026-04-15T20:57:16.013Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 813 | 2026-04-15T20:57:16.023Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 814 | 2026-04-15T20:57:16.268Z | From https://github.com/oxidecomputer/dlpi-sys |
| 815 | 2026-04-15T20:57:16.269Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 816 | 2026-04-15T20:57:16.284Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 817 | 2026-04-15T20:57:16.560Z | From https://github.com/jmesmon/rust-libzfs |
| 818 | 2026-04-15T20:57:16.560Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 819 | 2026-04-15T20:57:16.568Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 820 | 2026-04-15T20:57:16.834Z | From https://github.com/oxidecomputer/rusty-doors |
| 821 | 2026-04-15T20:57:16.834Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 822 | 2026-04-15T20:57:16.864Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 823 | 2026-04-15T20:57:17.173Z | From https://github.com/oxidecomputer/lldp |
| 824 | 2026-04-15T20:57:17.173Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 825 | 2026-04-15T20:57:17.237Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 826 | 2026-04-15T20:57:17.507Z | From https://github.com/oxidecomputer/slog-error-chain |
| 827 | 2026-04-15T20:57:17.508Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 828 | 2026-04-15T20:57:17.528Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 829 | 2026-04-15T20:57:17.811Z | From https://github.com/oxidecomputer/tufaceous |
| 830 | 2026-04-15T20:57:17.811Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 831 | 2026-04-15T20:57:17.892Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 832 | 2026-04-15T20:57:18.374Z | From https://github.com/oxidecomputer/management-gateway-service |
| 833 | 2026-04-15T20:57:18.374Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 834 | 2026-04-15T20:57:18.400Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 835 | 2026-04-15T20:57:19.261Z | From https://github.com/oxidecomputer/crucible |
| 836 | 2026-04-15T20:57:19.261Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 837 | 2026-04-15T20:57:19.473Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 838 | 2026-04-15T20:57:19.714Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 839 | 2026-04-15T20:57:19.714Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 840 | 2026-04-15T20:57:20.098Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 841 | 2026-04-15T20:57:20.488Z | From https://github.com/oxidecomputer/propolis |
| 842 | 2026-04-15T20:57:20.488Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 843 | 2026-04-15T20:57:20.571Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 844 | 2026-04-15T20:57:20.820Z | From https://github.com/oxidecomputer/tofino |
| 845 | 2026-04-15T20:57:20.820Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 846 | 2026-04-15T20:57:20.849Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 847 | 2026-04-15T20:57:21.362Z | From https://github.com/oxidecomputer/maghemite |
| 848 | 2026-04-15T20:57:21.362Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 849 | 2026-04-15T20:57:21.457Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 850 | 2026-04-15T20:57:21.704Z | From https://github.com/oxidecomputer/clickward |
| 851 | 2026-04-15T20:57:21.704Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 852 | 2026-04-15T20:57:21.959Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 853 | 2026-04-15T20:57:22.262Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 854 | 2026-04-15T20:57:22.262Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 855 | 2026-04-15T20:57:22.459Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 856 | 2026-04-15T20:57:22.787Z | From https://github.com/oxidecomputer/crucible |
| 857 | 2026-04-15T20:57:22.787Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 858 | 2026-04-15T20:57:23.876Z | Downloading crates ... |
| 859 | 2026-04-15T20:57:23.977Z | Downloaded aead v0.5.2 |
| 860 | 2026-04-15T20:57:23.985Z | Downloaded bytecount v0.6.9 |
| 861 | 2026-04-15T20:57:23.991Z | Downloaded backon v1.6.0 |
| 862 | 2026-04-15T20:57:23.995Z | Downloaded ciborium-ll v0.2.2 |
| 863 | 2026-04-15T20:57:24.004Z | Downloaded deranged v0.5.8 |
| 864 | 2026-04-15T20:57:24.009Z | Downloaded async-compression v0.4.41 |
| 865 | 2026-04-15T20:57:24.010Z | Downloaded base16ct v1.0.0 |
| 866 | 2026-04-15T20:57:24.016Z | Downloaded constant_time_eq v0.4.2 |
| 867 | 2026-04-15T20:57:24.016Z | Downloaded crossbeam-utils v0.8.21 |
| 868 | 2026-04-15T20:57:24.019Z | Downloaded cancel-safe-futures v0.1.5 |
| 869 | 2026-04-15T20:57:24.019Z | Downloaded bit-vec v0.8.0 |
| 870 | 2026-04-15T20:57:24.019Z | Downloaded fixedbitset v0.4.2 |
| 871 | 2026-04-15T20:57:24.031Z | Downloaded foldhash v0.2.0 |
| 872 | 2026-04-15T20:57:24.034Z | Downloaded ciborium-io v0.2.2 |
| 873 | 2026-04-15T20:57:24.034Z | Downloaded blake2 v0.10.6 |
| 874 | 2026-04-15T20:57:24.034Z | Downloaded bit-set v0.8.0 |
| 875 | 2026-04-15T20:57:24.034Z | Downloaded heck v0.4.1 |
| 876 | 2026-04-15T20:57:24.037Z | Downloaded embedded-io v0.6.1 |
| 877 | 2026-04-15T20:57:24.037Z | Downloaded compression-core v0.4.31 |
| 878 | 2026-04-15T20:57:24.042Z | Downloaded hostname v0.3.1 |
| 879 | 2026-04-15T20:57:24.042Z | Downloaded git-stub v1.0.0 |
| 880 | 2026-04-15T20:57:24.042Z | Downloaded darling_core v0.21.3 |
| 881 | 2026-04-15T20:57:24.047Z | Downloaded heapless v0.8.0 |
| 882 | 2026-04-15T20:57:24.052Z | Downloaded fs_extra v1.3.0 |
| 883 | 2026-04-15T20:57:24.052Z | Downloaded gethostname v0.5.0 |
| 884 | 2026-04-15T20:57:24.052Z | Downloaded fs-err v3.3.0 |
| 885 | 2026-04-15T20:57:24.057Z | Downloaded daft-derive v0.1.5 |
| 886 | 2026-04-15T20:57:24.057Z | Downloaded ident_case v1.0.1 |
| 887 | 2026-04-15T20:57:24.061Z | Downloaded group v0.13.0 |
| 888 | 2026-04-15T20:57:24.061Z | Downloaded hubpack v0.1.2 |
| 889 | 2026-04-15T20:57:24.061Z | Downloaded highway v1.3.0 |
| 890 | 2026-04-15T20:57:24.064Z | Downloaded foreign-types v0.5.0 |
| 891 | 2026-04-15T20:57:24.064Z | Downloaded fastrand v2.3.0 |
| 892 | 2026-04-15T20:57:24.064Z | Downloaded hostname v0.4.2 |
| 893 | 2026-04-15T20:57:24.068Z | Downloaded no-std-compat v0.4.1 |
| 894 | 2026-04-15T20:57:24.068Z | Downloaded memmap v0.7.0 |
| 895 | 2026-04-15T20:57:24.068Z | Downloaded foreign-types-macros v0.2.3 |
| 896 | 2026-04-15T20:57:24.072Z | Downloaded data-encoding v2.10.0 |
| 897 | 2026-04-15T20:57:24.072Z | Downloaded cipher v0.4.4 |
| 898 | 2026-04-15T20:57:24.075Z | Downloaded crucible-workspace-hack v0.1.0 |
| 899 | 2026-04-15T20:57:24.075Z | Downloaded icu_normalizer v2.1.1 |
| 900 | 2026-04-15T20:57:24.079Z | Downloaded cstr-argument v0.1.2 |
| 901 | 2026-04-15T20:57:24.079Z | Downloaded hmac v0.12.1 |
| 902 | 2026-04-15T20:57:24.079Z | Downloaded dunce v1.0.5 |
| 903 | 2026-04-15T20:57:24.083Z | Downloaded erased-serde v0.3.31 |
| 904 | 2026-04-15T20:57:24.083Z | Downloaded num-derive v0.4.2 |
| 905 | 2026-04-15T20:57:24.087Z | Downloaded darling_macro v0.21.3 |
| 906 | 2026-04-15T20:57:24.087Z | Downloaded inout v0.1.4 |
| 907 | 2026-04-15T20:57:24.087Z | Downloaded convert_case v0.4.0 |
| 908 | 2026-04-15T20:57:24.090Z | Downloaded base16ct v0.2.0 |
| 909 | 2026-04-15T20:57:24.090Z | Downloaded async-recursion v1.1.1 |
| 910 | 2026-04-15T20:57:24.094Z | Downloaded newtype_derive v0.1.6 |
| 911 | 2026-04-15T20:57:24.094Z | Downloaded match_cfg v0.1.0 |
| 912 | 2026-04-15T20:57:24.094Z | Downloaded float-ord v0.3.2 |
| 913 | 2026-04-15T20:57:24.099Z | Downloaded const-random v0.1.18 |
| 914 | 2026-04-15T20:57:24.099Z | Downloaded byte-wrapper v0.1.0 |
| 915 | 2026-04-15T20:57:24.099Z | Downloaded cargo_toml v0.22.3 |
| 916 | 2026-04-15T20:57:24.104Z | Downloaded bcs v0.1.6 |
| 917 | 2026-04-15T20:57:24.104Z | Downloaded backoff v0.4.0 |
| 918 | 2026-04-15T20:57:24.104Z | Downloaded glob v0.3.3 |
| 919 | 2026-04-15T20:57:24.107Z | Downloaded defmt-parser v1.0.0 |
| 920 | 2026-04-15T20:57:24.107Z | Downloaded num-iter v0.1.45 |
| 921 | 2026-04-15T20:57:24.107Z | Downloaded critical-section v1.2.0 |
| 922 | 2026-04-15T20:57:24.111Z | Downloaded newtype-uuid-macros v0.1.0 |
| 923 | 2026-04-15T20:57:24.111Z | Downloaded dtrace-parser v0.3.0 |
| 924 | 2026-04-15T20:57:24.111Z | Downloaded num-derive v0.3.3 |
| 925 | 2026-04-15T20:57:24.115Z | Downloaded async-stream-impl v0.3.6 |
| 926 | 2026-04-15T20:57:24.115Z | Downloaded const_format_proc_macros v0.2.34 |
| 927 | 2026-04-15T20:57:24.115Z | Downloaded num v0.4.3 |
| 928 | 2026-04-15T20:57:24.118Z | Downloaded defmt v0.3.100 |
| 929 | 2026-04-15T20:57:24.119Z | Downloaded cobs v0.3.0 |
| 930 | 2026-04-15T20:57:24.119Z | Downloaded arrayref v0.3.9 |
| 931 | 2026-04-15T20:57:24.123Z | Downloaded libscf-sys v1.1.0 |
| 932 | 2026-04-15T20:57:24.123Z | Downloaded enum-as-inner v0.6.1 |
| 933 | 2026-04-15T20:57:24.123Z | Downloaded idna_adapter v1.2.1 |
| 934 | 2026-04-15T20:57:24.123Z | Downloaded opaque-debug v0.3.1 |
| 935 | 2026-04-15T20:57:24.126Z | Downloaded byteorder v1.5.0 |
| 936 | 2026-04-15T20:57:24.126Z | Downloaded daft v0.1.5 |
| 937 | 2026-04-15T20:57:24.130Z | Downloaded arrayvec v0.7.6 |
| 938 | 2026-04-15T20:57:24.130Z | Downloaded lru-cache v0.1.2 |
| 939 | 2026-04-15T20:57:24.130Z | Downloaded hubpack_derive v0.1.1 |
| 940 | 2026-04-15T20:57:24.133Z | Downloaded foreign-types-shared v0.3.1 |
| 941 | 2026-04-15T20:57:24.133Z | Downloaded fxhash v0.2.1 |
| 942 | 2026-04-15T20:57:24.133Z | Downloaded const-random-macro v0.1.16 |
| 943 | 2026-04-15T20:57:24.133Z | Downloaded num-conv v0.2.1 |
| 944 | 2026-04-15T20:57:24.137Z | Downloaded mime v0.3.17 |
| 945 | 2026-04-15T20:57:24.137Z | Downloaded macaddr v1.0.1 |
| 946 | 2026-04-15T20:57:24.137Z | Downloaded ff v0.13.1 |
| 947 | 2026-04-15T20:57:24.141Z | Downloaded dof v0.4.0 |
| 948 | 2026-04-15T20:57:24.141Z | Downloaded async-stream v0.3.6 |
| 949 | 2026-04-15T20:57:24.144Z | Downloaded dtrace-parser v0.2.0 |
| 950 | 2026-04-15T20:57:24.144Z | Downloaded num_threads v0.1.7 |
| 951 | 2026-04-15T20:57:24.145Z | Downloaded olpc-cjson v0.1.4 |
| 952 | 2026-04-15T20:57:24.145Z | Downloaded managed v0.8.0 |
| 953 | 2026-04-15T20:57:24.148Z | Downloaded newline-converter v0.3.0 |
| 954 | 2026-04-15T20:57:24.148Z | Downloaded is-terminal v0.4.17 |
| 955 | 2026-04-15T20:57:24.148Z | Downloaded memoffset v0.9.1 |
| 956 | 2026-04-15T20:57:24.152Z | Downloaded internet-checksum v0.2.1 |
| 957 | 2026-04-15T20:57:24.152Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 958 | 2026-04-15T20:57:24.152Z | Downloaded anyhow v1.0.102 |
| 959 | 2026-04-15T20:57:24.157Z | Downloaded natord v1.0.9 |
| 960 | 2026-04-15T20:57:24.158Z | Downloaded litemap v0.8.1 |
| 961 | 2026-04-15T20:57:24.161Z | Downloaded instant v0.1.13 |
| 962 | 2026-04-15T20:57:24.161Z | Downloaded httpdate v1.0.3 |
| 963 | 2026-04-15T20:57:24.161Z | Downloaded csv-core v0.1.13 |
| 964 | 2026-04-15T20:57:24.161Z | Downloaded crossbeam-deque v0.8.6 |
| 965 | 2026-04-15T20:57:24.161Z | Downloaded compression-codecs v0.4.37 |
| 966 | 2026-04-15T20:57:24.166Z | Downloaded chacha20 v0.9.1 |
| 967 | 2026-04-15T20:57:24.166Z | Downloaded cmake v0.1.58 |
| 968 | 2026-04-15T20:57:24.170Z | Downloaded drift v0.1.3 |
| 969 | 2026-04-15T20:57:24.170Z | Downloaded linear-map v1.2.0 |
| 970 | 2026-04-15T20:57:24.174Z | Downloaded parse-display v0.10.0 |
| 971 | 2026-04-15T20:57:24.174Z | Downloaded num_enum_derive v0.5.11 |
| 972 | 2026-04-15T20:57:24.174Z | Downloaded cookie v0.18.1 |
| 973 | 2026-04-15T20:57:24.177Z | Downloaded ciborium v0.2.2 |
| 974 | 2026-04-15T20:57:24.177Z | Downloaded omicron-workspace-hack v0.1.0 |
| 975 | 2026-04-15T20:57:24.177Z | Downloaded keccak v0.1.6 |
| 976 | 2026-04-15T20:57:24.177Z | Downloaded darling_macro v0.23.0 |
| 977 | 2026-04-15T20:57:24.181Z | Downloaded crc8 v0.1.1 |
| 978 | 2026-04-15T20:57:24.181Z | Downloaded dof v0.3.0 |
| 979 | 2026-04-15T20:57:24.181Z | Downloaded crunchy v0.2.4 |
| 980 | 2026-04-15T20:57:24.181Z | Downloaded cpufeatures v0.3.0 |
| 981 | 2026-04-15T20:57:24.185Z | Downloaded phf_shared v0.12.1 |
| 982 | 2026-04-15T20:57:24.185Z | Downloaded embedded-io v0.4.0 |
| 983 | 2026-04-15T20:57:24.185Z | Downloaded dyn-clone v1.0.20 |
| 984 | 2026-04-15T20:57:24.190Z | Downloaded hash32 v0.3.1 |
| 985 | 2026-04-15T20:57:24.190Z | Downloaded num-rational v0.4.2 |
| 986 | 2026-04-15T20:57:24.190Z | Downloaded derive-ex v0.1.8 |
| 987 | 2026-04-15T20:57:24.194Z | Downloaded proc-macro-error-attr v1.0.4 |
| 988 | 2026-04-15T20:57:24.194Z | Downloaded proc-macro-crate v3.5.0 |
| 989 | 2026-04-15T20:57:24.194Z | Downloaded libsw-core v0.3.2 |
| 990 | 2026-04-15T20:57:24.194Z | Downloaded ingot v0.1.1 |
| 991 | 2026-04-15T20:57:24.198Z | Downloaded git-stub-vcs v0.1.0 |
| 992 | 2026-04-15T20:57:24.198Z | Downloaded proc-macro-crate v1.3.1 |
| 993 | 2026-04-15T20:57:24.198Z | Downloaded num_enum v0.7.6 |
| 994 | 2026-04-15T20:57:24.202Z | Downloaded pretty-hex v0.4.2 |
| 995 | 2026-04-15T20:57:24.202Z | Downloaded potential_utf v0.1.4 |
| 996 | 2026-04-15T20:57:24.202Z | Downloaded plain v0.2.3 |
| 997 | 2026-04-15T20:57:24.205Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 998 | 2026-04-15T20:57:24.205Z | Downloaded num-integer v0.1.46 |
| 999 | 2026-04-15T20:57:24.206Z | Downloaded num_enum v0.5.11 |
| 1000 | 2026-04-15T20:57:24.209Z | Downloaded hyper-rustls v0.27.7 |
| 1001 | 2026-04-15T20:57:24.213Z | Downloaded bitflags v1.3.2 |
| 1002 | 2026-04-15T20:57:24.213Z | Downloaded progenitor-client v0.10.0 |
| 1003 | 2026-04-15T20:57:24.216Z | Downloaded ipnetwork v0.21.1 |
| 1004 | 2026-04-15T20:57:24.216Z | Downloaded argon2 v0.5.3 |
| 1005 | 2026-04-15T20:57:24.216Z | Downloaded libsw v3.5.0 |
| 1006 | 2026-04-15T20:57:24.222Z | Downloaded progenitor-client v0.11.2 |
| 1007 | 2026-04-15T20:57:24.222Z | Downloaded num_enum_derive v0.7.6 |
| 1008 | 2026-04-15T20:57:24.225Z | Downloaded darling v0.21.3 |
| 1009 | 2026-04-15T20:57:24.225Z | Downloaded num-complex v0.4.6 |
| 1010 | 2026-04-15T20:57:24.225Z | Downloaded multer v3.1.0 |
| 1011 | 2026-04-15T20:57:24.228Z | Downloaded linked-hash-map v0.5.6 |
| 1012 | 2026-04-15T20:57:24.229Z | Downloaded diff v0.1.13 |
| 1013 | 2026-04-15T20:57:24.232Z | Downloaded progenitor-macro v0.13.0 |
| 1014 | 2026-04-15T20:57:24.232Z | Downloaded defmt-macros v1.0.1 |
| 1015 | 2026-04-15T20:57:24.237Z | Downloaded colored v3.1.1 |
| 1016 | 2026-04-15T20:57:24.237Z | Downloaded rand_chacha v0.3.1 |
| 1017 | 2026-04-15T20:57:24.237Z | Downloaded quick-error v1.2.3 |
| 1018 | 2026-04-15T20:57:24.241Z | Downloaded progenitor-macro v0.11.2 |
| 1019 | 2026-04-15T20:57:24.241Z | Downloaded progenitor-macro v0.10.0 |
| 1020 | 2026-04-15T20:57:24.241Z | Downloaded ref-cast v1.0.25 |
| 1021 | 2026-04-15T20:57:24.241Z | Downloaded rand_xorshift v0.4.0 |
| 1022 | 2026-04-15T20:57:24.241Z | Downloaded dropshot_endpoint v0.16.7 |
| 1023 | 2026-04-15T20:57:24.244Z | Downloaded ref-cast-impl v1.0.25 |
| 1024 | 2026-04-15T20:57:24.244Z | Downloaded base64 v0.21.7 |
| 1025 | 2026-04-15T20:57:24.248Z | Downloaded pem v3.0.6 |
| 1026 | 2026-04-15T20:57:24.252Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1027 | 2026-04-15T20:57:24.255Z | Downloaded async-trait v0.1.89 |
| 1028 | 2026-04-15T20:57:24.259Z | Downloaded parking_lot_core v0.8.6 |
| 1029 | 2026-04-15T20:57:24.264Z | Downloaded parse-display-derive v0.10.0 |
| 1030 | 2026-04-15T20:57:24.264Z | Downloaded oxnet v0.1.4 |
| 1031 | 2026-04-15T20:57:24.264Z | Downloaded clap_derive v4.6.0 |
| 1032 | 2026-04-15T20:57:24.268Z | Downloaded rustc_version v0.1.7 |
| 1033 | 2026-04-15T20:57:24.272Z | Downloaded same-file v1.0.6 |
| 1034 | 2026-04-15T20:57:24.275Z | Downloaded serial_test v3.4.0 |
| 1035 | 2026-04-15T20:57:24.275Z | Downloaded semver v0.1.20 |
| 1036 | 2026-04-15T20:57:24.275Z | Downloaded scroll_derive v0.13.1 |
| 1037 | 2026-04-15T20:57:24.275Z | Downloaded serde-big-array v0.5.1 |
| 1038 | 2026-04-15T20:57:24.279Z | Downloaded hickory-resolver v0.24.4 |
| 1039 | 2026-04-15T20:57:24.279Z | Downloaded poly1305 v0.8.0 |
| 1040 | 2026-04-15T20:57:24.285Z | Downloaded pkg-config v0.3.32 |
| 1041 | 2026-04-15T20:57:24.285Z | Downloaded progenitor v0.13.0 |
| 1042 | 2026-04-15T20:57:24.285Z | Downloaded progenitor v0.11.2 |
| 1043 | 2026-04-15T20:57:24.289Z | Downloaded phf v0.12.1 |
| 1044 | 2026-04-15T20:57:24.289Z | Downloaded progenitor v0.10.0 |
| 1045 | 2026-04-15T20:57:24.289Z | Downloaded powerfmt v0.2.0 |
| 1046 | 2026-04-15T20:57:24.289Z | Downloaded ingot-types v0.1.2 |
| 1047 | 2026-04-15T20:57:24.289Z | Downloaded displaydoc v0.2.5 |
| 1048 | 2026-04-15T20:57:24.293Z | Downloaded darling v0.23.0 |
| 1049 | 2026-04-15T20:57:24.293Z | Downloaded serde_repr v0.1.20 |
| 1050 | 2026-04-15T20:57:24.297Z | Downloaded serde_plain v1.0.2 |
| 1051 | 2026-04-15T20:57:24.297Z | Downloaded progenitor-client v0.13.0 |
| 1052 | 2026-04-15T20:57:24.297Z | Downloaded omicron-zone-package v0.12.2 |
| 1053 | 2026-04-15T20:57:24.300Z | Downloaded proc-macro-error2 v2.0.1 |
| 1054 | 2026-04-15T20:57:24.300Z | Downloaded siphasher v1.0.2 |
| 1055 | 2026-04-15T20:57:24.300Z | Downloaded memmap2 v0.9.10 |
| 1056 | 2026-04-15T20:57:24.304Z | Downloaded slog-bunyan v2.5.0 |
| 1057 | 2026-04-15T20:57:24.304Z | Downloaded slog-envlogger v2.2.0 |
| 1058 | 2026-04-15T20:57:24.304Z | Downloaded console v0.16.3 |
| 1059 | 2026-04-15T20:57:24.307Z | Downloaded allocator-api2 v0.2.21 |
| 1060 | 2026-04-15T20:57:24.307Z | Downloaded clap v4.6.0 |
| 1061 | 2026-04-15T20:57:24.311Z | Downloaded sigpipe v0.1.3 |
| 1062 | 2026-04-15T20:57:24.315Z | Downloaded sha1 v0.10.6 |
| 1063 | 2026-04-15T20:57:24.315Z | Downloaded serial_test_derive v3.4.0 |
| 1064 | 2026-04-15T20:57:24.315Z | Downloaded icu_provider v2.1.1 |
| 1065 | 2026-04-15T20:57:24.319Z | Downloaded serde_spanned v1.1.0 |
| 1066 | 2026-04-15T20:57:24.319Z | Downloaded elliptic-curve v0.13.8 |
| 1067 | 2026-04-15T20:57:24.323Z | Downloaded resolv-conf v0.7.6 |
| 1068 | 2026-04-15T20:57:24.323Z | Downloaded progenitor-extras v0.1.1 |
| 1069 | 2026-04-15T20:57:24.323Z | Downloaded crossbeam-epoch v0.9.18 |
| 1070 | 2026-04-15T20:57:24.323Z | Downloaded bitflags v2.11.0 |
| 1071 | 2026-04-15T20:57:24.326Z | Downloaded scroll_derive v0.12.1 |
| 1072 | 2026-04-15T20:57:24.326Z | Downloaded strum v0.26.3 |
| 1073 | 2026-04-15T20:57:24.333Z | Downloaded structmeta-derive v0.3.0 |
| 1074 | 2026-04-15T20:57:24.333Z | Downloaded parking_lot v0.11.2 |
| 1075 | 2026-04-15T20:57:24.333Z | Downloaded paste v1.0.15 |
| 1076 | 2026-04-15T20:57:24.337Z | Downloaded rand_core v0.10.0 |
| 1077 | 2026-04-15T20:57:24.337Z | Downloaded smawk v0.3.2 |
| 1078 | 2026-04-15T20:57:24.337Z | Downloaded icu_locale_core v2.1.1 |
| 1079 | 2026-04-15T20:57:24.337Z | Downloaded hickory-resolver v0.25.2 |
| 1080 | 2026-04-15T20:57:24.340Z | Downloaded strum v0.27.2 |
| 1081 | 2026-04-15T20:57:24.340Z | Downloaded stable_deref_trait v1.2.1 |
| 1082 | 2026-04-15T20:57:24.340Z | Downloaded spin v0.5.2 |
| 1083 | 2026-04-15T20:57:24.344Z | Downloaded password-hash v0.5.0 |
| 1084 | 2026-04-15T20:57:24.344Z | Downloaded structmeta v0.3.0 |
| 1085 | 2026-04-15T20:57:24.344Z | Downloaded pest_generator v2.8.6 |
| 1086 | 2026-04-15T20:57:24.349Z | Downloaded proc-macro-error v1.0.4 |
| 1087 | 2026-04-15T20:57:24.354Z | Downloaded secrecy v0.10.3 |
| 1088 | 2026-04-15T20:57:24.354Z | Downloaded scroll v0.12.0 |
| 1089 | 2026-04-15T20:57:24.354Z | Downloaded rustversion v1.0.22 |
| 1090 | 2026-04-15T20:57:24.354Z | Downloaded scroll v0.13.0 |
| 1091 | 2026-04-15T20:57:24.358Z | Downloaded rusty-fork v0.3.1 |
| 1092 | 2026-04-15T20:57:24.358Z | Downloaded rustls-pemfile v2.2.0 |
| 1093 | 2026-04-15T20:57:24.358Z | Downloaded take_mut v0.2.2 |
| 1094 | 2026-04-15T20:57:24.358Z | Downloaded tabled_derive v0.7.0 |
| 1095 | 2026-04-15T20:57:24.358Z | Downloaded rustls-native-certs v0.8.3 |
| 1096 | 2026-04-15T20:57:24.358Z | Downloaded tabled_derive v0.11.0 |
| 1097 | 2026-04-15T20:57:24.361Z | Downloaded tagptr v0.2.0 |
| 1098 | 2026-04-15T20:57:24.361Z | Downloaded termtree v0.5.1 |
| 1099 | 2026-04-15T20:57:24.361Z | Downloaded tabwriter v1.4.1 |
| 1100 | 2026-04-15T20:57:24.365Z | Downloaded postcard v1.1.3 |
| 1101 | 2026-04-15T20:57:24.365Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1102 | 2026-04-15T20:57:24.365Z | Downloaded testing_table v0.3.0 |
| 1103 | 2026-04-15T20:57:24.369Z | Downloaded icu_properties v2.1.2 |
| 1104 | 2026-04-15T20:57:24.372Z | Downloaded schemars_derive v0.8.22 |
| 1105 | 2026-04-15T20:57:24.372Z | Downloaded thread-id v5.1.0 |
| 1106 | 2026-04-15T20:57:24.377Z | Downloaded sdd v3.0.10 |
| 1107 | 2026-04-15T20:57:24.377Z | Downloaded time-core v0.1.8 |
| 1108 | 2026-04-15T20:57:24.377Z | Downloaded serde_derive_internals v0.29.1 |
| 1109 | 2026-04-15T20:57:24.380Z | Downloaded derive_more v0.99.20 |
| 1110 | 2026-04-15T20:57:24.380Z | Downloaded chacha20 v0.10.0 |
| 1111 | 2026-04-15T20:57:24.383Z | Downloaded serde_tokenstream v0.2.3 |
| 1112 | 2026-04-15T20:57:24.387Z | Downloaded ingot-macros v0.1.1 |
| 1113 | 2026-04-15T20:57:24.394Z | Downloaded indicatif v0.18.4 |
| 1114 | 2026-04-15T20:57:24.398Z | Downloaded defmt v1.0.1 |
| 1115 | 2026-04-15T20:57:24.398Z | Downloaded darling_core v0.23.0 |
| 1116 | 2026-04-15T20:57:24.402Z | Downloaded slog-async v2.8.0 |
| 1117 | 2026-04-15T20:57:24.405Z | Downloaded slog-json v2.6.1 |
| 1118 | 2026-04-15T20:57:24.405Z | Downloaded slog-dtrace v0.3.0 |
| 1119 | 2026-04-15T20:57:24.409Z | Downloaded dropshot_endpoint v0.17.0 |
| 1120 | 2026-04-15T20:57:24.453Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-04-15T20:57:24.453Z | Downloaded slog-stdlog v4.1.1 |
| 1122 | 2026-04-15T20:57:24.453Z | Downloaded papergrid v0.17.0 |
| 1123 | 2026-04-15T20:57:24.453Z | Downloaded synstructure v0.13.2 |
| 1124 | 2026-04-15T20:57:24.453Z | Downloaded slog-scope v4.4.1 |
| 1125 | 2026-04-15T20:57:24.453Z | Downloaded rhai_codegen v3.1.0 |
| 1126 | 2026-04-15T20:57:24.453Z | Downloaded topological-sort v0.2.2 |
| 1127 | 2026-04-15T20:57:24.453Z | Downloaded strum_macros v0.27.2 |
| 1128 | 2026-04-15T20:57:24.453Z | Downloaded indexmap v1.9.3 |
| 1129 | 2026-04-15T20:57:24.453Z | Downloaded typify-macro v0.6.1 |
| 1130 | 2026-04-15T20:57:24.453Z | Downloaded typify-macro v0.4.3 |
| 1131 | 2026-04-15T20:57:24.454Z | Downloaded slog-term v2.9.2 |
| 1132 | 2026-04-15T20:57:24.454Z | Downloaded untrusted v0.7.1 |
| 1133 | 2026-04-15T20:57:24.454Z | Downloaded pest_derive v2.8.6 |
| 1134 | 2026-04-15T20:57:24.454Z | Downloaded universal-hash v0.5.1 |
| 1135 | 2026-04-15T20:57:24.454Z | Downloaded papergrid v0.11.0 |
| 1136 | 2026-04-15T20:57:24.454Z | Downloaded icu_normalizer_data v2.1.1 |
| 1137 | 2026-04-15T20:57:24.454Z | Downloaded icu_collections v2.1.1 |
| 1138 | 2026-04-15T20:57:24.454Z | Downloaded smartstring v1.0.1 |
| 1139 | 2026-04-15T20:57:24.454Z | Downloaded strum_macros v0.26.4 |
| 1140 | 2026-04-15T20:57:24.460Z | Downloaded thread-id v4.2.2 |
| 1141 | 2026-04-15T20:57:24.460Z | Downloaded usdt-macro v0.5.0 |
| 1142 | 2026-04-15T20:57:24.460Z | Downloaded usdt-macro v0.6.0 |
| 1143 | 2026-04-15T20:57:24.464Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-04-15T20:57:24.464Z | Downloaded utf-8 v0.7.6 |
| 1145 | 2026-04-15T20:57:24.467Z | Downloaded crypto-bigint v0.5.5 |
| 1146 | 2026-04-15T20:57:24.467Z | Downloaded thiserror-no-std v2.0.2 |
| 1147 | 2026-04-15T20:57:24.471Z | Downloaded half v2.7.1 |
| 1148 | 2026-04-15T20:57:24.474Z | Downloaded tiny-keccak v2.0.2 |
| 1149 | 2026-04-15T20:57:24.474Z | Downloaded progenitor-impl v0.11.2 |
| 1150 | 2026-04-15T20:57:24.474Z | Downloaded const_format v0.2.35 |
| 1151 | 2026-04-15T20:57:24.478Z | Downloaded snafu-derive v0.8.9 |
| 1152 | 2026-04-15T20:57:24.478Z | Downloaded serde_with_macros v3.18.0 |
| 1153 | 2026-04-15T20:57:24.481Z | Downloaded progenitor-impl v0.13.0 |
| 1154 | 2026-04-15T20:57:24.485Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1155 | 2026-04-15T20:57:24.485Z | Downloaded usdt v0.6.0 |
| 1156 | 2026-04-15T20:57:24.485Z | Downloaded unarray v0.1.4 |
| 1157 | 2026-04-15T20:57:24.492Z | Downloaded tinystr v0.8.2 |
| 1158 | 2026-04-15T20:57:24.495Z | Downloaded tokio-rustls v0.25.0 |
| 1159 | 2026-04-15T20:57:24.498Z | Downloaded tokio-dtrace v0.1.1 |
| 1160 | 2026-04-15T20:57:24.498Z | Downloaded zerofrom-derive v0.1.6 |
| 1161 | 2026-04-15T20:57:24.498Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-04-15T20:57:24.502Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1163 | 2026-04-15T20:57:24.506Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 1164 | 2026-04-15T20:57:24.509Z | Downloaded pest_meta v2.8.6 |
| 1165 | 2026-04-15T20:57:24.509Z | Downloaded usdt-attr-macro v0.6.0 |
| 1166 | 2026-04-15T20:57:24.509Z | Downloaded openssl-sys v0.9.112 |
| 1167 | 2026-04-15T20:57:24.513Z | Downloaded smf v0.2.3 |
| 1168 | 2026-04-15T20:57:24.517Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 1169 | 2026-04-15T20:57:24.517Z | Downloaded term v1.2.1 |
| 1170 | 2026-04-15T20:57:24.520Z | Downloaded zone v0.3.1 |
| 1171 | 2026-04-15T20:57:24.520Z | Downloaded pretty_assertions v1.4.1 |
| 1172 | 2026-04-15T20:57:24.520Z | Downloaded crossbeam-channel v0.5.15 |
| 1173 | 2026-04-15T20:57:24.524Z | Downloaded jiff-static v0.2.23 |
| 1174 | 2026-04-15T20:57:24.524Z | Downloaded spin v0.9.8 |
| 1175 | 2026-04-15T20:57:24.527Z | Downloaded minimal-lexical v0.2.1 |
| 1176 | 2026-04-15T20:57:24.532Z | Downloaded zeroize_derive v1.4.3 |
| 1177 | 2026-04-15T20:57:24.535Z | Downloaded thin-vec v0.2.16 |
| 1178 | 2026-04-15T20:57:24.541Z | Downloaded yoke-derive v0.8.1 |
| 1179 | 2026-04-15T20:57:24.541Z | Downloaded zerofrom v0.1.6 |
| 1180 | 2026-04-15T20:57:24.541Z | Downloaded time-macros v0.2.27 |
| 1181 | 2026-04-15T20:57:24.544Z | Downloaded usdt-impl v0.5.0 |
| 1182 | 2026-04-15T20:57:24.544Z | Downloaded chacha20poly1305 v0.10.1 |
| 1183 | 2026-04-15T20:57:24.544Z | Downloaded cc v1.2.58 |
| 1184 | 2026-04-15T20:57:24.544Z | Downloaded xz2 v0.1.7 |
| 1185 | 2026-04-15T20:57:24.548Z | Downloaded vsss-rs v3.3.4 |
| 1186 | 2026-04-15T20:57:24.548Z | Downloaded progenitor-impl v0.10.0 |
| 1187 | 2026-04-15T20:57:24.552Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1188 | 2026-04-15T20:57:24.552Z | Downloaded usdt v0.5.0 |
| 1189 | 2026-04-15T20:57:24.552Z | Downloaded slog v2.8.2 |
| 1190 | 2026-04-15T20:57:24.555Z | Downloaded waitgroup v0.1.2 |
| 1191 | 2026-04-15T20:57:24.555Z | Downloaded usdt-attr-macro v0.5.0 |
| 1192 | 2026-04-15T20:57:24.555Z | Downloaded similar v2.7.0 |
| 1193 | 2026-04-15T20:57:24.559Z | Downloaded tokio-tungstenite v0.21.0 |
| 1194 | 2026-04-15T20:57:24.564Z | Downloaded rayon-core v1.13.0 |
| 1195 | 2026-04-15T20:57:24.568Z | Downloaded zerovec-derive v0.11.2 |
| 1196 | 2026-04-15T20:57:24.568Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 1197 | 2026-04-15T20:57:24.573Z | Downloaded schemars v0.8.22 |
| 1198 | 2026-04-15T20:57:24.581Z | Downloaded prettyplease v0.2.37 |
| 1199 | 2026-04-15T20:57:24.586Z | Downloaded expectorate v1.2.0 |
| 1200 | 2026-04-15T20:57:24.589Z | Downloaded hashbrown v0.12.3 |
| 1201 | 2026-04-15T20:57:24.589Z | Downloaded usdt-impl v0.6.0 |
| 1202 | 2026-04-15T20:57:24.589Z | Downloaded test-strategy v0.4.5 |
| 1203 | 2026-04-15T20:57:24.593Z | Downloaded indexmap v2.13.0 |
| 1204 | 2026-04-15T20:57:24.596Z | Downloaded dropshot-api-manager v0.7.0 |
| 1205 | 2026-04-15T20:57:24.596Z | Downloaded arc-swap v1.9.0 |
| 1206 | 2026-04-15T20:57:24.599Z | Downloaded writeable v0.6.2 |
| 1207 | 2026-04-15T20:57:24.602Z | Downloaded rand v0.8.5 |
| 1208 | 2026-04-15T20:57:24.606Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1209 | 2026-04-15T20:57:24.610Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 1210 | 2026-04-15T20:57:24.617Z | Downloaded toml v0.7.8 |
| 1211 | 2026-04-15T20:57:24.617Z | Downloaded typify v0.4.3 |
| 1212 | 2026-04-15T20:57:24.621Z | Downloaded snafu v0.8.9 |
| 1213 | 2026-04-15T20:57:24.621Z | Downloaded whoami v1.6.1 |
| 1214 | 2026-04-15T20:57:24.621Z | Downloaded ucd-trie v0.1.7 |
| 1215 | 2026-04-15T20:57:24.622Z | Downloaded tungstenite v0.21.0 |
| 1216 | 2026-04-15T20:57:24.625Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-04-15T20:57:24.640Z | Downloaded yoke v0.8.1 |
| 1218 | 2026-04-15T20:57:24.643Z | Downloaded qorb v0.4.1 |
| 1219 | 2026-04-15T20:57:24.643Z | Downloaded typify v0.6.1 |
| 1220 | 2026-04-15T20:57:24.646Z | Downloaded walkdir v2.5.0 |
| 1221 | 2026-04-15T20:57:24.646Z | Downloaded rand v0.9.2 |
| 1222 | 2026-04-15T20:57:24.649Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 1223 | 2026-04-15T20:57:24.657Z | Downloaded rustls-webpki v0.103.10 |
| 1224 | 2026-04-15T20:57:24.670Z | Downloaded schemars v1.2.1 |
| 1225 | 2026-04-15T20:57:24.676Z | Downloaded nom v7.1.3 |
| 1226 | 2026-04-15T20:57:24.679Z | Downloaded rand v0.10.1 |
| 1227 | 2026-04-15T20:57:24.683Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-04-15T20:57:24.689Z | Downloaded nom v8.0.0 |
| 1229 | 2026-04-15T20:57:24.693Z | Downloaded zerocopy-derive v0.7.35 |
| 1230 | 2026-04-15T20:57:24.699Z | Downloaded zerotrie v0.2.3 |
| 1231 | 2026-04-15T20:57:24.705Z | Downloaded schemars v0.9.0 |
| 1232 | 2026-04-15T20:57:24.711Z | Downloaded steno v0.4.1 |
| 1233 | 2026-04-15T20:57:24.716Z | Downloaded icu_properties_data v2.1.2 |
| 1234 | 2026-04-15T20:57:24.721Z | Downloaded itertools v0.12.1 |
| 1235 | 2026-04-15T20:57:24.731Z | Downloaded aws-lc-rs v1.16.2 |
| 1236 | 2026-04-15T20:57:24.743Z | Downloaded hashbrown v0.16.1 |
| 1237 | 2026-04-15T20:57:24.746Z | Downloaded scc v2.4.0 |
| 1238 | 2026-04-15T20:57:24.749Z | Downloaded pest v2.8.6 |
| 1239 | 2026-04-15T20:57:24.754Z | Downloaded iddqd v0.3.17 |
| 1240 | 2026-04-15T20:57:24.759Z | Downloaded yansi v1.0.1 |
| 1241 | 2026-04-15T20:57:24.779Z | Downloaded hkdf v0.12.4 |
| 1242 | 2026-04-15T20:57:24.788Z | Downloaded rayon v1.11.0 |
| 1243 | 2026-04-15T20:57:24.793Z | Downloaded blake3 v1.8.4 |
| 1244 | 2026-04-15T20:57:24.804Z | Downloaded zerocopy-derive v0.8.48 |
| 1245 | 2026-04-15T20:57:24.809Z | Downloaded reqwest v0.13.2 |
| 1246 | 2026-04-15T20:57:24.813Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-04-15T20:57:24.820Z | Downloaded libm v0.2.16 |
| 1248 | 2026-04-15T20:57:24.825Z | Downloaded zerocopy v0.7.35 |
| 1249 | 2026-04-15T20:57:24.833Z | Downloaded goblin v0.8.2 |
| 1250 | 2026-04-15T20:57:24.839Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-04-15T20:57:24.849Z | Downloaded zerovec v0.11.5 |
| 1252 | 2026-04-15T20:57:24.852Z | Downloaded tough v0.20.0 |
| 1253 | 2026-04-15T20:57:24.869Z | Downloaded serde_with v3.18.0 |
| 1254 | 2026-04-15T20:57:24.876Z | Downloaded proptest v1.11.0 |
| 1255 | 2026-04-15T20:57:24.892Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-04-15T20:57:24.902Z | Downloaded goblin v0.10.5 |
| 1257 | 2026-04-15T20:57:24.917Z | Downloaded time v0.3.47 |
| 1258 | 2026-04-15T20:57:24.922Z | Downloaded tabled v0.15.0 |
| 1259 | 2026-04-15T20:57:24.930Z | Downloaded openssl v0.10.76 |
| 1260 | 2026-04-15T20:57:24.935Z | Downloaded tabled v0.20.0 |
| 1261 | 2026-04-15T20:57:24.944Z | Downloaded syn v1.0.109 |
| 1262 | 2026-04-15T20:57:24.949Z | Downloaded moka v0.12.15 |
| 1263 | 2026-04-15T20:57:24.963Z | Downloaded dropshot v0.16.7 |
| 1264 | 2026-04-15T20:57:24.985Z | Downloaded rustls v0.22.4 |
| 1265 | 2026-04-15T20:57:24.996Z | Downloaded dropshot v0.17.0 |
| 1266 | 2026-04-15T20:57:25.007Z | Downloaded rhai v1.24.0 |
| 1267 | 2026-04-15T20:57:25.014Z | Downloaded nix v0.31.2 |
| 1268 | 2026-04-15T20:57:25.019Z | Downloaded hickory-proto v0.24.4 |
| 1269 | 2026-04-15T20:57:25.027Z | Downloaded smoltcp v0.11.0 |
| 1270 | 2026-04-15T20:57:25.033Z | Downloaded regress v0.10.5 |
| 1271 | 2026-04-15T20:57:25.043Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-04-15T20:57:25.050Z | Downloaded rustls v0.23.37 |
| 1273 | 2026-04-15T20:57:25.056Z | Downloaded hickory-proto v0.25.2 |
| 1274 | 2026-04-15T20:57:25.087Z | Downloaded typify-impl v0.6.1 |
| 1275 | 2026-04-15T20:57:25.095Z | Downloaded sled v0.34.7 |
| 1276 | 2026-04-15T20:57:25.101Z | Downloaded typify-impl v0.4.3 |
| 1277 | 2026-04-15T20:57:25.160Z | Downloaded petgraph v0.6.5 |
| 1278 | 2026-04-15T20:57:25.180Z | Downloaded jiff v0.2.23 |
| 1279 | 2026-04-15T20:57:25.191Z | Downloaded lzma-sys v0.1.20 |
| 1280 | 2026-04-15T20:57:25.207Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-04-15T20:57:25.217Z | Downloaded csv v1.4.0 |
| 1282 | 2026-04-15T20:57:25.229Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-04-15T20:57:25.265Z | Downloaded encoding_rs v0.8.35 |
| 1284 | 2026-04-15T20:57:25.964Z | Downloaded aws-lc-sys v0.39.1 |
| 1285 | 2026-04-15T20:57:26.850Z | Compiling proc-macro2 v1.0.106 |
| 1286 | 2026-04-15T20:57:26.850Z | Compiling quote v1.0.45 |
| 1287 | 2026-04-15T20:57:26.850Z | Compiling unicode-ident v1.0.24 |
| 1288 | 2026-04-15T20:57:26.850Z | Compiling serde_core v1.0.228 |
| 1289 | 2026-04-15T20:57:26.850Z | Compiling cfg-if v1.0.4 |
| 1290 | 2026-04-15T20:57:26.850Z | Compiling serde v1.0.228 |
| 1291 | 2026-04-15T20:57:26.853Z | Compiling libc v0.2.185 |
| 1292 | 2026-04-15T20:57:26.853Z | Compiling memchr v2.8.0 |
| 1293 | 2026-04-15T20:57:27.047Z | Compiling itoa v1.0.18 |
| 1294 | 2026-04-15T20:57:27.224Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-04-15T20:57:27.253Z | Compiling zmij v1.0.21 |
| 1296 | 2026-04-15T20:57:27.302Z | Compiling serde_json v1.0.149 |
| 1297 | 2026-04-15T20:57:27.422Z | Compiling autocfg v1.5.0 |
| 1298 | 2026-04-15T20:57:27.537Z | Compiling libm v0.2.16 |
| 1299 | 2026-04-15T20:57:27.649Z | Compiling version_check v0.9.5 |
| 1300 | 2026-04-15T20:57:27.835Z | Compiling stable_deref_trait v1.2.1 |
| 1301 | 2026-04-15T20:57:27.840Z | Compiling pin-project-lite v0.2.17 |
| 1302 | 2026-04-15T20:57:27.845Z | Compiling percent-encoding v2.3.2 |
| 1303 | 2026-04-15T20:57:27.871Z | Compiling litemap v0.8.1 |
| 1304 | 2026-04-15T20:57:27.881Z | Compiling writeable v0.6.2 |
| 1305 | 2026-04-15T20:57:27.910Z | Compiling icu_properties_data v2.1.2 |
| 1306 | 2026-04-15T20:57:28.044Z | Compiling icu_normalizer_data v2.1.1 |
| 1307 | 2026-04-15T20:57:28.068Z | Compiling iana-time-zone v0.1.65 |
| 1308 | 2026-04-15T20:57:28.072Z | Compiling scopeguard v1.2.0 |
| 1309 | 2026-04-15T20:57:28.195Z | Compiling syn v2.0.117 |
| 1310 | 2026-04-15T20:57:28.279Z | Compiling parking_lot_core v0.9.12 |
| 1311 | 2026-04-15T20:57:28.289Z | Compiling equivalent v1.0.2 |
| 1312 | 2026-04-15T20:57:28.303Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-04-15T20:57:28.338Z | Compiling form_urlencoded v1.2.2 |
| 1314 | 2026-04-15T20:57:28.373Z | Compiling utf8_iter v1.0.4 |
| 1315 | 2026-04-15T20:57:28.390Z | Compiling allocator-api2 v0.2.21 |
| 1316 | 2026-04-15T20:57:28.528Z | Compiling foldhash v0.2.0 |
| 1317 | 2026-04-15T20:57:28.532Z | Compiling dyn-clone v1.0.20 |
| 1318 | 2026-04-15T20:57:28.548Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-04-15T20:57:28.569Z | Compiling jobserver v0.1.34 |
| 1320 | 2026-04-15T20:57:28.671Z | Compiling shlex v1.3.0 |
| 1321 | 2026-04-15T20:57:28.731Z | Compiling hashbrown v0.16.1 |
| 1322 | 2026-04-15T20:57:28.771Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-04-15T20:57:28.855Z | Compiling log v0.4.29 |
| 1324 | 2026-04-15T20:57:28.898Z | Compiling errno v0.3.14 |
| 1325 | 2026-04-15T20:57:28.936Z | Compiling cc v1.2.58 |
| 1326 | 2026-04-15T20:57:29.037Z | Compiling futures-core v0.3.32 |
| 1327 | 2026-04-15T20:57:29.052Z | Compiling getrandom v0.4.2 |
| 1328 | 2026-04-15T20:57:29.190Z | Compiling semver v1.0.28 |
| 1329 | 2026-04-15T20:57:29.270Z | Compiling rand_core v0.10.0 |
| 1330 | 2026-04-15T20:57:29.319Z | Compiling thiserror v2.0.18 |
| 1331 | 2026-04-15T20:57:29.333Z | Compiling indexmap v2.13.0 |
| 1332 | 2026-04-15T20:57:29.535Z | Compiling zerocopy v0.8.48 |
| 1333 | 2026-04-15T20:57:29.607Z | Compiling heck v0.5.0 |
| 1334 | 2026-04-15T20:57:29.637Z | Compiling futures-sink v0.3.32 |
| 1335 | 2026-04-15T20:57:29.736Z | Compiling slab v0.4.12 |
| 1336 | 2026-04-15T20:57:29.863Z | Compiling fnv v1.0.7 |
| 1337 | 2026-04-15T20:57:29.873Z | Compiling uuid v1.23.0 |
| 1338 | 2026-04-15T20:57:29.913Z | Compiling futures-channel v0.3.32 |
| 1339 | 2026-04-15T20:57:29.956Z | Compiling rustversion v1.0.22 |
| 1340 | 2026-04-15T20:57:29.966Z | Compiling futures-task v0.3.32 |
| 1341 | 2026-04-15T20:57:29.997Z | Compiling typenum v1.19.0 |
| 1342 | 2026-04-15T20:57:30.134Z | Compiling schemars v0.8.22 |
| 1343 | 2026-04-15T20:57:30.137Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-04-15T20:57:30.293Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-04-15T20:57:30.304Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-04-15T20:57:30.333Z | Compiling portable-atomic v1.13.1 |
| 1347 | 2026-04-15T20:57:30.389Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-04-15T20:57:30.479Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-04-15T20:57:30.536Z | Compiling mio v1.2.0 |
| 1350 | 2026-04-15T20:57:30.675Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-04-15T20:57:30.731Z | Compiling critical-section v1.2.0 |
| 1352 | 2026-04-15T20:57:30.832Z | Compiling subtle v2.6.1 |
| 1353 | 2026-04-15T20:57:30.886Z | Compiling base64 v0.22.1 |
| 1354 | 2026-04-15T20:57:30.890Z | Compiling untrusted v0.9.0 |
| 1355 | 2026-04-15T20:57:30.906Z | Compiling byteorder v1.5.0 |
| 1356 | 2026-04-15T20:57:30.919Z | Compiling rand_core v0.6.4 |
| 1357 | 2026-04-15T20:57:30.990Z | Compiling cmake v0.1.58 |
| 1358 | 2026-04-15T20:57:31.007Z | Compiling dunce v1.0.5 |
| 1359 | 2026-04-15T20:57:31.030Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-04-15T20:57:31.095Z | Compiling serde_derive_internals v0.29.1 |
| 1361 | 2026-04-15T20:57:31.119Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-04-15T20:57:31.135Z | Compiling ipnet v2.12.0 |
| 1363 | 2026-04-15T20:57:31.208Z | Compiling once_cell v1.21.4 |
| 1364 | 2026-04-15T20:57:31.301Z | Compiling strsim v0.11.1 |
| 1365 | 2026-04-15T20:57:31.319Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-04-15T20:57:31.360Z | Compiling aws-lc-sys v0.39.1 |
| 1367 | 2026-04-15T20:57:31.415Z | Compiling rustix v1.1.4 |
| 1368 | 2026-04-15T20:57:31.438Z | Compiling httparse v1.10.1 |
| 1369 | 2026-04-15T20:57:31.524Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-04-15T20:57:31.655Z | Compiling slog v2.8.2 |
| 1371 | 2026-04-15T20:57:31.685Z | Compiling generic-array v0.14.7 |
| 1372 | 2026-04-15T20:57:31.813Z | Compiling thiserror v1.0.69 |
| 1373 | 2026-04-15T20:57:31.826Z | Compiling tower-layer v0.3.3 |
| 1374 | 2026-04-15T20:57:31.873Z | Compiling tower-service v0.3.3 |
| 1375 | 2026-04-15T20:57:31.900Z | Compiling ucd-trie v0.1.7 |
| 1376 | 2026-04-15T20:57:32.028Z | Compiling try-lock v0.2.5 |
| 1377 | 2026-04-15T20:57:32.035Z | Compiling httpdate v1.0.3 |
| 1378 | 2026-04-15T20:57:32.090Z | Compiling pest v2.8.6 |
| 1379 | 2026-04-15T20:57:32.198Z | Compiling want v0.3.1 |
| 1380 | 2026-04-15T20:57:32.236Z | Compiling getrandom v0.3.4 |
| 1381 | 2026-04-15T20:57:32.276Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-04-15T20:57:32.286Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-04-15T20:57:32.296Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-04-15T20:57:32.360Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-04-15T20:57:32.557Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-04-15T20:57:33.307Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-04-15T20:57:33.352Z | Compiling schemars_derive v0.8.22 |
| 1388 | 2026-04-15T20:57:33.388Z | Compiling thiserror-impl v2.0.18 |
| 1389 | 2026-04-15T20:57:33.483Z | Compiling zerocopy-derive v0.8.48 |
| 1390 | 2026-04-15T20:57:33.544Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-04-15T20:57:33.664Z | Compiling yoke v0.8.1 |
| 1392 | 2026-04-15T20:57:33.840Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-04-15T20:57:34.043Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-04-15T20:57:34.175Z | Compiling zeroize_derive v1.4.3 |
| 1395 | 2026-04-15T20:57:34.335Z | Compiling tinystr v0.8.2 |
| 1396 | 2026-04-15T20:57:34.335Z | Compiling potential_utf v0.1.4 |
| 1397 | 2026-04-15T20:57:34.503Z | Compiling icu_locale_core v2.1.1 |
| 1398 | 2026-04-15T20:57:34.527Z | Compiling icu_collections v2.1.1 |
| 1399 | 2026-04-15T20:57:34.537Z | Compiling futures-macro v0.3.32 |
| 1400 | 2026-04-15T20:57:34.683Z | Compiling thiserror-impl v1.0.69 |
| 1401 | 2026-04-15T20:57:34.822Z | Compiling zeroize v1.8.2 |
| 1402 | 2026-04-15T20:57:35.023Z | Compiling pest_meta v2.8.6 |
| 1403 | 2026-04-15T20:57:35.324Z | Compiling icu_provider v2.1.1 |
| 1404 | 2026-04-15T20:57:35.418Z | Compiling bytes v1.11.1 |
| 1405 | 2026-04-15T20:57:35.433Z | Compiling chrono v0.4.44 |
| 1406 | 2026-04-15T20:57:35.490Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-04-15T20:57:35.614Z | Compiling icu_properties v2.1.2 |
| 1408 | 2026-04-15T20:57:35.808Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-04-15T20:57:36.041Z | Compiling http v1.4.0 |
| 1410 | 2026-04-15T20:57:36.320Z | Compiling tokio v1.52.0 |
| 1411 | 2026-04-15T20:57:36.389Z | Compiling serde_tokenstream v0.2.3 |
| 1412 | 2026-04-15T20:57:36.670Z | Compiling idna_adapter v1.2.1 |
| 1413 | 2026-04-15T20:57:36.749Z | Compiling http-body v1.0.1 |
| 1414 | 2026-04-15T20:57:36.801Z | Compiling idna v1.1.0 |
| 1415 | 2026-04-15T20:57:36.896Z | Compiling erased-serde v0.3.31 |
| 1416 | 2026-04-15T20:57:37.000Z | Compiling ryu v1.0.23 |
| 1417 | 2026-04-15T20:57:37.011Z | Compiling pest_generator v2.8.6 |
| 1418 | 2026-04-15T20:57:37.176Z | Compiling url v2.5.8 |
| 1419 | 2026-04-15T20:57:37.571Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-04-15T20:57:37.617Z | Compiling pest_derive v2.8.6 |
| 1421 | 2026-04-15T20:57:37.824Z | Compiling pretty-hex v0.4.2 |
| 1422 | 2026-04-15T20:57:37.838Z | Compiling plain v0.2.3 |
| 1423 | 2026-04-15T20:57:37.941Z | Compiling paste v1.0.15 |
| 1424 | 2026-04-15T20:57:37.951Z | Compiling crypto-common v0.1.7 |
| 1425 | 2026-04-15T20:57:37.962Z | Compiling ident_case v1.0.1 |
| 1426 | 2026-04-15T20:57:38.065Z | Compiling omicron-workspace-hack v0.1.0 |
| 1427 | 2026-04-15T20:57:38.077Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-04-15T20:57:38.081Z | Compiling tracing-core v0.1.36 |
| 1429 | 2026-04-15T20:57:38.174Z | Compiling serde_urlencoded v0.7.1 |
| 1430 | 2026-04-15T20:57:38.353Z | Compiling http-body-util v0.1.3 |
| 1431 | 2026-04-15T20:57:38.419Z | Compiling daft-derive v0.1.5 |
| 1432 | 2026-04-15T20:57:38.628Z | Compiling ipnetwork v0.21.1 |
| 1433 | 2026-04-15T20:57:38.675Z | Compiling sync_wrapper v1.0.2 |
| 1434 | 2026-04-15T20:57:38.750Z | Compiling fastrand v2.3.0 |
| 1435 | 2026-04-15T20:57:38.779Z | Compiling aho-corasick v1.1.4 |
| 1436 | 2026-04-15T20:57:39.022Z | Compiling winnow v1.0.1 |
| 1437 | 2026-04-15T20:57:39.028Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-04-15T20:57:39.151Z | Compiling async-trait v0.1.89 |
| 1439 | 2026-04-15T20:57:39.249Z | Compiling ring v0.17.14 |
| 1440 | 2026-04-15T20:57:39.291Z | Compiling tracing v0.1.44 |
| 1441 | 2026-04-15T20:57:39.551Z | Compiling powerfmt v0.2.0 |
| 1442 | 2026-04-15T20:57:39.717Z | Compiling regex-automata v0.4.14 |
| 1443 | 2026-04-15T20:57:39.725Z | Compiling cpufeatures v0.2.17 |
| 1444 | 2026-04-15T20:57:39.742Z | Compiling num-conv v0.2.1 |
| 1445 | 2026-04-15T20:57:39.789Z | Compiling anyhow v1.0.102 |
| 1446 | 2026-04-15T20:57:39.884Z | Compiling iri-string v0.7.12 |
| 1447 | 2026-04-15T20:57:40.090Z | Compiling time-core v0.1.8 |
| 1448 | 2026-04-15T20:57:40.226Z | Compiling time-macros v0.2.27 |
| 1449 | 2026-04-15T20:57:40.299Z | Compiling deranged v0.5.8 |
| 1450 | 2026-04-15T20:57:40.327Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-04-15T20:57:40.472Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-04-15T20:57:41.162Z | Compiling hex v0.4.3 |
| 1453 | 2026-04-15T20:57:41.228Z | Compiling num_threads v0.1.7 |
| 1454 | 2026-04-15T20:57:41.267Z | Compiling scroll v0.13.0 |
| 1455 | 2026-04-15T20:57:41.317Z | Compiling regex v1.12.3 |
| 1456 | 2026-04-15T20:57:41.410Z | Compiling digest v0.10.7 |
| 1457 | 2026-04-15T20:57:41.613Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-04-15T20:57:41.770Z | Compiling oxnet v0.1.4 |
| 1459 | 2026-04-15T20:57:42.074Z | Compiling camino v1.2.2 |
| 1460 | 2026-04-15T20:57:42.186Z | Compiling goblin v0.10.5 |
| 1461 | 2026-04-15T20:57:42.334Z | Compiling usdt-impl v0.6.0 |
| 1462 | 2026-04-15T20:57:42.442Z | Compiling openssl-probe v0.2.1 |
| 1463 | 2026-04-15T20:57:42.610Z | Compiling dtrace-parser v0.3.0 |
| 1464 | 2026-04-15T20:57:42.986Z | Compiling crossbeam-utils v0.8.21 |
| 1465 | 2026-04-15T20:57:44.295Z | Compiling h2 v0.4.13 |
| 1466 | 2026-04-15T20:57:44.299Z | Compiling futures-executor v0.3.32 |
| 1467 | 2026-04-15T20:57:44.299Z | Compiling openapiv3 v2.2.0 |
| 1468 | 2026-04-15T20:57:44.299Z | Compiling structmeta-derive v0.3.0 |
| 1469 | 2026-04-15T20:57:44.299Z | Compiling regress v0.10.5 |
| 1470 | 2026-04-15T20:57:44.299Z | Compiling thread-id v5.1.0 |
| 1471 | 2026-04-15T20:57:44.299Z | Compiling rustls v0.22.4 |
| 1472 | 2026-04-15T20:57:44.309Z | Compiling syn v1.0.109 |
| 1473 | 2026-04-15T20:57:44.571Z | Compiling structmeta v0.3.0 |
| 1474 | 2026-04-15T20:57:44.686Z | Compiling futures v0.3.32 |
| 1475 | 2026-04-15T20:57:44.763Z | Compiling rand_core v0.9.5 |
| 1476 | 2026-04-15T20:57:44.913Z | Compiling dof v0.4.0 |
| 1477 | 2026-04-15T20:57:45.074Z | Compiling darling_core v0.23.0 |
| 1478 | 2026-04-15T20:57:45.492Z | Compiling hyper v1.9.0 |
| 1479 | 2026-04-15T20:57:46.319Z | Compiling newtype-uuid-macros v0.1.0 |
| 1480 | 2026-04-15T20:57:46.455Z | Compiling thread_local v1.1.9 |
| 1481 | 2026-04-15T20:57:46.724Z | Compiling aws-lc-rs v1.16.2 |
| 1482 | 2026-04-15T20:57:46.968Z | Compiling match_cfg v0.1.0 |
| 1483 | 2026-04-15T20:57:47.018Z | Compiling winnow v0.7.15 |
| 1484 | 2026-04-15T20:57:47.082Z | Compiling hyper-util v0.1.20 |
| 1485 | 2026-04-15T20:57:47.168Z | Compiling darling_macro v0.23.0 |
| 1486 | 2026-04-15T20:57:47.211Z | Compiling newtype-uuid v1.3.2 |
| 1487 | 2026-04-15T20:57:47.233Z | Compiling ref-cast v1.0.25 |
| 1488 | 2026-04-15T20:57:47.510Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-04-15T20:57:47.535Z | Compiling slog-async v2.8.0 |
| 1490 | 2026-04-15T20:57:47.585Z | Compiling daft v0.1.5 |
| 1491 | 2026-04-15T20:57:47.609Z | Compiling usdt-attr-macro v0.6.0 |
| 1492 | 2026-04-15T20:57:47.767Z | Compiling darling v0.23.0 |
| 1493 | 2026-04-15T20:57:47.845Z | Compiling usdt-macro v0.6.0 |
| 1494 | 2026-04-15T20:57:47.899Z | Compiling rand_chacha v0.9.0 |
| 1495 | 2026-04-15T20:57:47.902Z | Compiling strum_macros v0.26.4 |
| 1496 | 2026-04-15T20:57:48.333Z | Compiling ref-cast-impl v1.0.25 |
| 1497 | 2026-04-15T20:57:48.562Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1498 | 2026-04-15T20:57:48.806Z | Compiling serde_spanned v1.1.0 |
| 1499 | 2026-04-15T20:57:48.856Z | Compiling multer v3.1.0 |
| 1500 | 2026-04-15T20:57:48.869Z | Compiling bit-vec v0.8.0 |
| 1501 | 2026-04-15T20:57:48.933Z | Compiling term v1.2.1 |
| 1502 | 2026-04-15T20:57:48.947Z | Compiling debug-ignore v1.0.5 |
| 1503 | 2026-04-15T20:57:48.973Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1504 | 2026-04-15T20:57:49.046Z | Compiling take_mut v0.2.2 |
| 1505 | 2026-04-15T20:57:49.071Z | Compiling untrusted v0.7.1 |
| 1506 | 2026-04-15T20:57:49.139Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-04-15T20:57:49.178Z | Compiling rand v0.9.2 |
| 1508 | 2026-04-15T20:57:49.188Z | Compiling serde_with_macros v3.18.0 |
| 1509 | 2026-04-15T20:57:49.291Z | Compiling async-stream-impl v0.3.6 |
| 1510 | 2026-04-15T20:57:49.529Z | Compiling strum v0.26.3 |
| 1511 | 2026-04-15T20:57:49.638Z | Compiling dropshot v0.16.7 |
| 1512 | 2026-04-15T20:57:49.654Z | Compiling encoding_rs v0.8.35 |
| 1513 | 2026-04-15T20:57:49.854Z | Compiling rustls v0.23.37 |
| 1514 | 2026-04-15T20:57:49.905Z | Compiling mime v0.3.17 |
| 1515 | 2026-04-15T20:57:49.994Z | Compiling unarray v0.1.4 |
| 1516 | 2026-04-15T20:57:50.059Z | Compiling spin v0.9.8 |
| 1517 | 2026-04-15T20:57:50.114Z | Compiling async-stream v0.3.6 |
| 1518 | 2026-04-15T20:57:50.214Z | Compiling derive-ex v0.1.8 |
| 1519 | 2026-04-15T20:57:50.287Z | Compiling dropshot_endpoint v0.16.7 |
| 1520 | 2026-04-15T20:57:50.305Z | Compiling macaddr v1.0.1 |
| 1521 | 2026-04-15T20:57:50.453Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1522 | 2026-04-15T20:57:50.525Z | Compiling waitgroup v0.1.2 |
| 1523 | 2026-04-15T20:57:50.588Z | Compiling serde_path_to_error v0.1.20 |
| 1524 | 2026-04-15T20:57:50.911Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1525 | 2026-04-15T20:57:50.942Z | Compiling tempfile v3.27.0 |
| 1526 | 2026-04-15T20:57:51.038Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1527 | 2026-04-15T20:57:51.161Z | Compiling tower v0.5.3 |
| 1528 | 2026-04-15T20:57:51.215Z | Compiling strum_macros v0.27.2 |
| 1529 | 2026-04-15T20:57:51.321Z | Compiling instant v0.1.13 |
| 1530 | 2026-04-15T20:57:51.361Z | Compiling time v0.3.47 |
| 1531 | 2026-04-15T20:57:51.640Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-04-15T20:57:51.782Z | Compiling test-strategy v0.4.5 |
| 1533 | 2026-04-15T20:57:51.885Z | Compiling rustc-hash v2.1.2 |
| 1534 | 2026-04-15T20:57:52.003Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1535 | 2026-04-15T20:57:52.057Z | Compiling crossbeam-channel v0.5.15 |
| 1536 | 2026-04-15T20:57:53.036Z | Compiling strum v0.27.2 |
| 1537 | 2026-04-15T20:57:53.161Z | Compiling parse-display-derive v0.10.0 |
| 1538 | 2026-04-15T20:57:53.165Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-04-15T20:57:53.339Z | Compiling backon v1.6.0 |
| 1540 | 2026-04-15T20:57:53.541Z | Compiling rustls-webpki v0.102.8 |
| 1541 | 2026-04-15T20:57:53.583Z | Compiling rand_chacha v0.3.1 |
| 1542 | 2026-04-15T20:57:54.423Z | Compiling rand v0.8.5 |
| 1543 | 2026-04-15T20:57:54.456Z | Compiling slog-json v2.6.1 |
| 1544 | 2026-04-15T20:57:54.606Z | Compiling hostname v0.3.1 |
| 1545 | 2026-04-15T20:57:54.658Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1546 | 2026-04-15T20:57:54.743Z | Compiling memmap2 v0.9.10 |
| 1547 | 2026-04-15T20:57:54.786Z | Compiling is-terminal v0.4.17 |
| 1548 | 2026-04-15T20:57:54.877Z | Compiling wait-timeout v0.2.1 |
| 1549 | 2026-04-15T20:57:55.058Z | Compiling either v1.15.0 |
| 1550 | 2026-04-15T20:57:55.121Z | Compiling rusty-fork v0.3.1 |
| 1551 | 2026-04-15T20:57:55.175Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1552 | 2026-04-15T20:57:55.256Z | Compiling usdt v0.6.0 |
| 1553 | 2026-04-15T20:57:55.342Z | Compiling slog-term v2.9.2 |
| 1554 | 2026-04-15T20:57:55.471Z | Compiling slog-bunyan v2.5.0 |
| 1555 | 2026-04-15T20:57:55.944Z | Compiling tokio-rustls v0.25.0 |
| 1556 | 2026-04-15T20:57:55.988Z | Compiling serde_with v3.18.0 |
| 1557 | 2026-04-15T20:57:56.034Z | Compiling rand_xorshift v0.4.0 |
| 1558 | 2026-04-15T20:57:56.146Z | Compiling sha1 v0.10.6 |
| 1559 | 2026-04-15T20:57:56.157Z | Compiling rustls-pemfile v2.2.0 |
| 1560 | 2026-04-15T20:57:56.178Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1561 | 2026-04-15T20:57:56.346Z | Compiling hostname v0.4.2 |
| 1562 | 2026-04-15T20:57:56.364Z | Compiling proptest v1.11.0 |
| 1563 | 2026-04-15T20:57:56.898Z | Compiling iddqd v0.3.17 |
| 1564 | 2026-04-15T20:57:57.108Z | Compiling reqwest v0.12.28 |
| 1565 | 2026-04-15T20:57:57.689Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1566 | 2026-04-15T20:57:58.354Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1567 | 2026-04-15T20:57:58.637Z | Compiling progenitor-client v0.10.0 |
| 1568 | 2026-04-15T20:57:58.791Z | Compiling parse-display v0.10.0 |
| 1569 | 2026-04-15T20:57:58.914Z | Compiling itertools v0.14.0 |
| 1570 | 2026-04-15T20:57:58.941Z | Compiling backoff v0.4.0 |
| 1571 | 2026-04-15T20:57:59.126Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1572 | 2026-04-15T20:57:59.700Z | Compiling toml_datetime v0.6.11 |
| 1573 | 2026-04-15T20:58:00.152Z | Compiling utf8parse v0.2.2 |
| 1574 | 2026-04-15T20:58:00.257Z | Compiling anstyle-parse v1.0.0 |
| 1575 | 2026-04-15T20:58:00.424Z | Compiling zerocopy-derive v0.7.35 |
| 1576 | 2026-04-15T20:58:00.521Z | Compiling anstyle-query v1.1.5 |
| 1577 | 2026-04-15T20:58:00.627Z | Compiling is_terminal_polyfill v1.70.2 |
| 1578 | 2026-04-15T20:58:00.657Z | Compiling colorchoice v1.0.5 |
| 1579 | 2026-04-15T20:58:00.713Z | Compiling anstyle v1.0.14 |
| 1580 | 2026-04-15T20:58:00.934Z | Compiling anstream v1.0.0 |
| 1581 | 2026-04-15T20:58:01.261Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-04-15T20:58:01.428Z | Compiling convert_case v0.4.0 |
| 1583 | 2026-04-15T20:58:01.439Z | Compiling clap_lex v1.1.0 |
| 1584 | 2026-04-15T20:58:01.720Z | Compiling derive_more v0.99.20 |
| 1585 | 2026-04-15T20:58:02.210Z | Compiling tinyvec_macros v0.1.1 |
| 1586 | 2026-04-15T20:58:02.288Z | Compiling unicode-width v0.2.2 |
| 1587 | 2026-04-15T20:58:02.303Z | Compiling tinyvec v1.11.0 |
| 1588 | 2026-04-15T20:58:03.082Z | Compiling dtrace-parser v0.2.0 |
| 1589 | 2026-04-15T20:58:03.195Z | Compiling serde_spanned v0.6.9 |
| 1590 | 2026-04-15T20:58:03.338Z | Compiling secrecy v0.10.3 |
| 1591 | 2026-04-15T20:58:03.490Z | Compiling clap_derive v4.6.0 |
| 1592 | 2026-04-15T20:58:03.970Z | Compiling scroll_derive v0.12.1 |
| 1593 | 2026-04-15T20:58:03.990Z | Compiling usdt-impl v0.5.0 |
| 1594 | 2026-04-15T20:58:04.002Z | Compiling crucible-workspace-hack v0.1.0 |
| 1595 | 2026-04-15T20:58:04.019Z | Compiling toml_write v0.1.2 |
| 1596 | 2026-04-15T20:58:04.213Z | Compiling toml_edit v0.22.27 |
| 1597 | 2026-04-15T20:58:04.659Z | Compiling scroll v0.12.0 |
| 1598 | 2026-04-15T20:58:04.933Z | Compiling dof v0.3.0 |
| 1599 | 2026-04-15T20:58:05.091Z | Compiling typify-impl v0.6.1 |
| 1600 | 2026-04-15T20:58:05.173Z | Compiling terminal_size v0.4.4 |
| 1601 | 2026-04-15T20:58:05.245Z | Compiling darling_core v0.21.3 |
| 1602 | 2026-04-15T20:58:05.271Z | Compiling rustc_version v0.4.1 |
| 1603 | 2026-04-15T20:58:05.307Z | Compiling thread-id v4.2.2 |
| 1604 | 2026-04-15T20:58:05.537Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-04-15T20:58:05.653Z | Compiling toml v0.8.23 |
| 1606 | 2026-04-15T20:58:06.343Z | Compiling goblin v0.8.2 |
| 1607 | 2026-04-15T20:58:06.650Z | Compiling crossbeam-epoch v0.9.18 |
| 1608 | 2026-04-15T20:58:06.740Z | Compiling hmac v0.12.1 |
| 1609 | 2026-04-15T20:58:06.874Z | Compiling inout v0.1.4 |
| 1610 | 2026-04-15T20:58:06.986Z | Compiling ff v0.13.1 |
| 1611 | 2026-04-15T20:58:07.015Z | Compiling num-integer v0.1.46 |
| 1612 | 2026-04-15T20:58:07.318Z | Compiling darling_macro v0.21.3 |
| 1613 | 2026-04-15T20:58:07.424Z | Compiling float-ord v0.3.2 |
| 1614 | 2026-04-15T20:58:07.641Z | Compiling group v0.13.0 |
| 1615 | 2026-04-15T20:58:07.773Z | Compiling cipher v0.4.4 |
| 1616 | 2026-04-15T20:58:07.871Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-04-15T20:58:07.923Z | Compiling darling v0.21.3 |
| 1618 | 2026-04-15T20:58:08.421Z | Compiling clap_builder v4.6.0 |
| 1619 | 2026-04-15T20:58:10.398Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1620 | 2026-04-15T20:58:10.521Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1621 | 2026-04-15T20:58:10.991Z | Compiling universal-hash v0.5.1 |
| 1622 | 2026-04-15T20:58:11.120Z | Compiling half v2.7.1 |
| 1623 | 2026-04-15T20:58:11.191Z | Compiling crypto-bigint v0.5.5 |
| 1624 | 2026-04-15T20:58:11.346Z | Compiling typify-macro v0.6.1 |
| 1625 | 2026-04-15T20:58:11.412Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1626 | 2026-04-15T20:58:11.463Z | Compiling proc-macro-error-attr v1.0.4 |
| 1627 | 2026-04-15T20:58:11.803Z | Compiling prettyplease v0.2.37 |
| 1628 | 2026-04-15T20:58:11.900Z | Compiling opaque-debug v0.3.1 |
| 1629 | 2026-04-15T20:58:11.962Z | Compiling rustix v0.38.44 |
| 1630 | 2026-04-15T20:58:11.973Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1631 | 2026-04-15T20:58:12.030Z | Compiling heapless v0.8.0 |
| 1632 | 2026-04-15T20:58:12.068Z | Compiling base16ct v0.2.0 |
| 1633 | 2026-04-15T20:58:12.189Z | Compiling base64ct v1.8.3 |
| 1634 | 2026-04-15T20:58:12.216Z | Compiling ciborium-io v0.2.2 |
| 1635 | 2026-04-15T20:58:12.226Z | Compiling elliptic-curve v0.13.8 |
| 1636 | 2026-04-15T20:58:12.304Z | Compiling ciborium-ll v0.2.2 |
| 1637 | 2026-04-15T20:58:12.304Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1638 | 2026-04-15T20:58:12.477Z | Compiling password-hash v0.5.0 |
| 1639 | 2026-04-15T20:58:12.494Z | Compiling poly1305 v0.8.0 |
| 1640 | 2026-04-15T20:58:12.962Z | Compiling thiserror-no-std v2.0.2 |
| 1641 | 2026-04-15T20:58:12.983Z | Compiling clap v4.6.0 |
| 1642 | 2026-04-15T20:58:13.253Z | Compiling ingot-macros v0.1.1 |
| 1643 | 2026-04-15T20:58:13.329Z | Compiling chacha20 v0.9.1 |
| 1644 | 2026-04-15T20:58:13.485Z | Compiling num-iter v0.1.45 |
| 1645 | 2026-04-15T20:58:13.521Z | Compiling num-rational v0.4.2 |
| 1646 | 2026-04-15T20:58:13.547Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1647 | 2026-04-15T20:58:13.599Z | Compiling usdt-attr-macro v0.5.0 |
| 1648 | 2026-04-15T20:58:13.611Z | Compiling usdt-macro v0.5.0 |
| 1649 | 2026-04-15T20:58:14.378Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1650 | 2026-04-15T20:58:14.771Z | Compiling blake2 v0.10.6 |
| 1651 | 2026-04-15T20:58:14.996Z | Compiling rustls-webpki v0.103.10 |
| 1652 | 2026-04-15T20:58:15.236Z | Compiling byte-wrapper v0.1.0 |
| 1653 | 2026-04-15T20:58:15.598Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1654 | 2026-04-15T20:58:15.661Z | Compiling aead v0.5.2 |
| 1655 | 2026-04-15T20:58:15.918Z | Compiling enum-as-inner v0.6.1 |
| 1656 | 2026-04-15T20:58:15.936Z | Compiling hash32 v0.3.1 |
| 1657 | 2026-04-15T20:58:15.999Z | Compiling num-complex v0.4.6 |
| 1658 | 2026-04-15T20:58:16.024Z | Compiling proc-macro-error v1.0.4 |
| 1659 | 2026-04-15T20:58:16.086Z | Compiling memmap v0.7.0 |
| 1660 | 2026-04-15T20:58:16.245Z | Compiling smoltcp v0.11.0 |
| 1661 | 2026-04-15T20:58:16.249Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1662 | 2026-04-15T20:58:16.273Z | Compiling keccak v0.1.6 |
| 1663 | 2026-04-15T20:58:16.377Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-04-15T20:58:16.485Z | Compiling winnow v0.5.40 |
| 1665 | 2026-04-15T20:58:16.510Z | Compiling sha3 v0.10.8 |
| 1666 | 2026-04-15T20:58:16.513Z | Compiling num v0.4.3 |
| 1667 | 2026-04-15T20:58:16.604Z | Compiling usdt v0.5.0 |
| 1668 | 2026-04-15T20:58:16.809Z | Compiling ingot-types v0.1.2 |
| 1669 | 2026-04-15T20:58:16.873Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1670 | 2026-04-15T20:58:17.125Z | Compiling chacha20poly1305 v0.10.1 |
| 1671 | 2026-04-15T20:58:17.199Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1672 | 2026-04-15T20:58:17.210Z | Compiling argon2 v0.5.3 |
| 1673 | 2026-04-15T20:58:17.251Z | Compiling typify v0.6.1 |
| 1674 | 2026-04-15T20:58:17.343Z | Compiling vsss-rs v3.3.4 |
| 1675 | 2026-04-15T20:58:17.893Z | Compiling toml_edit v0.19.15 |
| 1676 | 2026-04-15T20:58:18.175Z | Compiling proc-macro-crate v3.5.0 |
| 1677 | 2026-04-15T20:58:18.470Z | Compiling tokio-rustls v0.26.4 |
| 1678 | 2026-04-15T20:58:18.621Z | Compiling rustls-platform-verifier v0.6.2 |
| 1679 | 2026-04-15T20:58:18.682Z | Compiling hyper-rustls v0.27.7 |
| 1680 | 2026-04-15T20:58:18.983Z | Compiling reqwest v0.13.2 |
| 1681 | 2026-04-15T20:58:19.093Z | Compiling ciborium v0.2.2 |
| 1682 | 2026-04-15T20:58:19.690Z | Compiling tabwriter v1.4.1 |
| 1683 | 2026-04-15T20:58:20.068Z | Compiling cobs v0.3.0 |
| 1684 | 2026-04-15T20:58:20.175Z | Compiling progenitor-client v0.13.0 |
| 1685 | 2026-04-15T20:58:20.267Z | Compiling memoffset v0.9.1 |
| 1686 | 2026-04-15T20:58:20.304Z | Compiling vcpkg v0.2.15 |
| 1687 | 2026-04-15T20:58:20.415Z | Compiling progenitor-extras v0.1.1 |
| 1688 | 2026-04-15T20:58:20.493Z | Compiling indent_write v2.2.0 |
| 1689 | 2026-04-15T20:58:20.627Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1690 | 2026-04-15T20:58:20.653Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1691 | 2026-04-15T20:58:20.862Z | Compiling pkg-config v0.3.32 |
| 1692 | 2026-04-15T20:58:20.866Z | Compiling unsafe-libyaml v0.2.11 |
| 1693 | 2026-04-15T20:58:21.333Z | Compiling bitflags v1.3.2 |
| 1694 | 2026-04-15T20:58:21.411Z | Compiling managed v0.8.0 |
| 1695 | 2026-04-15T20:58:21.546Z | Compiling cfg_aliases v0.2.1 |
| 1696 | 2026-04-15T20:58:21.620Z | Compiling nix v0.31.2 |
| 1697 | 2026-04-15T20:58:21.730Z | Compiling serde_yaml v0.9.34+deprecated |
| 1698 | 2026-04-15T20:58:21.995Z | Compiling openssl-sys v0.9.112 |
| 1699 | 2026-04-15T20:58:22.767Z | Compiling postcard v1.1.3 |
| 1700 | 2026-04-15T20:58:23.109Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1701 | 2026-04-15T20:58:23.259Z | Compiling proc-macro-crate v1.3.1 |
| 1702 | 2026-04-15T20:58:23.581Z | Compiling num_enum_derive v0.7.6 |
| 1703 | 2026-04-15T20:58:23.600Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1704 | 2026-04-15T20:58:23.698Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1705 | 2026-04-15T20:58:23.933Z | Compiling progenitor-impl v0.13.0 |
| 1706 | 2026-04-15T20:58:23.955Z | Compiling ingot v0.1.1 |
| 1707 | 2026-04-15T20:58:24.611Z | Compiling hubpack_derive v0.1.1 |
| 1708 | 2026-04-15T20:58:25.136Z | Compiling foreign-types-macros v0.2.3 |
| 1709 | 2026-04-15T20:58:25.571Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1710 | 2026-04-15T20:58:25.806Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1711 | 2026-04-15T20:58:26.094Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1712 | 2026-04-15T20:58:26.105Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1713 | 2026-04-15T20:58:26.275Z | Compiling heck v0.4.1 |
| 1714 | 2026-04-15T20:58:26.296Z | Compiling cpufeatures v0.3.0 |
| 1715 | 2026-04-15T20:58:26.327Z | Compiling resolv-conf v0.7.6 |
| 1716 | 2026-04-15T20:58:26.371Z | Compiling rayon-core v1.13.0 |
| 1717 | 2026-04-15T20:58:26.481Z | Compiling swrite v0.1.0 |
| 1718 | 2026-04-15T20:58:26.578Z | Compiling semver v0.1.20 |
| 1719 | 2026-04-15T20:58:26.588Z | Compiling foreign-types-shared v0.3.1 |
| 1720 | 2026-04-15T20:58:26.680Z | Compiling colored v3.1.1 |
| 1721 | 2026-04-15T20:58:26.706Z | Compiling static_assertions v1.1.0 |
| 1722 | 2026-04-15T20:58:26.782Z | Compiling linked-hash-map v0.5.6 |
| 1723 | 2026-04-15T20:58:26.835Z | Compiling rustc_version v0.1.7 |
| 1724 | 2026-04-15T20:58:26.969Z | Compiling lru-cache v0.1.2 |
| 1725 | 2026-04-15T20:58:27.038Z | Compiling foreign-types v0.5.0 |
| 1726 | 2026-04-15T20:58:27.095Z | Compiling chacha20 v0.10.0 |
| 1727 | 2026-04-15T20:58:27.116Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1728 | 2026-04-15T20:58:27.149Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1729 | 2026-04-15T20:58:27.358Z | Compiling hubpack v0.1.2 |
| 1730 | 2026-04-15T20:58:27.508Z | Compiling progenitor-macro v0.13.0 |
| 1731 | 2026-04-15T20:58:27.587Z | Compiling num_enum v0.7.6 |
| 1732 | 2026-04-15T20:58:27.859Z | Compiling num_enum_derive v0.5.11 |
| 1733 | 2026-04-15T20:58:28.419Z | Compiling hickory-proto v0.24.4 |
| 1734 | 2026-04-15T20:58:28.902Z | Compiling crossbeam-deque v0.8.6 |
| 1735 | 2026-04-15T20:58:28.977Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1736 | 2026-04-15T20:58:29.093Z | Compiling serde-big-array v0.5.1 |
| 1737 | 2026-04-15T20:58:29.235Z | Compiling derive-where v1.6.1 |
| 1738 | 2026-04-15T20:58:29.472Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1739 | 2026-04-15T20:58:29.968Z | Compiling pin-project-internal v1.1.11 |
| 1740 | 2026-04-15T20:58:29.980Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-04-15T20:58:29.984Z | Compiling cstr-argument v0.1.2 |
| 1742 | 2026-04-15T20:58:30.142Z | Compiling minimal-lexical v0.2.1 |
| 1743 | 2026-04-15T20:58:30.403Z | Compiling siphasher v1.0.2 |
| 1744 | 2026-04-15T20:58:30.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1745 | 2026-04-15T20:58:30.566Z | Compiling unicode-segmentation v1.13.2 |
| 1746 | 2026-04-15T20:58:30.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1747 | 2026-04-15T20:58:30.711Z | Compiling phf_shared v0.12.1 |
| 1748 | 2026-04-15T20:58:30.886Z | Compiling newline-converter v0.3.0 |
| 1749 | 2026-04-15T20:58:30.990Z | Compiling nom v7.1.3 |
| 1750 | 2026-04-15T20:58:31.003Z | Compiling hickory-resolver v0.24.4 |
| 1751 | 2026-04-15T20:58:31.044Z | Compiling pin-project v1.1.11 |
| 1752 | 2026-04-15T20:58:31.144Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1753 | 2026-04-15T20:58:31.717Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1754 | 2026-04-15T20:58:31.841Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1755 | 2026-04-15T20:58:32.001Z | Compiling num_enum v0.5.11 |
| 1756 | 2026-04-15T20:58:32.334Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1757 | 2026-04-15T20:58:32.542Z | Compiling rand v0.10.1 |
| 1758 | 2026-04-15T20:58:32.660Z | Compiling newtype_derive v0.1.6 |
| 1759 | 2026-04-15T20:58:32.710Z | Compiling progenitor v0.13.0 |
| 1760 | 2026-04-15T20:58:32.869Z | Compiling atomicwrites v0.4.4 |
| 1761 | 2026-04-15T20:58:33.071Z | Compiling unicode-normalization v0.1.25 |
| 1762 | 2026-04-15T20:58:33.263Z | Compiling console v0.15.11 |
| 1763 | 2026-04-15T20:58:33.503Z | Compiling camino-tempfile v1.4.1 |
| 1764 | 2026-04-15T20:58:33.547Z | Compiling tokio-stream v0.1.18 |
| 1765 | 2026-04-15T20:58:33.597Z | Compiling snafu-derive v0.8.9 |
| 1766 | 2026-04-15T20:58:33.676Z | Compiling async-recursion v1.1.1 |
| 1767 | 2026-04-15T20:58:33.701Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1768 | 2026-04-15T20:58:33.745Z | Compiling slog-dtrace v0.3.0 |
| 1769 | 2026-04-15T20:58:33.944Z | Compiling csv-core v0.1.13 |
| 1770 | 2026-04-15T20:58:33.976Z | Compiling bstr v1.12.1 |
| 1771 | 2026-04-15T20:58:33.986Z | Compiling foreign-types-shared v0.1.1 |
| 1772 | 2026-04-15T20:58:34.018Z | Compiling openssl v0.10.76 |
| 1773 | 2026-04-15T20:58:34.073Z | Compiling owo-colors v4.3.0 |
| 1774 | 2026-04-15T20:58:34.210Z | Compiling cancel-safe-futures v0.1.5 |
| 1775 | 2026-04-15T20:58:34.280Z | Compiling chrono-tz v0.10.4 |
| 1776 | 2026-04-15T20:58:34.323Z | Compiling same-file v1.0.6 |
| 1777 | 2026-04-15T20:58:34.362Z | Compiling unicode-width v0.1.14 |
| 1778 | 2026-04-15T20:58:34.398Z | Compiling foldhash v0.1.5 |
| 1779 | 2026-04-15T20:58:34.447Z | Compiling unicode-xid v0.2.6 |
| 1780 | 2026-04-15T20:58:34.472Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1781 | 2026-04-15T20:58:34.490Z | Compiling highway v1.3.0 |
| 1782 | 2026-04-15T20:58:34.490Z | Compiling similar v2.7.0 |
| 1783 | 2026-04-15T20:58:34.560Z | Compiling const_format_proc_macros v0.2.34 |
| 1784 | 2026-04-15T20:58:34.574Z | Compiling hashbrown v0.15.5 |
| 1785 | 2026-04-15T20:58:34.668Z | Compiling walkdir v2.5.0 |
| 1786 | 2026-04-15T20:58:34.879Z | Compiling expectorate v1.2.0 |
| 1787 | 2026-04-15T20:58:35.016Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1788 | 2026-04-15T20:58:35.070Z | Compiling globset v0.4.18 |
| 1789 | 2026-04-15T20:58:35.111Z | Compiling csv v1.4.0 |
| 1790 | 2026-04-15T20:58:35.338Z | Compiling snafu v0.8.9 |
| 1791 | 2026-04-15T20:58:35.349Z | Compiling foreign-types v0.3.2 |
| 1792 | 2026-04-15T20:58:35.480Z | Compiling qorb v0.4.1 |
| 1793 | 2026-04-15T20:58:35.491Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1794 | 2026-04-15T20:58:35.720Z | Compiling olpc-cjson v0.1.4 |
| 1795 | 2026-04-15T20:58:35.884Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1796 | 2026-04-15T20:58:36.961Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1797 | 2026-04-15T20:58:37.372Z | Compiling rayon v1.11.0 |
| 1798 | 2026-04-15T20:58:37.376Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1799 | 2026-04-15T20:58:37.489Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1800 | 2026-04-15T20:58:37.703Z | Compiling phf v0.12.1 |
| 1801 | 2026-04-15T20:58:37.866Z | Compiling zone_cfg_derive v0.3.1 |
| 1802 | 2026-04-15T20:58:38.196Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1803 | 2026-04-15T20:58:38.288Z | Compiling tokio-dtrace v0.1.1 |
| 1804 | 2026-04-15T20:58:38.556Z | Compiling itertools v0.12.1 |
| 1805 | 2026-04-15T20:58:38.565Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1806 | 2026-04-15T20:58:38.754Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1807 | 2026-04-15T20:58:38.765Z | Compiling libsw-core v0.3.2 |
| 1808 | 2026-04-15T20:58:38.881Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1809 | 2026-04-15T20:58:38.926Z | Compiling serde_plain v1.0.2 |
| 1810 | 2026-04-15T20:58:38.999Z | Compiling num-derive v0.4.2 |
| 1811 | 2026-04-15T20:58:39.128Z | Compiling openssl-macros v0.1.1 |
| 1812 | 2026-04-15T20:58:39.131Z | Compiling pem v3.0.6 |
| 1813 | 2026-04-15T20:58:39.147Z | Compiling cookie v0.18.1 |
| 1814 | 2026-04-15T20:58:39.221Z | Compiling sigpipe v0.1.3 |
| 1815 | 2026-04-15T20:58:39.308Z | Compiling fixedbitset v0.4.2 |
| 1816 | 2026-04-15T20:58:39.363Z | Compiling jiff v0.2.23 |
| 1817 | 2026-04-15T20:58:39.454Z | Compiling typed-path v0.9.3 |
| 1818 | 2026-04-15T20:58:39.511Z | Compiling fixedbitset v0.5.7 |
| 1819 | 2026-04-15T20:58:39.538Z | Compiling bytecount v0.6.9 |
| 1820 | 2026-04-15T20:58:39.593Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1821 | 2026-04-15T20:58:39.671Z | Compiling glob v0.3.3 |
| 1822 | 2026-04-15T20:58:39.772Z | Compiling petgraph v0.8.3 |
| 1823 | 2026-04-15T20:58:39.819Z | Compiling zone v0.3.1 |
| 1824 | 2026-04-15T20:58:39.839Z | Compiling papergrid v0.11.0 |
| 1825 | 2026-04-15T20:58:39.933Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1826 | 2026-04-15T20:58:40.328Z | Compiling tough v0.20.0 |
| 1827 | 2026-04-15T20:58:40.608Z | Compiling petgraph v0.6.5 |
| 1828 | 2026-04-15T20:58:40.826Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1829 | 2026-04-15T20:58:41.566Z | Compiling libsw v3.5.0 |
| 1830 | 2026-04-15T20:58:41.612Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1831 | 2026-04-15T20:58:41.741Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1832 | 2026-04-15T20:58:41.991Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1833 | 2026-04-15T20:58:42.095Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1834 | 2026-04-15T20:58:42.803Z | Compiling oxide-tokio-rt v0.1.3 |
| 1835 | 2026-04-15T20:58:43.222Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1836 | 2026-04-15T20:58:43.352Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1837 | 2026-04-15T20:58:43.385Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1838 | 2026-04-15T20:58:43.405Z | Compiling const_format v0.2.35 |
| 1839 | 2026-04-15T20:58:43.715Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1840 | 2026-04-15T20:58:44.044Z | Compiling tabled_derive v0.7.0 |
| 1841 | 2026-04-15T20:58:44.244Z | Compiling gethostname v0.5.0 |
| 1842 | 2026-04-15T20:58:44.288Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1843 | 2026-04-15T20:58:44.328Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1844 | 2026-04-15T20:58:44.362Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1845 | 2026-04-15T20:58:44.413Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1846 | 2026-04-15T20:58:44.479Z | Compiling bcs v0.1.6 |
| 1847 | 2026-04-15T20:58:44.792Z | Compiling smf v0.2.3 |
| 1848 | 2026-04-15T20:58:44.986Z | Compiling smawk v0.3.2 |
| 1849 | 2026-04-15T20:58:45.011Z | Compiling linear-map v1.2.0 |
| 1850 | 2026-04-15T20:58:45.023Z | Compiling whoami v1.6.1 |
| 1851 | 2026-04-15T20:58:45.127Z | Compiling termtree v0.5.1 |
| 1852 | 2026-04-15T20:58:45.191Z | Compiling lazy_static v1.5.0 |
| 1853 | 2026-04-15T20:58:45.278Z | Compiling unicode-linebreak v0.1.5 |
| 1854 | 2026-04-15T20:58:45.295Z | Compiling tagptr v0.2.0 |
| 1855 | 2026-04-15T20:58:45.330Z | Compiling steno v0.4.1 |
| 1856 | 2026-04-15T20:58:45.443Z | Compiling moka v0.12.15 |
| 1857 | 2026-04-15T20:58:45.523Z | Compiling textwrap v0.16.2 |
| 1858 | 2026-04-15T20:58:45.768Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1859 | 2026-04-15T20:58:45.779Z | Compiling tabled v0.15.0 |
| 1860 | 2026-04-15T20:58:46.056Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1861 | 2026-04-15T20:58:46.157Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1862 | 2026-04-15T20:58:46.215Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1863 | 2026-04-15T20:58:46.251Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1864 | 2026-04-15T20:58:47.402Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1865 | 2026-04-15T20:58:48.343Z | Compiling hickory-proto v0.25.2 |
| 1866 | 2026-04-15T20:58:48.513Z | Compiling humantime v2.3.0 |
| 1867 | 2026-04-15T20:58:48.646Z | Compiling num-derive v0.3.3 |
| 1868 | 2026-04-15T20:58:48.798Z | Compiling parking_lot_core v0.8.6 |
| 1869 | 2026-04-15T20:58:49.091Z | Compiling crc32fast v1.5.0 |
| 1870 | 2026-04-15T20:58:49.236Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1871 | 2026-04-15T20:58:49.590Z | Compiling libscf-sys v1.1.0 |
| 1872 | 2026-04-15T20:58:49.629Z | Compiling parking_lot v0.11.2 |
| 1873 | 2026-04-15T20:58:49.723Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1874 | 2026-04-15T20:58:49.735Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1875 | 2026-04-15T20:58:49.800Z | Compiling fxhash v0.2.1 |
| 1876 | 2026-04-15T20:58:49.940Z | Compiling internet-checksum v0.2.1 |
| 1877 | 2026-04-15T20:58:49.960Z | Compiling sled v0.34.7 |
| 1878 | 2026-04-15T20:58:50.049Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1879 | 2026-04-15T20:58:50.077Z | Compiling yansi v1.0.1 |
| 1880 | 2026-04-15T20:58:50.117Z | Compiling diff v0.1.13 |
| 1881 | 2026-04-15T20:58:50.268Z | Compiling hickory-resolver v0.25.2 |
| 1882 | 2026-04-15T20:58:50.395Z | Compiling pretty_assertions v1.4.1 |
| 1883 | 2026-04-15T20:58:51.076Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1884 | 2026-04-15T20:58:55.296Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1885 | 2026-04-15T20:59:02.391Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1886 | 2026-04-15T20:59:03.987Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1887 | 2026-04-15T20:59:05.052Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1888 | 2026-04-15T20:59:06.173Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1889 | 2026-04-15T20:59:06.962Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1890 | 2026-04-15T20:59:09.867Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1891 | 2026-04-15T20:59:30.061Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1892 | 2026-04-15T20:59:30.233Z | ──────────── |
| 1893 | 2026-04-15T20:59:30.234Z | Nextest run ID 0cf1fd65-cc97-44da-a748-684e80e8a634 with nextest profile: default |
| 1894 | 2026-04-15T20:59:30.234Z | Starting 2 tests across 1 binary |
| 1895 | 2026-04-15T20:59:30.239Z | START bfd test::test_new_daemon |
| 1896 | 2026-04-15T20:59:30.243Z | |
| 1897 | 2026-04-15T20:59:30.243Z | running 1 test |
| 1898 | 2026-04-15T20:59:30.278Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
| 1899 | 2026-04-15T20:59:30.278Z | |
| 1900 | 2026-04-15T20:59:30.283Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s |
| 1901 | 2026-04-15T20:59:30.283Z | |
| 1902 | 2026-04-15T20:59:30.283Z | PASS [ 0.048s] bfd test::test_new_daemon |
| 1903 | 2026-04-15T20:59:30.287Z | START bfd test::test_protocol_basics |
| 1904 | 2026-04-15T20:59:30.301Z | |
| 1905 | 2026-04-15T20:59:30.301Z | running 1 test |
| 1906 | 2026-04-15T20:59:30.332Z | {{""msg":"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1801998874, 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: 2933793971, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v","v"::0,"name":"slog-rs"0,,""levelname"":"slog-rs",":level":1010,"time":"2026-04-15T20:59:29.371911338Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F,""time":"2026-04-15T20:59:29.371907028Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F",,""pid"pid:":48344834,,""peerpeer""::""203.0.113.20"203.0.113.10",","state"state:"":"Down"Down,""unit",:""unit":"session"session",,""module":module"":"state_machinestate_machine"",,""componentcomponent":"":"bfd"bfd"}} |
| 1907 | 2026-04-15T20:59:30.332Z | |
| 1908 | 2026-04-15T20:59:30.332Z | {"msg":"transition -> Init","v":0,"name":"slog-rs","level":30{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-04-15T20:59:29.372186391Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,","peer":"time":"203.0.113.10","state":"2026-04-15T20:59:29.372189651ZDown"",","unit":"hostname":"session","module":"w-01KP9EPNG16WPB993SJ4G26W7F"state_machine",","pid":component":4834"bfd"} |
| 1909 | 2026-04-15T20:59:30.332Z | ,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":"bfd"} |
| 1910 | 2026-04-15T20:59:31.327Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2933793971, your_discriminator: 1801998874, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-15T20:59:30.369457161Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1911 | 2026-04-15T20:59:31.327Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-15T20:59:30.369499232Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1912 | 2026-04-15T20:59:31.331Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1801998874, your_discriminator: 2933793971, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-15T20:59:30.37179737Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1913 | 2026-04-15T20:59:31.331Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-15T20:59:30.3718371Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"} |
| 1914 | 2026-04-15T20:59:36.327Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2933793971, your_discriminator: 1801998874, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-15T20:59:35.369629288Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1915 | 2026-04-15T20:59:36.331Z | {"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1801998874, your_discriminator: 2933793971, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-15T20:59:35.371882216Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1916 | 2026-04-15T20:59:40.329Z | {"msg":"dropping SM for 203.0.113.10","v":{0,"name":"slog-rs","level":40"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-04-15T20:59:39.371902998Z","hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.10","state":"Up","unit":"session","module":","state_machine"time,"":component"":"bfd"}2026-04-15T20:59:39.371914808Z" |
| 1917 | 2026-04-15T20:59:40.329Z | ,"hostname":"w-01KP9EPNG16WPB993SJ4G26W7F","pid":4834,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"} |
| 1918 | 2026-04-15T20:59:40.334Z | test test::test_protocol_basics ... ok |
| 1919 | 2026-04-15T20:59:40.334Z | |
| 1920 | 2026-04-15T20:59:40.334Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s |
| 1921 | 2026-04-15T20:59:40.334Z | |
| 1922 | 2026-04-15T20:59:40.338Z | PASS [ 10.056s] bfd test::test_protocol_basics |
| 1923 | 2026-04-15T20:59:40.342Z | ──────────── |
| 1924 | 2026-04-15T20:59:40.342Z | Summary [ 10.106s] 2 tests run: 2 passed, 0 skipped |
| 1925 | 2026-04-15T20:59:40.352Z | process exited: duration 300226 ms, exit code 0 |
| |
| 1926 | 2026-04-15T20:59:40.360Z | found 0 output files |