|
|
|
| 1 | 2026-04-25T00:36:01.519Z | job assigned to worker 01KQ10ZNBRTQYETFWYAY4SEWY6 [factory aws, i-026d794d2d650fcbd] (queued for 1 m 7 s) |
| |
| 2 | 2026-04-25T00:36:08.531Z | starting task 0: "setup" |
| 3 | 2026-04-25T00:36:08.535Z | ++ uname -s |
| 4 | 2026-04-25T00:36:08.538Z | + kern=SunOS |
| 5 | 2026-04-25T00:36:08.539Z | + build_user=build |
| 6 | 2026-04-25T00:36:08.539Z | + build_uid=12345 |
| 7 | 2026-04-25T00:36:08.539Z | + work_dir=/work |
| 8 | 2026-04-25T00:36:08.539Z | + input_dir=/input |
| 9 | 2026-04-25T00:36:08.539Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-25T00:36:08.539Z | + case "$kern" in |
| 11 | 2026-04-25T00:36:08.539Z | + groupadd -g 12345 build |
| 12 | 2026-04-25T00:36:08.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-25T00:36:10.546Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-25T00:36:10.608Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-25T00:36:10.612Z | + home_fs=zfs |
| 16 | 2026-04-25T00:36:10.612Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-25T00:36:10.612Z | + mkdir -p /home/build |
| 18 | 2026-04-25T00:36:10.612Z | + chown build:build /home/build /work |
| 19 | 2026-04-25T00:36:12.612Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-25T00:36:12.616Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2026-04-25T00:36:12.623Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-25T00:36:12.627Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-25T00:36:12.627Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-25T00:36:12.627Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-25T00:36:12.627Z | * rust toolchain channel = "stable" |
| 26 | 2026-04-25T00:36:12.627Z | * rust toolchain profile = "default" |
| 27 | 2026-04-25T00:36:12.627Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-25T00:36:12.631Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-25T00:36:12.631Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-25T00:36:12.749Z | info: downloading installer |
| 31 | 2026-04-25T00:36:14.176Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-25T00:36:14.176Z | warn: /opt/ooce/bin |
| 33 | 2026-04-25T00:36:14.176Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-25T00:36:14.176Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-25T00:36:14.176Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-25T00:36:14.176Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-25T00:36:14.176Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-25T00:36:14.176Z | error: cannot install while Rust is installed |
| 39 | 2026-04-25T00:36:14.177Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-25T00:36:14.177Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-25T00:36:14.177Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-25T00:36:14.177Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-25T00:36:14.177Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-25T00:36:14.189Z | info: profile set to default |
| 45 | 2026-04-25T00:36:14.189Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-25T00:36:14.193Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-25T00:36:14.324Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-25T00:36:14.328Z | info: downloading 6 components |
| 49 | 2026-04-25T00:36:28.644Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-25T00:36:28.644Z | |
| 51 | 2026-04-25T00:36:28.686Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-25T00:36:28.686Z | |
| 53 | 2026-04-25T00:36:28.686Z | |
| 54 | 2026-04-25T00:36:28.686Z | Rust is installed now. Great! |
| 55 | 2026-04-25T00:36:28.686Z | |
| 56 | 2026-04-25T00:36:28.686Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-25T00:36:28.686Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-25T00:36:28.686Z | |
| 59 | 2026-04-25T00:36:28.686Z | To configure your current shell, you need to source |
| 60 | 2026-04-25T00:36:28.686Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-25T00:36:28.686Z | |
| 62 | 2026-04-25T00:36:28.686Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-25T00:36:28.686Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-25T00:36:28.686Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-25T00:36:28.686Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-25T00:36:28.686Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-25T00:36:28.686Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-25T00:36:28.686Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-25T00:36:28.690Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-25T00:36:28.690Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-25T00:36:28.784Z | + rustup --version |
| 72 | 2026-04-25T00:36:28.793Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-25T00:36:28.796Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-25T00:36:28.815Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-25T00:36:28.819Z | + cargo --version |
| 76 | 2026-04-25T00:36:28.832Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-25T00:36:28.835Z | + rustc --version |
| 78 | 2026-04-25T00:36:28.855Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-25T00:36:28.858Z | process exited: duration 16232 ms, exit code 0 |
| |
| 80 | 2026-04-25T00:36:28.865Z | starting task 2: "authentication" |
| 81 | 2026-04-25T00:36:28.881Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-25T00:36:28.888Z | starting task 3: "clone repository" |
| 83 | 2026-04-25T00:36:28.891Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-25T00:36:28.895Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-25T00:36:28.934Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-25T00:36:30.036Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-25T00:36:30.036Z | + git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 88 | 2026-04-25T00:36:30.408Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-25T00:36:30.408Z | * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD |
| 90 | 2026-04-25T00:36:30.413Z | + [[ -n trey/light-cleanup ]] |
| 91 | 2026-04-25T00:36:30.417Z | ++ git branch --show-current |
| 92 | 2026-04-25T00:36:30.417Z | + current=main |
| 93 | 2026-04-25T00:36:30.417Z | + [[ main != trey/light-cleanup ]] |
| 94 | 2026-04-25T00:36:30.417Z | + git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 95 | 2026-04-25T00:36:30.420Z | + git checkout -f trey/light-cleanup |
| 96 | 2026-04-25T00:36:30.435Z | Switched to branch 'trey/light-cleanup' |
| 97 | 2026-04-25T00:36:30.438Z | + git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 98 | 2026-04-25T00:36:30.451Z | HEAD is now at 49a9983 LoopbackIpManager: cargo fmt |
| 99 | 2026-04-25T00:36:30.455Z | process exited: duration 1564 ms, exit code 0 |
| |
| 100 | 2026-04-25T00:36:30.462Z | starting task 4: "build" |
| 101 | 2026-04-25T00:36:30.466Z | + set -e |
| 102 | 2026-04-25T00:36:30.466Z | + source .github/buildomat/test-common.sh |
| 103 | 2026-04-25T00:36:30.469Z | ++ NEXTEST_VERSION=0.9.97 |
| 104 | 2026-04-25T00:36:30.469Z | ++ PLATFORM=illumos |
| 105 | 2026-04-25T00:36:30.469Z | ++ banner install |
| 106 | 2026-04-25T00:36:30.469Z | |
| 107 | 2026-04-25T00:36:30.469Z | # # # #### ##### ## # # |
| 108 | 2026-04-25T00:36:30.469Z | # ## # # # # # # # |
| 109 | 2026-04-25T00:36:30.469Z | # # # # #### # # # # # |
| 110 | 2026-04-25T00:36:30.469Z | # # # # # # ###### # # |
| 111 | 2026-04-25T00:36:30.469Z | # # ## # # # # # # # |
| 112 | 2026-04-25T00:36:30.469Z | # # # #### # # # ###### ###### |
| 113 | 2026-04-25T00:36:30.469Z | |
| 114 | 2026-04-25T00:36:30.469Z | ++ set +o errexit |
| 115 | 2026-04-25T00:36:30.469Z | ++ pkg info clang-15 |
| 116 | 2026-04-25T00:36:30.473Z | ++ grep -qi installed |
| 117 | 2026-04-25T00:36:31.627Z | pkg: info: no packages matching the following patterns you specified are |
| 118 | 2026-04-25T00:36:31.627Z | installed on the system. Try querying remotely instead: |
| 119 | 2026-04-25T00:36:31.627Z | |
| 120 | 2026-04-25T00:36:31.627Z | clang-15 |
| 121 | 2026-04-25T00:36:31.664Z | ++ [[ 1 != 0 ]] |
| 122 | 2026-04-25T00:36:31.667Z | ++ set -o errexit |
| 123 | 2026-04-25T00:36:31.667Z | ++ pfexec pkg install clang-15 |
| 124 | 2026-04-25T00:36:41.223Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 125 | 2026-04-25T00:36:48.602Z | Startup: Caching catalogs ... Done |
| 126 | 2026-04-25T00:36:55.044Z | Planning: Solver setup ... Done |
| 127 | 2026-04-25T00:36:55.078Z | Planning: Running solver ... Done |
| 128 | 2026-04-25T00:36:55.207Z | Planning: Finding local manifests ... Done |
| 129 | 2026-04-25T00:36:55.258Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-04-25T00:36:55.422Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-04-25T00:36:55.452Z | Planning: Package planning ... Done |
| 132 | 2026-04-25T00:36:55.478Z | Planning: Merging actions ... Done |
| 133 | 2026-04-25T00:36:55.589Z | Planning: Checking for conflicting actions ... Done |
| 134 | 2026-04-25T00:36:55.594Z | Planning: Consolidating action changes ... Done |
| 135 | 2026-04-25T00:36:56.368Z | Planning: Evaluating mediators ... Done |
| 136 | 2026-04-25T00:36:56.374Z | Planning: Planning completed in 7.61 seconds |
| 137 | 2026-04-25T00:36:56.386Z | Packages to install: 2 |
| 138 | 2026-04-25T00:36:56.386Z | Mediators to change: 2 |
| 139 | 2026-04-25T00:36:56.386Z | Services to change: 1 |
| 140 | 2026-04-25T00:36:56.389Z | Create boot environment: No |
| 141 | 2026-04-25T00:36:56.389Z | Create backup boot environment: No |
| 142 | 2026-04-25T00:36:56.428Z | |
| 143 | 2026-04-25T00:36:56.428Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 144 | 2026-04-25T00:37:01.563Z | Download: 290/3076 items 15.7/211.3MB 7% complete (3.4M/s) |
| 145 | 2026-04-25T00:37:06.579Z | Download: 671/3076 items 17.6/211.3MB 8% complete (1.8M/s) |
| 146 | 2026-04-25T00:37:12.638Z | Download: 980/3076 items 81.0/211.3MB 38% complete (6.6M/s) |
| 147 | 2026-04-25T00:37:19.278Z | Download: 983/3076 items 81.6/211.3MB 38% complete (6.4M/s) |
| 148 | 2026-04-25T00:37:27.241Z | Download: 984/3076 items 81.6/211.3MB 38% complete |
| 149 | 2026-04-25T00:37:32.318Z | Download: 1077/3076 items 114.2/211.3MB 54% complete (7.1M/s) |
| 150 | 2026-04-25T00:37:37.416Z | Download: 1188/3076 items 115.3/211.3MB 54% complete (3.6M/s) |
| 151 | 2026-04-25T00:37:42.573Z | Download: 1299/3076 items 115.6/211.3MB 54% complete (1003k/s) |
| 152 | 2026-04-25T00:37:47.591Z | Download: 1711/3076 items 116.8/211.3MB 55% complete (158k/s) |
| 153 | 2026-04-25T00:37:52.617Z | Download: 1946/3076 items 117.2/211.3MB 55% complete (158k/s) |
| 154 | 2026-04-25T00:37:57.618Z | Download: 1998/3076 items 117.4/211.3MB 55% complete (57.1k/s) |
| 155 | 2026-04-25T00:38:13.366Z | Download: 2005/3076 items 117.7/211.3MB 55% complete |
| 156 | 2026-04-25T00:38:27.623Z | Download: 2006/3076 items 117.7/211.3MB 55% complete |
| 157 | 2026-04-25T00:38:32.632Z | Download: 2457/3076 items 119.4/211.3MB 56% complete (361k/s) |
| 158 | 2026-04-25T00:38:38.206Z | Download: 3026/3076 items 201.6/211.3MB 95% complete (8.8M/s) |
| 159 | 2026-04-25T00:38:43.953Z | Download: 3032/3076 items 201.8/211.3MB 95% complete (8.6M/s) |
| 160 | 2026-04-25T00:38:50.367Z | Download: 3034/3076 items 201.8/211.3MB 95% complete |
| 161 | 2026-04-25T00:38:58.166Z | Download: 3073/3076 items 209.9/211.3MB 99% complete (852k/s) |
| 162 | 2026-04-25T00:38:58.210Z | Download: Completed 211.31 MB in 121.77 seconds (1.7M/s) |
| 163 | 2026-04-25T00:38:58.338Z | Actions: 1/3418 actions (Installing new actions) |
| 164 | 2026-04-25T00:39:01.479Z | Actions: Completed 3418 actions in 3.14 seconds. |
| 165 | 2026-04-25T00:39:01.783Z | Done |
| 166 | 2026-04-25T00:39:01.783Z | Done |
| 167 | 2026-04-25T00:39:02.509Z | Done |
| 168 | 2026-04-25T00:39:05.630Z | Done |
| 169 | 2026-04-25T00:39:05.709Z | Done |
| 170 | 2026-04-25T00:39:05.713Z | Done |
| 171 | 2026-04-25T00:39:06.030Z | Done |
| 172 | 2026-04-25T00:39:06.705Z | ++ set -o errexit |
| 173 | 2026-04-25T00:39:06.705Z | ++ cargo --version |
| 174 | 2026-04-25T00:39:06.712Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 175 | 2026-04-25T00:39:06.854Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 176 | 2026-04-25T00:39:06.858Z | info: downloading 6 components |
| 177 | 2026-04-25T00:39:21.158Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 178 | 2026-04-25T00:39:21.162Z | ++ rustc --version |
| 179 | 2026-04-25T00:39:21.190Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 180 | 2026-04-25T00:39:21.195Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 181 | 2026-04-25T00:39:21.239Z | Updating crates.io index |
| 182 | 2026-04-25T00:39:21.351Z | Downloading crates ... |
| 183 | 2026-04-25T00:39:21.407Z | Downloaded cargo-nextest v0.9.97 |
| 184 | 2026-04-25T00:39:21.472Z | Installing cargo-nextest v0.9.97 |
| 185 | 2026-04-25T00:39:21.518Z | Updating crates.io index |
| 186 | 2026-04-25T00:39:23.969Z | Locking 408 packages to latest compatible versions |
| 187 | 2026-04-25T00:39:23.974Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 188 | 2026-04-25T00:39:23.977Z | Adding duct v0.13.7 (available: v1.1.1) |
| 189 | 2026-04-25T00:39:23.977Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 190 | 2026-04-25T00:39:23.977Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 191 | 2026-04-25T00:39:23.981Z | Adding idna_adapter v1.0.0 (available: v1.2.1) |
| 192 | 2026-04-25T00:39:23.981Z | Adding nextest-filtering v0.15.0 (available: v0.21.0) |
| 193 | 2026-04-25T00:39:23.981Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 194 | 2026-04-25T00:39:23.985Z | Adding nextest-runner v0.80.0 (available: v0.114.0) |
| 195 | 2026-04-25T00:39:23.985Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 196 | 2026-04-25T00:39:24.003Z | Adding target-lexicon v0.13.3 (available: v0.13.5) |
| 197 | 2026-04-25T00:39:24.012Z | Downloading crates ... |
| 198 | 2026-04-25T00:39:24.081Z | Downloaded addr2line v0.25.1 |
| 199 | 2026-04-25T00:39:24.086Z | Downloaded autocfg v1.5.0 |
| 200 | 2026-04-25T00:39:24.089Z | Downloaded generic-array v0.14.7 |
| 201 | 2026-04-25T00:39:24.093Z | Downloaded anstyle-parse v1.0.0 |
| 202 | 2026-04-25T00:39:24.096Z | Downloaded adler2 v2.0.1 |
| 203 | 2026-04-25T00:39:24.096Z | Downloaded base64ct v1.8.3 |
| 204 | 2026-04-25T00:39:24.099Z | Downloaded home v0.5.12 |
| 205 | 2026-04-25T00:39:24.099Z | Downloaded anstyle-query v1.1.5 |
| 206 | 2026-04-25T00:39:24.103Z | Downloaded clap_lex v1.1.0 |
| 207 | 2026-04-25T00:39:24.106Z | Downloaded cargo_metadata v0.20.0 |
| 208 | 2026-04-25T00:39:24.111Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 209 | 2026-04-25T00:39:24.114Z | Downloaded console v0.15.11 |
| 210 | 2026-04-25T00:39:24.118Z | Downloaded os_pipe v1.2.3 |
| 211 | 2026-04-25T00:39:24.121Z | Downloaded camino-tempfile v1.4.1 |
| 212 | 2026-04-25T00:39:24.121Z | Downloaded crypto-common v0.1.7 |
| 213 | 2026-04-25T00:39:24.121Z | Downloaded bitflags v2.11.1 |
| 214 | 2026-04-25T00:39:24.125Z | Downloaded mukti-metadata v0.3.0 |
| 215 | 2026-04-25T00:39:24.128Z | Downloaded lru-slab v0.1.2 |
| 216 | 2026-04-25T00:39:24.128Z | Downloaded percent-encoding v2.3.2 |
| 217 | 2026-04-25T00:39:24.128Z | Downloaded color-spantrace v0.3.0 |
| 218 | 2026-04-25T00:39:24.132Z | Downloaded bytes v1.11.1 |
| 219 | 2026-04-25T00:39:24.135Z | Downloaded nextest-filtering v0.15.0 |
| 220 | 2026-04-25T00:39:24.138Z | Downloaded document-features v0.2.12 |
| 221 | 2026-04-25T00:39:24.138Z | Downloaded lock_api v0.4.14 |
| 222 | 2026-04-25T00:39:24.142Z | Downloaded atomicwrites v0.4.4 |
| 223 | 2026-04-25T00:39:24.142Z | Downloaded parking_lot_core v0.9.12 |
| 224 | 2026-04-25T00:39:24.145Z | Downloaded rustc_version v0.4.1 |
| 225 | 2026-04-25T00:39:24.145Z | Downloaded ordered-float v2.10.1 |
| 226 | 2026-04-25T00:39:24.150Z | Downloaded newtype-uuid v1.3.2 |
| 227 | 2026-04-25T00:39:24.153Z | Downloaded once_cell v1.21.4 |
| 228 | 2026-04-25T00:39:24.153Z | Downloaded cargo-platform v0.2.0 |
| 229 | 2026-04-25T00:39:24.156Z | Downloaded cargo-platform v0.3.3 |
| 230 | 2026-04-25T00:39:24.156Z | Downloaded guppy-workspace-hack v0.1.0 |
| 231 | 2026-04-25T00:39:24.160Z | Downloaded cfg-if v1.0.4 |
| 232 | 2026-04-25T00:39:24.160Z | Downloaded pathdiff v0.2.3 |
| 233 | 2026-04-25T00:39:24.160Z | Downloaded openssl-probe v0.2.1 |
| 234 | 2026-04-25T00:39:24.163Z | Downloaded hyper-tls v0.6.0 |
| 235 | 2026-04-25T00:39:24.163Z | Downloaded digest v0.10.7 |
| 236 | 2026-04-25T00:39:24.163Z | Downloaded backtrace-ext v0.2.1 |
| 237 | 2026-04-25T00:39:24.167Z | Downloaded anstyle v1.0.14 |
| 238 | 2026-04-25T00:39:24.167Z | Downloaded rustc-hash v2.1.2 |
| 239 | 2026-04-25T00:39:24.167Z | Downloaded nested v0.1.1 |
| 240 | 2026-04-25T00:39:24.170Z | Downloaded curve25519-dalek v4.1.3 |
| 241 | 2026-04-25T00:39:24.173Z | Downloaded nextest-workspace-hack v0.1.0 |
| 242 | 2026-04-25T00:39:24.174Z | Downloaded futures-macro v0.3.32 |
| 243 | 2026-04-25T00:39:24.177Z | Downloaded fnv v1.0.7 |
| 244 | 2026-04-25T00:39:24.177Z | Downloaded miniz_oxide v0.8.9 |
| 245 | 2026-04-25T00:39:24.177Z | Downloaded futures-core v0.3.32 |
| 246 | 2026-04-25T00:39:24.181Z | Downloaded errno v0.3.14 |
| 247 | 2026-04-25T00:39:24.181Z | Downloaded openssl-macros v0.1.1 |
| 248 | 2026-04-25T00:39:24.181Z | Downloaded indenter v0.3.4 |
| 249 | 2026-04-25T00:39:24.181Z | Downloaded indent_write v2.2.0 |
| 250 | 2026-04-25T00:39:24.184Z | Downloaded atomic-waker v1.1.2 |
| 251 | 2026-04-25T00:39:24.184Z | Downloaded block-buffer v0.10.4 |
| 252 | 2026-04-25T00:39:24.184Z | Downloaded futures-task v0.3.32 |
| 253 | 2026-04-25T00:39:24.187Z | Downloaded futures-io v0.3.32 |
| 254 | 2026-04-25T00:39:24.187Z | Downloaded cpufeatures v0.2.17 |
| 255 | 2026-04-25T00:39:24.191Z | Downloaded pulldown-cmark v0.13.3 |
| 256 | 2026-04-25T00:39:24.194Z | Downloaded foreign-types-shared v0.1.1 |
| 257 | 2026-04-25T00:39:24.194Z | Downloaded itoa v1.0.18 |
| 258 | 2026-04-25T00:39:24.198Z | Downloaded humantime-serde v1.1.1 |
| 259 | 2026-04-25T00:39:24.201Z | Downloaded scopeguard v1.2.0 |
| 260 | 2026-04-25T00:39:24.201Z | Downloaded http-body v1.0.1 |
| 261 | 2026-04-25T00:39:24.201Z | Downloaded futures-sink v0.3.32 |
| 262 | 2026-04-25T00:39:24.201Z | Downloaded equivalent v1.0.2 |
| 263 | 2026-04-25T00:39:24.204Z | Downloaded enable-ansi-support v0.2.1 |
| 264 | 2026-04-25T00:39:24.205Z | Downloaded cfg_aliases v0.2.1 |
| 265 | 2026-04-25T00:39:24.208Z | Downloaded debug-ignore v1.0.5 |
| 266 | 2026-04-25T00:39:24.208Z | Downloaded form_urlencoded v1.2.2 |
| 267 | 2026-04-25T00:39:24.211Z | Downloaded dialoguer v0.11.0 |
| 268 | 2026-04-25T00:39:24.215Z | Downloaded either v1.15.0 |
| 269 | 2026-04-25T00:39:24.215Z | Downloaded number_prefix v0.4.0 |
| 270 | 2026-04-25T00:39:24.218Z | Downloaded ed25519 v2.2.3 |
| 271 | 2026-04-25T00:39:24.221Z | Downloaded borsh v1.6.1 |
| 272 | 2026-04-25T00:39:24.224Z | Downloaded serde_spanned v1.1.1 |
| 273 | 2026-04-25T00:39:24.225Z | Downloaded serde_spanned v0.6.9 |
| 274 | 2026-04-25T00:39:24.228Z | Downloaded is_ci v1.2.0 |
| 275 | 2026-04-25T00:39:24.228Z | Downloaded lazy_static v1.5.0 |
| 276 | 2026-04-25T00:39:24.228Z | Downloaded heck v0.5.0 |
| 277 | 2026-04-25T00:39:24.228Z | Downloaded async-scoped v0.9.0 |
| 278 | 2026-04-25T00:39:24.231Z | Downloaded is_terminal_polyfill v1.70.2 |
| 279 | 2026-04-25T00:39:24.231Z | Downloaded serde-value v0.7.0 |
| 280 | 2026-04-25T00:39:24.231Z | Downloaded colorchoice v1.0.5 |
| 281 | 2026-04-25T00:39:24.235Z | Downloaded nextest-metadata v0.12.2 |
| 282 | 2026-04-25T00:39:24.235Z | Downloaded miette-derive v7.6.0 |
| 283 | 2026-04-25T00:39:24.235Z | Downloaded shared_child v1.1.1 |
| 284 | 2026-04-25T00:39:24.238Z | Downloaded shell-words v1.1.1 |
| 285 | 2026-04-25T00:39:24.238Z | Downloaded rand_core v0.9.5 |
| 286 | 2026-04-25T00:39:24.241Z | Downloaded native-tls v0.2.18 |
| 287 | 2026-04-25T00:39:24.241Z | Downloaded http-body-util v0.1.3 |
| 288 | 2026-04-25T00:39:24.245Z | Downloaded supports-color v3.0.2 |
| 289 | 2026-04-25T00:39:24.248Z | Downloaded fixedbitset v0.5.7 |
| 290 | 2026-04-25T00:39:24.248Z | Downloaded quote v1.0.45 |
| 291 | 2026-04-25T00:39:24.252Z | Downloaded self_update v0.42.0 |
| 292 | 2026-04-25T00:39:24.252Z | Downloaded ryu v1.0.23 |
| 293 | 2026-04-25T00:39:24.255Z | Downloaded idna_adapter v1.0.0 |
| 294 | 2026-04-25T00:39:24.255Z | Downloaded foreign-types v0.3.2 |
| 295 | 2026-04-25T00:39:24.255Z | Downloaded filetime v0.2.27 |
| 296 | 2026-04-25T00:39:24.258Z | Downloaded hex v0.4.3 |
| 297 | 2026-04-25T00:39:24.258Z | Downloaded fastrand v2.4.1 |
| 298 | 2026-04-25T00:39:24.258Z | Downloaded cargo_metadata v0.23.1 |
| 299 | 2026-04-25T00:39:24.262Z | Downloaded cargo-util-schemas v0.2.0 |
| 300 | 2026-04-25T00:39:24.262Z | Downloaded sigchld v0.2.4 |
| 301 | 2026-04-25T00:39:24.262Z | Downloaded signal-hook-mio v0.2.5 |
| 302 | 2026-04-25T00:39:24.265Z | Downloaded supports-unicode v3.0.0 |
| 303 | 2026-04-25T00:39:24.265Z | Downloaded supports-hyperlinks v3.2.0 |
| 304 | 2026-04-25T00:39:24.265Z | Downloaded foldhash v0.1.5 |
| 305 | 2026-04-25T00:39:24.265Z | Downloaded strsim v0.11.1 |
| 306 | 2026-04-25T00:39:24.269Z | Downloaded strip-ansi-escapes v0.2.1 |
| 307 | 2026-04-25T00:39:24.269Z | Downloaded anstream v1.0.0 |
| 308 | 2026-04-25T00:39:24.269Z | Downloaded swrite v0.1.0 |
| 309 | 2026-04-25T00:39:24.272Z | Downloaded serde-untagged v0.1.9 |
| 310 | 2026-04-25T00:39:24.272Z | Downloaded subtle v2.6.1 |
| 311 | 2026-04-25T00:39:24.272Z | Downloaded globset v0.4.18 |
| 312 | 2026-04-25T00:39:24.272Z | Downloaded crc32fast v1.5.0 |
| 313 | 2026-04-25T00:39:24.276Z | Downloaded terminal_size v0.4.4 |
| 314 | 2026-04-25T00:39:24.276Z | Downloaded const-oid v0.9.6 |
| 315 | 2026-04-25T00:39:24.276Z | Downloaded getrandom v0.4.2 |
| 316 | 2026-04-25T00:39:24.279Z | Downloaded futures-executor v0.3.32 |
| 317 | 2026-04-25T00:39:24.279Z | Downloaded duct v0.13.7 |
| 318 | 2026-04-25T00:39:24.282Z | Downloaded pin-project-internal v1.1.11 |
| 319 | 2026-04-25T00:39:24.282Z | Downloaded camino v1.2.2 |
| 320 | 2026-04-25T00:39:24.289Z | Downloaded ipnet v2.12.0 |
| 321 | 2026-04-25T00:39:24.289Z | Downloaded rand_core v0.6.4 |
| 322 | 2026-04-25T00:39:24.289Z | Downloaded rand_chacha v0.9.0 |
| 323 | 2026-04-25T00:39:24.292Z | Downloaded serde_ignored v0.1.14 |
| 324 | 2026-04-25T00:39:24.292Z | Downloaded ppv-lite86 v0.2.21 |
| 325 | 2026-04-25T00:39:24.292Z | Downloaded serde_urlencoded v0.7.1 |
| 326 | 2026-04-25T00:39:24.292Z | Downloaded pkcs8 v0.10.2 |
| 327 | 2026-04-25T00:39:24.296Z | Downloaded find-msvc-tools v0.1.9 |
| 328 | 2026-04-25T00:39:24.296Z | Downloaded self-replace v1.5.0 |
| 329 | 2026-04-25T00:39:24.299Z | Downloaded simd-adler32 v0.3.9 |
| 330 | 2026-04-25T00:39:24.299Z | Downloaded owo-colors v4.3.0 |
| 331 | 2026-04-25T00:39:24.299Z | Downloaded convert_case v0.10.0 |
| 332 | 2026-04-25T00:39:24.303Z | Downloaded signal-hook-registry v1.4.8 |
| 333 | 2026-04-25T00:39:24.303Z | Downloaded toml_write v0.1.2 |
| 334 | 2026-04-25T00:39:24.303Z | Downloaded tinyvec_macros v0.1.1 |
| 335 | 2026-04-25T00:39:24.303Z | Downloaded pkg-config v0.3.33 |
| 336 | 2026-04-25T00:39:24.306Z | Downloaded tokio-macros v2.7.0 |
| 337 | 2026-04-25T00:39:24.307Z | Downloaded tower-layer v0.3.3 |
| 338 | 2026-04-25T00:39:24.312Z | Downloaded erased-serde v0.4.10 |
| 339 | 2026-04-25T00:39:24.313Z | Downloaded static_assertions v1.1.0 |
| 340 | 2026-04-25T00:39:24.313Z | Downloaded future-queue v0.4.0 |
| 341 | 2026-04-25T00:39:24.317Z | Downloaded jobserver v0.1.34 |
| 342 | 2026-04-25T00:39:24.317Z | Downloaded cfg-expr v0.20.7 |
| 343 | 2026-04-25T00:39:24.317Z | Downloaded humantime v2.3.0 |
| 344 | 2026-04-25T00:39:24.317Z | Downloaded quinn-udp v0.5.14 |
| 345 | 2026-04-25T00:39:24.320Z | Downloaded clap_derive v4.6.1 |
| 346 | 2026-04-25T00:39:24.320Z | Downloaded hyper-rustls v0.27.9 |
| 347 | 2026-04-25T00:39:24.320Z | Downloaded httparse v1.10.1 |
| 348 | 2026-04-25T00:39:24.326Z | Downloaded tracing-error v0.2.1 |
| 349 | 2026-04-25T00:39:24.329Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-04-25T00:39:24.329Z | Downloaded derive-where v1.6.1 |
| 351 | 2026-04-25T00:39:24.333Z | Downloaded config v0.15.22 |
| 352 | 2026-04-25T00:39:24.333Z | Downloaded typeid v1.0.3 |
| 353 | 2026-04-25T00:39:24.336Z | Downloaded try-lock v0.2.5 |
| 354 | 2026-04-25T00:39:24.336Z | Downloaded tower-service v0.3.3 |
| 355 | 2026-04-25T00:39:24.336Z | Downloaded sha2 v0.10.9 |
| 356 | 2026-04-25T00:39:24.339Z | Downloaded utf8_iter v1.0.4 |
| 357 | 2026-04-25T00:39:24.339Z | Downloaded smol_str v0.3.6 |
| 358 | 2026-04-25T00:39:24.343Z | Downloaded sync_wrapper v1.0.2 |
| 359 | 2026-04-25T00:39:24.343Z | Downloaded thiserror v1.0.69 |
| 360 | 2026-04-25T00:39:24.346Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-04-25T00:39:24.346Z | Downloaded tokio-native-tls v0.3.1 |
| 362 | 2026-04-25T00:39:24.347Z | Downloaded want v0.3.1 |
| 363 | 2026-04-25T00:39:24.350Z | Downloaded untrusted v0.9.0 |
| 364 | 2026-04-25T00:39:24.351Z | Downloaded utf8parse v0.2.2 |
| 365 | 2026-04-25T00:39:24.351Z | Downloaded unicode-linebreak v0.1.5 |
| 366 | 2026-04-25T00:39:24.351Z | Downloaded thread_local v1.1.9 |
| 367 | 2026-04-25T00:39:24.351Z | Downloaded thiserror-impl v1.0.69 |
| 368 | 2026-04-25T00:39:24.354Z | Downloaded target-spec-miette v0.4.6 |
| 369 | 2026-04-25T00:39:24.354Z | Downloaded version_check v0.9.5 |
| 370 | 2026-04-25T00:39:24.358Z | Downloaded parking_lot v0.12.5 |
| 371 | 2026-04-25T00:39:24.358Z | Downloaded urlencoding v2.1.3 |
| 372 | 2026-04-25T00:39:24.358Z | Downloaded serde_path_to_error v0.1.20 |
| 373 | 2026-04-25T00:39:24.361Z | Downloaded futures-channel v0.3.32 |
| 374 | 2026-04-25T00:39:24.361Z | Downloaded semver v1.0.28 |
| 375 | 2026-04-25T00:39:24.361Z | Downloaded quick-junit v0.5.2 |
| 376 | 2026-04-25T00:39:24.364Z | Downloaded pin-project-lite v0.2.17 |
| 377 | 2026-04-25T00:39:24.367Z | Downloaded eyre v0.6.12 |
| 378 | 2026-04-25T00:39:24.368Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 379 | 2026-04-25T00:39:24.371Z | Downloaded ahash v0.8.12 |
| 380 | 2026-04-25T00:39:24.371Z | Downloaded smallvec v1.15.1 |
| 381 | 2026-04-25T00:39:24.374Z | Downloaded target-lexicon v0.13.3 |
| 382 | 2026-04-25T00:39:24.374Z | Downloaded clap v4.6.1 |
| 383 | 2026-04-25T00:39:24.378Z | Downloaded iana-time-zone v0.1.65 |
| 384 | 2026-04-25T00:39:24.381Z | Downloaded getrandom v0.3.4 |
| 385 | 2026-04-25T00:39:24.384Z | Downloaded serde_core v1.0.228 |
| 386 | 2026-04-25T00:39:24.384Z | Downloaded xattr v1.6.1 |
| 387 | 2026-04-25T00:39:24.384Z | Downloaded serde_derive v1.0.228 |
| 388 | 2026-04-25T00:39:24.388Z | Downloaded rustls-pki-types v1.14.1 |
| 389 | 2026-04-25T00:39:24.388Z | Downloaded getrandom v0.2.17 |
| 390 | 2026-04-25T00:39:24.391Z | Downloaded tracing-log v0.2.0 |
| 391 | 2026-04-25T00:39:24.391Z | Downloaded spki v0.7.3 |
| 392 | 2026-04-25T00:39:24.391Z | Downloaded shlex v1.3.0 |
| 393 | 2026-04-25T00:39:24.394Z | Downloaded slab v0.4.12 |
| 394 | 2026-04-25T00:39:24.394Z | Downloaded miette v7.6.0 |
| 395 | 2026-04-25T00:39:24.398Z | Downloaded futures v0.3.32 |
| 396 | 2026-04-25T00:39:24.398Z | Downloaded signature v2.2.0 |
| 397 | 2026-04-25T00:39:24.401Z | Downloaded unicode-xid v0.2.6 |
| 398 | 2026-04-25T00:39:24.404Z | Downloaded tokio-rustls v0.26.4 |
| 399 | 2026-04-25T00:39:24.404Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 400 | 2026-04-25T00:39:24.404Z | Downloaded signal-hook v0.3.18 |
| 401 | 2026-04-25T00:39:24.407Z | Downloaded sharded-slab v0.1.7 |
| 402 | 2026-04-25T00:39:24.411Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 403 | 2026-04-25T00:39:24.411Z | Downloaded zstd v0.13.3 |
| 404 | 2026-04-25T00:39:24.414Z | Downloaded zipsign-api v0.1.5 |
| 405 | 2026-04-25T00:39:24.414Z | Downloaded litrs v1.0.0 |
| 406 | 2026-04-25T00:39:24.417Z | Downloaded unicase v2.9.0 |
| 407 | 2026-04-25T00:39:24.424Z | Downloaded tempfile v3.27.0 |
| 408 | 2026-04-25T00:39:24.427Z | Downloaded zstd-safe v7.2.4 |
| 409 | 2026-04-25T00:39:24.427Z | Downloaded base64 v0.22.1 |
| 410 | 2026-04-25T00:39:24.431Z | Downloaded zmij v1.0.21 |
| 411 | 2026-04-25T00:39:24.431Z | Downloaded log v0.4.29 |
| 412 | 2026-04-25T00:39:24.434Z | Downloaded target-spec v3.6.0 |
| 413 | 2026-04-25T00:39:24.434Z | Downloaded derive_more-impl v2.1.1 |
| 414 | 2026-04-25T00:39:24.437Z | Downloaded tokio-stream v0.1.18 |
| 415 | 2026-04-25T00:39:24.441Z | Downloaded num-traits v0.2.19 |
| 416 | 2026-04-25T00:39:24.444Z | Downloaded thiserror v2.0.18 |
| 417 | 2026-04-25T00:39:24.447Z | Downloaded zeroize v1.8.2 |
| 418 | 2026-04-25T00:39:24.447Z | Downloaded pin-project v1.1.11 |
| 419 | 2026-04-25T00:39:24.453Z | Downloaded xxhash-rust v0.8.15 |
| 420 | 2026-04-25T00:39:24.456Z | Downloaded ed25519-dalek v2.2.0 |
| 421 | 2026-04-25T00:39:24.456Z | Downloaded openssl-sys v0.9.114 |
| 422 | 2026-04-25T00:39:24.459Z | Downloaded toml v0.8.23 |
| 423 | 2026-04-25T00:39:24.463Z | Downloaded serde v1.0.228 |
| 424 | 2026-04-25T00:39:24.466Z | Downloaded tracing-attributes v0.1.31 |
| 425 | 2026-04-25T00:39:24.466Z | Downloaded backtrace v0.3.76 |
| 426 | 2026-04-25T00:39:24.469Z | Downloaded unicode-ident v1.0.24 |
| 427 | 2026-04-25T00:39:24.469Z | Downloaded tinyvec v1.11.0 |
| 428 | 2026-04-25T00:39:24.473Z | Downloaded tar v0.4.45 |
| 429 | 2026-04-25T00:39:24.473Z | Downloaded socket2 v0.6.3 |
| 430 | 2026-04-25T00:39:24.477Z | Downloaded flate2 v1.1.9 |
| 431 | 2026-04-25T00:39:24.481Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 432 | 2026-04-25T00:39:24.481Z | Downloaded vte v0.14.1 |
| 433 | 2026-04-25T00:39:24.481Z | Downloaded cc v1.2.61 |
| 434 | 2026-04-25T00:39:24.485Z | Downloaded der v0.7.10 |
| 435 | 2026-04-25T00:39:24.488Z | Downloaded rustc-demangle v0.1.27 |
| 436 | 2026-04-25T00:39:24.497Z | Downloaded textwrap v0.16.2 |
| 437 | 2026-04-25T00:39:24.501Z | Downloaded uuid v1.23.1 |
| 438 | 2026-04-25T00:39:24.504Z | Downloaded indicatif v0.17.11 |
| 439 | 2026-04-25T00:39:24.524Z | Downloaded derive_more v2.1.1 |
| 440 | 2026-04-25T00:39:24.524Z | Downloaded proc-macro2 v1.0.106 |
| 441 | 2026-04-25T00:39:24.524Z | Downloaded crossterm v0.29.0 |
| 442 | 2026-04-25T00:39:24.524Z | Downloaded http v1.4.0 |
| 443 | 2026-04-25T00:39:24.524Z | Downloaded tracing-core v0.1.36 |
| 444 | 2026-04-25T00:39:24.538Z | Downloaded tower v0.5.3 |
| 445 | 2026-04-25T00:39:24.549Z | Downloaded hashbrown v0.17.0 |
| 446 | 2026-04-25T00:39:24.552Z | Downloaded guppy v0.17.25 |
| 447 | 2026-04-25T00:39:24.556Z | Downloaded hashbrown v0.15.5 |
| 448 | 2026-04-25T00:39:24.559Z | Downloaded indexmap v2.14.0 |
| 449 | 2026-04-25T00:39:24.563Z | Downloaded rand v0.9.4 |
| 450 | 2026-04-25T00:39:24.567Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-04-25T00:39:24.572Z | Downloaded tower-http v0.6.8 |
| 452 | 2026-04-25T00:39:24.575Z | Downloaded h2 v0.4.13 |
| 453 | 2026-04-25T00:39:24.578Z | Downloaded unicode-normalization v0.1.25 |
| 454 | 2026-04-25T00:39:24.582Z | Downloaded memchr v2.8.0 |
| 455 | 2026-04-25T00:39:24.586Z | Downloaded quinn v0.11.9 |
| 456 | 2026-04-25T00:39:24.586Z | Downloaded mio v1.2.0 |
| 457 | 2026-04-25T00:39:24.589Z | Downloaded aho-corasick v1.1.4 |
| 458 | 2026-04-25T00:39:24.593Z | Downloaded rustls-webpki v0.103.13 |
| 459 | 2026-04-25T00:39:24.596Z | Downloaded clap_builder v4.6.0 |
| 460 | 2026-04-25T00:39:24.600Z | Downloaded futures-util v0.3.32 |
| 461 | 2026-04-25T00:39:24.603Z | Downloaded toml_edit v0.22.27 |
| 462 | 2026-04-25T00:39:24.607Z | Downloaded url v2.5.8 |
| 463 | 2026-04-25T00:39:24.610Z | Downloaded hyper-util v0.1.20 |
| 464 | 2026-04-25T00:39:24.625Z | Downloaded tracing-subscriber v0.3.23 |
| 465 | 2026-04-25T00:39:24.628Z | Downloaded webpki-roots v1.0.7 |
| 466 | 2026-04-25T00:39:24.632Z | Downloaded vcpkg v0.2.15 |
| 467 | 2026-04-25T00:39:24.652Z | Downloaded unicode-segmentation v1.13.2 |
| 468 | 2026-04-25T00:39:24.656Z | Downloaded gimli v0.32.3 |
| 469 | 2026-04-25T00:39:24.659Z | Downloaded unicode-width v0.2.2 |
| 470 | 2026-04-25T00:39:24.662Z | Downloaded ron v0.12.1 |
| 471 | 2026-04-25T00:39:24.666Z | Downloaded chrono v0.4.44 |
| 472 | 2026-04-25T00:39:24.670Z | Downloaded typenum v1.20.0 |
| 473 | 2026-04-25T00:39:24.674Z | Downloaded bstr v1.12.1 |
| 474 | 2026-04-25T00:39:24.678Z | Downloaded regex v1.12.3 |
| 475 | 2026-04-25T00:39:24.681Z | Downloaded itertools v0.14.0 |
| 476 | 2026-04-25T00:39:24.685Z | Downloaded tracing v0.1.44 |
| 477 | 2026-04-25T00:39:24.696Z | Downloaded hyper v1.9.0 |
| 478 | 2026-04-25T00:39:24.699Z | Downloaded color-eyre v0.6.5 |
| 479 | 2026-04-25T00:39:24.709Z | Downloaded reqwest v0.12.28 |
| 480 | 2026-04-25T00:39:24.715Z | Downloaded iri-string v0.7.12 |
| 481 | 2026-04-25T00:39:24.724Z | Downloaded idna v1.1.0 |
| 482 | 2026-04-25T00:39:24.738Z | Downloaded tokio-util v0.7.18 |
| 483 | 2026-04-25T00:39:24.753Z | Downloaded quick-xml v0.37.5 |
| 484 | 2026-04-25T00:39:24.756Z | Downloaded quick-xml v0.38.4 |
| 485 | 2026-04-25T00:39:24.785Z | Downloaded winnow v0.7.15 |
| 486 | 2026-04-25T00:39:24.789Z | Downloaded winnow v1.0.2 |
| 487 | 2026-04-25T00:39:24.794Z | Downloaded portable-atomic v1.13.1 |
| 488 | 2026-04-25T00:39:24.842Z | Downloaded quinn-proto v0.11.14 |
| 489 | 2026-04-25T00:39:24.853Z | Downloaded nextest-runner v0.80.0 |
| 490 | 2026-04-25T00:39:24.874Z | Downloaded openssl v0.10.78 |
| 491 | 2026-04-25T00:39:24.900Z | Downloaded syn v2.0.117 |
| 492 | 2026-04-25T00:39:24.906Z | Downloaded zerocopy v0.8.48 |
| 493 | 2026-04-25T00:39:24.916Z | Downloaded unicode-width v0.1.14 |
| 494 | 2026-04-25T00:39:24.920Z | Downloaded nix v0.30.1 |
| 495 | 2026-04-25T00:39:24.925Z | Downloaded object v0.37.3 |
| 496 | 2026-04-25T00:39:24.941Z | Downloaded rustls v0.23.39 |
| 497 | 2026-04-25T00:39:24.948Z | Downloaded regex-syntax v0.8.10 |
| 498 | 2026-04-25T00:39:24.958Z | Downloaded rustix v0.38.44 |
| 499 | 2026-04-25T00:39:24.982Z | Downloaded rustix v1.1.4 |
| 500 | 2026-04-25T00:39:25.055Z | Downloaded regex-automata v0.4.14 |
| 501 | 2026-04-25T00:39:25.123Z | Downloaded petgraph v0.8.3 |
| 502 | 2026-04-25T00:39:25.137Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 503 | 2026-04-25T00:39:25.147Z | Downloaded libc v0.2.186 |
| 504 | 2026-04-25T00:39:25.165Z | Downloaded tokio v1.52.1 |
| 505 | 2026-04-25T00:39:25.244Z | Downloaded recursion v0.5.4 |
| 506 | 2026-04-25T00:39:25.252Z | Downloaded ring v0.17.14 |
| 507 | 2026-04-25T00:39:25.311Z | Compiling proc-macro2 v1.0.106 |
| 508 | 2026-04-25T00:39:25.311Z | Compiling libc v0.2.186 |
| 509 | 2026-04-25T00:39:25.314Z | Compiling unicode-ident v1.0.24 |
| 510 | 2026-04-25T00:39:25.314Z | Compiling quote v1.0.45 |
| 511 | 2026-04-25T00:39:25.314Z | Compiling serde_core v1.0.228 |
| 512 | 2026-04-25T00:39:25.314Z | Compiling cfg-if v1.0.4 |
| 513 | 2026-04-25T00:39:25.314Z | Compiling memchr v2.8.0 |
| 514 | 2026-04-25T00:39:25.441Z | Compiling once_cell v1.21.4 |
| 515 | 2026-04-25T00:39:25.546Z | Compiling log v0.4.29 |
| 516 | 2026-04-25T00:39:25.564Z | Compiling pin-project-lite v0.2.17 |
| 517 | 2026-04-25T00:39:25.661Z | Compiling serde v1.0.228 |
| 518 | 2026-04-25T00:39:25.705Z | Compiling itoa v1.0.18 |
| 519 | 2026-04-25T00:39:25.852Z | Compiling futures-core v0.3.32 |
| 520 | 2026-04-25T00:39:25.974Z | Compiling smallvec v1.15.1 |
| 521 | 2026-04-25T00:39:26.010Z | Compiling bitflags v2.11.1 |
| 522 | 2026-04-25T00:39:26.028Z | Compiling equivalent v1.0.2 |
| 523 | 2026-04-25T00:39:26.134Z | Compiling shlex v1.3.0 |
| 524 | 2026-04-25T00:39:26.236Z | Compiling find-msvc-tools v0.1.9 |
| 525 | 2026-04-25T00:39:26.320Z | Compiling hashbrown v0.17.0 |
| 526 | 2026-04-25T00:39:26.398Z | Compiling errno v0.3.14 |
| 527 | 2026-04-25T00:39:26.440Z | Compiling bytes v1.11.1 |
| 528 | 2026-04-25T00:39:26.568Z | Compiling signal-hook-registry v1.4.8 |
| 529 | 2026-04-25T00:39:26.581Z | Compiling jobserver v0.1.34 |
| 530 | 2026-04-25T00:39:26.666Z | Compiling syn v2.0.117 |
| 531 | 2026-04-25T00:39:26.666Z | Compiling mio v1.2.0 |
| 532 | 2026-04-25T00:39:26.722Z | Compiling rustix v1.1.4 |
| 533 | 2026-04-25T00:39:26.895Z | Compiling cc v1.2.61 |
| 534 | 2026-04-25T00:39:26.987Z | Compiling futures-sink v0.3.32 |
| 535 | 2026-04-25T00:39:27.083Z | Compiling socket2 v0.6.3 |
| 536 | 2026-04-25T00:39:27.101Z | Compiling slab v0.4.12 |
| 537 | 2026-04-25T00:39:27.310Z | Compiling zmij v1.0.21 |
| 538 | 2026-04-25T00:39:27.344Z | Compiling futures-channel v0.3.32 |
| 539 | 2026-04-25T00:39:27.380Z | Compiling tracing-core v0.1.36 |
| 540 | 2026-04-25T00:39:27.601Z | Compiling version_check v0.9.5 |
| 541 | 2026-04-25T00:39:27.633Z | Compiling serde_json v1.0.149 |
| 542 | 2026-04-25T00:39:27.865Z | Compiling indexmap v2.14.0 |
| 543 | 2026-04-25T00:39:27.889Z | Compiling futures-task v0.3.32 |
| 544 | 2026-04-25T00:39:27.913Z | Compiling getrandom v0.4.2 |
| 545 | 2026-04-25T00:39:28.072Z | Compiling futures-io v0.3.32 |
| 546 | 2026-04-25T00:39:28.203Z | Compiling camino v1.2.2 |
| 547 | 2026-04-25T00:39:28.224Z | Compiling unicode-width v0.2.2 |
| 548 | 2026-04-25T00:39:28.436Z | Compiling ring v0.17.14 |
| 549 | 2026-04-25T00:39:28.464Z | Compiling http v1.4.0 |
| 550 | 2026-04-25T00:39:28.543Z | Compiling percent-encoding v2.3.2 |
| 551 | 2026-04-25T00:39:28.577Z | Compiling autocfg v1.5.0 |
| 552 | 2026-04-25T00:39:28.678Z | Compiling simd-adler32 v0.3.9 |
| 553 | 2026-04-25T00:39:28.820Z | Compiling adler2 v2.0.1 |
| 554 | 2026-04-25T00:39:28.933Z | Compiling zeroize v1.8.2 |
| 555 | 2026-04-25T00:39:28.994Z | Compiling num-traits v0.2.19 |
| 556 | 2026-04-25T00:39:29.128Z | Compiling miniz_oxide v0.8.9 |
| 557 | 2026-04-25T00:39:29.217Z | Compiling getrandom v0.3.4 |
| 558 | 2026-04-25T00:39:29.571Z | Compiling object v0.37.3 |
| 559 | 2026-04-25T00:39:29.579Z | Compiling zerocopy v0.8.48 |
| 560 | 2026-04-25T00:39:29.798Z | Compiling target-lexicon v0.13.3 |
| 561 | 2026-04-25T00:39:30.039Z | Compiling http-body v1.0.1 |
| 562 | 2026-04-25T00:39:30.110Z | Compiling rustls-pki-types v1.14.1 |
| 563 | 2026-04-25T00:39:30.208Z | Compiling semver v1.0.28 |
| 564 | 2026-04-25T00:39:30.275Z | Compiling serde_derive v1.0.228 |
| 565 | 2026-04-25T00:39:30.288Z | Compiling tokio-macros v2.7.0 |
| 566 | 2026-04-25T00:39:30.394Z | Compiling futures-macro v0.3.32 |
| 567 | 2026-04-25T00:39:30.642Z | Compiling tracing-attributes v0.1.31 |
| 568 | 2026-04-25T00:39:30.818Z | Compiling getrandom v0.2.17 |
| 569 | 2026-04-25T00:39:30.880Z | Compiling fnv v1.0.7 |
| 570 | 2026-04-25T00:39:30.971Z | Compiling signal-hook v0.3.18 |
| 571 | 2026-04-25T00:39:30.987Z | Compiling httparse v1.10.1 |
| 572 | 2026-04-25T00:39:31.012Z | Compiling untrusted v0.9.0 |
| 573 | 2026-04-25T00:39:31.037Z | Compiling tokio v1.52.1 |
| 574 | 2026-04-25T00:39:31.142Z | Compiling owo-colors v4.3.0 |
| 575 | 2026-04-25T00:39:31.181Z | Compiling gimli v0.32.3 |
| 576 | 2026-04-25T00:39:31.211Z | Compiling futures-util v0.3.32 |
| 577 | 2026-04-25T00:39:31.323Z | Compiling guppy-workspace-hack v0.1.0 |
| 578 | 2026-04-25T00:39:31.455Z | Compiling thiserror v2.0.18 |
| 579 | 2026-04-25T00:39:31.826Z | Compiling tracing v0.1.44 |
| 580 | 2026-04-25T00:39:31.990Z | Compiling thiserror-impl v2.0.18 |
| 581 | 2026-04-25T00:39:33.138Z | Compiling addr2line v0.25.1 |
| 582 | 2026-04-25T00:39:33.529Z | Compiling form_urlencoded v1.2.2 |
| 583 | 2026-04-25T00:39:33.568Z | Compiling generic-array v0.14.7 |
| 584 | 2026-04-25T00:39:33.790Z | Compiling tower-service v0.3.3 |
| 585 | 2026-04-25T00:39:33.791Z | Compiling typeid v1.0.3 |
| 586 | 2026-04-25T00:39:33.815Z | Compiling fastrand v2.4.1 |
| 587 | 2026-04-25T00:39:33.833Z | Compiling rustc-demangle v0.1.27 |
| 588 | 2026-04-25T00:39:33.885Z | Compiling utf8_iter v1.0.4 |
| 589 | 2026-04-25T00:39:34.050Z | Compiling atomic-waker v1.1.2 |
| 590 | 2026-04-25T00:39:34.067Z | Compiling pkg-config v0.3.33 |
| 591 | 2026-04-25T00:39:34.178Z | Compiling target-spec v3.6.0 |
| 592 | 2026-04-25T00:39:34.190Z | Compiling rustls v0.23.39 |
| 593 | 2026-04-25T00:39:34.404Z | Compiling thiserror v1.0.69 |
| 594 | 2026-04-25T00:39:34.460Z | Compiling try-lock v0.2.5 |
| 595 | 2026-04-25T00:39:34.516Z | Compiling idna_adapter v1.0.0 |
| 596 | 2026-04-25T00:39:34.579Z | Compiling want v0.3.1 |
| 597 | 2026-04-25T00:39:34.622Z | Compiling idna v1.1.0 |
| 598 | 2026-04-25T00:39:34.763Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 599 | 2026-04-25T00:39:34.904Z | Compiling tokio-util v0.7.18 |
| 600 | 2026-04-25T00:39:34.929Z | Compiling tempfile v3.27.0 |
| 601 | 2026-04-25T00:39:35.258Z | Compiling cfg-expr v0.20.7 |
| 602 | 2026-04-25T00:39:35.792Z | Compiling h2 v0.4.13 |
| 603 | 2026-04-25T00:39:35.995Z | Compiling backtrace v0.3.76 |
| 604 | 2026-04-25T00:39:36.275Z | Compiling thiserror-impl v1.0.69 |
| 605 | 2026-04-25T00:39:36.292Z | Compiling terminal_size v0.4.4 |
| 606 | 2026-04-25T00:39:36.443Z | Compiling aho-corasick v1.1.4 |
| 607 | 2026-04-25T00:39:36.457Z | Compiling typenum v1.20.0 |
| 608 | 2026-04-25T00:39:37.135Z | Compiling subtle v2.6.1 |
| 609 | 2026-04-25T00:39:37.150Z | Compiling regex-syntax v0.8.10 |
| 610 | 2026-04-25T00:39:37.295Z | Compiling erased-serde v0.4.10 |
| 611 | 2026-04-25T00:39:37.405Z | Compiling winnow v0.7.15 |
| 612 | 2026-04-25T00:39:38.266Z | Compiling rustls-webpki v0.103.13 |
| 613 | 2026-04-25T00:39:40.823Z | Compiling regex-automata v0.4.14 |
| 614 | 2026-04-25T00:39:40.843Z | Compiling hyper v1.9.0 |
| 615 | 2026-04-25T00:39:42.022Z | Compiling url v2.5.8 |
| 616 | 2026-04-25T00:39:43.971Z | Compiling toml_datetime v0.6.11 |
| 617 | 2026-04-25T00:39:44.324Z | Compiling serde_spanned v0.6.9 |
| 618 | 2026-04-25T00:39:44.386Z | Compiling ahash v0.8.12 |
| 619 | 2026-04-25T00:39:44.423Z | Compiling sync_wrapper v1.0.2 |
| 620 | 2026-04-25T00:39:44.476Z | Compiling parking_lot_core v0.9.12 |
| 621 | 2026-04-25T00:39:44.489Z | Compiling portable-atomic v1.13.1 |
| 622 | 2026-04-25T00:39:44.531Z | Compiling nextest-workspace-hack v0.1.0 |
| 623 | 2026-04-25T00:39:44.620Z | Compiling crc32fast v1.5.0 |
| 624 | 2026-04-25T00:39:44.634Z | Compiling ipnet v2.12.0 |
| 625 | 2026-04-25T00:39:44.734Z | Compiling base64 v0.22.1 |
| 626 | 2026-04-25T00:39:44.748Z | Compiling tower-layer v0.3.3 |
| 627 | 2026-04-25T00:39:44.903Z | Compiling toml_write v0.1.2 |
| 628 | 2026-04-25T00:39:44.918Z | Compiling unicode-segmentation v1.13.2 |
| 629 | 2026-04-25T00:39:44.942Z | Compiling unicode-linebreak v0.1.5 |
| 630 | 2026-04-25T00:39:45.149Z | Compiling lazy_static v1.5.0 |
| 631 | 2026-04-25T00:39:45.215Z | Compiling foldhash v0.1.5 |
| 632 | 2026-04-25T00:39:45.219Z | Compiling is_ci v1.2.0 |
| 633 | 2026-04-25T00:39:45.254Z | Compiling either v1.15.0 |
| 634 | 2026-04-25T00:39:45.309Z | Compiling supports-color v3.0.2 |
| 635 | 2026-04-25T00:39:45.382Z | Compiling hashbrown v0.15.5 |
| 636 | 2026-04-25T00:39:45.443Z | Compiling convert_case v0.10.0 |
| 637 | 2026-04-25T00:39:45.479Z | Compiling sharded-slab v0.1.7 |
| 638 | 2026-04-25T00:39:45.548Z | Compiling textwrap v0.16.2 |
| 639 | 2026-04-25T00:39:45.707Z | Compiling toml_edit v0.22.27 |
| 640 | 2026-04-25T00:39:45.840Z | Compiling hyper-util v0.1.20 |
| 641 | 2026-04-25T00:39:46.065Z | Compiling tower v0.5.3 |
| 642 | 2026-04-25T00:39:46.224Z | Compiling tokio-rustls v0.26.4 |
| 643 | 2026-04-25T00:39:46.643Z | Compiling backtrace-ext v0.2.1 |
| 644 | 2026-04-25T00:39:46.908Z | Compiling ordered-float v2.10.1 |
| 645 | 2026-04-25T00:39:46.959Z | Compiling webpki-roots v1.0.7 |
| 646 | 2026-04-25T00:39:47.082Z | Compiling miette-derive v7.6.0 |
| 647 | 2026-04-25T00:39:47.095Z | Compiling pathdiff v0.2.3 |
| 648 | 2026-04-25T00:39:47.183Z | Compiling console v0.15.11 |
| 649 | 2026-04-25T00:39:47.215Z | Compiling tracing-log v0.2.0 |
| 650 | 2026-04-25T00:39:47.576Z | Compiling cargo-platform v0.3.3 |
| 651 | 2026-04-25T00:39:48.171Z | Compiling os_pipe v1.2.3 |
| 652 | 2026-04-25T00:39:48.174Z | Compiling thread_local v1.1.9 |
| 653 | 2026-04-25T00:39:48.511Z | Compiling debug-ignore v1.0.5 |
| 654 | 2026-04-25T00:39:48.515Z | Compiling pulldown-cmark v0.13.3 |
| 655 | 2026-04-25T00:39:48.541Z | Compiling fixedbitset v0.5.7 |
| 656 | 2026-04-25T00:39:48.622Z | Compiling supports-unicode v3.0.0 |
| 657 | 2026-04-25T00:39:48.668Z | Compiling iri-string v0.7.12 |
| 658 | 2026-04-25T00:39:48.737Z | Compiling unicode-width v0.1.14 |
| 659 | 2026-04-25T00:39:48.796Z | Compiling rustix v0.38.44 |
| 660 | 2026-04-25T00:39:49.034Z | Compiling supports-hyperlinks v3.2.0 |
| 661 | 2026-04-25T00:39:49.052Z | Compiling scopeguard v1.2.0 |
| 662 | 2026-04-25T00:39:49.136Z | Compiling cfg_aliases v0.2.1 |
| 663 | 2026-04-25T00:39:49.161Z | Compiling winnow v1.0.2 |
| 664 | 2026-04-25T00:39:49.212Z | Compiling utf8parse v0.2.2 |
| 665 | 2026-04-25T00:39:49.257Z | Compiling zstd-safe v7.2.4 |
| 666 | 2026-04-25T00:39:49.328Z | Compiling ryu v1.0.23 |
| 667 | 2026-04-25T00:39:49.492Z | Compiling serde_urlencoded v0.7.1 |
| 668 | 2026-04-25T00:39:49.621Z | Compiling anstyle-parse v1.0.0 |
| 669 | 2026-04-25T00:39:49.773Z | Compiling nix v0.30.1 |
| 670 | 2026-04-25T00:39:49.962Z | Compiling miette v7.6.0 |
| 671 | 2026-04-25T00:39:50.164Z | Compiling tower-http v0.6.8 |
| 672 | 2026-04-25T00:39:50.617Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 673 | 2026-04-25T00:39:51.123Z | Compiling lock_api v0.4.14 |
| 674 | 2026-04-25T00:39:51.321Z | Compiling petgraph v0.8.3 |
| 675 | 2026-04-25T00:39:51.470Z | Compiling tracing-subscriber v0.3.23 |
| 676 | 2026-04-25T00:39:51.956Z | Compiling sigchld v0.2.4 |
| 677 | 2026-04-25T00:39:52.048Z | Compiling cargo_metadata v0.23.1 |
| 678 | 2026-04-25T00:39:52.155Z | Compiling toml v0.8.23 |
| 679 | 2026-04-25T00:39:53.241Z | Compiling serde-value v0.7.0 |
| 680 | 2026-04-25T00:39:53.954Z | Compiling hyper-rustls v0.27.9 |
| 681 | 2026-04-25T00:39:54.113Z | Compiling serde-untagged v0.1.9 |
| 682 | 2026-04-25T00:39:55.005Z | Compiling derive_more-impl v2.1.1 |
| 683 | 2026-04-25T00:39:55.048Z | Compiling itertools v0.14.0 |
| 684 | 2026-04-25T00:39:55.067Z | Compiling regex v1.12.3 |
| 685 | 2026-04-25T00:39:55.147Z | Compiling block-buffer v0.10.4 |
| 686 | 2026-04-25T00:39:55.301Z | Compiling crypto-common v0.1.7 |
| 687 | 2026-04-25T00:39:55.436Z | Compiling ppv-lite86 v0.2.21 |
| 688 | 2026-04-25T00:39:55.466Z | Compiling futures-executor v0.3.32 |
| 689 | 2026-04-25T00:39:55.759Z | Compiling rand_core v0.9.5 |
| 690 | 2026-04-25T00:39:55.788Z | Compiling pin-project-internal v1.1.11 |
| 691 | 2026-04-25T00:39:56.000Z | Compiling http-body-util v0.1.3 |
| 692 | 2026-04-25T00:39:56.014Z | Compiling uuid v1.23.1 |
| 693 | 2026-04-25T00:39:56.281Z | Compiling smol_str v0.3.6 |
| 694 | 2026-04-25T00:39:56.495Z | Compiling serde_spanned v1.1.1 |
| 695 | 2026-04-25T00:39:56.531Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 696 | 2026-04-25T00:39:56.545Z | Compiling filetime v0.2.27 |
| 697 | 2026-04-25T00:39:56.622Z | Compiling bstr v1.12.1 |
| 698 | 2026-04-25T00:39:56.651Z | Compiling vte v0.14.1 |
| 699 | 2026-04-25T00:39:56.741Z | Compiling colorchoice v1.0.5 |
| 700 | 2026-04-25T00:39:56.831Z | Compiling litrs v1.0.0 |
| 701 | 2026-04-25T00:39:56.875Z | Compiling eyre v0.6.12 |
| 702 | 2026-04-25T00:39:56.941Z | Compiling anstyle-query v1.1.5 |
| 703 | 2026-04-25T00:39:57.050Z | Compiling unicode-xid v0.2.6 |
| 704 | 2026-04-25T00:39:57.182Z | Compiling tinyvec_macros v0.1.1 |
| 705 | 2026-04-25T00:39:57.195Z | Compiling number_prefix v0.4.0 |
| 706 | 2026-04-25T00:39:57.255Z | Compiling color-spantrace v0.3.0 |
| 707 | 2026-04-25T00:39:57.273Z | Compiling is_terminal_polyfill v1.70.2 |
| 708 | 2026-04-25T00:39:57.304Z | Compiling nested v0.1.1 |
| 709 | 2026-04-25T00:39:57.317Z | Compiling xattr v1.6.1 |
| 710 | 2026-04-25T00:39:57.344Z | Compiling static_assertions v1.1.0 |
| 711 | 2026-04-25T00:39:57.365Z | Compiling iana-time-zone v0.1.65 |
| 712 | 2026-04-25T00:39:57.406Z | Compiling unicase v2.9.0 |
| 713 | 2026-04-25T00:39:57.419Z | Compiling self_update v0.42.0 |
| 714 | 2026-04-25T00:39:57.494Z | Compiling anstyle v1.0.14 |
| 715 | 2026-04-25T00:39:57.585Z | Compiling chrono v0.4.44 |
| 716 | 2026-04-25T00:39:57.597Z | Compiling tar v0.4.45 |
| 717 | 2026-04-25T00:39:57.677Z | Compiling anstream v1.0.0 |
| 718 | 2026-04-25T00:39:57.695Z | Compiling guppy v0.17.25 |
| 719 | 2026-04-25T00:39:57.762Z | Compiling indicatif v0.17.11 |
| 720 | 2026-04-25T00:39:58.160Z | Compiling document-features v0.2.12 |
| 721 | 2026-04-25T00:39:58.505Z | Compiling tinyvec v1.11.0 |
| 722 | 2026-04-25T00:39:58.784Z | Compiling cargo-util-schemas v0.2.0 |
| 723 | 2026-04-25T00:39:58.927Z | Compiling globset v0.4.18 |
| 724 | 2026-04-25T00:39:58.981Z | Compiling pin-project v1.1.11 |
| 725 | 2026-04-25T00:39:59.099Z | Compiling strip-ansi-escapes v0.2.1 |
| 726 | 2026-04-25T00:39:59.604Z | Compiling toml v1.1.2+spec-1.1.0 |
| 727 | 2026-04-25T00:40:00.197Z | Compiling nextest-metadata v0.12.2 |
| 728 | 2026-04-25T00:40:00.941Z | Compiling newtype-uuid v1.3.2 |
| 729 | 2026-04-25T00:40:00.964Z | Compiling reqwest v0.12.28 |
| 730 | 2026-04-25T00:40:01.148Z | Compiling rand_chacha v0.9.0 |
| 731 | 2026-04-25T00:40:01.256Z | Compiling derive_more v2.1.1 |
| 732 | 2026-04-25T00:40:01.341Z | Compiling futures v0.3.32 |
| 733 | 2026-04-25T00:40:01.428Z | Compiling digest v0.10.7 |
| 734 | 2026-04-25T00:40:01.656Z | Compiling flate2 v1.1.9 |
| 735 | 2026-04-25T00:40:01.709Z | Compiling parking_lot v0.12.5 |
| 736 | 2026-04-25T00:40:02.180Z | Compiling tracing-error v0.2.1 |
| 737 | 2026-04-25T00:40:02.206Z | Compiling shared_child v1.1.1 |
| 738 | 2026-04-25T00:40:02.623Z | Compiling signal-hook-mio v0.2.5 |
| 739 | 2026-04-25T00:40:02.759Z | Compiling self-replace v1.5.0 |
| 740 | 2026-04-25T00:40:02.773Z | Compiling cargo-platform v0.2.0 |
| 741 | 2026-04-25T00:40:02.831Z | Compiling quick-xml v0.37.5 |
| 742 | 2026-04-25T00:40:03.049Z | Compiling quick-xml v0.38.4 |
| 743 | 2026-04-25T00:40:03.326Z | Compiling recursion v0.5.4 |
| 744 | 2026-04-25T00:40:03.469Z | Compiling indenter v0.3.4 |
| 745 | 2026-04-25T00:40:03.606Z | Compiling humantime v2.3.0 |
| 746 | 2026-04-25T00:40:04.031Z | Compiling strsim v0.11.1 |
| 747 | 2026-04-25T00:40:04.346Z | Compiling shell-words v1.1.1 |
| 748 | 2026-04-25T00:40:04.359Z | Compiling clap_lex v1.1.0 |
| 749 | 2026-04-25T00:40:04.594Z | Compiling cpufeatures v0.2.17 |
| 750 | 2026-04-25T00:40:04.650Z | Compiling heck v0.5.0 |
| 751 | 2026-04-25T00:40:04.673Z | Compiling urlencoding v2.1.3 |
| 752 | 2026-04-25T00:40:04.715Z | Compiling sha2 v0.10.9 |
| 753 | 2026-04-25T00:40:04.851Z | Compiling clap_derive v4.6.1 |
| 754 | 2026-04-25T00:40:04.915Z | Compiling clap_builder v4.6.0 |
| 755 | 2026-04-25T00:40:05.414Z | Compiling humantime-serde v1.1.1 |
| 756 | 2026-04-25T00:40:05.574Z | Compiling quick-junit v0.5.2 |
| 757 | 2026-04-25T00:40:06.450Z | Compiling nextest-filtering v0.15.0 |
| 758 | 2026-04-25T00:40:06.632Z | Compiling atomicwrites v0.4.4 |
| 759 | 2026-04-25T00:40:06.920Z | Compiling cargo_metadata v0.20.0 |
| 760 | 2026-04-25T00:40:08.706Z | Compiling cargo-nextest v0.9.97 |
| 761 | 2026-04-25T00:40:09.033Z | Compiling crossterm v0.29.0 |
| 762 | 2026-04-25T00:40:11.188Z | Compiling zstd v0.13.3 |
| 763 | 2026-04-25T00:40:11.272Z | Compiling duct v0.13.7 |
| 764 | 2026-04-25T00:40:11.499Z | Compiling async-scoped v0.9.0 |
| 765 | 2026-04-25T00:40:11.616Z | Compiling rand v0.9.4 |
| 766 | 2026-04-25T00:40:11.693Z | Compiling config v0.15.22 |
| 767 | 2026-04-25T00:40:11.848Z | Compiling unicode-normalization v0.1.25 |
| 768 | 2026-04-25T00:40:12.028Z | Compiling target-spec-miette v0.4.6 |
| 769 | 2026-04-25T00:40:12.260Z | Compiling future-queue v0.4.0 |
| 770 | 2026-04-25T00:40:12.364Z | Compiling mukti-metadata v0.3.0 |
| 771 | 2026-04-25T00:40:12.429Z | Compiling camino-tempfile v1.4.1 |
| 772 | 2026-04-25T00:40:12.441Z | Compiling tokio-stream v0.1.18 |
| 773 | 2026-04-25T00:40:12.546Z | Compiling derive-where v1.6.1 |
| 774 | 2026-04-25T00:40:12.845Z | Compiling serde_ignored v0.1.14 |
| 775 | 2026-04-25T00:40:12.866Z | Compiling serde_path_to_error v0.1.20 |
| 776 | 2026-04-25T00:40:12.978Z | Compiling xxhash-rust v0.8.15 |
| 777 | 2026-04-25T00:40:13.051Z | Compiling indent_write v2.2.0 |
| 778 | 2026-04-25T00:40:13.159Z | Compiling hex v0.4.3 |
| 779 | 2026-04-25T00:40:13.189Z | Compiling swrite v0.1.0 |
| 780 | 2026-04-25T00:40:13.202Z | Compiling home v0.5.12 |
| 781 | 2026-04-25T00:40:13.297Z | Compiling color-eyre v0.6.5 |
| 782 | 2026-04-25T00:40:13.338Z | Compiling clap v4.6.1 |
| 783 | 2026-04-25T00:40:13.367Z | Compiling dialoguer v0.11.0 |
| 784 | 2026-04-25T00:40:13.422Z | Compiling enable-ansi-support v0.2.1 |
| 785 | 2026-04-25T00:40:13.797Z | Compiling nextest-runner v0.80.0 |
| 786 | 2026-04-25T00:40:32.124Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 787 | 2026-04-25T00:40:32.311Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 788 | 2026-04-25T00:40:32.314Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 789 | 2026-04-25T00:40:32.434Z | + pushd rdb |
| 790 | 2026-04-25T00:40:32.438Z | + cargo nextest run |
| 791 | 2026-04-25T00:40:32.438Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
| 792 | 2026-04-25T00:40:32.592Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 793 | 2026-04-25T00:40:33.143Z | From https://github.com/oxidecomputer/falcon |
| 794 | 2026-04-25T00:40:33.144Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 795 | 2026-04-25T00:40:33.219Z | Updating crates.io index |
| 796 | 2026-04-25T00:40:33.224Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 797 | 2026-04-25T00:40:34.020Z | From https://github.com/oxidecomputer/dendrite |
| 798 | 2026-04-25T00:40:34.020Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 799 | 2026-04-25T00:40:34.116Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 800 | 2026-04-25T00:40:34.380Z | From https://github.com/oxidecomputer/ispf |
| 801 | 2026-04-25T00:40:34.380Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 802 | 2026-04-25T00:40:34.386Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 803 | 2026-04-25T00:40:34.758Z | From https://github.com/oxidecomputer/netadm-sys |
| 804 | 2026-04-25T00:40:34.758Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 805 | 2026-04-25T00:40:34.767Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 806 | 2026-04-25T00:40:40.477Z | From https://github.com/oxidecomputer/omicron |
| 807 | 2026-04-25T00:40:40.477Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 808 | 2026-04-25T00:40:40.878Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 809 | 2026-04-25T00:40:41.442Z | From https://github.com/oxidecomputer/opte |
| 810 | 2026-04-25T00:40:41.442Z | * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc |
| 811 | 2026-04-25T00:40:41.516Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 812 | 2026-04-25T00:40:41.800Z | From https://github.com/illumos/smf-rs |
| 813 | 2026-04-25T00:40:41.800Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 814 | 2026-04-25T00:40:41.850Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 815 | 2026-04-25T00:40:42.122Z | From https://github.com/oxidecomputer/network-interface |
| 816 | 2026-04-25T00:40:42.122Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 817 | 2026-04-25T00:40:42.137Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 818 | 2026-04-25T00:40:42.405Z | From https://github.com/oxidecomputer/zone |
| 819 | 2026-04-25T00:40:42.405Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 820 | 2026-04-25T00:40:42.421Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 821 | 2026-04-25T00:40:43.024Z | From https://github.com/oxidecomputer/propolis |
| 822 | 2026-04-25T00:40:43.024Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 823 | 2026-04-25T00:40:43.095Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 824 | 2026-04-25T00:40:43.581Z | From https://github.com/oxidecomputer/transceiver-control |
| 825 | 2026-04-25T00:40:43.581Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 826 | 2026-04-25T00:40:43.601Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 827 | 2026-04-25T00:40:43.859Z | From https://github.com/oxidecomputer/dlpi-sys |
| 828 | 2026-04-25T00:40:43.859Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 829 | 2026-04-25T00:40:43.865Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 830 | 2026-04-25T00:40:44.151Z | From https://github.com/jmesmon/rust-libzfs |
| 831 | 2026-04-25T00:40:44.151Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 832 | 2026-04-25T00:40:44.159Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 833 | 2026-04-25T00:40:44.427Z | From https://github.com/oxidecomputer/rusty-doors |
| 834 | 2026-04-25T00:40:44.427Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 835 | 2026-04-25T00:40:44.452Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 836 | 2026-04-25T00:40:44.774Z | From https://github.com/oxidecomputer/lldp |
| 837 | 2026-04-25T00:40:44.774Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 838 | 2026-04-25T00:40:44.813Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 839 | 2026-04-25T00:40:45.072Z | From https://github.com/oxidecomputer/slog-error-chain |
| 840 | 2026-04-25T00:40:45.072Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 841 | 2026-04-25T00:40:45.089Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 842 | 2026-04-25T00:40:45.387Z | From https://github.com/oxidecomputer/tufaceous |
| 843 | 2026-04-25T00:40:45.387Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 844 | 2026-04-25T00:40:45.433Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 845 | 2026-04-25T00:40:45.893Z | From https://github.com/oxidecomputer/management-gateway-service |
| 846 | 2026-04-25T00:40:45.893Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 847 | 2026-04-25T00:40:45.917Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 848 | 2026-04-25T00:40:46.717Z | From https://github.com/oxidecomputer/crucible |
| 849 | 2026-04-25T00:40:46.717Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 850 | 2026-04-25T00:40:46.833Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 851 | 2026-04-25T00:40:47.096Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 852 | 2026-04-25T00:40:47.096Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 853 | 2026-04-25T00:40:47.274Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 854 | 2026-04-25T00:40:47.597Z | From https://github.com/oxidecomputer/propolis |
| 855 | 2026-04-25T00:40:47.597Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 856 | 2026-04-25T00:40:47.675Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 857 | 2026-04-25T00:40:47.934Z | From https://github.com/oxidecomputer/tofino |
| 858 | 2026-04-25T00:40:47.934Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 859 | 2026-04-25T00:40:47.956Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 860 | 2026-04-25T00:40:48.457Z | From https://github.com/oxidecomputer/maghemite |
| 861 | 2026-04-25T00:40:48.457Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 862 | 2026-04-25T00:40:48.513Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 863 | 2026-04-25T00:40:48.771Z | From https://github.com/oxidecomputer/clickward |
| 864 | 2026-04-25T00:40:48.771Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 865 | 2026-04-25T00:40:48.952Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 866 | 2026-04-25T00:40:49.373Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 867 | 2026-04-25T00:40:49.373Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 868 | 2026-04-25T00:40:49.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 869 | 2026-04-25T00:40:49.822Z | From https://github.com/oxidecomputer/crucible |
| 870 | 2026-04-25T00:40:49.822Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 871 | 2026-04-25T00:40:50.630Z | Downloading crates ... |
| 872 | 2026-04-25T00:40:50.726Z | Downloaded aead v0.5.2 |
| 873 | 2026-04-25T00:40:50.729Z | Downloaded base16ct v1.0.0 |
| 874 | 2026-04-25T00:40:50.736Z | Downloaded const-random v0.1.18 |
| 875 | 2026-04-25T00:40:50.741Z | Downloaded embedded-io v0.4.0 |
| 876 | 2026-04-25T00:40:50.741Z | Downloaded cpufeatures v0.3.0 |
| 877 | 2026-04-25T00:40:50.745Z | Downloaded convert_case v0.4.0 |
| 878 | 2026-04-25T00:40:50.745Z | Downloaded dof v0.3.0 |
| 879 | 2026-04-25T00:40:50.745Z | Downloaded darling_macro v0.23.0 |
| 880 | 2026-04-25T00:40:50.750Z | Downloaded allocator-api2 v0.2.21 |
| 881 | 2026-04-25T00:40:50.753Z | Downloaded argon2 v0.5.3 |
| 882 | 2026-04-25T00:40:50.760Z | Downloaded inout v0.1.4 |
| 883 | 2026-04-25T00:40:50.763Z | Downloaded byte-wrapper v0.1.0 |
| 884 | 2026-04-25T00:40:50.763Z | Downloaded fxhash v0.2.1 |
| 885 | 2026-04-25T00:40:50.766Z | Downloaded foldhash v0.2.0 |
| 886 | 2026-04-25T00:40:50.770Z | Downloaded cmake v0.1.58 |
| 887 | 2026-04-25T00:40:50.770Z | Downloaded anyhow v1.0.102 |
| 888 | 2026-04-25T00:40:50.773Z | Downloaded deranged v0.5.8 |
| 889 | 2026-04-25T00:40:50.773Z | Downloaded const_format_proc_macros v0.2.34 |
| 890 | 2026-04-25T00:40:50.776Z | Downloaded natord v1.0.9 |
| 891 | 2026-04-25T00:40:50.777Z | Downloaded idna_adapter v1.2.1 |
| 892 | 2026-04-25T00:40:50.780Z | Downloaded defmt v0.3.100 |
| 893 | 2026-04-25T00:40:50.780Z | Downloaded backon v1.6.0 |
| 894 | 2026-04-25T00:40:50.783Z | Downloaded match_cfg v0.1.0 |
| 895 | 2026-04-25T00:40:50.783Z | Downloaded enum-as-inner v0.6.1 |
| 896 | 2026-04-25T00:40:50.786Z | Downloaded defmt v1.0.1 |
| 897 | 2026-04-25T00:40:50.790Z | Downloaded no-std-compat v0.4.1 |
| 898 | 2026-04-25T00:40:50.790Z | Downloaded lru-cache v0.1.2 |
| 899 | 2026-04-25T00:40:50.793Z | Downloaded foreign-types-shared v0.3.1 |
| 900 | 2026-04-25T00:40:50.793Z | Downloaded cipher v0.4.4 |
| 901 | 2026-04-25T00:40:50.793Z | Downloaded hubpack_derive v0.1.1 |
| 902 | 2026-04-25T00:40:50.797Z | Downloaded float-ord v0.3.2 |
| 903 | 2026-04-25T00:40:50.797Z | Downloaded async-stream v0.3.6 |
| 904 | 2026-04-25T00:40:50.801Z | Downloaded defmt-parser v1.0.0 |
| 905 | 2026-04-25T00:40:50.801Z | Downloaded cstr-argument v0.1.2 |
| 906 | 2026-04-25T00:40:50.801Z | Downloaded compression-core v0.4.31 |
| 907 | 2026-04-25T00:40:50.805Z | Downloaded hash32 v0.3.1 |
| 908 | 2026-04-25T00:40:50.805Z | Downloaded embedded-io v0.6.1 |
| 909 | 2026-04-25T00:40:50.805Z | Downloaded dof v0.4.0 |
| 910 | 2026-04-25T00:40:50.808Z | Downloaded diff v0.1.13 |
| 911 | 2026-04-25T00:40:50.808Z | Downloaded erased-serde v0.3.31 |
| 912 | 2026-04-25T00:40:50.811Z | Downloaded internet-checksum v0.2.1 |
| 913 | 2026-04-25T00:40:50.811Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 914 | 2026-04-25T00:40:50.815Z | Downloaded ingot-types v0.1.2 |
| 915 | 2026-04-25T00:40:50.815Z | Downloaded num-conv v0.2.1 |
| 916 | 2026-04-25T00:40:50.815Z | Downloaded foreign-types-macros v0.2.3 |
| 917 | 2026-04-25T00:40:50.818Z | Downloaded hubpack v0.1.2 |
| 918 | 2026-04-25T00:40:50.818Z | Downloaded const-random-macro v0.1.16 |
| 919 | 2026-04-25T00:40:50.818Z | Downloaded cobs v0.3.0 |
| 920 | 2026-04-25T00:40:50.821Z | Downloaded async-recursion v1.1.1 |
| 921 | 2026-04-25T00:40:50.821Z | Downloaded newtype_derive v0.1.6 |
| 922 | 2026-04-25T00:40:50.825Z | Downloaded mime v0.3.17 |
| 923 | 2026-04-25T00:40:50.825Z | Downloaded arrayref v0.3.9 |
| 924 | 2026-04-25T00:40:50.828Z | Downloaded hostname v0.4.2 |
| 925 | 2026-04-25T00:40:50.828Z | Downloaded memoffset v0.9.1 |
| 926 | 2026-04-25T00:40:50.831Z | Downloaded dunce v1.0.5 |
| 927 | 2026-04-25T00:40:50.831Z | Downloaded httpdate v1.0.3 |
| 928 | 2026-04-25T00:40:50.831Z | Downloaded base16ct v0.2.0 |
| 929 | 2026-04-25T00:40:50.837Z | Downloaded darling v0.21.3 |
| 930 | 2026-04-25T00:40:50.841Z | Downloaded newline-converter v0.3.0 |
| 931 | 2026-04-25T00:40:50.841Z | Downloaded newtype-uuid-macros v0.1.0 |
| 932 | 2026-04-25T00:40:50.841Z | Downloaded crunchy v0.2.4 |
| 933 | 2026-04-25T00:40:50.841Z | Downloaded is-terminal v0.4.17 |
| 934 | 2026-04-25T00:40:50.841Z | Downloaded num-derive v0.3.3 |
| 935 | 2026-04-25T00:40:50.844Z | Downloaded instant v0.1.13 |
| 936 | 2026-04-25T00:40:50.844Z | Downloaded opaque-debug v0.3.1 |
| 937 | 2026-04-25T00:40:50.844Z | Downloaded hostname v0.3.1 |
| 938 | 2026-04-25T00:40:50.848Z | Downloaded foreign-types v0.5.0 |
| 939 | 2026-04-25T00:40:50.848Z | Downloaded fixedbitset v0.4.2 |
| 940 | 2026-04-25T00:40:50.851Z | Downloaded git-stub v1.0.0 |
| 941 | 2026-04-25T00:40:50.851Z | Downloaded num v0.4.3 |
| 942 | 2026-04-25T00:40:50.851Z | Downloaded dtrace-parser v0.3.0 |
| 943 | 2026-04-25T00:40:50.854Z | Downloaded async-stream-impl v0.3.6 |
| 944 | 2026-04-25T00:40:50.854Z | Downloaded darling_macro v0.21.3 |
| 945 | 2026-04-25T00:40:50.854Z | Downloaded crucible-workspace-hack v0.1.0 |
| 946 | 2026-04-25T00:40:50.858Z | Downloaded dropshot_endpoint v0.16.7 |
| 947 | 2026-04-25T00:40:50.858Z | Downloaded memmap v0.7.0 |
| 948 | 2026-04-25T00:40:50.861Z | Downloaded macaddr v1.0.1 |
| 949 | 2026-04-25T00:40:50.861Z | Downloaded ciborium-io v0.2.2 |
| 950 | 2026-04-25T00:40:50.861Z | Downloaded gethostname v0.5.0 |
| 951 | 2026-04-25T00:40:50.865Z | Downloaded fs-err v3.3.0 |
| 952 | 2026-04-25T00:40:50.865Z | Downloaded libsw v3.5.0 |
| 953 | 2026-04-25T00:40:50.868Z | Downloaded num-iter v0.1.45 |
| 954 | 2026-04-25T00:40:50.868Z | Downloaded linear-map v1.2.0 |
| 955 | 2026-04-25T00:40:50.868Z | Downloaded ciborium-ll v0.2.2 |
| 956 | 2026-04-25T00:40:50.871Z | Downloaded omicron-workspace-hack v0.1.0 |
| 957 | 2026-04-25T00:40:50.871Z | Downloaded num_threads v0.1.7 |
| 958 | 2026-04-25T00:40:50.871Z | Downloaded olpc-cjson v0.1.4 |
| 959 | 2026-04-25T00:40:50.875Z | Downloaded ingot-macros v0.1.1 |
| 960 | 2026-04-25T00:40:50.875Z | Downloaded hmac v0.12.1 |
| 961 | 2026-04-25T00:40:50.878Z | Downloaded memmap2 v0.9.10 |
| 962 | 2026-04-25T00:40:50.878Z | Downloaded ingot v0.1.1 |
| 963 | 2026-04-25T00:40:50.879Z | Downloaded num-derive v0.4.2 |
| 964 | 2026-04-25T00:40:50.882Z | Downloaded parse-display v0.10.0 |
| 965 | 2026-04-25T00:40:50.882Z | Downloaded group v0.13.0 |
| 966 | 2026-04-25T00:40:50.882Z | Downloaded num_enum_derive v0.5.11 |
| 967 | 2026-04-25T00:40:50.886Z | Downloaded dtrace-parser v0.2.0 |
| 968 | 2026-04-25T00:40:50.886Z | Downloaded crc8 v0.1.1 |
| 969 | 2026-04-25T00:40:50.886Z | Downloaded num-integer v0.1.46 |
| 970 | 2026-04-25T00:40:50.889Z | Downloaded dyn-clone v1.0.20 |
| 971 | 2026-04-25T00:40:50.889Z | Downloaded plain v0.2.3 |
| 972 | 2026-04-25T00:40:50.889Z | Downloaded powerfmt v0.2.0 |
| 973 | 2026-04-25T00:40:50.893Z | Downloaded num-complex v0.4.6 |
| 974 | 2026-04-25T00:40:50.893Z | Downloaded byteorder v1.5.0 |
| 975 | 2026-04-25T00:40:50.896Z | Downloaded libsw-core v0.3.2 |
| 976 | 2026-04-25T00:40:50.896Z | Downloaded displaydoc v0.2.5 |
| 977 | 2026-04-25T00:40:50.900Z | Downloaded num_enum v0.7.6 |
| 978 | 2026-04-25T00:40:50.903Z | Downloaded ciborium v0.2.2 |
| 979 | 2026-04-25T00:40:50.903Z | Downloaded multer v3.1.0 |
| 980 | 2026-04-25T00:40:50.906Z | Downloaded pretty-hex v0.4.2 |
| 981 | 2026-04-25T00:40:50.907Z | Downloaded daft-derive v0.1.5 |
| 982 | 2026-04-25T00:40:50.910Z | Downloaded linked-hash-map v0.5.6 |
| 983 | 2026-04-25T00:40:50.910Z | Downloaded git-stub-vcs v0.1.0 |
| 984 | 2026-04-25T00:40:50.910Z | Downloaded critical-section v1.2.0 |
| 985 | 2026-04-25T00:40:50.915Z | Downloaded daft v0.1.5 |
| 986 | 2026-04-25T00:40:50.915Z | Downloaded proc-macro-error-attr v1.0.4 |
| 987 | 2026-04-25T00:40:50.915Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 988 | 2026-04-25T00:40:50.919Z | Downloaded proc-macro-crate v3.5.0 |
| 989 | 2026-04-25T00:40:50.919Z | Downloaded progenitor-client v0.11.2 |
| 990 | 2026-04-25T00:40:50.919Z | Downloaded proc-macro-crate v1.3.1 |
| 991 | 2026-04-25T00:40:50.919Z | Downloaded potential_utf v0.1.4 |
| 992 | 2026-04-25T00:40:50.919Z | Downloaded hyper-rustls v0.27.7 |
| 993 | 2026-04-25T00:40:50.923Z | Downloaded progenitor-macro v0.10.0 |
| 994 | 2026-04-25T00:40:50.923Z | Downloaded constant_time_eq v0.4.2 |
| 995 | 2026-04-25T00:40:50.926Z | Downloaded derive-ex v0.1.8 |
| 996 | 2026-04-25T00:40:50.926Z | Downloaded arrayvec v0.7.6 |
| 997 | 2026-04-25T00:40:50.926Z | Downloaded chacha20poly1305 v0.10.1 |
| 998 | 2026-04-25T00:40:50.929Z | Downloaded num_enum v0.5.11 |
| 999 | 2026-04-25T00:40:50.933Z | Downloaded progenitor-macro v0.11.2 |
| 1000 | 2026-04-25T00:40:50.933Z | Downloaded progenitor-client v0.10.0 |
| 1001 | 2026-04-25T00:40:50.933Z | Downloaded num_enum_derive v0.7.6 |
| 1002 | 2026-04-25T00:40:50.936Z | Downloaded bitflags v1.3.2 |
| 1003 | 2026-04-25T00:40:50.936Z | Downloaded quick-error v1.2.3 |
| 1004 | 2026-04-25T00:40:50.939Z | Downloaded oxnet v0.1.4 |
| 1005 | 2026-04-25T00:40:50.939Z | Downloaded phf_shared v0.12.1 |
| 1006 | 2026-04-25T00:40:50.939Z | Downloaded progenitor-macro v0.13.0 |
| 1007 | 2026-04-25T00:40:50.943Z | Downloaded paste v1.0.15 |
| 1008 | 2026-04-25T00:40:50.943Z | Downloaded ref-cast-impl v1.0.25 |
| 1009 | 2026-04-25T00:40:50.946Z | Downloaded elliptic-curve v0.13.8 |
| 1010 | 2026-04-25T00:40:50.946Z | Downloaded cookie v0.18.1 |
| 1011 | 2026-04-25T00:40:50.949Z | Downloaded rand_chacha v0.3.1 |
| 1012 | 2026-04-25T00:40:50.949Z | Downloaded ref-cast v1.0.25 |
| 1013 | 2026-04-25T00:40:50.953Z | Downloaded console v0.16.3 |
| 1014 | 2026-04-25T00:40:50.953Z | Downloaded crossbeam-channel v0.5.15 |
| 1015 | 2026-04-25T00:40:50.956Z | Downloaded parse-display-derive v0.10.0 |
| 1016 | 2026-04-25T00:40:50.956Z | Downloaded pem v3.0.6 |
| 1017 | 2026-04-25T00:40:50.956Z | Downloaded defmt-macros v1.0.1 |
| 1018 | 2026-04-25T00:40:50.960Z | Downloaded phf v0.12.1 |
| 1019 | 2026-04-25T00:40:50.960Z | Downloaded chacha20 v0.10.0 |
| 1020 | 2026-04-25T00:40:50.963Z | Downloaded chacha20 v0.9.1 |
| 1021 | 2026-04-25T00:40:50.963Z | Downloaded data-encoding v2.10.0 |
| 1022 | 2026-04-25T00:40:50.963Z | Downloaded cc v1.2.58 |
| 1023 | 2026-04-25T00:40:50.966Z | Downloaded pkg-config v0.3.32 |
| 1024 | 2026-04-25T00:40:50.966Z | Downloaded cargo_toml v0.22.3 |
| 1025 | 2026-04-25T00:40:50.970Z | Downloaded highway v1.3.0 |
| 1026 | 2026-04-25T00:40:50.970Z | Downloaded crossbeam-epoch v0.9.18 |
| 1027 | 2026-04-25T00:40:50.973Z | Downloaded backoff v0.4.0 |
| 1028 | 2026-04-25T00:40:50.973Z | Downloaded rand_xorshift v0.4.0 |
| 1029 | 2026-04-25T00:40:50.973Z | Downloaded scroll_derive v0.13.1 |
| 1030 | 2026-04-25T00:40:50.977Z | Downloaded scroll_derive v0.12.1 |
| 1031 | 2026-04-25T00:40:50.977Z | Downloaded password-hash v0.5.0 |
| 1032 | 2026-04-25T00:40:50.977Z | Downloaded semver v0.1.20 |
| 1033 | 2026-04-25T00:40:50.980Z | Downloaded sha1 v0.10.6 |
| 1034 | 2026-04-25T00:40:50.980Z | Downloaded rustc_version v0.1.7 |
| 1035 | 2026-04-25T00:40:50.980Z | Downloaded progenitor v0.10.0 |
| 1036 | 2026-04-25T00:40:50.980Z | Downloaded serial_test v3.4.0 |
| 1037 | 2026-04-25T00:40:50.984Z | Downloaded proc-macro-error2 v2.0.1 |
| 1038 | 2026-04-25T00:40:50.984Z | Downloaded same-file v1.0.6 |
| 1039 | 2026-04-25T00:40:50.988Z | Downloaded colored v3.1.1 |
| 1040 | 2026-04-25T00:40:50.988Z | Downloaded progenitor v0.11.2 |
| 1041 | 2026-04-25T00:40:50.988Z | Downloaded bitflags v2.11.0 |
| 1042 | 2026-04-25T00:40:51.029Z | Downloaded serde_plain v1.0.2 |
| 1043 | 2026-04-25T00:40:51.029Z | Downloaded bit-vec v0.8.0 |
| 1044 | 2026-04-25T00:40:51.029Z | Downloaded progenitor-client v0.13.0 |
| 1045 | 2026-04-25T00:40:51.029Z | Downloaded progenitor v0.13.0 |
| 1046 | 2026-04-25T00:40:51.029Z | Downloaded omicron-zone-package v0.12.2 |
| 1047 | 2026-04-25T00:40:51.029Z | Downloaded icu_properties v2.1.2 |
| 1048 | 2026-04-25T00:40:51.029Z | Downloaded clap_derive v4.6.0 |
| 1049 | 2026-04-25T00:40:51.029Z | Downloaded blake2 v0.10.6 |
| 1050 | 2026-04-25T00:40:51.029Z | Downloaded proc-macro-error v1.0.4 |
| 1051 | 2026-04-25T00:40:51.029Z | Downloaded slog-envlogger v2.2.0 |
| 1052 | 2026-04-25T00:40:51.029Z | Downloaded serial_test_derive v3.4.0 |
| 1053 | 2026-04-25T00:40:51.029Z | Downloaded progenitor-extras v0.1.1 |
| 1054 | 2026-04-25T00:40:51.029Z | Downloaded serde-big-array v0.5.1 |
| 1055 | 2026-04-25T00:40:51.029Z | Downloaded serde_spanned v1.1.0 |
| 1056 | 2026-04-25T00:40:51.029Z | Downloaded darling v0.23.0 |
| 1057 | 2026-04-25T00:40:51.029Z | Downloaded slog-bunyan v2.5.0 |
| 1058 | 2026-04-25T00:40:51.029Z | Downloaded sigpipe v0.1.3 |
| 1059 | 2026-04-25T00:40:51.029Z | Downloaded serde_repr v0.1.20 |
| 1060 | 2026-04-25T00:40:51.029Z | Downloaded siphasher v1.0.2 |
| 1061 | 2026-04-25T00:40:51.029Z | Downloaded icu_normalizer v2.1.1 |
| 1062 | 2026-04-25T00:40:51.029Z | Downloaded smawk v0.3.2 |
| 1063 | 2026-04-25T00:40:51.029Z | Downloaded rustls-pemfile v2.2.0 |
| 1064 | 2026-04-25T00:40:51.029Z | Downloaded secrecy v0.10.3 |
| 1065 | 2026-04-25T00:40:51.029Z | Downloaded ipnetwork v0.21.1 |
| 1066 | 2026-04-25T00:40:51.029Z | Downloaded rustls-native-certs v0.8.3 |
| 1067 | 2026-04-25T00:40:51.030Z | Downloaded parking_lot_core v0.8.6 |
| 1068 | 2026-04-25T00:40:51.030Z | Downloaded structmeta-derive v0.3.0 |
| 1069 | 2026-04-25T00:40:51.030Z | Downloaded strum v0.27.2 |
| 1070 | 2026-04-25T00:40:51.030Z | Downloaded structmeta v0.3.0 |
| 1071 | 2026-04-25T00:40:51.030Z | Downloaded rand_core v0.10.0 |
| 1072 | 2026-04-25T00:40:51.030Z | Downloaded stable_deref_trait v1.2.1 |
| 1073 | 2026-04-25T00:40:51.030Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1074 | 2026-04-25T00:40:51.035Z | Downloaded num-rational v0.4.2 |
| 1075 | 2026-04-25T00:40:51.035Z | Downloaded strum v0.26.3 |
| 1076 | 2026-04-25T00:40:51.035Z | Downloaded poly1305 v0.8.0 |
| 1077 | 2026-04-25T00:40:51.036Z | Downloaded tabled_derive v0.11.0 |
| 1078 | 2026-04-25T00:40:51.036Z | Downloaded scroll v0.13.0 |
| 1079 | 2026-04-25T00:40:51.041Z | Downloaded schemars_derive v0.8.22 |
| 1080 | 2026-04-25T00:40:51.041Z | Downloaded postcard v1.1.3 |
| 1081 | 2026-04-25T00:40:51.041Z | Downloaded spin v0.5.2 |
| 1082 | 2026-04-25T00:40:51.041Z | Downloaded litemap v0.8.1 |
| 1083 | 2026-04-25T00:40:51.044Z | Downloaded tagptr v0.2.0 |
| 1084 | 2026-04-25T00:40:51.044Z | Downloaded icu_provider v2.1.1 |
| 1085 | 2026-04-25T00:40:51.044Z | Downloaded tabwriter v1.4.1 |
| 1086 | 2026-04-25T00:40:51.044Z | Downloaded bcs v0.1.6 |
| 1087 | 2026-04-25T00:40:51.044Z | Downloaded glob v0.3.3 |
| 1088 | 2026-04-25T00:40:51.048Z | Downloaded crossbeam-deque v0.8.6 |
| 1089 | 2026-04-25T00:40:51.048Z | Downloaded drift v0.1.3 |
| 1090 | 2026-04-25T00:40:51.051Z | Downloaded time-core v0.1.8 |
| 1091 | 2026-04-25T00:40:51.051Z | Downloaded csv-core v0.1.13 |
| 1092 | 2026-04-25T00:40:51.051Z | Downloaded bytecount v0.6.9 |
| 1093 | 2026-04-25T00:40:51.055Z | Downloaded async-trait v0.1.89 |
| 1094 | 2026-04-25T00:40:51.055Z | Downloaded rusty-fork v0.3.1 |
| 1095 | 2026-04-25T00:40:51.058Z | Downloaded rustversion v1.0.22 |
| 1096 | 2026-04-25T00:40:51.058Z | Downloaded fs_extra v1.3.0 |
| 1097 | 2026-04-25T00:40:51.058Z | Downloaded termtree v0.5.1 |
| 1098 | 2026-04-25T00:40:51.061Z | Downloaded testing_table v0.3.0 |
| 1099 | 2026-04-25T00:40:51.061Z | Downloaded sdd v3.0.10 |
| 1100 | 2026-04-25T00:40:51.061Z | Downloaded thread-id v5.1.0 |
| 1101 | 2026-04-25T00:40:51.065Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1102 | 2026-04-25T00:40:51.065Z | Downloaded take_mut v0.2.2 |
| 1103 | 2026-04-25T00:40:51.065Z | Downloaded tabled_derive v0.7.0 |
| 1104 | 2026-04-25T00:40:51.065Z | Downloaded indexmap v1.9.3 |
| 1105 | 2026-04-25T00:40:51.068Z | Downloaded scroll v0.12.0 |
| 1106 | 2026-04-25T00:40:51.068Z | Downloaded serde_derive_internals v0.29.1 |
| 1107 | 2026-04-25T00:40:51.069Z | Downloaded heapless v0.8.0 |
| 1108 | 2026-04-25T00:40:51.072Z | Downloaded ff v0.13.1 |
| 1109 | 2026-04-25T00:40:51.072Z | Downloaded arc-swap v1.9.0 |
| 1110 | 2026-04-25T00:40:51.075Z | Downloaded parking_lot v0.11.2 |
| 1111 | 2026-04-25T00:40:51.075Z | Downloaded papergrid v0.17.0 |
| 1112 | 2026-04-25T00:40:51.079Z | Downloaded slog-term v2.9.2 |
| 1113 | 2026-04-25T00:40:51.082Z | Downloaded slog-scope v4.4.1 |
| 1114 | 2026-04-25T00:40:51.082Z | Downloaded thread-id v4.2.2 |
| 1115 | 2026-04-25T00:40:51.082Z | Downloaded serde_tokenstream v0.2.3 |
| 1116 | 2026-04-25T00:40:51.082Z | Downloaded smartstring v1.0.1 |
| 1117 | 2026-04-25T00:40:51.086Z | Downloaded slog-async v2.8.0 |
| 1118 | 2026-04-25T00:40:51.086Z | Downloaded pest_generator v2.8.6 |
| 1119 | 2026-04-25T00:40:51.086Z | Downloaded topological-sort v0.2.2 |
| 1120 | 2026-04-25T00:40:51.086Z | Downloaded pest_derive v2.8.6 |
| 1121 | 2026-04-25T00:40:51.089Z | Downloaded derive_more v0.99.20 |
| 1122 | 2026-04-25T00:40:51.093Z | Downloaded darling_core v0.21.3 |
| 1123 | 2026-04-25T00:40:51.093Z | Downloaded rustls-pki-types v1.14.0 |
| 1124 | 2026-04-25T00:40:51.096Z | Downloaded strum_macros v0.26.4 |
| 1125 | 2026-04-25T00:40:51.096Z | Downloaded snafu-derive v0.8.9 |
| 1126 | 2026-04-25T00:40:51.096Z | Downloaded resolv-conf v0.7.6 |
| 1127 | 2026-04-25T00:40:51.100Z | Downloaded darling_core v0.23.0 |
| 1128 | 2026-04-25T00:40:51.103Z | Downloaded unarray v0.1.4 |
| 1129 | 2026-04-25T00:40:51.103Z | Downloaded typify-macro v0.6.1 |
| 1130 | 2026-04-25T00:40:51.103Z | Downloaded usdt-macro v0.5.0 |
| 1131 | 2026-04-25T00:40:51.103Z | Downloaded usdt v0.5.0 |
| 1132 | 2026-04-25T00:40:51.104Z | Downloaded icu_locale_core v2.1.1 |
| 1133 | 2026-04-25T00:40:51.109Z | Downloaded utf-8 v0.7.6 |
| 1134 | 2026-04-25T00:40:51.109Z | Downloaded usdt-macro v0.6.0 |
| 1135 | 2026-04-25T00:40:51.113Z | Downloaded rhai_codegen v3.1.0 |
| 1136 | 2026-04-25T00:40:51.113Z | Downloaded strum_macros v0.27.2 |
| 1137 | 2026-04-25T00:40:51.116Z | Downloaded indicatif v0.18.4 |
| 1138 | 2026-04-25T00:40:51.116Z | Downloaded dropshot_endpoint v0.17.0 |
| 1139 | 2026-04-25T00:40:51.120Z | Downloaded icu_normalizer_data v2.1.1 |
| 1140 | 2026-04-25T00:40:51.120Z | Downloaded half v2.7.1 |
| 1141 | 2026-04-25T00:40:51.123Z | Downloaded tinystr v0.8.2 |
| 1142 | 2026-04-25T00:40:51.123Z | Downloaded tokio-tungstenite v0.21.0 |
| 1143 | 2026-04-25T00:40:51.123Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 1144 | 2026-04-25T00:40:51.126Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1145 | 2026-04-25T00:40:51.126Z | Downloaded time-macros v0.2.27 |
| 1146 | 2026-04-25T00:40:51.126Z | Downloaded thiserror-no-std v2.0.2 |
| 1147 | 2026-04-25T00:40:51.130Z | Downloaded untrusted v0.7.1 |
| 1148 | 2026-04-25T00:40:51.130Z | Downloaded usdt-attr-macro v0.5.0 |
| 1149 | 2026-04-25T00:40:51.130Z | Downloaded unit-prefix v0.5.2 |
| 1150 | 2026-04-25T00:40:51.130Z | Downloaded serde_with_macros v3.18.0 |
| 1151 | 2026-04-25T00:40:51.133Z | Downloaded usdt-attr-macro v0.6.0 |
| 1152 | 2026-04-25T00:40:51.134Z | Downloaded usdt v0.6.0 |
| 1153 | 2026-04-25T00:40:51.134Z | Downloaded universal-hash v0.5.1 |
| 1154 | 2026-04-25T00:40:51.134Z | Downloaded typify-macro v0.4.3 |
| 1155 | 2026-04-25T00:40:51.134Z | Downloaded progenitor-impl v0.10.0 |
| 1156 | 2026-04-25T00:40:51.137Z | Downloaded slog-json v2.6.1 |
| 1157 | 2026-04-25T00:40:51.137Z | Downloaded slog-dtrace v0.3.0 |
| 1158 | 2026-04-25T00:40:51.137Z | Downloaded hickory-resolver v0.25.2 |
| 1159 | 2026-04-25T00:40:51.140Z | Downloaded waitgroup v0.1.2 |
| 1160 | 2026-04-25T00:40:51.140Z | Downloaded const_format v0.2.35 |
| 1161 | 2026-04-25T00:40:51.145Z | Downloaded openssl-sys v0.9.112 |
| 1162 | 2026-04-25T00:40:51.148Z | Downloaded yoke-derive v0.8.1 |
| 1163 | 2026-04-25T00:40:51.148Z | Downloaded clap v4.6.0 |
| 1164 | 2026-04-25T00:40:51.152Z | Downloaded zeroize_derive v1.4.3 |
| 1165 | 2026-04-25T00:40:51.152Z | Downloaded tokio-rustls v0.25.0 |
| 1166 | 2026-04-25T00:40:51.155Z | Downloaded slog-stdlog v4.1.1 |
| 1167 | 2026-04-25T00:40:51.155Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-04-25T00:40:51.156Z | Downloaded zone v0.3.1 |
| 1169 | 2026-04-25T00:40:51.156Z | Downloaded zerofrom-derive v0.1.6 |
| 1170 | 2026-04-25T00:40:51.156Z | Downloaded zerofrom v0.1.6 |
| 1171 | 2026-04-25T00:40:51.156Z | Downloaded pest_meta v2.8.6 |
| 1172 | 2026-04-25T00:40:51.159Z | Downloaded smf v0.2.3 |
| 1173 | 2026-04-25T00:40:51.159Z | Downloaded papergrid v0.11.0 |
| 1174 | 2026-04-25T00:40:51.163Z | Downloaded managed v0.8.0 |
| 1175 | 2026-04-25T00:40:51.163Z | Downloaded libscf-sys v1.1.0 |
| 1176 | 2026-04-25T00:40:51.163Z | Downloaded fastrand v2.3.0 |
| 1177 | 2026-04-25T00:40:51.163Z | Downloaded crossbeam-utils v0.8.21 |
| 1178 | 2026-04-25T00:40:51.166Z | Downloaded bit-set v0.8.0 |
| 1179 | 2026-04-25T00:40:51.166Z | Downloaded keccak v0.1.6 |
| 1180 | 2026-04-25T00:40:51.166Z | Downloaded heck v0.4.1 |
| 1181 | 2026-04-25T00:40:51.166Z | Downloaded cancel-safe-futures v0.1.5 |
| 1182 | 2026-04-25T00:40:51.169Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 1183 | 2026-04-25T00:40:51.169Z | Downloaded ident_case v1.0.1 |
| 1184 | 2026-04-25T00:40:51.169Z | Downloaded compression-codecs v0.4.37 |
| 1185 | 2026-04-25T00:40:51.174Z | Downloaded usdt-impl v0.5.0 |
| 1186 | 2026-04-25T00:40:51.175Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1187 | 2026-04-25T00:40:51.178Z | Downloaded hickory-resolver v0.24.4 |
| 1188 | 2026-04-25T00:40:51.181Z | Downloaded synstructure v0.13.2 |
| 1189 | 2026-04-25T00:40:51.181Z | Downloaded thin-vec v0.2.14 |
| 1190 | 2026-04-25T00:40:51.184Z | Downloaded tokio-dtrace v0.1.1 |
| 1191 | 2026-04-25T00:40:51.185Z | Downloaded tiny-keccak v2.0.2 |
| 1192 | 2026-04-25T00:40:51.190Z | Downloaded term v1.2.1 |
| 1193 | 2026-04-25T00:40:51.190Z | Downloaded xz2 v0.1.7 |
| 1194 | 2026-04-25T00:40:51.190Z | Downloaded wait-timeout v0.2.1 |
| 1195 | 2026-04-25T00:40:51.193Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-04-25T00:40:51.193Z | Downloaded progenitor-impl v0.11.2 |
| 1197 | 2026-04-25T00:40:51.193Z | Downloaded base64 v0.21.7 |
| 1198 | 2026-04-25T00:40:51.197Z | Downloaded progenitor-impl v0.13.0 |
| 1199 | 2026-04-25T00:40:51.197Z | Downloaded jiff-static v0.2.23 |
| 1200 | 2026-04-25T00:40:51.197Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1201 | 2026-04-25T00:40:51.200Z | Downloaded whoami v1.6.1 |
| 1202 | 2026-04-25T00:40:51.200Z | Downloaded hashbrown v0.12.3 |
| 1203 | 2026-04-25T00:40:51.204Z | Downloaded zerovec-derive v0.11.2 |
| 1204 | 2026-04-25T00:40:51.204Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 1205 | 2026-04-25T00:40:51.207Z | Downloaded yoke v0.8.1 |
| 1206 | 2026-04-25T00:40:51.210Z | Downloaded rayon-core v1.13.0 |
| 1207 | 2026-04-25T00:40:51.216Z | Downloaded spin v0.9.8 |
| 1208 | 2026-04-25T00:40:51.221Z | Downloaded icu_collections v2.1.1 |
| 1209 | 2026-04-25T00:40:51.224Z | Downloaded prettyplease v0.2.37 |
| 1210 | 2026-04-25T00:40:51.228Z | Downloaded pretty_assertions v1.4.1 |
| 1211 | 2026-04-25T00:40:51.228Z | Downloaded minimal-lexical v0.2.1 |
| 1212 | 2026-04-25T00:40:51.231Z | Downloaded writeable v0.6.2 |
| 1213 | 2026-04-25T00:40:51.231Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 1214 | 2026-04-25T00:40:51.235Z | Downloaded zerocopy-derive v0.7.35 |
| 1215 | 2026-04-25T00:40:51.238Z | Downloaded test-strategy v0.4.5 |
| 1216 | 2026-04-25T00:40:51.238Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1217 | 2026-04-25T00:40:51.241Z | Downloaded walkdir v2.5.0 |
| 1218 | 2026-04-25T00:40:51.241Z | Downloaded slog v2.8.2 |
| 1219 | 2026-04-25T00:40:51.245Z | Downloaded vsss-rs v3.3.4 |
| 1220 | 2026-04-25T00:40:51.245Z | Downloaded nom v7.1.3 |
| 1221 | 2026-04-25T00:40:51.248Z | Downloaded rand v0.8.5 |
| 1222 | 2026-04-25T00:40:51.248Z | Downloaded schemars v0.8.22 |
| 1223 | 2026-04-25T00:40:51.254Z | Downloaded tungstenite v0.21.0 |
| 1224 | 2026-04-25T00:40:51.258Z | Downloaded typify v0.6.1 |
| 1225 | 2026-04-25T00:40:51.261Z | Downloaded unsafe-libyaml v0.2.11 |
| 1226 | 2026-04-25T00:40:51.261Z | Downloaded snafu v0.8.9 |
| 1227 | 2026-04-25T00:40:51.266Z | Downloaded similar v2.7.0 |
| 1228 | 2026-04-25T00:40:51.269Z | Downloaded schemars v1.2.1 |
| 1229 | 2026-04-25T00:40:51.274Z | Downloaded typify v0.4.3 |
| 1230 | 2026-04-25T00:40:51.277Z | Downloaded toml v0.7.8 |
| 1231 | 2026-04-25T00:40:51.281Z | Downloaded steno v0.4.1 |
| 1232 | 2026-04-25T00:40:51.281Z | Downloaded ucd-trie v0.1.7 |
| 1233 | 2026-04-25T00:40:51.281Z | Downloaded schemars v0.9.0 |
| 1234 | 2026-04-25T00:40:51.287Z | Downloaded typenum v1.19.0 |
| 1235 | 2026-04-25T00:40:51.290Z | Downloaded rand v0.9.2 |
| 1236 | 2026-04-25T00:40:51.294Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 1237 | 2026-04-25T00:40:51.294Z | Downloaded yansi v1.0.1 |
| 1238 | 2026-04-25T00:40:51.297Z | Downloaded rustls-webpki v0.103.10 |
| 1239 | 2026-04-25T00:40:51.297Z | Downloaded zerotrie v0.2.3 |
| 1240 | 2026-04-25T00:40:51.301Z | Downloaded indexmap v2.13.0 |
| 1241 | 2026-04-25T00:40:51.301Z | Downloaded uuid v1.23.0 |
| 1242 | 2026-04-25T00:40:51.304Z | Downloaded qorb v0.4.1 |
| 1243 | 2026-04-25T00:40:51.304Z | Downloaded dropshot-api-manager v0.7.0 |
| 1244 | 2026-04-25T00:40:51.308Z | Downloaded async-compression v0.4.41 |
| 1245 | 2026-04-25T00:40:51.311Z | Downloaded hashbrown v0.16.1 |
| 1246 | 2026-04-25T00:40:51.314Z | Downloaded crypto-bigint v0.5.5 |
| 1247 | 2026-04-25T00:40:51.318Z | Downloaded toml_edit v0.19.15 |
| 1248 | 2026-04-25T00:40:51.326Z | Downloaded typed-path v0.9.3 |
| 1249 | 2026-04-25T00:40:51.330Z | Downloaded rand v0.10.1 |
| 1250 | 2026-04-25T00:40:51.333Z | Downloaded expectorate v1.2.0 |
| 1251 | 2026-04-25T00:40:51.333Z | Downloaded nom v8.0.0 |
| 1252 | 2026-04-25T00:40:51.337Z | Downloaded pest v2.8.6 |
| 1253 | 2026-04-25T00:40:51.340Z | Downloaded icu_properties_data v2.1.2 |
| 1254 | 2026-04-25T00:40:51.344Z | Downloaded iddqd v0.3.17 |
| 1255 | 2026-04-25T00:40:51.347Z | Downloaded itertools v0.12.1 |
| 1256 | 2026-04-25T00:40:51.352Z | Downloaded aws-lc-rs v1.16.2 |
| 1257 | 2026-04-25T00:40:51.378Z | Downloaded zerovec v0.11.5 |
| 1258 | 2026-04-25T00:40:51.382Z | Downloaded libm v0.2.16 |
| 1259 | 2026-04-25T00:40:51.387Z | Downloaded tough v0.20.0 |
| 1260 | 2026-04-25T00:40:51.391Z | Downloaded hkdf v0.12.4 |
| 1261 | 2026-04-25T00:40:51.395Z | Downloaded zerocopy-derive v0.8.48 |
| 1262 | 2026-04-25T00:40:51.401Z | Downloaded reqwest v0.13.2 |
| 1263 | 2026-04-25T00:40:51.404Z | Downloaded blake3 v1.8.4 |
| 1264 | 2026-04-25T00:40:51.410Z | Downloaded zerocopy v0.7.35 |
| 1265 | 2026-04-25T00:40:51.418Z | Downloaded rustls-webpki v0.102.8 |
| 1266 | 2026-04-25T00:40:51.434Z | Downloaded scc v2.4.0 |
| 1267 | 2026-04-25T00:40:51.438Z | Downloaded rayon v1.11.0 |
| 1268 | 2026-04-25T00:40:51.442Z | Downloaded goblin v0.8.2 |
| 1269 | 2026-04-25T00:40:51.445Z | Downloaded goblin v0.10.5 |
| 1270 | 2026-04-25T00:40:51.464Z | Downloaded serde_with v3.18.0 |
| 1271 | 2026-04-25T00:40:51.470Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-04-25T00:40:51.479Z | Downloaded time v0.3.47 |
| 1273 | 2026-04-25T00:40:51.486Z | Downloaded moka v0.12.15 |
| 1274 | 2026-04-25T00:40:51.490Z | Downloaded winnow v1.0.1 |
| 1275 | 2026-04-25T00:40:51.495Z | Downloaded winnow v0.5.40 |
| 1276 | 2026-04-25T00:40:51.500Z | Downloaded webpki-roots v1.0.6 |
| 1277 | 2026-04-25T00:40:51.503Z | Downloaded tabled v0.15.0 |
| 1278 | 2026-04-25T00:40:51.510Z | Downloaded dropshot v0.17.0 |
| 1279 | 2026-04-25T00:40:51.521Z | Downloaded dropshot v0.16.7 |
| 1280 | 2026-04-25T00:40:51.533Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-04-25T00:40:51.539Z | Downloaded openssl v0.10.76 |
| 1282 | 2026-04-25T00:40:51.545Z | Downloaded proptest v1.11.0 |
| 1283 | 2026-04-25T00:40:51.548Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-04-25T00:40:51.554Z | Downloaded openapiv3 v2.2.0 |
| 1285 | 2026-04-25T00:40:51.560Z | Downloaded syn v1.0.109 |
| 1286 | 2026-04-25T00:40:51.566Z | Downloaded nix v0.31.2 |
| 1287 | 2026-04-25T00:40:51.575Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-04-25T00:40:51.582Z | Downloaded sled v0.34.7 |
| 1289 | 2026-04-25T00:40:51.588Z | Downloaded rhai v1.24.0 |
| 1290 | 2026-04-25T00:40:51.594Z | Downloaded regress v0.10.5 |
| 1291 | 2026-04-25T00:40:51.599Z | Downloaded hickory-proto v0.24.4 |
| 1292 | 2026-04-25T00:40:51.607Z | Downloaded hickory-proto v0.25.2 |
| 1293 | 2026-04-25T00:40:51.640Z | Downloaded typify-impl v0.6.1 |
| 1294 | 2026-04-25T00:40:51.650Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-04-25T00:40:51.669Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-04-25T00:40:51.683Z | Downloaded csv v1.4.0 |
| 1297 | 2026-04-25T00:40:51.696Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-04-25T00:40:51.706Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-04-25T00:40:51.709Z | Downloaded jiff v0.2.23 |
| 1300 | 2026-04-25T00:40:51.719Z | Downloaded tokio v1.52.0 |
| 1301 | 2026-04-25T00:40:51.740Z | Downloaded lzma-sys v0.1.20 |
| 1302 | 2026-04-25T00:40:51.778Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-04-25T00:40:52.285Z | Downloaded aws-lc-sys v0.39.1 |
| 1304 | 2026-04-25T00:40:53.160Z | Compiling proc-macro2 v1.0.106 |
| 1305 | 2026-04-25T00:40:53.160Z | Compiling quote v1.0.45 |
| 1306 | 2026-04-25T00:40:53.160Z | Compiling unicode-ident v1.0.24 |
| 1307 | 2026-04-25T00:40:53.160Z | Compiling serde_core v1.0.228 |
| 1308 | 2026-04-25T00:40:53.164Z | Compiling cfg-if v1.0.4 |
| 1309 | 2026-04-25T00:40:53.164Z | Compiling serde v1.0.228 |
| 1310 | 2026-04-25T00:40:53.164Z | Compiling libc v0.2.186 |
| 1311 | 2026-04-25T00:40:53.164Z | Compiling memchr v2.8.0 |
| 1312 | 2026-04-25T00:40:53.355Z | Compiling itoa v1.0.18 |
| 1313 | 2026-04-25T00:40:53.531Z | Compiling smallvec v1.15.1 |
| 1314 | 2026-04-25T00:40:53.558Z | Compiling zmij v1.0.21 |
| 1315 | 2026-04-25T00:40:53.589Z | Compiling serde_json v1.0.149 |
| 1316 | 2026-04-25T00:40:53.727Z | Compiling autocfg v1.5.0 |
| 1317 | 2026-04-25T00:40:53.817Z | Compiling libm v0.2.16 |
| 1318 | 2026-04-25T00:40:53.931Z | Compiling version_check v0.9.5 |
| 1319 | 2026-04-25T00:40:54.038Z | Compiling stable_deref_trait v1.2.1 |
| 1320 | 2026-04-25T00:40:54.067Z | Compiling pin-project-lite v0.2.17 |
| 1321 | 2026-04-25T00:40:54.109Z | Compiling writeable v0.6.2 |
| 1322 | 2026-04-25T00:40:54.119Z | Compiling percent-encoding v2.3.2 |
| 1323 | 2026-04-25T00:40:54.138Z | Compiling litemap v0.8.1 |
| 1324 | 2026-04-25T00:40:54.157Z | Compiling icu_properties_data v2.1.2 |
| 1325 | 2026-04-25T00:40:54.199Z | Compiling icu_normalizer_data v2.1.1 |
| 1326 | 2026-04-25T00:40:54.302Z | Compiling iana-time-zone v0.1.65 |
| 1327 | 2026-04-25T00:40:54.402Z | Compiling equivalent v1.0.2 |
| 1328 | 2026-04-25T00:40:54.518Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-04-25T00:40:54.577Z | Compiling syn v2.0.117 |
| 1330 | 2026-04-25T00:40:54.595Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-04-25T00:40:54.616Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-04-25T00:40:54.627Z | Compiling form_urlencoded v1.2.2 |
| 1333 | 2026-04-25T00:40:54.627Z | Compiling allocator-api2 v0.2.21 |
| 1334 | 2026-04-25T00:40:54.670Z | Compiling utf8_iter v1.0.4 |
| 1335 | 2026-04-25T00:40:54.810Z | Compiling foldhash v0.2.0 |
| 1336 | 2026-04-25T00:40:54.820Z | Compiling dyn-clone v1.0.20 |
| 1337 | 2026-04-25T00:40:54.843Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-04-25T00:40:54.867Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-04-25T00:40:54.955Z | Compiling hashbrown v0.16.1 |
| 1340 | 2026-04-25T00:40:54.967Z | Compiling find-msvc-tools v0.1.9 |
| 1341 | 2026-04-25T00:40:55.043Z | Compiling shlex v1.3.0 |
| 1342 | 2026-04-25T00:40:55.201Z | Compiling cc v1.2.58 |
| 1343 | 2026-04-25T00:40:55.212Z | Compiling log v0.4.29 |
| 1344 | 2026-04-25T00:40:55.237Z | Compiling errno v0.3.14 |
| 1345 | 2026-04-25T00:40:55.387Z | Compiling semver v1.0.28 |
| 1346 | 2026-04-25T00:40:55.421Z | Compiling getrandom v0.4.2 |
| 1347 | 2026-04-25T00:40:55.500Z | Compiling futures-core v0.3.32 |
| 1348 | 2026-04-25T00:40:55.562Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-04-25T00:40:55.652Z | Compiling thiserror v2.0.18 |
| 1350 | 2026-04-25T00:40:55.719Z | Compiling indexmap v2.13.0 |
| 1351 | 2026-04-25T00:40:55.740Z | Compiling zerocopy v0.8.48 |
| 1352 | 2026-04-25T00:40:55.852Z | Compiling heck v0.5.0 |
| 1353 | 2026-04-25T00:40:55.875Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-04-25T00:40:55.980Z | Compiling slab v0.4.12 |
| 1355 | 2026-04-25T00:40:56.124Z | Compiling fnv v1.0.7 |
| 1356 | 2026-04-25T00:40:56.151Z | Compiling uuid v1.23.0 |
| 1357 | 2026-04-25T00:40:56.175Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-04-25T00:40:56.192Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-04-25T00:40:56.215Z | Compiling schemars v0.8.22 |
| 1360 | 2026-04-25T00:40:56.378Z | Compiling futures-task v0.3.32 |
| 1361 | 2026-04-25T00:40:56.398Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-04-25T00:40:56.453Z | Compiling typenum v1.19.0 |
| 1363 | 2026-04-25T00:40:56.552Z | Compiling socket2 v0.6.3 |
| 1364 | 2026-04-25T00:40:56.556Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-04-25T00:40:56.556Z | Compiling portable-atomic v1.13.1 |
| 1366 | 2026-04-25T00:40:56.584Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-04-25T00:40:56.744Z | Compiling parking_lot v0.12.5 |
| 1368 | 2026-04-25T00:40:56.826Z | Compiling mio v1.2.0 |
| 1369 | 2026-04-25T00:40:56.880Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-04-25T00:40:57.017Z | Compiling subtle v2.6.1 |
| 1371 | 2026-04-25T00:40:57.142Z | Compiling critical-section v1.2.0 |
| 1372 | 2026-04-25T00:40:57.157Z | Compiling base64 v0.22.1 |
| 1373 | 2026-04-25T00:40:57.167Z | Compiling untrusted v0.9.0 |
| 1374 | 2026-04-25T00:40:57.349Z | Compiling byteorder v1.5.0 |
| 1375 | 2026-04-25T00:40:57.358Z | Compiling rand_core v0.6.4 |
| 1376 | 2026-04-25T00:40:57.358Z | Compiling cmake v0.1.58 |
| 1377 | 2026-04-25T00:40:57.359Z | Compiling dunce v1.0.5 |
| 1378 | 2026-04-25T00:40:57.383Z | Compiling fs_extra v1.3.0 |
| 1379 | 2026-04-25T00:40:57.399Z | Compiling ipnet v2.12.0 |
| 1380 | 2026-04-25T00:40:57.425Z | Compiling atomic-waker v1.1.2 |
| 1381 | 2026-04-25T00:40:57.444Z | Compiling synstructure v0.13.2 |
| 1382 | 2026-04-25T00:40:57.455Z | Compiling serde_derive_internals v0.29.1 |
| 1383 | 2026-04-25T00:40:57.541Z | Compiling once_cell v1.21.4 |
| 1384 | 2026-04-25T00:40:57.554Z | Compiling rustix v1.1.4 |
| 1385 | 2026-04-25T00:40:57.620Z | Compiling httparse v1.10.1 |
| 1386 | 2026-04-25T00:40:57.630Z | Compiling aws-lc-sys v0.39.1 |
| 1387 | 2026-04-25T00:40:57.744Z | Compiling strsim v0.11.1 |
| 1388 | 2026-04-25T00:40:57.887Z | Compiling regex-syntax v0.8.10 |
| 1389 | 2026-04-25T00:40:57.936Z | Compiling slog v2.8.2 |
| 1390 | 2026-04-25T00:40:57.995Z | Compiling generic-array v0.14.7 |
| 1391 | 2026-04-25T00:40:58.128Z | Compiling thiserror v1.0.69 |
| 1392 | 2026-04-25T00:40:58.145Z | Compiling ucd-trie v0.1.7 |
| 1393 | 2026-04-25T00:40:58.149Z | Compiling tower-service v0.3.3 |
| 1394 | 2026-04-25T00:40:58.198Z | Compiling tower-layer v0.3.3 |
| 1395 | 2026-04-25T00:40:58.261Z | Compiling try-lock v0.2.5 |
| 1396 | 2026-04-25T00:40:58.352Z | Compiling pest v2.8.6 |
| 1397 | 2026-04-25T00:40:58.362Z | Compiling want v0.3.1 |
| 1398 | 2026-04-25T00:40:58.442Z | Compiling httpdate v1.0.3 |
| 1399 | 2026-04-25T00:40:58.534Z | Compiling ryu v1.0.23 |
| 1400 | 2026-04-25T00:40:58.568Z | Compiling getrandom v0.3.4 |
| 1401 | 2026-04-25T00:40:58.624Z | Compiling pretty-hex v0.4.2 |
| 1402 | 2026-04-25T00:40:58.676Z | Compiling plain v0.2.3 |
| 1403 | 2026-04-25T00:40:58.686Z | Compiling serde_derive v1.0.228 |
| 1404 | 2026-04-25T00:40:58.704Z | Compiling zerofrom-derive v0.1.6 |
| 1405 | 2026-04-25T00:40:58.734Z | Compiling yoke-derive v0.8.1 |
| 1406 | 2026-04-25T00:40:58.771Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-04-25T00:40:58.871Z | Compiling displaydoc v0.2.5 |
| 1408 | 2026-04-25T00:41:00.625Z | Compiling tokio-macros v2.7.0 |
| 1409 | 2026-04-25T00:41:00.680Z | Compiling schemars_derive v0.8.22 |
| 1410 | 2026-04-25T00:41:00.680Z | Compiling thiserror-impl v2.0.18 |
| 1411 | 2026-04-25T00:41:00.680Z | Compiling zerocopy-derive v0.8.48 |
| 1412 | 2026-04-25T00:41:00.680Z | Compiling zerofrom v0.1.6 |
| 1413 | 2026-04-25T00:41:00.680Z | Compiling yoke v0.8.1 |
| 1414 | 2026-04-25T00:41:00.680Z | Compiling zerovec v0.11.5 |
| 1415 | 2026-04-25T00:41:00.680Z | Compiling zerotrie v0.2.3 |
| 1416 | 2026-04-25T00:41:00.680Z | Compiling zeroize_derive v1.4.3 |
| 1417 | 2026-04-25T00:41:00.680Z | Compiling futures-macro v0.3.32 |
| 1418 | 2026-04-25T00:41:00.718Z | Compiling tinystr v0.8.2 |
| 1419 | 2026-04-25T00:41:00.833Z | Compiling potential_utf v0.1.4 |
| 1420 | 2026-04-25T00:41:00.907Z | Compiling icu_locale_core v2.1.1 |
| 1421 | 2026-04-25T00:41:00.990Z | Compiling icu_collections v2.1.1 |
| 1422 | 2026-04-25T00:41:01.096Z | Compiling thiserror-impl v1.0.69 |
| 1423 | 2026-04-25T00:41:01.213Z | Compiling zeroize v1.8.2 |
| 1424 | 2026-04-25T00:41:01.441Z | Compiling futures-util v0.3.32 |
| 1425 | 2026-04-25T00:41:01.633Z | Compiling icu_provider v2.1.1 |
| 1426 | 2026-04-25T00:41:01.797Z | Compiling bytes v1.11.1 |
| 1427 | 2026-04-25T00:41:01.844Z | Compiling icu_normalizer v2.1.1 |
| 1428 | 2026-04-25T00:41:01.878Z | Compiling icu_properties v2.1.2 |
| 1429 | 2026-04-25T00:41:01.883Z | Compiling chrono v0.4.44 |
| 1430 | 2026-04-25T00:41:02.231Z | Compiling tokio v1.52.0 |
| 1431 | 2026-04-25T00:41:02.395Z | Compiling http v1.4.0 |
| 1432 | 2026-04-25T00:41:02.416Z | Compiling serde_tokenstream v0.2.3 |
| 1433 | 2026-04-25T00:41:02.683Z | Compiling erased-serde v0.3.31 |
| 1434 | 2026-04-25T00:41:03.018Z | Compiling idna_adapter v1.2.1 |
| 1435 | 2026-04-25T00:41:03.180Z | Compiling idna v1.1.0 |
| 1436 | 2026-04-25T00:41:03.195Z | Compiling http-body v1.0.1 |
| 1437 | 2026-04-25T00:41:03.392Z | Compiling pest_meta v2.8.6 |
| 1438 | 2026-04-25T00:41:03.499Z | Compiling url v2.5.8 |
| 1439 | 2026-04-25T00:41:03.721Z | Compiling paste v1.0.15 |
| 1440 | 2026-04-25T00:41:03.725Z | Compiling crypto-common v0.1.7 |
| 1441 | 2026-04-25T00:41:03.841Z | Compiling omicron-workspace-hack v0.1.0 |
| 1442 | 2026-04-25T00:41:03.906Z | Compiling ident_case v1.0.1 |
| 1443 | 2026-04-25T00:41:04.028Z | Compiling ppv-lite86 v0.2.21 |
| 1444 | 2026-04-25T00:41:04.037Z | Compiling pest_generator v2.8.6 |
| 1445 | 2026-04-25T00:41:04.391Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-04-25T00:41:04.422Z | Compiling tracing-core v0.1.36 |
| 1447 | 2026-04-25T00:41:04.702Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-04-25T00:41:04.710Z | Compiling http-body-util v0.1.3 |
| 1449 | 2026-04-25T00:41:04.727Z | Compiling serde_urlencoded v0.7.1 |
| 1450 | 2026-04-25T00:41:04.949Z | Compiling ipnetwork v0.21.1 |
| 1451 | 2026-04-25T00:41:04.965Z | Compiling daft-derive v0.1.5 |
| 1452 | 2026-04-25T00:41:04.994Z | Compiling sync_wrapper v1.0.2 |
| 1453 | 2026-04-25T00:41:05.097Z | Compiling fastrand v2.3.0 |
| 1454 | 2026-04-25T00:41:05.233Z | Compiling aho-corasick v1.1.4 |
| 1455 | 2026-04-25T00:41:05.370Z | Compiling winnow v1.0.1 |
| 1456 | 2026-04-25T00:41:05.382Z | Compiling rustls-pki-types v1.14.0 |
| 1457 | 2026-04-25T00:41:06.744Z | Compiling async-trait v0.1.89 |
| 1458 | 2026-04-25T00:41:06.774Z | Compiling tracing v0.1.44 |
| 1459 | 2026-04-25T00:41:06.774Z | Compiling ring v0.17.14 |
| 1460 | 2026-04-25T00:41:06.774Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-04-25T00:41:06.774Z | Compiling anyhow v1.0.102 |
| 1462 | 2026-04-25T00:41:06.774Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-04-25T00:41:06.774Z | Compiling powerfmt v0.2.0 |
| 1464 | 2026-04-25T00:41:06.775Z | Compiling time-core v0.1.8 |
| 1465 | 2026-04-25T00:41:06.775Z | Compiling num-conv v0.2.1 |
| 1466 | 2026-04-25T00:41:06.775Z | Compiling iri-string v0.7.12 |
| 1467 | 2026-04-25T00:41:06.775Z | Compiling deranged v0.5.8 |
| 1468 | 2026-04-25T00:41:06.775Z | Compiling time-macros v0.2.27 |
| 1469 | 2026-04-25T00:41:06.886Z | Compiling block-buffer v0.10.4 |
| 1470 | 2026-04-25T00:41:07.002Z | Compiling scroll_derive v0.13.1 |
| 1471 | 2026-04-25T00:41:07.389Z | Compiling hex v0.4.3 |
| 1472 | 2026-04-25T00:41:07.480Z | Compiling num_threads v0.1.7 |
| 1473 | 2026-04-25T00:41:07.573Z | Compiling digest v0.10.7 |
| 1474 | 2026-04-25T00:41:07.778Z | Compiling regex v1.12.3 |
| 1475 | 2026-04-25T00:41:07.789Z | Compiling scroll v0.13.0 |
| 1476 | 2026-04-25T00:41:08.042Z | Compiling tokio-util v0.7.18 |
| 1477 | 2026-04-25T00:41:08.226Z | Compiling oxnet v0.1.4 |
| 1478 | 2026-04-25T00:41:08.394Z | Compiling camino v1.2.2 |
| 1479 | 2026-04-25T00:41:08.569Z | Compiling goblin v0.10.5 |
| 1480 | 2026-04-25T00:41:08.744Z | Compiling openssl-probe v0.2.1 |
| 1481 | 2026-04-25T00:41:08.770Z | Compiling usdt-impl v0.6.0 |
| 1482 | 2026-04-25T00:41:08.917Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-04-25T00:41:09.153Z | Compiling crossbeam-utils v0.8.21 |
| 1484 | 2026-04-25T00:41:09.457Z | Compiling h2 v0.4.13 |
| 1485 | 2026-04-25T00:41:09.683Z | Compiling futures-executor v0.3.32 |
| 1486 | 2026-04-25T00:41:09.816Z | Compiling openapiv3 v2.2.0 |
| 1487 | 2026-04-25T00:41:09.829Z | Compiling structmeta-derive v0.3.0 |
| 1488 | 2026-04-25T00:41:09.958Z | Compiling regress v0.10.5 |
| 1489 | 2026-04-25T00:41:10.595Z | Compiling thread-id v5.1.0 |
| 1490 | 2026-04-25T00:41:10.675Z | Compiling syn v1.0.109 |
| 1491 | 2026-04-25T00:41:10.857Z | Compiling rustls v0.22.4 |
| 1492 | 2026-04-25T00:41:11.028Z | Compiling structmeta v0.3.0 |
| 1493 | 2026-04-25T00:41:11.077Z | Compiling futures v0.3.32 |
| 1494 | 2026-04-25T00:41:11.154Z | Compiling rand_core v0.9.5 |
| 1495 | 2026-04-25T00:41:11.365Z | Compiling dof v0.4.0 |
| 1496 | 2026-04-25T00:41:11.558Z | Compiling hyper v1.9.0 |
| 1497 | 2026-04-25T00:41:11.732Z | Compiling darling_core v0.23.0 |
| 1498 | 2026-04-25T00:41:12.719Z | Compiling newtype-uuid-macros v0.1.0 |
| 1499 | 2026-04-25T00:41:12.777Z | Compiling thread_local v1.1.9 |
| 1500 | 2026-04-25T00:41:13.048Z | Compiling winnow v0.7.15 |
| 1501 | 2026-04-25T00:41:13.209Z | Compiling match_cfg v0.1.0 |
| 1502 | 2026-04-25T00:41:13.275Z | Compiling aws-lc-rs v1.16.2 |
| 1503 | 2026-04-25T00:41:13.445Z | Compiling hyper-util v0.1.20 |
| 1504 | 2026-04-25T00:41:13.500Z | Compiling newtype-uuid v1.3.2 |
| 1505 | 2026-04-25T00:41:13.565Z | Compiling quick-error v1.2.3 |
| 1506 | 2026-04-25T00:41:13.667Z | Compiling ref-cast v1.0.25 |
| 1507 | 2026-04-25T00:41:13.768Z | Compiling slog-async v2.8.0 |
| 1508 | 2026-04-25T00:41:13.826Z | Compiling darling_macro v0.23.0 |
| 1509 | 2026-04-25T00:41:13.837Z | Compiling daft v0.1.5 |
| 1510 | 2026-04-25T00:41:14.011Z | Compiling usdt-macro v0.6.0 |
| 1511 | 2026-04-25T00:41:14.080Z | Compiling usdt-attr-macro v0.6.0 |
| 1512 | 2026-04-25T00:41:14.092Z | Compiling rand_chacha v0.9.0 |
| 1513 | 2026-04-25T00:41:14.391Z | Compiling darling v0.23.0 |
| 1514 | 2026-04-25T00:41:14.469Z | Compiling ref-cast-impl v1.0.25 |
| 1515 | 2026-04-25T00:41:14.554Z | Compiling strum_macros v0.26.4 |
| 1516 | 2026-04-25T00:41:14.571Z | Compiling serde_spanned v1.1.0 |
| 1517 | 2026-04-25T00:41:14.714Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1518 | 2026-04-25T00:41:15.028Z | Compiling multer v3.1.0 |
| 1519 | 2026-04-25T00:41:15.075Z | Compiling take_mut v0.2.2 |
| 1520 | 2026-04-25T00:41:15.158Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1521 | 2026-04-25T00:41:15.179Z | Compiling untrusted v0.7.1 |
| 1522 | 2026-04-25T00:41:15.190Z | Compiling term v1.2.1 |
| 1523 | 2026-04-25T00:41:15.246Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-04-25T00:41:15.298Z | Compiling debug-ignore v1.0.5 |
| 1525 | 2026-04-25T00:41:15.364Z | Compiling serde_with_macros v3.18.0 |
| 1526 | 2026-04-25T00:41:15.394Z | Compiling rand v0.9.2 |
| 1527 | 2026-04-25T00:41:15.445Z | Compiling bit-set v0.8.0 |
| 1528 | 2026-04-25T00:41:15.599Z | Compiling async-stream-impl v0.3.6 |
| 1529 | 2026-04-25T00:41:15.894Z | Compiling dropshot v0.16.7 |
| 1530 | 2026-04-25T00:41:15.991Z | Compiling encoding_rs v0.8.35 |
| 1531 | 2026-04-25T00:41:16.110Z | Compiling unarray v0.1.4 |
| 1532 | 2026-04-25T00:41:16.199Z | Compiling strum v0.26.3 |
| 1533 | 2026-04-25T00:41:16.224Z | Compiling rustls v0.23.37 |
| 1534 | 2026-04-25T00:41:16.320Z | Compiling mime v0.3.17 |
| 1535 | 2026-04-25T00:41:16.425Z | Compiling spin v0.9.8 |
| 1536 | 2026-04-25T00:41:16.456Z | Compiling async-stream v0.3.6 |
| 1537 | 2026-04-25T00:41:16.535Z | Compiling derive-ex v0.1.8 |
| 1538 | 2026-04-25T00:41:16.595Z | Compiling dropshot_endpoint v0.16.7 |
| 1539 | 2026-04-25T00:41:16.625Z | Compiling macaddr v1.0.1 |
| 1540 | 2026-04-25T00:41:16.847Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1541 | 2026-04-25T00:41:16.876Z | Compiling waitgroup v0.1.2 |
| 1542 | 2026-04-25T00:41:16.927Z | Compiling serde_path_to_error v0.1.20 |
| 1543 | 2026-04-25T00:41:17.273Z | Compiling tempfile v3.27.0 |
| 1544 | 2026-04-25T00:41:17.302Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1545 | 2026-04-25T00:41:17.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1546 | 2026-04-25T00:41:17.498Z | Compiling tower v0.5.3 |
| 1547 | 2026-04-25T00:41:17.607Z | Compiling strum_macros v0.27.2 |
| 1548 | 2026-04-25T00:41:17.665Z | Compiling instant v0.1.13 |
| 1549 | 2026-04-25T00:41:17.691Z | Compiling time v0.3.47 |
| 1550 | 2026-04-25T00:41:17.974Z | Compiling tower-http v0.6.8 |
| 1551 | 2026-04-25T00:41:18.127Z | Compiling test-strategy v0.4.5 |
| 1552 | 2026-04-25T00:41:18.131Z | Compiling rustc-hash v2.1.2 |
| 1553 | 2026-04-25T00:41:18.231Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1554 | 2026-04-25T00:41:18.391Z | Compiling crossbeam-channel v0.5.15 |
| 1555 | 2026-04-25T00:41:19.460Z | Compiling strum v0.27.2 |
| 1556 | 2026-04-25T00:41:19.513Z | Compiling parse-display-derive v0.10.0 |
| 1557 | 2026-04-25T00:41:19.587Z | Compiling rustls-native-certs v0.8.3 |
| 1558 | 2026-04-25T00:41:19.823Z | Compiling rustls-webpki v0.102.8 |
| 1559 | 2026-04-25T00:41:19.928Z | Compiling backon v1.6.0 |
| 1560 | 2026-04-25T00:41:20.096Z | Compiling rand_chacha v0.3.1 |
| 1561 | 2026-04-25T00:41:20.554Z | Compiling rand v0.8.5 |
| 1562 | 2026-04-25T00:41:20.718Z | Compiling slog-json v2.6.1 |
| 1563 | 2026-04-25T00:41:20.919Z | Compiling hostname v0.3.1 |
| 1564 | 2026-04-25T00:41:20.923Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1565 | 2026-04-25T00:41:21.060Z | Compiling is-terminal v0.4.17 |
| 1566 | 2026-04-25T00:41:21.143Z | Compiling wait-timeout v0.2.1 |
| 1567 | 2026-04-25T00:41:21.153Z | Compiling memmap2 v0.9.10 |
| 1568 | 2026-04-25T00:41:21.210Z | Compiling either v1.15.0 |
| 1569 | 2026-04-25T00:41:21.409Z | Compiling usdt v0.6.0 |
| 1570 | 2026-04-25T00:41:21.439Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1571 | 2026-04-25T00:41:21.524Z | Compiling rusty-fork v0.3.1 |
| 1572 | 2026-04-25T00:41:21.615Z | Compiling slog-term v2.9.2 |
| 1573 | 2026-04-25T00:41:21.681Z | Compiling slog-bunyan v2.5.0 |
| 1574 | 2026-04-25T00:41:22.215Z | Compiling serde_with v3.18.0 |
| 1575 | 2026-04-25T00:41:22.273Z | Compiling rand_xorshift v0.4.0 |
| 1576 | 2026-04-25T00:41:22.402Z | Compiling sha1 v0.10.6 |
| 1577 | 2026-04-25T00:41:22.415Z | Compiling rustls-pemfile v2.2.0 |
| 1578 | 2026-04-25T00:41:22.421Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1579 | 2026-04-25T00:41:22.610Z | Compiling tokio-rustls v0.25.0 |
| 1580 | 2026-04-25T00:41:22.621Z | Compiling hostname v0.4.2 |
| 1581 | 2026-04-25T00:41:22.758Z | Compiling proptest v1.11.0 |
| 1582 | 2026-04-25T00:41:23.160Z | Compiling reqwest v0.12.28 |
| 1583 | 2026-04-25T00:41:23.359Z | Compiling iddqd v0.3.17 |
| 1584 | 2026-04-25T00:41:23.943Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1585 | 2026-04-25T00:41:24.748Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1586 | 2026-04-25T00:41:24.851Z | Compiling progenitor-client v0.10.0 |
| 1587 | 2026-04-25T00:41:25.123Z | Compiling parse-display v0.10.0 |
| 1588 | 2026-04-25T00:41:25.329Z | Compiling itertools v0.14.0 |
| 1589 | 2026-04-25T00:41:25.465Z | Compiling backoff v0.4.0 |
| 1590 | 2026-04-25T00:41:25.641Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1591 | 2026-04-25T00:41:26.213Z | Compiling toml_datetime v0.6.11 |
| 1592 | 2026-04-25T00:41:26.569Z | Compiling utf8parse v0.2.2 |
| 1593 | 2026-04-25T00:41:26.661Z | Compiling anstyle-parse v1.0.0 |
| 1594 | 2026-04-25T00:41:26.702Z | Compiling zerocopy-derive v0.7.35 |
| 1595 | 2026-04-25T00:41:26.841Z | Compiling anstyle-query v1.1.5 |
| 1596 | 2026-04-25T00:41:26.946Z | Compiling anstyle v1.0.14 |
| 1597 | 2026-04-25T00:41:27.021Z | Compiling is_terminal_polyfill v1.70.2 |
| 1598 | 2026-04-25T00:41:27.111Z | Compiling colorchoice v1.0.5 |
| 1599 | 2026-04-25T00:41:27.213Z | Compiling anstream v1.0.0 |
| 1600 | 2026-04-25T00:41:27.527Z | Compiling zerocopy v0.7.35 |
| 1601 | 2026-04-25T00:41:27.714Z | Compiling convert_case v0.4.0 |
| 1602 | 2026-04-25T00:41:27.774Z | Compiling clap_lex v1.1.0 |
| 1603 | 2026-04-25T00:41:28.008Z | Compiling derive_more v0.99.20 |
| 1604 | 2026-04-25T00:41:28.645Z | Compiling unicode-width v0.2.2 |
| 1605 | 2026-04-25T00:41:28.688Z | Compiling tinyvec_macros v0.1.1 |
| 1606 | 2026-04-25T00:41:28.753Z | Compiling tinyvec v1.11.0 |
| 1607 | 2026-04-25T00:41:29.438Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-04-25T00:41:29.463Z | Compiling serde_spanned v0.6.9 |
| 1609 | 2026-04-25T00:41:29.685Z | Compiling secrecy v0.10.3 |
| 1610 | 2026-04-25T00:41:29.839Z | Compiling clap_derive v4.6.0 |
| 1611 | 2026-04-25T00:41:30.267Z | Compiling scroll_derive v0.12.1 |
| 1612 | 2026-04-25T00:41:30.309Z | Compiling usdt-impl v0.5.0 |
| 1613 | 2026-04-25T00:41:30.335Z | Compiling toml_write v0.1.2 |
| 1614 | 2026-04-25T00:41:30.380Z | Compiling crucible-workspace-hack v0.1.0 |
| 1615 | 2026-04-25T00:41:30.532Z | Compiling toml_edit v0.22.27 |
| 1616 | 2026-04-25T00:41:30.965Z | Compiling scroll v0.12.0 |
| 1617 | 2026-04-25T00:41:31.300Z | Compiling dof v0.3.0 |
| 1618 | 2026-04-25T00:41:31.470Z | Compiling typify-impl v0.6.1 |
| 1619 | 2026-04-25T00:41:31.518Z | Compiling terminal_size v0.4.4 |
| 1620 | 2026-04-25T00:41:31.550Z | Compiling darling_core v0.21.3 |
| 1621 | 2026-04-25T00:41:31.637Z | Compiling rustc_version v0.4.1 |
| 1622 | 2026-04-25T00:41:31.650Z | Compiling thread-id v4.2.2 |
| 1623 | 2026-04-25T00:41:31.900Z | Compiling curve25519-dalek v4.1.3 |
| 1624 | 2026-04-25T00:41:31.955Z | Compiling toml v0.8.23 |
| 1625 | 2026-04-25T00:41:32.560Z | Compiling goblin v0.8.2 |
| 1626 | 2026-04-25T00:41:33.048Z | Compiling crossbeam-epoch v0.9.18 |
| 1627 | 2026-04-25T00:41:33.172Z | Compiling hmac v0.12.1 |
| 1628 | 2026-04-25T00:41:33.305Z | Compiling inout v0.1.4 |
| 1629 | 2026-04-25T00:41:33.383Z | Compiling ff v0.13.1 |
| 1630 | 2026-04-25T00:41:33.449Z | Compiling num-integer v0.1.46 |
| 1631 | 2026-04-25T00:41:33.623Z | Compiling darling_macro v0.21.3 |
| 1632 | 2026-04-25T00:41:33.764Z | Compiling float-ord v0.3.2 |
| 1633 | 2026-04-25T00:41:33.974Z | Compiling group v0.13.0 |
| 1634 | 2026-04-25T00:41:34.078Z | Compiling cipher v0.4.4 |
| 1635 | 2026-04-25T00:41:34.190Z | Compiling darling v0.21.3 |
| 1636 | 2026-04-25T00:41:34.237Z | Compiling hkdf v0.12.4 |
| 1637 | 2026-04-25T00:41:34.729Z | Compiling clap_builder v4.6.0 |
| 1638 | 2026-04-25T00:41:36.650Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1639 | 2026-04-25T00:41:36.754Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1640 | 2026-04-25T00:41:37.335Z | Compiling half v2.7.1 |
| 1641 | 2026-04-25T00:41:37.431Z | Compiling universal-hash v0.5.1 |
| 1642 | 2026-04-25T00:41:37.558Z | Compiling crypto-bigint v0.5.5 |
| 1643 | 2026-04-25T00:41:37.630Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1644 | 2026-04-25T00:41:37.696Z | Compiling typify-macro v0.6.1 |
| 1645 | 2026-04-25T00:41:37.722Z | Compiling proc-macro-error-attr v1.0.4 |
| 1646 | 2026-04-25T00:41:38.149Z | Compiling prettyplease v0.2.37 |
| 1647 | 2026-04-25T00:41:38.160Z | Compiling base16ct v0.2.0 |
| 1648 | 2026-04-25T00:41:38.280Z | Compiling rustix v0.38.44 |
| 1649 | 2026-04-25T00:41:38.291Z | Compiling heapless v0.8.0 |
| 1650 | 2026-04-25T00:41:38.312Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1651 | 2026-04-25T00:41:38.374Z | Compiling opaque-debug v0.3.1 |
| 1652 | 2026-04-25T00:41:38.442Z | Compiling base64ct v1.8.3 |
| 1653 | 2026-04-25T00:41:38.531Z | Compiling ciborium-io v0.2.2 |
| 1654 | 2026-04-25T00:41:38.623Z | Compiling ciborium-ll v0.2.2 |
| 1655 | 2026-04-25T00:41:38.687Z | Compiling password-hash v0.5.0 |
| 1656 | 2026-04-25T00:41:38.690Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1657 | 2026-04-25T00:41:38.707Z | Compiling poly1305 v0.8.0 |
| 1658 | 2026-04-25T00:41:38.726Z | Compiling elliptic-curve v0.13.8 |
| 1659 | 2026-04-25T00:41:39.119Z | Compiling thiserror-no-std v2.0.2 |
| 1660 | 2026-04-25T00:41:39.508Z | Compiling clap v4.6.0 |
| 1661 | 2026-04-25T00:41:39.737Z | Compiling ingot-macros v0.1.1 |
| 1662 | 2026-04-25T00:41:39.749Z | Compiling chacha20 v0.9.1 |
| 1663 | 2026-04-25T00:41:39.794Z | Compiling num-rational v0.4.2 |
| 1664 | 2026-04-25T00:41:39.804Z | Compiling num-iter v0.1.45 |
| 1665 | 2026-04-25T00:41:39.824Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1666 | 2026-04-25T00:41:39.918Z | Compiling usdt-macro v0.5.0 |
| 1667 | 2026-04-25T00:41:39.944Z | Compiling usdt-attr-macro v0.5.0 |
| 1668 | 2026-04-25T00:41:40.697Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1669 | 2026-04-25T00:41:41.100Z | Compiling blake2 v0.10.6 |
| 1670 | 2026-04-25T00:41:41.301Z | Compiling rustls-webpki v0.103.10 |
| 1671 | 2026-04-25T00:41:41.558Z | Compiling byte-wrapper v0.1.0 |
| 1672 | 2026-04-25T00:41:41.911Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1673 | 2026-04-25T00:41:42.237Z | Compiling aead v0.5.2 |
| 1674 | 2026-04-25T00:41:42.312Z | Compiling enum-as-inner v0.6.1 |
| 1675 | 2026-04-25T00:41:42.336Z | Compiling hash32 v0.3.1 |
| 1676 | 2026-04-25T00:41:42.398Z | Compiling num-complex v0.4.6 |
| 1677 | 2026-04-25T00:41:42.484Z | Compiling proc-macro-error v1.0.4 |
| 1678 | 2026-04-25T00:41:42.494Z | Compiling memmap v0.7.0 |
| 1679 | 2026-04-25T00:41:42.548Z | Compiling smoltcp v0.11.0 |
| 1680 | 2026-04-25T00:41:42.676Z | Compiling winnow v0.5.40 |
| 1681 | 2026-04-25T00:41:42.709Z | Compiling data-encoding v2.10.0 |
| 1682 | 2026-04-25T00:41:42.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1683 | 2026-04-25T00:41:42.875Z | Compiling keccak v0.1.6 |
| 1684 | 2026-04-25T00:41:42.902Z | Compiling num v0.4.3 |
| 1685 | 2026-04-25T00:41:43.028Z | Compiling sha3 v0.10.8 |
| 1686 | 2026-04-25T00:41:43.076Z | Compiling usdt v0.5.0 |
| 1687 | 2026-04-25T00:41:43.114Z | Compiling ingot-types v0.1.2 |
| 1688 | 2026-04-25T00:41:43.344Z | Compiling chacha20poly1305 v0.10.1 |
| 1689 | 2026-04-25T00:41:43.474Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1690 | 2026-04-25T00:41:43.513Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1691 | 2026-04-25T00:41:43.536Z | Compiling argon2 v0.5.3 |
| 1692 | 2026-04-25T00:41:43.766Z | Compiling typify v0.6.1 |
| 1693 | 2026-04-25T00:41:43.851Z | Compiling vsss-rs v3.3.4 |
| 1694 | 2026-04-25T00:41:44.044Z | Compiling toml_edit v0.19.15 |
| 1695 | 2026-04-25T00:41:44.055Z | Compiling proc-macro-crate v3.5.0 |
| 1696 | 2026-04-25T00:41:44.747Z | Compiling tokio-rustls v0.26.4 |
| 1697 | 2026-04-25T00:41:44.968Z | Compiling hyper-rustls v0.27.7 |
| 1698 | 2026-04-25T00:41:45.022Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-04-25T00:41:45.213Z | Compiling reqwest v0.13.2 |
| 1700 | 2026-04-25T00:41:45.437Z | Compiling ciborium v0.2.2 |
| 1701 | 2026-04-25T00:41:46.174Z | Compiling tabwriter v1.4.1 |
| 1702 | 2026-04-25T00:41:46.426Z | Compiling cobs v0.3.0 |
| 1703 | 2026-04-25T00:41:46.437Z | Compiling progenitor-client v0.13.0 |
| 1704 | 2026-04-25T00:41:46.625Z | Compiling memoffset v0.9.1 |
| 1705 | 2026-04-25T00:41:46.737Z | Compiling progenitor-extras v0.1.1 |
| 1706 | 2026-04-25T00:41:46.757Z | Compiling unsafe-libyaml v0.2.11 |
| 1707 | 2026-04-25T00:41:46.772Z | Compiling managed v0.8.0 |
| 1708 | 2026-04-25T00:41:46.853Z | Compiling bitflags v1.3.2 |
| 1709 | 2026-04-25T00:41:46.929Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1710 | 2026-04-25T00:41:46.974Z | Compiling cfg_aliases v0.2.1 |
| 1711 | 2026-04-25T00:41:46.986Z | Compiling pkg-config v0.3.32 |
| 1712 | 2026-04-25T00:41:47.434Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1713 | 2026-04-25T00:41:47.444Z | Compiling vcpkg v0.2.15 |
| 1714 | 2026-04-25T00:41:47.650Z | Compiling indent_write v2.2.0 |
| 1715 | 2026-04-25T00:41:47.805Z | Compiling serde_yaml v0.9.34+deprecated |
| 1716 | 2026-04-25T00:41:48.009Z | Compiling openssl-sys v0.9.112 |
| 1717 | 2026-04-25T00:41:48.148Z | Compiling nix v0.31.2 |
| 1718 | 2026-04-25T00:41:48.724Z | Compiling postcard v1.1.3 |
| 1719 | 2026-04-25T00:41:49.078Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1720 | 2026-04-25T00:41:49.589Z | Compiling proc-macro-crate v1.3.1 |
| 1721 | 2026-04-25T00:41:49.938Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1722 | 2026-04-25T00:41:50.143Z | Compiling num_enum_derive v0.7.6 |
| 1723 | 2026-04-25T00:41:50.321Z | Compiling progenitor-impl v0.13.0 |
| 1724 | 2026-04-25T00:41:50.492Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1725 | 2026-04-25T00:41:50.752Z | Compiling ingot v0.1.1 |
| 1726 | 2026-04-25T00:41:51.197Z | Compiling hubpack_derive v0.1.1 |
| 1727 | 2026-04-25T00:41:51.612Z | Compiling foreign-types-macros v0.2.3 |
| 1728 | 2026-04-25T00:41:51.719Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1729 | 2026-04-25T00:41:52.256Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1730 | 2026-04-25T00:41:52.268Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1731 | 2026-04-25T00:41:52.624Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1732 | 2026-04-25T00:41:52.736Z | Compiling heck v0.4.1 |
| 1733 | 2026-04-25T00:41:52.852Z | Compiling colored v3.1.1 |
| 1734 | 2026-04-25T00:41:52.949Z | Compiling cpufeatures v0.3.0 |
| 1735 | 2026-04-25T00:41:53.028Z | Compiling swrite v0.1.0 |
| 1736 | 2026-04-25T00:41:53.094Z | Compiling static_assertions v1.1.0 |
| 1737 | 2026-04-25T00:41:53.123Z | Compiling resolv-conf v0.7.6 |
| 1738 | 2026-04-25T00:41:53.134Z | Compiling linked-hash-map v0.5.6 |
| 1739 | 2026-04-25T00:41:53.168Z | Compiling foreign-types-shared v0.3.1 |
| 1740 | 2026-04-25T00:41:53.259Z | Compiling rayon-core v1.13.0 |
| 1741 | 2026-04-25T00:41:53.271Z | Compiling semver v0.1.20 |
| 1742 | 2026-04-25T00:41:53.315Z | Compiling lru-cache v0.1.2 |
| 1743 | 2026-04-25T00:41:53.442Z | Compiling rustc_version v0.1.7 |
| 1744 | 2026-04-25T00:41:53.494Z | Compiling foreign-types v0.5.0 |
| 1745 | 2026-04-25T00:41:53.505Z | Compiling chacha20 v0.10.0 |
| 1746 | 2026-04-25T00:41:53.618Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1747 | 2026-04-25T00:41:53.650Z | Compiling hubpack v0.1.2 |
| 1748 | 2026-04-25T00:41:53.767Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1749 | 2026-04-25T00:41:53.882Z | Compiling num_enum v0.7.6 |
| 1750 | 2026-04-25T00:41:53.894Z | Compiling progenitor-macro v0.13.0 |
| 1751 | 2026-04-25T00:41:54.088Z | Compiling num_enum_derive v0.5.11 |
| 1752 | 2026-04-25T00:41:55.088Z | Compiling hickory-proto v0.24.4 |
| 1753 | 2026-04-25T00:41:55.142Z | Compiling crossbeam-deque v0.8.6 |
| 1754 | 2026-04-25T00:41:55.162Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1755 | 2026-04-25T00:41:55.334Z | Compiling serde-big-array v0.5.1 |
| 1756 | 2026-04-25T00:41:55.482Z | Compiling serde_repr v0.1.20 |
| 1757 | 2026-04-25T00:41:55.669Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1758 | 2026-04-25T00:41:56.077Z | Compiling derive-where v1.6.1 |
| 1759 | 2026-04-25T00:41:56.186Z | Compiling pin-project-internal v1.1.11 |
| 1760 | 2026-04-25T00:41:56.402Z | Compiling cstr-argument v0.1.2 |
| 1761 | 2026-04-25T00:41:56.530Z | Compiling minimal-lexical v0.2.1 |
| 1762 | 2026-04-25T00:41:56.558Z | Compiling siphasher v1.0.2 |
| 1763 | 2026-04-25T00:41:56.753Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1764 | 2026-04-25T00:41:56.791Z | Compiling unicode-segmentation v1.13.2 |
| 1765 | 2026-04-25T00:41:56.987Z | Compiling hickory-resolver v0.24.4 |
| 1766 | 2026-04-25T00:41:57.219Z | Compiling newline-converter v0.3.0 |
| 1767 | 2026-04-25T00:41:57.259Z | Compiling pin-project v1.1.11 |
| 1768 | 2026-04-25T00:41:57.322Z | Compiling nom v7.1.3 |
| 1769 | 2026-04-25T00:41:57.333Z | Compiling phf_shared v0.12.1 |
| 1770 | 2026-04-25T00:41:57.359Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1771 | 2026-04-25T00:41:57.626Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1772 | 2026-04-25T00:41:58.011Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1773 | 2026-04-25T00:41:58.266Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1774 | 2026-04-25T00:41:58.401Z | Compiling num_enum v0.5.11 |
| 1775 | 2026-04-25T00:41:58.518Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1776 | 2026-04-25T00:41:58.725Z | Compiling rand v0.10.1 |
| 1777 | 2026-04-25T00:41:59.120Z | Compiling progenitor v0.13.0 |
| 1778 | 2026-04-25T00:41:59.149Z | Compiling newtype_derive v0.1.6 |
| 1779 | 2026-04-25T00:41:59.253Z | Compiling atomicwrites v0.4.4 |
| 1780 | 2026-04-25T00:41:59.440Z | Compiling unicode-normalization v0.1.25 |
| 1781 | 2026-04-25T00:41:59.541Z | Compiling console v0.15.11 |
| 1782 | 2026-04-25T00:41:59.695Z | Compiling camino-tempfile v1.4.1 |
| 1783 | 2026-04-25T00:41:59.728Z | Compiling tokio-stream v0.1.18 |
| 1784 | 2026-04-25T00:41:59.908Z | Compiling snafu-derive v0.8.9 |
| 1785 | 2026-04-25T00:41:59.941Z | Compiling async-recursion v1.1.1 |
| 1786 | 2026-04-25T00:42:00.197Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1787 | 2026-04-25T00:42:00.221Z | Compiling slog-dtrace v0.3.0 |
| 1788 | 2026-04-25T00:42:00.254Z | Compiling csv-core v0.1.13 |
| 1789 | 2026-04-25T00:42:00.446Z | Compiling bstr v1.12.1 |
| 1790 | 2026-04-25T00:42:00.486Z | Compiling openssl v0.10.76 |
| 1791 | 2026-04-25T00:42:00.517Z | Compiling foreign-types-shared v0.1.1 |
| 1792 | 2026-04-25T00:42:00.527Z | Compiling cancel-safe-futures v0.1.5 |
| 1793 | 2026-04-25T00:42:00.605Z | Compiling chrono-tz v0.10.4 |
| 1794 | 2026-04-25T00:42:00.639Z | Compiling similar v2.7.0 |
| 1795 | 2026-04-25T00:42:00.746Z | Compiling unicode-width v0.1.14 |
| 1796 | 2026-04-25T00:42:00.767Z | Compiling foldhash v0.1.5 |
| 1797 | 2026-04-25T00:42:00.822Z | Compiling owo-colors v4.3.0 |
| 1798 | 2026-04-25T00:42:00.833Z | Compiling unicode-xid v0.2.6 |
| 1799 | 2026-04-25T00:42:00.946Z | Compiling highway v1.3.0 |
| 1800 | 2026-04-25T00:42:00.957Z | Compiling same-file v1.0.6 |
| 1801 | 2026-04-25T00:42:00.962Z | Compiling const_format_proc_macros v0.2.34 |
| 1802 | 2026-04-25T00:42:01.023Z | Compiling hashbrown v0.15.5 |
| 1803 | 2026-04-25T00:42:01.129Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1804 | 2026-04-25T00:42:01.190Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1805 | 2026-04-25T00:42:01.336Z | Compiling walkdir v2.5.0 |
| 1806 | 2026-04-25T00:42:01.538Z | Compiling expectorate v1.2.0 |
| 1807 | 2026-04-25T00:42:01.607Z | Compiling globset v0.4.18 |
| 1808 | 2026-04-25T00:42:01.653Z | Compiling snafu v0.8.9 |
| 1809 | 2026-04-25T00:42:01.710Z | Compiling foreign-types v0.3.2 |
| 1810 | 2026-04-25T00:42:01.776Z | Compiling csv v1.4.0 |
| 1811 | 2026-04-25T00:42:01.787Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1812 | 2026-04-25T00:42:01.798Z | Compiling qorb v0.4.1 |
| 1813 | 2026-04-25T00:42:02.343Z | Compiling olpc-cjson v0.1.4 |
| 1814 | 2026-04-25T00:42:02.455Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1815 | 2026-04-25T00:42:03.090Z | Compiling rayon v1.11.0 |
| 1816 | 2026-04-25T00:42:03.763Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1817 | 2026-04-25T00:42:04.002Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1818 | 2026-04-25T00:42:04.013Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1819 | 2026-04-25T00:42:04.016Z | Compiling phf v0.12.1 |
| 1820 | 2026-04-25T00:42:04.297Z | Compiling zone_cfg_derive v0.3.1 |
| 1821 | 2026-04-25T00:42:04.413Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1822 | 2026-04-25T00:42:04.764Z | Compiling tokio-dtrace v0.1.1 |
| 1823 | 2026-04-25T00:42:04.917Z | Compiling itertools v0.12.1 |
| 1824 | 2026-04-25T00:42:05.001Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1825 | 2026-04-25T00:42:05.040Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1826 | 2026-04-25T00:42:05.204Z | Compiling libsw-core v0.3.2 |
| 1827 | 2026-04-25T00:42:05.378Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1828 | 2026-04-25T00:42:05.391Z | Compiling serde_plain v1.0.2 |
| 1829 | 2026-04-25T00:42:05.402Z | Compiling num-derive v0.4.2 |
| 1830 | 2026-04-25T00:42:05.423Z | Compiling openssl-macros v0.1.1 |
| 1831 | 2026-04-25T00:42:05.455Z | Compiling pem v3.0.6 |
| 1832 | 2026-04-25T00:42:05.590Z | Compiling cookie v0.18.1 |
| 1833 | 2026-04-25T00:42:05.642Z | Compiling sigpipe v0.1.3 |
| 1834 | 2026-04-25T00:42:05.730Z | Compiling glob v0.3.3 |
| 1835 | 2026-04-25T00:42:05.816Z | Compiling typed-path v0.9.3 |
| 1836 | 2026-04-25T00:42:05.835Z | Compiling fixedbitset v0.4.2 |
| 1837 | 2026-04-25T00:42:05.895Z | Compiling bytecount v0.6.9 |
| 1838 | 2026-04-25T00:42:05.959Z | Compiling fixedbitset v0.5.7 |
| 1839 | 2026-04-25T00:42:06.031Z | Compiling jiff v0.2.23 |
| 1840 | 2026-04-25T00:42:06.062Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1841 | 2026-04-25T00:42:06.142Z | Compiling zone v0.3.1 |
| 1842 | 2026-04-25T00:42:06.185Z | Compiling petgraph v0.8.3 |
| 1843 | 2026-04-25T00:42:06.289Z | Compiling papergrid v0.11.0 |
| 1844 | 2026-04-25T00:42:06.300Z | Compiling petgraph v0.6.5 |
| 1845 | 2026-04-25T00:42:06.347Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1846 | 2026-04-25T00:42:06.745Z | Compiling tough v0.20.0 |
| 1847 | 2026-04-25T00:42:07.192Z | Compiling libsw v3.5.0 |
| 1848 | 2026-04-25T00:42:07.374Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1849 | 2026-04-25T00:42:07.798Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1850 | 2026-04-25T00:42:07.960Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1851 | 2026-04-25T00:42:08.069Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1852 | 2026-04-25T00:42:08.210Z | Compiling oxide-tokio-rt v0.1.3 |
| 1853 | 2026-04-25T00:42:08.816Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1854 | 2026-04-25T00:42:09.310Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1855 | 2026-04-25T00:42:09.635Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1856 | 2026-04-25T00:42:09.855Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1857 | 2026-04-25T00:42:09.988Z | Compiling const_format v0.2.35 |
| 1858 | 2026-04-25T00:42:10.245Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1859 | 2026-04-25T00:42:10.385Z | Compiling tabled_derive v0.7.0 |
| 1860 | 2026-04-25T00:42:10.529Z | Compiling gethostname v0.5.0 |
| 1861 | 2026-04-25T00:42:10.653Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1862 | 2026-04-25T00:42:10.780Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1863 | 2026-04-25T00:42:10.888Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1864 | 2026-04-25T00:42:11.012Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1865 | 2026-04-25T00:42:11.048Z | Compiling smf v0.2.3 |
| 1866 | 2026-04-25T00:42:11.341Z | Compiling bcs v0.1.6 |
| 1867 | 2026-04-25T00:42:11.474Z | Compiling termtree v0.5.1 |
| 1868 | 2026-04-25T00:42:11.594Z | Compiling linear-map v1.2.0 |
| 1869 | 2026-04-25T00:42:11.625Z | Compiling tagptr v0.2.0 |
| 1870 | 2026-04-25T00:42:11.652Z | Compiling lazy_static v1.5.0 |
| 1871 | 2026-04-25T00:42:11.655Z | Compiling smawk v0.3.2 |
| 1872 | 2026-04-25T00:42:11.755Z | Compiling unicode-linebreak v0.1.5 |
| 1873 | 2026-04-25T00:42:11.772Z | Compiling whoami v1.6.1 |
| 1874 | 2026-04-25T00:42:11.772Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1875 | 2026-04-25T00:42:11.800Z | Compiling moka v0.12.15 |
| 1876 | 2026-04-25T00:42:12.079Z | Compiling textwrap v0.16.2 |
| 1877 | 2026-04-25T00:42:12.225Z | Compiling steno v0.4.1 |
| 1878 | 2026-04-25T00:42:12.317Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1879 | 2026-04-25T00:42:12.521Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1880 | 2026-04-25T00:42:12.580Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1881 | 2026-04-25T00:42:12.618Z | Compiling tabled v0.15.0 |
| 1882 | 2026-04-25T00:42:12.789Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1883 | 2026-04-25T00:42:13.544Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1884 | 2026-04-25T00:42:14.414Z | Compiling hickory-proto v0.25.2 |
| 1885 | 2026-04-25T00:42:15.363Z | Compiling humantime v2.3.0 |
| 1886 | 2026-04-25T00:42:15.531Z | Compiling num-derive v0.3.3 |
| 1887 | 2026-04-25T00:42:15.631Z | Compiling parking_lot_core v0.8.6 |
| 1888 | 2026-04-25T00:42:15.651Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1889 | 2026-04-25T00:42:15.868Z | Compiling crc32fast v1.5.0 |
| 1890 | 2026-04-25T00:42:16.228Z | Compiling parking_lot v0.11.2 |
| 1891 | 2026-04-25T00:42:16.239Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1892 | 2026-04-25T00:42:16.403Z | Compiling hickory-resolver v0.25.2 |
| 1893 | 2026-04-25T00:42:16.457Z | Compiling libscf-sys v1.1.0 |
| 1894 | 2026-04-25T00:42:16.468Z | Compiling fxhash v0.2.1 |
| 1895 | 2026-04-25T00:42:16.598Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1896 | 2026-04-25T00:42:16.598Z | Compiling internet-checksum v0.2.1 |
| 1897 | 2026-04-25T00:42:16.644Z | Compiling sled v0.34.7 |
| 1898 | 2026-04-25T00:42:16.742Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1899 | 2026-04-25T00:42:17.227Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1900 | 2026-04-25T00:42:21.673Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1901 | 2026-04-25T00:42:28.896Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1902 | 2026-04-25T00:42:30.486Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1903 | 2026-04-25T00:42:31.570Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1904 | 2026-04-25T00:42:32.670Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1905 | 2026-04-25T00:42:33.430Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1906 | 2026-04-25T00:42:56.774Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 1907 | 2026-04-25T00:42:56.945Z | ──────────── |
| 1908 | 2026-04-25T00:42:56.945Z | Nextest run ID 65c4a659-9a67-4ac5-8788-37c800476ebb with nextest profile: default |
| 1909 | 2026-04-25T00:42:56.945Z | Starting 43 tests across 1 binary |
| 1910 | 2026-04-25T00:42:56.955Z | PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference |
| 1911 | 2026-04-25T00:42:56.955Z | PASS [ 0.009s] rdb db::test::test_prefix4_from_str |
| 1912 | 2026-04-25T00:42:56.959Z | PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization |
| 1913 | 2026-04-25T00:42:56.959Z | PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med |
| 1914 | 2026-04-25T00:42:56.959Z | PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping |
| 1915 | 2026-04-25T00:42:56.959Z | PASS [ 0.011s] rdb bestpath::test::test_bestpath |
| 1916 | 2026-04-25T00:42:56.964Z | PASS [ 0.009s] rdb db::test::test_prefix6_from_str |
| 1917 | 2026-04-25T00:42:56.964Z | PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization |
| 1918 | 2026-04-25T00:42:57.002Z | PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud |
| 1919 | 2026-04-25T00:42:57.002Z | PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud |
| 1920 | 2026-04-25T00:42:57.011Z | PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization |
| 1921 | 2026-04-25T00:42:57.011Z | PASS [ 0.055s] rdb db::test::test_rib |
| 1922 | 2026-04-25T00:42:57.014Z | PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path |
| 1923 | 2026-04-25T00:42:57.014Z | PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic |
| 1924 | 2026-04-25T00:42:57.017Z | PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic |
| 1925 | 2026-04-25T00:42:57.017Z | PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling |
| 1926 | 2026-04-25T00:42:57.026Z | PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all |
| 1927 | 2026-04-25T00:42:57.026Z | PASS [ 0.015s] rdb proptest::prop_ipv4_host_bits_always_unset |
| 1928 | 2026-04-25T00:42:57.031Z | PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent |
| 1929 | 2026-04-25T00:42:57.032Z | PASS [ 0.014s] rdb proptest::prop_ipv4_within_self |
| 1930 | 2026-04-25T00:42:57.039Z | PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all |
| 1931 | 2026-04-25T00:42:57.039Z | PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset |
| 1932 | 2026-04-25T00:42:57.045Z | PASS [ 0.014s] rdb proptest::prop_ipv6_within_self |
| 1933 | 2026-04-25T00:42:57.045Z | PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent |
| 1934 | 2026-04-25T00:42:57.055Z | PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication |
| 1935 | 2026-04-25T00:42:57.059Z | PASS [ 0.055s] rdb db::test::test_static_routing_multiple_routes_same_prefix |
| 1936 | 2026-04-25T00:42:57.059Z | PASS [ 0.055s] rdb db::test::test_static_routing_mixed_address_families |
| 1937 | 2026-04-25T00:42:57.059Z | PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent |
| 1938 | 2026-04-25T00:42:57.062Z | PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling |
| 1939 | 2026-04-25T00:42:57.065Z | PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields |
| 1940 | 2026-04-25T00:42:57.065Z | PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length |
| 1941 | 2026-04-25T00:42:57.068Z | PASS [ 0.008s] rdb types::test::bgp_path_identity |
| 1942 | 2026-04-25T00:42:57.068Z | PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering |
| 1943 | 2026-04-25T00:42:57.071Z | PASS [ 0.008s] rdb types::test::btreeset_coexistence |
| 1944 | 2026-04-25T00:42:57.074Z | PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop |
| 1945 | 2026-04-25T00:42:57.074Z | PASS [ 0.008s] rdb types::test::btreeset_remove |
| 1946 | 2026-04-25T00:42:57.074Z | PASS [ 0.008s] rdb types::test::btreeset_replace |
| 1947 | 2026-04-25T00:42:57.076Z | PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits |
| 1948 | 2026-04-25T00:42:57.076Z | PASS [ 0.008s] rdb types::test::ord_contract |
| 1949 | 2026-04-25T00:42:57.079Z | PASS [ 0.007s] rdb types::test::prefix_no_cross_family_within |
| 1950 | 2026-04-25T00:42:57.079Z | PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency |
| 1951 | 2026-04-25T00:42:57.079Z | PASS [ 0.007s] rdb types::test::static_path_identity |
| 1952 | 2026-04-25T00:42:57.091Z | PASS [ 0.081s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1953 | 2026-04-25T00:42:57.094Z | ──────────── |
| 1954 | 2026-04-25T00:42:57.094Z | Summary [ 0.147s] 43 tests run: 43 passed, 0 skipped |
| 1955 | 2026-04-25T00:42:57.104Z | + cp rib.log /work/ |
| 1956 | 2026-04-25T00:42:57.106Z | process exited: duration 386604 ms, exit code 0 |
| |
| 1957 | 2026-04-25T00:42:57.116Z | found 1 output files |
| 1958 | 2026-04-25T00:42:57.116Z | uploading: /work/rib.log (888 bytes) |
| 1959 | 2026-04-25T00:42:58.126Z | uploaded: /work/rib.log |