|
|
|
| 1 | 2026-08-31T09:25:03.586Z | job assigned to worker 01M1BJ4MTY7T8Q437E3QZAX88D [factory aws, i-08e15dc8d0cb0bea9] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-31T09:25:09.567Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:09.572Z | ++ uname -s |
| 4 | 2026-08-31T09:25:09.575Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:09.575Z | + build_user=build |
| 6 | 2026-08-31T09:25:09.575Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:09.575Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:09.575Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:09.575Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:09.575Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:09.575Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:09.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:11.582Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:11.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:11.644Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:11.644Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:11.644Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:11.644Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:13.645Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:13.648Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:13.653Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:13.657Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:13.657Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-31T09:25:13.657Z | * rust toolchain profile = "default" |
| 25 | 2026-08-31T09:25:13.657Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-31T09:25:13.657Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:13.660Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:25:13.660Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:13.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:13.738Z | info: downloading installer |
| 31 | 2026-08-31T09:25:14.963Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:14.964Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:14.964Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:14.964Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:14.975Z | info: profile set to default |
| 36 | 2026-08-31T09:25:14.975Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:14.978Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:15.102Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:15.106Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:29.875Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:29.875Z | |
| 42 | 2026-08-31T09:25:29.902Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:29.902Z | |
| 44 | 2026-08-31T09:25:29.902Z | |
| 45 | 2026-08-31T09:25:29.902Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:29.902Z | |
| 47 | 2026-08-31T09:25:29.902Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:29.903Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:29.903Z | |
| 50 | 2026-08-31T09:25:29.903Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:29.903Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:29.903Z | |
| 53 | 2026-08-31T09:25:29.903Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:29.907Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:29.907Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:29.907Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:29.907Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:29.907Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:29.907Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:29.907Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:29.907Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:29.991Z | + rustup --version |
| 63 | 2026-08-31T09:25:30.000Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:30.005Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:30.021Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:30.024Z | + cargo --version |
| 67 | 2026-08-31T09:25:30.037Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:30.082Z | + rustc --version |
| 69 | 2026-08-31T09:25:30.082Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:30.082Z | process exited: duration 16408 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:30.089Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:30.105Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:30.112Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:30.115Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:30.118Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:30.149Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:31.989Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:31.989Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:32.298Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:32.298Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:32.304Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:32.306Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:32.306Z | + current=main |
| 84 | 2026-08-31T09:25:32.307Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:32.307Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:32.309Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:32.331Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:32.334Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:32.342Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:32.344Z | process exited: duration 2230 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:32.350Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:32.353Z | + set -e |
| 93 | 2026-08-31T09:25:32.353Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-31T09:25:32.356Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-31T09:25:32.356Z | ++ PLATFORM=illumos |
| 96 | 2026-08-31T09:25:32.357Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-31T09:25:32.357Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-31T09:25:32.357Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-31T09:25:32.357Z | +++ cargo --version |
| 100 | 2026-08-31T09:25:32.360Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-31T09:25:32.496Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T09:25:32.500Z | info: downloading 6 components |
| 103 | 2026-08-31T09:25:46.706Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-31T09:25:46.709Z | +++ rustc --version |
| 105 | 2026-08-31T09:25:46.739Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-31T09:25:46.743Z | ++ banner install |
| 107 | 2026-08-31T09:25:46.746Z | |
| 108 | 2026-08-31T09:25:46.746Z | # # # #### ##### ## # # |
| 109 | 2026-08-31T09:25:46.746Z | # ## # # # # # # # |
| 110 | 2026-08-31T09:25:46.746Z | # # # # #### # # # # # |
| 111 | 2026-08-31T09:25:46.746Z | # # # # # # ###### # # |
| 112 | 2026-08-31T09:25:46.747Z | # # ## # # # # # # # |
| 113 | 2026-08-31T09:25:46.747Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-31T09:25:46.747Z | |
| 115 | 2026-08-31T09:25:46.747Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-31T09:25:48.187Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-31T09:25:48.599Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-31T09:25:50.843Z | Planning: Solver setup ... Done |
| 119 | 2026-08-31T09:25:50.908Z | Planning: Running solver ... Done |
| 120 | 2026-08-31T09:25:50.955Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-31T09:25:50.955Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-31T09:25:50.958Z | Planning: Planning completed in 2.32 seconds |
| 123 | 2026-08-31T09:25:51.037Z | No updates necessary for this image. |
| 124 | 2026-08-31T09:25:51.270Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-31T09:25:51.317Z | Updating crates.io index |
| 126 | 2026-08-31T09:25:51.406Z | Downloading crates ... |
| 127 | 2026-08-31T09:25:51.462Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-31T09:25:51.527Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-31T09:25:51.534Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-31T09:25:51.534Z | | |
| 131 | 2026-08-31T09:25:51.534Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-31T09:25:51.534Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-31T09:25:51.570Z | Updating crates.io index |
| 134 | 2026-08-31T09:25:53.465Z | Locking 398 packages to latest compatible versions |
| 135 | 2026-08-31T09:25:53.469Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-31T09:25:53.472Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-31T09:25:53.472Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-31T09:25:53.472Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-31T09:25:53.472Z | Adding guppy v0.17.26 (available: v0.18.0) |
| 140 | 2026-08-31T09:25:53.475Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 141 | 2026-08-31T09:25:53.475Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 142 | 2026-08-31T09:25:53.475Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 143 | 2026-08-31T09:25:53.475Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 144 | 2026-08-31T09:25:53.478Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 145 | 2026-08-31T09:25:53.481Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 146 | 2026-08-31T09:25:53.504Z | Downloading crates ... |
| 147 | 2026-08-31T09:25:53.523Z | Downloaded addr2line v0.25.1 |
| 148 | 2026-08-31T09:25:53.530Z | Downloaded atomicwrites v0.4.4 |
| 149 | 2026-08-31T09:25:53.532Z | Downloaded atomic-waker v1.1.2 |
| 150 | 2026-08-31T09:25:53.535Z | Downloaded adler2 v2.0.1 |
| 151 | 2026-08-31T09:25:53.535Z | Downloaded ahash v0.8.12 |
| 152 | 2026-08-31T09:25:53.541Z | Downloaded base64ct v1.8.3 |
| 153 | 2026-08-31T09:25:53.549Z | Downloaded cargo_metadata v0.23.1 |
| 154 | 2026-08-31T09:25:53.556Z | Downloaded cfg_aliases v0.2.2 |
| 155 | 2026-08-31T09:25:53.569Z | Downloaded clap_lex v1.1.0 |
| 156 | 2026-08-31T09:25:53.572Z | Downloaded cargo-platform v0.3.3 |
| 157 | 2026-08-31T09:25:53.572Z | Downloaded heck v0.5.0 |
| 158 | 2026-08-31T09:25:53.572Z | Downloaded async-scoped v0.9.0 |
| 159 | 2026-08-31T09:25:53.575Z | Downloaded anstyle-query v1.1.5 |
| 160 | 2026-08-31T09:25:53.575Z | Downloaded camino-tempfile v1.4.1 |
| 161 | 2026-08-31T09:25:53.577Z | Downloaded serde-value v0.7.0 |
| 162 | 2026-08-31T09:25:53.577Z | Downloaded anstream v1.0.0 |
| 163 | 2026-08-31T09:25:53.577Z | Downloaded bytes v1.12.1 |
| 164 | 2026-08-31T09:25:53.580Z | Downloaded scopeguard v1.2.0 |
| 165 | 2026-08-31T09:25:53.585Z | Downloaded block-buffer v0.10.4 |
| 166 | 2026-08-31T09:25:53.594Z | Downloaded colorchoice v1.0.5 |
| 167 | 2026-08-31T09:25:53.597Z | Downloaded rand_pcg v0.10.2 |
| 168 | 2026-08-31T09:25:53.600Z | Downloaded rustc_version v0.4.1 |
| 169 | 2026-08-31T09:25:53.606Z | Downloaded form_urlencoded v1.2.2 |
| 170 | 2026-08-31T09:25:53.609Z | Downloaded cpufeatures v0.2.17 |
| 171 | 2026-08-31T09:25:53.612Z | Downloaded rustc-hash v2.1.3 |
| 172 | 2026-08-31T09:25:53.616Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-08-31T09:25:53.619Z | Downloaded crypto-common v0.1.7 |
| 174 | 2026-08-31T09:25:53.622Z | Downloaded foreign-types-shared v0.1.1 |
| 175 | 2026-08-31T09:25:53.622Z | Downloaded futures-task v0.3.34 |
| 176 | 2026-08-31T09:25:53.622Z | Downloaded serde_spanned v1.1.1 |
| 177 | 2026-08-31T09:25:53.622Z | Downloaded cpufeatures v0.3.1 |
| 178 | 2026-08-31T09:25:53.627Z | Downloaded document-features v0.2.12 |
| 179 | 2026-08-31T09:25:53.630Z | Downloaded futures-macro v0.3.34 |
| 180 | 2026-08-31T09:25:53.630Z | Downloaded serde_spanned v0.6.9 |
| 181 | 2026-08-31T09:25:53.630Z | Downloaded backtrace-ext v0.2.1 |
| 182 | 2026-08-31T09:25:53.630Z | Downloaded tinyvec_macros v0.1.1 |
| 183 | 2026-08-31T09:25:53.633Z | Downloaded cargo_metadata v0.20.0 |
| 184 | 2026-08-31T09:25:53.636Z | Downloaded sync_wrapper v1.0.2 |
| 185 | 2026-08-31T09:25:53.636Z | Downloaded tokio-macros v2.7.2 |
| 186 | 2026-08-31T09:25:53.636Z | Downloaded cargo-util-schemas v0.2.0 |
| 187 | 2026-08-31T09:25:53.638Z | Downloaded serde_urlencoded v0.7.1 |
| 188 | 2026-08-31T09:25:53.638Z | Downloaded chacha20 v0.10.2 |
| 189 | 2026-08-31T09:25:53.641Z | Downloaded supports-unicode v3.0.0 |
| 190 | 2026-08-31T09:25:53.641Z | Downloaded cargo-platform v0.2.0 |
| 191 | 2026-08-31T09:25:53.641Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 192 | 2026-08-31T09:25:53.645Z | Downloaded rand_core v0.9.5 |
| 193 | 2026-08-31T09:25:53.648Z | Downloaded rand_core v0.10.1 |
| 194 | 2026-08-31T09:25:53.648Z | Downloaded serde_path_to_error v0.1.20 |
| 195 | 2026-08-31T09:25:53.648Z | Downloaded enable-ansi-support v0.2.1 |
| 196 | 2026-08-31T09:25:53.649Z | Downloaded quinn-udp v0.5.15 |
| 197 | 2026-08-31T09:25:53.652Z | Downloaded generic-array v0.14.7 |
| 198 | 2026-08-31T09:25:53.652Z | Downloaded futures-core v0.3.34 |
| 199 | 2026-08-31T09:25:53.655Z | Downloaded pkg-config v0.3.34 |
| 200 | 2026-08-31T09:25:53.657Z | Downloaded signature v2.2.0 |
| 201 | 2026-08-31T09:25:53.657Z | Downloaded errno v0.3.14 |
| 202 | 2026-08-31T09:25:53.657Z | Downloaded futures-io v0.3.34 |
| 203 | 2026-08-31T09:25:53.661Z | Downloaded signal-hook-mio v0.2.5 |
| 204 | 2026-08-31T09:25:53.664Z | Downloaded subtle v2.6.1 |
| 205 | 2026-08-31T09:25:53.667Z | Downloaded debug-ignore v1.0.5 |
| 206 | 2026-08-31T09:25:53.667Z | Downloaded guppy-workspace-hack v0.1.0 |
| 207 | 2026-08-31T09:25:53.667Z | Downloaded strip-ansi-escapes v0.2.1 |
| 208 | 2026-08-31T09:25:53.670Z | Downloaded thread_local v1.1.10 |
| 209 | 2026-08-31T09:25:53.675Z | Downloaded hex v0.4.3 |
| 210 | 2026-08-31T09:25:53.679Z | Downloaded futures-sink v0.3.34 |
| 211 | 2026-08-31T09:25:53.683Z | Downloaded equivalent v1.0.2 |
| 212 | 2026-08-31T09:25:53.686Z | Downloaded fnv v1.0.7 |
| 213 | 2026-08-31T09:25:53.686Z | Downloaded foreign-types v0.3.2 |
| 214 | 2026-08-31T09:25:53.690Z | Downloaded supports-hyperlinks v3.2.0 |
| 215 | 2026-08-31T09:25:53.693Z | Downloaded toml_write v0.1.2 |
| 216 | 2026-08-31T09:25:53.693Z | Downloaded tower-layer v0.3.3 |
| 217 | 2026-08-31T09:25:53.693Z | Downloaded shell-words v1.1.1 |
| 218 | 2026-08-31T09:25:53.697Z | Downloaded swrite v0.1.0 |
| 219 | 2026-08-31T09:25:53.704Z | Downloaded terminal_size v0.4.4 |
| 220 | 2026-08-31T09:25:53.704Z | Downloaded xattr v1.6.1 |
| 221 | 2026-08-31T09:25:53.704Z | Downloaded want v0.3.1 |
| 222 | 2026-08-31T09:25:53.704Z | Downloaded shared_child v1.1.1 |
| 223 | 2026-08-31T09:25:53.704Z | Downloaded supports-color v3.0.2 |
| 224 | 2026-08-31T09:25:53.704Z | Downloaded http-body v1.1.0 |
| 225 | 2026-08-31T09:25:53.709Z | Downloaded serde-untagged v0.1.9 |
| 226 | 2026-08-31T09:25:53.709Z | Downloaded anstyle-parse v1.0.0 |
| 227 | 2026-08-31T09:25:53.709Z | Downloaded autocfg v1.5.1 |
| 228 | 2026-08-31T09:25:53.709Z | Downloaded anstyle v1.0.14 |
| 229 | 2026-08-31T09:25:53.712Z | Downloaded color-spantrace v0.3.0 |
| 230 | 2026-08-31T09:25:53.718Z | Downloaded pkcs8 v0.10.2 |
| 231 | 2026-08-31T09:25:53.721Z | Downloaded serde_ignored v0.1.14 |
| 232 | 2026-08-31T09:25:53.726Z | Downloaded convert_case v0.10.0 |
| 233 | 2026-08-31T09:25:53.726Z | Downloaded quote v1.0.47 |
| 234 | 2026-08-31T09:25:53.728Z | Downloaded self-replace v1.5.0 |
| 235 | 2026-08-31T09:25:53.728Z | Downloaded ed25519 v2.2.3 |
| 236 | 2026-08-31T09:25:53.728Z | Downloaded globset v0.4.20 |
| 237 | 2026-08-31T09:25:53.728Z | Downloaded futures-executor v0.3.34 |
| 238 | 2026-08-31T09:25:53.728Z | Downloaded filetime v0.2.29 |
| 239 | 2026-08-31T09:25:53.731Z | Downloaded indent_write v2.2.0 |
| 240 | 2026-08-31T09:25:53.733Z | Downloaded cfg-expr v0.20.9 |
| 241 | 2026-08-31T09:25:53.733Z | Downloaded clap_derive v4.6.4 |
| 242 | 2026-08-31T09:25:53.736Z | Downloaded ppv-lite86 v0.2.21 |
| 243 | 2026-08-31T09:25:53.736Z | Downloaded rustc-demangle v0.1.28 |
| 244 | 2026-08-31T09:25:53.736Z | Downloaded try-lock v0.2.5 |
| 245 | 2026-08-31T09:25:53.738Z | Downloaded number_prefix v0.4.0 |
| 246 | 2026-08-31T09:25:53.741Z | Downloaded openssl-macros v0.1.1 |
| 247 | 2026-08-31T09:25:53.746Z | Downloaded utf8_iter v1.0.4 |
| 248 | 2026-08-31T09:25:53.749Z | Downloaded semver v1.0.28 |
| 249 | 2026-08-31T09:25:53.751Z | Downloaded rand_core v0.6.4 |
| 250 | 2026-08-31T09:25:53.754Z | Downloaded lazy_static v1.5.0 |
| 251 | 2026-08-31T09:25:53.757Z | Downloaded humantime-serde v1.1.1 |
| 252 | 2026-08-31T09:25:53.758Z | Downloaded utf8parse v0.2.2 |
| 253 | 2026-08-31T09:25:53.758Z | Downloaded itoa v1.0.18 |
| 254 | 2026-08-31T09:25:53.760Z | Downloaded strsim v0.11.1 |
| 255 | 2026-08-31T09:25:53.760Z | Downloaded target-lexicon v0.13.5 |
| 256 | 2026-08-31T09:25:53.763Z | Downloaded foldhash v0.1.5 |
| 257 | 2026-08-31T09:25:53.766Z | Downloaded sha2 v0.10.9 |
| 258 | 2026-08-31T09:25:53.766Z | Downloaded static_assertions v1.1.0 |
| 259 | 2026-08-31T09:25:53.766Z | Downloaded find-msvc-tools v0.1.11 |
| 260 | 2026-08-31T09:25:53.769Z | Downloaded dialoguer v0.11.0 |
| 261 | 2026-08-31T09:25:53.769Z | Downloaded digest v0.10.7 |
| 262 | 2026-08-31T09:25:53.769Z | Downloaded erased-serde v0.4.10 |
| 263 | 2026-08-31T09:25:53.771Z | Downloaded sigchld v0.2.4 |
| 264 | 2026-08-31T09:25:53.771Z | Downloaded thiserror v1.0.69 |
| 265 | 2026-08-31T09:25:53.774Z | Downloaded thiserror-impl v1.0.69 |
| 266 | 2026-08-31T09:25:53.774Z | Downloaded tokio-native-tls v0.3.1 |
| 267 | 2026-08-31T09:25:53.774Z | Downloaded either v1.18.0 |
| 268 | 2026-08-31T09:25:53.777Z | Downloaded future-queue v0.4.0 |
| 269 | 2026-08-31T09:25:53.777Z | Downloaded target-spec-miette v0.4.8 |
| 270 | 2026-08-31T09:25:53.781Z | Downloaded signal-hook-registry v1.4.8 |
| 271 | 2026-08-31T09:25:53.781Z | Downloaded fixedbitset v0.5.7 |
| 272 | 2026-08-31T09:25:53.781Z | Downloaded toml_datetime v0.6.11 |
| 273 | 2026-08-31T09:25:53.784Z | Downloaded owo-colors v4.4.0 |
| 274 | 2026-08-31T09:25:53.784Z | Downloaded smol_str v0.3.6 |
| 275 | 2026-08-31T09:25:53.784Z | Downloaded thiserror v2.0.20 |
| 276 | 2026-08-31T09:25:53.787Z | Downloaded thiserror-impl v2.0.20 |
| 277 | 2026-08-31T09:25:53.787Z | Downloaded tower-service v0.3.3 |
| 278 | 2026-08-31T09:25:53.787Z | Downloaded unicode-linebreak v0.1.5 |
| 279 | 2026-08-31T09:25:53.790Z | Downloaded indenter v0.3.4 |
| 280 | 2026-08-31T09:25:53.794Z | Downloaded zstd-safe v7.2.4 |
| 281 | 2026-08-31T09:25:53.794Z | Downloaded idna_adapter v1.0.0 |
| 282 | 2026-08-31T09:25:53.796Z | Downloaded urlencoding v2.1.3 |
| 283 | 2026-08-31T09:25:53.799Z | Downloaded pathdiff v0.2.3 |
| 284 | 2026-08-31T09:25:53.802Z | Downloaded shlex v2.0.1 |
| 285 | 2026-08-31T09:25:53.804Z | Downloaded openssl-probe v0.2.1 |
| 286 | 2026-08-31T09:25:53.807Z | Downloaded quick-junit v0.5.2 |
| 287 | 2026-08-31T09:25:53.810Z | Downloaded self_update v0.42.0 |
| 288 | 2026-08-31T09:25:53.817Z | Downloaded console v0.15.11 |
| 289 | 2026-08-31T09:25:53.817Z | Downloaded camino v1.2.5 |
| 290 | 2026-08-31T09:25:53.817Z | Downloaded crc32fast v1.5.1 |
| 291 | 2026-08-31T09:25:53.817Z | Downloaded futures-channel v0.3.34 |
| 292 | 2026-08-31T09:25:53.817Z | Downloaded rand_chacha v0.9.0 |
| 293 | 2026-08-31T09:25:53.817Z | Downloaded rustls-pki-types v1.15.1 |
| 294 | 2026-08-31T09:25:53.825Z | Downloaded zipsign-api v0.1.5 |
| 295 | 2026-08-31T09:25:53.829Z | Downloaded fastrand v2.5.0 |
| 296 | 2026-08-31T09:25:53.833Z | Downloaded mukti-metadata v0.3.0 |
| 297 | 2026-08-31T09:25:53.836Z | Downloaded ryu v1.0.23 |
| 298 | 2026-08-31T09:25:53.838Z | Downloaded smallvec v1.15.2 |
| 299 | 2026-08-31T09:25:53.838Z | Downloaded tracing-error v0.2.1 |
| 300 | 2026-08-31T09:25:53.838Z | Downloaded home v0.5.12 |
| 301 | 2026-08-31T09:25:53.841Z | Downloaded serde_derive v1.0.229 |
| 302 | 2026-08-31T09:25:53.843Z | Downloaded pin-project-lite v0.2.17 |
| 303 | 2026-08-31T09:25:53.846Z | Downloaded tracing-log v0.2.0 |
| 304 | 2026-08-31T09:25:53.846Z | Downloaded xxhash-rust v0.8.18 |
| 305 | 2026-08-31T09:25:53.849Z | Downloaded nextest-workspace-hack v0.1.0 |
| 306 | 2026-08-31T09:25:53.849Z | Downloaded typeid v1.0.3 |
| 307 | 2026-08-31T09:25:53.852Z | Downloaded nested v0.1.1 |
| 308 | 2026-08-31T09:25:53.855Z | Downloaded unicode-xid v0.2.6 |
| 309 | 2026-08-31T09:25:53.857Z | Downloaded simd-adler32 v0.3.10 |
| 310 | 2026-08-31T09:25:53.857Z | Downloaded tokio-rustls v0.26.4 |
| 311 | 2026-08-31T09:25:53.860Z | Downloaded tempfile v3.27.0 |
| 312 | 2026-08-31T09:25:53.860Z | Downloaded tokio-stream v0.1.19 |
| 313 | 2026-08-31T09:25:53.863Z | Downloaded lru-slab v0.1.2 |
| 314 | 2026-08-31T09:25:53.863Z | Downloaded hyper-tls v0.6.0 |
| 315 | 2026-08-31T09:25:53.865Z | Downloaded spki v0.7.3 |
| 316 | 2026-08-31T09:25:53.865Z | Downloaded target-spec v3.7.0 |
| 317 | 2026-08-31T09:25:53.868Z | Downloaded slab v0.4.12 |
| 318 | 2026-08-31T09:25:53.871Z | Downloaded const-oid v0.9.6 |
| 319 | 2026-08-31T09:25:53.874Z | Downloaded parking_lot v0.12.5 |
| 320 | 2026-08-31T09:25:53.877Z | Downloaded untrusted v0.9.0 |
| 321 | 2026-08-31T09:25:53.877Z | Downloaded is_ci v1.2.0 |
| 322 | 2026-08-31T09:25:53.877Z | Downloaded is_terminal_polyfill v1.70.2 |
| 323 | 2026-08-31T09:25:53.877Z | Downloaded eyre v0.6.14 |
| 324 | 2026-08-31T09:25:53.880Z | Downloaded os_pipe v1.2.3 |
| 325 | 2026-08-31T09:25:53.880Z | Downloaded percent-encoding v2.3.2 |
| 326 | 2026-08-31T09:25:53.885Z | Downloaded duct v0.13.7 |
| 327 | 2026-08-31T09:25:53.896Z | Downloaded hyper-rustls v0.27.9 |
| 328 | 2026-08-31T09:25:53.898Z | Downloaded jobserver v0.1.35 |
| 329 | 2026-08-31T09:25:53.901Z | Downloaded proc-macro2 v1.0.107 |
| 330 | 2026-08-31T09:25:53.901Z | Downloaded ordered-float v2.10.1 |
| 331 | 2026-08-31T09:25:53.901Z | Downloaded lock_api v0.4.14 |
| 332 | 2026-08-31T09:25:53.905Z | Downloaded bitflags v2.13.1 |
| 333 | 2026-08-31T09:25:53.908Z | Downloaded config v0.15.25 |
| 334 | 2026-08-31T09:25:53.910Z | Downloaded zmij v1.0.23 |
| 335 | 2026-08-31T09:25:53.913Z | Downloaded getrandom v0.3.4 |
| 336 | 2026-08-31T09:25:53.916Z | Downloaded signal-hook v0.3.18 |
| 337 | 2026-08-31T09:25:53.920Z | Downloaded base64 v0.22.1 |
| 338 | 2026-08-31T09:25:53.924Z | Downloaded futures v0.3.34 |
| 339 | 2026-08-31T09:25:53.924Z | Downloaded zstd v0.13.3 |
| 340 | 2026-08-31T09:25:53.927Z | Downloaded litrs v1.0.0 |
| 341 | 2026-08-31T09:25:53.930Z | Downloaded parking_lot_core v0.9.12 |
| 342 | 2026-08-31T09:25:53.932Z | Downloaded quinn v0.11.11 |
| 343 | 2026-08-31T09:25:53.936Z | Downloaded version_check v0.9.5 |
| 344 | 2026-08-31T09:25:53.939Z | Downloaded sharded-slab v0.1.7 |
| 345 | 2026-08-31T09:25:53.939Z | Downloaded toml v0.8.23 |
| 346 | 2026-08-31T09:25:53.942Z | Downloaded http-body-util v0.1.5 |
| 347 | 2026-08-31T09:25:53.942Z | Downloaded nextest-metadata v0.12.2 |
| 348 | 2026-08-31T09:25:53.944Z | Downloaded tinyvec v1.12.0 |
| 349 | 2026-08-31T09:25:53.944Z | Downloaded zeroize v1.9.0 |
| 350 | 2026-08-31T09:25:53.944Z | Downloaded miette-derive v7.6.0 |
| 351 | 2026-08-31T09:25:53.947Z | Downloaded unicase v2.9.0 |
| 352 | 2026-08-31T09:25:53.951Z | Downloaded newtype-uuid v1.4.0 |
| 353 | 2026-08-31T09:25:53.958Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-08-31T09:25:53.966Z | Downloaded tracing-core v0.1.36 |
| 355 | 2026-08-31T09:25:53.969Z | Downloaded unicode-ident v1.0.24 |
| 356 | 2026-08-31T09:25:53.969Z | Downloaded serde_core v1.0.229 |
| 357 | 2026-08-31T09:25:53.974Z | Downloaded clap v4.6.6 |
| 358 | 2026-08-31T09:25:53.980Z | Downloaded uuid v1.26.0 |
| 359 | 2026-08-31T09:25:53.982Z | Downloaded flate2 v1.1.10 |
| 360 | 2026-08-31T09:25:53.985Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 361 | 2026-08-31T09:25:53.985Z | Downloaded derive-where v1.6.1 |
| 362 | 2026-08-31T09:25:53.985Z | Downloaded ipnet v2.12.1 |
| 363 | 2026-08-31T09:25:53.988Z | Downloaded backtrace v0.3.76 |
| 364 | 2026-08-31T09:25:53.990Z | Downloaded native-tls v0.2.18 |
| 365 | 2026-08-31T09:25:53.991Z | Downloaded socket2 v0.6.5 |
| 366 | 2026-08-31T09:25:53.991Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 367 | 2026-08-31T09:25:53.993Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 368 | 2026-08-31T09:25:53.993Z | Downloaded quinn-proto v0.11.17 |
| 369 | 2026-08-31T09:25:53.996Z | Downloaded humantime v2.4.0 |
| 370 | 2026-08-31T09:25:54.000Z | Downloaded iana-time-zone v0.1.65 |
| 371 | 2026-08-31T09:25:54.000Z | Downloaded nextest-filtering v0.15.0 |
| 372 | 2026-08-31T09:25:54.003Z | Downloaded tar v0.4.46 |
| 373 | 2026-08-31T09:25:54.006Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 374 | 2026-08-31T09:25:54.007Z | Downloaded getrandom v0.2.17 |
| 375 | 2026-08-31T09:25:54.011Z | Downloaded openssl-sys v0.9.117 |
| 376 | 2026-08-31T09:25:54.014Z | Downloaded vte v0.14.1 |
| 377 | 2026-08-31T09:25:54.014Z | Downloaded pin-project v1.1.13 |
| 378 | 2026-08-31T09:25:54.021Z | Downloaded borsh v1.8.1 |
| 379 | 2026-08-31T09:25:54.025Z | Downloaded log v0.4.34 |
| 380 | 2026-08-31T09:25:54.027Z | Downloaded serde v1.0.229 |
| 381 | 2026-08-31T09:25:54.030Z | Downloaded rustls-webpki v0.103.15 |
| 382 | 2026-08-31T09:25:54.030Z | Downloaded der v0.7.10 |
| 383 | 2026-08-31T09:25:54.035Z | Downloaded pin-project-internal v1.1.13 |
| 384 | 2026-08-31T09:25:54.037Z | Downloaded toml_edit v0.22.27 |
| 385 | 2026-08-31T09:25:54.040Z | Downloaded num-traits v0.2.19 |
| 386 | 2026-08-31T09:25:54.046Z | Downloaded tracing-attributes v0.1.31 |
| 387 | 2026-08-31T09:25:54.049Z | Downloaded getrandom v0.4.3 |
| 388 | 2026-08-31T09:25:54.052Z | Downloaded httparse v1.10.1 |
| 389 | 2026-08-31T09:25:54.056Z | Downloaded miniz_oxide v0.8.9 |
| 390 | 2026-08-31T09:25:54.060Z | Downloaded url v2.5.8 |
| 391 | 2026-08-31T09:25:54.060Z | Downloaded indicatif v0.17.11 |
| 392 | 2026-08-31T09:25:54.063Z | Downloaded cc v1.4.4 |
| 393 | 2026-08-31T09:25:54.065Z | Downloaded once_cell v1.21.4 |
| 394 | 2026-08-31T09:25:54.068Z | Downloaded ed25519-dalek v2.2.0 |
| 395 | 2026-08-31T09:25:54.083Z | Downloaded derive_more v2.1.1 |
| 396 | 2026-08-31T09:25:54.089Z | Downloaded derive_more-impl v2.1.1 |
| 397 | 2026-08-31T09:25:54.094Z | Downloaded memchr v2.8.3 |
| 398 | 2026-08-31T09:25:54.097Z | Downloaded miniz_oxide v0.9.1 |
| 399 | 2026-08-31T09:25:54.100Z | Downloaded rand v0.10.2 |
| 400 | 2026-08-31T09:25:54.122Z | Downloaded mio v1.2.2 |
| 401 | 2026-08-31T09:25:54.125Z | Downloaded indexmap v2.14.1 |
| 402 | 2026-08-31T09:25:54.127Z | Downloaded rand v0.9.5 |
| 403 | 2026-08-31T09:25:54.130Z | Downloaded http v1.5.0 |
| 404 | 2026-08-31T09:25:54.147Z | Downloaded ron v0.12.2 |
| 405 | 2026-08-31T09:25:54.151Z | Downloaded crossterm v0.29.0 |
| 406 | 2026-08-31T09:25:54.155Z | Downloaded hyper-util v0.1.20 |
| 407 | 2026-08-31T09:25:54.158Z | Downloaded typenum v1.20.1 |
| 408 | 2026-08-31T09:25:54.161Z | Downloaded miette v7.6.0 |
| 409 | 2026-08-31T09:25:54.165Z | Downloaded unicode-segmentation v1.13.3 |
| 410 | 2026-08-31T09:25:54.165Z | Downloaded hashbrown v0.15.5 |
| 411 | 2026-08-31T09:25:54.171Z | Downloaded clap_builder v4.6.6 |
| 412 | 2026-08-31T09:25:54.177Z | Downloaded hashbrown v0.17.1 |
| 413 | 2026-08-31T09:25:54.182Z | Downloaded tower v0.5.3 |
| 414 | 2026-08-31T09:25:54.207Z | Downloaded futures-util v0.3.34 |
| 415 | 2026-08-31T09:25:54.213Z | Downloaded guppy v0.17.26 |
| 416 | 2026-08-31T09:25:54.216Z | Downloaded h2 v0.4.19 |
| 417 | 2026-08-31T09:25:54.219Z | Downloaded reqwest v0.12.28 |
| 418 | 2026-08-31T09:25:54.223Z | Downloaded tower-http v0.6.11 |
| 419 | 2026-08-31T09:25:54.226Z | Downloaded aho-corasick v1.1.5 |
| 420 | 2026-08-31T09:25:54.229Z | Downloaded regex v1.13.1 |
| 421 | 2026-08-31T09:25:54.232Z | Downloaded serde_json v1.0.151 |
| 422 | 2026-08-31T09:25:54.237Z | Downloaded hyper v1.11.1 |
| 423 | 2026-08-31T09:25:54.242Z | Downloaded tokio-util v0.7.19 |
| 424 | 2026-08-31T09:25:54.245Z | Downloaded pulldown-cmark v0.13.4 |
| 425 | 2026-08-31T09:25:54.283Z | Downloaded unicode-normalization v0.1.25 |
| 426 | 2026-08-31T09:25:54.290Z | Downloaded quick-xml v0.37.5 |
| 427 | 2026-08-31T09:25:54.290Z | Downloaded idna v1.1.0 |
| 428 | 2026-08-31T09:25:54.290Z | Downloaded quick-xml v0.38.4 |
| 429 | 2026-08-31T09:25:54.290Z | Downloaded chrono v0.4.45 |
| 430 | 2026-08-31T09:25:54.290Z | Downloaded portable-atomic v1.15.0 |
| 431 | 2026-08-31T09:25:54.300Z | Downloaded vcpkg v0.2.15 |
| 432 | 2026-08-31T09:25:54.308Z | Downloaded itertools v0.14.0 |
| 433 | 2026-08-31T09:25:54.311Z | Downloaded webpki-roots v1.0.9 |
| 434 | 2026-08-31T09:25:54.314Z | Downloaded unicode-width v0.1.14 |
| 435 | 2026-08-31T09:25:54.317Z | Downloaded gimli v0.32.3 |
| 436 | 2026-08-31T09:25:54.320Z | Downloaded winnow v1.0.4 |
| 437 | 2026-08-31T09:25:54.325Z | Downloaded winnow v0.7.15 |
| 438 | 2026-08-31T09:25:54.333Z | Downloaded curve25519-dalek v4.1.3 |
| 439 | 2026-08-31T09:25:54.338Z | Downloaded unicode-width v0.2.2 |
| 440 | 2026-08-31T09:25:54.352Z | Downloaded zlib-rs v0.6.7 |
| 441 | 2026-08-31T09:25:54.356Z | Downloaded bstr v1.13.1 |
| 442 | 2026-08-31T09:25:54.361Z | Downloaded nix v0.30.1 |
| 443 | 2026-08-31T09:25:54.368Z | Downloaded object v0.37.3 |
| 444 | 2026-08-31T09:25:54.375Z | Downloaded tracing-subscriber v0.3.23 |
| 445 | 2026-08-31T09:25:54.405Z | Downloaded tracing v0.1.44 |
| 446 | 2026-08-31T09:25:54.414Z | Downloaded zerocopy v0.8.56 |
| 447 | 2026-08-31T09:25:54.426Z | Downloaded syn v2.0.119 |
| 448 | 2026-08-31T09:25:54.430Z | Downloaded nextest-runner v0.80.0 |
| 449 | 2026-08-31T09:25:54.440Z | Downloaded syn v3.0.4 |
| 450 | 2026-08-31T09:25:54.443Z | Downloaded color-eyre v0.6.5 |
| 451 | 2026-08-31T09:25:54.448Z | Downloaded regex-syntax v0.8.11 |
| 452 | 2026-08-31T09:25:54.454Z | Downloaded openssl v0.10.81 |
| 453 | 2026-08-31T09:25:54.468Z | Downloaded rustls v0.23.43 |
| 454 | 2026-08-31T09:25:54.478Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 455 | 2026-08-31T09:25:54.494Z | Downloaded rustix v1.1.4 |
| 456 | 2026-08-31T09:25:54.504Z | Downloaded rustix v0.38.44 |
| 457 | 2026-08-31T09:25:54.516Z | Downloaded petgraph v0.8.3 |
| 458 | 2026-08-31T09:25:54.528Z | Downloaded libc v0.2.189 |
| 459 | 2026-08-31T09:25:54.549Z | Downloaded regex-automata v0.4.18 |
| 460 | 2026-08-31T09:25:54.634Z | Downloaded tokio v1.53.1 |
| 461 | 2026-08-31T09:25:54.702Z | Downloaded recursion v0.5.4 |
| 462 | 2026-08-31T09:25:54.708Z | Downloaded ring v0.17.14 |
| 463 | 2026-08-31T09:25:54.768Z | Compiling proc-macro2 v1.0.107 |
| 464 | 2026-08-31T09:25:54.768Z | Compiling libc v0.2.189 |
| 465 | 2026-08-31T09:25:54.771Z | Compiling unicode-ident v1.0.24 |
| 466 | 2026-08-31T09:25:54.771Z | Compiling quote v1.0.47 |
| 467 | 2026-08-31T09:25:54.771Z | Compiling serde_core v1.0.229 |
| 468 | 2026-08-31T09:25:54.771Z | Compiling cfg-if v1.0.4 |
| 469 | 2026-08-31T09:25:54.771Z | Compiling memchr v2.8.3 |
| 470 | 2026-08-31T09:25:54.899Z | Compiling once_cell v1.21.4 |
| 471 | 2026-08-31T09:25:55.004Z | Compiling log v0.4.34 |
| 472 | 2026-08-31T09:25:55.055Z | Compiling pin-project-lite v0.2.17 |
| 473 | 2026-08-31T09:25:55.155Z | Compiling serde v1.0.229 |
| 474 | 2026-08-31T09:25:55.196Z | Compiling itoa v1.0.18 |
| 475 | 2026-08-31T09:25:55.348Z | Compiling futures-core v0.3.34 |
| 476 | 2026-08-31T09:25:55.439Z | Compiling smallvec v1.15.2 |
| 477 | 2026-08-31T09:25:55.505Z | Compiling bitflags v2.13.1 |
| 478 | 2026-08-31T09:25:55.515Z | Compiling find-msvc-tools v0.1.11 |
| 479 | 2026-08-31T09:25:55.692Z | Compiling equivalent v1.0.2 |
| 480 | 2026-08-31T09:25:55.742Z | Compiling shlex v2.0.1 |
| 481 | 2026-08-31T09:25:55.784Z | Compiling hashbrown v0.17.1 |
| 482 | 2026-08-31T09:25:55.891Z | Compiling errno v0.3.14 |
| 483 | 2026-08-31T09:25:55.919Z | Compiling bytes v1.12.1 |
| 484 | 2026-08-31T09:25:55.934Z | Compiling mio v1.2.2 |
| 485 | 2026-08-31T09:25:56.059Z | Compiling signal-hook-registry v1.4.8 |
| 486 | 2026-08-31T09:25:56.101Z | Compiling jobserver v0.1.35 |
| 487 | 2026-08-31T09:25:56.177Z | Compiling syn v3.0.4 |
| 488 | 2026-08-31T09:25:56.250Z | Compiling syn v2.0.119 |
| 489 | 2026-08-31T09:25:56.412Z | Compiling cc v1.4.4 |
| 490 | 2026-08-31T09:25:56.450Z | Compiling futures-sink v0.3.34 |
| 491 | 2026-08-31T09:25:56.503Z | Compiling rustix v1.1.4 |
| 492 | 2026-08-31T09:25:56.564Z | Compiling socket2 v0.6.5 |
| 493 | 2026-08-31T09:25:56.578Z | Compiling zmij v1.0.23 |
| 494 | 2026-08-31T09:25:56.785Z | Compiling slab v0.4.12 |
| 495 | 2026-08-31T09:25:56.867Z | Compiling autocfg v1.5.1 |
| 496 | 2026-08-31T09:25:57.035Z | Compiling futures-channel v0.3.34 |
| 497 | 2026-08-31T09:25:57.220Z | Compiling indexmap v2.14.1 |
| 498 | 2026-08-31T09:25:57.295Z | Compiling tracing-core v0.1.36 |
| 499 | 2026-08-31T09:25:57.298Z | Compiling version_check v0.9.5 |
| 500 | 2026-08-31T09:25:57.389Z | Compiling serde_json v1.0.151 |
| 501 | 2026-08-31T09:25:57.641Z | Compiling getrandom v0.4.3 |
| 502 | 2026-08-31T09:25:57.703Z | Compiling futures-task v0.3.34 |
| 503 | 2026-08-31T09:25:57.886Z | Compiling futures-io v0.3.34 |
| 504 | 2026-08-31T09:25:57.933Z | Compiling adler2 v2.0.1 |
| 505 | 2026-08-31T09:25:58.030Z | Compiling camino v1.2.5 |
| 506 | 2026-08-31T09:25:58.089Z | Compiling percent-encoding v2.3.2 |
| 507 | 2026-08-31T09:25:58.110Z | Compiling unicode-width v0.2.2 |
| 508 | 2026-08-31T09:25:58.379Z | Compiling ring v0.17.14 |
| 509 | 2026-08-31T09:25:58.412Z | Compiling http v1.5.0 |
| 510 | 2026-08-31T09:25:58.434Z | Compiling zeroize v1.9.0 |
| 511 | 2026-08-31T09:25:58.641Z | Compiling num-traits v0.2.19 |
| 512 | 2026-08-31T09:25:58.878Z | Compiling getrandom v0.3.4 |
| 513 | 2026-08-31T09:25:58.925Z | Compiling target-lexicon v0.13.5 |
| 514 | 2026-08-31T09:25:58.959Z | Compiling serde_derive v1.0.229 |
| 515 | 2026-08-31T09:25:59.090Z | Compiling tokio-macros v2.7.2 |
| 516 | 2026-08-31T09:25:59.196Z | Compiling futures-macro v0.3.34 |
| 517 | 2026-08-31T09:25:59.388Z | Compiling object v0.37.3 |
| 518 | 2026-08-31T09:25:59.699Z | Compiling zerocopy v0.8.56 |
| 519 | 2026-08-31T09:25:59.802Z | Compiling tracing-attributes v0.1.31 |
| 520 | 2026-08-31T09:25:59.842Z | Compiling tokio v1.53.1 |
| 521 | 2026-08-31T09:26:00.014Z | Compiling futures-util v0.3.34 |
| 522 | 2026-08-31T09:26:00.251Z | Compiling http-body v1.1.0 |
| 523 | 2026-08-31T09:26:00.422Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-31T09:26:00.479Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-31T09:26:00.535Z | Compiling semver v1.0.28 |
| 526 | 2026-08-31T09:26:00.752Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-31T09:26:00.953Z | Compiling guppy-workspace-hack v0.1.0 |
| 528 | 2026-08-31T09:26:01.014Z | Compiling tracing v0.1.44 |
| 529 | 2026-08-31T09:26:01.177Z | Compiling gimli v0.32.3 |
| 530 | 2026-08-31T09:26:01.190Z | Compiling untrusted v0.9.0 |
| 531 | 2026-08-31T09:26:01.273Z | Compiling signal-hook v0.3.18 |
| 532 | 2026-08-31T09:26:01.322Z | Compiling httparse v1.10.1 |
| 533 | 2026-08-31T09:26:01.369Z | Compiling thiserror v2.0.20 |
| 534 | 2026-08-31T09:26:01.496Z | Compiling fnv v1.0.7 |
| 535 | 2026-08-31T09:26:01.602Z | Compiling utf8_iter v1.0.4 |
| 536 | 2026-08-31T09:26:01.658Z | Compiling idna_adapter v1.0.0 |
| 537 | 2026-08-31T09:26:01.760Z | Compiling idna v1.1.0 |
| 538 | 2026-08-31T09:26:02.614Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-31T09:26:02.695Z | Compiling miniz_oxide v0.8.9 |
| 540 | 2026-08-31T09:26:03.298Z | Compiling addr2line v0.25.1 |
| 541 | 2026-08-31T09:26:03.380Z | Compiling generic-array v0.14.7 |
| 542 | 2026-08-31T09:26:03.607Z | Compiling target-spec v3.7.0 |
| 543 | 2026-08-31T09:26:03.730Z | Compiling atomic-waker v1.1.2 |
| 544 | 2026-08-31T09:26:03.774Z | Compiling tokio-util v0.7.19 |
| 545 | 2026-08-31T09:26:03.821Z | Compiling try-lock v0.2.5 |
| 546 | 2026-08-31T09:26:03.862Z | Compiling tower-service v0.3.3 |
| 547 | 2026-08-31T09:26:03.883Z | Compiling thiserror v1.0.69 |
| 548 | 2026-08-31T09:26:03.941Z | Compiling pkg-config v0.3.34 |
| 549 | 2026-08-31T09:26:03.963Z | Compiling rustc-demangle v0.1.28 |
| 550 | 2026-08-31T09:26:04.191Z | Compiling rustls v0.23.43 |
| 551 | 2026-08-31T09:26:04.372Z | Compiling typeid v1.0.3 |
| 552 | 2026-08-31T09:26:04.410Z | Compiling fastrand v2.5.0 |
| 553 | 2026-08-31T09:26:04.721Z | Compiling tempfile v3.27.0 |
| 554 | 2026-08-31T09:26:04.763Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 555 | 2026-08-31T09:26:04.881Z | Compiling h2 v0.4.19 |
| 556 | 2026-08-31T09:26:05.142Z | Compiling backtrace v0.3.76 |
| 557 | 2026-08-31T09:26:05.174Z | Compiling want v0.3.1 |
| 558 | 2026-08-31T09:26:05.506Z | Compiling cfg-expr v0.20.9 |
| 559 | 2026-08-31T09:26:05.516Z | Compiling url v2.5.8 |
| 560 | 2026-08-31T09:26:06.027Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-08-31T09:26:06.078Z | Compiling terminal_size v0.4.4 |
| 562 | 2026-08-31T09:26:06.242Z | Compiling aho-corasick v1.1.5 |
| 563 | 2026-08-31T09:26:06.462Z | Compiling winnow v0.7.15 |
| 564 | 2026-08-31T09:26:07.166Z | Compiling erased-serde v0.4.10 |
| 565 | 2026-08-31T09:26:07.462Z | Compiling typenum v1.20.1 |
| 566 | 2026-08-31T09:26:07.863Z | Compiling owo-colors v4.4.0 |
| 567 | 2026-08-31T09:26:08.159Z | Compiling rustls-webpki v0.103.15 |
| 568 | 2026-08-31T09:26:08.378Z | Compiling subtle v2.6.1 |
| 569 | 2026-08-31T09:26:08.550Z | Compiling regex-syntax v0.8.11 |
| 570 | 2026-08-31T09:26:10.575Z | Compiling regex-automata v0.4.18 |
| 571 | 2026-08-31T09:26:10.703Z | Compiling hyper v1.11.1 |
| 572 | 2026-08-31T09:26:11.742Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-08-31T09:26:12.096Z | Compiling serde_spanned v0.6.9 |
| 574 | 2026-08-31T09:26:12.267Z | Compiling ahash v0.8.12 |
| 575 | 2026-08-31T09:26:12.519Z | Compiling sync_wrapper v1.0.2 |
| 576 | 2026-08-31T09:26:12.650Z | Compiling nextest-workspace-hack v0.1.0 |
| 577 | 2026-08-31T09:26:12.847Z | Compiling unicode-linebreak v0.1.5 |
| 578 | 2026-08-31T09:26:12.865Z | Compiling tower-layer v0.3.3 |
| 579 | 2026-08-31T09:26:13.072Z | Compiling toml_write v0.1.2 |
| 580 | 2026-08-31T09:26:13.124Z | Compiling is_ci v1.2.0 |
| 581 | 2026-08-31T09:26:13.310Z | Compiling crc32fast v1.5.1 |
| 582 | 2026-08-31T09:26:13.337Z | Compiling base64 v0.22.1 |
| 583 | 2026-08-31T09:26:13.626Z | Compiling unicode-segmentation v1.13.3 |
| 584 | 2026-08-31T09:26:13.830Z | Compiling parking_lot_core v0.9.12 |
| 585 | 2026-08-31T09:26:13.982Z | Compiling portable-atomic v1.15.0 |
| 586 | 2026-08-31T09:26:14.104Z | Compiling ipnet v2.12.1 |
| 587 | 2026-08-31T09:26:14.424Z | Compiling foldhash v0.1.5 |
| 588 | 2026-08-31T09:26:14.450Z | Compiling either v1.18.0 |
| 589 | 2026-08-31T09:26:14.626Z | Compiling lazy_static v1.5.0 |
| 590 | 2026-08-31T09:26:14.660Z | Compiling hashbrown v0.15.5 |
| 591 | 2026-08-31T09:26:14.736Z | Compiling sharded-slab v0.1.7 |
| 592 | 2026-08-31T09:26:14.748Z | Compiling hyper-util v0.1.20 |
| 593 | 2026-08-31T09:26:15.294Z | Compiling convert_case v0.10.0 |
| 594 | 2026-08-31T09:26:15.359Z | Compiling toml_edit v0.22.27 |
| 595 | 2026-08-31T09:26:15.380Z | Compiling supports-color v3.0.2 |
| 596 | 2026-08-31T09:26:15.558Z | Compiling textwrap v0.16.2 |
| 597 | 2026-08-31T09:26:15.626Z | Compiling tower v0.5.3 |
| 598 | 2026-08-31T09:26:15.942Z | Compiling tokio-rustls v0.26.4 |
| 599 | 2026-08-31T09:26:16.231Z | Compiling backtrace-ext v0.2.1 |
| 600 | 2026-08-31T09:26:16.498Z | Compiling ordered-float v2.10.1 |
| 601 | 2026-08-31T09:26:16.781Z | Compiling webpki-roots v1.0.9 |
| 602 | 2026-08-31T09:26:16.793Z | Compiling miette-derive v7.6.0 |
| 603 | 2026-08-31T09:26:16.904Z | Compiling pathdiff v0.2.3 |
| 604 | 2026-08-31T09:26:16.911Z | Compiling console v0.15.11 |
| 605 | 2026-08-31T09:26:17.035Z | Compiling tracing-log v0.2.0 |
| 606 | 2026-08-31T09:26:17.393Z | Compiling cargo-platform v0.3.3 |
| 607 | 2026-08-31T09:26:17.414Z | Compiling os_pipe v1.2.3 |
| 608 | 2026-08-31T09:26:17.593Z | Compiling thread_local v1.1.10 |
| 609 | 2026-08-31T09:26:17.895Z | Compiling unicode-width v0.1.14 |
| 610 | 2026-08-31T09:26:17.938Z | Compiling rustix v0.38.44 |
| 611 | 2026-08-31T09:26:17.952Z | Compiling fixedbitset v0.5.7 |
| 612 | 2026-08-31T09:26:18.204Z | Compiling debug-ignore v1.0.5 |
| 613 | 2026-08-31T09:26:18.239Z | Compiling utf8parse v0.2.2 |
| 614 | 2026-08-31T09:26:18.287Z | Compiling zstd-safe v7.2.4 |
| 615 | 2026-08-31T09:26:18.322Z | Compiling ryu v1.0.23 |
| 616 | 2026-08-31T09:26:18.357Z | Compiling cfg_aliases v0.2.2 |
| 617 | 2026-08-31T09:26:18.450Z | Compiling supports-hyperlinks v3.2.0 |
| 618 | 2026-08-31T09:26:18.470Z | Compiling simd-adler32 v0.3.10 |
| 619 | 2026-08-31T09:26:18.525Z | Compiling winnow v1.0.4 |
| 620 | 2026-08-31T09:26:18.620Z | Compiling scopeguard v1.2.0 |
| 621 | 2026-08-31T09:26:18.664Z | Compiling pulldown-cmark v0.13.4 |
| 622 | 2026-08-31T09:26:18.888Z | Compiling supports-unicode v3.0.0 |
| 623 | 2026-08-31T09:26:19.077Z | Compiling miette v7.6.0 |
| 624 | 2026-08-31T09:26:19.134Z | Compiling lock_api v0.4.14 |
| 625 | 2026-08-31T09:26:19.327Z | Compiling miniz_oxide v0.9.1 |
| 626 | 2026-08-31T09:26:19.423Z | Compiling serde_urlencoded v0.7.1 |
| 627 | 2026-08-31T09:26:19.687Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 628 | 2026-08-31T09:26:20.004Z | Compiling nix v0.30.1 |
| 629 | 2026-08-31T09:26:20.391Z | Compiling anstyle-parse v1.0.0 |
| 630 | 2026-08-31T09:26:20.724Z | Compiling petgraph v0.8.3 |
| 631 | 2026-08-31T09:26:20.745Z | Compiling tracing-subscriber v0.3.23 |
| 632 | 2026-08-31T09:26:20.986Z | Compiling cargo_metadata v0.23.1 |
| 633 | 2026-08-31T09:26:22.022Z | Compiling sigchld v0.2.4 |
| 634 | 2026-08-31T09:26:22.226Z | Compiling toml v0.8.23 |
| 635 | 2026-08-31T09:26:22.672Z | Compiling hyper-rustls v0.27.9 |
| 636 | 2026-08-31T09:26:23.098Z | Compiling serde-value v0.7.0 |
| 637 | 2026-08-31T09:26:23.309Z | Compiling serde-untagged v0.1.9 |
| 638 | 2026-08-31T09:26:23.682Z | Compiling tower-http v0.6.11 |
| 639 | 2026-08-31T09:26:23.863Z | Compiling derive_more-impl v2.1.1 |
| 640 | 2026-08-31T09:26:24.679Z | Compiling itertools v0.14.0 |
| 641 | 2026-08-31T09:26:24.692Z | Compiling regex v1.13.1 |
| 642 | 2026-08-31T09:26:24.692Z | Compiling crypto-common v0.1.7 |
| 643 | 2026-08-31T09:26:24.835Z | Compiling block-buffer v0.10.4 |
| 644 | 2026-08-31T09:26:24.930Z | Compiling ppv-lite86 v0.2.21 |
| 645 | 2026-08-31T09:26:25.000Z | Compiling futures-executor v0.3.34 |
| 646 | 2026-08-31T09:26:25.082Z | Compiling rand_core v0.9.5 |
| 647 | 2026-08-31T09:26:25.293Z | Compiling http-body-util v0.1.5 |
| 648 | 2026-08-31T09:26:25.350Z | Compiling pin-project-internal v1.1.13 |
| 649 | 2026-08-31T09:26:25.544Z | Compiling uuid v1.26.0 |
| 650 | 2026-08-31T09:26:25.599Z | Compiling eyre v0.6.14 |
| 651 | 2026-08-31T09:26:25.863Z | Compiling smol_str v0.3.6 |
| 652 | 2026-08-31T09:26:26.084Z | Compiling serde_spanned v1.1.1 |
| 653 | 2026-08-31T09:26:26.145Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 654 | 2026-08-31T09:26:26.173Z | Compiling filetime v0.2.29 |
| 655 | 2026-08-31T09:26:26.225Z | Compiling vte v0.14.1 |
| 656 | 2026-08-31T09:26:26.233Z | Compiling bstr v1.13.1 |
| 657 | 2026-08-31T09:26:26.377Z | Compiling tinyvec_macros v0.1.1 |
| 658 | 2026-08-31T09:26:26.388Z | Compiling unicase v2.9.0 |
| 659 | 2026-08-31T09:26:26.449Z | Compiling litrs v1.0.0 |
| 660 | 2026-08-31T09:26:26.556Z | Compiling nested v0.1.1 |
| 661 | 2026-08-31T09:26:26.577Z | Compiling unicode-xid v0.2.6 |
| 662 | 2026-08-31T09:26:26.621Z | Compiling colorchoice v1.0.5 |
| 663 | 2026-08-31T09:26:26.718Z | Compiling anstyle-query v1.1.5 |
| 664 | 2026-08-31T09:26:26.746Z | Compiling xattr v1.6.1 |
| 665 | 2026-08-31T09:26:26.763Z | Compiling static_assertions v1.1.0 |
| 666 | 2026-08-31T09:26:26.773Z | Compiling self_update v0.42.0 |
| 667 | 2026-08-31T09:26:26.827Z | Compiling color-spantrace v0.3.0 |
| 668 | 2026-08-31T09:26:26.840Z | Compiling number_prefix v0.4.0 |
| 669 | 2026-08-31T09:26:26.887Z | Compiling is_terminal_polyfill v1.70.2 |
| 670 | 2026-08-31T09:26:26.900Z | Compiling anstyle v1.0.14 |
| 671 | 2026-08-31T09:26:26.937Z | Compiling iana-time-zone v0.1.65 |
| 672 | 2026-08-31T09:26:26.989Z | Compiling indicatif v0.17.11 |
| 673 | 2026-08-31T09:26:27.003Z | Compiling document-features v0.2.12 |
| 674 | 2026-08-31T09:26:27.031Z | Compiling tar v0.4.46 |
| 675 | 2026-08-31T09:26:27.172Z | Compiling anstream v1.0.0 |
| 676 | 2026-08-31T09:26:27.186Z | Compiling chrono v0.4.45 |
| 677 | 2026-08-31T09:26:27.229Z | Compiling guppy v0.17.26 |
| 678 | 2026-08-31T09:26:27.555Z | Compiling cargo-util-schemas v0.2.0 |
| 679 | 2026-08-31T09:26:27.670Z | Compiling globset v0.4.20 |
| 680 | 2026-08-31T09:26:28.963Z | Compiling tinyvec v1.12.0 |
| 681 | 2026-08-31T09:26:29.452Z | Compiling pin-project v1.1.13 |
| 682 | 2026-08-31T09:26:29.565Z | Compiling toml v1.1.4+spec-1.1.0 |
| 683 | 2026-08-31T09:26:29.579Z | Compiling strip-ansi-escapes v0.2.1 |
| 684 | 2026-08-31T09:26:29.966Z | Compiling nextest-metadata v0.12.2 |
| 685 | 2026-08-31T09:26:30.088Z | Compiling newtype-uuid v1.4.0 |
| 686 | 2026-08-31T09:26:30.286Z | Compiling reqwest v0.12.28 |
| 687 | 2026-08-31T09:26:30.424Z | Compiling rand_chacha v0.9.0 |
| 688 | 2026-08-31T09:26:30.460Z | Compiling futures v0.3.34 |
| 689 | 2026-08-31T09:26:30.549Z | Compiling digest v0.10.7 |
| 690 | 2026-08-31T09:26:30.786Z | Compiling derive_more v2.1.1 |
| 691 | 2026-08-31T09:26:30.875Z | Compiling parking_lot v0.12.5 |
| 692 | 2026-08-31T09:26:30.921Z | Compiling flate2 v1.1.10 |
| 693 | 2026-08-31T09:26:30.991Z | Compiling shared_child v1.1.1 |
| 694 | 2026-08-31T09:26:31.308Z | Compiling tracing-error v0.2.1 |
| 695 | 2026-08-31T09:26:31.765Z | Compiling signal-hook-mio v0.2.5 |
| 696 | 2026-08-31T09:26:31.905Z | Compiling self-replace v1.5.0 |
| 697 | 2026-08-31T09:26:31.909Z | Compiling cargo-platform v0.2.0 |
| 698 | 2026-08-31T09:26:32.178Z | Compiling quick-xml v0.37.5 |
| 699 | 2026-08-31T09:26:32.459Z | Compiling quick-xml v0.38.4 |
| 700 | 2026-08-31T09:26:32.592Z | Compiling humantime v2.4.0 |
| 701 | 2026-08-31T09:26:33.011Z | Compiling clap_lex v1.1.0 |
| 702 | 2026-08-31T09:26:33.053Z | Compiling indenter v0.3.4 |
| 703 | 2026-08-31T09:26:33.192Z | Compiling heck v0.5.0 |
| 704 | 2026-08-31T09:26:33.387Z | Compiling shell-words v1.1.1 |
| 705 | 2026-08-31T09:26:33.415Z | Compiling urlencoding v2.1.3 |
| 706 | 2026-08-31T09:26:33.660Z | Compiling strsim v0.11.1 |
| 707 | 2026-08-31T09:26:33.716Z | Compiling recursion v0.5.4 |
| 708 | 2026-08-31T09:26:33.875Z | Compiling cpufeatures v0.2.17 |
| 709 | 2026-08-31T09:26:33.883Z | Compiling clap_derive v4.6.4 |
| 710 | 2026-08-31T09:26:33.943Z | Compiling sha2 v0.10.9 |
| 711 | 2026-08-31T09:26:34.005Z | Compiling clap_builder v4.6.6 |
| 712 | 2026-08-31T09:26:34.474Z | Compiling nextest-filtering v0.15.0 |
| 713 | 2026-08-31T09:26:35.598Z | Compiling quick-junit v0.5.2 |
| 714 | 2026-08-31T09:26:35.708Z | Compiling humantime-serde v1.1.1 |
| 715 | 2026-08-31T09:26:35.877Z | Compiling atomicwrites v0.4.4 |
| 716 | 2026-08-31T09:26:36.168Z | Compiling cargo_metadata v0.20.0 |
| 717 | 2026-08-31T09:26:38.281Z | Compiling cargo-nextest v0.9.97 |
| 718 | 2026-08-31T09:26:38.594Z | Compiling crossterm v0.29.0 |
| 719 | 2026-08-31T09:26:39.849Z | Compiling duct v0.13.7 |
| 720 | 2026-08-31T09:26:41.115Z | Compiling rand v0.9.5 |
| 721 | 2026-08-31T09:26:41.280Z | Compiling async-scoped v0.9.0 |
| 722 | 2026-08-31T09:26:41.481Z | Compiling config v0.15.25 |
| 723 | 2026-08-31T09:26:41.556Z | Compiling unicode-normalization v0.1.25 |
| 724 | 2026-08-31T09:26:41.668Z | Compiling target-spec-miette v0.4.8 |
| 725 | 2026-08-31T09:26:41.731Z | Compiling future-queue v0.4.0 |
| 726 | 2026-08-31T09:26:41.835Z | Compiling mukti-metadata v0.3.0 |
| 727 | 2026-08-31T09:26:42.012Z | Compiling camino-tempfile v1.4.1 |
| 728 | 2026-08-31T09:26:42.074Z | Compiling tokio-stream v0.1.19 |
| 729 | 2026-08-31T09:26:42.136Z | Compiling derive-where v1.6.1 |
| 730 | 2026-08-31T09:26:42.332Z | Compiling serde_ignored v0.1.14 |
| 731 | 2026-08-31T09:26:42.418Z | Compiling serde_path_to_error v0.1.20 |
| 732 | 2026-08-31T09:26:42.569Z | Compiling swrite v0.1.0 |
| 733 | 2026-08-31T09:26:42.626Z | Compiling home v0.5.12 |
| 734 | 2026-08-31T09:26:42.683Z | Compiling indent_write v2.2.0 |
| 735 | 2026-08-31T09:26:42.839Z | Compiling xxhash-rust v0.8.18 |
| 736 | 2026-08-31T09:26:42.876Z | Compiling hex v0.4.3 |
| 737 | 2026-08-31T09:26:42.928Z | Compiling color-eyre v0.6.5 |
| 738 | 2026-08-31T09:26:43.057Z | Compiling clap v4.6.6 |
| 739 | 2026-08-31T09:26:43.136Z | Compiling dialoguer v0.11.0 |
| 740 | 2026-08-31T09:26:43.160Z | Compiling enable-ansi-support v0.2.1 |
| 741 | 2026-08-31T09:26:43.809Z | Compiling zstd v0.13.3 |
| 742 | 2026-08-31T09:26:44.240Z | Compiling nextest-runner v0.80.0 |
| 743 | 2026-08-31T09:27:02.651Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 744 | 2026-08-31T09:27:02.826Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 745 | 2026-08-31T09:27:02.829Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 746 | 2026-08-31T09:27:02.952Z | + pushd bgp |
| 747 | 2026-08-31T09:27:02.955Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 748 | 2026-08-31T09:27:02.955Z | + pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions |
| 749 | 2026-08-31T09:27:03.108Z | Updating crates.io index |
| 750 | 2026-08-31T09:27:03.111Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 751 | 2026-08-31T09:27:10.094Z | From https://github.com/oxidecomputer/omicron |
| 752 | 2026-08-31T09:27:10.094Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 753 | 2026-08-31T09:27:10.529Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 754 | 2026-08-31T09:27:11.122Z | From https://github.com/oxidecomputer/falcon |
| 755 | 2026-08-31T09:27:11.122Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 756 | 2026-08-31T09:27:11.197Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 757 | 2026-08-31T09:27:11.712Z | From https://github.com/oxidecomputer/dendrite |
| 758 | 2026-08-31T09:27:11.712Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 759 | 2026-08-31T09:27:11.745Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 760 | 2026-08-31T09:27:12.181Z | From https://github.com/oxidecomputer/ispf |
| 761 | 2026-08-31T09:27:12.181Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 762 | 2026-08-31T09:27:12.184Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 763 | 2026-08-31T09:27:12.570Z | From https://github.com/oxidecomputer/netadm-sys |
| 764 | 2026-08-31T09:27:12.571Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 765 | 2026-08-31T09:27:12.579Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 766 | 2026-08-31T09:27:13.738Z | From https://github.com/oxidecomputer/opte |
| 767 | 2026-08-31T09:27:13.738Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 768 | 2026-08-31T09:27:13.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 769 | 2026-08-31T09:27:14.053Z | From https://github.com/oxidecomputer/slog-error-chain |
| 770 | 2026-08-31T09:27:14.053Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 771 | 2026-08-31T09:27:14.063Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 772 | 2026-08-31T09:27:14.378Z | From https://github.com/illumos/smf-rs |
| 773 | 2026-08-31T09:27:14.378Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 774 | 2026-08-31T09:27:14.386Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 775 | 2026-08-31T09:27:14.990Z | From https://github.com/oxidecomputer/poptrie |
| 776 | 2026-08-31T09:27:14.990Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 777 | 2026-08-31T09:27:14.999Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 778 | 2026-08-31T09:27:15.343Z | From https://github.com/oxidecomputer/network-interface |
| 779 | 2026-08-31T09:27:15.343Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 780 | 2026-08-31T09:27:15.350Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 781 | 2026-08-31T09:27:15.720Z | From https://github.com/oxidecomputer/zone |
| 782 | 2026-08-31T09:27:15.720Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 783 | 2026-08-31T09:27:15.727Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 784 | 2026-08-31T09:27:16.155Z | From https://github.com/oxidecomputer/lldp |
| 785 | 2026-08-31T09:27:16.155Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 786 | 2026-08-31T09:27:16.166Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 787 | 2026-08-31T09:27:16.509Z | From https://github.com/oxidecomputer/tufaceous |
| 788 | 2026-08-31T09:27:16.509Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 789 | 2026-08-31T09:27:16.519Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 790 | 2026-08-31T09:27:17.484Z | From https://github.com/oxidecomputer/propolis |
| 791 | 2026-08-31T09:27:17.484Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 792 | 2026-08-31T09:27:17.573Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 793 | 2026-08-31T09:27:18.140Z | From https://github.com/oxidecomputer/transceiver-control |
| 794 | 2026-08-31T09:27:18.141Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 795 | 2026-08-31T09:27:18.153Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 796 | 2026-08-31T09:27:18.456Z | From https://github.com/oxidecomputer/dlpi-sys |
| 797 | 2026-08-31T09:27:18.456Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 798 | 2026-08-31T09:27:18.461Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 799 | 2026-08-31T09:27:18.895Z | From https://github.com/jmesmon/rust-libzfs |
| 800 | 2026-08-31T09:27:18.895Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 801 | 2026-08-31T09:27:18.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 802 | 2026-08-31T09:27:19.208Z | From https://github.com/oxidecomputer/rusty-doors |
| 803 | 2026-08-31T09:27:19.208Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 804 | 2026-08-31T09:27:19.224Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 805 | 2026-08-31T09:27:19.708Z | From https://github.com/oxidecomputer/management-gateway-service |
| 806 | 2026-08-31T09:27:19.708Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 807 | 2026-08-31T09:27:19.722Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 808 | 2026-08-31T09:27:20.212Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 809 | 2026-08-31T09:27:20.212Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 810 | 2026-08-31T09:27:20.221Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 811 | 2026-08-31T09:27:21.086Z | From https://github.com/oxidecomputer/crucible |
| 812 | 2026-08-31T09:27:21.086Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 813 | 2026-08-31T09:27:21.184Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 814 | 2026-08-31T09:27:21.627Z | From https://github.com/oxidecomputer/propolis |
| 815 | 2026-08-31T09:27:21.627Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 816 | 2026-08-31T09:27:21.673Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 817 | 2026-08-31T09:27:22.218Z | From https://github.com/oxidecomputer/crucible |
| 818 | 2026-08-31T09:27:22.218Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 819 | 2026-08-31T09:27:22.283Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 820 | 2026-08-31T09:27:22.689Z | From https://github.com/oxidecomputer/tofino |
| 821 | 2026-08-31T09:27:22.689Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 822 | 2026-08-31T09:27:22.700Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 823 | 2026-08-31T09:27:23.907Z | From https://github.com/oxidecomputer/maghemite |
| 824 | 2026-08-31T09:27:23.907Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 825 | 2026-08-31T09:27:23.937Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 826 | 2026-08-31T09:27:24.448Z | From https://github.com/oxidecomputer/clickward |
| 827 | 2026-08-31T09:27:24.448Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 828 | 2026-08-31T09:27:24.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 829 | 2026-08-31T09:27:24.769Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 830 | 2026-08-31T09:27:24.769Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 831 | 2026-08-31T09:27:25.530Z | Downloading crates ... |
| 832 | 2026-08-31T09:27:25.582Z | Downloaded memoffset v0.9.1 |
| 833 | 2026-08-31T09:27:25.585Z | Downloaded mime v0.3.17 |
| 834 | 2026-08-31T09:27:25.585Z | Downloaded jiff-static v0.2.35 |
| 835 | 2026-08-31T09:27:25.591Z | Downloaded newline-converter v0.3.0 |
| 836 | 2026-08-31T09:27:25.596Z | Downloaded newtype_derive v0.1.6 |
| 837 | 2026-08-31T09:27:25.599Z | Downloaded num-iter v0.1.46 |
| 838 | 2026-08-31T09:27:25.599Z | Downloaded is-terminal v0.4.17 |
| 839 | 2026-08-31T09:27:25.599Z | Downloaded lru-cache v0.1.2 |
| 840 | 2026-08-31T09:27:25.599Z | Downloaded num_enum_derive v0.5.11 |
| 841 | 2026-08-31T09:27:25.599Z | Downloaded num-conv v0.2.2 |
| 842 | 2026-08-31T09:27:25.599Z | Downloaded num_threads v0.1.7 |
| 843 | 2026-08-31T09:27:25.602Z | Downloaded konst_macro_rules v0.2.19 |
| 844 | 2026-08-31T09:27:25.606Z | Downloaded natord v1.0.9 |
| 845 | 2026-08-31T09:27:25.606Z | Downloaded newtype-uuid-macros v0.1.1 |
| 846 | 2026-08-31T09:27:25.606Z | Downloaded aead v0.5.2 |
| 847 | 2026-08-31T09:27:25.606Z | Downloaded dropshot_endpoint v0.17.1 |
| 848 | 2026-08-31T09:27:25.610Z | Downloaded match_cfg v0.1.0 |
| 849 | 2026-08-31T09:27:25.610Z | Downloaded memmap v0.7.0 |
| 850 | 2026-08-31T09:27:25.610Z | Downloaded no-std-compat v0.4.1 |
| 851 | 2026-08-31T09:27:25.614Z | Downloaded num-derive v0.4.2 |
| 852 | 2026-08-31T09:27:25.614Z | Downloaded linked-hash-map v0.5.6 |
| 853 | 2026-08-31T09:27:25.614Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 854 | 2026-08-31T09:27:25.618Z | Downloaded dtrace-parser v0.2.0 |
| 855 | 2026-08-31T09:27:25.618Z | Downloaded enum-as-inner v0.6.1 |
| 856 | 2026-08-31T09:27:25.618Z | Downloaded macaddr v1.0.1 |
| 857 | 2026-08-31T09:27:25.626Z | Downloaded managed v0.8.0 |
| 858 | 2026-08-31T09:27:25.627Z | Downloaded num v0.4.3 |
| 859 | 2026-08-31T09:27:25.638Z | Downloaded embedded-io v0.6.1 |
| 860 | 2026-08-31T09:27:25.638Z | Downloaded fixedbitset v0.4.2 |
| 861 | 2026-08-31T09:27:25.638Z | Downloaded proc-macro-error-attr v1.0.4 |
| 862 | 2026-08-31T09:27:25.640Z | Downloaded libscf-sys v1.2.0 |
| 863 | 2026-08-31T09:27:25.640Z | Downloaded progenitor-client v0.14.0 |
| 864 | 2026-08-31T09:27:25.640Z | Downloaded ident_case v1.0.1 |
| 865 | 2026-08-31T09:27:25.640Z | Downloaded keccak v0.1.6 |
| 866 | 2026-08-31T09:27:25.640Z | Downloaded dtrace-parser v0.3.0 |
| 867 | 2026-08-31T09:27:25.647Z | Downloaded progenitor-macro v0.13.0 |
| 868 | 2026-08-31T09:27:25.647Z | Downloaded heck v0.4.1 |
| 869 | 2026-08-31T09:27:25.647Z | Downloaded phf_shared v0.12.1 |
| 870 | 2026-08-31T09:27:25.647Z | Downloaded erased-serde v0.3.31 |
| 871 | 2026-08-31T09:27:25.647Z | Downloaded olpc-cjson v0.1.4 |
| 872 | 2026-08-31T09:27:25.647Z | Downloaded foreign-types v0.5.0 |
| 873 | 2026-08-31T09:27:25.647Z | Downloaded dunce v1.0.5 |
| 874 | 2026-08-31T09:27:25.647Z | Downloaded plain v0.2.3 |
| 875 | 2026-08-31T09:27:25.647Z | Downloaded proc-macro-crate v3.5.0 |
| 876 | 2026-08-31T09:27:25.647Z | Downloaded progenitor-macro v0.10.0 |
| 877 | 2026-08-31T09:27:25.647Z | Downloaded dyn-clone v1.0.20 |
| 878 | 2026-08-31T09:27:25.650Z | Downloaded proc-macro-crate v1.3.1 |
| 879 | 2026-08-31T09:27:25.650Z | Downloaded foreign-types-shared v0.3.1 |
| 880 | 2026-08-31T09:27:25.657Z | Downloaded opaque-debug v0.3.1 |
| 881 | 2026-08-31T09:27:25.663Z | Downloaded parse-display v0.10.0 |
| 882 | 2026-08-31T09:27:25.663Z | Downloaded potential_utf v0.1.5 |
| 883 | 2026-08-31T09:27:25.664Z | Downloaded pretty-hex v0.4.2 |
| 884 | 2026-08-31T09:27:25.664Z | Downloaded unit-prefix v0.5.2 |
| 885 | 2026-08-31T09:27:25.669Z | Downloaded embedded-io v0.4.0 |
| 886 | 2026-08-31T09:27:25.672Z | Downloaded fxhash v0.2.1 |
| 887 | 2026-08-31T09:27:25.672Z | Downloaded num-integer v0.1.47 |
| 888 | 2026-08-31T09:27:25.672Z | Downloaded libsw-core v0.3.2 |
| 889 | 2026-08-31T09:27:25.672Z | Downloaded linear-map v1.2.0 |
| 890 | 2026-08-31T09:27:25.672Z | Downloaded num_enum v0.5.11 |
| 891 | 2026-08-31T09:27:25.675Z | Downloaded num_enum_derive v0.7.6 |
| 892 | 2026-08-31T09:27:25.676Z | Downloaded foreign-types-macros v0.2.4 |
| 893 | 2026-08-31T09:27:25.676Z | Downloaded ipnetwork v0.21.1 |
| 894 | 2026-08-31T09:27:25.680Z | Downloaded num_enum v0.7.6 |
| 895 | 2026-08-31T09:27:25.680Z | Downloaded omicron-workspace-hack v0.1.0 |
| 896 | 2026-08-31T09:27:25.683Z | Downloaded foldhash v0.2.0 |
| 897 | 2026-08-31T09:27:25.683Z | Downloaded gethostname v0.5.0 |
| 898 | 2026-08-31T09:27:25.683Z | Downloaded usdt v0.5.0 |
| 899 | 2026-08-31T09:27:25.683Z | Downloaded utf-8 v0.7.6 |
| 900 | 2026-08-31T09:27:25.683Z | Downloaded progenitor-macro v0.14.0 |
| 901 | 2026-08-31T09:27:25.683Z | Downloaded git-stub v1.0.0 |
| 902 | 2026-08-31T09:27:25.683Z | Downloaded inout v0.1.4 |
| 903 | 2026-08-31T09:27:25.686Z | Downloaded rand_chacha v0.3.1 |
| 904 | 2026-08-31T09:27:25.686Z | Downloaded async-stream-impl v0.3.6 |
| 905 | 2026-08-31T09:27:25.689Z | Downloaded glob v0.3.4 |
| 906 | 2026-08-31T09:27:25.689Z | Downloaded resolv-conf v0.7.6 |
| 907 | 2026-08-31T09:27:25.693Z | Downloaded find-msvc-tools v0.1.10 |
| 908 | 2026-08-31T09:27:25.693Z | Downloaded libsw v3.5.0 |
| 909 | 2026-08-31T09:27:25.696Z | Downloaded num-complex v0.4.6 |
| 910 | 2026-08-31T09:27:25.696Z | Downloaded fs-err v3.3.1 |
| 911 | 2026-08-31T09:27:25.696Z | Downloaded num-rational v0.4.2 |
| 912 | 2026-08-31T09:27:25.740Z | Downloaded ref-cast v1.0.26 |
| 913 | 2026-08-31T09:27:25.740Z | Downloaded owo-colors v4.3.0 |
| 914 | 2026-08-31T09:27:25.745Z | Downloaded oxide-tokio-rt v0.1.6 |
| 915 | 2026-08-31T09:27:25.745Z | Downloaded progenitor-client v0.13.0 |
| 916 | 2026-08-31T09:27:25.745Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-08-31T09:27:25.745Z | Downloaded pkg-config v0.3.33 |
| 918 | 2026-08-31T09:27:25.745Z | Downloaded progenitor-client v0.10.0 |
| 919 | 2026-08-31T09:27:25.745Z | Downloaded idna_adapter v1.2.2 |
| 920 | 2026-08-31T09:27:25.745Z | Downloaded hubpack v0.1.2 |
| 921 | 2026-08-31T09:27:25.745Z | Downloaded progenitor-extras v0.2.0 |
| 922 | 2026-08-31T09:27:25.745Z | Downloaded rand_xorshift v0.4.0 |
| 923 | 2026-08-31T09:27:25.745Z | Downloaded rustc_version v0.1.7 |
| 924 | 2026-08-31T09:27:25.745Z | Downloaded port-file v0.1.0 |
| 925 | 2026-08-31T09:27:25.745Z | Downloaded pest_generator v2.8.8 |
| 926 | 2026-08-31T09:27:25.745Z | Downloaded instant v0.1.13 |
| 927 | 2026-08-31T09:27:25.745Z | Downloaded password-hash v0.5.0 |
| 928 | 2026-08-31T09:27:25.745Z | Downloaded pem v3.0.6 |
| 929 | 2026-08-31T09:27:25.745Z | Downloaded phf v0.12.1 |
| 930 | 2026-08-31T09:27:25.745Z | Downloaded powerfmt v0.2.0 |
| 931 | 2026-08-31T09:27:25.745Z | Downloaded progenitor v0.10.0 |
| 932 | 2026-08-31T09:27:25.745Z | Downloaded oxnet v0.1.7 |
| 933 | 2026-08-31T09:27:25.745Z | Downloaded crucible-workspace-hack v0.1.0 |
| 934 | 2026-08-31T09:27:25.745Z | Downloaded defmt-parser v1.0.0 |
| 935 | 2026-08-31T09:27:25.745Z | Downloaded parse-display-derive v0.10.0 |
| 936 | 2026-08-31T09:27:25.746Z | Downloaded hostname v0.3.1 |
| 937 | 2026-08-31T09:27:25.746Z | Downloaded memmap2 v0.9.11 |
| 938 | 2026-08-31T09:27:25.746Z | Downloaded multer v3.1.0 |
| 939 | 2026-08-31T09:27:25.746Z | Downloaded progenitor v0.13.0 |
| 940 | 2026-08-31T09:27:25.746Z | Downloaded litemap v0.8.2 |
| 941 | 2026-08-31T09:27:25.746Z | Downloaded pest_derive v2.8.8 |
| 942 | 2026-08-31T09:27:25.746Z | Downloaded paste v1.0.15 |
| 943 | 2026-08-31T09:27:25.746Z | Downloaded ref-cast-impl v1.0.26 |
| 944 | 2026-08-31T09:27:25.746Z | Downloaded internet-checksum v0.2.1 |
| 945 | 2026-08-31T09:27:25.746Z | Downloaded sha1 v0.10.7 |
| 946 | 2026-08-31T09:27:25.746Z | Downloaded httpdate v1.0.3 |
| 947 | 2026-08-31T09:27:25.746Z | Downloaded hubpack_derive v0.1.1 |
| 948 | 2026-08-31T09:27:25.746Z | Downloaded vsss-rs v3.3.4 |
| 949 | 2026-08-31T09:27:25.746Z | Downloaded xz2 v0.1.7 |
| 950 | 2026-08-31T09:27:25.746Z | Downloaded ingot-macros v0.2.0 |
| 951 | 2026-08-31T09:27:25.746Z | Downloaded yoke-derive v0.8.2 |
| 952 | 2026-08-31T09:27:25.746Z | Downloaded float-ord v0.3.2 |
| 953 | 2026-08-31T09:27:25.752Z | Downloaded hash32 v0.3.1 |
| 954 | 2026-08-31T09:27:25.752Z | Downloaded highway v1.3.0 |
| 955 | 2026-08-31T09:27:25.753Z | Downloaded async-trait v0.1.92 |
| 956 | 2026-08-31T09:27:25.753Z | Downloaded bitflags v1.3.2 |
| 957 | 2026-08-31T09:27:25.753Z | Downloaded cobs v0.3.0 |
| 958 | 2026-08-31T09:27:25.758Z | Downloaded either v1.17.0 |
| 959 | 2026-08-31T09:27:25.759Z | Downloaded tagptr v0.2.0 |
| 960 | 2026-08-31T09:27:25.759Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 961 | 2026-08-31T09:27:25.759Z | Downloaded hostname v0.4.2 |
| 962 | 2026-08-31T09:27:25.759Z | Downloaded unarray v0.1.4 |
| 963 | 2026-08-31T09:27:25.759Z | Downloaded zerofrom v0.1.8 |
| 964 | 2026-08-31T09:27:25.759Z | Downloaded typify-macro v0.6.2 |
| 965 | 2026-08-31T09:27:25.759Z | Downloaded universal-hash v0.5.1 |
| 966 | 2026-08-31T09:27:25.759Z | Downloaded drift v0.2.0 |
| 967 | 2026-08-31T09:27:25.764Z | Downloaded parking_lot v0.11.2 |
| 968 | 2026-08-31T09:27:25.767Z | Downloaded parking_lot_core v0.8.6 |
| 969 | 2026-08-31T09:27:25.767Z | Downloaded fs_extra v1.3.0 |
| 970 | 2026-08-31T09:27:25.767Z | Downloaded poly1305 v0.8.0 |
| 971 | 2026-08-31T09:27:25.772Z | Downloaded proc-macro-error v1.0.4 |
| 972 | 2026-08-31T09:27:25.772Z | Downloaded postcard v1.1.3 |
| 973 | 2026-08-31T09:27:25.777Z | Downloaded quick-error v1.2.3 |
| 974 | 2026-08-31T09:27:25.777Z | Downloaded ff v0.13.1 |
| 975 | 2026-08-31T09:27:25.778Z | Downloaded git-stub-vcs v0.1.0 |
| 976 | 2026-08-31T09:27:25.778Z | Downloaded group v0.13.0 |
| 977 | 2026-08-31T09:27:25.778Z | Downloaded zone_cfg_derive v0.3.1 |
| 978 | 2026-08-31T09:27:25.778Z | Downloaded semver v0.1.20 |
| 979 | 2026-08-31T09:27:25.782Z | Downloaded log v0.4.33 |
| 980 | 2026-08-31T09:27:25.782Z | Downloaded serde_plain v1.0.2 |
| 981 | 2026-08-31T09:27:25.782Z | Downloaded sha1 v0.11.0 |
| 982 | 2026-08-31T09:27:25.782Z | Downloaded structmeta-derive v0.3.0 |
| 983 | 2026-08-31T09:27:25.788Z | Downloaded strum_macros v0.27.2 |
| 984 | 2026-08-31T09:27:25.793Z | Downloaded const-random v0.1.18 |
| 985 | 2026-08-31T09:27:25.793Z | Downloaded same-file v1.0.6 |
| 986 | 2026-08-31T09:27:25.796Z | Downloaded scroll_derive v0.12.1 |
| 987 | 2026-08-31T09:27:25.796Z | Downloaded serde_repr v0.1.21 |
| 988 | 2026-08-31T09:27:25.796Z | Downloaded serial_test_derive v4.0.1 |
| 989 | 2026-08-31T09:27:25.796Z | Downloaded take_mut v0.2.2 |
| 990 | 2026-08-31T09:27:25.796Z | Downloaded ingot-types v0.1.2 |
| 991 | 2026-08-31T09:27:25.796Z | Downloaded rustls-native-certs v0.8.4 |
| 992 | 2026-08-31T09:27:25.800Z | Downloaded ingot-types v0.2.0 |
| 993 | 2026-08-31T09:27:25.800Z | Downloaded smf v0.2.3 |
| 994 | 2026-08-31T09:27:25.800Z | Downloaded usdt-impl v0.5.0 |
| 995 | 2026-08-31T09:27:25.800Z | Downloaded slog-term v2.9.2 |
| 996 | 2026-08-31T09:27:25.804Z | Downloaded zerocopy-derive v0.7.35 |
| 997 | 2026-08-31T09:27:25.807Z | Downloaded cancel-safe-futures v0.1.5 |
| 998 | 2026-08-31T09:27:25.810Z | Downloaded ingot v0.1.1 |
| 999 | 2026-08-31T09:27:25.810Z | Downloaded cargo_toml v0.22.3 |
| 1000 | 2026-08-31T09:27:25.810Z | Downloaded thiserror-no-std v2.0.2 |
| 1001 | 2026-08-31T09:27:25.813Z | Downloaded tokio-dtrace v0.1.1 |
| 1002 | 2026-08-31T09:27:25.813Z | Downloaded waitgroup v0.1.2 |
| 1003 | 2026-08-31T09:27:25.813Z | Downloaded async-stream v0.3.6 |
| 1004 | 2026-08-31T09:27:25.818Z | Downloaded ciborium-io v0.2.2 |
| 1005 | 2026-08-31T09:27:25.821Z | Downloaded crypto-common v0.2.2 |
| 1006 | 2026-08-31T09:27:25.826Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1007 | 2026-08-31T09:27:25.829Z | Downloaded papergrid v0.11.0 |
| 1008 | 2026-08-31T09:27:25.829Z | Downloaded crossbeam-utils v0.8.22 |
| 1009 | 2026-08-31T09:27:25.832Z | Downloaded omicron-zone-package v0.12.3 |
| 1010 | 2026-08-31T09:27:25.833Z | Downloaded pest_meta v2.8.8 |
| 1011 | 2026-08-31T09:27:25.835Z | Downloaded progenitor-impl v0.10.0 |
| 1012 | 2026-08-31T09:27:25.836Z | Downloaded hmac v0.12.1 |
| 1013 | 2026-08-31T09:27:25.836Z | Downloaded base16ct v1.0.0 |
| 1014 | 2026-08-31T09:27:25.839Z | Downloaded console v0.16.4 |
| 1015 | 2026-08-31T09:27:25.839Z | Downloaded daft v0.1.8 |
| 1016 | 2026-08-31T09:27:25.839Z | Downloaded diff v0.1.13 |
| 1017 | 2026-08-31T09:27:25.842Z | Downloaded cpufeatures v0.3.0 |
| 1018 | 2026-08-31T09:27:25.842Z | Downloaded progenitor-impl v0.14.0 |
| 1019 | 2026-08-31T09:27:25.842Z | Downloaded papergrid v0.18.0 |
| 1020 | 2026-08-31T09:27:25.845Z | Downloaded dof v0.3.0 |
| 1021 | 2026-08-31T09:27:25.848Z | Downloaded strum v0.27.2 |
| 1022 | 2026-08-31T09:27:25.848Z | Downloaded thread-id v5.1.0 |
| 1023 | 2026-08-31T09:27:25.848Z | Downloaded critical-section v1.2.0 |
| 1024 | 2026-08-31T09:27:25.852Z | Downloaded rustversion v1.0.23 |
| 1025 | 2026-08-31T09:27:25.852Z | Downloaded usdt v0.6.0 |
| 1026 | 2026-08-31T09:27:25.852Z | Downloaded wait-timeout v0.2.1 |
| 1027 | 2026-08-31T09:27:25.852Z | Downloaded const_format_proc_macros v0.2.34 |
| 1028 | 2026-08-31T09:27:25.855Z | Downloaded konst v0.2.20 |
| 1029 | 2026-08-31T09:27:25.858Z | Downloaded serde_with_macros v3.22.0 |
| 1030 | 2026-08-31T09:27:25.858Z | Downloaded spin v0.9.9 |
| 1031 | 2026-08-31T09:27:25.858Z | Downloaded daft-derive v0.1.8 |
| 1032 | 2026-08-31T09:27:25.862Z | Downloaded digest v0.11.3 |
| 1033 | 2026-08-31T09:27:25.866Z | Downloaded scroll v0.12.0 |
| 1034 | 2026-08-31T09:27:25.866Z | Downloaded usdt-macro v0.6.0 |
| 1035 | 2026-08-31T09:27:25.866Z | Downloaded arrayref v0.3.9 |
| 1036 | 2026-08-31T09:27:25.866Z | Downloaded thread-id v4.2.2 |
| 1037 | 2026-08-31T09:27:25.866Z | Downloaded async-recursion v1.1.1 |
| 1038 | 2026-08-31T09:27:25.870Z | Downloaded convert_case v0.4.0 |
| 1039 | 2026-08-31T09:27:25.870Z | Downloaded scroll v0.13.0 |
| 1040 | 2026-08-31T09:27:25.870Z | Downloaded sigpipe v0.1.3 |
| 1041 | 2026-08-31T09:27:25.870Z | Downloaded tiny-keccak v2.0.2 |
| 1042 | 2026-08-31T09:27:25.874Z | Downloaded anyhow v1.0.104 |
| 1043 | 2026-08-31T09:27:25.874Z | Downloaded slog-envlogger v2.2.0 |
| 1044 | 2026-08-31T09:27:25.874Z | Downloaded slog-stdlog v4.1.1 |
| 1045 | 2026-08-31T09:27:25.879Z | Downloaded tinystr v0.8.3 |
| 1046 | 2026-08-31T09:27:25.879Z | Downloaded tokio-tungstenite v0.21.0 |
| 1047 | 2026-08-31T09:27:25.879Z | Downloaded defmt v0.3.100 |
| 1048 | 2026-08-31T09:27:25.885Z | Downloaded usdt-impl v0.6.0 |
| 1049 | 2026-08-31T09:27:25.885Z | Downloaded backoff v0.4.0 |
| 1050 | 2026-08-31T09:27:25.885Z | Downloaded byteorder v1.5.0 |
| 1051 | 2026-08-31T09:27:25.885Z | Downloaded cmake v0.1.58 |
| 1052 | 2026-08-31T09:27:25.885Z | Downloaded prettyplease v0.2.37 |
| 1053 | 2026-08-31T09:27:25.888Z | Downloaded siphasher v1.0.3 |
| 1054 | 2026-08-31T09:27:25.888Z | Downloaded tabwriter v1.4.1 |
| 1055 | 2026-08-31T09:27:25.888Z | Downloaded ucd-trie v0.1.7 |
| 1056 | 2026-08-31T09:27:25.889Z | Downloaded pretty_assertions v1.4.1 |
| 1057 | 2026-08-31T09:27:25.889Z | Downloaded tabled_derive v0.7.0 |
| 1058 | 2026-08-31T09:27:25.889Z | Downloaded usdt-attr-macro v0.5.0 |
| 1059 | 2026-08-31T09:27:25.889Z | Downloaded compression-core v0.4.32 |
| 1060 | 2026-08-31T09:27:25.892Z | Downloaded ingot v0.2.1 |
| 1061 | 2026-08-31T09:27:25.896Z | Downloaded serde_derive_internals v0.29.1 |
| 1062 | 2026-08-31T09:27:25.899Z | Downloaded derive_more v0.99.20 |
| 1063 | 2026-08-31T09:27:25.903Z | Downloaded displaydoc v0.2.7 |
| 1064 | 2026-08-31T09:27:25.903Z | Downloaded hybrid-array v0.4.14 |
| 1065 | 2026-08-31T09:27:25.904Z | Downloaded bs58 v0.5.1 |
| 1066 | 2026-08-31T09:27:25.907Z | Downloaded ingot-macros v0.1.1 |
| 1067 | 2026-08-31T09:27:25.907Z | Downloaded byte-wrapper v0.1.0 |
| 1068 | 2026-08-31T09:27:25.907Z | Downloaded spin v0.5.2 |
| 1069 | 2026-08-31T09:27:25.907Z | Downloaded termtree v0.5.1 |
| 1070 | 2026-08-31T09:27:25.907Z | Downloaded base16ct v0.2.0 |
| 1071 | 2026-08-31T09:27:25.914Z | Downloaded csv-core v0.1.13 |
| 1072 | 2026-08-31T09:27:25.914Z | Downloaded jiff-core v0.1.0 |
| 1073 | 2026-08-31T09:27:25.917Z | Downloaded darling_macro v0.21.3 |
| 1074 | 2026-08-31T09:27:25.917Z | Downloaded usdt-attr-macro v0.6.0 |
| 1075 | 2026-08-31T09:27:25.919Z | Downloaded structmeta v0.3.0 |
| 1076 | 2026-08-31T09:27:25.919Z | Downloaded slog-bunyan v2.5.0 |
| 1077 | 2026-08-31T09:27:25.919Z | Downloaded zerofrom-derive v0.1.7 |
| 1078 | 2026-08-31T09:27:25.919Z | Downloaded secrecy v0.10.3 |
| 1079 | 2026-08-31T09:27:25.919Z | Downloaded const-random-macro v0.1.16 |
| 1080 | 2026-08-31T09:27:25.922Z | Downloaded time-macros v0.2.32 |
| 1081 | 2026-08-31T09:27:25.923Z | Downloaded arc-swap v1.9.2 |
| 1082 | 2026-08-31T09:27:25.926Z | Downloaded ciborium v0.2.2 |
| 1083 | 2026-08-31T09:27:25.930Z | Downloaded serial_test v4.0.1 |
| 1084 | 2026-08-31T09:27:25.934Z | Downloaded untrusted v0.7.1 |
| 1085 | 2026-08-31T09:27:25.938Z | Downloaded progenitor-impl v0.13.0 |
| 1086 | 2026-08-31T09:27:25.941Z | Downloaded rustls-pemfile v2.2.0 |
| 1087 | 2026-08-31T09:27:25.944Z | Downloaded writeable v0.6.3 |
| 1088 | 2026-08-31T09:27:25.944Z | Downloaded whoami v1.6.1 |
| 1089 | 2026-08-31T09:27:25.947Z | Downloaded smartstring v1.0.1 |
| 1090 | 2026-08-31T09:27:25.947Z | Downloaded crunchy v0.2.4 |
| 1091 | 2026-08-31T09:27:25.947Z | Downloaded usdt-macro v0.5.0 |
| 1092 | 2026-08-31T09:27:25.947Z | Downloaded crc8 v0.1.1 |
| 1093 | 2026-08-31T09:27:25.947Z | Downloaded cstr-argument v0.1.2 |
| 1094 | 2026-08-31T09:27:25.951Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-08-31T09:27:25.951Z | Downloaded flate2 v1.1.9 |
| 1096 | 2026-08-31T09:27:25.954Z | Downloaded time-core v0.1.9 |
| 1097 | 2026-08-31T09:27:25.954Z | Downloaded elliptic-curve v0.13.8 |
| 1098 | 2026-08-31T09:27:25.954Z | Downloaded data-encoding v2.11.1 |
| 1099 | 2026-08-31T09:27:25.957Z | Downloaded minimal-lexical v0.2.1 |
| 1100 | 2026-08-31T09:27:25.957Z | Downloaded serde-big-array v0.5.1 |
| 1101 | 2026-08-31T09:27:25.962Z | Downloaded zone v0.3.1 |
| 1102 | 2026-08-31T09:27:25.962Z | Downloaded snafu-derive v0.8.9 |
| 1103 | 2026-08-31T09:27:25.962Z | Downloaded derive-ex v0.1.8 |
| 1104 | 2026-08-31T09:27:25.962Z | Downloaded rusty-fork v0.3.1 |
| 1105 | 2026-08-31T09:27:25.962Z | Downloaded smawk v0.3.3 |
| 1106 | 2026-08-31T09:27:25.965Z | Downloaded strum v0.26.3 |
| 1107 | 2026-08-31T09:27:25.965Z | Downloaded constant_time_eq v0.4.2 |
| 1108 | 2026-08-31T09:27:25.965Z | Downloaded stable_deref_trait v1.2.1 |
| 1109 | 2026-08-31T09:27:25.970Z | Downloaded schemars_derive v0.8.22 |
| 1110 | 2026-08-31T09:27:25.970Z | Downloaded ciborium-ll v0.2.2 |
| 1111 | 2026-08-31T09:27:25.973Z | Downloaded dof v0.4.0 |
| 1112 | 2026-08-31T09:27:25.973Z | Downloaded serde_tokenstream v0.2.3 |
| 1113 | 2026-08-31T09:27:25.973Z | Downloaded block-buffer v0.12.1 |
| 1114 | 2026-08-31T09:27:25.973Z | Downloaded testing_table v0.3.0 |
| 1115 | 2026-08-31T09:27:25.973Z | Downloaded thin-vec v0.2.19 |
| 1116 | 2026-08-31T09:27:25.982Z | Downloaded bit-vec v0.8.0 |
| 1117 | 2026-08-31T09:27:25.982Z | Downloaded cipher v0.4.4 |
| 1118 | 2026-08-31T09:27:25.982Z | Downloaded compression-codecs v0.4.38 |
| 1119 | 2026-08-31T09:27:25.985Z | Downloaded bit-set v0.8.0 |
| 1120 | 2026-08-31T09:27:25.985Z | Downloaded darling_macro v0.23.0 |
| 1121 | 2026-08-31T09:27:25.985Z | Downloaded itertools v0.12.1 |
| 1122 | 2026-08-31T09:27:25.985Z | Downloaded test-strategy v0.4.5 |
| 1123 | 2026-08-31T09:27:25.986Z | Downloaded toml v0.7.8 |
| 1124 | 2026-08-31T09:27:25.989Z | Downloaded arrayvec v0.7.8 |
| 1125 | 2026-08-31T09:27:25.989Z | Downloaded icu_provider v2.2.0 |
| 1126 | 2026-08-31T09:27:25.993Z | Downloaded walkdir v2.5.0 |
| 1127 | 2026-08-31T09:27:25.993Z | Downloaded rhai_codegen v3.2.0 |
| 1128 | 2026-08-31T09:27:25.996Z | Downloaded slog-scope v4.4.1 |
| 1129 | 2026-08-31T09:27:25.996Z | Downloaded crossbeam-deque v0.8.7 |
| 1130 | 2026-08-31T09:27:25.999Z | Downloaded slog-json v2.6.1 |
| 1131 | 2026-08-31T09:27:26.000Z | Downloaded typify-macro v0.4.3 |
| 1132 | 2026-08-31T09:27:26.000Z | Downloaded colored v3.1.1 |
| 1133 | 2026-08-31T09:27:26.004Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-08-31T09:27:26.007Z | Downloaded serde_tokenstream v0.3.0 |
| 1135 | 2026-08-31T09:27:26.010Z | Downloaded slog-dtrace v0.3.0 |
| 1136 | 2026-08-31T09:27:26.010Z | Downloaded zeroize_derive v1.5.0 |
| 1137 | 2026-08-31T09:27:26.010Z | Downloaded scroll_derive v0.13.1 |
| 1138 | 2026-08-31T09:27:26.011Z | Downloaded slog-async v2.8.0 |
| 1139 | 2026-08-31T09:27:26.014Z | Downloaded strum_macros v0.26.4 |
| 1140 | 2026-08-31T09:27:26.014Z | Downloaded synstructure v0.13.2 |
| 1141 | 2026-08-31T09:27:26.014Z | Downloaded chacha20 v0.10.1 |
| 1142 | 2026-08-31T09:27:26.018Z | Downloaded yansi v1.0.1 |
| 1143 | 2026-08-31T09:27:26.021Z | Downloaded cc v1.4.2 |
| 1144 | 2026-08-31T09:27:26.024Z | Downloaded half v2.7.1 |
| 1145 | 2026-08-31T09:27:26.027Z | Downloaded bcs v0.1.6 |
| 1146 | 2026-08-31T09:27:26.027Z | Downloaded nom v7.1.3 |
| 1147 | 2026-08-31T09:27:26.031Z | Downloaded icu_properties v2.2.0 |
| 1148 | 2026-08-31T09:27:26.034Z | Downloaded defmt v1.1.1 |
| 1149 | 2026-08-31T09:27:26.049Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-08-31T09:27:26.052Z | Downloaded similar v2.7.0 |
| 1151 | 2026-08-31T09:27:26.052Z | Downloaded hashbrown v0.12.3 |
| 1152 | 2026-08-31T09:27:26.052Z | Downloaded term v1.2.1 |
| 1153 | 2026-08-31T09:27:26.052Z | Downloaded backon v1.6.0 |
| 1154 | 2026-08-31T09:27:26.052Z | Downloaded argon2 v0.5.3 |
| 1155 | 2026-08-31T09:27:26.052Z | Downloaded slog v2.8.2 |
| 1156 | 2026-08-31T09:27:26.052Z | Downloaded chacha20 v0.9.1 |
| 1157 | 2026-08-31T09:27:26.052Z | Downloaded chacha20poly1305 v0.10.1 |
| 1158 | 2026-08-31T09:27:26.058Z | Downloaded yoke v0.8.3 |
| 1159 | 2026-08-31T09:27:26.058Z | Downloaded zerotrie v0.2.4 |
| 1160 | 2026-08-31T09:27:26.061Z | Downloaded unsafe-libyaml v0.2.11 |
| 1161 | 2026-08-31T09:27:26.061Z | Downloaded zerocopy-derive v0.8.56 |
| 1162 | 2026-08-31T09:27:26.065Z | Downloaded base64 v0.21.7 |
| 1163 | 2026-08-31T09:27:26.068Z | Downloaded bytecount v0.6.9 |
| 1164 | 2026-08-31T09:27:26.068Z | Downloaded defmt-macros v1.1.1 |
| 1165 | 2026-08-31T09:27:26.071Z | Downloaded const-oid v0.10.2 |
| 1166 | 2026-08-31T09:27:26.071Z | Downloaded crc32fast v1.5.0 |
| 1167 | 2026-08-31T09:27:26.071Z | Downloaded typify v0.4.3 |
| 1168 | 2026-08-31T09:27:26.074Z | Downloaded heapless v0.8.0 |
| 1169 | 2026-08-31T09:27:26.077Z | Downloaded indexmap v1.9.3 |
| 1170 | 2026-08-31T09:27:26.077Z | Downloaded pest v2.8.8 |
| 1171 | 2026-08-31T09:27:26.081Z | Downloaded blake2 v0.10.6 |
| 1172 | 2026-08-31T09:27:26.084Z | Downloaded icu_normalizer_data v2.2.0 |
| 1173 | 2026-08-31T09:27:26.084Z | Downloaded crossbeam-epoch v0.9.20 |
| 1174 | 2026-08-31T09:27:26.084Z | Downloaded deranged v0.5.8 |
| 1175 | 2026-08-31T09:27:26.087Z | Downloaded zerovec-derive v0.11.3 |
| 1176 | 2026-08-31T09:27:26.087Z | Downloaded expectorate v1.3.0 |
| 1177 | 2026-08-31T09:27:26.092Z | Downloaded libm v0.2.16 |
| 1178 | 2026-08-31T09:27:26.095Z | Downloaded indicatif v0.18.6 |
| 1179 | 2026-08-31T09:27:26.098Z | Downloaded nom v8.0.0 |
| 1180 | 2026-08-31T09:27:26.101Z | Downloaded icu_normalizer v2.2.0 |
| 1181 | 2026-08-31T09:27:26.105Z | Downloaded rayon-core v1.13.0 |
| 1182 | 2026-08-31T09:27:26.105Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1183 | 2026-08-31T09:27:26.108Z | Downloaded hickory-resolver v0.25.2 |
| 1184 | 2026-08-31T09:27:26.108Z | Downloaded hickory-resolver v0.24.4 |
| 1185 | 2026-08-31T09:27:26.112Z | Downloaded cookie v0.18.2 |
| 1186 | 2026-08-31T09:27:26.115Z | Downloaded itertools v0.15.0 |
| 1187 | 2026-08-31T09:27:26.119Z | Downloaded allocator-api2 v0.2.21 |
| 1188 | 2026-08-31T09:27:26.119Z | Downloaded const_format v0.2.36 |
| 1189 | 2026-08-31T09:27:26.122Z | Downloaded darling_core v0.21.3 |
| 1190 | 2026-08-31T09:27:26.126Z | Downloaded zerocopy v0.7.35 |
| 1191 | 2026-08-31T09:27:26.132Z | Downloaded schemars v1.2.2 |
| 1192 | 2026-08-31T09:27:26.141Z | Downloaded darling v0.23.0 |
| 1193 | 2026-08-31T09:27:26.144Z | Downloaded rustls-webpki v0.103.14 |
| 1194 | 2026-08-31T09:27:26.148Z | Downloaded icu_locale_core v2.2.0 |
| 1195 | 2026-08-31T09:27:26.152Z | Downloaded darling v0.21.3 |
| 1196 | 2026-08-31T09:27:26.155Z | Downloaded tough v0.22.0 |
| 1197 | 2026-08-31T09:27:26.160Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1198 | 2026-08-31T09:27:26.170Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1199 | 2026-08-31T09:27:26.173Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-08-31T09:27:26.173Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1201 | 2026-08-31T09:27:26.177Z | Downloaded indexmap v2.14.0 |
| 1202 | 2026-08-31T09:27:26.180Z | Downloaded icu_collections v2.2.0 |
| 1203 | 2026-08-31T09:27:26.186Z | Downloaded moka v0.12.16 |
| 1204 | 2026-08-31T09:27:26.189Z | Downloaded rand v0.8.7 |
| 1205 | 2026-08-31T09:27:26.193Z | Downloaded typify v0.6.2 |
| 1206 | 2026-08-31T09:27:26.201Z | Downloaded steno v0.4.1 |
| 1207 | 2026-08-31T09:27:26.205Z | Downloaded aws-lc-rs v1.18.0 |
| 1208 | 2026-08-31T09:27:26.211Z | Downloaded toml_edit v0.19.15 |
| 1209 | 2026-08-31T09:27:26.224Z | Downloaded crossbeam-channel v0.5.16 |
| 1210 | 2026-08-31T09:27:26.227Z | Downloaded async-compression v0.4.43 |
| 1211 | 2026-08-31T09:27:26.227Z | Downloaded schemars v0.8.22 |
| 1212 | 2026-08-31T09:27:26.233Z | Downloaded qorb v0.4.1 |
| 1213 | 2026-08-31T09:27:26.237Z | Downloaded darling_core v0.23.0 |
| 1214 | 2026-08-31T09:27:26.240Z | Downloaded crypto-bigint v0.5.5 |
| 1215 | 2026-08-31T09:27:26.244Z | Downloaded tabled v0.21.0 |
| 1216 | 2026-08-31T09:27:26.253Z | Downloaded similar v3.2.0 |
| 1217 | 2026-08-31T09:27:26.256Z | Downloaded serde_with v3.22.0 |
| 1218 | 2026-08-31T09:27:26.263Z | Downloaded syn v1.0.109 |
| 1219 | 2026-08-31T09:27:26.275Z | Downloaded hashbrown v0.16.1 |
| 1220 | 2026-08-31T09:27:26.279Z | Downloaded dropshot-api-manager v0.7.2 |
| 1221 | 2026-08-31T09:27:26.282Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-08-31T09:27:26.288Z | Downloaded time v0.3.55 |
| 1223 | 2026-08-31T09:27:26.297Z | Downloaded nix v0.31.3 |
| 1224 | 2026-08-31T09:27:26.305Z | Downloaded smoltcp v0.11.0 |
| 1225 | 2026-08-31T09:27:26.312Z | Downloaded reqwest v0.13.4 |
| 1226 | 2026-08-31T09:27:26.316Z | Downloaded openapiv3 v2.2.0 |
| 1227 | 2026-08-31T09:27:26.323Z | Downloaded zerovec v0.11.6 |
| 1228 | 2026-08-31T09:27:26.329Z | Downloaded h2 v0.4.15 |
| 1229 | 2026-08-31T09:27:26.332Z | Downloaded syn v3.0.3 |
| 1230 | 2026-08-31T09:27:26.341Z | Downloaded hkdf v0.12.4 |
| 1231 | 2026-08-31T09:27:26.345Z | Downloaded icu_properties_data v2.2.0 |
| 1232 | 2026-08-31T09:27:26.351Z | Downloaded hyper v1.11.0 |
| 1233 | 2026-08-31T09:27:26.354Z | Downloaded rayon v1.12.0 |
| 1234 | 2026-08-31T09:27:26.358Z | Downloaded goblin v0.8.2 |
| 1235 | 2026-08-31T09:27:26.361Z | Downloaded winnow v0.5.40 |
| 1236 | 2026-08-31T09:27:26.365Z | Downloaded proptest v1.11.0 |
| 1237 | 2026-08-31T09:27:26.375Z | Downloaded typify-impl v0.6.2 |
| 1238 | 2026-08-31T09:27:26.385Z | Downloaded typify-impl v0.4.3 |
| 1239 | 2026-08-31T09:27:26.394Z | Downloaded iddqd v0.4.6 |
| 1240 | 2026-08-31T09:27:26.400Z | Downloaded tabled v0.15.0 |
| 1241 | 2026-08-31T09:27:26.410Z | Downloaded quinn-proto v0.11.16 |
| 1242 | 2026-08-31T09:27:26.414Z | Downloaded blake3 v1.8.6 |
| 1243 | 2026-08-31T09:27:26.419Z | Downloaded jiff v0.2.35 |
| 1244 | 2026-08-31T09:27:26.432Z | Downloaded goblin v0.10.7 |
| 1245 | 2026-08-31T09:27:26.443Z | Downloaded petgraph v0.6.5 |
| 1246 | 2026-08-31T09:27:26.465Z | Downloaded lzma-sys v0.1.20 |
| 1247 | 2026-08-31T09:27:26.480Z | Downloaded regress v0.11.1 |
| 1248 | 2026-08-31T09:27:26.487Z | Downloaded dropshot v0.17.1 |
| 1249 | 2026-08-31T09:27:26.501Z | Downloaded regress v0.10.5 |
| 1250 | 2026-08-31T09:27:26.505Z | Downloaded chrono-tz v0.10.4 |
| 1251 | 2026-08-31T09:27:26.517Z | Downloaded sha3 v0.10.9 |
| 1252 | 2026-08-31T09:27:26.521Z | Downloaded csv v1.4.0 |
| 1253 | 2026-08-31T09:27:26.533Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-08-31T09:27:26.542Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-08-31T09:27:26.551Z | Downloaded sled v0.34.7 |
| 1256 | 2026-08-31T09:27:26.558Z | Downloaded rhai v1.26.0 |
| 1257 | 2026-08-31T09:27:26.592Z | Downloaded encoding_rs v0.8.35 |
| 1258 | 2026-08-31T09:27:26.985Z | Downloaded aws-lc-sys v0.44.0 |
| 1259 | 2026-08-31T09:27:27.943Z | Compiling proc-macro2 v1.0.107 |
| 1260 | 2026-08-31T09:27:27.943Z | Compiling quote v1.0.47 |
| 1261 | 2026-08-31T09:27:27.943Z | Compiling unicode-ident v1.0.24 |
| 1262 | 2026-08-31T09:27:27.948Z | Compiling serde_core v1.0.229 |
| 1263 | 2026-08-31T09:27:27.948Z | Compiling cfg-if v1.0.4 |
| 1264 | 2026-08-31T09:27:27.948Z | Compiling serde v1.0.229 |
| 1265 | 2026-08-31T09:27:27.948Z | Compiling libc v0.2.189 |
| 1266 | 2026-08-31T09:27:27.948Z | Compiling memchr v2.8.3 |
| 1267 | 2026-08-31T09:27:28.162Z | Compiling itoa v1.0.18 |
| 1268 | 2026-08-31T09:27:28.352Z | Compiling zmij v1.0.23 |
| 1269 | 2026-08-31T09:27:28.378Z | Compiling autocfg v1.5.1 |
| 1270 | 2026-08-31T09:27:28.418Z | Compiling libm v0.2.16 |
| 1271 | 2026-08-31T09:27:28.768Z | Compiling stable_deref_trait v1.2.1 |
| 1272 | 2026-08-31T09:27:28.777Z | Compiling litemap v0.8.2 |
| 1273 | 2026-08-31T09:27:28.804Z | Compiling writeable v0.6.3 |
| 1274 | 2026-08-31T09:27:28.853Z | Compiling icu_normalizer_data v2.2.0 |
| 1275 | 2026-08-31T09:27:28.927Z | Compiling utf8_iter v1.0.4 |
| 1276 | 2026-08-31T09:27:28.973Z | Compiling icu_properties_data v2.2.0 |
| 1277 | 2026-08-31T09:27:28.977Z | Compiling percent-encoding v2.3.2 |
| 1278 | 2026-08-31T09:27:29.001Z | Compiling version_check v0.9.5 |
| 1279 | 2026-08-31T09:27:29.165Z | Compiling iana-time-zone v0.1.65 |
| 1280 | 2026-08-31T09:27:29.176Z | Compiling form_urlencoded v1.2.2 |
| 1281 | 2026-08-31T09:27:29.267Z | Compiling syn v2.0.119 |
| 1282 | 2026-08-31T09:27:29.345Z | Compiling syn v3.0.3 |
| 1283 | 2026-08-31T09:27:29.356Z | Compiling equivalent v1.0.2 |
| 1284 | 2026-08-31T09:27:29.367Z | Compiling serde_json v1.0.151 |
| 1285 | 2026-08-31T09:27:29.378Z | Compiling allocator-api2 v0.2.21 |
| 1286 | 2026-08-31T09:27:29.391Z | Compiling dyn-clone v1.0.20 |
| 1287 | 2026-08-31T09:27:29.436Z | Compiling pin-project-lite v0.2.17 |
| 1288 | 2026-08-31T09:27:29.594Z | Compiling num-traits v0.2.19 |
| 1289 | 2026-08-31T09:27:29.606Z | Compiling parking_lot_core v0.9.12 |
| 1290 | 2026-08-31T09:27:29.680Z | Compiling scopeguard v1.2.0 |
| 1291 | 2026-08-31T09:27:29.757Z | Compiling thiserror v2.0.20 |
| 1292 | 2026-08-31T09:27:29.787Z | Compiling lock_api v0.4.14 |
| 1293 | 2026-08-31T09:27:29.890Z | Compiling hashbrown v0.17.1 |
| 1294 | 2026-08-31T09:27:30.025Z | Compiling errno v0.3.14 |
| 1295 | 2026-08-31T09:27:30.037Z | Compiling log v0.4.33 |
| 1296 | 2026-08-31T09:27:30.177Z | Compiling heck v0.5.0 |
| 1297 | 2026-08-31T09:27:30.227Z | Compiling semver v1.0.28 |
| 1298 | 2026-08-31T09:27:30.381Z | Compiling rand_core v0.10.1 |
| 1299 | 2026-08-31T09:27:30.449Z | Compiling indexmap v2.14.0 |
| 1300 | 2026-08-31T09:27:30.460Z | Compiling getrandom v0.4.3 |
| 1301 | 2026-08-31T09:27:30.544Z | Compiling futures-core v0.3.34 |
| 1302 | 2026-08-31T09:27:30.584Z | Compiling zerocopy v0.8.56 |
| 1303 | 2026-08-31T09:27:30.749Z | Compiling schemars v0.8.22 |
| 1304 | 2026-08-31T09:27:30.879Z | Compiling uuid v1.26.0 |
| 1305 | 2026-08-31T09:27:30.960Z | Compiling futures-sink v0.3.34 |
| 1306 | 2026-08-31T09:27:31.012Z | Compiling rustversion v1.0.23 |
| 1307 | 2026-08-31T09:27:31.065Z | Compiling fnv v1.0.7 |
| 1308 | 2026-08-31T09:27:31.111Z | Compiling slab v0.4.12 |
| 1309 | 2026-08-31T09:27:31.164Z | Compiling jobserver v0.1.35 |
| 1310 | 2026-08-31T09:27:31.290Z | Compiling find-msvc-tools v0.1.10 |
| 1311 | 2026-08-31T09:27:31.332Z | Compiling shlex v2.0.1 |
| 1312 | 2026-08-31T09:27:31.490Z | Compiling cc v1.4.2 |
| 1313 | 2026-08-31T09:27:31.493Z | Compiling futures-channel v0.3.34 |
| 1314 | 2026-08-31T09:27:31.520Z | Compiling bitflags v2.13.1 |
| 1315 | 2026-08-31T09:27:31.532Z | Compiling futures-io v0.3.34 |
| 1316 | 2026-08-31T09:27:31.692Z | Compiling futures-task v0.3.34 |
| 1317 | 2026-08-31T09:27:31.733Z | Compiling socket2 v0.6.5 |
| 1318 | 2026-08-31T09:27:31.772Z | Compiling pkg-config v0.3.33 |
| 1319 | 2026-08-31T09:27:31.869Z | Compiling portable-atomic v1.15.0 |
| 1320 | 2026-08-31T09:27:31.898Z | Compiling signal-hook-registry v1.4.8 |
| 1321 | 2026-08-31T09:27:31.976Z | Compiling mio v1.2.2 |
| 1322 | 2026-08-31T09:27:32.195Z | Compiling synstructure v0.13.2 |
| 1323 | 2026-08-31T09:27:32.209Z | Compiling serde_derive_internals v0.29.1 |
| 1324 | 2026-08-31T09:27:32.229Z | Compiling critical-section v1.2.0 |
| 1325 | 2026-08-31T09:27:32.342Z | Compiling cmake v0.1.58 |
| 1326 | 2026-08-31T09:27:32.494Z | Compiling typenum v1.20.1 |
| 1327 | 2026-08-31T09:27:32.673Z | Compiling fs_extra v1.3.0 |
| 1328 | 2026-08-31T09:27:32.684Z | Compiling dunce v1.0.5 |
| 1329 | 2026-08-31T09:27:32.704Z | Compiling serde_derive v1.0.229 |
| 1330 | 2026-08-31T09:27:32.777Z | Compiling displaydoc v0.2.7 |
| 1331 | 2026-08-31T09:27:32.792Z | Compiling thiserror-impl v2.0.20 |
| 1332 | 2026-08-31T09:27:32.894Z | Compiling tokio-macros v2.7.2 |
| 1333 | 2026-08-31T09:27:32.920Z | Compiling futures-macro v0.3.34 |
| 1334 | 2026-08-31T09:27:32.930Z | Compiling once_cell v1.21.4 |
| 1335 | 2026-08-31T09:27:33.153Z | Compiling aws-lc-sys v0.44.0 |
| 1336 | 2026-08-31T09:27:33.311Z | Compiling base64 v0.22.1 |
| 1337 | 2026-08-31T09:27:33.369Z | Compiling zerofrom-derive v0.1.7 |
| 1338 | 2026-08-31T09:27:33.543Z | Compiling yoke-derive v0.8.2 |
| 1339 | 2026-08-31T09:27:33.611Z | Compiling zerovec-derive v0.11.3 |
| 1340 | 2026-08-31T09:27:33.618Z | Compiling schemars_derive v0.8.22 |
| 1341 | 2026-08-31T09:27:33.727Z | Compiling zerocopy-derive v0.8.56 |
| 1342 | 2026-08-31T09:27:34.092Z | Compiling zeroize_derive v1.5.0 |
| 1343 | 2026-08-31T09:27:34.282Z | Compiling futures-util v0.3.34 |
| 1344 | 2026-08-31T09:27:34.646Z | Compiling zerofrom v0.1.8 |
| 1345 | 2026-08-31T09:27:34.650Z | Compiling getrandom v0.3.4 |
| 1346 | 2026-08-31T09:27:34.744Z | Compiling yoke v0.8.3 |
| 1347 | 2026-08-31T09:27:34.801Z | Compiling zeroize v1.9.0 |
| 1348 | 2026-08-31T09:27:34.839Z | Compiling rustix v1.1.4 |
| 1349 | 2026-08-31T09:27:34.930Z | Compiling zerovec v0.11.6 |
| 1350 | 2026-08-31T09:27:34.979Z | Compiling zerotrie v0.2.4 |
| 1351 | 2026-08-31T09:27:35.029Z | Compiling byteorder v1.5.0 |
| 1352 | 2026-08-31T09:27:35.185Z | Compiling strsim v0.11.1 |
| 1353 | 2026-08-31T09:27:35.301Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-31T09:27:35.434Z | Compiling tinystr v0.8.3 |
| 1355 | 2026-08-31T09:27:35.445Z | Compiling potential_utf v0.1.5 |
| 1356 | 2026-08-31T09:27:35.462Z | Compiling regex-syntax v0.8.11 |
| 1357 | 2026-08-31T09:27:35.563Z | Compiling icu_collections v2.2.0 |
| 1358 | 2026-08-31T09:27:35.601Z | Compiling icu_locale_core v2.2.0 |
| 1359 | 2026-08-31T09:27:35.634Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-08-31T09:27:35.763Z | Compiling bytes v1.12.1 |
| 1361 | 2026-08-31T09:27:35.815Z | Compiling smallvec v1.15.2 |
| 1362 | 2026-08-31T09:27:36.047Z | Compiling chrono v0.4.45 |
| 1363 | 2026-08-31T09:27:36.389Z | Compiling icu_provider v2.2.0 |
| 1364 | 2026-08-31T09:27:36.399Z | Compiling parking_lot v0.12.5 |
| 1365 | 2026-08-31T09:27:36.652Z | Compiling icu_properties v2.2.0 |
| 1366 | 2026-08-31T09:27:36.663Z | Compiling icu_normalizer v2.2.0 |
| 1367 | 2026-08-31T09:27:36.706Z | Compiling http v1.5.0 |
| 1368 | 2026-08-31T09:27:36.806Z | Compiling tokio v1.53.1 |
| 1369 | 2026-08-31T09:27:37.243Z | Compiling erased-serde v0.3.31 |
| 1370 | 2026-08-31T09:27:37.516Z | Compiling idna_adapter v1.2.2 |
| 1371 | 2026-08-31T09:27:37.672Z | Compiling idna v1.1.0 |
| 1372 | 2026-08-31T09:27:37.686Z | Compiling serde_tokenstream v0.2.3 |
| 1373 | 2026-08-31T09:27:37.727Z | Compiling http-body v1.1.0 |
| 1374 | 2026-08-31T09:27:37.840Z | Compiling httparse v1.10.1 |
| 1375 | 2026-08-31T09:27:37.884Z | Compiling ipnet v2.12.1 |
| 1376 | 2026-08-31T09:27:37.958Z | Compiling url v2.5.8 |
| 1377 | 2026-08-31T09:27:38.068Z | Compiling ppv-lite86 v0.2.21 |
| 1378 | 2026-08-31T09:27:38.163Z | Compiling thiserror v1.0.69 |
| 1379 | 2026-08-31T09:27:38.219Z | Compiling tower-layer v0.3.3 |
| 1380 | 2026-08-31T09:27:38.407Z | Compiling tower-service v0.3.3 |
| 1381 | 2026-08-31T09:27:38.415Z | Compiling ucd-trie v0.1.7 |
| 1382 | 2026-08-31T09:27:38.473Z | Compiling thiserror-impl v1.0.69 |
| 1383 | 2026-08-31T09:27:38.639Z | Compiling pest v2.8.8 |
| 1384 | 2026-08-31T09:27:38.671Z | Compiling getrandom v0.2.17 |
| 1385 | 2026-08-31T09:27:38.706Z | Compiling try-lock v0.2.5 |
| 1386 | 2026-08-31T09:27:38.813Z | Compiling untrusted v0.9.0 |
| 1387 | 2026-08-31T09:27:38.824Z | Compiling ryu v1.0.23 |
| 1388 | 2026-08-31T09:27:38.853Z | Compiling rand_core v0.6.4 |
| 1389 | 2026-08-31T09:27:38.933Z | Compiling want v0.3.1 |
| 1390 | 2026-08-31T09:27:39.007Z | Compiling httpdate v1.0.3 |
| 1391 | 2026-08-31T09:27:39.074Z | Compiling pretty-hex v0.4.2 |
| 1392 | 2026-08-31T09:27:39.099Z | Compiling plain v0.2.3 |
| 1393 | 2026-08-31T09:27:39.206Z | Compiling ipnetwork v0.21.1 |
| 1394 | 2026-08-31T09:27:39.222Z | Compiling foldhash v0.2.0 |
| 1395 | 2026-08-31T09:27:39.246Z | Compiling paste v1.0.15 |
| 1396 | 2026-08-31T09:27:39.448Z | Compiling oxnet v0.1.7 |
| 1397 | 2026-08-31T09:27:39.629Z | Compiling tracing-attributes v0.1.31 |
| 1398 | 2026-08-31T09:27:39.679Z | Compiling pest_meta v2.8.8 |
| 1399 | 2026-08-31T09:27:39.718Z | Compiling tracing-core v0.1.36 |
| 1400 | 2026-08-31T09:27:39.957Z | Compiling slog v2.8.2 |
| 1401 | 2026-08-31T09:27:39.965Z | Compiling winnow v1.0.4 |
| 1402 | 2026-08-31T09:27:40.029Z | Compiling omicron-workspace-hack v0.1.0 |
| 1403 | 2026-08-31T09:27:40.144Z | Compiling ident_case v1.0.1 |
| 1404 | 2026-08-31T09:27:40.255Z | Compiling pest_generator v2.8.8 |
| 1405 | 2026-08-31T09:27:40.323Z | Compiling serde_urlencoded v0.7.1 |
| 1406 | 2026-08-31T09:27:40.575Z | Compiling http-body-util v0.1.5 |
| 1407 | 2026-08-31T09:27:40.770Z | Compiling aho-corasick v1.1.5 |
| 1408 | 2026-08-31T09:27:40.825Z | Compiling tracing v0.1.44 |
| 1409 | 2026-08-31T09:27:40.986Z | Compiling pest_derive v2.8.8 |
| 1410 | 2026-08-31T09:27:41.065Z | Compiling sync_wrapper v1.0.2 |
| 1411 | 2026-08-31T09:27:41.174Z | Compiling daft-derive v0.1.8 |
| 1412 | 2026-08-31T09:27:41.219Z | Compiling fastrand v2.5.0 |
| 1413 | 2026-08-31T09:27:41.247Z | Compiling hashbrown v0.16.1 |
| 1414 | 2026-08-31T09:27:41.492Z | Compiling scroll_derive v0.13.1 |
| 1415 | 2026-08-31T09:27:41.832Z | Compiling regex-automata v0.4.18 |
| 1416 | 2026-08-31T09:27:41.909Z | Compiling time-core v0.1.9 |
| 1417 | 2026-08-31T09:27:42.100Z | Compiling anyhow v1.0.104 |
| 1418 | 2026-08-31T09:27:42.148Z | Compiling num-conv v0.2.2 |
| 1419 | 2026-08-31T09:27:42.190Z | Compiling tokio-util v0.7.19 |
| 1420 | 2026-08-31T09:27:42.303Z | Compiling time-macros v0.2.32 |
| 1421 | 2026-08-31T09:27:42.305Z | Compiling scroll v0.13.0 |
| 1422 | 2026-08-31T09:27:42.570Z | Compiling async-trait v0.1.92 |
| 1423 | 2026-08-31T09:27:42.654Z | Compiling num_threads v0.1.7 |
| 1424 | 2026-08-31T09:27:42.723Z | Compiling powerfmt v0.2.0 |
| 1425 | 2026-08-31T09:27:42.935Z | Compiling aws-lc-rs v1.18.0 |
| 1426 | 2026-08-31T09:27:42.950Z | Compiling deranged v0.5.8 |
| 1427 | 2026-08-31T09:27:43.438Z | Compiling goblin v0.10.7 |
| 1428 | 2026-08-31T09:27:43.466Z | Compiling rustls-pki-types v1.15.1 |
| 1429 | 2026-08-31T09:27:43.513Z | Compiling regex v1.13.1 |
| 1430 | 2026-08-31T09:27:43.625Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-08-31T09:27:43.817Z | Compiling hex v0.4.3 |
| 1432 | 2026-08-31T09:27:43.901Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-08-31T09:27:43.954Z | Compiling camino v1.2.5 |
| 1434 | 2026-08-31T09:27:43.968Z | Compiling usdt-impl v0.6.0 |
| 1435 | 2026-08-31T09:27:44.021Z | Compiling dtrace-parser v0.3.0 |
| 1436 | 2026-08-31T09:27:44.223Z | Compiling crc32fast v1.5.0 |
| 1437 | 2026-08-31T09:27:44.305Z | Compiling rustls v0.23.43 |
| 1438 | 2026-08-31T09:27:44.320Z | Compiling crossbeam-utils v0.8.22 |
| 1439 | 2026-08-31T09:27:44.603Z | Compiling h2 v0.4.15 |
| 1440 | 2026-08-31T09:27:44.681Z | Compiling futures-executor v0.3.34 |
| 1441 | 2026-08-31T09:27:44.712Z | Compiling thread-id v5.1.0 |
| 1442 | 2026-08-31T09:27:44.965Z | Compiling serde_tokenstream v0.3.0 |
| 1443 | 2026-08-31T09:27:45.139Z | Compiling structmeta-derive v0.3.0 |
| 1444 | 2026-08-31T09:27:45.245Z | Compiling thread_local v1.1.10 |
| 1445 | 2026-08-31T09:27:45.397Z | Compiling adler2 v2.0.1 |
| 1446 | 2026-08-31T09:27:45.409Z | Compiling simd-adler32 v0.3.10 |
| 1447 | 2026-08-31T09:27:45.520Z | Compiling cpufeatures v0.3.0 |
| 1448 | 2026-08-31T09:27:45.532Z | Compiling newtype-uuid-macros v0.1.1 |
| 1449 | 2026-08-31T09:27:45.594Z | Compiling miniz_oxide v0.8.9 |
| 1450 | 2026-08-31T09:27:45.611Z | Compiling futures v0.3.34 |
| 1451 | 2026-08-31T09:27:45.688Z | Compiling rand_core v0.9.5 |
| 1452 | 2026-08-31T09:27:45.908Z | Compiling darling_core v0.23.0 |
| 1453 | 2026-08-31T09:27:46.086Z | Compiling hybrid-array v0.4.14 |
| 1454 | 2026-08-31T09:27:46.183Z | Compiling structmeta v0.3.0 |
| 1455 | 2026-08-31T09:27:46.258Z | Compiling slog-async v2.8.0 |
| 1456 | 2026-08-31T09:27:46.322Z | Compiling dof v0.4.0 |
| 1457 | 2026-08-31T09:27:46.380Z | Compiling match_cfg v0.1.0 |
| 1458 | 2026-08-31T09:27:46.448Z | Compiling flate2 v1.1.9 |
| 1459 | 2026-08-31T09:27:46.539Z | Compiling newtype-uuid v1.4.0 |
| 1460 | 2026-08-31T09:27:46.585Z | Compiling term v1.2.1 |
| 1461 | 2026-08-31T09:27:46.864Z | Compiling hyper v1.11.0 |
| 1462 | 2026-08-31T09:27:46.890Z | Compiling take_mut v0.2.2 |
| 1463 | 2026-08-31T09:27:47.001Z | Compiling compression-core v0.4.32 |
| 1464 | 2026-08-31T09:27:47.277Z | Compiling quick-error v1.2.3 |
| 1465 | 2026-08-31T09:27:47.388Z | Compiling ref-cast v1.0.26 |
| 1466 | 2026-08-31T09:27:47.663Z | Compiling compression-codecs v0.4.38 |
| 1467 | 2026-08-31T09:27:47.730Z | Compiling daft v0.1.8 |
| 1468 | 2026-08-31T09:27:47.741Z | Compiling crypto-common v0.2.2 |
| 1469 | 2026-08-31T09:27:47.875Z | Compiling block-buffer v0.12.1 |
| 1470 | 2026-08-31T09:27:47.923Z | Compiling rand_chacha v0.9.0 |
| 1471 | 2026-08-31T09:27:47.962Z | Compiling hyper-util v0.1.20 |
| 1472 | 2026-08-31T09:27:47.996Z | Compiling darling_macro v0.23.0 |
| 1473 | 2026-08-31T09:27:48.029Z | Compiling strum_macros v0.26.4 |
| 1474 | 2026-08-31T09:27:48.358Z | Compiling ref-cast-impl v1.0.26 |
| 1475 | 2026-08-31T09:27:48.500Z | Compiling usdt-macro v0.6.0 |
| 1476 | 2026-08-31T09:27:48.590Z | Compiling usdt-attr-macro v0.6.0 |
| 1477 | 2026-08-31T09:27:48.629Z | Compiling darling v0.23.0 |
| 1478 | 2026-08-31T09:27:48.688Z | Compiling serde_spanned v1.1.1 |
| 1479 | 2026-08-31T09:27:48.707Z | Compiling multer v3.1.0 |
| 1480 | 2026-08-31T09:27:48.835Z | Compiling debug-ignore v1.0.5 |
| 1481 | 2026-08-31T09:27:48.929Z | Compiling bit-vec v0.8.0 |
| 1482 | 2026-08-31T09:27:48.941Z | Compiling const-oid v0.10.2 |
| 1483 | 2026-08-31T09:27:48.951Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1484 | 2026-08-31T09:27:49.148Z | Compiling bit-set v0.8.0 |
| 1485 | 2026-08-31T09:27:49.159Z | Compiling digest v0.11.3 |
| 1486 | 2026-08-31T09:27:49.302Z | Compiling serde_with_macros v3.22.0 |
| 1487 | 2026-08-31T09:27:49.313Z | Compiling rand v0.9.5 |
| 1488 | 2026-08-31T09:27:49.334Z | Compiling async-stream-impl v0.3.6 |
| 1489 | 2026-08-31T09:27:49.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1490 | 2026-08-31T09:27:49.725Z | Compiling dropshot v0.17.1 |
| 1491 | 2026-08-31T09:27:49.730Z | Compiling strum v0.26.3 |
| 1492 | 2026-08-31T09:27:49.805Z | Compiling encoding_rs v0.8.35 |
| 1493 | 2026-08-31T09:27:49.875Z | Compiling spin v0.9.9 |
| 1494 | 2026-08-31T09:27:49.883Z | Compiling unarray v0.1.4 |
| 1495 | 2026-08-31T09:27:49.945Z | Compiling mime v0.3.17 |
| 1496 | 2026-08-31T09:27:49.986Z | Compiling sha1 v0.11.0 |
| 1497 | 2026-08-31T09:27:50.014Z | Compiling derive-ex v0.1.8 |
| 1498 | 2026-08-31T09:27:50.052Z | Compiling async-stream v0.3.6 |
| 1499 | 2026-08-31T09:27:50.106Z | Compiling tower v0.5.3 |
| 1500 | 2026-08-31T09:27:50.232Z | Compiling dropshot_endpoint v0.17.1 |
| 1501 | 2026-08-31T09:27:50.253Z | Compiling macaddr v1.0.1 |
| 1502 | 2026-08-31T09:27:50.253Z | Compiling waitgroup v0.1.2 |
| 1503 | 2026-08-31T09:27:50.383Z | Compiling serde_path_to_error v0.1.20 |
| 1504 | 2026-08-31T09:27:50.742Z | Compiling tower-http v0.6.11 |
| 1505 | 2026-08-31T09:27:50.828Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1506 | 2026-08-31T09:27:50.979Z | Compiling time v0.3.55 |
| 1507 | 2026-08-31T09:27:51.149Z | Compiling tempfile v3.27.0 |
| 1508 | 2026-08-31T09:27:51.450Z | Compiling openapiv3 v2.2.0 |
| 1509 | 2026-08-31T09:27:51.566Z | Compiling strum_macros v0.27.2 |
| 1510 | 2026-08-31T09:27:51.670Z | Compiling test-strategy v0.4.5 |
| 1511 | 2026-08-31T09:27:51.869Z | Compiling instant v0.1.13 |
| 1512 | 2026-08-31T09:27:51.981Z | Compiling syn v1.0.109 |
| 1513 | 2026-08-31T09:27:52.472Z | Compiling crossbeam-channel v0.5.16 |
| 1514 | 2026-08-31T09:27:52.890Z | Compiling rustls-native-certs v0.8.4 |
| 1515 | 2026-08-31T09:27:53.226Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1516 | 2026-08-31T09:27:53.341Z | Compiling strum v0.27.2 |
| 1517 | 2026-08-31T09:27:53.471Z | Compiling either v1.17.0 |
| 1518 | 2026-08-31T09:27:53.839Z | Compiling parse-display-derive v0.10.0 |
| 1519 | 2026-08-31T09:27:54.151Z | Compiling backon v1.6.0 |
| 1520 | 2026-08-31T09:27:54.379Z | Compiling rand_chacha v0.3.1 |
| 1521 | 2026-08-31T09:27:54.671Z | Compiling generic-array v0.14.7 |
| 1522 | 2026-08-31T09:27:54.676Z | Compiling is-terminal v0.4.17 |
| 1523 | 2026-08-31T09:27:54.711Z | Compiling memmap2 v0.9.11 |
| 1524 | 2026-08-31T09:27:54.778Z | Compiling slog-term v2.9.2 |
| 1525 | 2026-08-31T09:27:54.841Z | Compiling rand v0.8.7 |
| 1526 | 2026-08-31T09:27:54.936Z | Compiling usdt v0.6.0 |
| 1527 | 2026-08-31T09:27:54.947Z | Compiling slog-json v2.6.1 |
| 1528 | 2026-08-31T09:27:55.150Z | Compiling hostname v0.3.1 |
| 1529 | 2026-08-31T09:27:55.184Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1530 | 2026-08-31T09:27:55.297Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1531 | 2026-08-31T09:27:55.476Z | Compiling wait-timeout v0.2.1 |
| 1532 | 2026-08-31T09:27:55.502Z | Compiling slog-bunyan v2.5.0 |
| 1533 | 2026-08-31T09:27:55.619Z | Compiling rusty-fork v0.3.1 |
| 1534 | 2026-08-31T09:27:55.636Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1535 | 2026-08-31T09:27:55.701Z | Compiling serde_with v3.22.0 |
| 1536 | 2026-08-31T09:27:55.780Z | Compiling async-compression v0.4.43 |
| 1537 | 2026-08-31T09:27:55.894Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-08-31T09:27:55.981Z | Compiling rustls-pemfile v2.2.0 |
| 1539 | 2026-08-31T09:27:56.027Z | Compiling regress v0.10.5 |
| 1540 | 2026-08-31T09:27:56.042Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1541 | 2026-08-31T09:27:56.097Z | Compiling hostname v0.4.2 |
| 1542 | 2026-08-31T09:27:56.178Z | Compiling humantime v2.4.0 |
| 1543 | 2026-08-31T09:27:56.240Z | Compiling proptest v1.11.0 |
| 1544 | 2026-08-31T09:27:56.460Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1545 | 2026-08-31T09:27:56.500Z | Compiling iddqd v0.4.6 |
| 1546 | 2026-08-31T09:27:56.512Z | Compiling crypto-common v0.1.7 |
| 1547 | 2026-08-31T09:27:56.592Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1548 | 2026-08-31T09:27:56.832Z | Compiling reqwest v0.12.28 |
| 1549 | 2026-08-31T09:27:57.166Z | Compiling parse-display v0.10.0 |
| 1550 | 2026-08-31T09:27:57.356Z | Compiling backoff v0.4.0 |
| 1551 | 2026-08-31T09:27:57.489Z | Compiling itertools v0.14.0 |
| 1552 | 2026-08-31T09:27:57.564Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1553 | 2026-08-31T09:27:57.801Z | Compiling progenitor-client v0.10.0 |
| 1554 | 2026-08-31T09:27:58.234Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1555 | 2026-08-31T09:27:58.541Z | Compiling utf8parse v0.2.2 |
| 1556 | 2026-08-31T09:27:58.654Z | Compiling anstyle-parse v1.0.0 |
| 1557 | 2026-08-31T09:27:58.845Z | Compiling anstyle v1.0.14 |
| 1558 | 2026-08-31T09:27:59.071Z | Compiling anstyle-query v1.1.5 |
| 1559 | 2026-08-31T09:27:59.084Z | Compiling is_terminal_polyfill v1.70.2 |
| 1560 | 2026-08-31T09:27:59.179Z | Compiling colorchoice v1.0.5 |
| 1561 | 2026-08-31T09:27:59.183Z | Compiling clap_lex v1.1.0 |
| 1562 | 2026-08-31T09:27:59.295Z | Compiling anstream v1.0.0 |
| 1563 | 2026-08-31T09:27:59.439Z | Compiling block-buffer v0.10.4 |
| 1564 | 2026-08-31T09:27:59.518Z | Compiling clap_derive v4.6.4 |
| 1565 | 2026-08-31T09:27:59.664Z | Compiling digest v0.10.7 |
| 1566 | 2026-08-31T09:27:59.811Z | Compiling terminal_size v0.4.4 |
| 1567 | 2026-08-31T09:28:00.159Z | Compiling clap_builder v4.6.6 |
| 1568 | 2026-08-31T09:28:00.258Z | Compiling regress v0.11.1 |
| 1569 | 2026-08-31T09:28:00.578Z | Compiling unicode-width v0.2.2 |
| 1570 | 2026-08-31T09:28:01.695Z | Compiling clap v4.6.6 |
| 1571 | 2026-08-31T09:28:01.774Z | Compiling typify-impl v0.6.2 |
| 1572 | 2026-08-31T09:28:02.107Z | Compiling toml_datetime v0.6.11 |
| 1573 | 2026-08-31T09:28:02.531Z | Compiling zerocopy-derive v0.7.35 |
| 1574 | 2026-08-31T09:28:03.281Z | Compiling convert_case v0.4.0 |
| 1575 | 2026-08-31T09:28:03.386Z | Compiling cpufeatures v0.2.17 |
| 1576 | 2026-08-31T09:28:03.458Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-08-31T09:28:03.581Z | Compiling derive_more v0.99.20 |
| 1578 | 2026-08-31T09:28:04.187Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1579 | 2026-08-31T09:28:04.895Z | Compiling proc-macro-crate v3.5.0 |
| 1580 | 2026-08-31T09:28:05.146Z | Compiling secrecy v0.10.3 |
| 1581 | 2026-08-31T09:28:05.158Z | Compiling crucible-workspace-hack v0.1.0 |
| 1582 | 2026-08-31T09:28:05.304Z | Compiling tinyvec_macros v0.1.1 |
| 1583 | 2026-08-31T09:28:05.319Z | Compiling float-ord v0.3.2 |
| 1584 | 2026-08-31T09:28:05.396Z | Compiling tinyvec v1.12.0 |
| 1585 | 2026-08-31T09:28:05.427Z | Compiling num_enum_derive v0.7.6 |
| 1586 | 2026-08-31T09:28:06.145Z | Compiling dtrace-parser v0.2.0 |
| 1587 | 2026-08-31T09:28:06.191Z | Compiling scroll_derive v0.12.1 |
| 1588 | 2026-08-31T09:28:06.465Z | Compiling num-integer v0.1.47 |
| 1589 | 2026-08-31T09:28:06.792Z | Compiling rustc_version v0.4.1 |
| 1590 | 2026-08-31T09:28:06.891Z | Compiling usdt-impl v0.5.0 |
| 1591 | 2026-08-31T09:28:06.894Z | Compiling crossbeam-epoch v0.9.20 |
| 1592 | 2026-08-31T09:28:07.021Z | Compiling scroll v0.12.0 |
| 1593 | 2026-08-31T09:28:07.070Z | Compiling curve25519-dalek v4.1.3 |
| 1594 | 2026-08-31T09:28:07.180Z | Compiling num_enum v0.7.6 |
| 1595 | 2026-08-31T09:28:07.361Z | Compiling dof v0.3.0 |
| 1596 | 2026-08-31T09:28:07.707Z | Compiling hmac v0.12.1 |
| 1597 | 2026-08-31T09:28:07.720Z | Compiling inout v0.1.4 |
| 1598 | 2026-08-31T09:28:07.736Z | Compiling darling_core v0.21.3 |
| 1599 | 2026-08-31T09:28:07.779Z | Compiling ff v0.13.1 |
| 1600 | 2026-08-31T09:28:07.844Z | Compiling thread-id v4.2.2 |
| 1601 | 2026-08-31T09:28:07.876Z | Compiling static_assertions v1.1.0 |
| 1602 | 2026-08-31T09:28:07.889Z | Compiling group v0.13.0 |
| 1603 | 2026-08-31T09:28:07.920Z | Compiling cipher v0.4.4 |
| 1604 | 2026-08-31T09:28:07.941Z | Compiling hkdf v0.12.4 |
| 1605 | 2026-08-31T09:28:08.117Z | Compiling typify-macro v0.6.2 |
| 1606 | 2026-08-31T09:28:08.440Z | Compiling goblin v0.8.2 |
| 1607 | 2026-08-31T09:28:08.601Z | Compiling num-iter v0.1.46 |
| 1608 | 2026-08-31T09:28:08.613Z | Compiling num-rational v0.4.2 |
| 1609 | 2026-08-31T09:28:08.868Z | Compiling universal-hash v0.5.1 |
| 1610 | 2026-08-31T09:28:08.880Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1611 | 2026-08-31T09:28:08.994Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-08-31T09:28:09.243Z | Compiling crypto-bigint v0.5.5 |
| 1613 | 2026-08-31T09:28:09.516Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1614 | 2026-08-31T09:28:09.827Z | Compiling darling_macro v0.21.3 |
| 1615 | 2026-08-31T09:28:10.066Z | Compiling half v2.7.1 |
| 1616 | 2026-08-31T09:28:10.282Z | Compiling typify v0.6.2 |
| 1617 | 2026-08-31T09:28:10.314Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1618 | 2026-08-31T09:28:10.364Z | Compiling num-complex v0.4.6 |
| 1619 | 2026-08-31T09:28:10.572Z | Compiling memoffset v0.9.1 |
| 1620 | 2026-08-31T09:28:10.622Z | Compiling ciborium-io v0.2.2 |
| 1621 | 2026-08-31T09:28:10.649Z | Compiling opaque-debug v0.3.1 |
| 1622 | 2026-08-31T09:28:10.714Z | Compiling base16ct v0.2.0 |
| 1623 | 2026-08-31T09:28:10.714Z | Compiling unsafe-libyaml v0.2.11 |
| 1624 | 2026-08-31T09:28:10.751Z | Compiling base64ct v1.8.3 |
| 1625 | 2026-08-31T09:28:10.835Z | Compiling cfg_aliases v0.2.2 |
| 1626 | 2026-08-31T09:28:10.879Z | Compiling nix v0.31.3 |
| 1627 | 2026-08-31T09:28:10.884Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-08-31T09:28:11.047Z | Compiling password-hash v0.5.0 |
| 1629 | 2026-08-31T09:28:11.247Z | Compiling serde_yaml v0.9.34+deprecated |
| 1630 | 2026-08-31T09:28:11.259Z | Compiling poly1305 v0.8.0 |
| 1631 | 2026-08-31T09:28:11.401Z | Compiling num v0.4.3 |
| 1632 | 2026-08-31T09:28:11.475Z | Compiling ciborium-ll v0.2.2 |
| 1633 | 2026-08-31T09:28:11.932Z | Compiling darling v0.21.3 |
| 1634 | 2026-08-31T09:28:12.123Z | Compiling thiserror-no-std v2.0.2 |
| 1635 | 2026-08-31T09:28:12.215Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-08-31T09:28:12.459Z | Compiling chacha20 v0.9.1 |
| 1637 | 2026-08-31T09:28:12.482Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1638 | 2026-08-31T09:28:12.674Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1639 | 2026-08-31T09:28:13.171Z | Compiling blake2 v0.10.6 |
| 1640 | 2026-08-31T09:28:13.219Z | Compiling aead v0.5.2 |
| 1641 | 2026-08-31T09:28:13.284Z | Compiling byte-wrapper v0.1.0 |
| 1642 | 2026-08-31T09:28:13.381Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1643 | 2026-08-31T09:28:13.624Z | Compiling proc-macro-error-attr v1.0.4 |
| 1644 | 2026-08-31T09:28:13.728Z | Compiling rustix v0.38.44 |
| 1645 | 2026-08-31T09:28:13.841Z | Compiling heapless v0.8.0 |
| 1646 | 2026-08-31T09:28:13.853Z | Compiling keccak v0.1.6 |
| 1647 | 2026-08-31T09:28:14.078Z | Compiling prettyplease v0.2.37 |
| 1648 | 2026-08-31T09:28:14.167Z | Compiling sha3 v0.10.9 |
| 1649 | 2026-08-31T09:28:14.469Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1650 | 2026-08-31T09:28:14.751Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1651 | 2026-08-31T09:28:15.137Z | Compiling argon2 v0.5.3 |
| 1652 | 2026-08-31T09:28:15.158Z | Compiling chacha20poly1305 v0.10.1 |
| 1653 | 2026-08-31T09:28:15.417Z | Compiling vsss-rs v3.3.4 |
| 1654 | 2026-08-31T09:28:15.509Z | Compiling ingot-macros v0.1.1 |
| 1655 | 2026-08-31T09:28:15.655Z | Compiling ciborium v0.2.2 |
| 1656 | 2026-08-31T09:28:16.148Z | Compiling usdt-macro v0.5.0 |
| 1657 | 2026-08-31T09:28:16.209Z | Compiling usdt-attr-macro v0.5.0 |
| 1658 | 2026-08-31T09:28:17.031Z | Compiling serde_spanned v0.6.9 |
| 1659 | 2026-08-31T09:28:17.108Z | Compiling hash32 v0.3.1 |
| 1660 | 2026-08-31T09:28:17.170Z | Compiling enum-as-inner v0.6.1 |
| 1661 | 2026-08-31T09:28:17.256Z | Compiling num-derive v0.4.2 |
| 1662 | 2026-08-31T09:28:17.391Z | Compiling proc-macro-error v1.0.4 |
| 1663 | 2026-08-31T09:28:17.618Z | Compiling memmap v0.7.0 |
| 1664 | 2026-08-31T09:28:17.738Z | Compiling data-encoding v2.11.1 |
| 1665 | 2026-08-31T09:28:17.781Z | Compiling winnow v0.7.15 |
| 1666 | 2026-08-31T09:28:17.806Z | Compiling toml_write v0.1.2 |
| 1667 | 2026-08-31T09:28:17.809Z | Compiling smoltcp v0.11.0 |
| 1668 | 2026-08-31T09:28:18.003Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1669 | 2026-08-31T09:28:18.114Z | Compiling indent_write v2.2.0 |
| 1670 | 2026-08-31T09:28:18.141Z | Compiling winnow v0.5.40 |
| 1671 | 2026-08-31T09:28:18.203Z | Compiling usdt v0.5.0 |
| 1672 | 2026-08-31T09:28:18.236Z | Compiling ingot-types v0.1.2 |
| 1673 | 2026-08-31T09:28:18.352Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1674 | 2026-08-31T09:28:18.464Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1675 | 2026-08-31T09:28:18.570Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1676 | 2026-08-31T09:28:18.960Z | Compiling tabwriter v1.4.1 |
| 1677 | 2026-08-31T09:28:19.076Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-08-31T09:28:19.205Z | Compiling cobs v0.3.0 |
| 1679 | 2026-08-31T09:28:19.254Z | Compiling serde_repr v0.1.21 |
| 1680 | 2026-08-31T09:28:19.405Z | Compiling toml_edit v0.19.15 |
| 1681 | 2026-08-31T09:28:19.505Z | Compiling bitflags v1.3.2 |
| 1682 | 2026-08-31T09:28:19.581Z | Compiling crossbeam-deque v0.8.7 |
| 1683 | 2026-08-31T09:28:19.729Z | Compiling managed v0.8.0 |
| 1684 | 2026-08-31T09:28:19.873Z | Compiling vcpkg v0.2.15 |
| 1685 | 2026-08-31T09:28:19.903Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1686 | 2026-08-31T09:28:19.960Z | Compiling bytecount v0.6.9 |
| 1687 | 2026-08-31T09:28:20.146Z | Compiling postcard v1.1.3 |
| 1688 | 2026-08-31T09:28:20.415Z | Compiling openssl-sys v0.9.117 |
| 1689 | 2026-08-31T09:28:20.565Z | Compiling toml v0.8.23 |
| 1690 | 2026-08-31T09:28:21.261Z | Compiling proc-macro-crate v1.3.1 |
| 1691 | 2026-08-31T09:28:21.513Z | Compiling ingot v0.1.1 |
| 1692 | 2026-08-31T09:28:21.608Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1693 | 2026-08-31T09:28:21.917Z | Compiling foreign-types-macros v0.2.4 |
| 1694 | 2026-08-31T09:28:22.015Z | Compiling rustls-webpki v0.103.14 |
| 1695 | 2026-08-31T09:28:22.394Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1696 | 2026-08-31T09:28:22.424Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1697 | 2026-08-31T09:28:22.553Z | Compiling heck v0.4.1 |
| 1698 | 2026-08-31T09:28:22.656Z | Compiling foreign-types-shared v0.3.1 |
| 1699 | 2026-08-31T09:28:22.714Z | Compiling rayon-core v1.13.0 |
| 1700 | 2026-08-31T09:28:22.748Z | Compiling unicode-segmentation v1.13.3 |
| 1701 | 2026-08-31T09:28:22.752Z | Compiling swrite v0.1.0 |
| 1702 | 2026-08-31T09:28:22.929Z | Compiling colored v3.1.1 |
| 1703 | 2026-08-31T09:28:23.056Z | Compiling semver v0.1.20 |
| 1704 | 2026-08-31T09:28:23.134Z | Compiling linked-hash-map v0.5.6 |
| 1705 | 2026-08-31T09:28:23.171Z | Compiling resolv-conf v0.7.6 |
| 1706 | 2026-08-31T09:28:23.319Z | Compiling lru-cache v0.1.2 |
| 1707 | 2026-08-31T09:28:23.322Z | Compiling rustc_version v0.1.7 |
| 1708 | 2026-08-31T09:28:23.322Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1709 | 2026-08-31T09:28:23.351Z | Compiling newline-converter v0.3.0 |
| 1710 | 2026-08-31T09:28:23.422Z | Compiling foreign-types v0.5.0 |
| 1711 | 2026-08-31T09:28:23.486Z | Compiling num_enum_derive v0.5.11 |
| 1712 | 2026-08-31T09:28:23.555Z | Compiling atomicwrites v0.4.4 |
| 1713 | 2026-08-31T09:28:23.652Z | Compiling hickory-proto v0.24.4 |
| 1714 | 2026-08-31T09:28:23.726Z | Compiling progenitor-impl v0.13.0 |
| 1715 | 2026-08-31T09:28:23.743Z | Compiling progenitor-impl v0.14.0 |
| 1716 | 2026-08-31T09:28:24.462Z | Compiling console v0.16.4 |
| 1717 | 2026-08-31T09:28:24.515Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1718 | 2026-08-31T09:28:25.051Z | Compiling camino-tempfile v1.4.1 |
| 1719 | 2026-08-31T09:28:25.119Z | Compiling chacha20 v0.10.1 |
| 1720 | 2026-08-31T09:28:25.182Z | Compiling serde-big-array v0.5.1 |
| 1721 | 2026-08-31T09:28:25.299Z | Compiling derive-where v1.6.1 |
| 1722 | 2026-08-31T09:28:25.334Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1723 | 2026-08-31T09:28:25.392Z | Compiling pin-project-internal v1.1.13 |
| 1724 | 2026-08-31T09:28:25.862Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-08-31T09:28:26.153Z | Compiling hyper-rustls v0.27.9 |
| 1726 | 2026-08-31T09:28:26.461Z | Compiling rustls-platform-verifier v0.7.0 |
| 1727 | 2026-08-31T09:28:26.702Z | Compiling reqwest v0.13.4 |
| 1728 | 2026-08-31T09:28:27.341Z | Compiling cstr-argument v0.1.2 |
| 1729 | 2026-08-31T09:28:27.368Z | Compiling similar v3.2.0 |
| 1730 | 2026-08-31T09:28:27.391Z | Compiling siphasher v1.0.3 |
| 1731 | 2026-08-31T09:28:27.501Z | Compiling minimal-lexical v0.2.1 |
| 1732 | 2026-08-31T09:28:27.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1733 | 2026-08-31T09:28:27.762Z | Compiling nom v7.1.3 |
| 1734 | 2026-08-31T09:28:27.831Z | Compiling phf_shared v0.12.1 |
| 1735 | 2026-08-31T09:28:28.016Z | Compiling progenitor-client v0.14.0 |
| 1736 | 2026-08-31T09:28:28.321Z | Compiling progenitor-extras v0.2.0 |
| 1737 | 2026-08-31T09:28:28.875Z | Compiling expectorate v1.3.0 |
| 1738 | 2026-08-31T09:28:29.040Z | Compiling progenitor-client v0.13.0 |
| 1739 | 2026-08-31T09:28:29.087Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1740 | 2026-08-31T09:28:29.119Z | Compiling progenitor-macro v0.14.0 |
| 1741 | 2026-08-31T09:28:29.321Z | Compiling progenitor-macro v0.13.0 |
| 1742 | 2026-08-31T09:28:29.349Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1743 | 2026-08-31T09:28:29.858Z | Compiling pin-project v1.1.13 |
| 1744 | 2026-08-31T09:28:31.098Z | Compiling hickory-resolver v0.24.4 |
| 1745 | 2026-08-31T09:28:31.462Z | Compiling rand v0.10.2 |
| 1746 | 2026-08-31T09:28:32.154Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1747 | 2026-08-31T09:28:33.430Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1748 | 2026-08-31T09:28:33.743Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1749 | 2026-08-31T09:28:34.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1750 | 2026-08-31T09:28:34.384Z | Compiling num_enum v0.5.11 |
| 1751 | 2026-08-31T09:28:34.601Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1752 | 2026-08-31T09:28:34.816Z | Compiling newtype_derive v0.1.6 |
| 1753 | 2026-08-31T09:28:35.324Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1754 | 2026-08-31T09:28:35.596Z | Compiling unicode-normalization v0.1.25 |
| 1755 | 2026-08-31T09:28:36.079Z | Compiling tokio-stream v0.1.19 |
| 1756 | 2026-08-31T09:28:36.486Z | Compiling async-recursion v1.1.1 |
| 1757 | 2026-08-31T09:28:36.629Z | Compiling snafu-derive v0.8.9 |
| 1758 | 2026-08-31T09:28:36.811Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-08-31T09:28:36.831Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1760 | 2026-08-31T09:28:37.136Z | Compiling slog-dtrace v0.3.0 |
| 1761 | 2026-08-31T09:28:37.172Z | Compiling csv-core v0.1.13 |
| 1762 | 2026-08-31T09:28:37.375Z | Compiling bstr v1.13.1 |
| 1763 | 2026-08-31T09:28:37.445Z | Compiling chrono-tz v0.10.4 |
| 1764 | 2026-08-31T09:28:37.669Z | Compiling jiff-core v0.1.0 |
| 1765 | 2026-08-31T09:28:37.850Z | Compiling konst_macro_rules v0.2.19 |
| 1766 | 2026-08-31T09:28:37.874Z | Compiling openssl v0.10.81 |
| 1767 | 2026-08-31T09:28:38.037Z | Compiling foldhash v0.1.5 |
| 1768 | 2026-08-31T09:28:38.150Z | Compiling cancel-safe-futures v0.1.5 |
| 1769 | 2026-08-31T09:28:38.225Z | Compiling unicode-xid v0.2.6 |
| 1770 | 2026-08-31T09:28:38.328Z | Compiling unicode-width v0.1.14 |
| 1771 | 2026-08-31T09:28:38.352Z | Compiling highway v1.3.0 |
| 1772 | 2026-08-31T09:28:38.419Z | Compiling foreign-types-shared v0.1.1 |
| 1773 | 2026-08-31T09:28:38.464Z | Compiling same-file v1.0.6 |
| 1774 | 2026-08-31T09:28:38.487Z | Compiling owo-colors v4.3.0 |
| 1775 | 2026-08-31T09:28:38.609Z | Compiling walkdir v2.5.0 |
| 1776 | 2026-08-31T09:28:38.644Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1777 | 2026-08-31T09:28:38.739Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1778 | 2026-08-31T09:28:38.742Z | Compiling foreign-types v0.3.2 |
| 1779 | 2026-08-31T09:28:38.828Z | Compiling jiff v0.2.35 |
| 1780 | 2026-08-31T09:28:38.866Z | Compiling const_format_proc_macros v0.2.34 |
| 1781 | 2026-08-31T09:28:38.879Z | Compiling snafu v0.8.9 |
| 1782 | 2026-08-31T09:28:38.972Z | Compiling hashbrown v0.15.5 |
| 1783 | 2026-08-31T09:28:39.213Z | Compiling konst v0.2.20 |
| 1784 | 2026-08-31T09:28:39.265Z | Compiling globset v0.4.20 |
| 1785 | 2026-08-31T09:28:39.504Z | Compiling csv v1.4.0 |
| 1786 | 2026-08-31T09:28:39.617Z | Compiling progenitor v0.14.0 |
| 1787 | 2026-08-31T09:28:39.703Z | Compiling qorb v0.4.1 |
| 1788 | 2026-08-31T09:28:39.765Z | Compiling progenitor v0.13.0 |
| 1789 | 2026-08-31T09:28:39.909Z | Compiling olpc-cjson v0.1.4 |
| 1790 | 2026-08-31T09:28:40.127Z | Compiling rayon v1.12.0 |
| 1791 | 2026-08-31T09:28:40.584Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1792 | 2026-08-31T09:28:41.621Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1793 | 2026-08-31T09:28:41.747Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1794 | 2026-08-31T09:28:41.826Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1795 | 2026-08-31T09:28:41.955Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1796 | 2026-08-31T09:28:41.967Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1797 | 2026-08-31T09:28:42.505Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1798 | 2026-08-31T09:28:42.681Z | Compiling phf v0.12.1 |
| 1799 | 2026-08-31T09:28:42.852Z | Compiling zone_cfg_derive v0.3.1 |
| 1800 | 2026-08-31T09:28:42.888Z | Compiling tokio-dtrace v0.1.1 |
| 1801 | 2026-08-31T09:28:43.165Z | Compiling itertools v0.12.1 |
| 1802 | 2026-08-31T09:28:43.261Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1803 | 2026-08-31T09:28:43.369Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1804 | 2026-08-31T09:28:43.475Z | Compiling libsw-core v0.3.2 |
| 1805 | 2026-08-31T09:28:43.555Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1806 | 2026-08-31T09:28:43.651Z | Compiling serde_plain v1.0.2 |
| 1807 | 2026-08-31T09:28:43.873Z | Compiling pem v3.0.6 |
| 1808 | 2026-08-31T09:28:43.946Z | Compiling openssl-macros v0.1.1 |
| 1809 | 2026-08-31T09:28:43.979Z | Compiling cookie v0.18.2 |
| 1810 | 2026-08-31T09:28:44.219Z | Compiling sigpipe v0.1.3 |
| 1811 | 2026-08-31T09:28:44.256Z | Compiling fixedbitset v0.4.2 |
| 1812 | 2026-08-31T09:28:44.316Z | Compiling glob v0.3.4 |
| 1813 | 2026-08-31T09:28:44.422Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1814 | 2026-08-31T09:28:44.482Z | Compiling fixedbitset v0.5.7 |
| 1815 | 2026-08-31T09:28:44.501Z | Compiling typed-path v0.9.3 |
| 1816 | 2026-08-31T09:28:44.554Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1817 | 2026-08-31T09:28:44.726Z | Compiling petgraph v0.8.3 |
| 1818 | 2026-08-31T09:28:44.848Z | Compiling petgraph v0.6.5 |
| 1819 | 2026-08-31T09:28:45.119Z | Compiling zone v0.3.1 |
| 1820 | 2026-08-31T09:28:45.400Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1821 | 2026-08-31T09:28:45.912Z | Compiling tough v0.22.0 |
| 1822 | 2026-08-31T09:28:45.941Z | Compiling libsw v3.5.0 |
| 1823 | 2026-08-31T09:28:46.128Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1824 | 2026-08-31T09:28:46.345Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1825 | 2026-08-31T09:28:46.372Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1826 | 2026-08-31T09:28:46.484Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1827 | 2026-08-31T09:28:46.544Z | Compiling oxide-tokio-rt v0.1.6 |
| 1828 | 2026-08-31T09:28:46.752Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1829 | 2026-08-31T09:28:46.858Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1830 | 2026-08-31T09:28:47.311Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-31T09:28:47.367Z | Compiling const_format v0.2.36 |
| 1832 | 2026-08-31T09:28:47.982Z | Compiling papergrid v0.11.0 |
| 1833 | 2026-08-31T09:28:48.012Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-08-31T09:28:48.188Z | Compiling tabled_derive v0.7.0 |
| 1835 | 2026-08-31T09:28:48.191Z | Compiling gethostname v0.5.0 |
| 1836 | 2026-08-31T09:28:48.327Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1837 | 2026-08-31T09:28:48.593Z | Compiling libscf-sys v1.2.0 |
| 1838 | 2026-08-31T09:28:48.641Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-08-31T09:28:48.735Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1840 | 2026-08-31T09:28:48.748Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-31T09:28:48.764Z | Compiling bcs v0.1.6 |
| 1842 | 2026-08-31T09:28:48.870Z | Compiling smf v0.2.3 |
| 1843 | 2026-08-31T09:28:49.091Z | Compiling nom v8.0.0 |
| 1844 | 2026-08-31T09:28:49.137Z | Compiling lazy_static v1.5.0 |
| 1845 | 2026-08-31T09:28:49.248Z | Compiling smawk v0.3.3 |
| 1846 | 2026-08-31T09:28:49.384Z | Compiling unicode-linebreak v0.1.5 |
| 1847 | 2026-08-31T09:28:49.474Z | Compiling whoami v1.6.1 |
| 1848 | 2026-08-31T09:28:49.718Z | Compiling crunchy v0.2.4 |
| 1849 | 2026-08-31T09:28:49.851Z | Compiling tagptr v0.2.0 |
| 1850 | 2026-08-31T09:28:49.862Z | Compiling linear-map v1.2.0 |
| 1851 | 2026-08-31T09:28:50.004Z | Compiling termtree v0.5.1 |
| 1852 | 2026-08-31T09:28:50.032Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1853 | 2026-08-31T09:28:50.054Z | Compiling moka v0.12.16 |
| 1854 | 2026-08-31T09:28:50.237Z | Compiling textwrap v0.16.2 |
| 1855 | 2026-08-31T09:28:50.372Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1856 | 2026-08-31T09:28:50.767Z | Compiling steno v0.4.1 |
| 1857 | 2026-08-31T09:28:50.835Z | Compiling tabled v0.15.0 |
| 1858 | 2026-08-31T09:28:51.211Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1859 | 2026-08-31T09:28:51.489Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1860 | 2026-08-31T09:28:51.714Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-08-31T09:28:52.787Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1862 | 2026-08-31T09:28:53.569Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1863 | 2026-08-31T09:28:53.755Z | Compiling papergrid v0.18.0 |
| 1864 | 2026-08-31T09:28:54.031Z | Compiling hickory-proto v0.25.2 |
| 1865 | 2026-08-31T09:28:54.073Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1866 | 2026-08-31T09:28:54.429Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1867 | 2026-08-31T09:28:54.716Z | Compiling tiny-keccak v2.0.2 |
| 1868 | 2026-08-31T09:28:54.961Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1869 | 2026-08-31T09:28:55.098Z | Compiling tabled v0.21.0 |
| 1870 | 2026-08-31T09:28:55.169Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1871 | 2026-08-31T09:28:55.978Z | Compiling hickory-resolver v0.25.2 |
| 1872 | 2026-08-31T09:28:56.543Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1873 | 2026-08-31T09:28:56.941Z | Compiling itertools v0.15.0 |
| 1874 | 2026-08-31T09:28:57.452Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1875 | 2026-08-31T09:28:57.604Z | Compiling parking_lot_core v0.8.6 |
| 1876 | 2026-08-31T09:28:57.883Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1877 | 2026-08-31T09:28:58.005Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-31T09:28:58.086Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1879 | 2026-08-31T09:28:58.289Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1880 | 2026-08-31T09:28:59.032Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1881 | 2026-08-31T09:28:59.070Z | Compiling crc8 v0.1.1 |
| 1882 | 2026-08-31T09:28:59.198Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1883 | 2026-08-31T09:28:59.442Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1884 | 2026-08-31T09:28:59.469Z | Compiling const-random-macro v0.1.16 |
| 1885 | 2026-08-31T09:28:59.498Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1886 | 2026-08-31T09:28:59.633Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1887 | 2026-08-31T09:28:59.903Z | Compiling ahash v0.8.12 |
| 1888 | 2026-08-31T09:28:59.913Z | Compiling smartstring v1.0.1 |
| 1889 | 2026-08-31T09:28:59.925Z | Compiling const-random v0.1.18 |
| 1890 | 2026-08-31T09:29:00.002Z | Compiling parking_lot v0.11.2 |
| 1891 | 2026-08-31T09:29:00.205Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1892 | 2026-08-31T09:29:00.267Z | Compiling fxhash v0.2.1 |
| 1893 | 2026-08-31T09:29:00.368Z | Compiling internet-checksum v0.2.1 |
| 1894 | 2026-08-31T09:29:00.410Z | Compiling sled v0.34.7 |
| 1895 | 2026-08-31T09:29:00.450Z | Compiling rhai_codegen v3.2.0 |
| 1896 | 2026-08-31T09:29:00.502Z | Compiling thin-vec v0.2.19 |
| 1897 | 2026-08-31T09:29:00.678Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1898 | 2026-08-31T09:29:00.733Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1899 | 2026-08-31T09:29:00.781Z | Compiling serial_test_derive v4.0.1 |
| 1900 | 2026-08-31T09:29:00.937Z | Compiling diff v0.1.13 |
| 1901 | 2026-08-31T09:29:01.241Z | Compiling yansi v1.0.1 |
| 1902 | 2026-08-31T09:29:01.494Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1903 | 2026-08-31T09:29:01.569Z | Compiling serial_test v4.0.1 |
| 1904 | 2026-08-31T09:29:01.614Z | Compiling pretty_assertions v1.4.1 |
| 1905 | 2026-08-31T09:29:01.674Z | Compiling rhai v1.26.0 |
| 1906 | 2026-08-31T09:29:09.445Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1907 | 2026-08-31T09:29:11.395Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1908 | 2026-08-31T09:29:12.542Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1909 | 2026-08-31T09:29:13.575Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1910 | 2026-08-31T09:29:14.439Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1911 | 2026-08-31T09:29:15.902Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1912 | 2026-08-31T09:29:52.666Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 1913 | 2026-08-31T09:29:52.854Z | ──────────── |
| 1914 | 2026-08-31T09:29:52.854Z | Nextest run ID d360bb4a-7270-4d12-bac3-0d002ba1c746 with nextest profile: default |
| 1915 | 2026-08-31T09:29:52.854Z | Starting 159 tests across 3 binaries |
| 1916 | 2026-08-31T09:29:52.864Z | PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes |
| 1917 | 2026-08-31T09:29:52.867Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip |
| 1918 | 2026-08-31T09:29:52.867Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes |
| 1919 | 2026-08-31T09:29:52.867Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length |
| 1920 | 2026-08-31T09:29:52.867Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes |
| 1921 | 2026-08-31T09:29:52.867Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch |
| 1922 | 2026-08-31T09:29:52.867Z | PASS [ 0.013s] bgp messages::tests::bgp_nexthop_byte_len |
| 1923 | 2026-08-31T09:29:52.867Z | PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding |
| 1924 | 2026-08-31T09:29:52.874Z | PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together |
| 1925 | 2026-08-31T09:29:52.877Z | PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes |
| 1926 | 2026-08-31T09:29:52.877Z | PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated |
| 1927 | 2026-08-31T09:29:52.941Z | PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib |
| 1928 | 2026-08-31T09:29:52.941Z | PASS [ 0.011s] bgp messages::tests::header_round_trip |
| 1929 | 2026-08-31T09:29:52.941Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length |
| 1930 | 2026-08-31T09:29:52.941Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length |
| 1931 | 2026-08-31T09:29:52.941Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker |
| 1932 | 2026-08-31T09:29:52.946Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length |
| 1933 | 2026-08-31T09:29:52.946Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length |
| 1934 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large |
| 1935 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small |
| 1936 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header |
| 1937 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header |
| 1938 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display |
| 1939 | 2026-08-31T09:29:52.947Z | PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding |
| 1940 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message |
| 1941 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length |
| 1942 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing |
| 1943 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing |
| 1944 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format |
| 1945 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display |
| 1946 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length |
| 1947 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing |
| 1948 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format |
| 1949 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message |
| 1950 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error |
| 1951 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire |
| 1952 | 2026-08-31T09:29:52.947Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length |
| 1953 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs |
| 1954 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop |
| 1955 | 2026-08-31T09:29:52.947Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds |
| 1956 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs |
| 1957 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length |
| 1958 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short |
| 1959 | 2026-08-31T09:29:52.947Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short |
| 1960 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs |
| 1961 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors |
| 1962 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors |
| 1963 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors |
| 1964 | 2026-08-31T09:29:52.947Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length |
| 1965 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short |
| 1966 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs |
| 1967 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first |
| 1968 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast |
| 1969 | 2026-08-31T09:29:52.947Z | PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast |
| 1970 | 2026-08-31T09:29:52.948Z | PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip |
| 1971 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast |
| 1972 | 2026-08-31T09:29:52.948Z | PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast |
| 1973 | 2026-08-31T09:29:52.948Z | PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip |
| 1974 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::notification_round_trip |
| 1975 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::open_round_trip |
| 1976 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop |
| 1977 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::prefix_conversion |
| 1978 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::prefix_within |
| 1979 | 2026-08-31T09:29:52.948Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard |
| 1980 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw |
| 1981 | 2026-08-31T09:29:52.948Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard |
| 1982 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw |
| 1983 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw |
| 1984 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw |
| 1985 | 2026-08-31T09:29:52.948Z | PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset |
| 1986 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw |
| 1987 | 2026-08-31T09:29:52.948Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw |
| 1988 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected |
| 1989 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors |
| 1990 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected |
| 1991 | 2026-08-31T09:29:52.952Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid |
| 1992 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details |
| 1993 | 2026-08-31T09:29:52.952Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed |
| 1994 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive |
| 1995 | 2026-08-31T09:29:52.952Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags |
| 1996 | 2026-08-31T09:29:52.955Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional |
| 1997 | 2026-08-31T09:29:52.955Z | PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip |
| 1998 | 2026-08-31T09:29:52.958Z | PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation |
| 1999 | 2026-08-31T09:29:52.962Z | PASS [ 0.009s] bgp messages::tests::update_round_trip |
| 2000 | 2026-08-31T09:29:52.972Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 2001 | 2026-08-31T09:29:52.976Z | PASS [ 0.022s] bgp policy::test::open_add_4byte_as |
| 2002 | 2026-08-31T09:29:52.976Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 2003 | 2026-08-31T09:29:52.976Z | PASS [ 0.021s] bgp policy::test::update_shape_community |
| 2004 | 2026-08-31T09:29:52.978Z | PASS [ 0.025s] bgp policy::test::open_require_4byte_as |
| 2005 | 2026-08-31T09:29:52.978Z | PASS [ 0.025s] bgp policy::test::update_drop_on_no_export |
| 2006 | 2026-08-31T09:29:52.978Z | PASS [ 0.026s] bgp policy::test::shape_update_prefixes |
| 2007 | 2026-08-31T09:29:52.986Z | PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2008 | 2026-08-31T09:29:52.989Z | PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 2009 | 2026-08-31T09:29:52.992Z | PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 2010 | 2026-08-31T09:29:52.992Z | PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 2011 | 2026-08-31T09:29:52.992Z | PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 2012 | 2026-08-31T09:29:52.992Z | PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 2013 | 2026-08-31T09:29:52.995Z | PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 2014 | 2026-08-31T09:29:52.995Z | PASS [ 0.020s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 2015 | 2026-08-31T09:29:53.002Z | PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal |
| 2016 | 2026-08-31T09:29:53.005Z | PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 2017 | 2026-08-31T09:29:53.007Z | PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 2018 | 2026-08-31T09:29:53.008Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 2019 | 2026-08-31T09:29:53.011Z | PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 2020 | 2026-08-31T09:29:53.014Z | PASS [ 0.009s] bgp session::tests::shutdown_state_transitions |
| 2021 | 2026-08-31T09:29:53.017Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering |
| 2022 | 2026-08-31T09:29:53.017Z | PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling |
| 2023 | 2026-08-31T09:29:53.017Z | PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling |
| 2024 | 2026-08-31T09:29:53.017Z | PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2025 | 2026-08-31T09:29:53.021Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation |
| 2026 | 2026-08-31T09:29:53.021Z | PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision |
| 2027 | 2026-08-31T09:29:53.024Z | PASS [ 0.030s] bgp proptest::prop_update_traditional_roundtrip |
| 2028 | 2026-08-31T09:29:53.024Z | PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2029 | 2026-08-31T09:29:53.026Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error |
| 2030 | 2026-08-31T09:29:53.026Z | PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error |
| 2031 | 2026-08-31T09:29:53.026Z | PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_configured |
| 2032 | 2026-08-31T09:29:53.026Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4 |
| 2033 | 2026-08-31T09:29:53.029Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4 |
| 2034 | 2026-08-31T09:29:53.029Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured |
| 2035 | 2026-08-31T09:29:53.032Z | PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6 |
| 2036 | 2026-08-31T09:29:53.032Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop |
| 2037 | 2026-08-31T09:29:53.035Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop |
| 2038 | 2026-08-31T09:29:53.081Z | PASS [ 0.055s] bgp test::router_teardown_leaves_other_routers_sessions_alone |
| 2039 | 2026-08-31T09:29:53.081Z | PASS [ 0.056s] bgp test::recreated_router_does_not_claim_predecessors_sessions |
| 2040 | 2026-08-31T09:29:53.185Z | PASS [ 0.160s] bgp test::admin_events_do_not_reach_other_routers_sessions |
| 2041 | 2026-08-31T09:29:56.093Z | PASS [ 3.066s] bgp test::test_basic_peering_active |
| 2042 | 2026-08-31T09:29:56.096Z | PASS [ 3.064s] bgp test::test_basic_peering_passive |
| 2043 | 2026-08-31T09:29:56.102Z | PASS [ 3.069s] bgp test::test_basic_update |
| 2044 | 2026-08-31T09:29:56.106Z | PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp |
| 2045 | 2026-08-31T09:29:56.149Z | PASS [ 3.069s] bgp test::test_basic_update_ipv6 |
| 2046 | 2026-08-31T09:29:56.162Z | PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp |
| 2047 | 2026-08-31T09:29:56.265Z | PASS [ 3.079s] bgp test::test_basic_update_tcp |
| 2048 | 2026-08-31T09:29:57.108Z | PASS [ 4.080s] bgp test::test_basic_peering_active_tcp |
| 2049 | 2026-08-31T09:29:59.217Z | PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active |
| 2050 | 2026-08-31T09:29:59.331Z | PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive |
| 2051 | 2026-08-31T09:30:00.174Z | PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success |
| 2052 | 2026-08-31T09:30:00.174Z | PASS [ 4.078s] bgp test::test_dual_stack_routes_ipv6_peer_success |
| 2053 | 2026-08-31T09:30:00.178Z | PASS [ 4.076s] bgp test::test_import_export_policy_filtering |
| 2054 | 2026-08-31T09:30:00.180Z | PASS [ 4.074s] bgp test::test_ipv4_routes_ipv6_peer_success |
| 2055 | 2026-08-31T09:30:00.183Z | PASS [ 3.076s] bgp test::test_ipv6_basic_peering_passive_tcp |
| 2056 | 2026-08-31T09:30:00.242Z | PASS [ 4.080s] bgp test::test_ipv6_basic_peering_active_tcp |
| 2057 | 2026-08-31T09:30:00.392Z | PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions |
| 2058 | 2026-08-31T09:30:01.272Z | PASS [ 1.094s] bgp test::test_three_router_chain_tcp |
| 2059 | 2026-08-31T09:30:01.275Z | PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6 |
| 2060 | 2026-08-31T09:30:02.241Z | PASS [ 2.068s] bgp test::test_same_linklocal_multiple_interfaces |
| 2061 | 2026-08-31T09:30:02.335Z | PASS [ 1.064s] bgp test::test_unnumbered_ndp_change |
| 2062 | 2026-08-31T09:30:03.100Z | PASS [ 2.927s] bgp test::test_neighbor_thread_lifecycle_no_leaks |
| 2063 | 2026-08-31T09:30:03.106Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2064 | 2026-08-31T09:30:03.111Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2065 | 2026-08-31T09:30:03.115Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2066 | 2026-08-31T09:30:03.120Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2067 | 2026-08-31T09:30:03.125Z | PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources |
| 2068 | 2026-08-31T09:30:03.295Z | PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success |
| 2069 | 2026-08-31T09:30:04.251Z | PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered |
| 2070 | 2026-08-31T09:30:05.305Z | PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange |
| 2071 | 2026-08-31T09:30:07.304Z | PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change |
| 2072 | 2026-08-31T09:30:10.337Z | PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery |
| 2073 | 2026-08-31T09:30:11.399Z | PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp |
| 2074 | 2026-08-31T09:30:18.455Z | PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle |
| 2075 | 2026-08-31T09:30:18.455Z | ──────────── |
| 2076 | 2026-08-31T09:30:18.455Z | Summary [ 25.601s] 159 tests run: 159 passed, 0 skipped |
| 2077 | 2026-08-31T09:30:18.468Z | + 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/ |
| 2078 | 2026-08-31T09:30:18.473Z | + popd |
| 2079 | 2026-08-31T09:30:18.473Z | + pushd mgd |
| 2080 | 2026-08-31T09:30:18.473Z | /work/oxidecomputer/maghemite |
| 2081 | 2026-08-31T09:30:18.473Z | /work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite |
| 2082 | 2026-08-31T09:30:18.476Z | + pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions |
| 2083 | 2026-08-31T09:30:19.700Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2084 | 2026-08-31T09:30:19.700Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2085 | 2026-08-31T09:30:19.700Z | Compiling port-file v0.1.0 |
| 2086 | 2026-08-31T09:30:19.703Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2087 | 2026-08-31T09:30:19.926Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2088 | 2026-08-31T09:30:21.403Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2089 | 2026-08-31T09:30:21.403Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2090 | 2026-08-31T09:30:21.407Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2091 | 2026-08-31T09:30:27.379Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2092 | 2026-08-31T09:30:58.610Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 39.44s |
| 2093 | 2026-08-31T09:30:58.783Z | ──────────── |
| 2094 | 2026-08-31T09:30:58.783Z | Nextest run ID bd3cee0d-9bdc-4546-9d82-cb9e382c9924 with nextest profile: default |
| 2095 | 2026-08-31T09:30:58.783Z | Starting 38 tests across 3 binaries |
| 2096 | 2026-08-31T09:30:58.788Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 2097 | 2026-08-31T09:30:58.791Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 2098 | 2026-08-31T09:30:58.791Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 2099 | 2026-08-31T09:30:58.791Z | PASS [ 0.006s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources |
| 2100 | 2026-08-31T09:30:58.791Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 2101 | 2026-08-31T09:30:58.848Z | PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6 |
| 2102 | 2026-08-31T09:30:58.851Z | PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db |
| 2103 | 2026-08-31T09:30:58.851Z | PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop |
| 2104 | 2026-08-31T09:30:58.851Z | PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp |
| 2105 | 2026-08-31T09:30:58.851Z | PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers |
| 2106 | 2026-08-31T09:30:58.854Z | PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group |
| 2107 | 2026-08-31T09:30:58.854Z | PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn |
| 2108 | 2026-08-31T09:30:58.863Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list |
| 2109 | 2026-08-31T09:30:58.865Z | PASS [ 0.076s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state |
| 2110 | 2026-08-31T09:30:58.865Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence |
| 2111 | 2026-08-31T09:30:58.865Z | PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence |
| 2112 | 2026-08-31T09:30:58.869Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence |
| 2113 | 2026-08-31T09:30:58.872Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence |
| 2114 | 2026-08-31T09:30:58.872Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized |
| 2115 | 2026-08-31T09:30:58.875Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4 |
| 2116 | 2026-08-31T09:30:58.875Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6 |
| 2117 | 2026-08-31T09:30:58.875Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4 |
| 2118 | 2026-08-31T09:30:58.878Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6 |
| 2119 | 2026-08-31T09:30:58.880Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4 |
| 2120 | 2026-08-31T09:30:58.883Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6 |
| 2121 | 2026-08-31T09:30:58.885Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized |
| 2122 | 2026-08-31T09:30:58.885Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list |
| 2123 | 2026-08-31T09:30:58.885Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback |
| 2124 | 2026-08-31T09:30:58.885Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast |
| 2125 | 2026-08-31T09:30:58.890Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized |
| 2126 | 2026-08-31T09:30:58.893Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized |
| 2127 | 2026-08-31T09:30:58.893Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list |
| 2128 | 2026-08-31T09:30:58.896Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local |
| 2129 | 2026-08-31T09:30:58.896Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast |
| 2130 | 2026-08-31T09:30:58.896Z | PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback |
| 2131 | 2026-08-31T09:30:58.896Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized |
| 2132 | 2026-08-31T09:30:58.906Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized |
| 2133 | 2026-08-31T09:30:58.909Z | PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families |
| 2134 | 2026-08-31T09:30:58.909Z | ──────────── |
| 2135 | 2026-08-31T09:30:58.909Z | Summary [ 0.122s] 38 tests run: 38 passed, 0 skipped |
| 2136 | 2026-08-31T09:30:58.916Z | + cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/ |
| 2137 | 2026-08-31T09:30:58.919Z | + popd |
| 2138 | 2026-08-31T09:30:58.919Z | /work/oxidecomputer/maghemite |
| 2139 | 2026-08-31T09:30:58.919Z | process exited: duration 326566 ms, exit code 0 |
| |
| 2140 | 2026-08-31T09:30:58.929Z | found 72 output files |
| 2141 | 2026-08-31T09:30:58.929Z | uploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4719 bytes) |
| 2142 | 2026-08-31T09:30:59.941Z | uploaded: /work/admin_events_do_not_reach_other_routers_sessions.log |
| 2143 | 2026-08-31T09:30:59.942Z | uploading: /work/apply_change_peer_asn.log (24200 bytes) |
| 2144 | 2026-08-31T09:31:00.954Z | uploaded: /work/apply_change_peer_asn.log |
| 2145 | 2026-08-31T09:31:00.955Z | uploading: /work/apply_empty_removes_peers.log (12477 bytes) |
| 2146 | 2026-08-31T09:31:01.970Z | uploaded: /work/apply_empty_removes_peers.log |
| 2147 | 2026-08-31T09:31:01.970Z | uploading: /work/apply_remove_entire_group.log (20831 bytes) |
| 2148 | 2026-08-31T09:31:02.998Z | uploaded: /work/apply_remove_entire_group.log |
| 2149 | 2026-08-31T09:31:02.998Z | uploading: /work/delete_router_removes_router_state.log (20675 bytes) |
| 2150 | 2026-08-31T09:31:04.011Z | uploaded: /work/delete_router_removes_router_state.log |
| 2151 | 2026-08-31T09:31:04.011Z | uploading: /work/dualstack_routes.log (121107 bytes) |
| 2152 | 2026-08-31T09:31:05.027Z | uploaded: /work/dualstack_routes.log |
| 2153 | 2026-08-31T09:31:05.027Z | uploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2340 bytes) |
| 2154 | 2026-08-31T09:31:06.036Z | uploaded: /work/loopback-manager.test_basic_peering_active_tcp.log |
| 2155 | 2026-08-31T09:31:06.036Z | uploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1477 bytes) |
| 2156 | 2026-08-31T09:31:07.048Z | uploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log |
| 2157 | 2026-08-31T09:31:07.048Z | uploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2174 bytes) |
| 2158 | 2026-08-31T09:31:08.057Z | uploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log |
| 2159 | 2026-08-31T09:31:08.057Z | uploading: /work/loopback-manager.test_basic_update_tcp.log (2384 bytes) |
| 2160 | 2026-08-31T09:31:09.065Z | uploaded: /work/loopback-manager.test_basic_update_tcp.log |
| 2161 | 2026-08-31T09:31:09.065Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2275 bytes) |
| 2162 | 2026-08-31T09:31:10.076Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log |
| 2163 | 2026-08-31T09:31:10.076Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2324 bytes) |
| 2164 | 2026-08-31T09:31:11.085Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log |
| 2165 | 2026-08-31T09:31:11.085Z | uploading: /work/loopback-manager.test_import_export_policy_filtering.log (3124 bytes) |
| 2166 | 2026-08-31T09:31:12.095Z | uploaded: /work/loopback-manager.test_import_export_policy_filtering.log |
| 2167 | 2026-08-31T09:31:12.095Z | uploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2280 bytes) |
| 2168 | 2026-08-31T09:31:13.105Z | uploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log |
| 2169 | 2026-08-31T09:31:13.105Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2503 bytes) |
| 2170 | 2026-08-31T09:31:14.113Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log |
| 2171 | 2026-08-31T09:31:14.113Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2304 bytes) |
| 2172 | 2026-08-31T09:31:15.169Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log |
| 2173 | 2026-08-31T09:31:15.169Z | uploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2397 bytes) |
| 2174 | 2026-08-31T09:31:16.181Z | uploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log |
| 2175 | 2026-08-31T09:31:16.181Z | uploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2435 bytes) |
| 2176 | 2026-08-31T09:31:17.191Z | uploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log |
| 2177 | 2026-08-31T09:31:17.192Z | uploading: /work/loopback-manager.test_three_router_chain_tcp.log (4553 bytes) |
| 2178 | 2026-08-31T09:31:18.202Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp.log |
| 2179 | 2026-08-31T09:31:18.203Z | uploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3614 bytes) |
| 2180 | 2026-08-31T09:31:19.210Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log |
| 2181 | 2026-08-31T09:31:19.210Z | uploading: /work/multiple_unnumbered.log (146579 bytes) |
| 2182 | 2026-08-31T09:31:20.225Z | uploaded: /work/multiple_unnumbered.log |
| 2183 | 2026-08-31T09:31:20.229Z | uploading: /work/ndp_change_reset.log (72055 bytes) |
| 2184 | 2026-08-31T09:31:21.239Z | uploaded: /work/ndp_change_reset.log |
| 2185 | 2026-08-31T09:31:21.239Z | uploading: /work/ndp_changes.log (91138 bytes) |
| 2186 | 2026-08-31T09:31:22.257Z | uploaded: /work/ndp_changes.log |
| 2187 | 2026-08-31T09:31:22.257Z | uploading: /work/r1.test_basic_peering_active.log (41874 bytes) |
| 2188 | 2026-08-31T09:31:23.276Z | uploaded: /work/r1.test_basic_peering_active.log |
| 2189 | 2026-08-31T09:31:23.276Z | uploading: /work/r1.test_basic_peering_active_tcp.log (49645 bytes) |
| 2190 | 2026-08-31T09:31:24.343Z | uploaded: /work/r1.test_basic_peering_active_tcp.log |
| 2191 | 2026-08-31T09:31:24.343Z | uploading: /work/r1.test_basic_peering_passive.log (34540 bytes) |
| 2192 | 2026-08-31T09:31:25.358Z | uploaded: /work/r1.test_basic_peering_passive.log |
| 2193 | 2026-08-31T09:31:25.358Z | uploading: /work/r1.test_basic_peering_passive_tcp.log (40463 bytes) |
| 2194 | 2026-08-31T09:31:26.384Z | uploaded: /work/r1.test_basic_peering_passive_tcp.log |
| 2195 | 2026-08-31T09:31:26.384Z | uploading: /work/r1.test_basic_update.log (29485 bytes) |
| 2196 | 2026-08-31T09:31:27.394Z | uploaded: /work/r1.test_basic_update.log |
| 2197 | 2026-08-31T09:31:27.394Z | uploading: /work/r1.test_basic_update_ipv6.log (28983 bytes) |
| 2198 | 2026-08-31T09:31:28.406Z | uploaded: /work/r1.test_basic_update_ipv6.log |
| 2199 | 2026-08-31T09:31:28.406Z | uploading: /work/r1.test_basic_update_ipv6_tcp.log (31702 bytes) |
| 2200 | 2026-08-31T09:31:29.418Z | uploaded: /work/r1.test_basic_update_ipv6_tcp.log |
| 2201 | 2026-08-31T09:31:29.418Z | uploading: /work/r1.test_basic_update_tcp.log (32150 bytes) |
| 2202 | 2026-08-31T09:31:30.430Z | uploaded: /work/r1.test_basic_update_tcp.log |
| 2203 | 2026-08-31T09:31:30.430Z | uploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44582 bytes) |
| 2204 | 2026-08-31T09:31:31.441Z | uploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log |
| 2205 | 2026-08-31T09:31:31.441Z | uploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44940 bytes) |
| 2206 | 2026-08-31T09:31:32.454Z | uploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log |
| 2207 | 2026-08-31T09:31:32.454Z | uploading: /work/r1.test_import_export_policy_filtering.log (41007 bytes) |
| 2208 | 2026-08-31T09:31:33.466Z | uploaded: /work/r1.test_import_export_policy_filtering.log |
| 2209 | 2026-08-31T09:31:33.466Z | uploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (38016 bytes) |
| 2210 | 2026-08-31T09:31:34.479Z | uploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log |
| 2211 | 2026-08-31T09:31:34.479Z | uploading: /work/r1.test_ipv6_basic_peering_active.log (41889 bytes) |
| 2212 | 2026-08-31T09:31:35.491Z | uploaded: /work/r1.test_ipv6_basic_peering_active.log |
| 2213 | 2026-08-31T09:31:35.491Z | uploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49545 bytes) |
| 2214 | 2026-08-31T09:31:36.503Z | uploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log |
| 2215 | 2026-08-31T09:31:36.503Z | uploading: /work/r1.test_ipv6_basic_peering_passive.log (34631 bytes) |
| 2216 | 2026-08-31T09:31:37.513Z | uploaded: /work/r1.test_ipv6_basic_peering_passive.log |
| 2217 | 2026-08-31T09:31:37.514Z | uploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40402 bytes) |
| 2218 | 2026-08-31T09:31:38.525Z | uploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log |
| 2219 | 2026-08-31T09:31:38.525Z | uploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36461 bytes) |
| 2220 | 2026-08-31T09:31:39.536Z | uploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log |
| 2221 | 2026-08-31T09:31:39.536Z | uploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30637 bytes) |
| 2222 | 2026-08-31T09:31:40.548Z | uploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log |
| 2223 | 2026-08-31T09:31:40.548Z | uploading: /work/r1.test_three_router_chain_tcp.log (24250 bytes) |
| 2224 | 2026-08-31T09:31:41.559Z | uploaded: /work/r1.test_three_router_chain_tcp.log |
| 2225 | 2026-08-31T09:31:41.559Z | uploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24809 bytes) |
| 2226 | 2026-08-31T09:31:42.569Z | uploaded: /work/r1.test_three_router_chain_tcp_ipv6.log |
| 2227 | 2026-08-31T09:31:42.569Z | uploading: /work/r2.test_basic_peering_active.log (39976 bytes) |
| 2228 | 2026-08-31T09:31:43.581Z | uploaded: /work/r2.test_basic_peering_active.log |
| 2229 | 2026-08-31T09:31:43.581Z | uploading: /work/r2.test_basic_peering_active_tcp.log (48957 bytes) |
| 2230 | 2026-08-31T09:31:44.595Z | uploaded: /work/r2.test_basic_peering_active_tcp.log |
| 2231 | 2026-08-31T09:31:44.595Z | uploading: /work/r2.test_basic_peering_passive.log (42866 bytes) |
| 2232 | 2026-08-31T09:31:45.607Z | uploaded: /work/r2.test_basic_peering_passive.log |
| 2233 | 2026-08-31T09:31:45.607Z | uploading: /work/r2.test_basic_peering_passive_tcp.log (47600 bytes) |
| 2234 | 2026-08-31T09:31:46.621Z | uploaded: /work/r2.test_basic_peering_passive_tcp.log |
| 2235 | 2026-08-31T09:31:46.621Z | uploading: /work/r2.test_basic_update.log (30211 bytes) |
| 2236 | 2026-08-31T09:31:47.630Z | uploaded: /work/r2.test_basic_update.log |
| 2237 | 2026-08-31T09:31:47.630Z | uploading: /work/r2.test_basic_update_ipv6.log (27503 bytes) |
| 2238 | 2026-08-31T09:31:48.641Z | uploaded: /work/r2.test_basic_update_ipv6.log |
| 2239 | 2026-08-31T09:31:48.641Z | uploading: /work/r2.test_basic_update_ipv6_tcp.log (34007 bytes) |
| 2240 | 2026-08-31T09:31:49.651Z | uploaded: /work/r2.test_basic_update_ipv6_tcp.log |
| 2241 | 2026-08-31T09:31:49.651Z | uploading: /work/r2.test_basic_update_tcp.log (34024 bytes) |
| 2242 | 2026-08-31T09:31:50.662Z | uploaded: /work/r2.test_basic_update_tcp.log |
| 2243 | 2026-08-31T09:31:50.662Z | uploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45106 bytes) |
| 2244 | 2026-08-31T09:31:51.672Z | uploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log |
| 2245 | 2026-08-31T09:31:51.672Z | uploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45344 bytes) |
| 2246 | 2026-08-31T09:31:52.688Z | uploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log |
| 2247 | 2026-08-31T09:31:52.688Z | uploading: /work/r2.test_import_export_policy_filtering.log (37750 bytes) |
| 2248 | 2026-08-31T09:31:53.700Z | uploaded: /work/r2.test_import_export_policy_filtering.log |
| 2249 | 2026-08-31T09:31:53.700Z | uploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39680 bytes) |
| 2250 | 2026-08-31T09:31:54.712Z | uploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log |
| 2251 | 2026-08-31T09:31:54.713Z | uploading: /work/r2.test_ipv6_basic_peering_active.log (39856 bytes) |
| 2252 | 2026-08-31T09:31:55.724Z | uploaded: /work/r2.test_ipv6_basic_peering_active.log |
| 2253 | 2026-08-31T09:31:55.724Z | uploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47787 bytes) |
| 2254 | 2026-08-31T09:31:56.735Z | uploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log |
| 2255 | 2026-08-31T09:31:56.735Z | uploading: /work/r2.test_ipv6_basic_peering_passive.log (42941 bytes) |
| 2256 | 2026-08-31T09:31:57.746Z | uploaded: /work/r2.test_ipv6_basic_peering_passive.log |
| 2257 | 2026-08-31T09:31:57.746Z | uploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48277 bytes) |
| 2258 | 2026-08-31T09:31:58.757Z | uploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log |
| 2259 | 2026-08-31T09:31:58.757Z | uploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39553 bytes) |
| 2260 | 2026-08-31T09:31:59.766Z | uploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log |
| 2261 | 2026-08-31T09:31:59.766Z | uploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29066 bytes) |
| 2262 | 2026-08-31T09:32:00.773Z | uploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log |
| 2263 | 2026-08-31T09:32:00.773Z | uploading: /work/r2.test_three_router_chain_tcp.log (44777 bytes) |
| 2264 | 2026-08-31T09:32:01.782Z | uploaded: /work/r2.test_three_router_chain_tcp.log |
| 2265 | 2026-08-31T09:32:01.782Z | uploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44201 bytes) |
| 2266 | 2026-08-31T09:32:02.791Z | uploaded: /work/r2.test_three_router_chain_tcp_ipv6.log |
| 2267 | 2026-08-31T09:32:02.792Z | uploading: /work/r3.test_three_router_chain_tcp.log (23588 bytes) |
| 2268 | 2026-08-31T09:32:03.801Z | uploaded: /work/r3.test_three_router_chain_tcp.log |
| 2269 | 2026-08-31T09:32:03.801Z | uploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22190 bytes) |
| 2270 | 2026-08-31T09:32:04.809Z | uploaded: /work/r3.test_three_router_chain_tcp_ipv6.log |
| 2271 | 2026-08-31T09:32:04.809Z | uploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (533 bytes) |
| 2272 | 2026-08-31T09:32:05.817Z | uploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log |
| 2273 | 2026-08-31T09:32:05.817Z | uploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1939 bytes) |
| 2274 | 2026-08-31T09:32:06.826Z | uploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log |
| 2275 | 2026-08-31T09:32:06.826Z | uploading: /work/same_linklocal.log (123688 bytes) |
| 2276 | 2026-08-31T09:32:07.837Z | uploaded: /work/same_linklocal.log |
| 2277 | 2026-08-31T09:32:07.840Z | uploading: /work/three_chain.log (112568 bytes) |
| 2278 | 2026-08-31T09:32:08.849Z | uploaded: /work/three_chain.log |
| 2279 | 2026-08-31T09:32:08.849Z | uploading: /work/unnumbered_expiry.log (91281 bytes) |
| 2280 | 2026-08-31T09:32:09.859Z | uploaded: /work/unnumbered_expiry.log |
| 2281 | 2026-08-31T09:32:09.859Z | uploading: /work/unnumbered_interface_lifecycle.log (123206 bytes) |
| 2282 | 2026-08-31T09:32:10.868Z | uploaded: /work/unnumbered_interface_lifecycle.log |
| 2283 | 2026-08-31T09:32:10.869Z | uploading: /work/unnumbered_peer_change.log (80543 bytes) |
| 2284 | 2026-08-31T09:32:11.877Z | uploaded: /work/unnumbered_peer_change.log |