|
|
|
| 1 | 2026-08-31T09:25:07.619Z | job assigned to worker 01M1BJ4DCNQ02J65G7KFKMXKAG [factory aws, i-099154225bf6a189b] (queued for 1 m 5 s) |
| |
| 2 | 2026-08-31T09:25:13.917Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:13.922Z | ++ uname -s |
| 4 | 2026-08-31T09:25:13.924Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:13.924Z | + build_user=build |
| 6 | 2026-08-31T09:25:13.925Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:13.925Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:13.925Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:13.925Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:13.925Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:13.925Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:13.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:15.930Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:15.997Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:16.000Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:16.000Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:16.000Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:16.000Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:18.003Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:18.006Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:18.014Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:18.017Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:18.017Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-31T09:25:18.017Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-31T09:25:18.018Z | * rust toolchain profile = "default" |
| 26 | 2026-08-31T09:25:18.018Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:18.018Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:25:18.020Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:18.020Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:18.103Z | info: downloading installer |
| 31 | 2026-08-31T09:25:19.388Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:19.388Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:19.388Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:19.388Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:19.400Z | info: profile set to default |
| 36 | 2026-08-31T09:25:19.400Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:19.405Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:19.536Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:19.539Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:36.879Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:36.879Z | |
| 42 | 2026-08-31T09:25:36.905Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:36.906Z | |
| 44 | 2026-08-31T09:25:36.906Z | |
| 45 | 2026-08-31T09:25:36.906Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:36.906Z | |
| 47 | 2026-08-31T09:25:36.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:36.906Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:36.906Z | |
| 50 | 2026-08-31T09:25:36.906Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:36.906Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:36.906Z | |
| 53 | 2026-08-31T09:25:36.906Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:36.908Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:36.909Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:36.909Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:36.909Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:36.909Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:36.909Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:36.909Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:36.909Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:37.008Z | + rustup --version |
| 63 | 2026-08-31T09:25:37.016Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:37.016Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:37.032Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:37.035Z | + cargo --version |
| 67 | 2026-08-31T09:25:37.056Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:37.061Z | + rustc --version |
| 69 | 2026-08-31T09:25:37.069Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:37.072Z | process exited: duration 19057 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:37.079Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:37.095Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:37.101Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:37.104Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:37.107Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:37.138Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:38.664Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:38.664Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:38.959Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:38.959Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:38.964Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:38.967Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:38.967Z | + current=main |
| 84 | 2026-08-31T09:25:38.967Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:38.967Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:38.972Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:38.981Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:38.984Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:38.992Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:38.997Z | process exited: duration 1891 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:39.003Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:39.008Z | + set -e |
| 93 | 2026-08-31T09:25:39.008Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-31T09:25:39.011Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-31T09:25:39.011Z | ++ PLATFORM=illumos |
| 96 | 2026-08-31T09:25:39.011Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-31T09:25:39.011Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-31T09:25:39.011Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-31T09:25:39.011Z | +++ cargo --version |
| 100 | 2026-08-31T09:25:39.013Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-31T09:25:39.158Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T09:25:39.161Z | info: downloading 6 components |
| 103 | 2026-08-31T09:25:55.036Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-31T09:25:55.039Z | +++ rustc --version |
| 105 | 2026-08-31T09:25:55.064Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-31T09:25:55.068Z | ++ banner install |
| 107 | 2026-08-31T09:25:55.072Z | |
| 108 | 2026-08-31T09:25:55.072Z | # # # #### ##### ## # # |
| 109 | 2026-08-31T09:25:55.072Z | # ## # # # # # # # |
| 110 | 2026-08-31T09:25:55.072Z | # # # # #### # # # # # |
| 111 | 2026-08-31T09:25:55.072Z | # # # # # # ###### # # |
| 112 | 2026-08-31T09:25:55.072Z | # # ## # # # # # # # |
| 113 | 2026-08-31T09:25:55.072Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-31T09:25:55.073Z | |
| 115 | 2026-08-31T09:25:55.073Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-31T09:25:56.496Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-31T09:25:56.899Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-31T09:25:59.200Z | Planning: Solver setup ... Done |
| 119 | 2026-08-31T09:25:59.265Z | Planning: Running solver ... Done |
| 120 | 2026-08-31T09:25:59.314Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-31T09:25:59.315Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-31T09:25:59.318Z | Planning: Planning completed in 2.38 seconds |
| 123 | 2026-08-31T09:25:59.331Z | No updates necessary for this image. |
| 124 | 2026-08-31T09:25:59.574Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-31T09:25:59.619Z | Updating crates.io index |
| 126 | 2026-08-31T09:25:59.719Z | Downloading crates ... |
| 127 | 2026-08-31T09:25:59.773Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-31T09:25:59.831Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-31T09:25:59.836Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-31T09:25:59.836Z | | |
| 131 | 2026-08-31T09:25:59.836Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-31T09:25:59.836Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-31T09:25:59.872Z | Updating crates.io index |
| 134 | 2026-08-31T09:26:01.865Z | Locking 398 packages to latest compatible versions |
| 135 | 2026-08-31T09:26:01.869Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-31T09:26:01.872Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-31T09:26:01.872Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-31T09:26:01.872Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-31T09:26:01.872Z | Adding guppy v0.17.26 (available: v0.18.0) |
| 140 | 2026-08-31T09:26:01.875Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 141 | 2026-08-31T09:26:01.875Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 142 | 2026-08-31T09:26:01.875Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 143 | 2026-08-31T09:26:01.875Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 144 | 2026-08-31T09:26:01.879Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 145 | 2026-08-31T09:26:01.883Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 146 | 2026-08-31T09:26:01.904Z | Downloading crates ... |
| 147 | 2026-08-31T09:26:01.922Z | Downloaded adler2 v2.0.1 |
| 148 | 2026-08-31T09:26:01.924Z | Downloaded addr2line v0.25.1 |
| 149 | 2026-08-31T09:26:01.932Z | Downloaded anstyle-parse v1.0.0 |
| 150 | 2026-08-31T09:26:01.937Z | Downloaded ahash v0.8.12 |
| 151 | 2026-08-31T09:26:01.941Z | Downloaded anstyle v1.0.14 |
| 152 | 2026-08-31T09:26:01.944Z | Downloaded cargo-platform v0.3.3 |
| 153 | 2026-08-31T09:26:01.948Z | Downloaded heck v0.5.0 |
| 154 | 2026-08-31T09:26:01.953Z | Downloaded pkg-config v0.3.34 |
| 155 | 2026-08-31T09:26:01.955Z | Downloaded async-scoped v0.9.0 |
| 156 | 2026-08-31T09:26:01.955Z | Downloaded atomic-waker v1.1.2 |
| 157 | 2026-08-31T09:26:01.958Z | Downloaded atomicwrites v0.4.4 |
| 158 | 2026-08-31T09:26:01.958Z | Downloaded backtrace-ext v0.2.1 |
| 159 | 2026-08-31T09:26:01.960Z | Downloaded proc-macro2 v1.0.107 |
| 160 | 2026-08-31T09:26:01.963Z | Downloaded cfg-if v1.0.4 |
| 161 | 2026-08-31T09:26:01.965Z | Downloaded anstream v1.0.0 |
| 162 | 2026-08-31T09:26:01.968Z | Downloaded block-buffer v0.10.4 |
| 163 | 2026-08-31T09:26:01.970Z | Downloaded cfg_aliases v0.2.2 |
| 164 | 2026-08-31T09:26:01.973Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 165 | 2026-08-31T09:26:01.973Z | Downloaded rustc_version v0.4.1 |
| 166 | 2026-08-31T09:26:01.975Z | Downloaded anstyle-query v1.1.5 |
| 167 | 2026-08-31T09:26:01.978Z | Downloaded futures-task v0.3.34 |
| 168 | 2026-08-31T09:26:01.981Z | Downloaded serde-value v0.7.0 |
| 169 | 2026-08-31T09:26:01.985Z | Downloaded clap_lex v1.1.0 |
| 170 | 2026-08-31T09:26:01.985Z | Downloaded rustc-hash v2.1.3 |
| 171 | 2026-08-31T09:26:01.989Z | Downloaded tokio-macros v2.7.2 |
| 172 | 2026-08-31T09:26:01.992Z | Downloaded cargo-platform v0.2.0 |
| 173 | 2026-08-31T09:26:01.992Z | Downloaded tinyvec_macros v0.1.1 |
| 174 | 2026-08-31T09:26:01.994Z | Downloaded cpufeatures v0.2.17 |
| 175 | 2026-08-31T09:26:02.000Z | Downloaded rand_core v0.9.5 |
| 176 | 2026-08-31T09:26:02.000Z | Downloaded rustc-demangle v0.1.28 |
| 177 | 2026-08-31T09:26:02.005Z | Downloaded rand_pcg v0.10.2 |
| 178 | 2026-08-31T09:26:02.007Z | Downloaded foreign-types v0.3.2 |
| 179 | 2026-08-31T09:26:02.007Z | Downloaded serde_ignored v0.1.14 |
| 180 | 2026-08-31T09:26:02.007Z | Downloaded crypto-common v0.1.7 |
| 181 | 2026-08-31T09:26:02.007Z | Downloaded futures-macro v0.3.34 |
| 182 | 2026-08-31T09:26:02.011Z | Downloaded strsim v0.11.1 |
| 183 | 2026-08-31T09:26:02.015Z | Downloaded thread_local v1.1.10 |
| 184 | 2026-08-31T09:26:02.015Z | Downloaded cargo-util-schemas v0.2.0 |
| 185 | 2026-08-31T09:26:02.015Z | Downloaded strip-ansi-escapes v0.2.1 |
| 186 | 2026-08-31T09:26:02.015Z | Downloaded base64ct v1.8.3 |
| 187 | 2026-08-31T09:26:02.017Z | Downloaded cfg-expr v0.20.9 |
| 188 | 2026-08-31T09:26:02.018Z | Downloaded sync_wrapper v1.0.2 |
| 189 | 2026-08-31T09:26:02.024Z | Downloaded fnv v1.0.7 |
| 190 | 2026-08-31T09:26:02.028Z | Downloaded supports-hyperlinks v3.2.0 |
| 191 | 2026-08-31T09:26:02.028Z | Downloaded colorchoice v1.0.5 |
| 192 | 2026-08-31T09:26:02.029Z | Downloaded serde_spanned v0.6.9 |
| 193 | 2026-08-31T09:26:02.029Z | Downloaded serde_spanned v1.1.1 |
| 194 | 2026-08-31T09:26:02.029Z | Downloaded terminal_size v0.4.4 |
| 195 | 2026-08-31T09:26:02.031Z | Downloaded document-features v0.2.12 |
| 196 | 2026-08-31T09:26:02.031Z | Downloaded errno v0.3.14 |
| 197 | 2026-08-31T09:26:02.034Z | Downloaded debug-ignore v1.0.5 |
| 198 | 2026-08-31T09:26:02.034Z | Downloaded supports-unicode v3.0.0 |
| 199 | 2026-08-31T09:26:02.034Z | Downloaded sigchld v0.2.4 |
| 200 | 2026-08-31T09:26:02.037Z | Downloaded supports-color v3.0.2 |
| 201 | 2026-08-31T09:26:02.040Z | Downloaded foreign-types-shared v0.1.1 |
| 202 | 2026-08-31T09:26:02.040Z | Downloaded futures-sink v0.3.34 |
| 203 | 2026-08-31T09:26:02.044Z | Downloaded form_urlencoded v1.2.2 |
| 204 | 2026-08-31T09:26:02.044Z | Downloaded futures-core v0.3.34 |
| 205 | 2026-08-31T09:26:02.046Z | Downloaded subtle v2.6.1 |
| 206 | 2026-08-31T09:26:02.046Z | Downloaded signature v2.2.0 |
| 207 | 2026-08-31T09:26:02.049Z | Downloaded shell-words v1.1.1 |
| 208 | 2026-08-31T09:26:02.049Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2026-08-31T09:26:02.051Z | Downloaded generic-array v0.14.7 |
| 210 | 2026-08-31T09:26:02.051Z | Downloaded number_prefix v0.4.0 |
| 211 | 2026-08-31T09:26:02.052Z | Downloaded openssl-macros v0.1.1 |
| 212 | 2026-08-31T09:26:02.054Z | Downloaded cpufeatures v0.3.1 |
| 213 | 2026-08-31T09:26:02.055Z | Downloaded swrite v0.1.0 |
| 214 | 2026-08-31T09:26:02.057Z | Downloaded signal-hook-mio v0.2.5 |
| 215 | 2026-08-31T09:26:02.057Z | Downloaded enable-ansi-support v0.2.1 |
| 216 | 2026-08-31T09:26:02.058Z | Downloaded equivalent v1.0.2 |
| 217 | 2026-08-31T09:26:02.058Z | Downloaded futures-io v0.3.34 |
| 218 | 2026-08-31T09:26:02.062Z | Downloaded pkcs8 v0.10.2 |
| 219 | 2026-08-31T09:26:02.065Z | Downloaded color-spantrace v0.3.0 |
| 220 | 2026-08-31T09:26:02.065Z | Downloaded quinn-udp v0.5.15 |
| 221 | 2026-08-31T09:26:02.067Z | Downloaded rand_chacha v0.9.0 |
| 222 | 2026-08-31T09:26:02.072Z | Downloaded pin-project-lite v0.2.17 |
| 223 | 2026-08-31T09:26:02.075Z | Downloaded ppv-lite86 v0.2.21 |
| 224 | 2026-08-31T09:26:02.077Z | Downloaded self-replace v1.5.0 |
| 225 | 2026-08-31T09:26:02.077Z | Downloaded serde-untagged v0.1.9 |
| 226 | 2026-08-31T09:26:02.081Z | Downloaded indenter v0.3.4 |
| 227 | 2026-08-31T09:26:02.084Z | Downloaded guppy-workspace-hack v0.1.0 |
| 228 | 2026-08-31T09:26:02.084Z | Downloaded tower-layer v0.3.3 |
| 229 | 2026-08-31T09:26:02.084Z | Downloaded try-lock v0.2.5 |
| 230 | 2026-08-31T09:26:02.086Z | Downloaded unicode-xid v0.2.6 |
| 231 | 2026-08-31T09:26:02.089Z | Downloaded mukti-metadata v0.3.0 |
| 232 | 2026-08-31T09:26:02.089Z | Downloaded tower-service v0.3.3 |
| 233 | 2026-08-31T09:26:02.089Z | Downloaded utf8parse v0.2.2 |
| 234 | 2026-08-31T09:26:02.092Z | Downloaded scopeguard v1.2.0 |
| 235 | 2026-08-31T09:26:02.095Z | Downloaded camino-tempfile v1.4.1 |
| 236 | 2026-08-31T09:26:02.100Z | Downloaded cargo_metadata v0.20.0 |
| 237 | 2026-08-31T09:26:02.102Z | Downloaded fixedbitset v0.5.7 |
| 238 | 2026-08-31T09:26:02.102Z | Downloaded rand_core v0.6.4 |
| 239 | 2026-08-31T09:26:02.102Z | Downloaded tokio-native-tls v0.3.1 |
| 240 | 2026-08-31T09:26:02.107Z | Downloaded autocfg v1.5.1 |
| 241 | 2026-08-31T09:26:02.107Z | Downloaded cargo_metadata v0.23.1 |
| 242 | 2026-08-31T09:26:02.112Z | Downloaded future-queue v0.4.0 |
| 243 | 2026-08-31T09:26:02.114Z | Downloaded fastrand v2.5.0 |
| 244 | 2026-08-31T09:26:02.115Z | Downloaded static_assertions v1.1.0 |
| 245 | 2026-08-31T09:26:02.115Z | Downloaded thiserror-impl v1.0.69 |
| 246 | 2026-08-31T09:26:02.117Z | Downloaded slab v0.4.12 |
| 247 | 2026-08-31T09:26:02.117Z | Downloaded thiserror v1.0.69 |
| 248 | 2026-08-31T09:26:02.120Z | Downloaded clap_derive v4.6.4 |
| 249 | 2026-08-31T09:26:02.120Z | Downloaded serde_path_to_error v0.1.20 |
| 250 | 2026-08-31T09:26:02.120Z | Downloaded sha2 v0.10.9 |
| 251 | 2026-08-31T09:26:02.122Z | Downloaded clap v4.6.6 |
| 252 | 2026-08-31T09:26:02.128Z | Downloaded target-lexicon v0.13.5 |
| 253 | 2026-08-31T09:26:02.131Z | Downloaded home v0.5.12 |
| 254 | 2026-08-31T09:26:02.131Z | Downloaded shared_child v1.1.1 |
| 255 | 2026-08-31T09:26:02.131Z | Downloaded spki v0.7.3 |
| 256 | 2026-08-31T09:26:02.131Z | Downloaded thiserror v2.0.20 |
| 257 | 2026-08-31T09:26:02.131Z | Downloaded shlex v2.0.1 |
| 258 | 2026-08-31T09:26:02.134Z | Downloaded percent-encoding v2.3.2 |
| 259 | 2026-08-31T09:26:02.134Z | Downloaded is_terminal_polyfill v1.70.2 |
| 260 | 2026-08-31T09:26:02.134Z | Downloaded pathdiff v0.2.3 |
| 261 | 2026-08-31T09:26:02.134Z | Downloaded xattr v1.6.1 |
| 262 | 2026-08-31T09:26:02.134Z | Downloaded typeid v1.0.3 |
| 263 | 2026-08-31T09:26:02.139Z | Downloaded urlencoding v2.1.3 |
| 264 | 2026-08-31T09:26:02.139Z | Downloaded quote v1.0.47 |
| 265 | 2026-08-31T09:26:02.139Z | Downloaded simd-adler32 v0.3.10 |
| 266 | 2026-08-31T09:26:02.139Z | Downloaded smol_str v0.3.6 |
| 267 | 2026-08-31T09:26:02.142Z | Downloaded thiserror-impl v2.0.20 |
| 268 | 2026-08-31T09:26:02.142Z | Downloaded version_check v0.9.5 |
| 269 | 2026-08-31T09:26:02.142Z | Downloaded hex v0.4.3 |
| 270 | 2026-08-31T09:26:02.142Z | Downloaded semver v1.0.28 |
| 271 | 2026-08-31T09:26:02.142Z | Downloaded pin-project-internal v1.1.13 |
| 272 | 2026-08-31T09:26:02.146Z | Downloaded nested v0.1.1 |
| 273 | 2026-08-31T09:26:02.146Z | Downloaded toml_datetime v0.6.11 |
| 274 | 2026-08-31T09:26:02.146Z | Downloaded humantime-serde v1.1.1 |
| 275 | 2026-08-31T09:26:02.146Z | Downloaded rustls-pki-types v1.15.1 |
| 276 | 2026-08-31T09:26:02.146Z | Downloaded rand_core v0.10.1 |
| 277 | 2026-08-31T09:26:02.150Z | Downloaded ed25519 v2.2.3 |
| 278 | 2026-08-31T09:26:02.150Z | Downloaded foldhash v0.1.5 |
| 279 | 2026-08-31T09:26:02.150Z | Downloaded quick-junit v0.5.2 |
| 280 | 2026-08-31T09:26:02.150Z | Downloaded convert_case v0.10.0 |
| 281 | 2026-08-31T09:26:02.150Z | Downloaded digest v0.10.7 |
| 282 | 2026-08-31T09:26:02.150Z | Downloaded idna_adapter v1.0.0 |
| 283 | 2026-08-31T09:26:02.153Z | Downloaded hyper-rustls v0.27.9 |
| 284 | 2026-08-31T09:26:02.153Z | Downloaded globset v0.4.20 |
| 285 | 2026-08-31T09:26:02.153Z | Downloaded native-tls v0.2.18 |
| 286 | 2026-08-31T09:26:02.156Z | Downloaded either v1.18.0 |
| 287 | 2026-08-31T09:26:02.160Z | Downloaded filetime v0.2.29 |
| 288 | 2026-08-31T09:26:02.163Z | Downloaded futures-executor v0.3.34 |
| 289 | 2026-08-31T09:26:02.163Z | Downloaded want v0.3.1 |
| 290 | 2026-08-31T09:26:02.172Z | Downloaded zstd v0.13.3 |
| 291 | 2026-08-31T09:26:02.174Z | Downloaded dialoguer v0.11.0 |
| 292 | 2026-08-31T09:26:02.225Z | Downloaded unicode-linebreak v0.1.5 |
| 293 | 2026-08-31T09:26:02.225Z | Downloaded indent_write v2.2.0 |
| 294 | 2026-08-31T09:26:02.225Z | Downloaded openssl-probe v0.2.1 |
| 295 | 2026-08-31T09:26:02.225Z | Downloaded self_update v0.42.0 |
| 296 | 2026-08-31T09:26:02.225Z | Downloaded smallvec v1.15.2 |
| 297 | 2026-08-31T09:26:02.225Z | Downloaded tempfile v3.27.0 |
| 298 | 2026-08-31T09:26:02.225Z | Downloaded target-spec-miette v0.4.8 |
| 299 | 2026-08-31T09:26:02.225Z | Downloaded const-oid v0.9.6 |
| 300 | 2026-08-31T09:26:02.225Z | Downloaded signal-hook-registry v1.4.8 |
| 301 | 2026-08-31T09:26:02.225Z | Downloaded chacha20 v0.10.2 |
| 302 | 2026-08-31T09:26:02.225Z | Downloaded crc32fast v1.5.1 |
| 303 | 2026-08-31T09:26:02.225Z | Downloaded lazy_static v1.5.0 |
| 304 | 2026-08-31T09:26:02.225Z | Downloaded os_pipe v1.2.3 |
| 305 | 2026-08-31T09:26:02.225Z | Downloaded target-spec v3.7.0 |
| 306 | 2026-08-31T09:26:02.225Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 307 | 2026-08-31T09:26:02.225Z | Downloaded http-body v1.1.0 |
| 308 | 2026-08-31T09:26:02.225Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-08-31T09:26:02.225Z | Downloaded ryu v1.0.23 |
| 310 | 2026-08-31T09:26:02.225Z | Downloaded untrusted v0.9.0 |
| 311 | 2026-08-31T09:26:02.225Z | Downloaded serde_derive v1.0.229 |
| 312 | 2026-08-31T09:26:02.225Z | Downloaded serde_core v1.0.229 |
| 313 | 2026-08-31T09:26:02.228Z | Downloaded is_ci v1.2.0 |
| 314 | 2026-08-31T09:26:02.228Z | Downloaded miette-derive v7.6.0 |
| 315 | 2026-08-31T09:26:02.231Z | Downloaded nextest-metadata v0.12.2 |
| 316 | 2026-08-31T09:26:02.236Z | Downloaded nextest-workspace-hack v0.1.0 |
| 317 | 2026-08-31T09:26:02.240Z | Downloaded hyper-tls v0.6.0 |
| 318 | 2026-08-31T09:26:02.243Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 319 | 2026-08-31T09:26:02.247Z | Downloaded tracing-error v0.2.1 |
| 320 | 2026-08-31T09:26:02.247Z | Downloaded itoa v1.0.18 |
| 321 | 2026-08-31T09:26:02.247Z | Downloaded console v0.15.11 |
| 322 | 2026-08-31T09:26:02.249Z | Downloaded find-msvc-tools v0.1.11 |
| 323 | 2026-08-31T09:26:02.249Z | Downloaded futures-channel v0.3.34 |
| 324 | 2026-08-31T09:26:02.249Z | Downloaded getrandom v0.2.17 |
| 325 | 2026-08-31T09:26:02.253Z | Downloaded utf8_iter v1.0.4 |
| 326 | 2026-08-31T09:26:02.253Z | Downloaded owo-colors v4.4.0 |
| 327 | 2026-08-31T09:26:02.256Z | Downloaded eyre v0.6.14 |
| 328 | 2026-08-31T09:26:02.261Z | Downloaded erased-serde v0.4.10 |
| 329 | 2026-08-31T09:26:02.265Z | Downloaded pin-project v1.1.13 |
| 330 | 2026-08-31T09:26:02.267Z | Downloaded zipsign-api v0.1.5 |
| 331 | 2026-08-31T09:26:02.267Z | Downloaded duct v0.13.7 |
| 332 | 2026-08-31T09:26:02.267Z | Downloaded parking_lot_core v0.9.12 |
| 333 | 2026-08-31T09:26:02.271Z | Downloaded tracing-log v0.2.0 |
| 334 | 2026-08-31T09:26:02.271Z | Downloaded socket2 v0.6.5 |
| 335 | 2026-08-31T09:26:02.274Z | Downloaded lock_api v0.4.14 |
| 336 | 2026-08-31T09:26:02.274Z | Downloaded sharded-slab v0.1.7 |
| 337 | 2026-08-31T09:26:02.276Z | Downloaded signal-hook v0.3.18 |
| 338 | 2026-08-31T09:26:02.276Z | Downloaded tinyvec v1.12.0 |
| 339 | 2026-08-31T09:26:02.280Z | Downloaded bitflags v2.13.1 |
| 340 | 2026-08-31T09:26:02.283Z | Downloaded getrandom v0.3.4 |
| 341 | 2026-08-31T09:26:02.286Z | Downloaded http-body-util v0.1.5 |
| 342 | 2026-08-31T09:26:02.288Z | Downloaded humantime v2.4.0 |
| 343 | 2026-08-31T09:26:02.288Z | Downloaded jobserver v0.1.35 |
| 344 | 2026-08-31T09:26:02.288Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 345 | 2026-08-31T09:26:02.292Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 346 | 2026-08-31T09:26:02.296Z | Downloaded zeroize v1.9.0 |
| 347 | 2026-08-31T09:26:02.296Z | Downloaded lru-slab v0.1.2 |
| 348 | 2026-08-31T09:26:02.299Z | Downloaded httparse v1.10.1 |
| 349 | 2026-08-31T09:26:02.302Z | Downloaded log v0.4.34 |
| 350 | 2026-08-31T09:26:02.306Z | Downloaded litrs v1.0.0 |
| 351 | 2026-08-31T09:26:02.306Z | Downloaded xxhash-rust v0.8.18 |
| 352 | 2026-08-31T09:26:02.309Z | Downloaded iana-time-zone v0.1.65 |
| 353 | 2026-08-31T09:26:02.309Z | Downloaded once_cell v1.21.4 |
| 354 | 2026-08-31T09:26:02.309Z | Downloaded tokio-rustls v0.26.4 |
| 355 | 2026-08-31T09:26:02.309Z | Downloaded ordered-float v2.10.1 |
| 356 | 2026-08-31T09:26:02.312Z | Downloaded unicase v2.9.0 |
| 357 | 2026-08-31T09:26:02.312Z | Downloaded ipnet v2.12.1 |
| 358 | 2026-08-31T09:26:02.317Z | Downloaded config v0.15.25 |
| 359 | 2026-08-31T09:26:02.320Z | Downloaded derive-where v1.6.1 |
| 360 | 2026-08-31T09:26:02.323Z | Downloaded zmij v1.0.23 |
| 361 | 2026-08-31T09:26:02.323Z | Downloaded zstd-safe v7.2.4 |
| 362 | 2026-08-31T09:26:02.323Z | Downloaded newtype-uuid v1.4.0 |
| 363 | 2026-08-31T09:26:02.327Z | Downloaded getrandom v0.4.3 |
| 364 | 2026-08-31T09:26:02.337Z | Downloaded vte v0.14.1 |
| 365 | 2026-08-31T09:26:02.341Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-08-31T09:26:02.341Z | Downloaded bytes v1.12.1 |
| 367 | 2026-08-31T09:26:02.344Z | Downloaded camino v1.2.5 |
| 368 | 2026-08-31T09:26:02.346Z | Downloaded openssl-sys v0.9.117 |
| 369 | 2026-08-31T09:26:02.349Z | Downloaded nextest-filtering v0.15.0 |
| 370 | 2026-08-31T09:26:02.352Z | Downloaded quinn v0.11.11 |
| 371 | 2026-08-31T09:26:02.354Z | Downloaded tokio-stream v0.1.19 |
| 372 | 2026-08-31T09:26:02.363Z | Downloaded toml v0.8.23 |
| 373 | 2026-08-31T09:26:02.367Z | Downloaded flate2 v1.1.10 |
| 374 | 2026-08-31T09:26:02.371Z | Downloaded tracing-attributes v0.1.31 |
| 375 | 2026-08-31T09:26:02.374Z | Downloaded futures v0.3.34 |
| 376 | 2026-08-31T09:26:02.381Z | Downloaded rustls-webpki v0.103.15 |
| 377 | 2026-08-31T09:26:02.391Z | Downloaded borsh v1.8.1 |
| 378 | 2026-08-31T09:26:02.396Z | Downloaded base64 v0.22.1 |
| 379 | 2026-08-31T09:26:02.399Z | Downloaded tar v0.4.46 |
| 380 | 2026-08-31T09:26:02.399Z | Downloaded derive_more v2.1.1 |
| 381 | 2026-08-31T09:26:02.401Z | Downloaded rand v0.9.5 |
| 382 | 2026-08-31T09:26:02.404Z | Downloaded cc v1.4.4 |
| 383 | 2026-08-31T09:26:02.407Z | Downloaded toml_edit v0.22.27 |
| 384 | 2026-08-31T09:26:02.407Z | Downloaded tracing-core v0.1.36 |
| 385 | 2026-08-31T09:26:02.411Z | Downloaded miniz_oxide v0.9.1 |
| 386 | 2026-08-31T09:26:02.414Z | Downloaded num-traits v0.2.19 |
| 387 | 2026-08-31T09:26:02.414Z | Downloaded der v0.7.10 |
| 388 | 2026-08-31T09:26:02.416Z | Downloaded parking_lot v0.12.5 |
| 389 | 2026-08-31T09:26:02.420Z | Downloaded unicode-ident v1.0.24 |
| 390 | 2026-08-31T09:26:02.423Z | Downloaded ed25519-dalek v2.2.0 |
| 391 | 2026-08-31T09:26:02.432Z | Downloaded rand v0.10.2 |
| 392 | 2026-08-31T09:26:02.437Z | Downloaded serde v1.0.229 |
| 393 | 2026-08-31T09:26:02.443Z | Downloaded indicatif v0.17.11 |
| 394 | 2026-08-31T09:26:02.443Z | Downloaded backtrace v0.3.76 |
| 395 | 2026-08-31T09:26:02.449Z | Downloaded derive_more-impl v2.1.1 |
| 396 | 2026-08-31T09:26:02.452Z | Downloaded url v2.5.8 |
| 397 | 2026-08-31T09:26:02.456Z | Downloaded uuid v1.26.0 |
| 398 | 2026-08-31T09:26:02.458Z | Downloaded miniz_oxide v0.8.9 |
| 399 | 2026-08-31T09:26:02.463Z | Downloaded aho-corasick v1.1.5 |
| 400 | 2026-08-31T09:26:02.490Z | Downloaded ron v0.12.2 |
| 401 | 2026-08-31T09:26:02.494Z | Downloaded memchr v2.8.3 |
| 402 | 2026-08-31T09:26:02.497Z | Downloaded miette v7.6.0 |
| 403 | 2026-08-31T09:26:02.506Z | Downloaded indexmap v2.14.1 |
| 404 | 2026-08-31T09:26:02.509Z | Downloaded tower v0.5.3 |
| 405 | 2026-08-31T09:26:02.512Z | Downloaded http v1.5.0 |
| 406 | 2026-08-31T09:26:02.514Z | Downloaded unicode-segmentation v1.13.3 |
| 407 | 2026-08-31T09:26:02.514Z | Downloaded mio v1.2.2 |
| 408 | 2026-08-31T09:26:02.519Z | Downloaded crossterm v0.29.0 |
| 409 | 2026-08-31T09:26:02.523Z | Downloaded typenum v1.20.1 |
| 410 | 2026-08-31T09:26:02.526Z | Downloaded hashbrown v0.15.5 |
| 411 | 2026-08-31T09:26:02.540Z | Downloaded idna v1.1.0 |
| 412 | 2026-08-31T09:26:02.544Z | Downloaded guppy v0.17.26 |
| 413 | 2026-08-31T09:26:02.555Z | Downloaded regex v1.13.1 |
| 414 | 2026-08-31T09:26:02.558Z | Downloaded tower-http v0.6.11 |
| 415 | 2026-08-31T09:26:02.562Z | Downloaded clap_builder v4.6.6 |
| 416 | 2026-08-31T09:26:02.566Z | Downloaded h2 v0.4.19 |
| 417 | 2026-08-31T09:26:02.570Z | Downloaded hashbrown v0.17.1 |
| 418 | 2026-08-31T09:26:02.573Z | Downloaded serde_json v1.0.151 |
| 419 | 2026-08-31T09:26:02.577Z | Downloaded hyper-util v0.1.20 |
| 420 | 2026-08-31T09:26:02.580Z | Downloaded itertools v0.14.0 |
| 421 | 2026-08-31T09:26:02.584Z | Downloaded futures-util v0.3.34 |
| 422 | 2026-08-31T09:26:02.590Z | Downloaded reqwest v0.12.28 |
| 423 | 2026-08-31T09:26:02.600Z | Downloaded winnow v1.0.4 |
| 424 | 2026-08-31T09:26:02.606Z | Downloaded hyper v1.11.1 |
| 425 | 2026-08-31T09:26:02.609Z | Downloaded unicode-normalization v0.1.25 |
| 426 | 2026-08-31T09:26:02.617Z | Downloaded pulldown-cmark v0.13.4 |
| 427 | 2026-08-31T09:26:02.620Z | Downloaded chrono v0.4.45 |
| 428 | 2026-08-31T09:26:02.623Z | Downloaded quick-xml v0.37.5 |
| 429 | 2026-08-31T09:26:02.626Z | Downloaded tracing-subscriber v0.3.23 |
| 430 | 2026-08-31T09:26:02.630Z | Downloaded zlib-rs v0.6.7 |
| 431 | 2026-08-31T09:26:02.642Z | Downloaded quick-xml v0.38.4 |
| 432 | 2026-08-31T09:26:02.646Z | Downloaded portable-atomic v1.15.0 |
| 433 | 2026-08-31T09:26:02.655Z | Downloaded gimli v0.32.3 |
| 434 | 2026-08-31T09:26:02.659Z | Downloaded tokio-util v0.7.19 |
| 435 | 2026-08-31T09:26:02.663Z | Downloaded curve25519-dalek v4.1.3 |
| 436 | 2026-08-31T09:26:02.667Z | Downloaded unicode-width v0.2.2 |
| 437 | 2026-08-31T09:26:02.670Z | Downloaded openssl v0.10.81 |
| 438 | 2026-08-31T09:26:02.676Z | Downloaded bstr v1.13.1 |
| 439 | 2026-08-31T09:26:02.679Z | Downloaded winnow v0.7.15 |
| 440 | 2026-08-31T09:26:02.684Z | Downloaded object v0.37.3 |
| 441 | 2026-08-31T09:26:02.692Z | Downloaded quinn-proto v0.11.17 |
| 442 | 2026-08-31T09:26:02.714Z | Downloaded webpki-roots v1.0.9 |
| 443 | 2026-08-31T09:26:02.721Z | Downloaded color-eyre v0.6.5 |
| 444 | 2026-08-31T09:26:02.725Z | Downloaded vcpkg v0.2.15 |
| 445 | 2026-08-31T09:26:02.746Z | Downloaded libc v0.2.189 |
| 446 | 2026-08-31T09:26:02.789Z | Downloaded unicode-width v0.1.14 |
| 447 | 2026-08-31T09:26:02.793Z | Downloaded nextest-runner v0.80.0 |
| 448 | 2026-08-31T09:26:02.800Z | Downloaded zerocopy v0.8.56 |
| 449 | 2026-08-31T09:26:02.810Z | Downloaded syn v3.0.4 |
| 450 | 2026-08-31T09:26:02.822Z | Downloaded syn v2.0.119 |
| 451 | 2026-08-31T09:26:02.829Z | Downloaded regex-syntax v0.8.11 |
| 452 | 2026-08-31T09:26:02.833Z | Downloaded nix v0.30.1 |
| 453 | 2026-08-31T09:26:02.850Z | Downloaded rustls v0.23.43 |
| 454 | 2026-08-31T09:26:02.856Z | Downloaded rustix v0.38.44 |
| 455 | 2026-08-31T09:26:02.870Z | Downloaded rustix v1.1.4 |
| 456 | 2026-08-31T09:26:02.892Z | Downloaded tracing v0.1.44 |
| 457 | 2026-08-31T09:26:02.922Z | Downloaded regex-automata v0.4.18 |
| 458 | 2026-08-31T09:26:02.987Z | Downloaded petgraph v0.8.3 |
| 459 | 2026-08-31T09:26:03.005Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 460 | 2026-08-31T09:26:03.038Z | Downloaded tokio v1.53.1 |
| 461 | 2026-08-31T09:26:03.091Z | Downloaded recursion v0.5.4 |
| 462 | 2026-08-31T09:26:03.099Z | Downloaded ring v0.17.14 |
| 463 | 2026-08-31T09:26:03.157Z | Compiling proc-macro2 v1.0.107 |
| 464 | 2026-08-31T09:26:03.160Z | Compiling unicode-ident v1.0.24 |
| 465 | 2026-08-31T09:26:03.160Z | Compiling libc v0.2.189 |
| 466 | 2026-08-31T09:26:03.160Z | Compiling quote v1.0.47 |
| 467 | 2026-08-31T09:26:03.160Z | Compiling serde_core v1.0.229 |
| 468 | 2026-08-31T09:26:03.160Z | Compiling cfg-if v1.0.4 |
| 469 | 2026-08-31T09:26:03.160Z | Compiling memchr v2.8.3 |
| 470 | 2026-08-31T09:26:03.160Z | Compiling once_cell v1.21.4 |
| 471 | 2026-08-31T09:26:03.400Z | Compiling log v0.4.34 |
| 472 | 2026-08-31T09:26:03.414Z | Compiling pin-project-lite v0.2.17 |
| 473 | 2026-08-31T09:26:03.502Z | Compiling serde v1.0.229 |
| 474 | 2026-08-31T09:26:03.565Z | Compiling itoa v1.0.18 |
| 475 | 2026-08-31T09:26:03.674Z | Compiling futures-core v0.3.34 |
| 476 | 2026-08-31T09:26:03.799Z | Compiling smallvec v1.15.2 |
| 477 | 2026-08-31T09:26:03.825Z | Compiling bitflags v2.13.1 |
| 478 | 2026-08-31T09:26:03.846Z | Compiling find-msvc-tools v0.1.11 |
| 479 | 2026-08-31T09:26:04.063Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-08-31T09:26:04.071Z | Compiling equivalent v1.0.2 |
| 481 | 2026-08-31T09:26:04.164Z | Compiling errno v0.3.14 |
| 482 | 2026-08-31T09:26:04.212Z | Compiling shlex v2.0.1 |
| 483 | 2026-08-31T09:26:04.237Z | Compiling bytes v1.12.1 |
| 484 | 2026-08-31T09:26:04.397Z | Compiling signal-hook-registry v1.4.8 |
| 485 | 2026-08-31T09:26:04.400Z | Compiling jobserver v0.1.35 |
| 486 | 2026-08-31T09:26:04.444Z | Compiling mio v1.2.2 |
| 487 | 2026-08-31T09:26:04.479Z | Compiling rustix v1.1.4 |
| 488 | 2026-08-31T09:26:04.574Z | Compiling syn v3.0.4 |
| 489 | 2026-08-31T09:26:04.692Z | Compiling syn v2.0.119 |
| 490 | 2026-08-31T09:26:04.705Z | Compiling cc v1.4.4 |
| 491 | 2026-08-31T09:26:04.809Z | Compiling futures-sink v0.3.34 |
| 492 | 2026-08-31T09:26:04.927Z | Compiling socket2 v0.6.5 |
| 493 | 2026-08-31T09:26:05.100Z | Compiling slab v0.4.12 |
| 494 | 2026-08-31T09:26:05.106Z | Compiling autocfg v1.5.1 |
| 495 | 2026-08-31T09:26:05.294Z | Compiling zmij v1.0.23 |
| 496 | 2026-08-31T09:26:05.434Z | Compiling futures-channel v0.3.34 |
| 497 | 2026-08-31T09:26:05.602Z | Compiling indexmap v2.14.1 |
| 498 | 2026-08-31T09:26:05.681Z | Compiling tracing-core v0.1.36 |
| 499 | 2026-08-31T09:26:05.697Z | Compiling serde_json v1.0.151 |
| 500 | 2026-08-31T09:26:05.711Z | Compiling version_check v0.9.5 |
| 501 | 2026-08-31T09:26:06.007Z | Compiling futures-io v0.3.34 |
| 502 | 2026-08-31T09:26:06.035Z | Compiling futures-task v0.3.34 |
| 503 | 2026-08-31T09:26:06.202Z | Compiling getrandom v0.4.3 |
| 504 | 2026-08-31T09:26:06.324Z | Compiling camino v1.2.5 |
| 505 | 2026-08-31T09:26:06.477Z | Compiling unicode-width v0.2.2 |
| 506 | 2026-08-31T09:26:06.504Z | Compiling percent-encoding v2.3.2 |
| 507 | 2026-08-31T09:26:06.658Z | Compiling adler2 v2.0.1 |
| 508 | 2026-08-31T09:26:06.810Z | Compiling ring v0.17.14 |
| 509 | 2026-08-31T09:26:06.823Z | Compiling http v1.5.0 |
| 510 | 2026-08-31T09:26:06.835Z | Compiling zeroize v1.9.0 |
| 511 | 2026-08-31T09:26:07.023Z | Compiling num-traits v0.2.19 |
| 512 | 2026-08-31T09:26:07.040Z | Compiling target-lexicon v0.13.5 |
| 513 | 2026-08-31T09:26:07.253Z | Compiling zerocopy v0.8.56 |
| 514 | 2026-08-31T09:26:07.453Z | Compiling serde_derive v1.0.229 |
| 515 | 2026-08-31T09:26:07.503Z | Compiling tokio-macros v2.7.2 |
| 516 | 2026-08-31T09:26:07.549Z | Compiling futures-macro v0.3.34 |
| 517 | 2026-08-31T09:26:07.617Z | Compiling getrandom v0.3.4 |
| 518 | 2026-08-31T09:26:07.941Z | Compiling object v0.37.3 |
| 519 | 2026-08-31T09:26:08.217Z | Compiling tokio v1.53.1 |
| 520 | 2026-08-31T09:26:08.314Z | Compiling tracing-attributes v0.1.31 |
| 521 | 2026-08-31T09:26:08.344Z | Compiling http-body v1.1.0 |
| 522 | 2026-08-31T09:26:08.356Z | Compiling futures-util v0.3.34 |
| 523 | 2026-08-31T09:26:08.711Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-31T09:26:08.727Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-31T09:26:08.815Z | Compiling semver v1.0.28 |
| 526 | 2026-08-31T09:26:08.994Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-31T09:26:09.199Z | Compiling guppy-workspace-hack v0.1.0 |
| 528 | 2026-08-31T09:26:09.418Z | Compiling gimli v0.32.3 |
| 529 | 2026-08-31T09:26:09.466Z | Compiling thiserror v2.0.20 |
| 530 | 2026-08-31T09:26:09.513Z | Compiling tracing v0.1.44 |
| 531 | 2026-08-31T09:26:09.560Z | Compiling signal-hook v0.3.18 |
| 532 | 2026-08-31T09:26:09.771Z | Compiling utf8_iter v1.0.4 |
| 533 | 2026-08-31T09:26:09.793Z | Compiling httparse v1.10.1 |
| 534 | 2026-08-31T09:26:09.845Z | Compiling idna_adapter v1.0.0 |
| 535 | 2026-08-31T09:26:09.955Z | Compiling fnv v1.0.7 |
| 536 | 2026-08-31T09:26:09.960Z | Compiling untrusted v0.9.0 |
| 537 | 2026-08-31T09:26:10.032Z | Compiling idna v1.1.0 |
| 538 | 2026-08-31T09:26:10.961Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-31T09:26:11.032Z | Compiling miniz_oxide v0.8.9 |
| 540 | 2026-08-31T09:26:11.630Z | Compiling addr2line v0.25.1 |
| 541 | 2026-08-31T09:26:11.651Z | Compiling generic-array v0.14.7 |
| 542 | 2026-08-31T09:26:11.874Z | Compiling rustls v0.23.43 |
| 543 | 2026-08-31T09:26:12.054Z | Compiling fastrand v2.5.0 |
| 544 | 2026-08-31T09:26:12.088Z | Compiling try-lock v0.2.5 |
| 545 | 2026-08-31T09:26:12.093Z | Compiling tower-service v0.3.3 |
| 546 | 2026-08-31T09:26:12.120Z | Compiling pkg-config v0.3.34 |
| 547 | 2026-08-31T09:26:12.175Z | Compiling tokio-util v0.7.19 |
| 548 | 2026-08-31T09:26:12.189Z | Compiling typeid v1.0.3 |
| 549 | 2026-08-31T09:26:12.382Z | Compiling atomic-waker v1.1.2 |
| 550 | 2026-08-31T09:26:12.467Z | Compiling thiserror v1.0.69 |
| 551 | 2026-08-31T09:26:12.511Z | Compiling target-spec v3.7.0 |
| 552 | 2026-08-31T09:26:12.529Z | Compiling rustc-demangle v0.1.28 |
| 553 | 2026-08-31T09:26:12.805Z | Compiling h2 v0.4.19 |
| 554 | 2026-08-31T09:26:12.938Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 555 | 2026-08-31T09:26:13.323Z | Compiling tempfile v3.27.0 |
| 556 | 2026-08-31T09:26:13.345Z | Compiling want v0.3.1 |
| 557 | 2026-08-31T09:26:13.622Z | Compiling cfg-expr v0.20.9 |
| 558 | 2026-08-31T09:26:13.633Z | Compiling url v2.5.8 |
| 559 | 2026-08-31T09:26:13.707Z | Compiling backtrace v0.3.76 |
| 560 | 2026-08-31T09:26:14.527Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-08-31T09:26:14.539Z | Compiling terminal_size v0.4.4 |
| 562 | 2026-08-31T09:26:14.640Z | Compiling aho-corasick v1.1.5 |
| 563 | 2026-08-31T09:26:14.686Z | Compiling regex-syntax v0.8.11 |
| 564 | 2026-08-31T09:26:15.673Z | Compiling erased-serde v0.4.10 |
| 565 | 2026-08-31T09:26:15.954Z | Compiling typenum v1.20.1 |
| 566 | 2026-08-31T09:26:15.966Z | Compiling winnow v0.7.15 |
| 567 | 2026-08-31T09:26:16.628Z | Compiling rustls-webpki v0.103.15 |
| 568 | 2026-08-31T09:26:17.868Z | Compiling subtle v2.6.1 |
| 569 | 2026-08-31T09:26:18.029Z | Compiling owo-colors v4.4.0 |
| 570 | 2026-08-31T09:26:18.936Z | Compiling regex-automata v0.4.18 |
| 571 | 2026-08-31T09:26:19.199Z | Compiling hyper v1.11.1 |
| 572 | 2026-08-31T09:26:20.131Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-08-31T09:26:20.294Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-08-31T09:26:20.667Z | Compiling ahash v0.8.12 |
| 575 | 2026-08-31T09:26:20.941Z | Compiling sync_wrapper v1.0.2 |
| 576 | 2026-08-31T09:26:21.040Z | Compiling is_ci v1.2.0 |
| 577 | 2026-08-31T09:26:21.204Z | Compiling toml_write v0.1.2 |
| 578 | 2026-08-31T09:26:21.217Z | Compiling base64 v0.22.1 |
| 579 | 2026-08-31T09:26:21.455Z | Compiling nextest-workspace-hack v0.1.0 |
| 580 | 2026-08-31T09:26:21.672Z | Compiling lazy_static v1.5.0 |
| 581 | 2026-08-31T09:26:21.697Z | Compiling either v1.18.0 |
| 582 | 2026-08-31T09:26:21.821Z | Compiling parking_lot_core v0.9.12 |
| 583 | 2026-08-31T09:26:21.933Z | Compiling ipnet v2.12.1 |
| 584 | 2026-08-31T09:26:21.992Z | Compiling unicode-linebreak v0.1.5 |
| 585 | 2026-08-31T09:26:22.045Z | Compiling portable-atomic v1.15.0 |
| 586 | 2026-08-31T09:26:22.258Z | Compiling unicode-segmentation v1.13.3 |
| 587 | 2026-08-31T09:26:22.476Z | Compiling crc32fast v1.5.1 |
| 588 | 2026-08-31T09:26:22.665Z | Compiling tower-layer v0.3.3 |
| 589 | 2026-08-31T09:26:22.758Z | Compiling foldhash v0.1.5 |
| 590 | 2026-08-31T09:26:22.849Z | Compiling tower v0.5.3 |
| 591 | 2026-08-31T09:26:22.958Z | Compiling hashbrown v0.15.5 |
| 592 | 2026-08-31T09:26:22.984Z | Compiling convert_case v0.10.0 |
| 593 | 2026-08-31T09:26:23.060Z | Compiling hyper-util v0.1.20 |
| 594 | 2026-08-31T09:26:23.080Z | Compiling textwrap v0.16.2 |
| 595 | 2026-08-31T09:26:23.257Z | Compiling sharded-slab v0.1.7 |
| 596 | 2026-08-31T09:26:23.445Z | Compiling tokio-rustls v0.26.4 |
| 597 | 2026-08-31T09:26:23.592Z | Compiling toml_edit v0.22.27 |
| 598 | 2026-08-31T09:26:23.732Z | Compiling supports-color v3.0.2 |
| 599 | 2026-08-31T09:26:23.966Z | Compiling backtrace-ext v0.2.1 |
| 600 | 2026-08-31T09:26:24.231Z | Compiling ordered-float v2.10.1 |
| 601 | 2026-08-31T09:26:24.440Z | Compiling webpki-roots v1.0.9 |
| 602 | 2026-08-31T09:26:24.494Z | Compiling miette-derive v7.6.0 |
| 603 | 2026-08-31T09:26:24.507Z | Compiling pathdiff v0.2.3 |
| 604 | 2026-08-31T09:26:24.557Z | Compiling console v0.15.11 |
| 605 | 2026-08-31T09:26:24.628Z | Compiling tracing-log v0.2.0 |
| 606 | 2026-08-31T09:26:24.966Z | Compiling cargo-platform v0.3.3 |
| 607 | 2026-08-31T09:26:25.520Z | Compiling os_pipe v1.2.3 |
| 608 | 2026-08-31T09:26:25.570Z | Compiling thread_local v1.1.10 |
| 609 | 2026-08-31T09:26:25.672Z | Compiling supports-hyperlinks v3.2.0 |
| 610 | 2026-08-31T09:26:25.684Z | Compiling zstd-safe v7.2.4 |
| 611 | 2026-08-31T09:26:25.878Z | Compiling cfg_aliases v0.2.2 |
| 612 | 2026-08-31T09:26:25.893Z | Compiling pulldown-cmark v0.13.4 |
| 613 | 2026-08-31T09:26:25.905Z | Compiling unicode-width v0.1.14 |
| 614 | 2026-08-31T09:26:25.947Z | Compiling winnow v1.0.4 |
| 615 | 2026-08-31T09:26:26.128Z | Compiling simd-adler32 v0.3.10 |
| 616 | 2026-08-31T09:26:26.224Z | Compiling debug-ignore v1.0.5 |
| 617 | 2026-08-31T09:26:26.258Z | Compiling ryu v1.0.23 |
| 618 | 2026-08-31T09:26:26.320Z | Compiling fixedbitset v0.5.7 |
| 619 | 2026-08-31T09:26:26.560Z | Compiling rustix v0.38.44 |
| 620 | 2026-08-31T09:26:26.823Z | Compiling utf8parse v0.2.2 |
| 621 | 2026-08-31T09:26:26.909Z | Compiling supports-unicode v3.0.0 |
| 622 | 2026-08-31T09:26:26.942Z | Compiling scopeguard v1.2.0 |
| 623 | 2026-08-31T09:26:27.040Z | Compiling lock_api v0.4.14 |
| 624 | 2026-08-31T09:26:27.053Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 625 | 2026-08-31T09:26:27.070Z | Compiling miette v7.6.0 |
| 626 | 2026-08-31T09:26:27.277Z | Compiling anstyle-parse v1.0.0 |
| 627 | 2026-08-31T09:26:27.394Z | Compiling petgraph v0.8.3 |
| 628 | 2026-08-31T09:26:27.502Z | Compiling serde_urlencoded v0.7.1 |
| 629 | 2026-08-31T09:26:27.784Z | Compiling miniz_oxide v0.9.1 |
| 630 | 2026-08-31T09:26:28.397Z | Compiling nix v0.30.1 |
| 631 | 2026-08-31T09:26:28.774Z | Compiling tracing-subscriber v0.3.23 |
| 632 | 2026-08-31T09:26:29.195Z | Compiling sigchld v0.2.4 |
| 633 | 2026-08-31T09:26:29.359Z | Compiling cargo_metadata v0.23.1 |
| 634 | 2026-08-31T09:26:29.393Z | Compiling toml v0.8.23 |
| 635 | 2026-08-31T09:26:30.459Z | Compiling hyper-rustls v0.27.9 |
| 636 | 2026-08-31T09:26:31.111Z | Compiling serde-value v0.7.0 |
| 637 | 2026-08-31T09:26:31.190Z | Compiling serde-untagged v0.1.9 |
| 638 | 2026-08-31T09:26:31.773Z | Compiling tower-http v0.6.11 |
| 639 | 2026-08-31T09:26:31.819Z | Compiling derive_more-impl v2.1.1 |
| 640 | 2026-08-31T09:26:32.405Z | Compiling itertools v0.14.0 |
| 641 | 2026-08-31T09:26:32.531Z | Compiling regex v1.13.1 |
| 642 | 2026-08-31T09:26:32.617Z | Compiling block-buffer v0.10.4 |
| 643 | 2026-08-31T09:26:32.773Z | Compiling crypto-common v0.1.7 |
| 644 | 2026-08-31T09:26:32.785Z | Compiling ppv-lite86 v0.2.21 |
| 645 | 2026-08-31T09:26:32.912Z | Compiling rand_core v0.9.5 |
| 646 | 2026-08-31T09:26:32.983Z | Compiling futures-executor v0.3.34 |
| 647 | 2026-08-31T09:26:33.125Z | Compiling http-body-util v0.1.5 |
| 648 | 2026-08-31T09:26:33.167Z | Compiling pin-project-internal v1.1.13 |
| 649 | 2026-08-31T09:26:33.424Z | Compiling uuid v1.26.0 |
| 650 | 2026-08-31T09:26:33.505Z | Compiling serde_spanned v1.1.1 |
| 651 | 2026-08-31T09:26:33.654Z | Compiling smol_str v0.3.6 |
| 652 | 2026-08-31T09:26:33.919Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 653 | 2026-08-31T09:26:33.956Z | Compiling eyre v0.6.14 |
| 654 | 2026-08-31T09:26:33.959Z | Compiling filetime v0.2.29 |
| 655 | 2026-08-31T09:26:33.997Z | Compiling bstr v1.13.1 |
| 656 | 2026-08-31T09:26:34.172Z | Compiling vte v0.14.1 |
| 657 | 2026-08-31T09:26:34.215Z | Compiling is_terminal_polyfill v1.70.2 |
| 658 | 2026-08-31T09:26:34.218Z | Compiling litrs v1.0.0 |
| 659 | 2026-08-31T09:26:34.318Z | Compiling unicode-xid v0.2.6 |
| 660 | 2026-08-31T09:26:34.330Z | Compiling number_prefix v0.4.0 |
| 661 | 2026-08-31T09:26:34.390Z | Compiling anstyle-query v1.1.5 |
| 662 | 2026-08-31T09:26:34.458Z | Compiling xattr v1.6.1 |
| 663 | 2026-08-31T09:26:34.481Z | Compiling colorchoice v1.0.5 |
| 664 | 2026-08-31T09:26:34.599Z | Compiling tinyvec_macros v0.1.1 |
| 665 | 2026-08-31T09:26:34.617Z | Compiling static_assertions v1.1.0 |
| 666 | 2026-08-31T09:26:34.643Z | Compiling anstyle v1.0.14 |
| 667 | 2026-08-31T09:26:34.665Z | Compiling color-spantrace v0.3.0 |
| 668 | 2026-08-31T09:26:34.678Z | Compiling unicase v2.9.0 |
| 669 | 2026-08-31T09:26:34.681Z | Compiling nested v0.1.1 |
| 670 | 2026-08-31T09:26:34.681Z | Compiling self_update v0.42.0 |
| 671 | 2026-08-31T09:26:34.850Z | Compiling iana-time-zone v0.1.65 |
| 672 | 2026-08-31T09:26:34.867Z | Compiling anstream v1.0.0 |
| 673 | 2026-08-31T09:26:34.895Z | Compiling guppy v0.17.26 |
| 674 | 2026-08-31T09:26:34.939Z | Compiling document-features v0.2.12 |
| 675 | 2026-08-31T09:26:35.019Z | Compiling chrono v0.4.45 |
| 676 | 2026-08-31T09:26:35.260Z | Compiling tinyvec v1.12.0 |
| 677 | 2026-08-31T09:26:35.366Z | Compiling tar v0.4.46 |
| 678 | 2026-08-31T09:26:35.506Z | Compiling indicatif v0.17.11 |
| 679 | 2026-08-31T09:26:35.694Z | Compiling globset v0.4.20 |
| 680 | 2026-08-31T09:26:36.261Z | Compiling cargo-util-schemas v0.2.0 |
| 681 | 2026-08-31T09:26:37.633Z | Compiling strip-ansi-escapes v0.2.1 |
| 682 | 2026-08-31T09:26:38.106Z | Compiling pin-project v1.1.13 |
| 683 | 2026-08-31T09:26:38.196Z | Compiling toml v1.1.4+spec-1.1.0 |
| 684 | 2026-08-31T09:26:38.209Z | Compiling nextest-metadata v0.12.2 |
| 685 | 2026-08-31T09:26:38.292Z | Compiling newtype-uuid v1.4.0 |
| 686 | 2026-08-31T09:26:38.480Z | Compiling reqwest v0.12.28 |
| 687 | 2026-08-31T09:26:38.584Z | Compiling futures v0.3.34 |
| 688 | 2026-08-31T09:26:38.667Z | Compiling rand_chacha v0.9.0 |
| 689 | 2026-08-31T09:26:38.677Z | Compiling digest v0.10.7 |
| 690 | 2026-08-31T09:26:38.899Z | Compiling derive_more v2.1.1 |
| 691 | 2026-08-31T09:26:38.957Z | Compiling flate2 v1.1.10 |
| 692 | 2026-08-31T09:26:38.983Z | Compiling parking_lot v0.12.5 |
| 693 | 2026-08-31T09:26:39.213Z | Compiling tracing-error v0.2.1 |
| 694 | 2026-08-31T09:26:39.444Z | Compiling shared_child v1.1.1 |
| 695 | 2026-08-31T09:26:39.860Z | Compiling signal-hook-mio v0.2.5 |
| 696 | 2026-08-31T09:26:39.885Z | Compiling self-replace v1.5.0 |
| 697 | 2026-08-31T09:26:39.994Z | Compiling cargo-platform v0.2.0 |
| 698 | 2026-08-31T09:26:40.153Z | Compiling quick-xml v0.38.4 |
| 699 | 2026-08-31T09:26:40.577Z | Compiling quick-xml v0.37.5 |
| 700 | 2026-08-31T09:26:41.054Z | Compiling cpufeatures v0.2.17 |
| 701 | 2026-08-31T09:26:41.134Z | Compiling clap_lex v1.1.0 |
| 702 | 2026-08-31T09:26:41.204Z | Compiling shell-words v1.1.1 |
| 703 | 2026-08-31T09:26:41.493Z | Compiling indenter v0.3.4 |
| 704 | 2026-08-31T09:26:41.624Z | Compiling recursion v0.5.4 |
| 705 | 2026-08-31T09:26:41.663Z | Compiling humantime v2.4.0 |
| 706 | 2026-08-31T09:26:41.730Z | Compiling heck v0.5.0 |
| 707 | 2026-08-31T09:26:41.759Z | Compiling urlencoding v2.1.3 |
| 708 | 2026-08-31T09:26:41.928Z | Compiling strsim v0.11.1 |
| 709 | 2026-08-31T09:26:42.078Z | Compiling clap_derive v4.6.4 |
| 710 | 2026-08-31T09:26:42.264Z | Compiling clap_builder v4.6.6 |
| 711 | 2026-08-31T09:26:42.730Z | Compiling humantime-serde v1.1.1 |
| 712 | 2026-08-31T09:26:42.898Z | Compiling nextest-filtering v0.15.0 |
| 713 | 2026-08-31T09:26:43.800Z | Compiling sha2 v0.10.9 |
| 714 | 2026-08-31T09:26:43.813Z | Compiling quick-junit v0.5.2 |
| 715 | 2026-08-31T09:26:45.052Z | Compiling atomicwrites v0.4.4 |
| 716 | 2026-08-31T09:26:45.365Z | Compiling cargo_metadata v0.20.0 |
| 717 | 2026-08-31T09:26:46.710Z | Compiling crossterm v0.29.0 |
| 718 | 2026-08-31T09:26:46.840Z | Compiling cargo-nextest v0.9.97 |
| 719 | 2026-08-31T09:26:47.150Z | Compiling duct v0.13.7 |
| 720 | 2026-08-31T09:26:48.828Z | Compiling rand v0.9.5 |
| 721 | 2026-08-31T09:26:49.217Z | Compiling config v0.15.25 |
| 722 | 2026-08-31T09:26:49.552Z | Compiling async-scoped v0.9.0 |
| 723 | 2026-08-31T09:26:49.606Z | Compiling unicode-normalization v0.1.25 |
| 724 | 2026-08-31T09:26:49.742Z | Compiling target-spec-miette v0.4.8 |
| 725 | 2026-08-31T09:26:49.770Z | Compiling future-queue v0.4.0 |
| 726 | 2026-08-31T09:26:50.053Z | Compiling mukti-metadata v0.3.0 |
| 727 | 2026-08-31T09:26:50.136Z | Compiling camino-tempfile v1.4.1 |
| 728 | 2026-08-31T09:26:50.172Z | Compiling tokio-stream v0.1.19 |
| 729 | 2026-08-31T09:26:50.535Z | Compiling derive-where v1.6.1 |
| 730 | 2026-08-31T09:26:50.539Z | Compiling serde_ignored v0.1.14 |
| 731 | 2026-08-31T09:26:50.539Z | Compiling serde_path_to_error v0.1.20 |
| 732 | 2026-08-31T09:26:50.712Z | Compiling swrite v0.1.0 |
| 733 | 2026-08-31T09:26:50.759Z | Compiling indent_write v2.2.0 |
| 734 | 2026-08-31T09:26:50.907Z | Compiling home v0.5.12 |
| 735 | 2026-08-31T09:26:50.940Z | Compiling xxhash-rust v0.8.18 |
| 736 | 2026-08-31T09:26:51.016Z | Compiling hex v0.4.3 |
| 737 | 2026-08-31T09:26:51.072Z | Compiling color-eyre v0.6.5 |
| 738 | 2026-08-31T09:26:51.137Z | Compiling clap v4.6.6 |
| 739 | 2026-08-31T09:26:51.222Z | Compiling dialoguer v0.11.0 |
| 740 | 2026-08-31T09:26:51.303Z | Compiling enable-ansi-support v0.2.1 |
| 741 | 2026-08-31T09:26:52.606Z | Compiling zstd v0.13.3 |
| 742 | 2026-08-31T09:26:53.021Z | Compiling nextest-runner v0.80.0 |
| 743 | 2026-08-31T09:27:11.359Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 744 | 2026-08-31T09:27:11.532Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 745 | 2026-08-31T09:27:11.534Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 746 | 2026-08-31T09:27:11.667Z | + pushd mg-lower |
| 747 | 2026-08-31T09:27:11.671Z | /work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite |
| 748 | 2026-08-31T09:27:11.671Z | + cargo nextest run |
| 749 | 2026-08-31T09:27:11.813Z | Updating crates.io index |
| 750 | 2026-08-31T09:27:11.819Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 751 | 2026-08-31T09:27:17.860Z | From https://github.com/oxidecomputer/omicron |
| 752 | 2026-08-31T09:27:17.860Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 753 | 2026-08-31T09:27:18.293Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 754 | 2026-08-31T09:27:19.397Z | From https://github.com/oxidecomputer/falcon |
| 755 | 2026-08-31T09:27:19.397Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 756 | 2026-08-31T09:27:19.468Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 757 | 2026-08-31T09:27:20.184Z | From https://github.com/oxidecomputer/dendrite |
| 758 | 2026-08-31T09:27:20.184Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 759 | 2026-08-31T09:27:20.219Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 760 | 2026-08-31T09:27:20.522Z | From https://github.com/oxidecomputer/ispf |
| 761 | 2026-08-31T09:27:20.522Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 762 | 2026-08-31T09:27:20.528Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 763 | 2026-08-31T09:27:20.933Z | From https://github.com/oxidecomputer/netadm-sys |
| 764 | 2026-08-31T09:27:20.933Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 765 | 2026-08-31T09:27:20.941Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 766 | 2026-08-31T09:27:21.904Z | From https://github.com/oxidecomputer/opte |
| 767 | 2026-08-31T09:27:21.904Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 768 | 2026-08-31T09:27:21.934Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 769 | 2026-08-31T09:27:22.253Z | From https://github.com/oxidecomputer/slog-error-chain |
| 770 | 2026-08-31T09:27:22.253Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 771 | 2026-08-31T09:27:22.263Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 772 | 2026-08-31T09:27:22.610Z | From https://github.com/illumos/smf-rs |
| 773 | 2026-08-31T09:27:22.610Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 774 | 2026-08-31T09:27:22.619Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 775 | 2026-08-31T09:27:22.943Z | From https://github.com/oxidecomputer/poptrie |
| 776 | 2026-08-31T09:27:22.943Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 777 | 2026-08-31T09:27:22.951Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 778 | 2026-08-31T09:27:23.530Z | From https://github.com/oxidecomputer/network-interface |
| 779 | 2026-08-31T09:27:23.530Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 780 | 2026-08-31T09:27:23.536Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 781 | 2026-08-31T09:27:23.908Z | From https://github.com/oxidecomputer/zone |
| 782 | 2026-08-31T09:27:23.908Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 783 | 2026-08-31T09:27:23.914Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 784 | 2026-08-31T09:27:24.274Z | From https://github.com/oxidecomputer/lldp |
| 785 | 2026-08-31T09:27:24.274Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 786 | 2026-08-31T09:27:24.285Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 787 | 2026-08-31T09:27:24.673Z | From https://github.com/oxidecomputer/tufaceous |
| 788 | 2026-08-31T09:27:24.673Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 789 | 2026-08-31T09:27:24.682Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 790 | 2026-08-31T09:27:25.827Z | From https://github.com/oxidecomputer/propolis |
| 791 | 2026-08-31T09:27:25.828Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 792 | 2026-08-31T09:27:25.875Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 793 | 2026-08-31T09:27:26.463Z | From https://github.com/oxidecomputer/transceiver-control |
| 794 | 2026-08-31T09:27:26.463Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 795 | 2026-08-31T09:27:26.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 796 | 2026-08-31T09:27:26.775Z | From https://github.com/oxidecomputer/dlpi-sys |
| 797 | 2026-08-31T09:27:26.775Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 798 | 2026-08-31T09:27:26.778Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 799 | 2026-08-31T09:27:27.104Z | From https://github.com/jmesmon/rust-libzfs |
| 800 | 2026-08-31T09:27:27.104Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 801 | 2026-08-31T09:27:27.112Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 802 | 2026-08-31T09:27:27.400Z | From https://github.com/oxidecomputer/rusty-doors |
| 803 | 2026-08-31T09:27:27.400Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 804 | 2026-08-31T09:27:27.415Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 805 | 2026-08-31T09:27:28.122Z | From https://github.com/oxidecomputer/management-gateway-service |
| 806 | 2026-08-31T09:27:28.122Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 807 | 2026-08-31T09:27:28.134Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 808 | 2026-08-31T09:27:28.427Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 809 | 2026-08-31T09:27:28.427Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 810 | 2026-08-31T09:27:28.435Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 811 | 2026-08-31T09:27:30.021Z | From https://github.com/oxidecomputer/crucible |
| 812 | 2026-08-31T09:27:30.021Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 813 | 2026-08-31T09:27:30.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 814 | 2026-08-31T09:27:30.560Z | From https://github.com/oxidecomputer/propolis |
| 815 | 2026-08-31T09:27:30.560Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 816 | 2026-08-31T09:27:30.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 817 | 2026-08-31T09:27:31.486Z | From https://github.com/oxidecomputer/crucible |
| 818 | 2026-08-31T09:27:31.486Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 819 | 2026-08-31T09:27:31.553Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 820 | 2026-08-31T09:27:31.978Z | From https://github.com/oxidecomputer/tofino |
| 821 | 2026-08-31T09:27:31.978Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 822 | 2026-08-31T09:27:31.988Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 823 | 2026-08-31T09:27:32.821Z | From https://github.com/oxidecomputer/maghemite |
| 824 | 2026-08-31T09:27:32.821Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 825 | 2026-08-31T09:27:32.857Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 826 | 2026-08-31T09:27:33.169Z | From https://github.com/oxidecomputer/clickward |
| 827 | 2026-08-31T09:27:33.169Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 828 | 2026-08-31T09:27:33.176Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 829 | 2026-08-31T09:27:33.741Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 830 | 2026-08-31T09:27:33.741Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 831 | 2026-08-31T09:27:34.403Z | Downloading crates ... |
| 832 | 2026-08-31T09:27:34.448Z | Downloaded newline-converter v0.3.0 |
| 833 | 2026-08-31T09:27:34.453Z | Downloaded match_cfg v0.1.0 |
| 834 | 2026-08-31T09:27:34.453Z | Downloaded num-integer v0.1.47 |
| 835 | 2026-08-31T09:27:34.456Z | Downloaded aead v0.5.2 |
| 836 | 2026-08-31T09:27:34.456Z | Downloaded num-conv v0.2.2 |
| 837 | 2026-08-31T09:27:34.463Z | Downloaded is-terminal v0.4.17 |
| 838 | 2026-08-31T09:27:34.469Z | Downloaded natord v1.0.9 |
| 839 | 2026-08-31T09:27:34.469Z | Downloaded num-iter v0.1.46 |
| 840 | 2026-08-31T09:27:34.472Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 841 | 2026-08-31T09:27:34.472Z | Downloaded konst_macro_rules v0.2.19 |
| 842 | 2026-08-31T09:27:34.472Z | Downloaded libsw-core v0.3.2 |
| 843 | 2026-08-31T09:27:34.472Z | Downloaded erased-serde v0.3.31 |
| 844 | 2026-08-31T09:27:34.475Z | Downloaded dunce v1.0.5 |
| 845 | 2026-08-31T09:27:34.475Z | Downloaded foreign-types-shared v0.3.1 |
| 846 | 2026-08-31T09:27:34.475Z | Downloaded macaddr v1.0.1 |
| 847 | 2026-08-31T09:27:34.481Z | Downloaded keccak v0.1.6 |
| 848 | 2026-08-31T09:27:34.481Z | Downloaded find-msvc-tools v0.1.10 |
| 849 | 2026-08-31T09:27:34.485Z | Downloaded num-derive v0.4.2 |
| 850 | 2026-08-31T09:27:34.485Z | Downloaded dyn-clone v1.0.20 |
| 851 | 2026-08-31T09:27:34.485Z | Downloaded num_threads v0.1.7 |
| 852 | 2026-08-31T09:27:34.485Z | Downloaded memoffset v0.9.1 |
| 853 | 2026-08-31T09:27:34.485Z | Downloaded mime v0.3.17 |
| 854 | 2026-08-31T09:27:34.485Z | Downloaded dropshot_endpoint v0.17.1 |
| 855 | 2026-08-31T09:27:34.488Z | Downloaded newtype-uuid-macros v0.1.1 |
| 856 | 2026-08-31T09:27:34.488Z | Downloaded linked-hash-map v0.5.6 |
| 857 | 2026-08-31T09:27:34.488Z | Downloaded proc-macro-crate v3.5.0 |
| 858 | 2026-08-31T09:27:34.490Z | Downloaded managed v0.8.0 |
| 859 | 2026-08-31T09:27:34.490Z | Downloaded float-ord v0.3.2 |
| 860 | 2026-08-31T09:27:34.490Z | Downloaded hostname v0.4.2 |
| 861 | 2026-08-31T09:27:34.494Z | Downloaded progenitor-macro v0.13.0 |
| 862 | 2026-08-31T09:27:34.494Z | Downloaded ipnetwork v0.21.1 |
| 863 | 2026-08-31T09:27:34.494Z | Downloaded progenitor v0.10.0 |
| 864 | 2026-08-31T09:27:34.494Z | Downloaded libscf-sys v1.2.0 |
| 865 | 2026-08-31T09:27:34.497Z | Downloaded jiff-static v0.2.35 |
| 866 | 2026-08-31T09:27:34.497Z | Downloaded dtrace-parser v0.2.0 |
| 867 | 2026-08-31T09:27:34.497Z | Downloaded hash32 v0.3.1 |
| 868 | 2026-08-31T09:27:34.497Z | Downloaded embedded-io v0.4.0 |
| 869 | 2026-08-31T09:27:34.500Z | Downloaded fixedbitset v0.4.2 |
| 870 | 2026-08-31T09:27:34.500Z | Downloaded foreign-types-macros v0.2.4 |
| 871 | 2026-08-31T09:27:34.500Z | Downloaded no-std-compat v0.4.1 |
| 872 | 2026-08-31T09:27:34.500Z | Downloaded num_enum_derive v0.5.11 |
| 873 | 2026-08-31T09:27:34.504Z | Downloaded num v0.4.3 |
| 874 | 2026-08-31T09:27:34.504Z | Downloaded enum-as-inner v0.6.1 |
| 875 | 2026-08-31T09:27:34.507Z | Downloaded powerfmt v0.2.0 |
| 876 | 2026-08-31T09:27:34.507Z | Downloaded memmap v0.7.0 |
| 877 | 2026-08-31T09:27:34.511Z | Downloaded progenitor-client v0.10.0 |
| 878 | 2026-08-31T09:27:34.511Z | Downloaded potential_utf v0.1.5 |
| 879 | 2026-08-31T09:27:34.515Z | Downloaded foreign-types v0.5.0 |
| 880 | 2026-08-31T09:27:34.515Z | Downloaded fs-err v3.3.1 |
| 881 | 2026-08-31T09:27:34.515Z | Downloaded heck v0.4.1 |
| 882 | 2026-08-31T09:27:34.515Z | Downloaded hostname v0.3.1 |
| 883 | 2026-08-31T09:27:34.518Z | Downloaded phf_shared v0.12.1 |
| 884 | 2026-08-31T09:27:34.518Z | Downloaded opaque-debug v0.3.1 |
| 885 | 2026-08-31T09:27:34.518Z | Downloaded gethostname v0.5.0 |
| 886 | 2026-08-31T09:27:34.524Z | Downloaded pretty-hex v0.4.2 |
| 887 | 2026-08-31T09:27:34.524Z | Downloaded embedded-io v0.6.1 |
| 888 | 2026-08-31T09:27:34.527Z | Downloaded hubpack v0.1.2 |
| 889 | 2026-08-31T09:27:34.527Z | Downloaded plain v0.2.3 |
| 890 | 2026-08-31T09:27:34.527Z | Downloaded fxhash v0.2.1 |
| 891 | 2026-08-31T09:27:34.529Z | Downloaded newtype_derive v0.1.6 |
| 892 | 2026-08-31T09:27:34.529Z | Downloaded olpc-cjson v0.1.4 |
| 893 | 2026-08-31T09:27:34.532Z | Downloaded omicron-workspace-hack v0.1.0 |
| 894 | 2026-08-31T09:27:34.532Z | Downloaded git-stub-vcs v0.1.0 |
| 895 | 2026-08-31T09:27:34.532Z | Downloaded ff v0.13.1 |
| 896 | 2026-08-31T09:27:34.534Z | Downloaded foldhash v0.2.0 |
| 897 | 2026-08-31T09:27:34.534Z | Downloaded group v0.13.0 |
| 898 | 2026-08-31T09:27:34.534Z | Downloaded proc-macro-crate v1.3.1 |
| 899 | 2026-08-31T09:27:34.538Z | Downloaded proc-macro-error-attr v1.0.4 |
| 900 | 2026-08-31T09:27:34.538Z | Downloaded linear-map v1.2.0 |
| 901 | 2026-08-31T09:27:34.538Z | Downloaded libsw v3.5.0 |
| 902 | 2026-08-31T09:27:34.541Z | Downloaded num_enum_derive v0.7.6 |
| 903 | 2026-08-31T09:27:34.544Z | Downloaded idna_adapter v1.2.2 |
| 904 | 2026-08-31T09:27:34.549Z | Downloaded rand_chacha v0.3.1 |
| 905 | 2026-08-31T09:27:34.551Z | Downloaded litemap v0.8.2 |
| 906 | 2026-08-31T09:27:34.551Z | Downloaded ident_case v1.0.1 |
| 907 | 2026-08-31T09:27:34.551Z | Downloaded httpdate v1.0.3 |
| 908 | 2026-08-31T09:27:34.554Z | Downloaded progenitor-macro v0.10.0 |
| 909 | 2026-08-31T09:27:34.554Z | Downloaded rustc_version v0.1.7 |
| 910 | 2026-08-31T09:27:34.558Z | Downloaded ref-cast-impl v1.0.26 |
| 911 | 2026-08-31T09:27:34.561Z | Downloaded hubpack_derive v0.1.1 |
| 912 | 2026-08-31T09:27:34.561Z | Downloaded inout v0.1.4 |
| 913 | 2026-08-31T09:27:34.561Z | Downloaded parse-display v0.10.0 |
| 914 | 2026-08-31T09:27:34.562Z | Downloaded progenitor-client v0.14.0 |
| 915 | 2026-08-31T09:27:34.631Z | Downloaded zeroize_derive v1.5.0 |
| 916 | 2026-08-31T09:27:34.631Z | Downloaded ref-cast v1.0.26 |
| 917 | 2026-08-31T09:27:34.631Z | Downloaded internet-checksum v0.2.1 |
| 918 | 2026-08-31T09:27:34.631Z | Downloaded usdt-attr-macro v0.5.0 |
| 919 | 2026-08-31T09:27:34.631Z | Downloaded dof v0.3.0 |
| 920 | 2026-08-31T09:27:34.631Z | Downloaded wait-timeout v0.2.1 |
| 921 | 2026-08-31T09:27:34.631Z | Downloaded rand_xorshift v0.4.0 |
| 922 | 2026-08-31T09:27:34.631Z | Downloaded const-random-macro v0.1.16 |
| 923 | 2026-08-31T09:27:34.631Z | Downloaded dtrace-parser v0.3.0 |
| 924 | 2026-08-31T09:27:34.631Z | Downloaded base16ct v1.0.0 |
| 925 | 2026-08-31T09:27:34.631Z | Downloaded fs_extra v1.3.0 |
| 926 | 2026-08-31T09:27:34.631Z | Downloaded multer v3.1.0 |
| 927 | 2026-08-31T09:27:34.631Z | Downloaded parking_lot_core v0.8.6 |
| 928 | 2026-08-31T09:27:34.631Z | Downloaded rustls-native-certs v0.8.4 |
| 929 | 2026-08-31T09:27:34.631Z | Downloaded lru-cache v0.1.2 |
| 930 | 2026-08-31T09:27:34.631Z | Downloaded either v1.17.0 |
| 931 | 2026-08-31T09:27:34.631Z | Downloaded num_enum v0.5.11 |
| 932 | 2026-08-31T09:27:34.632Z | Downloaded glob v0.3.4 |
| 933 | 2026-08-31T09:27:34.632Z | Downloaded pkg-config v0.3.33 |
| 934 | 2026-08-31T09:27:34.632Z | Downloaded progenitor-macro v0.14.0 |
| 935 | 2026-08-31T09:27:34.632Z | Downloaded paste v1.0.15 |
| 936 | 2026-08-31T09:27:34.632Z | Downloaded parse-display-derive v0.10.0 |
| 937 | 2026-08-31T09:27:34.632Z | Downloaded async-stream-impl v0.3.6 |
| 938 | 2026-08-31T09:27:34.632Z | Downloaded arrayref v0.3.9 |
| 939 | 2026-08-31T09:27:34.632Z | Downloaded async-stream v0.3.6 |
| 940 | 2026-08-31T09:27:34.632Z | Downloaded block-buffer v0.12.1 |
| 941 | 2026-08-31T09:27:34.632Z | Downloaded proc-macro-error v1.0.4 |
| 942 | 2026-08-31T09:27:34.632Z | Downloaded defmt-parser v1.0.0 |
| 943 | 2026-08-31T09:27:34.632Z | Downloaded serde_plain v1.0.2 |
| 944 | 2026-08-31T09:27:34.632Z | Downloaded serde-big-array v0.5.1 |
| 945 | 2026-08-31T09:27:34.632Z | Downloaded password-hash v0.5.0 |
| 946 | 2026-08-31T09:27:34.632Z | Downloaded progenitor v0.14.0 |
| 947 | 2026-08-31T09:27:34.641Z | Downloaded testing_table v0.3.0 |
| 948 | 2026-08-31T09:27:34.641Z | Downloaded take_mut v0.2.2 |
| 949 | 2026-08-31T09:27:34.641Z | Downloaded convert_case v0.4.0 |
| 950 | 2026-08-31T09:27:34.642Z | Downloaded zerofrom-derive v0.1.7 |
| 951 | 2026-08-31T09:27:34.642Z | Downloaded dof v0.4.0 |
| 952 | 2026-08-31T09:27:34.642Z | Downloaded highway v1.3.0 |
| 953 | 2026-08-31T09:27:34.642Z | Downloaded rustls-pemfile v2.2.0 |
| 954 | 2026-08-31T09:27:34.642Z | Downloaded sha1 v0.11.0 |
| 955 | 2026-08-31T09:27:34.642Z | Downloaded strum v0.26.3 |
| 956 | 2026-08-31T09:27:34.642Z | Downloaded thread-id v4.2.2 |
| 957 | 2026-08-31T09:27:34.642Z | Downloaded time-core v0.1.9 |
| 958 | 2026-08-31T09:27:34.642Z | Downloaded num-rational v0.4.2 |
| 959 | 2026-08-31T09:27:34.642Z | Downloaded pest_generator v2.8.8 |
| 960 | 2026-08-31T09:27:34.642Z | Downloaded phf v0.12.1 |
| 961 | 2026-08-31T09:27:34.642Z | Downloaded port-file v0.1.0 |
| 962 | 2026-08-31T09:27:34.653Z | Downloaded progenitor v0.13.0 |
| 963 | 2026-08-31T09:27:34.653Z | Downloaded progenitor-client v0.13.0 |
| 964 | 2026-08-31T09:27:34.653Z | Downloaded instant v0.1.13 |
| 965 | 2026-08-31T09:27:34.653Z | Downloaded ingot-types v0.2.0 |
| 966 | 2026-08-31T09:27:34.653Z | Downloaded usdt-macro v0.5.0 |
| 967 | 2026-08-31T09:27:34.653Z | Downloaded oxide-tokio-rt v0.1.6 |
| 968 | 2026-08-31T09:27:34.653Z | Downloaded progenitor-extras v0.2.0 |
| 969 | 2026-08-31T09:27:34.653Z | Downloaded writeable v0.6.3 |
| 970 | 2026-08-31T09:27:34.653Z | Downloaded zerovec-derive v0.11.3 |
| 971 | 2026-08-31T09:27:34.653Z | Downloaded bit-vec v0.8.0 |
| 972 | 2026-08-31T09:27:34.653Z | Downloaded usdt-attr-macro v0.6.0 |
| 973 | 2026-08-31T09:27:34.653Z | Downloaded utf-8 v0.7.6 |
| 974 | 2026-08-31T09:27:34.653Z | Downloaded ingot-types v0.1.2 |
| 975 | 2026-08-31T09:27:34.653Z | Downloaded base16ct v0.2.0 |
| 976 | 2026-08-31T09:27:34.654Z | Downloaded bit-set v0.8.0 |
| 977 | 2026-08-31T09:27:34.660Z | Downloaded git-stub v1.0.0 |
| 978 | 2026-08-31T09:27:34.660Z | Downloaded yoke-derive v0.8.2 |
| 979 | 2026-08-31T09:27:34.660Z | Downloaded const-random v0.1.18 |
| 980 | 2026-08-31T09:27:34.660Z | Downloaded num_enum v0.7.6 |
| 981 | 2026-08-31T09:27:34.660Z | Downloaded pest_meta v2.8.8 |
| 982 | 2026-08-31T09:27:34.663Z | Downloaded cipher v0.4.4 |
| 983 | 2026-08-31T09:27:34.664Z | Downloaded cmake v0.1.58 |
| 984 | 2026-08-31T09:27:34.664Z | Downloaded zone v0.3.1 |
| 985 | 2026-08-31T09:27:34.664Z | Downloaded hybrid-array v0.4.14 |
| 986 | 2026-08-31T09:27:34.664Z | Downloaded parking_lot v0.11.2 |
| 987 | 2026-08-31T09:27:34.664Z | Downloaded owo-colors v4.3.0 |
| 988 | 2026-08-31T09:27:34.667Z | Downloaded oxnet v0.1.7 |
| 989 | 2026-08-31T09:27:34.668Z | Downloaded ingot v0.2.1 |
| 990 | 2026-08-31T09:27:34.668Z | Downloaded postcard v1.1.3 |
| 991 | 2026-08-31T09:27:34.668Z | Downloaded ciborium-io v0.2.2 |
| 992 | 2026-08-31T09:27:34.674Z | Downloaded memmap2 v0.9.11 |
| 993 | 2026-08-31T09:27:34.674Z | Downloaded pest_derive v2.8.8 |
| 994 | 2026-08-31T09:27:34.677Z | Downloaded resolv-conf v0.7.6 |
| 995 | 2026-08-31T09:27:34.680Z | Downloaded crunchy v0.2.4 |
| 996 | 2026-08-31T09:27:34.680Z | Downloaded scroll_derive v0.13.1 |
| 997 | 2026-08-31T09:27:34.680Z | Downloaded konst v0.2.20 |
| 998 | 2026-08-31T09:27:34.685Z | Downloaded rusty-fork v0.3.1 |
| 999 | 2026-08-31T09:27:34.688Z | Downloaded slog-async v2.8.0 |
| 1000 | 2026-08-31T09:27:34.688Z | Downloaded defmt-macros v1.1.1 |
| 1001 | 2026-08-31T09:27:34.692Z | Downloaded csv-core v0.1.13 |
| 1002 | 2026-08-31T09:27:34.692Z | Downloaded daft v0.1.8 |
| 1003 | 2026-08-31T09:27:34.692Z | Downloaded slog-json v2.6.1 |
| 1004 | 2026-08-31T09:27:34.695Z | Downloaded daft-derive v0.1.8 |
| 1005 | 2026-08-31T09:27:34.695Z | Downloaded schemars_derive v0.8.22 |
| 1006 | 2026-08-31T09:27:34.695Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-08-31T09:27:34.699Z | Downloaded sigpipe v0.1.3 |
| 1008 | 2026-08-31T09:27:34.699Z | Downloaded slog-envlogger v2.2.0 |
| 1009 | 2026-08-31T09:27:34.699Z | Downloaded tokio-tungstenite v0.21.0 |
| 1010 | 2026-08-31T09:27:34.699Z | Downloaded darling_macro v0.21.3 |
| 1011 | 2026-08-31T09:27:34.699Z | Downloaded num-complex v0.4.6 |
| 1012 | 2026-08-31T09:27:34.699Z | Downloaded stable_deref_trait v1.2.1 |
| 1013 | 2026-08-31T09:27:34.703Z | Downloaded tabwriter v1.4.1 |
| 1014 | 2026-08-31T09:27:34.703Z | Downloaded universal-hash v0.5.1 |
| 1015 | 2026-08-31T09:27:34.703Z | Downloaded pem v3.0.6 |
| 1016 | 2026-08-31T09:27:34.703Z | Downloaded poly1305 v0.8.0 |
| 1017 | 2026-08-31T09:27:34.703Z | Downloaded byteorder v1.5.0 |
| 1018 | 2026-08-31T09:27:34.706Z | Downloaded byte-wrapper v0.1.0 |
| 1019 | 2026-08-31T09:27:34.710Z | Downloaded zerofrom v0.1.8 |
| 1020 | 2026-08-31T09:27:34.715Z | Downloaded typify-macro v0.4.3 |
| 1021 | 2026-08-31T09:27:34.717Z | Downloaded quick-error v1.2.3 |
| 1022 | 2026-08-31T09:27:34.717Z | Downloaded ingot-macros v0.2.0 |
| 1023 | 2026-08-31T09:27:34.723Z | Downloaded chacha20 v0.9.1 |
| 1024 | 2026-08-31T09:27:34.725Z | Downloaded log v0.4.33 |
| 1025 | 2026-08-31T09:27:34.725Z | Downloaded papergrid v0.11.0 |
| 1026 | 2026-08-31T09:27:34.725Z | Downloaded rhai_codegen v3.2.0 |
| 1027 | 2026-08-31T09:27:34.730Z | Downloaded progenitor-impl v0.13.0 |
| 1028 | 2026-08-31T09:27:34.733Z | Downloaded ciborium-ll v0.2.2 |
| 1029 | 2026-08-31T09:27:34.733Z | Downloaded crossbeam-epoch v0.9.20 |
| 1030 | 2026-08-31T09:27:34.734Z | Downloaded ingot v0.1.1 |
| 1031 | 2026-08-31T09:27:34.739Z | Downloaded hmac v0.12.1 |
| 1032 | 2026-08-31T09:27:34.742Z | Downloaded deranged v0.5.8 |
| 1033 | 2026-08-31T09:27:34.742Z | Downloaded defmt v0.3.100 |
| 1034 | 2026-08-31T09:27:34.746Z | Downloaded icu_properties v2.2.0 |
| 1035 | 2026-08-31T09:27:34.751Z | Downloaded ingot-macros v0.1.1 |
| 1036 | 2026-08-31T09:27:34.751Z | Downloaded icu_provider v2.2.0 |
| 1037 | 2026-08-31T09:27:34.754Z | Downloaded spin v0.5.2 |
| 1038 | 2026-08-31T09:27:34.754Z | Downloaded sha1 v0.10.7 |
| 1039 | 2026-08-31T09:27:34.757Z | Downloaded compression-codecs v0.4.38 |
| 1040 | 2026-08-31T09:27:34.762Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1041 | 2026-08-31T09:27:34.762Z | Downloaded thread-id v5.1.0 |
| 1042 | 2026-08-31T09:27:34.762Z | Downloaded elliptic-curve v0.13.8 |
| 1043 | 2026-08-31T09:27:34.762Z | Downloaded chacha20 v0.10.1 |
| 1044 | 2026-08-31T09:27:34.766Z | Downloaded darling_macro v0.23.0 |
| 1045 | 2026-08-31T09:27:34.769Z | Downloaded usdt v0.5.0 |
| 1046 | 2026-08-31T09:27:34.769Z | Downloaded waitgroup v0.1.2 |
| 1047 | 2026-08-31T09:27:34.769Z | Downloaded cstr-argument v0.1.2 |
| 1048 | 2026-08-31T09:27:34.770Z | Downloaded synstructure v0.13.2 |
| 1049 | 2026-08-31T09:27:34.776Z | Downloaded progenitor-impl v0.14.0 |
| 1050 | 2026-08-31T09:27:34.776Z | Downloaded serde_tokenstream v0.2.3 |
| 1051 | 2026-08-31T09:27:34.776Z | Downloaded papergrid v0.18.0 |
| 1052 | 2026-08-31T09:27:34.780Z | Downloaded walkdir v2.5.0 |
| 1053 | 2026-08-31T09:27:34.780Z | Downloaded ucd-trie v0.1.7 |
| 1054 | 2026-08-31T09:27:34.780Z | Downloaded bitflags v1.3.2 |
| 1055 | 2026-08-31T09:27:34.783Z | Downloaded tinystr v0.8.3 |
| 1056 | 2026-08-31T09:27:34.783Z | Downloaded argon2 v0.5.3 |
| 1057 | 2026-08-31T09:27:34.783Z | Downloaded async-trait v0.1.92 |
| 1058 | 2026-08-31T09:27:34.783Z | Downloaded serde_repr v0.1.21 |
| 1059 | 2026-08-31T09:27:34.786Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1060 | 2026-08-31T09:27:34.786Z | Downloaded usdt-impl v0.5.0 |
| 1061 | 2026-08-31T09:27:34.786Z | Downloaded cpufeatures v0.3.0 |
| 1062 | 2026-08-31T09:27:34.788Z | Downloaded compression-core v0.4.32 |
| 1063 | 2026-08-31T09:27:34.788Z | Downloaded strum v0.27.2 |
| 1064 | 2026-08-31T09:27:34.789Z | Downloaded expectorate v1.3.0 |
| 1065 | 2026-08-31T09:27:34.794Z | Downloaded goblin v0.8.2 |
| 1066 | 2026-08-31T09:27:34.798Z | Downloaded indexmap v1.9.3 |
| 1067 | 2026-08-31T09:27:34.798Z | Downloaded structmeta v0.3.0 |
| 1068 | 2026-08-31T09:27:34.798Z | Downloaded semver v0.1.20 |
| 1069 | 2026-08-31T09:27:34.798Z | Downloaded slog-bunyan v2.5.0 |
| 1070 | 2026-08-31T09:27:34.799Z | Downloaded pretty_assertions v1.4.1 |
| 1071 | 2026-08-31T09:27:34.799Z | Downloaded omicron-zone-package v0.12.3 |
| 1072 | 2026-08-31T09:27:34.806Z | Downloaded prettyplease v0.2.37 |
| 1073 | 2026-08-31T09:27:34.806Z | Downloaded progenitor-impl v0.10.0 |
| 1074 | 2026-08-31T09:27:34.808Z | Downloaded typify-macro v0.6.2 |
| 1075 | 2026-08-31T09:27:34.810Z | Downloaded unarray v0.1.4 |
| 1076 | 2026-08-31T09:27:34.813Z | Downloaded crc32fast v1.5.0 |
| 1077 | 2026-08-31T09:27:34.817Z | Downloaded crossbeam-deque v0.8.7 |
| 1078 | 2026-08-31T09:27:34.817Z | Downloaded defmt v1.1.1 |
| 1079 | 2026-08-31T09:27:34.818Z | Downloaded minimal-lexical v0.2.1 |
| 1080 | 2026-08-31T09:27:34.821Z | Downloaded crypto-common v0.2.2 |
| 1081 | 2026-08-31T09:27:34.821Z | Downloaded serial_test_derive v4.0.1 |
| 1082 | 2026-08-31T09:27:34.821Z | Downloaded constant_time_eq v0.4.2 |
| 1083 | 2026-08-31T09:27:34.824Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-08-31T09:27:34.827Z | Downloaded siphasher v1.0.3 |
| 1085 | 2026-08-31T09:27:34.830Z | Downloaded heapless v0.8.0 |
| 1086 | 2026-08-31T09:27:34.830Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1087 | 2026-08-31T09:27:34.834Z | Downloaded slog-stdlog v4.1.1 |
| 1088 | 2026-08-31T09:27:34.834Z | Downloaded icu_normalizer v2.2.0 |
| 1089 | 2026-08-31T09:27:34.836Z | Downloaded scroll v0.12.0 |
| 1090 | 2026-08-31T09:27:34.836Z | Downloaded termtree v0.5.1 |
| 1091 | 2026-08-31T09:27:34.836Z | Downloaded thiserror-no-std v2.0.2 |
| 1092 | 2026-08-31T09:27:34.841Z | Downloaded bcs v0.1.6 |
| 1093 | 2026-08-31T09:27:34.841Z | Downloaded hickory-resolver v0.24.4 |
| 1094 | 2026-08-31T09:27:34.844Z | Downloaded secrecy v0.10.3 |
| 1095 | 2026-08-31T09:27:34.844Z | Downloaded flate2 v1.1.9 |
| 1096 | 2026-08-31T09:27:34.849Z | Downloaded serial_test v4.0.1 |
| 1097 | 2026-08-31T09:27:34.849Z | Downloaded structmeta-derive v0.3.0 |
| 1098 | 2026-08-31T09:27:34.849Z | Downloaded untrusted v0.7.1 |
| 1099 | 2026-08-31T09:27:34.854Z | Downloaded smartstring v1.0.1 |
| 1100 | 2026-08-31T09:27:34.854Z | Downloaded smawk v0.3.3 |
| 1101 | 2026-08-31T09:27:34.857Z | Downloaded spin v0.9.9 |
| 1102 | 2026-08-31T09:27:34.857Z | Downloaded vsss-rs v3.3.4 |
| 1103 | 2026-08-31T09:27:34.859Z | Downloaded yoke v0.8.3 |
| 1104 | 2026-08-31T09:27:34.862Z | Downloaded bytecount v0.6.9 |
| 1105 | 2026-08-31T09:27:34.862Z | Downloaded cargo_toml v0.22.3 |
| 1106 | 2026-08-31T09:27:34.865Z | Downloaded thin-vec v0.2.19 |
| 1107 | 2026-08-31T09:27:34.865Z | Downloaded data-encoding v2.11.1 |
| 1108 | 2026-08-31T09:27:34.865Z | Downloaded snafu-derive v0.8.9 |
| 1109 | 2026-08-31T09:27:34.865Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-08-31T09:27:34.868Z | Downloaded scroll_derive v0.12.1 |
| 1111 | 2026-08-31T09:27:34.868Z | Downloaded cobs v0.3.0 |
| 1112 | 2026-08-31T09:27:34.868Z | Downloaded usdt v0.6.0 |
| 1113 | 2026-08-31T09:27:34.872Z | Downloaded zone_cfg_derive v0.3.1 |
| 1114 | 2026-08-31T09:27:34.872Z | Downloaded crc8 v0.1.1 |
| 1115 | 2026-08-31T09:27:34.872Z | Downloaded same-file v1.0.6 |
| 1116 | 2026-08-31T09:27:34.873Z | Downloaded unit-prefix v0.5.2 |
| 1117 | 2026-08-31T09:27:34.875Z | Downloaded tungstenite v0.21.0 |
| 1118 | 2026-08-31T09:27:34.878Z | Downloaded icu_locale_core v2.2.0 |
| 1119 | 2026-08-31T09:27:34.881Z | Downloaded indicatif v0.18.6 |
| 1120 | 2026-08-31T09:27:34.883Z | Downloaded icu_normalizer_data v2.2.0 |
| 1121 | 2026-08-31T09:27:34.889Z | Downloaded tabled_derive v0.7.0 |
| 1122 | 2026-08-31T09:27:34.894Z | Downloaded half v2.7.1 |
| 1123 | 2026-08-31T09:27:34.897Z | Downloaded libm v0.2.16 |
| 1124 | 2026-08-31T09:27:34.900Z | Downloaded console v0.16.4 |
| 1125 | 2026-08-31T09:27:34.907Z | Downloaded strum_macros v0.26.4 |
| 1126 | 2026-08-31T09:27:34.907Z | Downloaded rustversion v1.0.23 |
| 1127 | 2026-08-31T09:27:34.907Z | Downloaded similar v2.7.0 |
| 1128 | 2026-08-31T09:27:34.913Z | Downloaded tokio-dtrace v0.1.1 |
| 1129 | 2026-08-31T09:27:34.913Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1130 | 2026-08-31T09:27:34.913Z | Downloaded tagptr v0.2.0 |
| 1131 | 2026-08-31T09:27:34.916Z | Downloaded smf v0.2.3 |
| 1132 | 2026-08-31T09:27:34.916Z | Downloaded displaydoc v0.2.7 |
| 1133 | 2026-08-31T09:27:34.916Z | Downloaded whoami v1.6.1 |
| 1134 | 2026-08-31T09:27:34.916Z | Downloaded xz2 v0.1.7 |
| 1135 | 2026-08-31T09:27:34.922Z | Downloaded async-recursion v1.1.1 |
| 1136 | 2026-08-31T09:27:34.922Z | Downloaded itertools v0.12.1 |
| 1137 | 2026-08-31T09:27:34.927Z | Downloaded const_format_proc_macros v0.2.34 |
| 1138 | 2026-08-31T09:27:34.927Z | Downloaded cookie v0.18.2 |
| 1139 | 2026-08-31T09:27:34.927Z | Downloaded strum_macros v0.27.2 |
| 1140 | 2026-08-31T09:27:34.931Z | Downloaded derive_more v0.99.20 |
| 1141 | 2026-08-31T09:27:34.931Z | Downloaded derive-ex v0.1.8 |
| 1142 | 2026-08-31T09:27:34.931Z | Downloaded scroll v0.13.0 |
| 1143 | 2026-08-31T09:27:34.934Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-08-31T09:27:34.934Z | Downloaded colored v3.1.1 |
| 1145 | 2026-08-31T09:27:34.934Z | Downloaded time-macros v0.2.32 |
| 1146 | 2026-08-31T09:27:34.941Z | Downloaded backon v1.6.0 |
| 1147 | 2026-08-31T09:27:34.941Z | Downloaded arrayvec v0.7.8 |
| 1148 | 2026-08-31T09:27:34.941Z | Downloaded crossbeam-utils v0.8.22 |
| 1149 | 2026-08-31T09:27:34.944Z | Downloaded bs58 v0.5.1 |
| 1150 | 2026-08-31T09:27:34.944Z | Downloaded slog-term v2.9.2 |
| 1151 | 2026-08-31T09:27:34.944Z | Downloaded nom v7.1.3 |
| 1152 | 2026-08-31T09:27:34.944Z | Downloaded tiny-keccak v2.0.2 |
| 1153 | 2026-08-31T09:27:34.947Z | Downloaded backoff v0.4.0 |
| 1154 | 2026-08-31T09:27:34.948Z | Downloaded rayon-core v1.13.0 |
| 1155 | 2026-08-31T09:27:34.951Z | Downloaded slog-scope v4.4.1 |
| 1156 | 2026-08-31T09:27:34.951Z | Downloaded serde_tokenstream v0.3.0 |
| 1157 | 2026-08-31T09:27:34.951Z | Downloaded slog-dtrace v0.3.0 |
| 1158 | 2026-08-31T09:27:34.954Z | Downloaded crypto-bigint v0.5.5 |
| 1159 | 2026-08-31T09:27:34.954Z | Downloaded hickory-resolver v0.25.2 |
| 1160 | 2026-08-31T09:27:34.957Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-08-31T09:27:34.962Z | Downloaded usdt-impl v0.6.0 |
| 1162 | 2026-08-31T09:27:34.964Z | Downloaded qorb v0.4.1 |
| 1163 | 2026-08-31T09:27:34.965Z | Downloaded anyhow v1.0.104 |
| 1164 | 2026-08-31T09:27:34.970Z | Downloaded unsafe-libyaml v0.2.11 |
| 1165 | 2026-08-31T09:27:34.970Z | Downloaded rustls-webpki v0.103.14 |
| 1166 | 2026-08-31T09:27:34.974Z | Downloaded ciborium v0.2.2 |
| 1167 | 2026-08-31T09:27:34.974Z | Downloaded critical-section v1.2.0 |
| 1168 | 2026-08-31T09:27:34.974Z | Downloaded digest v0.11.3 |
| 1169 | 2026-08-31T09:27:34.974Z | Downloaded cancel-safe-futures v0.1.5 |
| 1170 | 2026-08-31T09:27:34.982Z | Downloaded hashbrown v0.12.3 |
| 1171 | 2026-08-31T09:27:34.982Z | Downloaded slog v2.8.2 |
| 1172 | 2026-08-31T09:27:34.985Z | Downloaded term v1.2.1 |
| 1173 | 2026-08-31T09:27:34.985Z | Downloaded diff v0.1.13 |
| 1174 | 2026-08-31T09:27:34.985Z | Downloaded schemars v1.2.2 |
| 1175 | 2026-08-31T09:27:34.994Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1176 | 2026-08-31T09:27:34.998Z | Downloaded zerocopy-derive v0.7.35 |
| 1177 | 2026-08-31T09:27:34.999Z | Downloaded darling v0.21.3 |
| 1178 | 2026-08-31T09:27:35.002Z | Downloaded toml_edit v0.19.15 |
| 1179 | 2026-08-31T09:27:35.014Z | Downloaded schemars v0.8.22 |
| 1180 | 2026-08-31T09:27:35.022Z | Downloaded schemars v0.9.0 |
| 1181 | 2026-08-31T09:27:35.026Z | Downloaded serde_with_macros v3.22.0 |
| 1182 | 2026-08-31T09:27:35.026Z | Downloaded toml v0.7.8 |
| 1183 | 2026-08-31T09:27:35.026Z | Downloaded allocator-api2 v0.2.21 |
| 1184 | 2026-08-31T09:27:35.026Z | Downloaded cc v1.4.2 |
| 1185 | 2026-08-31T09:27:35.030Z | Downloaded darling v0.23.0 |
| 1186 | 2026-08-31T09:27:35.031Z | Downloaded typify v0.6.2 |
| 1187 | 2026-08-31T09:27:35.035Z | Downloaded blake2 v0.10.6 |
| 1188 | 2026-08-31T09:27:35.035Z | Downloaded rand v0.8.7 |
| 1189 | 2026-08-31T09:27:35.035Z | Downloaded icu_collections v2.2.0 |
| 1190 | 2026-08-31T09:27:35.039Z | Downloaded indexmap v2.14.0 |
| 1191 | 2026-08-31T09:27:35.041Z | Downloaded zerotrie v0.2.4 |
| 1192 | 2026-08-31T09:27:35.041Z | Downloaded typify v0.4.3 |
| 1193 | 2026-08-31T09:27:35.044Z | Downloaded pest v2.8.8 |
| 1194 | 2026-08-31T09:27:35.047Z | Downloaded darling_core v0.21.3 |
| 1195 | 2026-08-31T09:27:35.050Z | Downloaded jiff-core v0.1.0 |
| 1196 | 2026-08-31T09:27:35.053Z | Downloaded darling_core v0.23.0 |
| 1197 | 2026-08-31T09:27:35.057Z | Downloaded arc-swap v1.9.2 |
| 1198 | 2026-08-31T09:27:35.057Z | Downloaded crossbeam-channel v0.5.16 |
| 1199 | 2026-08-31T09:27:35.060Z | Downloaded hashbrown v0.16.1 |
| 1200 | 2026-08-31T09:27:35.064Z | Downloaded zerovec v0.11.6 |
| 1201 | 2026-08-31T09:27:35.067Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1202 | 2026-08-31T09:27:35.067Z | Downloaded yansi v1.0.1 |
| 1203 | 2026-08-31T09:27:35.070Z | Downloaded const-oid v0.10.2 |
| 1204 | 2026-08-31T09:27:35.070Z | Downloaded nom v8.0.0 |
| 1205 | 2026-08-31T09:27:35.073Z | Downloaded chacha20poly1305 v0.10.1 |
| 1206 | 2026-08-31T09:27:35.073Z | Downloaded steno v0.4.1 |
| 1207 | 2026-08-31T09:27:35.077Z | Downloaded dropshot-api-manager v0.7.2 |
| 1208 | 2026-08-31T09:27:35.082Z | Downloaded drift v0.2.0 |
| 1209 | 2026-08-31T09:27:35.085Z | Downloaded itertools v0.15.0 |
| 1210 | 2026-08-31T09:27:35.089Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1211 | 2026-08-31T09:27:35.096Z | Downloaded zerocopy-derive v0.8.56 |
| 1212 | 2026-08-31T09:27:35.101Z | Downloaded winnow v0.5.40 |
| 1213 | 2026-08-31T09:27:35.101Z | Downloaded const_format v0.2.36 |
| 1214 | 2026-08-31T09:27:35.104Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-08-31T09:27:35.104Z | Downloaded base64 v0.21.7 |
| 1216 | 2026-08-31T09:27:35.107Z | Downloaded async-compression v0.4.43 |
| 1217 | 2026-08-31T09:27:35.112Z | Downloaded hkdf v0.12.4 |
| 1218 | 2026-08-31T09:27:35.117Z | Downloaded zerocopy v0.7.35 |
| 1219 | 2026-08-31T09:27:35.120Z | Downloaded reqwest v0.13.4 |
| 1220 | 2026-08-31T09:27:35.136Z | Downloaded tough v0.22.0 |
| 1221 | 2026-08-31T09:27:35.146Z | Downloaded rayon v1.12.0 |
| 1222 | 2026-08-31T09:27:35.151Z | Downloaded similar v3.2.0 |
| 1223 | 2026-08-31T09:27:35.154Z | Downloaded hyper v1.11.0 |
| 1224 | 2026-08-31T09:27:35.158Z | Downloaded h2 v0.4.15 |
| 1225 | 2026-08-31T09:27:35.161Z | Downloaded moka v0.12.16 |
| 1226 | 2026-08-31T09:27:35.165Z | Downloaded aws-lc-rs v1.18.0 |
| 1227 | 2026-08-31T09:27:35.171Z | Downloaded icu_properties_data v2.2.0 |
| 1228 | 2026-08-31T09:27:35.176Z | Downloaded tabled v0.21.0 |
| 1229 | 2026-08-31T09:27:35.188Z | Downloaded iddqd v0.4.6 |
| 1230 | 2026-08-31T09:27:35.202Z | Downloaded proptest v1.11.0 |
| 1231 | 2026-08-31T09:27:35.207Z | Downloaded time v0.3.55 |
| 1232 | 2026-08-31T09:27:35.212Z | Downloaded smoltcp v0.11.0 |
| 1233 | 2026-08-31T09:27:35.226Z | Downloaded openapiv3 v2.2.0 |
| 1234 | 2026-08-31T09:27:35.233Z | Downloaded nix v0.31.3 |
| 1235 | 2026-08-31T09:27:35.239Z | Downloaded serde_with v3.22.0 |
| 1236 | 2026-08-31T09:27:35.247Z | Downloaded dropshot v0.17.1 |
| 1237 | 2026-08-31T09:27:35.299Z | Downloaded quinn-proto v0.11.16 |
| 1238 | 2026-08-31T09:27:35.314Z | Downloaded blake3 v1.8.6 |
| 1239 | 2026-08-31T09:27:35.315Z | Downloaded tabled v0.15.0 |
| 1240 | 2026-08-31T09:27:35.315Z | Downloaded syn v1.0.109 |
| 1241 | 2026-08-31T09:27:35.315Z | Downloaded sled v0.34.7 |
| 1242 | 2026-08-31T09:27:35.315Z | Downloaded goblin v0.10.7 |
| 1243 | 2026-08-31T09:27:35.325Z | Downloaded regress v0.10.5 |
| 1244 | 2026-08-31T09:27:35.325Z | Downloaded syn v3.0.3 |
| 1245 | 2026-08-31T09:27:35.331Z | Downloaded jiff v0.2.35 |
| 1246 | 2026-08-31T09:27:35.336Z | Downloaded petgraph v0.6.5 |
| 1247 | 2026-08-31T09:27:35.343Z | Downloaded regress v0.11.1 |
| 1248 | 2026-08-31T09:27:35.350Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-08-31T09:27:35.357Z | Downloaded lzma-sys v0.1.20 |
| 1250 | 2026-08-31T09:27:35.371Z | Downloaded sha3 v0.10.9 |
| 1251 | 2026-08-31T09:27:35.376Z | Downloaded hickory-proto v0.25.2 |
| 1252 | 2026-08-31T09:27:35.395Z | Downloaded rhai v1.26.0 |
| 1253 | 2026-08-31T09:27:35.405Z | Downloaded typify-impl v0.4.3 |
| 1254 | 2026-08-31T09:27:35.412Z | Downloaded typify-impl v0.6.2 |
| 1255 | 2026-08-31T09:27:35.497Z | Downloaded chrono-tz v0.10.4 |
| 1256 | 2026-08-31T09:27:35.506Z | Downloaded csv v1.4.0 |
| 1257 | 2026-08-31T09:27:35.565Z | Downloaded encoding_rs v0.8.35 |
| 1258 | 2026-08-31T09:27:36.090Z | Downloaded aws-lc-sys v0.44.0 |
| 1259 | 2026-08-31T09:27:37.082Z | Compiling proc-macro2 v1.0.107 |
| 1260 | 2026-08-31T09:27:37.082Z | Compiling unicode-ident v1.0.24 |
| 1261 | 2026-08-31T09:27:37.082Z | Compiling quote v1.0.47 |
| 1262 | 2026-08-31T09:27:37.085Z | Compiling serde_core v1.0.229 |
| 1263 | 2026-08-31T09:27:37.085Z | Compiling cfg-if v1.0.4 |
| 1264 | 2026-08-31T09:27:37.085Z | Compiling serde v1.0.229 |
| 1265 | 2026-08-31T09:27:37.085Z | Compiling libc v0.2.189 |
| 1266 | 2026-08-31T09:27:37.085Z | Compiling memchr v2.8.3 |
| 1267 | 2026-08-31T09:27:37.251Z | Compiling itoa v1.0.18 |
| 1268 | 2026-08-31T09:27:37.438Z | Compiling smallvec v1.15.2 |
| 1269 | 2026-08-31T09:27:37.522Z | Compiling zmij v1.0.23 |
| 1270 | 2026-08-31T09:27:37.538Z | Compiling autocfg v1.5.1 |
| 1271 | 2026-08-31T09:27:37.653Z | Compiling libm v0.2.16 |
| 1272 | 2026-08-31T09:27:37.866Z | Compiling stable_deref_trait v1.2.1 |
| 1273 | 2026-08-31T09:27:37.907Z | Compiling writeable v0.6.3 |
| 1274 | 2026-08-31T09:27:37.935Z | Compiling percent-encoding v2.3.2 |
| 1275 | 2026-08-31T09:27:38.080Z | Compiling litemap v0.8.2 |
| 1276 | 2026-08-31T09:27:38.105Z | Compiling icu_normalizer_data v2.2.0 |
| 1277 | 2026-08-31T09:27:38.114Z | Compiling icu_properties_data v2.2.0 |
| 1278 | 2026-08-31T09:27:38.125Z | Compiling utf8_iter v1.0.4 |
| 1279 | 2026-08-31T09:27:38.265Z | Compiling iana-time-zone v0.1.65 |
| 1280 | 2026-08-31T09:27:38.265Z | Compiling form_urlencoded v1.2.2 |
| 1281 | 2026-08-31T09:27:38.418Z | Compiling syn v2.0.119 |
| 1282 | 2026-08-31T09:27:38.451Z | Compiling syn v3.0.3 |
| 1283 | 2026-08-31T09:27:38.476Z | Compiling equivalent v1.0.2 |
| 1284 | 2026-08-31T09:27:38.487Z | Compiling serde_json v1.0.151 |
| 1285 | 2026-08-31T09:27:38.497Z | Compiling version_check v0.9.5 |
| 1286 | 2026-08-31T09:27:38.530Z | Compiling pin-project-lite v0.2.17 |
| 1287 | 2026-08-31T09:27:38.555Z | Compiling allocator-api2 v0.2.21 |
| 1288 | 2026-08-31T09:27:38.626Z | Compiling dyn-clone v1.0.20 |
| 1289 | 2026-08-31T09:27:38.725Z | Compiling num-traits v0.2.19 |
| 1290 | 2026-08-31T09:27:38.759Z | Compiling scopeguard v1.2.0 |
| 1291 | 2026-08-31T09:27:38.768Z | Compiling parking_lot_core v0.9.12 |
| 1292 | 2026-08-31T09:27:38.866Z | Compiling lock_api v0.4.14 |
| 1293 | 2026-08-31T09:27:38.877Z | Compiling thiserror v2.0.20 |
| 1294 | 2026-08-31T09:27:39.045Z | Compiling hashbrown v0.17.1 |
| 1295 | 2026-08-31T09:27:39.097Z | Compiling errno v0.3.14 |
| 1296 | 2026-08-31T09:27:39.144Z | Compiling getrandom v0.4.3 |
| 1297 | 2026-08-31T09:27:39.248Z | Compiling rand_core v0.10.1 |
| 1298 | 2026-08-31T09:27:39.400Z | Compiling semver v1.0.28 |
| 1299 | 2026-08-31T09:27:39.432Z | Compiling heck v0.5.0 |
| 1300 | 2026-08-31T09:27:39.583Z | Compiling indexmap v2.14.0 |
| 1301 | 2026-08-31T09:27:39.684Z | Compiling futures-core v0.3.34 |
| 1302 | 2026-08-31T09:27:39.717Z | Compiling uuid v1.26.0 |
| 1303 | 2026-08-31T09:27:39.729Z | Compiling zerocopy v0.8.56 |
| 1304 | 2026-08-31T09:27:39.833Z | Compiling rustversion v1.0.23 |
| 1305 | 2026-08-31T09:27:40.137Z | Compiling schemars v0.8.22 |
| 1306 | 2026-08-31T09:27:40.146Z | Compiling futures-sink v0.3.34 |
| 1307 | 2026-08-31T09:27:40.207Z | Compiling fnv v1.0.7 |
| 1308 | 2026-08-31T09:27:40.244Z | Compiling slab v0.4.12 |
| 1309 | 2026-08-31T09:27:40.304Z | Compiling jobserver v0.1.35 |
| 1310 | 2026-08-31T09:27:40.381Z | Compiling shlex v2.0.1 |
| 1311 | 2026-08-31T09:27:40.415Z | Compiling find-msvc-tools v0.1.10 |
| 1312 | 2026-08-31T09:27:40.520Z | Compiling futures-channel v0.3.34 |
| 1313 | 2026-08-31T09:27:40.563Z | Compiling cc v1.4.2 |
| 1314 | 2026-08-31T09:27:40.613Z | Compiling socket2 v0.6.5 |
| 1315 | 2026-08-31T09:27:40.647Z | Compiling bitflags v2.13.1 |
| 1316 | 2026-08-31T09:27:40.765Z | Compiling futures-io v0.3.34 |
| 1317 | 2026-08-31T09:27:40.777Z | Compiling futures-task v0.3.34 |
| 1318 | 2026-08-31T09:27:40.964Z | Compiling pkg-config v0.3.33 |
| 1319 | 2026-08-31T09:27:40.977Z | Compiling parking_lot v0.12.5 |
| 1320 | 2026-08-31T09:27:41.017Z | Compiling signal-hook-registry v1.4.8 |
| 1321 | 2026-08-31T09:27:41.089Z | Compiling mio v1.2.2 |
| 1322 | 2026-08-31T09:27:41.105Z | Compiling portable-atomic v1.15.0 |
| 1323 | 2026-08-31T09:27:41.320Z | Compiling synstructure v0.13.2 |
| 1324 | 2026-08-31T09:27:41.402Z | Compiling serde_derive_internals v0.29.1 |
| 1325 | 2026-08-31T09:27:41.409Z | Compiling cmake v0.1.58 |
| 1326 | 2026-08-31T09:27:41.594Z | Compiling log v0.4.33 |
| 1327 | 2026-08-31T09:27:41.617Z | Compiling serde_derive v1.0.229 |
| 1328 | 2026-08-31T09:27:41.749Z | Compiling displaydoc v0.2.7 |
| 1329 | 2026-08-31T09:27:41.776Z | Compiling thiserror-impl v2.0.20 |
| 1330 | 2026-08-31T09:27:41.818Z | Compiling tokio-macros v2.7.2 |
| 1331 | 2026-08-31T09:27:41.888Z | Compiling futures-macro v0.3.34 |
| 1332 | 2026-08-31T09:27:42.144Z | Compiling dunce v1.0.5 |
| 1333 | 2026-08-31T09:27:42.240Z | Compiling fs_extra v1.3.0 |
| 1334 | 2026-08-31T09:27:42.350Z | Compiling typenum v1.20.1 |
| 1335 | 2026-08-31T09:27:42.403Z | Compiling zerofrom-derive v0.1.7 |
| 1336 | 2026-08-31T09:27:42.494Z | Compiling yoke-derive v0.8.2 |
| 1337 | 2026-08-31T09:27:42.531Z | Compiling zerovec-derive v0.11.3 |
| 1338 | 2026-08-31T09:27:42.554Z | Compiling schemars_derive v0.8.22 |
| 1339 | 2026-08-31T09:27:42.715Z | Compiling zerocopy-derive v0.8.56 |
| 1340 | 2026-08-31T09:27:43.084Z | Compiling zeroize_derive v1.5.0 |
| 1341 | 2026-08-31T09:27:43.141Z | Compiling futures-util v0.3.34 |
| 1342 | 2026-08-31T09:27:43.552Z | Compiling aws-lc-sys v0.44.0 |
| 1343 | 2026-08-31T09:27:43.606Z | Compiling zerofrom v0.1.8 |
| 1344 | 2026-08-31T09:27:43.624Z | Compiling critical-section v1.2.0 |
| 1345 | 2026-08-31T09:27:43.727Z | Compiling yoke v0.8.3 |
| 1346 | 2026-08-31T09:27:43.731Z | Compiling base64 v0.22.1 |
| 1347 | 2026-08-31T09:27:43.751Z | Compiling zeroize v1.9.0 |
| 1348 | 2026-08-31T09:27:43.751Z | Compiling once_cell v1.21.4 |
| 1349 | 2026-08-31T09:27:43.915Z | Compiling zerovec v0.11.6 |
| 1350 | 2026-08-31T09:27:43.956Z | Compiling zerotrie v0.2.4 |
| 1351 | 2026-08-31T09:27:43.959Z | Compiling regex-syntax v0.8.11 |
| 1352 | 2026-08-31T09:27:44.044Z | Compiling byteorder v1.5.0 |
| 1353 | 2026-08-31T09:27:44.263Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-31T09:27:44.272Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-08-31T09:27:44.426Z | Compiling tinystr v0.8.3 |
| 1356 | 2026-08-31T09:27:44.451Z | Compiling potential_utf v0.1.5 |
| 1357 | 2026-08-31T09:27:44.597Z | Compiling icu_locale_core v2.2.0 |
| 1358 | 2026-08-31T09:27:44.616Z | Compiling icu_collections v2.2.0 |
| 1359 | 2026-08-31T09:27:44.629Z | Compiling bytes v1.12.1 |
| 1360 | 2026-08-31T09:27:44.684Z | Compiling chrono v0.4.45 |
| 1361 | 2026-08-31T09:27:44.714Z | Compiling erased-serde v0.3.31 |
| 1362 | 2026-08-31T09:27:45.133Z | Compiling http v1.5.0 |
| 1363 | 2026-08-31T09:27:45.198Z | Compiling tokio v1.53.1 |
| 1364 | 2026-08-31T09:27:45.455Z | Compiling icu_provider v2.2.0 |
| 1365 | 2026-08-31T09:27:45.667Z | Compiling serde_tokenstream v0.2.3 |
| 1366 | 2026-08-31T09:27:45.778Z | Compiling icu_normalizer v2.2.0 |
| 1367 | 2026-08-31T09:27:45.990Z | Compiling icu_properties v2.2.0 |
| 1368 | 2026-08-31T09:27:46.189Z | Compiling strsim v0.11.1 |
| 1369 | 2026-08-31T09:27:46.232Z | Compiling rustix v1.1.4 |
| 1370 | 2026-08-31T09:27:46.416Z | Compiling http-body v1.1.0 |
| 1371 | 2026-08-31T09:27:46.579Z | Compiling httparse v1.10.1 |
| 1372 | 2026-08-31T09:27:46.582Z | Compiling atomic-waker v1.1.2 |
| 1373 | 2026-08-31T09:27:46.605Z | Compiling ipnet v2.12.1 |
| 1374 | 2026-08-31T09:27:46.705Z | Compiling tower-service v0.3.3 |
| 1375 | 2026-08-31T09:27:46.790Z | Compiling tower-layer v0.3.3 |
| 1376 | 2026-08-31T09:27:46.798Z | Compiling thiserror v1.0.69 |
| 1377 | 2026-08-31T09:27:46.911Z | Compiling idna_adapter v1.2.2 |
| 1378 | 2026-08-31T09:27:47.049Z | Compiling idna v1.1.0 |
| 1379 | 2026-08-31T09:27:47.102Z | Compiling ppv-lite86 v0.2.21 |
| 1380 | 2026-08-31T09:27:47.125Z | Compiling ryu v1.0.23 |
| 1381 | 2026-08-31T09:27:47.152Z | Compiling try-lock v0.2.5 |
| 1382 | 2026-08-31T09:27:47.197Z | Compiling untrusted v0.9.0 |
| 1383 | 2026-08-31T09:27:47.257Z | Compiling ucd-trie v0.1.7 |
| 1384 | 2026-08-31T09:27:47.296Z | Compiling want v0.3.1 |
| 1385 | 2026-08-31T09:27:47.359Z | Compiling thiserror-impl v1.0.69 |
| 1386 | 2026-08-31T09:27:47.414Z | Compiling url v2.5.8 |
| 1387 | 2026-08-31T09:27:47.461Z | Compiling pest v2.8.8 |
| 1388 | 2026-08-31T09:27:47.477Z | Compiling getrandom v0.2.17 |
| 1389 | 2026-08-31T09:27:47.547Z | Compiling httpdate v1.0.3 |
| 1390 | 2026-08-31T09:27:47.656Z | Compiling rand_core v0.6.4 |
| 1391 | 2026-08-31T09:27:47.796Z | Compiling pretty-hex v0.4.2 |
| 1392 | 2026-08-31T09:27:47.809Z | Compiling plain v0.2.3 |
| 1393 | 2026-08-31T09:27:47.912Z | Compiling slog v2.8.2 |
| 1394 | 2026-08-31T09:27:47.928Z | Compiling tracing-core v0.1.36 |
| 1395 | 2026-08-31T09:27:48.142Z | Compiling tracing-attributes v0.1.31 |
| 1396 | 2026-08-31T09:27:48.263Z | Compiling foldhash v0.2.0 |
| 1397 | 2026-08-31T09:27:48.492Z | Compiling pest_meta v2.8.8 |
| 1398 | 2026-08-31T09:27:48.537Z | Compiling paste v1.0.15 |
| 1399 | 2026-08-31T09:27:48.691Z | Compiling ipnetwork v0.21.1 |
| 1400 | 2026-08-31T09:27:48.860Z | Compiling serde_urlencoded v0.7.1 |
| 1401 | 2026-08-31T09:27:48.918Z | Compiling oxnet v0.1.7 |
| 1402 | 2026-08-31T09:27:49.100Z | Compiling pest_generator v2.8.8 |
| 1403 | 2026-08-31T09:27:49.121Z | Compiling http-body-util v0.1.5 |
| 1404 | 2026-08-31T09:27:49.328Z | Compiling tracing v0.1.44 |
| 1405 | 2026-08-31T09:27:49.338Z | Compiling aho-corasick v1.1.5 |
| 1406 | 2026-08-31T09:27:49.375Z | Compiling ident_case v1.0.1 |
| 1407 | 2026-08-31T09:27:49.459Z | Compiling omicron-workspace-hack v0.1.0 |
| 1408 | 2026-08-31T09:27:49.560Z | Compiling sync_wrapper v1.0.2 |
| 1409 | 2026-08-31T09:27:49.715Z | Compiling winnow v1.0.4 |
| 1410 | 2026-08-31T09:27:49.731Z | Compiling num-conv v0.2.2 |
| 1411 | 2026-08-31T09:27:49.758Z | Compiling time-core v0.1.9 |
| 1412 | 2026-08-31T09:27:49.768Z | Compiling pest_derive v2.8.8 |
| 1413 | 2026-08-31T09:27:49.842Z | Compiling hashbrown v0.16.1 |
| 1414 | 2026-08-31T09:27:49.928Z | Compiling time-macros v0.2.32 |
| 1415 | 2026-08-31T09:27:49.997Z | Compiling scroll_derive v0.13.1 |
| 1416 | 2026-08-31T09:27:50.344Z | Compiling regex-automata v0.4.18 |
| 1417 | 2026-08-31T09:27:50.483Z | Compiling daft-derive v0.1.8 |
| 1418 | 2026-08-31T09:27:50.752Z | Compiling deranged v0.5.8 |
| 1419 | 2026-08-31T09:27:50.798Z | Compiling fastrand v2.5.0 |
| 1420 | 2026-08-31T09:27:51.127Z | Compiling num_threads v0.1.7 |
| 1421 | 2026-08-31T09:27:51.144Z | Compiling powerfmt v0.2.0 |
| 1422 | 2026-08-31T09:27:51.158Z | Compiling anyhow v1.0.104 |
| 1423 | 2026-08-31T09:27:51.205Z | Compiling scroll v0.13.0 |
| 1424 | 2026-08-31T09:27:51.319Z | Compiling tokio-util v0.7.19 |
| 1425 | 2026-08-31T09:27:51.739Z | Compiling aws-lc-rs v1.18.0 |
| 1426 | 2026-08-31T09:27:51.858Z | Compiling rustls-pki-types v1.15.1 |
| 1427 | 2026-08-31T09:27:52.040Z | Compiling async-trait v0.1.92 |
| 1428 | 2026-08-31T09:27:52.090Z | Compiling regex v1.13.1 |
| 1429 | 2026-08-31T09:27:52.331Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-08-31T09:27:52.515Z | Compiling hex v0.4.3 |
| 1431 | 2026-08-31T09:27:52.540Z | Compiling crossbeam-utils v0.8.22 |
| 1432 | 2026-08-31T09:27:52.564Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-08-31T09:27:52.724Z | Compiling rustls v0.23.43 |
| 1434 | 2026-08-31T09:27:52.774Z | Compiling camino v1.2.5 |
| 1435 | 2026-08-31T09:27:52.850Z | Compiling usdt-impl v0.6.0 |
| 1436 | 2026-08-31T09:27:52.959Z | Compiling h2 v0.4.15 |
| 1437 | 2026-08-31T09:27:52.973Z | Compiling goblin v0.10.7 |
| 1438 | 2026-08-31T09:27:53.111Z | Compiling dtrace-parser v0.3.0 |
| 1439 | 2026-08-31T09:27:53.142Z | Compiling thread_local v1.1.10 |
| 1440 | 2026-08-31T09:27:53.297Z | Compiling crc32fast v1.5.0 |
| 1441 | 2026-08-31T09:27:53.444Z | Compiling thread-id v5.1.0 |
| 1442 | 2026-08-31T09:27:53.525Z | Compiling cpufeatures v0.3.0 |
| 1443 | 2026-08-31T09:27:53.597Z | Compiling slog-async v2.8.0 |
| 1444 | 2026-08-31T09:27:53.796Z | Compiling futures-executor v0.3.34 |
| 1445 | 2026-08-31T09:27:53.822Z | Compiling serde_tokenstream v0.3.0 |
| 1446 | 2026-08-31T09:27:53.923Z | Compiling structmeta-derive v0.3.0 |
| 1447 | 2026-08-31T09:27:53.961Z | Compiling term v1.2.1 |
| 1448 | 2026-08-31T09:27:54.076Z | Compiling adler2 v2.0.1 |
| 1449 | 2026-08-31T09:27:54.106Z | Compiling take_mut v0.2.2 |
| 1450 | 2026-08-31T09:27:54.215Z | Compiling simd-adler32 v0.3.10 |
| 1451 | 2026-08-31T09:27:54.226Z | Compiling newtype-uuid-macros v0.1.1 |
| 1452 | 2026-08-31T09:27:54.418Z | Compiling miniz_oxide v0.8.9 |
| 1453 | 2026-08-31T09:27:54.658Z | Compiling futures v0.3.34 |
| 1454 | 2026-08-31T09:27:54.737Z | Compiling rand_core v0.9.5 |
| 1455 | 2026-08-31T09:27:54.960Z | Compiling structmeta v0.3.0 |
| 1456 | 2026-08-31T09:27:54.969Z | Compiling darling_core v0.23.0 |
| 1457 | 2026-08-31T09:27:55.005Z | Compiling hybrid-array v0.4.14 |
| 1458 | 2026-08-31T09:27:55.086Z | Compiling hyper v1.11.0 |
| 1459 | 2026-08-31T09:27:55.156Z | Compiling match_cfg v0.1.0 |
| 1460 | 2026-08-31T09:27:55.224Z | Compiling flate2 v1.1.9 |
| 1461 | 2026-08-31T09:27:55.260Z | Compiling newtype-uuid v1.4.0 |
| 1462 | 2026-08-31T09:27:55.601Z | Compiling quick-error v1.2.3 |
| 1463 | 2026-08-31T09:27:55.706Z | Compiling compression-core v0.4.32 |
| 1464 | 2026-08-31T09:27:55.933Z | Compiling dof v0.4.0 |
| 1465 | 2026-08-31T09:27:55.956Z | Compiling ref-cast v1.0.26 |
| 1466 | 2026-08-31T09:27:56.137Z | Compiling compression-codecs v0.4.38 |
| 1467 | 2026-08-31T09:27:56.271Z | Compiling hyper-util v0.1.20 |
| 1468 | 2026-08-31T09:27:57.099Z | Compiling darling_macro v0.23.0 |
| 1469 | 2026-08-31T09:27:57.354Z | Compiling daft v0.1.8 |
| 1470 | 2026-08-31T09:27:57.502Z | Compiling block-buffer v0.12.1 |
| 1471 | 2026-08-31T09:27:57.604Z | Compiling crypto-common v0.2.2 |
| 1472 | 2026-08-31T09:27:57.624Z | Compiling rand_chacha v0.9.0 |
| 1473 | 2026-08-31T09:27:57.662Z | Compiling strum_macros v0.26.4 |
| 1474 | 2026-08-31T09:27:57.699Z | Compiling darling v0.23.0 |
| 1475 | 2026-08-31T09:27:57.780Z | Compiling ref-cast-impl v1.0.26 |
| 1476 | 2026-08-31T09:27:57.949Z | Compiling serde_spanned v1.1.1 |
| 1477 | 2026-08-31T09:27:58.024Z | Compiling usdt-macro v0.6.0 |
| 1478 | 2026-08-31T09:27:58.055Z | Compiling usdt-attr-macro v0.6.0 |
| 1479 | 2026-08-31T09:27:58.095Z | Compiling multer v3.1.0 |
| 1480 | 2026-08-31T09:27:58.321Z | Compiling syn v1.0.109 |
| 1481 | 2026-08-31T09:27:58.355Z | Compiling bit-vec v0.8.0 |
| 1482 | 2026-08-31T09:27:58.552Z | Compiling debug-ignore v1.0.5 |
| 1483 | 2026-08-31T09:27:58.592Z | Compiling const-oid v0.10.2 |
| 1484 | 2026-08-31T09:27:58.632Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1485 | 2026-08-31T09:27:58.699Z | Compiling bit-set v0.8.0 |
| 1486 | 2026-08-31T09:27:58.803Z | Compiling digest v0.11.3 |
| 1487 | 2026-08-31T09:27:58.907Z | Compiling rand v0.9.5 |
| 1488 | 2026-08-31T09:27:58.948Z | Compiling serde_with_macros v3.22.0 |
| 1489 | 2026-08-31T09:27:59.154Z | Compiling time v0.3.55 |
| 1490 | 2026-08-31T09:27:59.236Z | Compiling tower v0.5.3 |
| 1491 | 2026-08-31T09:27:59.273Z | Compiling strum v0.26.3 |
| 1492 | 2026-08-31T09:27:59.404Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1493 | 2026-08-31T09:27:59.515Z | Compiling async-stream-impl v0.3.6 |
| 1494 | 2026-08-31T09:27:59.709Z | Compiling dropshot v0.17.1 |
| 1495 | 2026-08-31T09:27:59.868Z | Compiling encoding_rs v0.8.35 |
| 1496 | 2026-08-31T09:27:59.939Z | Compiling mime v0.3.17 |
| 1497 | 2026-08-31T09:27:59.954Z | Compiling spin v0.9.9 |
| 1498 | 2026-08-31T09:28:00.080Z | Compiling unarray v0.1.4 |
| 1499 | 2026-08-31T09:28:00.151Z | Compiling async-stream v0.3.6 |
| 1500 | 2026-08-31T09:28:00.206Z | Compiling tower-http v0.6.11 |
| 1501 | 2026-08-31T09:28:00.321Z | Compiling sha1 v0.11.0 |
| 1502 | 2026-08-31T09:28:00.563Z | Compiling derive-ex v0.1.8 |
| 1503 | 2026-08-31T09:28:00.616Z | Compiling crossbeam-channel v0.5.16 |
| 1504 | 2026-08-31T09:28:01.037Z | Compiling waitgroup v0.1.2 |
| 1505 | 2026-08-31T09:28:01.040Z | Compiling dropshot_endpoint v0.17.1 |
| 1506 | 2026-08-31T09:28:01.041Z | Compiling macaddr v1.0.1 |
| 1507 | 2026-08-31T09:28:01.134Z | Compiling openapiv3 v2.2.0 |
| 1508 | 2026-08-31T09:28:01.274Z | Compiling serde_path_to_error v0.1.20 |
| 1509 | 2026-08-31T09:28:01.679Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1510 | 2026-08-31T09:28:01.855Z | Compiling rustls-native-certs v0.8.4 |
| 1511 | 2026-08-31T09:28:02.095Z | Compiling tempfile v3.27.0 |
| 1512 | 2026-08-31T09:28:02.205Z | Compiling strum_macros v0.27.2 |
| 1513 | 2026-08-31T09:28:02.216Z | Compiling test-strategy v0.4.5 |
| 1514 | 2026-08-31T09:28:02.323Z | Compiling instant v0.1.13 |
| 1515 | 2026-08-31T09:28:02.513Z | Compiling generic-array v0.14.7 |
| 1516 | 2026-08-31T09:28:02.758Z | Compiling is-terminal v0.4.17 |
| 1517 | 2026-08-31T09:28:02.798Z | Compiling slog-term v2.9.2 |
| 1518 | 2026-08-31T09:28:02.949Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1519 | 2026-08-31T09:28:03.447Z | Compiling either v1.17.0 |
| 1520 | 2026-08-31T09:28:03.553Z | Compiling parse-display-derive v0.10.0 |
| 1521 | 2026-08-31T09:28:03.566Z | Compiling backon v1.6.0 |
| 1522 | 2026-08-31T09:28:03.659Z | Compiling rand_chacha v0.3.1 |
| 1523 | 2026-08-31T09:28:03.685Z | Compiling memmap2 v0.9.11 |
| 1524 | 2026-08-31T09:28:03.766Z | Compiling slog-json v2.6.1 |
| 1525 | 2026-08-31T09:28:03.901Z | Compiling rand v0.8.7 |
| 1526 | 2026-08-31T09:28:03.968Z | Compiling hostname v0.3.1 |
| 1527 | 2026-08-31T09:28:03.969Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1528 | 2026-08-31T09:28:04.021Z | Compiling strum v0.27.2 |
| 1529 | 2026-08-31T09:28:04.106Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1530 | 2026-08-31T09:28:04.109Z | Compiling wait-timeout v0.2.1 |
| 1531 | 2026-08-31T09:28:04.147Z | Compiling slog-bunyan v2.5.0 |
| 1532 | 2026-08-31T09:28:04.284Z | Compiling rusty-fork v0.3.1 |
| 1533 | 2026-08-31T09:28:04.421Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1534 | 2026-08-31T09:28:04.433Z | Compiling serde_with v3.22.0 |
| 1535 | 2026-08-31T09:28:04.547Z | Compiling async-compression v0.4.43 |
| 1536 | 2026-08-31T09:28:04.637Z | Compiling rand_xorshift v0.4.0 |
| 1537 | 2026-08-31T09:28:04.665Z | Compiling rustls-pemfile v2.2.0 |
| 1538 | 2026-08-31T09:28:04.782Z | Compiling regress v0.10.5 |
| 1539 | 2026-08-31T09:28:04.860Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1540 | 2026-08-31T09:28:04.870Z | Compiling hostname v0.4.2 |
| 1541 | 2026-08-31T09:28:05.007Z | Compiling humantime v2.4.0 |
| 1542 | 2026-08-31T09:28:05.174Z | Compiling proptest v1.11.0 |
| 1543 | 2026-08-31T09:28:05.334Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1544 | 2026-08-31T09:28:05.467Z | Compiling crypto-common v0.1.7 |
| 1545 | 2026-08-31T09:28:06.264Z | Compiling iddqd v0.4.6 |
| 1546 | 2026-08-31T09:28:06.725Z | Compiling usdt v0.6.0 |
| 1547 | 2026-08-31T09:28:06.977Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1548 | 2026-08-31T09:28:07.020Z | Compiling reqwest v0.12.28 |
| 1549 | 2026-08-31T09:28:07.220Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1550 | 2026-08-31T09:28:07.491Z | Compiling parse-display v0.10.0 |
| 1551 | 2026-08-31T09:28:07.533Z | Compiling backoff v0.4.0 |
| 1552 | 2026-08-31T09:28:07.748Z | Compiling itertools v0.14.0 |
| 1553 | 2026-08-31T09:28:07.813Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1554 | 2026-08-31T09:28:08.045Z | Compiling progenitor-client v0.10.0 |
| 1555 | 2026-08-31T09:28:08.327Z | Compiling block-buffer v0.10.4 |
| 1556 | 2026-08-31T09:28:08.792Z | Compiling utf8parse v0.2.2 |
| 1557 | 2026-08-31T09:28:08.958Z | Compiling anstyle-parse v1.0.0 |
| 1558 | 2026-08-31T09:28:09.042Z | Compiling digest v0.10.7 |
| 1559 | 2026-08-31T09:28:09.095Z | Compiling anstyle v1.0.14 |
| 1560 | 2026-08-31T09:28:09.138Z | Compiling is_terminal_polyfill v1.70.2 |
| 1561 | 2026-08-31T09:28:09.225Z | Compiling anstyle-query v1.1.5 |
| 1562 | 2026-08-31T09:28:09.235Z | Compiling colorchoice v1.0.5 |
| 1563 | 2026-08-31T09:28:09.315Z | Compiling anstream v1.0.0 |
| 1564 | 2026-08-31T09:28:09.383Z | Compiling regress v0.11.1 |
| 1565 | 2026-08-31T09:28:09.634Z | Compiling clap_lex v1.1.0 |
| 1566 | 2026-08-31T09:28:09.880Z | Compiling unicode-width v0.2.2 |
| 1567 | 2026-08-31T09:28:09.956Z | Compiling clap_derive v4.6.4 |
| 1568 | 2026-08-31T09:28:10.479Z | Compiling terminal_size v0.4.4 |
| 1569 | 2026-08-31T09:28:11.013Z | Compiling typify-impl v0.6.2 |
| 1570 | 2026-08-31T09:28:11.617Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-08-31T09:28:11.674Z | Compiling zerocopy-derive v0.7.35 |
| 1572 | 2026-08-31T09:28:11.941Z | Compiling convert_case v0.4.0 |
| 1573 | 2026-08-31T09:28:11.964Z | Compiling cpufeatures v0.2.17 |
| 1574 | 2026-08-31T09:28:12.235Z | Compiling derive_more v0.99.20 |
| 1575 | 2026-08-31T09:28:12.528Z | Compiling zerocopy v0.7.35 |
| 1576 | 2026-08-31T09:28:13.082Z | Compiling clap_builder v4.6.6 |
| 1577 | 2026-08-31T09:28:13.610Z | Compiling secrecy v0.10.3 |
| 1578 | 2026-08-31T09:28:13.768Z | Compiling float-ord v0.3.2 |
| 1579 | 2026-08-31T09:28:13.885Z | Compiling crucible-workspace-hack v0.1.0 |
| 1580 | 2026-08-31T09:28:14.094Z | Compiling tinyvec_macros v0.1.1 |
| 1581 | 2026-08-31T09:28:14.163Z | Compiling tinyvec v1.12.0 |
| 1582 | 2026-08-31T09:28:14.781Z | Compiling clap v4.6.6 |
| 1583 | 2026-08-31T09:28:14.829Z | Compiling dtrace-parser v0.2.0 |
| 1584 | 2026-08-31T09:28:14.862Z | Compiling scroll_derive v0.12.1 |
| 1585 | 2026-08-31T09:28:15.042Z | Compiling num-integer v0.1.47 |
| 1586 | 2026-08-31T09:28:15.580Z | Compiling rustc_version v0.4.1 |
| 1587 | 2026-08-31T09:28:15.691Z | Compiling usdt-impl v0.5.0 |
| 1588 | 2026-08-31T09:28:15.901Z | Compiling crossbeam-epoch v0.9.20 |
| 1589 | 2026-08-31T09:28:15.963Z | Compiling curve25519-dalek v4.1.3 |
| 1590 | 2026-08-31T09:28:16.187Z | Compiling scroll v0.12.0 |
| 1591 | 2026-08-31T09:28:16.460Z | Compiling dof v0.3.0 |
| 1592 | 2026-08-31T09:28:16.780Z | Compiling hmac v0.12.1 |
| 1593 | 2026-08-31T09:28:16.792Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1594 | 2026-08-31T09:28:16.811Z | Compiling inout v0.1.4 |
| 1595 | 2026-08-31T09:28:16.919Z | Compiling darling_core v0.21.3 |
| 1596 | 2026-08-31T09:28:16.939Z | Compiling ff v0.13.1 |
| 1597 | 2026-08-31T09:28:16.954Z | Compiling thread-id v4.2.2 |
| 1598 | 2026-08-31T09:28:17.066Z | Compiling unsafe-libyaml v0.2.11 |
| 1599 | 2026-08-31T09:28:17.088Z | Compiling group v0.13.0 |
| 1600 | 2026-08-31T09:28:17.340Z | Compiling proc-macro-crate v3.5.0 |
| 1601 | 2026-08-31T09:28:17.401Z | Compiling typify-macro v0.6.2 |
| 1602 | 2026-08-31T09:28:17.579Z | Compiling serde_yaml v0.9.34+deprecated |
| 1603 | 2026-08-31T09:28:17.732Z | Compiling cipher v0.4.4 |
| 1604 | 2026-08-31T09:28:17.753Z | Compiling hkdf v0.12.4 |
| 1605 | 2026-08-31T09:28:18.182Z | Compiling goblin v0.8.2 |
| 1606 | 2026-08-31T09:28:18.893Z | Compiling num-rational v0.4.2 |
| 1607 | 2026-08-31T09:28:18.909Z | Compiling num-iter v0.1.46 |
| 1608 | 2026-08-31T09:28:18.989Z | Compiling darling_macro v0.21.3 |
| 1609 | 2026-08-31T09:28:19.027Z | Compiling universal-hash v0.5.1 |
| 1610 | 2026-08-31T09:28:19.153Z | Compiling crypto-bigint v0.5.5 |
| 1611 | 2026-08-31T09:28:19.164Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-08-31T09:28:19.511Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1613 | 2026-08-31T09:28:19.534Z | Compiling typify v0.6.2 |
| 1614 | 2026-08-31T09:28:19.619Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1615 | 2026-08-31T09:28:19.827Z | Compiling half v2.7.1 |
| 1616 | 2026-08-31T09:28:19.972Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1617 | 2026-08-31T09:28:20.025Z | Compiling num-complex v0.4.6 |
| 1618 | 2026-08-31T09:28:20.410Z | Compiling memoffset v0.9.1 |
| 1619 | 2026-08-31T09:28:20.479Z | Compiling opaque-debug v0.3.1 |
| 1620 | 2026-08-31T09:28:20.551Z | Compiling ciborium-io v0.2.2 |
| 1621 | 2026-08-31T09:28:20.571Z | Compiling base64ct v1.8.3 |
| 1622 | 2026-08-31T09:28:20.595Z | Compiling base16ct v0.2.0 |
| 1623 | 2026-08-31T09:28:20.621Z | Compiling cfg_aliases v0.2.2 |
| 1624 | 2026-08-31T09:28:20.694Z | Compiling nix v0.31.3 |
| 1625 | 2026-08-31T09:28:20.729Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-08-31T09:28:20.747Z | Compiling ciborium-ll v0.2.2 |
| 1627 | 2026-08-31T09:28:20.867Z | Compiling password-hash v0.5.0 |
| 1628 | 2026-08-31T09:28:21.028Z | Compiling thiserror-no-std v2.0.2 |
| 1629 | 2026-08-31T09:28:21.071Z | Compiling poly1305 v0.8.0 |
| 1630 | 2026-08-31T09:28:21.418Z | Compiling num v0.4.3 |
| 1631 | 2026-08-31T09:28:21.507Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-08-31T09:28:21.633Z | Compiling darling v0.21.3 |
| 1633 | 2026-08-31T09:28:21.829Z | Compiling chacha20 v0.9.1 |
| 1634 | 2026-08-31T09:28:22.050Z | Compiling num_enum_derive v0.7.6 |
| 1635 | 2026-08-31T09:28:22.251Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1636 | 2026-08-31T09:28:22.392Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1637 | 2026-08-31T09:28:22.849Z | Compiling blake2 v0.10.6 |
| 1638 | 2026-08-31T09:28:22.989Z | Compiling aead v0.5.2 |
| 1639 | 2026-08-31T09:28:23.087Z | Compiling byte-wrapper v0.1.0 |
| 1640 | 2026-08-31T09:28:23.153Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1641 | 2026-08-31T09:28:23.164Z | Compiling proc-macro-error-attr v1.0.4 |
| 1642 | 2026-08-31T09:28:23.401Z | Compiling keccak v0.1.6 |
| 1643 | 2026-08-31T09:28:23.445Z | Compiling rustix v0.38.44 |
| 1644 | 2026-08-31T09:28:23.476Z | Compiling static_assertions v1.1.0 |
| 1645 | 2026-08-31T09:28:23.529Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1646 | 2026-08-31T09:28:23.549Z | Compiling heapless v0.8.0 |
| 1647 | 2026-08-31T09:28:23.628Z | Compiling prettyplease v0.2.37 |
| 1648 | 2026-08-31T09:28:23.873Z | Compiling sha3 v0.10.9 |
| 1649 | 2026-08-31T09:28:24.017Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1650 | 2026-08-31T09:28:24.171Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1651 | 2026-08-31T09:28:24.464Z | Compiling chacha20poly1305 v0.10.1 |
| 1652 | 2026-08-31T09:28:24.596Z | Compiling num_enum v0.7.6 |
| 1653 | 2026-08-31T09:28:24.615Z | Compiling argon2 v0.5.3 |
| 1654 | 2026-08-31T09:28:24.876Z | Compiling ingot-macros v0.1.1 |
| 1655 | 2026-08-31T09:28:24.927Z | Compiling vsss-rs v3.3.4 |
| 1656 | 2026-08-31T09:28:25.133Z | Compiling ciborium v0.2.2 |
| 1657 | 2026-08-31T09:28:25.575Z | Compiling usdt-macro v0.5.0 |
| 1658 | 2026-08-31T09:28:25.619Z | Compiling usdt-attr-macro v0.5.0 |
| 1659 | 2026-08-31T09:28:26.571Z | Compiling serde_spanned v0.6.9 |
| 1660 | 2026-08-31T09:28:26.652Z | Compiling hash32 v0.3.1 |
| 1661 | 2026-08-31T09:28:26.715Z | Compiling num-derive v0.4.2 |
| 1662 | 2026-08-31T09:28:26.803Z | Compiling enum-as-inner v0.6.1 |
| 1663 | 2026-08-31T09:28:26.838Z | Compiling serde_repr v0.1.21 |
| 1664 | 2026-08-31T09:28:27.332Z | Compiling proc-macro-error v1.0.4 |
| 1665 | 2026-08-31T09:28:27.372Z | Compiling memmap v0.7.0 |
| 1666 | 2026-08-31T09:28:27.398Z | Compiling toml_write v0.1.2 |
| 1667 | 2026-08-31T09:28:27.409Z | Compiling indent_write v2.2.0 |
| 1668 | 2026-08-31T09:28:27.543Z | Compiling smoltcp v0.11.0 |
| 1669 | 2026-08-31T09:28:27.554Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1670 | 2026-08-31T09:28:27.555Z | Compiling winnow v0.5.40 |
| 1671 | 2026-08-31T09:28:27.591Z | Compiling winnow v0.7.15 |
| 1672 | 2026-08-31T09:28:27.628Z | Compiling data-encoding v2.11.1 |
| 1673 | 2026-08-31T09:28:27.655Z | Compiling ingot-types v0.1.2 |
| 1674 | 2026-08-31T09:28:27.737Z | Compiling usdt v0.5.0 |
| 1675 | 2026-08-31T09:28:27.878Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1676 | 2026-08-31T09:28:28.005Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1677 | 2026-08-31T09:28:28.091Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1678 | 2026-08-31T09:28:28.587Z | Compiling tabwriter v1.4.1 |
| 1679 | 2026-08-31T09:28:28.696Z | Compiling cobs v0.3.0 |
| 1680 | 2026-08-31T09:28:28.826Z | Compiling toml_edit v0.19.15 |
| 1681 | 2026-08-31T09:28:28.893Z | Compiling toml_edit v0.22.27 |
| 1682 | 2026-08-31T09:28:28.919Z | Compiling foreign-types-macros v0.2.4 |
| 1683 | 2026-08-31T09:28:29.095Z | Compiling managed v0.8.0 |
| 1684 | 2026-08-31T09:28:29.242Z | Compiling vcpkg v0.2.15 |
| 1685 | 2026-08-31T09:28:29.276Z | Compiling colored v3.1.1 |
| 1686 | 2026-08-31T09:28:29.533Z | Compiling foreign-types-shared v0.3.1 |
| 1687 | 2026-08-31T09:28:29.630Z | Compiling crossbeam-deque v0.8.7 |
| 1688 | 2026-08-31T09:28:29.661Z | Compiling bitflags v1.3.2 |
| 1689 | 2026-08-31T09:28:29.722Z | Compiling bytecount v0.6.9 |
| 1690 | 2026-08-31T09:28:29.780Z | Compiling openssl-sys v0.9.117 |
| 1691 | 2026-08-31T09:28:29.859Z | Compiling foreign-types v0.5.0 |
| 1692 | 2026-08-31T09:28:29.911Z | Compiling postcard v1.1.3 |
| 1693 | 2026-08-31T09:28:30.196Z | Compiling proc-macro-crate v1.3.1 |
| 1694 | 2026-08-31T09:28:30.319Z | Compiling toml v0.8.23 |
| 1695 | 2026-08-31T09:28:30.526Z | Compiling ingot v0.1.1 |
| 1696 | 2026-08-31T09:28:31.104Z | Compiling progenitor-impl v0.14.0 |
| 1697 | 2026-08-31T09:28:31.206Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1698 | 2026-08-31T09:28:31.724Z | Compiling chacha20 v0.10.1 |
| 1699 | 2026-08-31T09:28:31.867Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1700 | 2026-08-31T09:28:31.988Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1701 | 2026-08-31T09:28:32.185Z | Compiling cstr-argument v0.1.2 |
| 1702 | 2026-08-31T09:28:32.213Z | Compiling rayon-core v1.13.0 |
| 1703 | 2026-08-31T09:28:32.224Z | Compiling semver v0.1.20 |
| 1704 | 2026-08-31T09:28:32.338Z | Compiling swrite v0.1.0 |
| 1705 | 2026-08-31T09:28:32.433Z | Compiling unicode-segmentation v1.13.3 |
| 1706 | 2026-08-31T09:28:32.433Z | Compiling resolv-conf v0.7.6 |
| 1707 | 2026-08-31T09:28:32.481Z | Compiling rustls-webpki v0.103.14 |
| 1708 | 2026-08-31T09:28:32.497Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1709 | 2026-08-31T09:28:32.821Z | Compiling lazy_static v1.5.0 |
| 1710 | 2026-08-31T09:28:32.860Z | Compiling heck v0.4.1 |
| 1711 | 2026-08-31T09:28:32.890Z | Compiling linked-hash-map v0.5.6 |
| 1712 | 2026-08-31T09:28:32.920Z | Compiling newline-converter v0.3.0 |
| 1713 | 2026-08-31T09:28:33.050Z | Compiling lru-cache v0.1.2 |
| 1714 | 2026-08-31T09:28:33.098Z | Compiling rustc_version v0.1.7 |
| 1715 | 2026-08-31T09:28:33.102Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1716 | 2026-08-31T09:28:33.103Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1717 | 2026-08-31T09:28:33.337Z | Compiling rand v0.10.2 |
| 1718 | 2026-08-31T09:28:33.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1719 | 2026-08-31T09:28:33.468Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1720 | 2026-08-31T09:28:33.539Z | Compiling num_enum_derive v0.5.11 |
| 1721 | 2026-08-31T09:28:33.756Z | Compiling atomicwrites v0.4.4 |
| 1722 | 2026-08-31T09:28:33.939Z | Compiling hickory-proto v0.24.4 |
| 1723 | 2026-08-31T09:28:34.231Z | Compiling progenitor-impl v0.13.0 |
| 1724 | 2026-08-31T09:28:34.576Z | Compiling console v0.16.4 |
| 1725 | 2026-08-31T09:28:34.714Z | Compiling progenitor-macro v0.14.0 |
| 1726 | 2026-08-31T09:28:35.217Z | Compiling camino-tempfile v1.4.1 |
| 1727 | 2026-08-31T09:28:35.367Z | Compiling serde-big-array v0.5.1 |
| 1728 | 2026-08-31T09:28:35.459Z | Compiling derive-where v1.6.1 |
| 1729 | 2026-08-31T09:28:35.510Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1730 | 2026-08-31T09:28:36.102Z | Compiling tokio-rustls v0.26.4 |
| 1731 | 2026-08-31T09:28:36.383Z | Compiling hyper-rustls v0.27.9 |
| 1732 | 2026-08-31T09:28:36.695Z | Compiling rustls-platform-verifier v0.7.0 |
| 1733 | 2026-08-31T09:28:36.939Z | Compiling reqwest v0.13.4 |
| 1734 | 2026-08-31T09:28:37.858Z | Compiling pin-project-internal v1.1.13 |
| 1735 | 2026-08-31T09:28:37.872Z | Compiling siphasher v1.0.3 |
| 1736 | 2026-08-31T09:28:38.070Z | Compiling minimal-lexical v0.2.1 |
| 1737 | 2026-08-31T09:28:38.332Z | Compiling progenitor-client v0.14.0 |
| 1738 | 2026-08-31T09:28:38.637Z | Compiling progenitor-extras v0.2.0 |
| 1739 | 2026-08-31T09:28:38.881Z | Compiling similar v3.2.0 |
| 1740 | 2026-08-31T09:28:38.942Z | Compiling pin-project v1.1.13 |
| 1741 | 2026-08-31T09:28:39.352Z | Compiling nom v7.1.3 |
| 1742 | 2026-08-31T09:28:39.516Z | Compiling progenitor-client v0.13.0 |
| 1743 | 2026-08-31T09:28:39.833Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1744 | 2026-08-31T09:28:40.077Z | Compiling progenitor v0.14.0 |
| 1745 | 2026-08-31T09:28:40.219Z | Compiling expectorate v1.3.0 |
| 1746 | 2026-08-31T09:28:40.387Z | Compiling phf_shared v0.12.1 |
| 1747 | 2026-08-31T09:28:40.745Z | Compiling progenitor-macro v0.13.0 |
| 1748 | 2026-08-31T09:28:41.420Z | Compiling hickory-resolver v0.24.4 |
| 1749 | 2026-08-31T09:28:41.798Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1750 | 2026-08-31T09:28:42.150Z | Compiling num_enum v0.5.11 |
| 1751 | 2026-08-31T09:28:43.747Z | Compiling newtype_derive v0.1.6 |
| 1752 | 2026-08-31T09:28:43.982Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1753 | 2026-08-31T09:28:44.092Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1754 | 2026-08-31T09:28:45.959Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1755 | 2026-08-31T09:28:46.088Z | Compiling unicode-normalization v0.1.25 |
| 1756 | 2026-08-31T09:28:46.178Z | Compiling tokio-stream v0.1.19 |
| 1757 | 2026-08-31T09:28:46.233Z | Compiling snafu-derive v0.8.9 |
| 1758 | 2026-08-31T09:28:46.679Z | Compiling async-recursion v1.1.1 |
| 1759 | 2026-08-31T09:28:46.795Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1760 | 2026-08-31T09:28:46.831Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1761 | 2026-08-31T09:28:47.085Z | Compiling slog-dtrace v0.3.0 |
| 1762 | 2026-08-31T09:28:47.134Z | Compiling bstr v1.13.1 |
| 1763 | 2026-08-31T09:28:47.322Z | Compiling csv-core v0.1.13 |
| 1764 | 2026-08-31T09:28:47.381Z | Compiling konst_macro_rules v0.2.19 |
| 1765 | 2026-08-31T09:28:47.563Z | Compiling foldhash v0.1.5 |
| 1766 | 2026-08-31T09:28:47.588Z | Compiling foreign-types-shared v0.1.1 |
| 1767 | 2026-08-31T09:28:47.629Z | Compiling highway v1.3.0 |
| 1768 | 2026-08-31T09:28:47.679Z | Compiling unicode-xid v0.2.6 |
| 1769 | 2026-08-31T09:28:47.748Z | Compiling cancel-safe-futures v0.1.5 |
| 1770 | 2026-08-31T09:28:47.767Z | Compiling jiff-core v0.1.0 |
| 1771 | 2026-08-31T09:28:47.801Z | Compiling unicode-width v0.1.14 |
| 1772 | 2026-08-31T09:28:47.992Z | Compiling openssl v0.10.81 |
| 1773 | 2026-08-31T09:28:48.008Z | Compiling chrono-tz v0.10.4 |
| 1774 | 2026-08-31T09:28:48.024Z | Compiling owo-colors v4.3.0 |
| 1775 | 2026-08-31T09:28:48.080Z | Compiling same-file v1.0.6 |
| 1776 | 2026-08-31T09:28:48.240Z | Compiling walkdir v2.5.0 |
| 1777 | 2026-08-31T09:28:48.257Z | Compiling snafu v0.8.9 |
| 1778 | 2026-08-31T09:28:48.302Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1779 | 2026-08-31T09:28:48.366Z | Compiling const_format_proc_macros v0.2.34 |
| 1780 | 2026-08-31T09:28:48.397Z | Compiling hashbrown v0.15.5 |
| 1781 | 2026-08-31T09:28:48.451Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1782 | 2026-08-31T09:28:48.595Z | Compiling jiff v0.2.35 |
| 1783 | 2026-08-31T09:28:48.640Z | Compiling foreign-types v0.3.2 |
| 1784 | 2026-08-31T09:28:48.715Z | Compiling konst v0.2.20 |
| 1785 | 2026-08-31T09:28:48.937Z | Compiling globset v0.4.20 |
| 1786 | 2026-08-31T09:28:48.942Z | Compiling csv v1.4.0 |
| 1787 | 2026-08-31T09:28:49.092Z | Compiling qorb v0.4.1 |
| 1788 | 2026-08-31T09:28:49.165Z | Compiling olpc-cjson v0.1.4 |
| 1789 | 2026-08-31T09:28:49.336Z | Compiling progenitor v0.13.0 |
| 1790 | 2026-08-31T09:28:49.503Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1791 | 2026-08-31T09:28:49.813Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1792 | 2026-08-31T09:28:50.167Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1793 | 2026-08-31T09:28:50.751Z | Compiling rayon v1.12.0 |
| 1794 | 2026-08-31T09:28:51.170Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1795 | 2026-08-31T09:28:51.266Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1796 | 2026-08-31T09:28:51.520Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1797 | 2026-08-31T09:28:51.827Z | Compiling phf v0.12.1 |
| 1798 | 2026-08-31T09:28:52.072Z | Compiling zone_cfg_derive v0.3.1 |
| 1799 | 2026-08-31T09:28:52.410Z | Compiling tokio-dtrace v0.1.1 |
| 1800 | 2026-08-31T09:28:52.604Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1801 | 2026-08-31T09:28:52.657Z | Compiling itertools v0.12.1 |
| 1802 | 2026-08-31T09:28:52.668Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1803 | 2026-08-31T09:28:52.691Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1804 | 2026-08-31T09:28:52.773Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1805 | 2026-08-31T09:28:52.877Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1806 | 2026-08-31T09:28:52.931Z | Compiling libsw-core v0.3.2 |
| 1807 | 2026-08-31T09:28:53.092Z | Compiling serde_plain v1.0.2 |
| 1808 | 2026-08-31T09:28:53.106Z | Compiling pem v3.0.6 |
| 1809 | 2026-08-31T09:28:53.255Z | Compiling openssl-macros v0.1.1 |
| 1810 | 2026-08-31T09:28:53.284Z | Compiling cookie v0.18.2 |
| 1811 | 2026-08-31T09:28:53.307Z | Compiling sigpipe v0.1.3 |
| 1812 | 2026-08-31T09:28:53.401Z | Compiling glob v0.3.4 |
| 1813 | 2026-08-31T09:28:53.487Z | Compiling fixedbitset v0.4.2 |
| 1814 | 2026-08-31T09:28:53.527Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1815 | 2026-08-31T09:28:53.740Z | Compiling typed-path v0.9.3 |
| 1816 | 2026-08-31T09:28:53.771Z | Compiling fixedbitset v0.5.7 |
| 1817 | 2026-08-31T09:28:53.797Z | Compiling zone v0.3.1 |
| 1818 | 2026-08-31T09:28:53.908Z | Compiling petgraph v0.6.5 |
| 1819 | 2026-08-31T09:28:54.106Z | Compiling petgraph v0.8.3 |
| 1820 | 2026-08-31T09:28:54.601Z | Compiling tough v0.22.0 |
| 1821 | 2026-08-31T09:28:55.077Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1822 | 2026-08-31T09:28:55.233Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1823 | 2026-08-31T09:28:55.438Z | Compiling libsw v3.5.0 |
| 1824 | 2026-08-31T09:28:55.624Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1825 | 2026-08-31T09:28:55.839Z | Compiling oxide-tokio-rt v0.1.6 |
| 1826 | 2026-08-31T09:28:55.961Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1827 | 2026-08-31T09:28:56.219Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1828 | 2026-08-31T09:28:56.313Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1829 | 2026-08-31T09:28:56.559Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1830 | 2026-08-31T09:28:56.746Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-31T09:28:56.842Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1832 | 2026-08-31T09:28:57.190Z | Compiling const_format v0.2.36 |
| 1833 | 2026-08-31T09:28:57.741Z | Compiling papergrid v0.11.0 |
| 1834 | 2026-08-31T09:28:57.756Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1835 | 2026-08-31T09:28:57.988Z | Compiling tabled_derive v0.7.0 |
| 1836 | 2026-08-31T09:28:57.991Z | Compiling gethostname v0.5.0 |
| 1837 | 2026-08-31T09:28:58.125Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1838 | 2026-08-31T09:28:58.281Z | Compiling libscf-sys v1.2.0 |
| 1839 | 2026-08-31T09:28:58.385Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1840 | 2026-08-31T09:28:58.425Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1841 | 2026-08-31T09:28:58.475Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1842 | 2026-08-31T09:28:58.541Z | Compiling smf v0.2.3 |
| 1843 | 2026-08-31T09:28:58.598Z | Compiling bcs v0.1.6 |
| 1844 | 2026-08-31T09:28:58.919Z | Compiling tagptr v0.2.0 |
| 1845 | 2026-08-31T09:28:58.943Z | Compiling unicode-linebreak v0.1.5 |
| 1846 | 2026-08-31T09:28:59.072Z | Compiling linear-map v1.2.0 |
| 1847 | 2026-08-31T09:28:59.153Z | Compiling termtree v0.5.1 |
| 1848 | 2026-08-31T09:28:59.169Z | Compiling whoami v1.6.1 |
| 1849 | 2026-08-31T09:28:59.193Z | Compiling smawk v0.3.3 |
| 1850 | 2026-08-31T09:28:59.257Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1851 | 2026-08-31T09:28:59.305Z | Compiling textwrap v0.16.2 |
| 1852 | 2026-08-31T09:28:59.321Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1853 | 2026-08-31T09:28:59.522Z | Compiling moka v0.12.16 |
| 1854 | 2026-08-31T09:28:59.820Z | Compiling tabled v0.15.0 |
| 1855 | 2026-08-31T09:28:59.837Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1856 | 2026-08-31T09:29:00.620Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1857 | 2026-08-31T09:29:00.690Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1858 | 2026-08-31T09:29:00.905Z | Compiling steno v0.4.1 |
| 1859 | 2026-08-31T09:29:01.851Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1860 | 2026-08-31T09:29:02.604Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1861 | 2026-08-31T09:29:02.765Z | Compiling papergrid v0.18.0 |
| 1862 | 2026-08-31T09:29:02.811Z | Compiling hickory-proto v0.25.2 |
| 1863 | 2026-08-31T09:29:03.569Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1864 | 2026-08-31T09:29:04.173Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1865 | 2026-08-31T09:29:04.449Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1866 | 2026-08-31T09:29:04.582Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1867 | 2026-08-31T09:29:04.739Z | Compiling hickory-resolver v0.25.2 |
| 1868 | 2026-08-31T09:29:04.822Z | Compiling tabled v0.21.0 |
| 1869 | 2026-08-31T09:29:05.534Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1870 | 2026-08-31T09:29:06.170Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1871 | 2026-08-31T09:29:06.356Z | Compiling itertools v0.15.0 |
| 1872 | 2026-08-31T09:29:06.359Z | Compiling parking_lot_core v0.8.6 |
| 1873 | 2026-08-31T09:29:06.570Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1874 | 2026-08-31T09:29:06.669Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-08-31T09:29:06.965Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1876 | 2026-08-31T09:29:07.109Z | Compiling crc8 v0.1.1 |
| 1877 | 2026-08-31T09:29:07.169Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1878 | 2026-08-31T09:29:07.234Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1879 | 2026-08-31T09:29:07.526Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1880 | 2026-08-31T09:29:07.708Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1881 | 2026-08-31T09:29:07.720Z | Compiling arc-swap v1.9.2 |
| 1882 | 2026-08-31T09:29:07.800Z | Compiling nom v8.0.0 |
| 1883 | 2026-08-31T09:29:08.034Z | Compiling slog-scope v4.4.1 |
| 1884 | 2026-08-31T09:29:08.102Z | Compiling parking_lot v0.11.2 |
| 1885 | 2026-08-31T09:29:08.495Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1886 | 2026-08-31T09:29:08.524Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1887 | 2026-08-31T09:29:08.579Z | Compiling fxhash v0.2.1 |
| 1888 | 2026-08-31T09:29:08.641Z | Compiling internet-checksum v0.2.1 |
| 1889 | 2026-08-31T09:29:08.715Z | Compiling sled v0.34.7 |
| 1890 | 2026-08-31T09:29:08.771Z | Compiling slog-stdlog v4.1.1 |
| 1891 | 2026-08-31T09:29:08.774Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1892 | 2026-08-31T09:29:08.794Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1893 | 2026-08-31T09:29:08.927Z | Compiling slog-envlogger v2.2.0 |
| 1894 | 2026-08-31T09:29:09.085Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1895 | 2026-08-31T09:29:09.517Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1896 | 2026-08-31T09:29:09.945Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1897 | 2026-08-31T09:29:15.471Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1898 | 2026-08-31T09:29:17.912Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1899 | 2026-08-31T09:29:19.533Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1900 | 2026-08-31T09:29:20.574Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1901 | 2026-08-31T09:29:21.573Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1902 | 2026-08-31T09:29:22.409Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1903 | 2026-08-31T09:29:23.836Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1904 | 2026-08-31T09:29:49.710Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1905 | 2026-08-31T09:29:49.902Z | ──────────── |
| 1906 | 2026-08-31T09:29:49.902Z | Nextest run ID 9de73de5-bd50-4a7d-8847-1ce8cfe296cd with nextest profile: default |
| 1907 | 2026-08-31T09:29:49.903Z | Starting 15 tests across 1 binary |
| 1908 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::handle_change_advertises_newly_installed_group |
| 1909 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::full_sync_adds_and_withdraws_together |
| 1910 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::handle_change_withdraws_only_the_matching_group |
| 1911 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::full_sync_in_sync_makes_no_changes |
| 1912 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::full_sync_withdraws_groups_absent_from_mrib |
| 1913 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::handle_change_is_noop_when_already_advertised |
| 1914 | 2026-08-31T09:29:49.960Z | PASS [ 0.063s] mg-lower mrib::tests::full_sync_advertises_v4_and_v6_overlay_groups |
| 1915 | 2026-08-31T09:29:49.969Z | PASS [ 0.063s] mg-lower mrib::tests::full_sync_advertises_groups_missing_from_ddm |
| 1916 | 2026-08-31T09:29:49.976Z | PASS [ 0.017s] mg-lower test::sync_v4_over_v6_readback |
| 1917 | 2026-08-31T09:29:49.977Z | PASS [ 0.018s] mg-lower test::sync_v4_over_v6_removal |
| 1918 | 2026-08-31T09:29:49.983Z | PASS [ 0.018s] mg-lower test::sync_prefix_test |
| 1919 | 2026-08-31T09:29:49.983Z | PASS [ 0.018s] mg-lower test::sync_mixed_v4_and_v4_over_v6 |
| 1920 | 2026-08-31T09:29:49.983Z | PASS [ 0.018s] mg-lower test::sync_v4_over_v6_idempotent |
| 1921 | 2026-08-31T09:29:49.983Z | PASS [ 0.018s] mg-lower test::sync_link_down_test |
| 1922 | 2026-08-31T09:29:50.017Z | PASS [ 0.053s] mg-lower mrib::tests::handle_change_withdraws_removed_group |
| 1923 | 2026-08-31T09:29:50.042Z | ──────────── |
| 1924 | 2026-08-31T09:29:50.042Z | Summary [ 0.117s] 15 tests run: 15 passed, 0 skipped |
| 1925 | 2026-08-31T09:29:50.049Z | process exited: duration 251020 ms, exit code 0 |
| |
| 1926 | 2026-08-31T09:29:50.121Z | found 0 output files |