|
|
|
| 1 | 2026-05-12T23:07:36.347Z | job assigned to worker 01KRF72NMGM1F35PZWWRS5XZE6 [factory aws, i-02a07fee2eb375dcd] (queued for 52 s) |
| |
| 2 | 2026-05-12T23:07:43.258Z | starting task 0: "setup" |
| 3 | 2026-05-12T23:07:43.263Z | ++ uname -s |
| 4 | 2026-05-12T23:07:43.266Z | + kern=SunOS |
| 5 | 2026-05-12T23:07:43.266Z | + build_user=build |
| 6 | 2026-05-12T23:07:43.266Z | + build_uid=12345 |
| 7 | 2026-05-12T23:07:43.266Z | + work_dir=/work |
| 8 | 2026-05-12T23:07:43.266Z | + input_dir=/input |
| 9 | 2026-05-12T23:07:43.266Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T23:07:43.266Z | + case "$kern" in |
| 11 | 2026-05-12T23:07:43.266Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T23:07:43.269Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T23:07:45.272Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T23:07:45.369Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T23:07:45.372Z | + home_fs=zfs |
| 16 | 2026-05-12T23:07:45.372Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T23:07:45.372Z | + mkdir -p /home/build |
| 18 | 2026-05-12T23:07:45.372Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T23:07:47.373Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T23:07:47.377Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-05-12T23:07:47.383Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T23:07:47.387Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-12T23:07:47.387Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-12T23:07:47.387Z | * rust toolchain profile = "default" |
| 25 | 2026-05-12T23:07:47.387Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-12T23:07:47.387Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T23:07:47.387Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T23:07:47.390Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T23:07:47.390Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-12T23:07:47.510Z | info: downloading installer |
| 31 | 2026-05-12T23:07:48.812Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-12T23:07:48.812Z | warn: /opt/ooce/bin |
| 33 | 2026-05-12T23:07:48.812Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-12T23:07:48.812Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-12T23:07:48.812Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-12T23:07:48.812Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-12T23:07:48.812Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-12T23:07:48.812Z | error: cannot install while Rust is installed |
| 39 | 2026-05-12T23:07:48.812Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-12T23:07:48.812Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-12T23:07:48.812Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-12T23:07:48.812Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-12T23:07:48.813Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-12T23:07:48.825Z | info: profile set to default |
| 45 | 2026-05-12T23:07:48.825Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-12T23:07:48.828Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-12T23:07:48.957Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-12T23:07:48.960Z | info: downloading 6 components |
| 49 | 2026-05-12T23:08:02.955Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-12T23:08:02.955Z | |
| 51 | 2026-05-12T23:08:03.001Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-12T23:08:03.001Z | |
| 53 | 2026-05-12T23:08:03.001Z | |
| 54 | 2026-05-12T23:08:03.002Z | Rust is installed now. Great! |
| 55 | 2026-05-12T23:08:03.002Z | |
| 56 | 2026-05-12T23:08:03.002Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-12T23:08:03.002Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-12T23:08:03.002Z | |
| 59 | 2026-05-12T23:08:03.002Z | To configure your current shell, you need to source |
| 60 | 2026-05-12T23:08:03.002Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-12T23:08:03.002Z | |
| 62 | 2026-05-12T23:08:03.002Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-12T23:08:03.002Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-12T23:08:03.002Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-12T23:08:03.002Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-12T23:08:03.002Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-12T23:08:03.002Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-12T23:08:03.002Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-12T23:08:03.005Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-12T23:08:03.005Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-12T23:08:03.100Z | + rustup --version |
| 72 | 2026-05-12T23:08:03.109Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-12T23:08:03.112Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-12T23:08:03.131Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-12T23:08:03.134Z | + cargo --version |
| 76 | 2026-05-12T23:08:03.147Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-12T23:08:03.150Z | + rustc --version |
| 78 | 2026-05-12T23:08:03.170Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-12T23:08:03.173Z | process exited: duration 15788 ms, exit code 0 |
| |
| 80 | 2026-05-12T23:08:03.179Z | starting task 2: "authentication" |
| 81 | 2026-05-12T23:08:03.196Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-12T23:08:03.203Z | starting task 3: "clone repository" |
| 83 | 2026-05-12T23:08:03.206Z | + mkdir -p /work/oxidecomputer/libtopo |
| 84 | 2026-05-12T23:08:03.209Z | + git clone https://github.com/oxidecomputer/libtopo /work/oxidecomputer/libtopo |
| 85 | 2026-05-12T23:08:03.240Z | Cloning into '/work/oxidecomputer/libtopo'... |
| 86 | 2026-05-12T23:08:03.622Z | + cd /work/oxidecomputer/libtopo |
| 87 | 2026-05-12T23:08:03.622Z | + git fetch origin 7add5ee4e7eae0283033c88e1b3841c4287c0f74 |
| 88 | 2026-05-12T23:08:03.868Z | From https://github.com/oxidecomputer/libtopo |
| 89 | 2026-05-12T23:08:03.868Z | * branch 7add5ee4e7eae0283033c88e1b3841c4287c0f74 -> FETCH_HEAD |
| 90 | 2026-05-12T23:08:03.874Z | + [[ -n libtopo-polish ]] |
| 91 | 2026-05-12T23:08:03.877Z | ++ git branch --show-current |
| 92 | 2026-05-12T23:08:03.877Z | + current=main |
| 93 | 2026-05-12T23:08:03.878Z | + [[ main != libtopo-polish ]] |
| 94 | 2026-05-12T23:08:03.878Z | + git branch -f libtopo-polish 7add5ee4e7eae0283033c88e1b3841c4287c0f74 |
| 95 | 2026-05-12T23:08:03.893Z | + git checkout -f libtopo-polish |
| 96 | 2026-05-12T23:08:03.893Z | Switched to branch 'libtopo-polish' |
| 97 | 2026-05-12T23:08:03.893Z | + git reset --hard 7add5ee4e7eae0283033c88e1b3841c4287c0f74 |
| 98 | 2026-05-12T23:08:03.893Z | HEAD is now at 7add5ee libtopo: examples and README polish |
| 99 | 2026-05-12T23:08:03.894Z | process exited: duration 685 ms, exit code 0 |
| |
| 100 | 2026-05-12T23:08:03.901Z | starting task 4: "build" |
| 101 | 2026-05-12T23:08:03.904Z | + cargo --version |
| 102 | 2026-05-12T23:08:03.914Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 103 | 2026-05-12T23:08:03.917Z | + rustc --version |
| 104 | 2026-05-12T23:08:03.936Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 105 | 2026-05-12T23:08:03.939Z | + banner fmt |
| 106 | 2026-05-12T23:08:03.942Z | |
| 107 | 2026-05-12T23:08:03.942Z | ###### # # ##### |
| 108 | 2026-05-12T23:08:03.942Z | # ## ## # |
| 109 | 2026-05-12T23:08:03.942Z | ##### # ## # # |
| 110 | 2026-05-12T23:08:03.942Z | # # # # |
| 111 | 2026-05-12T23:08:03.942Z | # # # # |
| 112 | 2026-05-12T23:08:03.942Z | # # # # |
| 113 | 2026-05-12T23:08:03.942Z | |
| 114 | 2026-05-12T23:08:03.942Z | + cargo fmt --check |
| 115 | 2026-05-12T23:08:04.023Z | + banner build |
| 116 | 2026-05-12T23:08:04.026Z | |
| 117 | 2026-05-12T23:08:04.026Z | ##### # # # # ##### |
| 118 | 2026-05-12T23:08:04.026Z | # # # # # # # # |
| 119 | 2026-05-12T23:08:04.026Z | ##### # # # # # # |
| 120 | 2026-05-12T23:08:04.026Z | # # # # # # # # |
| 121 | 2026-05-12T23:08:04.026Z | # # # # # # # # |
| 122 | 2026-05-12T23:08:04.026Z | ##### #### # ###### ##### |
| 123 | 2026-05-12T23:08:04.026Z | |
| 124 | 2026-05-12T23:08:04.026Z | + ptime -m cargo build --all-targets |
| 125 | 2026-05-12T23:08:04.096Z | Updating crates.io index |
| 126 | 2026-05-12T23:08:04.252Z | Locking 8 packages to latest compatible versions |
| 127 | 2026-05-12T23:08:04.255Z | Downloading crates ... |
| 128 | 2026-05-12T23:08:04.311Z | Downloaded proc-macro2 v1.0.106 |
| 129 | 2026-05-12T23:08:04.314Z | Downloaded quote v1.0.45 |
| 130 | 2026-05-12T23:08:04.317Z | Downloaded illumos-nvpair v0.4.0 |
| 131 | 2026-05-12T23:08:04.320Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 132 | 2026-05-12T23:08:04.320Z | Downloaded thiserror v2.0.18 |
| 133 | 2026-05-12T23:08:04.323Z | Downloaded thiserror-impl v2.0.18 |
| 134 | 2026-05-12T23:08:04.326Z | Downloaded unicode-ident v1.0.24 |
| 135 | 2026-05-12T23:08:04.334Z | Downloaded syn v2.0.117 |
| 136 | 2026-05-12T23:08:04.367Z | Compiling proc-macro2 v1.0.106 |
| 137 | 2026-05-12T23:08:04.367Z | Compiling unicode-ident v1.0.24 |
| 138 | 2026-05-12T23:08:04.371Z | Compiling quote v1.0.45 |
| 139 | 2026-05-12T23:08:04.371Z | Compiling illumos-nvpair-sys v0.2.0 |
| 140 | 2026-05-12T23:08:04.371Z | Compiling libtopo-sys v0.1.0 (/work/oxidecomputer/libtopo/libtopo-sys) |
| 141 | 2026-05-12T23:08:04.371Z | Compiling thiserror v2.0.18 |
| 142 | 2026-05-12T23:08:04.778Z | Compiling illumos-nvpair v0.4.0 |
| 143 | 2026-05-12T23:08:05.370Z | Compiling syn v2.0.117 |
| 144 | 2026-05-12T23:08:06.507Z | Compiling thiserror-impl v2.0.18 |
| 145 | 2026-05-12T23:08:07.317Z | Compiling libtopo v0.1.0 (/work/oxidecomputer/libtopo/libtopo) |
| 146 | 2026-05-12T23:08:07.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 147 | 2026-05-12T23:08:07.917Z | |
| 148 | 2026-05-12T23:08:07.920Z | real 3.886965894 |
| 149 | 2026-05-12T23:08:07.920Z | user 5.590813322 |
| 150 | 2026-05-12T23:08:07.920Z | sys 2.044567552 |
| 151 | 2026-05-12T23:08:07.921Z | trap 0.001237403 |
| 152 | 2026-05-12T23:08:07.921Z | tflt 0.132674481 |
| 153 | 2026-05-12T23:08:07.921Z | dflt 0.249439945 |
| 154 | 2026-05-12T23:08:07.921Z | kflt 0.005226637 |
| 155 | 2026-05-12T23:08:07.921Z | lock 20.429284793 |
| 156 | 2026-05-12T23:08:07.921Z | slp 18.556249590 |
| 157 | 2026-05-12T23:08:07.921Z | lat 0.065018020 |
| 158 | 2026-05-12T23:08:07.921Z | stop 0.740632980 |
| 159 | 2026-05-12T23:08:07.921Z | + banner clippy |
| 160 | 2026-05-12T23:08:07.921Z | |
| 161 | 2026-05-12T23:08:07.921Z | #### # # ##### ##### # # |
| 162 | 2026-05-12T23:08:07.921Z | # # # # # # # # # # |
| 163 | 2026-05-12T23:08:07.921Z | # # # # # # # # |
| 164 | 2026-05-12T23:08:07.921Z | # # # ##### ##### # |
| 165 | 2026-05-12T23:08:07.921Z | # # # # # # # |
| 166 | 2026-05-12T23:08:07.921Z | #### ###### # # # # |
| 167 | 2026-05-12T23:08:07.921Z | |
| 168 | 2026-05-12T23:08:07.921Z | + ptime -m cargo clippy --all-targets -- -D warnings |
| 169 | 2026-05-12T23:08:08.036Z | Compiling libtopo-sys v0.1.0 (/work/oxidecomputer/libtopo/libtopo-sys) |
| 170 | 2026-05-12T23:08:08.036Z | Checking illumos-nvpair-sys v0.2.0 |
| 171 | 2026-05-12T23:08:08.039Z | Checking thiserror v2.0.18 |
| 172 | 2026-05-12T23:08:08.115Z | Checking illumos-nvpair v0.4.0 |
| 173 | 2026-05-12T23:08:08.398Z | Checking libtopo v0.1.0 (/work/oxidecomputer/libtopo/libtopo) |
| 174 | 2026-05-12T23:08:08.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 175 | 2026-05-12T23:08:08.677Z | |
| 176 | 2026-05-12T23:08:08.677Z | real 0.753396764 |
| 177 | 2026-05-12T23:08:08.677Z | user 0.937109041 |
| 178 | 2026-05-12T23:08:08.677Z | sys 0.441853832 |
| 179 | 2026-05-12T23:08:08.680Z | trap 0.000253782 |
| 180 | 2026-05-12T23:08:08.680Z | tflt 0.008166699 |
| 181 | 2026-05-12T23:08:08.680Z | dflt 0.008724435 |
| 182 | 2026-05-12T23:08:08.680Z | kflt 0.000000000 |
| 183 | 2026-05-12T23:08:08.680Z | lock 2.503962413 |
| 184 | 2026-05-12T23:08:08.680Z | slp 3.470749857 |
| 185 | 2026-05-12T23:08:08.680Z | lat 0.009177991 |
| 186 | 2026-05-12T23:08:08.680Z | stop 0.053548670 |
| 187 | 2026-05-12T23:08:08.680Z | + banner test |
| 188 | 2026-05-12T23:08:08.680Z | |
| 189 | 2026-05-12T23:08:08.680Z | ##### ###### #### ##### |
| 190 | 2026-05-12T23:08:08.680Z | # # # # |
| 191 | 2026-05-12T23:08:08.680Z | # ##### #### # |
| 192 | 2026-05-12T23:08:08.680Z | # # # # |
| 193 | 2026-05-12T23:08:08.680Z | # # # # # |
| 194 | 2026-05-12T23:08:08.680Z | # ###### #### # |
| 195 | 2026-05-12T23:08:08.680Z | |
| 196 | 2026-05-12T23:08:08.680Z | + cargo install cargo-nextest --locked |
| 197 | 2026-05-12T23:08:08.713Z | Updating crates.io index |
| 198 | 2026-05-12T23:08:08.802Z | Downloading crates ... |
| 199 | 2026-05-12T23:08:08.852Z | Downloaded cargo-nextest v0.9.133 |
| 200 | 2026-05-12T23:08:08.878Z | Installing cargo-nextest v0.9.133 |
| 201 | 2026-05-12T23:08:08.885Z | Updating crates.io index |
| 202 | 2026-05-12T23:08:11.286Z | Updating crates.io index |
| 203 | 2026-05-12T23:08:11.563Z | Downloading crates ... |
| 204 | 2026-05-12T23:08:11.634Z | Downloaded atomicwrites v0.4.4 |
| 205 | 2026-05-12T23:08:11.642Z | Downloaded byteorder v1.5.0 |
| 206 | 2026-05-12T23:08:11.645Z | Downloaded anstyle-parse v1.0.0 |
| 207 | 2026-05-12T23:08:11.648Z | Downloaded adler2 v2.0.1 |
| 208 | 2026-05-12T23:08:11.648Z | Downloaded bitflags v1.3.2 |
| 209 | 2026-05-12T23:08:11.657Z | Downloaded digest v0.10.7 |
| 210 | 2026-05-12T23:08:11.663Z | Downloaded cfg-expr v0.20.6 |
| 211 | 2026-05-12T23:08:11.666Z | Downloaded bit-set v0.5.3 |
| 212 | 2026-05-12T23:08:11.670Z | Downloaded foreign-types v0.3.2 |
| 213 | 2026-05-12T23:08:11.670Z | Downloaded cfg-if v1.0.4 |
| 214 | 2026-05-12T23:08:11.673Z | Downloaded config v0.15.22 |
| 215 | 2026-05-12T23:08:11.676Z | Downloaded enum_dispatch v0.3.13 |
| 216 | 2026-05-12T23:08:11.679Z | Downloaded base64ct v1.7.3 |
| 217 | 2026-05-12T23:08:11.679Z | Downloaded cargo_metadata v0.23.1 |
| 218 | 2026-05-12T23:08:11.682Z | Downloaded camino-tempfile v1.4.1 |
| 219 | 2026-05-12T23:08:11.682Z | Downloaded form_urlencoded v1.2.2 |
| 220 | 2026-05-12T23:08:11.685Z | Downloaded home v0.5.12 |
| 221 | 2026-05-12T23:08:11.685Z | Downloaded dtrace-parser v0.3.0 |
| 222 | 2026-05-12T23:08:11.688Z | Downloaded addr2line v0.24.2 |
| 223 | 2026-05-12T23:08:11.688Z | Downloaded cc v1.2.30 |
| 224 | 2026-05-12T23:08:11.691Z | Downloaded futures-task v0.3.32 |
| 225 | 2026-05-12T23:08:11.694Z | Downloaded block-buffer v0.10.4 |
| 226 | 2026-05-12T23:08:11.694Z | Downloaded ordered-float v4.6.0 |
| 227 | 2026-05-12T23:08:11.697Z | Downloaded jobserver v0.1.33 |
| 228 | 2026-05-12T23:08:11.697Z | Downloaded equivalent v1.0.2 |
| 229 | 2026-05-12T23:08:11.697Z | Downloaded debug-ignore v1.0.5 |
| 230 | 2026-05-12T23:08:11.700Z | Downloaded csscolorparser v0.6.2 |
| 231 | 2026-05-12T23:08:11.703Z | Downloaded bytesize v2.3.1 |
| 232 | 2026-05-12T23:08:11.703Z | Downloaded atomic v0.6.1 |
| 233 | 2026-05-12T23:08:11.706Z | Downloaded fixedbitset v0.4.2 |
| 234 | 2026-05-12T23:08:11.706Z | Downloaded pest_generator v2.8.3 |
| 235 | 2026-05-12T23:08:11.710Z | Downloaded parking_lot_core v0.9.11 |
| 236 | 2026-05-12T23:08:11.710Z | Downloaded futures-channel v0.3.32 |
| 237 | 2026-05-12T23:08:11.713Z | Downloaded lazy_static v1.5.0 |
| 238 | 2026-05-12T23:08:11.713Z | Downloaded autocfg v1.5.0 |
| 239 | 2026-05-12T23:08:11.716Z | Downloaded futures v0.3.32 |
| 240 | 2026-05-12T23:08:11.719Z | Downloaded either v1.15.0 |
| 241 | 2026-05-12T23:08:11.719Z | Downloaded locked-tripwire v0.1.0 |
| 242 | 2026-05-12T23:08:11.722Z | Downloaded filetime v0.2.25 |
| 243 | 2026-05-12T23:08:11.722Z | Downloaded dirs v6.0.0 |
| 244 | 2026-05-12T23:08:11.722Z | Downloaded is_ci v1.2.0 |
| 245 | 2026-05-12T23:08:11.725Z | Downloaded ahash v0.8.12 |
| 246 | 2026-05-12T23:08:11.725Z | Downloaded getrandom v0.3.3 |
| 247 | 2026-05-12T23:08:11.728Z | Downloaded is_terminal_polyfill v1.70.1 |
| 248 | 2026-05-12T23:08:11.731Z | Downloaded dunce v1.0.5 |
| 249 | 2026-05-12T23:08:11.731Z | Downloaded fastrand v2.3.0 |
| 250 | 2026-05-12T23:08:11.731Z | Downloaded generic-array v0.14.7 |
| 251 | 2026-05-12T23:08:11.734Z | Downloaded native-tls v0.2.14 |
| 252 | 2026-05-12T23:08:11.734Z | Downloaded errno v0.3.12 |
| 253 | 2026-05-12T23:08:11.737Z | Downloaded nested v0.1.1 |
| 254 | 2026-05-12T23:08:11.737Z | Downloaded document-features v0.2.11 |
| 255 | 2026-05-12T23:08:11.737Z | Downloaded hex v0.4.3 |
| 256 | 2026-05-12T23:08:11.741Z | Downloaded cfg_aliases v0.2.1 |
| 257 | 2026-05-12T23:08:11.741Z | Downloaded crypto-common v0.1.6 |
| 258 | 2026-05-12T23:08:11.741Z | Downloaded memoffset v0.9.1 |
| 259 | 2026-05-12T23:08:11.743Z | Downloaded humantime-serde v1.1.1 |
| 260 | 2026-05-12T23:08:11.744Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 261 | 2026-05-12T23:08:11.746Z | Downloaded fnv v1.0.7 |
| 262 | 2026-05-12T23:08:11.746Z | Downloaded backtrace-ext v0.2.1 |
| 263 | 2026-05-12T23:08:11.746Z | Downloaded cargo-platform v0.3.0 |
| 264 | 2026-05-12T23:08:11.749Z | Downloaded dof v0.4.0 |
| 265 | 2026-05-12T23:08:11.749Z | Downloaded num-derive v0.4.2 |
| 266 | 2026-05-12T23:08:11.749Z | Downloaded dirs-sys v0.5.0 |
| 267 | 2026-05-12T23:08:11.752Z | Downloaded color-spantrace v0.3.0 |
| 268 | 2026-05-12T23:08:11.752Z | Downloaded enable-ansi-support v0.3.1 |
| 269 | 2026-05-12T23:08:11.755Z | Downloaded heck v0.5.0 |
| 270 | 2026-05-12T23:08:11.755Z | Downloaded future-queue v0.4.0 |
| 271 | 2026-05-12T23:08:11.758Z | Downloaded lab v0.11.0 |
| 272 | 2026-05-12T23:08:11.758Z | Downloaded globset v0.4.18 |
| 273 | 2026-05-12T23:08:11.758Z | Downloaded phf_codegen v0.11.3 |
| 274 | 2026-05-12T23:08:11.761Z | Downloaded colorchoice v1.0.3 |
| 275 | 2026-05-12T23:08:11.761Z | Downloaded miette-derive v7.6.0 |
| 276 | 2026-05-12T23:08:11.761Z | Downloaded fs_extra v1.3.0 |
| 277 | 2026-05-12T23:08:11.764Z | Downloaded filedescriptor v0.8.3 |
| 278 | 2026-05-12T23:08:11.764Z | Downloaded clap_lex v1.0.0 |
| 279 | 2026-05-12T23:08:11.767Z | Downloaded cpufeatures v0.3.0 |
| 280 | 2026-05-12T23:08:11.767Z | Downloaded futures-core v0.3.32 |
| 281 | 2026-05-12T23:08:11.770Z | Downloaded async-scoped v0.9.0 |
| 282 | 2026-05-12T23:08:11.770Z | Downloaded memmem v0.1.1 |
| 283 | 2026-05-12T23:08:11.770Z | Downloaded guppy-workspace-hack v0.1.0 |
| 284 | 2026-05-12T23:08:11.770Z | Downloaded futures-macro v0.3.32 |
| 285 | 2026-05-12T23:08:11.773Z | Downloaded idna_adapter v1.0.0 |
| 286 | 2026-05-12T23:08:11.773Z | Downloaded option-ext v0.2.0 |
| 287 | 2026-05-12T23:08:11.773Z | Downloaded indenter v0.3.4 |
| 288 | 2026-05-12T23:08:11.776Z | Downloaded mac_address v1.1.8 |
| 289 | 2026-05-12T23:08:11.776Z | Downloaded pathdiff v0.2.3 |
| 290 | 2026-05-12T23:08:11.776Z | Downloaded itoa v1.0.17 |
| 291 | 2026-05-12T23:08:11.779Z | Downloaded futures-io v0.3.32 |
| 292 | 2026-05-12T23:08:11.779Z | Downloaded futures-sink v0.3.32 |
| 293 | 2026-05-12T23:08:11.779Z | Downloaded anstyle-query v1.1.2 |
| 294 | 2026-05-12T23:08:11.782Z | Downloaded foreign-types-shared v0.1.1 |
| 295 | 2026-05-12T23:08:11.782Z | Downloaded etcetera v0.11.0 |
| 296 | 2026-05-12T23:08:11.782Z | Downloaded os_pipe v1.2.2 |
| 297 | 2026-05-12T23:08:11.785Z | Downloaded openssl-probe v0.1.6 |
| 298 | 2026-05-12T23:08:11.785Z | Downloaded mukti-metadata v0.3.0 |
| 299 | 2026-05-12T23:08:11.785Z | Downloaded openssl-macros v0.1.1 |
| 300 | 2026-05-12T23:08:11.788Z | Downloaded cpufeatures v0.2.17 |
| 301 | 2026-05-12T23:08:11.789Z | Downloaded num-conv v0.2.0 |
| 302 | 2026-05-12T23:08:11.791Z | Downloaded percent-encoding v2.3.2 |
| 303 | 2026-05-12T23:08:11.791Z | Downloaded nextest-workspace-hack v0.1.0 |
| 304 | 2026-05-12T23:08:11.794Z | Downloaded lru v0.16.3 |
| 305 | 2026-05-12T23:08:11.794Z | Downloaded nextest-metadata v0.14.1 |
| 306 | 2026-05-12T23:08:11.798Z | Downloaded foldhash v0.2.0 |
| 307 | 2026-05-12T23:08:11.801Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2026-05-12T23:08:11.804Z | Downloaded phf_generator v0.11.3 |
| 309 | 2026-05-12T23:08:11.804Z | Downloaded ed25519 v2.2.3 |
| 310 | 2026-05-12T23:08:11.807Z | Downloaded deranged v0.5.8 |
| 311 | 2026-05-12T23:08:11.807Z | Downloaded convert_case v0.7.1 |
| 312 | 2026-05-12T23:08:11.810Z | Downloaded anstream v1.0.0 |
| 313 | 2026-05-12T23:08:11.813Z | Downloaded litrs v0.4.1 |
| 314 | 2026-05-12T23:08:11.816Z | Downloaded powerfmt v0.2.0 |
| 315 | 2026-05-12T23:08:11.816Z | Downloaded plain v0.2.3 |
| 316 | 2026-05-12T23:08:11.816Z | Downloaded iana-time-zone v0.1.63 |
| 317 | 2026-05-12T23:08:11.819Z | Downloaded memmap2 v0.9.8 |
| 318 | 2026-05-12T23:08:11.822Z | Downloaded bit-vec v0.6.3 |
| 319 | 2026-05-12T23:08:11.822Z | Downloaded eazip v0.2.4 |
| 320 | 2026-05-12T23:08:11.825Z | Downloaded scroll_derive v0.13.1 |
| 321 | 2026-05-12T23:08:11.826Z | Downloaded backtrace v0.3.75 |
| 322 | 2026-05-12T23:08:11.829Z | Downloaded shell-words v1.1.1 |
| 323 | 2026-05-12T23:08:11.831Z | Downloaded shared_thread v0.2.0 |
| 324 | 2026-05-12T23:08:11.832Z | Downloaded signature v2.2.0 |
| 325 | 2026-05-12T23:08:11.832Z | Downloaded serde_spanned v1.1.1 |
| 326 | 2026-05-12T23:08:11.834Z | Downloaded siphasher v1.0.1 |
| 327 | 2026-05-12T23:08:11.834Z | Downloaded rustc_version v0.4.1 |
| 328 | 2026-05-12T23:08:11.837Z | Downloaded rustc-hash v2.1.1 |
| 329 | 2026-05-12T23:08:11.837Z | Downloaded serde_ignored v0.1.14 |
| 330 | 2026-05-12T23:08:11.837Z | Downloaded scopeguard v1.2.0 |
| 331 | 2026-05-12T23:08:11.840Z | Downloaded owo-colors v4.3.0 |
| 332 | 2026-05-12T23:08:11.840Z | Downloaded newtype-uuid v1.3.2 |
| 333 | 2026-05-12T23:08:11.840Z | Downloaded bytemuck v1.24.0 |
| 334 | 2026-05-12T23:08:11.843Z | Downloaded pem-rfc7468 v1.0.0 |
| 335 | 2026-05-12T23:08:11.846Z | Downloaded futures-executor v0.3.32 |
| 336 | 2026-05-12T23:08:11.846Z | Downloaded countio v0.2.19 |
| 337 | 2026-05-12T23:08:11.852Z | Downloaded socks v0.3.4 |
| 338 | 2026-05-12T23:08:11.852Z | Downloaded subtle v2.6.1 |
| 339 | 2026-05-12T23:08:11.852Z | Downloaded phf_shared v0.11.3 |
| 340 | 2026-05-12T23:08:11.852Z | Downloaded anstyle v1.0.13 |
| 341 | 2026-05-12T23:08:11.855Z | Downloaded strsim v0.11.1 |
| 342 | 2026-05-12T23:08:11.855Z | Downloaded strip-ansi-escapes v0.2.1 |
| 343 | 2026-05-12T23:08:11.858Z | Downloaded humantime v2.3.0 |
| 344 | 2026-05-12T23:08:11.858Z | Downloaded phf v0.11.3 |
| 345 | 2026-05-12T23:08:11.861Z | Downloaded dialoguer v0.12.0 |
| 346 | 2026-05-12T23:08:11.861Z | Downloaded getrandom v0.2.16 |
| 347 | 2026-05-12T23:08:11.865Z | Downloaded fixedbitset v0.5.7 |
| 348 | 2026-05-12T23:08:11.869Z | Downloaded self-replace v1.5.0 |
| 349 | 2026-05-12T23:08:11.872Z | Downloaded base64 v0.22.1 |
| 350 | 2026-05-12T23:08:11.872Z | Downloaded pkcs8 v0.10.2 |
| 351 | 2026-05-12T23:08:11.875Z | Downloaded swrite v0.1.0 |
| 352 | 2026-05-12T23:08:11.875Z | Downloaded console v0.16.3 |
| 353 | 2026-05-12T23:08:11.875Z | Downloaded pin-project-internal v1.1.10 |
| 354 | 2026-05-12T23:08:11.879Z | Downloaded terminal_size v0.4.3 |
| 355 | 2026-05-12T23:08:11.882Z | Downloaded shared_child v1.1.1 |
| 356 | 2026-05-12T23:08:11.882Z | Downloaded time-core v0.1.8 |
| 357 | 2026-05-12T23:08:11.885Z | Downloaded tinyvec_macros v0.1.1 |
| 358 | 2026-05-12T23:08:11.885Z | Downloaded thread-id v5.0.0 |
| 359 | 2026-05-12T23:08:11.885Z | Downloaded sigchld v0.2.4 |
| 360 | 2026-05-12T23:08:11.885Z | Downloaded thread_local v1.1.8 |
| 361 | 2026-05-12T23:08:11.888Z | Downloaded supports-color v3.0.2 |
| 362 | 2026-05-12T23:08:11.891Z | Downloaded supports-hyperlinks v3.1.0 |
| 363 | 2026-05-12T23:08:11.891Z | Downloaded camino v1.2.2 |
| 364 | 2026-05-12T23:08:11.894Z | Downloaded pkg-config v0.3.32 |
| 365 | 2026-05-12T23:08:11.894Z | Downloaded phf_macros v0.11.3 |
| 366 | 2026-05-12T23:08:11.894Z | Downloaded cmake v0.1.54 |
| 367 | 2026-05-12T23:08:11.897Z | Downloaded crc32fast v1.5.0 |
| 368 | 2026-05-12T23:08:11.900Z | Downloaded chacha20 v0.10.0 |
| 369 | 2026-05-12T23:08:11.900Z | Downloaded tokio-macros v2.7.0 |
| 370 | 2026-05-12T23:08:11.903Z | Downloaded quick-junit v0.6.0 |
| 371 | 2026-05-12T23:08:11.906Z | Downloaded supports-unicode v3.0.0 |
| 372 | 2026-05-12T23:08:11.906Z | Downloaded miette v7.6.0 |
| 373 | 2026-05-12T23:08:11.909Z | Downloaded rand_core v0.10.0 |
| 374 | 2026-05-12T23:08:11.909Z | Downloaded eyre v0.6.12 |
| 375 | 2026-05-12T23:08:11.912Z | Downloaded nextest-filtering v0.21.0 |
| 376 | 2026-05-12T23:08:11.915Z | Downloaded cookie v0.18.1 |
| 377 | 2026-05-12T23:08:11.918Z | Downloaded parking_lot v0.12.4 |
| 378 | 2026-05-12T23:08:11.921Z | Downloaded slab v0.4.11 |
| 379 | 2026-05-12T23:08:11.926Z | Downloaded unicode-linebreak v0.1.5 |
| 380 | 2026-05-12T23:08:11.929Z | Downloaded typeid v1.0.3 |
| 381 | 2026-05-12T23:08:11.929Z | Downloaded tracing-error v0.2.1 |
| 382 | 2026-05-12T23:08:11.933Z | Downloaded num-traits v0.2.19 |
| 383 | 2026-05-12T23:08:11.936Z | Downloaded foldhash v0.1.5 |
| 384 | 2026-05-12T23:08:11.936Z | Downloaded serde_path_to_error v0.1.20 |
| 385 | 2026-05-12T23:08:11.940Z | Downloaded untrusted v0.9.0 |
| 386 | 2026-05-12T23:08:11.945Z | Downloaded duct v1.1.1 |
| 387 | 2026-05-12T23:08:11.947Z | Downloaded urlencoding v2.1.3 |
| 388 | 2026-05-12T23:08:11.947Z | Downloaded termios v0.3.3 |
| 389 | 2026-05-12T23:08:11.950Z | Downloaded target-spec-miette v0.4.6 |
| 390 | 2026-05-12T23:08:11.950Z | Downloaded scroll v0.13.0 |
| 391 | 2026-05-12T23:08:11.953Z | Downloaded log v0.4.29 |
| 392 | 2026-05-12T23:08:11.953Z | Downloaded unit-prefix v0.5.1 |
| 393 | 2026-05-12T23:08:11.953Z | Downloaded version_check v0.9.5 |
| 394 | 2026-05-12T23:08:11.956Z | Downloaded indexmap v2.13.1 |
| 395 | 2026-05-12T23:08:11.959Z | Downloaded utf8parse v0.2.2 |
| 396 | 2026-05-12T23:08:11.959Z | Downloaded utf8_iter v1.0.4 |
| 397 | 2026-05-12T23:08:11.959Z | Downloaded utf8-zero v0.8.1 |
| 398 | 2026-05-12T23:08:11.959Z | Downloaded thiserror v1.0.69 |
| 399 | 2026-05-12T23:08:11.963Z | Downloaded cookie_store v0.22.1 |
| 400 | 2026-05-12T23:08:11.966Z | Downloaded anyhow v1.0.98 |
| 401 | 2026-05-12T23:08:11.969Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 402 | 2026-05-12T23:08:11.969Z | Downloaded sha2 v0.10.9 |
| 403 | 2026-05-12T23:08:11.971Z | Downloaded signal-hook-mio v0.2.5 |
| 404 | 2026-05-12T23:08:11.974Z | Downloaded usdt-attr-macro v0.6.0 |
| 405 | 2026-05-12T23:08:11.974Z | Downloaded spki v0.7.3 |
| 406 | 2026-05-12T23:08:11.974Z | Downloaded wezterm-dynamic-derive v0.1.1 |
| 407 | 2026-05-12T23:08:11.974Z | Downloaded vec_map v0.8.2 |
| 408 | 2026-05-12T23:08:11.978Z | Downloaded smol_str v0.3.2 |
| 409 | 2026-05-12T23:08:11.978Z | Downloaded signal-hook-registry v1.4.5 |
| 410 | 2026-05-12T23:08:11.978Z | Downloaded shlex v1.3.0 |
| 411 | 2026-05-12T23:08:11.981Z | Downloaded usdt-macro v0.6.0 |
| 412 | 2026-05-12T23:08:11.981Z | Downloaded target-lexicon v0.13.3 |
| 413 | 2026-05-12T23:08:11.981Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 414 | 2026-05-12T23:08:11.984Z | Downloaded pin-project-lite v0.2.17 |
| 415 | 2026-05-12T23:08:11.987Z | Downloaded vtparse v0.6.2 |
| 416 | 2026-05-12T23:08:11.987Z | Downloaded clap_derive v4.6.0 |
| 417 | 2026-05-12T23:08:11.987Z | Downloaded httparse v1.10.1 |
| 418 | 2026-05-12T23:08:11.990Z | Downloaded wezterm-dynamic v0.2.1 |
| 419 | 2026-05-12T23:08:11.990Z | Downloaded wezterm-color-types v0.3.0 |
| 420 | 2026-05-12T23:08:11.990Z | Downloaded wezterm-blob-leases v0.1.1 |
| 421 | 2026-05-12T23:08:11.990Z | Downloaded static_assertions v1.1.0 |
| 422 | 2026-05-12T23:08:11.993Z | Downloaded pest_derive v2.8.3 |
| 423 | 2026-05-12T23:08:11.993Z | Downloaded time-macros v0.2.27 |
| 424 | 2026-05-12T23:08:11.996Z | Downloaded getrandom v0.4.2 |
| 425 | 2026-05-12T23:08:11.996Z | Downloaded pest_meta v2.8.3 |
| 426 | 2026-05-12T23:08:11.999Z | Downloaded thiserror-impl v1.0.69 |
| 427 | 2026-05-12T23:08:11.999Z | Downloaded rand_core v0.6.4 |
| 428 | 2026-05-12T23:08:11.999Z | Downloaded lock_api v0.4.13 |
| 429 | 2026-05-12T23:08:12.002Z | Downloaded usdt v0.6.0 |
| 430 | 2026-05-12T23:08:12.002Z | Downloaded bytes v1.11.1 |
| 431 | 2026-05-12T23:08:12.006Z | Downloaded xattr v1.5.0 |
| 432 | 2026-05-12T23:08:12.009Z | Downloaded terminfo v0.9.0 |
| 433 | 2026-05-12T23:08:12.012Z | Downloaded tempfile v3.20.0 |
| 434 | 2026-05-12T23:08:12.015Z | Downloaded tracing-log v0.2.0 |
| 435 | 2026-05-12T23:08:12.015Z | Downloaded borsh v1.5.7 |
| 436 | 2026-05-12T23:08:12.019Z | Downloaded rustls-pki-types v1.12.0 |
| 437 | 2026-05-12T23:08:12.022Z | Downloaded serde_derive v1.0.228 |
| 438 | 2026-05-12T23:08:12.026Z | Downloaded allocator-api2 v0.2.21 |
| 439 | 2026-05-12T23:08:12.029Z | Downloaded derive-where v1.6.1 |
| 440 | 2026-05-12T23:08:12.032Z | Downloaded clap v4.6.0 |
| 441 | 2026-05-12T23:08:12.035Z | Downloaded wezterm-input-types v0.1.0 |
| 442 | 2026-05-12T23:08:12.035Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 443 | 2026-05-12T23:08:12.038Z | Downloaded tokio-stream v0.1.18 |
| 444 | 2026-05-12T23:08:12.041Z | Downloaded zstd v0.13.3 |
| 445 | 2026-05-12T23:08:12.041Z | Downloaded zmij v1.0.18 |
| 446 | 2026-05-12T23:08:12.044Z | Downloaded serde_tokenstream v0.2.2 |
| 447 | 2026-05-12T23:08:12.044Z | Downloaded once_cell v1.21.3 |
| 448 | 2026-05-12T23:08:12.044Z | Downloaded rustc-demangle v0.1.25 |
| 449 | 2026-05-12T23:08:12.047Z | Downloaded zeroize v1.8.1 |
| 450 | 2026-05-12T23:08:12.047Z | Downloaded openssl-sys v0.9.109 |
| 451 | 2026-05-12T23:08:12.050Z | Downloaded signal-hook v0.3.18 |
| 452 | 2026-05-12T23:08:12.050Z | Downloaded smallvec v1.15.1 |
| 453 | 2026-05-12T23:08:12.053Z | Downloaded miniz_oxide v0.8.9 |
| 454 | 2026-05-12T23:08:12.053Z | Downloaded iddqd v0.3.17 |
| 455 | 2026-05-12T23:08:12.056Z | Downloaded target-spec v3.6.0 |
| 456 | 2026-05-12T23:08:12.059Z | Downloaded indicatif v0.18.4 |
| 457 | 2026-05-12T23:08:12.059Z | Downloaded hashbrown v0.16.1 |
| 458 | 2026-05-12T23:08:12.062Z | Downloaded semver v1.0.28 |
| 459 | 2026-05-12T23:08:12.065Z | Downloaded memchr v2.7.6 |
| 460 | 2026-05-12T23:08:12.068Z | Downloaded textwrap v0.16.2 |
| 461 | 2026-05-12T23:08:12.071Z | Downloaded guppy v0.17.25 |
| 462 | 2026-05-12T23:08:12.074Z | Downloaded serde_core v1.0.228 |
| 463 | 2026-05-12T23:08:12.077Z | Downloaded zstd-safe v7.2.4 |
| 464 | 2026-05-12T23:08:12.077Z | Downloaded xxhash-rust v0.8.15 |
| 465 | 2026-05-12T23:08:12.077Z | Downloaded tracing-attributes v0.1.31 |
| 466 | 2026-05-12T23:08:12.082Z | Downloaded const-oid v0.9.6 |
| 467 | 2026-05-12T23:08:12.085Z | Downloaded euclid v0.22.11 |
| 468 | 2026-05-12T23:08:12.088Z | Downloaded derive_more v2.0.1 |
| 469 | 2026-05-12T23:08:12.090Z | Downloaded self_update v0.43.1 |
| 470 | 2026-05-12T23:08:12.093Z | Downloaded flate2 v1.1.1 |
| 471 | 2026-05-12T23:08:12.093Z | Downloaded ucd-trie v0.1.7 |
| 472 | 2026-05-12T23:08:12.096Z | Downloaded finl_unicode v1.4.0 |
| 473 | 2026-05-12T23:08:12.096Z | Downloaded unicase v2.9.0 |
| 474 | 2026-05-12T23:08:12.099Z | Downloaded bitflags v2.11.0 |
| 475 | 2026-05-12T23:08:12.099Z | Downloaded rand v0.8.5 |
| 476 | 2026-05-12T23:08:12.102Z | Downloaded sharded-slab v0.1.7 |
| 477 | 2026-05-12T23:08:12.105Z | Downloaded derive_more-impl v2.0.1 |
| 478 | 2026-05-12T23:08:12.107Z | Downloaded minimal-lexical v0.2.1 |
| 479 | 2026-05-12T23:08:12.110Z | Downloaded usdt-impl v0.6.0 |
| 480 | 2026-05-12T23:08:12.113Z | Downloaded ed25519-dalek v2.1.1 |
| 481 | 2026-05-12T23:08:12.116Z | Downloaded mio v1.2.0 |
| 482 | 2026-05-12T23:08:12.119Z | Downloaded rustls-webpki v0.103.10 |
| 483 | 2026-05-12T23:08:12.122Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 484 | 2026-05-12T23:08:12.122Z | Downloaded vte v0.14.1 |
| 485 | 2026-05-12T23:08:12.125Z | Downloaded uuid v1.18.1 |
| 486 | 2026-05-12T23:08:12.125Z | Downloaded tracing-core v0.1.36 |
| 487 | 2026-05-12T23:08:12.128Z | Downloaded toml_edit v0.25.10+spec-1.1.0 |
| 488 | 2026-05-12T23:08:12.131Z | Downloaded sapling-streampager v0.12.0 |
| 489 | 2026-05-12T23:08:12.131Z | Downloaded zipsign-api v0.1.5 |
| 490 | 2026-05-12T23:08:12.134Z | Downloaded pin-project v1.1.10 |
| 491 | 2026-05-12T23:08:12.137Z | Downloaded nom v7.1.3 |
| 492 | 2026-05-12T23:08:12.140Z | Downloaded ureq-proto v0.6.0 |
| 493 | 2026-05-12T23:08:12.143Z | Downloaded http v1.4.0 |
| 494 | 2026-05-12T23:08:12.146Z | Downloaded fancy-regex v0.11.0 |
| 495 | 2026-05-12T23:08:12.146Z | Downloaded tar v0.4.45 |
| 496 | 2026-05-12T23:08:12.149Z | Downloaded tinyvec v1.9.0 |
| 497 | 2026-05-12T23:08:12.152Z | Downloaded wezterm-bidi v0.2.3 |
| 498 | 2026-05-12T23:08:12.175Z | Downloaded der v0.7.10 |
| 499 | 2026-05-12T23:08:12.182Z | Downloaded serde v1.0.228 |
| 500 | 2026-05-12T23:08:12.190Z | Downloaded url v2.5.7 |
| 501 | 2026-05-12T23:08:12.193Z | Downloaded typenum v1.18.0 |
| 502 | 2026-05-12T23:08:12.206Z | Downloaded idna v1.1.0 |
| 503 | 2026-05-12T23:08:12.209Z | Downloaded zerocopy-derive v0.8.27 |
| 504 | 2026-05-12T23:08:12.212Z | Downloaded rand v0.10.1 |
| 505 | 2026-05-12T23:08:12.215Z | Downloaded pest v2.8.3 |
| 506 | 2026-05-12T23:08:12.218Z | Downloaded hashbrown v0.15.5 |
| 507 | 2026-05-12T23:08:12.221Z | Downloaded unicode-segmentation v1.12.0 |
| 508 | 2026-05-12T23:08:12.221Z | Downloaded der v0.8.0 |
| 509 | 2026-05-12T23:08:12.224Z | Downloaded crossterm v0.29.0 |
| 510 | 2026-05-12T23:08:12.231Z | Downloaded ron v0.12.0 |
| 511 | 2026-05-12T23:08:12.236Z | Downloaded aho-corasick v1.1.4 |
| 512 | 2026-05-12T23:08:12.247Z | Downloaded aws-lc-rs v1.16.2 |
| 513 | 2026-05-12T23:08:12.257Z | Downloaded itertools v0.14.0 |
| 514 | 2026-05-12T23:08:12.261Z | Downloaded unicode-normalization v0.1.25 |
| 515 | 2026-05-12T23:08:12.264Z | Downloaded futures-util v0.3.32 |
| 516 | 2026-05-12T23:08:12.270Z | Downloaded pulldown-cmark v0.13.1 |
| 517 | 2026-05-12T23:08:12.278Z | Downloaded clap_builder v4.6.0 |
| 518 | 2026-05-12T23:08:12.295Z | Downloaded ureq v3.3.0 |
| 519 | 2026-05-12T23:08:12.300Z | Downloaded serde_json v1.0.149 |
| 520 | 2026-05-12T23:08:12.304Z | Downloaded portable-atomic v1.13.1 |
| 521 | 2026-05-12T23:08:12.308Z | Downloaded webpki-root-certs v1.0.6 |
| 522 | 2026-05-12T23:08:12.311Z | Downloaded regex v1.12.3 |
| 523 | 2026-05-12T23:08:12.314Z | Downloaded quick-xml v0.38.4 |
| 524 | 2026-05-12T23:08:12.328Z | Downloaded goblin v0.10.3 |
| 525 | 2026-05-12T23:08:12.333Z | Downloaded chrono v0.4.44 |
| 526 | 2026-05-12T23:08:12.337Z | Downloaded winnow v1.0.1 |
| 527 | 2026-05-12T23:08:12.368Z | Downloaded tracing-subscriber v0.3.23 |
| 528 | 2026-05-12T23:08:12.376Z | Downloaded vcpkg v0.2.15 |
| 529 | 2026-05-12T23:08:12.398Z | Downloaded time v0.3.47 |
| 530 | 2026-05-12T23:08:12.404Z | Downloaded gimli v0.31.1 |
| 531 | 2026-05-12T23:08:12.408Z | Downloaded syn v1.0.109 |
| 532 | 2026-05-12T23:08:12.414Z | Downloaded unicode-width v0.2.2 |
| 533 | 2026-05-12T23:08:12.418Z | Downloaded curve25519-dalek v4.1.3 |
| 534 | 2026-05-12T23:08:12.422Z | Downloaded webpki-roots v1.0.0 |
| 535 | 2026-05-12T23:08:12.425Z | Downloaded zerocopy v0.8.27 |
| 536 | 2026-05-12T23:08:12.437Z | Downloaded openssl v0.10.73 |
| 537 | 2026-05-12T23:08:12.442Z | Downloaded unicode-width v0.1.14 |
| 538 | 2026-05-12T23:08:12.445Z | Downloaded bstr v1.12.1 |
| 539 | 2026-05-12T23:08:12.450Z | Downloaded nix v0.29.0 |
| 540 | 2026-05-12T23:08:12.457Z | Downloaded object v0.36.7 |
| 541 | 2026-05-12T23:08:12.476Z | Downloaded termwiz v0.23.3 |
| 542 | 2026-05-12T23:08:12.484Z | Downloaded regex-syntax v0.8.10 |
| 543 | 2026-05-12T23:08:12.489Z | Downloaded nix v0.31.2 |
| 544 | 2026-05-12T23:08:12.501Z | Downloaded rustls v0.23.37 |
| 545 | 2026-05-12T23:08:12.508Z | Downloaded rustix v0.38.44 |
| 546 | 2026-05-12T23:08:12.521Z | Downloaded rustix v1.0.7 |
| 547 | 2026-05-12T23:08:12.533Z | Downloaded tracing v0.1.44 |
| 548 | 2026-05-12T23:08:12.570Z | Downloaded nextest-runner v0.114.0 |
| 549 | 2026-05-12T23:08:12.593Z | Downloaded color-eyre v0.6.5 |
| 550 | 2026-05-12T23:08:12.609Z | Downloaded regex-automata v0.4.12 |
| 551 | 2026-05-12T23:08:12.641Z | Downloaded petgraph v0.8.3 |
| 552 | 2026-05-12T23:08:12.654Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
| 553 | 2026-05-12T23:08:12.664Z | Downloaded libc v0.2.184 |
| 554 | 2026-05-12T23:08:12.689Z | Downloaded tokio v1.51.0 |
| 555 | 2026-05-12T23:08:12.731Z | Downloaded recursion v0.5.4 |
| 556 | 2026-05-12T23:08:12.810Z | Downloaded encoding_rs v0.8.35 |
| 557 | 2026-05-12T23:08:12.826Z | Downloaded ring v0.17.14 |
| 558 | 2026-05-12T23:08:12.881Z | Downloaded deltae v0.3.2 |
| 559 | 2026-05-12T23:08:13.431Z | Downloaded aws-lc-sys v0.39.0 |
| 560 | 2026-05-12T23:08:13.621Z | Compiling proc-macro2 v1.0.106 |
| 561 | 2026-05-12T23:08:13.621Z | Compiling quote v1.0.45 |
| 562 | 2026-05-12T23:08:13.621Z | Compiling unicode-ident v1.0.24 |
| 563 | 2026-05-12T23:08:13.621Z | Compiling libc v0.2.184 |
| 564 | 2026-05-12T23:08:13.621Z | Compiling cfg-if v1.0.4 |
| 565 | 2026-05-12T23:08:13.624Z | Compiling serde_core v1.0.228 |
| 566 | 2026-05-12T23:08:13.624Z | Compiling memchr v2.7.6 |
| 567 | 2026-05-12T23:08:13.780Z | Compiling log v0.4.29 |
| 568 | 2026-05-12T23:08:13.825Z | Compiling serde v1.0.228 |
| 569 | 2026-05-12T23:08:14.017Z | Compiling autocfg v1.5.0 |
| 570 | 2026-05-12T23:08:14.026Z | Compiling zmij v1.0.18 |
| 571 | 2026-05-12T23:08:14.161Z | Compiling bitflags v2.11.0 |
| 572 | 2026-05-12T23:08:14.311Z | Compiling once_cell v1.21.3 |
| 573 | 2026-05-12T23:08:14.344Z | Compiling shlex v1.3.0 |
| 574 | 2026-05-12T23:08:14.438Z | Compiling jobserver v0.1.33 |
| 575 | 2026-05-12T23:08:14.514Z | Compiling thiserror v2.0.18 |
| 576 | 2026-05-12T23:08:14.538Z | Compiling getrandom v0.3.3 |
| 577 | 2026-05-12T23:08:14.631Z | Compiling cc v1.2.30 |
| 578 | 2026-05-12T23:08:14.838Z | Compiling itoa v1.0.17 |
| 579 | 2026-05-12T23:08:14.849Z | Compiling errno v0.3.12 |
| 580 | 2026-05-12T23:08:14.852Z | Compiling rustix v1.0.7 |
| 581 | 2026-05-12T23:08:14.969Z | Compiling syn v2.0.117 |
| 582 | 2026-05-12T23:08:15.000Z | Compiling version_check v0.9.5 |
| 583 | 2026-05-12T23:08:15.043Z | Compiling serde_json v1.0.149 |
| 584 | 2026-05-12T23:08:15.059Z | Compiling ucd-trie v0.1.7 |
| 585 | 2026-05-12T23:08:15.251Z | Compiling pest v2.8.3 |
| 586 | 2026-05-12T23:08:15.268Z | Compiling num-traits v0.2.19 |
| 587 | 2026-05-12T23:08:15.304Z | Compiling rand_core v0.6.4 |
| 588 | 2026-05-12T23:08:15.380Z | Compiling siphasher v1.0.1 |
| 589 | 2026-05-12T23:08:15.458Z | Compiling rand v0.8.5 |
| 590 | 2026-05-12T23:08:15.550Z | Compiling phf_shared v0.11.3 |
| 591 | 2026-05-12T23:08:15.669Z | Compiling signal-hook-registry v1.4.5 |
| 592 | 2026-05-12T23:08:15.711Z | Compiling pin-project-lite v0.2.17 |
| 593 | 2026-05-12T23:08:15.801Z | Compiling adler2 v2.0.1 |
| 594 | 2026-05-12T23:08:15.891Z | Compiling thiserror v1.0.69 |
| 595 | 2026-05-12T23:08:15.952Z | Compiling miniz_oxide v0.8.9 |
| 596 | 2026-05-12T23:08:16.062Z | Compiling phf_generator v0.11.3 |
| 597 | 2026-05-12T23:08:16.239Z | Compiling pest_meta v2.8.3 |
| 598 | 2026-05-12T23:08:16.373Z | Compiling cmake v0.1.54 |
| 599 | 2026-05-12T23:08:16.616Z | Compiling fs_extra v1.3.0 |
| 600 | 2026-05-12T23:08:16.741Z | Compiling smallvec v1.15.1 |
| 601 | 2026-05-12T23:08:16.869Z | Compiling allocator-api2 v0.2.21 |
| 602 | 2026-05-12T23:08:16.997Z | Compiling cfg_aliases v0.2.1 |
| 603 | 2026-05-12T23:08:17.105Z | Compiling dunce v1.0.5 |
| 604 | 2026-05-12T23:08:17.179Z | Compiling typenum v1.18.0 |
| 605 | 2026-05-12T23:08:17.201Z | Compiling unicode-width v0.2.2 |
| 606 | 2026-05-12T23:08:17.259Z | Compiling aws-lc-sys v0.39.0 |
| 607 | 2026-05-12T23:08:17.400Z | Compiling pest_generator v2.8.3 |
| 608 | 2026-05-12T23:08:17.474Z | Compiling hashbrown v0.16.1 |
| 609 | 2026-05-12T23:08:17.491Z | Compiling generic-array v0.14.7 |
| 610 | 2026-05-12T23:08:17.529Z | Compiling syn v1.0.109 |
| 611 | 2026-05-12T23:08:17.558Z | Compiling camino v1.2.2 |
| 612 | 2026-05-12T23:08:17.730Z | Compiling equivalent v1.0.2 |
| 613 | 2026-05-12T23:08:17.827Z | Compiling signal-hook v0.3.18 |
| 614 | 2026-05-12T23:08:17.861Z | Compiling lazy_static v1.5.0 |
| 615 | 2026-05-12T23:08:18.027Z | Compiling aho-corasick v1.1.4 |
| 616 | 2026-05-12T23:08:18.157Z | Compiling object v0.36.7 |
| 617 | 2026-05-12T23:08:18.428Z | Compiling strsim v0.11.1 |
| 618 | 2026-05-12T23:08:18.449Z | Compiling zerocopy v0.8.27 |
| 619 | 2026-05-12T23:08:18.540Z | Compiling regex-syntax v0.8.10 |
| 620 | 2026-05-12T23:08:18.613Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-05-12T23:08:18.635Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-05-12T23:08:18.837Z | Compiling zerocopy-derive v0.8.27 |
| 623 | 2026-05-12T23:08:19.264Z | Compiling thiserror-impl v1.0.69 |
| 624 | 2026-05-12T23:08:19.807Z | Compiling pest_derive v2.8.3 |
| 625 | 2026-05-12T23:08:19.918Z | Compiling futures-core v0.3.32 |
| 626 | 2026-05-12T23:08:20.040Z | Compiling target-lexicon v0.13.3 |
| 627 | 2026-05-12T23:08:20.070Z | Compiling zeroize v1.8.1 |
| 628 | 2026-05-12T23:08:20.257Z | Compiling regex-automata v0.4.12 |
| 629 | 2026-05-12T23:08:20.565Z | Compiling indexmap v2.13.1 |
| 630 | 2026-05-12T23:08:21.769Z | Compiling memoffset v0.9.1 |
| 631 | 2026-05-12T23:08:21.822Z | Compiling owo-colors v4.3.0 |
| 632 | 2026-05-12T23:08:21.914Z | Compiling pkg-config v0.3.32 |
| 633 | 2026-05-12T23:08:22.007Z | Compiling bytes v1.11.1 |
| 634 | 2026-05-12T23:08:22.147Z | Compiling guppy-workspace-hack v0.1.0 |
| 635 | 2026-05-12T23:08:22.333Z | Compiling utf8parse v0.2.2 |
| 636 | 2026-05-12T23:08:22.365Z | Compiling aws-lc-rs v1.16.2 |
| 637 | 2026-05-12T23:08:22.437Z | Compiling gimli v0.31.1 |
| 638 | 2026-05-12T23:08:22.667Z | Compiling bytemuck v1.24.0 |
| 639 | 2026-05-12T23:08:23.124Z | Compiling atomic v0.6.1 |
| 640 | 2026-05-12T23:08:23.215Z | Compiling wezterm-dynamic-derive v0.1.1 |
| 641 | 2026-05-12T23:08:23.278Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
| 642 | 2026-05-12T23:08:23.993Z | Compiling phf_macros v0.11.3 |
| 643 | 2026-05-12T23:08:24.148Z | Compiling nix v0.29.0 |
| 644 | 2026-05-12T23:08:24.519Z | Compiling addr2line v0.24.2 |
| 645 | 2026-05-12T23:08:24.696Z | Compiling ordered-float v4.6.0 |
| 646 | 2026-05-12T23:08:24.933Z | Compiling tracing-core v0.1.36 |
| 647 | 2026-05-12T23:08:25.024Z | Compiling futures-sink v0.3.32 |
| 648 | 2026-05-12T23:08:25.128Z | Compiling target-spec v3.6.0 |
| 649 | 2026-05-12T23:08:25.413Z | Compiling fastrand v2.3.0 |
| 650 | 2026-05-12T23:08:25.556Z | Compiling crc32fast v1.5.0 |
| 651 | 2026-05-12T23:08:25.585Z | Compiling rustc-demangle v0.1.25 |
| 652 | 2026-05-12T23:08:25.760Z | Compiling tempfile v3.20.0 |
| 653 | 2026-05-12T23:08:25.900Z | Compiling futures-channel v0.3.32 |
| 654 | 2026-05-12T23:08:26.143Z | Compiling wezterm-dynamic v0.2.1 |
| 655 | 2026-05-12T23:08:26.549Z | Compiling backtrace v0.3.75 |
| 656 | 2026-05-12T23:08:26.560Z | Compiling phf v0.11.3 |
| 657 | 2026-05-12T23:08:26.653Z | Compiling cfg-expr v0.20.6 |
| 658 | 2026-05-12T23:08:27.633Z | Compiling uuid v1.18.1 |
| 659 | 2026-05-12T23:08:27.795Z | Compiling regex v1.12.3 |
| 660 | 2026-05-12T23:08:28.023Z | Compiling crypto-common v0.1.6 |
| 661 | 2026-05-12T23:08:28.148Z | Compiling block-buffer v0.10.4 |
| 662 | 2026-05-12T23:08:28.254Z | Compiling rustls-pki-types v1.12.0 |
| 663 | 2026-05-12T23:08:28.292Z | Compiling scroll_derive v0.13.1 |
| 664 | 2026-05-12T23:08:28.991Z | Compiling futures-macro v0.3.32 |
| 665 | 2026-05-12T23:08:29.077Z | Compiling phf_codegen v0.11.3 |
| 666 | 2026-05-12T23:08:30.091Z | Compiling terminal_size v0.4.3 |
| 667 | 2026-05-12T23:08:30.094Z | Compiling semver v1.0.28 |
| 668 | 2026-05-12T23:08:30.094Z | Compiling mio v1.2.0 |
| 669 | 2026-05-12T23:08:30.094Z | Compiling futures-task v0.3.32 |
| 670 | 2026-05-12T23:08:30.094Z | Compiling slab v0.4.11 |
| 671 | 2026-05-12T23:08:30.094Z | Compiling httparse v1.10.1 |
| 672 | 2026-05-12T23:08:30.094Z | Compiling usdt-impl v0.6.0 |
| 673 | 2026-05-12T23:08:30.094Z | Compiling winnow v1.0.1 |
| 674 | 2026-05-12T23:08:30.094Z | Compiling futures-io v0.3.32 |
| 675 | 2026-05-12T23:08:30.095Z | Compiling base64 v0.22.1 |
| 676 | 2026-05-12T23:08:30.128Z | Compiling byteorder v1.5.0 |
| 677 | 2026-05-12T23:08:30.206Z | Compiling futures-util v0.3.32 |
| 678 | 2026-05-12T23:08:30.531Z | Compiling terminfo v0.9.0 |
| 679 | 2026-05-12T23:08:30.998Z | Compiling scroll v0.13.0 |
| 680 | 2026-05-12T23:08:31.225Z | Compiling dof v0.4.0 |
| 681 | 2026-05-12T23:08:31.242Z | Compiling digest v0.10.7 |
| 682 | 2026-05-12T23:08:31.648Z | Compiling dtrace-parser v0.3.0 |
| 683 | 2026-05-12T23:08:31.680Z | Compiling tracing-attributes v0.1.31 |
| 684 | 2026-05-12T23:08:32.188Z | Compiling ahash v0.8.12 |
| 685 | 2026-05-12T23:08:32.442Z | Compiling thread-id v5.0.0 |
| 686 | 2026-05-12T23:08:32.487Z | Compiling lock_api v0.4.13 |
| 687 | 2026-05-12T23:08:32.562Z | Compiling rustls v0.23.37 |
| 688 | 2026-05-12T23:08:32.731Z | Compiling bit-vec v0.6.3 |
| 689 | 2026-05-12T23:08:32.783Z | Compiling nextest-workspace-hack v0.1.0 |
| 690 | 2026-05-12T23:08:32.836Z | Compiling untrusted v0.9.0 |
| 691 | 2026-05-12T23:08:32.854Z | Compiling unicode-segmentation v1.12.0 |
| 692 | 2026-05-12T23:08:32.963Z | Compiling unicode-linebreak v0.1.5 |
| 693 | 2026-05-12T23:08:32.984Z | Compiling unicode-width v0.1.14 |
| 694 | 2026-05-12T23:08:32.998Z | Compiling anyhow v1.0.98 |
| 695 | 2026-05-12T23:08:33.210Z | Compiling minimal-lexical v0.2.1 |
| 696 | 2026-05-12T23:08:33.220Z | Compiling foldhash v0.1.5 |
| 697 | 2026-05-12T23:08:33.269Z | Compiling scopeguard v1.2.0 |
| 698 | 2026-05-12T23:08:33.317Z | Compiling either v1.15.0 |
| 699 | 2026-05-12T23:08:33.370Z | Compiling is_ci v1.2.0 |
| 700 | 2026-05-12T23:08:33.414Z | Compiling portable-atomic v1.13.1 |
| 701 | 2026-05-12T23:08:33.487Z | Compiling fnv v1.0.7 |
| 702 | 2026-05-12T23:08:33.515Z | Compiling plain v0.2.3 |
| 703 | 2026-05-12T23:08:33.518Z | Compiling lab v0.11.0 |
| 704 | 2026-05-12T23:08:33.580Z | Compiling zstd-safe v7.2.4 |
| 705 | 2026-05-12T23:08:33.623Z | Compiling parking_lot_core v0.9.11 |
| 706 | 2026-05-12T23:08:33.704Z | Compiling cpufeatures v0.2.17 |
| 707 | 2026-05-12T23:08:33.772Z | Compiling sha2 v0.10.9 |
| 708 | 2026-05-12T23:08:33.818Z | Compiling csscolorparser v0.6.2 |
| 709 | 2026-05-12T23:08:33.886Z | Compiling goblin v0.10.3 |
| 710 | 2026-05-12T23:08:33.910Z | Compiling supports-color v3.0.2 |
| 711 | 2026-05-12T23:08:34.126Z | Compiling nom v7.1.3 |
| 712 | 2026-05-12T23:08:34.219Z | Compiling hashbrown v0.15.5 |
| 713 | 2026-05-12T23:08:34.640Z | Compiling convert_case v0.7.1 |
| 714 | 2026-05-12T23:08:34.759Z | Compiling textwrap v0.16.2 |
| 715 | 2026-05-12T23:08:34.831Z | Compiling bit-set v0.5.3 |
| 716 | 2026-05-12T23:08:34.923Z | Compiling tracing v0.1.44 |
| 717 | 2026-05-12T23:08:35.094Z | Compiling mac_address v1.1.8 |
| 718 | 2026-05-12T23:08:35.249Z | Compiling flate2 v1.1.1 |
| 719 | 2026-05-12T23:08:35.435Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 720 | 2026-05-12T23:08:35.756Z | Compiling backtrace-ext v0.2.1 |
| 721 | 2026-05-12T23:08:35.767Z | Compiling tracing-log v0.2.0 |
| 722 | 2026-05-12T23:08:36.002Z | Compiling serde_tokenstream v0.2.2 |
| 723 | 2026-05-12T23:08:36.075Z | Compiling http v1.4.0 |
| 724 | 2026-05-12T23:08:36.104Z | Compiling cargo-platform v0.3.0 |
| 725 | 2026-05-12T23:08:36.134Z | Compiling pathdiff v0.2.3 |
| 726 | 2026-05-12T23:08:36.248Z | Compiling miette-derive v7.6.0 |
| 727 | 2026-05-12T23:08:36.268Z | Compiling tokio-macros v2.7.0 |
| 728 | 2026-05-12T23:08:36.649Z | Compiling sharded-slab v0.1.7 |
| 729 | 2026-05-12T23:08:36.732Z | Compiling console v0.16.3 |
| 730 | 2026-05-12T23:08:36.984Z | Compiling euclid v0.22.11 |
| 731 | 2026-05-12T23:08:37.245Z | Compiling serde_spanned v1.1.1 |
| 732 | 2026-05-12T23:08:37.321Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 733 | 2026-05-12T23:08:37.390Z | Compiling os_pipe v1.2.2 |
| 734 | 2026-05-12T23:08:37.551Z | Compiling thread_local v1.1.8 |
| 735 | 2026-05-12T23:08:37.613Z | Compiling getrandom v0.4.2 |
| 736 | 2026-05-12T23:08:37.718Z | Compiling option-ext v0.2.0 |
| 737 | 2026-05-12T23:08:37.812Z | Compiling rustix v0.38.44 |
| 738 | 2026-05-12T23:08:37.882Z | Compiling supports-hyperlinks v3.1.0 |
| 739 | 2026-05-12T23:08:37.894Z | Compiling pretty-hex v0.4.1 |
| 740 | 2026-05-12T23:08:37.943Z | Compiling supports-unicode v3.0.0 |
| 741 | 2026-05-12T23:08:38.001Z | Compiling subtle v2.6.1 |
| 742 | 2026-05-12T23:08:38.019Z | Compiling fixedbitset v0.5.7 |
| 743 | 2026-05-12T23:08:38.091Z | Compiling rand_core v0.10.0 |
| 744 | 2026-05-12T23:08:38.142Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 745 | 2026-05-12T23:08:38.157Z | Compiling pulldown-cmark v0.13.1 |
| 746 | 2026-05-12T23:08:38.240Z | Compiling debug-ignore v1.0.5 |
| 747 | 2026-05-12T23:08:38.341Z | Compiling bitflags v1.3.2 |
| 748 | 2026-05-12T23:08:38.377Z | Compiling deltae v0.3.2 |
| 749 | 2026-05-12T23:08:38.410Z | Compiling wezterm-input-types v0.1.0 |
| 750 | 2026-05-12T23:08:38.480Z | Compiling petgraph v0.8.3 |
| 751 | 2026-05-12T23:08:38.591Z | Compiling wezterm-color-types v0.3.0 |
| 752 | 2026-05-12T23:08:38.643Z | Compiling miette v7.6.0 |
| 753 | 2026-05-12T23:08:39.509Z | Compiling dirs-sys v0.5.0 |
| 754 | 2026-05-12T23:08:39.994Z | Compiling tracing-subscriber v0.3.23 |
| 755 | 2026-05-12T23:08:40.618Z | Compiling sigchld v0.2.4 |
| 756 | 2026-05-12T23:08:40.800Z | Compiling tokio v1.51.0 |
| 757 | 2026-05-12T23:08:40.847Z | Compiling ureq-proto v0.6.0 |
| 758 | 2026-05-12T23:08:41.738Z | Compiling cargo_metadata v0.23.1 |
| 759 | 2026-05-12T23:08:42.881Z | Compiling wezterm-blob-leases v0.1.1 |
| 760 | 2026-05-12T23:08:43.712Z | Compiling fancy-regex v0.11.0 |
| 761 | 2026-05-12T23:08:44.860Z | Compiling derive_more-impl v2.0.1 |
| 762 | 2026-05-12T23:08:46.582Z | Compiling itertools v0.14.0 |
| 763 | 2026-05-12T23:08:46.667Z | Compiling futures-executor v0.3.32 |
| 764 | 2026-05-12T23:08:46.903Z | Compiling socks v0.3.4 |
| 765 | 2026-05-12T23:08:47.123Z | Compiling webpki-roots v1.0.0 |
| 766 | 2026-05-12T23:08:47.236Z | Compiling wezterm-bidi v0.2.3 |
| 767 | 2026-05-12T23:08:47.361Z | Compiling anstyle-parse v1.0.0 |
| 768 | 2026-05-12T23:08:47.571Z | Compiling vtparse v0.6.2 |
| 769 | 2026-05-12T23:08:47.986Z | Compiling smol_str v0.3.2 |
| 770 | 2026-05-12T23:08:48.043Z | Compiling filedescriptor v0.8.3 |
| 771 | 2026-05-12T23:08:48.286Z | Compiling num-derive v0.4.2 |
| 772 | 2026-05-12T23:08:48.297Z | Compiling pin-project-internal v1.1.10 |
| 773 | 2026-05-12T23:08:48.540Z | Compiling nix v0.31.2 |
| 774 | 2026-05-12T23:08:48.918Z | Compiling filetime v0.2.25 |
| 775 | 2026-05-12T23:08:49.195Z | Compiling memmap2 v0.9.8 |
| 776 | 2026-05-12T23:08:49.198Z | Compiling termios v0.3.3 |
| 777 | 2026-05-12T23:08:49.353Z | Compiling bstr v1.12.1 |
| 778 | 2026-05-12T23:08:49.369Z | Compiling vte v0.14.1 |
| 779 | 2026-05-12T23:08:49.477Z | Compiling quick-xml v0.38.4 |
| 780 | 2026-05-12T23:08:49.584Z | Compiling encoding_rs v0.8.35 |
| 781 | 2026-05-12T23:08:49.931Z | Compiling nested v0.1.1 |
| 782 | 2026-05-12T23:08:50.023Z | Compiling litrs v0.4.1 |
| 783 | 2026-05-12T23:08:50.122Z | Compiling utf8-zero v0.8.1 |
| 784 | 2026-05-12T23:08:50.315Z | Compiling eyre v0.6.12 |
| 785 | 2026-05-12T23:08:50.433Z | Compiling anstyle v1.0.13 |
| 786 | 2026-05-12T23:08:50.624Z | Compiling is_terminal_polyfill v1.70.1 |
| 787 | 2026-05-12T23:08:50.693Z | Compiling iana-time-zone v0.1.63 |
| 788 | 2026-05-12T23:08:50.716Z | Compiling fixedbitset v0.4.2 |
| 789 | 2026-05-12T23:08:51.033Z | Compiling static_assertions v1.1.0 |
| 790 | 2026-05-12T23:08:51.081Z | Compiling memmem v0.1.1 |
| 791 | 2026-05-12T23:08:51.100Z | Compiling percent-encoding v2.3.2 |
| 792 | 2026-05-12T23:08:51.113Z | Compiling color-spantrace v0.3.0 |
| 793 | 2026-05-12T23:08:51.262Z | Compiling colorchoice v1.0.3 |
| 794 | 2026-05-12T23:08:51.363Z | Compiling self_update v0.43.1 |
| 795 | 2026-05-12T23:08:51.391Z | Compiling unit-prefix v0.5.1 |
| 796 | 2026-05-12T23:08:51.437Z | Compiling xattr v1.5.0 |
| 797 | 2026-05-12T23:08:51.534Z | Compiling finl_unicode v1.4.0 |
| 798 | 2026-05-12T23:08:51.599Z | Compiling hex v0.4.3 |
| 799 | 2026-05-12T23:08:51.610Z | Compiling cpufeatures v0.3.0 |
| 800 | 2026-05-12T23:08:51.750Z | Compiling anstyle-query v1.1.2 |
| 801 | 2026-05-12T23:08:51.810Z | Compiling tinyvec_macros v0.1.1 |
| 802 | 2026-05-12T23:08:51.847Z | Compiling unicase v2.9.0 |
| 803 | 2026-05-12T23:08:51.874Z | Compiling tinyvec v1.9.0 |
| 804 | 2026-05-12T23:08:52.017Z | Compiling termwiz v0.23.3 |
| 805 | 2026-05-12T23:08:52.050Z | Compiling enum_dispatch v0.3.13 |
| 806 | 2026-05-12T23:08:52.601Z | Compiling anstream v1.0.0 |
| 807 | 2026-05-12T23:08:52.925Z | Compiling chacha20 v0.10.0 |
| 808 | 2026-05-12T23:08:53.109Z | Compiling tar v0.4.45 |
| 809 | 2026-05-12T23:08:53.209Z | Compiling indicatif v0.18.4 |
| 810 | 2026-05-12T23:08:53.419Z | Compiling guppy v0.17.25 |
| 811 | 2026-05-12T23:08:53.842Z | Compiling chrono v0.4.44 |
| 812 | 2026-05-12T23:08:54.632Z | Compiling zstd v0.13.3 |
| 813 | 2026-05-12T23:08:55.303Z | Compiling document-features v0.2.11 |
| 814 | 2026-05-12T23:08:55.567Z | Compiling globset v0.4.18 |
| 815 | 2026-05-12T23:08:55.848Z | Compiling strip-ansi-escapes v0.2.1 |
| 816 | 2026-05-12T23:08:56.164Z | Compiling pin-project v1.1.10 |
| 817 | 2026-05-12T23:08:56.335Z | Compiling nextest-metadata v0.14.1 |
| 818 | 2026-05-12T23:08:57.252Z | Compiling futures v0.3.32 |
| 819 | 2026-05-12T23:08:57.331Z | Compiling parking_lot v0.12.4 |
| 820 | 2026-05-12T23:08:58.232Z | Compiling derive_more v2.0.1 |
| 821 | 2026-05-12T23:08:58.310Z | Compiling tracing-error v0.2.1 |
| 822 | 2026-05-12T23:08:58.536Z | Compiling shared_child v1.1.1 |
| 823 | 2026-05-12T23:08:58.737Z | Compiling dirs v6.0.0 |
| 824 | 2026-05-12T23:08:59.400Z | Compiling toml v1.1.2+spec-1.1.0 |
| 825 | 2026-05-12T23:09:00.172Z | Compiling usdt-macro v0.6.0 |
| 826 | 2026-05-12T23:09:00.467Z | Compiling usdt-attr-macro v0.6.0 |
| 827 | 2026-05-12T23:09:00.828Z | Compiling signal-hook-mio v0.2.5 |
| 828 | 2026-05-12T23:09:00.956Z | Compiling newtype-uuid v1.3.2 |
| 829 | 2026-05-12T23:09:01.150Z | Compiling self-replace v1.5.0 |
| 830 | 2026-05-12T23:09:01.179Z | Compiling clap_lex v1.0.0 |
| 831 | 2026-05-12T23:09:01.530Z | Compiling foldhash v0.2.0 |
| 832 | 2026-05-12T23:09:01.650Z | Compiling humantime v2.3.0 |
| 833 | 2026-05-12T23:09:01.815Z | Compiling rustc-hash v2.1.1 |
| 834 | 2026-05-12T23:09:02.044Z | Compiling lru v0.16.3 |
| 835 | 2026-05-12T23:09:02.063Z | Compiling vec_map v0.8.2 |
| 836 | 2026-05-12T23:09:02.182Z | Compiling urlencoding v2.1.3 |
| 837 | 2026-05-12T23:09:02.231Z | Compiling shell-words v1.1.1 |
| 838 | 2026-05-12T23:09:02.243Z | Compiling indenter v0.3.4 |
| 839 | 2026-05-12T23:09:02.363Z | Compiling recursion v0.5.4 |
| 840 | 2026-05-12T23:09:02.414Z | Compiling heck v0.5.0 |
| 841 | 2026-05-12T23:09:02.469Z | Compiling shared_thread v0.2.0 |
| 842 | 2026-05-12T23:09:02.489Z | Compiling nextest-filtering v0.21.0 |
| 843 | 2026-05-12T23:09:02.599Z | Compiling duct v1.1.1 |
| 844 | 2026-05-12T23:09:02.603Z | Compiling clap_derive v4.6.0 |
| 845 | 2026-05-12T23:09:04.012Z | Compiling sapling-streampager v0.12.0 |
| 846 | 2026-05-12T23:09:04.372Z | Compiling clap_builder v4.6.0 |
| 847 | 2026-05-12T23:09:04.586Z | Compiling iddqd v0.3.17 |
| 848 | 2026-05-12T23:09:06.128Z | Compiling humantime-serde v1.1.1 |
| 849 | 2026-05-12T23:09:06.276Z | Compiling usdt v0.6.0 |
| 850 | 2026-05-12T23:09:06.641Z | Compiling quick-junit v0.6.0 |
| 851 | 2026-05-12T23:09:06.870Z | Compiling crossterm v0.29.0 |
| 852 | 2026-05-12T23:09:06.911Z | Compiling config v0.15.22 |
| 853 | 2026-05-12T23:09:08.635Z | Compiling atomicwrites v0.4.4 |
| 854 | 2026-05-12T23:09:08.914Z | Compiling cargo-nextest v0.9.133 |
| 855 | 2026-05-12T23:09:09.229Z | Compiling rand v0.10.1 |
| 856 | 2026-05-12T23:09:09.873Z | Compiling async-scoped v0.9.0 |
| 857 | 2026-05-12T23:09:10.053Z | Compiling eazip v0.2.4 |
| 858 | 2026-05-12T23:09:10.392Z | Compiling unicode-normalization v0.1.25 |
| 859 | 2026-05-12T23:09:10.455Z | Compiling tokio-stream v0.1.18 |
| 860 | 2026-05-12T23:09:10.872Z | Compiling target-spec-miette v0.4.6 |
| 861 | 2026-05-12T23:09:10.956Z | Compiling future-queue v0.4.0 |
| 862 | 2026-05-12T23:09:10.969Z | Compiling toml_edit v0.25.10+spec-1.1.0 |
| 863 | 2026-05-12T23:09:11.215Z | Compiling mukti-metadata v0.3.0 |
| 864 | 2026-05-12T23:09:11.271Z | Compiling camino-tempfile v1.4.1 |
| 865 | 2026-05-12T23:09:11.495Z | Compiling derive-where v1.6.1 |
| 866 | 2026-05-12T23:09:11.682Z | Compiling serde_ignored v0.1.14 |
| 867 | 2026-05-12T23:09:11.693Z | Compiling bytesize v2.3.1 |
| 868 | 2026-05-12T23:09:11.849Z | Compiling serde_path_to_error v0.1.20 |
| 869 | 2026-05-12T23:09:11.897Z | Compiling etcetera v0.11.0 |
| 870 | 2026-05-12T23:09:12.041Z | Compiling swrite v0.1.0 |
| 871 | 2026-05-12T23:09:12.141Z | Compiling home v0.5.12 |
| 872 | 2026-05-12T23:09:12.286Z | Compiling xxhash-rust v0.8.15 |
| 873 | 2026-05-12T23:09:12.303Z | Compiling countio v0.2.19 |
| 874 | 2026-05-12T23:09:12.316Z | Compiling color-eyre v0.6.5 |
| 875 | 2026-05-12T23:09:12.428Z | Compiling clap v4.6.0 |
| 876 | 2026-05-12T23:09:13.512Z | Compiling dialoguer v0.12.0 |
| 877 | 2026-05-12T23:09:13.515Z | Compiling locked-tripwire v0.1.0 |
| 878 | 2026-05-12T23:09:13.515Z | Compiling idna_adapter v1.0.0 |
| 879 | 2026-05-12T23:09:13.515Z | Compiling enable-ansi-support v0.3.1 |
| 880 | 2026-05-12T23:09:16.412Z | Compiling rustls-webpki v0.103.10 |
| 881 | 2026-05-12T23:09:19.585Z | Compiling ureq v3.3.0 |
| 882 | 2026-05-12T23:09:23.161Z | Compiling nextest-runner v0.114.0 |
| 883 | 2026-05-12T23:09:54.944Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 884 | 2026-05-12T23:09:55.032Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 885 | 2026-05-12T23:09:55.035Z | Installed package `cargo-nextest v0.9.133` (executable `cargo-nextest`) |
| 886 | 2026-05-12T23:09:55.166Z | + pfexec ptime -m cargo nextest run |
| 887 | 2026-05-12T23:09:55.358Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 888 | 2026-05-12T23:09:55.370Z | ──────────── |
| 889 | 2026-05-12T23:09:55.370Z | Nextest run ID 09456f7b-9bb3-4d79-92a8-a5b07f3a9473 with nextest profile: default |
| 890 | 2026-05-12T23:09:55.370Z | Starting 25 tests across 2 binaries |
| 891 | 2026-05-12T23:09:55.378Z | PASS [ 0.008s] ( 1/25) libtopo tests::error_from_nverror |
| 892 | 2026-05-12T23:09:55.378Z | PASS [ 0.008s] ( 2/25) libtopo tests::error_from_nulerror |
| 893 | 2026-05-12T23:09:55.378Z | PASS [ 0.008s] ( 3/25) libtopo tests::error_display_topo |
| 894 | 2026-05-12T23:09:55.383Z | PASS [ 0.008s] ( 4/25) libtopo tests::error_display_open |
| 895 | 2026-05-12T23:09:55.458Z | PASS [ 0.080s] ( 5/25) libtopo tests::node_label_works |
| 896 | 2026-05-12T23:09:55.458Z | PASS [ 0.087s] ( 6/25) libtopo tests::fmri_replaced_on_node_resource |
| 897 | 2026-05-12T23:09:55.458Z | PASS [ 0.080s] ( 7/25) libtopo tests::node_property_groups_returns_groups |
| 898 | 2026-05-12T23:09:55.458Z | PASS [ 0.088s] ( 8/25) libtopo tests::fmri_roundtrip_via_node_resource |
| 899 | 2026-05-12T23:09:55.458Z | PASS [ 0.079s] ( 9/25) libtopo tests::node_property_resource_is_fmri |
| 900 | 2026-05-12T23:09:55.458Z | PASS [ 0.088s] (10/25) libtopo tests::fmri_roundtrip_through_strings |
| 901 | 2026-05-12T23:09:55.458Z | PASS [ 0.080s] (11/25) libtopo tests::fmri_unusable_on_node_resource |
| 902 | 2026-05-12T23:09:55.458Z | PASS [ 0.088s] (12/25) libtopo tests::fmri_present_on_node_resource |
| 903 | 2026-05-12T23:09:55.466Z | PASS [ 0.009s] (13/25) libtopo tests::scheme_as_cstr |
| 904 | 2026-05-12T23:09:55.467Z | PASS [ 0.009s] (14/25) libtopo tests::prop_value_debug_unknown |
| 905 | 2026-05-12T23:09:55.467Z | PASS [ 0.009s] (15/25) libtopo tests::topo_errmsg_returns_nonempty_string |
| 906 | 2026-05-12T23:09:55.473Z | PASS [ 0.007s] (16/25) libtopo tests::walk_action_eq |
| 907 | 2026-05-12T23:09:55.501Z | PASS [ 0.043s] (17/25) libtopo tests::open_and_drop |
| 908 | 2026-05-12T23:09:55.504Z | PASS [ 0.043s] (18/25) libtopo tests::snapshot_uuid_is_36_chars |
| 909 | 2026-05-12T23:09:55.504Z | PASS [ 0.043s] (19/25) libtopo tests::node_property_unknown_returns_err |
| 910 | 2026-05-12T23:09:55.504Z | PASS [ 0.043s] (20/25) libtopo tests::snapshot_and_drop |
| 911 | 2026-05-12T23:09:55.504Z | PASS [ 0.043s] (21/25) libtopo tests::resnapshot_same_handle |
| 912 | 2026-05-12T23:09:55.507Z | PASS [ 0.040s] (22/25) libtopo tests::walk_node_resource_and_format |
| 913 | 2026-05-12T23:09:55.510Z | PASS [ 0.041s] (23/25) libtopo tests::walk_hc_counts_at_least_one_node |
| 914 | 2026-05-12T23:09:55.513Z | PASS [ 0.039s] (24/25) libtopo tests::walk_propagates_closure_error |
| 915 | 2026-05-12T23:09:55.535Z | PASS [ 0.035s] (25/25) libtopo tests::walk_stop_terminates_early |
| 916 | 2026-05-12T23:09:55.538Z | ──────────── |
| 917 | 2026-05-12T23:09:55.538Z | Summary [ 0.166s] 25 tests run: 25 passed, 0 skipped |
| 918 | 2026-05-12T23:09:55.538Z | |
| 919 | 2026-05-12T23:09:55.538Z | real 0.366947646 |
| 920 | 2026-05-12T23:09:55.538Z | user 0.334305409 |
| 921 | 2026-05-12T23:09:55.538Z | sys 0.402994776 |
| 922 | 2026-05-12T23:09:55.538Z | trap 0.000536337 |
| 923 | 2026-05-12T23:09:55.538Z | tflt 0.004637834 |
| 924 | 2026-05-12T23:09:55.538Z | dflt 0.000941890 |
| 925 | 2026-05-12T23:09:55.538Z | kflt 0.000009373 |
| 926 | 2026-05-12T23:09:55.538Z | lock 2.147957604 |
| 927 | 2026-05-12T23:09:55.539Z | slp 1.069387553 |
| 928 | 2026-05-12T23:09:55.539Z | lat 0.191511292 |
| 929 | 2026-05-12T23:09:55.539Z | stop 0.085876939 |
| 930 | 2026-05-12T23:09:55.542Z | process exited: duration 111627 ms, exit code 0 |
| |
| 931 | 2026-05-12T23:09:55.548Z | found 0 output files |