|
|
|
| 1 | 2026-08-20T02:22:25.186Z | job assigned to worker 01M0EFJGFX1T15ARQC93VHFY6Z [factory aws, i-061165934360090a8] (queued for 54 s) |
| |
| 2 | 2026-08-20T02:22:31.437Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:22:31.441Z | ++ uname -s |
| 4 | 2026-08-20T02:22:31.446Z | + kern=SunOS |
| 5 | 2026-08-20T02:22:31.446Z | + build_user=build |
| 6 | 2026-08-20T02:22:31.446Z | + build_uid=12345 |
| 7 | 2026-08-20T02:22:31.446Z | + work_dir=/work |
| 8 | 2026-08-20T02:22:31.446Z | + input_dir=/input |
| 9 | 2026-08-20T02:22:31.446Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:22:31.446Z | + case "$kern" in |
| 11 | 2026-08-20T02:22:31.446Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:22:31.446Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:22:33.450Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:22:33.550Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:22:33.554Z | + home_fs=zfs |
| 16 | 2026-08-20T02:22:33.554Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:22:33.554Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:22:33.554Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:22:35.553Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:22:35.556Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:22:35.564Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:22:35.568Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-20T02:22:35.568Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-20T02:22:35.568Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-20T02:22:35.568Z | * rust toolchain channel = "stable" |
| 26 | 2026-08-20T02:22:35.568Z | * rust toolchain profile = "default" |
| 27 | 2026-08-20T02:22:35.568Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T02:22:35.572Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:22:35.572Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-20T02:22:35.675Z | info: downloading installer |
| 31 | 2026-08-20T02:22:36.976Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:22:36.976Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:22:36.976Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:22:36.976Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:22:36.988Z | info: profile set to default |
| 36 | 2026-08-20T02:22:36.988Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:22:36.992Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:22:37.133Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:22:37.137Z | info: downloading 6 components |
| 40 | 2026-08-20T02:22:52.134Z | |
| 41 | 2026-08-20T02:22:52.134Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-08-20T02:22:52.164Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:22:52.164Z | |
| 44 | 2026-08-20T02:22:52.164Z | |
| 45 | 2026-08-20T02:22:52.164Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:22:52.164Z | |
| 47 | 2026-08-20T02:22:52.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:22:52.165Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:22:52.165Z | |
| 50 | 2026-08-20T02:22:52.165Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:22:52.165Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:22:52.165Z | |
| 53 | 2026-08-20T02:22:52.165Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:22:52.165Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:22:52.165Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:22:52.165Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:22:52.165Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:22:52.165Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:22:52.165Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:22:52.177Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:22:52.177Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:22:52.267Z | + rustup --version |
| 63 | 2026-08-20T02:22:52.275Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:22:52.279Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:22:52.297Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:22:52.302Z | + cargo --version |
| 67 | 2026-08-20T02:22:52.336Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:22:52.341Z | + rustc --version |
| 69 | 2026-08-20T02:22:52.341Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:22:52.341Z | process exited: duration 16775 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:22:52.352Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:22:52.365Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-20T02:22:54.376Z | process exited: duration 2026 ms, exit code 0 |
| |
| 74 | 2026-08-20T02:22:54.384Z | starting task 3: "clone repository" |
| 75 | 2026-08-20T02:22:54.388Z | + mkdir -p /work/oxidecomputer/maghemite |
| 76 | 2026-08-20T02:22:54.391Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 77 | 2026-08-20T02:22:54.421Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 78 | 2026-08-20T02:22:56.280Z | + cd /work/oxidecomputer/maghemite |
| 79 | 2026-08-20T02:22:56.280Z | + git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 80 | 2026-08-20T02:22:56.857Z | From https://github.com/oxidecomputer/maghemite |
| 81 | 2026-08-20T02:22:56.857Z | * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD |
| 82 | 2026-08-20T02:22:56.865Z | + [[ -n trey/bfd-db ]] |
| 83 | 2026-08-20T02:22:56.869Z | ++ git branch --show-current |
| 84 | 2026-08-20T02:22:56.869Z | + current=main |
| 85 | 2026-08-20T02:22:56.869Z | + [[ main != trey/bfd-db ]] |
| 86 | 2026-08-20T02:22:56.869Z | + git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 87 | 2026-08-20T02:22:56.872Z | + git checkout -f trey/bfd-db |
| 88 | 2026-08-20T02:22:56.889Z | Switched to branch 'trey/bfd-db' |
| 89 | 2026-08-20T02:22:56.893Z | + git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 90 | 2026-08-20T02:22:56.897Z | HEAD is now at ec98d0d test: cover BFD peer persistence |
| 91 | 2026-08-20T02:22:56.897Z | process exited: duration 2510 ms, exit code 0 |
| |
| 92 | 2026-08-20T02:22:56.905Z | starting task 4: "build" |
| 93 | 2026-08-20T02:22:56.908Z | + set -e |
| 94 | 2026-08-20T02:22:56.909Z | + source .github/buildomat/test-common.sh |
| 95 | 2026-08-20T02:22:56.909Z | ++ NEXTEST_VERSION=0.9.97 |
| 96 | 2026-08-20T02:22:56.909Z | ++ PLATFORM=illumos |
| 97 | 2026-08-20T02:22:56.909Z | ++ source .github/buildomat/common.sh |
| 98 | 2026-08-20T02:22:56.909Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-20T02:22:56.909Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 100 | 2026-08-20T02:22:56.909Z | +++ cargo --version |
| 101 | 2026-08-20T02:22:56.914Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 102 | 2026-08-20T02:22:57.053Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-08-20T02:22:57.058Z | info: downloading 6 components |
| 104 | 2026-08-20T02:23:10.411Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-08-20T02:23:10.417Z | +++ rustc --version |
| 106 | 2026-08-20T02:23:10.459Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-08-20T02:23:10.477Z | ++ banner install |
| 108 | 2026-08-20T02:23:10.477Z | |
| 109 | 2026-08-20T02:23:10.477Z | # # # #### ##### ## # # |
| 110 | 2026-08-20T02:23:10.477Z | # ## # # # # # # # |
| 111 | 2026-08-20T02:23:10.477Z | # # # # #### # # # # # |
| 112 | 2026-08-20T02:23:10.477Z | # # # # # # ###### # # |
| 113 | 2026-08-20T02:23:10.477Z | # # ## # # # # # # # |
| 114 | 2026-08-20T02:23:10.477Z | # # # #### # # # ###### ###### |
| 115 | 2026-08-20T02:23:10.477Z | |
| 116 | 2026-08-20T02:23:10.477Z | ++ pfexec pkg install clang-15 |
| 117 | 2026-08-20T02:23:12.939Z | Startup: Refreshing catalog 'helios' ... Done |
| 118 | 2026-08-20T02:23:13.284Z | Startup: Caching catalogs ... Done |
| 119 | 2026-08-20T02:23:15.166Z | Planning: Solver setup ... Done |
| 120 | 2026-08-20T02:23:15.246Z | Planning: Running solver ... Done |
| 121 | 2026-08-20T02:23:15.301Z | Planning: Consolidating action changes ... Done |
| 122 | 2026-08-20T02:23:15.301Z | Planning: Evaluating mediators ... Done |
| 123 | 2026-08-20T02:23:15.302Z | Planning: Planning completed in 1.94 seconds |
| 124 | 2026-08-20T02:23:15.324Z | No updates necessary for this image. |
| 125 | 2026-08-20T02:23:15.475Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 126 | 2026-08-20T02:23:15.520Z | Updating crates.io index |
| 127 | 2026-08-20T02:23:15.627Z | Downloading crates ... |
| 128 | 2026-08-20T02:23:15.685Z | Downloaded cargo-nextest v0.9.97 |
| 129 | 2026-08-20T02:23:15.763Z | Installing cargo-nextest v0.9.97 |
| 130 | 2026-08-20T02:23:15.785Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 131 | 2026-08-20T02:23:15.785Z | | |
| 132 | 2026-08-20T02:23:15.785Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 133 | 2026-08-20T02:23:15.785Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 134 | 2026-08-20T02:23:15.805Z | Updating crates.io index |
| 135 | 2026-08-20T02:23:17.962Z | Locking 396 packages to latest compatible versions |
| 136 | 2026-08-20T02:23:17.967Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 137 | 2026-08-20T02:23:17.967Z | Adding duct v0.13.7 (available: v1.1.1) |
| 138 | 2026-08-20T02:23:17.967Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 139 | 2026-08-20T02:23:17.970Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 140 | 2026-08-20T02:23:17.970Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 141 | 2026-08-20T02:23:17.970Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 142 | 2026-08-20T02:23:17.974Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 143 | 2026-08-20T02:23:17.974Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 144 | 2026-08-20T02:23:17.974Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 145 | 2026-08-20T02:23:17.977Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 146 | 2026-08-20T02:23:18.029Z | Downloading crates ... |
| 147 | 2026-08-20T02:23:18.033Z | Downloaded adler2 v2.0.1 |
| 148 | 2026-08-20T02:23:18.033Z | Downloaded ahash v0.8.12 |
| 149 | 2026-08-20T02:23:18.034Z | Downloaded addr2line v0.25.1 |
| 150 | 2026-08-20T02:23:18.039Z | Downloaded anstream v1.0.0 |
| 151 | 2026-08-20T02:23:18.039Z | Downloaded percent-encoding v2.3.2 |
| 152 | 2026-08-20T02:23:18.061Z | Downloaded pin-project-lite v0.2.17 |
| 153 | 2026-08-20T02:23:18.061Z | Downloaded pin-project v1.1.13 |
| 154 | 2026-08-20T02:23:18.061Z | Downloaded openssl-sys v0.9.117 |
| 155 | 2026-08-20T02:23:18.061Z | Downloaded pathdiff v0.2.3 |
| 156 | 2026-08-20T02:23:18.066Z | Downloaded os_pipe v1.2.3 |
| 157 | 2026-08-20T02:23:18.066Z | Downloaded parking_lot v0.12.5 |
| 158 | 2026-08-20T02:23:18.071Z | Downloaded self_update v0.42.0 |
| 159 | 2026-08-20T02:23:18.071Z | Downloaded ordered-float v2.10.1 |
| 160 | 2026-08-20T02:23:18.071Z | Downloaded target-lexicon v0.13.5 |
| 161 | 2026-08-20T02:23:18.075Z | Downloaded pin-project-internal v1.1.13 |
| 162 | 2026-08-20T02:23:18.075Z | Downloaded owo-colors v4.3.0 |
| 163 | 2026-08-20T02:23:18.075Z | Downloaded parking_lot_core v0.9.12 |
| 164 | 2026-08-20T02:23:18.079Z | Downloaded rand_core v0.10.1 |
| 165 | 2026-08-20T02:23:18.083Z | Downloaded pkcs8 v0.10.2 |
| 166 | 2026-08-20T02:23:18.087Z | Downloaded cargo_metadata v0.20.0 |
| 167 | 2026-08-20T02:23:18.091Z | Downloaded document-features v0.2.12 |
| 168 | 2026-08-20T02:23:18.091Z | Downloaded async-scoped v0.9.0 |
| 169 | 2026-08-20T02:23:18.096Z | Downloaded atomic-waker v1.1.2 |
| 170 | 2026-08-20T02:23:18.099Z | Downloaded futures-task v0.3.34 |
| 171 | 2026-08-20T02:23:18.103Z | Downloaded cargo-platform v0.3.3 |
| 172 | 2026-08-20T02:23:18.103Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 173 | 2026-08-20T02:23:18.103Z | Downloaded futures-sink v0.3.34 |
| 174 | 2026-08-20T02:23:18.103Z | Downloaded equivalent v1.0.2 |
| 175 | 2026-08-20T02:23:18.103Z | Downloaded clap_lex v1.1.0 |
| 176 | 2026-08-20T02:23:18.107Z | Downloaded erased-serde v0.4.10 |
| 177 | 2026-08-20T02:23:18.114Z | Downloaded anstyle-query v1.1.5 |
| 178 | 2026-08-20T02:23:18.118Z | Downloaded colorchoice v1.0.5 |
| 179 | 2026-08-20T02:23:18.118Z | Downloaded futures-macro v0.3.34 |
| 180 | 2026-08-20T02:23:18.118Z | Downloaded color-spantrace v0.3.0 |
| 181 | 2026-08-20T02:23:18.121Z | Downloaded regex-syntax v0.8.11 |
| 182 | 2026-08-20T02:23:18.125Z | Downloaded serde_json v1.0.151 |
| 183 | 2026-08-20T02:23:18.128Z | Downloaded sharded-slab v0.1.7 |
| 184 | 2026-08-20T02:23:18.132Z | Downloaded signal-hook-mio v0.2.5 |
| 185 | 2026-08-20T02:23:18.132Z | Downloaded backtrace-ext v0.2.1 |
| 186 | 2026-08-20T02:23:18.132Z | Downloaded foreign-types v0.3.2 |
| 187 | 2026-08-20T02:23:18.132Z | Downloaded reqwest v0.12.28 |
| 188 | 2026-08-20T02:23:18.136Z | Downloaded scopeguard v1.2.0 |
| 189 | 2026-08-20T02:23:18.136Z | Downloaded rand_pcg v0.10.2 |
| 190 | 2026-08-20T02:23:18.140Z | Downloaded tower-service v0.3.3 |
| 191 | 2026-08-20T02:23:18.140Z | Downloaded cpufeatures v0.3.0 |
| 192 | 2026-08-20T02:23:18.140Z | Downloaded errno v0.3.14 |
| 193 | 2026-08-20T02:23:18.140Z | Downloaded block-buffer v0.10.4 |
| 194 | 2026-08-20T02:23:18.140Z | Downloaded crypto-common v0.1.7 |
| 195 | 2026-08-20T02:23:18.140Z | Downloaded strip-ansi-escapes v0.2.1 |
| 196 | 2026-08-20T02:23:18.140Z | Downloaded serde_derive v1.0.229 |
| 197 | 2026-08-20T02:23:18.147Z | Downloaded tracing-error v0.2.1 |
| 198 | 2026-08-20T02:23:18.147Z | Downloaded futures-io v0.3.34 |
| 199 | 2026-08-20T02:23:18.147Z | Downloaded futures-core v0.3.34 |
| 200 | 2026-08-20T02:23:18.147Z | Downloaded supports-unicode v3.0.0 |
| 201 | 2026-08-20T02:23:18.147Z | Downloaded atomicwrites v0.4.4 |
| 202 | 2026-08-20T02:23:18.150Z | Downloaded self-replace v1.5.0 |
| 203 | 2026-08-20T02:23:18.150Z | Downloaded form_urlencoded v1.2.2 |
| 204 | 2026-08-20T02:23:18.150Z | Downloaded cfg_aliases v0.2.2 |
| 205 | 2026-08-20T02:23:18.150Z | Downloaded cfg-if v1.0.4 |
| 206 | 2026-08-20T02:23:18.150Z | Downloaded swrite v0.1.0 |
| 207 | 2026-08-20T02:23:18.156Z | Downloaded toml_write v0.1.2 |
| 208 | 2026-08-20T02:23:18.156Z | Downloaded foreign-types-shared v0.1.1 |
| 209 | 2026-08-20T02:23:18.156Z | Downloaded shell-words v1.1.1 |
| 210 | 2026-08-20T02:23:18.160Z | Downloaded debug-ignore v1.0.5 |
| 211 | 2026-08-20T02:23:18.160Z | Downloaded fnv v1.0.7 |
| 212 | 2026-08-20T02:23:18.160Z | Downloaded signal-hook-registry v1.4.8 |
| 213 | 2026-08-20T02:23:18.160Z | Downloaded thiserror v1.0.69 |
| 214 | 2026-08-20T02:23:18.164Z | Downloaded enable-ansi-support v0.2.1 |
| 215 | 2026-08-20T02:23:18.164Z | Downloaded typeid v1.0.3 |
| 216 | 2026-08-20T02:23:18.167Z | Downloaded cargo-platform v0.2.0 |
| 217 | 2026-08-20T02:23:18.167Z | Downloaded serde-value v0.7.0 |
| 218 | 2026-08-20T02:23:18.171Z | Downloaded signature v2.2.0 |
| 219 | 2026-08-20T02:23:18.171Z | Downloaded rand_chacha v0.9.0 |
| 220 | 2026-08-20T02:23:18.175Z | Downloaded fixedbitset v0.5.7 |
| 221 | 2026-08-20T02:23:18.175Z | Downloaded futures-executor v0.3.34 |
| 222 | 2026-08-20T02:23:18.175Z | Downloaded rustc-demangle v0.1.28 |
| 223 | 2026-08-20T02:23:18.175Z | Downloaded simd-adler32 v0.3.10 |
| 224 | 2026-08-20T02:23:18.175Z | Downloaded autocfg v1.5.1 |
| 225 | 2026-08-20T02:23:18.179Z | Downloaded camino-tempfile v1.4.1 |
| 226 | 2026-08-20T02:23:18.179Z | Downloaded rustls-pki-types v1.15.1 |
| 227 | 2026-08-20T02:23:18.179Z | Downloaded urlencoding v2.1.3 |
| 228 | 2026-08-20T02:23:18.179Z | Downloaded tracing-attributes v0.1.31 |
| 229 | 2026-08-20T02:23:18.183Z | Downloaded strsim v0.11.1 |
| 230 | 2026-08-20T02:23:18.183Z | Downloaded toml_datetime v0.6.11 |
| 231 | 2026-08-20T02:23:18.183Z | Downloaded http-body v1.1.0 |
| 232 | 2026-08-20T02:23:18.183Z | Downloaded hyper-tls v0.6.0 |
| 233 | 2026-08-20T02:23:18.187Z | Downloaded shared_child v1.1.1 |
| 234 | 2026-08-20T02:23:18.187Z | Downloaded humantime-serde v1.1.1 |
| 235 | 2026-08-20T02:23:18.187Z | Downloaded indent_write v2.2.0 |
| 236 | 2026-08-20T02:23:18.187Z | Downloaded rustc-hash v2.1.3 |
| 237 | 2026-08-20T02:23:18.187Z | Downloaded mukti-metadata v0.3.0 |
| 238 | 2026-08-20T02:23:18.187Z | Downloaded serde_spanned v1.1.1 |
| 239 | 2026-08-20T02:23:18.187Z | Downloaded serde_ignored v0.1.14 |
| 240 | 2026-08-20T02:23:18.190Z | Downloaded duct v0.13.7 |
| 241 | 2026-08-20T02:23:18.190Z | Downloaded supports-hyperlinks v3.2.0 |
| 242 | 2026-08-20T02:23:18.190Z | Downloaded terminal_size v0.4.4 |
| 243 | 2026-08-20T02:23:18.194Z | Downloaded fastrand v2.5.0 |
| 244 | 2026-08-20T02:23:18.197Z | Downloaded shlex v2.0.1 |
| 245 | 2026-08-20T02:23:18.198Z | Downloaded thread_local v1.1.10 |
| 246 | 2026-08-20T02:23:18.202Z | Downloaded ed25519 v2.2.3 |
| 247 | 2026-08-20T02:23:18.205Z | Downloaded filetime v0.2.29 |
| 248 | 2026-08-20T02:23:18.205Z | Downloaded ppv-lite86 v0.2.21 |
| 249 | 2026-08-20T02:23:18.205Z | Downloaded thiserror v2.0.20 |
| 250 | 2026-08-20T02:23:18.209Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 251 | 2026-08-20T02:23:18.209Z | Downloaded digest v0.10.7 |
| 252 | 2026-08-20T02:23:18.212Z | Downloaded quinn-udp v0.5.15 |
| 253 | 2026-08-20T02:23:18.212Z | Downloaded anstyle-parse v1.0.0 |
| 254 | 2026-08-20T02:23:18.212Z | Downloaded foldhash v0.1.5 |
| 255 | 2026-08-20T02:23:18.242Z | Downloaded smol_str v0.3.6 |
| 256 | 2026-08-20T02:23:18.242Z | Downloaded itoa v1.0.18 |
| 257 | 2026-08-20T02:23:18.242Z | Downloaded rustc_version v0.4.1 |
| 258 | 2026-08-20T02:23:18.242Z | Downloaded anstyle v1.0.14 |
| 259 | 2026-08-20T02:23:18.242Z | Downloaded either v1.17.0 |
| 260 | 2026-08-20T02:23:18.242Z | Downloaded base64ct v1.8.3 |
| 261 | 2026-08-20T02:23:18.242Z | Downloaded convert_case v0.10.0 |
| 262 | 2026-08-20T02:23:18.242Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 263 | 2026-08-20T02:23:18.242Z | Downloaded sha2 v0.10.9 |
| 264 | 2026-08-20T02:23:18.242Z | Downloaded rand_core v0.6.4 |
| 265 | 2026-08-20T02:23:18.242Z | Downloaded thiserror-impl v2.0.20 |
| 266 | 2026-08-20T02:23:18.243Z | Downloaded unicode-linebreak v0.1.5 |
| 267 | 2026-08-20T02:23:18.243Z | Downloaded openssl-probe v0.2.1 |
| 268 | 2026-08-20T02:23:18.243Z | Downloaded serde_path_to_error v0.1.20 |
| 269 | 2026-08-20T02:23:18.243Z | Downloaded toml v0.8.23 |
| 270 | 2026-08-20T02:23:18.243Z | Downloaded zmij v1.0.23 |
| 271 | 2026-08-20T02:23:18.243Z | Downloaded rand_core v0.9.5 |
| 272 | 2026-08-20T02:23:18.243Z | Downloaded tokio-rustls v0.26.4 |
| 273 | 2026-08-20T02:23:18.243Z | Downloaded utf8_iter v1.0.4 |
| 274 | 2026-08-20T02:23:18.243Z | Downloaded generic-array v0.14.7 |
| 275 | 2026-08-20T02:23:18.243Z | Downloaded guppy-workspace-hack v0.1.0 |
| 276 | 2026-08-20T02:23:18.243Z | Downloaded crc32fast v1.5.0 |
| 277 | 2026-08-20T02:23:18.288Z | Downloaded lazy_static v1.5.0 |
| 278 | 2026-08-20T02:23:18.288Z | Downloaded utf8parse v0.2.2 |
| 279 | 2026-08-20T02:23:18.288Z | Downloaded try-lock v0.2.5 |
| 280 | 2026-08-20T02:23:18.288Z | Downloaded xxhash-rust v0.8.18 |
| 281 | 2026-08-20T02:23:18.288Z | Downloaded semver v1.0.28 |
| 282 | 2026-08-20T02:23:18.288Z | Downloaded hex v0.4.3 |
| 283 | 2026-08-20T02:23:18.288Z | Downloaded home v0.5.12 |
| 284 | 2026-08-20T02:23:18.288Z | Downloaded target-spec v3.6.0 |
| 285 | 2026-08-20T02:23:18.288Z | Downloaded spki v0.7.3 |
| 286 | 2026-08-20T02:23:18.288Z | Downloaded lock_api v0.4.14 |
| 287 | 2026-08-20T02:23:18.288Z | Downloaded ipnet v2.12.1 |
| 288 | 2026-08-20T02:23:18.288Z | Downloaded socket2 v0.6.5 |
| 289 | 2026-08-20T02:23:18.288Z | Downloaded lru-slab v0.1.2 |
| 290 | 2026-08-20T02:23:18.288Z | Downloaded want v0.3.1 |
| 291 | 2026-08-20T02:23:18.289Z | Downloaded openssl-macros v0.1.1 |
| 292 | 2026-08-20T02:23:18.289Z | Downloaded tempfile v3.27.0 |
| 293 | 2026-08-20T02:23:18.289Z | Downloaded camino v1.2.5 |
| 294 | 2026-08-20T02:23:18.289Z | Downloaded textwrap v0.16.2 |
| 295 | 2026-08-20T02:23:18.289Z | Downloaded native-tls v0.2.18 |
| 296 | 2026-08-20T02:23:18.289Z | Downloaded chacha20 v0.10.1 |
| 297 | 2026-08-20T02:23:18.289Z | Downloaded const-oid v0.9.6 |
| 298 | 2026-08-20T02:23:18.289Z | Downloaded eyre v0.6.14 |
| 299 | 2026-08-20T02:23:18.296Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-08-20T02:23:18.296Z | Downloaded dialoguer v0.11.0 |
| 301 | 2026-08-20T02:23:18.296Z | Downloaded futures-channel v0.3.34 |
| 302 | 2026-08-20T02:23:18.296Z | Downloaded cfg-expr v0.20.8 |
| 303 | 2026-08-20T02:23:18.296Z | Downloaded serde_core v1.0.229 |
| 304 | 2026-08-20T02:23:18.296Z | Downloaded cargo-util-schemas v0.2.0 |
| 305 | 2026-08-20T02:23:18.296Z | Downloaded cargo_metadata v0.23.1 |
| 306 | 2026-08-20T02:23:18.296Z | Downloaded future-queue v0.4.0 |
| 307 | 2026-08-20T02:23:18.302Z | Downloaded serde_urlencoded v0.7.1 |
| 308 | 2026-08-20T02:23:18.302Z | Downloaded is_ci v1.2.0 |
| 309 | 2026-08-20T02:23:18.303Z | Downloaded clap_derive v4.6.4 |
| 310 | 2026-08-20T02:23:18.303Z | Downloaded rustls-webpki v0.103.14 |
| 311 | 2026-08-20T02:23:18.303Z | Downloaded tokio-native-tls v0.3.1 |
| 312 | 2026-08-20T02:23:18.303Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-08-20T02:23:18.306Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-08-20T02:23:18.306Z | Downloaded nested v0.1.1 |
| 315 | 2026-08-20T02:23:18.306Z | Downloaded jobserver v0.1.35 |
| 316 | 2026-08-20T02:23:18.306Z | Downloaded tracing-log v0.2.0 |
| 317 | 2026-08-20T02:23:18.309Z | Downloaded newtype-uuid v1.4.0 |
| 318 | 2026-08-20T02:23:18.309Z | Downloaded console v0.15.11 |
| 319 | 2026-08-20T02:23:18.310Z | Downloaded subtle v2.6.1 |
| 320 | 2026-08-20T02:23:18.313Z | Downloaded tinyvec_macros v0.1.1 |
| 321 | 2026-08-20T02:23:18.316Z | Downloaded nextest-workspace-hack v0.1.0 |
| 322 | 2026-08-20T02:23:18.316Z | Downloaded tokio-macros v2.7.2 |
| 323 | 2026-08-20T02:23:18.316Z | Downloaded zipsign-api v0.1.5 |
| 324 | 2026-08-20T02:23:18.316Z | Downloaded supports-color v3.0.2 |
| 325 | 2026-08-20T02:23:18.320Z | Downloaded miette-derive v7.6.0 |
| 326 | 2026-08-20T02:23:18.321Z | Downloaded globset v0.4.20 |
| 327 | 2026-08-20T02:23:18.324Z | Downloaded version_check v0.9.5 |
| 328 | 2026-08-20T02:23:18.325Z | Downloaded once_cell v1.21.4 |
| 329 | 2026-08-20T02:23:18.325Z | Downloaded xattr v1.6.1 |
| 330 | 2026-08-20T02:23:18.330Z | Downloaded unicase v2.9.0 |
| 331 | 2026-08-20T02:23:18.330Z | Downloaded tower-layer v0.3.3 |
| 332 | 2026-08-20T02:23:18.330Z | Downloaded find-msvc-tools v0.1.11 |
| 333 | 2026-08-20T02:23:18.336Z | Downloaded serde v1.0.229 |
| 334 | 2026-08-20T02:23:18.339Z | Downloaded tinyvec v1.12.0 |
| 335 | 2026-08-20T02:23:18.339Z | Downloaded number_prefix v0.4.0 |
| 336 | 2026-08-20T02:23:18.339Z | Downloaded pkg-config v0.3.34 |
| 337 | 2026-08-20T02:23:18.339Z | Downloaded quote v1.0.47 |
| 338 | 2026-08-20T02:23:18.339Z | Downloaded slab v0.4.12 |
| 339 | 2026-08-20T02:23:18.349Z | Downloaded zstd v0.13.3 |
| 340 | 2026-08-20T02:23:18.349Z | Downloaded untrusted v0.9.0 |
| 341 | 2026-08-20T02:23:18.349Z | Downloaded hyper-rustls v0.27.9 |
| 342 | 2026-08-20T02:23:18.349Z | Downloaded idna_adapter v1.0.0 |
| 343 | 2026-08-20T02:23:18.349Z | Downloaded unicode-xid v0.2.6 |
| 344 | 2026-08-20T02:23:18.354Z | Downloaded indenter v0.3.4 |
| 345 | 2026-08-20T02:23:18.355Z | Downloaded heck v0.5.0 |
| 346 | 2026-08-20T02:23:18.355Z | Downloaded tracing-core v0.1.36 |
| 347 | 2026-08-20T02:23:18.355Z | Downloaded getrandom v0.2.17 |
| 348 | 2026-08-20T02:23:18.360Z | Downloaded humantime v2.4.0 |
| 349 | 2026-08-20T02:23:18.364Z | Downloaded smallvec v1.15.2 |
| 350 | 2026-08-20T02:23:18.364Z | Downloaded static_assertions v1.1.0 |
| 351 | 2026-08-20T02:23:18.364Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2026-08-20T02:23:18.371Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-08-20T02:23:18.371Z | Downloaded clap v4.6.6 |
| 354 | 2026-08-20T02:23:18.375Z | Downloaded sigchld v0.2.4 |
| 355 | 2026-08-20T02:23:18.375Z | Downloaded serde-untagged v0.1.9 |
| 356 | 2026-08-20T02:23:18.376Z | Downloaded litrs v1.0.0 |
| 357 | 2026-08-20T02:23:18.380Z | Downloaded tar v0.4.46 |
| 358 | 2026-08-20T02:23:18.380Z | Downloaded target-spec-miette v0.4.8 |
| 359 | 2026-08-20T02:23:18.380Z | Downloaded config v0.15.25 |
| 360 | 2026-08-20T02:23:18.387Z | Downloaded bitflags v2.13.1 |
| 361 | 2026-08-20T02:23:18.387Z | Downloaded num-traits v0.2.19 |
| 362 | 2026-08-20T02:23:18.391Z | Downloaded sync_wrapper v1.0.2 |
| 363 | 2026-08-20T02:23:18.392Z | Downloaded zstd-safe v7.2.4 |
| 364 | 2026-08-20T02:23:18.392Z | Downloaded iana-time-zone v0.1.65 |
| 365 | 2026-08-20T02:23:18.392Z | Downloaded nextest-metadata v0.12.2 |
| 366 | 2026-08-20T02:23:18.392Z | Downloaded tokio-util v0.7.19 |
| 367 | 2026-08-20T02:23:18.395Z | Downloaded getrandom v0.3.4 |
| 368 | 2026-08-20T02:23:18.403Z | Downloaded getrandom v0.4.3 |
| 369 | 2026-08-20T02:23:18.403Z | Downloaded log v0.4.33 |
| 370 | 2026-08-20T02:23:18.408Z | Downloaded zeroize v1.9.0 |
| 371 | 2026-08-20T02:23:18.416Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 372 | 2026-08-20T02:23:18.416Z | Downloaded ryu v1.0.23 |
| 373 | 2026-08-20T02:23:18.425Z | Downloaded indicatif v0.17.11 |
| 374 | 2026-08-20T02:23:18.425Z | Downloaded httparse v1.10.1 |
| 375 | 2026-08-20T02:23:18.425Z | Downloaded bytes v1.12.1 |
| 376 | 2026-08-20T02:23:18.425Z | Downloaded derive-where v1.6.1 |
| 377 | 2026-08-20T02:23:18.431Z | Downloaded proc-macro2 v1.0.107 |
| 378 | 2026-08-20T02:23:18.431Z | Downloaded base64 v0.22.1 |
| 379 | 2026-08-20T02:23:18.432Z | Downloaded signal-hook v0.3.18 |
| 380 | 2026-08-20T02:23:18.432Z | Downloaded borsh v1.8.0 |
| 381 | 2026-08-20T02:23:18.442Z | Downloaded nextest-filtering v0.15.0 |
| 382 | 2026-08-20T02:23:18.442Z | Downloaded tokio-stream v0.1.19 |
| 383 | 2026-08-20T02:23:18.445Z | Downloaded http-body-util v0.1.5 |
| 384 | 2026-08-20T02:23:18.445Z | Downloaded quick-junit v0.5.2 |
| 385 | 2026-08-20T02:23:18.445Z | Downloaded unicode-ident v1.0.24 |
| 386 | 2026-08-20T02:23:18.446Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 387 | 2026-08-20T02:23:18.446Z | Downloaded unicode-segmentation v1.13.3 |
| 388 | 2026-08-20T02:23:18.468Z | Downloaded derive_more v2.1.1 |
| 389 | 2026-08-20T02:23:18.480Z | Downloaded futures v0.3.34 |
| 390 | 2026-08-20T02:23:18.484Z | Downloaded backtrace v0.3.76 |
| 391 | 2026-08-20T02:23:18.484Z | Downloaded der v0.7.10 |
| 392 | 2026-08-20T02:23:18.484Z | Downloaded flate2 v1.1.9 |
| 393 | 2026-08-20T02:23:18.488Z | Downloaded ed25519-dalek v2.2.0 |
| 394 | 2026-08-20T02:23:18.488Z | Downloaded uuid v1.24.1 |
| 395 | 2026-08-20T02:23:18.493Z | Downloaded tower v0.5.3 |
| 396 | 2026-08-20T02:23:18.521Z | Downloaded url v2.5.8 |
| 397 | 2026-08-20T02:23:18.525Z | Downloaded miette v7.6.0 |
| 398 | 2026-08-20T02:23:18.525Z | Downloaded rand v0.9.5 |
| 399 | 2026-08-20T02:23:18.525Z | Downloaded tower-http v0.6.11 |
| 400 | 2026-08-20T02:23:18.525Z | Downloaded regex v1.13.1 |
| 401 | 2026-08-20T02:23:18.525Z | Downloaded http v1.5.0 |
| 402 | 2026-08-20T02:23:18.525Z | Downloaded cc v1.4.3 |
| 403 | 2026-08-20T02:23:18.525Z | Downloaded rand v0.10.2 |
| 404 | 2026-08-20T02:23:18.530Z | Downloaded vte v0.14.1 |
| 405 | 2026-08-20T02:23:18.533Z | Downloaded guppy v0.17.26 |
| 406 | 2026-08-20T02:23:18.538Z | Downloaded quinn v0.11.11 |
| 407 | 2026-08-20T02:23:18.538Z | Downloaded ron v0.12.2 |
| 408 | 2026-08-20T02:23:18.541Z | Downloaded unicode-normalization v0.1.25 |
| 409 | 2026-08-20T02:23:18.548Z | Downloaded miniz_oxide v0.8.9 |
| 410 | 2026-08-20T02:23:18.548Z | Downloaded derive_more-impl v2.1.1 |
| 411 | 2026-08-20T02:23:18.551Z | Downloaded typenum v1.20.1 |
| 412 | 2026-08-20T02:23:18.558Z | Downloaded memchr v2.8.3 |
| 413 | 2026-08-20T02:23:18.587Z | Downloaded hyper v1.11.0 |
| 414 | 2026-08-20T02:23:18.591Z | Downloaded hashbrown v0.17.1 |
| 415 | 2026-08-20T02:23:18.596Z | Downloaded crossterm v0.29.0 |
| 416 | 2026-08-20T02:23:18.600Z | Downloaded winnow v1.0.4 |
| 417 | 2026-08-20T02:23:18.603Z | Downloaded h2 v0.4.17 |
| 418 | 2026-08-20T02:23:18.606Z | Downloaded quick-xml v0.38.4 |
| 419 | 2026-08-20T02:23:18.615Z | Downloaded indexmap v2.14.0 |
| 420 | 2026-08-20T02:23:18.622Z | Downloaded webpki-roots v1.0.9 |
| 421 | 2026-08-20T02:23:18.625Z | Downloaded hyper-util v0.1.20 |
| 422 | 2026-08-20T02:23:18.629Z | Downloaded pulldown-cmark v0.13.4 |
| 423 | 2026-08-20T02:23:18.632Z | Downloaded idna v1.1.0 |
| 424 | 2026-08-20T02:23:18.644Z | Downloaded syn v3.0.3 |
| 425 | 2026-08-20T02:23:18.655Z | Downloaded hashbrown v0.15.5 |
| 426 | 2026-08-20T02:23:18.659Z | Downloaded mio v1.2.2 |
| 427 | 2026-08-20T02:23:18.664Z | Downloaded syn v2.0.119 |
| 428 | 2026-08-20T02:23:18.670Z | Downloaded quick-xml v0.37.5 |
| 429 | 2026-08-20T02:23:18.673Z | Downloaded aho-corasick v1.1.5 |
| 430 | 2026-08-20T02:23:18.677Z | Downloaded futures-util v0.3.34 |
| 431 | 2026-08-20T02:23:18.686Z | Downloaded clap_builder v4.6.6 |
| 432 | 2026-08-20T02:23:18.692Z | Downloaded itertools v0.14.0 |
| 433 | 2026-08-20T02:23:18.698Z | Downloaded winnow v0.7.15 |
| 434 | 2026-08-20T02:23:18.707Z | Downloaded rustix v0.38.44 |
| 435 | 2026-08-20T02:23:18.719Z | Downloaded rustls v0.23.43 |
| 436 | 2026-08-20T02:23:18.725Z | Downloaded nix v0.30.1 |
| 437 | 2026-08-20T02:23:18.730Z | Downloaded rustix v1.1.4 |
| 438 | 2026-08-20T02:23:18.743Z | Downloaded vcpkg v0.2.15 |
| 439 | 2026-08-20T02:23:18.764Z | Downloaded tracing v0.1.44 |
| 440 | 2026-08-20T02:23:18.774Z | Downloaded portable-atomic v1.15.0 |
| 441 | 2026-08-20T02:23:18.778Z | Downloaded chrono v0.4.45 |
| 442 | 2026-08-20T02:23:18.783Z | Downloaded tracing-subscriber v0.3.23 |
| 443 | 2026-08-20T02:23:18.791Z | Downloaded regex-automata v0.4.18 |
| 444 | 2026-08-20T02:23:18.795Z | Downloaded quinn-proto v0.11.17 |
| 445 | 2026-08-20T02:23:18.799Z | Downloaded nextest-runner v0.80.0 |
| 446 | 2026-08-20T02:23:18.806Z | Downloaded unicode-width v0.1.14 |
| 447 | 2026-08-20T02:23:18.811Z | Downloaded curve25519-dalek v4.1.3 |
| 448 | 2026-08-20T02:23:18.811Z | Downloaded unicode-width v0.2.2 |
| 449 | 2026-08-20T02:23:18.815Z | Downloaded petgraph v0.8.3 |
| 450 | 2026-08-20T02:23:18.826Z | Downloaded gimli v0.32.3 |
| 451 | 2026-08-20T02:23:18.829Z | Downloaded zerocopy v0.8.56 |
| 452 | 2026-08-20T02:23:18.836Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 453 | 2026-08-20T02:23:18.845Z | Downloaded bstr v1.13.1 |
| 454 | 2026-08-20T02:23:18.850Z | Downloaded object v0.37.3 |
| 455 | 2026-08-20T02:23:18.855Z | Downloaded openssl v0.10.81 |
| 456 | 2026-08-20T02:23:18.860Z | Downloaded tokio v1.53.1 |
| 457 | 2026-08-20T02:23:18.883Z | Downloaded color-eyre v0.6.5 |
| 458 | 2026-08-20T02:23:18.888Z | Downloaded libc v0.2.189 |
| 459 | 2026-08-20T02:23:18.908Z | Downloaded recursion v0.5.4 |
| 460 | 2026-08-20T02:23:18.914Z | Downloaded ring v0.17.14 |
| 461 | 2026-08-20T02:23:18.967Z | Compiling proc-macro2 v1.0.107 |
| 462 | 2026-08-20T02:23:18.971Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-08-20T02:23:18.971Z | Compiling quote v1.0.47 |
| 464 | 2026-08-20T02:23:18.971Z | Compiling libc v0.2.189 |
| 465 | 2026-08-20T02:23:18.971Z | Compiling serde_core v1.0.229 |
| 466 | 2026-08-20T02:23:18.971Z | Compiling cfg-if v1.0.4 |
| 467 | 2026-08-20T02:23:18.971Z | Compiling memchr v2.8.3 |
| 468 | 2026-08-20T02:23:18.971Z | Compiling once_cell v1.21.4 |
| 469 | 2026-08-20T02:23:19.230Z | Compiling log v0.4.33 |
| 470 | 2026-08-20T02:23:19.336Z | Compiling pin-project-lite v0.2.17 |
| 471 | 2026-08-20T02:23:19.358Z | Compiling itoa v1.0.18 |
| 472 | 2026-08-20T02:23:19.419Z | Compiling serde v1.0.229 |
| 473 | 2026-08-20T02:23:19.520Z | Compiling futures-core v0.3.34 |
| 474 | 2026-08-20T02:23:19.602Z | Compiling smallvec v1.15.2 |
| 475 | 2026-08-20T02:23:19.680Z | Compiling bitflags v2.13.1 |
| 476 | 2026-08-20T02:23:19.761Z | Compiling find-msvc-tools v0.1.11 |
| 477 | 2026-08-20T02:23:19.863Z | Compiling hashbrown v0.17.1 |
| 478 | 2026-08-20T02:23:19.996Z | Compiling equivalent v1.0.2 |
| 479 | 2026-08-20T02:23:20.083Z | Compiling errno v0.3.14 |
| 480 | 2026-08-20T02:23:20.095Z | Compiling shlex v2.0.1 |
| 481 | 2026-08-20T02:23:20.129Z | Compiling bytes v1.12.1 |
| 482 | 2026-08-20T02:23:20.277Z | Compiling signal-hook-registry v1.4.8 |
| 483 | 2026-08-20T02:23:20.323Z | Compiling jobserver v0.1.35 |
| 484 | 2026-08-20T02:23:20.352Z | Compiling mio v1.2.2 |
| 485 | 2026-08-20T02:23:20.366Z | Compiling futures-sink v0.3.34 |
| 486 | 2026-08-20T02:23:20.476Z | Compiling syn v3.0.3 |
| 487 | 2026-08-20T02:23:20.510Z | Compiling syn v2.0.119 |
| 488 | 2026-08-20T02:23:20.565Z | Compiling cc v1.4.3 |
| 489 | 2026-08-20T02:23:20.608Z | Compiling rustix v1.1.4 |
| 490 | 2026-08-20T02:23:20.744Z | Compiling socket2 v0.6.5 |
| 491 | 2026-08-20T02:23:21.041Z | Compiling autocfg v1.5.1 |
| 492 | 2026-08-20T02:23:21.057Z | Compiling zmij v1.0.23 |
| 493 | 2026-08-20T02:23:21.336Z | Compiling slab v0.4.12 |
| 494 | 2026-08-20T02:23:21.425Z | Compiling futures-channel v0.3.34 |
| 495 | 2026-08-20T02:23:21.486Z | Compiling indexmap v2.14.0 |
| 496 | 2026-08-20T02:23:21.535Z | Compiling tracing-core v0.1.36 |
| 497 | 2026-08-20T02:23:21.643Z | Compiling version_check v0.9.5 |
| 498 | 2026-08-20T02:23:21.716Z | Compiling serde_json v1.0.151 |
| 499 | 2026-08-20T02:23:21.899Z | Compiling futures-task v0.3.34 |
| 500 | 2026-08-20T02:23:21.932Z | Compiling futures-io v0.3.34 |
| 501 | 2026-08-20T02:23:22.071Z | Compiling getrandom v0.4.3 |
| 502 | 2026-08-20T02:23:22.207Z | Compiling unicode-width v0.2.2 |
| 503 | 2026-08-20T02:23:22.344Z | Compiling camino v1.2.5 |
| 504 | 2026-08-20T02:23:22.361Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-08-20T02:23:22.587Z | Compiling ring v0.17.14 |
| 506 | 2026-08-20T02:23:22.626Z | Compiling http v1.5.0 |
| 507 | 2026-08-20T02:23:22.677Z | Compiling zeroize v1.9.0 |
| 508 | 2026-08-20T02:23:22.701Z | Compiling adler2 v2.0.1 |
| 509 | 2026-08-20T02:23:22.874Z | Compiling simd-adler32 v0.3.10 |
| 510 | 2026-08-20T02:23:23.086Z | Compiling miniz_oxide v0.8.9 |
| 511 | 2026-08-20T02:23:23.306Z | Compiling serde_derive v1.0.229 |
| 512 | 2026-08-20T02:23:23.459Z | Compiling tokio-macros v2.7.2 |
| 513 | 2026-08-20T02:23:23.730Z | Compiling futures-macro v0.3.34 |
| 514 | 2026-08-20T02:23:24.186Z | Compiling tracing-attributes v0.1.31 |
| 515 | 2026-08-20T02:23:24.229Z | Compiling tokio v1.53.1 |
| 516 | 2026-08-20T02:23:24.504Z | Compiling num-traits v0.2.19 |
| 517 | 2026-08-20T02:23:24.540Z | Compiling target-lexicon v0.13.5 |
| 518 | 2026-08-20T02:23:24.581Z | Compiling futures-util v0.3.34 |
| 519 | 2026-08-20T02:23:24.720Z | Compiling object v0.37.3 |
| 520 | 2026-08-20T02:23:24.769Z | Compiling getrandom v0.3.4 |
| 521 | 2026-08-20T02:23:24.956Z | Compiling zerocopy v0.8.56 |
| 522 | 2026-08-20T02:23:25.080Z | Compiling http-body v1.1.0 |
| 523 | 2026-08-20T02:23:25.261Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-20T02:23:25.294Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-20T02:23:25.321Z | Compiling tracing v0.1.44 |
| 526 | 2026-08-20T02:23:25.378Z | Compiling semver v1.0.28 |
| 527 | 2026-08-20T02:23:25.517Z | Compiling getrandom v0.2.17 |
| 528 | 2026-08-20T02:23:25.663Z | Compiling httparse v1.10.1 |
| 529 | 2026-08-20T02:23:25.758Z | Compiling idna_adapter v1.0.0 |
| 530 | 2026-08-20T02:23:25.815Z | Compiling thiserror v2.0.20 |
| 531 | 2026-08-20T02:23:26.002Z | Compiling owo-colors v4.3.0 |
| 532 | 2026-08-20T02:23:26.033Z | Compiling untrusted v0.9.0 |
| 533 | 2026-08-20T02:23:26.107Z | Compiling guppy-workspace-hack v0.1.0 |
| 534 | 2026-08-20T02:23:26.132Z | Compiling utf8_iter v1.0.4 |
| 535 | 2026-08-20T02:23:26.149Z | Compiling fnv v1.0.7 |
| 536 | 2026-08-20T02:23:26.248Z | Compiling signal-hook v0.3.18 |
| 537 | 2026-08-20T02:23:26.310Z | Compiling gimli v0.32.3 |
| 538 | 2026-08-20T02:23:26.365Z | Compiling idna v1.1.0 |
| 539 | 2026-08-20T02:23:31.159Z | Compiling thiserror-impl v2.0.20 |
| 540 | 2026-08-20T02:23:31.252Z | Compiling generic-array v0.14.7 |
| 541 | 2026-08-20T02:23:31.252Z | Compiling target-spec v3.6.0 |
| 542 | 2026-08-20T02:23:31.252Z | Compiling thiserror v1.0.69 |
| 543 | 2026-08-20T02:23:31.252Z | Compiling rustls v0.23.43 |
| 544 | 2026-08-20T02:23:31.252Z | Compiling atomic-waker v1.1.2 |
| 545 | 2026-08-20T02:23:31.252Z | Compiling addr2line v0.25.1 |
| 546 | 2026-08-20T02:23:31.252Z | Compiling tokio-util v0.7.19 |
| 547 | 2026-08-20T02:23:31.252Z | Compiling tower-service v0.3.3 |
| 548 | 2026-08-20T02:23:31.252Z | Compiling fastrand v2.5.0 |
| 549 | 2026-08-20T02:23:31.252Z | Compiling rustc-demangle v0.1.28 |
| 550 | 2026-08-20T02:23:31.252Z | Compiling try-lock v0.2.5 |
| 551 | 2026-08-20T02:23:31.252Z | Compiling pkg-config v0.3.34 |
| 552 | 2026-08-20T02:23:31.252Z | Compiling typeid v1.0.3 |
| 553 | 2026-08-20T02:23:31.252Z | Compiling want v0.3.1 |
| 554 | 2026-08-20T02:23:31.252Z | Compiling h2 v0.4.17 |
| 555 | 2026-08-20T02:23:31.253Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 556 | 2026-08-20T02:23:31.253Z | Compiling tempfile v3.27.0 |
| 557 | 2026-08-20T02:23:31.253Z | Compiling cfg-expr v0.20.8 |
| 558 | 2026-08-20T02:23:31.253Z | Compiling url v2.5.8 |
| 559 | 2026-08-20T02:23:31.253Z | Compiling backtrace v0.3.76 |
| 560 | 2026-08-20T02:23:31.253Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-08-20T02:23:31.253Z | Compiling terminal_size v0.4.4 |
| 562 | 2026-08-20T02:23:31.253Z | Compiling aho-corasick v1.1.5 |
| 563 | 2026-08-20T02:23:31.353Z | Compiling typenum v1.20.1 |
| 564 | 2026-08-20T02:23:31.872Z | Compiling winnow v0.7.15 |
| 565 | 2026-08-20T02:23:32.042Z | Compiling subtle v2.6.1 |
| 566 | 2026-08-20T02:23:32.141Z | Compiling erased-serde v0.4.10 |
| 567 | 2026-08-20T02:23:32.203Z | Compiling regex-syntax v0.8.11 |
| 568 | 2026-08-20T02:23:32.437Z | Compiling rustls-webpki v0.103.14 |
| 569 | 2026-08-20T02:23:33.815Z | Compiling regex-automata v0.4.18 |
| 570 | 2026-08-20T02:23:35.402Z | Compiling hyper v1.11.0 |
| 571 | 2026-08-20T02:23:36.359Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-08-20T02:23:36.530Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-08-20T02:23:36.913Z | Compiling ahash v0.8.12 |
| 574 | 2026-08-20T02:23:37.156Z | Compiling sync_wrapper v1.0.2 |
| 575 | 2026-08-20T02:23:37.270Z | Compiling ipnet v2.12.1 |
| 576 | 2026-08-20T02:23:37.287Z | Compiling foldhash v0.1.5 |
| 577 | 2026-08-20T02:23:37.509Z | Compiling is_ci v1.2.0 |
| 578 | 2026-08-20T02:23:37.688Z | Compiling tower-layer v0.3.3 |
| 579 | 2026-08-20T02:23:37.897Z | Compiling either v1.17.0 |
| 580 | 2026-08-20T02:23:38.134Z | Compiling parking_lot_core v0.9.12 |
| 581 | 2026-08-20T02:23:38.405Z | Compiling toml_write v0.1.2 |
| 582 | 2026-08-20T02:23:38.427Z | Compiling lazy_static v1.5.0 |
| 583 | 2026-08-20T02:23:38.588Z | Compiling nextest-workspace-hack v0.1.0 |
| 584 | 2026-08-20T02:23:38.658Z | Compiling portable-atomic v1.15.0 |
| 585 | 2026-08-20T02:23:38.748Z | Compiling crc32fast v1.5.0 |
| 586 | 2026-08-20T02:23:39.030Z | Compiling unicode-segmentation v1.13.3 |
| 587 | 2026-08-20T02:23:39.044Z | Compiling unicode-linebreak v0.1.5 |
| 588 | 2026-08-20T02:23:39.083Z | Compiling base64 v0.22.1 |
| 589 | 2026-08-20T02:23:39.244Z | Compiling textwrap v0.16.2 |
| 590 | 2026-08-20T02:23:39.329Z | Compiling toml_edit v0.22.27 |
| 591 | 2026-08-20T02:23:39.430Z | Compiling convert_case v0.10.0 |
| 592 | 2026-08-20T02:23:39.527Z | Compiling hyper-util v0.1.20 |
| 593 | 2026-08-20T02:23:39.583Z | Compiling sharded-slab v0.1.7 |
| 594 | 2026-08-20T02:23:39.765Z | Compiling tokio-rustls v0.26.4 |
| 595 | 2026-08-20T02:23:40.098Z | Compiling tower v0.5.3 |
| 596 | 2026-08-20T02:23:40.200Z | Compiling supports-color v3.0.2 |
| 597 | 2026-08-20T02:23:40.438Z | Compiling hashbrown v0.15.5 |
| 598 | 2026-08-20T02:23:40.685Z | Compiling backtrace-ext v0.2.1 |
| 599 | 2026-08-20T02:23:40.945Z | Compiling ordered-float v2.10.1 |
| 600 | 2026-08-20T02:23:41.076Z | Compiling webpki-roots v1.0.9 |
| 601 | 2026-08-20T02:23:41.200Z | Compiling miette-derive v7.6.0 |
| 602 | 2026-08-20T02:23:41.223Z | Compiling pathdiff v0.2.3 |
| 603 | 2026-08-20T02:23:41.253Z | Compiling console v0.15.11 |
| 604 | 2026-08-20T02:23:41.347Z | Compiling tracing-log v0.2.0 |
| 605 | 2026-08-20T02:23:41.689Z | Compiling cargo-platform v0.3.3 |
| 606 | 2026-08-20T02:23:42.200Z | Compiling os_pipe v1.2.3 |
| 607 | 2026-08-20T02:23:42.250Z | Compiling thread_local v1.1.10 |
| 608 | 2026-08-20T02:23:42.286Z | Compiling scopeguard v1.2.0 |
| 609 | 2026-08-20T02:23:42.369Z | Compiling fixedbitset v0.5.7 |
| 610 | 2026-08-20T02:23:42.394Z | Compiling supports-unicode v3.0.0 |
| 611 | 2026-08-20T02:23:42.568Z | Compiling unicode-width v0.1.14 |
| 612 | 2026-08-20T02:23:42.581Z | Compiling ryu v1.0.23 |
| 613 | 2026-08-20T02:23:42.581Z | Compiling cfg_aliases v0.2.2 |
| 614 | 2026-08-20T02:23:42.664Z | Compiling utf8parse v0.2.2 |
| 615 | 2026-08-20T02:23:42.781Z | Compiling supports-hyperlinks v3.2.0 |
| 616 | 2026-08-20T02:23:42.867Z | Compiling pulldown-cmark v0.13.4 |
| 617 | 2026-08-20T02:23:42.882Z | Compiling zstd-safe v7.2.4 |
| 618 | 2026-08-20T02:23:42.891Z | Compiling winnow v1.0.4 |
| 619 | 2026-08-20T02:23:43.001Z | Compiling rustix v0.38.44 |
| 620 | 2026-08-20T02:23:43.117Z | Compiling debug-ignore v1.0.5 |
| 621 | 2026-08-20T02:23:43.245Z | Compiling miette v7.6.0 |
| 622 | 2026-08-20T02:23:43.430Z | Compiling anstyle-parse v1.0.0 |
| 623 | 2026-08-20T02:23:43.457Z | Compiling serde_urlencoded v0.7.1 |
| 624 | 2026-08-20T02:23:43.648Z | Compiling nix v0.30.1 |
| 625 | 2026-08-20T02:23:43.733Z | Compiling petgraph v0.8.3 |
| 626 | 2026-08-20T02:23:44.031Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 627 | 2026-08-20T02:23:44.357Z | Compiling tracing-subscriber v0.3.23 |
| 628 | 2026-08-20T02:23:45.337Z | Compiling lock_api v0.4.14 |
| 629 | 2026-08-20T02:23:45.351Z | Compiling sigchld v0.2.4 |
| 630 | 2026-08-20T02:23:45.542Z | Compiling cargo_metadata v0.23.1 |
| 631 | 2026-08-20T02:23:45.598Z | Compiling serde-value v0.7.0 |
| 632 | 2026-08-20T02:23:45.669Z | Compiling hyper-rustls v0.27.9 |
| 633 | 2026-08-20T02:23:46.301Z | Compiling serde-untagged v0.1.9 |
| 634 | 2026-08-20T02:23:46.305Z | Compiling toml v0.8.23 |
| 635 | 2026-08-20T02:23:46.938Z | Compiling tower-http v0.6.11 |
| 636 | 2026-08-20T02:23:47.328Z | Compiling derive_more-impl v2.1.1 |
| 637 | 2026-08-20T02:23:47.890Z | Compiling itertools v0.14.0 |
| 638 | 2026-08-20T02:23:48.150Z | Compiling regex v1.13.1 |
| 639 | 2026-08-20T02:23:48.417Z | Compiling block-buffer v0.10.4 |
| 640 | 2026-08-20T02:23:48.579Z | Compiling crypto-common v0.1.7 |
| 641 | 2026-08-20T02:23:48.721Z | Compiling ppv-lite86 v0.2.21 |
| 642 | 2026-08-20T02:23:48.794Z | Compiling rand_core v0.9.5 |
| 643 | 2026-08-20T02:23:49.002Z | Compiling futures-executor v0.3.34 |
| 644 | 2026-08-20T02:23:49.058Z | Compiling http-body-util v0.1.5 |
| 645 | 2026-08-20T02:23:49.070Z | Compiling pin-project-internal v1.1.13 |
| 646 | 2026-08-20T02:23:49.364Z | Compiling uuid v1.24.1 |
| 647 | 2026-08-20T02:23:49.435Z | Compiling smol_str v0.3.6 |
| 648 | 2026-08-20T02:23:49.527Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 649 | 2026-08-20T02:23:49.597Z | Compiling serde_spanned v1.1.1 |
| 650 | 2026-08-20T02:23:49.752Z | Compiling eyre v0.6.14 |
| 651 | 2026-08-20T02:23:49.780Z | Compiling filetime v0.2.29 |
| 652 | 2026-08-20T02:23:49.904Z | Compiling bstr v1.13.1 |
| 653 | 2026-08-20T02:23:49.944Z | Compiling vte v0.14.1 |
| 654 | 2026-08-20T02:23:49.987Z | Compiling iana-time-zone v0.1.65 |
| 655 | 2026-08-20T02:23:50.011Z | Compiling tinyvec_macros v0.1.1 |
| 656 | 2026-08-20T02:23:50.083Z | Compiling litrs v1.0.0 |
| 657 | 2026-08-20T02:23:50.136Z | Compiling nested v0.1.1 |
| 658 | 2026-08-20T02:23:50.159Z | Compiling static_assertions v1.1.0 |
| 659 | 2026-08-20T02:23:50.235Z | Compiling number_prefix v0.4.0 |
| 660 | 2026-08-20T02:23:50.283Z | Compiling xattr v1.6.1 |
| 661 | 2026-08-20T02:23:50.328Z | Compiling unicode-xid v0.2.6 |
| 662 | 2026-08-20T02:23:50.385Z | Compiling unicase v2.9.0 |
| 663 | 2026-08-20T02:23:50.481Z | Compiling anstyle-query v1.1.5 |
| 664 | 2026-08-20T02:23:50.529Z | Compiling is_terminal_polyfill v1.70.2 |
| 665 | 2026-08-20T02:23:50.583Z | Compiling colorchoice v1.0.5 |
| 666 | 2026-08-20T02:23:50.596Z | Compiling color-spantrace v0.3.0 |
| 667 | 2026-08-20T02:23:50.623Z | Compiling anstyle v1.0.14 |
| 668 | 2026-08-20T02:23:50.704Z | Compiling self_update v0.42.0 |
| 669 | 2026-08-20T02:23:50.759Z | Compiling document-features v0.2.12 |
| 670 | 2026-08-20T02:23:50.889Z | Compiling anstream v1.0.0 |
| 671 | 2026-08-20T02:23:50.933Z | Compiling cargo-util-schemas v0.2.0 |
| 672 | 2026-08-20T02:23:50.965Z | Compiling tar v0.4.46 |
| 673 | 2026-08-20T02:23:51.014Z | Compiling indicatif v0.17.11 |
| 674 | 2026-08-20T02:23:51.301Z | Compiling globset v0.4.20 |
| 675 | 2026-08-20T02:23:51.390Z | Compiling guppy v0.17.26 |
| 676 | 2026-08-20T02:23:51.992Z | Compiling pin-project v1.1.13 |
| 677 | 2026-08-20T02:23:52.099Z | Compiling chrono v0.4.45 |
| 678 | 2026-08-20T02:23:53.337Z | Compiling strip-ansi-escapes v0.2.1 |
| 679 | 2026-08-20T02:23:53.423Z | Compiling tinyvec v1.12.0 |
| 680 | 2026-08-20T02:23:53.863Z | Compiling toml v1.1.4+spec-1.1.0 |
| 681 | 2026-08-20T02:23:54.059Z | Compiling nextest-metadata v0.12.2 |
| 682 | 2026-08-20T02:23:54.093Z | Compiling newtype-uuid v1.4.0 |
| 683 | 2026-08-20T02:23:54.132Z | Compiling reqwest v0.12.28 |
| 684 | 2026-08-20T02:23:54.279Z | Compiling futures v0.3.34 |
| 685 | 2026-08-20T02:23:54.363Z | Compiling rand_chacha v0.9.0 |
| 686 | 2026-08-20T02:23:54.584Z | Compiling digest v0.10.7 |
| 687 | 2026-08-20T02:23:54.813Z | Compiling derive_more v2.1.1 |
| 688 | 2026-08-20T02:23:54.896Z | Compiling flate2 v1.1.9 |
| 689 | 2026-08-20T02:23:54.925Z | Compiling parking_lot v0.12.5 |
| 690 | 2026-08-20T02:23:55.402Z | Compiling shared_child v1.1.1 |
| 691 | 2026-08-20T02:23:55.483Z | Compiling tracing-error v0.2.1 |
| 692 | 2026-08-20T02:23:55.816Z | Compiling signal-hook-mio v0.2.5 |
| 693 | 2026-08-20T02:23:55.958Z | Compiling self-replace v1.5.0 |
| 694 | 2026-08-20T02:23:56.051Z | Compiling cargo-platform v0.2.0 |
| 695 | 2026-08-20T02:23:56.217Z | Compiling quick-xml v0.38.4 |
| 696 | 2026-08-20T02:23:56.596Z | Compiling quick-xml v0.37.5 |
| 697 | 2026-08-20T02:23:56.917Z | Compiling humantime v2.4.0 |
| 698 | 2026-08-20T02:23:57.033Z | Compiling urlencoding v2.1.3 |
| 699 | 2026-08-20T02:23:57.292Z | Compiling recursion v0.5.4 |
| 700 | 2026-08-20T02:23:57.436Z | Compiling shell-words v1.1.1 |
| 701 | 2026-08-20T02:23:57.720Z | Compiling strsim v0.11.1 |
| 702 | 2026-08-20T02:23:57.815Z | Compiling clap_lex v1.1.0 |
| 703 | 2026-08-20T02:23:57.830Z | Compiling cpufeatures v0.2.17 |
| 704 | 2026-08-20T02:23:57.906Z | Compiling heck v0.5.0 |
| 705 | 2026-08-20T02:23:58.108Z | Compiling indenter v0.3.4 |
| 706 | 2026-08-20T02:23:58.129Z | Compiling clap_derive v4.6.4 |
| 707 | 2026-08-20T02:23:58.165Z | Compiling clap_builder v4.6.6 |
| 708 | 2026-08-20T02:23:58.525Z | Compiling sha2 v0.10.9 |
| 709 | 2026-08-20T02:23:58.740Z | Compiling nextest-filtering v0.15.0 |
| 710 | 2026-08-20T02:23:59.796Z | Compiling humantime-serde v1.1.1 |
| 711 | 2026-08-20T02:23:59.848Z | Compiling quick-junit v0.5.2 |
| 712 | 2026-08-20T02:23:59.953Z | Compiling atomicwrites v0.4.4 |
| 713 | 2026-08-20T02:24:00.238Z | Compiling cargo_metadata v0.20.0 |
| 714 | 2026-08-20T02:24:02.590Z | Compiling cargo-nextest v0.9.97 |
| 715 | 2026-08-20T02:24:02.872Z | Compiling crossterm v0.29.0 |
| 716 | 2026-08-20T02:24:04.137Z | Compiling duct v0.13.7 |
| 717 | 2026-08-20T02:24:05.377Z | Compiling rand v0.9.5 |
| 718 | 2026-08-20T02:24:05.411Z | Compiling config v0.15.25 |
| 719 | 2026-08-20T02:24:05.840Z | Compiling async-scoped v0.9.0 |
| 720 | 2026-08-20T02:24:05.854Z | Compiling unicode-normalization v0.1.25 |
| 721 | 2026-08-20T02:24:05.957Z | Compiling target-spec-miette v0.4.8 |
| 722 | 2026-08-20T02:24:06.043Z | Compiling future-queue v0.4.0 |
| 723 | 2026-08-20T02:24:06.092Z | Compiling mukti-metadata v0.3.0 |
| 724 | 2026-08-20T02:24:06.325Z | Compiling camino-tempfile v1.4.1 |
| 725 | 2026-08-20T02:24:06.367Z | Compiling tokio-stream v0.1.19 |
| 726 | 2026-08-20T02:24:06.419Z | Compiling derive-where v1.6.1 |
| 727 | 2026-08-20T02:24:06.591Z | Compiling serde_ignored v0.1.14 |
| 728 | 2026-08-20T02:24:06.726Z | Compiling serde_path_to_error v0.1.20 |
| 729 | 2026-08-20T02:24:06.830Z | Compiling home v0.5.12 |
| 730 | 2026-08-20T02:24:06.920Z | Compiling swrite v0.1.0 |
| 731 | 2026-08-20T02:24:07.004Z | Compiling indent_write v2.2.0 |
| 732 | 2026-08-20T02:24:07.147Z | Compiling hex v0.4.3 |
| 733 | 2026-08-20T02:24:07.147Z | Compiling xxhash-rust v0.8.18 |
| 734 | 2026-08-20T02:24:07.193Z | Compiling color-eyre v0.6.5 |
| 735 | 2026-08-20T02:24:07.350Z | Compiling clap v4.6.6 |
| 736 | 2026-08-20T02:24:07.435Z | Compiling dialoguer v0.11.0 |
| 737 | 2026-08-20T02:24:07.469Z | Compiling enable-ansi-support v0.2.1 |
| 738 | 2026-08-20T02:24:08.978Z | Compiling zstd v0.13.3 |
| 739 | 2026-08-20T02:24:09.320Z | Compiling nextest-runner v0.80.0 |
| 740 | 2026-08-20T02:24:27.503Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 741 | 2026-08-20T02:24:27.685Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 742 | 2026-08-20T02:24:27.688Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 743 | 2026-08-20T02:24:27.812Z | + pushd bgp |
| 744 | 2026-08-20T02:24:27.815Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 745 | 2026-08-20T02:24:27.815Z | + pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions |
| 746 | 2026-08-20T02:24:27.966Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 747 | 2026-08-20T02:24:28.644Z | From https://github.com/oxidecomputer/falcon |
| 748 | 2026-08-20T02:24:28.644Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 749 | 2026-08-20T02:24:28.721Z | Updating crates.io index |
| 750 | 2026-08-20T02:24:28.725Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 751 | 2026-08-20T02:24:29.144Z | From https://github.com/oxidecomputer/dendrite |
| 752 | 2026-08-20T02:24:29.144Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 753 | 2026-08-20T02:24:29.180Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 754 | 2026-08-20T02:24:30.496Z | From https://github.com/oxidecomputer/ispf |
| 755 | 2026-08-20T02:24:30.496Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 756 | 2026-08-20T02:24:30.501Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 757 | 2026-08-20T02:24:30.889Z | From https://github.com/oxidecomputer/netadm-sys |
| 758 | 2026-08-20T02:24:30.889Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 759 | 2026-08-20T02:24:30.900Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 760 | 2026-08-20T02:24:36.955Z | From https://github.com/oxidecomputer/omicron |
| 761 | 2026-08-20T02:24:36.955Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 762 | 2026-08-20T02:24:37.382Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 763 | 2026-08-20T02:24:38.157Z | From https://github.com/oxidecomputer/opte |
| 764 | 2026-08-20T02:24:38.157Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 765 | 2026-08-20T02:24:38.185Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 766 | 2026-08-20T02:24:38.478Z | From https://github.com/oxidecomputer/slog-error-chain |
| 767 | 2026-08-20T02:24:38.478Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 768 | 2026-08-20T02:24:38.487Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 769 | 2026-08-20T02:24:38.781Z | From https://github.com/illumos/smf-rs |
| 770 | 2026-08-20T02:24:38.782Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 771 | 2026-08-20T02:24:38.788Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 772 | 2026-08-20T02:24:39.079Z | From https://github.com/oxidecomputer/network-interface |
| 773 | 2026-08-20T02:24:39.079Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 774 | 2026-08-20T02:24:39.085Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 775 | 2026-08-20T02:24:39.384Z | From https://github.com/oxidecomputer/zone |
| 776 | 2026-08-20T02:24:39.384Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 777 | 2026-08-20T02:24:39.391Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 778 | 2026-08-20T02:24:40.044Z | From https://github.com/oxidecomputer/propolis |
| 779 | 2026-08-20T02:24:40.044Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 780 | 2026-08-20T02:24:40.090Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 781 | 2026-08-20T02:24:40.654Z | From https://github.com/oxidecomputer/transceiver-control |
| 782 | 2026-08-20T02:24:40.654Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 783 | 2026-08-20T02:24:40.665Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 784 | 2026-08-20T02:24:40.970Z | From https://github.com/oxidecomputer/dlpi-sys |
| 785 | 2026-08-20T02:24:40.970Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 786 | 2026-08-20T02:24:40.976Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 787 | 2026-08-20T02:24:41.337Z | From https://github.com/jmesmon/rust-libzfs |
| 788 | 2026-08-20T02:24:41.337Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 789 | 2026-08-20T02:24:41.345Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 790 | 2026-08-20T02:24:41.642Z | From https://github.com/oxidecomputer/rusty-doors |
| 791 | 2026-08-20T02:24:41.642Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 792 | 2026-08-20T02:24:41.649Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 793 | 2026-08-20T02:24:41.986Z | From https://github.com/oxidecomputer/lldp |
| 794 | 2026-08-20T02:24:41.986Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 795 | 2026-08-20T02:24:41.998Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 796 | 2026-08-20T02:24:42.353Z | From https://github.com/oxidecomputer/tufaceous |
| 797 | 2026-08-20T02:24:42.353Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 798 | 2026-08-20T02:24:42.369Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 799 | 2026-08-20T02:24:42.874Z | From https://github.com/oxidecomputer/management-gateway-service |
| 800 | 2026-08-20T02:24:42.874Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 801 | 2026-08-20T02:24:42.888Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 802 | 2026-08-20T02:24:43.706Z | From https://github.com/oxidecomputer/crucible |
| 803 | 2026-08-20T02:24:43.706Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 804 | 2026-08-20T02:24:43.751Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 805 | 2026-08-20T02:24:44.037Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 806 | 2026-08-20T02:24:44.037Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 807 | 2026-08-20T02:24:44.050Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 808 | 2026-08-20T02:24:44.478Z | From https://github.com/oxidecomputer/propolis |
| 809 | 2026-08-20T02:24:44.478Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 810 | 2026-08-20T02:24:44.527Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 811 | 2026-08-20T02:24:45.104Z | From https://github.com/oxidecomputer/crucible |
| 812 | 2026-08-20T02:24:45.104Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 813 | 2026-08-20T02:24:45.170Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 814 | 2026-08-20T02:24:45.578Z | From https://github.com/oxidecomputer/tofino |
| 815 | 2026-08-20T02:24:45.578Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 816 | 2026-08-20T02:24:45.588Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 817 | 2026-08-20T02:24:46.626Z | From https://github.com/oxidecomputer/maghemite |
| 818 | 2026-08-20T02:24:46.626Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 819 | 2026-08-20T02:24:46.659Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 820 | 2026-08-20T02:24:46.976Z | From https://github.com/oxidecomputer/clickward |
| 821 | 2026-08-20T02:24:46.976Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 822 | 2026-08-20T02:24:46.988Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 823 | 2026-08-20T02:24:47.371Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 824 | 2026-08-20T02:24:47.371Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 825 | 2026-08-20T02:24:48.183Z | Downloading crates ... |
| 826 | 2026-08-20T02:24:48.236Z | Downloaded libsw v3.5.0 |
| 827 | 2026-08-20T02:24:48.243Z | Downloaded match_cfg v0.1.0 |
| 828 | 2026-08-20T02:24:48.248Z | Downloaded memmap v0.7.0 |
| 829 | 2026-08-20T02:24:48.248Z | Downloaded no-std-compat v0.4.1 |
| 830 | 2026-08-20T02:24:48.253Z | Downloaded linked-hash-map v0.5.6 |
| 831 | 2026-08-20T02:24:48.253Z | Downloaded natord v1.0.9 |
| 832 | 2026-08-20T02:24:48.260Z | Downloaded hostname v0.4.2 |
| 833 | 2026-08-20T02:24:48.264Z | Downloaded macaddr v1.0.1 |
| 834 | 2026-08-20T02:24:48.264Z | Downloaded aead v0.5.2 |
| 835 | 2026-08-20T02:24:48.268Z | Downloaded git-stub v1.0.0 |
| 836 | 2026-08-20T02:24:48.273Z | Downloaded progenitor-macro v0.13.0 |
| 837 | 2026-08-20T02:24:48.276Z | Downloaded heapless v0.8.0 |
| 838 | 2026-08-20T02:24:48.277Z | Downloaded omicron-workspace-hack v0.1.0 |
| 839 | 2026-08-20T02:24:48.277Z | Downloaded dtrace-parser v0.2.0 |
| 840 | 2026-08-20T02:24:48.280Z | Downloaded ident_case v1.0.1 |
| 841 | 2026-08-20T02:24:48.280Z | Downloaded keccak v0.1.6 |
| 842 | 2026-08-20T02:24:48.280Z | Downloaded num-integer v0.1.47 |
| 843 | 2026-08-20T02:24:48.280Z | Downloaded num_enum v0.5.11 |
| 844 | 2026-08-20T02:24:48.284Z | Downloaded inout v0.1.4 |
| 845 | 2026-08-20T02:24:48.287Z | Downloaded newtype-uuid-macros v0.1.1 |
| 846 | 2026-08-20T02:24:48.287Z | Downloaded num-iter v0.1.46 |
| 847 | 2026-08-20T02:24:48.287Z | Downloaded ingot-macros v0.2.0 |
| 848 | 2026-08-20T02:24:48.287Z | Downloaded opaque-debug v0.3.1 |
| 849 | 2026-08-20T02:24:48.293Z | Downloaded lru-cache v0.1.2 |
| 850 | 2026-08-20T02:24:48.293Z | Downloaded num-conv v0.2.2 |
| 851 | 2026-08-20T02:24:48.296Z | Downloaded embedded-io v0.6.1 |
| 852 | 2026-08-20T02:24:48.296Z | Downloaded olpc-cjson v0.1.4 |
| 853 | 2026-08-20T02:24:48.296Z | Downloaded mime v0.3.17 |
| 854 | 2026-08-20T02:24:48.296Z | Downloaded num_threads v0.1.7 |
| 855 | 2026-08-20T02:24:48.296Z | Downloaded rayon v1.12.0 |
| 856 | 2026-08-20T02:24:48.302Z | Downloaded konst_macro_rules v0.2.19 |
| 857 | 2026-08-20T02:24:48.306Z | Downloaded enum-as-inner v0.6.1 |
| 858 | 2026-08-20T02:24:48.306Z | Downloaded hash32 v0.3.1 |
| 859 | 2026-08-20T02:24:48.306Z | Downloaded managed v0.8.0 |
| 860 | 2026-08-20T02:24:48.306Z | Downloaded num-derive v0.4.2 |
| 861 | 2026-08-20T02:24:48.306Z | Downloaded memoffset v0.9.1 |
| 862 | 2026-08-20T02:24:48.306Z | Downloaded num v0.4.3 |
| 863 | 2026-08-20T02:24:48.306Z | Downloaded newline-converter v0.3.0 |
| 864 | 2026-08-20T02:24:48.306Z | Downloaded fixedbitset v0.4.2 |
| 865 | 2026-08-20T02:24:48.311Z | Downloaded newtype_derive v0.1.6 |
| 866 | 2026-08-20T02:24:48.319Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2026-08-20T02:24:48.319Z | Downloaded float-ord v0.3.2 |
| 868 | 2026-08-20T02:24:48.323Z | Downloaded proc-macro-crate v1.3.1 |
| 869 | 2026-08-20T02:24:48.323Z | Downloaded phf v0.12.1 |
| 870 | 2026-08-20T02:24:48.324Z | Downloaded poly1305 v0.8.0 |
| 871 | 2026-08-20T02:24:48.324Z | Downloaded heck v0.4.1 |
| 872 | 2026-08-20T02:24:48.324Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 873 | 2026-08-20T02:24:48.324Z | Downloaded foreign-types-shared v0.3.1 |
| 874 | 2026-08-20T02:24:48.328Z | Downloaded num_enum_derive v0.5.11 |
| 875 | 2026-08-20T02:24:48.331Z | Downloaded parse-display v0.10.0 |
| 876 | 2026-08-20T02:24:48.331Z | Downloaded proc-macro-crate v3.5.0 |
| 877 | 2026-08-20T02:24:48.331Z | Downloaded hostname v0.3.1 |
| 878 | 2026-08-20T02:24:48.331Z | Downloaded phf_shared v0.12.1 |
| 879 | 2026-08-20T02:24:48.331Z | Downloaded embedded-io v0.4.0 |
| 880 | 2026-08-20T02:24:48.335Z | Downloaded foreign-types v0.5.0 |
| 881 | 2026-08-20T02:24:48.335Z | Downloaded httpdate v1.0.3 |
| 882 | 2026-08-20T02:24:48.338Z | Downloaded oxnet v0.1.6 |
| 883 | 2026-08-20T02:24:48.338Z | Downloaded linear-map v1.2.0 |
| 884 | 2026-08-20T02:24:48.338Z | Downloaded dtrace-parser v0.3.0 |
| 885 | 2026-08-20T02:24:48.342Z | Downloaded foreign-types-macros v0.2.4 |
| 886 | 2026-08-20T02:24:48.342Z | Downloaded gethostname v0.5.0 |
| 887 | 2026-08-20T02:24:48.345Z | Downloaded progenitor-client v0.10.0 |
| 888 | 2026-08-20T02:24:48.396Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-08-20T02:24:48.396Z | Downloaded password-hash v0.5.0 |
| 890 | 2026-08-20T02:24:48.396Z | Downloaded group v0.13.0 |
| 891 | 2026-08-20T02:24:48.396Z | Downloaded libscf-sys v1.2.0 |
| 892 | 2026-08-20T02:24:48.396Z | Downloaded multer v3.1.0 |
| 893 | 2026-08-20T02:24:48.396Z | Downloaded num-rational v0.4.2 |
| 894 | 2026-08-20T02:24:48.396Z | Downloaded num_enum_derive v0.7.6 |
| 895 | 2026-08-20T02:24:48.396Z | Downloaded dyn-clone v1.0.20 |
| 896 | 2026-08-20T02:24:48.397Z | Downloaded num_enum v0.7.6 |
| 897 | 2026-08-20T02:24:48.397Z | Downloaded oxide-tokio-rt v0.1.6 |
| 898 | 2026-08-20T02:24:48.397Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-08-20T02:24:48.397Z | Downloaded fxhash v0.2.1 |
| 900 | 2026-08-20T02:24:48.397Z | Downloaded is-terminal v0.4.17 |
| 901 | 2026-08-20T02:24:48.397Z | Downloaded quick-error v1.2.3 |
| 902 | 2026-08-20T02:24:48.397Z | Downloaded plain v0.2.3 |
| 903 | 2026-08-20T02:24:48.397Z | Downloaded same-file v1.0.6 |
| 904 | 2026-08-20T02:24:48.397Z | Downloaded foldhash v0.2.0 |
| 905 | 2026-08-20T02:24:48.397Z | Downloaded fs_extra v1.3.0 |
| 906 | 2026-08-20T02:24:48.397Z | Downloaded git-stub-vcs v0.1.0 |
| 907 | 2026-08-20T02:24:48.397Z | Downloaded progenitor-macro v0.10.0 |
| 908 | 2026-08-20T02:24:48.397Z | Downloaded block-buffer v0.12.1 |
| 909 | 2026-08-20T02:24:48.397Z | Downloaded find-msvc-tools v0.1.10 |
| 910 | 2026-08-20T02:24:48.397Z | Downloaded rhai v1.25.1 |
| 911 | 2026-08-20T02:24:48.397Z | Downloaded dunce v1.0.5 |
| 912 | 2026-08-20T02:24:48.397Z | Downloaded num-complex v0.4.6 |
| 913 | 2026-08-20T02:24:48.397Z | Downloaded ref-cast-impl v1.0.26 |
| 914 | 2026-08-20T02:24:48.397Z | Downloaded pest_derive v2.8.8 |
| 915 | 2026-08-20T02:24:48.397Z | Downloaded memmap2 v0.9.11 |
| 916 | 2026-08-20T02:24:48.404Z | Downloaded rand_xorshift v0.4.0 |
| 917 | 2026-08-20T02:24:48.405Z | Downloaded instant v0.1.13 |
| 918 | 2026-08-20T02:24:48.405Z | Downloaded papergrid v0.11.0 |
| 919 | 2026-08-20T02:24:48.405Z | Downloaded potential_utf v0.1.5 |
| 920 | 2026-08-20T02:24:48.405Z | Downloaded erased-serde v0.3.31 |
| 921 | 2026-08-20T02:24:48.405Z | Downloaded pretty-hex v0.4.2 |
| 922 | 2026-08-20T02:24:48.405Z | Downloaded arrayref v0.3.9 |
| 923 | 2026-08-20T02:24:48.405Z | Downloaded wait-timeout v0.2.1 |
| 924 | 2026-08-20T02:24:48.405Z | Downloaded pest_generator v2.8.8 |
| 925 | 2026-08-20T02:24:48.405Z | Downloaded progenitor-client v0.14.0 |
| 926 | 2026-08-20T02:24:48.405Z | Downloaded jiff-static v0.2.35 |
| 927 | 2026-08-20T02:24:48.409Z | Downloaded crc8 v0.1.1 |
| 928 | 2026-08-20T02:24:48.409Z | Downloaded darling_macro v0.23.0 |
| 929 | 2026-08-20T02:24:48.415Z | Downloaded hubpack_derive v0.1.1 |
| 930 | 2026-08-20T02:24:48.415Z | Downloaded idna_adapter v1.2.2 |
| 931 | 2026-08-20T02:24:48.415Z | Downloaded ref-cast v1.0.26 |
| 932 | 2026-08-20T02:24:48.415Z | Downloaded async-stream-impl v0.3.6 |
| 933 | 2026-08-20T02:24:48.419Z | Downloaded sha1 v0.10.7 |
| 934 | 2026-08-20T02:24:48.419Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-08-20T02:24:48.419Z | Downloaded serial_test_derive v4.0.1 |
| 936 | 2026-08-20T02:24:48.419Z | Downloaded siphasher v1.0.3 |
| 937 | 2026-08-20T02:24:48.419Z | Downloaded hmac v0.12.1 |
| 938 | 2026-08-20T02:24:48.419Z | Downloaded secrecy v0.10.3 |
| 939 | 2026-08-20T02:24:48.423Z | Downloaded pem v3.0.6 |
| 940 | 2026-08-20T02:24:48.428Z | Downloaded progenitor v0.13.0 |
| 941 | 2026-08-20T02:24:48.432Z | Downloaded rustversion v1.0.23 |
| 942 | 2026-08-20T02:24:48.432Z | Downloaded ingot-types v0.1.2 |
| 943 | 2026-08-20T02:24:48.432Z | Downloaded thread-id v4.2.2 |
| 944 | 2026-08-20T02:24:48.435Z | Downloaded internet-checksum v0.2.1 |
| 945 | 2026-08-20T02:24:48.435Z | Downloaded proc-macro-error v1.0.4 |
| 946 | 2026-08-20T02:24:48.439Z | Downloaded libsw-core v0.3.2 |
| 947 | 2026-08-20T02:24:48.439Z | Downloaded ff v0.13.1 |
| 948 | 2026-08-20T02:24:48.439Z | Downloaded ingot-types v0.2.0 |
| 949 | 2026-08-20T02:24:48.439Z | Downloaded ipnetwork v0.21.1 |
| 950 | 2026-08-20T02:24:48.442Z | Downloaded proc-macro-error-attr v1.0.4 |
| 951 | 2026-08-20T02:24:48.442Z | Downloaded parking_lot_core v0.8.6 |
| 952 | 2026-08-20T02:24:48.442Z | Downloaded parse-display-derive v0.10.0 |
| 953 | 2026-08-20T02:24:48.442Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-08-20T02:24:48.442Z | Downloaded powerfmt v0.2.0 |
| 955 | 2026-08-20T02:24:48.449Z | Downloaded paste v1.0.15 |
| 956 | 2026-08-20T02:24:48.449Z | Downloaded pkg-config v0.3.33 |
| 957 | 2026-08-20T02:24:48.449Z | Downloaded progenitor-extras v0.2.0 |
| 958 | 2026-08-20T02:24:48.449Z | Downloaded serde_repr v0.1.21 |
| 959 | 2026-08-20T02:24:48.449Z | Downloaded hubpack v0.1.2 |
| 960 | 2026-08-20T02:24:48.454Z | Downloaded structmeta-derive v0.3.0 |
| 961 | 2026-08-20T02:24:48.454Z | Downloaded unarray v0.1.4 |
| 962 | 2026-08-20T02:24:48.454Z | Downloaded ingot v0.2.1 |
| 963 | 2026-08-20T02:24:48.454Z | Downloaded pest_meta v2.8.8 |
| 964 | 2026-08-20T02:24:48.458Z | Downloaded postcard v1.1.3 |
| 965 | 2026-08-20T02:24:48.458Z | Downloaded rusty-fork v0.3.1 |
| 966 | 2026-08-20T02:24:48.458Z | Downloaded omicron-zone-package v0.12.3 |
| 967 | 2026-08-20T02:24:48.462Z | Downloaded ingot v0.1.1 |
| 968 | 2026-08-20T02:24:48.462Z | Downloaded usdt-attr-macro v0.5.0 |
| 969 | 2026-08-20T02:24:48.462Z | Downloaded usdt-attr-macro v0.6.0 |
| 970 | 2026-08-20T02:24:48.469Z | Downloaded backoff v0.4.0 |
| 971 | 2026-08-20T02:24:48.473Z | Downloaded byteorder v1.5.0 |
| 972 | 2026-08-20T02:24:48.473Z | Downloaded yoke-derive v0.8.2 |
| 973 | 2026-08-20T02:24:48.482Z | Downloaded vsss-rs v3.3.4 |
| 974 | 2026-08-20T02:24:48.487Z | Downloaded byte-wrapper v0.1.0 |
| 975 | 2026-08-20T02:24:48.487Z | Downloaded rustls-native-certs v0.8.4 |
| 976 | 2026-08-20T02:24:48.488Z | Downloaded rustls-pemfile v2.2.0 |
| 977 | 2026-08-20T02:24:48.488Z | Downloaded bitflags v1.3.2 |
| 978 | 2026-08-20T02:24:48.488Z | Downloaded progenitor v0.10.0 |
| 979 | 2026-08-20T02:24:48.488Z | Downloaded resolv-conf v0.7.6 |
| 980 | 2026-08-20T02:24:48.488Z | Downloaded serial_test v4.0.1 |
| 981 | 2026-08-20T02:24:48.491Z | Downloaded progenitor v0.14.0 |
| 982 | 2026-08-20T02:24:48.491Z | Downloaded slog-dtrace v0.3.0 |
| 983 | 2026-08-20T02:24:48.491Z | Downloaded slog-stdlog v4.1.1 |
| 984 | 2026-08-20T02:24:48.491Z | Downloaded scroll_derive v0.12.1 |
| 985 | 2026-08-20T02:24:48.495Z | Downloaded glob v0.3.4 |
| 986 | 2026-08-20T02:24:48.499Z | Downloaded crunchy v0.2.4 |
| 987 | 2026-08-20T02:24:48.502Z | Downloaded zerovec-derive v0.11.3 |
| 988 | 2026-08-20T02:24:48.503Z | Downloaded data-encoding v2.11.1 |
| 989 | 2026-08-20T02:24:48.503Z | Downloaded ingot-macros v0.1.1 |
| 990 | 2026-08-20T02:24:48.503Z | Downloaded spin v0.5.2 |
| 991 | 2026-08-20T02:24:48.503Z | Downloaded stable_deref_trait v1.2.1 |
| 992 | 2026-08-20T02:24:48.503Z | Downloaded tagptr v0.2.0 |
| 993 | 2026-08-20T02:24:48.506Z | Downloaded termtree v0.5.1 |
| 994 | 2026-08-20T02:24:48.506Z | Downloaded const_format_proc_macros v0.2.34 |
| 995 | 2026-08-20T02:24:48.511Z | Downloaded csv-core v0.1.13 |
| 996 | 2026-08-20T02:24:48.511Z | Downloaded bs58 v0.5.1 |
| 997 | 2026-08-20T02:24:48.511Z | Downloaded parking_lot v0.11.2 |
| 998 | 2026-08-20T02:24:48.516Z | Downloaded tokio-tungstenite v0.21.0 |
| 999 | 2026-08-20T02:24:48.516Z | Downloaded base16ct v0.2.0 |
| 1000 | 2026-08-20T02:24:48.516Z | Downloaded usdt-macro v0.5.0 |
| 1001 | 2026-08-20T02:24:48.516Z | Downloaded digest v0.11.3 |
| 1002 | 2026-08-20T02:24:48.520Z | Downloaded litemap v0.8.2 |
| 1003 | 2026-08-20T02:24:48.520Z | Downloaded strum_macros v0.27.2 |
| 1004 | 2026-08-20T02:24:48.520Z | Downloaded anyhow v1.0.104 |
| 1005 | 2026-08-20T02:24:48.523Z | Downloaded take_mut v0.2.2 |
| 1006 | 2026-08-20T02:24:48.523Z | Downloaded untrusted v0.7.1 |
| 1007 | 2026-08-20T02:24:48.523Z | Downloaded highway v1.3.0 |
| 1008 | 2026-08-20T02:24:48.527Z | Downloaded usdt-impl v0.5.0 |
| 1009 | 2026-08-20T02:24:48.527Z | Downloaded zone_cfg_derive v0.3.1 |
| 1010 | 2026-08-20T02:24:48.531Z | Downloaded scroll_derive v0.13.1 |
| 1011 | 2026-08-20T02:24:48.535Z | Downloaded convert_case v0.4.0 |
| 1012 | 2026-08-20T02:24:48.535Z | Downloaded strum v0.27.2 |
| 1013 | 2026-08-20T02:24:48.541Z | Downloaded critical-section v1.2.0 |
| 1014 | 2026-08-20T02:24:48.546Z | Downloaded fs-err v3.3.1 |
| 1015 | 2026-08-20T02:24:48.546Z | Downloaded cstr-argument v0.1.2 |
| 1016 | 2026-08-20T02:24:48.558Z | Downloaded crossbeam-utils v0.8.22 |
| 1017 | 2026-08-20T02:24:48.562Z | Downloaded xz2 v0.1.7 |
| 1018 | 2026-08-20T02:24:48.562Z | Downloaded bytecount v0.6.9 |
| 1019 | 2026-08-20T02:24:48.562Z | Downloaded serde_derive_internals v0.29.1 |
| 1020 | 2026-08-20T02:24:48.563Z | Downloaded compression-core v0.4.32 |
| 1021 | 2026-08-20T02:24:48.563Z | Downloaded darling_macro v0.21.3 |
| 1022 | 2026-08-20T02:24:48.563Z | Downloaded defmt-parser v1.0.0 |
| 1023 | 2026-08-20T02:24:48.566Z | Downloaded sha1 v0.11.0 |
| 1024 | 2026-08-20T02:24:48.566Z | Downloaded sigpipe v0.1.3 |
| 1025 | 2026-08-20T02:24:48.566Z | Downloaded dof v0.4.0 |
| 1026 | 2026-08-20T02:24:48.566Z | Downloaded waitgroup v0.1.2 |
| 1027 | 2026-08-20T02:24:48.566Z | Downloaded usdt v0.6.0 |
| 1028 | 2026-08-20T02:24:48.566Z | Downloaded defmt-macros v1.1.1 |
| 1029 | 2026-08-20T02:24:48.570Z | Downloaded elliptic-curve v0.13.8 |
| 1030 | 2026-08-20T02:24:48.580Z | Downloaded zerocopy-derive v0.7.35 |
| 1031 | 2026-08-20T02:24:48.584Z | Downloaded crossbeam-epoch v0.9.20 |
| 1032 | 2026-08-20T02:24:48.584Z | Downloaded dropshot_endpoint v0.17.1 |
| 1033 | 2026-08-20T02:24:48.584Z | Downloaded synstructure v0.13.2 |
| 1034 | 2026-08-20T02:24:48.584Z | Downloaded chacha20 v0.9.1 |
| 1035 | 2026-08-20T02:24:48.584Z | Downloaded crypto-common v0.2.2 |
| 1036 | 2026-08-20T02:24:48.584Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-08-20T02:24:48.584Z | Downloaded smawk v0.3.3 |
| 1038 | 2026-08-20T02:24:48.584Z | Downloaded tinystr v0.8.3 |
| 1039 | 2026-08-20T02:24:48.626Z | Downloaded hybrid-array v0.4.14 |
| 1040 | 2026-08-20T02:24:48.626Z | Downloaded tabled_derive v0.7.0 |
| 1041 | 2026-08-20T02:24:48.626Z | Downloaded time-macros v0.2.32 |
| 1042 | 2026-08-20T02:24:48.631Z | Downloaded utf-8 v0.7.6 |
| 1043 | 2026-08-20T02:24:48.631Z | Downloaded const-random-macro v0.1.16 |
| 1044 | 2026-08-20T02:24:48.631Z | Downloaded slog-bunyan v2.5.0 |
| 1045 | 2026-08-20T02:24:48.632Z | Downloaded port-file v0.1.0 |
| 1046 | 2026-08-20T02:24:48.632Z | Downloaded cmake v0.1.58 |
| 1047 | 2026-08-20T02:24:48.632Z | Downloaded thiserror-no-std v2.0.2 |
| 1048 | 2026-08-20T02:24:48.632Z | Downloaded const-oid v0.10.2 |
| 1049 | 2026-08-20T02:24:48.632Z | Downloaded schemars v0.8.22 |
| 1050 | 2026-08-20T02:24:48.632Z | Downloaded konst v0.2.20 |
| 1051 | 2026-08-20T02:24:48.632Z | Downloaded cipher v0.4.4 |
| 1052 | 2026-08-20T02:24:48.632Z | Downloaded drift v0.2.0 |
| 1053 | 2026-08-20T02:24:48.632Z | Downloaded constant_time_eq v0.4.2 |
| 1054 | 2026-08-20T02:24:48.632Z | Downloaded testing_table v0.3.0 |
| 1055 | 2026-08-20T02:24:48.632Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-08-20T02:24:48.632Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-08-20T02:24:48.632Z | Downloaded unit-prefix v0.5.2 |
| 1058 | 2026-08-20T02:24:48.633Z | Downloaded ciborium-io v0.2.2 |
| 1059 | 2026-08-20T02:24:48.633Z | Downloaded usdt v0.5.0 |
| 1060 | 2026-08-20T02:24:48.633Z | Downloaded defmt v0.3.100 |
| 1061 | 2026-08-20T02:24:48.633Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-08-20T02:24:48.634Z | Downloaded icu_provider v2.2.0 |
| 1063 | 2026-08-20T02:24:48.634Z | Downloaded papergrid v0.18.0 |
| 1064 | 2026-08-20T02:24:48.634Z | Downloaded progenitor-impl v0.13.0 |
| 1065 | 2026-08-20T02:24:48.634Z | Downloaded term v1.2.1 |
| 1066 | 2026-08-20T02:24:48.634Z | Downloaded ucd-trie v0.1.7 |
| 1067 | 2026-08-20T02:24:48.634Z | Downloaded indexmap v1.9.3 |
| 1068 | 2026-08-20T02:24:48.634Z | Downloaded serde_with_macros v3.22.0 |
| 1069 | 2026-08-20T02:24:48.634Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-08-20T02:24:48.634Z | Downloaded spin v0.9.9 |
| 1071 | 2026-08-20T02:24:48.634Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1072 | 2026-08-20T02:24:48.639Z | Downloaded walkdir v2.5.0 |
| 1073 | 2026-08-20T02:24:48.639Z | Downloaded semver v0.1.20 |
| 1074 | 2026-08-20T02:24:48.639Z | Downloaded bit-vec v0.8.0 |
| 1075 | 2026-08-20T02:24:48.646Z | Downloaded strum v0.26.3 |
| 1076 | 2026-08-20T02:24:48.646Z | Downloaded async-recursion v1.1.1 |
| 1077 | 2026-08-20T02:24:48.646Z | Downloaded cobs v0.3.0 |
| 1078 | 2026-08-20T02:24:48.647Z | Downloaded crossbeam-deque v0.8.7 |
| 1079 | 2026-08-20T02:24:48.647Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1080 | 2026-08-20T02:24:48.647Z | Downloaded defmt v1.1.1 |
| 1081 | 2026-08-20T02:24:48.650Z | Downloaded derive-ex v0.1.8 |
| 1082 | 2026-08-20T02:24:48.650Z | Downloaded half v2.7.1 |
| 1083 | 2026-08-20T02:24:48.650Z | Downloaded indicatif v0.18.6 |
| 1084 | 2026-08-20T02:24:48.650Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-08-20T02:24:48.654Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1086 | 2026-08-20T02:24:48.655Z | Downloaded icu_locale_core v2.2.0 |
| 1087 | 2026-08-20T02:24:48.662Z | Downloaded time-core v0.1.9 |
| 1088 | 2026-08-20T02:24:48.662Z | Downloaded bit-set v0.8.0 |
| 1089 | 2026-08-20T02:24:48.662Z | Downloaded blake2 v0.10.6 |
| 1090 | 2026-08-20T02:24:48.665Z | Downloaded zeroize_derive v1.5.0 |
| 1091 | 2026-08-20T02:24:48.665Z | Downloaded typify-macro v0.4.3 |
| 1092 | 2026-08-20T02:24:48.665Z | Downloaded typify-macro v0.6.2 |
| 1093 | 2026-08-20T02:24:48.665Z | Downloaded progenitor-impl v0.14.0 |
| 1094 | 2026-08-20T02:24:48.665Z | Downloaded whoami v1.6.1 |
| 1095 | 2026-08-20T02:24:48.665Z | Downloaded const-random v0.1.18 |
| 1096 | 2026-08-20T02:24:48.665Z | Downloaded bcs v0.1.6 |
| 1097 | 2026-08-20T02:24:48.665Z | Downloaded diff v0.1.13 |
| 1098 | 2026-08-20T02:24:48.675Z | Downloaded structmeta v0.3.0 |
| 1099 | 2026-08-20T02:24:48.675Z | Downloaded zerofrom-derive v0.1.7 |
| 1100 | 2026-08-20T02:24:48.675Z | Downloaded zerofrom v0.1.8 |
| 1101 | 2026-08-20T02:24:48.676Z | Downloaded base16ct v1.0.0 |
| 1102 | 2026-08-20T02:24:48.682Z | Downloaded prettyplease v0.2.37 |
| 1103 | 2026-08-20T02:24:48.683Z | Downloaded slog-term v2.9.2 |
| 1104 | 2026-08-20T02:24:48.683Z | Downloaded smartstring v1.0.1 |
| 1105 | 2026-08-20T02:24:48.683Z | Downloaded scroll v0.13.0 |
| 1106 | 2026-08-20T02:24:48.683Z | Downloaded progenitor-impl v0.10.0 |
| 1107 | 2026-08-20T02:24:48.687Z | Downloaded pretty_assertions v1.4.1 |
| 1108 | 2026-08-20T02:24:48.687Z | Downloaded slog-envlogger v2.2.0 |
| 1109 | 2026-08-20T02:24:48.687Z | Downloaded universal-hash v0.5.1 |
| 1110 | 2026-08-20T02:24:48.687Z | Downloaded tabwriter v1.4.1 |
| 1111 | 2026-08-20T02:24:48.687Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-08-20T02:24:48.687Z | Downloaded usdt-macro v0.6.0 |
| 1113 | 2026-08-20T02:24:48.687Z | Downloaded allocator-api2 v0.2.21 |
| 1114 | 2026-08-20T02:24:48.690Z | Downloaded ciborium-ll v0.2.2 |
| 1115 | 2026-08-20T02:24:48.690Z | Downloaded dof v0.3.0 |
| 1116 | 2026-08-20T02:24:48.694Z | Downloaded serde-big-array v0.5.1 |
| 1117 | 2026-08-20T02:24:48.694Z | Downloaded icu_properties v2.2.0 |
| 1118 | 2026-08-20T02:24:48.698Z | Downloaded rand v0.8.7 |
| 1119 | 2026-08-20T02:24:48.698Z | Downloaded argon2 v0.5.3 |
| 1120 | 2026-08-20T02:24:48.701Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-08-20T02:24:48.701Z | Downloaded icu_normalizer v2.2.0 |
| 1122 | 2026-08-20T02:24:48.701Z | Downloaded deranged v0.5.8 |
| 1123 | 2026-08-20T02:24:48.707Z | Downloaded tungstenite v0.21.0 |
| 1124 | 2026-08-20T02:24:48.708Z | Downloaded tokio-dtrace v0.1.1 |
| 1125 | 2026-08-20T02:24:48.711Z | Downloaded yoke v0.8.3 |
| 1126 | 2026-08-20T02:24:48.711Z | Downloaded console v0.16.4 |
| 1127 | 2026-08-20T02:24:48.711Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1128 | 2026-08-20T02:24:48.711Z | Downloaded async-stream v0.3.6 |
| 1129 | 2026-08-20T02:24:48.715Z | Downloaded schemars_derive v0.8.22 |
| 1130 | 2026-08-20T02:24:48.715Z | Downloaded hickory-resolver v0.25.2 |
| 1131 | 2026-08-20T02:24:48.718Z | Downloaded icu_normalizer_data v2.2.0 |
| 1132 | 2026-08-20T02:24:48.718Z | Downloaded snafu-derive v0.8.9 |
| 1133 | 2026-08-20T02:24:48.722Z | Downloaded uuid v1.24.0 |
| 1134 | 2026-08-20T02:24:48.722Z | Downloaded typify v0.6.2 |
| 1135 | 2026-08-20T02:24:48.725Z | Downloaded async-trait v0.1.92 |
| 1136 | 2026-08-20T02:24:48.726Z | Downloaded daft v0.1.8 |
| 1137 | 2026-08-20T02:24:48.729Z | Downloaded displaydoc v0.2.7 |
| 1138 | 2026-08-20T02:24:48.732Z | Downloaded rayon-core v1.13.0 |
| 1139 | 2026-08-20T02:24:48.733Z | Downloaded derive_more v0.99.20 |
| 1140 | 2026-08-20T02:24:48.736Z | Downloaded thin-vec v0.2.19 |
| 1141 | 2026-08-20T02:24:48.739Z | Downloaded compression-codecs v0.4.38 |
| 1142 | 2026-08-20T02:24:48.739Z | Downloaded arc-swap v1.9.2 |
| 1143 | 2026-08-20T02:24:48.743Z | Downloaded writeable v0.6.3 |
| 1144 | 2026-08-20T02:24:48.743Z | Downloaded hickory-resolver v0.24.4 |
| 1145 | 2026-08-20T02:24:48.748Z | Downloaded serde_tokenstream v0.2.3 |
| 1146 | 2026-08-20T02:24:48.748Z | Downloaded smf v0.2.3 |
| 1147 | 2026-08-20T02:24:48.748Z | Downloaded chacha20poly1305 v0.10.1 |
| 1148 | 2026-08-20T02:24:48.753Z | Downloaded serde_tokenstream v0.3.0 |
| 1149 | 2026-08-20T02:24:48.753Z | Downloaded zone v0.3.1 |
| 1150 | 2026-08-20T02:24:48.753Z | Downloaded daft-derive v0.1.8 |
| 1151 | 2026-08-20T02:24:48.757Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1152 | 2026-08-20T02:24:48.757Z | Downloaded slog-async v2.8.0 |
| 1153 | 2026-08-20T02:24:48.757Z | Downloaded cancel-safe-futures v0.1.5 |
| 1154 | 2026-08-20T02:24:48.760Z | Downloaded nom v7.1.3 |
| 1155 | 2026-08-20T02:24:48.764Z | Downloaded minimal-lexical v0.2.1 |
| 1156 | 2026-08-20T02:24:48.764Z | Downloaded slog-scope v4.4.1 |
| 1157 | 2026-08-20T02:24:48.768Z | Downloaded typify v0.4.3 |
| 1158 | 2026-08-20T02:24:48.768Z | Downloaded expectorate v1.2.0 |
| 1159 | 2026-08-20T02:24:48.768Z | Downloaded icu_collections v2.2.0 |
| 1160 | 2026-08-20T02:24:48.771Z | Downloaded hkdf v0.12.4 |
| 1161 | 2026-08-20T02:24:48.774Z | Downloaded rhai_codegen v3.2.0 |
| 1162 | 2026-08-20T02:24:48.778Z | Downloaded scroll v0.12.0 |
| 1163 | 2026-08-20T02:24:48.778Z | Downloaded similar v2.7.0 |
| 1164 | 2026-08-20T02:24:48.781Z | Downloaded schemars v0.9.0 |
| 1165 | 2026-08-20T02:24:48.785Z | Downloaded cargo_toml v0.22.3 |
| 1166 | 2026-08-20T02:24:48.788Z | Downloaded hashbrown v0.12.3 |
| 1167 | 2026-08-20T02:24:48.788Z | Downloaded backon v1.6.0 |
| 1168 | 2026-08-20T02:24:48.792Z | Downloaded base64 v0.21.7 |
| 1169 | 2026-08-20T02:24:48.792Z | Downloaded ciborium v0.2.2 |
| 1170 | 2026-08-20T02:24:48.795Z | Downloaded colored v3.1.1 |
| 1171 | 2026-08-20T02:24:48.795Z | Downloaded darling_core v0.23.0 |
| 1172 | 2026-08-20T02:24:48.800Z | Downloaded const_format v0.2.36 |
| 1173 | 2026-08-20T02:24:48.803Z | Downloaded darling v0.21.3 |
| 1174 | 2026-08-20T02:24:48.803Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1175 | 2026-08-20T02:24:48.808Z | Downloaded arrayvec v0.7.8 |
| 1176 | 2026-08-20T02:24:48.808Z | Downloaded cookie v0.18.2 |
| 1177 | 2026-08-20T02:24:48.817Z | Downloaded yansi v1.0.1 |
| 1178 | 2026-08-20T02:24:48.817Z | Downloaded slog v2.8.2 |
| 1179 | 2026-08-20T02:24:48.817Z | Downloaded snafu v0.8.9 |
| 1180 | 2026-08-20T02:24:48.820Z | Downloaded zerotrie v0.2.4 |
| 1181 | 2026-08-20T02:24:48.820Z | Downloaded crypto-bigint v0.5.5 |
| 1182 | 2026-08-20T02:24:48.824Z | Downloaded schemars v1.2.2 |
| 1183 | 2026-08-20T02:24:48.832Z | Downloaded unsafe-libyaml v0.2.11 |
| 1184 | 2026-08-20T02:24:48.835Z | Downloaded toml v0.7.8 |
| 1185 | 2026-08-20T02:24:48.839Z | Downloaded pest v2.8.8 |
| 1186 | 2026-08-20T02:24:48.839Z | Downloaded steno v0.4.1 |
| 1187 | 2026-08-20T02:24:48.850Z | Downloaded darling v0.23.0 |
| 1188 | 2026-08-20T02:24:48.853Z | Downloaded test-strategy v0.4.5 |
| 1189 | 2026-08-20T02:24:48.853Z | Downloaded toml_edit v0.19.15 |
| 1190 | 2026-08-20T02:24:48.856Z | Downloaded cc v1.4.2 |
| 1191 | 2026-08-20T02:24:48.859Z | Downloaded crossbeam-channel v0.5.16 |
| 1192 | 2026-08-20T02:24:48.863Z | Downloaded jiff-core v0.1.0 |
| 1193 | 2026-08-20T02:24:48.863Z | Downloaded h2 v0.4.15 |
| 1194 | 2026-08-20T02:24:48.867Z | Downloaded nom v8.0.0 |
| 1195 | 2026-08-20T02:24:48.870Z | Downloaded darling_core v0.21.3 |
| 1196 | 2026-08-20T02:24:48.874Z | Downloaded libm v0.2.16 |
| 1197 | 2026-08-20T02:24:48.877Z | Downloaded itertools v0.12.1 |
| 1198 | 2026-08-20T02:24:48.882Z | Downloaded dropshot-api-manager v0.7.2 |
| 1199 | 2026-08-20T02:24:48.886Z | Downloaded hashbrown v0.16.1 |
| 1200 | 2026-08-20T02:24:48.890Z | Downloaded itertools v0.15.0 |
| 1201 | 2026-08-20T02:24:48.894Z | Downloaded reqwest v0.13.4 |
| 1202 | 2026-08-20T02:24:48.898Z | Downloaded typed-path v0.9.3 |
| 1203 | 2026-08-20T02:24:48.903Z | Downloaded zerocopy-derive v0.8.56 |
| 1204 | 2026-08-20T02:24:48.909Z | Downloaded zerovec v0.11.6 |
| 1205 | 2026-08-20T02:24:48.909Z | Downloaded icu_properties_data v2.2.0 |
| 1206 | 2026-08-20T02:24:48.918Z | Downloaded goblin v0.8.2 |
| 1207 | 2026-08-20T02:24:48.929Z | Downloaded winnow v0.5.40 |
| 1208 | 2026-08-20T02:24:48.938Z | Downloaded zerocopy v0.7.35 |
| 1209 | 2026-08-20T02:24:48.948Z | Downloaded iddqd v0.4.6 |
| 1210 | 2026-08-20T02:24:48.952Z | Downloaded async-compression v0.4.43 |
| 1211 | 2026-08-20T02:24:48.957Z | Downloaded tough v0.22.0 |
| 1212 | 2026-08-20T02:24:48.965Z | Downloaded proptest v1.11.0 |
| 1213 | 2026-08-20T02:24:48.982Z | Downloaded goblin v0.10.7 |
| 1214 | 2026-08-20T02:24:48.986Z | Downloaded tabled v0.15.0 |
| 1215 | 2026-08-20T02:24:48.996Z | Downloaded syn v1.0.109 |
| 1216 | 2026-08-20T02:24:49.027Z | Downloaded moka v0.12.16 |
| 1217 | 2026-08-20T02:24:49.032Z | Downloaded quinn-proto v0.11.16 |
| 1218 | 2026-08-20T02:24:49.032Z | Downloaded smoltcp v0.11.0 |
| 1219 | 2026-08-20T02:24:49.038Z | Downloaded dropshot v0.17.1 |
| 1220 | 2026-08-20T02:24:49.044Z | Downloaded tabled v0.21.0 |
| 1221 | 2026-08-20T02:24:49.054Z | Downloaded hickory-proto v0.24.4 |
| 1222 | 2026-08-20T02:24:49.062Z | Downloaded regress v0.10.5 |
| 1223 | 2026-08-20T02:24:49.068Z | Downloaded serde_with v3.22.0 |
| 1224 | 2026-08-20T02:24:49.075Z | Downloaded regress v0.11.1 |
| 1225 | 2026-08-20T02:24:49.082Z | Downloaded aws-lc-rs v1.18.0 |
| 1226 | 2026-08-20T02:24:49.085Z | Downloaded blake3 v1.8.6 |
| 1227 | 2026-08-20T02:24:49.089Z | Downloaded hickory-proto v0.25.2 |
| 1228 | 2026-08-20T02:24:49.098Z | Downloaded typify-impl v0.4.3 |
| 1229 | 2026-08-20T02:24:49.106Z | Downloaded nix v0.31.3 |
| 1230 | 2026-08-20T02:24:49.113Z | Downloaded time v0.3.55 |
| 1231 | 2026-08-20T02:24:49.140Z | Downloaded jiff v0.2.35 |
| 1232 | 2026-08-20T02:24:49.143Z | Downloaded openapiv3 v2.2.0 |
| 1233 | 2026-08-20T02:24:49.169Z | Downloaded sha3 v0.10.9 |
| 1234 | 2026-08-20T02:24:49.182Z | Downloaded encoding_rs v0.8.35 |
| 1235 | 2026-08-20T02:24:49.203Z | Downloaded typify-impl v0.6.2 |
| 1236 | 2026-08-20T02:24:49.215Z | Downloaded sled v0.34.7 |
| 1237 | 2026-08-20T02:24:49.274Z | Downloaded petgraph v0.6.5 |
| 1238 | 2026-08-20T02:24:49.294Z | Downloaded lzma-sys v0.1.20 |
| 1239 | 2026-08-20T02:24:49.320Z | Downloaded chrono-tz v0.10.4 |
| 1240 | 2026-08-20T02:24:49.331Z | Downloaded csv v1.4.0 |
| 1241 | 2026-08-20T02:24:50.076Z | Downloaded aws-lc-sys v0.44.0 |
| 1242 | 2026-08-20T02:24:51.016Z | Compiling proc-macro2 v1.0.107 |
| 1243 | 2026-08-20T02:24:51.016Z | Compiling unicode-ident v1.0.24 |
| 1244 | 2026-08-20T02:24:51.016Z | Compiling quote v1.0.47 |
| 1245 | 2026-08-20T02:24:51.016Z | Compiling serde_core v1.0.229 |
| 1246 | 2026-08-20T02:24:51.020Z | Compiling cfg-if v1.0.4 |
| 1247 | 2026-08-20T02:24:51.020Z | Compiling serde v1.0.229 |
| 1248 | 2026-08-20T02:24:51.021Z | Compiling libc v0.2.189 |
| 1249 | 2026-08-20T02:24:51.021Z | Compiling memchr v2.8.3 |
| 1250 | 2026-08-20T02:24:51.227Z | Compiling itoa v1.0.18 |
| 1251 | 2026-08-20T02:24:51.406Z | Compiling zmij v1.0.23 |
| 1252 | 2026-08-20T02:24:51.484Z | Compiling autocfg v1.5.1 |
| 1253 | 2026-08-20T02:24:51.494Z | Compiling libm v0.2.16 |
| 1254 | 2026-08-20T02:24:51.811Z | Compiling stable_deref_trait v1.2.1 |
| 1255 | 2026-08-20T02:24:51.825Z | Compiling litemap v0.8.2 |
| 1256 | 2026-08-20T02:24:51.878Z | Compiling writeable v0.6.3 |
| 1257 | 2026-08-20T02:24:51.916Z | Compiling utf8_iter v1.0.4 |
| 1258 | 2026-08-20T02:24:51.987Z | Compiling icu_normalizer_data v2.2.0 |
| 1259 | 2026-08-20T02:24:52.011Z | Compiling percent-encoding v2.3.2 |
| 1260 | 2026-08-20T02:24:52.021Z | Compiling icu_properties_data v2.2.0 |
| 1261 | 2026-08-20T02:24:52.074Z | Compiling version_check v0.9.5 |
| 1262 | 2026-08-20T02:24:52.200Z | Compiling iana-time-zone v0.1.65 |
| 1263 | 2026-08-20T02:24:52.222Z | Compiling syn v2.0.119 |
| 1264 | 2026-08-20T02:24:52.235Z | Compiling syn v3.0.3 |
| 1265 | 2026-08-20T02:24:52.412Z | Compiling equivalent v1.0.2 |
| 1266 | 2026-08-20T02:24:52.423Z | Compiling form_urlencoded v1.2.2 |
| 1267 | 2026-08-20T02:24:52.426Z | Compiling allocator-api2 v0.2.21 |
| 1268 | 2026-08-20T02:24:52.486Z | Compiling serde_json v1.0.151 |
| 1269 | 2026-08-20T02:24:52.497Z | Compiling pin-project-lite v0.2.17 |
| 1270 | 2026-08-20T02:24:52.587Z | Compiling dyn-clone v1.0.20 |
| 1271 | 2026-08-20T02:24:52.597Z | Compiling scopeguard v1.2.0 |
| 1272 | 2026-08-20T02:24:52.701Z | Compiling parking_lot_core v0.9.12 |
| 1273 | 2026-08-20T02:24:52.724Z | Compiling hashbrown v0.17.1 |
| 1274 | 2026-08-20T02:24:52.738Z | Compiling lock_api v0.4.14 |
| 1275 | 2026-08-20T02:24:52.753Z | Compiling num-traits v0.2.19 |
| 1276 | 2026-08-20T02:24:52.965Z | Compiling rand_core v0.10.1 |
| 1277 | 2026-08-20T02:24:52.988Z | Compiling thiserror v2.0.20 |
| 1278 | 2026-08-20T02:24:52.991Z | Compiling getrandom v0.4.3 |
| 1279 | 2026-08-20T02:24:53.111Z | Compiling errno v0.3.14 |
| 1280 | 2026-08-20T02:24:53.257Z | Compiling semver v1.0.28 |
| 1281 | 2026-08-20T02:24:53.304Z | Compiling indexmap v2.14.0 |
| 1282 | 2026-08-20T02:24:53.507Z | Compiling log v0.4.33 |
| 1283 | 2026-08-20T02:24:53.540Z | Compiling futures-core v0.3.34 |
| 1284 | 2026-08-20T02:24:53.690Z | Compiling heck v0.5.0 |
| 1285 | 2026-08-20T02:24:53.696Z | Compiling zerocopy v0.8.56 |
| 1286 | 2026-08-20T02:24:53.735Z | Compiling uuid v1.24.0 |
| 1287 | 2026-08-20T02:24:53.927Z | Compiling futures-sink v0.3.34 |
| 1288 | 2026-08-20T02:24:53.939Z | Compiling schemars v0.8.22 |
| 1289 | 2026-08-20T02:24:54.026Z | Compiling slab v0.4.12 |
| 1290 | 2026-08-20T02:24:54.107Z | Compiling jobserver v0.1.35 |
| 1291 | 2026-08-20T02:24:54.169Z | Compiling fnv v1.0.7 |
| 1292 | 2026-08-20T02:24:54.225Z | Compiling rustversion v1.0.23 |
| 1293 | 2026-08-20T02:24:54.262Z | Compiling find-msvc-tools v0.1.10 |
| 1294 | 2026-08-20T02:24:54.295Z | Compiling shlex v2.0.1 |
| 1295 | 2026-08-20T02:24:54.448Z | Compiling cc v1.4.2 |
| 1296 | 2026-08-20T02:24:54.468Z | Compiling futures-channel v0.3.34 |
| 1297 | 2026-08-20T02:24:54.490Z | Compiling bitflags v2.13.1 |
| 1298 | 2026-08-20T02:24:54.495Z | Compiling futures-io v0.3.34 |
| 1299 | 2026-08-20T02:24:54.654Z | Compiling futures-task v0.3.34 |
| 1300 | 2026-08-20T02:24:54.692Z | Compiling portable-atomic v1.15.0 |
| 1301 | 2026-08-20T02:24:54.718Z | Compiling pkg-config v0.3.33 |
| 1302 | 2026-08-20T02:24:54.785Z | Compiling socket2 v0.6.5 |
| 1303 | 2026-08-20T02:24:54.822Z | Compiling signal-hook-registry v1.4.8 |
| 1304 | 2026-08-20T02:24:55.125Z | Compiling synstructure v0.13.2 |
| 1305 | 2026-08-20T02:24:55.140Z | Compiling serde_derive_internals v0.29.1 |
| 1306 | 2026-08-20T02:24:55.172Z | Compiling mio v1.2.2 |
| 1307 | 2026-08-20T02:24:55.245Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-08-20T02:24:55.350Z | Compiling cmake v0.1.58 |
| 1309 | 2026-08-20T02:24:55.449Z | Compiling serde_derive v1.0.229 |
| 1310 | 2026-08-20T02:24:55.624Z | Compiling displaydoc v0.2.7 |
| 1311 | 2026-08-20T02:24:55.681Z | Compiling thiserror-impl v2.0.20 |
| 1312 | 2026-08-20T02:24:55.694Z | Compiling tokio-macros v2.7.2 |
| 1313 | 2026-08-20T02:24:55.759Z | Compiling futures-macro v0.3.34 |
| 1314 | 2026-08-20T02:24:55.772Z | Compiling once_cell v1.21.4 |
| 1315 | 2026-08-20T02:24:55.886Z | Compiling typenum v1.20.1 |
| 1316 | 2026-08-20T02:24:55.985Z | Compiling fs_extra v1.3.0 |
| 1317 | 2026-08-20T02:24:56.214Z | Compiling zerofrom-derive v0.1.7 |
| 1318 | 2026-08-20T02:24:56.241Z | Compiling yoke-derive v0.8.2 |
| 1319 | 2026-08-20T02:24:56.409Z | Compiling zerovec-derive v0.11.3 |
| 1320 | 2026-08-20T02:24:56.426Z | Compiling schemars_derive v0.8.22 |
| 1321 | 2026-08-20T02:24:56.582Z | Compiling zerocopy-derive v0.8.56 |
| 1322 | 2026-08-20T02:24:56.673Z | Compiling zeroize_derive v1.5.0 |
| 1323 | 2026-08-20T02:24:57.006Z | Compiling futures-util v0.3.34 |
| 1324 | 2026-08-20T02:24:57.320Z | Compiling dunce v1.0.5 |
| 1325 | 2026-08-20T02:24:57.351Z | Compiling zeroize v1.9.0 |
| 1326 | 2026-08-20T02:24:57.413Z | Compiling aws-lc-sys v0.44.0 |
| 1327 | 2026-08-20T02:24:57.432Z | Compiling zerofrom v0.1.8 |
| 1328 | 2026-08-20T02:24:57.497Z | Compiling base64 v0.22.1 |
| 1329 | 2026-08-20T02:24:57.552Z | Compiling yoke v0.8.3 |
| 1330 | 2026-08-20T02:24:57.564Z | Compiling slog v2.8.2 |
| 1331 | 2026-08-20T02:24:57.608Z | Compiling rustix v1.1.4 |
| 1332 | 2026-08-20T02:24:57.729Z | Compiling zerovec v0.11.6 |
| 1333 | 2026-08-20T02:24:57.778Z | Compiling zerotrie v0.2.4 |
| 1334 | 2026-08-20T02:24:57.821Z | Compiling byteorder v1.5.0 |
| 1335 | 2026-08-20T02:24:57.948Z | Compiling subtle v2.6.1 |
| 1336 | 2026-08-20T02:24:58.051Z | Compiling strsim v0.11.1 |
| 1337 | 2026-08-20T02:24:58.126Z | Compiling regex-syntax v0.8.11 |
| 1338 | 2026-08-20T02:24:58.258Z | Compiling tinystr v0.8.3 |
| 1339 | 2026-08-20T02:24:58.262Z | Compiling potential_utf v0.1.5 |
| 1340 | 2026-08-20T02:24:58.431Z | Compiling icu_locale_core v2.2.0 |
| 1341 | 2026-08-20T02:24:58.443Z | Compiling icu_collections v2.2.0 |
| 1342 | 2026-08-20T02:24:58.459Z | Compiling ipnet v2.12.1 |
| 1343 | 2026-08-20T02:24:58.562Z | Compiling bytes v1.12.1 |
| 1344 | 2026-08-20T02:24:58.581Z | Compiling smallvec v1.15.2 |
| 1345 | 2026-08-20T02:24:58.816Z | Compiling chrono v0.4.45 |
| 1346 | 2026-08-20T02:24:59.266Z | Compiling icu_provider v2.2.0 |
| 1347 | 2026-08-20T02:24:59.281Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-08-20T02:24:59.367Z | Compiling http v1.5.0 |
| 1349 | 2026-08-20T02:24:59.595Z | Compiling icu_properties v2.2.0 |
| 1350 | 2026-08-20T02:24:59.607Z | Compiling icu_normalizer v2.2.0 |
| 1351 | 2026-08-20T02:24:59.686Z | Compiling tokio v1.53.1 |
| 1352 | 2026-08-20T02:25:00.196Z | Compiling erased-serde v0.3.31 |
| 1353 | 2026-08-20T02:25:00.361Z | Compiling serde_tokenstream v0.2.3 |
| 1354 | 2026-08-20T02:25:00.373Z | Compiling http-body v1.1.0 |
| 1355 | 2026-08-20T02:25:00.527Z | Compiling idna_adapter v1.2.2 |
| 1356 | 2026-08-20T02:25:00.646Z | Compiling idna v1.1.0 |
| 1357 | 2026-08-20T02:25:00.693Z | Compiling httparse v1.10.1 |
| 1358 | 2026-08-20T02:25:00.815Z | Compiling atomic-waker v1.1.2 |
| 1359 | 2026-08-20T02:25:00.840Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-08-20T02:25:00.937Z | Compiling url v2.5.8 |
| 1361 | 2026-08-20T02:25:01.003Z | Compiling ppv-lite86 v0.2.21 |
| 1362 | 2026-08-20T02:25:01.072Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-08-20T02:25:01.095Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-08-20T02:25:01.171Z | Compiling ucd-trie v0.1.7 |
| 1365 | 2026-08-20T02:25:01.270Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-08-20T02:25:01.308Z | Compiling untrusted v0.9.0 |
| 1367 | 2026-08-20T02:25:01.371Z | Compiling getrandom v0.3.4 |
| 1368 | 2026-08-20T02:25:01.374Z | Compiling ryu v1.0.23 |
| 1369 | 2026-08-20T02:25:01.419Z | Compiling thiserror v1.0.69 |
| 1370 | 2026-08-20T02:25:01.471Z | Compiling want v0.3.1 |
| 1371 | 2026-08-20T02:25:01.552Z | Compiling pest v2.8.8 |
| 1372 | 2026-08-20T02:25:01.637Z | Compiling rand_core v0.6.4 |
| 1373 | 2026-08-20T02:25:01.702Z | Compiling thiserror-impl v1.0.69 |
| 1374 | 2026-08-20T02:25:01.785Z | Compiling httpdate v1.0.3 |
| 1375 | 2026-08-20T02:25:01.853Z | Compiling pretty-hex v0.4.2 |
| 1376 | 2026-08-20T02:25:01.887Z | Compiling plain v0.2.3 |
| 1377 | 2026-08-20T02:25:01.987Z | Compiling winnow v1.0.4 |
| 1378 | 2026-08-20T02:25:01.999Z | Compiling paste v1.0.15 |
| 1379 | 2026-08-20T02:25:02.020Z | Compiling foldhash v0.2.0 |
| 1380 | 2026-08-20T02:25:02.250Z | Compiling ipnetwork v0.21.1 |
| 1381 | 2026-08-20T02:25:02.319Z | Compiling tracing-attributes v0.1.31 |
| 1382 | 2026-08-20T02:25:02.678Z | Compiling pest_meta v2.8.8 |
| 1383 | 2026-08-20T02:25:02.780Z | Compiling oxnet v0.1.6 |
| 1384 | 2026-08-20T02:25:02.855Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-08-20T02:25:02.921Z | Compiling omicron-workspace-hack v0.1.0 |
| 1386 | 2026-08-20T02:25:03.064Z | Compiling ident_case v1.0.1 |
| 1387 | 2026-08-20T02:25:03.183Z | Compiling serde_urlencoded v0.7.1 |
| 1388 | 2026-08-20T02:25:03.232Z | Compiling pest_generator v2.8.8 |
| 1389 | 2026-08-20T02:25:03.421Z | Compiling http-body-util v0.1.5 |
| 1390 | 2026-08-20T02:25:03.448Z | Compiling aho-corasick v1.1.5 |
| 1391 | 2026-08-20T02:25:03.499Z | Compiling tracing v0.1.44 |
| 1392 | 2026-08-20T02:25:03.678Z | Compiling sync_wrapper v1.0.2 |
| 1393 | 2026-08-20T02:25:03.737Z | Compiling daft-derive v0.1.8 |
| 1394 | 2026-08-20T02:25:03.844Z | Compiling fastrand v2.5.0 |
| 1395 | 2026-08-20T02:25:03.944Z | Compiling pest_derive v2.8.8 |
| 1396 | 2026-08-20T02:25:04.100Z | Compiling hashbrown v0.16.1 |
| 1397 | 2026-08-20T02:25:04.503Z | Compiling regex-automata v0.4.18 |
| 1398 | 2026-08-20T02:25:04.544Z | Compiling tokio-util v0.7.19 |
| 1399 | 2026-08-20T02:25:04.732Z | Compiling scroll_derive v0.13.1 |
| 1400 | 2026-08-20T02:25:04.803Z | Compiling async-trait v0.1.92 |
| 1401 | 2026-08-20T02:25:04.992Z | Compiling anyhow v1.0.104 |
| 1402 | 2026-08-20T02:25:05.312Z | Compiling aws-lc-rs v1.18.0 |
| 1403 | 2026-08-20T02:25:05.324Z | Compiling num-conv v0.2.2 |
| 1404 | 2026-08-20T02:25:05.470Z | Compiling time-core v0.1.9 |
| 1405 | 2026-08-20T02:25:05.555Z | Compiling scroll v0.13.0 |
| 1406 | 2026-08-20T02:25:05.652Z | Compiling time-macros v0.2.32 |
| 1407 | 2026-08-20T02:25:05.752Z | Compiling rustls-pki-types v1.15.1 |
| 1408 | 2026-08-20T02:25:05.813Z | Compiling powerfmt v0.2.0 |
| 1409 | 2026-08-20T02:25:05.827Z | Compiling num_threads v0.1.7 |
| 1410 | 2026-08-20T02:25:05.922Z | Compiling hex v0.4.3 |
| 1411 | 2026-08-20T02:25:06.018Z | Compiling deranged v0.5.8 |
| 1412 | 2026-08-20T02:25:06.189Z | Compiling openssl-probe v0.2.1 |
| 1413 | 2026-08-20T02:25:06.233Z | Compiling regex v1.13.1 |
| 1414 | 2026-08-20T02:25:06.374Z | Compiling goblin v0.10.7 |
| 1415 | 2026-08-20T02:25:06.679Z | Compiling untrusted v0.7.1 |
| 1416 | 2026-08-20T02:25:06.682Z | Compiling camino v1.2.5 |
| 1417 | 2026-08-20T02:25:06.972Z | Compiling usdt-impl v0.6.0 |
| 1418 | 2026-08-20T02:25:06.989Z | Compiling crc32fast v1.5.0 |
| 1419 | 2026-08-20T02:25:07.047Z | Compiling rustls v0.23.43 |
| 1420 | 2026-08-20T02:25:07.217Z | Compiling h2 v0.4.15 |
| 1421 | 2026-08-20T02:25:07.231Z | Compiling dtrace-parser v0.3.0 |
| 1422 | 2026-08-20T02:25:07.249Z | Compiling futures-executor v0.3.34 |
| 1423 | 2026-08-20T02:25:07.306Z | Compiling crossbeam-utils v0.8.22 |
| 1424 | 2026-08-20T02:25:07.616Z | Compiling serde_tokenstream v0.3.0 |
| 1425 | 2026-08-20T02:25:07.722Z | Compiling structmeta-derive v0.3.0 |
| 1426 | 2026-08-20T02:25:07.733Z | Compiling thread-id v5.1.0 |
| 1427 | 2026-08-20T02:25:07.810Z | Compiling cpufeatures v0.3.0 |
| 1428 | 2026-08-20T02:25:07.880Z | Compiling simd-adler32 v0.3.10 |
| 1429 | 2026-08-20T02:25:07.894Z | Compiling adler2 v2.0.1 |
| 1430 | 2026-08-20T02:25:08.023Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-08-20T02:25:08.078Z | Compiling newtype-uuid-macros v0.1.1 |
| 1432 | 2026-08-20T02:25:08.614Z | Compiling futures v0.3.34 |
| 1433 | 2026-08-20T02:25:08.671Z | Compiling rand_core v0.9.5 |
| 1434 | 2026-08-20T02:25:08.691Z | Compiling darling_core v0.23.0 |
| 1435 | 2026-08-20T02:25:08.753Z | Compiling structmeta v0.3.0 |
| 1436 | 2026-08-20T02:25:08.867Z | Compiling hybrid-array v0.4.14 |
| 1437 | 2026-08-20T02:25:08.949Z | Compiling thread_local v1.1.10 |
| 1438 | 2026-08-20T02:25:09.034Z | Compiling match_cfg v0.1.0 |
| 1439 | 2026-08-20T02:25:09.102Z | Compiling flate2 v1.1.9 |
| 1440 | 2026-08-20T02:25:09.263Z | Compiling dof v0.4.0 |
| 1441 | 2026-08-20T02:25:09.388Z | Compiling hyper v1.11.0 |
| 1442 | 2026-08-20T02:25:09.552Z | Compiling newtype-uuid v1.4.0 |
| 1443 | 2026-08-20T02:25:09.892Z | Compiling slog-async v2.8.0 |
| 1444 | 2026-08-20T02:25:10.613Z | Compiling hyper-util v0.1.20 |
| 1445 | 2026-08-20T02:25:10.652Z | Compiling quick-error v1.2.3 |
| 1446 | 2026-08-20T02:25:10.756Z | Compiling compression-core v0.4.32 |
| 1447 | 2026-08-20T02:25:10.849Z | Compiling darling_macro v0.23.0 |
| 1448 | 2026-08-20T02:25:10.878Z | Compiling ref-cast v1.0.26 |
| 1449 | 2026-08-20T02:25:10.896Z | Compiling compression-codecs v0.4.38 |
| 1450 | 2026-08-20T02:25:10.966Z | Compiling daft v0.1.8 |
| 1451 | 2026-08-20T02:25:11.139Z | Compiling crypto-common v0.2.2 |
| 1452 | 2026-08-20T02:25:11.152Z | Compiling block-buffer v0.12.1 |
| 1453 | 2026-08-20T02:25:11.220Z | Compiling rand_chacha v0.9.0 |
| 1454 | 2026-08-20T02:25:11.300Z | Compiling strum_macros v0.26.4 |
| 1455 | 2026-08-20T02:25:11.433Z | Compiling darling v0.23.0 |
| 1456 | 2026-08-20T02:25:11.445Z | Compiling usdt-attr-macro v0.6.0 |
| 1457 | 2026-08-20T02:25:11.513Z | Compiling usdt-macro v0.6.0 |
| 1458 | 2026-08-20T02:25:11.648Z | Compiling ref-cast-impl v1.0.26 |
| 1459 | 2026-08-20T02:25:11.651Z | Compiling serde_spanned v1.1.1 |
| 1460 | 2026-08-20T02:25:11.799Z | Compiling generic-array v0.14.7 |
| 1461 | 2026-08-20T02:25:12.020Z | Compiling multer v3.1.0 |
| 1462 | 2026-08-20T02:25:12.087Z | Compiling const-oid v0.10.2 |
| 1463 | 2026-08-20T02:25:12.231Z | Compiling debug-ignore v1.0.5 |
| 1464 | 2026-08-20T02:25:12.242Z | Compiling bit-vec v0.8.0 |
| 1465 | 2026-08-20T02:25:12.273Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1466 | 2026-08-20T02:25:12.299Z | Compiling take_mut v0.2.2 |
| 1467 | 2026-08-20T02:25:12.324Z | Compiling term v1.2.1 |
| 1468 | 2026-08-20T02:25:12.446Z | Compiling bit-set v0.8.0 |
| 1469 | 2026-08-20T02:25:12.483Z | Compiling digest v0.11.3 |
| 1470 | 2026-08-20T02:25:12.598Z | Compiling serde_with_macros v3.22.0 |
| 1471 | 2026-08-20T02:25:12.620Z | Compiling rand v0.9.5 |
| 1472 | 2026-08-20T02:25:12.634Z | Compiling async-stream-impl v0.3.6 |
| 1473 | 2026-08-20T02:25:12.646Z | Compiling dropshot v0.17.1 |
| 1474 | 2026-08-20T02:25:12.870Z | Compiling encoding_rs v0.8.35 |
| 1475 | 2026-08-20T02:25:12.949Z | Compiling strum v0.26.3 |
| 1476 | 2026-08-20T02:25:13.026Z | Compiling mime v0.3.17 |
| 1477 | 2026-08-20T02:25:13.072Z | Compiling syn v1.0.109 |
| 1478 | 2026-08-20T02:25:13.225Z | Compiling spin v0.9.9 |
| 1479 | 2026-08-20T02:25:13.268Z | Compiling unarray v0.1.4 |
| 1480 | 2026-08-20T02:25:13.335Z | Compiling async-stream v0.3.6 |
| 1481 | 2026-08-20T02:25:13.425Z | Compiling sha1 v0.11.0 |
| 1482 | 2026-08-20T02:25:13.498Z | Compiling derive-ex v0.1.8 |
| 1483 | 2026-08-20T02:25:13.510Z | Compiling tower v0.5.3 |
| 1484 | 2026-08-20T02:25:13.667Z | Compiling waitgroup v0.1.2 |
| 1485 | 2026-08-20T02:25:13.712Z | Compiling dropshot_endpoint v0.17.1 |
| 1486 | 2026-08-20T02:25:13.724Z | Compiling macaddr v1.0.1 |
| 1487 | 2026-08-20T02:25:13.797Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1488 | 2026-08-20T02:25:13.938Z | Compiling serde_path_to_error v0.1.20 |
| 1489 | 2026-08-20T02:25:14.322Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1490 | 2026-08-20T02:25:14.346Z | Compiling tower-http v0.6.11 |
| 1491 | 2026-08-20T02:25:14.448Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1492 | 2026-08-20T02:25:14.590Z | Compiling tempfile v3.27.0 |
| 1493 | 2026-08-20T02:25:14.623Z | Compiling openapiv3 v2.2.0 |
| 1494 | 2026-08-20T02:25:14.768Z | Compiling strum_macros v0.27.2 |
| 1495 | 2026-08-20T02:25:15.130Z | Compiling test-strategy v0.4.5 |
| 1496 | 2026-08-20T02:25:15.364Z | Compiling instant v0.1.13 |
| 1497 | 2026-08-20T02:25:15.467Z | Compiling time v0.3.55 |
| 1498 | 2026-08-20T02:25:16.083Z | Compiling rustls-native-certs v0.8.4 |
| 1499 | 2026-08-20T02:25:16.240Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1500 | 2026-08-20T02:25:16.427Z | Compiling crossbeam-channel v0.5.16 |
| 1501 | 2026-08-20T02:25:16.478Z | Compiling crypto-common v0.1.7 |
| 1502 | 2026-08-20T02:25:16.593Z | Compiling strum v0.27.2 |
| 1503 | 2026-08-20T02:25:16.889Z | Compiling parse-display-derive v0.10.0 |
| 1504 | 2026-08-20T02:25:16.910Z | Compiling backon v1.6.0 |
| 1505 | 2026-08-20T02:25:17.115Z | Compiling rand_chacha v0.3.1 |
| 1506 | 2026-08-20T02:25:17.253Z | Compiling either v1.17.0 |
| 1507 | 2026-08-20T02:25:17.462Z | Compiling rand v0.8.7 |
| 1508 | 2026-08-20T02:25:17.515Z | Compiling slog-json v2.6.1 |
| 1509 | 2026-08-20T02:25:17.738Z | Compiling hostname v0.3.1 |
| 1510 | 2026-08-20T02:25:18.106Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1511 | 2026-08-20T02:25:18.129Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1512 | 2026-08-20T02:25:18.170Z | Compiling is-terminal v0.4.17 |
| 1513 | 2026-08-20T02:25:18.188Z | Compiling memmap2 v0.9.11 |
| 1514 | 2026-08-20T02:25:18.282Z | Compiling wait-timeout v0.2.1 |
| 1515 | 2026-08-20T02:25:18.434Z | Compiling rusty-fork v0.3.1 |
| 1516 | 2026-08-20T02:25:18.520Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1517 | 2026-08-20T02:25:18.542Z | Compiling usdt v0.6.0 |
| 1518 | 2026-08-20T02:25:18.567Z | Compiling slog-term v2.9.2 |
| 1519 | 2026-08-20T02:25:18.787Z | Compiling slog-bunyan v2.5.0 |
| 1520 | 2026-08-20T02:25:18.815Z | Compiling serde_with v3.22.0 |
| 1521 | 2026-08-20T02:25:18.911Z | Compiling async-compression v0.4.43 |
| 1522 | 2026-08-20T02:25:18.922Z | Compiling rand_xorshift v0.4.0 |
| 1523 | 2026-08-20T02:25:19.066Z | Compiling rustls-pemfile v2.2.0 |
| 1524 | 2026-08-20T02:25:19.281Z | Compiling regress v0.10.5 |
| 1525 | 2026-08-20T02:25:19.285Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1526 | 2026-08-20T02:25:19.352Z | Compiling hostname v0.4.2 |
| 1527 | 2026-08-20T02:25:19.355Z | Compiling humantime v2.4.0 |
| 1528 | 2026-08-20T02:25:19.460Z | Compiling proptest v1.11.0 |
| 1529 | 2026-08-20T02:25:20.037Z | Compiling iddqd v0.4.6 |
| 1530 | 2026-08-20T02:25:20.191Z | Compiling reqwest v0.12.28 |
| 1531 | 2026-08-20T02:25:20.320Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1532 | 2026-08-20T02:25:20.568Z | Compiling block-buffer v0.10.4 |
| 1533 | 2026-08-20T02:25:20.686Z | Compiling utf8parse v0.2.2 |
| 1534 | 2026-08-20T02:25:20.793Z | Compiling anstyle-parse v1.0.0 |
| 1535 | 2026-08-20T02:25:20.883Z | Compiling digest v0.10.7 |
| 1536 | 2026-08-20T02:25:20.974Z | Compiling parse-display v0.10.0 |
| 1537 | 2026-08-20T02:25:21.094Z | Compiling backoff v0.4.0 |
| 1538 | 2026-08-20T02:25:21.319Z | Compiling progenitor-client v0.10.0 |
| 1539 | 2026-08-20T02:25:21.324Z | Compiling itertools v0.14.0 |
| 1540 | 2026-08-20T02:25:21.324Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1541 | 2026-08-20T02:25:21.571Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1542 | 2026-08-20T02:25:22.161Z | Compiling anstyle v1.0.14 |
| 1543 | 2026-08-20T02:25:22.384Z | Compiling colorchoice v1.0.5 |
| 1544 | 2026-08-20T02:25:22.497Z | Compiling anstyle-query v1.1.5 |
| 1545 | 2026-08-20T02:25:22.592Z | Compiling is_terminal_polyfill v1.70.2 |
| 1546 | 2026-08-20T02:25:22.683Z | Compiling anstream v1.0.0 |
| 1547 | 2026-08-20T02:25:23.003Z | Compiling clap_lex v1.1.0 |
| 1548 | 2026-08-20T02:25:23.319Z | Compiling regress v0.11.1 |
| 1549 | 2026-08-20T02:25:23.322Z | Compiling clap_derive v4.6.4 |
| 1550 | 2026-08-20T02:25:24.044Z | Compiling terminal_size v0.4.4 |
| 1551 | 2026-08-20T02:25:24.980Z | Compiling typify-impl v0.6.2 |
| 1552 | 2026-08-20T02:25:25.105Z | Compiling toml_datetime v0.6.11 |
| 1553 | 2026-08-20T02:25:25.319Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-08-20T02:25:25.366Z | Compiling cpufeatures v0.2.17 |
| 1555 | 2026-08-20T02:25:25.407Z | Compiling convert_case v0.4.0 |
| 1556 | 2026-08-20T02:25:25.698Z | Compiling derive_more v0.99.20 |
| 1557 | 2026-08-20T02:25:26.089Z | Compiling clap_builder v4.6.6 |
| 1558 | 2026-08-20T02:25:26.156Z | Compiling zerocopy v0.7.35 |
| 1559 | 2026-08-20T02:25:26.752Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1560 | 2026-08-20T02:25:27.506Z | Compiling unicode-width v0.2.2 |
| 1561 | 2026-08-20T02:25:27.782Z | Compiling clap v4.6.6 |
| 1562 | 2026-08-20T02:25:27.812Z | Compiling proc-macro-crate v3.5.0 |
| 1563 | 2026-08-20T02:25:27.954Z | Compiling secrecy v0.10.3 |
| 1564 | 2026-08-20T02:25:28.109Z | Compiling tinyvec_macros v0.1.1 |
| 1565 | 2026-08-20T02:25:28.224Z | Compiling float-ord v0.3.2 |
| 1566 | 2026-08-20T02:25:28.252Z | Compiling crucible-workspace-hack v0.1.0 |
| 1567 | 2026-08-20T02:25:28.269Z | Compiling num_enum_derive v0.7.6 |
| 1568 | 2026-08-20T02:25:28.332Z | Compiling tinyvec v1.12.0 |
| 1569 | 2026-08-20T02:25:28.837Z | Compiling dtrace-parser v0.2.0 |
| 1570 | 2026-08-20T02:25:28.936Z | Compiling scroll_derive v0.12.1 |
| 1571 | 2026-08-20T02:25:28.992Z | Compiling num-integer v0.1.47 |
| 1572 | 2026-08-20T02:25:29.331Z | Compiling rustc_version v0.4.1 |
| 1573 | 2026-08-20T02:25:29.362Z | Compiling usdt-impl v0.5.0 |
| 1574 | 2026-08-20T02:25:29.599Z | Compiling crossbeam-epoch v0.9.20 |
| 1575 | 2026-08-20T02:25:29.696Z | Compiling scroll v0.12.0 |
| 1576 | 2026-08-20T02:25:29.709Z | Compiling curve25519-dalek v4.1.3 |
| 1577 | 2026-08-20T02:25:29.760Z | Compiling num_enum v0.7.6 |
| 1578 | 2026-08-20T02:25:29.971Z | Compiling dof v0.3.0 |
| 1579 | 2026-08-20T02:25:30.255Z | Compiling hmac v0.12.1 |
| 1580 | 2026-08-20T02:25:30.308Z | Compiling inout v0.1.4 |
| 1581 | 2026-08-20T02:25:30.322Z | Compiling darling_core v0.21.3 |
| 1582 | 2026-08-20T02:25:30.334Z | Compiling ff v0.13.1 |
| 1583 | 2026-08-20T02:25:30.389Z | Compiling thread-id v4.2.2 |
| 1584 | 2026-08-20T02:25:30.410Z | Compiling hkdf v0.12.4 |
| 1585 | 2026-08-20T02:25:30.457Z | Compiling group v0.13.0 |
| 1586 | 2026-08-20T02:25:30.467Z | Compiling cipher v0.4.4 |
| 1587 | 2026-08-20T02:25:30.950Z | Compiling goblin v0.8.2 |
| 1588 | 2026-08-20T02:25:31.034Z | Compiling num-iter v0.1.46 |
| 1589 | 2026-08-20T02:25:31.131Z | Compiling num-rational v0.4.2 |
| 1590 | 2026-08-20T02:25:31.278Z | Compiling typify-macro v0.6.2 |
| 1591 | 2026-08-20T02:25:31.289Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1592 | 2026-08-20T02:25:31.335Z | Compiling universal-hash v0.5.1 |
| 1593 | 2026-08-20T02:25:31.461Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-08-20T02:25:31.498Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1595 | 2026-08-20T02:25:31.870Z | Compiling half v2.7.1 |
| 1596 | 2026-08-20T02:25:32.158Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-08-20T02:25:32.158Z | Compiling num-complex v0.4.6 |
| 1598 | 2026-08-20T02:25:32.378Z | Compiling darling_macro v0.21.3 |
| 1599 | 2026-08-20T02:25:32.613Z | Compiling opaque-debug v0.3.1 |
| 1600 | 2026-08-20T02:25:32.678Z | Compiling base16ct v0.2.0 |
| 1601 | 2026-08-20T02:25:32.693Z | Compiling base64ct v1.8.3 |
| 1602 | 2026-08-20T02:25:32.759Z | Compiling heck v0.4.1 |
| 1603 | 2026-08-20T02:25:32.827Z | Compiling ciborium-io v0.2.2 |
| 1604 | 2026-08-20T02:25:32.921Z | Compiling password-hash v0.5.0 |
| 1605 | 2026-08-20T02:25:32.953Z | Compiling ciborium-ll v0.2.2 |
| 1606 | 2026-08-20T02:25:32.978Z | Compiling darling v0.21.3 |
| 1607 | 2026-08-20T02:25:32.990Z | Compiling elliptic-curve v0.13.8 |
| 1608 | 2026-08-20T02:25:33.336Z | Compiling poly1305 v0.8.0 |
| 1609 | 2026-08-20T02:25:33.419Z | Compiling typify v0.6.2 |
| 1610 | 2026-08-20T02:25:33.439Z | Compiling num v0.4.3 |
| 1611 | 2026-08-20T02:25:33.509Z | Compiling thiserror-no-std v2.0.2 |
| 1612 | 2026-08-20T02:25:33.953Z | Compiling chacha20 v0.9.1 |
| 1613 | 2026-08-20T02:25:33.958Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1614 | 2026-08-20T02:25:34.174Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1615 | 2026-08-20T02:25:34.631Z | Compiling blake2 v0.10.6 |
| 1616 | 2026-08-20T02:25:34.931Z | Compiling aead v0.5.2 |
| 1617 | 2026-08-20T02:25:34.991Z | Compiling byte-wrapper v0.1.0 |
| 1618 | 2026-08-20T02:25:35.089Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1619 | 2026-08-20T02:25:35.092Z | Compiling proc-macro-error-attr v1.0.4 |
| 1620 | 2026-08-20T02:25:35.406Z | Compiling rustix v0.38.44 |
| 1621 | 2026-08-20T02:25:35.418Z | Compiling unsafe-libyaml v0.2.11 |
| 1622 | 2026-08-20T02:25:35.492Z | Compiling keccak v0.1.6 |
| 1623 | 2026-08-20T02:25:35.734Z | Compiling prettyplease v0.2.37 |
| 1624 | 2026-08-20T02:25:35.751Z | Compiling heapless v0.8.0 |
| 1625 | 2026-08-20T02:25:36.081Z | Compiling serde_yaml v0.9.34+deprecated |
| 1626 | 2026-08-20T02:25:36.212Z | Compiling sha3 v0.10.9 |
| 1627 | 2026-08-20T02:25:36.563Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1628 | 2026-08-20T02:25:36.730Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1629 | 2026-08-20T02:25:36.933Z | Compiling chacha20poly1305 v0.10.1 |
| 1630 | 2026-08-20T02:25:37.336Z | Compiling argon2 v0.5.3 |
| 1631 | 2026-08-20T02:25:37.488Z | Compiling vsss-rs v3.3.4 |
| 1632 | 2026-08-20T02:25:37.529Z | Compiling ciborium v0.2.2 |
| 1633 | 2026-08-20T02:25:37.547Z | Compiling ingot-macros v0.1.1 |
| 1634 | 2026-08-20T02:25:38.028Z | Compiling usdt-attr-macro v0.5.0 |
| 1635 | 2026-08-20T02:25:38.095Z | Compiling usdt-macro v0.5.0 |
| 1636 | 2026-08-20T02:25:39.384Z | Compiling serde_spanned v0.6.9 |
| 1637 | 2026-08-20T02:25:39.528Z | Compiling hash32 v0.3.1 |
| 1638 | 2026-08-20T02:25:39.570Z | Compiling enum-as-inner v0.6.1 |
| 1639 | 2026-08-20T02:25:39.678Z | Compiling proc-macro-error v1.0.4 |
| 1640 | 2026-08-20T02:25:39.724Z | Compiling memmap v0.7.0 |
| 1641 | 2026-08-20T02:25:39.903Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-20T02:25:39.914Z | Compiling cfg_aliases v0.2.2 |
| 1643 | 2026-08-20T02:25:39.985Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-08-20T02:25:40.059Z | Compiling toml_write v0.1.2 |
| 1645 | 2026-08-20T02:25:40.127Z | Compiling winnow v0.5.40 |
| 1646 | 2026-08-20T02:25:40.140Z | Compiling winnow v0.7.15 |
| 1647 | 2026-08-20T02:25:40.150Z | Compiling smoltcp v0.11.0 |
| 1648 | 2026-08-20T02:25:40.256Z | Compiling indent_write v2.2.0 |
| 1649 | 2026-08-20T02:25:40.318Z | Compiling data-encoding v2.11.1 |
| 1650 | 2026-08-20T02:25:40.355Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1651 | 2026-08-20T02:25:40.385Z | Compiling ingot-types v0.1.2 |
| 1652 | 2026-08-20T02:25:40.583Z | Compiling nix v0.31.3 |
| 1653 | 2026-08-20T02:25:40.652Z | Compiling usdt v0.5.0 |
| 1654 | 2026-08-20T02:25:40.850Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1655 | 2026-08-20T02:25:40.919Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1656 | 2026-08-20T02:25:40.940Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1657 | 2026-08-20T02:25:41.137Z | Compiling tabwriter v1.4.1 |
| 1658 | 2026-08-20T02:25:41.314Z | Compiling cobs v0.3.0 |
| 1659 | 2026-08-20T02:25:41.369Z | Compiling serde_repr v0.1.21 |
| 1660 | 2026-08-20T02:25:41.430Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-08-20T02:25:41.502Z | Compiling toml_edit v0.19.15 |
| 1662 | 2026-08-20T02:25:41.515Z | Compiling vcpkg v0.2.15 |
| 1663 | 2026-08-20T02:25:41.617Z | Compiling crossbeam-deque v0.8.7 |
| 1664 | 2026-08-20T02:25:41.884Z | Compiling bitflags v1.3.2 |
| 1665 | 2026-08-20T02:25:41.924Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1666 | 2026-08-20T02:25:41.957Z | Compiling managed v0.8.0 |
| 1667 | 2026-08-20T02:25:42.032Z | Compiling postcard v1.1.3 |
| 1668 | 2026-08-20T02:25:42.054Z | Compiling openssl-sys v0.9.117 |
| 1669 | 2026-08-20T02:25:42.434Z | Compiling ingot v0.1.1 |
| 1670 | 2026-08-20T02:25:42.669Z | Compiling proc-macro-crate v1.3.1 |
| 1671 | 2026-08-20T02:25:42.998Z | Compiling toml v0.8.23 |
| 1672 | 2026-08-20T02:25:43.494Z | Compiling hubpack_derive v0.1.1 |
| 1673 | 2026-08-20T02:25:43.689Z | Compiling foreign-types-macros v0.2.4 |
| 1674 | 2026-08-20T02:25:44.019Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1675 | 2026-08-20T02:25:44.023Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1676 | 2026-08-20T02:25:44.334Z | Compiling semver v0.1.20 |
| 1677 | 2026-08-20T02:25:44.355Z | Compiling colored v3.1.1 |
| 1678 | 2026-08-20T02:25:44.372Z | Compiling rayon-core v1.13.0 |
| 1679 | 2026-08-20T02:25:44.503Z | Compiling unicode-segmentation v1.13.3 |
| 1680 | 2026-08-20T02:25:44.586Z | Compiling linked-hash-map v0.5.6 |
| 1681 | 2026-08-20T02:25:44.598Z | Compiling swrite v0.1.0 |
| 1682 | 2026-08-20T02:25:44.677Z | Compiling foreign-types-shared v0.3.1 |
| 1683 | 2026-08-20T02:25:44.690Z | Compiling resolv-conf v0.7.6 |
| 1684 | 2026-08-20T02:25:44.763Z | Compiling foreign-types v0.5.0 |
| 1685 | 2026-08-20T02:25:44.775Z | Compiling lru-cache v0.1.2 |
| 1686 | 2026-08-20T02:25:44.802Z | Compiling rustc_version v0.1.7 |
| 1687 | 2026-08-20T02:25:44.834Z | Compiling newline-converter v0.3.0 |
| 1688 | 2026-08-20T02:25:44.933Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1689 | 2026-08-20T02:25:44.945Z | Compiling hubpack v0.1.2 |
| 1690 | 2026-08-20T02:25:44.998Z | Compiling num_enum_derive v0.5.11 |
| 1691 | 2026-08-20T02:25:45.164Z | Compiling atomicwrites v0.4.4 |
| 1692 | 2026-08-20T02:25:45.301Z | Compiling hickory-proto v0.24.4 |
| 1693 | 2026-08-20T02:25:45.355Z | Compiling progenitor-impl v0.13.0 |
| 1694 | 2026-08-20T02:25:46.035Z | Compiling rustls-webpki v0.103.14 |
| 1695 | 2026-08-20T02:25:46.175Z | Compiling console v0.15.11 |
| 1696 | 2026-08-20T02:25:46.480Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1697 | 2026-08-20T02:25:46.820Z | Compiling camino-tempfile v1.4.1 |
| 1698 | 2026-08-20T02:25:46.992Z | Compiling chacha20 v0.10.1 |
| 1699 | 2026-08-20T02:25:47.055Z | Compiling serde-big-array v0.5.1 |
| 1700 | 2026-08-20T02:25:47.059Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1701 | 2026-08-20T02:25:47.114Z | Compiling derive-where v1.6.1 |
| 1702 | 2026-08-20T02:25:47.193Z | Compiling num-derive v0.4.2 |
| 1703 | 2026-08-20T02:25:47.252Z | Compiling pin-project-internal v1.1.13 |
| 1704 | 2026-08-20T02:25:47.582Z | Compiling cstr-argument v0.1.2 |
| 1705 | 2026-08-20T02:25:47.738Z | Compiling similar v2.7.0 |
| 1706 | 2026-08-20T02:25:48.139Z | Compiling minimal-lexical v0.2.1 |
| 1707 | 2026-08-20T02:25:48.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1708 | 2026-08-20T02:25:48.375Z | Compiling siphasher v1.0.3 |
| 1709 | 2026-08-20T02:25:48.395Z | Compiling pin-project v1.1.13 |
| 1710 | 2026-08-20T02:25:48.495Z | Compiling nom v7.1.3 |
| 1711 | 2026-08-20T02:25:48.579Z | Compiling phf_shared v0.12.1 |
| 1712 | 2026-08-20T02:25:48.591Z | Compiling expectorate v1.2.0 |
| 1713 | 2026-08-20T02:25:48.607Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1714 | 2026-08-20T02:25:48.734Z | Compiling rand v0.10.2 |
| 1715 | 2026-08-20T02:25:48.746Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1716 | 2026-08-20T02:25:48.864Z | Compiling hickory-resolver v0.24.4 |
| 1717 | 2026-08-20T02:25:48.925Z | Compiling progenitor-macro v0.13.0 |
| 1718 | 2026-08-20T02:25:49.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1719 | 2026-08-20T02:25:49.340Z | Compiling num_enum v0.5.11 |
| 1720 | 2026-08-20T02:25:49.453Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1721 | 2026-08-20T02:25:49.654Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-08-20T02:25:49.908Z | Compiling hyper-rustls v0.27.9 |
| 1723 | 2026-08-20T02:25:49.928Z | Compiling rustls-platform-verifier v0.7.0 |
| 1724 | 2026-08-20T02:25:50.169Z | Compiling reqwest v0.13.4 |
| 1725 | 2026-08-20T02:25:51.589Z | Compiling progenitor-client v0.14.0 |
| 1726 | 2026-08-20T02:25:51.737Z | Compiling progenitor-client v0.13.0 |
| 1727 | 2026-08-20T02:25:51.885Z | Compiling progenitor-extras v0.2.0 |
| 1728 | 2026-08-20T02:25:52.044Z | Compiling newtype_derive v0.1.6 |
| 1729 | 2026-08-20T02:25:52.980Z | Compiling progenitor-impl v0.14.0 |
| 1730 | 2026-08-20T02:25:54.270Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-08-20T02:25:54.533Z | Compiling snafu-derive v0.8.9 |
| 1732 | 2026-08-20T02:25:55.375Z | Compiling unicode-normalization v0.1.25 |
| 1733 | 2026-08-20T02:25:55.846Z | Compiling tokio-stream v0.1.19 |
| 1734 | 2026-08-20T02:25:55.850Z | Compiling async-recursion v1.1.1 |
| 1735 | 2026-08-20T02:25:56.292Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1736 | 2026-08-20T02:25:56.339Z | Compiling slog-dtrace v0.3.0 |
| 1737 | 2026-08-20T02:25:56.532Z | Compiling bstr v1.13.1 |
| 1738 | 2026-08-20T02:25:56.573Z | Compiling csv-core v0.1.13 |
| 1739 | 2026-08-20T02:25:56.593Z | Compiling same-file v1.0.6 |
| 1740 | 2026-08-20T02:25:56.638Z | Compiling owo-colors v4.3.0 |
| 1741 | 2026-08-20T02:25:56.766Z | Compiling foreign-types-shared v0.1.1 |
| 1742 | 2026-08-20T02:25:56.837Z | Compiling konst_macro_rules v0.2.19 |
| 1743 | 2026-08-20T02:25:56.859Z | Compiling unicode-xid v0.2.6 |
| 1744 | 2026-08-20T02:25:56.963Z | Compiling openssl v0.10.81 |
| 1745 | 2026-08-20T02:25:56.982Z | Compiling highway v1.3.0 |
| 1746 | 2026-08-20T02:25:57.016Z | Compiling cancel-safe-futures v0.1.5 |
| 1747 | 2026-08-20T02:25:57.028Z | Compiling foldhash v0.1.5 |
| 1748 | 2026-08-20T02:25:57.135Z | Compiling jiff-core v0.1.0 |
| 1749 | 2026-08-20T02:25:57.207Z | Compiling chrono-tz v0.10.4 |
| 1750 | 2026-08-20T02:25:57.224Z | Compiling unicode-width v0.1.14 |
| 1751 | 2026-08-20T02:25:57.292Z | Compiling hashbrown v0.15.5 |
| 1752 | 2026-08-20T02:25:57.371Z | Compiling const_format_proc_macros v0.2.34 |
| 1753 | 2026-08-20T02:25:57.480Z | Compiling konst v0.2.20 |
| 1754 | 2026-08-20T02:25:57.499Z | Compiling globset v0.4.20 |
| 1755 | 2026-08-20T02:25:57.716Z | Compiling foreign-types v0.3.2 |
| 1756 | 2026-08-20T02:25:57.788Z | Compiling csv v1.4.0 |
| 1757 | 2026-08-20T02:25:57.808Z | Compiling walkdir v2.5.0 |
| 1758 | 2026-08-20T02:25:58.159Z | Compiling jiff v0.2.35 |
| 1759 | 2026-08-20T02:25:58.162Z | Compiling progenitor-macro v0.14.0 |
| 1760 | 2026-08-20T02:25:58.187Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1761 | 2026-08-20T02:25:58.315Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1762 | 2026-08-20T02:25:58.352Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1763 | 2026-08-20T02:26:00.410Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1764 | 2026-08-20T02:26:00.691Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1765 | 2026-08-20T02:26:01.066Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1766 | 2026-08-20T02:26:01.258Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1767 | 2026-08-20T02:26:01.472Z | Compiling snafu v0.8.9 |
| 1768 | 2026-08-20T02:26:01.857Z | Compiling qorb v0.4.1 |
| 1769 | 2026-08-20T02:26:02.185Z | Compiling olpc-cjson v0.1.4 |
| 1770 | 2026-08-20T02:26:02.227Z | Compiling progenitor v0.13.0 |
| 1771 | 2026-08-20T02:26:02.350Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1772 | 2026-08-20T02:26:02.375Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1773 | 2026-08-20T02:26:02.409Z | Compiling rayon v1.12.0 |
| 1774 | 2026-08-20T02:26:02.456Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1775 | 2026-08-20T02:26:02.942Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1776 | 2026-08-20T02:26:03.284Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1777 | 2026-08-20T02:26:03.459Z | Compiling phf v0.12.1 |
| 1778 | 2026-08-20T02:26:04.001Z | Compiling zone_cfg_derive v0.3.1 |
| 1779 | 2026-08-20T02:26:04.030Z | Compiling tokio-dtrace v0.1.1 |
| 1780 | 2026-08-20T02:26:04.318Z | Compiling itertools v0.12.1 |
| 1781 | 2026-08-20T02:26:04.398Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1782 | 2026-08-20T02:26:04.605Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1783 | 2026-08-20T02:26:04.634Z | Compiling libsw-core v0.3.2 |
| 1784 | 2026-08-20T02:26:04.711Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1785 | 2026-08-20T02:26:04.723Z | Compiling serde_plain v1.0.2 |
| 1786 | 2026-08-20T02:26:04.799Z | Compiling pem v3.0.6 |
| 1787 | 2026-08-20T02:26:04.930Z | Compiling openssl-macros v0.1.1 |
| 1788 | 2026-08-20T02:26:05.080Z | Compiling cookie v0.18.2 |
| 1789 | 2026-08-20T02:26:05.181Z | Compiling sigpipe v0.1.3 |
| 1790 | 2026-08-20T02:26:05.200Z | Compiling fixedbitset v0.5.7 |
| 1791 | 2026-08-20T02:26:05.269Z | Compiling fixedbitset v0.4.2 |
| 1792 | 2026-08-20T02:26:05.308Z | Compiling bytecount v0.6.9 |
| 1793 | 2026-08-20T02:26:05.420Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1794 | 2026-08-20T02:26:05.451Z | Compiling glob v0.3.4 |
| 1795 | 2026-08-20T02:26:05.503Z | Compiling typed-path v0.9.3 |
| 1796 | 2026-08-20T02:26:05.541Z | Compiling zone v0.3.1 |
| 1797 | 2026-08-20T02:26:05.655Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1798 | 2026-08-20T02:26:05.907Z | Compiling petgraph v0.6.5 |
| 1799 | 2026-08-20T02:26:06.344Z | Compiling progenitor v0.14.0 |
| 1800 | 2026-08-20T02:26:06.391Z | Compiling petgraph v0.8.3 |
| 1801 | 2026-08-20T02:26:06.484Z | Compiling tough v0.22.0 |
| 1802 | 2026-08-20T02:26:06.851Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1803 | 2026-08-20T02:26:07.425Z | Compiling papergrid v0.11.0 |
| 1804 | 2026-08-20T02:26:07.895Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1805 | 2026-08-20T02:26:08.196Z | Compiling libsw v3.5.0 |
| 1806 | 2026-08-20T02:26:08.375Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1807 | 2026-08-20T02:26:08.632Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1808 | 2026-08-20T02:26:08.936Z | Compiling oxide-tokio-rt v0.1.6 |
| 1809 | 2026-08-20T02:26:09.242Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1810 | 2026-08-20T02:26:09.583Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1811 | 2026-08-20T02:26:09.883Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1812 | 2026-08-20T02:26:10.015Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-08-20T02:26:10.076Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1814 | 2026-08-20T02:26:10.137Z | Compiling const_format v0.2.36 |
| 1815 | 2026-08-20T02:26:10.788Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-20T02:26:10.822Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1817 | 2026-08-20T02:26:10.963Z | Compiling tabled_derive v0.7.0 |
| 1818 | 2026-08-20T02:26:11.005Z | Compiling gethostname v0.5.0 |
| 1819 | 2026-08-20T02:26:11.005Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1820 | 2026-08-20T02:26:11.093Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1821 | 2026-08-20T02:26:11.119Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1822 | 2026-08-20T02:26:11.213Z | Compiling smf v0.2.3 |
| 1823 | 2026-08-20T02:26:11.225Z | Compiling bcs v0.1.6 |
| 1824 | 2026-08-20T02:26:11.377Z | Compiling nom v8.0.0 |
| 1825 | 2026-08-20T02:26:11.540Z | Compiling termtree v0.5.1 |
| 1826 | 2026-08-20T02:26:11.694Z | Compiling tagptr v0.2.0 |
| 1827 | 2026-08-20T02:26:11.803Z | Compiling whoami v1.6.1 |
| 1828 | 2026-08-20T02:26:11.840Z | Compiling linear-map v1.2.0 |
| 1829 | 2026-08-20T02:26:11.858Z | Compiling lazy_static v1.5.0 |
| 1830 | 2026-08-20T02:26:11.914Z | Compiling unicode-linebreak v0.1.5 |
| 1831 | 2026-08-20T02:26:11.956Z | Compiling smawk v0.3.3 |
| 1832 | 2026-08-20T02:26:12.022Z | Compiling crunchy v0.2.4 |
| 1833 | 2026-08-20T02:26:12.081Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-08-20T02:26:12.110Z | Compiling textwrap v0.16.2 |
| 1835 | 2026-08-20T02:26:12.158Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1836 | 2026-08-20T02:26:12.549Z | Compiling steno v0.4.1 |
| 1837 | 2026-08-20T02:26:12.622Z | Compiling tabled v0.15.0 |
| 1838 | 2026-08-20T02:26:13.653Z | Compiling moka v0.12.16 |
| 1839 | 2026-08-20T02:26:13.786Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1840 | 2026-08-20T02:26:13.861Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-20T02:26:14.498Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1842 | 2026-08-20T02:26:15.407Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1843 | 2026-08-20T02:26:15.593Z | Compiling hickory-proto v0.25.2 |
| 1844 | 2026-08-20T02:26:15.843Z | Compiling tiny-keccak v2.0.2 |
| 1845 | 2026-08-20T02:26:16.086Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1846 | 2026-08-20T02:26:16.454Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1847 | 2026-08-20T02:26:16.815Z | Compiling parking_lot_core v0.8.6 |
| 1848 | 2026-08-20T02:26:17.056Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1849 | 2026-08-20T02:26:17.106Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1850 | 2026-08-20T02:26:17.268Z | Compiling libscf-sys v1.2.0 |
| 1851 | 2026-08-20T02:26:17.411Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1852 | 2026-08-20T02:26:17.490Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1853 | 2026-08-20T02:26:17.580Z | Compiling hickory-resolver v0.25.2 |
| 1854 | 2026-08-20T02:26:17.592Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1855 | 2026-08-20T02:26:17.946Z | Compiling const-random-macro v0.1.16 |
| 1856 | 2026-08-20T02:26:17.967Z | Compiling smartstring v1.0.1 |
| 1857 | 2026-08-20T02:26:17.979Z | Compiling ahash v0.8.12 |
| 1858 | 2026-08-20T02:26:18.280Z | Compiling parking_lot v0.11.2 |
| 1859 | 2026-08-20T02:26:18.339Z | Compiling const-random v0.1.18 |
| 1860 | 2026-08-20T02:26:18.413Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-08-20T02:26:18.700Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1862 | 2026-08-20T02:26:18.825Z | Compiling fxhash v0.2.1 |
| 1863 | 2026-08-20T02:26:18.944Z | Compiling internet-checksum v0.2.1 |
| 1864 | 2026-08-20T02:26:18.965Z | Compiling sled v0.34.7 |
| 1865 | 2026-08-20T02:26:19.399Z | Compiling itertools v0.15.0 |
| 1866 | 2026-08-20T02:26:19.442Z | Compiling thin-vec v0.2.19 |
| 1867 | 2026-08-20T02:26:19.751Z | Compiling rhai_codegen v3.2.0 |
| 1868 | 2026-08-20T02:26:19.879Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1869 | 2026-08-20T02:26:19.959Z | Compiling serial_test_derive v4.0.1 |
| 1870 | 2026-08-20T02:26:20.096Z | Compiling diff v0.1.13 |
| 1871 | 2026-08-20T02:26:20.399Z | Compiling yansi v1.0.1 |
| 1872 | 2026-08-20T02:26:20.666Z | Compiling serial_test v4.0.1 |
| 1873 | 2026-08-20T02:26:20.714Z | Compiling pretty_assertions v1.4.1 |
| 1874 | 2026-08-20T02:26:20.957Z | Compiling rhai v1.25.1 |
| 1875 | 2026-08-20T02:26:21.813Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1876 | 2026-08-20T02:26:22.415Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1877 | 2026-08-20T02:26:30.717Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-20T02:26:32.462Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1879 | 2026-08-20T02:26:33.527Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1880 | 2026-08-20T02:26:34.505Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1881 | 2026-08-20T02:26:35.321Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1882 | 2026-08-20T02:26:36.488Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1883 | 2026-08-20T02:27:11.998Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 1884 | 2026-08-20T02:27:12.156Z | ──────────── |
| 1885 | 2026-08-20T02:27:12.156Z | Nextest run ID bcdb7927-ec95-4d7f-9421-9cdc66dc1a42 with nextest profile: default |
| 1886 | 2026-08-20T02:27:12.156Z | Starting 158 tests across 3 binaries |
| 1887 | 2026-08-20T02:27:12.183Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len |
| 1888 | 2026-08-20T02:27:12.184Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch |
| 1889 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip |
| 1890 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes |
| 1891 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes |
| 1892 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes |
| 1893 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length |
| 1894 | 2026-08-20T02:27:12.199Z | PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding |
| 1895 | 2026-08-20T02:27:12.199Z | PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_undersized_length |
| 1896 | 2026-08-20T02:27:12.200Z | PASS [ 0.013s] bgp messages::tests::decoding_deduplicates_non_mp_attributes |
| 1897 | 2026-08-20T02:27:12.200Z | PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated |
| 1898 | 2026-08-20T02:27:12.200Z | PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker |
| 1899 | 2026-08-20T02:27:12.200Z | PASS [ 0.012s] bgp messages::tests::empty_update_end_of_rib |
| 1900 | 2026-08-20T02:27:12.200Z | PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_oversized_length |
| 1901 | 2026-08-20T02:27:12.200Z | PASS [ 0.013s] bgp messages::tests::decoding_accepts_reach_and_unreach_together |
| 1902 | 2026-08-20T02:27:12.200Z | PASS [ 0.013s] bgp messages::tests::header_round_trip |
| 1903 | 2026-08-20T02:27:12.222Z | PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length |
| 1904 | 2026-08-20T02:27:12.222Z | PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_keepalive_header |
| 1905 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length |
| 1906 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large |
| 1907 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_small |
| 1908 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_display |
| 1909 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header |
| 1910 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding |
| 1911 | 2026-08-20T02:27:12.223Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length |
| 1912 | 2026-08-20T02:27:12.223Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing |
| 1913 | 2026-08-20T02:27:12.223Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display |
| 1914 | 2026-08-20T02:27:12.223Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length |
| 1915 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format |
| 1916 | 2026-08-20T02:27:12.223Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing |
| 1917 | 2026-08-20T02:27:12.223Z | PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing |
| 1918 | 2026-08-20T02:27:12.223Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message |
| 1919 | 2026-08-20T02:27:12.238Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire |
| 1920 | 2026-08-20T02:27:12.238Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs |
| 1921 | 2026-08-20T02:27:12.238Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length |
| 1922 | 2026-08-20T02:27:12.238Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format |
| 1923 | 2026-08-20T02:27:12.238Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error |
| 1924 | 2026-08-20T02:27:12.238Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop |
| 1925 | 2026-08-20T02:27:12.238Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message |
| 1926 | 2026-08-20T02:27:12.238Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds |
| 1927 | 2026-08-20T02:27:12.239Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short |
| 1928 | 2026-08-20T02:27:12.239Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length |
| 1929 | 2026-08-20T02:27:12.239Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs |
| 1930 | 2026-08-20T02:27:12.239Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs |
| 1931 | 2026-08-20T02:27:12.239Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors |
| 1932 | 2026-08-20T02:27:12.239Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short |
| 1933 | 2026-08-20T02:27:12.239Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors |
| 1934 | 2026-08-20T02:27:12.239Z | PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors |
| 1935 | 2026-08-20T02:27:12.253Z | PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast |
| 1936 | 2026-08-20T02:27:12.253Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short |
| 1937 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first |
| 1938 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length |
| 1939 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast |
| 1940 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast |
| 1941 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip |
| 1942 | 2026-08-20T02:27:12.254Z | PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs |
| 1943 | 2026-08-20T02:27:12.277Z | PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard |
| 1944 | 2026-08-20T02:27:12.277Z | PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast |
| 1945 | 2026-08-20T02:27:12.277Z | PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip |
| 1946 | 2026-08-20T02:27:12.277Z | PASS [ 0.012s] bgp messages::tests::notification_round_trip |
| 1947 | 2026-08-20T02:27:12.278Z | PASS [ 0.012s] bgp messages::tests::prefix_within |
| 1948 | 2026-08-20T02:27:12.278Z | PASS [ 0.012s] bgp messages::tests::prefix_conversion |
| 1949 | 2026-08-20T02:27:12.278Z | PASS [ 0.013s] bgp messages::tests::open_round_trip_extended_nexthop |
| 1950 | 2026-08-20T02:27:12.278Z | PASS [ 0.013s] bgp messages::tests::open_round_trip |
| 1951 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw |
| 1952 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset |
| 1953 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw |
| 1954 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw |
| 1955 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw |
| 1956 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard |
| 1957 | 2026-08-20T02:27:12.293Z | PASS [ 0.014s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw |
| 1958 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw |
| 1959 | 2026-08-20T02:27:12.293Z | PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive |
| 1960 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details |
| 1961 | 2026-08-20T02:27:12.293Z | PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags |
| 1962 | 2026-08-20T02:27:12.293Z | PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed |
| 1963 | 2026-08-20T02:27:12.294Z | PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors |
| 1964 | 2026-08-20T02:27:12.294Z | PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected |
| 1965 | 2026-08-20T02:27:12.294Z | PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected |
| 1966 | 2026-08-20T02:27:12.294Z | PASS [ 0.014s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid |
| 1967 | 2026-08-20T02:27:12.307Z | PASS [ 0.013s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional |
| 1968 | 2026-08-20T02:27:12.307Z | PASS [ 0.012s] bgp messages::tests::update_round_trip |
| 1969 | 2026-08-20T02:27:12.307Z | PASS [ 0.013s] bgp messages::tests::route_refresh_round_trip |
| 1970 | 2026-08-20T02:27:12.307Z | PASS [ 0.013s] bgp messages::tests::test_nexthop_length_validation |
| 1971 | 2026-08-20T02:27:12.323Z | PASS [ 0.025s] bgp policy::test::open_add_4byte_as |
| 1972 | 2026-08-20T02:27:12.323Z | PASS [ 0.027s] bgp policy::test::open_require_4byte_as |
| 1973 | 2026-08-20T02:27:12.323Z | PASS [ 0.027s] bgp policy::test::update_drop_on_no_export |
| 1974 | 2026-08-20T02:27:12.323Z | PASS [ 0.028s] bgp policy::test::shape_update_prefixes |
| 1975 | 2026-08-20T02:27:12.324Z | PASS [ 0.018s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 1976 | 2026-08-20T02:27:12.325Z | PASS [ 0.018s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 1977 | 2026-08-20T02:27:12.325Z | PASS [ 0.022s] bgp policy::test::update_shape_community |
| 1978 | 2026-08-20T02:27:12.346Z | PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 1979 | 2026-08-20T02:27:12.346Z | PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 1980 | 2026-08-20T02:27:12.346Z | PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 1981 | 2026-08-20T02:27:12.347Z | PASS [ 0.032s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 1982 | 2026-08-20T02:27:12.347Z | PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 1983 | 2026-08-20T02:27:12.347Z | PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 1984 | 2026-08-20T02:27:12.347Z | PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 1985 | 2026-08-20T02:27:12.347Z | PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 1986 | 2026-08-20T02:27:12.358Z | PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal |
| 1987 | 2026-08-20T02:27:12.358Z | PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 1988 | 2026-08-20T02:27:12.362Z | PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 1989 | 2026-08-20T02:27:12.362Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 1990 | 2026-08-20T02:27:12.362Z | PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 1991 | 2026-08-20T02:27:12.363Z | PASS [ 0.009s] bgp session::tests::shutdown_state_transitions |
| 1992 | 2026-08-20T02:27:12.363Z | PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling |
| 1993 | 2026-08-20T02:27:12.363Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering |
| 1994 | 2026-08-20T02:27:12.363Z | PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling |
| 1995 | 2026-08-20T02:27:12.363Z | PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation |
| 1996 | 2026-08-20T02:27:12.363Z | PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 1997 | 2026-08-20T02:27:12.382Z | PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip |
| 1998 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision |
| 1999 | 2026-08-20T02:27:12.383Z | PASS [ 0.030s] bgp proptest::prop_update_traditional_roundtrip |
| 2000 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error |
| 2001 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured |
| 2002 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error |
| 2003 | 2026-08-20T02:27:12.383Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4 |
| 2004 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4 |
| 2005 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured |
| 2006 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6 |
| 2007 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop |
| 2008 | 2026-08-20T02:27:12.383Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop |
| 2009 | 2026-08-20T02:27:12.414Z | PASS [ 0.055s] bgp test::router_teardown_leaves_other_routers_sessions_alone |
| 2010 | 2026-08-20T02:27:12.420Z | PASS [ 0.057s] bgp test::recreated_router_does_not_claim_predecessors_sessions |
| 2011 | 2026-08-20T02:27:12.622Z | PASS [ 0.258s] bgp test::admin_events_do_not_reach_other_routers_sessions |
| 2012 | 2026-08-20T02:27:15.426Z | PASS [ 3.065s] bgp test::test_basic_peering_active |
| 2013 | 2026-08-20T02:27:15.439Z | PASS [ 3.063s] bgp test::test_basic_peering_passive |
| 2014 | 2026-08-20T02:27:15.439Z | PASS [ 3.063s] bgp test::test_basic_update |
| 2015 | 2026-08-20T02:27:15.454Z | PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp |
| 2016 | 2026-08-20T02:27:15.485Z | PASS [ 3.069s] bgp test::test_basic_update_ipv6 |
| 2017 | 2026-08-20T02:27:15.498Z | PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp |
| 2018 | 2026-08-20T02:27:15.696Z | PASS [ 3.080s] bgp test::test_basic_update_tcp |
| 2019 | 2026-08-20T02:27:16.460Z | PASS [ 4.079s] bgp test::test_basic_peering_active_tcp |
| 2020 | 2026-08-20T02:27:18.551Z | PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active |
| 2021 | 2026-08-20T02:27:18.762Z | PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive |
| 2022 | 2026-08-20T02:27:19.506Z | PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success |
| 2023 | 2026-08-20T02:27:19.523Z | PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success |
| 2024 | 2026-08-20T02:27:19.523Z | PASS [ 4.076s] bgp test::test_import_export_policy_filtering |
| 2025 | 2026-08-20T02:27:19.523Z | PASS [ 4.077s] bgp test::test_ipv4_routes_ipv6_peer_success |
| 2026 | 2026-08-20T02:27:19.535Z | PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp |
| 2027 | 2026-08-20T02:27:19.578Z | PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp |
| 2028 | 2026-08-20T02:27:19.824Z | PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions |
| 2029 | 2026-08-20T02:27:20.607Z | PASS [ 1.101s] bgp test::test_three_router_chain_tcp |
| 2030 | 2026-08-20T02:27:20.614Z | PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6 |
| 2031 | 2026-08-20T02:27:21.599Z | PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces |
| 2032 | 2026-08-20T02:27:21.671Z | PASS [ 1.064s] bgp test::test_unnumbered_ndp_change |
| 2033 | 2026-08-20T02:27:22.431Z | PASS [ 2.925s] bgp test::test_neighbor_thread_lifecycle_no_leaks |
| 2034 | 2026-08-20T02:27:22.439Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2035 | 2026-08-20T02:27:22.447Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2036 | 2026-08-20T02:27:22.448Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2037 | 2026-08-20T02:27:22.463Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2038 | 2026-08-20T02:27:22.585Z | PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered |
| 2039 | 2026-08-20T02:27:22.625Z | PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success |
| 2040 | 2026-08-20T02:27:24.640Z | PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange |
| 2041 | 2026-08-20T02:27:26.837Z | PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change |
| 2042 | 2026-08-20T02:27:29.672Z | PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery |
| 2043 | 2026-08-20T02:27:30.734Z | PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp |
| 2044 | 2026-08-20T02:27:37.887Z | PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle |
| 2045 | 2026-08-20T02:27:37.887Z | ──────────── |
| 2046 | 2026-08-20T02:27:37.888Z | Summary [ 25.730s] 158 tests run: 158 passed, 0 skipped |
| 2047 | 2026-08-20T02:27:37.898Z | + cp ./admin_events_do_not_reach_other_routers_sessions.log ./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 ./recreated_router_does_not_claim_predecessors_sessions.log ./router_teardown_leaves_other_routers_sessions_alone.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/ |
| 2048 | 2026-08-20T02:27:37.903Z | + popd |
| 2049 | 2026-08-20T02:27:37.903Z | + pushd mgd |
| 2050 | 2026-08-20T02:27:37.903Z | /work/oxidecomputer/maghemite |
| 2051 | 2026-08-20T02:27:37.903Z | /work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite |
| 2052 | 2026-08-20T02:27:37.907Z | + pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions |
| 2053 | 2026-08-20T02:27:39.130Z | Compiling slog v2.8.2 |
| 2054 | 2026-08-20T02:27:39.230Z | Compiling usdt v0.6.0 |
| 2055 | 2026-08-20T02:27:39.323Z | Compiling papergrid v0.18.0 |
| 2056 | 2026-08-20T02:27:39.323Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2057 | 2026-08-20T02:27:39.332Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2058 | 2026-08-20T02:27:39.361Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2059 | 2026-08-20T02:27:39.584Z | Compiling crc8 v0.1.1 |
| 2060 | 2026-08-20T02:27:39.597Z | Compiling slog-json v2.6.1 |
| 2061 | 2026-08-20T02:27:39.597Z | Compiling slog-async v2.8.0 |
| 2062 | 2026-08-20T02:27:39.634Z | Compiling slog-term v2.9.2 |
| 2063 | 2026-08-20T02:27:39.655Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2064 | 2026-08-20T02:27:39.937Z | Compiling slog-bunyan v2.5.0 |
| 2065 | 2026-08-20T02:27:39.977Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2066 | 2026-08-20T02:27:40.075Z | Compiling dropshot v0.17.1 |
| 2067 | 2026-08-20T02:27:40.135Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2068 | 2026-08-20T02:27:40.299Z | Compiling slog-dtrace v0.3.0 |
| 2069 | 2026-08-20T02:27:40.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2070 | 2026-08-20T02:27:40.453Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2071 | 2026-08-20T02:27:40.478Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2072 | 2026-08-20T02:27:40.536Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2073 | 2026-08-20T02:27:40.619Z | Compiling steno v0.4.1 |
| 2074 | 2026-08-20T02:27:41.391Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2075 | 2026-08-20T02:27:41.521Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2076 | 2026-08-20T02:27:41.629Z | Compiling tabled v0.21.0 |
| 2077 | 2026-08-20T02:27:42.127Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2078 | 2026-08-20T02:27:43.688Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2079 | 2026-08-20T02:27:44.449Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2080 | 2026-08-20T02:27:44.462Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2081 | 2026-08-20T02:27:45.599Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2082 | 2026-08-20T02:27:46.525Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2083 | 2026-08-20T02:27:46.639Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2084 | 2026-08-20T02:27:46.728Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2085 | 2026-08-20T02:27:47.006Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2086 | 2026-08-20T02:27:47.128Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2087 | 2026-08-20T02:27:47.512Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2088 | 2026-08-20T02:27:47.594Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2089 | 2026-08-20T02:27:47.630Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2090 | 2026-08-20T02:27:49.553Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2091 | 2026-08-20T02:27:49.795Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2092 | 2026-08-20T02:27:49.887Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2093 | 2026-08-20T02:27:50.007Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2094 | 2026-08-20T02:27:52.840Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2095 | 2026-08-20T02:27:52.852Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2096 | 2026-08-20T02:27:52.912Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2097 | 2026-08-20T02:27:52.912Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-08-20T02:27:52.912Z | Compiling port-file v0.1.0 |
| 2099 | 2026-08-20T02:27:52.912Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2100 | 2026-08-20T02:27:52.912Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2101 | 2026-08-20T02:27:52.912Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2102 | 2026-08-20T02:27:57.640Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2103 | 2026-08-20T02:27:57.640Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2104 | 2026-08-20T02:27:58.211Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2105 | 2026-08-20T02:27:58.399Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2106 | 2026-08-20T02:27:58.502Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2107 | 2026-08-20T02:27:58.518Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2108 | 2026-08-20T02:27:58.795Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2109 | 2026-08-20T02:28:06.691Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2110 | 2026-08-20T02:28:14.332Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2111 | 2026-08-20T02:28:15.965Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2112 | 2026-08-20T02:28:17.026Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2113 | 2026-08-20T02:28:18.011Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2114 | 2026-08-20T02:28:18.832Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2115 | 2026-08-20T02:28:20.015Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2116 | 2026-08-20T02:28:20.015Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2117 | 2026-08-20T02:28:20.019Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2118 | 2026-08-20T02:28:25.961Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2119 | 2026-08-20T02:28:56.745Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 2120 | 2026-08-20T02:28:56.914Z | ──────────── |
| 2121 | 2026-08-20T02:28:56.914Z | Nextest run ID be2db4a9-3401-4d22-afc5-31e0895a9085 with nextest profile: default |
| 2122 | 2026-08-20T02:28:56.914Z | Starting 44 tests across 3 binaries |
| 2123 | 2026-08-20T02:28:56.919Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2124 | 2026-08-20T02:28:56.922Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2125 | 2026-08-20T02:28:56.923Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2126 | 2026-08-20T02:28:56.923Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2127 | 2026-08-20T02:28:56.973Z | PASS [ 0.057s] mgd::bin/mgd bfd_admin::tests::add_peer_skips_runtime_on_db_conflict |
| 2128 | 2026-08-20T02:28:56.973Z | PASS [ 0.058s] mgd::bin/mgd bfd_admin::tests::add_peer_writes_db |
| 2129 | 2026-08-20T02:28:56.973Z | PASS [ 0.057s] mgd::bin/mgd bfd_admin::tests::remove_peer_cleans_up_db_only_peer |
| 2130 | 2026-08-20T02:28:56.973Z | PASS [ 0.058s] mgd::bin/mgd bfd_admin::tests::add_peer_rolls_back_db_on_runtime_error |
| 2131 | 2026-08-20T02:28:56.977Z | PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::remove_peer_cleans_up_runtime_only_peer |
| 2132 | 2026-08-20T02:28:56.977Z | PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::remove_peer_deletes_db_entry |
| 2133 | 2026-08-20T02:28:56.977Z | PASS [ 0.055s] mgd::bin/mgd bfd_admin::tests::restore_peers_leaves_db_unchanged |
| 2134 | 2026-08-20T02:28:56.996Z | PASS [ 0.071s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn |
| 2135 | 2026-08-20T02:28:57.034Z | PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db |
| 2136 | 2026-08-20T02:28:57.034Z | PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6 |
| 2137 | 2026-08-20T02:28:57.038Z | PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop |
| 2138 | 2026-08-20T02:28:57.038Z | PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp |
| 2139 | 2026-08-20T02:28:57.039Z | PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers |
| 2140 | 2026-08-20T02:28:57.042Z | PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group |
| 2141 | 2026-08-20T02:28:57.049Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list |
| 2142 | 2026-08-20T02:28:57.052Z | PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence |
| 2143 | 2026-08-20T02:28:57.052Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence |
| 2144 | 2026-08-20T02:28:57.052Z | PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence |
| 2145 | 2026-08-20T02:28:57.057Z | PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families |
| 2146 | 2026-08-20T02:28:57.057Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence |
| 2147 | 2026-08-20T02:28:57.057Z | PASS [ 0.082s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state |
| 2148 | 2026-08-20T02:28:57.060Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized |
| 2149 | 2026-08-20T02:28:57.066Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4 |
| 2150 | 2026-08-20T02:28:57.066Z | PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6 |
| 2151 | 2026-08-20T02:28:57.066Z | PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4 |
| 2152 | 2026-08-20T02:28:57.066Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4 |
| 2153 | 2026-08-20T02:28:57.066Z | PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6 |
| 2154 | 2026-08-20T02:28:57.067Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6 |
| 2155 | 2026-08-20T02:28:57.070Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized |
| 2156 | 2026-08-20T02:28:57.070Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list |
| 2157 | 2026-08-20T02:28:57.073Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback |
| 2158 | 2026-08-20T02:28:57.077Z | PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast |
| 2159 | 2026-08-20T02:28:57.077Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized |
| 2160 | 2026-08-20T02:28:57.077Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized |
| 2161 | 2026-08-20T02:28:57.077Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list |
| 2162 | 2026-08-20T02:28:57.077Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local |
| 2163 | 2026-08-20T02:28:57.081Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback |
| 2164 | 2026-08-20T02:28:57.081Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast |
| 2165 | 2026-08-20T02:28:57.084Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized |
| 2166 | 2026-08-20T02:28:57.091Z | PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized |
| 2167 | 2026-08-20T02:28:57.094Z | ──────────── |
| 2168 | 2026-08-20T02:28:57.094Z | Summary [ 0.177s] 44 tests run: 44 passed, 0 skipped |
| 2169 | 2026-08-20T02:28:57.105Z | + cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/ |
| 2170 | 2026-08-20T02:28:57.108Z | + popd |
| 2171 | 2026-08-20T02:28:57.108Z | /work/oxidecomputer/maghemite |
| 2172 | 2026-08-20T02:28:57.108Z | process exited: duration 360198 ms, exit code 0 |
| |
| 2173 | 2026-08-20T02:28:57.116Z | found 72 output files |
| 2174 | 2026-08-20T02:28:57.116Z | uploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4720 bytes) |
| 2175 | 2026-08-20T02:28:58.129Z | uploaded: /work/admin_events_do_not_reach_other_routers_sessions.log |
| 2176 | 2026-08-20T02:28:58.132Z | uploading: /work/apply_change_peer_asn.log (24964 bytes) |
| 2177 | 2026-08-20T02:28:59.141Z | uploaded: /work/apply_change_peer_asn.log |
| 2178 | 2026-08-20T02:28:59.141Z | uploading: /work/apply_empty_removes_peers.log (11663 bytes) |
| 2179 | 2026-08-20T02:29:00.151Z | uploaded: /work/apply_empty_removes_peers.log |
| 2180 | 2026-08-20T02:29:00.151Z | uploading: /work/apply_remove_entire_group.log (18100 bytes) |
| 2181 | 2026-08-20T02:29:01.167Z | uploaded: /work/apply_remove_entire_group.log |
| 2182 | 2026-08-20T02:29:01.167Z | uploading: /work/delete_router_removes_router_state.log (27042 bytes) |
| 2183 | 2026-08-20T02:29:02.183Z | uploaded: /work/delete_router_removes_router_state.log |
| 2184 | 2026-08-20T02:29:02.183Z | uploading: /work/dualstack_routes.log (125998 bytes) |
| 2185 | 2026-08-20T02:29:03.195Z | uploaded: /work/dualstack_routes.log |
| 2186 | 2026-08-20T02:29:03.195Z | uploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2390 bytes) |
| 2187 | 2026-08-20T02:29:04.206Z | uploaded: /work/loopback-manager.test_basic_peering_active_tcp.log |
| 2188 | 2026-08-20T02:29:04.206Z | uploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1404 bytes) |
| 2189 | 2026-08-20T02:29:05.216Z | uploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log |
| 2190 | 2026-08-20T02:29:05.219Z | uploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2238 bytes) |
| 2191 | 2026-08-20T02:29:06.227Z | uploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log |
| 2192 | 2026-08-20T02:29:06.227Z | uploading: /work/loopback-manager.test_basic_update_tcp.log (2411 bytes) |
| 2193 | 2026-08-20T02:29:07.236Z | uploaded: /work/loopback-manager.test_basic_update_tcp.log |
| 2194 | 2026-08-20T02:29:07.237Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2271 bytes) |
| 2195 | 2026-08-20T02:29:08.246Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log |
| 2196 | 2026-08-20T02:29:08.246Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2181 bytes) |
| 2197 | 2026-08-20T02:29:09.261Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log |
| 2198 | 2026-08-20T02:29:09.261Z | uploading: /work/loopback-manager.test_import_export_policy_filtering.log (3081 bytes) |
| 2199 | 2026-08-20T02:29:10.272Z | uploaded: /work/loopback-manager.test_import_export_policy_filtering.log |
| 2200 | 2026-08-20T02:29:10.272Z | uploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2252 bytes) |
| 2201 | 2026-08-20T02:29:11.284Z | uploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log |
| 2202 | 2026-08-20T02:29:11.285Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2181 bytes) |
| 2203 | 2026-08-20T02:29:12.294Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log |
| 2204 | 2026-08-20T02:29:12.294Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2231 bytes) |
| 2205 | 2026-08-20T02:29:13.304Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log |
| 2206 | 2026-08-20T02:29:13.304Z | uploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2249 bytes) |
| 2207 | 2026-08-20T02:29:14.314Z | uploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log |
| 2208 | 2026-08-20T02:29:14.315Z | uploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2399 bytes) |
| 2209 | 2026-08-20T02:29:15.324Z | uploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log |
| 2210 | 2026-08-20T02:29:15.325Z | uploading: /work/loopback-manager.test_three_router_chain_tcp.log (4640 bytes) |
| 2211 | 2026-08-20T02:29:16.336Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp.log |
| 2212 | 2026-08-20T02:29:16.336Z | uploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3562 bytes) |
| 2213 | 2026-08-20T02:29:17.346Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log |
| 2214 | 2026-08-20T02:29:17.346Z | uploading: /work/multiple_unnumbered.log (142656 bytes) |
| 2215 | 2026-08-20T02:29:18.360Z | uploaded: /work/multiple_unnumbered.log |
| 2216 | 2026-08-20T02:29:18.360Z | uploading: /work/ndp_change_reset.log (71754 bytes) |
| 2217 | 2026-08-20T02:29:19.372Z | uploaded: /work/ndp_change_reset.log |
| 2218 | 2026-08-20T02:29:19.375Z | uploading: /work/ndp_changes.log (91198 bytes) |
| 2219 | 2026-08-20T02:29:20.385Z | uploaded: /work/ndp_changes.log |
| 2220 | 2026-08-20T02:29:20.385Z | uploading: /work/r1.test_basic_peering_active.log (41925 bytes) |
| 2221 | 2026-08-20T02:29:21.395Z | uploaded: /work/r1.test_basic_peering_active.log |
| 2222 | 2026-08-20T02:29:21.395Z | uploading: /work/r1.test_basic_peering_active_tcp.log (49661 bytes) |
| 2223 | 2026-08-20T02:29:22.408Z | uploaded: /work/r1.test_basic_peering_active_tcp.log |
| 2224 | 2026-08-20T02:29:22.408Z | uploading: /work/r1.test_basic_peering_passive.log (34578 bytes) |
| 2225 | 2026-08-20T02:29:23.418Z | uploaded: /work/r1.test_basic_peering_passive.log |
| 2226 | 2026-08-20T02:29:23.419Z | uploading: /work/r1.test_basic_peering_passive_tcp.log (40476 bytes) |
| 2227 | 2026-08-20T02:29:24.445Z | uploaded: /work/r1.test_basic_peering_passive_tcp.log |
| 2228 | 2026-08-20T02:29:24.445Z | uploading: /work/r1.test_basic_update.log (29132 bytes) |
| 2229 | 2026-08-20T02:29:25.462Z | uploaded: /work/r1.test_basic_update.log |
| 2230 | 2026-08-20T02:29:25.468Z | uploading: /work/r1.test_basic_update_ipv6.log (28951 bytes) |
| 2231 | 2026-08-20T02:29:26.480Z | uploaded: /work/r1.test_basic_update_ipv6.log |
| 2232 | 2026-08-20T02:29:26.480Z | uploading: /work/r1.test_basic_update_ipv6_tcp.log (31895 bytes) |
| 2233 | 2026-08-20T02:29:27.492Z | uploaded: /work/r1.test_basic_update_ipv6_tcp.log |
| 2234 | 2026-08-20T02:29:27.492Z | uploading: /work/r1.test_basic_update_tcp.log (32113 bytes) |
| 2235 | 2026-08-20T02:29:28.503Z | uploaded: /work/r1.test_basic_update_tcp.log |
| 2236 | 2026-08-20T02:29:28.503Z | uploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44566 bytes) |
| 2237 | 2026-08-20T02:29:29.514Z | uploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log |
| 2238 | 2026-08-20T02:29:29.514Z | uploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44883 bytes) |
| 2239 | 2026-08-20T02:29:30.525Z | uploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log |
| 2240 | 2026-08-20T02:29:30.525Z | uploading: /work/r1.test_import_export_policy_filtering.log (41012 bytes) |
| 2241 | 2026-08-20T02:29:31.541Z | uploaded: /work/r1.test_import_export_policy_filtering.log |
| 2242 | 2026-08-20T02:29:31.541Z | uploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35545 bytes) |
| 2243 | 2026-08-20T02:29:32.552Z | uploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log |
| 2244 | 2026-08-20T02:29:32.553Z | uploading: /work/r1.test_ipv6_basic_peering_active.log (41864 bytes) |
| 2245 | 2026-08-20T02:29:33.564Z | uploaded: /work/r1.test_ipv6_basic_peering_active.log |
| 2246 | 2026-08-20T02:29:33.564Z | uploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48774 bytes) |
| 2247 | 2026-08-20T02:29:34.574Z | uploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log |
| 2248 | 2026-08-20T02:29:34.574Z | uploading: /work/r1.test_ipv6_basic_peering_passive.log (34639 bytes) |
| 2249 | 2026-08-20T02:29:35.585Z | uploaded: /work/r1.test_ipv6_basic_peering_passive.log |
| 2250 | 2026-08-20T02:29:35.585Z | uploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40399 bytes) |
| 2251 | 2026-08-20T02:29:36.598Z | uploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log |
| 2252 | 2026-08-20T02:29:36.598Z | uploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36383 bytes) |
| 2253 | 2026-08-20T02:29:37.609Z | uploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log |
| 2254 | 2026-08-20T02:29:37.609Z | uploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30640 bytes) |
| 2255 | 2026-08-20T02:29:38.633Z | uploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log |
| 2256 | 2026-08-20T02:29:38.633Z | uploading: /work/r1.test_three_router_chain_tcp.log (22663 bytes) |
| 2257 | 2026-08-20T02:29:40.183Z | uploaded: /work/r1.test_three_router_chain_tcp.log |
| 2258 | 2026-08-20T02:29:40.183Z | uploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24780 bytes) |
| 2259 | 2026-08-20T02:29:41.230Z | uploaded: /work/r1.test_three_router_chain_tcp_ipv6.log |
| 2260 | 2026-08-20T02:29:41.230Z | uploading: /work/r2.test_basic_peering_active.log (39938 bytes) |
| 2261 | 2026-08-20T02:29:42.240Z | uploaded: /work/r2.test_basic_peering_active.log |
| 2262 | 2026-08-20T02:29:42.240Z | uploading: /work/r2.test_basic_peering_active_tcp.log (47883 bytes) |
| 2263 | 2026-08-20T02:29:43.250Z | uploaded: /work/r2.test_basic_peering_active_tcp.log |
| 2264 | 2026-08-20T02:29:43.250Z | uploading: /work/r2.test_basic_peering_passive.log (42839 bytes) |
| 2265 | 2026-08-20T02:29:44.262Z | uploaded: /work/r2.test_basic_peering_passive.log |
| 2266 | 2026-08-20T02:29:44.262Z | uploading: /work/r2.test_basic_peering_passive_tcp.log (48385 bytes) |
| 2267 | 2026-08-20T02:29:45.272Z | uploaded: /work/r2.test_basic_peering_passive_tcp.log |
| 2268 | 2026-08-20T02:29:45.272Z | uploading: /work/r2.test_basic_update.log (27275 bytes) |
| 2269 | 2026-08-20T02:29:46.281Z | uploaded: /work/r2.test_basic_update.log |
| 2270 | 2026-08-20T02:29:46.281Z | uploading: /work/r2.test_basic_update_ipv6.log (27498 bytes) |
| 2271 | 2026-08-20T02:29:47.290Z | uploaded: /work/r2.test_basic_update_ipv6.log |
| 2272 | 2026-08-20T02:29:47.290Z | uploading: /work/r2.test_basic_update_ipv6_tcp.log (33984 bytes) |
| 2273 | 2026-08-20T02:29:48.301Z | uploaded: /work/r2.test_basic_update_ipv6_tcp.log |
| 2274 | 2026-08-20T02:29:48.301Z | uploading: /work/r2.test_basic_update_tcp.log (33989 bytes) |
| 2275 | 2026-08-20T02:29:49.312Z | uploaded: /work/r2.test_basic_update_tcp.log |
| 2276 | 2026-08-20T02:29:49.312Z | uploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45106 bytes) |
| 2277 | 2026-08-20T02:29:50.324Z | uploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log |
| 2278 | 2026-08-20T02:29:50.326Z | uploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45346 bytes) |
| 2279 | 2026-08-20T02:29:51.334Z | uploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log |
| 2280 | 2026-08-20T02:29:51.334Z | uploading: /work/r2.test_import_export_policy_filtering.log (37755 bytes) |
| 2281 | 2026-08-20T02:29:52.344Z | uploaded: /work/r2.test_import_export_policy_filtering.log |
| 2282 | 2026-08-20T02:29:52.344Z | uploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39684 bytes) |
| 2283 | 2026-08-20T02:29:53.355Z | uploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log |
| 2284 | 2026-08-20T02:29:53.355Z | uploading: /work/r2.test_ipv6_basic_peering_active.log (39898 bytes) |
| 2285 | 2026-08-20T02:29:54.368Z | uploaded: /work/r2.test_ipv6_basic_peering_active.log |
| 2286 | 2026-08-20T02:29:54.377Z | uploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47662 bytes) |
| 2287 | 2026-08-20T02:29:55.383Z | uploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log |
| 2288 | 2026-08-20T02:29:55.383Z | uploading: /work/r2.test_ipv6_basic_peering_passive.log (42911 bytes) |
| 2289 | 2026-08-20T02:29:56.394Z | uploaded: /work/r2.test_ipv6_basic_peering_passive.log |
| 2290 | 2026-08-20T02:29:56.394Z | uploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48266 bytes) |
| 2291 | 2026-08-20T02:29:57.407Z | uploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log |
| 2292 | 2026-08-20T02:29:57.407Z | uploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39552 bytes) |
| 2293 | 2026-08-20T02:29:58.419Z | uploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log |
| 2294 | 2026-08-20T02:29:58.419Z | uploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29071 bytes) |
| 2295 | 2026-08-20T02:29:59.427Z | uploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log |
| 2296 | 2026-08-20T02:29:59.428Z | uploading: /work/r2.test_three_router_chain_tcp.log (44002 bytes) |
| 2297 | 2026-08-20T02:30:00.437Z | uploaded: /work/r2.test_three_router_chain_tcp.log |
| 2298 | 2026-08-20T02:30:00.437Z | uploading: /work/r2.test_three_router_chain_tcp_ipv6.log (47006 bytes) |
| 2299 | 2026-08-20T02:30:01.449Z | uploaded: /work/r2.test_three_router_chain_tcp_ipv6.log |
| 2300 | 2026-08-20T02:30:01.449Z | uploading: /work/r3.test_three_router_chain_tcp.log (23737 bytes) |
| 2301 | 2026-08-20T02:30:02.458Z | uploaded: /work/r3.test_three_router_chain_tcp.log |
| 2302 | 2026-08-20T02:30:02.458Z | uploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23780 bytes) |
| 2303 | 2026-08-20T02:30:03.471Z | uploaded: /work/r3.test_three_router_chain_tcp_ipv6.log |
| 2304 | 2026-08-20T02:30:03.471Z | uploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (999 bytes) |
| 2305 | 2026-08-20T02:30:04.479Z | uploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log |
| 2306 | 2026-08-20T02:30:04.480Z | uploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1241 bytes) |
| 2307 | 2026-08-20T02:30:05.489Z | uploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log |
| 2308 | 2026-08-20T02:30:05.489Z | uploading: /work/same_linklocal.log (130273 bytes) |
| 2309 | 2026-08-20T02:30:06.501Z | uploaded: /work/same_linklocal.log |
| 2310 | 2026-08-20T02:30:06.501Z | uploading: /work/three_chain.log (173553 bytes) |
| 2311 | 2026-08-20T02:30:07.516Z | uploaded: /work/three_chain.log |
| 2312 | 2026-08-20T02:30:07.516Z | uploading: /work/unnumbered_expiry.log (90826 bytes) |
| 2313 | 2026-08-20T02:30:08.546Z | uploaded: /work/unnumbered_expiry.log |
| 2314 | 2026-08-20T02:30:08.546Z | uploading: /work/unnumbered_interface_lifecycle.log (123944 bytes) |
| 2315 | 2026-08-20T02:30:09.573Z | uploaded: /work/unnumbered_interface_lifecycle.log |
| 2316 | 2026-08-20T02:30:09.573Z | uploading: /work/unnumbered_peer_change.log (81157 bytes) |
| 2317 | 2026-08-20T02:30:13.021Z | uploaded: /work/unnumbered_peer_change.log |