|
|
|
| 1 | 2026-05-20T03:58:44.737Z | job assigned to worker 01KS1RGS097XX0WTJ26YPFTFK3 [factory aws, i-0ee3cf97654aa4846] (queued for 59 s) |
| |
| 2 | 2026-05-20T03:58:51.315Z | starting task 0: "setup" |
| 3 | 2026-05-20T03:58:51.319Z | ++ uname -s |
| 4 | 2026-05-20T03:58:51.322Z | + kern=SunOS |
| 5 | 2026-05-20T03:58:51.322Z | + build_user=build |
| 6 | 2026-05-20T03:58:51.322Z | + build_uid=12345 |
| 7 | 2026-05-20T03:58:51.322Z | + work_dir=/work |
| 8 | 2026-05-20T03:58:51.322Z | + input_dir=/input |
| 9 | 2026-05-20T03:58:51.322Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T03:58:51.322Z | + case "$kern" in |
| 11 | 2026-05-20T03:58:51.322Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T03:58:51.325Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T03:58:53.332Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T03:58:53.403Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T03:58:53.407Z | + home_fs=zfs |
| 16 | 2026-05-20T03:58:53.407Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T03:58:53.407Z | + mkdir -p /home/build |
| 18 | 2026-05-20T03:58:53.407Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T03:58:55.410Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T03:58:55.413Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-05-20T03:58:55.431Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T03:58:55.434Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-20T03:58:55.434Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-20T03:58:55.434Z | * rust toolchain profile = "default" |
| 25 | 2026-05-20T03:58:55.435Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-20T03:58:55.435Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T03:58:55.435Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T03:58:55.435Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T03:58:55.435Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-20T03:58:55.521Z | info: downloading installer |
| 31 | 2026-05-20T03:58:57.006Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-20T03:58:57.006Z | warn: /opt/ooce/bin |
| 33 | 2026-05-20T03:58:57.006Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-20T03:58:57.006Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-20T03:58:57.006Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-20T03:58:57.006Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-20T03:58:57.006Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-20T03:58:57.006Z | error: cannot install while Rust is installed |
| 39 | 2026-05-20T03:58:57.006Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-20T03:58:57.006Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-20T03:58:57.006Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-20T03:58:57.006Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-20T03:58:57.006Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-20T03:58:57.039Z | info: profile set to default |
| 45 | 2026-05-20T03:58:57.039Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-20T03:58:57.042Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-20T03:58:57.181Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-20T03:58:57.184Z | info: downloading 6 components |
| 49 | 2026-05-20T03:59:11.692Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-20T03:59:11.692Z | |
| 51 | 2026-05-20T03:59:11.730Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-20T03:59:11.730Z | |
| 53 | 2026-05-20T03:59:11.730Z | |
| 54 | 2026-05-20T03:59:11.730Z | Rust is installed now. Great! |
| 55 | 2026-05-20T03:59:11.730Z | |
| 56 | 2026-05-20T03:59:11.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-20T03:59:11.730Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-20T03:59:11.730Z | |
| 59 | 2026-05-20T03:59:11.730Z | To configure your current shell, you need to source |
| 60 | 2026-05-20T03:59:11.730Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-20T03:59:11.730Z | |
| 62 | 2026-05-20T03:59:11.730Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-20T03:59:11.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-20T03:59:11.730Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-20T03:59:11.730Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-20T03:59:11.730Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-20T03:59:11.730Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-20T03:59:11.730Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-20T03:59:11.738Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-20T03:59:11.738Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-20T03:59:11.832Z | + rustup --version |
| 72 | 2026-05-20T03:59:11.840Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-20T03:59:11.843Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-20T03:59:11.862Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-20T03:59:11.867Z | + cargo --version |
| 76 | 2026-05-20T03:59:11.882Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-20T03:59:11.885Z | + rustc --version |
| 78 | 2026-05-20T03:59:11.900Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-20T03:59:11.903Z | process exited: duration 16474 ms, exit code 0 |
| |
| 80 | 2026-05-20T03:59:11.909Z | starting task 2: "authentication" |
| 81 | 2026-05-20T03:59:11.925Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-20T03:59:11.931Z | starting task 3: "clone repository" |
| 83 | 2026-05-20T03:59:11.934Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-05-20T03:59:11.937Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-05-20T03:59:12.013Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-05-20T03:59:13.005Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-05-20T03:59:13.005Z | + git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 88 | 2026-05-20T03:59:13.265Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-05-20T03:59:13.265Z | * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD |
| 90 | 2026-05-20T03:59:13.268Z | + [[ -n renovate/opte ]] |
| 91 | 2026-05-20T03:59:13.268Z | ++ git branch --show-current |
| 92 | 2026-05-20T03:59:13.271Z | + current=main |
| 93 | 2026-05-20T03:59:13.271Z | + [[ main != renovate/opte ]] |
| 94 | 2026-05-20T03:59:13.271Z | + git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 95 | 2026-05-20T03:59:13.273Z | + git checkout -f renovate/opte |
| 96 | 2026-05-20T03:59:13.288Z | Switched to branch 'renovate/opte' |
| 97 | 2026-05-20T03:59:13.292Z | + git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 98 | 2026-05-20T03:59:13.305Z | HEAD is now at a5bcff7 Update opte to 5470aa1 |
| 99 | 2026-05-20T03:59:13.308Z | process exited: duration 1374 ms, exit code 0 |
| |
| 100 | 2026-05-20T03:59:13.315Z | starting task 4: "build" |
| 101 | 2026-05-20T03:59:13.319Z | + set -e |
| 102 | 2026-05-20T03:59:13.319Z | + source .github/buildomat/test-common.sh |
| 103 | 2026-05-20T03:59:13.322Z | ++ NEXTEST_VERSION=0.9.97 |
| 104 | 2026-05-20T03:59:13.322Z | ++ PLATFORM=illumos |
| 105 | 2026-05-20T03:59:13.322Z | ++ banner install |
| 106 | 2026-05-20T03:59:13.322Z | |
| 107 | 2026-05-20T03:59:13.322Z | # # # #### ##### ## # # |
| 108 | 2026-05-20T03:59:13.322Z | # ## # # # # # # # |
| 109 | 2026-05-20T03:59:13.322Z | # # # # #### # # # # # |
| 110 | 2026-05-20T03:59:13.322Z | # # # # # # ###### # # |
| 111 | 2026-05-20T03:59:13.322Z | # # ## # # # # # # # |
| 112 | 2026-05-20T03:59:13.322Z | # # # #### # # # ###### ###### |
| 113 | 2026-05-20T03:59:13.322Z | |
| 114 | 2026-05-20T03:59:13.322Z | ++ set +o errexit |
| 115 | 2026-05-20T03:59:13.325Z | ++ pkg info clang-15 |
| 116 | 2026-05-20T03:59:13.325Z | ++ grep -qi installed |
| 117 | 2026-05-20T03:59:14.943Z | pkg: info: no packages matching the following patterns you specified are |
| 118 | 2026-05-20T03:59:14.943Z | installed on the system. Try querying remotely instead: |
| 119 | 2026-05-20T03:59:14.943Z | |
| 120 | 2026-05-20T03:59:14.943Z | clang-15 |
| 121 | 2026-05-20T03:59:14.981Z | ++ [[ 1 != 0 ]] |
| 122 | 2026-05-20T03:59:14.981Z | ++ set -o errexit |
| 123 | 2026-05-20T03:59:14.986Z | ++ pfexec pkg install clang-15 |
| 124 | 2026-05-20T03:59:23.205Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 125 | 2026-05-20T03:59:30.881Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-20T03:59:38.110Z | Planning: Solver setup ... Done |
| 127 | 2026-05-20T03:59:38.151Z | Planning: Running solver ... Done |
| 128 | 2026-05-20T03:59:38.295Z | Planning: Finding local manifests ... Done |
| 129 | 2026-05-20T03:59:38.316Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-05-20T03:59:38.414Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-05-20T03:59:38.443Z | Planning: Package planning ... Done |
| 132 | 2026-05-20T03:59:38.469Z | Planning: Merging actions ... Done |
| 133 | 2026-05-20T03:59:38.577Z | Planning: Checking for conflicting actions ... Done |
| 134 | 2026-05-20T03:59:38.585Z | Planning: Consolidating action changes ... Done |
| 135 | 2026-05-20T03:59:39.332Z | Planning: Evaluating mediators ... Done |
| 136 | 2026-05-20T03:59:39.336Z | Planning: Planning completed in 8.29 seconds |
| 137 | 2026-05-20T03:59:39.368Z | Packages to install: 2 |
| 138 | 2026-05-20T03:59:39.372Z | Mediators to change: 2 |
| 139 | 2026-05-20T03:59:39.372Z | Services to change: 1 |
| 140 | 2026-05-20T03:59:39.372Z | Create boot environment: No |
| 141 | 2026-05-20T03:59:39.372Z | Create backup boot environment: No |
| 142 | 2026-05-20T03:59:39.409Z | |
| 143 | 2026-05-20T03:59:39.409Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 144 | 2026-05-20T03:59:44.413Z | Download: 974/3076 items 69.7/211.3MB 32% complete (13.9M/s) |
| 145 | 2026-05-20T03:59:51.921Z | Download: 983/3076 items 82.2/211.3MB 38% complete (15.2M/s) |
| 146 | 2026-05-20T03:59:56.924Z | Download: 1135/3076 items 115.2/211.3MB 54% complete (4.0M/s) |
| 147 | 2026-05-20T04:00:01.926Z | Download: 1264/3076 items 115.6/211.3MB 54% complete (3.7M/s) |
| 148 | 2026-05-20T04:00:06.958Z | Download: 1444/3076 items 116.2/211.3MB 54% complete (167k/s) |
| 149 | 2026-05-20T04:00:12.087Z | Download: 1625/3076 items 116.8/211.3MB 55% complete (122k/s) |
| 150 | 2026-05-20T04:00:17.092Z | Download: 1820/3076 items 117.0/211.3MB 55% complete (80.4k/s) |
| 151 | 2026-05-20T04:00:22.126Z | Download: 2003/3076 items 117.6/211.3MB 55% complete (108k/s) |
| 152 | 2026-05-20T04:00:27.137Z | Download: 2336/3076 items 119.1/211.3MB 56% complete (211k/s) |
| 153 | 2026-05-20T04:00:32.143Z | Download: 2525/3076 items 119.5/211.3MB 56% complete (197k/s) |
| 154 | 2026-05-20T04:00:37.216Z | Download: 2766/3076 items 120.0/211.3MB 56% complete (93.3k/s) |
| 155 | 2026-05-20T04:00:42.230Z | Download: 2977/3076 items 184.7/211.3MB 87% complete (6.5M/s) |
| 156 | 2026-05-20T04:00:48.672Z | Download: 3026/3076 items 201.6/211.3MB 95% complete (8.1M/s) |
| 157 | 2026-05-20T04:00:56.251Z | Download: 3030/3076 items 201.8/211.3MB 95% complete (5.8M/s) |
| 158 | 2026-05-20T04:01:07.856Z | Download: 3031/3076 items 201.8/211.3MB 95% complete |
| 159 | 2026-05-20T04:01:14.097Z | Download: 3073/3076 items 210.7/211.3MB 99% complete (1.0M/s) |
| 160 | 2026-05-20T04:01:38.036Z | Download: 3075/3076 items 210.7/211.3MB 99% complete |
| 161 | 2026-05-20T04:01:38.072Z | Download: Completed 211.31 MB in 118.65 seconds (1.8M/s) |
| 162 | 2026-05-20T04:01:38.200Z | Actions: 1/3418 actions (Installing new actions) |
| 163 | 2026-05-20T04:01:41.428Z | Actions: Completed 3418 actions in 3.23 seconds. |
| 164 | 2026-05-20T04:01:42.062Z | Done |
| 165 | 2026-05-20T04:01:42.062Z | Done |
| 166 | 2026-05-20T04:01:42.806Z | Done |
| 167 | 2026-05-20T04:01:46.211Z | Done |
| 168 | 2026-05-20T04:01:46.283Z | Done |
| 169 | 2026-05-20T04:01:46.286Z | Done |
| 170 | 2026-05-20T04:01:46.415Z | Done |
| 171 | 2026-05-20T04:01:47.088Z | ++ set -o errexit |
| 172 | 2026-05-20T04:01:47.088Z | ++ cargo --version |
| 173 | 2026-05-20T04:01:47.095Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 174 | 2026-05-20T04:01:47.248Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 175 | 2026-05-20T04:01:47.251Z | info: downloading 6 components |
| 176 | 2026-05-20T04:02:02.726Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 177 | 2026-05-20T04:02:02.731Z | ++ rustc --version |
| 178 | 2026-05-20T04:02:02.757Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 179 | 2026-05-20T04:02:02.760Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 180 | 2026-05-20T04:02:02.801Z | Updating crates.io index |
| 181 | 2026-05-20T04:02:02.891Z | Downloading crates ... |
| 182 | 2026-05-20T04:02:02.940Z | Downloaded cargo-nextest v0.9.97 |
| 183 | 2026-05-20T04:02:02.999Z | Installing cargo-nextest v0.9.97 |
| 184 | 2026-05-20T04:02:03.039Z | Updating crates.io index |
| 185 | 2026-05-20T04:02:05.561Z | Locking 404 packages to latest compatible versions |
| 186 | 2026-05-20T04:02:05.566Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 187 | 2026-05-20T04:02:05.569Z | Adding duct v0.13.7 (available: v1.1.1) |
| 188 | 2026-05-20T04:02:05.569Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 189 | 2026-05-20T04:02:05.569Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 190 | 2026-05-20T04:02:05.573Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 191 | 2026-05-20T04:02:05.573Z | Adding nextest-filtering v0.15.0 (available: v0.21.0) |
| 192 | 2026-05-20T04:02:05.573Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 193 | 2026-05-20T04:02:05.576Z | Adding nextest-runner v0.80.0 (available: v0.117.0) |
| 194 | 2026-05-20T04:02:05.579Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 195 | 2026-05-20T04:02:05.596Z | Adding target-lexicon v0.13.3 (available: v0.13.5) |
| 196 | 2026-05-20T04:02:05.605Z | Downloading crates ... |
| 197 | 2026-05-20T04:02:05.671Z | Downloaded cargo-platform v0.2.0 |
| 198 | 2026-05-20T04:02:05.677Z | Downloaded adler2 v2.0.1 |
| 199 | 2026-05-20T04:02:05.679Z | Downloaded addr2line v0.25.1 |
| 200 | 2026-05-20T04:02:05.683Z | Downloaded futures-core v0.3.32 |
| 201 | 2026-05-20T04:02:05.685Z | Downloaded filetime v0.2.29 |
| 202 | 2026-05-20T04:02:05.686Z | Downloaded cargo_metadata v0.23.1 |
| 203 | 2026-05-20T04:02:05.688Z | Downloaded clap v4.6.1 |
| 204 | 2026-05-20T04:02:05.696Z | Downloaded http-body v1.0.1 |
| 205 | 2026-05-20T04:02:05.699Z | Downloaded is_terminal_polyfill v1.70.2 |
| 206 | 2026-05-20T04:02:05.699Z | Downloaded cfg_aliases v0.2.1 |
| 207 | 2026-05-20T04:02:05.702Z | Downloaded derive_more-impl v2.1.1 |
| 208 | 2026-05-20T04:02:05.704Z | Downloaded itoa v1.0.18 |
| 209 | 2026-05-20T04:02:05.708Z | Downloaded indenter v0.3.4 |
| 210 | 2026-05-20T04:02:05.708Z | Downloaded ordered-float v2.10.1 |
| 211 | 2026-05-20T04:02:05.711Z | Downloaded is_ci v1.2.0 |
| 212 | 2026-05-20T04:02:05.711Z | Downloaded block-buffer v0.10.4 |
| 213 | 2026-05-20T04:02:05.711Z | Downloaded humantime v2.3.0 |
| 214 | 2026-05-20T04:02:05.714Z | Downloaded derive-where v1.6.1 |
| 215 | 2026-05-20T04:02:05.714Z | Downloaded openssl-macros v0.1.1 |
| 216 | 2026-05-20T04:02:05.717Z | Downloaded idna_adapter v1.0.0 |
| 217 | 2026-05-20T04:02:05.717Z | Downloaded foreign-types-shared v0.1.1 |
| 218 | 2026-05-20T04:02:05.717Z | Downloaded futures-task v0.3.32 |
| 219 | 2026-05-20T04:02:05.720Z | Downloaded indent_write v2.2.0 |
| 220 | 2026-05-20T04:02:05.720Z | Downloaded home v0.5.12 |
| 221 | 2026-05-20T04:02:05.720Z | Downloaded fixedbitset v0.5.7 |
| 222 | 2026-05-20T04:02:05.723Z | Downloaded colorchoice v1.0.5 |
| 223 | 2026-05-20T04:02:05.723Z | Downloaded rustc-hash v2.1.2 |
| 224 | 2026-05-20T04:02:05.725Z | Downloaded console v0.15.11 |
| 225 | 2026-05-20T04:02:05.726Z | Downloaded mukti-metadata v0.3.0 |
| 226 | 2026-05-20T04:02:05.730Z | Downloaded futures-macro v0.3.32 |
| 227 | 2026-05-20T04:02:05.732Z | Downloaded ed25519 v2.2.3 |
| 228 | 2026-05-20T04:02:05.732Z | Downloaded config v0.15.23 |
| 229 | 2026-05-20T04:02:05.736Z | Downloaded lazy_static v1.5.0 |
| 230 | 2026-05-20T04:02:05.739Z | Downloaded serde_spanned v0.6.9 |
| 231 | 2026-05-20T04:02:05.739Z | Downloaded indicatif v0.17.11 |
| 232 | 2026-05-20T04:02:05.742Z | Downloaded newtype-uuid v1.3.2 |
| 233 | 2026-05-20T04:02:05.742Z | Downloaded miette-derive v7.6.0 |
| 234 | 2026-05-20T04:02:05.744Z | Downloaded hex v0.4.3 |
| 235 | 2026-05-20T04:02:05.744Z | Downloaded async-scoped v0.9.0 |
| 236 | 2026-05-20T04:02:05.747Z | Downloaded ipnet v2.12.0 |
| 237 | 2026-05-20T04:02:05.747Z | Downloaded clap_derive v4.6.1 |
| 238 | 2026-05-20T04:02:05.750Z | Downloaded futures-sink v0.3.32 |
| 239 | 2026-05-20T04:02:05.750Z | Downloaded percent-encoding v2.3.2 |
| 240 | 2026-05-20T04:02:05.755Z | Downloaded cpufeatures v0.2.17 |
| 241 | 2026-05-20T04:02:05.755Z | Downloaded scopeguard v1.2.0 |
| 242 | 2026-05-20T04:02:05.757Z | Downloaded jobserver v0.1.34 |
| 243 | 2026-05-20T04:02:05.757Z | Downloaded errno v0.3.14 |
| 244 | 2026-05-20T04:02:05.757Z | Downloaded rand_chacha v0.9.0 |
| 245 | 2026-05-20T04:02:05.757Z | Downloaded pin-project-internal v1.1.13 |
| 246 | 2026-05-20T04:02:05.760Z | Downloaded equivalent v1.0.2 |
| 247 | 2026-05-20T04:02:05.760Z | Downloaded document-features v0.2.12 |
| 248 | 2026-05-20T04:02:05.760Z | Downloaded cfg-if v1.0.4 |
| 249 | 2026-05-20T04:02:05.763Z | Downloaded hyper-rustls v0.27.9 |
| 250 | 2026-05-20T04:02:05.763Z | Downloaded semver v1.0.28 |
| 251 | 2026-05-20T04:02:05.766Z | Downloaded quinn-udp v0.5.14 |
| 252 | 2026-05-20T04:02:05.766Z | Downloaded nextest-workspace-hack v0.1.0 |
| 253 | 2026-05-20T04:02:05.769Z | Downloaded heck v0.5.0 |
| 254 | 2026-05-20T04:02:05.769Z | Downloaded generic-array v0.14.7 |
| 255 | 2026-05-20T04:02:05.769Z | Downloaded form_urlencoded v1.2.2 |
| 256 | 2026-05-20T04:02:05.772Z | Downloaded rand_core v0.6.4 |
| 257 | 2026-05-20T04:02:05.773Z | Downloaded clap_lex v1.1.0 |
| 258 | 2026-05-20T04:02:05.773Z | Downloaded pkg-config v0.3.33 |
| 259 | 2026-05-20T04:02:05.788Z | Downloaded globset v0.4.18 |
| 260 | 2026-05-20T04:02:05.788Z | Downloaded find-msvc-tools v0.1.9 |
| 261 | 2026-05-20T04:02:05.788Z | Downloaded futures-io v0.3.32 |
| 262 | 2026-05-20T04:02:05.788Z | Downloaded iana-time-zone v0.1.65 |
| 263 | 2026-05-20T04:02:05.788Z | Downloaded pin-project-lite v0.2.17 |
| 264 | 2026-05-20T04:02:05.788Z | Downloaded atomicwrites v0.4.4 |
| 265 | 2026-05-20T04:02:05.788Z | Downloaded convert_case v0.10.0 |
| 266 | 2026-05-20T04:02:05.788Z | Downloaded anstyle-query v1.1.5 |
| 267 | 2026-05-20T04:02:05.788Z | Downloaded nested v0.1.1 |
| 268 | 2026-05-20T04:02:05.788Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 269 | 2026-05-20T04:02:05.788Z | Downloaded parking_lot v0.12.5 |
| 270 | 2026-05-20T04:02:05.791Z | Downloaded color-spantrace v0.3.0 |
| 271 | 2026-05-20T04:02:05.791Z | Downloaded atomic-waker v1.1.2 |
| 272 | 2026-05-20T04:02:05.791Z | Downloaded shlex v1.3.0 |
| 273 | 2026-05-20T04:02:05.791Z | Downloaded guppy-workspace-hack v0.1.0 |
| 274 | 2026-05-20T04:02:05.794Z | Downloaded debug-ignore v1.0.5 |
| 275 | 2026-05-20T04:02:05.794Z | Downloaded signature v2.2.0 |
| 276 | 2026-05-20T04:02:05.794Z | Downloaded crypto-common v0.1.7 |
| 277 | 2026-05-20T04:02:05.794Z | Downloaded pathdiff v0.2.3 |
| 278 | 2026-05-20T04:02:05.797Z | Downloaded enable-ansi-support v0.2.1 |
| 279 | 2026-05-20T04:02:05.797Z | Downloaded backtrace-ext v0.2.1 |
| 280 | 2026-05-20T04:02:05.798Z | Downloaded foreign-types v0.3.2 |
| 281 | 2026-05-20T04:02:05.798Z | Downloaded cargo_metadata v0.20.0 |
| 282 | 2026-05-20T04:02:05.800Z | Downloaded fnv v1.0.7 |
| 283 | 2026-05-20T04:02:05.800Z | Downloaded openssl-probe v0.2.1 |
| 284 | 2026-05-20T04:02:05.803Z | Downloaded cargo-platform v0.3.3 |
| 285 | 2026-05-20T04:02:05.806Z | Downloaded serde_ignored v0.1.14 |
| 286 | 2026-05-20T04:02:05.809Z | Downloaded http-body-util v0.1.3 |
| 287 | 2026-05-20T04:02:05.809Z | Downloaded serde-value v0.7.0 |
| 288 | 2026-05-20T04:02:05.809Z | Downloaded rustc_version v0.4.1 |
| 289 | 2026-05-20T04:02:05.812Z | Downloaded hyper-tls v0.6.0 |
| 290 | 2026-05-20T04:02:05.815Z | Downloaded erased-serde v0.4.10 |
| 291 | 2026-05-20T04:02:05.815Z | Downloaded anstream v1.0.0 |
| 292 | 2026-05-20T04:02:05.818Z | Downloaded digest v0.10.7 |
| 293 | 2026-05-20T04:02:05.822Z | Downloaded ppv-lite86 v0.2.21 |
| 294 | 2026-05-20T04:02:05.824Z | Downloaded serde_urlencoded v0.7.1 |
| 295 | 2026-05-20T04:02:05.828Z | Downloaded serde_spanned v1.1.1 |
| 296 | 2026-05-20T04:02:05.834Z | Downloaded strip-ansi-escapes v0.2.1 |
| 297 | 2026-05-20T04:02:05.834Z | Downloaded duct v0.13.7 |
| 298 | 2026-05-20T04:02:05.837Z | Downloaded const-oid v0.9.6 |
| 299 | 2026-05-20T04:02:05.837Z | Downloaded shell-words v1.1.1 |
| 300 | 2026-05-20T04:02:05.837Z | Downloaded os_pipe v1.2.3 |
| 301 | 2026-05-20T04:02:05.837Z | Downloaded supports-unicode v3.0.0 |
| 302 | 2026-05-20T04:02:05.840Z | Downloaded strsim v0.11.1 |
| 303 | 2026-05-20T04:02:05.841Z | Downloaded swrite v0.1.0 |
| 304 | 2026-05-20T04:02:05.841Z | Downloaded supports-hyperlinks v3.2.0 |
| 305 | 2026-05-20T04:02:05.845Z | Downloaded subtle v2.6.1 |
| 306 | 2026-05-20T04:02:05.845Z | Downloaded number_prefix v0.4.0 |
| 307 | 2026-05-20T04:02:05.845Z | Downloaded supports-color v3.0.2 |
| 308 | 2026-05-20T04:02:05.845Z | Downloaded humantime-serde v1.1.1 |
| 309 | 2026-05-20T04:02:05.848Z | Downloaded tokio-macros v2.7.0 |
| 310 | 2026-05-20T04:02:05.848Z | Downloaded shared_child v1.1.1 |
| 311 | 2026-05-20T04:02:05.854Z | Downloaded sigchld v0.2.4 |
| 312 | 2026-05-20T04:02:05.859Z | Downloaded lru-slab v0.1.2 |
| 313 | 2026-05-20T04:02:05.859Z | Downloaded serde-untagged v0.1.9 |
| 314 | 2026-05-20T04:02:05.861Z | Downloaded cargo-util-schemas v0.2.0 |
| 315 | 2026-05-20T04:02:05.861Z | Downloaded base64ct v1.8.3 |
| 316 | 2026-05-20T04:02:05.861Z | Downloaded rustc-demangle v0.1.27 |
| 317 | 2026-05-20T04:02:05.861Z | Downloaded nextest-metadata v0.12.2 |
| 318 | 2026-05-20T04:02:05.864Z | Downloaded sync_wrapper v1.0.2 |
| 319 | 2026-05-20T04:02:05.864Z | Downloaded dialoguer v0.11.0 |
| 320 | 2026-05-20T04:02:05.867Z | Downloaded anstyle-parse v1.0.0 |
| 321 | 2026-05-20T04:02:05.867Z | Downloaded camino-tempfile v1.4.1 |
| 322 | 2026-05-20T04:02:05.870Z | Downloaded sharded-slab v0.1.7 |
| 323 | 2026-05-20T04:02:05.870Z | Downloaded futures-executor v0.3.32 |
| 324 | 2026-05-20T04:02:05.873Z | Downloaded lock_api v0.4.14 |
| 325 | 2026-05-20T04:02:05.873Z | Downloaded httparse v1.10.1 |
| 326 | 2026-05-20T04:02:05.876Z | Downloaded tower-service v0.3.3 |
| 327 | 2026-05-20T04:02:05.876Z | Downloaded serde_path_to_error v0.1.20 |
| 328 | 2026-05-20T04:02:05.876Z | Downloaded num-traits v0.2.19 |
| 329 | 2026-05-20T04:02:05.879Z | Downloaded pkcs8 v0.10.2 |
| 330 | 2026-05-20T04:02:05.879Z | Downloaded native-tls v0.2.18 |
| 331 | 2026-05-20T04:02:05.879Z | Downloaded future-queue v0.4.0 |
| 332 | 2026-05-20T04:02:05.882Z | Downloaded anstyle v1.0.14 |
| 333 | 2026-05-20T04:02:05.882Z | Downloaded sha2 v0.10.9 |
| 334 | 2026-05-20T04:02:05.885Z | Downloaded foldhash v0.1.5 |
| 335 | 2026-05-20T04:02:05.888Z | Downloaded camino v1.2.2 |
| 336 | 2026-05-20T04:02:05.890Z | Downloaded toml_datetime v0.6.11 |
| 337 | 2026-05-20T04:02:05.890Z | Downloaded tinyvec_macros v0.1.1 |
| 338 | 2026-05-20T04:02:05.893Z | Downloaded tracing-error v0.2.1 |
| 339 | 2026-05-20T04:02:05.893Z | Downloaded toml_write v0.1.2 |
| 340 | 2026-05-20T04:02:05.896Z | Downloaded signal-hook-registry v1.4.8 |
| 341 | 2026-05-20T04:02:05.896Z | Downloaded getrandom v0.2.17 |
| 342 | 2026-05-20T04:02:05.899Z | Downloaded try-lock v0.2.5 |
| 343 | 2026-05-20T04:02:05.899Z | Downloaded tower-layer v0.3.3 |
| 344 | 2026-05-20T04:02:05.899Z | Downloaded cfg-expr v0.20.7 |
| 345 | 2026-05-20T04:02:05.902Z | Downloaded signal-hook-mio v0.2.5 |
| 346 | 2026-05-20T04:02:05.902Z | Downloaded untrusted v0.9.0 |
| 347 | 2026-05-20T04:02:05.905Z | Downloaded bitflags v2.11.1 |
| 348 | 2026-05-20T04:02:05.907Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-05-20T04:02:05.910Z | Downloaded unicode-xid v0.2.6 |
| 350 | 2026-05-20T04:02:05.910Z | Downloaded rand_core v0.9.5 |
| 351 | 2026-05-20T04:02:05.913Z | Downloaded thiserror v1.0.69 |
| 352 | 2026-05-20T04:02:05.913Z | Downloaded terminal_size v0.4.4 |
| 353 | 2026-05-20T04:02:05.916Z | Downloaded thread_local v1.1.9 |
| 354 | 2026-05-20T04:02:05.916Z | Downloaded spki v0.7.3 |
| 355 | 2026-05-20T04:02:05.919Z | Downloaded slab v0.4.12 |
| 356 | 2026-05-20T04:02:05.919Z | Downloaded xattr v1.6.1 |
| 357 | 2026-05-20T04:02:05.922Z | Downloaded utf8_iter v1.0.4 |
| 358 | 2026-05-20T04:02:05.922Z | Downloaded urlencoding v2.1.3 |
| 359 | 2026-05-20T04:02:05.922Z | Downloaded quote v1.0.45 |
| 360 | 2026-05-20T04:02:05.925Z | Downloaded owo-colors v4.3.0 |
| 361 | 2026-05-20T04:02:05.925Z | Downloaded crc32fast v1.5.0 |
| 362 | 2026-05-20T04:02:05.930Z | Downloaded either v1.15.0 |
| 363 | 2026-05-20T04:02:05.934Z | Downloaded utf8parse v0.2.2 |
| 364 | 2026-05-20T04:02:05.934Z | Downloaded autocfg v1.5.0 |
| 365 | 2026-05-20T04:02:05.938Z | Downloaded fastrand v2.4.1 |
| 366 | 2026-05-20T04:02:05.938Z | Downloaded thiserror-impl v2.0.18 |
| 367 | 2026-05-20T04:02:05.938Z | Downloaded want v0.3.1 |
| 368 | 2026-05-20T04:02:05.942Z | Downloaded version_check v0.9.5 |
| 369 | 2026-05-20T04:02:05.942Z | Downloaded static_assertions v1.1.0 |
| 370 | 2026-05-20T04:02:05.942Z | Downloaded nextest-filtering v0.15.0 |
| 371 | 2026-05-20T04:02:05.946Z | Downloaded thiserror-impl v1.0.69 |
| 372 | 2026-05-20T04:02:05.946Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 373 | 2026-05-20T04:02:05.946Z | Downloaded ahash v0.8.12 |
| 374 | 2026-05-20T04:02:05.951Z | Downloaded futures-channel v0.3.32 |
| 375 | 2026-05-20T04:02:05.951Z | Downloaded once_cell v1.21.4 |
| 376 | 2026-05-20T04:02:05.955Z | Downloaded getrandom v0.4.2 |
| 377 | 2026-05-20T04:02:05.958Z | Downloaded socket2 v0.6.3 |
| 378 | 2026-05-20T04:02:05.958Z | Downloaded eyre v0.6.12 |
| 379 | 2026-05-20T04:02:05.961Z | Downloaded typeid v1.0.3 |
| 380 | 2026-05-20T04:02:05.964Z | Downloaded tracing-log v0.2.0 |
| 381 | 2026-05-20T04:02:05.964Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 382 | 2026-05-20T04:02:05.964Z | Downloaded tokio-native-tls v0.3.1 |
| 383 | 2026-05-20T04:02:05.967Z | Downloaded thiserror v2.0.18 |
| 384 | 2026-05-20T04:02:05.970Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-20T04:02:05.973Z | Downloaded unicase v2.9.0 |
| 386 | 2026-05-20T04:02:05.973Z | Downloaded target-lexicon v0.13.3 |
| 387 | 2026-05-20T04:02:05.973Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-05-20T04:02:05.977Z | Downloaded self-replace v1.5.0 |
| 389 | 2026-05-20T04:02:05.980Z | Downloaded parking_lot_core v0.9.12 |
| 390 | 2026-05-20T04:02:05.980Z | Downloaded getrandom v0.3.4 |
| 391 | 2026-05-20T04:02:05.982Z | Downloaded xxhash-rust v0.8.15 |
| 392 | 2026-05-20T04:02:05.988Z | Downloaded litrs v1.0.0 |
| 393 | 2026-05-20T04:02:05.991Z | Downloaded smol_str v0.3.6 |
| 394 | 2026-05-20T04:02:05.991Z | Downloaded simd-adler32 v0.3.9 |
| 395 | 2026-05-20T04:02:05.995Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 396 | 2026-05-20T04:02:05.998Z | Downloaded target-spec-miette v0.4.6 |
| 397 | 2026-05-20T04:02:06.002Z | Downloaded futures v0.3.32 |
| 398 | 2026-05-20T04:02:06.005Z | Downloaded rustls-pki-types v1.14.1 |
| 399 | 2026-05-20T04:02:06.008Z | Downloaded zstd-safe v7.2.4 |
| 400 | 2026-05-20T04:02:06.011Z | Downloaded quinn v0.11.9 |
| 401 | 2026-05-20T04:02:06.011Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-05-20T04:02:06.014Z | Downloaded tempfile v3.27.0 |
| 403 | 2026-05-20T04:02:06.014Z | Downloaded tokio-rustls v0.26.4 |
| 404 | 2026-05-20T04:02:06.017Z | Downloaded derive_more v2.1.1 |
| 405 | 2026-05-20T04:02:06.020Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 406 | 2026-05-20T04:02:06.023Z | Downloaded toml v0.8.23 |
| 407 | 2026-05-20T04:02:06.026Z | Downloaded zstd v0.13.3 |
| 408 | 2026-05-20T04:02:06.026Z | Downloaded quick-junit v0.5.2 |
| 409 | 2026-05-20T04:02:06.029Z | Downloaded tinyvec v1.11.0 |
| 410 | 2026-05-20T04:02:06.032Z | Downloaded base64 v0.22.1 |
| 411 | 2026-05-20T04:02:06.032Z | Downloaded signal-hook v0.3.18 |
| 412 | 2026-05-20T04:02:06.035Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-05-20T04:02:06.037Z | Downloaded cc v1.2.62 |
| 414 | 2026-05-20T04:02:06.041Z | Downloaded ryu v1.0.23 |
| 415 | 2026-05-20T04:02:06.044Z | Downloaded crossterm v0.29.0 |
| 416 | 2026-05-20T04:02:06.047Z | Downloaded target-spec v3.6.0 |
| 417 | 2026-05-20T04:02:06.047Z | Downloaded openssl-sys v0.9.116 |
| 418 | 2026-05-20T04:02:06.050Z | Downloaded serde_derive v1.0.228 |
| 419 | 2026-05-20T04:02:06.053Z | Downloaded serde v1.0.228 |
| 420 | 2026-05-20T04:02:06.057Z | Downloaded self_update v0.42.0 |
| 421 | 2026-05-20T04:02:06.057Z | Downloaded unicode-ident v1.0.24 |
| 422 | 2026-05-20T04:02:06.062Z | Downloaded textwrap v0.16.2 |
| 423 | 2026-05-20T04:02:06.062Z | Downloaded zmij v1.0.21 |
| 424 | 2026-05-20T04:02:06.062Z | Downloaded tar v0.4.46 |
| 425 | 2026-05-20T04:02:06.065Z | Downloaded tokio-stream v0.1.18 |
| 426 | 2026-05-20T04:02:06.066Z | Downloaded backtrace v0.3.76 |
| 427 | 2026-05-20T04:02:06.068Z | Downloaded tracing-attributes v0.1.31 |
| 428 | 2026-05-20T04:02:06.068Z | Downloaded ed25519-dalek v2.2.0 |
| 429 | 2026-05-20T04:02:06.071Z | Downloaded pin-project v1.1.13 |
| 430 | 2026-05-20T04:02:06.076Z | Downloaded vte v0.14.1 |
| 431 | 2026-05-20T04:02:06.079Z | Downloaded toml_edit v0.22.27 |
| 432 | 2026-05-20T04:02:06.082Z | Downloaded tracing-core v0.1.36 |
| 433 | 2026-05-20T04:02:06.082Z | Downloaded proc-macro2 v1.0.106 |
| 434 | 2026-05-20T04:02:06.085Z | Downloaded rustls-webpki v0.103.13 |
| 435 | 2026-05-20T04:02:06.088Z | Downloaded miniz_oxide v0.8.9 |
| 436 | 2026-05-20T04:02:06.088Z | Downloaded bytes v1.11.1 |
| 437 | 2026-05-20T04:02:06.091Z | Downloaded uuid v1.23.1 |
| 438 | 2026-05-20T04:02:06.093Z | Downloaded flate2 v1.1.9 |
| 439 | 2026-05-20T04:02:06.096Z | Downloaded borsh v1.6.1 |
| 440 | 2026-05-20T04:02:06.099Z | Downloaded miette v7.6.0 |
| 441 | 2026-05-20T04:02:06.102Z | Downloaded http v1.4.0 |
| 442 | 2026-05-20T04:02:06.102Z | Downloaded der v0.7.10 |
| 443 | 2026-05-20T04:02:06.106Z | Downloaded memchr v2.8.0 |
| 444 | 2026-05-20T04:02:06.109Z | Downloaded url v2.5.8 |
| 445 | 2026-05-20T04:02:06.111Z | Downloaded log v0.4.29 |
| 446 | 2026-05-20T04:02:06.111Z | Downloaded zipsign-api v0.1.5 |
| 447 | 2026-05-20T04:02:06.111Z | Downloaded zeroize v1.8.2 |
| 448 | 2026-05-20T04:02:06.120Z | Downloaded itertools v0.14.0 |
| 449 | 2026-05-20T04:02:06.127Z | Downloaded rand v0.9.4 |
| 450 | 2026-05-20T04:02:06.131Z | Downloaded tower v0.5.3 |
| 451 | 2026-05-20T04:02:06.136Z | Downloaded guppy v0.17.25 |
| 452 | 2026-05-20T04:02:06.144Z | Downloaded pulldown-cmark v0.13.3 |
| 453 | 2026-05-20T04:02:06.162Z | Downloaded mio v1.2.0 |
| 454 | 2026-05-20T04:02:06.165Z | Downloaded tokio-util v0.7.18 |
| 455 | 2026-05-20T04:02:06.168Z | Downloaded serde_json v1.0.149 |
| 456 | 2026-05-20T04:02:06.172Z | Downloaded hashbrown v0.15.5 |
| 457 | 2026-05-20T04:02:06.175Z | Downloaded hyper-util v0.1.20 |
| 458 | 2026-05-20T04:02:06.180Z | Downloaded futures-util v0.3.32 |
| 459 | 2026-05-20T04:02:06.186Z | Downloaded typenum v1.20.0 |
| 460 | 2026-05-20T04:02:06.189Z | Downloaded portable-atomic v1.13.1 |
| 461 | 2026-05-20T04:02:06.192Z | Downloaded ron v0.12.1 |
| 462 | 2026-05-20T04:02:06.197Z | Downloaded chrono v0.4.44 |
| 463 | 2026-05-20T04:02:06.200Z | Downloaded aho-corasick v1.1.4 |
| 464 | 2026-05-20T04:02:06.203Z | Downloaded idna v1.1.0 |
| 465 | 2026-05-20T04:02:06.207Z | Downloaded hashbrown v0.17.1 |
| 466 | 2026-05-20T04:02:06.210Z | Downloaded unicode-segmentation v1.13.2 |
| 467 | 2026-05-20T04:02:06.212Z | Downloaded unicode-normalization v0.1.25 |
| 468 | 2026-05-20T04:02:06.212Z | Downloaded h2 v0.4.14 |
| 469 | 2026-05-20T04:02:06.223Z | Downloaded reqwest v0.12.28 |
| 470 | 2026-05-20T04:02:06.226Z | Downloaded hyper v1.9.0 |
| 471 | 2026-05-20T04:02:06.231Z | Downloaded gimli v0.32.3 |
| 472 | 2026-05-20T04:02:06.235Z | Downloaded winnow v0.7.15 |
| 473 | 2026-05-20T04:02:06.240Z | Downloaded winnow v1.0.3 |
| 474 | 2026-05-20T04:02:06.245Z | Downloaded quick-xml v0.38.4 |
| 475 | 2026-05-20T04:02:06.249Z | Downloaded tracing-subscriber v0.3.23 |
| 476 | 2026-05-20T04:02:06.256Z | Downloaded regex v1.12.3 |
| 477 | 2026-05-20T04:02:06.262Z | Downloaded unicode-width v0.1.14 |
| 478 | 2026-05-20T04:02:06.265Z | Downloaded tower-http v0.6.11 |
| 479 | 2026-05-20T04:02:06.270Z | Downloaded unicode-width v0.2.2 |
| 480 | 2026-05-20T04:02:06.277Z | Downloaded curve25519-dalek v4.1.3 |
| 481 | 2026-05-20T04:02:06.280Z | Downloaded zerocopy v0.8.48 |
| 482 | 2026-05-20T04:02:06.289Z | Downloaded bstr v1.12.1 |
| 483 | 2026-05-20T04:02:06.293Z | Downloaded quick-xml v0.37.5 |
| 484 | 2026-05-20T04:02:06.305Z | Downloaded tracing v0.1.44 |
| 485 | 2026-05-20T04:02:06.316Z | Downloaded color-eyre v0.6.5 |
| 486 | 2026-05-20T04:02:06.319Z | Downloaded nextest-runner v0.80.0 |
| 487 | 2026-05-20T04:02:06.345Z | Downloaded webpki-roots v1.0.7 |
| 488 | 2026-05-20T04:02:06.349Z | Downloaded vcpkg v0.2.15 |
| 489 | 2026-05-20T04:02:06.372Z | Downloaded quinn-proto v0.11.14 |
| 490 | 2026-05-20T04:02:06.412Z | Downloaded object v0.37.3 |
| 491 | 2026-05-20T04:02:06.418Z | Downloaded syn v2.0.117 |
| 492 | 2026-05-20T04:02:06.424Z | Downloaded regex-syntax v0.8.10 |
| 493 | 2026-05-20T04:02:06.428Z | Downloaded openssl v0.10.80 |
| 494 | 2026-05-20T04:02:06.433Z | Downloaded nix v0.30.1 |
| 495 | 2026-05-20T04:02:06.447Z | Downloaded rustls v0.23.40 |
| 496 | 2026-05-20T04:02:06.461Z | Downloaded rustix v0.38.44 |
| 497 | 2026-05-20T04:02:06.488Z | Downloaded rustix v1.1.4 |
| 498 | 2026-05-20T04:02:06.563Z | Downloaded regex-automata v0.4.14 |
| 499 | 2026-05-20T04:02:06.610Z | Downloaded petgraph v0.8.3 |
| 500 | 2026-05-20T04:02:06.624Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 501 | 2026-05-20T04:02:06.632Z | Downloaded libc v0.2.186 |
| 502 | 2026-05-20T04:02:06.654Z | Downloaded tokio v1.52.3 |
| 503 | 2026-05-20T04:02:06.729Z | Downloaded recursion v0.5.4 |
| 504 | 2026-05-20T04:02:06.736Z | Downloaded ring v0.17.14 |
| 505 | 2026-05-20T04:02:06.796Z | Compiling libc v0.2.186 |
| 506 | 2026-05-20T04:02:06.796Z | Compiling proc-macro2 v1.0.106 |
| 507 | 2026-05-20T04:02:06.796Z | Compiling quote v1.0.45 |
| 508 | 2026-05-20T04:02:06.800Z | Compiling unicode-ident v1.0.24 |
| 509 | 2026-05-20T04:02:06.800Z | Compiling serde_core v1.0.228 |
| 510 | 2026-05-20T04:02:06.800Z | Compiling cfg-if v1.0.4 |
| 511 | 2026-05-20T04:02:06.800Z | Compiling memchr v2.8.0 |
| 512 | 2026-05-20T04:02:06.800Z | Compiling once_cell v1.21.4 |
| 513 | 2026-05-20T04:02:07.012Z | Compiling log v0.4.29 |
| 514 | 2026-05-20T04:02:07.041Z | Compiling pin-project-lite v0.2.17 |
| 515 | 2026-05-20T04:02:07.131Z | Compiling serde v1.0.228 |
| 516 | 2026-05-20T04:02:07.192Z | Compiling itoa v1.0.18 |
| 517 | 2026-05-20T04:02:07.428Z | Compiling futures-core v0.3.32 |
| 518 | 2026-05-20T04:02:07.539Z | Compiling smallvec v1.15.1 |
| 519 | 2026-05-20T04:02:07.561Z | Compiling bitflags v2.11.1 |
| 520 | 2026-05-20T04:02:07.578Z | Compiling equivalent v1.0.2 |
| 521 | 2026-05-20T04:02:07.661Z | Compiling find-msvc-tools v0.1.9 |
| 522 | 2026-05-20T04:02:07.776Z | Compiling shlex v1.3.0 |
| 523 | 2026-05-20T04:02:07.888Z | Compiling hashbrown v0.17.1 |
| 524 | 2026-05-20T04:02:07.957Z | Compiling errno v0.3.14 |
| 525 | 2026-05-20T04:02:07.957Z | Compiling jobserver v0.1.34 |
| 526 | 2026-05-20T04:02:07.982Z | Compiling bytes v1.11.1 |
| 527 | 2026-05-20T04:02:08.044Z | Compiling mio v1.2.0 |
| 528 | 2026-05-20T04:02:08.072Z | Compiling signal-hook-registry v1.4.8 |
| 529 | 2026-05-20T04:02:08.117Z | Compiling futures-sink v0.3.32 |
| 530 | 2026-05-20T04:02:08.281Z | Compiling cc v1.2.62 |
| 531 | 2026-05-20T04:02:08.314Z | Compiling rustix v1.1.4 |
| 532 | 2026-05-20T04:02:08.463Z | Compiling syn v2.0.117 |
| 533 | 2026-05-20T04:02:08.550Z | Compiling socket2 v0.6.3 |
| 534 | 2026-05-20T04:02:08.613Z | Compiling slab v0.4.12 |
| 535 | 2026-05-20T04:02:08.723Z | Compiling zmij v1.0.21 |
| 536 | 2026-05-20T04:02:08.843Z | Compiling futures-channel v0.3.32 |
| 537 | 2026-05-20T04:02:08.895Z | Compiling tracing-core v0.1.36 |
| 538 | 2026-05-20T04:02:09.121Z | Compiling serde_json v1.0.149 |
| 539 | 2026-05-20T04:02:09.149Z | Compiling version_check v0.9.5 |
| 540 | 2026-05-20T04:02:09.420Z | Compiling futures-io v0.3.32 |
| 541 | 2026-05-20T04:02:09.431Z | Compiling indexmap v2.14.0 |
| 542 | 2026-05-20T04:02:09.572Z | Compiling futures-task v0.3.32 |
| 543 | 2026-05-20T04:02:09.594Z | Compiling getrandom v0.4.2 |
| 544 | 2026-05-20T04:02:09.742Z | Compiling percent-encoding v2.3.2 |
| 545 | 2026-05-20T04:02:09.754Z | Compiling camino v1.2.2 |
| 546 | 2026-05-20T04:02:09.903Z | Compiling unicode-width v0.2.2 |
| 547 | 2026-05-20T04:02:10.020Z | Compiling ring v0.17.14 |
| 548 | 2026-05-20T04:02:10.147Z | Compiling http v1.4.0 |
| 549 | 2026-05-20T04:02:10.206Z | Compiling autocfg v1.5.0 |
| 550 | 2026-05-20T04:02:10.226Z | Compiling zeroize v1.8.2 |
| 551 | 2026-05-20T04:02:10.324Z | Compiling adler2 v2.0.1 |
| 552 | 2026-05-20T04:02:10.436Z | Compiling simd-adler32 v0.3.9 |
| 553 | 2026-05-20T04:02:10.576Z | Compiling num-traits v0.2.19 |
| 554 | 2026-05-20T04:02:10.816Z | Compiling miniz_oxide v0.8.9 |
| 555 | 2026-05-20T04:02:10.841Z | Compiling target-lexicon v0.13.3 |
| 556 | 2026-05-20T04:02:11.055Z | Compiling zerocopy v0.8.48 |
| 557 | 2026-05-20T04:02:11.273Z | Compiling object v0.37.3 |
| 558 | 2026-05-20T04:02:11.302Z | Compiling getrandom v0.3.4 |
| 559 | 2026-05-20T04:02:11.538Z | Compiling http-body v1.0.1 |
| 560 | 2026-05-20T04:02:11.661Z | Compiling rustls-pki-types v1.14.1 |
| 561 | 2026-05-20T04:02:11.701Z | Compiling form_urlencoded v1.2.2 |
| 562 | 2026-05-20T04:02:11.781Z | Compiling semver v1.0.28 |
| 563 | 2026-05-20T04:02:11.976Z | Compiling getrandom v0.2.17 |
| 564 | 2026-05-20T04:02:12.071Z | Compiling idna_adapter v1.0.0 |
| 565 | 2026-05-20T04:02:12.093Z | Compiling serde_derive v1.0.228 |
| 566 | 2026-05-20T04:02:12.173Z | Compiling tokio-macros v2.7.0 |
| 567 | 2026-05-20T04:02:12.173Z | Compiling futures-macro v0.3.32 |
| 568 | 2026-05-20T04:02:12.227Z | Compiling tracing-attributes v0.1.31 |
| 569 | 2026-05-20T04:02:12.285Z | Compiling gimli v0.32.3 |
| 570 | 2026-05-20T04:02:12.437Z | Compiling utf8_iter v1.0.4 |
| 571 | 2026-05-20T04:02:12.524Z | Compiling thiserror v2.0.18 |
| 572 | 2026-05-20T04:02:12.602Z | Compiling guppy-workspace-hack v0.1.0 |
| 573 | 2026-05-20T04:02:12.837Z | Compiling fnv v1.0.7 |
| 574 | 2026-05-20T04:02:12.883Z | Compiling untrusted v0.9.0 |
| 575 | 2026-05-20T04:02:12.940Z | Compiling owo-colors v4.3.0 |
| 576 | 2026-05-20T04:02:12.953Z | Compiling tokio v1.52.3 |
| 577 | 2026-05-20T04:02:12.993Z | Compiling futures-util v0.3.32 |
| 578 | 2026-05-20T04:02:13.007Z | Compiling signal-hook v0.3.18 |
| 579 | 2026-05-20T04:02:13.231Z | Compiling httparse v1.10.1 |
| 580 | 2026-05-20T04:02:13.448Z | Compiling tracing v0.1.44 |
| 581 | 2026-05-20T04:02:13.542Z | Compiling idna v1.1.0 |
| 582 | 2026-05-20T04:02:13.620Z | Compiling thiserror-impl v2.0.18 |
| 583 | 2026-05-20T04:02:14.525Z | Compiling addr2line v0.25.1 |
| 584 | 2026-05-20T04:02:15.185Z | Compiling generic-array v0.14.7 |
| 585 | 2026-05-20T04:02:15.325Z | Compiling rustc-demangle v0.1.27 |
| 586 | 2026-05-20T04:02:15.424Z | Compiling try-lock v0.2.5 |
| 587 | 2026-05-20T04:02:15.511Z | Compiling rustls v0.23.40 |
| 588 | 2026-05-20T04:02:15.539Z | Compiling thiserror v1.0.69 |
| 589 | 2026-05-20T04:02:15.594Z | Compiling atomic-waker v1.1.2 |
| 590 | 2026-05-20T04:02:15.728Z | Compiling tower-service v0.3.3 |
| 591 | 2026-05-20T04:02:15.739Z | Compiling target-spec v3.6.0 |
| 592 | 2026-05-20T04:02:15.821Z | Compiling typeid v1.0.3 |
| 593 | 2026-05-20T04:02:15.853Z | Compiling pkg-config v0.3.33 |
| 594 | 2026-05-20T04:02:16.023Z | Compiling fastrand v2.4.1 |
| 595 | 2026-05-20T04:02:16.292Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 596 | 2026-05-20T04:02:16.311Z | Compiling tempfile v3.27.0 |
| 597 | 2026-05-20T04:02:16.353Z | Compiling want v0.3.1 |
| 598 | 2026-05-20T04:02:16.407Z | Compiling cfg-expr v0.20.7 |
| 599 | 2026-05-20T04:02:16.647Z | Compiling url v2.5.8 |
| 600 | 2026-05-20T04:02:17.166Z | Compiling tokio-util v0.7.18 |
| 601 | 2026-05-20T04:02:17.733Z | Compiling backtrace v0.3.76 |
| 602 | 2026-05-20T04:02:17.995Z | Compiling h2 v0.4.14 |
| 603 | 2026-05-20T04:02:18.189Z | Compiling thiserror-impl v1.0.69 |
| 604 | 2026-05-20T04:02:18.231Z | Compiling terminal_size v0.4.4 |
| 605 | 2026-05-20T04:02:18.234Z | Compiling aho-corasick v1.1.4 |
| 606 | 2026-05-20T04:02:18.383Z | Compiling subtle v2.6.1 |
| 607 | 2026-05-20T04:02:18.538Z | Compiling winnow v0.7.15 |
| 608 | 2026-05-20T04:02:19.097Z | Compiling typenum v1.20.0 |
| 609 | 2026-05-20T04:02:19.324Z | Compiling erased-serde v0.4.10 |
| 610 | 2026-05-20T04:02:19.625Z | Compiling regex-syntax v0.8.10 |
| 611 | 2026-05-20T04:02:20.281Z | Compiling rustls-webpki v0.103.13 |
| 612 | 2026-05-20T04:02:20.451Z | Compiling hyper v1.9.0 |
| 613 | 2026-05-20T04:02:22.479Z | Compiling regex-automata v0.4.14 |
| 614 | 2026-05-20T04:02:24.114Z | Compiling serde_spanned v0.6.9 |
| 615 | 2026-05-20T04:02:24.126Z | Compiling toml_datetime v0.6.11 |
| 616 | 2026-05-20T04:02:24.275Z | Compiling ahash v0.8.12 |
| 617 | 2026-05-20T04:02:24.492Z | Compiling sync_wrapper v1.0.2 |
| 618 | 2026-05-20T04:02:24.540Z | Compiling portable-atomic v1.13.1 |
| 619 | 2026-05-20T04:02:24.605Z | Compiling toml_write v0.1.2 |
| 620 | 2026-05-20T04:02:24.847Z | Compiling unicode-segmentation v1.13.2 |
| 621 | 2026-05-20T04:02:24.995Z | Compiling crc32fast v1.5.0 |
| 622 | 2026-05-20T04:02:25.237Z | Compiling base64 v0.22.1 |
| 623 | 2026-05-20T04:02:25.298Z | Compiling unicode-linebreak v0.1.5 |
| 624 | 2026-05-20T04:02:25.570Z | Compiling nextest-workspace-hack v0.1.0 |
| 625 | 2026-05-20T04:02:25.719Z | Compiling tower-layer v0.3.3 |
| 626 | 2026-05-20T04:02:25.759Z | Compiling ipnet v2.12.0 |
| 627 | 2026-05-20T04:02:25.805Z | Compiling is_ci v1.2.0 |
| 628 | 2026-05-20T04:02:25.923Z | Compiling lazy_static v1.5.0 |
| 629 | 2026-05-20T04:02:25.972Z | Compiling either v1.15.0 |
| 630 | 2026-05-20T04:02:26.026Z | Compiling parking_lot_core v0.9.12 |
| 631 | 2026-05-20T04:02:26.198Z | Compiling foldhash v0.1.5 |
| 632 | 2026-05-20T04:02:26.325Z | Compiling hashbrown v0.15.5 |
| 633 | 2026-05-20T04:02:26.418Z | Compiling hyper-util v0.1.20 |
| 634 | 2026-05-20T04:02:26.779Z | Compiling sharded-slab v0.1.7 |
| 635 | 2026-05-20T04:02:26.803Z | Compiling tokio-rustls v0.26.4 |
| 636 | 2026-05-20T04:02:26.964Z | Compiling supports-color v3.0.2 |
| 637 | 2026-05-20T04:02:26.976Z | Compiling tower v0.5.3 |
| 638 | 2026-05-20T04:02:27.102Z | Compiling textwrap v0.16.2 |
| 639 | 2026-05-20T04:02:27.244Z | Compiling convert_case v0.10.0 |
| 640 | 2026-05-20T04:02:27.430Z | Compiling toml_edit v0.22.27 |
| 641 | 2026-05-20T04:02:27.553Z | Compiling backtrace-ext v0.2.1 |
| 642 | 2026-05-20T04:02:27.803Z | Compiling ordered-float v2.10.1 |
| 643 | 2026-05-20T04:02:28.079Z | Compiling miette-derive v7.6.0 |
| 644 | 2026-05-20T04:02:28.119Z | Compiling webpki-roots v1.0.7 |
| 645 | 2026-05-20T04:02:28.239Z | Compiling pathdiff v0.2.3 |
| 646 | 2026-05-20T04:02:28.376Z | Compiling console v0.15.11 |
| 647 | 2026-05-20T04:02:28.498Z | Compiling cargo-platform v0.3.3 |
| 648 | 2026-05-20T04:02:29.056Z | Compiling tracing-log v0.2.0 |
| 649 | 2026-05-20T04:02:29.079Z | Compiling os_pipe v1.2.3 |
| 650 | 2026-05-20T04:02:29.165Z | Compiling thread_local v1.1.9 |
| 651 | 2026-05-20T04:02:29.309Z | Compiling supports-unicode v3.0.0 |
| 652 | 2026-05-20T04:02:29.413Z | Compiling ryu v1.0.23 |
| 653 | 2026-05-20T04:02:29.480Z | Compiling winnow v1.0.3 |
| 654 | 2026-05-20T04:02:29.552Z | Compiling rustix v0.38.44 |
| 655 | 2026-05-20T04:02:29.701Z | Compiling fixedbitset v0.5.7 |
| 656 | 2026-05-20T04:02:29.704Z | Compiling unicode-width v0.1.14 |
| 657 | 2026-05-20T04:02:29.911Z | Compiling scopeguard v1.2.0 |
| 658 | 2026-05-20T04:02:30.006Z | Compiling supports-hyperlinks v3.2.0 |
| 659 | 2026-05-20T04:02:30.018Z | Compiling utf8parse v0.2.2 |
| 660 | 2026-05-20T04:02:30.125Z | Compiling cfg_aliases v0.2.1 |
| 661 | 2026-05-20T04:02:30.200Z | Compiling debug-ignore v1.0.5 |
| 662 | 2026-05-20T04:02:30.219Z | Compiling zstd-safe v7.2.4 |
| 663 | 2026-05-20T04:02:30.307Z | Compiling pulldown-cmark v0.13.3 |
| 664 | 2026-05-20T04:02:30.478Z | Compiling nix v0.30.1 |
| 665 | 2026-05-20T04:02:30.567Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 666 | 2026-05-20T04:02:30.597Z | Compiling miette v7.6.0 |
| 667 | 2026-05-20T04:02:30.876Z | Compiling anstyle-parse v1.0.0 |
| 668 | 2026-05-20T04:02:30.938Z | Compiling lock_api v0.4.14 |
| 669 | 2026-05-20T04:02:31.099Z | Compiling petgraph v0.8.3 |
| 670 | 2026-05-20T04:02:31.274Z | Compiling serde_urlencoded v0.7.1 |
| 671 | 2026-05-20T04:02:31.546Z | Compiling tracing-subscriber v0.3.23 |
| 672 | 2026-05-20T04:02:31.876Z | Compiling sigchld v0.2.4 |
| 673 | 2026-05-20T04:02:32.070Z | Compiling toml v0.8.23 |
| 674 | 2026-05-20T04:02:33.037Z | Compiling cargo_metadata v0.23.1 |
| 675 | 2026-05-20T04:02:33.645Z | Compiling hyper-rustls v0.27.9 |
| 676 | 2026-05-20T04:02:34.350Z | Compiling serde-value v0.7.0 |
| 677 | 2026-05-20T04:02:34.647Z | Compiling serde-untagged v0.1.9 |
| 678 | 2026-05-20T04:02:34.927Z | Compiling derive_more-impl v2.1.1 |
| 679 | 2026-05-20T04:02:35.091Z | Compiling tower-http v0.6.11 |
| 680 | 2026-05-20T04:02:35.702Z | Compiling itertools v0.14.0 |
| 681 | 2026-05-20T04:02:35.731Z | Compiling regex v1.12.3 |
| 682 | 2026-05-20T04:02:35.746Z | Compiling block-buffer v0.10.4 |
| 683 | 2026-05-20T04:02:35.871Z | Compiling crypto-common v0.1.7 |
| 684 | 2026-05-20T04:02:35.891Z | Compiling ppv-lite86 v0.2.21 |
| 685 | 2026-05-20T04:02:36.007Z | Compiling futures-executor v0.3.32 |
| 686 | 2026-05-20T04:02:36.227Z | Compiling rand_core v0.9.5 |
| 687 | 2026-05-20T04:02:36.480Z | Compiling pin-project-internal v1.1.13 |
| 688 | 2026-05-20T04:02:36.534Z | Compiling http-body-util v0.1.3 |
| 689 | 2026-05-20T04:02:36.770Z | Compiling uuid v1.23.1 |
| 690 | 2026-05-20T04:02:36.796Z | Compiling smol_str v0.3.6 |
| 691 | 2026-05-20T04:02:37.123Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 692 | 2026-05-20T04:02:37.138Z | Compiling serde_spanned v1.1.1 |
| 693 | 2026-05-20T04:02:37.157Z | Compiling filetime v0.2.29 |
| 694 | 2026-05-20T04:02:37.282Z | Compiling bstr v1.12.1 |
| 695 | 2026-05-20T04:02:37.296Z | Compiling vte v0.14.1 |
| 696 | 2026-05-20T04:02:37.360Z | Compiling number_prefix v0.4.0 |
| 697 | 2026-05-20T04:02:37.507Z | Compiling iana-time-zone v0.1.65 |
| 698 | 2026-05-20T04:02:37.520Z | Compiling colorchoice v1.0.5 |
| 699 | 2026-05-20T04:02:37.543Z | Compiling unicase v2.9.0 |
| 700 | 2026-05-20T04:02:37.639Z | Compiling nested v0.1.1 |
| 701 | 2026-05-20T04:02:37.836Z | Compiling static_assertions v1.1.0 |
| 702 | 2026-05-20T04:02:37.849Z | Compiling anstyle-query v1.1.5 |
| 703 | 2026-05-20T04:02:37.910Z | Compiling is_terminal_polyfill v1.70.2 |
| 704 | 2026-05-20T04:02:37.910Z | Compiling color-spantrace v0.3.0 |
| 705 | 2026-05-20T04:02:37.949Z | Compiling unicode-xid v0.2.6 |
| 706 | 2026-05-20T04:02:37.962Z | Compiling xattr v1.6.1 |
| 707 | 2026-05-20T04:02:38.004Z | Compiling eyre v0.6.12 |
| 708 | 2026-05-20T04:02:38.072Z | Compiling litrs v1.0.0 |
| 709 | 2026-05-20T04:02:38.085Z | Compiling anstyle v1.0.14 |
| 710 | 2026-05-20T04:02:38.147Z | Compiling self_update v0.42.0 |
| 711 | 2026-05-20T04:02:38.226Z | Compiling tinyvec_macros v0.1.1 |
| 712 | 2026-05-20T04:02:38.282Z | Compiling tinyvec v1.11.0 |
| 713 | 2026-05-20T04:02:38.298Z | Compiling anstream v1.0.0 |
| 714 | 2026-05-20T04:02:38.346Z | Compiling tar v0.4.46 |
| 715 | 2026-05-20T04:02:38.406Z | Compiling cargo-util-schemas v0.2.0 |
| 716 | 2026-05-20T04:02:38.516Z | Compiling document-features v0.2.12 |
| 717 | 2026-05-20T04:02:38.706Z | Compiling guppy v0.17.25 |
| 718 | 2026-05-20T04:02:38.796Z | Compiling globset v0.4.18 |
| 719 | 2026-05-20T04:02:39.077Z | Compiling chrono v0.4.44 |
| 720 | 2026-05-20T04:02:39.714Z | Compiling pin-project v1.1.13 |
| 721 | 2026-05-20T04:02:39.815Z | Compiling indicatif v0.17.11 |
| 722 | 2026-05-20T04:02:40.837Z | Compiling strip-ansi-escapes v0.2.1 |
| 723 | 2026-05-20T04:02:40.840Z | Compiling toml v1.1.2+spec-1.1.0 |
| 724 | 2026-05-20T04:02:41.319Z | Compiling newtype-uuid v1.3.2 |
| 725 | 2026-05-20T04:02:41.507Z | Compiling nextest-metadata v0.12.2 |
| 726 | 2026-05-20T04:02:42.009Z | Compiling reqwest v0.12.28 |
| 727 | 2026-05-20T04:02:42.032Z | Compiling rand_chacha v0.9.0 |
| 728 | 2026-05-20T04:02:42.458Z | Compiling futures v0.3.32 |
| 729 | 2026-05-20T04:02:42.543Z | Compiling digest v0.10.7 |
| 730 | 2026-05-20T04:02:42.584Z | Compiling derive_more v2.1.1 |
| 731 | 2026-05-20T04:02:42.667Z | Compiling parking_lot v0.12.5 |
| 732 | 2026-05-20T04:02:42.772Z | Compiling flate2 v1.1.9 |
| 733 | 2026-05-20T04:02:42.921Z | Compiling tracing-error v0.2.1 |
| 734 | 2026-05-20T04:02:43.162Z | Compiling shared_child v1.1.1 |
| 735 | 2026-05-20T04:02:43.579Z | Compiling signal-hook-mio v0.2.5 |
| 736 | 2026-05-20T04:02:43.714Z | Compiling self-replace v1.5.0 |
| 737 | 2026-05-20T04:02:43.843Z | Compiling cargo-platform v0.2.0 |
| 738 | 2026-05-20T04:02:44.009Z | Compiling quick-xml v0.38.4 |
| 739 | 2026-05-20T04:02:44.022Z | Compiling quick-xml v0.37.5 |
| 740 | 2026-05-20T04:02:44.404Z | Compiling heck v0.5.0 |
| 741 | 2026-05-20T04:02:44.609Z | Compiling strsim v0.11.1 |
| 742 | 2026-05-20T04:02:44.630Z | Compiling indenter v0.3.4 |
| 743 | 2026-05-20T04:02:44.760Z | Compiling clap_lex v1.1.0 |
| 744 | 2026-05-20T04:02:45.118Z | Compiling recursion v0.5.4 |
| 745 | 2026-05-20T04:02:45.424Z | Compiling shell-words v1.1.1 |
| 746 | 2026-05-20T04:02:45.527Z | Compiling humantime v2.3.0 |
| 747 | 2026-05-20T04:02:45.658Z | Compiling urlencoding v2.1.3 |
| 748 | 2026-05-20T04:02:45.677Z | Compiling cpufeatures v0.2.17 |
| 749 | 2026-05-20T04:02:45.728Z | Compiling clap_derive v4.6.1 |
| 750 | 2026-05-20T04:02:45.751Z | Compiling sha2 v0.10.9 |
| 751 | 2026-05-20T04:02:45.941Z | Compiling humantime-serde v1.1.1 |
| 752 | 2026-05-20T04:02:46.097Z | Compiling clap_builder v4.6.0 |
| 753 | 2026-05-20T04:02:46.707Z | Compiling nextest-filtering v0.15.0 |
| 754 | 2026-05-20T04:02:47.476Z | Compiling quick-junit v0.5.2 |
| 755 | 2026-05-20T04:02:47.536Z | Compiling cargo_metadata v0.20.0 |
| 756 | 2026-05-20T04:02:50.563Z | Compiling atomicwrites v0.4.4 |
| 757 | 2026-05-20T04:02:50.634Z | Compiling cargo-nextest v0.9.97 |
| 758 | 2026-05-20T04:02:50.846Z | Compiling crossterm v0.29.0 |
| 759 | 2026-05-20T04:02:51.815Z | Compiling duct v0.13.7 |
| 760 | 2026-05-20T04:02:52.419Z | Compiling async-scoped v0.9.0 |
| 761 | 2026-05-20T04:02:52.613Z | Compiling zstd v0.13.3 |
| 762 | 2026-05-20T04:02:52.678Z | Compiling rand v0.9.4 |
| 763 | 2026-05-20T04:02:52.693Z | Compiling config v0.15.23 |
| 764 | 2026-05-20T04:02:52.830Z | Compiling unicode-normalization v0.1.25 |
| 765 | 2026-05-20T04:02:53.049Z | Compiling target-spec-miette v0.4.6 |
| 766 | 2026-05-20T04:02:53.406Z | Compiling future-queue v0.4.0 |
| 767 | 2026-05-20T04:02:53.420Z | Compiling mukti-metadata v0.3.0 |
| 768 | 2026-05-20T04:02:53.469Z | Compiling tokio-stream v0.1.18 |
| 769 | 2026-05-20T04:02:53.516Z | Compiling camino-tempfile v1.4.1 |
| 770 | 2026-05-20T04:02:53.685Z | Compiling derive-where v1.6.1 |
| 771 | 2026-05-20T04:02:53.904Z | Compiling serde_ignored v0.1.14 |
| 772 | 2026-05-20T04:02:53.948Z | Compiling serde_path_to_error v0.1.20 |
| 773 | 2026-05-20T04:02:53.989Z | Compiling swrite v0.1.0 |
| 774 | 2026-05-20T04:02:54.070Z | Compiling hex v0.4.3 |
| 775 | 2026-05-20T04:02:54.094Z | Compiling xxhash-rust v0.8.15 |
| 776 | 2026-05-20T04:02:54.135Z | Compiling indent_write v2.2.0 |
| 777 | 2026-05-20T04:02:54.272Z | Compiling home v0.5.12 |
| 778 | 2026-05-20T04:02:54.356Z | Compiling color-eyre v0.6.5 |
| 779 | 2026-05-20T04:02:54.395Z | Compiling clap v4.6.1 |
| 780 | 2026-05-20T04:02:54.420Z | Compiling dialoguer v0.11.0 |
| 781 | 2026-05-20T04:02:54.445Z | Compiling enable-ansi-support v0.2.1 |
| 782 | 2026-05-20T04:02:54.937Z | Compiling nextest-runner v0.80.0 |
| 783 | 2026-05-20T04:03:13.006Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 784 | 2026-05-20T04:03:13.189Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 785 | 2026-05-20T04:03:13.192Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 786 | 2026-05-20T04:03:13.304Z | + pushd bgp |
| 787 | 2026-05-20T04:03:13.310Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 788 | 2026-05-20T04:03:13.310Z | + pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions |
| 789 | 2026-05-20T04:03:13.464Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 790 | 2026-05-20T04:03:14.449Z | From https://github.com/oxidecomputer/falcon |
| 791 | 2026-05-20T04:03:14.449Z | * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 |
| 792 | 2026-05-20T04:03:14.525Z | Updating crates.io index |
| 793 | 2026-05-20T04:03:14.528Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 794 | 2026-05-20T04:03:15.230Z | From https://github.com/oxidecomputer/dendrite |
| 795 | 2026-05-20T04:03:15.230Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 796 | 2026-05-20T04:03:15.295Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 797 | 2026-05-20T04:03:15.534Z | From https://github.com/oxidecomputer/ispf |
| 798 | 2026-05-20T04:03:15.534Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 799 | 2026-05-20T04:03:15.586Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 800 | 2026-05-20T04:03:15.931Z | From https://github.com/oxidecomputer/netadm-sys |
| 801 | 2026-05-20T04:03:15.931Z | * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529 |
| 802 | 2026-05-20T04:03:15.940Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 803 | 2026-05-20T04:03:23.356Z | From https://github.com/oxidecomputer/omicron |
| 804 | 2026-05-20T04:03:23.357Z | * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7 |
| 805 | 2026-05-20T04:03:23.771Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 806 | 2026-05-20T04:03:24.381Z | From https://github.com/oxidecomputer/opte |
| 807 | 2026-05-20T04:03:24.381Z | * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 |
| 808 | 2026-05-20T04:03:24.417Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 809 | 2026-05-20T04:03:24.692Z | From https://github.com/illumos/smf-rs |
| 810 | 2026-05-20T04:03:24.692Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 811 | 2026-05-20T04:03:24.857Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 812 | 2026-05-20T04:03:25.138Z | From https://github.com/oxidecomputer/network-interface |
| 813 | 2026-05-20T04:03:25.138Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 814 | 2026-05-20T04:03:25.245Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 815 | 2026-05-20T04:03:25.497Z | From https://github.com/oxidecomputer/zone |
| 816 | 2026-05-20T04:03:25.498Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 817 | 2026-05-20T04:03:25.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 818 | 2026-05-20T04:03:26.125Z | From https://github.com/oxidecomputer/propolis |
| 819 | 2026-05-20T04:03:26.125Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 820 | 2026-05-20T04:03:26.248Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 821 | 2026-05-20T04:03:26.751Z | From https://github.com/oxidecomputer/transceiver-control |
| 822 | 2026-05-20T04:03:26.752Z | * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530 |
| 823 | 2026-05-20T04:03:26.829Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 824 | 2026-05-20T04:03:27.081Z | From https://github.com/oxidecomputer/dlpi-sys |
| 825 | 2026-05-20T04:03:27.081Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 826 | 2026-05-20T04:03:27.099Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 827 | 2026-05-20T04:03:27.372Z | From https://github.com/jmesmon/rust-libzfs |
| 828 | 2026-05-20T04:03:27.372Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 829 | 2026-05-20T04:03:27.381Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 830 | 2026-05-20T04:03:27.621Z | From https://github.com/oxidecomputer/rusty-doors |
| 831 | 2026-05-20T04:03:27.622Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 832 | 2026-05-20T04:03:27.648Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 833 | 2026-05-20T04:03:27.962Z | From https://github.com/oxidecomputer/lldp |
| 834 | 2026-05-20T04:03:27.962Z | * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d |
| 835 | 2026-05-20T04:03:28.010Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 836 | 2026-05-20T04:03:28.266Z | From https://github.com/oxidecomputer/slog-error-chain |
| 837 | 2026-05-20T04:03:28.266Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 838 | 2026-05-20T04:03:28.392Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 839 | 2026-05-20T04:03:28.672Z | From https://github.com/oxidecomputer/tufaceous |
| 840 | 2026-05-20T04:03:28.672Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 841 | 2026-05-20T04:03:28.701Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 842 | 2026-05-20T04:03:29.187Z | From https://github.com/oxidecomputer/management-gateway-service |
| 843 | 2026-05-20T04:03:29.187Z | * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d |
| 844 | 2026-05-20T04:03:29.277Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 845 | 2026-05-20T04:03:30.153Z | From https://github.com/oxidecomputer/crucible |
| 846 | 2026-05-20T04:03:30.153Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 847 | 2026-05-20T04:03:30.209Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 848 | 2026-05-20T04:03:30.461Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 849 | 2026-05-20T04:03:30.461Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 850 | 2026-05-20T04:03:30.606Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 851 | 2026-05-20T04:03:30.932Z | From https://github.com/oxidecomputer/propolis |
| 852 | 2026-05-20T04:03:30.932Z | * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845 |
| 853 | 2026-05-20T04:03:31.357Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 854 | 2026-05-20T04:03:31.701Z | From https://github.com/oxidecomputer/tofino |
| 855 | 2026-05-20T04:03:31.701Z | * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b |
| 856 | 2026-05-20T04:03:31.710Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 857 | 2026-05-20T04:03:32.382Z | From https://github.com/oxidecomputer/maghemite |
| 858 | 2026-05-20T04:03:32.382Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 859 | 2026-05-20T04:03:32.431Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 860 | 2026-05-20T04:03:32.683Z | From https://github.com/oxidecomputer/clickward |
| 861 | 2026-05-20T04:03:32.683Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 862 | 2026-05-20T04:03:32.737Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 863 | 2026-05-20T04:03:33.076Z | From https://github.com/oxidecomputer/crucible |
| 864 | 2026-05-20T04:03:33.076Z | * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047 |
| 865 | 2026-05-20T04:03:33.308Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 866 | 2026-05-20T04:03:33.567Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 867 | 2026-05-20T04:03:33.567Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 868 | 2026-05-20T04:03:34.589Z | Downloading crates ... |
| 869 | 2026-05-20T04:03:34.708Z | Downloaded cpufeatures v0.3.0 |
| 870 | 2026-05-20T04:03:34.711Z | Downloaded bit-vec v0.8.0 |
| 871 | 2026-05-20T04:03:34.721Z | Downloaded match_cfg v0.1.0 |
| 872 | 2026-05-20T04:03:34.725Z | Downloaded idna_adapter v1.2.2 |
| 873 | 2026-05-20T04:03:34.728Z | Downloaded gethostname v0.5.0 |
| 874 | 2026-05-20T04:03:34.731Z | Downloaded hash32 v0.3.1 |
| 875 | 2026-05-20T04:03:34.734Z | Downloaded async-recursion v1.1.1 |
| 876 | 2026-05-20T04:03:34.736Z | Downloaded num_threads v0.1.7 |
| 877 | 2026-05-20T04:03:34.739Z | Downloaded memoffset v0.9.1 |
| 878 | 2026-05-20T04:03:34.739Z | Downloaded num-derive v0.4.2 |
| 879 | 2026-05-20T04:03:34.743Z | Downloaded ingot v0.1.1 |
| 880 | 2026-05-20T04:03:34.743Z | Downloaded newline-converter v0.3.0 |
| 881 | 2026-05-20T04:03:34.745Z | Downloaded keccak v0.1.6 |
| 882 | 2026-05-20T04:03:34.746Z | Downloaded libsw-core v0.3.2 |
| 883 | 2026-05-20T04:03:34.748Z | Downloaded foreign-types-macros v0.2.3 |
| 884 | 2026-05-20T04:03:34.751Z | Downloaded async-stream v0.3.6 |
| 885 | 2026-05-20T04:03:34.751Z | Downloaded internet-checksum v0.2.1 |
| 886 | 2026-05-20T04:03:34.754Z | Downloaded oxide-tokio-rt v0.1.6 |
| 887 | 2026-05-20T04:03:34.757Z | Downloaded fs_extra v1.3.0 |
| 888 | 2026-05-20T04:03:34.762Z | Downloaded litemap v0.8.2 |
| 889 | 2026-05-20T04:03:34.769Z | Downloaded icu_provider v2.2.0 |
| 890 | 2026-05-20T04:03:35.185Z | Downloaded nom v7.1.3 |
| 891 | 2026-05-20T04:03:35.188Z | Downloaded float-ord v0.3.2 |
| 892 | 2026-05-20T04:03:35.188Z | Downloaded ciborium v0.2.2 |
| 893 | 2026-05-20T04:03:35.188Z | Downloaded num v0.4.3 |
| 894 | 2026-05-20T04:03:35.188Z | Downloaded no-std-compat v0.4.1 |
| 895 | 2026-05-20T04:03:35.188Z | Downloaded icu_properties v2.2.0 |
| 896 | 2026-05-20T04:03:35.188Z | Downloaded derive_more v0.99.20 |
| 897 | 2026-05-20T04:03:35.188Z | Downloaded lru-cache v0.1.2 |
| 898 | 2026-05-20T04:03:35.188Z | Downloaded dunce v1.0.5 |
| 899 | 2026-05-20T04:03:35.188Z | Downloaded foreign-types v0.5.0 |
| 900 | 2026-05-20T04:03:35.188Z | Downloaded newtype-uuid-macros v0.1.0 |
| 901 | 2026-05-20T04:03:35.188Z | Downloaded glob v0.3.3 |
| 902 | 2026-05-20T04:03:35.188Z | Downloaded phf_shared v0.12.1 |
| 903 | 2026-05-20T04:03:35.188Z | Downloaded newtype_derive v0.1.6 |
| 904 | 2026-05-20T04:03:35.188Z | Downloaded dtrace-parser v0.2.0 |
| 905 | 2026-05-20T04:03:35.189Z | Downloaded heck v0.4.1 |
| 906 | 2026-05-20T04:03:35.189Z | Downloaded crossbeam-epoch v0.9.18 |
| 907 | 2026-05-20T04:03:35.189Z | Downloaded mime v0.3.17 |
| 908 | 2026-05-20T04:03:35.189Z | Downloaded foreign-types-shared v0.3.1 |
| 909 | 2026-05-20T04:03:35.189Z | Downloaded fs-err v3.3.0 |
| 910 | 2026-05-20T04:03:35.189Z | Downloaded num_enum_derive v0.5.11 |
| 911 | 2026-05-20T04:03:35.189Z | Downloaded async-stream-impl v0.3.6 |
| 912 | 2026-05-20T04:03:35.189Z | Downloaded aws-lc-rs v1.17.0 |
| 913 | 2026-05-20T04:03:35.189Z | Downloaded memmap v0.7.0 |
| 914 | 2026-05-20T04:03:35.189Z | Downloaded inout v0.1.4 |
| 915 | 2026-05-20T04:03:35.189Z | Downloaded dyn-clone v1.0.20 |
| 916 | 2026-05-20T04:03:35.189Z | Downloaded konst_macro_rules v0.2.19 |
| 917 | 2026-05-20T04:03:35.189Z | Downloaded group v0.13.0 |
| 918 | 2026-05-20T04:03:35.189Z | Downloaded erased-serde v0.3.31 |
| 919 | 2026-05-20T04:03:35.189Z | Downloaded progenitor-client v0.11.2 |
| 920 | 2026-05-20T04:03:35.189Z | Downloaded deranged v0.5.8 |
| 921 | 2026-05-20T04:03:35.189Z | Downloaded paste v1.0.15 |
| 922 | 2026-05-20T04:03:35.189Z | Downloaded defmt-parser v1.0.0 |
| 923 | 2026-05-20T04:03:35.189Z | Downloaded dof v0.4.0 |
| 924 | 2026-05-20T04:03:35.189Z | Downloaded daft-derive v0.1.7 |
| 925 | 2026-05-20T04:03:35.189Z | Downloaded darling_macro v0.23.0 |
| 926 | 2026-05-20T04:03:35.189Z | Downloaded arrayref v0.3.9 |
| 927 | 2026-05-20T04:03:35.189Z | Downloaded diff v0.1.13 |
| 928 | 2026-05-20T04:03:35.189Z | Downloaded parse-display v0.10.0 |
| 929 | 2026-05-20T04:03:35.189Z | Downloaded num-iter v0.1.45 |
| 930 | 2026-05-20T04:03:35.189Z | Downloaded hubpack v0.1.2 |
| 931 | 2026-05-20T04:03:35.189Z | Downloaded goblin v0.10.5 |
| 932 | 2026-05-20T04:03:35.189Z | Downloaded omicron-workspace-hack v0.1.0 |
| 933 | 2026-05-20T04:03:35.189Z | Downloaded num-conv v0.2.1 |
| 934 | 2026-05-20T04:03:35.189Z | Downloaded opaque-debug v0.3.1 |
| 935 | 2026-05-20T04:03:35.189Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 936 | 2026-05-20T04:03:35.189Z | Downloaded hostname v0.4.2 |
| 937 | 2026-05-20T04:03:35.189Z | Downloaded crossbeam-channel v0.5.15 |
| 938 | 2026-05-20T04:03:35.189Z | Downloaded macaddr v1.0.1 |
| 939 | 2026-05-20T04:03:35.189Z | Downloaded enum-as-inner v0.6.1 |
| 940 | 2026-05-20T04:03:35.189Z | Downloaded num-integer v0.1.46 |
| 941 | 2026-05-20T04:03:35.189Z | Downloaded num_enum_derive v0.7.6 |
| 942 | 2026-05-20T04:03:35.189Z | Downloaded dtrace-parser v0.3.0 |
| 943 | 2026-05-20T04:03:35.189Z | Downloaded crypto-bigint v0.5.5 |
| 944 | 2026-05-20T04:03:35.190Z | Downloaded cipher v0.4.4 |
| 945 | 2026-05-20T04:03:35.190Z | Downloaded ciborium-ll v0.2.2 |
| 946 | 2026-05-20T04:03:35.190Z | Downloaded bit-set v0.8.0 |
| 947 | 2026-05-20T04:03:35.190Z | Downloaded base16ct v1.0.0 |
| 948 | 2026-05-20T04:03:35.190Z | Downloaded half v2.7.1 |
| 949 | 2026-05-20T04:03:35.190Z | Downloaded proc-macro-error-attr v1.0.4 |
| 950 | 2026-05-20T04:03:35.190Z | Downloaded const_format v0.2.36 |
| 951 | 2026-05-20T04:03:35.190Z | Downloaded chacha20 v0.10.0 |
| 952 | 2026-05-20T04:03:35.190Z | Downloaded num_enum v0.5.11 |
| 953 | 2026-05-20T04:03:35.190Z | Downloaded num-rational v0.4.2 |
| 954 | 2026-05-20T04:03:35.190Z | Downloaded multer v3.1.0 |
| 955 | 2026-05-20T04:03:35.190Z | Downloaded libsw v3.5.0 |
| 956 | 2026-05-20T04:03:35.190Z | Downloaded parse-display-derive v0.10.0 |
| 957 | 2026-05-20T04:03:35.190Z | Downloaded embedded-io v0.6.1 |
| 958 | 2026-05-20T04:03:35.190Z | Downloaded defmt v1.1.0 |
| 959 | 2026-05-20T04:03:35.190Z | Downloaded progenitor-client v0.14.0 |
| 960 | 2026-05-20T04:03:35.190Z | Downloaded compression-core v0.4.32 |
| 961 | 2026-05-20T04:03:35.190Z | Downloaded crossbeam-utils v0.8.21 |
| 962 | 2026-05-20T04:03:35.190Z | Downloaded cancel-safe-futures v0.1.5 |
| 963 | 2026-05-20T04:03:35.190Z | Downloaded blake2 v0.10.6 |
| 964 | 2026-05-20T04:03:35.190Z | Downloaded constant_time_eq v0.4.2 |
| 965 | 2026-05-20T04:03:35.190Z | Downloaded bcs v0.1.6 |
| 966 | 2026-05-20T04:03:35.190Z | Downloaded displaydoc v0.2.5 |
| 967 | 2026-05-20T04:03:35.190Z | Downloaded backoff v0.4.0 |
| 968 | 2026-05-20T04:03:35.190Z | Downloaded bitflags v1.3.2 |
| 969 | 2026-05-20T04:03:35.190Z | Downloaded progenitor-macro v0.14.0 |
| 970 | 2026-05-20T04:03:35.190Z | Downloaded progenitor-client v0.10.0 |
| 971 | 2026-05-20T04:03:35.190Z | Downloaded pretty-hex v0.4.2 |
| 972 | 2026-05-20T04:03:35.190Z | Downloaded dof v0.3.0 |
| 973 | 2026-05-20T04:03:35.190Z | Downloaded colored v3.1.1 |
| 974 | 2026-05-20T04:03:35.190Z | Downloaded powerfmt v0.2.0 |
| 975 | 2026-05-20T04:03:35.190Z | Downloaded phf v0.12.1 |
| 976 | 2026-05-20T04:03:35.190Z | Downloaded crc8 v0.1.1 |
| 977 | 2026-05-20T04:03:35.190Z | Downloaded cookie v0.18.1 |
| 978 | 2026-05-20T04:03:35.190Z | Downloaded password-hash v0.5.0 |
| 979 | 2026-05-20T04:03:35.190Z | Downloaded ref-cast v1.0.25 |
| 980 | 2026-05-20T04:03:35.190Z | Downloaded ref-cast-impl v1.0.25 |
| 981 | 2026-05-20T04:03:35.190Z | Downloaded progenitor-client v0.13.0 |
| 982 | 2026-05-20T04:03:35.190Z | Downloaded defmt-macros v1.1.0 |
| 983 | 2026-05-20T04:03:35.191Z | Downloaded const_format_proc_macros v0.2.34 |
| 984 | 2026-05-20T04:03:35.191Z | Downloaded progenitor-macro v0.11.2 |
| 985 | 2026-05-20T04:03:35.191Z | Downloaded scroll v0.13.0 |
| 986 | 2026-05-20T04:03:35.191Z | Downloaded ingot-macros v0.1.1 |
| 987 | 2026-05-20T04:03:35.191Z | Downloaded darling v0.21.3 |
| 988 | 2026-05-20T04:03:35.191Z | Downloaded proc-macro-error2 v2.0.1 |
| 989 | 2026-05-20T04:03:35.191Z | Downloaded num-complex v0.4.6 |
| 990 | 2026-05-20T04:03:35.191Z | Downloaded progenitor-extras v0.2.0 |
| 991 | 2026-05-20T04:03:35.194Z | Downloaded progenitor-macro v0.13.0 |
| 992 | 2026-05-20T04:03:35.194Z | Downloaded progenitor v0.13.0 |
| 993 | 2026-05-20T04:03:35.194Z | Downloaded darling_macro v0.21.3 |
| 994 | 2026-05-20T04:03:35.194Z | Downloaded dropshot_endpoint v0.17.0 |
| 995 | 2026-05-20T04:03:35.194Z | Downloaded serde-big-array v0.5.1 |
| 996 | 2026-05-20T04:03:35.194Z | Downloaded chacha20 v0.9.1 |
| 997 | 2026-05-20T04:03:35.194Z | Downloaded sha1 v0.10.6 |
| 998 | 2026-05-20T04:03:35.194Z | Downloaded semver v0.1.20 |
| 999 | 2026-05-20T04:03:35.194Z | Downloaded bytecount v0.6.9 |
| 1000 | 2026-05-20T04:03:35.194Z | Downloaded rand_xorshift v0.4.0 |
| 1001 | 2026-05-20T04:03:35.194Z | Downloaded slog-json v2.6.1 |
| 1002 | 2026-05-20T04:03:35.194Z | Downloaded compression-codecs v0.4.38 |
| 1003 | 2026-05-20T04:03:35.194Z | Downloaded pest_generator v2.8.6 |
| 1004 | 2026-05-20T04:03:35.194Z | Downloaded cargo_toml v0.22.3 |
| 1005 | 2026-05-20T04:03:35.194Z | Downloaded tabled_derive v0.7.0 |
| 1006 | 2026-05-20T04:03:35.195Z | Downloaded allocator-api2 v0.2.21 |
| 1007 | 2026-05-20T04:03:35.195Z | Downloaded rand_core v0.10.1 |
| 1008 | 2026-05-20T04:03:35.195Z | Downloaded darling_core v0.23.0 |
| 1009 | 2026-05-20T04:03:35.195Z | Downloaded arc-swap v1.9.1 |
| 1010 | 2026-05-20T04:03:35.195Z | Downloaded progenitor v0.10.0 |
| 1011 | 2026-05-20T04:03:35.195Z | Downloaded async-compression v0.4.42 |
| 1012 | 2026-05-20T04:03:35.195Z | Downloaded proc-macro-error v1.0.4 |
| 1013 | 2026-05-20T04:03:35.195Z | Downloaded postcard v1.1.3 |
| 1014 | 2026-05-20T04:03:35.195Z | Downloaded memmap2 v0.9.10 |
| 1015 | 2026-05-20T04:03:35.195Z | Downloaded siphasher v1.0.3 |
| 1016 | 2026-05-20T04:03:35.195Z | Downloaded poly1305 v0.8.0 |
| 1017 | 2026-05-20T04:03:35.195Z | Downloaded hmac v0.12.1 |
| 1018 | 2026-05-20T04:03:35.195Z | Downloaded convert_case v0.4.0 |
| 1019 | 2026-05-20T04:03:35.195Z | Downloaded olpc-cjson v0.1.4 |
| 1020 | 2026-05-20T04:03:35.195Z | Downloaded chacha20poly1305 v0.10.1 |
| 1021 | 2026-05-20T04:03:35.195Z | Downloaded same-file v1.0.6 |
| 1022 | 2026-05-20T04:03:35.195Z | Downloaded quick-error v1.2.3 |
| 1023 | 2026-05-20T04:03:35.195Z | Downloaded minimal-lexical v0.2.1 |
| 1024 | 2026-05-20T04:03:35.195Z | Downloaded indexmap v1.9.3 |
| 1025 | 2026-05-20T04:03:35.195Z | Downloaded byteorder v1.5.0 |
| 1026 | 2026-05-20T04:03:35.195Z | Downloaded secrecy v0.10.3 |
| 1027 | 2026-05-20T04:03:35.195Z | Downloaded argon2 v0.5.3 |
| 1028 | 2026-05-20T04:03:35.195Z | Downloaded icu_normalizer v2.2.0 |
| 1029 | 2026-05-20T04:03:35.195Z | Downloaded papergrid v0.11.0 |
| 1030 | 2026-05-20T04:03:35.195Z | Downloaded test-strategy v0.4.5 |
| 1031 | 2026-05-20T04:03:35.195Z | Downloaded serial_test_derive v3.4.0 |
| 1032 | 2026-05-20T04:03:35.195Z | Downloaded sdd v3.0.10 |
| 1033 | 2026-05-20T04:03:35.195Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-20T04:03:35.195Z | Downloaded rand v0.8.6 |
| 1035 | 2026-05-20T04:03:35.195Z | Downloaded rusty-fork v0.3.1 |
| 1036 | 2026-05-20T04:03:35.195Z | Downloaded rustversion v1.0.22 |
| 1037 | 2026-05-20T04:03:35.195Z | Downloaded rayon-core v1.13.0 |
| 1038 | 2026-05-20T04:03:35.195Z | Downloaded vsss-rs v3.3.4 |
| 1039 | 2026-05-20T04:03:35.195Z | Downloaded indicatif v0.18.4 |
| 1040 | 2026-05-20T04:03:35.195Z | Downloaded const-random-macro v0.1.16 |
| 1041 | 2026-05-20T04:03:35.195Z | Downloaded papergrid v0.17.0 |
| 1042 | 2026-05-20T04:03:35.195Z | Downloaded base64 v0.21.7 |
| 1043 | 2026-05-20T04:03:35.196Z | Downloaded progenitor v0.11.2 |
| 1044 | 2026-05-20T04:03:35.196Z | Downloaded cmake v0.1.58 |
| 1045 | 2026-05-20T04:03:35.196Z | Downloaded take_mut v0.2.2 |
| 1046 | 2026-05-20T04:03:35.196Z | Downloaded scroll_derive v0.13.1 |
| 1047 | 2026-05-20T04:03:35.196Z | Downloaded spin v0.5.2 |
| 1048 | 2026-05-20T04:03:35.196Z | Downloaded blake3 v1.8.5 |
| 1049 | 2026-05-20T04:03:35.196Z | Downloaded thread-id v5.1.0 |
| 1050 | 2026-05-20T04:03:35.196Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1051 | 2026-05-20T04:03:35.196Z | Downloaded thread-id v4.2.2 |
| 1052 | 2026-05-20T04:03:35.196Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-05-20T04:03:35.196Z | Downloaded serial_test v3.4.0 |
| 1054 | 2026-05-20T04:03:35.196Z | Downloaded omicron-zone-package v0.12.2 |
| 1055 | 2026-05-20T04:03:35.196Z | Downloaded tabled_derive v0.11.0 |
| 1056 | 2026-05-20T04:03:35.196Z | Downloaded anyhow v1.0.102 |
| 1057 | 2026-05-20T04:03:35.196Z | Downloaded resolv-conf v0.7.6 |
| 1058 | 2026-05-20T04:03:35.196Z | Downloaded pest_derive v2.8.6 |
| 1059 | 2026-05-20T04:03:35.196Z | Downloaded heapless v0.8.0 |
| 1060 | 2026-05-20T04:03:35.196Z | Downloaded serde_derive_internals v0.29.1 |
| 1061 | 2026-05-20T04:03:35.196Z | Downloaded base16ct v0.2.0 |
| 1062 | 2026-05-20T04:03:35.196Z | Downloaded csv-core v0.1.13 |
| 1063 | 2026-05-20T04:03:35.196Z | Downloaded smawk v0.3.2 |
| 1064 | 2026-05-20T04:03:35.196Z | Downloaded slog-stdlog v4.1.1 |
| 1065 | 2026-05-20T04:03:35.196Z | Downloaded tower-http v0.6.10 |
| 1066 | 2026-05-20T04:03:35.196Z | Downloaded unarray v0.1.4 |
| 1067 | 2026-05-20T04:03:35.196Z | Downloaded typify-macro v0.4.3 |
| 1068 | 2026-05-20T04:03:35.196Z | Downloaded usdt-macro v0.5.0 |
| 1069 | 2026-05-20T04:03:35.196Z | Downloaded unit-prefix v0.5.2 |
| 1070 | 2026-05-20T04:03:35.196Z | Downloaded usdt v0.5.0 |
| 1071 | 2026-05-20T04:03:35.196Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-05-20T04:03:35.196Z | Downloaded smf v0.2.3 |
| 1073 | 2026-05-20T04:03:35.196Z | Downloaded slog-scope v4.4.1 |
| 1074 | 2026-05-20T04:03:35.196Z | Downloaded progenitor-impl v0.10.0 |
| 1075 | 2026-05-20T04:03:35.196Z | Downloaded crunchy v0.2.4 |
| 1076 | 2026-05-20T04:03:35.196Z | Downloaded progenitor-impl v0.13.0 |
| 1077 | 2026-05-20T04:03:35.196Z | Downloaded icu_normalizer_data v2.2.0 |
| 1078 | 2026-05-20T04:03:35.196Z | Downloaded konst v0.2.20 |
| 1079 | 2026-05-20T04:03:35.196Z | Downloaded icu_locale_core v2.2.0 |
| 1080 | 2026-05-20T04:03:35.196Z | Downloaded hickory-resolver v0.25.2 |
| 1081 | 2026-05-20T04:03:35.196Z | Downloaded zerofrom v0.1.8 |
| 1082 | 2026-05-20T04:03:35.197Z | Downloaded waitgroup v0.1.2 |
| 1083 | 2026-05-20T04:03:35.197Z | Downloaded pretty_assertions v1.4.1 |
| 1084 | 2026-05-20T04:03:35.197Z | Downloaded proc-macro-crate v3.5.0 |
| 1085 | 2026-05-20T04:03:35.197Z | Downloaded prettyplease v0.2.37 |
| 1086 | 2026-05-20T04:03:35.197Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-05-20T04:03:35.197Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-05-20T04:03:35.197Z | Downloaded tokio-tungstenite v0.21.0 |
| 1089 | 2026-05-20T04:03:35.197Z | Downloaded zeroize_derive v1.4.3 |
| 1090 | 2026-05-20T04:03:35.197Z | Downloaded tokio-dtrace v0.1.1 |
| 1091 | 2026-05-20T04:03:35.202Z | Downloaded thiserror-no-std v2.0.2 |
| 1092 | 2026-05-20T04:03:35.202Z | Downloaded progenitor-impl v0.11.2 |
| 1093 | 2026-05-20T04:03:35.203Z | Downloaded pem v3.0.6 |
| 1094 | 2026-05-20T04:03:35.203Z | Downloaded slog-async v2.8.0 |
| 1095 | 2026-05-20T04:03:35.203Z | Downloaded winnow v0.5.40 |
| 1096 | 2026-05-20T04:03:35.203Z | Downloaded serde_plain v1.0.2 |
| 1097 | 2026-05-20T04:03:35.203Z | Downloaded progenitor-impl v0.14.0 |
| 1098 | 2026-05-20T04:03:35.203Z | Downloaded darling_core v0.21.3 |
| 1099 | 2026-05-20T04:03:35.203Z | Downloaded spin v0.9.8 |
| 1100 | 2026-05-20T04:03:35.203Z | Downloaded parking_lot_core v0.8.6 |
| 1101 | 2026-05-20T04:03:35.203Z | Downloaded zone_cfg_derive v0.3.1 |
| 1102 | 2026-05-20T04:03:35.203Z | Downloaded universal-hash v0.5.1 |
| 1103 | 2026-05-20T04:03:35.203Z | Downloaded zone v0.3.1 |
| 1104 | 2026-05-20T04:03:35.203Z | Downloaded dropshot v0.17.0 |
| 1105 | 2026-05-20T04:03:35.203Z | Downloaded usdt v0.6.0 |
| 1106 | 2026-05-20T04:03:35.203Z | Downloaded hashbrown v0.12.3 |
| 1107 | 2026-05-20T04:03:35.203Z | Downloaded schemars_derive v0.8.22 |
| 1108 | 2026-05-20T04:03:35.203Z | Downloaded jiff-static v0.2.24 |
| 1109 | 2026-05-20T04:03:35.203Z | Downloaded zerocopy v0.7.35 |
| 1110 | 2026-05-20T04:03:35.203Z | Downloaded thin-vec v0.2.18 |
| 1111 | 2026-05-20T04:03:35.203Z | Downloaded hickory-resolver v0.24.4 |
| 1112 | 2026-05-20T04:03:35.203Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-05-20T04:03:35.203Z | Downloaded typify-macro v0.6.2 |
| 1114 | 2026-05-20T04:03:35.203Z | Downloaded serde_repr v0.1.20 |
| 1115 | 2026-05-20T04:03:35.203Z | Downloaded num_enum v0.7.6 |
| 1116 | 2026-05-20T04:03:35.203Z | Downloaded zerofrom-derive v0.1.7 |
| 1117 | 2026-05-20T04:03:35.203Z | Downloaded stable_deref_trait v1.2.1 |
| 1118 | 2026-05-20T04:03:35.203Z | Downloaded slog-bunyan v2.5.0 |
| 1119 | 2026-05-20T04:03:35.203Z | Downloaded schemars v0.9.0 |
| 1120 | 2026-05-20T04:03:35.203Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-05-20T04:03:35.206Z | Downloaded toml v0.7.8 |
| 1122 | 2026-05-20T04:03:35.206Z | Downloaded yoke v0.8.2 |
| 1123 | 2026-05-20T04:03:35.207Z | Downloaded progenitor v0.14.0 |
| 1124 | 2026-05-20T04:03:35.207Z | Downloaded similar v2.7.0 |
| 1125 | 2026-05-20T04:03:35.211Z | Downloaded synstructure v0.13.2 |
| 1126 | 2026-05-20T04:03:35.211Z | Downloaded slog-dtrace v0.3.0 |
| 1127 | 2026-05-20T04:03:35.215Z | Downloaded sigpipe v0.1.3 |
| 1128 | 2026-05-20T04:03:35.215Z | Downloaded pest_meta v2.8.6 |
| 1129 | 2026-05-20T04:03:35.215Z | Downloaded linear-map v1.2.0 |
| 1130 | 2026-05-20T04:03:35.215Z | Downloaded drift v0.1.4 |
| 1131 | 2026-05-20T04:03:35.219Z | Downloaded zerocopy-derive v0.7.35 |
| 1132 | 2026-05-20T04:03:35.222Z | Downloaded strum v0.26.3 |
| 1133 | 2026-05-20T04:03:35.634Z | Downloaded schemars v1.2.1 |
| 1134 | 2026-05-20T04:03:35.638Z | Downloaded zerovec-derive v0.11.3 |
| 1135 | 2026-05-20T04:03:35.638Z | Downloaded rand v0.10.1 |
| 1136 | 2026-05-20T04:03:35.638Z | Downloaded snafu v0.8.9 |
| 1137 | 2026-05-20T04:03:35.638Z | Downloaded rand_chacha v0.3.1 |
| 1138 | 2026-05-20T04:03:35.638Z | Downloaded schemars v0.8.22 |
| 1139 | 2026-05-20T04:03:35.638Z | Downloaded itertools v0.12.1 |
| 1140 | 2026-05-20T04:03:35.638Z | Downloaded tinystr v0.8.3 |
| 1141 | 2026-05-20T04:03:35.638Z | Downloaded rustls-pemfile v2.2.0 |
| 1142 | 2026-05-20T04:03:35.638Z | Downloaded icu_properties_data v2.2.0 |
| 1143 | 2026-05-20T04:03:35.638Z | Downloaded slog-term v2.9.2 |
| 1144 | 2026-05-20T04:03:35.638Z | Downloaded termtree v0.5.1 |
| 1145 | 2026-05-20T04:03:35.638Z | Downloaded hashbrown v0.16.1 |
| 1146 | 2026-05-20T04:03:35.638Z | Downloaded zerotrie v0.2.4 |
| 1147 | 2026-05-20T04:03:35.638Z | Downloaded time-core v0.1.8 |
| 1148 | 2026-05-20T04:03:35.638Z | Downloaded term v1.2.1 |
| 1149 | 2026-05-20T04:03:35.638Z | Downloaded nom v8.0.0 |
| 1150 | 2026-05-20T04:03:35.638Z | Downloaded typed-path v0.9.3 |
| 1151 | 2026-05-20T04:03:35.638Z | Downloaded hkdf v0.12.4 |
| 1152 | 2026-05-20T04:03:35.638Z | Downloaded iddqd v0.3.18 |
| 1153 | 2026-05-20T04:03:35.638Z | Downloaded tagptr v0.2.0 |
| 1154 | 2026-05-20T04:03:35.638Z | Downloaded strum v0.27.2 |
| 1155 | 2026-05-20T04:03:35.638Z | Downloaded icu_collections v2.2.0 |
| 1156 | 2026-05-20T04:03:35.638Z | Downloaded oxnet v0.1.5 |
| 1157 | 2026-05-20T04:03:35.638Z | Downloaded zerocopy-derive v0.8.48 |
| 1158 | 2026-05-20T04:03:35.638Z | Downloaded serde_with_macros v3.20.0 |
| 1159 | 2026-05-20T04:03:35.638Z | Downloaded goblin v0.8.2 |
| 1160 | 2026-05-20T04:03:35.638Z | Downloaded utf-8 v0.7.6 |
| 1161 | 2026-05-20T04:03:35.638Z | Downloaded scc v2.4.0 |
| 1162 | 2026-05-20T04:03:35.638Z | Downloaded usdt-attr-macro v0.6.0 |
| 1163 | 2026-05-20T04:03:35.638Z | Downloaded libm v0.2.16 |
| 1164 | 2026-05-20T04:03:35.638Z | Downloaded yoke-derive v0.8.2 |
| 1165 | 2026-05-20T04:03:35.638Z | Downloaded nix v0.31.3 |
| 1166 | 2026-05-20T04:03:35.638Z | Downloaded writeable v0.6.3 |
| 1167 | 2026-05-20T04:03:35.638Z | Downloaded highway v1.3.0 |
| 1168 | 2026-05-20T04:03:35.638Z | Downloaded reqwest v0.13.3 |
| 1169 | 2026-05-20T04:03:35.639Z | Downloaded rustls-webpki v0.102.8 |
| 1170 | 2026-05-20T04:03:35.639Z | Downloaded zerovec v0.11.6 |
| 1171 | 2026-05-20T04:03:35.639Z | Downloaded usdt-impl v0.5.0 |
| 1172 | 2026-05-20T04:03:35.639Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1173 | 2026-05-20T04:03:35.639Z | Downloaded tokio-rustls v0.25.0 |
| 1174 | 2026-05-20T04:03:35.639Z | Downloaded proptest v1.11.0 |
| 1175 | 2026-05-20T04:03:35.639Z | Downloaded wait-timeout v0.2.1 |
| 1176 | 2026-05-20T04:03:35.639Z | Downloaded topological-sort v0.2.2 |
| 1177 | 2026-05-20T04:03:35.639Z | Downloaded moka v0.12.15 |
| 1178 | 2026-05-20T04:03:35.639Z | Downloaded xz2 v0.1.7 |
| 1179 | 2026-05-20T04:03:35.639Z | Downloaded qorb v0.4.1 |
| 1180 | 2026-05-20T04:03:35.639Z | Downloaded byte-wrapper v0.1.0 |
| 1181 | 2026-05-20T04:03:35.639Z | Downloaded bs58 v0.5.1 |
| 1182 | 2026-05-20T04:03:35.639Z | Downloaded backon v1.6.0 |
| 1183 | 2026-05-20T04:03:35.639Z | Downloaded ff v0.13.1 |
| 1184 | 2026-05-20T04:03:35.639Z | Downloaded defmt v0.3.100 |
| 1185 | 2026-05-20T04:03:35.639Z | Downloaded ipnetwork v0.21.1 |
| 1186 | 2026-05-20T04:03:35.639Z | Downloaded potential_utf v0.1.5 |
| 1187 | 2026-05-20T04:03:35.639Z | Downloaded cstr-argument v0.1.2 |
| 1188 | 2026-05-20T04:03:35.639Z | Downloaded crossbeam-deque v0.8.6 |
| 1189 | 2026-05-20T04:03:35.639Z | Downloaded critical-section v1.2.0 |
| 1190 | 2026-05-20T04:03:35.639Z | Downloaded arrayvec v0.7.6 |
| 1191 | 2026-05-20T04:03:35.639Z | Downloaded fxhash v0.2.1 |
| 1192 | 2026-05-20T04:03:35.639Z | Downloaded expectorate v1.2.0 |
| 1193 | 2026-05-20T04:03:35.639Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-05-20T04:03:35.639Z | Downloaded data-encoding v2.11.0 |
| 1195 | 2026-05-20T04:03:35.639Z | Downloaded darling v0.23.0 |
| 1196 | 2026-05-20T04:03:35.639Z | Downloaded daft v0.1.7 |
| 1197 | 2026-05-20T04:03:35.639Z | Downloaded cobs v0.3.0 |
| 1198 | 2026-05-20T04:03:35.639Z | Downloaded async-trait v0.1.89 |
| 1199 | 2026-05-20T04:03:35.639Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1200 | 2026-05-20T04:03:35.639Z | Downloaded natord v1.0.9 |
| 1201 | 2026-05-20T04:03:35.639Z | Downloaded libscf-sys v1.2.0 |
| 1202 | 2026-05-20T04:03:35.639Z | Downloaded instant v0.1.13 |
| 1203 | 2026-05-20T04:03:35.639Z | Downloaded hubpack_derive v0.1.1 |
| 1204 | 2026-05-20T04:03:35.639Z | Downloaded hostname v0.3.1 |
| 1205 | 2026-05-20T04:03:35.639Z | Downloaded const-random v0.1.18 |
| 1206 | 2026-05-20T04:03:35.639Z | Downloaded aead v0.5.2 |
| 1207 | 2026-05-20T04:03:35.639Z | Downloaded parking_lot v0.11.2 |
| 1208 | 2026-05-20T04:03:35.640Z | Downloaded linked-hash-map v0.5.6 |
| 1209 | 2026-05-20T04:03:35.640Z | Downloaded ingot-types v0.1.2 |
| 1210 | 2026-05-20T04:03:35.640Z | Downloaded git-stub-vcs v0.1.0 |
| 1211 | 2026-05-20T04:03:35.640Z | Downloaded fixedbitset v0.4.2 |
| 1212 | 2026-05-20T04:03:35.640Z | Downloaded proc-macro-crate v1.3.1 |
| 1213 | 2026-05-20T04:03:35.640Z | Downloaded embedded-io v0.4.0 |
| 1214 | 2026-05-20T04:03:35.640Z | Downloaded typify v0.4.3 |
| 1215 | 2026-05-20T04:03:35.640Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1216 | 2026-05-20T04:03:35.640Z | Downloaded ciborium-io v0.2.2 |
| 1217 | 2026-05-20T04:03:35.640Z | Downloaded derive-ex v0.1.8 |
| 1218 | 2026-05-20T04:03:35.640Z | Downloaded foldhash v0.2.0 |
| 1219 | 2026-05-20T04:03:35.640Z | Downloaded dropshot-api-manager v0.7.1 |
| 1220 | 2026-05-20T04:03:35.640Z | Downloaded tar v0.4.45 |
| 1221 | 2026-05-20T04:03:35.640Z | Downloaded plain v0.2.3 |
| 1222 | 2026-05-20T04:03:35.640Z | Downloaded pest v2.8.6 |
| 1223 | 2026-05-20T04:03:35.640Z | Downloaded console v0.16.3 |
| 1224 | 2026-05-20T04:03:35.640Z | Downloaded tungstenite v0.21.0 |
| 1225 | 2026-05-20T04:03:35.640Z | Downloaded unsafe-libyaml v0.2.11 |
| 1226 | 2026-05-20T04:03:35.640Z | Downloaded elliptic-curve v0.13.8 |
| 1227 | 2026-05-20T04:03:35.640Z | Downloaded managed v0.8.0 |
| 1228 | 2026-05-20T04:03:35.640Z | Downloaded is-terminal v0.4.17 |
| 1229 | 2026-05-20T04:03:35.640Z | Downloaded ident_case v1.0.1 |
| 1230 | 2026-05-20T04:03:35.640Z | Downloaded steno v0.4.1 |
| 1231 | 2026-05-20T04:03:35.640Z | Downloaded regress v0.10.5 |
| 1232 | 2026-05-20T04:03:35.640Z | Downloaded toml_edit v0.19.15 |
| 1233 | 2026-05-20T04:03:35.640Z | Downloaded git-stub v1.0.0 |
| 1234 | 2026-05-20T04:03:35.645Z | Downloaded openapiv3 v2.2.0 |
| 1235 | 2026-05-20T04:03:35.645Z | Downloaded yansi v1.0.1 |
| 1236 | 2026-05-20T04:03:35.645Z | Downloaded hickory-proto v0.25.2 |
| 1237 | 2026-05-20T04:03:35.645Z | Downloaded regress v0.11.1 |
| 1238 | 2026-05-20T04:03:35.645Z | Downloaded hickory-proto v0.24.4 |
| 1239 | 2026-05-20T04:03:35.645Z | Downloaded structmeta-derive v0.3.0 |
| 1240 | 2026-05-20T04:03:35.645Z | Downloaded chrono-tz v0.10.4 |
| 1241 | 2026-05-20T04:03:35.645Z | Downloaded tough v0.22.0 |
| 1242 | 2026-05-20T04:03:35.645Z | Downloaded syn v1.0.109 |
| 1243 | 2026-05-20T04:03:35.645Z | Downloaded smoltcp v0.11.0 |
| 1244 | 2026-05-20T04:03:35.645Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1245 | 2026-05-20T04:03:35.645Z | Downloaded csv v1.4.0 |
| 1246 | 2026-05-20T04:03:35.645Z | Downloaded lzma-sys v0.1.20 |
| 1247 | 2026-05-20T04:03:35.645Z | Downloaded tabled v0.15.0 |
| 1248 | 2026-05-20T04:03:35.645Z | Downloaded tabled v0.20.0 |
| 1249 | 2026-05-20T04:03:35.645Z | Downloaded ucd-trie v0.1.7 |
| 1250 | 2026-05-20T04:03:35.645Z | Downloaded time v0.3.47 |
| 1251 | 2026-05-20T04:03:35.645Z | Downloaded slog-envlogger v2.2.0 |
| 1252 | 2026-05-20T04:03:35.645Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1253 | 2026-05-20T04:03:35.646Z | Downloaded petgraph v0.6.5 |
| 1254 | 2026-05-20T04:03:35.646Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1255 | 2026-05-20T04:03:35.646Z | Downloaded sha3 v0.10.9 |
| 1256 | 2026-05-20T04:03:35.646Z | Downloaded strum_macros v0.27.2 |
| 1257 | 2026-05-20T04:03:35.646Z | Downloaded progenitor-macro v0.10.0 |
| 1258 | 2026-05-20T04:03:35.646Z | Downloaded jiff v0.2.24 |
| 1259 | 2026-05-20T04:03:35.646Z | Downloaded scroll v0.12.0 |
| 1260 | 2026-05-20T04:03:35.646Z | Downloaded rhai v1.24.0 |
| 1261 | 2026-05-20T04:03:35.646Z | Downloaded rustls-native-certs v0.8.3 |
| 1262 | 2026-05-20T04:03:35.646Z | Downloaded rhai_codegen v3.1.0 |
| 1263 | 2026-05-20T04:03:35.646Z | Downloaded rustc_version v0.1.7 |
| 1264 | 2026-05-20T04:03:35.646Z | Downloaded tiny-keccak v2.0.2 |
| 1265 | 2026-05-20T04:03:35.646Z | Downloaded smartstring v1.0.1 |
| 1266 | 2026-05-20T04:03:35.646Z | Downloaded slog v2.8.2 |
| 1267 | 2026-05-20T04:03:35.646Z | Downloaded testing_table v0.3.0 |
| 1268 | 2026-05-20T04:03:35.646Z | Downloaded httpdate v1.0.3 |
| 1269 | 2026-05-20T04:03:35.646Z | Downloaded sled v0.34.7 |
| 1270 | 2026-05-20T04:03:35.646Z | Downloaded scroll_derive v0.12.1 |
| 1271 | 2026-05-20T04:03:35.646Z | Downloaded walkdir v2.5.0 |
| 1272 | 2026-05-20T04:03:35.646Z | Downloaded usdt-attr-macro v0.5.0 |
| 1273 | 2026-05-20T04:03:35.646Z | Downloaded rayon v1.12.0 |
| 1274 | 2026-05-20T04:03:35.646Z | Downloaded usdt-macro v0.6.0 |
| 1275 | 2026-05-20T04:03:35.646Z | Downloaded serde_tokenstream v0.2.3 |
| 1276 | 2026-05-20T04:03:35.646Z | Downloaded serde_with v3.20.0 |
| 1277 | 2026-05-20T04:03:35.654Z | Downloaded typify v0.6.2 |
| 1278 | 2026-05-20T04:03:35.654Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-05-20T04:03:35.658Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 1280 | 2026-05-20T04:03:35.711Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-20T04:03:35.729Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-05-20T04:03:35.741Z | Downloaded typify-impl v0.6.2 |
| 1283 | 2026-05-20T04:03:36.248Z | Downloaded aws-lc-sys v0.41.0 |
| 1284 | 2026-05-20T04:03:37.151Z | Compiling proc-macro2 v1.0.106 |
| 1285 | 2026-05-20T04:03:37.151Z | Compiling quote v1.0.45 |
| 1286 | 2026-05-20T04:03:37.151Z | Compiling unicode-ident v1.0.24 |
| 1287 | 2026-05-20T04:03:37.151Z | Compiling serde_core v1.0.228 |
| 1288 | 2026-05-20T04:03:37.151Z | Compiling cfg-if v1.0.4 |
| 1289 | 2026-05-20T04:03:37.156Z | Compiling serde v1.0.228 |
| 1290 | 2026-05-20T04:03:37.156Z | Compiling libc v0.2.186 |
| 1291 | 2026-05-20T04:03:37.156Z | Compiling memchr v2.8.0 |
| 1292 | 2026-05-20T04:03:37.352Z | Compiling itoa v1.0.18 |
| 1293 | 2026-05-20T04:03:37.528Z | Compiling zmij v1.0.21 |
| 1294 | 2026-05-20T04:03:37.589Z | Compiling autocfg v1.5.0 |
| 1295 | 2026-05-20T04:03:37.614Z | Compiling libm v0.2.16 |
| 1296 | 2026-05-20T04:03:37.926Z | Compiling stable_deref_trait v1.2.1 |
| 1297 | 2026-05-20T04:03:37.947Z | Compiling version_check v0.9.5 |
| 1298 | 2026-05-20T04:03:37.995Z | Compiling litemap v0.8.2 |
| 1299 | 2026-05-20T04:03:38.021Z | Compiling writeable v0.6.3 |
| 1300 | 2026-05-20T04:03:38.126Z | Compiling utf8_iter v1.0.4 |
| 1301 | 2026-05-20T04:03:38.167Z | Compiling icu_normalizer_data v2.2.0 |
| 1302 | 2026-05-20T04:03:38.178Z | Compiling percent-encoding v2.3.2 |
| 1303 | 2026-05-20T04:03:38.208Z | Compiling icu_properties_data v2.2.0 |
| 1304 | 2026-05-20T04:03:38.217Z | Compiling iana-time-zone v0.1.65 |
| 1305 | 2026-05-20T04:03:38.367Z | Compiling equivalent v1.0.2 |
| 1306 | 2026-05-20T04:03:38.433Z | Compiling syn v2.0.117 |
| 1307 | 2026-05-20T04:03:38.453Z | Compiling form_urlencoded v1.2.2 |
| 1308 | 2026-05-20T04:03:38.483Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-05-20T04:03:38.542Z | Compiling serde_json v1.0.149 |
| 1310 | 2026-05-20T04:03:38.562Z | Compiling dyn-clone v1.0.20 |
| 1311 | 2026-05-20T04:03:38.592Z | Compiling scopeguard v1.2.0 |
| 1312 | 2026-05-20T04:03:38.602Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-05-20T04:03:38.628Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-20T04:03:38.692Z | Compiling lock_api v0.4.14 |
| 1315 | 2026-05-20T04:03:38.695Z | Compiling hashbrown v0.17.1 |
| 1316 | 2026-05-20T04:03:38.801Z | Compiling thiserror v2.0.18 |
| 1317 | 2026-05-20T04:03:38.980Z | Compiling getrandom v0.4.2 |
| 1318 | 2026-05-20T04:03:38.991Z | Compiling rand_core v0.10.1 |
| 1319 | 2026-05-20T04:03:39.141Z | Compiling errno v0.3.14 |
| 1320 | 2026-05-20T04:03:39.206Z | Compiling log v0.4.29 |
| 1321 | 2026-05-20T04:03:39.286Z | Compiling jobserver v0.1.34 |
| 1322 | 2026-05-20T04:03:39.353Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-20T04:03:39.393Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-05-20T04:03:39.413Z | Compiling semver v1.0.28 |
| 1325 | 2026-05-20T04:03:39.537Z | Compiling indexmap v2.14.0 |
| 1326 | 2026-05-20T04:03:39.583Z | Compiling heck v0.5.0 |
| 1327 | 2026-05-20T04:03:39.606Z | Compiling cc v1.2.62 |
| 1328 | 2026-05-20T04:03:39.626Z | Compiling futures-core v0.3.32 |
| 1329 | 2026-05-20T04:03:39.739Z | Compiling zerocopy v0.8.48 |
| 1330 | 2026-05-20T04:03:39.780Z | Compiling uuid v1.23.1 |
| 1331 | 2026-05-20T04:03:39.849Z | Compiling futures-sink v0.3.32 |
| 1332 | 2026-05-20T04:03:39.949Z | Compiling schemars v0.8.22 |
| 1333 | 2026-05-20T04:03:40.187Z | Compiling slab v0.4.12 |
| 1334 | 2026-05-20T04:03:40.196Z | Compiling rustversion v1.0.22 |
| 1335 | 2026-05-20T04:03:40.207Z | Compiling fnv v1.0.7 |
| 1336 | 2026-05-20T04:03:40.233Z | Compiling futures-channel v0.3.32 |
| 1337 | 2026-05-20T04:03:40.304Z | Compiling bitflags v2.11.1 |
| 1338 | 2026-05-20T04:03:40.357Z | Compiling futures-io v0.3.32 |
| 1339 | 2026-05-20T04:03:40.459Z | Compiling futures-task v0.3.32 |
| 1340 | 2026-05-20T04:03:40.518Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-20T04:03:40.544Z | Compiling portable-atomic v1.13.1 |
| 1342 | 2026-05-20T04:03:40.628Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-20T04:03:40.640Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-20T04:03:40.919Z | Compiling critical-section v1.2.0 |
| 1345 | 2026-05-20T04:03:40.927Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-05-20T04:03:40.977Z | Compiling typenum v1.20.0 |
| 1347 | 2026-05-20T04:03:40.980Z | Compiling subtle v2.6.1 |
| 1348 | 2026-05-20T04:03:41.021Z | Compiling base64 v0.22.1 |
| 1349 | 2026-05-20T04:03:41.113Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-05-20T04:03:41.155Z | Compiling strsim v0.11.1 |
| 1351 | 2026-05-20T04:03:41.169Z | Compiling byteorder v1.5.0 |
| 1352 | 2026-05-20T04:03:41.190Z | Compiling slog v2.8.2 |
| 1353 | 2026-05-20T04:03:41.261Z | Compiling rustix v1.1.4 |
| 1354 | 2026-05-20T04:03:41.362Z | Compiling synstructure v0.13.2 |
| 1355 | 2026-05-20T04:03:41.395Z | Compiling serde_derive_internals v0.29.1 |
| 1356 | 2026-05-20T04:03:41.446Z | Compiling rand_core v0.6.4 |
| 1357 | 2026-05-20T04:03:41.965Z | Compiling once_cell v1.21.4 |
| 1358 | 2026-05-20T04:03:41.973Z | Compiling regex-syntax v0.8.10 |
| 1359 | 2026-05-20T04:03:41.973Z | Compiling cmake v0.1.58 |
| 1360 | 2026-05-20T04:03:41.973Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-05-20T04:03:41.973Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-20T04:03:41.973Z | Compiling httparse v1.10.1 |
| 1363 | 2026-05-20T04:03:41.973Z | Compiling atomic-waker v1.1.2 |
| 1364 | 2026-05-20T04:03:41.973Z | Compiling ipnet v2.12.0 |
| 1365 | 2026-05-20T04:03:41.973Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-05-20T04:03:41.992Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-20T04:03:42.003Z | Compiling aws-lc-sys v0.41.0 |
| 1368 | 2026-05-20T04:03:42.086Z | Compiling generic-array v0.14.7 |
| 1369 | 2026-05-20T04:03:42.504Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-05-20T04:03:42.508Z | Compiling thiserror v1.0.69 |
| 1371 | 2026-05-20T04:03:42.508Z | Compiling ucd-trie v0.1.7 |
| 1372 | 2026-05-20T04:03:42.508Z | Compiling getrandom v0.3.4 |
| 1373 | 2026-05-20T04:03:42.508Z | Compiling ryu v1.0.23 |
| 1374 | 2026-05-20T04:03:42.508Z | Compiling pest v2.8.6 |
| 1375 | 2026-05-20T04:03:42.564Z | Compiling serde_derive v1.0.228 |
| 1376 | 2026-05-20T04:03:42.576Z | Compiling zerofrom-derive v0.1.7 |
| 1377 | 2026-05-20T04:03:42.602Z | Compiling yoke-derive v0.8.2 |
| 1378 | 2026-05-20T04:03:42.651Z | Compiling zerovec-derive v0.11.3 |
| 1379 | 2026-05-20T04:03:42.662Z | Compiling displaydoc v0.2.5 |
| 1380 | 2026-05-20T04:03:42.873Z | Compiling schemars_derive v0.8.22 |
| 1381 | 2026-05-20T04:03:43.412Z | Compiling tokio-macros v2.7.0 |
| 1382 | 2026-05-20T04:03:43.703Z | Compiling thiserror-impl v2.0.18 |
| 1383 | 2026-05-20T04:03:43.750Z | Compiling zerocopy-derive v0.8.48 |
| 1384 | 2026-05-20T04:03:43.781Z | Compiling zerofrom v0.1.8 |
| 1385 | 2026-05-20T04:03:43.791Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-05-20T04:03:43.934Z | Compiling yoke v0.8.2 |
| 1387 | 2026-05-20T04:03:44.120Z | Compiling zerovec v0.11.6 |
| 1388 | 2026-05-20T04:03:44.579Z | Compiling zerotrie v0.2.4 |
| 1389 | 2026-05-20T04:03:44.586Z | Compiling futures-macro v0.3.32 |
| 1390 | 2026-05-20T04:03:44.586Z | Compiling thiserror-impl v1.0.69 |
| 1391 | 2026-05-20T04:03:44.586Z | Compiling zeroize v1.8.2 |
| 1392 | 2026-05-20T04:03:44.666Z | Compiling tinystr v0.8.3 |
| 1393 | 2026-05-20T04:03:44.759Z | Compiling potential_utf v0.1.5 |
| 1394 | 2026-05-20T04:03:44.867Z | Compiling icu_locale_core v2.2.0 |
| 1395 | 2026-05-20T04:03:44.921Z | Compiling icu_collections v2.2.0 |
| 1396 | 2026-05-20T04:03:45.055Z | Compiling want v0.3.1 |
| 1397 | 2026-05-20T04:03:45.085Z | Compiling futures-util v0.3.32 |
| 1398 | 2026-05-20T04:03:45.220Z | Compiling httpdate v1.0.3 |
| 1399 | 2026-05-20T04:03:45.462Z | Compiling pest_meta v2.8.6 |
| 1400 | 2026-05-20T04:03:46.054Z | Compiling icu_provider v2.2.0 |
| 1401 | 2026-05-20T04:03:46.058Z | Compiling bytes v1.11.1 |
| 1402 | 2026-05-20T04:03:46.059Z | Compiling smallvec v1.15.1 |
| 1403 | 2026-05-20T04:03:46.059Z | Compiling icu_properties v2.2.0 |
| 1404 | 2026-05-20T04:03:46.059Z | Compiling chrono v0.4.44 |
| 1405 | 2026-05-20T04:03:46.163Z | Compiling icu_normalizer v2.2.0 |
| 1406 | 2026-05-20T04:03:46.695Z | Compiling parking_lot v0.12.5 |
| 1407 | 2026-05-20T04:03:46.737Z | Compiling http v1.4.0 |
| 1408 | 2026-05-20T04:03:46.756Z | Compiling serde_tokenstream v0.2.3 |
| 1409 | 2026-05-20T04:03:47.027Z | Compiling idna_adapter v1.2.2 |
| 1410 | 2026-05-20T04:03:47.092Z | Compiling tokio v1.52.3 |
| 1411 | 2026-05-20T04:03:47.103Z | Compiling erased-serde v0.3.31 |
| 1412 | 2026-05-20T04:03:47.169Z | Compiling idna v1.1.0 |
| 1413 | 2026-05-20T04:03:47.437Z | Compiling http-body v1.0.1 |
| 1414 | 2026-05-20T04:03:47.450Z | Compiling url v2.5.8 |
| 1415 | 2026-05-20T04:03:47.586Z | Compiling pest_generator v2.8.6 |
| 1416 | 2026-05-20T04:03:47.717Z | Compiling pretty-hex v0.4.2 |
| 1417 | 2026-05-20T04:03:47.852Z | Compiling winnow v1.0.3 |
| 1418 | 2026-05-20T04:03:47.984Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-20T04:03:48.117Z | Compiling plain v0.2.3 |
| 1420 | 2026-05-20T04:03:48.181Z | Compiling pest_derive v2.8.6 |
| 1421 | 2026-05-20T04:03:48.220Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-05-20T04:03:48.286Z | Compiling foldhash v0.2.0 |
| 1423 | 2026-05-20T04:03:48.298Z | Compiling paste v1.0.15 |
| 1424 | 2026-05-20T04:03:48.511Z | Compiling hashbrown v0.16.1 |
| 1425 | 2026-05-20T04:03:48.527Z | Compiling crypto-common v0.1.7 |
| 1426 | 2026-05-20T04:03:49.035Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-20T04:03:49.444Z | Compiling tracing-core v0.1.36 |
| 1428 | 2026-05-20T04:03:49.444Z | Compiling ipnetwork v0.21.1 |
| 1429 | 2026-05-20T04:03:49.444Z | Compiling omicron-workspace-hack v0.1.0 |
| 1430 | 2026-05-20T04:03:49.447Z | Compiling oxnet v0.1.5 |
| 1431 | 2026-05-20T04:03:49.447Z | Compiling ident_case v1.0.1 |
| 1432 | 2026-05-20T04:03:49.447Z | Compiling http-body-util v0.1.3 |
| 1433 | 2026-05-20T04:03:49.447Z | Compiling serde_urlencoded v0.7.1 |
| 1434 | 2026-05-20T04:03:49.451Z | Compiling aho-corasick v1.1.4 |
| 1435 | 2026-05-20T04:03:49.518Z | Compiling sync_wrapper v1.0.2 |
| 1436 | 2026-05-20T04:03:49.526Z | Compiling rustls-pki-types v1.14.1 |
| 1437 | 2026-05-20T04:03:49.564Z | Compiling daft-derive v0.1.7 |
| 1438 | 2026-05-20T04:03:49.857Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-20T04:03:49.963Z | Compiling fastrand v2.4.1 |
| 1440 | 2026-05-20T04:03:50.095Z | Compiling async-trait v0.1.89 |
| 1441 | 2026-05-20T04:03:50.219Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-05-20T04:03:50.324Z | Compiling regex-automata v0.4.14 |
| 1443 | 2026-05-20T04:03:51.154Z | Compiling ring v0.17.14 |
| 1444 | 2026-05-20T04:03:51.157Z | Compiling tokio-util v0.7.18 |
| 1445 | 2026-05-20T04:03:51.157Z | Compiling time-core v0.1.8 |
| 1446 | 2026-05-20T04:03:51.157Z | Compiling num-conv v0.2.1 |
| 1447 | 2026-05-20T04:03:51.202Z | Compiling powerfmt v0.2.0 |
| 1448 | 2026-05-20T04:03:51.218Z | Compiling cpufeatures v0.2.17 |
| 1449 | 2026-05-20T04:03:51.665Z | Compiling anyhow v1.0.102 |
| 1450 | 2026-05-20T04:03:51.778Z | Compiling deranged v0.5.8 |
| 1451 | 2026-05-20T04:03:51.778Z | Compiling time-macros v0.2.27 |
| 1452 | 2026-05-20T04:03:51.780Z | Compiling scroll v0.13.0 |
| 1453 | 2026-05-20T04:03:52.033Z | Compiling regex v1.12.3 |
| 1454 | 2026-05-20T04:03:52.754Z | Compiling block-buffer v0.10.4 |
| 1455 | 2026-05-20T04:03:52.757Z | Compiling openssl-probe v0.2.1 |
| 1456 | 2026-05-20T04:03:52.757Z | Compiling hex v0.4.3 |
| 1457 | 2026-05-20T04:03:52.757Z | Compiling num_threads v0.1.7 |
| 1458 | 2026-05-20T04:03:52.757Z | Compiling digest v0.10.7 |
| 1459 | 2026-05-20T04:03:52.757Z | Compiling goblin v0.10.5 |
| 1460 | 2026-05-20T04:03:52.826Z | Compiling camino v1.2.2 |
| 1461 | 2026-05-20T04:03:53.115Z | Compiling usdt-impl v0.6.0 |
| 1462 | 2026-05-20T04:03:53.192Z | Compiling crc32fast v1.5.0 |
| 1463 | 2026-05-20T04:03:53.508Z | Compiling h2 v0.4.14 |
| 1464 | 2026-05-20T04:03:53.521Z | Compiling dtrace-parser v0.3.0 |
| 1465 | 2026-05-20T04:03:53.597Z | Compiling futures-executor v0.3.32 |
| 1466 | 2026-05-20T04:03:53.673Z | Compiling crossbeam-utils v0.8.21 |
| 1467 | 2026-05-20T04:03:53.882Z | Compiling aws-lc-rs v1.17.0 |
| 1468 | 2026-05-20T04:03:54.241Z | Compiling structmeta-derive v0.3.0 |
| 1469 | 2026-05-20T04:03:54.407Z | Compiling thread-id v5.1.0 |
| 1470 | 2026-05-20T04:03:54.488Z | Compiling simd-adler32 v0.3.9 |
| 1471 | 2026-05-20T04:03:54.564Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-05-20T04:03:54.681Z | Compiling rustls v0.22.4 |
| 1473 | 2026-05-20T04:03:54.692Z | Compiling miniz_oxide v0.8.9 |
| 1474 | 2026-05-20T04:03:55.240Z | Compiling futures v0.3.32 |
| 1475 | 2026-05-20T04:03:55.277Z | Compiling rand_core v0.9.5 |
| 1476 | 2026-05-20T04:03:55.287Z | Compiling structmeta v0.3.0 |
| 1477 | 2026-05-20T04:03:55.312Z | Compiling darling_core v0.23.0 |
| 1478 | 2026-05-20T04:03:55.346Z | Compiling dof v0.4.0 |
| 1479 | 2026-05-20T04:03:55.414Z | Compiling newtype-uuid-macros v0.1.0 |
| 1480 | 2026-05-20T04:03:55.473Z | Compiling thread_local v1.1.9 |
| 1481 | 2026-05-20T04:03:55.483Z | Compiling untrusted v0.7.1 |
| 1482 | 2026-05-20T04:03:55.600Z | Compiling hyper v1.9.0 |
| 1483 | 2026-05-20T04:03:55.733Z | Compiling match_cfg v0.1.0 |
| 1484 | 2026-05-20T04:03:55.800Z | Compiling flate2 v1.1.9 |
| 1485 | 2026-05-20T04:03:56.554Z | Compiling newtype-uuid v1.3.2 |
| 1486 | 2026-05-20T04:03:56.672Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-20T04:03:56.912Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-20T04:03:57.015Z | Compiling compression-core v0.4.32 |
| 1489 | 2026-05-20T04:03:57.145Z | Compiling slog-async v2.8.0 |
| 1490 | 2026-05-20T04:03:57.168Z | Compiling rustls v0.23.40 |
| 1491 | 2026-05-20T04:03:57.312Z | Compiling ref-cast v1.0.25 |
| 1492 | 2026-05-20T04:03:57.371Z | Compiling darling_macro v0.23.0 |
| 1493 | 2026-05-20T04:03:57.409Z | Compiling compression-codecs v0.4.38 |
| 1494 | 2026-05-20T04:03:57.485Z | Compiling daft v0.1.7 |
| 1495 | 2026-05-20T04:03:57.496Z | Compiling usdt-attr-macro v0.6.0 |
| 1496 | 2026-05-20T04:03:57.657Z | Compiling usdt-macro v0.6.0 |
| 1497 | 2026-05-20T04:03:57.673Z | Compiling rand_chacha v0.9.0 |
| 1498 | 2026-05-20T04:03:58.145Z | Compiling ref-cast-impl v1.0.25 |
| 1499 | 2026-05-20T04:03:58.148Z | Compiling darling v0.23.0 |
| 1500 | 2026-05-20T04:03:58.148Z | Compiling strum_macros v0.26.4 |
| 1501 | 2026-05-20T04:03:58.148Z | Compiling serde_spanned v1.1.1 |
| 1502 | 2026-05-20T04:03:58.148Z | Compiling multer v3.1.0 |
| 1503 | 2026-05-20T04:03:58.634Z | Compiling term v1.2.1 |
| 1504 | 2026-05-20T04:03:58.637Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1505 | 2026-05-20T04:03:58.637Z | Compiling debug-ignore v1.0.5 |
| 1506 | 2026-05-20T04:03:58.637Z | Compiling take_mut v0.2.2 |
| 1507 | 2026-05-20T04:03:58.637Z | Compiling bit-vec v0.8.0 |
| 1508 | 2026-05-20T04:03:58.637Z | Compiling serde_with_macros v3.20.0 |
| 1509 | 2026-05-20T04:03:58.656Z | Compiling rand v0.9.4 |
| 1510 | 2026-05-20T04:03:58.761Z | Compiling bit-set v0.8.0 |
| 1511 | 2026-05-20T04:03:58.773Z | Compiling async-stream-impl v0.3.6 |
| 1512 | 2026-05-20T04:03:58.970Z | Compiling dropshot v0.17.0 |
| 1513 | 2026-05-20T04:03:58.982Z | Compiling encoding_rs v0.8.35 |
| 1514 | 2026-05-20T04:03:59.211Z | Compiling unarray v0.1.4 |
| 1515 | 2026-05-20T04:03:59.265Z | Compiling syn v1.0.109 |
| 1516 | 2026-05-20T04:03:59.315Z | Compiling spin v0.9.8 |
| 1517 | 2026-05-20T04:03:59.430Z | Compiling mime v0.3.17 |
| 1518 | 2026-05-20T04:03:59.481Z | Compiling async-stream v0.3.6 |
| 1519 | 2026-05-20T04:03:59.657Z | Compiling derive-ex v0.1.8 |
| 1520 | 2026-05-20T04:03:59.681Z | Compiling tower v0.5.3 |
| 1521 | 2026-05-20T04:03:59.704Z | Compiling dropshot_endpoint v0.17.0 |
| 1522 | 2026-05-20T04:03:59.734Z | Compiling strum v0.26.3 |
| 1523 | 2026-05-20T04:03:59.807Z | Compiling macaddr v1.0.1 |
| 1524 | 2026-05-20T04:03:59.820Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1525 | 2026-05-20T04:03:59.854Z | Compiling waitgroup v0.1.2 |
| 1526 | 2026-05-20T04:04:00.026Z | Compiling serde_path_to_error v0.1.20 |
| 1527 | 2026-05-20T04:04:00.299Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1528 | 2026-05-20T04:04:00.380Z | Compiling tower-http v0.6.10 |
| 1529 | 2026-05-20T04:04:00.494Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1530 | 2026-05-20T04:04:00.651Z | Compiling tempfile v3.27.0 |
| 1531 | 2026-05-20T04:04:00.667Z | Compiling openapiv3 v2.2.0 |
| 1532 | 2026-05-20T04:04:01.205Z | Compiling strum_macros v0.27.2 |
| 1533 | 2026-05-20T04:04:01.644Z | Compiling test-strategy v0.4.5 |
| 1534 | 2026-05-20T04:04:01.758Z | Compiling instant v0.1.13 |
| 1535 | 2026-05-20T04:04:01.758Z | Compiling time v0.3.47 |
| 1536 | 2026-05-20T04:04:02.174Z | Compiling rustls-native-certs v0.8.3 |
| 1537 | 2026-05-20T04:04:02.247Z | Compiling rustc-hash v2.1.2 |
| 1538 | 2026-05-20T04:04:02.509Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1539 | 2026-05-20T04:04:02.606Z | Compiling crossbeam-channel v0.5.15 |
| 1540 | 2026-05-20T04:04:02.615Z | Compiling strum v0.27.2 |
| 1541 | 2026-05-20T04:04:03.124Z | Compiling parse-display-derive v0.10.0 |
| 1542 | 2026-05-20T04:04:03.483Z | Compiling backon v1.6.0 |
| 1543 | 2026-05-20T04:04:03.503Z | Compiling rand_chacha v0.3.1 |
| 1544 | 2026-05-20T04:04:03.981Z | Compiling rustls-webpki v0.102.8 |
| 1545 | 2026-05-20T04:04:04.516Z | Compiling rand v0.8.6 |
| 1546 | 2026-05-20T04:04:04.756Z | Compiling slog-json v2.6.1 |
| 1547 | 2026-05-20T04:04:04.805Z | Compiling hostname v0.3.1 |
| 1548 | 2026-05-20T04:04:04.864Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1549 | 2026-05-20T04:04:04.939Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1550 | 2026-05-20T04:04:04.956Z | Compiling wait-timeout v0.2.1 |
| 1551 | 2026-05-20T04:04:05.014Z | Compiling is-terminal v0.4.17 |
| 1552 | 2026-05-20T04:04:05.109Z | Compiling memmap2 v0.9.10 |
| 1553 | 2026-05-20T04:04:05.178Z | Compiling either v1.15.0 |
| 1554 | 2026-05-20T04:04:05.239Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1555 | 2026-05-20T04:04:05.260Z | Compiling usdt v0.6.0 |
| 1556 | 2026-05-20T04:04:05.324Z | Compiling rusty-fork v0.3.1 |
| 1557 | 2026-05-20T04:04:05.369Z | Compiling slog-term v2.9.2 |
| 1558 | 2026-05-20T04:04:05.532Z | Compiling slog-bunyan v2.5.0 |
| 1559 | 2026-05-20T04:04:05.663Z | Compiling serde_with v3.20.0 |
| 1560 | 2026-05-20T04:04:05.675Z | Compiling async-compression v0.4.42 |
| 1561 | 2026-05-20T04:04:05.970Z | Compiling rand_xorshift v0.4.0 |
| 1562 | 2026-05-20T04:04:05.983Z | Compiling sha1 v0.10.6 |
| 1563 | 2026-05-20T04:04:06.104Z | Compiling rustls-pemfile v2.2.0 |
| 1564 | 2026-05-20T04:04:06.116Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1565 | 2026-05-20T04:04:06.209Z | Compiling regress v0.10.5 |
| 1566 | 2026-05-20T04:04:06.307Z | Compiling tokio-rustls v0.25.0 |
| 1567 | 2026-05-20T04:04:06.529Z | Compiling hostname v0.4.2 |
| 1568 | 2026-05-20T04:04:06.595Z | Compiling proptest v1.11.0 |
| 1569 | 2026-05-20T04:04:07.613Z | Compiling iddqd v0.3.18 |
| 1570 | 2026-05-20T04:04:08.270Z | Compiling reqwest v0.12.28 |
| 1571 | 2026-05-20T04:04:08.456Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1572 | 2026-05-20T04:04:08.708Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1573 | 2026-05-20T04:04:08.929Z | Compiling utf8parse v0.2.2 |
| 1574 | 2026-05-20T04:04:09.042Z | Compiling anstyle-parse v1.0.0 |
| 1575 | 2026-05-20T04:04:09.235Z | Compiling itertools v0.14.0 |
| 1576 | 2026-05-20T04:04:09.317Z | Compiling progenitor-client v0.10.0 |
| 1577 | 2026-05-20T04:04:10.004Z | Compiling backoff v0.4.0 |
| 1578 | 2026-05-20T04:04:10.007Z | Compiling parse-display v0.10.0 |
| 1579 | 2026-05-20T04:04:10.010Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1580 | 2026-05-20T04:04:10.145Z | Compiling colorchoice v1.0.5 |
| 1581 | 2026-05-20T04:04:10.262Z | Compiling anstyle v1.0.14 |
| 1582 | 2026-05-20T04:04:10.427Z | Compiling is_terminal_polyfill v1.70.2 |
| 1583 | 2026-05-20T04:04:10.487Z | Compiling anstyle-query v1.1.5 |
| 1584 | 2026-05-20T04:04:10.514Z | Compiling clap_lex v1.1.0 |
| 1585 | 2026-05-20T04:04:10.600Z | Compiling anstream v1.0.0 |
| 1586 | 2026-05-20T04:04:11.149Z | Compiling regress v0.11.1 |
| 1587 | 2026-05-20T04:04:11.318Z | Compiling clap_derive v4.6.1 |
| 1588 | 2026-05-20T04:04:11.820Z | Compiling terminal_size v0.4.4 |
| 1589 | 2026-05-20T04:04:12.719Z | Compiling typify-impl v0.6.2 |
| 1590 | 2026-05-20T04:04:12.994Z | Compiling toml_datetime v0.6.11 |
| 1591 | 2026-05-20T04:04:13.103Z | Compiling zerocopy-derive v0.7.35 |
| 1592 | 2026-05-20T04:04:13.540Z | Compiling convert_case v0.4.0 |
| 1593 | 2026-05-20T04:04:13.842Z | Compiling derive_more v0.99.20 |
| 1594 | 2026-05-20T04:04:14.011Z | Compiling zerocopy v0.7.35 |
| 1595 | 2026-05-20T04:04:14.287Z | Compiling clap_builder v4.6.0 |
| 1596 | 2026-05-20T04:04:15.028Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 1597 | 2026-05-20T04:04:15.150Z | Compiling unicode-width v0.2.2 |
| 1598 | 2026-05-20T04:04:15.841Z | Compiling proc-macro-crate v3.5.0 |
| 1599 | 2026-05-20T04:04:15.902Z | Compiling clap v4.6.1 |
| 1600 | 2026-05-20T04:04:15.979Z | Compiling secrecy v0.10.3 |
| 1601 | 2026-05-20T04:04:16.132Z | Compiling tinyvec_macros v0.1.1 |
| 1602 | 2026-05-20T04:04:16.137Z | Compiling crucible-workspace-hack v0.1.0 |
| 1603 | 2026-05-20T04:04:16.154Z | Compiling float-ord v0.3.2 |
| 1604 | 2026-05-20T04:04:16.258Z | Compiling num_enum_derive v0.7.6 |
| 1605 | 2026-05-20T04:04:16.269Z | Compiling tinyvec v1.11.0 |
| 1606 | 2026-05-20T04:04:16.857Z | Compiling dtrace-parser v0.2.0 |
| 1607 | 2026-05-20T04:04:16.951Z | Compiling scroll_derive v0.12.1 |
| 1608 | 2026-05-20T04:04:17.294Z | Compiling num-integer v0.1.46 |
| 1609 | 2026-05-20T04:04:17.617Z | Compiling rustc_version v0.4.1 |
| 1610 | 2026-05-20T04:04:17.649Z | Compiling usdt-impl v0.5.0 |
| 1611 | 2026-05-20T04:04:17.711Z | Compiling scroll v0.12.0 |
| 1612 | 2026-05-20T04:04:17.876Z | Compiling num_enum v0.7.6 |
| 1613 | 2026-05-20T04:04:17.890Z | Compiling curve25519-dalek v4.1.3 |
| 1614 | 2026-05-20T04:04:18.213Z | Compiling dof v0.3.0 |
| 1615 | 2026-05-20T04:04:18.431Z | Compiling hmac v0.12.1 |
| 1616 | 2026-05-20T04:04:18.555Z | Compiling darling_core v0.21.3 |
| 1617 | 2026-05-20T04:04:18.570Z | Compiling inout v0.1.4 |
| 1618 | 2026-05-20T04:04:18.584Z | Compiling ff v0.13.1 |
| 1619 | 2026-05-20T04:04:18.624Z | Compiling thread-id v4.2.2 |
| 1620 | 2026-05-20T04:04:18.699Z | Compiling group v0.13.0 |
| 1621 | 2026-05-20T04:04:18.702Z | Compiling cipher v0.4.4 |
| 1622 | 2026-05-20T04:04:18.970Z | Compiling hkdf v0.12.4 |
| 1623 | 2026-05-20T04:04:19.066Z | Compiling typify-macro v0.6.2 |
| 1624 | 2026-05-20T04:04:19.328Z | Compiling goblin v0.8.2 |
| 1625 | 2026-05-20T04:04:19.584Z | Compiling num-iter v0.1.45 |
| 1626 | 2026-05-20T04:04:19.593Z | Compiling num-rational v0.4.2 |
| 1627 | 2026-05-20T04:04:19.695Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1628 | 2026-05-20T04:04:19.776Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1629 | 2026-05-20T04:04:20.215Z | Compiling crossbeam-epoch v0.9.18 |
| 1630 | 2026-05-20T04:04:20.554Z | Compiling universal-hash v0.5.1 |
| 1631 | 2026-05-20T04:04:20.566Z | Compiling half v2.7.1 |
| 1632 | 2026-05-20T04:04:20.682Z | Compiling crypto-bigint v0.5.5 |
| 1633 | 2026-05-20T04:04:20.685Z | Compiling darling_macro v0.21.3 |
| 1634 | 2026-05-20T04:04:20.794Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1635 | 2026-05-20T04:04:20.853Z | Compiling num-complex v0.4.6 |
| 1636 | 2026-05-20T04:04:21.136Z | Compiling typify v0.6.2 |
| 1637 | 2026-05-20T04:04:21.325Z | Compiling opaque-debug v0.3.1 |
| 1638 | 2026-05-20T04:04:21.392Z | Compiling base16ct v0.2.0 |
| 1639 | 2026-05-20T04:04:21.475Z | Compiling ciborium-io v0.2.2 |
| 1640 | 2026-05-20T04:04:21.486Z | Compiling base64ct v1.8.3 |
| 1641 | 2026-05-20T04:04:21.547Z | Compiling ciborium-ll v0.2.2 |
| 1642 | 2026-05-20T04:04:21.562Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-05-20T04:04:21.753Z | Compiling password-hash v0.5.0 |
| 1644 | 2026-05-20T04:04:21.863Z | Compiling poly1305 v0.8.0 |
| 1645 | 2026-05-20T04:04:22.181Z | Compiling darling v0.21.3 |
| 1646 | 2026-05-20T04:04:22.261Z | Compiling num v0.4.3 |
| 1647 | 2026-05-20T04:04:22.323Z | Compiling thiserror-no-std v2.0.2 |
| 1648 | 2026-05-20T04:04:22.712Z | Compiling chacha20 v0.9.1 |
| 1649 | 2026-05-20T04:04:22.921Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1650 | 2026-05-20T04:04:22.935Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1651 | 2026-05-20T04:04:23.391Z | Compiling blake2 v0.10.6 |
| 1652 | 2026-05-20T04:04:23.518Z | Compiling byte-wrapper v0.1.0 |
| 1653 | 2026-05-20T04:04:23.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1654 | 2026-05-20T04:04:23.839Z | Compiling aead v0.5.2 |
| 1655 | 2026-05-20T04:04:24.303Z | Compiling proc-macro-error-attr v1.0.4 |
| 1656 | 2026-05-20T04:04:24.306Z | Compiling heapless v0.8.0 |
| 1657 | 2026-05-20T04:04:24.306Z | Compiling keccak v0.1.6 |
| 1658 | 2026-05-20T04:04:24.306Z | Compiling prettyplease v0.2.37 |
| 1659 | 2026-05-20T04:04:24.342Z | Compiling unsafe-libyaml v0.2.11 |
| 1660 | 2026-05-20T04:04:24.381Z | Compiling rustix v0.38.44 |
| 1661 | 2026-05-20T04:04:24.862Z | Compiling serde_yaml v0.9.34+deprecated |
| 1662 | 2026-05-20T04:04:25.000Z | Compiling sha3 v0.10.9 |
| 1663 | 2026-05-20T04:04:25.563Z | Compiling chacha20poly1305 v0.10.1 |
| 1664 | 2026-05-20T04:04:25.691Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1665 | 2026-05-20T04:04:25.780Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1666 | 2026-05-20T04:04:26.112Z | Compiling argon2 v0.5.3 |
| 1667 | 2026-05-20T04:04:26.394Z | Compiling vsss-rs v3.3.4 |
| 1668 | 2026-05-20T04:04:26.455Z | Compiling ingot-macros v0.1.1 |
| 1669 | 2026-05-20T04:04:26.696Z | Compiling ciborium v0.2.2 |
| 1670 | 2026-05-20T04:04:28.083Z | Compiling usdt-macro v0.5.0 |
| 1671 | 2026-05-20T04:04:28.086Z | Compiling usdt-attr-macro v0.5.0 |
| 1672 | 2026-05-20T04:04:28.333Z | Compiling rustls-webpki v0.103.13 |
| 1673 | 2026-05-20T04:04:29.570Z | Compiling serde_spanned v0.6.9 |
| 1674 | 2026-05-20T04:04:29.700Z | Compiling enum-as-inner v0.6.1 |
| 1675 | 2026-05-20T04:04:29.713Z | Compiling hash32 v0.3.1 |
| 1676 | 2026-05-20T04:04:29.870Z | Compiling proc-macro-error v1.0.4 |
| 1677 | 2026-05-20T04:04:29.902Z | Compiling memmap v0.7.0 |
| 1678 | 2026-05-20T04:04:30.098Z | Compiling indent_write v2.2.0 |
| 1679 | 2026-05-20T04:04:30.117Z | Compiling winnow v0.5.40 |
| 1680 | 2026-05-20T04:04:30.234Z | Compiling static_assertions v1.1.0 |
| 1681 | 2026-05-20T04:04:30.302Z | Compiling data-encoding v2.11.0 |
| 1682 | 2026-05-20T04:04:30.313Z | Compiling toml_write v0.1.2 |
| 1683 | 2026-05-20T04:04:30.495Z | Compiling winnow v0.7.15 |
| 1684 | 2026-05-20T04:04:30.507Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1685 | 2026-05-20T04:04:30.628Z | Compiling smoltcp v0.11.0 |
| 1686 | 2026-05-20T04:04:30.875Z | Compiling usdt v0.5.0 |
| 1687 | 2026-05-20T04:04:31.138Z | Compiling ingot-types v0.1.2 |
| 1688 | 2026-05-20T04:04:31.148Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1689 | 2026-05-20T04:04:31.488Z | Compiling toml_edit v0.19.15 |
| 1690 | 2026-05-20T04:04:31.492Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1691 | 2026-05-20T04:04:31.538Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1692 | 2026-05-20T04:04:31.791Z | Compiling toml_edit v0.22.27 |
| 1693 | 2026-05-20T04:04:31.991Z | Compiling tokio-rustls v0.26.4 |
| 1694 | 2026-05-20T04:04:32.032Z | Compiling rustls-platform-verifier v0.7.0 |
| 1695 | 2026-05-20T04:04:32.257Z | Compiling hyper-rustls v0.27.9 |
| 1696 | 2026-05-20T04:04:32.530Z | Compiling reqwest v0.13.3 |
| 1697 | 2026-05-20T04:04:32.885Z | Compiling tabwriter v1.4.1 |
| 1698 | 2026-05-20T04:04:33.271Z | Compiling cobs v0.3.0 |
| 1699 | 2026-05-20T04:04:33.429Z | Compiling serde_repr v0.1.20 |
| 1700 | 2026-05-20T04:04:33.472Z | Compiling memoffset v0.9.1 |
| 1701 | 2026-05-20T04:04:33.484Z | Compiling bitflags v1.3.2 |
| 1702 | 2026-05-20T04:04:33.556Z | Compiling managed v0.8.0 |
| 1703 | 2026-05-20T04:04:33.722Z | Compiling progenitor-client v0.14.0 |
| 1704 | 2026-05-20T04:04:33.779Z | Compiling cfg_aliases v0.2.1 |
| 1705 | 2026-05-20T04:04:33.841Z | Compiling vcpkg v0.2.15 |
| 1706 | 2026-05-20T04:04:34.077Z | Compiling progenitor-extras v0.2.0 |
| 1707 | 2026-05-20T04:04:34.297Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1708 | 2026-05-20T04:04:34.431Z | Compiling pkg-config v0.3.33 |
| 1709 | 2026-05-20T04:04:34.895Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1710 | 2026-05-20T04:04:35.054Z | Compiling openssl-sys v0.9.116 |
| 1711 | 2026-05-20T04:04:35.151Z | Compiling nix v0.31.3 |
| 1712 | 2026-05-20T04:04:35.284Z | Compiling postcard v1.1.3 |
| 1713 | 2026-05-20T04:04:35.617Z | Compiling toml v0.8.23 |
| 1714 | 2026-05-20T04:04:35.632Z | Compiling proc-macro-crate v1.3.1 |
| 1715 | 2026-05-20T04:04:36.236Z | Compiling ingot v0.1.1 |
| 1716 | 2026-05-20T04:04:36.308Z | Compiling hubpack_derive v0.1.1 |
| 1717 | 2026-05-20T04:04:36.835Z | Compiling foreign-types-macros v0.2.3 |
| 1718 | 2026-05-20T04:04:37.263Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1719 | 2026-05-20T04:04:37.266Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1720 | 2026-05-20T04:04:37.266Z | Compiling rayon-core v1.13.0 |
| 1721 | 2026-05-20T04:04:37.266Z | Compiling colored v3.1.1 |
| 1722 | 2026-05-20T04:04:37.333Z | Compiling resolv-conf v0.7.6 |
| 1723 | 2026-05-20T04:04:37.386Z | Compiling foreign-types-shared v0.3.1 |
| 1724 | 2026-05-20T04:04:37.482Z | Compiling heck v0.4.1 |
| 1725 | 2026-05-20T04:04:37.507Z | Compiling semver v0.1.20 |
| 1726 | 2026-05-20T04:04:37.964Z | Compiling swrite v0.1.0 |
| 1727 | 2026-05-20T04:04:37.967Z | Compiling unicode-segmentation v1.13.2 |
| 1728 | 2026-05-20T04:04:37.967Z | Compiling cpufeatures v0.3.0 |
| 1729 | 2026-05-20T04:04:37.967Z | Compiling linked-hash-map v0.5.6 |
| 1730 | 2026-05-20T04:04:37.967Z | Compiling chacha20 v0.10.0 |
| 1731 | 2026-05-20T04:04:37.967Z | Compiling rustc_version v0.1.7 |
| 1732 | 2026-05-20T04:04:37.967Z | Compiling lru-cache v0.1.2 |
| 1733 | 2026-05-20T04:04:37.970Z | Compiling newline-converter v0.3.0 |
| 1734 | 2026-05-20T04:04:38.017Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1735 | 2026-05-20T04:04:38.028Z | Compiling foreign-types v0.5.0 |
| 1736 | 2026-05-20T04:04:38.084Z | Compiling hubpack v0.1.2 |
| 1737 | 2026-05-20T04:04:38.093Z | Compiling num_enum_derive v0.5.11 |
| 1738 | 2026-05-20T04:04:38.166Z | Compiling atomicwrites v0.4.4 |
| 1739 | 2026-05-20T04:04:38.208Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1740 | 2026-05-20T04:04:38.256Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1741 | 2026-05-20T04:04:38.358Z | Compiling hickory-proto v0.24.4 |
| 1742 | 2026-05-20T04:04:39.188Z | Compiling progenitor-impl v0.13.0 |
| 1743 | 2026-05-20T04:04:39.873Z | Compiling crossbeam-deque v0.8.6 |
| 1744 | 2026-05-20T04:04:40.071Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1745 | 2026-05-20T04:04:40.275Z | Compiling console v0.15.11 |
| 1746 | 2026-05-20T04:04:40.416Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1747 | 2026-05-20T04:04:40.733Z | Compiling camino-tempfile v1.4.1 |
| 1748 | 2026-05-20T04:04:40.945Z | Compiling serde-big-array v0.5.1 |
| 1749 | 2026-05-20T04:04:40.975Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1750 | 2026-05-20T04:04:41.493Z | Compiling derive-where v1.6.1 |
| 1751 | 2026-05-20T04:04:41.496Z | Compiling num-derive v0.4.2 |
| 1752 | 2026-05-20T04:04:41.496Z | Compiling pin-project-internal v1.1.13 |
| 1753 | 2026-05-20T04:04:41.505Z | Compiling cstr-argument v0.1.2 |
| 1754 | 2026-05-20T04:04:41.661Z | Compiling minimal-lexical v0.2.1 |
| 1755 | 2026-05-20T04:04:41.755Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1756 | 2026-05-20T04:04:41.912Z | Compiling similar v2.7.0 |
| 1757 | 2026-05-20T04:04:41.981Z | Compiling siphasher v1.0.3 |
| 1758 | 2026-05-20T04:04:42.103Z | Compiling nom v7.1.3 |
| 1759 | 2026-05-20T04:04:42.175Z | Compiling phf_shared v0.12.1 |
| 1760 | 2026-05-20T04:04:42.192Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1761 | 2026-05-20T04:04:42.337Z | Compiling pin-project v1.1.13 |
| 1762 | 2026-05-20T04:04:42.348Z | Compiling expectorate v1.2.0 |
| 1763 | 2026-05-20T04:04:42.432Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1764 | 2026-05-20T04:04:42.456Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1765 | 2026-05-20T04:04:42.489Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1766 | 2026-05-20T04:04:43.014Z | Compiling hickory-resolver v0.24.4 |
| 1767 | 2026-05-20T04:04:43.016Z | Compiling progenitor-macro v0.13.0 |
| 1768 | 2026-05-20T04:04:43.017Z | Compiling num_enum v0.5.11 |
| 1769 | 2026-05-20T04:04:43.017Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1770 | 2026-05-20T04:04:43.452Z | Compiling newtype_derive v0.1.6 |
| 1771 | 2026-05-20T04:04:43.591Z | Compiling rand v0.10.1 |
| 1772 | 2026-05-20T04:04:43.692Z | Compiling progenitor-client v0.13.0 |
| 1773 | 2026-05-20T04:04:44.320Z | Compiling progenitor-impl v0.14.0 |
| 1774 | 2026-05-20T04:04:44.742Z | Compiling unicode-normalization v0.1.25 |
| 1775 | 2026-05-20T04:04:45.228Z | Compiling tokio-stream v0.1.18 |
| 1776 | 2026-05-20T04:04:45.247Z | Compiling async-recursion v1.1.1 |
| 1777 | 2026-05-20T04:04:45.382Z | Compiling snafu-derive v0.8.9 |
| 1778 | 2026-05-20T04:04:45.530Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 1779 | 2026-05-20T04:04:45.684Z | Compiling slog-dtrace v0.3.0 |
| 1780 | 2026-05-20T04:04:45.827Z | Compiling bstr v1.12.1 |
| 1781 | 2026-05-20T04:04:45.930Z | Compiling csv-core v0.1.13 |
| 1782 | 2026-05-20T04:04:45.942Z | Compiling same-file v1.0.6 |
| 1783 | 2026-05-20T04:04:46.111Z | Compiling cancel-safe-futures v0.1.5 |
| 1784 | 2026-05-20T04:04:46.189Z | Compiling chrono-tz v0.10.4 |
| 1785 | 2026-05-20T04:04:46.321Z | Compiling owo-colors v4.3.0 |
| 1786 | 2026-05-20T04:04:46.766Z | Compiling openssl v0.10.80 |
| 1787 | 2026-05-20T04:04:46.766Z | Compiling foldhash v0.1.5 |
| 1788 | 2026-05-20T04:04:46.766Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1789 | 2026-05-20T04:04:46.766Z | Compiling unicode-xid v0.2.6 |
| 1790 | 2026-05-20T04:04:46.766Z | Compiling konst_macro_rules v0.2.19 |
| 1791 | 2026-05-20T04:04:46.773Z | Compiling unicode-width v0.1.14 |
| 1792 | 2026-05-20T04:04:46.838Z | Compiling highway v1.3.0 |
| 1793 | 2026-05-20T04:04:47.049Z | Compiling foreign-types-shared v0.1.1 |
| 1794 | 2026-05-20T04:04:47.120Z | Compiling snafu v0.8.9 |
| 1795 | 2026-05-20T04:04:47.138Z | Compiling foreign-types v0.3.2 |
| 1796 | 2026-05-20T04:04:47.228Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1797 | 2026-05-20T04:04:47.236Z | Compiling konst v0.2.20 |
| 1798 | 2026-05-20T04:04:47.873Z | Compiling const_format_proc_macros v0.2.34 |
| 1799 | 2026-05-20T04:04:47.878Z | Compiling hashbrown v0.15.5 |
| 1800 | 2026-05-20T04:04:47.879Z | Compiling globset v0.4.18 |
| 1801 | 2026-05-20T04:04:47.879Z | Compiling progenitor v0.13.0 |
| 1802 | 2026-05-20T04:04:47.884Z | Compiling progenitor-macro v0.14.0 |
| 1803 | 2026-05-20T04:04:48.382Z | Compiling csv v1.4.0 |
| 1804 | 2026-05-20T04:04:48.385Z | Compiling walkdir v2.5.0 |
| 1805 | 2026-05-20T04:04:48.385Z | Compiling qorb v0.4.1 |
| 1806 | 2026-05-20T04:04:48.442Z | Compiling olpc-cjson v0.1.4 |
| 1807 | 2026-05-20T04:04:48.477Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1808 | 2026-05-20T04:04:49.151Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1809 | 2026-05-20T04:04:49.217Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1810 | 2026-05-20T04:04:49.767Z | Compiling rayon v1.12.0 |
| 1811 | 2026-05-20T04:04:50.123Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1812 | 2026-05-20T04:04:50.309Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1813 | 2026-05-20T04:04:50.469Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1814 | 2026-05-20T04:04:50.679Z | Compiling phf v0.12.1 |
| 1815 | 2026-05-20T04:04:50.786Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1816 | 2026-05-20T04:04:51.206Z | Compiling zone_cfg_derive v0.3.1 |
| 1817 | 2026-05-20T04:04:51.557Z | Compiling tokio-dtrace v0.1.1 |
| 1818 | 2026-05-20T04:04:51.710Z | Compiling itertools v0.12.1 |
| 1819 | 2026-05-20T04:04:51.826Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1820 | 2026-05-20T04:04:51.908Z | Compiling libsw-core v0.3.2 |
| 1821 | 2026-05-20T04:04:51.922Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1822 | 2026-05-20T04:04:52.020Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1823 | 2026-05-20T04:04:52.078Z | Compiling serde_plain v1.0.2 |
| 1824 | 2026-05-20T04:04:52.282Z | Compiling openssl-macros v0.1.1 |
| 1825 | 2026-05-20T04:04:52.394Z | Compiling pem v3.0.6 |
| 1826 | 2026-05-20T04:04:52.512Z | Compiling cookie v0.18.1 |
| 1827 | 2026-05-20T04:04:52.712Z | Compiling sigpipe v0.1.3 |
| 1828 | 2026-05-20T04:04:52.765Z | Compiling glob v0.3.3 |
| 1829 | 2026-05-20T04:04:52.776Z | Compiling jiff v0.2.24 |
| 1830 | 2026-05-20T04:04:52.786Z | Compiling typed-path v0.9.3 |
| 1831 | 2026-05-20T04:04:52.797Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1832 | 2026-05-20T04:04:52.911Z | Compiling bytecount v0.6.9 |
| 1833 | 2026-05-20T04:04:52.944Z | Compiling fixedbitset v0.4.2 |
| 1834 | 2026-05-20T04:04:53.027Z | Compiling fixedbitset v0.5.7 |
| 1835 | 2026-05-20T04:04:53.061Z | Compiling papergrid v0.11.0 |
| 1836 | 2026-05-20T04:04:53.572Z | Compiling petgraph v0.6.5 |
| 1837 | 2026-05-20T04:04:53.575Z | Compiling progenitor v0.14.0 |
| 1838 | 2026-05-20T04:04:53.575Z | Compiling petgraph v0.8.3 |
| 1839 | 2026-05-20T04:04:53.575Z | Compiling zone v0.3.1 |
| 1840 | 2026-05-20T04:04:54.169Z | Compiling tough v0.22.0 |
| 1841 | 2026-05-20T04:04:54.781Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1842 | 2026-05-20T04:04:54.850Z | Compiling libsw v3.5.0 |
| 1843 | 2026-05-20T04:04:56.461Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1844 | 2026-05-20T04:04:56.504Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1845 | 2026-05-20T04:04:56.505Z | Compiling oxide-tokio-rt v0.1.6 |
| 1846 | 2026-05-20T04:04:56.505Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1847 | 2026-05-20T04:04:56.505Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1848 | 2026-05-20T04:04:56.505Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1849 | 2026-05-20T04:04:56.839Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1850 | 2026-05-20T04:04:56.912Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1851 | 2026-05-20T04:04:56.936Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1852 | 2026-05-20T04:04:57.133Z | Compiling const_format v0.2.36 |
| 1853 | 2026-05-20T04:04:57.464Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1854 | 2026-05-20T04:04:57.591Z | Compiling tabled_derive v0.7.0 |
| 1855 | 2026-05-20T04:04:57.615Z | Compiling gethostname v0.5.0 |
| 1856 | 2026-05-20T04:04:57.738Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1857 | 2026-05-20T04:04:57.844Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1858 | 2026-05-20T04:04:57.861Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1859 | 2026-05-20T04:04:57.873Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1860 | 2026-05-20T04:04:58.382Z | Compiling bcs v0.1.6 |
| 1861 | 2026-05-20T04:04:58.385Z | Compiling smf v0.2.3 |
| 1862 | 2026-05-20T04:04:58.385Z | Compiling nom v8.0.0 |
| 1863 | 2026-05-20T04:04:58.440Z | Compiling termtree v0.5.1 |
| 1864 | 2026-05-20T04:04:58.573Z | Compiling tagptr v0.2.0 |
| 1865 | 2026-05-20T04:04:58.607Z | Compiling unicode-linebreak v0.1.5 |
| 1866 | 2026-05-20T04:04:58.623Z | Compiling crunchy v0.2.4 |
| 1867 | 2026-05-20T04:04:58.729Z | Compiling linear-map v1.2.0 |
| 1868 | 2026-05-20T04:04:58.756Z | Compiling smawk v0.3.2 |
| 1869 | 2026-05-20T04:04:58.931Z | Compiling lazy_static v1.5.0 |
| 1870 | 2026-05-20T04:04:59.342Z | Compiling whoami v1.6.1 |
| 1871 | 2026-05-20T04:04:59.346Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1872 | 2026-05-20T04:04:59.346Z | Compiling steno v0.4.1 |
| 1873 | 2026-05-20T04:04:59.346Z | Compiling textwrap v0.16.2 |
| 1874 | 2026-05-20T04:04:59.349Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1875 | 2026-05-20T04:04:59.705Z | Compiling moka v0.12.15 |
| 1876 | 2026-05-20T04:05:00.213Z | Compiling tabled v0.15.0 |
| 1877 | 2026-05-20T04:05:00.605Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1878 | 2026-05-20T04:05:00.627Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1879 | 2026-05-20T04:05:00.830Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1880 | 2026-05-20T04:05:01.644Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1881 | 2026-05-20T04:05:02.281Z | Compiling hickory-proto v0.25.2 |
| 1882 | 2026-05-20T04:05:02.599Z | Compiling humantime v2.3.0 |
| 1883 | 2026-05-20T04:05:02.884Z | Compiling tiny-keccak v2.0.2 |
| 1884 | 2026-05-20T04:05:02.917Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1885 | 2026-05-20T04:05:03.213Z | Compiling parking_lot_core v0.8.6 |
| 1886 | 2026-05-20T04:05:03.519Z | Compiling libscf-sys v1.2.0 |
| 1887 | 2026-05-20T04:05:03.624Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1888 | 2026-05-20T04:05:03.661Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1889 | 2026-05-20T04:05:03.711Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1890 | 2026-05-20T04:05:03.897Z | Compiling const-random-macro v0.1.16 |
| 1891 | 2026-05-20T04:05:03.990Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1892 | 2026-05-20T04:05:04.327Z | Compiling hickory-resolver v0.25.2 |
| 1893 | 2026-05-20T04:05:04.340Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1894 | 2026-05-20T04:05:04.440Z | Compiling smartstring v1.0.1 |
| 1895 | 2026-05-20T04:05:04.518Z | Compiling ahash v0.8.12 |
| 1896 | 2026-05-20T04:05:04.698Z | Compiling parking_lot v0.11.2 |
| 1897 | 2026-05-20T04:05:04.833Z | Compiling const-random v0.1.18 |
| 1898 | 2026-05-20T04:05:04.990Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1899 | 2026-05-20T04:05:05.125Z | Compiling fxhash v0.2.1 |
| 1900 | 2026-05-20T04:05:05.223Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1901 | 2026-05-20T04:05:05.237Z | Compiling internet-checksum v0.2.1 |
| 1902 | 2026-05-20T04:05:05.260Z | Compiling sled v0.34.7 |
| 1903 | 2026-05-20T04:05:05.855Z | Compiling thin-vec v0.2.18 |
| 1904 | 2026-05-20T04:05:05.893Z | Compiling rhai_codegen v3.1.0 |
| 1905 | 2026-05-20T04:05:06.147Z | Compiling sdd v3.0.10 |
| 1906 | 2026-05-20T04:05:06.488Z | Compiling scc v2.4.0 |
| 1907 | 2026-05-20T04:05:06.592Z | Compiling serial_test_derive v3.4.0 |
| 1908 | 2026-05-20T04:05:06.969Z | Compiling diff v0.1.13 |
| 1909 | 2026-05-20T04:05:07.492Z | Compiling rhai v1.24.0 |
| 1910 | 2026-05-20T04:05:07.495Z | Compiling yansi v1.0.1 |
| 1911 | 2026-05-20T04:05:07.563Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1912 | 2026-05-20T04:05:07.582Z | Compiling serial_test v3.4.0 |
| 1913 | 2026-05-20T04:05:07.646Z | Compiling pretty_assertions v1.4.1 |
| 1914 | 2026-05-20T04:05:09.533Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1915 | 2026-05-20T04:05:17.767Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1916 | 2026-05-20T04:05:19.380Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1917 | 2026-05-20T04:05:20.389Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1918 | 2026-05-20T04:05:21.463Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1919 | 2026-05-20T04:05:22.244Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1920 | 2026-05-20T04:05:23.381Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1921 | 2026-05-20T04:05:56.115Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1922 | 2026-05-20T04:05:56.295Z | ──────────── |
| 1923 | 2026-05-20T04:05:56.295Z | Nextest run ID 201392bb-208c-4d47-8dc9-52af338acd89 with nextest profile: default |
| 1924 | 2026-05-20T04:05:56.295Z | Starting 150 tests across 3 binaries |
| 1925 | 2026-05-20T04:05:56.306Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes |
| 1926 | 2026-05-20T04:05:56.307Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes |
| 1927 | 2026-05-20T04:05:56.307Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch |
| 1928 | 2026-05-20T04:05:56.310Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len |
| 1929 | 2026-05-20T04:05:56.310Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length |
| 1930 | 2026-05-20T04:05:56.310Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip |
| 1931 | 2026-05-20T04:05:56.310Z | PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding |
| 1932 | 2026-05-20T04:05:56.310Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes |
| 1933 | 2026-05-20T04:05:56.318Z | PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together |
| 1934 | 2026-05-20T04:05:56.318Z | PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes |
| 1935 | 2026-05-20T04:05:56.322Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length |
| 1936 | 2026-05-20T04:05:56.322Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length |
| 1937 | 2026-05-20T04:05:56.322Z | PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker |
| 1938 | 2026-05-20T04:05:56.322Z | PASS [ 0.011s] bgp messages::tests::header_round_trip |
| 1939 | 2026-05-20T04:05:56.322Z | PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib |
| 1940 | 2026-05-20T04:05:56.322Z | PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated |
| 1941 | 2026-05-20T04:05:56.328Z | PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length |
| 1942 | 2026-05-20T04:05:56.333Z | PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length |
| 1943 | 2026-05-20T04:05:56.333Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header |
| 1944 | 2026-05-20T04:05:56.333Z | PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large |
| 1945 | 2026-05-20T04:05:56.333Z | PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small |
| 1946 | 2026-05-20T04:05:56.333Z | PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header |
| 1947 | 2026-05-20T04:05:56.333Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display |
| 1948 | 2026-05-20T04:05:56.333Z | PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding |
| 1949 | 2026-05-20T04:05:56.338Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length |
| 1950 | 2026-05-20T04:05:56.338Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing |
| 1951 | 2026-05-20T04:05:56.346Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length |
| 1952 | 2026-05-20T04:05:56.346Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display |
| 1953 | 2026-05-20T04:05:56.346Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format |
| 1954 | 2026-05-20T04:05:56.346Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing |
| 1955 | 2026-05-20T04:05:56.346Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing |
| 1956 | 2026-05-20T04:05:56.346Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message |
| 1957 | 2026-05-20T04:05:56.349Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format |
| 1958 | 2026-05-20T04:05:56.349Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error |
| 1959 | 2026-05-20T04:05:56.357Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message |
| 1960 | 2026-05-20T04:05:56.357Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs |
| 1961 | 2026-05-20T04:05:56.357Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length |
| 1962 | 2026-05-20T04:05:56.357Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop |
| 1963 | 2026-05-20T04:05:56.357Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire |
| 1964 | 2026-05-20T04:05:56.357Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds |
| 1965 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length |
| 1966 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs |
| 1967 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short |
| 1968 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short |
| 1969 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors |
| 1970 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs |
| 1971 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors |
| 1972 | 2026-05-20T04:05:56.361Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors |
| 1973 | 2026-05-20T04:05:56.371Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short |
| 1974 | 2026-05-20T04:05:56.375Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs |
| 1975 | 2026-05-20T04:05:56.375Z | PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first |
| 1976 | 2026-05-20T04:05:56.375Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length |
| 1977 | 2026-05-20T04:05:56.375Z | PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast |
| 1978 | 2026-05-20T04:05:56.375Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast |
| 1979 | 2026-05-20T04:05:56.375Z | PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip |
| 1980 | 2026-05-20T04:05:56.375Z | PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast |
| 1981 | 2026-05-20T04:05:56.379Z | PASS [ 0.010s] bgp messages::tests::notification_round_trip |
| 1982 | 2026-05-20T04:05:56.379Z | PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast |
| 1983 | 2026-05-20T04:05:56.384Z | PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip |
| 1984 | 2026-05-20T04:05:56.384Z | PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop |
| 1985 | 2026-05-20T04:05:56.384Z | PASS [ 0.009s] bgp messages::tests::prefix_within |
| 1986 | 2026-05-20T04:05:56.384Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard |
| 1987 | 2026-05-20T04:05:56.384Z | PASS [ 0.011s] bgp messages::tests::open_round_trip |
| 1988 | 2026-05-20T04:05:56.384Z | PASS [ 0.010s] bgp messages::tests::prefix_conversion |
| 1989 | 2026-05-20T04:05:56.389Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw |
| 1990 | 2026-05-20T04:05:56.392Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard |
| 1991 | 2026-05-20T04:05:56.392Z | PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw |
| 1992 | 2026-05-20T04:05:56.392Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw |
| 1993 | 2026-05-20T04:05:56.392Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset |
| 1994 | 2026-05-20T04:05:56.392Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw |
| 1995 | 2026-05-20T04:05:56.392Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw |
| 1996 | 2026-05-20T04:05:56.392Z | PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw |
| 1997 | 2026-05-20T04:05:56.399Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected |
| 1998 | 2026-05-20T04:05:56.407Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors |
| 1999 | 2026-05-20T04:05:56.407Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected |
| 2000 | 2026-05-20T04:05:56.407Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed |
| 2001 | 2026-05-20T04:05:56.407Z | PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details |
| 2002 | 2026-05-20T04:05:56.407Z | PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive |
| 2003 | 2026-05-20T04:05:56.407Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags |
| 2004 | 2026-05-20T04:05:56.407Z | PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid |
| 2005 | 2026-05-20T04:05:56.410Z | PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional |
| 2006 | 2026-05-20T04:05:56.410Z | PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip |
| 2007 | 2026-05-20T04:05:56.414Z | PASS [ 0.010s] bgp messages::tests::update_round_trip |
| 2008 | 2026-05-20T04:05:56.414Z | PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation |
| 2009 | 2026-05-20T04:05:56.423Z | PASS [ 0.023s] bgp policy::test::open_add_4byte_as |
| 2010 | 2026-05-20T04:05:56.428Z | PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 2011 | 2026-05-20T04:05:56.428Z | PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 2012 | 2026-05-20T04:05:56.428Z | PASS [ 0.026s] bgp policy::test::update_drop_on_no_export |
| 2013 | 2026-05-20T04:05:56.431Z | PASS [ 0.027s] bgp policy::test::shape_update_prefixes |
| 2014 | 2026-05-20T04:05:56.431Z | PASS [ 0.027s] bgp policy::test::open_require_4byte_as |
| 2015 | 2026-05-20T04:05:56.431Z | PASS [ 0.021s] bgp policy::test::update_shape_community |
| 2016 | 2026-05-20T04:05:56.439Z | PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 2017 | 2026-05-20T04:05:56.445Z | PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 2018 | 2026-05-20T04:05:56.445Z | PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2019 | 2026-05-20T04:05:56.445Z | PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 2020 | 2026-05-20T04:05:56.445Z | PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 2021 | 2026-05-20T04:05:56.445Z | PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 2022 | 2026-05-20T04:05:56.445Z | PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 2023 | 2026-05-20T04:05:56.448Z | PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 2024 | 2026-05-20T04:05:56.454Z | PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal |
| 2025 | 2026-05-20T04:05:56.458Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 2026 | 2026-05-20T04:05:56.458Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 2027 | 2026-05-20T04:05:56.458Z | PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 2028 | 2026-05-20T04:05:56.462Z | PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 2029 | 2026-05-20T04:05:56.465Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling |
| 2030 | 2026-05-20T04:05:56.465Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling |
| 2031 | 2026-05-20T04:05:56.465Z | PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation |
| 2032 | 2026-05-20T04:05:56.465Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering |
| 2033 | 2026-05-20T04:05:56.469Z | PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision |
| 2034 | 2026-05-20T04:05:56.472Z | PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip |
| 2035 | 2026-05-20T04:05:56.472Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error |
| 2036 | 2026-05-20T04:05:56.472Z | PASS [ 0.032s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2037 | 2026-05-20T04:05:56.472Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error |
| 2038 | 2026-05-20T04:05:56.475Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured |
| 2039 | 2026-05-20T04:05:56.475Z | PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2040 | 2026-05-20T04:05:56.476Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4 |
| 2041 | 2026-05-20T04:05:56.479Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4 |
| 2042 | 2026-05-20T04:05:56.479Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured |
| 2043 | 2026-05-20T04:05:56.482Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop |
| 2044 | 2026-05-20T04:05:56.482Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6 |
| 2045 | 2026-05-20T04:05:56.482Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop |
| 2046 | 2026-05-20T04:05:59.552Z | PASS [ 3.069s] bgp test::test_basic_peering_active |
| 2047 | 2026-05-20T04:05:59.564Z | PASS [ 3.068s] bgp test::test_basic_update |
| 2048 | 2026-05-20T04:05:59.564Z | PASS [ 3.069s] bgp test::test_basic_update_ipv6 |
| 2049 | 2026-05-20T04:05:59.565Z | PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp |
| 2050 | 2026-05-20T04:05:59.565Z | PASS [ 3.081s] bgp test::test_basic_peering_passive |
| 2051 | 2026-05-20T04:05:59.573Z | PASS [ 3.080s] bgp test::test_basic_update_ipv6_tcp |
| 2052 | 2026-05-20T04:05:59.573Z | PASS [ 3.080s] bgp test::test_basic_update_tcp |
| 2053 | 2026-05-20T04:05:59.583Z | PASS [ 3.099s] bgp test::test_basic_peering_active_tcp |
| 2054 | 2026-05-20T04:06:02.627Z | PASS [ 3.071s] bgp test::test_ipv6_basic_peering_active |
| 2055 | 2026-05-20T04:06:02.635Z | PASS [ 3.072s] bgp test::test_ipv6_basic_peering_passive |
| 2056 | 2026-05-20T04:06:02.641Z | PASS [ 3.079s] bgp test::test_ipv6_basic_peering_active_tcp |
| 2057 | 2026-05-20T04:06:02.651Z | PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp |
| 2058 | 2026-05-20T04:06:03.641Z | PASS [ 4.079s] bgp test::test_import_export_policy_filtering |
| 2059 | 2026-05-20T04:06:03.641Z | PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success |
| 2060 | 2026-05-20T04:06:03.641Z | PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success |
| 2061 | 2026-05-20T04:06:03.647Z | PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success |
| 2062 | 2026-05-20T04:06:03.732Z | PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions |
| 2063 | 2026-05-20T04:06:04.726Z | PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces |
| 2064 | 2026-05-20T04:06:04.759Z | PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6 |
| 2065 | 2026-05-20T04:06:04.759Z | PASS [ 1.099s] bgp test::test_three_router_chain_tcp |
| 2066 | 2026-05-20T04:06:05.452Z | PASS [ 2.812s] bgp test::test_neighbor_thread_lifecycle_no_leaks |
| 2067 | 2026-05-20T04:06:05.786Z | PASS [ 1.061s] bgp test::test_unnumbered_ndp_change |
| 2068 | 2026-05-20T04:06:06.698Z | PASS [ 3.069s] bgp test::test_three_router_chain_unnumbered |
| 2069 | 2026-05-20T04:06:06.703Z | PASS [ 4.075s] bgp test::test_ipv6_routes_ipv4_peer_success |
| 2070 | 2026-05-20T04:06:08.710Z | PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange |
| 2071 | 2026-05-20T04:06:09.790Z | PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change |
| 2072 | 2026-05-20T04:06:13.931Z | PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery |
| 2073 | 2026-05-20T04:06:14.561Z | PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp |
| 2074 | 2026-05-20T04:06:21.769Z | PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle |
| 2075 | 2026-05-20T04:06:21.791Z | ──────────── |
| 2076 | 2026-05-20T04:06:21.791Z | Summary [ 25.466s] 150 tests run: 150 passed, 0 skipped |
| 2077 | 2026-05-20T04:06:21.799Z | + cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/ |
| 2078 | 2026-05-20T04:06:21.799Z | + popd |
| 2079 | 2026-05-20T04:06:21.799Z | /work/oxidecomputer/maghemite |
| 2080 | 2026-05-20T04:06:21.799Z | + pushd mgd |
| 2081 | 2026-05-20T04:06:21.799Z | /work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite |
| 2082 | 2026-05-20T04:06:21.799Z | + pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions |
| 2083 | 2026-05-20T04:06:22.952Z | Compiling slog v2.8.2 |
| 2084 | 2026-05-20T04:06:23.077Z | Compiling usdt v0.6.0 |
| 2085 | 2026-05-20T04:06:23.149Z | Compiling typify-impl v0.4.3 |
| 2086 | 2026-05-20T04:06:23.167Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2087 | 2026-05-20T04:06:23.188Z | Compiling papergrid v0.17.0 |
| 2088 | 2026-05-20T04:06:23.329Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2089 | 2026-05-20T04:06:23.349Z | Compiling testing_table v0.3.0 |
| 2090 | 2026-05-20T04:06:23.455Z | Compiling slog-json v2.6.1 |
| 2091 | 2026-05-20T04:06:23.504Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2092 | 2026-05-20T04:06:23.622Z | Compiling slog-async v2.8.0 |
| 2093 | 2026-05-20T04:06:23.633Z | Compiling slog-term v2.9.2 |
| 2094 | 2026-05-20T04:06:23.814Z | Compiling slog-bunyan v2.5.0 |
| 2095 | 2026-05-20T04:06:23.841Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2096 | 2026-05-20T04:06:23.938Z | Compiling dropshot v0.17.0 |
| 2097 | 2026-05-20T04:06:24.101Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2098 | 2026-05-20T04:06:24.435Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2099 | 2026-05-20T04:06:24.567Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2100 | 2026-05-20T04:06:24.920Z | Compiling slog-dtrace v0.3.0 |
| 2101 | 2026-05-20T04:06:25.188Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2102 | 2026-05-20T04:06:25.238Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2103 | 2026-05-20T04:06:25.314Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2104 | 2026-05-20T04:06:25.794Z | Compiling steno v0.4.1 |
| 2105 | 2026-05-20T04:06:28.609Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2106 | 2026-05-20T04:06:29.344Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2107 | 2026-05-20T04:06:29.355Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2108 | 2026-05-20T04:06:29.941Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2109 | 2026-05-20T04:06:30.570Z | Compiling typify-macro v0.4.3 |
| 2110 | 2026-05-20T04:06:30.608Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2111 | 2026-05-20T04:06:30.710Z | Compiling proc-macro-error2 v2.0.1 |
| 2112 | 2026-05-20T04:06:31.036Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2113 | 2026-05-20T04:06:31.228Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2114 | 2026-05-20T04:06:31.475Z | Compiling tabled_derive v0.11.0 |
| 2115 | 2026-05-20T04:06:31.576Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2116 | 2026-05-20T04:06:31.629Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2117 | 2026-05-20T04:06:32.005Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2118 | 2026-05-20T04:06:32.306Z | Compiling progenitor-client v0.11.2 |
| 2119 | 2026-05-20T04:06:34.153Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2120 | 2026-05-20T04:06:34.196Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2121 | 2026-05-20T04:06:34.196Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2122 | 2026-05-20T04:06:34.196Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2123 | 2026-05-20T04:06:34.235Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2124 | 2026-05-20T04:06:34.301Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2125 | 2026-05-20T04:06:34.405Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2126 | 2026-05-20T04:06:34.625Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2127 | 2026-05-20T04:06:34.705Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2128 | 2026-05-20T04:06:34.875Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2129 | 2026-05-20T04:06:35.517Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2130 | 2026-05-20T04:06:35.658Z | Compiling typify v0.4.3 |
| 2131 | 2026-05-20T04:06:35.743Z | Compiling progenitor-impl v0.11.2 |
| 2132 | 2026-05-20T04:06:36.438Z | Compiling tabled v0.20.0 |
| 2133 | 2026-05-20T04:06:36.451Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2134 | 2026-05-20T04:06:36.547Z | Compiling crc8 v0.1.1 |
| 2135 | 2026-05-20T04:06:36.673Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2136 | 2026-05-20T04:06:36.847Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2137 | 2026-05-20T04:06:37.104Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2138 | 2026-05-20T04:06:37.484Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2139 | 2026-05-20T04:06:39.363Z | Compiling progenitor-macro v0.11.2 |
| 2140 | 2026-05-20T04:06:41.188Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2141 | 2026-05-20T04:06:41.188Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2142 | 2026-05-20T04:06:41.873Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2143 | 2026-05-20T04:06:42.232Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2144 | 2026-05-20T04:06:42.808Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2145 | 2026-05-20T04:06:43.183Z | Compiling progenitor v0.11.2 |
| 2146 | 2026-05-20T04:06:43.310Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2147 | 2026-05-20T04:06:44.125Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2148 | 2026-05-20T04:06:44.367Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2149 | 2026-05-20T04:06:52.539Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2150 | 2026-05-20T04:06:57.826Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2151 | 2026-05-20T04:06:59.473Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2152 | 2026-05-20T04:07:02.867Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2153 | 2026-05-20T04:07:02.945Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2154 | 2026-05-20T04:07:02.945Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2155 | 2026-05-20T04:07:03.624Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2156 | 2026-05-20T04:07:03.643Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2157 | 2026-05-20T04:07:03.643Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2158 | 2026-05-20T04:07:09.156Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2159 | 2026-05-20T04:07:37.435Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 2160 | 2026-05-20T04:07:37.624Z | ──────────── |
| 2161 | 2026-05-20T04:07:37.624Z | Nextest run ID 4701c557-8934-42a0-8ca8-eab9de1ee9b4 with nextest profile: default |
| 2162 | 2026-05-20T04:07:37.624Z | Starting 32 tests across 3 binaries |
| 2163 | 2026-05-20T04:07:37.639Z | PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6 |
| 2164 | 2026-05-20T04:07:37.639Z | PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4 |
| 2165 | 2026-05-20T04:07:37.639Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence |
| 2166 | 2026-05-20T04:07:37.669Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence |
| 2167 | 2026-05-20T04:07:37.686Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence |
| 2168 | 2026-05-20T04:07:37.686Z | PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6 |
| 2169 | 2026-05-20T04:07:37.686Z | PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db |
| 2170 | 2026-05-20T04:07:37.686Z | PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp |
| 2171 | 2026-05-20T04:07:37.686Z | PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families |
| 2172 | 2026-05-20T04:07:37.686Z | PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop |
| 2173 | 2026-05-20T04:07:37.687Z | PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group |
| 2174 | 2026-05-20T04:07:37.687Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized |
| 2175 | 2026-05-20T04:07:37.687Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized |
| 2176 | 2026-05-20T04:07:37.687Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6 |
| 2177 | 2026-05-20T04:07:37.687Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4 |
| 2178 | 2026-05-20T04:07:37.687Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list |
| 2179 | 2026-05-20T04:07:37.687Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4 |
| 2180 | 2026-05-20T04:07:37.687Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6 |
| 2181 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4 |
| 2182 | 2026-05-20T04:07:37.701Z | PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence |
| 2183 | 2026-05-20T04:07:37.701Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6 |
| 2184 | 2026-05-20T04:07:37.701Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list |
| 2185 | 2026-05-20T04:07:37.701Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback |
| 2186 | 2026-05-20T04:07:37.701Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast |
| 2187 | 2026-05-20T04:07:37.701Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized |
| 2188 | 2026-05-20T04:07:37.701Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized |
| 2189 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized |
| 2190 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list |
| 2191 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local |
| 2192 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback |
| 2193 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast |
| 2194 | 2026-05-20T04:07:37.701Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized |
| 2195 | 2026-05-20T04:07:37.701Z | ──────────── |
| 2196 | 2026-05-20T04:07:37.701Z | Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped |
| 2197 | 2026-05-20T04:07:37.731Z | + cp apply_remove_entire_group.log /work/ |
| 2198 | 2026-05-20T04:07:37.731Z | + popd |
| 2199 | 2026-05-20T04:07:37.731Z | /work/oxidecomputer/maghemite |
| 2200 | 2026-05-20T04:07:37.731Z | process exited: duration 504329 ms, exit code 0 |
| |
| 2201 | 2026-05-20T04:07:37.778Z | found 66 output files |
| 2202 | 2026-05-20T04:07:37.778Z | uploading: /work/apply_remove_entire_group.log (8420 bytes) |
| 2203 | 2026-05-20T04:07:38.968Z | uploaded: /work/apply_remove_entire_group.log |
| 2204 | 2026-05-20T04:07:38.977Z | uploading: /work/dualstack_routes.log (118102 bytes) |
| 2205 | 2026-05-20T04:07:40.024Z | uploaded: /work/dualstack_routes.log |
| 2206 | 2026-05-20T04:07:40.024Z | uploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2373 bytes) |
| 2207 | 2026-05-20T04:07:43.356Z | uploaded: /work/loopback-manager.test_basic_peering_active_tcp.log |
| 2208 | 2026-05-20T04:07:43.356Z | uploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1367 bytes) |
| 2209 | 2026-05-20T04:07:44.534Z | uploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log |
| 2210 | 2026-05-20T04:07:44.534Z | uploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2354 bytes) |
| 2211 | 2026-05-20T04:07:45.920Z | uploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log |
| 2212 | 2026-05-20T04:07:45.920Z | uploading: /work/loopback-manager.test_basic_update_tcp.log (2370 bytes) |
| 2213 | 2026-05-20T04:07:47.537Z | uploaded: /work/loopback-manager.test_basic_update_tcp.log |
| 2214 | 2026-05-20T04:07:47.865Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2181 bytes) |
| 2215 | 2026-05-20T04:07:50.278Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log |
| 2216 | 2026-05-20T04:07:50.278Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2271 bytes) |
| 2217 | 2026-05-20T04:07:52.716Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log |
| 2218 | 2026-05-20T04:07:52.716Z | uploading: /work/loopback-manager.test_import_export_policy_filtering.log (3139 bytes) |
| 2219 | 2026-05-20T04:07:54.716Z | uploaded: /work/loopback-manager.test_import_export_policy_filtering.log |
| 2220 | 2026-05-20T04:07:54.716Z | uploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2180 bytes) |
| 2221 | 2026-05-20T04:07:56.953Z | uploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log |
| 2222 | 2026-05-20T04:07:56.953Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2235 bytes) |
| 2223 | 2026-05-20T04:07:58.195Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log |
| 2224 | 2026-05-20T04:07:58.195Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2263 bytes) |
| 2225 | 2026-05-20T04:07:59.581Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log |
| 2226 | 2026-05-20T04:07:59.581Z | uploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2272 bytes) |
| 2227 | 2026-05-20T04:08:02.057Z | uploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log |
| 2228 | 2026-05-20T04:08:02.058Z | uploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2428 bytes) |
| 2229 | 2026-05-20T04:08:03.628Z | uploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log |
| 2230 | 2026-05-20T04:08:03.628Z | uploading: /work/loopback-manager.test_three_router_chain_tcp.log (4667 bytes) |
| 2231 | 2026-05-20T04:08:05.419Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp.log |
| 2232 | 2026-05-20T04:08:05.419Z | uploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3521 bytes) |
| 2233 | 2026-05-20T04:08:07.791Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log |
| 2234 | 2026-05-20T04:08:07.791Z | uploading: /work/multiple_unnumbered.log (141062 bytes) |
| 2235 | 2026-05-20T04:08:10.117Z | uploaded: /work/multiple_unnumbered.log |
| 2236 | 2026-05-20T04:08:10.118Z | uploading: /work/ndp_change_reset.log (69930 bytes) |
| 2237 | 2026-05-20T04:08:12.353Z | uploaded: /work/ndp_change_reset.log |
| 2238 | 2026-05-20T04:08:12.354Z | uploading: /work/ndp_changes.log (88513 bytes) |
| 2239 | 2026-05-20T04:08:13.974Z | uploaded: /work/ndp_changes.log |
| 2240 | 2026-05-20T04:08:13.974Z | uploading: /work/r1.test_basic_peering_active.log (38276 bytes) |
| 2241 | 2026-05-20T04:08:15.574Z | uploaded: /work/r1.test_basic_peering_active.log |
| 2242 | 2026-05-20T04:08:15.574Z | uploading: /work/r1.test_basic_peering_active_tcp.log (45516 bytes) |
| 2243 | 2026-05-20T04:08:16.660Z | uploaded: /work/r1.test_basic_peering_active_tcp.log |
| 2244 | 2026-05-20T04:08:16.661Z | uploading: /work/r1.test_basic_peering_passive.log (33570 bytes) |
| 2245 | 2026-05-20T04:08:17.902Z | uploaded: /work/r1.test_basic_peering_passive.log |
| 2246 | 2026-05-20T04:08:17.902Z | uploading: /work/r1.test_basic_peering_passive_tcp.log (41431 bytes) |
| 2247 | 2026-05-20T04:08:19.175Z | uploaded: /work/r1.test_basic_peering_passive_tcp.log |
| 2248 | 2026-05-20T04:08:19.175Z | uploading: /work/r1.test_basic_update.log (28361 bytes) |
| 2249 | 2026-05-20T04:08:20.207Z | uploaded: /work/r1.test_basic_update.log |
| 2250 | 2026-05-20T04:08:20.207Z | uploading: /work/r1.test_basic_update_ipv6.log (28560 bytes) |
| 2251 | 2026-05-20T04:08:21.341Z | uploaded: /work/r1.test_basic_update_ipv6.log |
| 2252 | 2026-05-20T04:08:21.341Z | uploading: /work/r1.test_basic_update_ipv6_tcp.log (30964 bytes) |
| 2253 | 2026-05-20T04:08:22.407Z | uploaded: /work/r1.test_basic_update_ipv6_tcp.log |
| 2254 | 2026-05-20T04:08:22.407Z | uploading: /work/r1.test_basic_update_tcp.log (31178 bytes) |
| 2255 | 2026-05-20T04:08:23.431Z | uploaded: /work/r1.test_basic_update_tcp.log |
| 2256 | 2026-05-20T04:08:23.431Z | uploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (56300 bytes) |
| 2257 | 2026-05-20T04:08:24.453Z | uploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log |
| 2258 | 2026-05-20T04:08:24.453Z | uploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (57927 bytes) |
| 2259 | 2026-05-20T04:08:25.475Z | uploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log |
| 2260 | 2026-05-20T04:08:25.476Z | uploading: /work/r1.test_import_export_policy_filtering.log (40198 bytes) |
| 2261 | 2026-05-20T04:08:26.489Z | uploaded: /work/r1.test_import_export_policy_filtering.log |
| 2262 | 2026-05-20T04:08:26.489Z | uploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35844 bytes) |
| 2263 | 2026-05-20T04:08:27.514Z | uploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log |
| 2264 | 2026-05-20T04:08:27.514Z | uploading: /work/r1.test_ipv6_basic_peering_active.log (40238 bytes) |
| 2265 | 2026-05-20T04:08:28.541Z | uploaded: /work/r1.test_ipv6_basic_peering_active.log |
| 2266 | 2026-05-20T04:08:28.541Z | uploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49589 bytes) |
| 2267 | 2026-05-20T04:08:29.595Z | uploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log |
| 2268 | 2026-05-20T04:08:29.595Z | uploading: /work/r1.test_ipv6_basic_peering_passive.log (33759 bytes) |
| 2269 | 2026-05-20T04:08:30.629Z | uploaded: /work/r1.test_ipv6_basic_peering_passive.log |
| 2270 | 2026-05-20T04:08:30.629Z | uploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39617 bytes) |
| 2271 | 2026-05-20T04:08:31.651Z | uploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log |
| 2272 | 2026-05-20T04:08:31.651Z | uploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35661 bytes) |
| 2273 | 2026-05-20T04:08:32.662Z | uploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log |
| 2274 | 2026-05-20T04:08:32.662Z | uploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29936 bytes) |
| 2275 | 2026-05-20T04:08:33.678Z | uploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log |
| 2276 | 2026-05-20T04:08:33.678Z | uploading: /work/r1.test_three_router_chain_tcp.log (22151 bytes) |
| 2277 | 2026-05-20T04:08:34.750Z | uploaded: /work/r1.test_three_router_chain_tcp.log |
| 2278 | 2026-05-20T04:08:34.750Z | uploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22240 bytes) |
| 2279 | 2026-05-20T04:08:35.851Z | uploaded: /work/r1.test_three_router_chain_tcp_ipv6.log |
| 2280 | 2026-05-20T04:08:35.851Z | uploading: /work/r2.test_basic_peering_active.log (38964 bytes) |
| 2281 | 2026-05-20T04:08:36.912Z | uploaded: /work/r2.test_basic_peering_active.log |
| 2282 | 2026-05-20T04:08:36.912Z | uploading: /work/r2.test_basic_peering_active_tcp.log (44386 bytes) |
| 2283 | 2026-05-20T04:08:37.977Z | uploaded: /work/r2.test_basic_peering_active_tcp.log |
| 2284 | 2026-05-20T04:08:37.977Z | uploading: /work/r2.test_basic_peering_passive.log (41351 bytes) |
| 2285 | 2026-05-20T04:08:39.041Z | uploaded: /work/r2.test_basic_peering_passive.log |
| 2286 | 2026-05-20T04:08:39.041Z | uploading: /work/r2.test_basic_peering_passive_tcp.log (46993 bytes) |
| 2287 | 2026-05-20T04:08:40.057Z | uploaded: /work/r2.test_basic_peering_passive_tcp.log |
| 2288 | 2026-05-20T04:08:40.057Z | uploading: /work/r2.test_basic_update.log (26372 bytes) |
| 2289 | 2026-05-20T04:08:41.071Z | uploaded: /work/r2.test_basic_update.log |
| 2290 | 2026-05-20T04:08:41.071Z | uploading: /work/r2.test_basic_update_ipv6.log (29249 bytes) |
| 2291 | 2026-05-20T04:08:42.086Z | uploaded: /work/r2.test_basic_update_ipv6.log |
| 2292 | 2026-05-20T04:08:42.086Z | uploading: /work/r2.test_basic_update_ipv6_tcp.log (29717 bytes) |
| 2293 | 2026-05-20T04:08:43.122Z | uploaded: /work/r2.test_basic_update_ipv6_tcp.log |
| 2294 | 2026-05-20T04:08:43.122Z | uploading: /work/r2.test_basic_update_tcp.log (29705 bytes) |
| 2295 | 2026-05-20T04:08:44.140Z | uploaded: /work/r2.test_basic_update_tcp.log |
| 2296 | 2026-05-20T04:08:44.140Z | uploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (62102 bytes) |
| 2297 | 2026-05-20T04:08:45.156Z | uploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log |
| 2298 | 2026-05-20T04:08:45.156Z | uploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (48232 bytes) |
| 2299 | 2026-05-20T04:08:46.213Z | uploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log |
| 2300 | 2026-05-20T04:08:46.213Z | uploading: /work/r2.test_import_export_policy_filtering.log (36561 bytes) |
| 2301 | 2026-05-20T04:08:47.272Z | uploaded: /work/r2.test_import_export_policy_filtering.log |
| 2302 | 2026-05-20T04:08:47.272Z | uploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (36950 bytes) |
| 2303 | 2026-05-20T04:08:48.332Z | uploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log |
| 2304 | 2026-05-20T04:08:48.332Z | uploading: /work/r2.test_ipv6_basic_peering_active.log (38776 bytes) |
| 2305 | 2026-05-20T04:08:49.354Z | uploaded: /work/r2.test_ipv6_basic_peering_active.log |
| 2306 | 2026-05-20T04:08:49.354Z | uploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47701 bytes) |
| 2307 | 2026-05-20T04:08:50.447Z | uploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log |
| 2308 | 2026-05-20T04:08:50.447Z | uploading: /work/r2.test_ipv6_basic_peering_passive.log (41325 bytes) |
| 2309 | 2026-05-20T04:08:51.641Z | uploaded: /work/r2.test_ipv6_basic_peering_passive.log |
| 2310 | 2026-05-20T04:08:51.641Z | uploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46707 bytes) |
| 2311 | 2026-05-20T04:08:52.688Z | uploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log |
| 2312 | 2026-05-20T04:08:52.688Z | uploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38163 bytes) |
| 2313 | 2026-05-20T04:08:53.739Z | uploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log |
| 2314 | 2026-05-20T04:08:53.739Z | uploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes) |
| 2315 | 2026-05-20T04:08:54.769Z | uploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log |
| 2316 | 2026-05-20T04:08:54.769Z | uploading: /work/r2.test_three_router_chain_tcp.log (41200 bytes) |
| 2317 | 2026-05-20T04:08:55.786Z | uploaded: /work/r2.test_three_router_chain_tcp.log |
| 2318 | 2026-05-20T04:08:55.786Z | uploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45751 bytes) |
| 2319 | 2026-05-20T04:08:56.804Z | uploaded: /work/r2.test_three_router_chain_tcp_ipv6.log |
| 2320 | 2026-05-20T04:08:56.804Z | uploading: /work/r3.test_three_router_chain_tcp.log (22156 bytes) |
| 2321 | 2026-05-20T04:08:57.823Z | uploaded: /work/r3.test_three_router_chain_tcp.log |
| 2322 | 2026-05-20T04:08:57.823Z | uploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20682 bytes) |
| 2323 | 2026-05-20T04:08:58.872Z | uploaded: /work/r3.test_three_router_chain_tcp_ipv6.log |
| 2324 | 2026-05-20T04:08:58.872Z | uploading: /work/same_linklocal.log (155189 bytes) |
| 2325 | 2026-05-20T04:08:59.970Z | uploaded: /work/same_linklocal.log |
| 2326 | 2026-05-20T04:08:59.970Z | uploading: /work/three_chain.log (167417 bytes) |
| 2327 | 2026-05-20T04:09:01.267Z | uploaded: /work/three_chain.log |
| 2328 | 2026-05-20T04:09:01.308Z | uploading: /work/unnumbered_expiry.log (89018 bytes) |
| 2329 | 2026-05-20T04:09:02.388Z | uploaded: /work/unnumbered_expiry.log |
| 2330 | 2026-05-20T04:09:02.388Z | uploading: /work/unnumbered_interface_lifecycle.log (163879 bytes) |
| 2331 | 2026-05-20T04:09:03.450Z | uploaded: /work/unnumbered_interface_lifecycle.log |
| 2332 | 2026-05-20T04:09:03.451Z | uploading: /work/unnumbered_peer_change.log (79505 bytes) |
| 2333 | 2026-05-20T04:09:04.480Z | uploaded: /work/unnumbered_peer_change.log |