|
|
|
| 1 | 2026-08-20T02:22:37.309Z | job assigned to worker 01M0EFJWPEYVY8B8BE8QEKKEB9 [factory aws, i-0ab4db5f2c2a7c870] (queued for 1 m 5 s) |
| |
| 2 | 2026-08-20T02:22:43.761Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:22:43.766Z | ++ uname -s |
| 4 | 2026-08-20T02:22:43.770Z | + kern=SunOS |
| 5 | 2026-08-20T02:22:43.770Z | + build_user=build |
| 6 | 2026-08-20T02:22:43.770Z | + build_uid=12345 |
| 7 | 2026-08-20T02:22:43.770Z | + work_dir=/work |
| 8 | 2026-08-20T02:22:43.770Z | + input_dir=/input |
| 9 | 2026-08-20T02:22:43.770Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:22:43.770Z | + case "$kern" in |
| 11 | 2026-08-20T02:22:43.770Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:22:43.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:22:45.775Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:22:45.856Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:22:45.859Z | + home_fs=zfs |
| 16 | 2026-08-20T02:22:45.860Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:22:45.860Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:22:45.860Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:22:47.860Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:22:47.864Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:22:47.871Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:22:47.875Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-20T02:22:47.875Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-20T02:22:47.875Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T02:22:47.875Z | * rust toolchain profile = "default" |
| 26 | 2026-08-20T02:22:47.875Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T02:22:47.878Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T02:22:47.878Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:22:47.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-20T02:22:47.967Z | info: downloading installer |
| 31 | 2026-08-20T02:22:49.301Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:22:49.301Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:22:49.302Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:22:49.302Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:22:49.314Z | info: profile set to default |
| 36 | 2026-08-20T02:22:49.314Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:22:49.318Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:22:49.456Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:22:49.460Z | info: downloading 6 components |
| 40 | 2026-08-20T02:23:05.013Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-20T02:23:05.013Z | |
| 42 | 2026-08-20T02:23:05.040Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:23:05.040Z | |
| 44 | 2026-08-20T02:23:05.044Z | |
| 45 | 2026-08-20T02:23:05.044Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:23:05.045Z | |
| 47 | 2026-08-20T02:23:05.045Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:23:05.045Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:23:05.045Z | |
| 50 | 2026-08-20T02:23:05.045Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:23:05.045Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:23:05.045Z | |
| 53 | 2026-08-20T02:23:05.045Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:23:05.045Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:23:05.045Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:23:05.045Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:23:05.045Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:23:05.045Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:23:05.045Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:23:05.045Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:23:05.046Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:23:05.140Z | + rustup --version |
| 63 | 2026-08-20T02:23:05.149Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:23:05.162Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:23:05.175Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:23:05.178Z | + cargo --version |
| 67 | 2026-08-20T02:23:05.187Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:23:05.194Z | + rustc --version |
| 69 | 2026-08-20T02:23:05.215Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:23:05.242Z | process exited: duration 17340 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:23:05.262Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:23:05.277Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-08-20T02:23:05.289Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T02:23:05.296Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-20T02:23:05.296Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-20T02:23:05.322Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-20T02:23:07.206Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-20T02:23:07.206Z | + git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 79 | 2026-08-20T02:23:07.733Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-20T02:23:07.733Z | * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD |
| 81 | 2026-08-20T02:23:07.740Z | + [[ -n trey/bfd-db ]] |
| 82 | 2026-08-20T02:23:07.745Z | ++ git branch --show-current |
| 83 | 2026-08-20T02:23:07.745Z | + current=main |
| 84 | 2026-08-20T02:23:07.745Z | + [[ main != trey/bfd-db ]] |
| 85 | 2026-08-20T02:23:07.745Z | + git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 86 | 2026-08-20T02:23:07.749Z | + git checkout -f trey/bfd-db |
| 87 | 2026-08-20T02:23:07.766Z | Switched to branch 'trey/bfd-db' |
| 88 | 2026-08-20T02:23:07.770Z | + git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 89 | 2026-08-20T02:23:07.784Z | HEAD is now at ec98d0d test: cover BFD peer persistence |
| 90 | 2026-08-20T02:23:07.788Z | process exited: duration 2498 ms, exit code 0 |
| |
| 91 | 2026-08-20T02:23:07.796Z | starting task 4: "build" |
| 92 | 2026-08-20T02:23:07.800Z | + set -e |
| 93 | 2026-08-20T02:23:07.800Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-20T02:23:07.800Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-20T02:23:07.800Z | ++ PLATFORM=illumos |
| 96 | 2026-08-20T02:23:07.800Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-20T02:23:07.800Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-20T02:23:07.800Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-20T02:23:07.800Z | +++ cargo --version |
| 100 | 2026-08-20T02:23:07.805Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-20T02:23:07.940Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-20T02:23:07.944Z | info: downloading 6 components |
| 103 | 2026-08-20T02:23:21.671Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-20T02:23:21.695Z | +++ rustc --version |
| 105 | 2026-08-20T02:23:21.695Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-20T02:23:21.695Z | ++ banner install |
| 107 | 2026-08-20T02:23:21.710Z | |
| 108 | 2026-08-20T02:23:21.710Z | # # # #### ##### ## # # |
| 109 | 2026-08-20T02:23:21.710Z | # ## # # # # # # # |
| 110 | 2026-08-20T02:23:21.710Z | # # # # #### # # # # # |
| 111 | 2026-08-20T02:23:21.711Z | # # # # # # ###### # # |
| 112 | 2026-08-20T02:23:21.711Z | # # ## # # # # # # # |
| 113 | 2026-08-20T02:23:21.711Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-20T02:23:21.711Z | |
| 115 | 2026-08-20T02:23:21.711Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-20T02:23:23.619Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-20T02:23:23.990Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-20T02:23:25.892Z | Planning: Solver setup ... Done |
| 119 | 2026-08-20T02:23:25.917Z | Planning: Running solver ... Done |
| 120 | 2026-08-20T02:23:25.966Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-20T02:23:25.989Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-20T02:23:25.989Z | Planning: Planning completed in 1.94 seconds |
| 123 | 2026-08-20T02:23:25.989Z | No updates necessary for this image. |
| 124 | 2026-08-20T02:23:26.186Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-20T02:23:26.230Z | Updating crates.io index |
| 126 | 2026-08-20T02:23:26.351Z | Downloading crates ... |
| 127 | 2026-08-20T02:23:26.384Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-20T02:23:26.483Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-20T02:23:26.484Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-20T02:23:26.484Z | | |
| 131 | 2026-08-20T02:23:26.484Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-20T02:23:26.484Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-20T02:23:26.542Z | Updating crates.io index |
| 134 | 2026-08-20T02:23:31.129Z | Locking 396 packages to latest compatible versions |
| 135 | 2026-08-20T02:23:31.224Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-20T02:23:31.224Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-20T02:23:31.224Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-20T02:23:31.224Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-20T02:23:31.224Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 140 | 2026-08-20T02:23:31.224Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 141 | 2026-08-20T02:23:31.224Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 142 | 2026-08-20T02:23:31.224Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 143 | 2026-08-20T02:23:31.225Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 144 | 2026-08-20T02:23:31.225Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 145 | 2026-08-20T02:23:31.225Z | Downloading crates ... |
| 146 | 2026-08-20T02:23:31.225Z | Downloaded addr2line v0.25.1 |
| 147 | 2026-08-20T02:23:31.225Z | Downloaded base64 v0.22.1 |
| 148 | 2026-08-20T02:23:31.225Z | Downloaded futures-io v0.3.34 |
| 149 | 2026-08-20T02:23:31.225Z | Downloaded async-scoped v0.9.0 |
| 150 | 2026-08-20T02:23:31.225Z | Downloaded ordered-float v2.10.1 |
| 151 | 2026-08-20T02:23:31.225Z | Downloaded getrandom v0.3.4 |
| 152 | 2026-08-20T02:23:31.225Z | Downloaded enable-ansi-support v0.2.1 |
| 153 | 2026-08-20T02:23:31.225Z | Downloaded atomic-waker v1.1.2 |
| 154 | 2026-08-20T02:23:31.225Z | Downloaded cpufeatures v0.2.17 |
| 155 | 2026-08-20T02:23:31.225Z | Downloaded shared_child v1.1.1 |
| 156 | 2026-08-20T02:23:31.225Z | Downloaded strsim v0.11.1 |
| 157 | 2026-08-20T02:23:31.225Z | Downloaded backtrace-ext v0.2.1 |
| 158 | 2026-08-20T02:23:31.225Z | Downloaded adler2 v2.0.1 |
| 159 | 2026-08-20T02:23:31.225Z | Downloaded percent-encoding v2.3.2 |
| 160 | 2026-08-20T02:23:31.225Z | Downloaded quick-junit v0.5.2 |
| 161 | 2026-08-20T02:23:31.225Z | Downloaded cargo-platform v0.2.0 |
| 162 | 2026-08-20T02:23:31.225Z | Downloaded serde_path_to_error v0.1.20 |
| 163 | 2026-08-20T02:23:31.225Z | Downloaded subtle v2.6.1 |
| 164 | 2026-08-20T02:23:31.225Z | Downloaded anstyle-query v1.1.5 |
| 165 | 2026-08-20T02:23:31.225Z | Downloaded futures-macro v0.3.34 |
| 166 | 2026-08-20T02:23:31.225Z | Downloaded target-spec-miette v0.4.8 |
| 167 | 2026-08-20T02:23:31.225Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 168 | 2026-08-20T02:23:31.225Z | Downloaded rustc-demangle v0.1.28 |
| 169 | 2026-08-20T02:23:31.225Z | Downloaded self-replace v1.5.0 |
| 170 | 2026-08-20T02:23:31.226Z | Downloaded shell-words v1.1.1 |
| 171 | 2026-08-20T02:23:31.226Z | Downloaded sync_wrapper v1.0.2 |
| 172 | 2026-08-20T02:23:31.226Z | Downloaded autocfg v1.5.1 |
| 173 | 2026-08-20T02:23:31.226Z | Downloaded ahash v0.8.12 |
| 174 | 2026-08-20T02:23:31.226Z | Downloaded rustc-hash v2.1.3 |
| 175 | 2026-08-20T02:23:31.226Z | Downloaded smallvec v1.15.2 |
| 176 | 2026-08-20T02:23:31.226Z | Downloaded pathdiff v0.2.3 |
| 177 | 2026-08-20T02:23:31.226Z | Downloaded simd-adler32 v0.3.10 |
| 178 | 2026-08-20T02:23:31.226Z | Downloaded atomicwrites v0.4.4 |
| 179 | 2026-08-20T02:23:31.226Z | Downloaded clap_lex v1.1.0 |
| 180 | 2026-08-20T02:23:31.226Z | Downloaded equivalent v1.0.2 |
| 181 | 2026-08-20T02:23:31.226Z | Downloaded thiserror v1.0.69 |
| 182 | 2026-08-20T02:23:31.226Z | Downloaded fnv v1.0.7 |
| 183 | 2026-08-20T02:23:31.226Z | Downloaded thread_local v1.1.10 |
| 184 | 2026-08-20T02:23:31.226Z | Downloaded futures-task v0.3.34 |
| 185 | 2026-08-20T02:23:31.226Z | Downloaded signal-hook-mio v0.2.5 |
| 186 | 2026-08-20T02:23:31.226Z | Downloaded foreign-types v0.3.2 |
| 187 | 2026-08-20T02:23:31.226Z | Downloaded strip-ansi-escapes v0.2.1 |
| 188 | 2026-08-20T02:23:31.226Z | Downloaded foreign-types-shared v0.1.1 |
| 189 | 2026-08-20T02:23:31.226Z | Downloaded debug-ignore v1.0.5 |
| 190 | 2026-08-20T02:23:31.226Z | Downloaded tempfile v3.27.0 |
| 191 | 2026-08-20T02:23:31.226Z | Downloaded tokio-macros v2.7.2 |
| 192 | 2026-08-20T02:23:31.226Z | Downloaded futures-core v0.3.34 |
| 193 | 2026-08-20T02:23:31.226Z | Downloaded spki v0.7.3 |
| 194 | 2026-08-20T02:23:31.226Z | Downloaded thiserror-impl v2.0.20 |
| 195 | 2026-08-20T02:23:31.226Z | Downloaded cfg_aliases v0.2.2 |
| 196 | 2026-08-20T02:23:31.226Z | Downloaded colorchoice v1.0.5 |
| 197 | 2026-08-20T02:23:31.226Z | Downloaded cfg-if v1.0.4 |
| 198 | 2026-08-20T02:23:31.226Z | Downloaded document-features v0.2.12 |
| 199 | 2026-08-20T02:23:31.226Z | Downloaded static_assertions v1.1.0 |
| 200 | 2026-08-20T02:23:31.226Z | Downloaded thiserror v2.0.20 |
| 201 | 2026-08-20T02:23:31.226Z | Downloaded form_urlencoded v1.2.2 |
| 202 | 2026-08-20T02:23:31.226Z | Downloaded cpufeatures v0.3.0 |
| 203 | 2026-08-20T02:23:31.226Z | Downloaded serde_derive v1.0.229 |
| 204 | 2026-08-20T02:23:31.226Z | Downloaded supports-unicode v3.0.0 |
| 205 | 2026-08-20T02:23:31.226Z | Downloaded toml_datetime v0.6.11 |
| 206 | 2026-08-20T02:23:31.226Z | Downloaded number_prefix v0.4.0 |
| 207 | 2026-08-20T02:23:31.227Z | Downloaded supports-hyperlinks v3.2.0 |
| 208 | 2026-08-20T02:23:31.227Z | Downloaded serde-value v0.7.0 |
| 209 | 2026-08-20T02:23:31.227Z | Downloaded signature v2.2.0 |
| 210 | 2026-08-20T02:23:31.227Z | Downloaded tokio-native-tls v0.3.1 |
| 211 | 2026-08-20T02:23:31.227Z | Downloaded futures-sink v0.3.34 |
| 212 | 2026-08-20T02:23:31.227Z | Downloaded cargo-platform v0.3.3 |
| 213 | 2026-08-20T02:23:31.227Z | Downloaded openssl-macros v0.1.1 |
| 214 | 2026-08-20T02:23:31.227Z | Downloaded serde_urlencoded v0.7.1 |
| 215 | 2026-08-20T02:23:31.227Z | Downloaded rustc_version v0.4.1 |
| 216 | 2026-08-20T02:23:31.227Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 217 | 2026-08-20T02:23:31.227Z | Downloaded crypto-common v0.1.7 |
| 218 | 2026-08-20T02:23:31.227Z | Downloaded os_pipe v1.2.3 |
| 219 | 2026-08-20T02:23:31.227Z | Downloaded cargo-util-schemas v0.2.0 |
| 220 | 2026-08-20T02:23:31.301Z | Downloaded anstream v1.0.0 |
| 221 | 2026-08-20T02:23:31.301Z | Downloaded rand_pcg v0.10.2 |
| 222 | 2026-08-20T02:23:31.301Z | Downloaded digest v0.10.7 |
| 223 | 2026-08-20T02:23:31.301Z | Downloaded either v1.17.0 |
| 224 | 2026-08-20T02:23:31.301Z | Downloaded camino-tempfile v1.4.1 |
| 225 | 2026-08-20T02:23:31.301Z | Downloaded anstyle v1.0.14 |
| 226 | 2026-08-20T02:23:31.301Z | Downloaded owo-colors v4.3.0 |
| 227 | 2026-08-20T02:23:31.301Z | Downloaded base64ct v1.8.3 |
| 228 | 2026-08-20T02:23:31.301Z | Downloaded block-buffer v0.10.4 |
| 229 | 2026-08-20T02:23:31.301Z | Downloaded duct v0.13.7 |
| 230 | 2026-08-20T02:23:31.301Z | Downloaded foldhash v0.1.5 |
| 231 | 2026-08-20T02:23:31.301Z | Downloaded ed25519 v2.2.3 |
| 232 | 2026-08-20T02:23:31.301Z | Downloaded const-oid v0.9.6 |
| 233 | 2026-08-20T02:23:31.301Z | Downloaded sha2 v0.10.9 |
| 234 | 2026-08-20T02:23:31.301Z | Downloaded signal-hook-registry v1.4.8 |
| 235 | 2026-08-20T02:23:31.301Z | Downloaded slab v0.4.12 |
| 236 | 2026-08-20T02:23:31.301Z | Downloaded parking_lot v0.12.5 |
| 237 | 2026-08-20T02:23:31.301Z | Downloaded parking_lot_core v0.9.12 |
| 238 | 2026-08-20T02:23:31.301Z | Downloaded utf8_iter v1.0.4 |
| 239 | 2026-08-20T02:23:31.301Z | Downloaded try-lock v0.2.5 |
| 240 | 2026-08-20T02:23:31.302Z | Downloaded serde_ignored v0.1.14 |
| 241 | 2026-08-20T02:23:31.302Z | Downloaded tinyvec_macros v0.1.1 |
| 242 | 2026-08-20T02:23:31.302Z | Downloaded untrusted v0.9.0 |
| 243 | 2026-08-20T02:23:31.302Z | Downloaded humantime-serde v1.1.1 |
| 244 | 2026-08-20T02:23:31.302Z | Downloaded tower-layer v0.3.3 |
| 245 | 2026-08-20T02:23:31.302Z | Downloaded swrite v0.1.0 |
| 246 | 2026-08-20T02:23:31.302Z | Downloaded unicode-xid v0.2.6 |
| 247 | 2026-08-20T02:23:31.302Z | Downloaded convert_case v0.10.0 |
| 248 | 2026-08-20T02:23:31.302Z | Downloaded supports-color v3.0.2 |
| 249 | 2026-08-20T02:23:31.302Z | Downloaded color-spantrace v0.3.0 |
| 250 | 2026-08-20T02:23:31.302Z | Downloaded serde_spanned v0.6.9 |
| 251 | 2026-08-20T02:23:31.302Z | Downloaded terminal_size v0.4.4 |
| 252 | 2026-08-20T02:23:31.302Z | Downloaded scopeguard v1.2.0 |
| 253 | 2026-08-20T02:23:31.302Z | Downloaded find-msvc-tools v0.1.11 |
| 254 | 2026-08-20T02:23:31.302Z | Downloaded fixedbitset v0.5.7 |
| 255 | 2026-08-20T02:23:31.302Z | Downloaded hyper-tls v0.6.0 |
| 256 | 2026-08-20T02:23:31.302Z | Downloaded errno v0.3.14 |
| 257 | 2026-08-20T02:23:31.302Z | Downloaded cargo_metadata v0.20.0 |
| 258 | 2026-08-20T02:23:31.302Z | Downloaded fastrand v2.5.0 |
| 259 | 2026-08-20T02:23:31.302Z | Downloaded generic-array v0.14.7 |
| 260 | 2026-08-20T02:23:31.302Z | Downloaded lazy_static v1.5.0 |
| 261 | 2026-08-20T02:23:31.302Z | Downloaded future-queue v0.4.0 |
| 262 | 2026-08-20T02:23:31.302Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-08-20T02:23:31.302Z | Downloaded http-body v1.1.0 |
| 264 | 2026-08-20T02:23:31.302Z | Downloaded self_update v0.42.0 |
| 265 | 2026-08-20T02:23:31.302Z | Downloaded shlex v2.0.1 |
| 266 | 2026-08-20T02:23:31.302Z | Downloaded is_terminal_polyfill v1.70.2 |
| 267 | 2026-08-20T02:23:31.302Z | Downloaded chacha20 v0.10.1 |
| 268 | 2026-08-20T02:23:31.302Z | Downloaded filetime v0.2.29 |
| 269 | 2026-08-20T02:23:31.302Z | Downloaded pkcs8 v0.10.2 |
| 270 | 2026-08-20T02:23:31.302Z | Downloaded smol_str v0.3.6 |
| 271 | 2026-08-20T02:23:31.302Z | Downloaded clap_derive v4.6.4 |
| 272 | 2026-08-20T02:23:31.302Z | Downloaded cargo_metadata v0.23.1 |
| 273 | 2026-08-20T02:23:31.302Z | Downloaded camino v1.2.5 |
| 274 | 2026-08-20T02:23:31.302Z | Downloaded ppv-lite86 v0.2.21 |
| 275 | 2026-08-20T02:23:31.303Z | Downloaded sigchld v0.2.4 |
| 276 | 2026-08-20T02:23:31.303Z | Downloaded toml_write v0.1.2 |
| 277 | 2026-08-20T02:23:31.303Z | Downloaded bitflags v2.13.1 |
| 278 | 2026-08-20T02:23:31.303Z | Downloaded derive_more v2.1.1 |
| 279 | 2026-08-20T02:23:31.303Z | Downloaded urlencoding v2.1.3 |
| 280 | 2026-08-20T02:23:31.303Z | Downloaded quote v1.0.47 |
| 281 | 2026-08-20T02:23:31.303Z | Downloaded rand_core v0.10.1 |
| 282 | 2026-08-20T02:23:31.303Z | Downloaded nested v0.1.1 |
| 283 | 2026-08-20T02:23:31.303Z | Downloaded zeroize v1.9.0 |
| 284 | 2026-08-20T02:23:31.303Z | Downloaded xattr v1.6.1 |
| 285 | 2026-08-20T02:23:31.303Z | Downloaded heck v0.5.0 |
| 286 | 2026-08-20T02:23:31.303Z | Downloaded tracing-error v0.2.1 |
| 287 | 2026-08-20T02:23:31.303Z | Downloaded version_check v0.9.5 |
| 288 | 2026-08-20T02:23:31.303Z | Downloaded home v0.5.12 |
| 289 | 2026-08-20T02:23:31.303Z | Downloaded zstd-safe v7.2.4 |
| 290 | 2026-08-20T02:23:31.303Z | Downloaded lru-slab v0.1.2 |
| 291 | 2026-08-20T02:23:31.303Z | Downloaded indenter v0.3.4 |
| 292 | 2026-08-20T02:23:31.303Z | Downloaded ryu v1.0.23 |
| 293 | 2026-08-20T02:23:31.303Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-08-20T02:23:31.303Z | Downloaded native-tls v0.2.18 |
| 295 | 2026-08-20T02:23:31.303Z | Downloaded miette-derive v7.6.0 |
| 296 | 2026-08-20T02:23:31.303Z | Downloaded target-lexicon v0.13.5 |
| 297 | 2026-08-20T02:23:31.303Z | Downloaded utf8parse v0.2.2 |
| 298 | 2026-08-20T02:23:31.303Z | Downloaded quinn-udp v0.5.15 |
| 299 | 2026-08-20T02:23:31.303Z | Downloaded itoa v1.0.18 |
| 300 | 2026-08-20T02:23:31.303Z | Downloaded rand_chacha v0.9.0 |
| 301 | 2026-08-20T02:23:31.303Z | Downloaded mukti-metadata v0.3.0 |
| 302 | 2026-08-20T02:23:31.303Z | Downloaded guppy-workspace-hack v0.1.0 |
| 303 | 2026-08-20T02:23:31.303Z | Downloaded nextest-workspace-hack v0.1.0 |
| 304 | 2026-08-20T02:23:31.303Z | Downloaded eyre v0.6.14 |
| 305 | 2026-08-20T02:23:31.303Z | Downloaded cfg-expr v0.20.8 |
| 306 | 2026-08-20T02:23:31.303Z | Downloaded futures-executor v0.3.34 |
| 307 | 2026-08-20T02:23:31.303Z | Downloaded is_ci v1.2.0 |
| 308 | 2026-08-20T02:23:31.303Z | Downloaded dialoguer v0.11.0 |
| 309 | 2026-08-20T02:23:31.303Z | Downloaded getrandom v0.2.17 |
| 310 | 2026-08-20T02:23:31.304Z | Downloaded tokio-stream v0.1.19 |
| 311 | 2026-08-20T02:23:31.304Z | Downloaded console v0.15.11 |
| 312 | 2026-08-20T02:23:31.304Z | Downloaded crc32fast v1.5.0 |
| 313 | 2026-08-20T02:23:31.304Z | Downloaded hyper-rustls v0.27.9 |
| 314 | 2026-08-20T02:23:31.304Z | Downloaded serde_spanned v1.1.1 |
| 315 | 2026-08-20T02:23:31.304Z | Downloaded erased-serde v0.4.10 |
| 316 | 2026-08-20T02:23:31.304Z | Downloaded futures-channel v0.3.34 |
| 317 | 2026-08-20T02:23:31.304Z | Downloaded want v0.3.1 |
| 318 | 2026-08-20T02:23:31.304Z | Downloaded hex v0.4.3 |
| 319 | 2026-08-20T02:23:31.304Z | Downloaded openssl-probe v0.2.1 |
| 320 | 2026-08-20T02:23:31.347Z | Downloaded typeid v1.0.3 |
| 321 | 2026-08-20T02:23:31.347Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-08-20T02:23:31.347Z | Downloaded pin-project-lite v0.2.17 |
| 323 | 2026-08-20T02:23:31.347Z | Downloaded lock_api v0.4.14 |
| 324 | 2026-08-20T02:23:31.347Z | Downloaded nextest-metadata v0.12.2 |
| 325 | 2026-08-20T02:23:31.348Z | Downloaded rustls-pki-types v1.15.1 |
| 326 | 2026-08-20T02:23:31.348Z | Downloaded aho-corasick v1.1.5 |
| 327 | 2026-08-20T02:23:31.348Z | Downloaded newtype-uuid v1.4.0 |
| 328 | 2026-08-20T02:23:31.348Z | Downloaded rand_core v0.6.4 |
| 329 | 2026-08-20T02:23:31.348Z | Downloaded semver v1.0.28 |
| 330 | 2026-08-20T02:23:31.348Z | Downloaded tokio-rustls v0.26.4 |
| 331 | 2026-08-20T02:23:31.348Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 332 | 2026-08-20T02:23:31.349Z | Downloaded tracing-attributes v0.1.31 |
| 333 | 2026-08-20T02:23:31.349Z | Downloaded httparse v1.10.1 |
| 334 | 2026-08-20T02:23:31.349Z | Downloaded once_cell v1.21.4 |
| 335 | 2026-08-20T02:23:31.349Z | Downloaded idna_adapter v1.0.0 |
| 336 | 2026-08-20T02:23:31.349Z | Downloaded zmij v1.0.23 |
| 337 | 2026-08-20T02:23:31.349Z | Downloaded futures v0.3.34 |
| 338 | 2026-08-20T02:23:31.349Z | Downloaded zstd v0.13.3 |
| 339 | 2026-08-20T02:23:31.349Z | Downloaded xxhash-rust v0.8.18 |
| 340 | 2026-08-20T02:23:31.349Z | Downloaded config v0.15.25 |
| 341 | 2026-08-20T02:23:31.349Z | Downloaded jobserver v0.1.35 |
| 342 | 2026-08-20T02:23:31.349Z | Downloaded derive-where v1.6.1 |
| 343 | 2026-08-20T02:23:31.349Z | Downloaded indent_write v2.2.0 |
| 344 | 2026-08-20T02:23:31.349Z | Downloaded humantime v2.4.0 |
| 345 | 2026-08-20T02:23:31.349Z | Downloaded rand_core v0.9.5 |
| 346 | 2026-08-20T02:23:31.349Z | Downloaded serde-untagged v0.1.9 |
| 347 | 2026-08-20T02:23:31.349Z | Downloaded openssl-sys v0.9.117 |
| 348 | 2026-08-20T02:23:31.349Z | Downloaded nextest-filtering v0.15.0 |
| 349 | 2026-08-20T02:23:31.349Z | Downloaded unicase v2.9.0 |
| 350 | 2026-08-20T02:23:31.349Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 351 | 2026-08-20T02:23:31.349Z | Downloaded toml v0.8.23 |
| 352 | 2026-08-20T02:23:31.349Z | Downloaded pkg-config v0.3.34 |
| 353 | 2026-08-20T02:23:31.349Z | Downloaded vte v0.14.1 |
| 354 | 2026-08-20T02:23:31.349Z | Downloaded getrandom v0.4.3 |
| 355 | 2026-08-20T02:23:31.350Z | Downloaded tower-service v0.3.3 |
| 356 | 2026-08-20T02:23:31.350Z | Downloaded tracing-log v0.2.0 |
| 357 | 2026-08-20T02:23:31.350Z | Downloaded zipsign-api v0.1.5 |
| 358 | 2026-08-20T02:23:31.350Z | Downloaded clap v4.6.6 |
| 359 | 2026-08-20T02:23:31.350Z | Downloaded globset v0.4.20 |
| 360 | 2026-08-20T02:23:31.350Z | Downloaded serde_core v1.0.229 |
| 361 | 2026-08-20T02:23:31.350Z | Downloaded target-spec v3.6.0 |
| 362 | 2026-08-20T02:23:31.350Z | Downloaded pin-project v1.1.13 |
| 363 | 2026-08-20T02:23:31.350Z | Downloaded pin-project-internal v1.1.13 |
| 364 | 2026-08-20T02:23:31.350Z | Downloaded signal-hook v0.3.18 |
| 365 | 2026-08-20T02:23:31.350Z | Downloaded backtrace v0.3.76 |
| 366 | 2026-08-20T02:23:31.350Z | Downloaded bytes v1.12.1 |
| 367 | 2026-08-20T02:23:31.350Z | Downloaded ipnet v2.12.1 |
| 368 | 2026-08-20T02:23:31.350Z | Downloaded litrs v1.0.0 |
| 369 | 2026-08-20T02:23:31.350Z | Downloaded rand v0.10.2 |
| 370 | 2026-08-20T02:23:31.350Z | Downloaded socket2 v0.6.5 |
| 371 | 2026-08-20T02:23:31.350Z | Downloaded http-body-util v0.1.5 |
| 372 | 2026-08-20T02:23:31.350Z | Downloaded tinyvec v1.12.0 |
| 373 | 2026-08-20T02:23:31.350Z | Downloaded unicode-ident v1.0.24 |
| 374 | 2026-08-20T02:23:31.350Z | Downloaded textwrap v0.16.2 |
| 375 | 2026-08-20T02:23:31.350Z | Downloaded iana-time-zone v0.1.65 |
| 376 | 2026-08-20T02:23:31.350Z | Downloaded flate2 v1.1.9 |
| 377 | 2026-08-20T02:23:31.350Z | Downloaded borsh v1.8.0 |
| 378 | 2026-08-20T02:23:31.350Z | Downloaded uuid v1.24.1 |
| 379 | 2026-08-20T02:23:31.350Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 380 | 2026-08-20T02:23:31.350Z | Downloaded der v0.7.10 |
| 381 | 2026-08-20T02:23:31.350Z | Downloaded quinn v0.11.11 |
| 382 | 2026-08-20T02:23:31.350Z | Downloaded num-traits v0.2.19 |
| 383 | 2026-08-20T02:23:31.350Z | Downloaded cc v1.4.3 |
| 384 | 2026-08-20T02:23:31.350Z | Downloaded derive_more-impl v2.1.1 |
| 385 | 2026-08-20T02:23:31.351Z | Downloaded ed25519-dalek v2.2.0 |
| 386 | 2026-08-20T02:23:31.351Z | Downloaded proc-macro2 v1.0.107 |
| 387 | 2026-08-20T02:23:31.351Z | Downloaded sharded-slab v0.1.7 |
| 388 | 2026-08-20T02:23:31.351Z | Downloaded miniz_oxide v0.8.9 |
| 389 | 2026-08-20T02:23:31.351Z | Downloaded log v0.4.33 |
| 390 | 2026-08-20T02:23:31.351Z | Downloaded tower v0.5.3 |
| 391 | 2026-08-20T02:23:31.351Z | Downloaded tar v0.4.46 |
| 392 | 2026-08-20T02:23:31.351Z | Downloaded indicatif v0.17.11 |
| 393 | 2026-08-20T02:23:31.351Z | Downloaded memchr v2.8.3 |
| 394 | 2026-08-20T02:23:31.351Z | Downloaded rustls-webpki v0.103.14 |
| 395 | 2026-08-20T02:23:31.351Z | Downloaded serde v1.0.229 |
| 396 | 2026-08-20T02:23:31.351Z | Downloaded crossterm v0.29.0 |
| 397 | 2026-08-20T02:23:31.351Z | Downloaded typenum v1.20.1 |
| 398 | 2026-08-20T02:23:31.351Z | Downloaded http v1.5.0 |
| 399 | 2026-08-20T02:23:31.351Z | Downloaded mio v1.2.2 |
| 400 | 2026-08-20T02:23:31.351Z | Downloaded tracing-core v0.1.36 |
| 401 | 2026-08-20T02:23:31.351Z | Downloaded futures-util v0.3.34 |
| 402 | 2026-08-20T02:23:31.351Z | Downloaded unicode-segmentation v1.13.3 |
| 403 | 2026-08-20T02:23:31.351Z | Downloaded hashbrown v0.15.5 |
| 404 | 2026-08-20T02:23:31.351Z | Downloaded itertools v0.14.0 |
| 405 | 2026-08-20T02:23:31.351Z | Downloaded clap_builder v4.6.6 |
| 406 | 2026-08-20T02:23:31.351Z | Downloaded hyper v1.11.0 |
| 407 | 2026-08-20T02:23:31.351Z | Downloaded toml_edit v0.22.27 |
| 408 | 2026-08-20T02:23:31.351Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-08-20T02:23:31.351Z | Downloaded rand v0.9.5 |
| 410 | 2026-08-20T02:23:31.351Z | Downloaded winnow v0.7.15 |
| 411 | 2026-08-20T02:23:31.351Z | Downloaded hashbrown v0.17.1 |
| 412 | 2026-08-20T02:23:31.351Z | Downloaded url v2.5.8 |
| 413 | 2026-08-20T02:23:31.351Z | Downloaded winnow v1.0.4 |
| 414 | 2026-08-20T02:23:31.351Z | Downloaded serde_json v1.0.151 |
| 415 | 2026-08-20T02:23:31.351Z | Downloaded ron v0.12.2 |
| 416 | 2026-08-20T02:23:31.351Z | Downloaded chrono v0.4.45 |
| 417 | 2026-08-20T02:23:31.351Z | Downloaded tracing-subscriber v0.3.23 |
| 418 | 2026-08-20T02:23:31.351Z | Downloaded webpki-roots v1.0.9 |
| 419 | 2026-08-20T02:23:31.351Z | Downloaded tokio-util v0.7.19 |
| 420 | 2026-08-20T02:23:31.371Z | Downloaded hyper-util v0.1.20 |
| 421 | 2026-08-20T02:23:31.371Z | Downloaded quick-xml v0.37.5 |
| 422 | 2026-08-20T02:23:31.371Z | Downloaded unicode-width v0.2.2 |
| 423 | 2026-08-20T02:23:31.371Z | Downloaded curve25519-dalek v4.1.3 |
| 424 | 2026-08-20T02:23:31.371Z | Downloaded zerocopy v0.8.56 |
| 425 | 2026-08-20T02:23:31.371Z | Downloaded gimli v0.32.3 |
| 426 | 2026-08-20T02:23:31.371Z | Downloaded openssl v0.10.81 |
| 427 | 2026-08-20T02:23:31.371Z | Downloaded miette v7.6.0 |
| 428 | 2026-08-20T02:23:31.371Z | Downloaded unicode-normalization v0.1.25 |
| 429 | 2026-08-20T02:23:31.371Z | Downloaded object v0.37.3 |
| 430 | 2026-08-20T02:23:31.371Z | Downloaded bstr v1.13.1 |
| 431 | 2026-08-20T02:23:31.371Z | Downloaded pulldown-cmark v0.13.4 |
| 432 | 2026-08-20T02:23:31.371Z | Downloaded regex v1.13.1 |
| 433 | 2026-08-20T02:23:31.371Z | Downloaded idna v1.1.0 |
| 434 | 2026-08-20T02:23:31.371Z | Downloaded tower-http v0.6.11 |
| 435 | 2026-08-20T02:23:31.371Z | Downloaded guppy v0.17.26 |
| 436 | 2026-08-20T02:23:31.371Z | Downloaded reqwest v0.12.28 |
| 437 | 2026-08-20T02:23:31.371Z | Downloaded color-eyre v0.6.5 |
| 438 | 2026-08-20T02:23:31.372Z | Downloaded petgraph v0.8.3 |
| 439 | 2026-08-20T02:23:31.372Z | Downloaded h2 v0.4.17 |
| 440 | 2026-08-20T02:23:31.372Z | Downloaded quick-xml v0.38.4 |
| 441 | 2026-08-20T02:23:31.372Z | Downloaded quinn-proto v0.11.17 |
| 442 | 2026-08-20T02:23:31.372Z | Downloaded portable-atomic v1.15.0 |
| 443 | 2026-08-20T02:23:31.372Z | Downloaded vcpkg v0.2.15 |
| 444 | 2026-08-20T02:23:31.372Z | Downloaded syn v3.0.3 |
| 445 | 2026-08-20T02:23:31.372Z | Downloaded unicode-width v0.1.14 |
| 446 | 2026-08-20T02:23:31.372Z | Downloaded nextest-runner v0.80.0 |
| 447 | 2026-08-20T02:23:31.372Z | Downloaded syn v2.0.119 |
| 448 | 2026-08-20T02:23:31.372Z | Downloaded rustix v0.38.44 |
| 449 | 2026-08-20T02:23:31.372Z | Downloaded regex-syntax v0.8.11 |
| 450 | 2026-08-20T02:23:31.372Z | Downloaded rustls v0.23.43 |
| 451 | 2026-08-20T02:23:31.372Z | Downloaded nix v0.30.1 |
| 452 | 2026-08-20T02:23:31.372Z | Downloaded rustix v1.1.4 |
| 453 | 2026-08-20T02:23:31.372Z | Downloaded tracing v0.1.44 |
| 454 | 2026-08-20T02:23:31.372Z | Downloaded regex-automata v0.4.18 |
| 455 | 2026-08-20T02:23:31.372Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 456 | 2026-08-20T02:23:31.372Z | Downloaded tokio v1.53.1 |
| 457 | 2026-08-20T02:23:31.372Z | Downloaded libc v0.2.189 |
| 458 | 2026-08-20T02:23:31.372Z | Downloaded recursion v0.5.4 |
| 459 | 2026-08-20T02:23:31.372Z | Downloaded ring v0.17.14 |
| 460 | 2026-08-20T02:23:31.372Z | Compiling proc-macro2 v1.0.107 |
| 461 | 2026-08-20T02:23:31.373Z | Compiling libc v0.2.189 |
| 462 | 2026-08-20T02:23:31.373Z | Compiling quote v1.0.47 |
| 463 | 2026-08-20T02:23:31.373Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-08-20T02:23:31.373Z | Compiling serde_core v1.0.229 |
| 465 | 2026-08-20T02:23:31.373Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-08-20T02:23:31.373Z | Compiling memchr v2.8.3 |
| 467 | 2026-08-20T02:23:31.373Z | Compiling once_cell v1.21.4 |
| 468 | 2026-08-20T02:23:31.373Z | Compiling log v0.4.33 |
| 469 | 2026-08-20T02:23:31.373Z | Compiling pin-project-lite v0.2.17 |
| 470 | 2026-08-20T02:23:31.373Z | Compiling itoa v1.0.18 |
| 471 | 2026-08-20T02:23:31.373Z | Compiling serde v1.0.229 |
| 472 | 2026-08-20T02:23:31.373Z | Compiling futures-core v0.3.34 |
| 473 | 2026-08-20T02:23:31.373Z | Compiling smallvec v1.15.2 |
| 474 | 2026-08-20T02:23:31.373Z | Compiling bitflags v2.13.1 |
| 475 | 2026-08-20T02:23:31.374Z | Compiling hashbrown v0.17.1 |
| 476 | 2026-08-20T02:23:31.374Z | Compiling equivalent v1.0.2 |
| 477 | 2026-08-20T02:23:31.374Z | Compiling find-msvc-tools v0.1.11 |
| 478 | 2026-08-20T02:23:31.374Z | Compiling errno v0.3.14 |
| 479 | 2026-08-20T02:23:31.374Z | Compiling shlex v2.0.1 |
| 480 | 2026-08-20T02:23:31.374Z | Compiling signal-hook-registry v1.4.8 |
| 481 | 2026-08-20T02:23:31.374Z | Compiling jobserver v0.1.35 |
| 482 | 2026-08-20T02:23:31.374Z | Compiling bytes v1.12.1 |
| 483 | 2026-08-20T02:23:31.393Z | Compiling syn v3.0.3 |
| 484 | 2026-08-20T02:23:31.405Z | Compiling syn v2.0.119 |
| 485 | 2026-08-20T02:23:31.458Z | Compiling mio v1.2.2 |
| 486 | 2026-08-20T02:23:31.496Z | Compiling futures-sink v0.3.34 |
| 487 | 2026-08-20T02:23:31.609Z | Compiling cc v1.4.3 |
| 488 | 2026-08-20T02:23:31.623Z | Compiling rustix v1.1.4 |
| 489 | 2026-08-20T02:23:31.694Z | Compiling socket2 v0.6.5 |
| 490 | 2026-08-20T02:23:32.113Z | Compiling autocfg v1.5.1 |
| 491 | 2026-08-20T02:23:32.216Z | Compiling zmij v1.0.23 |
| 492 | 2026-08-20T02:23:32.438Z | Compiling slab v0.4.12 |
| 493 | 2026-08-20T02:23:32.455Z | Compiling indexmap v2.14.0 |
| 494 | 2026-08-20T02:23:32.571Z | Compiling futures-channel v0.3.34 |
| 495 | 2026-08-20T02:23:32.620Z | Compiling tracing-core v0.1.36 |
| 496 | 2026-08-20T02:23:32.638Z | Compiling serde_json v1.0.151 |
| 497 | 2026-08-20T02:23:32.827Z | Compiling version_check v0.9.5 |
| 498 | 2026-08-20T02:23:32.893Z | Compiling getrandom v0.4.3 |
| 499 | 2026-08-20T02:23:33.087Z | Compiling futures-io v0.3.34 |
| 500 | 2026-08-20T02:23:33.152Z | Compiling futures-task v0.3.34 |
| 501 | 2026-08-20T02:23:33.268Z | Compiling camino v1.2.5 |
| 502 | 2026-08-20T02:23:33.280Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-08-20T02:23:33.323Z | Compiling unicode-width v0.2.2 |
| 504 | 2026-08-20T02:23:33.626Z | Compiling ring v0.17.14 |
| 505 | 2026-08-20T02:23:33.639Z | Compiling http v1.5.0 |
| 506 | 2026-08-20T02:23:33.673Z | Compiling adler2 v2.0.1 |
| 507 | 2026-08-20T02:23:33.717Z | Compiling simd-adler32 v0.3.10 |
| 508 | 2026-08-20T02:23:33.834Z | Compiling zeroize v1.9.0 |
| 509 | 2026-08-20T02:23:34.036Z | Compiling miniz_oxide v0.8.9 |
| 510 | 2026-08-20T02:23:34.184Z | Compiling serde_derive v1.0.229 |
| 511 | 2026-08-20T02:23:34.556Z | Compiling tokio-macros v2.7.2 |
| 512 | 2026-08-20T02:23:34.659Z | Compiling futures-macro v0.3.34 |
| 513 | 2026-08-20T02:23:34.962Z | Compiling tracing-attributes v0.1.31 |
| 514 | 2026-08-20T02:23:35.283Z | Compiling tokio v1.53.1 |
| 515 | 2026-08-20T02:23:35.447Z | Compiling num-traits v0.2.19 |
| 516 | 2026-08-20T02:23:35.468Z | Compiling futures-util v0.3.34 |
| 517 | 2026-08-20T02:23:35.536Z | Compiling zerocopy v0.8.56 |
| 518 | 2026-08-20T02:23:35.674Z | Compiling getrandom v0.3.4 |
| 519 | 2026-08-20T02:23:35.813Z | Compiling target-lexicon v0.13.5 |
| 520 | 2026-08-20T02:23:35.892Z | Compiling object v0.37.3 |
| 521 | 2026-08-20T02:23:36.137Z | Compiling tracing v0.1.44 |
| 522 | 2026-08-20T02:23:36.213Z | Compiling http-body v1.1.0 |
| 523 | 2026-08-20T02:23:36.227Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-20T02:23:36.319Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-20T02:23:36.373Z | Compiling semver v1.0.28 |
| 526 | 2026-08-20T02:23:36.487Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-20T02:23:36.582Z | Compiling utf8_iter v1.0.4 |
| 528 | 2026-08-20T02:23:36.680Z | Compiling signal-hook v0.3.18 |
| 529 | 2026-08-20T02:23:36.759Z | Compiling idna_adapter v1.0.0 |
| 530 | 2026-08-20T02:23:36.855Z | Compiling httparse v1.10.1 |
| 531 | 2026-08-20T02:23:36.890Z | Compiling thiserror v2.0.20 |
| 532 | 2026-08-20T02:23:37.012Z | Compiling gimli v0.32.3 |
| 533 | 2026-08-20T02:23:37.075Z | Compiling untrusted v0.9.0 |
| 534 | 2026-08-20T02:23:37.188Z | Compiling guppy-workspace-hack v0.1.0 |
| 535 | 2026-08-20T02:23:37.219Z | Compiling fnv v1.0.7 |
| 536 | 2026-08-20T02:23:37.224Z | Compiling owo-colors v4.3.0 |
| 537 | 2026-08-20T02:23:37.422Z | Compiling idna v1.1.0 |
| 538 | 2026-08-20T02:23:38.285Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-20T02:23:38.302Z | Compiling generic-array v0.14.7 |
| 540 | 2026-08-20T02:23:38.574Z | Compiling rustc-demangle v0.1.28 |
| 541 | 2026-08-20T02:23:39.062Z | Compiling addr2line v0.25.1 |
| 542 | 2026-08-20T02:23:39.441Z | Compiling tokio-util v0.7.19 |
| 543 | 2026-08-20T02:23:39.492Z | Compiling thiserror v1.0.69 |
| 544 | 2026-08-20T02:23:39.498Z | Compiling fastrand v2.5.0 |
| 545 | 2026-08-20T02:23:39.694Z | Compiling tower-service v0.3.3 |
| 546 | 2026-08-20T02:23:39.807Z | Compiling pkg-config v0.3.34 |
| 547 | 2026-08-20T02:23:39.828Z | Compiling rustls v0.23.43 |
| 548 | 2026-08-20T02:23:39.840Z | Compiling atomic-waker v1.1.2 |
| 549 | 2026-08-20T02:23:39.967Z | Compiling typeid v1.0.3 |
| 550 | 2026-08-20T02:23:40.022Z | Compiling try-lock v0.2.5 |
| 551 | 2026-08-20T02:23:40.161Z | Compiling target-spec v3.6.0 |
| 552 | 2026-08-20T02:23:40.220Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 553 | 2026-08-20T02:23:40.293Z | Compiling want v0.3.1 |
| 554 | 2026-08-20T02:23:40.442Z | Compiling backtrace v0.3.76 |
| 555 | 2026-08-20T02:23:40.479Z | Compiling h2 v0.4.17 |
| 556 | 2026-08-20T02:23:40.641Z | Compiling tempfile v3.27.0 |
| 557 | 2026-08-20T02:23:40.873Z | Compiling url v2.5.8 |
| 558 | 2026-08-20T02:23:40.886Z | Compiling cfg-expr v0.20.8 |
| 559 | 2026-08-20T02:23:41.874Z | Compiling thiserror-impl v1.0.69 |
| 560 | 2026-08-20T02:23:41.911Z | Compiling terminal_size v0.4.4 |
| 561 | 2026-08-20T02:23:42.062Z | Compiling aho-corasick v1.1.5 |
| 562 | 2026-08-20T02:23:42.350Z | Compiling typenum v1.20.1 |
| 563 | 2026-08-20T02:23:43.022Z | Compiling erased-serde v0.4.10 |
| 564 | 2026-08-20T02:23:43.040Z | Compiling regex-syntax v0.8.11 |
| 565 | 2026-08-20T02:23:43.288Z | Compiling subtle v2.6.1 |
| 566 | 2026-08-20T02:23:43.313Z | Compiling winnow v0.7.15 |
| 567 | 2026-08-20T02:23:43.458Z | Compiling rustls-webpki v0.103.14 |
| 568 | 2026-08-20T02:23:45.194Z | Compiling regex-automata v0.4.18 |
| 569 | 2026-08-20T02:23:46.343Z | Compiling hyper v1.11.0 |
| 570 | 2026-08-20T02:23:47.582Z | Compiling toml_datetime v0.6.11 |
| 571 | 2026-08-20T02:23:47.944Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-08-20T02:23:48.106Z | Compiling ahash v0.8.12 |
| 573 | 2026-08-20T02:23:48.347Z | Compiling sync_wrapper v1.0.2 |
| 574 | 2026-08-20T02:23:48.362Z | Compiling is_ci v1.2.0 |
| 575 | 2026-08-20T02:23:48.460Z | Compiling nextest-workspace-hack v0.1.0 |
| 576 | 2026-08-20T02:23:48.522Z | Compiling toml_write v0.1.2 |
| 577 | 2026-08-20T02:23:48.685Z | Compiling lazy_static v1.5.0 |
| 578 | 2026-08-20T02:23:48.761Z | Compiling crc32fast v1.5.0 |
| 579 | 2026-08-20T02:23:48.790Z | Compiling tower-layer v0.3.3 |
| 580 | 2026-08-20T02:23:48.997Z | Compiling either v1.17.0 |
| 581 | 2026-08-20T02:23:49.050Z | Compiling portable-atomic v1.15.0 |
| 582 | 2026-08-20T02:23:49.230Z | Compiling unicode-segmentation v1.13.3 |
| 583 | 2026-08-20T02:23:49.492Z | Compiling unicode-linebreak v0.1.5 |
| 584 | 2026-08-20T02:23:49.619Z | Compiling base64 v0.22.1 |
| 585 | 2026-08-20T02:23:49.756Z | Compiling ipnet v2.12.1 |
| 586 | 2026-08-20T02:23:50.096Z | Compiling parking_lot_core v0.9.12 |
| 587 | 2026-08-20T02:23:50.112Z | Compiling foldhash v0.1.5 |
| 588 | 2026-08-20T02:23:50.162Z | Compiling hyper-util v0.1.20 |
| 589 | 2026-08-20T02:23:50.324Z | Compiling hashbrown v0.15.5 |
| 590 | 2026-08-20T02:23:50.329Z | Compiling textwrap v0.16.2 |
| 591 | 2026-08-20T02:23:50.379Z | Compiling convert_case v0.10.0 |
| 592 | 2026-08-20T02:23:50.727Z | Compiling tower v0.5.3 |
| 593 | 2026-08-20T02:23:50.934Z | Compiling sharded-slab v0.1.7 |
| 594 | 2026-08-20T02:23:51.025Z | Compiling toml_edit v0.22.27 |
| 595 | 2026-08-20T02:23:51.310Z | Compiling supports-color v3.0.2 |
| 596 | 2026-08-20T02:23:51.548Z | Compiling tokio-rustls v0.26.4 |
| 597 | 2026-08-20T02:23:51.684Z | Compiling backtrace-ext v0.2.1 |
| 598 | 2026-08-20T02:23:51.826Z | Compiling ordered-float v2.10.1 |
| 599 | 2026-08-20T02:23:51.941Z | Compiling webpki-roots v1.0.9 |
| 600 | 2026-08-20T02:23:52.059Z | Compiling miette-derive v7.6.0 |
| 601 | 2026-08-20T02:23:52.104Z | Compiling pathdiff v0.2.3 |
| 602 | 2026-08-20T02:23:52.187Z | Compiling console v0.15.11 |
| 603 | 2026-08-20T02:23:52.228Z | Compiling tracing-log v0.2.0 |
| 604 | 2026-08-20T02:23:52.568Z | Compiling cargo-platform v0.3.3 |
| 605 | 2026-08-20T02:23:52.779Z | Compiling os_pipe v1.2.3 |
| 606 | 2026-08-20T02:23:52.950Z | Compiling thread_local v1.1.10 |
| 607 | 2026-08-20T02:23:53.115Z | Compiling zstd-safe v7.2.4 |
| 608 | 2026-08-20T02:23:53.141Z | Compiling utf8parse v0.2.2 |
| 609 | 2026-08-20T02:23:53.256Z | Compiling supports-hyperlinks v3.2.0 |
| 610 | 2026-08-20T02:23:53.287Z | Compiling winnow v1.0.4 |
| 611 | 2026-08-20T02:23:53.353Z | Compiling ryu v1.0.23 |
| 612 | 2026-08-20T02:23:53.477Z | Compiling rustix v0.38.44 |
| 613 | 2026-08-20T02:23:53.506Z | Compiling fixedbitset v0.5.7 |
| 614 | 2026-08-20T02:23:53.646Z | Compiling debug-ignore v1.0.5 |
| 615 | 2026-08-20T02:23:53.761Z | Compiling supports-unicode v3.0.0 |
| 616 | 2026-08-20T02:23:53.826Z | Compiling unicode-width v0.1.14 |
| 617 | 2026-08-20T02:23:53.933Z | Compiling scopeguard v1.2.0 |
| 618 | 2026-08-20T02:23:54.044Z | Compiling pulldown-cmark v0.13.4 |
| 619 | 2026-08-20T02:23:54.128Z | Compiling cfg_aliases v0.2.2 |
| 620 | 2026-08-20T02:23:54.202Z | Compiling nix v0.30.1 |
| 621 | 2026-08-20T02:23:54.276Z | Compiling miette v7.6.0 |
| 622 | 2026-08-20T02:23:54.443Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 623 | 2026-08-20T02:23:54.571Z | Compiling lock_api v0.4.14 |
| 624 | 2026-08-20T02:23:54.812Z | Compiling petgraph v0.8.3 |
| 625 | 2026-08-20T02:23:54.825Z | Compiling serde_urlencoded v0.7.1 |
| 626 | 2026-08-20T02:23:55.112Z | Compiling anstyle-parse v1.0.0 |
| 627 | 2026-08-20T02:23:55.333Z | Compiling tracing-subscriber v0.3.23 |
| 628 | 2026-08-20T02:23:55.725Z | Compiling sigchld v0.2.4 |
| 629 | 2026-08-20T02:23:55.925Z | Compiling cargo_metadata v0.23.1 |
| 630 | 2026-08-20T02:23:56.688Z | Compiling toml v0.8.23 |
| 631 | 2026-08-20T02:23:56.746Z | Compiling serde-value v0.7.0 |
| 632 | 2026-08-20T02:23:57.433Z | Compiling hyper-rustls v0.27.9 |
| 633 | 2026-08-20T02:23:58.110Z | Compiling serde-untagged v0.1.9 |
| 634 | 2026-08-20T02:23:58.333Z | Compiling tower-http v0.6.11 |
| 635 | 2026-08-20T02:23:58.810Z | Compiling derive_more-impl v2.1.1 |
| 636 | 2026-08-20T02:23:59.299Z | Compiling itertools v0.14.0 |
| 637 | 2026-08-20T02:23:59.357Z | Compiling regex v1.13.1 |
| 638 | 2026-08-20T02:23:59.389Z | Compiling crypto-common v0.1.7 |
| 639 | 2026-08-20T02:23:59.527Z | Compiling block-buffer v0.10.4 |
| 640 | 2026-08-20T02:23:59.617Z | Compiling ppv-lite86 v0.2.21 |
| 641 | 2026-08-20T02:23:59.682Z | Compiling rand_core v0.9.5 |
| 642 | 2026-08-20T02:23:59.940Z | Compiling futures-executor v0.3.34 |
| 643 | 2026-08-20T02:23:59.955Z | Compiling http-body-util v0.1.5 |
| 644 | 2026-08-20T02:24:00.254Z | Compiling pin-project-internal v1.1.13 |
| 645 | 2026-08-20T02:24:00.392Z | Compiling uuid v1.24.1 |
| 646 | 2026-08-20T02:24:00.460Z | Compiling eyre v0.6.14 |
| 647 | 2026-08-20T02:24:00.720Z | Compiling smol_str v0.3.6 |
| 648 | 2026-08-20T02:24:00.781Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 649 | 2026-08-20T02:24:00.816Z | Compiling serde_spanned v1.1.1 |
| 650 | 2026-08-20T02:24:00.929Z | Compiling filetime v0.2.29 |
| 651 | 2026-08-20T02:24:00.963Z | Compiling bstr v1.13.1 |
| 652 | 2026-08-20T02:24:01.062Z | Compiling vte v0.14.1 |
| 653 | 2026-08-20T02:24:01.133Z | Compiling anstyle v1.0.14 |
| 654 | 2026-08-20T02:24:01.193Z | Compiling static_assertions v1.1.0 |
| 655 | 2026-08-20T02:24:01.211Z | Compiling xattr v1.6.1 |
| 656 | 2026-08-20T02:24:01.268Z | Compiling colorchoice v1.0.5 |
| 657 | 2026-08-20T02:24:01.281Z | Compiling anstyle-query v1.1.5 |
| 658 | 2026-08-20T02:24:01.300Z | Compiling nested v0.1.1 |
| 659 | 2026-08-20T02:24:01.382Z | Compiling unicode-xid v0.2.6 |
| 660 | 2026-08-20T02:24:01.382Z | Compiling self_update v0.42.0 |
| 661 | 2026-08-20T02:24:01.411Z | Compiling unicase v2.9.0 |
| 662 | 2026-08-20T02:24:01.419Z | Compiling number_prefix v0.4.0 |
| 663 | 2026-08-20T02:24:01.494Z | Compiling color-spantrace v0.3.0 |
| 664 | 2026-08-20T02:24:01.518Z | Compiling iana-time-zone v0.1.65 |
| 665 | 2026-08-20T02:24:01.563Z | Compiling is_terminal_polyfill v1.70.2 |
| 666 | 2026-08-20T02:24:01.583Z | Compiling tinyvec_macros v0.1.1 |
| 667 | 2026-08-20T02:24:01.657Z | Compiling litrs v1.0.0 |
| 668 | 2026-08-20T02:24:01.660Z | Compiling chrono v0.4.45 |
| 669 | 2026-08-20T02:24:01.812Z | Compiling tinyvec v1.12.0 |
| 670 | 2026-08-20T02:24:01.817Z | Compiling anstream v1.0.0 |
| 671 | 2026-08-20T02:24:01.857Z | Compiling indicatif v0.17.11 |
| 672 | 2026-08-20T02:24:02.099Z | Compiling document-features v0.2.12 |
| 673 | 2026-08-20T02:24:02.232Z | Compiling cargo-util-schemas v0.2.0 |
| 674 | 2026-08-20T02:24:02.304Z | Compiling guppy v0.17.26 |
| 675 | 2026-08-20T02:24:02.628Z | Compiling globset v0.4.20 |
| 676 | 2026-08-20T02:24:03.294Z | Compiling tar v0.4.46 |
| 677 | 2026-08-20T02:24:04.547Z | Compiling pin-project v1.1.13 |
| 678 | 2026-08-20T02:24:04.617Z | Compiling strip-ansi-escapes v0.2.1 |
| 679 | 2026-08-20T02:24:04.649Z | Compiling toml v1.1.4+spec-1.1.0 |
| 680 | 2026-08-20T02:24:04.931Z | Compiling nextest-metadata v0.12.2 |
| 681 | 2026-08-20T02:24:05.098Z | Compiling newtype-uuid v1.4.0 |
| 682 | 2026-08-20T02:24:05.282Z | Compiling reqwest v0.12.28 |
| 683 | 2026-08-20T02:24:05.298Z | Compiling futures v0.3.34 |
| 684 | 2026-08-20T02:24:05.379Z | Compiling rand_chacha v0.9.0 |
| 685 | 2026-08-20T02:24:05.783Z | Compiling digest v0.10.7 |
| 686 | 2026-08-20T02:24:05.886Z | Compiling derive_more v2.1.1 |
| 687 | 2026-08-20T02:24:05.928Z | Compiling parking_lot v0.12.5 |
| 688 | 2026-08-20T02:24:05.965Z | Compiling flate2 v1.1.9 |
| 689 | 2026-08-20T02:24:06.009Z | Compiling tracing-error v0.2.1 |
| 690 | 2026-08-20T02:24:06.245Z | Compiling shared_child v1.1.1 |
| 691 | 2026-08-20T02:24:06.834Z | Compiling signal-hook-mio v0.2.5 |
| 692 | 2026-08-20T02:24:06.913Z | Compiling self-replace v1.5.0 |
| 693 | 2026-08-20T02:24:06.967Z | Compiling cargo-platform v0.2.0 |
| 694 | 2026-08-20T02:24:07.178Z | Compiling quick-xml v0.38.4 |
| 695 | 2026-08-20T02:24:07.515Z | Compiling quick-xml v0.37.5 |
| 696 | 2026-08-20T02:24:07.695Z | Compiling cpufeatures v0.2.17 |
| 697 | 2026-08-20T02:24:07.770Z | Compiling shell-words v1.1.1 |
| 698 | 2026-08-20T02:24:07.820Z | Compiling recursion v0.5.4 |
| 699 | 2026-08-20T02:24:07.970Z | Compiling humantime v2.4.0 |
| 700 | 2026-08-20T02:24:08.016Z | Compiling clap_lex v1.1.0 |
| 701 | 2026-08-20T02:24:08.591Z | Compiling urlencoding v2.1.3 |
| 702 | 2026-08-20T02:24:08.635Z | Compiling strsim v0.11.1 |
| 703 | 2026-08-20T02:24:08.767Z | Compiling heck v0.5.0 |
| 704 | 2026-08-20T02:24:08.849Z | Compiling indenter v0.3.4 |
| 705 | 2026-08-20T02:24:08.966Z | Compiling clap_derive v4.6.4 |
| 706 | 2026-08-20T02:24:09.039Z | Compiling clap_builder v4.6.6 |
| 707 | 2026-08-20T02:24:09.469Z | Compiling humantime-serde v1.1.1 |
| 708 | 2026-08-20T02:24:09.628Z | Compiling nextest-filtering v0.15.0 |
| 709 | 2026-08-20T02:24:10.801Z | Compiling quick-junit v0.5.2 |
| 710 | 2026-08-20T02:24:10.852Z | Compiling sha2 v0.10.9 |
| 711 | 2026-08-20T02:24:11.944Z | Compiling atomicwrites v0.4.4 |
| 712 | 2026-08-20T02:24:12.224Z | Compiling cargo_metadata v0.20.0 |
| 713 | 2026-08-20T02:24:13.080Z | Compiling crossterm v0.29.0 |
| 714 | 2026-08-20T02:24:13.463Z | Compiling cargo-nextest v0.9.97 |
| 715 | 2026-08-20T02:24:14.663Z | Compiling duct v0.13.7 |
| 716 | 2026-08-20T02:24:16.152Z | Compiling rand v0.9.5 |
| 717 | 2026-08-20T02:24:16.321Z | Compiling async-scoped v0.9.0 |
| 718 | 2026-08-20T02:24:16.357Z | Compiling config v0.15.25 |
| 719 | 2026-08-20T02:24:16.515Z | Compiling unicode-normalization v0.1.25 |
| 720 | 2026-08-20T02:24:16.545Z | Compiling target-spec-miette v0.4.8 |
| 721 | 2026-08-20T02:24:16.865Z | Compiling future-queue v0.4.0 |
| 722 | 2026-08-20T02:24:16.937Z | Compiling mukti-metadata v0.3.0 |
| 723 | 2026-08-20T02:24:17.086Z | Compiling camino-tempfile v1.4.1 |
| 724 | 2026-08-20T02:24:17.143Z | Compiling tokio-stream v0.1.19 |
| 725 | 2026-08-20T02:24:17.411Z | Compiling derive-where v1.6.1 |
| 726 | 2026-08-20T02:24:17.431Z | Compiling serde_ignored v0.1.14 |
| 727 | 2026-08-20T02:24:17.493Z | Compiling serde_path_to_error v0.1.20 |
| 728 | 2026-08-20T02:24:17.656Z | Compiling home v0.5.12 |
| 729 | 2026-08-20T02:24:17.693Z | Compiling indent_write v2.2.0 |
| 730 | 2026-08-20T02:24:17.836Z | Compiling xxhash-rust v0.8.18 |
| 731 | 2026-08-20T02:24:17.937Z | Compiling swrite v0.1.0 |
| 732 | 2026-08-20T02:24:17.941Z | Compiling hex v0.4.3 |
| 733 | 2026-08-20T02:24:18.034Z | Compiling color-eyre v0.6.5 |
| 734 | 2026-08-20T02:24:18.064Z | Compiling clap v4.6.6 |
| 735 | 2026-08-20T02:24:18.146Z | Compiling dialoguer v0.11.0 |
| 736 | 2026-08-20T02:24:18.238Z | Compiling enable-ansi-support v0.2.1 |
| 737 | 2026-08-20T02:24:19.814Z | Compiling zstd v0.13.3 |
| 738 | 2026-08-20T02:24:20.127Z | Compiling nextest-runner v0.80.0 |
| 739 | 2026-08-20T02:24:38.467Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 740 | 2026-08-20T02:24:38.646Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 741 | 2026-08-20T02:24:38.649Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 742 | 2026-08-20T02:24:38.772Z | + cargo nextest run -p ndp |
| 743 | 2026-08-20T02:24:38.925Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 744 | 2026-08-20T02:24:39.559Z | From https://github.com/oxidecomputer/falcon |
| 745 | 2026-08-20T02:24:39.559Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 746 | 2026-08-20T02:24:39.635Z | Updating crates.io index |
| 747 | 2026-08-20T02:24:39.638Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 748 | 2026-08-20T02:24:40.063Z | From https://github.com/oxidecomputer/dendrite |
| 749 | 2026-08-20T02:24:40.063Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 750 | 2026-08-20T02:24:40.099Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 751 | 2026-08-20T02:24:40.394Z | From https://github.com/oxidecomputer/ispf |
| 752 | 2026-08-20T02:24:40.394Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 753 | 2026-08-20T02:24:40.399Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 754 | 2026-08-20T02:24:40.794Z | From https://github.com/oxidecomputer/netadm-sys |
| 755 | 2026-08-20T02:24:40.794Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 756 | 2026-08-20T02:24:40.801Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 757 | 2026-08-20T02:24:47.651Z | From https://github.com/oxidecomputer/omicron |
| 758 | 2026-08-20T02:24:47.651Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 759 | 2026-08-20T02:24:48.071Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 760 | 2026-08-20T02:24:48.847Z | From https://github.com/oxidecomputer/opte |
| 761 | 2026-08-20T02:24:48.847Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 762 | 2026-08-20T02:24:48.875Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 763 | 2026-08-20T02:24:49.194Z | From https://github.com/oxidecomputer/slog-error-chain |
| 764 | 2026-08-20T02:24:49.194Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 765 | 2026-08-20T02:24:49.205Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 766 | 2026-08-20T02:24:49.506Z | From https://github.com/illumos/smf-rs |
| 767 | 2026-08-20T02:24:49.506Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 768 | 2026-08-20T02:24:49.515Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 769 | 2026-08-20T02:24:49.818Z | From https://github.com/oxidecomputer/network-interface |
| 770 | 2026-08-20T02:24:49.818Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 771 | 2026-08-20T02:24:49.825Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 772 | 2026-08-20T02:24:50.140Z | From https://github.com/oxidecomputer/zone |
| 773 | 2026-08-20T02:24:50.140Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 774 | 2026-08-20T02:24:50.150Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 775 | 2026-08-20T02:24:50.806Z | From https://github.com/oxidecomputer/propolis |
| 776 | 2026-08-20T02:24:50.806Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 777 | 2026-08-20T02:24:50.853Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 778 | 2026-08-20T02:24:51.391Z | From https://github.com/oxidecomputer/transceiver-control |
| 779 | 2026-08-20T02:24:51.391Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 780 | 2026-08-20T02:24:51.402Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 781 | 2026-08-20T02:24:51.696Z | From https://github.com/oxidecomputer/dlpi-sys |
| 782 | 2026-08-20T02:24:51.696Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 783 | 2026-08-20T02:24:51.702Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 784 | 2026-08-20T02:24:52.023Z | From https://github.com/jmesmon/rust-libzfs |
| 785 | 2026-08-20T02:24:52.023Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 786 | 2026-08-20T02:24:52.034Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 787 | 2026-08-20T02:24:52.344Z | From https://github.com/oxidecomputer/rusty-doors |
| 788 | 2026-08-20T02:24:52.344Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 789 | 2026-08-20T02:24:52.350Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 790 | 2026-08-20T02:24:52.715Z | From https://github.com/oxidecomputer/lldp |
| 791 | 2026-08-20T02:24:52.715Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 792 | 2026-08-20T02:24:52.729Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 793 | 2026-08-20T02:24:53.091Z | From https://github.com/oxidecomputer/tufaceous |
| 794 | 2026-08-20T02:24:53.091Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 795 | 2026-08-20T02:24:53.109Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 796 | 2026-08-20T02:24:53.621Z | From https://github.com/oxidecomputer/management-gateway-service |
| 797 | 2026-08-20T02:24:53.621Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 798 | 2026-08-20T02:24:53.638Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 799 | 2026-08-20T02:24:54.465Z | From https://github.com/oxidecomputer/crucible |
| 800 | 2026-08-20T02:24:54.465Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 801 | 2026-08-20T02:24:54.511Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 802 | 2026-08-20T02:24:54.799Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 803 | 2026-08-20T02:24:54.799Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 804 | 2026-08-20T02:24:54.813Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 805 | 2026-08-20T02:24:55.242Z | From https://github.com/oxidecomputer/propolis |
| 806 | 2026-08-20T02:24:55.242Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 807 | 2026-08-20T02:24:55.289Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 808 | 2026-08-20T02:24:55.885Z | From https://github.com/oxidecomputer/crucible |
| 809 | 2026-08-20T02:24:55.885Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 810 | 2026-08-20T02:24:55.951Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 811 | 2026-08-20T02:24:56.315Z | From https://github.com/oxidecomputer/tofino |
| 812 | 2026-08-20T02:24:56.315Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 813 | 2026-08-20T02:24:56.325Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 814 | 2026-08-20T02:24:57.004Z | From https://github.com/oxidecomputer/maghemite |
| 815 | 2026-08-20T02:24:57.004Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 816 | 2026-08-20T02:24:57.038Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 817 | 2026-08-20T02:24:57.394Z | From https://github.com/oxidecomputer/clickward |
| 818 | 2026-08-20T02:24:57.394Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 819 | 2026-08-20T02:24:57.402Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 820 | 2026-08-20T02:24:57.708Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 821 | 2026-08-20T02:24:57.708Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 822 | 2026-08-20T02:24:58.519Z | Downloading crates ... |
| 823 | 2026-08-20T02:24:58.573Z | Downloaded num-iter v0.1.46 |
| 824 | 2026-08-20T02:24:58.584Z | Downloaded konst_macro_rules v0.2.19 |
| 825 | 2026-08-20T02:24:58.587Z | Downloaded libsw v3.5.0 |
| 826 | 2026-08-20T02:24:58.590Z | Downloaded keccak v0.1.6 |
| 827 | 2026-08-20T02:24:58.593Z | Downloaded libscf-sys v1.2.0 |
| 828 | 2026-08-20T02:24:58.596Z | Downloaded newtype-uuid-macros v0.1.1 |
| 829 | 2026-08-20T02:24:58.599Z | Downloaded linked-hash-map v0.5.6 |
| 830 | 2026-08-20T02:24:58.602Z | Downloaded aead v0.5.2 |
| 831 | 2026-08-20T02:24:58.607Z | Downloaded pem v3.0.6 |
| 832 | 2026-08-20T02:24:58.609Z | Downloaded fixedbitset v0.4.2 |
| 833 | 2026-08-20T02:24:58.609Z | Downloaded httpdate v1.0.3 |
| 834 | 2026-08-20T02:24:58.609Z | Downloaded proc-macro-error v1.0.4 |
| 835 | 2026-08-20T02:24:58.612Z | Downloaded libsw-core v0.3.2 |
| 836 | 2026-08-20T02:24:58.612Z | Downloaded foreign-types v0.5.0 |
| 837 | 2026-08-20T02:24:58.615Z | Downloaded linear-map v1.2.0 |
| 838 | 2026-08-20T02:24:58.615Z | Downloaded multer v3.1.0 |
| 839 | 2026-08-20T02:24:58.620Z | Downloaded omicron-zone-package v0.12.3 |
| 840 | 2026-08-20T02:24:58.622Z | Downloaded papergrid v0.11.0 |
| 841 | 2026-08-20T02:24:58.627Z | Downloaded scroll_derive v0.12.1 |
| 842 | 2026-08-20T02:24:58.627Z | Downloaded jiff-static v0.2.35 |
| 843 | 2026-08-20T02:24:58.627Z | Downloaded litemap v0.8.2 |
| 844 | 2026-08-20T02:24:58.632Z | Downloaded phf v0.12.1 |
| 845 | 2026-08-20T02:24:58.632Z | Downloaded hybrid-array v0.4.14 |
| 846 | 2026-08-20T02:24:58.632Z | Downloaded parking_lot v0.11.2 |
| 847 | 2026-08-20T02:24:58.635Z | Downloaded hash32 v0.3.1 |
| 848 | 2026-08-20T02:24:58.635Z | Downloaded heck v0.4.1 |
| 849 | 2026-08-20T02:24:58.635Z | Downloaded konst v0.2.20 |
| 850 | 2026-08-20T02:24:58.637Z | Downloaded prettyplease v0.2.37 |
| 851 | 2026-08-20T02:24:58.637Z | Downloaded qorb v0.4.1 |
| 852 | 2026-08-20T02:24:58.641Z | Downloaded quick-error v1.2.3 |
| 853 | 2026-08-20T02:24:58.641Z | Downloaded serde_tokenstream v0.2.3 |
| 854 | 2026-08-20T02:24:58.644Z | Downloaded ipnetwork v0.21.1 |
| 855 | 2026-08-20T02:24:58.644Z | Downloaded ident_case v1.0.1 |
| 856 | 2026-08-20T02:24:58.644Z | Downloaded idna_adapter v1.2.2 |
| 857 | 2026-08-20T02:24:58.648Z | Downloaded progenitor-macro v0.10.0 |
| 858 | 2026-08-20T02:24:58.651Z | Downloaded natord v1.0.9 |
| 859 | 2026-08-20T02:24:58.651Z | Downloaded plain v0.2.3 |
| 860 | 2026-08-20T02:24:58.651Z | Downloaded progenitor-client v0.14.0 |
| 861 | 2026-08-20T02:24:58.651Z | Downloaded group v0.13.0 |
| 862 | 2026-08-20T02:24:58.655Z | Downloaded no-std-compat v0.4.1 |
| 863 | 2026-08-20T02:24:58.655Z | Downloaded opaque-debug v0.3.1 |
| 864 | 2026-08-20T02:24:58.656Z | Downloaded ingot-macros v0.2.0 |
| 865 | 2026-08-20T02:24:58.658Z | Downloaded match_cfg v0.1.0 |
| 866 | 2026-08-20T02:24:58.658Z | Downloaded rand v0.8.7 |
| 867 | 2026-08-20T02:24:58.662Z | Downloaded parse-display v0.10.0 |
| 868 | 2026-08-20T02:24:58.665Z | Downloaded num_enum_derive v0.5.11 |
| 869 | 2026-08-20T02:24:58.665Z | Downloaded schemars_derive v0.8.22 |
| 870 | 2026-08-20T02:24:58.665Z | Downloaded ff v0.13.1 |
| 871 | 2026-08-20T02:24:58.665Z | Downloaded powerfmt v0.2.0 |
| 872 | 2026-08-20T02:24:58.671Z | Downloaded num-rational v0.4.2 |
| 873 | 2026-08-20T02:24:58.674Z | Downloaded pkg-config v0.3.33 |
| 874 | 2026-08-20T02:24:58.674Z | Downloaded schemars v0.8.22 |
| 875 | 2026-08-20T02:24:58.677Z | Downloaded olpc-cjson v0.1.4 |
| 876 | 2026-08-20T02:24:58.680Z | Downloaded mime v0.3.17 |
| 877 | 2026-08-20T02:24:58.680Z | Downloaded num-conv v0.2.2 |
| 878 | 2026-08-20T02:24:58.682Z | Downloaded phf_shared v0.12.1 |
| 879 | 2026-08-20T02:24:58.685Z | Downloaded find-msvc-tools v0.1.10 |
| 880 | 2026-08-20T02:24:58.685Z | Downloaded num-derive v0.4.2 |
| 881 | 2026-08-20T02:24:58.688Z | Downloaded progenitor-macro v0.14.0 |
| 882 | 2026-08-20T02:24:58.691Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-08-20T02:24:58.693Z | Downloaded base16ct v0.2.0 |
| 884 | 2026-08-20T02:24:58.694Z | Downloaded embedded-io v0.4.0 |
| 885 | 2026-08-20T02:24:58.694Z | Downloaded managed v0.8.0 |
| 886 | 2026-08-20T02:24:58.694Z | Downloaded float-ord v0.3.2 |
| 887 | 2026-08-20T02:24:58.694Z | Downloaded macaddr v1.0.1 |
| 888 | 2026-08-20T02:24:58.696Z | Downloaded ref-cast v1.0.26 |
| 889 | 2026-08-20T02:24:58.696Z | Downloaded ref-cast-impl v1.0.26 |
| 890 | 2026-08-20T02:24:58.696Z | Downloaded progenitor-macro v0.13.0 |
| 891 | 2026-08-20T02:24:58.699Z | Downloaded foreign-types-macros v0.2.4 |
| 892 | 2026-08-20T02:24:58.702Z | Downloaded hubpack_derive v0.1.1 |
| 893 | 2026-08-20T02:24:58.702Z | Downloaded newline-converter v0.3.0 |
| 894 | 2026-08-20T02:24:58.702Z | Downloaded num_threads v0.1.7 |
| 895 | 2026-08-20T02:24:58.702Z | Downloaded omicron-workspace-hack v0.1.0 |
| 896 | 2026-08-20T02:24:58.702Z | Downloaded proc-macro-error-attr v1.0.4 |
| 897 | 2026-08-20T02:24:58.702Z | Downloaded memmap v0.7.0 |
| 898 | 2026-08-20T02:24:58.705Z | Downloaded git-stub-vcs v0.1.0 |
| 899 | 2026-08-20T02:24:58.705Z | Downloaded libm v0.2.16 |
| 900 | 2026-08-20T02:24:58.709Z | Downloaded icu_locale_core v2.2.0 |
| 901 | 2026-08-20T02:24:58.712Z | Downloaded num-complex v0.4.6 |
| 902 | 2026-08-20T02:24:58.715Z | Downloaded memmap2 v0.9.11 |
| 903 | 2026-08-20T02:24:58.715Z | Downloaded paste v1.0.15 |
| 904 | 2026-08-20T02:24:58.718Z | Downloaded port-file v0.1.0 |
| 905 | 2026-08-20T02:24:58.718Z | Downloaded newtype_derive v0.1.6 |
| 906 | 2026-08-20T02:24:58.718Z | Downloaded is-terminal v0.4.17 |
| 907 | 2026-08-20T02:24:58.718Z | Downloaded num v0.4.3 |
| 908 | 2026-08-20T02:24:58.720Z | Downloaded memoffset v0.9.1 |
| 909 | 2026-08-20T02:24:58.726Z | Downloaded progenitor-client v0.10.0 |
| 910 | 2026-08-20T02:24:58.726Z | Downloaded serde-big-array v0.5.1 |
| 911 | 2026-08-20T02:24:58.726Z | Downloaded internet-checksum v0.2.1 |
| 912 | 2026-08-20T02:24:58.729Z | Downloaded pretty-hex v0.4.2 |
| 913 | 2026-08-20T02:24:58.729Z | Downloaded rand_xorshift v0.4.0 |
| 914 | 2026-08-20T02:24:58.729Z | Downloaded potential_utf v0.1.5 |
| 915 | 2026-08-20T02:24:58.729Z | Downloaded proc-macro-crate v3.5.0 |
| 916 | 2026-08-20T02:24:58.732Z | Downloaded hostname v0.4.2 |
| 917 | 2026-08-20T02:24:58.732Z | Downloaded secrecy v0.10.3 |
| 918 | 2026-08-20T02:24:58.736Z | Downloaded lru-cache v0.1.2 |
| 919 | 2026-08-20T02:24:58.739Z | Downloaded foreign-types-shared v0.3.1 |
| 920 | 2026-08-20T02:24:58.743Z | Downloaded scroll_derive v0.13.1 |
| 921 | 2026-08-20T02:24:58.746Z | Downloaded yoke-derive v0.8.2 |
| 922 | 2026-08-20T02:24:58.749Z | Downloaded async-recursion v1.1.1 |
| 923 | 2026-08-20T02:24:58.749Z | Downloaded serde_plain v1.0.2 |
| 924 | 2026-08-20T02:24:58.752Z | Downloaded git-stub v1.0.0 |
| 925 | 2026-08-20T02:24:58.752Z | Downloaded instant v0.1.13 |
| 926 | 2026-08-20T02:24:58.752Z | Downloaded async-stream v0.3.6 |
| 927 | 2026-08-20T02:24:58.756Z | Downloaded same-file v1.0.6 |
| 928 | 2026-08-20T02:24:58.756Z | Downloaded cobs v0.3.0 |
| 929 | 2026-08-20T02:24:58.758Z | Downloaded cstr-argument v0.1.2 |
| 930 | 2026-08-20T02:24:58.758Z | Downloaded defmt v0.3.100 |
| 931 | 2026-08-20T02:24:58.758Z | Downloaded const-random-macro v0.1.16 |
| 932 | 2026-08-20T02:24:58.758Z | Downloaded dyn-clone v1.0.20 |
| 933 | 2026-08-20T02:24:58.761Z | Downloaded bit-set v0.8.0 |
| 934 | 2026-08-20T02:24:58.761Z | Downloaded hostname v0.3.1 |
| 935 | 2026-08-20T02:24:58.761Z | Downloaded serde_repr v0.1.21 |
| 936 | 2026-08-20T02:24:58.766Z | Downloaded inout v0.1.4 |
| 937 | 2026-08-20T02:24:58.769Z | Downloaded proc-macro-crate v1.3.1 |
| 938 | 2026-08-20T02:24:58.769Z | Downloaded hubpack v0.1.2 |
| 939 | 2026-08-20T02:24:58.772Z | Downloaded num-integer v0.1.47 |
| 940 | 2026-08-20T02:24:58.772Z | Downloaded semver v0.1.20 |
| 941 | 2026-08-20T02:24:58.775Z | Downloaded enum-as-inner v0.6.1 |
| 942 | 2026-08-20T02:24:58.775Z | Downloaded erased-serde v0.3.31 |
| 943 | 2026-08-20T02:24:58.783Z | Downloaded gethostname v0.5.0 |
| 944 | 2026-08-20T02:24:58.787Z | Downloaded rustc_version v0.1.7 |
| 945 | 2026-08-20T02:24:58.790Z | Downloaded unit-prefix v0.5.2 |
| 946 | 2026-08-20T02:24:58.790Z | Downloaded typify-macro v0.4.3 |
| 947 | 2026-08-20T02:24:58.790Z | Downloaded universal-hash v0.5.1 |
| 948 | 2026-08-20T02:24:58.790Z | Downloaded utf-8 v0.7.6 |
| 949 | 2026-08-20T02:24:58.790Z | Downloaded termtree v0.5.1 |
| 950 | 2026-08-20T02:24:58.794Z | Downloaded siphasher v1.0.3 |
| 951 | 2026-08-20T02:24:58.794Z | Downloaded strum v0.27.2 |
| 952 | 2026-08-20T02:24:58.794Z | Downloaded waitgroup v0.1.2 |
| 953 | 2026-08-20T02:24:58.794Z | Downloaded sha1 v0.10.7 |
| 954 | 2026-08-20T02:24:58.797Z | Downloaded icu_normalizer_data v2.2.0 |
| 955 | 2026-08-20T02:24:58.797Z | Downloaded zeroize_derive v1.5.0 |
| 956 | 2026-08-20T02:24:58.797Z | Downloaded base16ct v1.0.0 |
| 957 | 2026-08-20T02:24:58.800Z | Downloaded scroll v0.13.0 |
| 958 | 2026-08-20T02:24:58.803Z | Downloaded num_enum v0.7.6 |
| 959 | 2026-08-20T02:24:58.806Z | Downloaded highway v1.3.0 |
| 960 | 2026-08-20T02:24:58.809Z | Downloaded parse-display-derive v0.10.0 |
| 961 | 2026-08-20T02:24:58.809Z | Downloaded password-hash v0.5.0 |
| 962 | 2026-08-20T02:24:58.809Z | Downloaded oxnet v0.1.6 |
| 963 | 2026-08-20T02:24:58.809Z | Downloaded progenitor v0.14.0 |
| 964 | 2026-08-20T02:24:58.811Z | Downloaded poly1305 v0.8.0 |
| 965 | 2026-08-20T02:24:58.811Z | Downloaded progenitor v0.10.0 |
| 966 | 2026-08-20T02:24:58.811Z | Downloaded num_enum v0.5.11 |
| 967 | 2026-08-20T02:24:58.814Z | Downloaded num_enum_derive v0.7.6 |
| 968 | 2026-08-20T02:24:58.814Z | Downloaded foldhash v0.2.0 |
| 969 | 2026-08-20T02:24:58.817Z | Downloaded fs_extra v1.3.0 |
| 970 | 2026-08-20T02:24:58.817Z | Downloaded ingot v0.1.1 |
| 971 | 2026-08-20T02:24:58.817Z | Downloaded rusty-fork v0.3.1 |
| 972 | 2026-08-20T02:24:58.817Z | Downloaded fs-err v3.3.1 |
| 973 | 2026-08-20T02:24:58.820Z | Downloaded pest_derive v2.8.8 |
| 974 | 2026-08-20T02:24:58.820Z | Downloaded progenitor v0.13.0 |
| 975 | 2026-08-20T02:24:58.820Z | Downloaded progenitor-client v0.13.0 |
| 976 | 2026-08-20T02:24:58.820Z | Downloaded oxide-tokio-rt v0.1.6 |
| 977 | 2026-08-20T02:24:58.823Z | Downloaded progenitor-extras v0.2.0 |
| 978 | 2026-08-20T02:24:58.823Z | Downloaded zone_cfg_derive v0.3.1 |
| 979 | 2026-08-20T02:24:58.823Z | Downloaded cmake v0.1.58 |
| 980 | 2026-08-20T02:24:58.823Z | Downloaded bytecount v0.6.9 |
| 981 | 2026-08-20T02:24:58.826Z | Downloaded crc8 v0.1.1 |
| 982 | 2026-08-20T02:24:58.826Z | Downloaded rustversion v1.0.23 |
| 983 | 2026-08-20T02:24:58.826Z | Downloaded derive-ex v0.1.8 |
| 984 | 2026-08-20T02:24:58.826Z | Downloaded fxhash v0.2.1 |
| 985 | 2026-08-20T02:24:58.826Z | Downloaded glob v0.3.4 |
| 986 | 2026-08-20T02:24:58.829Z | Downloaded ingot-types v0.1.2 |
| 987 | 2026-08-20T02:24:58.829Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-08-20T02:24:58.829Z | Downloaded serde_derive_internals v0.29.1 |
| 989 | 2026-08-20T02:24:58.832Z | Downloaded ingot-types v0.2.0 |
| 990 | 2026-08-20T02:24:58.832Z | Downloaded crucible-workspace-hack v0.1.0 |
| 991 | 2026-08-20T02:24:58.832Z | Downloaded crunchy v0.2.4 |
| 992 | 2026-08-20T02:24:58.832Z | Downloaded ciborium-io v0.2.2 |
| 993 | 2026-08-20T02:24:58.832Z | Downloaded cargo_toml v0.22.3 |
| 994 | 2026-08-20T02:24:58.835Z | Downloaded postcard v1.1.3 |
| 995 | 2026-08-20T02:24:58.835Z | Downloaded sha1 v0.11.0 |
| 996 | 2026-08-20T02:24:58.838Z | Downloaded scroll v0.12.0 |
| 997 | 2026-08-20T02:24:58.841Z | Downloaded slog-envlogger v2.2.0 |
| 998 | 2026-08-20T02:24:58.843Z | Downloaded hashbrown v0.12.3 |
| 999 | 2026-08-20T02:24:58.846Z | Downloaded rustls-native-certs v0.8.4 |
| 1000 | 2026-08-20T02:24:58.846Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-08-20T02:24:58.853Z | Downloaded tagptr v0.2.0 |
| 1002 | 2026-08-20T02:24:58.856Z | Downloaded testing_table v0.3.0 |
| 1003 | 2026-08-20T02:24:58.856Z | Downloaded topological-sort v0.2.2 |
| 1004 | 2026-08-20T02:24:58.856Z | Downloaded parking_lot_core v0.8.6 |
| 1005 | 2026-08-20T02:24:58.856Z | Downloaded pest_generator v2.8.8 |
| 1006 | 2026-08-20T02:24:58.859Z | Downloaded smf v0.2.3 |
| 1007 | 2026-08-20T02:24:58.859Z | Downloaded synstructure v0.13.2 |
| 1008 | 2026-08-20T02:24:58.860Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1009 | 2026-08-20T02:24:58.860Z | Downloaded slog-scope v4.4.1 |
| 1010 | 2026-08-20T02:24:58.864Z | Downloaded smartstring v1.0.1 |
| 1011 | 2026-08-20T02:24:58.864Z | Downloaded smawk v0.3.3 |
| 1012 | 2026-08-20T02:24:58.864Z | Downloaded rhai_codegen v3.2.0 |
| 1013 | 2026-08-20T02:24:58.869Z | Downloaded tinystr v0.8.3 |
| 1014 | 2026-08-20T02:24:58.869Z | Downloaded thiserror-no-std v2.0.2 |
| 1015 | 2026-08-20T02:24:58.873Z | Downloaded walkdir v2.5.0 |
| 1016 | 2026-08-20T02:24:58.873Z | Downloaded const-random v0.1.18 |
| 1017 | 2026-08-20T02:24:58.879Z | Downloaded dof v0.4.0 |
| 1018 | 2026-08-20T02:24:58.879Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1019 | 2026-08-20T02:24:58.883Z | Downloaded pest_meta v2.8.8 |
| 1020 | 2026-08-20T02:24:58.883Z | Downloaded async-trait v0.1.92 |
| 1021 | 2026-08-20T02:24:58.886Z | Downloaded dunce v1.0.5 |
| 1022 | 2026-08-20T02:24:58.886Z | Downloaded sigpipe v0.1.3 |
| 1023 | 2026-08-20T02:24:58.886Z | Downloaded bitflags v1.3.2 |
| 1024 | 2026-08-20T02:24:58.886Z | Downloaded slog-bunyan v2.5.0 |
| 1025 | 2026-08-20T02:24:58.886Z | Downloaded half v2.7.1 |
| 1026 | 2026-08-20T02:24:58.889Z | Downloaded icu_properties v2.2.0 |
| 1027 | 2026-08-20T02:24:58.889Z | Downloaded icu_provider v2.2.0 |
| 1028 | 2026-08-20T02:24:58.901Z | Downloaded icu_normalizer v2.2.0 |
| 1029 | 2026-08-20T02:24:58.910Z | Downloaded resolv-conf v0.7.6 |
| 1030 | 2026-08-20T02:24:58.910Z | Downloaded yoke v0.8.3 |
| 1031 | 2026-08-20T02:24:58.911Z | Downloaded ingot-macros v0.1.1 |
| 1032 | 2026-08-20T02:24:58.911Z | Downloaded bit-vec v0.8.0 |
| 1033 | 2026-08-20T02:24:58.911Z | Downloaded chacha20 v0.9.1 |
| 1034 | 2026-08-20T02:24:58.911Z | Downloaded crypto-common v0.2.2 |
| 1035 | 2026-08-20T02:24:58.911Z | Downloaded thread-id v5.1.0 |
| 1036 | 2026-08-20T02:24:58.911Z | Downloaded take_mut v0.2.2 |
| 1037 | 2026-08-20T02:24:58.915Z | Downloaded progenitor-impl v0.10.0 |
| 1038 | 2026-08-20T02:24:58.915Z | Downloaded async-stream-impl v0.3.6 |
| 1039 | 2026-08-20T02:24:58.915Z | Downloaded ingot v0.2.1 |
| 1040 | 2026-08-20T02:24:58.915Z | Downloaded untrusted v0.7.1 |
| 1041 | 2026-08-20T02:24:58.915Z | Downloaded csv-core v0.1.13 |
| 1042 | 2026-08-20T02:24:58.918Z | Downloaded daft v0.1.8 |
| 1043 | 2026-08-20T02:24:58.918Z | Downloaded slog-json v2.6.1 |
| 1044 | 2026-08-20T02:24:58.921Z | Downloaded slog-stdlog v4.1.1 |
| 1045 | 2026-08-20T02:24:58.921Z | Downloaded usdt v0.5.0 |
| 1046 | 2026-08-20T02:24:58.921Z | Downloaded ciborium v0.2.2 |
| 1047 | 2026-08-20T02:24:58.926Z | Downloaded usdt-macro v0.5.0 |
| 1048 | 2026-08-20T02:24:58.930Z | Downloaded strum v0.26.3 |
| 1049 | 2026-08-20T02:24:58.934Z | Downloaded time-core v0.1.9 |
| 1050 | 2026-08-20T02:24:58.937Z | Downloaded dtrace-parser v0.2.0 |
| 1051 | 2026-08-20T02:24:58.940Z | Downloaded usdt-impl v0.5.0 |
| 1052 | 2026-08-20T02:24:58.940Z | Downloaded unarray v0.1.4 |
| 1053 | 2026-08-20T02:24:58.940Z | Downloaded usdt v0.6.0 |
| 1054 | 2026-08-20T02:24:58.943Z | Downloaded usdt-attr-macro v0.5.0 |
| 1055 | 2026-08-20T02:24:58.943Z | Downloaded serial_test v4.0.1 |
| 1056 | 2026-08-20T02:24:58.943Z | Downloaded darling_macro v0.21.3 |
| 1057 | 2026-08-20T02:24:58.947Z | Downloaded block-buffer v0.12.1 |
| 1058 | 2026-08-20T02:24:58.952Z | Downloaded deranged v0.5.8 |
| 1059 | 2026-08-20T02:24:58.955Z | Downloaded ciborium-ll v0.2.2 |
| 1060 | 2026-08-20T02:24:58.955Z | Downloaded dof v0.3.0 |
| 1061 | 2026-08-20T02:24:58.961Z | Downloaded data-encoding v2.11.1 |
| 1062 | 2026-08-20T02:24:58.966Z | Downloaded digest v0.11.3 |
| 1063 | 2026-08-20T02:24:58.966Z | Downloaded bs58 v0.5.1 |
| 1064 | 2026-08-20T02:24:58.970Z | Downloaded papergrid v0.18.0 |
| 1065 | 2026-08-20T02:24:58.970Z | Downloaded argon2 v0.5.3 |
| 1066 | 2026-08-20T02:24:58.970Z | Downloaded arrayvec v0.7.8 |
| 1067 | 2026-08-20T02:24:58.974Z | Downloaded serde_tokenstream v0.3.0 |
| 1068 | 2026-08-20T02:24:58.974Z | Downloaded structmeta v0.3.0 |
| 1069 | 2026-08-20T02:24:58.974Z | Downloaded thread-id v4.2.2 |
| 1070 | 2026-08-20T02:24:58.974Z | Downloaded zerofrom-derive v0.1.7 |
| 1071 | 2026-08-20T02:24:58.977Z | Downloaded tabled_derive v0.7.0 |
| 1072 | 2026-08-20T02:24:58.978Z | Downloaded allocator-api2 v0.2.21 |
| 1073 | 2026-08-20T02:24:58.980Z | Downloaded embedded-io v0.6.1 |
| 1074 | 2026-08-20T02:24:58.980Z | Downloaded tabwriter v1.4.1 |
| 1075 | 2026-08-20T02:24:58.983Z | Downloaded compression-core v0.4.32 |
| 1076 | 2026-08-20T02:24:58.983Z | Downloaded hmac v0.12.1 |
| 1077 | 2026-08-20T02:24:58.986Z | Downloaded indexmap v1.9.3 |
| 1078 | 2026-08-20T02:24:58.989Z | Downloaded strum_macros v0.27.2 |
| 1079 | 2026-08-20T02:24:58.995Z | Downloaded tiny-keccak v2.0.2 |
| 1080 | 2026-08-20T02:24:58.998Z | Downloaded typify-macro v0.6.2 |
| 1081 | 2026-08-20T02:24:59.001Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1082 | 2026-08-20T02:24:59.007Z | Downloaded byte-wrapper v0.1.0 |
| 1083 | 2026-08-20T02:24:59.010Z | Downloaded thin-vec v0.2.19 |
| 1084 | 2026-08-20T02:24:59.012Z | Downloaded vsss-rs v3.3.4 |
| 1085 | 2026-08-20T02:24:59.012Z | Downloaded displaydoc v0.2.7 |
| 1086 | 2026-08-20T02:24:59.015Z | Downloaded spin v0.5.2 |
| 1087 | 2026-08-20T02:24:59.018Z | Downloaded usdt-macro v0.6.0 |
| 1088 | 2026-08-20T02:24:59.018Z | Downloaded zone v0.3.1 |
| 1089 | 2026-08-20T02:24:59.018Z | Downloaded serial_test_derive v4.0.1 |
| 1090 | 2026-08-20T02:24:59.018Z | Downloaded tokio-dtrace v0.1.1 |
| 1091 | 2026-08-20T02:24:59.021Z | Downloaded zerovec-derive v0.11.3 |
| 1092 | 2026-08-20T02:24:59.021Z | Downloaded cipher v0.4.4 |
| 1093 | 2026-08-20T02:24:59.021Z | Downloaded drift v0.2.0 |
| 1094 | 2026-08-20T02:24:59.025Z | Downloaded arrayref v0.3.9 |
| 1095 | 2026-08-20T02:24:59.030Z | Downloaded const_format_proc_macros v0.2.34 |
| 1096 | 2026-08-20T02:24:59.030Z | Downloaded defmt-macros v1.1.1 |
| 1097 | 2026-08-20T02:24:59.033Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1098 | 2026-08-20T02:24:59.033Z | Downloaded zerocopy-derive v0.7.35 |
| 1099 | 2026-08-20T02:24:59.037Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-08-20T02:24:59.037Z | Downloaded anyhow v1.0.104 |
| 1101 | 2026-08-20T02:24:59.037Z | Downloaded zerofrom v0.1.8 |
| 1102 | 2026-08-20T02:24:59.040Z | Downloaded convert_case v0.4.0 |
| 1103 | 2026-08-20T02:24:59.040Z | Downloaded crossbeam-deque v0.8.7 |
| 1104 | 2026-08-20T02:24:59.040Z | Downloaded darling_macro v0.23.0 |
| 1105 | 2026-08-20T02:24:59.045Z | Downloaded dtrace-parser v0.3.0 |
| 1106 | 2026-08-20T02:24:59.048Z | Downloaded crossbeam-utils v0.8.22 |
| 1107 | 2026-08-20T02:24:59.054Z | Downloaded darling v0.21.3 |
| 1108 | 2026-08-20T02:24:59.054Z | Downloaded typify v0.4.3 |
| 1109 | 2026-08-20T02:24:59.059Z | Downloaded progenitor-impl v0.14.0 |
| 1110 | 2026-08-20T02:24:59.059Z | Downloaded cancel-safe-futures v0.1.5 |
| 1111 | 2026-08-20T02:24:59.062Z | Downloaded compression-codecs v0.4.38 |
| 1112 | 2026-08-20T02:24:59.062Z | Downloaded daft-derive v0.1.8 |
| 1113 | 2026-08-20T02:24:59.066Z | Downloaded snafu-derive v0.8.9 |
| 1114 | 2026-08-20T02:24:59.066Z | Downloaded pretty_assertions v1.4.1 |
| 1115 | 2026-08-20T02:24:59.069Z | Downloaded slog-dtrace v0.3.0 |
| 1116 | 2026-08-20T02:24:59.069Z | Downloaded dropshot_endpoint v0.17.1 |
| 1117 | 2026-08-20T02:24:59.069Z | Downloaded rayon-core v1.13.0 |
| 1118 | 2026-08-20T02:24:59.074Z | Downloaded slog-term v2.9.2 |
| 1119 | 2026-08-20T02:24:59.074Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-08-20T02:24:59.078Z | Downloaded whoami v1.6.1 |
| 1121 | 2026-08-20T02:24:59.078Z | Downloaded xz2 v0.1.7 |
| 1122 | 2026-08-20T02:24:59.078Z | Downloaded writeable v0.6.3 |
| 1123 | 2026-08-20T02:24:59.078Z | Downloaded slog v2.8.2 |
| 1124 | 2026-08-20T02:24:59.081Z | Downloaded usdt-impl v0.6.0 |
| 1125 | 2026-08-20T02:24:59.081Z | Downloaded slog-async v2.8.0 |
| 1126 | 2026-08-20T02:24:59.081Z | Downloaded progenitor-impl v0.13.0 |
| 1127 | 2026-08-20T02:24:59.084Z | Downloaded serde_with_macros v3.22.0 |
| 1128 | 2026-08-20T02:24:59.084Z | Downloaded defmt-parser v1.0.0 |
| 1129 | 2026-08-20T02:24:59.084Z | Downloaded stable_deref_trait v1.2.1 |
| 1130 | 2026-08-20T02:24:59.084Z | Downloaded const_format v0.2.36 |
| 1131 | 2026-08-20T02:24:59.087Z | Downloaded elliptic-curve v0.13.8 |
| 1132 | 2026-08-20T02:24:59.090Z | Downloaded byteorder v1.5.0 |
| 1133 | 2026-08-20T02:24:59.090Z | Downloaded critical-section v1.2.0 |
| 1134 | 2026-08-20T02:24:59.093Z | Downloaded strum_macros v0.26.4 |
| 1135 | 2026-08-20T02:24:59.093Z | Downloaded bcs v0.1.6 |
| 1136 | 2026-08-20T02:24:59.093Z | Downloaded crossbeam-epoch v0.9.20 |
| 1137 | 2026-08-20T02:24:59.096Z | Downloaded schemars v0.9.0 |
| 1138 | 2026-08-20T02:24:59.102Z | Downloaded darling v0.23.0 |
| 1139 | 2026-08-20T02:24:59.105Z | Downloaded blake2 v0.10.6 |
| 1140 | 2026-08-20T02:24:59.107Z | Downloaded colored v3.1.1 |
| 1141 | 2026-08-20T02:24:59.110Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-08-20T02:24:59.110Z | Downloaded constant_time_eq v0.4.2 |
| 1143 | 2026-08-20T02:24:59.110Z | Downloaded icu_properties_data v2.2.0 |
| 1144 | 2026-08-20T02:24:59.115Z | Downloaded heapless v0.8.0 |
| 1145 | 2026-08-20T02:24:59.118Z | Downloaded zerotrie v0.2.4 |
| 1146 | 2026-08-20T02:24:59.122Z | Downloaded minimal-lexical v0.2.1 |
| 1147 | 2026-08-20T02:24:59.127Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1148 | 2026-08-20T02:24:59.127Z | Downloaded darling_core v0.23.0 |
| 1149 | 2026-08-20T02:24:59.132Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1150 | 2026-08-20T02:24:59.138Z | Downloaded uuid v1.24.0 |
| 1151 | 2026-08-20T02:24:59.138Z | Downloaded time-macros v0.2.32 |
| 1152 | 2026-08-20T02:24:59.138Z | Downloaded unsafe-libyaml v0.2.11 |
| 1153 | 2026-08-20T02:24:59.138Z | Downloaded defmt v1.1.1 |
| 1154 | 2026-08-20T02:24:59.141Z | Downloaded backoff v0.4.0 |
| 1155 | 2026-08-20T02:24:59.141Z | Downloaded expectorate v1.2.0 |
| 1156 | 2026-08-20T02:24:59.141Z | Downloaded cookie v0.18.2 |
| 1157 | 2026-08-20T02:24:59.144Z | Downloaded similar v2.7.0 |
| 1158 | 2026-08-20T02:24:59.147Z | Downloaded test-strategy v0.4.5 |
| 1159 | 2026-08-20T02:24:59.147Z | Downloaded indicatif v0.18.6 |
| 1160 | 2026-08-20T02:24:59.149Z | Downloaded hashbrown v0.16.1 |
| 1161 | 2026-08-20T02:24:59.152Z | Downloaded chacha20poly1305 v0.10.1 |
| 1162 | 2026-08-20T02:24:59.155Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-08-20T02:24:59.155Z | Downloaded toml v0.7.8 |
| 1164 | 2026-08-20T02:24:59.158Z | Downloaded crypto-bigint v0.5.5 |
| 1165 | 2026-08-20T02:24:59.161Z | Downloaded derive_more v0.99.20 |
| 1166 | 2026-08-20T02:24:59.166Z | Downloaded diff v0.1.13 |
| 1167 | 2026-08-20T02:24:59.169Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1168 | 2026-08-20T02:24:59.169Z | Downloaded darling_core v0.21.3 |
| 1169 | 2026-08-20T02:24:59.172Z | Downloaded const-oid v0.10.2 |
| 1170 | 2026-08-20T02:24:59.172Z | Downloaded spin v0.9.9 |
| 1171 | 2026-08-20T02:24:59.175Z | Downloaded console v0.16.4 |
| 1172 | 2026-08-20T02:24:59.175Z | Downloaded yansi v1.0.1 |
| 1173 | 2026-08-20T02:24:59.177Z | Downloaded base64 v0.21.7 |
| 1174 | 2026-08-20T02:24:59.177Z | Downloaded backon v1.6.0 |
| 1175 | 2026-08-20T02:24:59.180Z | Downloaded icu_collections v2.2.0 |
| 1176 | 2026-08-20T02:24:59.184Z | Downloaded crossbeam-channel v0.5.16 |
| 1177 | 2026-08-20T02:24:59.186Z | Downloaded term v1.2.1 |
| 1178 | 2026-08-20T02:24:59.189Z | Downloaded hickory-resolver v0.25.2 |
| 1179 | 2026-08-20T02:24:59.193Z | Downloaded snafu v0.8.9 |
| 1180 | 2026-08-20T02:24:59.196Z | Downloaded schemars v1.2.2 |
| 1181 | 2026-08-20T02:24:59.202Z | Downloaded nom v7.1.3 |
| 1182 | 2026-08-20T02:24:59.208Z | Downloaded toml_edit v0.19.15 |
| 1183 | 2026-08-20T02:24:59.217Z | Downloaded typify v0.6.2 |
| 1184 | 2026-08-20T02:24:59.220Z | Downloaded ucd-trie v0.1.7 |
| 1185 | 2026-08-20T02:24:59.220Z | Downloaded arc-swap v1.9.2 |
| 1186 | 2026-08-20T02:24:59.223Z | Downloaded pest v2.8.8 |
| 1187 | 2026-08-20T02:24:59.227Z | Downloaded cc v1.4.2 |
| 1188 | 2026-08-20T02:24:59.232Z | Downloaded zerocopy-derive v0.8.56 |
| 1189 | 2026-08-20T02:24:59.238Z | Downloaded steno v0.4.1 |
| 1190 | 2026-08-20T02:24:59.242Z | Downloaded hickory-resolver v0.24.4 |
| 1191 | 2026-08-20T02:24:59.256Z | Downloaded nom v8.0.0 |
| 1192 | 2026-08-20T02:24:59.259Z | Downloaded h2 v0.4.15 |
| 1193 | 2026-08-20T02:24:59.280Z | Downloaded jiff-core v0.1.0 |
| 1194 | 2026-08-20T02:24:59.292Z | Downloaded rayon v1.12.0 |
| 1195 | 2026-08-20T02:24:59.297Z | Downloaded zerocopy v0.7.35 |
| 1196 | 2026-08-20T02:24:59.308Z | Downloaded async-compression v0.4.43 |
| 1197 | 2026-08-20T02:24:59.311Z | Downloaded itertools v0.12.1 |
| 1198 | 2026-08-20T02:24:59.314Z | Downloaded typed-path v0.9.3 |
| 1199 | 2026-08-20T02:24:59.318Z | Downloaded proptest v1.11.0 |
| 1200 | 2026-08-20T02:24:59.323Z | Downloaded zerovec v0.11.6 |
| 1201 | 2026-08-20T02:24:59.326Z | Downloaded iddqd v0.4.6 |
| 1202 | 2026-08-20T02:24:59.332Z | Downloaded tabled v0.15.0 |
| 1203 | 2026-08-20T02:24:59.340Z | Downloaded moka v0.12.16 |
| 1204 | 2026-08-20T02:24:59.345Z | Downloaded reqwest v0.13.4 |
| 1205 | 2026-08-20T02:24:59.350Z | Downloaded tough v0.22.0 |
| 1206 | 2026-08-20T02:24:59.354Z | Downloaded serde_with v3.22.0 |
| 1207 | 2026-08-20T02:24:59.362Z | Downloaded itertools v0.15.0 |
| 1208 | 2026-08-20T02:24:59.366Z | Downloaded goblin v0.8.2 |
| 1209 | 2026-08-20T02:24:59.372Z | Downloaded winnow v0.5.40 |
| 1210 | 2026-08-20T02:24:59.376Z | Downloaded aws-lc-rs v1.18.0 |
| 1211 | 2026-08-20T02:24:59.380Z | Downloaded hkdf v0.12.4 |
| 1212 | 2026-08-20T02:24:59.383Z | Downloaded quinn-proto v0.11.16 |
| 1213 | 2026-08-20T02:24:59.421Z | Downloaded dropshot-api-manager v0.7.2 |
| 1214 | 2026-08-20T02:24:59.421Z | Downloaded nix v0.31.3 |
| 1215 | 2026-08-20T02:24:59.432Z | Downloaded smoltcp v0.11.0 |
| 1216 | 2026-08-20T02:24:59.440Z | Downloaded dropshot v0.17.1 |
| 1217 | 2026-08-20T02:24:59.453Z | Downloaded blake3 v1.8.6 |
| 1218 | 2026-08-20T02:24:59.457Z | Downloaded openapiv3 v2.2.0 |
| 1219 | 2026-08-20T02:24:59.477Z | Downloaded goblin v0.10.7 |
| 1220 | 2026-08-20T02:24:59.481Z | Downloaded tabled v0.21.0 |
| 1221 | 2026-08-20T02:24:59.491Z | Downloaded syn v1.0.109 |
| 1222 | 2026-08-20T02:24:59.515Z | Downloaded time v0.3.55 |
| 1223 | 2026-08-20T02:24:59.550Z | Downloaded rhai v1.25.1 |
| 1224 | 2026-08-20T02:24:59.561Z | Downloaded regress v0.10.5 |
| 1225 | 2026-08-20T02:24:59.572Z | Downloaded lzma-sys v0.1.20 |
| 1226 | 2026-08-20T02:24:59.588Z | Downloaded petgraph v0.6.5 |
| 1227 | 2026-08-20T02:24:59.598Z | Downloaded regress v0.11.1 |
| 1228 | 2026-08-20T02:24:59.603Z | Downloaded hickory-proto v0.24.4 |
| 1229 | 2026-08-20T02:24:59.612Z | Downloaded hickory-proto v0.25.2 |
| 1230 | 2026-08-20T02:24:59.620Z | Downloaded csv v1.4.0 |
| 1231 | 2026-08-20T02:24:59.632Z | Downloaded typify-impl v0.6.2 |
| 1232 | 2026-08-20T02:24:59.640Z | Downloaded sled v0.34.7 |
| 1233 | 2026-08-20T02:24:59.646Z | Downloaded sha3 v0.10.9 |
| 1234 | 2026-08-20T02:24:59.648Z | Downloaded typify-impl v0.4.3 |
| 1235 | 2026-08-20T02:24:59.665Z | Downloaded jiff v0.2.35 |
| 1236 | 2026-08-20T02:24:59.675Z | Downloaded encoding_rs v0.8.35 |
| 1237 | 2026-08-20T02:24:59.691Z | Downloaded chrono-tz v0.10.4 |
| 1238 | 2026-08-20T02:25:00.380Z | Downloaded aws-lc-sys v0.44.0 |
| 1239 | 2026-08-20T02:25:01.304Z | Compiling proc-macro2 v1.0.107 |
| 1240 | 2026-08-20T02:25:01.304Z | Compiling unicode-ident v1.0.24 |
| 1241 | 2026-08-20T02:25:01.304Z | Compiling quote v1.0.47 |
| 1242 | 2026-08-20T02:25:01.309Z | Compiling serde_core v1.0.229 |
| 1243 | 2026-08-20T02:25:01.309Z | Compiling cfg-if v1.0.4 |
| 1244 | 2026-08-20T02:25:01.309Z | Compiling serde v1.0.229 |
| 1245 | 2026-08-20T02:25:01.309Z | Compiling libc v0.2.189 |
| 1246 | 2026-08-20T02:25:01.309Z | Compiling memchr v2.8.3 |
| 1247 | 2026-08-20T02:25:01.506Z | Compiling itoa v1.0.18 |
| 1248 | 2026-08-20T02:25:01.690Z | Compiling zmij v1.0.23 |
| 1249 | 2026-08-20T02:25:01.734Z | Compiling smallvec v1.15.2 |
| 1250 | 2026-08-20T02:25:01.762Z | Compiling autocfg v1.5.1 |
| 1251 | 2026-08-20T02:25:01.933Z | Compiling libm v0.2.16 |
| 1252 | 2026-08-20T02:25:02.115Z | Compiling stable_deref_trait v1.2.1 |
| 1253 | 2026-08-20T02:25:02.131Z | Compiling litemap v0.8.2 |
| 1254 | 2026-08-20T02:25:02.184Z | Compiling writeable v0.6.3 |
| 1255 | 2026-08-20T02:25:02.204Z | Compiling percent-encoding v2.3.2 |
| 1256 | 2026-08-20T02:25:02.301Z | Compiling utf8_iter v1.0.4 |
| 1257 | 2026-08-20T02:25:02.311Z | Compiling icu_properties_data v2.2.0 |
| 1258 | 2026-08-20T02:25:02.322Z | Compiling icu_normalizer_data v2.2.0 |
| 1259 | 2026-08-20T02:25:02.393Z | Compiling iana-time-zone v0.1.65 |
| 1260 | 2026-08-20T02:25:02.439Z | Compiling version_check v0.9.5 |
| 1261 | 2026-08-20T02:25:02.534Z | Compiling syn v2.0.119 |
| 1262 | 2026-08-20T02:25:02.546Z | Compiling syn v3.0.3 |
| 1263 | 2026-08-20T02:25:02.689Z | Compiling equivalent v1.0.2 |
| 1264 | 2026-08-20T02:25:02.705Z | Compiling pin-project-lite v0.2.17 |
| 1265 | 2026-08-20T02:25:02.744Z | Compiling form_urlencoded v1.2.2 |
| 1266 | 2026-08-20T02:25:02.789Z | Compiling allocator-api2 v0.2.21 |
| 1267 | 2026-08-20T02:25:02.802Z | Compiling parking_lot_core v0.9.12 |
| 1268 | 2026-08-20T02:25:02.812Z | Compiling serde_json v1.0.151 |
| 1269 | 2026-08-20T02:25:02.915Z | Compiling scopeguard v1.2.0 |
| 1270 | 2026-08-20T02:25:03.018Z | Compiling dyn-clone v1.0.20 |
| 1271 | 2026-08-20T02:25:03.047Z | Compiling lock_api v0.4.14 |
| 1272 | 2026-08-20T02:25:03.074Z | Compiling hashbrown v0.17.1 |
| 1273 | 2026-08-20T02:25:03.110Z | Compiling num-traits v0.2.19 |
| 1274 | 2026-08-20T02:25:03.149Z | Compiling log v0.4.33 |
| 1275 | 2026-08-20T02:25:03.268Z | Compiling thiserror v2.0.20 |
| 1276 | 2026-08-20T02:25:03.339Z | Compiling rand_core v0.10.1 |
| 1277 | 2026-08-20T02:25:03.412Z | Compiling getrandom v0.4.3 |
| 1278 | 2026-08-20T02:25:03.480Z | Compiling semver v1.0.28 |
| 1279 | 2026-08-20T02:25:03.645Z | Compiling indexmap v2.14.0 |
| 1280 | 2026-08-20T02:25:03.807Z | Compiling futures-core v0.3.34 |
| 1281 | 2026-08-20T02:25:03.815Z | Compiling errno v0.3.14 |
| 1282 | 2026-08-20T02:25:03.946Z | Compiling zerocopy v0.8.56 |
| 1283 | 2026-08-20T02:25:03.958Z | Compiling futures-sink v0.3.34 |
| 1284 | 2026-08-20T02:25:04.050Z | Compiling heck v0.5.0 |
| 1285 | 2026-08-20T02:25:04.202Z | Compiling slab v0.4.12 |
| 1286 | 2026-08-20T02:25:04.312Z | Compiling uuid v1.24.0 |
| 1287 | 2026-08-20T02:25:04.322Z | Compiling jobserver v0.1.35 |
| 1288 | 2026-08-20T02:25:04.407Z | Compiling shlex v2.0.1 |
| 1289 | 2026-08-20T02:25:04.421Z | Compiling fnv v1.0.7 |
| 1290 | 2026-08-20T02:25:04.507Z | Compiling find-msvc-tools v0.1.10 |
| 1291 | 2026-08-20T02:25:04.583Z | Compiling futures-channel v0.3.34 |
| 1292 | 2026-08-20T02:25:04.611Z | Compiling schemars v0.8.22 |
| 1293 | 2026-08-20T02:25:04.622Z | Compiling futures-task v0.3.34 |
| 1294 | 2026-08-20T02:25:04.735Z | Compiling cc v1.4.2 |
| 1295 | 2026-08-20T02:25:04.750Z | Compiling pkg-config v0.3.33 |
| 1296 | 2026-08-20T02:25:04.782Z | Compiling futures-io v0.3.34 |
| 1297 | 2026-08-20T02:25:04.856Z | Compiling socket2 v0.6.5 |
| 1298 | 2026-08-20T02:25:04.932Z | Compiling rustversion v1.0.23 |
| 1299 | 2026-08-20T02:25:05.041Z | Compiling parking_lot v0.12.5 |
| 1300 | 2026-08-20T02:25:05.176Z | Compiling signal-hook-registry v1.4.8 |
| 1301 | 2026-08-20T02:25:05.187Z | Compiling mio v1.2.2 |
| 1302 | 2026-08-20T02:25:05.321Z | Compiling synstructure v0.13.2 |
| 1303 | 2026-08-20T02:25:05.357Z | Compiling serde_derive_internals v0.29.1 |
| 1304 | 2026-08-20T02:25:05.477Z | Compiling portable-atomic v1.15.0 |
| 1305 | 2026-08-20T02:25:05.697Z | Compiling cmake v0.1.58 |
| 1306 | 2026-08-20T02:25:05.768Z | Compiling serde_derive v1.0.229 |
| 1307 | 2026-08-20T02:25:05.818Z | Compiling displaydoc v0.2.7 |
| 1308 | 2026-08-20T02:25:05.926Z | Compiling tokio-macros v2.7.2 |
| 1309 | 2026-08-20T02:25:06.053Z | Compiling thiserror-impl v2.0.20 |
| 1310 | 2026-08-20T02:25:06.076Z | Compiling futures-macro v0.3.34 |
| 1311 | 2026-08-20T02:25:06.106Z | Compiling bitflags v2.13.1 |
| 1312 | 2026-08-20T02:25:06.345Z | Compiling dunce v1.0.5 |
| 1313 | 2026-08-20T02:25:06.440Z | Compiling typenum v1.20.1 |
| 1314 | 2026-08-20T02:25:06.538Z | Compiling zerofrom-derive v0.1.7 |
| 1315 | 2026-08-20T02:25:06.606Z | Compiling yoke-derive v0.8.2 |
| 1316 | 2026-08-20T02:25:06.659Z | Compiling zerovec-derive v0.11.3 |
| 1317 | 2026-08-20T02:25:06.684Z | Compiling schemars_derive v0.8.22 |
| 1318 | 2026-08-20T02:25:06.899Z | Compiling zerocopy-derive v0.8.56 |
| 1319 | 2026-08-20T02:25:07.226Z | Compiling zeroize_derive v1.5.0 |
| 1320 | 2026-08-20T02:25:07.359Z | Compiling futures-util v0.3.34 |
| 1321 | 2026-08-20T02:25:07.682Z | Compiling fs_extra v1.3.0 |
| 1322 | 2026-08-20T02:25:07.736Z | Compiling zerofrom v0.1.8 |
| 1323 | 2026-08-20T02:25:07.736Z | Compiling base64 v0.22.1 |
| 1324 | 2026-08-20T02:25:07.854Z | Compiling yoke v0.8.3 |
| 1325 | 2026-08-20T02:25:07.868Z | Compiling critical-section v1.2.0 |
| 1326 | 2026-08-20T02:25:07.896Z | Compiling zeroize v1.9.0 |
| 1327 | 2026-08-20T02:25:07.928Z | Compiling aws-lc-sys v0.44.0 |
| 1328 | 2026-08-20T02:25:07.970Z | Compiling once_cell v1.21.4 |
| 1329 | 2026-08-20T02:25:08.029Z | Compiling zerovec v0.11.6 |
| 1330 | 2026-08-20T02:25:08.072Z | Compiling zerotrie v0.2.4 |
| 1331 | 2026-08-20T02:25:08.098Z | Compiling subtle v2.6.1 |
| 1332 | 2026-08-20T02:25:08.179Z | Compiling regex-syntax v0.8.11 |
| 1333 | 2026-08-20T02:25:08.258Z | Compiling byteorder v1.5.0 |
| 1334 | 2026-08-20T02:25:08.365Z | Compiling ipnet v2.12.1 |
| 1335 | 2026-08-20T02:25:08.482Z | Compiling httparse v1.10.1 |
| 1336 | 2026-08-20T02:25:08.548Z | Compiling tinystr v0.8.3 |
| 1337 | 2026-08-20T02:25:08.747Z | Compiling icu_locale_core v2.2.0 |
| 1338 | 2026-08-20T02:25:08.834Z | Compiling bytes v1.12.1 |
| 1339 | 2026-08-20T02:25:08.886Z | Compiling potential_utf v0.1.5 |
| 1340 | 2026-08-20T02:25:08.898Z | Compiling chrono v0.4.45 |
| 1341 | 2026-08-20T02:25:09.045Z | Compiling icu_collections v2.2.0 |
| 1342 | 2026-08-20T02:25:09.479Z | Compiling icu_provider v2.2.0 |
| 1343 | 2026-08-20T02:25:09.554Z | Compiling http v1.5.0 |
| 1344 | 2026-08-20T02:25:09.675Z | Compiling tokio v1.53.1 |
| 1345 | 2026-08-20T02:25:09.793Z | Compiling icu_normalizer v2.2.0 |
| 1346 | 2026-08-20T02:25:09.805Z | Compiling icu_properties v2.2.0 |
| 1347 | 2026-08-20T02:25:10.405Z | Compiling serde_tokenstream v0.2.3 |
| 1348 | 2026-08-20T02:25:10.412Z | Compiling http-body v1.1.0 |
| 1349 | 2026-08-20T02:25:10.568Z | Compiling atomic-waker v1.1.2 |
| 1350 | 2026-08-20T02:25:10.645Z | Compiling tower-service v0.3.3 |
| 1351 | 2026-08-20T02:25:10.679Z | Compiling tower-layer v0.3.3 |
| 1352 | 2026-08-20T02:25:10.734Z | Compiling slog v2.8.2 |
| 1353 | 2026-08-20T02:25:10.833Z | Compiling idna_adapter v1.2.2 |
| 1354 | 2026-08-20T02:25:10.846Z | Compiling getrandom v0.2.17 |
| 1355 | 2026-08-20T02:25:10.955Z | Compiling idna v1.1.0 |
| 1356 | 2026-08-20T02:25:10.971Z | Compiling strsim v0.11.1 |
| 1357 | 2026-08-20T02:25:10.989Z | Compiling ryu v1.0.23 |
| 1358 | 2026-08-20T02:25:11.025Z | Compiling ucd-trie v0.1.7 |
| 1359 | 2026-08-20T02:25:11.089Z | Compiling untrusted v0.9.0 |
| 1360 | 2026-08-20T02:25:11.164Z | Compiling ppv-lite86 v0.2.21 |
| 1361 | 2026-08-20T02:25:11.206Z | Compiling rustix v1.1.4 |
| 1362 | 2026-08-20T02:25:11.327Z | Compiling url v2.5.8 |
| 1363 | 2026-08-20T02:25:11.330Z | Compiling try-lock v0.2.5 |
| 1364 | 2026-08-20T02:25:11.360Z | Compiling thiserror v1.0.69 |
| 1365 | 2026-08-20T02:25:11.440Z | Compiling want v0.3.1 |
| 1366 | 2026-08-20T02:25:11.485Z | Compiling pest v2.8.8 |
| 1367 | 2026-08-20T02:25:11.601Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-08-20T02:25:11.733Z | Compiling erased-serde v0.3.31 |
| 1369 | 2026-08-20T02:25:11.745Z | Compiling thiserror-impl v1.0.69 |
| 1370 | 2026-08-20T02:25:11.831Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-08-20T02:25:12.071Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-20T02:25:12.217Z | Compiling pretty-hex v0.4.2 |
| 1373 | 2026-08-20T02:25:12.350Z | Compiling plain v0.2.3 |
| 1374 | 2026-08-20T02:25:12.400Z | Compiling paste v1.0.15 |
| 1375 | 2026-08-20T02:25:12.447Z | Compiling foldhash v0.2.0 |
| 1376 | 2026-08-20T02:25:12.587Z | Compiling pest_meta v2.8.8 |
| 1377 | 2026-08-20T02:25:12.672Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-08-20T02:25:12.715Z | Compiling tracing-attributes v0.1.31 |
| 1379 | 2026-08-20T02:25:12.734Z | Compiling omicron-workspace-hack v0.1.0 |
| 1380 | 2026-08-20T02:25:12.935Z | Compiling ident_case v1.0.1 |
| 1381 | 2026-08-20T02:25:13.052Z | Compiling ipnetwork v0.21.1 |
| 1382 | 2026-08-20T02:25:13.273Z | Compiling pest_generator v2.8.8 |
| 1383 | 2026-08-20T02:25:13.277Z | Compiling serde_urlencoded v0.7.1 |
| 1384 | 2026-08-20T02:25:13.446Z | Compiling http-body-util v0.1.5 |
| 1385 | 2026-08-20T02:25:13.476Z | Compiling aho-corasick v1.1.5 |
| 1386 | 2026-08-20T02:25:13.584Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-08-20T02:25:13.688Z | Compiling daft-derive v0.1.8 |
| 1388 | 2026-08-20T02:25:13.864Z | Compiling fastrand v2.5.0 |
| 1389 | 2026-08-20T02:25:13.867Z | Compiling pest_derive v2.8.8 |
| 1390 | 2026-08-20T02:25:13.900Z | Compiling tracing v0.1.44 |
| 1391 | 2026-08-20T02:25:14.064Z | Compiling hashbrown v0.16.1 |
| 1392 | 2026-08-20T02:25:14.127Z | Compiling winnow v1.0.4 |
| 1393 | 2026-08-20T02:25:14.409Z | Compiling regex-automata v0.4.18 |
| 1394 | 2026-08-20T02:25:14.412Z | Compiling tokio-util v0.7.19 |
| 1395 | 2026-08-20T02:25:14.635Z | Compiling oxnet v0.1.6 |
| 1396 | 2026-08-20T02:25:14.729Z | Compiling scroll_derive v0.13.1 |
| 1397 | 2026-08-20T02:25:14.842Z | Compiling async-trait v0.1.92 |
| 1398 | 2026-08-20T02:25:15.233Z | Compiling anyhow v1.0.104 |
| 1399 | 2026-08-20T02:25:15.263Z | Compiling time-core v0.1.9 |
| 1400 | 2026-08-20T02:25:15.446Z | Compiling aws-lc-rs v1.18.0 |
| 1401 | 2026-08-20T02:25:15.553Z | Compiling num-conv v0.2.2 |
| 1402 | 2026-08-20T02:25:15.625Z | Compiling scroll v0.13.0 |
| 1403 | 2026-08-20T02:25:15.699Z | Compiling time-macros v0.2.32 |
| 1404 | 2026-08-20T02:25:15.866Z | Compiling rustls-pki-types v1.15.1 |
| 1405 | 2026-08-20T02:25:15.891Z | Compiling hex v0.4.3 |
| 1406 | 2026-08-20T02:25:15.948Z | Compiling num_threads v0.1.7 |
| 1407 | 2026-08-20T02:25:16.045Z | Compiling powerfmt v0.2.0 |
| 1408 | 2026-08-20T02:25:16.144Z | Compiling regex v1.13.1 |
| 1409 | 2026-08-20T02:25:16.251Z | Compiling openssl-probe v0.2.1 |
| 1410 | 2026-08-20T02:25:16.298Z | Compiling deranged v0.5.8 |
| 1411 | 2026-08-20T02:25:16.436Z | Compiling goblin v0.10.7 |
| 1412 | 2026-08-20T02:25:16.610Z | Compiling camino v1.2.5 |
| 1413 | 2026-08-20T02:25:16.867Z | Compiling untrusted v0.7.1 |
| 1414 | 2026-08-20T02:25:16.969Z | Compiling rustls v0.23.43 |
| 1415 | 2026-08-20T02:25:16.988Z | Compiling usdt-impl v0.6.0 |
| 1416 | 2026-08-20T02:25:17.154Z | Compiling h2 v0.4.15 |
| 1417 | 2026-08-20T02:25:17.166Z | Compiling dtrace-parser v0.3.0 |
| 1418 | 2026-08-20T02:25:17.247Z | Compiling crc32fast v1.5.0 |
| 1419 | 2026-08-20T02:25:17.571Z | Compiling futures-executor v0.3.34 |
| 1420 | 2026-08-20T02:25:17.612Z | Compiling serde_tokenstream v0.3.0 |
| 1421 | 2026-08-20T02:25:17.851Z | Compiling structmeta-derive v0.3.0 |
| 1422 | 2026-08-20T02:25:17.891Z | Compiling thread-id v5.1.0 |
| 1423 | 2026-08-20T02:25:17.970Z | Compiling simd-adler32 v0.3.10 |
| 1424 | 2026-08-20T02:25:18.008Z | Compiling adler2 v2.0.1 |
| 1425 | 2026-08-20T02:25:18.137Z | Compiling crossbeam-utils v0.8.22 |
| 1426 | 2026-08-20T02:25:18.167Z | Compiling cpufeatures v0.3.0 |
| 1427 | 2026-08-20T02:25:18.239Z | Compiling miniz_oxide v0.8.9 |
| 1428 | 2026-08-20T02:25:18.448Z | Compiling newtype-uuid-macros v0.1.1 |
| 1429 | 2026-08-20T02:25:18.491Z | Compiling futures v0.3.34 |
| 1430 | 2026-08-20T02:25:18.760Z | Compiling rand_core v0.9.5 |
| 1431 | 2026-08-20T02:25:18.893Z | Compiling darling_core v0.23.0 |
| 1432 | 2026-08-20T02:25:18.896Z | Compiling structmeta v0.3.0 |
| 1433 | 2026-08-20T02:25:18.970Z | Compiling hybrid-array v0.4.14 |
| 1434 | 2026-08-20T02:25:19.226Z | Compiling dof v0.4.0 |
| 1435 | 2026-08-20T02:25:19.247Z | Compiling hyper v1.11.0 |
| 1436 | 2026-08-20T02:25:19.421Z | Compiling thread_local v1.1.10 |
| 1437 | 2026-08-20T02:25:19.622Z | Compiling match_cfg v0.1.0 |
| 1438 | 2026-08-20T02:25:19.690Z | Compiling flate2 v1.1.9 |
| 1439 | 2026-08-20T02:25:20.311Z | Compiling newtype-uuid v1.4.0 |
| 1440 | 2026-08-20T02:25:20.620Z | Compiling hyper-util v0.1.20 |
| 1441 | 2026-08-20T02:25:20.865Z | Compiling slog-async v2.8.0 |
| 1442 | 2026-08-20T02:25:20.893Z | Compiling compression-core v0.4.32 |
| 1443 | 2026-08-20T02:25:21.004Z | Compiling darling_macro v0.23.0 |
| 1444 | 2026-08-20T02:25:21.051Z | Compiling quick-error v1.2.3 |
| 1445 | 2026-08-20T02:25:21.054Z | Compiling ref-cast v1.0.26 |
| 1446 | 2026-08-20T02:25:21.159Z | Compiling compression-codecs v0.4.38 |
| 1447 | 2026-08-20T02:25:21.206Z | Compiling daft v0.1.8 |
| 1448 | 2026-08-20T02:25:21.415Z | Compiling crypto-common v0.2.2 |
| 1449 | 2026-08-20T02:25:21.426Z | Compiling block-buffer v0.12.1 |
| 1450 | 2026-08-20T02:25:21.451Z | Compiling usdt-attr-macro v0.6.0 |
| 1451 | 2026-08-20T02:25:21.470Z | Compiling usdt-macro v0.6.0 |
| 1452 | 2026-08-20T02:25:21.578Z | Compiling rand_chacha v0.9.0 |
| 1453 | 2026-08-20T02:25:21.602Z | Compiling darling v0.23.0 |
| 1454 | 2026-08-20T02:25:21.793Z | Compiling strum_macros v0.26.4 |
| 1455 | 2026-08-20T02:25:22.015Z | Compiling ref-cast-impl v1.0.26 |
| 1456 | 2026-08-20T02:25:22.099Z | Compiling serde_spanned v1.1.1 |
| 1457 | 2026-08-20T02:25:22.248Z | Compiling multer v3.1.0 |
| 1458 | 2026-08-20T02:25:22.303Z | Compiling generic-array v0.14.7 |
| 1459 | 2026-08-20T02:25:22.469Z | Compiling const-oid v0.10.2 |
| 1460 | 2026-08-20T02:25:22.525Z | Compiling term v1.2.1 |
| 1461 | 2026-08-20T02:25:22.574Z | Compiling debug-ignore v1.0.5 |
| 1462 | 2026-08-20T02:25:22.597Z | Compiling take_mut v0.2.2 |
| 1463 | 2026-08-20T02:25:22.600Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1464 | 2026-08-20T02:25:22.619Z | Compiling bit-vec v0.8.0 |
| 1465 | 2026-08-20T02:25:22.668Z | Compiling digest v0.11.3 |
| 1466 | 2026-08-20T02:25:22.786Z | Compiling rand v0.9.5 |
| 1467 | 2026-08-20T02:25:22.810Z | Compiling bit-set v0.8.0 |
| 1468 | 2026-08-20T02:25:22.827Z | Compiling serde_with_macros v3.22.0 |
| 1469 | 2026-08-20T02:25:22.842Z | Compiling async-stream-impl v0.3.6 |
| 1470 | 2026-08-20T02:25:22.968Z | Compiling dropshot v0.17.1 |
| 1471 | 2026-08-20T02:25:23.191Z | Compiling encoding_rs v0.8.35 |
| 1472 | 2026-08-20T02:25:23.221Z | Compiling unarray v0.1.4 |
| 1473 | 2026-08-20T02:25:23.328Z | Compiling syn v1.0.109 |
| 1474 | 2026-08-20T02:25:23.382Z | Compiling mime v0.3.17 |
| 1475 | 2026-08-20T02:25:23.441Z | Compiling strum v0.26.3 |
| 1476 | 2026-08-20T02:25:23.473Z | Compiling spin v0.9.9 |
| 1477 | 2026-08-20T02:25:23.564Z | Compiling async-stream v0.3.6 |
| 1478 | 2026-08-20T02:25:23.628Z | Compiling sha1 v0.11.0 |
| 1479 | 2026-08-20T02:25:23.684Z | Compiling derive-ex v0.1.8 |
| 1480 | 2026-08-20T02:25:23.755Z | Compiling tower v0.5.3 |
| 1481 | 2026-08-20T02:25:23.884Z | Compiling dropshot_endpoint v0.17.1 |
| 1482 | 2026-08-20T02:25:23.915Z | Compiling waitgroup v0.1.2 |
| 1483 | 2026-08-20T02:25:23.969Z | Compiling macaddr v1.0.1 |
| 1484 | 2026-08-20T02:25:24.006Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1485 | 2026-08-20T02:25:24.179Z | Compiling serde_path_to_error v0.1.20 |
| 1486 | 2026-08-20T02:25:24.497Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1487 | 2026-08-20T02:25:24.532Z | Compiling tower-http v0.6.11 |
| 1488 | 2026-08-20T02:25:24.652Z | Compiling tempfile v3.27.0 |
| 1489 | 2026-08-20T02:25:24.851Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1490 | 2026-08-20T02:25:24.936Z | Compiling openapiv3 v2.2.0 |
| 1491 | 2026-08-20T02:25:25.073Z | Compiling strum_macros v0.27.2 |
| 1492 | 2026-08-20T02:25:25.305Z | Compiling test-strategy v0.4.5 |
| 1493 | 2026-08-20T02:25:25.541Z | Compiling time v0.3.55 |
| 1494 | 2026-08-20T02:25:26.287Z | Compiling rustls-native-certs v0.8.4 |
| 1495 | 2026-08-20T02:25:26.593Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1496 | 2026-08-20T02:25:26.625Z | Compiling crossbeam-channel v0.5.16 |
| 1497 | 2026-08-20T02:25:26.639Z | Compiling crypto-common v0.1.7 |
| 1498 | 2026-08-20T02:25:26.917Z | Compiling strum v0.27.2 |
| 1499 | 2026-08-20T02:25:27.104Z | Compiling parse-display-derive v0.10.0 |
| 1500 | 2026-08-20T02:25:27.205Z | Compiling backon v1.6.0 |
| 1501 | 2026-08-20T02:25:27.225Z | Compiling rand_chacha v0.3.1 |
| 1502 | 2026-08-20T02:25:27.678Z | Compiling instant v0.1.13 |
| 1503 | 2026-08-20T02:25:27.712Z | Compiling rand v0.8.7 |
| 1504 | 2026-08-20T02:25:27.976Z | Compiling slog-json v2.6.1 |
| 1505 | 2026-08-20T02:25:28.112Z | Compiling hostname v0.3.1 |
| 1506 | 2026-08-20T02:25:28.249Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1507 | 2026-08-20T02:25:28.365Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1508 | 2026-08-20T02:25:28.390Z | Compiling memmap2 v0.9.11 |
| 1509 | 2026-08-20T02:25:28.482Z | Compiling is-terminal v0.4.17 |
| 1510 | 2026-08-20T02:25:28.493Z | Compiling wait-timeout v0.2.1 |
| 1511 | 2026-08-20T02:25:28.613Z | Compiling either v1.17.0 |
| 1512 | 2026-08-20T02:25:28.670Z | Compiling rusty-fork v0.3.1 |
| 1513 | 2026-08-20T02:25:28.716Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1514 | 2026-08-20T02:25:28.796Z | Compiling slog-term v2.9.2 |
| 1515 | 2026-08-20T02:25:28.817Z | Compiling usdt v0.6.0 |
| 1516 | 2026-08-20T02:25:29.021Z | Compiling slog-bunyan v2.5.0 |
| 1517 | 2026-08-20T02:25:29.079Z | Compiling serde_with v3.22.0 |
| 1518 | 2026-08-20T02:25:29.101Z | Compiling async-compression v0.4.43 |
| 1519 | 2026-08-20T02:25:29.149Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-08-20T02:25:29.293Z | Compiling rustls-pemfile v2.2.0 |
| 1521 | 2026-08-20T02:25:29.399Z | Compiling regress v0.10.5 |
| 1522 | 2026-08-20T02:25:29.485Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1523 | 2026-08-20T02:25:29.497Z | Compiling hostname v0.4.2 |
| 1524 | 2026-08-20T02:25:29.585Z | Compiling humantime v2.4.0 |
| 1525 | 2026-08-20T02:25:29.627Z | Compiling proptest v1.11.0 |
| 1526 | 2026-08-20T02:25:29.857Z | Compiling iddqd v0.4.6 |
| 1527 | 2026-08-20T02:25:30.224Z | Compiling reqwest v0.12.28 |
| 1528 | 2026-08-20T02:25:30.270Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1529 | 2026-08-20T02:25:30.515Z | Compiling block-buffer v0.10.4 |
| 1530 | 2026-08-20T02:25:30.842Z | Compiling digest v0.10.7 |
| 1531 | 2026-08-20T02:25:30.898Z | Compiling itertools v0.14.0 |
| 1532 | 2026-08-20T02:25:31.063Z | Compiling parse-display v0.10.0 |
| 1533 | 2026-08-20T02:25:31.173Z | Compiling progenitor-client v0.10.0 |
| 1534 | 2026-08-20T02:25:31.400Z | Compiling backoff v0.4.0 |
| 1535 | 2026-08-20T02:25:31.444Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1536 | 2026-08-20T02:25:31.914Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1537 | 2026-08-20T02:25:33.260Z | Compiling regress v0.11.1 |
| 1538 | 2026-08-20T02:25:34.258Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-08-20T02:25:34.368Z | Compiling zerocopy-derive v0.7.35 |
| 1540 | 2026-08-20T02:25:34.530Z | Compiling utf8parse v0.2.2 |
| 1541 | 2026-08-20T02:25:34.641Z | Compiling cpufeatures v0.2.17 |
| 1542 | 2026-08-20T02:25:34.712Z | Compiling convert_case v0.4.0 |
| 1543 | 2026-08-20T02:25:34.932Z | Compiling typify-impl v0.6.2 |
| 1544 | 2026-08-20T02:25:35.006Z | Compiling derive_more v0.99.20 |
| 1545 | 2026-08-20T02:25:35.017Z | Compiling anstyle-parse v1.0.0 |
| 1546 | 2026-08-20T02:25:35.223Z | Compiling zerocopy v0.7.35 |
| 1547 | 2026-08-20T02:25:36.048Z | Compiling unicode-width v0.2.2 |
| 1548 | 2026-08-20T02:25:36.076Z | Compiling anstyle-query v1.1.5 |
| 1549 | 2026-08-20T02:25:36.184Z | Compiling anstyle v1.0.14 |
| 1550 | 2026-08-20T02:25:36.327Z | Compiling colorchoice v1.0.5 |
| 1551 | 2026-08-20T02:25:36.407Z | Compiling is_terminal_polyfill v1.70.2 |
| 1552 | 2026-08-20T02:25:36.502Z | Compiling anstream v1.0.0 |
| 1553 | 2026-08-20T02:25:36.817Z | Compiling secrecy v0.10.3 |
| 1554 | 2026-08-20T02:25:37.061Z | Compiling tinyvec_macros v0.1.1 |
| 1555 | 2026-08-20T02:25:37.096Z | Compiling clap_lex v1.1.0 |
| 1556 | 2026-08-20T02:25:37.270Z | Compiling float-ord v0.3.2 |
| 1557 | 2026-08-20T02:25:37.302Z | Compiling crucible-workspace-hack v0.1.0 |
| 1558 | 2026-08-20T02:25:37.334Z | Compiling tinyvec v1.12.0 |
| 1559 | 2026-08-20T02:25:37.673Z | Compiling dtrace-parser v0.2.0 |
| 1560 | 2026-08-20T02:25:37.774Z | Compiling scroll_derive v0.12.1 |
| 1561 | 2026-08-20T02:25:37.822Z | Compiling num-integer v0.1.47 |
| 1562 | 2026-08-20T02:25:37.841Z | Compiling rustc_version v0.4.1 |
| 1563 | 2026-08-20T02:25:38.104Z | Compiling usdt-impl v0.5.0 |
| 1564 | 2026-08-20T02:25:38.453Z | Compiling curve25519-dalek v4.1.3 |
| 1565 | 2026-08-20T02:25:38.469Z | Compiling scroll v0.12.0 |
| 1566 | 2026-08-20T02:25:38.732Z | Compiling dof v0.3.0 |
| 1567 | 2026-08-20T02:25:38.777Z | Compiling hmac v0.12.1 |
| 1568 | 2026-08-20T02:25:38.910Z | Compiling inout v0.1.4 |
| 1569 | 2026-08-20T02:25:38.926Z | Compiling darling_core v0.21.3 |
| 1570 | 2026-08-20T02:25:39.054Z | Compiling ff v0.13.1 |
| 1571 | 2026-08-20T02:25:39.070Z | Compiling clap_derive v4.6.4 |
| 1572 | 2026-08-20T02:25:39.081Z | Compiling thread-id v4.2.2 |
| 1573 | 2026-08-20T02:25:39.146Z | Compiling crossbeam-epoch v0.9.20 |
| 1574 | 2026-08-20T02:25:39.167Z | Compiling group v0.13.0 |
| 1575 | 2026-08-20T02:25:39.374Z | Compiling cipher v0.4.4 |
| 1576 | 2026-08-20T02:25:39.591Z | Compiling hkdf v0.12.4 |
| 1577 | 2026-08-20T02:25:39.804Z | Compiling goblin v0.8.2 |
| 1578 | 2026-08-20T02:25:39.899Z | Compiling num-rational v0.4.2 |
| 1579 | 2026-08-20T02:25:40.330Z | Compiling num-iter v0.1.46 |
| 1580 | 2026-08-20T02:25:40.448Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1581 | 2026-08-20T02:25:40.532Z | Compiling universal-hash v0.5.1 |
| 1582 | 2026-08-20T02:25:40.575Z | Compiling crypto-bigint v0.5.5 |
| 1583 | 2026-08-20T02:25:40.659Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1584 | 2026-08-20T02:25:40.834Z | Compiling terminal_size v0.4.4 |
| 1585 | 2026-08-20T02:25:41.006Z | Compiling half v2.7.1 |
| 1586 | 2026-08-20T02:25:41.069Z | Compiling darling_macro v0.21.3 |
| 1587 | 2026-08-20T02:25:41.301Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1588 | 2026-08-20T02:25:41.304Z | Compiling num-complex v0.4.6 |
| 1589 | 2026-08-20T02:25:41.322Z | Compiling typify-macro v0.6.2 |
| 1590 | 2026-08-20T02:25:41.741Z | Compiling heck v0.4.1 |
| 1591 | 2026-08-20T02:25:41.763Z | Compiling ciborium-io v0.2.2 |
| 1592 | 2026-08-20T02:25:41.782Z | Compiling base64ct v1.8.3 |
| 1593 | 2026-08-20T02:25:41.852Z | Compiling opaque-debug v0.3.1 |
| 1594 | 2026-08-20T02:25:41.878Z | Compiling base16ct v0.2.0 |
| 1595 | 2026-08-20T02:25:41.921Z | Compiling poly1305 v0.8.0 |
| 1596 | 2026-08-20T02:25:41.935Z | Compiling ciborium-ll v0.2.2 |
| 1597 | 2026-08-20T02:25:42.036Z | Compiling password-hash v0.5.0 |
| 1598 | 2026-08-20T02:25:42.075Z | Compiling elliptic-curve v0.13.8 |
| 1599 | 2026-08-20T02:25:42.472Z | Compiling darling v0.21.3 |
| 1600 | 2026-08-20T02:25:42.553Z | Compiling num v0.4.3 |
| 1601 | 2026-08-20T02:25:42.605Z | Compiling thiserror-no-std v2.0.2 |
| 1602 | 2026-08-20T02:25:43.112Z | Compiling chacha20 v0.9.1 |
| 1603 | 2026-08-20T02:25:43.322Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1604 | 2026-08-20T02:25:43.452Z | Compiling typify v0.6.2 |
| 1605 | 2026-08-20T02:25:43.475Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1606 | 2026-08-20T02:25:44.016Z | Compiling blake2 v0.10.6 |
| 1607 | 2026-08-20T02:25:44.064Z | Compiling aead v0.5.2 |
| 1608 | 2026-08-20T02:25:44.192Z | Compiling byte-wrapper v0.1.0 |
| 1609 | 2026-08-20T02:25:44.222Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1610 | 2026-08-20T02:25:44.465Z | Compiling proc-macro-error-attr v1.0.4 |
| 1611 | 2026-08-20T02:25:44.626Z | Compiling unsafe-libyaml v0.2.11 |
| 1612 | 2026-08-20T02:25:44.685Z | Compiling rustix v0.38.44 |
| 1613 | 2026-08-20T02:25:44.689Z | Compiling prettyplease v0.2.37 |
| 1614 | 2026-08-20T02:25:44.925Z | Compiling heapless v0.8.0 |
| 1615 | 2026-08-20T02:25:45.030Z | Compiling keccak v0.1.6 |
| 1616 | 2026-08-20T02:25:45.200Z | Compiling serde_yaml v0.9.34+deprecated |
| 1617 | 2026-08-20T02:25:45.345Z | Compiling sha3 v0.10.9 |
| 1618 | 2026-08-20T02:25:45.647Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1619 | 2026-08-20T02:25:46.038Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1620 | 2026-08-20T02:25:46.466Z | Compiling argon2 v0.5.3 |
| 1621 | 2026-08-20T02:25:46.478Z | Compiling chacha20poly1305 v0.10.1 |
| 1622 | 2026-08-20T02:25:46.605Z | Compiling vsss-rs v3.3.4 |
| 1623 | 2026-08-20T02:25:46.809Z | Compiling ingot-macros v0.1.1 |
| 1624 | 2026-08-20T02:25:46.828Z | Compiling ciborium v0.2.2 |
| 1625 | 2026-08-20T02:25:47.234Z | Compiling clap_builder v4.6.6 |
| 1626 | 2026-08-20T02:25:47.407Z | Compiling usdt-macro v0.5.0 |
| 1627 | 2026-08-20T02:25:47.715Z | Compiling usdt-attr-macro v0.5.0 |
| 1628 | 2026-08-20T02:25:48.276Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1629 | 2026-08-20T02:25:49.148Z | Compiling serde_spanned v0.6.9 |
| 1630 | 2026-08-20T02:25:49.290Z | Compiling hash32 v0.3.1 |
| 1631 | 2026-08-20T02:25:49.444Z | Compiling enum-as-inner v0.6.1 |
| 1632 | 2026-08-20T02:25:49.469Z | Compiling proc-macro-error v1.0.4 |
| 1633 | 2026-08-20T02:25:49.546Z | Compiling memmap v0.7.0 |
| 1634 | 2026-08-20T02:25:49.692Z | Compiling memoffset v0.9.1 |
| 1635 | 2026-08-20T02:25:49.731Z | Compiling indent_write v2.2.0 |
| 1636 | 2026-08-20T02:25:49.865Z | Compiling toml_write v0.1.2 |
| 1637 | 2026-08-20T02:25:49.876Z | Compiling winnow v0.7.15 |
| 1638 | 2026-08-20T02:25:49.917Z | Compiling data-encoding v2.11.1 |
| 1639 | 2026-08-20T02:25:49.975Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1640 | 2026-08-20T02:25:50.000Z | Compiling winnow v0.5.40 |
| 1641 | 2026-08-20T02:25:50.018Z | Compiling cfg_aliases v0.2.2 |
| 1642 | 2026-08-20T02:25:50.068Z | Compiling smoltcp v0.11.0 |
| 1643 | 2026-08-20T02:25:50.107Z | Compiling nix v0.31.3 |
| 1644 | 2026-08-20T02:25:50.431Z | Compiling usdt v0.5.0 |
| 1645 | 2026-08-20T02:25:50.477Z | Compiling ingot-types v0.1.2 |
| 1646 | 2026-08-20T02:25:50.700Z | Compiling proc-macro-crate v3.5.0 |
| 1647 | 2026-08-20T02:25:50.823Z | Compiling clap v4.6.6 |
| 1648 | 2026-08-20T02:25:50.837Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1649 | 2026-08-20T02:25:50.874Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1650 | 2026-08-20T02:25:50.898Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1651 | 2026-08-20T02:25:51.120Z | Compiling tabwriter v1.4.1 |
| 1652 | 2026-08-20T02:25:51.287Z | Compiling toml_edit v0.19.15 |
| 1653 | 2026-08-20T02:25:51.358Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-08-20T02:25:51.392Z | Compiling cobs v0.3.0 |
| 1655 | 2026-08-20T02:25:51.409Z | Compiling serde_repr v0.1.21 |
| 1656 | 2026-08-20T02:25:51.433Z | Compiling crossbeam-deque v0.8.7 |
| 1657 | 2026-08-20T02:25:51.587Z | Compiling managed v0.8.0 |
| 1658 | 2026-08-20T02:25:51.692Z | Compiling bitflags v1.3.2 |
| 1659 | 2026-08-20T02:25:51.764Z | Compiling vcpkg v0.2.15 |
| 1660 | 2026-08-20T02:25:51.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1661 | 2026-08-20T02:25:51.979Z | Compiling postcard v1.1.3 |
| 1662 | 2026-08-20T02:25:52.292Z | Compiling openssl-sys v0.9.117 |
| 1663 | 2026-08-20T02:25:52.308Z | Compiling num_enum_derive v0.7.6 |
| 1664 | 2026-08-20T02:25:52.823Z | Compiling toml v0.8.23 |
| 1665 | 2026-08-20T02:25:53.271Z | Compiling proc-macro-crate v1.3.1 |
| 1666 | 2026-08-20T02:25:53.319Z | Compiling ingot v0.1.1 |
| 1667 | 2026-08-20T02:25:53.607Z | Compiling hubpack_derive v0.1.1 |
| 1668 | 2026-08-20T02:25:53.619Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1669 | 2026-08-20T02:25:53.759Z | Compiling foreign-types-macros v0.2.4 |
| 1670 | 2026-08-20T02:25:53.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1671 | 2026-08-20T02:25:54.130Z | Compiling unicode-segmentation v1.13.3 |
| 1672 | 2026-08-20T02:25:54.154Z | Compiling linked-hash-map v0.5.6 |
| 1673 | 2026-08-20T02:25:54.344Z | Compiling rayon-core v1.13.0 |
| 1674 | 2026-08-20T02:25:54.386Z | Compiling resolv-conf v0.7.6 |
| 1675 | 2026-08-20T02:25:54.573Z | Compiling foreign-types-shared v0.3.1 |
| 1676 | 2026-08-20T02:25:54.608Z | Compiling colored v3.1.1 |
| 1677 | 2026-08-20T02:25:54.619Z | Compiling swrite v0.1.0 |
| 1678 | 2026-08-20T02:25:54.662Z | Compiling semver v0.1.20 |
| 1679 | 2026-08-20T02:25:54.706Z | Compiling static_assertions v1.1.0 |
| 1680 | 2026-08-20T02:25:54.754Z | Compiling foreign-types v0.5.0 |
| 1681 | 2026-08-20T02:25:54.776Z | Compiling newline-converter v0.3.0 |
| 1682 | 2026-08-20T02:25:54.779Z | Compiling lru-cache v0.1.2 |
| 1683 | 2026-08-20T02:25:54.827Z | Compiling rustc_version v0.1.7 |
| 1684 | 2026-08-20T02:25:54.838Z | Compiling hubpack v0.1.2 |
| 1685 | 2026-08-20T02:25:54.902Z | Compiling num_enum_derive v0.5.11 |
| 1686 | 2026-08-20T02:25:54.995Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1687 | 2026-08-20T02:25:55.051Z | Compiling num_enum v0.7.6 |
| 1688 | 2026-08-20T02:25:55.267Z | Compiling atomicwrites v0.4.4 |
| 1689 | 2026-08-20T02:25:55.419Z | Compiling hickory-proto v0.24.4 |
| 1690 | 2026-08-20T02:25:55.460Z | Compiling progenitor-impl v0.13.0 |
| 1691 | 2026-08-20T02:25:55.971Z | Compiling rustls-webpki v0.103.14 |
| 1692 | 2026-08-20T02:25:56.312Z | Compiling console v0.15.11 |
| 1693 | 2026-08-20T02:25:56.829Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1694 | 2026-08-20T02:25:56.980Z | Compiling camino-tempfile v1.4.1 |
| 1695 | 2026-08-20T02:25:57.019Z | Compiling chacha20 v0.10.1 |
| 1696 | 2026-08-20T02:25:57.189Z | Compiling serde-big-array v0.5.1 |
| 1697 | 2026-08-20T02:25:57.221Z | Compiling pin-project-internal v1.1.13 |
| 1698 | 2026-08-20T02:25:57.279Z | Compiling num-derive v0.4.2 |
| 1699 | 2026-08-20T02:25:57.328Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1700 | 2026-08-20T02:25:57.340Z | Compiling derive-where v1.6.1 |
| 1701 | 2026-08-20T02:25:57.847Z | Compiling cstr-argument v0.1.2 |
| 1702 | 2026-08-20T02:25:58.015Z | Compiling siphasher v1.0.3 |
| 1703 | 2026-08-20T02:25:58.213Z | Compiling similar v2.7.0 |
| 1704 | 2026-08-20T02:25:58.230Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1705 | 2026-08-20T02:25:58.305Z | Compiling minimal-lexical v0.2.1 |
| 1706 | 2026-08-20T02:25:58.463Z | Compiling pin-project v1.1.13 |
| 1707 | 2026-08-20T02:25:58.563Z | Compiling nom v7.1.3 |
| 1708 | 2026-08-20T02:25:58.573Z | Compiling phf_shared v0.12.1 |
| 1709 | 2026-08-20T02:25:58.584Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1710 | 2026-08-20T02:25:58.725Z | Compiling expectorate v1.2.0 |
| 1711 | 2026-08-20T02:25:58.846Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1712 | 2026-08-20T02:25:58.872Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1713 | 2026-08-20T02:25:58.965Z | Compiling rand v0.10.2 |
| 1714 | 2026-08-20T02:25:59.048Z | Compiling progenitor-macro v0.13.0 |
| 1715 | 2026-08-20T02:25:59.128Z | Compiling hickory-resolver v0.24.4 |
| 1716 | 2026-08-20T02:25:59.238Z | Compiling num_enum v0.5.11 |
| 1717 | 2026-08-20T02:25:59.633Z | Compiling tokio-rustls v0.26.4 |
| 1718 | 2026-08-20T02:25:59.908Z | Compiling hyper-rustls v0.27.9 |
| 1719 | 2026-08-20T02:25:59.926Z | Compiling rustls-platform-verifier v0.7.0 |
| 1720 | 2026-08-20T02:26:00.201Z | Compiling reqwest v0.13.4 |
| 1721 | 2026-08-20T02:26:01.811Z | Compiling progenitor-client v0.14.0 |
| 1722 | 2026-08-20T02:26:01.824Z | Compiling progenitor-client v0.13.0 |
| 1723 | 2026-08-20T02:26:02.118Z | Compiling progenitor-extras v0.2.0 |
| 1724 | 2026-08-20T02:26:02.133Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1725 | 2026-08-20T02:26:02.358Z | Compiling newtype_derive v0.1.6 |
| 1726 | 2026-08-20T02:26:02.879Z | Compiling progenitor-impl v0.14.0 |
| 1727 | 2026-08-20T02:26:04.227Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1728 | 2026-08-20T02:26:04.534Z | Compiling snafu-derive v0.8.9 |
| 1729 | 2026-08-20T02:26:05.453Z | Compiling unicode-normalization v0.1.25 |
| 1730 | 2026-08-20T02:26:05.936Z | Compiling tokio-stream v0.1.19 |
| 1731 | 2026-08-20T02:26:06.276Z | Compiling async-recursion v1.1.1 |
| 1732 | 2026-08-20T02:26:06.345Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1733 | 2026-08-20T02:26:06.440Z | Compiling slog-dtrace v0.3.0 |
| 1734 | 2026-08-20T02:26:06.567Z | Compiling csv-core v0.1.13 |
| 1735 | 2026-08-20T02:26:06.640Z | Compiling bstr v1.13.1 |
| 1736 | 2026-08-20T02:26:06.670Z | Compiling owo-colors v4.3.0 |
| 1737 | 2026-08-20T02:26:06.808Z | Compiling foreign-types-shared v0.1.1 |
| 1738 | 2026-08-20T02:26:06.900Z | Compiling konst_macro_rules v0.2.19 |
| 1739 | 2026-08-20T02:26:06.966Z | Compiling cancel-safe-futures v0.1.5 |
| 1740 | 2026-08-20T02:26:07.003Z | Compiling unicode-xid v0.2.6 |
| 1741 | 2026-08-20T02:26:07.049Z | Compiling same-file v1.0.6 |
| 1742 | 2026-08-20T02:26:07.077Z | Compiling jiff-core v0.1.0 |
| 1743 | 2026-08-20T02:26:07.122Z | Compiling highway v1.3.0 |
| 1744 | 2026-08-20T02:26:07.134Z | Compiling openssl v0.10.81 |
| 1745 | 2026-08-20T02:26:07.205Z | Compiling unicode-width v0.1.14 |
| 1746 | 2026-08-20T02:26:07.221Z | Compiling chrono-tz v0.10.4 |
| 1747 | 2026-08-20T02:26:07.397Z | Compiling foldhash v0.1.5 |
| 1748 | 2026-08-20T02:26:07.482Z | Compiling walkdir v2.5.0 |
| 1749 | 2026-08-20T02:26:07.494Z | Compiling const_format_proc_macros v0.2.34 |
| 1750 | 2026-08-20T02:26:07.514Z | Compiling hashbrown v0.15.5 |
| 1751 | 2026-08-20T02:26:07.577Z | Compiling konst v0.2.20 |
| 1752 | 2026-08-20T02:26:07.814Z | Compiling jiff v0.2.35 |
| 1753 | 2026-08-20T02:26:07.869Z | Compiling globset v0.4.20 |
| 1754 | 2026-08-20T02:26:08.049Z | Compiling foreign-types v0.3.2 |
| 1755 | 2026-08-20T02:26:08.124Z | Compiling csv v1.4.0 |
| 1756 | 2026-08-20T02:26:08.215Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1757 | 2026-08-20T02:26:08.246Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1758 | 2026-08-20T02:26:08.284Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-08-20T02:26:08.693Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1760 | 2026-08-20T02:26:09.355Z | Compiling progenitor-macro v0.14.0 |
| 1761 | 2026-08-20T02:26:10.439Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1762 | 2026-08-20T02:26:10.705Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1763 | 2026-08-20T02:26:10.794Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1764 | 2026-08-20T02:26:11.374Z | Compiling snafu v0.8.9 |
| 1765 | 2026-08-20T02:26:11.759Z | Compiling qorb v0.4.1 |
| 1766 | 2026-08-20T02:26:11.778Z | Compiling olpc-cjson v0.1.4 |
| 1767 | 2026-08-20T02:26:11.887Z | Compiling progenitor v0.13.0 |
| 1768 | 2026-08-20T02:26:11.934Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-08-20T02:26:12.452Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1770 | 2026-08-20T02:26:12.597Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1771 | 2026-08-20T02:26:12.954Z | Compiling rayon v1.12.0 |
| 1772 | 2026-08-20T02:26:13.124Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1773 | 2026-08-20T02:26:13.481Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1774 | 2026-08-20T02:26:13.535Z | Compiling phf v0.12.1 |
| 1775 | 2026-08-20T02:26:13.846Z | Compiling zone_cfg_derive v0.3.1 |
| 1776 | 2026-08-20T02:26:14.100Z | Compiling tokio-dtrace v0.1.1 |
| 1777 | 2026-08-20T02:26:14.364Z | Compiling itertools v0.12.1 |
| 1778 | 2026-08-20T02:26:14.539Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1779 | 2026-08-20T02:26:14.729Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1780 | 2026-08-20T02:26:14.740Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1781 | 2026-08-20T02:26:14.763Z | Compiling libsw-core v0.3.2 |
| 1782 | 2026-08-20T02:26:14.880Z | Compiling serde_plain v1.0.2 |
| 1783 | 2026-08-20T02:26:14.929Z | Compiling pem v3.0.6 |
| 1784 | 2026-08-20T02:26:15.106Z | Compiling openssl-macros v0.1.1 |
| 1785 | 2026-08-20T02:26:15.146Z | Compiling cookie v0.18.2 |
| 1786 | 2026-08-20T02:26:15.323Z | Compiling sigpipe v0.1.3 |
| 1787 | 2026-08-20T02:26:15.371Z | Compiling typed-path v0.9.3 |
| 1788 | 2026-08-20T02:26:15.375Z | Compiling fixedbitset v0.5.7 |
| 1789 | 2026-08-20T02:26:15.410Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1790 | 2026-08-20T02:26:15.594Z | Compiling glob v0.3.4 |
| 1791 | 2026-08-20T02:26:15.625Z | Compiling fixedbitset v0.4.2 |
| 1792 | 2026-08-20T02:26:15.637Z | Compiling bytecount v0.6.9 |
| 1793 | 2026-08-20T02:26:15.721Z | Compiling papergrid v0.11.0 |
| 1794 | 2026-08-20T02:26:15.776Z | Compiling petgraph v0.6.5 |
| 1795 | 2026-08-20T02:26:15.864Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1796 | 2026-08-20T02:26:16.635Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1797 | 2026-08-20T02:26:16.714Z | Compiling tough v0.22.0 |
| 1798 | 2026-08-20T02:26:17.341Z | Compiling petgraph v0.8.3 |
| 1799 | 2026-08-20T02:26:17.529Z | Compiling zone v0.3.1 |
| 1800 | 2026-08-20T02:26:17.871Z | Compiling progenitor v0.14.0 |
| 1801 | 2026-08-20T02:26:18.068Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1802 | 2026-08-20T02:26:18.347Z | Compiling libsw v3.5.0 |
| 1803 | 2026-08-20T02:26:18.533Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1804 | 2026-08-20T02:26:18.785Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1805 | 2026-08-20T02:26:19.166Z | Compiling oxide-tokio-rt v0.1.6 |
| 1806 | 2026-08-20T02:26:19.437Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1807 | 2026-08-20T02:26:19.639Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1808 | 2026-08-20T02:26:19.704Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1809 | 2026-08-20T02:26:19.875Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1810 | 2026-08-20T02:26:19.906Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1811 | 2026-08-20T02:26:20.011Z | Compiling const_format v0.2.36 |
| 1812 | 2026-08-20T02:26:20.751Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1813 | 2026-08-20T02:26:20.830Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1814 | 2026-08-20T02:26:20.966Z | Compiling tabled_derive v0.7.0 |
| 1815 | 2026-08-20T02:26:21.177Z | Compiling gethostname v0.5.0 |
| 1816 | 2026-08-20T02:26:21.223Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1817 | 2026-08-20T02:26:21.241Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1818 | 2026-08-20T02:26:21.298Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1819 | 2026-08-20T02:26:21.355Z | Compiling bcs v0.1.6 |
| 1820 | 2026-08-20T02:26:21.366Z | Compiling smf v0.2.3 |
| 1821 | 2026-08-20T02:26:21.416Z | Compiling smawk v0.3.3 |
| 1822 | 2026-08-20T02:26:21.546Z | Compiling unicode-linebreak v0.1.5 |
| 1823 | 2026-08-20T02:26:21.675Z | Compiling tagptr v0.2.0 |
| 1824 | 2026-08-20T02:26:21.687Z | Compiling linear-map v1.2.0 |
| 1825 | 2026-08-20T02:26:21.793Z | Compiling termtree v0.5.1 |
| 1826 | 2026-08-20T02:26:21.828Z | Compiling lazy_static v1.5.0 |
| 1827 | 2026-08-20T02:26:21.873Z | Compiling whoami v1.6.1 |
| 1828 | 2026-08-20T02:26:21.928Z | Compiling steno v0.4.1 |
| 1829 | 2026-08-20T02:26:21.932Z | Compiling tabled v0.15.0 |
| 1830 | 2026-08-20T02:26:21.951Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-20T02:26:21.970Z | Compiling moka v0.12.16 |
| 1832 | 2026-08-20T02:26:22.650Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1833 | 2026-08-20T02:26:22.756Z | Compiling textwrap v0.16.2 |
| 1834 | 2026-08-20T02:26:23.276Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1835 | 2026-08-20T02:26:23.469Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1836 | 2026-08-20T02:26:23.873Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1837 | 2026-08-20T02:26:24.662Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1838 | 2026-08-20T02:26:25.022Z | Compiling hickory-proto v0.25.2 |
| 1839 | 2026-08-20T02:26:25.199Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1840 | 2026-08-20T02:26:25.662Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-20T02:26:26.191Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1842 | 2026-08-20T02:26:26.229Z | Compiling libscf-sys v1.2.0 |
| 1843 | 2026-08-20T02:26:26.375Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1844 | 2026-08-20T02:26:26.402Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1845 | 2026-08-20T02:26:26.529Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1846 | 2026-08-20T02:26:26.634Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1847 | 2026-08-20T02:26:26.710Z | Compiling internet-checksum v0.2.1 |
| 1848 | 2026-08-20T02:26:26.869Z | Compiling hickory-resolver v0.25.2 |
| 1849 | 2026-08-20T02:26:27.690Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1850 | 2026-08-20T02:26:32.164Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1851 | 2026-08-20T02:26:39.817Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1852 | 2026-08-20T02:26:41.376Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1853 | 2026-08-20T02:26:42.431Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1854 | 2026-08-20T02:26:43.384Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1855 | 2026-08-20T02:26:48.797Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 48s |
| 1856 | 2026-08-20T02:26:48.970Z | ──────────── |
| 1857 | 2026-08-20T02:26:48.970Z | Nextest run ID 66f964bb-6111-40eb-b59e-045400c9d361 with nextest profile: default |
| 1858 | 2026-08-20T02:26:48.971Z | Starting 3 tests across 1 binary |
| 1859 | 2026-08-20T02:26:48.979Z | PASS [ 0.005s] ndp manager::test::router_solicitation_with_link_layer_addr |
| 1860 | 2026-08-20T02:26:48.979Z | PASS [ 0.005s] ndp manager::test::minimum_router_solicitation |
| 1861 | 2026-08-20T02:26:48.979Z | PASS [ 0.005s] ndp manager::test::minimum_router_advertisement |
| 1862 | 2026-08-20T02:26:48.979Z | ──────────── |
| 1863 | 2026-08-20T02:26:48.979Z | Summary [ 0.006s] 3 tests run: 3 passed, 0 skipped |
| 1864 | 2026-08-20T02:26:48.989Z | process exited: duration 221189 ms, exit code 0 |
| |
| 1865 | 2026-08-20T02:26:48.999Z | found 0 output files |