|
|
|
| 1 | 2026-04-25T00:35:58.509Z | job assigned to worker 01KQ10ZHTZK6T32MTR40AYE87W [factory aws, i-0ab9213a582b7ed3d] (queued for 1 m 5 s) |
| |
| 2 | 2026-04-25T00:36:05.190Z | starting task 0: "setup" |
| 3 | 2026-04-25T00:36:05.194Z | ++ uname -s |
| 4 | 2026-04-25T00:36:05.197Z | + kern=SunOS |
| 5 | 2026-04-25T00:36:05.197Z | + build_user=build |
| 6 | 2026-04-25T00:36:05.197Z | + build_uid=12345 |
| 7 | 2026-04-25T00:36:05.197Z | + work_dir=/work |
| 8 | 2026-04-25T00:36:05.197Z | + input_dir=/input |
| 9 | 2026-04-25T00:36:05.197Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-25T00:36:05.198Z | + case "$kern" in |
| 11 | 2026-04-25T00:36:05.198Z | + groupadd -g 12345 build |
| 12 | 2026-04-25T00:36:05.198Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-25T00:36:07.204Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-25T00:36:07.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-25T00:36:07.285Z | + home_fs=zfs |
| 16 | 2026-04-25T00:36:07.285Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-25T00:36:07.286Z | + mkdir -p /home/build |
| 18 | 2026-04-25T00:36:07.286Z | + chown build:build /home/build /work |
| 19 | 2026-04-25T00:36:09.287Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-25T00:36:09.290Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-04-25T00:36:09.296Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-25T00:36:09.301Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-25T00:36:09.301Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-25T00:36:09.301Z | * rust toolchain channel = "stable" |
| 25 | 2026-04-25T00:36:09.301Z | * rust toolchain profile = "default" |
| 26 | 2026-04-25T00:36:09.301Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-25T00:36:09.301Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-25T00:36:09.304Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-25T00:36:09.304Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-25T00:36:09.400Z | info: downloading installer |
| 31 | 2026-04-25T00:36:11.047Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-25T00:36:11.047Z | warn: /opt/ooce/bin |
| 33 | 2026-04-25T00:36:11.047Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-25T00:36:11.048Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-25T00:36:11.048Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-25T00:36:11.048Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-25T00:36:11.048Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-25T00:36:11.048Z | error: cannot install while Rust is installed |
| 39 | 2026-04-25T00:36:11.048Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-25T00:36:11.048Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-25T00:36:11.048Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-25T00:36:11.048Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-25T00:36:11.048Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-25T00:36:11.061Z | info: profile set to default |
| 45 | 2026-04-25T00:36:11.061Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-25T00:36:11.064Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-25T00:36:11.205Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-25T00:36:11.208Z | info: downloading 6 components |
| 49 | 2026-04-25T00:36:26.598Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-25T00:36:26.598Z | |
| 51 | 2026-04-25T00:36:26.632Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-25T00:36:26.632Z | |
| 53 | 2026-04-25T00:36:26.632Z | |
| 54 | 2026-04-25T00:36:26.632Z | Rust is installed now. Great! |
| 55 | 2026-04-25T00:36:26.632Z | |
| 56 | 2026-04-25T00:36:26.636Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-25T00:36:26.636Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-25T00:36:26.636Z | |
| 59 | 2026-04-25T00:36:26.636Z | To configure your current shell, you need to source |
| 60 | 2026-04-25T00:36:26.636Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-25T00:36:26.636Z | |
| 62 | 2026-04-25T00:36:26.636Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-25T00:36:26.636Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-25T00:36:26.636Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-25T00:36:26.636Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-25T00:36:26.636Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-25T00:36:26.636Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-25T00:36:26.636Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-25T00:36:26.636Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-25T00:36:26.636Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-25T00:36:26.734Z | + rustup --version |
| 72 | 2026-04-25T00:36:26.743Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-25T00:36:26.746Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-25T00:36:26.764Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-25T00:36:26.767Z | + cargo --version |
| 76 | 2026-04-25T00:36:26.782Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-25T00:36:26.784Z | + rustc --version |
| 78 | 2026-04-25T00:36:26.803Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-25T00:36:26.806Z | process exited: duration 17507 ms, exit code 0 |
| |
| 80 | 2026-04-25T00:36:26.812Z | starting task 2: "authentication" |
| 81 | 2026-04-25T00:36:26.829Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-25T00:36:26.835Z | starting task 3: "clone repository" |
| 83 | 2026-04-25T00:36:26.838Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-25T00:36:26.841Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-25T00:36:26.944Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-25T00:36:27.809Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-25T00:36:27.809Z | + git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 88 | 2026-04-25T00:36:28.233Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-25T00:36:28.233Z | * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD |
| 90 | 2026-04-25T00:36:28.240Z | + [[ -n trey/light-cleanup ]] |
| 91 | 2026-04-25T00:36:28.243Z | ++ git branch --show-current |
| 92 | 2026-04-25T00:36:28.243Z | + current=main |
| 93 | 2026-04-25T00:36:28.243Z | + [[ main != trey/light-cleanup ]] |
| 94 | 2026-04-25T00:36:28.243Z | + git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 95 | 2026-04-25T00:36:28.246Z | + git checkout -f trey/light-cleanup |
| 96 | 2026-04-25T00:36:28.261Z | Switched to branch 'trey/light-cleanup' |
| 97 | 2026-04-25T00:36:28.264Z | + git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 98 | 2026-04-25T00:36:28.270Z | HEAD is now at 49a9983 LoopbackIpManager: cargo fmt |
| 99 | 2026-04-25T00:36:28.273Z | process exited: duration 1435 ms, exit code 0 |
| |
| 100 | 2026-04-25T00:36:28.279Z | starting task 4: "build" |
| 101 | 2026-04-25T00:36:28.283Z | + set -e |
| 102 | 2026-04-25T00:36:28.283Z | + NEXTEST_VERSION=0.9.97 |
| 103 | 2026-04-25T00:36:28.283Z | + PLATFORM=illumos |
| 104 | 2026-04-25T00:36:28.286Z | + cargo --version |
| 105 | 2026-04-25T00:36:28.289Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 106 | 2026-04-25T00:36:28.444Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 107 | 2026-04-25T00:36:28.447Z | info: downloading 6 components |
| 108 | 2026-04-25T00:36:44.216Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 109 | 2026-04-25T00:36:44.219Z | + rustc --version |
| 110 | 2026-04-25T00:36:44.245Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 111 | 2026-04-25T00:36:44.248Z | + cargo install cargo-nextest --version 0.9.97 |
| 112 | 2026-04-25T00:36:44.290Z | Updating crates.io index |
| 113 | 2026-04-25T00:36:44.396Z | Downloading crates ... |
| 114 | 2026-04-25T00:36:44.450Z | Downloaded cargo-nextest v0.9.97 |
| 115 | 2026-04-25T00:36:44.513Z | Installing cargo-nextest v0.9.97 |
| 116 | 2026-04-25T00:36:44.553Z | Updating crates.io index |
| 117 | 2026-04-25T00:36:47.338Z | Locking 408 packages to latest compatible versions |
| 118 | 2026-04-25T00:36:47.343Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 119 | 2026-04-25T00:36:47.346Z | Adding duct v0.13.7 (available: v1.1.1) |
| 120 | 2026-04-25T00:36:47.346Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 121 | 2026-04-25T00:36:47.346Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 122 | 2026-04-25T00:36:47.349Z | Adding idna_adapter v1.0.0 (available: v1.2.1) |
| 123 | 2026-04-25T00:36:47.349Z | Adding nextest-filtering v0.15.0 (available: v0.21.0) |
| 124 | 2026-04-25T00:36:47.349Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 125 | 2026-04-25T00:36:47.352Z | Adding nextest-runner v0.80.0 (available: v0.114.0) |
| 126 | 2026-04-25T00:36:47.355Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 127 | 2026-04-25T00:36:47.373Z | Adding target-lexicon v0.13.3 (available: v0.13.5) |
| 128 | 2026-04-25T00:36:47.382Z | Downloading crates ... |
| 129 | 2026-04-25T00:36:47.600Z | Downloaded cargo-platform v0.2.0 |
| 130 | 2026-04-25T00:36:47.604Z | Downloaded cargo_metadata v0.20.0 |
| 131 | 2026-04-25T00:36:47.606Z | Downloaded config v0.15.22 |
| 132 | 2026-04-25T00:36:47.611Z | Downloaded home v0.5.12 |
| 133 | 2026-04-25T00:36:47.614Z | Downloaded futures-channel v0.3.32 |
| 134 | 2026-04-25T00:36:47.618Z | Downloaded addr2line v0.25.1 |
| 135 | 2026-04-25T00:36:47.621Z | Downloaded getrandom v0.2.17 |
| 136 | 2026-04-25T00:36:47.624Z | Downloaded http-body v1.0.1 |
| 137 | 2026-04-25T00:36:47.624Z | Downloaded openssl-macros v0.1.1 |
| 138 | 2026-04-25T00:36:47.627Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 139 | 2026-04-25T00:36:47.627Z | Downloaded cfg_aliases v0.2.1 |
| 140 | 2026-04-25T00:36:47.630Z | Downloaded ordered-float v2.10.1 |
| 141 | 2026-04-25T00:36:47.631Z | Downloaded aho-corasick v1.1.4 |
| 142 | 2026-04-25T00:36:47.634Z | Downloaded lock_api v0.4.14 |
| 143 | 2026-04-25T00:36:47.637Z | Downloaded iana-time-zone v0.1.65 |
| 144 | 2026-04-25T00:36:47.637Z | Downloaded pathdiff v0.2.3 |
| 145 | 2026-04-25T00:36:47.644Z | Downloaded crc32fast v1.5.0 |
| 146 | 2026-04-25T00:36:47.644Z | Downloaded convert_case v0.10.0 |
| 147 | 2026-04-25T00:36:47.647Z | Downloaded block-buffer v0.10.4 |
| 148 | 2026-04-25T00:36:47.647Z | Downloaded atomicwrites v0.4.4 |
| 149 | 2026-04-25T00:36:47.647Z | Downloaded colorchoice v1.0.5 |
| 150 | 2026-04-25T00:36:47.648Z | Downloaded generic-array v0.14.7 |
| 151 | 2026-04-25T00:36:47.648Z | Downloaded backtrace-ext v0.2.1 |
| 152 | 2026-04-25T00:36:47.651Z | Downloaded duct v0.13.7 |
| 153 | 2026-04-25T00:36:47.651Z | Downloaded http-body-util v0.1.3 |
| 154 | 2026-04-25T00:36:47.655Z | Downloaded cargo-util-schemas v0.2.0 |
| 155 | 2026-04-25T00:36:47.655Z | Downloaded base64ct v1.8.3 |
| 156 | 2026-04-25T00:36:47.658Z | Downloaded foreign-types-shared v0.1.1 |
| 157 | 2026-04-25T00:36:47.658Z | Downloaded camino v1.2.2 |
| 158 | 2026-04-25T00:36:47.658Z | Downloaded find-msvc-tools v0.1.9 |
| 159 | 2026-04-25T00:36:47.661Z | Downloaded filetime v0.2.27 |
| 160 | 2026-04-25T00:36:47.661Z | Downloaded nextest-workspace-hack v0.1.0 |
| 161 | 2026-04-25T00:36:47.661Z | Downloaded clap_lex v1.1.0 |
| 162 | 2026-04-25T00:36:47.663Z | Downloaded bitflags v2.11.1 |
| 163 | 2026-04-25T00:36:47.666Z | Downloaded document-features v0.2.12 |
| 164 | 2026-04-25T00:36:47.666Z | Downloaded async-scoped v0.9.0 |
| 165 | 2026-04-25T00:36:47.668Z | Downloaded anstyle v1.0.14 |
| 166 | 2026-04-25T00:36:47.668Z | Downloaded indexmap v2.14.0 |
| 167 | 2026-04-25T00:36:47.671Z | Downloaded equivalent v1.0.2 |
| 168 | 2026-04-25T00:36:47.674Z | Downloaded crypto-common v0.1.7 |
| 169 | 2026-04-25T00:36:47.674Z | Downloaded futures-io v0.3.32 |
| 170 | 2026-04-25T00:36:47.674Z | Downloaded errno v0.3.14 |
| 171 | 2026-04-25T00:36:47.677Z | Downloaded httparse v1.10.1 |
| 172 | 2026-04-25T00:36:47.677Z | Downloaded fnv v1.0.7 |
| 173 | 2026-04-25T00:36:47.680Z | Downloaded cpufeatures v0.2.17 |
| 174 | 2026-04-25T00:36:47.680Z | Downloaded anstyle-query v1.1.5 |
| 175 | 2026-04-25T00:36:47.680Z | Downloaded lazy_static v1.5.0 |
| 176 | 2026-04-25T00:36:47.683Z | Downloaded futures-core v0.3.32 |
| 177 | 2026-04-25T00:36:47.687Z | Downloaded hex v0.4.3 |
| 178 | 2026-04-25T00:36:47.690Z | Downloaded futures-executor v0.3.32 |
| 179 | 2026-04-25T00:36:47.693Z | Downloaded os_pipe v1.2.3 |
| 180 | 2026-04-25T00:36:47.693Z | Downloaded mukti-metadata v0.3.0 |
| 181 | 2026-04-25T00:36:47.695Z | Downloaded cargo_metadata v0.23.1 |
| 182 | 2026-04-25T00:36:47.695Z | Downloaded miniz_oxide v0.8.9 |
| 183 | 2026-04-25T00:36:47.698Z | Downloaded memchr v2.8.0 |
| 184 | 2026-04-25T00:36:47.701Z | Downloaded futures-sink v0.3.32 |
| 185 | 2026-04-25T00:36:47.701Z | Downloaded futures-macro v0.3.32 |
| 186 | 2026-04-25T00:36:47.704Z | Downloaded enable-ansi-support v0.2.1 |
| 187 | 2026-04-25T00:36:47.704Z | Downloaded serde_ignored v0.1.14 |
| 188 | 2026-04-25T00:36:47.707Z | Downloaded heck v0.5.0 |
| 189 | 2026-04-25T00:36:47.710Z | Downloaded foldhash v0.1.5 |
| 190 | 2026-04-25T00:36:47.710Z | Downloaded indenter v0.3.4 |
| 191 | 2026-04-25T00:36:47.713Z | Downloaded number_prefix v0.4.0 |
| 192 | 2026-04-25T00:36:47.713Z | Downloaded fixedbitset v0.5.7 |
| 193 | 2026-04-25T00:36:47.716Z | Downloaded autocfg v1.5.0 |
| 194 | 2026-04-25T00:36:47.716Z | Downloaded humantime-serde v1.1.1 |
| 195 | 2026-04-25T00:36:47.716Z | Downloaded lru-slab v0.1.2 |
| 196 | 2026-04-25T00:36:47.716Z | Downloaded is_terminal_polyfill v1.70.2 |
| 197 | 2026-04-25T00:36:47.719Z | Downloaded serde_spanned v1.1.1 |
| 198 | 2026-04-25T00:36:47.719Z | Downloaded nextest-filtering v0.15.0 |
| 199 | 2026-04-25T00:36:47.725Z | Downloaded nested v0.1.1 |
| 200 | 2026-04-25T00:36:47.725Z | Downloaded litrs v1.0.0 |
| 201 | 2026-04-25T00:36:47.730Z | Downloaded ed25519 v2.2.3 |
| 202 | 2026-04-25T00:36:47.730Z | Downloaded serde_spanned v0.6.9 |
| 203 | 2026-04-25T00:36:47.731Z | Downloaded debug-ignore v1.0.5 |
| 204 | 2026-04-25T00:36:47.731Z | Downloaded cfg-expr v0.20.7 |
| 205 | 2026-04-25T00:36:47.737Z | Downloaded itoa v1.0.18 |
| 206 | 2026-04-25T00:36:47.737Z | Downloaded anstream v1.0.0 |
| 207 | 2026-04-25T00:36:47.737Z | Downloaded shared_child v1.1.1 |
| 208 | 2026-04-25T00:36:47.737Z | Downloaded is_ci v1.2.0 |
| 209 | 2026-04-25T00:36:47.737Z | Downloaded serde_urlencoded v0.7.1 |
| 210 | 2026-04-25T00:36:47.737Z | Downloaded hyper-tls v0.6.0 |
| 211 | 2026-04-25T00:36:47.740Z | Downloaded fastrand v2.4.1 |
| 212 | 2026-04-25T00:36:47.743Z | Downloaded percent-encoding v2.3.2 |
| 213 | 2026-04-25T00:36:47.743Z | Downloaded dialoguer v0.11.0 |
| 214 | 2026-04-25T00:36:47.746Z | Downloaded atomic-waker v1.1.2 |
| 215 | 2026-04-25T00:36:47.746Z | Downloaded scopeguard v1.2.0 |
| 216 | 2026-04-25T00:36:47.749Z | Downloaded adler2 v2.0.1 |
| 217 | 2026-04-25T00:36:47.753Z | Downloaded rustc_version v0.4.1 |
| 218 | 2026-04-25T00:36:47.753Z | Downloaded idna_adapter v1.0.0 |
| 219 | 2026-04-25T00:36:47.753Z | Downloaded guppy-workspace-hack v0.1.0 |
| 220 | 2026-04-25T00:36:47.778Z | Downloaded form_urlencoded v1.2.2 |
| 221 | 2026-04-25T00:36:47.778Z | Downloaded cargo-platform v0.3.3 |
| 222 | 2026-04-25T00:36:47.778Z | Downloaded foreign-types v0.3.2 |
| 223 | 2026-04-25T00:36:47.778Z | Downloaded color-spantrace v0.3.0 |
| 224 | 2026-04-25T00:36:47.778Z | Downloaded rand_core v0.6.4 |
| 225 | 2026-04-25T00:36:47.778Z | Downloaded humantime v2.3.0 |
| 226 | 2026-04-25T00:36:47.778Z | Downloaded shell-words v1.1.1 |
| 227 | 2026-04-25T00:36:47.778Z | Downloaded futures-task v0.3.32 |
| 228 | 2026-04-25T00:36:47.779Z | Downloaded openssl-probe v0.2.1 |
| 229 | 2026-04-25T00:36:47.779Z | Downloaded const-oid v0.9.6 |
| 230 | 2026-04-25T00:36:47.779Z | Downloaded ahash v0.8.12 |
| 231 | 2026-04-25T00:36:47.779Z | Downloaded serde-untagged v0.1.9 |
| 232 | 2026-04-25T00:36:47.779Z | Downloaded globset v0.4.18 |
| 233 | 2026-04-25T00:36:47.779Z | Downloaded rustc-hash v2.1.2 |
| 234 | 2026-04-25T00:36:47.779Z | Downloaded indent_write v2.2.0 |
| 235 | 2026-04-25T00:36:47.779Z | Downloaded cfg-if v1.0.4 |
| 236 | 2026-04-25T00:36:47.779Z | Downloaded camino-tempfile v1.4.1 |
| 237 | 2026-04-25T00:36:47.779Z | Downloaded cc v1.2.61 |
| 238 | 2026-04-25T00:36:47.783Z | Downloaded supports-color v3.0.2 |
| 239 | 2026-04-25T00:36:47.783Z | Downloaded flate2 v1.1.9 |
| 240 | 2026-04-25T00:36:47.786Z | Downloaded serde-value v0.7.0 |
| 241 | 2026-04-25T00:36:47.786Z | Downloaded futures v0.3.32 |
| 242 | 2026-04-25T00:36:47.789Z | Downloaded erased-serde v0.4.10 |
| 243 | 2026-04-25T00:36:47.789Z | Downloaded supports-hyperlinks v3.2.0 |
| 244 | 2026-04-25T00:36:47.791Z | Downloaded signal-hook-mio v0.2.5 |
| 245 | 2026-04-25T00:36:47.792Z | Downloaded sigchld v0.2.4 |
| 246 | 2026-04-25T00:36:47.792Z | Downloaded subtle v2.6.1 |
| 247 | 2026-04-25T00:36:47.795Z | Downloaded signature v2.2.0 |
| 248 | 2026-04-25T00:36:47.797Z | Downloaded swrite v0.1.0 |
| 249 | 2026-04-25T00:36:47.800Z | Downloaded pkcs8 v0.10.2 |
| 250 | 2026-04-25T00:36:47.800Z | Downloaded pin-project-lite v0.2.17 |
| 251 | 2026-04-25T00:36:47.804Z | Downloaded strip-ansi-escapes v0.2.1 |
| 252 | 2026-04-25T00:36:47.804Z | Downloaded owo-colors v4.3.0 |
| 253 | 2026-04-25T00:36:47.807Z | Downloaded sync_wrapper v1.0.2 |
| 254 | 2026-04-25T00:36:47.807Z | Downloaded nextest-metadata v0.12.2 |
| 255 | 2026-04-25T00:36:47.807Z | Downloaded rand_chacha v0.9.0 |
| 256 | 2026-04-25T00:36:47.810Z | Downloaded supports-unicode v3.0.0 |
| 257 | 2026-04-25T00:36:47.814Z | Downloaded terminal_size v0.4.4 |
| 258 | 2026-04-25T00:36:47.814Z | Downloaded tinyvec_macros v0.1.1 |
| 259 | 2026-04-25T00:36:47.814Z | Downloaded pin-project v1.1.11 |
| 260 | 2026-04-25T00:36:47.819Z | Downloaded semver v1.0.28 |
| 261 | 2026-04-25T00:36:47.822Z | Downloaded anstyle-parse v1.0.0 |
| 262 | 2026-04-25T00:36:47.822Z | Downloaded ppv-lite86 v0.2.21 |
| 263 | 2026-04-25T00:36:47.825Z | Downloaded hyper-rustls v0.27.9 |
| 264 | 2026-04-25T00:36:47.825Z | Downloaded future-queue v0.4.0 |
| 265 | 2026-04-25T00:36:47.828Z | Downloaded shlex v1.3.0 |
| 266 | 2026-04-25T00:36:47.828Z | Downloaded either v1.15.0 |
| 267 | 2026-04-25T00:36:47.831Z | Downloaded pkg-config v0.3.33 |
| 268 | 2026-04-25T00:36:47.831Z | Downloaded newtype-uuid v1.3.2 |
| 269 | 2026-04-25T00:36:47.831Z | Downloaded tower-layer v0.3.3 |
| 270 | 2026-04-25T00:36:47.834Z | Downloaded tokio-macros v2.7.0 |
| 271 | 2026-04-25T00:36:47.837Z | Downloaded rand_core v0.9.5 |
| 272 | 2026-04-25T00:36:47.843Z | Downloaded digest v0.10.7 |
| 273 | 2026-04-25T00:36:47.852Z | Downloaded quote v1.0.45 |
| 274 | 2026-04-25T00:36:47.855Z | Downloaded clap_derive v4.6.1 |
| 275 | 2026-04-25T00:36:47.855Z | Downloaded ipnet v2.12.0 |
| 276 | 2026-04-25T00:36:47.858Z | Downloaded try-lock v0.2.5 |
| 277 | 2026-04-25T00:36:47.858Z | Downloaded toml_write v0.1.2 |
| 278 | 2026-04-25T00:36:47.859Z | Downloaded tracing-error v0.2.1 |
| 279 | 2026-04-25T00:36:47.864Z | Downloaded strsim v0.11.1 |
| 280 | 2026-04-25T00:36:47.867Z | Downloaded static_assertions v1.1.0 |
| 281 | 2026-04-25T00:36:47.867Z | Downloaded slab v0.4.12 |
| 282 | 2026-04-25T00:36:47.870Z | Downloaded self-replace v1.5.0 |
| 283 | 2026-04-25T00:36:47.870Z | Downloaded rustc-demangle v0.1.27 |
| 284 | 2026-04-25T00:36:47.870Z | Downloaded spki v0.7.3 |
| 285 | 2026-04-25T00:36:47.873Z | Downloaded thiserror-impl v1.0.69 |
| 286 | 2026-04-25T00:36:47.874Z | Downloaded thiserror v1.0.69 |
| 287 | 2026-04-25T00:36:47.877Z | Downloaded utf8parse v0.2.2 |
| 288 | 2026-04-25T00:36:47.877Z | Downloaded typeid v1.0.3 |
| 289 | 2026-04-25T00:36:47.877Z | Downloaded sha2 v0.10.9 |
| 290 | 2026-04-25T00:36:47.880Z | Downloaded target-spec-miette v0.4.6 |
| 291 | 2026-04-25T00:36:47.883Z | Downloaded unicode-xid v0.2.6 |
| 292 | 2026-04-25T00:36:47.883Z | Downloaded eyre v0.6.12 |
| 293 | 2026-04-25T00:36:47.883Z | Downloaded unicode-linebreak v0.1.5 |
| 294 | 2026-04-25T00:36:47.886Z | Downloaded getrandom v0.3.4 |
| 295 | 2026-04-25T00:36:47.889Z | Downloaded smol_str v0.3.6 |
| 296 | 2026-04-25T00:36:47.893Z | Downloaded serde_path_to_error v0.1.20 |
| 297 | 2026-04-25T00:36:47.893Z | Downloaded miette-derive v7.6.0 |
| 298 | 2026-04-25T00:36:47.896Z | Downloaded signal-hook-registry v1.4.8 |
| 299 | 2026-04-25T00:36:47.896Z | Downloaded jobserver v0.1.34 |
| 300 | 2026-04-25T00:36:47.898Z | Downloaded thiserror v2.0.18 |
| 301 | 2026-04-25T00:36:47.901Z | Downloaded xattr v1.6.1 |
| 302 | 2026-04-25T00:36:47.901Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-04-25T00:36:47.904Z | Downloaded urlencoding v2.1.3 |
| 304 | 2026-04-25T00:36:47.904Z | Downloaded untrusted v0.9.0 |
| 305 | 2026-04-25T00:36:47.907Z | Downloaded native-tls v0.2.18 |
| 306 | 2026-04-25T00:36:47.907Z | Downloaded console v0.15.11 |
| 307 | 2026-04-25T00:36:47.910Z | Downloaded thiserror-impl v2.0.18 |
| 308 | 2026-04-25T00:36:47.910Z | Downloaded quinn-udp v0.5.14 |
| 309 | 2026-04-25T00:36:47.913Z | Downloaded once_cell v1.21.4 |
| 310 | 2026-04-25T00:36:47.913Z | Downloaded serde_derive v1.0.228 |
| 311 | 2026-04-25T00:36:47.916Z | Downloaded serde_core v1.0.228 |
| 312 | 2026-04-25T00:36:47.916Z | Downloaded rustls-pki-types v1.14.1 |
| 313 | 2026-04-25T00:36:47.919Z | Downloaded want v0.3.1 |
| 314 | 2026-04-25T00:36:47.924Z | Downloaded derive_more v2.1.1 |
| 315 | 2026-04-25T00:36:47.931Z | Downloaded tower-service v0.3.3 |
| 316 | 2026-04-25T00:36:47.934Z | Downloaded toml_datetime v0.6.11 |
| 317 | 2026-04-25T00:36:47.934Z | Downloaded getrandom v0.4.2 |
| 318 | 2026-04-25T00:36:47.937Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 319 | 2026-04-25T00:36:47.937Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 320 | 2026-04-25T00:36:47.937Z | Downloaded tokio-native-tls v0.3.1 |
| 321 | 2026-04-25T00:36:47.942Z | Downloaded tracing-log v0.2.0 |
| 322 | 2026-04-25T00:36:47.942Z | Downloaded target-lexicon v0.13.3 |
| 323 | 2026-04-25T00:36:47.942Z | Downloaded smallvec v1.15.1 |
| 324 | 2026-04-25T00:36:47.945Z | Downloaded quick-junit v0.5.2 |
| 325 | 2026-04-25T00:36:47.948Z | Downloaded simd-adler32 v0.3.9 |
| 326 | 2026-04-25T00:36:47.948Z | Downloaded parking_lot_core v0.9.12 |
| 327 | 2026-04-25T00:36:47.952Z | Downloaded bytes v1.11.1 |
| 328 | 2026-04-25T00:36:47.952Z | Downloaded pin-project-internal v1.1.11 |
| 329 | 2026-04-25T00:36:47.956Z | Downloaded parking_lot v0.12.5 |
| 330 | 2026-04-25T00:36:47.959Z | Downloaded clap v4.6.1 |
| 331 | 2026-04-25T00:36:47.962Z | Downloaded unicase v2.9.0 |
| 332 | 2026-04-25T00:36:47.965Z | Downloaded proc-macro2 v1.0.106 |
| 333 | 2026-04-25T00:36:47.968Z | Downloaded xxhash-rust v0.8.15 |
| 334 | 2026-04-25T00:36:47.971Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 335 | 2026-04-25T00:36:47.974Z | Downloaded tempfile v3.27.0 |
| 336 | 2026-04-25T00:36:47.977Z | Downloaded zipsign-api v0.1.5 |
| 337 | 2026-04-25T00:36:47.977Z | Downloaded zeroize v1.8.2 |
| 338 | 2026-04-25T00:36:47.980Z | Downloaded zmij v1.0.21 |
| 339 | 2026-04-25T00:36:47.980Z | Downloaded num-traits v0.2.19 |
| 340 | 2026-04-25T00:36:47.983Z | Downloaded log v0.4.29 |
| 341 | 2026-04-25T00:36:47.983Z | Downloaded thread_local v1.1.9 |
| 342 | 2026-04-25T00:36:47.983Z | Downloaded tokio-stream v0.1.18 |
| 343 | 2026-04-25T00:36:47.987Z | Downloaded zstd-safe v7.2.4 |
| 344 | 2026-04-25T00:36:47.990Z | Downloaded socket2 v0.6.3 |
| 345 | 2026-04-25T00:36:47.992Z | Downloaded tinyvec v1.11.0 |
| 346 | 2026-04-25T00:36:47.992Z | Downloaded version_check v0.9.5 |
| 347 | 2026-04-25T00:36:47.993Z | Downloaded target-spec v3.6.0 |
| 348 | 2026-04-25T00:36:47.995Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-04-25T00:36:47.998Z | Downloaded tokio-rustls v0.26.4 |
| 350 | 2026-04-25T00:36:48.004Z | Downloaded tracing-attributes v0.1.31 |
| 351 | 2026-04-25T00:36:48.006Z | Downloaded base64 v0.22.1 |
| 352 | 2026-04-25T00:36:48.009Z | Downloaded sharded-slab v0.1.7 |
| 353 | 2026-04-25T00:36:48.009Z | Downloaded ryu v1.0.23 |
| 354 | 2026-04-25T00:36:48.013Z | Downloaded derive-where v1.6.1 |
| 355 | 2026-04-25T00:36:48.019Z | Downloaded zstd v0.13.3 |
| 356 | 2026-04-25T00:36:48.021Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 357 | 2026-04-25T00:36:48.024Z | Downloaded iri-string v0.7.12 |
| 358 | 2026-04-25T00:36:48.027Z | Downloaded unicode-ident v1.0.24 |
| 359 | 2026-04-25T00:36:48.030Z | Downloaded signal-hook v0.3.18 |
| 360 | 2026-04-25T00:36:48.030Z | Downloaded backtrace v0.3.76 |
| 361 | 2026-04-25T00:36:48.033Z | Downloaded openssl-sys v0.9.114 |
| 362 | 2026-04-25T00:36:48.036Z | Downloaded ed25519-dalek v2.2.0 |
| 363 | 2026-04-25T00:36:48.039Z | Downloaded toml v0.8.23 |
| 364 | 2026-04-25T00:36:48.042Z | Downloaded borsh v1.6.1 |
| 365 | 2026-04-25T00:36:48.045Z | Downloaded der v0.7.10 |
| 366 | 2026-04-25T00:36:48.048Z | Downloaded uuid v1.23.1 |
| 367 | 2026-04-25T00:36:48.051Z | Downloaded tracing-core v0.1.36 |
| 368 | 2026-04-25T00:36:48.051Z | Downloaded serde v1.0.228 |
| 369 | 2026-04-25T00:36:48.057Z | Downloaded http v1.4.0 |
| 370 | 2026-04-25T00:36:48.071Z | Downloaded self_update v0.42.0 |
| 371 | 2026-04-25T00:36:48.083Z | Downloaded guppy v0.17.25 |
| 372 | 2026-04-25T00:36:48.087Z | Downloaded tar v0.4.45 |
| 373 | 2026-04-25T00:36:48.090Z | Downloaded quinn v0.11.9 |
| 374 | 2026-04-25T00:36:48.095Z | Downloaded indicatif v0.17.11 |
| 375 | 2026-04-25T00:36:48.098Z | Downloaded hashbrown v0.15.5 |
| 376 | 2026-04-25T00:36:48.101Z | Downloaded typenum v1.20.0 |
| 377 | 2026-04-25T00:36:48.108Z | Downloaded rustls-webpki v0.103.13 |
| 378 | 2026-04-25T00:36:48.112Z | Downloaded derive_more-impl v2.1.1 |
| 379 | 2026-04-25T00:36:48.135Z | Downloaded h2 v0.4.13 |
| 380 | 2026-04-25T00:36:48.138Z | Downloaded tokio-util v0.7.18 |
| 381 | 2026-04-25T00:36:48.143Z | Downloaded vte v0.14.1 |
| 382 | 2026-04-25T00:36:48.147Z | Downloaded unicode-normalization v0.1.25 |
| 383 | 2026-04-25T00:36:48.147Z | Downloaded futures-util v0.3.32 |
| 384 | 2026-04-25T00:36:48.158Z | Downloaded rand v0.9.4 |
| 385 | 2026-04-25T00:36:48.162Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-04-25T00:36:48.165Z | Downloaded clap_builder v4.6.0 |
| 387 | 2026-04-25T00:36:48.168Z | Downloaded crossterm v0.29.0 |
| 388 | 2026-04-25T00:36:48.205Z | Downloaded winnow v0.7.15 |
| 389 | 2026-04-25T00:36:48.210Z | Downloaded toml_edit v0.22.27 |
| 390 | 2026-04-25T00:36:48.213Z | Downloaded hyper-util v0.1.20 |
| 391 | 2026-04-25T00:36:48.220Z | Downloaded chrono v0.4.44 |
| 392 | 2026-04-25T00:36:48.224Z | Downloaded url v2.5.8 |
| 393 | 2026-04-25T00:36:48.227Z | Downloaded mio v1.2.0 |
| 394 | 2026-04-25T00:36:48.230Z | Downloaded miette v7.6.0 |
| 395 | 2026-04-25T00:36:48.238Z | Downloaded tracing-subscriber v0.3.23 |
| 396 | 2026-04-25T00:36:48.242Z | Downloaded curve25519-dalek v4.1.3 |
| 397 | 2026-04-25T00:36:48.252Z | Downloaded gimli v0.32.3 |
| 398 | 2026-04-25T00:36:48.256Z | Downloaded webpki-roots v1.0.7 |
| 399 | 2026-04-25T00:36:48.259Z | Downloaded tower v0.5.3 |
| 400 | 2026-04-25T00:36:48.264Z | Downloaded unicode-width v0.2.2 |
| 401 | 2026-04-25T00:36:48.267Z | Downloaded zerocopy v0.8.48 |
| 402 | 2026-04-25T00:36:48.278Z | Downloaded unicode-segmentation v1.13.2 |
| 403 | 2026-04-25T00:36:48.281Z | Downloaded bstr v1.12.1 |
| 404 | 2026-04-25T00:36:48.285Z | Downloaded syn v2.0.117 |
| 405 | 2026-04-25T00:36:48.291Z | Downloaded unicode-width v0.1.14 |
| 406 | 2026-04-25T00:36:48.294Z | Downloaded ron v0.12.1 |
| 407 | 2026-04-25T00:36:48.304Z | Downloaded pulldown-cmark v0.13.3 |
| 408 | 2026-04-25T00:36:48.308Z | Downloaded itertools v0.14.0 |
| 409 | 2026-04-25T00:36:48.311Z | Downloaded color-eyre v0.6.5 |
| 410 | 2026-04-25T00:36:48.316Z | Downloaded quick-xml v0.38.4 |
| 411 | 2026-04-25T00:36:48.323Z | Downloaded regex v1.12.3 |
| 412 | 2026-04-25T00:36:48.328Z | Downloaded tower-http v0.6.8 |
| 413 | 2026-04-25T00:36:48.332Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-04-25T00:36:48.336Z | Downloaded reqwest v0.12.28 |
| 415 | 2026-04-25T00:36:48.339Z | Downloaded idna v1.1.0 |
| 416 | 2026-04-25T00:36:48.359Z | Downloaded hyper v1.9.0 |
| 417 | 2026-04-25T00:36:48.376Z | Downloaded quick-xml v0.37.5 |
| 418 | 2026-04-25T00:36:48.385Z | Downloaded portable-atomic v1.13.1 |
| 419 | 2026-04-25T00:36:48.433Z | Downloaded nextest-runner v0.80.0 |
| 420 | 2026-04-25T00:36:48.448Z | Downloaded winnow v1.0.2 |
| 421 | 2026-04-25T00:36:48.477Z | Downloaded quinn-proto v0.11.14 |
| 422 | 2026-04-25T00:36:48.487Z | Downloaded vcpkg v0.2.15 |
| 423 | 2026-04-25T00:36:48.536Z | Downloaded openssl v0.10.78 |
| 424 | 2026-04-25T00:36:48.576Z | Downloaded object v0.37.3 |
| 425 | 2026-04-25T00:36:48.585Z | Downloaded nix v0.30.1 |
| 426 | 2026-04-25T00:36:48.591Z | Downloaded rustix v1.1.4 |
| 427 | 2026-04-25T00:36:48.616Z | Downloaded rustix v0.38.44 |
| 428 | 2026-04-25T00:36:48.628Z | Downloaded regex-syntax v0.8.10 |
| 429 | 2026-04-25T00:36:48.637Z | Downloaded rustls v0.23.39 |
| 430 | 2026-04-25T00:36:48.694Z | Downloaded tracing v0.1.44 |
| 431 | 2026-04-25T00:36:48.739Z | Downloaded regex-automata v0.4.14 |
| 432 | 2026-04-25T00:36:48.873Z | Downloaded libc v0.2.186 |
| 433 | 2026-04-25T00:36:48.891Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 434 | 2026-04-25T00:36:48.900Z | Downloaded petgraph v0.8.3 |
| 435 | 2026-04-25T00:36:48.929Z | Downloaded tokio v1.52.1 |
| 436 | 2026-04-25T00:36:49.006Z | Downloaded recursion v0.5.4 |
| 437 | 2026-04-25T00:36:49.011Z | Downloaded ring v0.17.14 |
| 438 | 2026-04-25T00:36:49.069Z | Compiling libc v0.2.186 |
| 439 | 2026-04-25T00:36:49.072Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-04-25T00:36:49.072Z | Compiling quote v1.0.45 |
| 441 | 2026-04-25T00:36:49.072Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-04-25T00:36:49.072Z | Compiling serde_core v1.0.228 |
| 443 | 2026-04-25T00:36:49.072Z | Compiling cfg-if v1.0.4 |
| 444 | 2026-04-25T00:36:49.072Z | Compiling memchr v2.8.0 |
| 445 | 2026-04-25T00:36:49.072Z | Compiling once_cell v1.21.4 |
| 446 | 2026-04-25T00:36:49.297Z | Compiling log v0.4.29 |
| 447 | 2026-04-25T00:36:49.317Z | Compiling pin-project-lite v0.2.17 |
| 448 | 2026-04-25T00:36:49.406Z | Compiling serde v1.0.228 |
| 449 | 2026-04-25T00:36:49.460Z | Compiling itoa v1.0.18 |
| 450 | 2026-04-25T00:36:49.611Z | Compiling futures-core v0.3.32 |
| 451 | 2026-04-25T00:36:49.695Z | Compiling smallvec v1.15.1 |
| 452 | 2026-04-25T00:36:49.735Z | Compiling bitflags v2.11.1 |
| 453 | 2026-04-25T00:36:49.758Z | Compiling find-msvc-tools v0.1.9 |
| 454 | 2026-04-25T00:36:49.939Z | Compiling equivalent v1.0.2 |
| 455 | 2026-04-25T00:36:49.978Z | Compiling shlex v1.3.0 |
| 456 | 2026-04-25T00:36:50.022Z | Compiling errno v0.3.14 |
| 457 | 2026-04-25T00:36:50.102Z | Compiling hashbrown v0.17.0 |
| 458 | 2026-04-25T00:36:50.115Z | Compiling bytes v1.11.1 |
| 459 | 2026-04-25T00:36:50.154Z | Compiling signal-hook-registry v1.4.8 |
| 460 | 2026-04-25T00:36:50.178Z | Compiling mio v1.2.0 |
| 461 | 2026-04-25T00:36:50.352Z | Compiling jobserver v0.1.34 |
| 462 | 2026-04-25T00:36:50.425Z | Compiling syn v2.0.117 |
| 463 | 2026-04-25T00:36:50.482Z | Compiling rustix v1.1.4 |
| 464 | 2026-04-25T00:36:50.666Z | Compiling cc v1.2.61 |
| 465 | 2026-04-25T00:36:50.681Z | Compiling futures-sink v0.3.32 |
| 466 | 2026-04-25T00:36:50.736Z | Compiling socket2 v0.6.3 |
| 467 | 2026-04-25T00:36:50.786Z | Compiling zmij v1.0.21 |
| 468 | 2026-04-25T00:36:50.876Z | Compiling slab v0.4.12 |
| 469 | 2026-04-25T00:36:50.996Z | Compiling futures-channel v0.3.32 |
| 470 | 2026-04-25T00:36:51.075Z | Compiling tracing-core v0.1.36 |
| 471 | 2026-04-25T00:36:51.101Z | Compiling version_check v0.9.5 |
| 472 | 2026-04-25T00:36:51.247Z | Compiling serde_json v1.0.149 |
| 473 | 2026-04-25T00:36:51.502Z | Compiling indexmap v2.14.0 |
| 474 | 2026-04-25T00:36:51.562Z | Compiling futures-io v0.3.32 |
| 475 | 2026-04-25T00:36:51.615Z | Compiling getrandom v0.4.2 |
| 476 | 2026-04-25T00:36:51.729Z | Compiling futures-task v0.3.32 |
| 477 | 2026-04-25T00:36:51.901Z | Compiling unicode-width v0.2.2 |
| 478 | 2026-04-25T00:36:51.912Z | Compiling camino v1.2.2 |
| 479 | 2026-04-25T00:36:51.952Z | Compiling ring v0.17.14 |
| 480 | 2026-04-25T00:36:52.246Z | Compiling http v1.4.0 |
| 481 | 2026-04-25T00:36:52.277Z | Compiling adler2 v2.0.1 |
| 482 | 2026-04-25T00:36:52.382Z | Compiling percent-encoding v2.3.2 |
| 483 | 2026-04-25T00:36:52.395Z | Compiling autocfg v1.5.0 |
| 484 | 2026-04-25T00:36:52.439Z | Compiling simd-adler32 v0.3.9 |
| 485 | 2026-04-25T00:36:52.479Z | Compiling zeroize v1.8.2 |
| 486 | 2026-04-25T00:36:52.663Z | Compiling miniz_oxide v0.8.9 |
| 487 | 2026-04-25T00:36:52.748Z | Compiling num-traits v0.2.19 |
| 488 | 2026-04-25T00:36:52.977Z | Compiling object v0.37.3 |
| 489 | 2026-04-25T00:36:53.255Z | Compiling getrandom v0.3.4 |
| 490 | 2026-04-25T00:36:53.295Z | Compiling target-lexicon v0.13.3 |
| 491 | 2026-04-25T00:36:53.530Z | Compiling zerocopy v0.8.48 |
| 492 | 2026-04-25T00:36:53.647Z | Compiling http-body v1.0.1 |
| 493 | 2026-04-25T00:36:53.810Z | Compiling rustls-pki-types v1.14.1 |
| 494 | 2026-04-25T00:36:53.943Z | Compiling semver v1.0.28 |
| 495 | 2026-04-25T00:36:53.961Z | Compiling getrandom v0.2.17 |
| 496 | 2026-04-25T00:36:54.076Z | Compiling gimli v0.32.3 |
| 497 | 2026-04-25T00:36:54.088Z | Compiling serde_derive v1.0.228 |
| 498 | 2026-04-25T00:36:54.100Z | Compiling tokio-macros v2.7.0 |
| 499 | 2026-04-25T00:36:54.146Z | Compiling futures-macro v0.3.32 |
| 500 | 2026-04-25T00:36:54.322Z | Compiling tracing-attributes v0.1.31 |
| 501 | 2026-04-25T00:36:54.595Z | Compiling signal-hook v0.3.18 |
| 502 | 2026-04-25T00:36:54.649Z | Compiling untrusted v0.9.0 |
| 503 | 2026-04-25T00:36:54.780Z | Compiling owo-colors v4.3.0 |
| 504 | 2026-04-25T00:36:54.799Z | Compiling thiserror v2.0.18 |
| 505 | 2026-04-25T00:36:54.812Z | Compiling tokio v1.52.1 |
| 506 | 2026-04-25T00:36:54.929Z | Compiling futures-util v0.3.32 |
| 507 | 2026-04-25T00:36:55.090Z | Compiling fnv v1.0.7 |
| 508 | 2026-04-25T00:36:55.127Z | Compiling guppy-workspace-hack v0.1.0 |
| 509 | 2026-04-25T00:36:55.191Z | Compiling httparse v1.10.1 |
| 510 | 2026-04-25T00:36:55.488Z | Compiling tracing v0.1.44 |
| 511 | 2026-04-25T00:36:55.567Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-04-25T00:36:56.310Z | Compiling addr2line v0.25.1 |
| 513 | 2026-04-25T00:36:56.928Z | Compiling form_urlencoded v1.2.2 |
| 514 | 2026-04-25T00:36:57.189Z | Compiling generic-array v0.14.7 |
| 515 | 2026-04-25T00:36:57.250Z | Compiling utf8_iter v1.0.4 |
| 516 | 2026-04-25T00:36:57.270Z | Compiling try-lock v0.2.5 |
| 517 | 2026-04-25T00:36:57.385Z | Compiling tower-service v0.3.3 |
| 518 | 2026-04-25T00:36:57.407Z | Compiling target-spec v3.6.0 |
| 519 | 2026-04-25T00:36:57.411Z | Compiling fastrand v2.4.1 |
| 520 | 2026-04-25T00:36:57.478Z | Compiling atomic-waker v1.1.2 |
| 521 | 2026-04-25T00:36:57.526Z | Compiling thiserror v1.0.69 |
| 522 | 2026-04-25T00:36:57.607Z | Compiling rustls v0.23.39 |
| 523 | 2026-04-25T00:36:57.674Z | Compiling pkg-config v0.3.33 |
| 524 | 2026-04-25T00:36:57.748Z | Compiling typeid v1.0.3 |
| 525 | 2026-04-25T00:36:57.813Z | Compiling rustc-demangle v0.1.27 |
| 526 | 2026-04-25T00:36:57.824Z | Compiling idna_adapter v1.0.0 |
| 527 | 2026-04-25T00:36:57.931Z | Compiling idna v1.1.0 |
| 528 | 2026-04-25T00:36:58.107Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 529 | 2026-04-25T00:36:58.261Z | Compiling tempfile v3.27.0 |
| 530 | 2026-04-25T00:36:58.550Z | Compiling want v0.3.1 |
| 531 | 2026-04-25T00:36:58.729Z | Compiling tokio-util v0.7.18 |
| 532 | 2026-04-25T00:36:58.765Z | Compiling cfg-expr v0.20.7 |
| 533 | 2026-04-25T00:36:59.515Z | Compiling backtrace v0.3.76 |
| 534 | 2026-04-25T00:36:59.591Z | Compiling h2 v0.4.13 |
| 535 | 2026-04-25T00:36:59.817Z | Compiling thiserror-impl v1.0.69 |
| 536 | 2026-04-25T00:36:59.825Z | Compiling terminal_size v0.4.4 |
| 537 | 2026-04-25T00:36:59.976Z | Compiling aho-corasick v1.1.4 |
| 538 | 2026-04-25T00:37:00.014Z | Compiling winnow v0.7.15 |
| 539 | 2026-04-25T00:37:00.168Z | Compiling subtle v2.6.1 |
| 540 | 2026-04-25T00:37:00.328Z | Compiling regex-syntax v0.8.10 |
| 541 | 2026-04-25T00:37:00.971Z | Compiling erased-serde v0.4.10 |
| 542 | 2026-04-25T00:37:01.251Z | Compiling rustls-webpki v0.103.13 |
| 543 | 2026-04-25T00:37:01.919Z | Compiling typenum v1.20.0 |
| 544 | 2026-04-25T00:37:03.226Z | Compiling regex-automata v0.4.14 |
| 545 | 2026-04-25T00:37:03.824Z | Compiling hyper v1.9.0 |
| 546 | 2026-04-25T00:37:05.659Z | Compiling url v2.5.8 |
| 547 | 2026-04-25T00:37:07.563Z | Compiling toml_datetime v0.6.11 |
| 548 | 2026-04-25T00:37:07.584Z | Compiling serde_spanned v0.6.9 |
| 549 | 2026-04-25T00:37:07.630Z | Compiling ahash v0.8.12 |
| 550 | 2026-04-25T00:37:07.742Z | Compiling sync_wrapper v1.0.2 |
| 551 | 2026-04-25T00:37:07.856Z | Compiling is_ci v1.2.0 |
| 552 | 2026-04-25T00:37:07.869Z | Compiling foldhash v0.1.5 |
| 553 | 2026-04-25T00:37:07.931Z | Compiling tower-layer v0.3.3 |
| 554 | 2026-04-25T00:37:08.022Z | Compiling toml_write v0.1.2 |
| 555 | 2026-04-25T00:37:08.056Z | Compiling unicode-segmentation v1.13.2 |
| 556 | 2026-04-25T00:37:08.068Z | Compiling crc32fast v1.5.0 |
| 557 | 2026-04-25T00:37:08.086Z | Compiling base64 v0.22.1 |
| 558 | 2026-04-25T00:37:08.125Z | Compiling portable-atomic v1.13.1 |
| 559 | 2026-04-25T00:37:08.257Z | Compiling lazy_static v1.5.0 |
| 560 | 2026-04-25T00:37:08.347Z | Compiling ipnet v2.12.0 |
| 561 | 2026-04-25T00:37:08.365Z | Compiling either v1.15.0 |
| 562 | 2026-04-25T00:37:08.462Z | Compiling nextest-workspace-hack v0.1.0 |
| 563 | 2026-04-25T00:37:08.568Z | Compiling unicode-linebreak v0.1.5 |
| 564 | 2026-04-25T00:37:08.571Z | Compiling parking_lot_core v0.9.12 |
| 565 | 2026-04-25T00:37:08.644Z | Compiling hyper-util v0.1.20 |
| 566 | 2026-04-25T00:37:08.718Z | Compiling convert_case v0.10.0 |
| 567 | 2026-04-25T00:37:08.833Z | Compiling textwrap v0.16.2 |
| 568 | 2026-04-25T00:37:08.904Z | Compiling sharded-slab v0.1.7 |
| 569 | 2026-04-25T00:37:08.977Z | Compiling toml_edit v0.22.27 |
| 570 | 2026-04-25T00:37:09.499Z | Compiling tower v0.5.3 |
| 571 | 2026-04-25T00:37:09.551Z | Compiling hashbrown v0.15.5 |
| 572 | 2026-04-25T00:37:10.078Z | Compiling supports-color v3.0.2 |
| 573 | 2026-04-25T00:37:10.230Z | Compiling tokio-rustls v0.26.4 |
| 574 | 2026-04-25T00:37:10.312Z | Compiling backtrace-ext v0.2.1 |
| 575 | 2026-04-25T00:37:10.517Z | Compiling ordered-float v2.10.1 |
| 576 | 2026-04-25T00:37:10.570Z | Compiling webpki-roots v1.0.7 |
| 577 | 2026-04-25T00:37:10.702Z | Compiling miette-derive v7.6.0 |
| 578 | 2026-04-25T00:37:10.777Z | Compiling pathdiff v0.2.3 |
| 579 | 2026-04-25T00:37:10.792Z | Compiling console v0.15.11 |
| 580 | 2026-04-25T00:37:10.900Z | Compiling tracing-log v0.2.0 |
| 581 | 2026-04-25T00:37:11.258Z | Compiling cargo-platform v0.3.3 |
| 582 | 2026-04-25T00:37:11.261Z | Compiling os_pipe v1.2.3 |
| 583 | 2026-04-25T00:37:11.437Z | Compiling thread_local v1.1.9 |
| 584 | 2026-04-25T00:37:11.793Z | Compiling unicode-width v0.1.14 |
| 585 | 2026-04-25T00:37:11.796Z | Compiling utf8parse v0.2.2 |
| 586 | 2026-04-25T00:37:11.818Z | Compiling iri-string v0.7.12 |
| 587 | 2026-04-25T00:37:11.911Z | Compiling cfg_aliases v0.2.1 |
| 588 | 2026-04-25T00:37:11.985Z | Compiling pulldown-cmark v0.13.3 |
| 589 | 2026-04-25T00:37:12.090Z | Compiling supports-unicode v3.0.0 |
| 590 | 2026-04-25T00:37:12.120Z | Compiling rustix v0.38.44 |
| 591 | 2026-04-25T00:37:12.193Z | Compiling supports-hyperlinks v3.2.0 |
| 592 | 2026-04-25T00:37:12.260Z | Compiling ryu v1.0.23 |
| 593 | 2026-04-25T00:37:12.411Z | Compiling debug-ignore v1.0.5 |
| 594 | 2026-04-25T00:37:12.458Z | Compiling scopeguard v1.2.0 |
| 595 | 2026-04-25T00:37:12.567Z | Compiling fixedbitset v0.5.7 |
| 596 | 2026-04-25T00:37:12.590Z | Compiling winnow v1.0.2 |
| 597 | 2026-04-25T00:37:12.856Z | Compiling zstd-safe v7.2.4 |
| 598 | 2026-04-25T00:37:13.099Z | Compiling petgraph v0.8.3 |
| 599 | 2026-04-25T00:37:13.114Z | Compiling lock_api v0.4.14 |
| 600 | 2026-04-25T00:37:13.345Z | Compiling tower-http v0.6.8 |
| 601 | 2026-04-25T00:37:14.014Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 602 | 2026-04-25T00:37:14.306Z | Compiling serde_urlencoded v0.7.1 |
| 603 | 2026-04-25T00:37:14.381Z | Compiling miette v7.6.0 |
| 604 | 2026-04-25T00:37:14.443Z | Compiling nix v0.30.1 |
| 605 | 2026-04-25T00:37:14.581Z | Compiling anstyle-parse v1.0.0 |
| 606 | 2026-04-25T00:37:14.802Z | Compiling tracing-subscriber v0.3.23 |
| 607 | 2026-04-25T00:37:14.847Z | Compiling cargo_metadata v0.23.1 |
| 608 | 2026-04-25T00:37:15.033Z | Compiling sigchld v0.2.4 |
| 609 | 2026-04-25T00:37:15.228Z | Compiling serde-value v0.7.0 |
| 610 | 2026-04-25T00:37:15.355Z | Compiling hyper-rustls v0.27.9 |
| 611 | 2026-04-25T00:37:15.948Z | Compiling serde-untagged v0.1.9 |
| 612 | 2026-04-25T00:37:16.022Z | Compiling toml v0.8.23 |
| 613 | 2026-04-25T00:37:16.566Z | Compiling derive_more-impl v2.1.1 |
| 614 | 2026-04-25T00:37:18.098Z | Compiling itertools v0.14.0 |
| 615 | 2026-04-25T00:37:18.357Z | Compiling regex v1.12.3 |
| 616 | 2026-04-25T00:37:18.495Z | Compiling block-buffer v0.10.4 |
| 617 | 2026-04-25T00:37:18.646Z | Compiling crypto-common v0.1.7 |
| 618 | 2026-04-25T00:37:18.752Z | Compiling ppv-lite86 v0.2.21 |
| 619 | 2026-04-25T00:37:18.780Z | Compiling futures-executor v0.3.32 |
| 620 | 2026-04-25T00:37:18.884Z | Compiling rand_core v0.9.5 |
| 621 | 2026-04-25T00:37:19.076Z | Compiling pin-project-internal v1.1.11 |
| 622 | 2026-04-25T00:37:19.141Z | Compiling http-body-util v0.1.3 |
| 623 | 2026-04-25T00:37:19.316Z | Compiling uuid v1.23.1 |
| 624 | 2026-04-25T00:37:19.411Z | Compiling serde_spanned v1.1.1 |
| 625 | 2026-04-25T00:37:19.564Z | Compiling smol_str v0.3.6 |
| 626 | 2026-04-25T00:37:19.576Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 627 | 2026-04-25T00:37:19.778Z | Compiling filetime v0.2.27 |
| 628 | 2026-04-25T00:37:19.846Z | Compiling bstr v1.12.1 |
| 629 | 2026-04-25T00:37:19.895Z | Compiling vte v0.14.1 |
| 630 | 2026-04-25T00:37:19.980Z | Compiling anstyle-query v1.1.5 |
| 631 | 2026-04-25T00:37:19.994Z | Compiling static_assertions v1.1.0 |
| 632 | 2026-04-25T00:37:20.007Z | Compiling unicode-xid v0.2.6 |
| 633 | 2026-04-25T00:37:20.065Z | Compiling iana-time-zone v0.1.65 |
| 634 | 2026-04-25T00:37:20.090Z | Compiling xattr v1.6.1 |
| 635 | 2026-04-25T00:37:20.106Z | Compiling is_terminal_polyfill v1.70.2 |
| 636 | 2026-04-25T00:37:20.127Z | Compiling unicase v2.9.0 |
| 637 | 2026-04-25T00:37:20.273Z | Compiling self_update v0.42.0 |
| 638 | 2026-04-25T00:37:20.307Z | Compiling anstyle v1.0.14 |
| 639 | 2026-04-25T00:37:20.318Z | Compiling tinyvec_macros v0.1.1 |
| 640 | 2026-04-25T00:37:20.387Z | Compiling eyre v0.6.12 |
| 641 | 2026-04-25T00:37:20.400Z | Compiling litrs v1.0.0 |
| 642 | 2026-04-25T00:37:20.499Z | Compiling color-spantrace v0.3.0 |
| 643 | 2026-04-25T00:37:20.520Z | Compiling colorchoice v1.0.5 |
| 644 | 2026-04-25T00:37:20.563Z | Compiling nested v0.1.1 |
| 645 | 2026-04-25T00:37:20.635Z | Compiling number_prefix v0.4.0 |
| 646 | 2026-04-25T00:37:20.732Z | Compiling guppy v0.17.25 |
| 647 | 2026-04-25T00:37:20.748Z | Compiling indicatif v0.17.11 |
| 648 | 2026-04-25T00:37:20.780Z | Compiling anstream v1.0.0 |
| 649 | 2026-04-25T00:37:20.833Z | Compiling document-features v0.2.12 |
| 650 | 2026-04-25T00:37:20.955Z | Compiling tinyvec v1.11.0 |
| 651 | 2026-04-25T00:37:21.258Z | Compiling globset v0.4.18 |
| 652 | 2026-04-25T00:37:21.368Z | Compiling tar v0.4.45 |
| 653 | 2026-04-25T00:37:21.368Z | Compiling chrono v0.4.44 |
| 654 | 2026-04-25T00:37:21.953Z | Compiling pin-project v1.1.11 |
| 655 | 2026-04-25T00:37:22.059Z | Compiling cargo-util-schemas v0.2.0 |
| 656 | 2026-04-25T00:37:23.208Z | Compiling strip-ansi-escapes v0.2.1 |
| 657 | 2026-04-25T00:37:23.719Z | Compiling toml v1.1.2+spec-1.1.0 |
| 658 | 2026-04-25T00:37:23.901Z | Compiling nextest-metadata v0.12.2 |
| 659 | 2026-04-25T00:37:23.962Z | Compiling newtype-uuid v1.3.2 |
| 660 | 2026-04-25T00:37:24.151Z | Compiling reqwest v0.12.28 |
| 661 | 2026-04-25T00:37:24.468Z | Compiling rand_chacha v0.9.0 |
| 662 | 2026-04-25T00:37:24.497Z | Compiling futures v0.3.32 |
| 663 | 2026-04-25T00:37:24.580Z | Compiling digest v0.10.7 |
| 664 | 2026-04-25T00:37:24.741Z | Compiling parking_lot v0.12.5 |
| 665 | 2026-04-25T00:37:24.800Z | Compiling flate2 v1.1.9 |
| 666 | 2026-04-25T00:37:25.013Z | Compiling derive_more v2.1.1 |
| 667 | 2026-04-25T00:37:25.095Z | Compiling tracing-error v0.2.1 |
| 668 | 2026-04-25T00:37:25.330Z | Compiling shared_child v1.1.1 |
| 669 | 2026-04-25T00:37:25.665Z | Compiling signal-hook-mio v0.2.5 |
| 670 | 2026-04-25T00:37:25.791Z | Compiling self-replace v1.5.0 |
| 671 | 2026-04-25T00:37:25.962Z | Compiling cargo-platform v0.2.0 |
| 672 | 2026-04-25T00:37:26.080Z | Compiling quick-xml v0.38.4 |
| 673 | 2026-04-25T00:37:26.531Z | Compiling quick-xml v0.37.5 |
| 674 | 2026-04-25T00:37:26.621Z | Compiling heck v0.5.0 |
| 675 | 2026-04-25T00:37:26.819Z | Compiling strsim v0.11.1 |
| 676 | 2026-04-25T00:37:27.147Z | Compiling indenter v0.3.4 |
| 677 | 2026-04-25T00:37:27.275Z | Compiling cpufeatures v0.2.17 |
| 678 | 2026-04-25T00:37:27.351Z | Compiling shell-words v1.1.1 |
| 679 | 2026-04-25T00:37:27.597Z | Compiling clap_lex v1.1.0 |
| 680 | 2026-04-25T00:37:27.641Z | Compiling recursion v0.5.4 |
| 681 | 2026-04-25T00:37:27.668Z | Compiling urlencoding v2.1.3 |
| 682 | 2026-04-25T00:37:27.778Z | Compiling humantime v2.3.0 |
| 683 | 2026-04-25T00:37:28.046Z | Compiling humantime-serde v1.1.1 |
| 684 | 2026-04-25T00:37:28.172Z | Compiling clap_builder v4.6.0 |
| 685 | 2026-04-25T00:37:28.204Z | Compiling nextest-filtering v0.15.0 |
| 686 | 2026-04-25T00:37:28.207Z | Compiling sha2 v0.10.9 |
| 687 | 2026-04-25T00:37:29.405Z | Compiling clap_derive v4.6.1 |
| 688 | 2026-04-25T00:37:29.573Z | Compiling quick-junit v0.5.2 |
| 689 | 2026-04-25T00:37:31.139Z | Compiling cargo_metadata v0.20.0 |
| 690 | 2026-04-25T00:37:32.146Z | Compiling atomicwrites v0.4.4 |
| 691 | 2026-04-25T00:37:32.434Z | Compiling cargo-nextest v0.9.97 |
| 692 | 2026-04-25T00:37:32.681Z | Compiling crossterm v0.29.0 |
| 693 | 2026-04-25T00:37:32.732Z | Compiling duct v0.13.7 |
| 694 | 2026-04-25T00:37:34.089Z | Compiling zstd v0.13.3 |
| 695 | 2026-04-25T00:37:34.509Z | Compiling rand v0.9.4 |
| 696 | 2026-04-25T00:37:34.520Z | Compiling async-scoped v0.9.0 |
| 697 | 2026-04-25T00:37:34.708Z | Compiling config v0.15.22 |
| 698 | 2026-04-25T00:37:34.920Z | Compiling unicode-normalization v0.1.25 |
| 699 | 2026-04-25T00:37:35.188Z | Compiling target-spec-miette v0.4.6 |
| 700 | 2026-04-25T00:37:35.248Z | Compiling future-queue v0.4.0 |
| 701 | 2026-04-25T00:37:35.502Z | Compiling mukti-metadata v0.3.0 |
| 702 | 2026-04-25T00:37:35.522Z | Compiling tokio-stream v0.1.18 |
| 703 | 2026-04-25T00:37:35.590Z | Compiling camino-tempfile v1.4.1 |
| 704 | 2026-04-25T00:37:35.865Z | Compiling derive-where v1.6.1 |
| 705 | 2026-04-25T00:37:35.993Z | Compiling serde_ignored v0.1.14 |
| 706 | 2026-04-25T00:37:36.020Z | Compiling serde_path_to_error v0.1.20 |
| 707 | 2026-04-25T00:37:36.047Z | Compiling swrite v0.1.0 |
| 708 | 2026-04-25T00:37:36.153Z | Compiling hex v0.4.3 |
| 709 | 2026-04-25T00:37:36.207Z | Compiling xxhash-rust v0.8.15 |
| 710 | 2026-04-25T00:37:36.265Z | Compiling indent_write v2.2.0 |
| 711 | 2026-04-25T00:37:36.383Z | Compiling home v0.5.12 |
| 712 | 2026-04-25T00:37:36.432Z | Compiling color-eyre v0.6.5 |
| 713 | 2026-04-25T00:37:36.481Z | Compiling clap v4.6.1 |
| 714 | 2026-04-25T00:37:36.531Z | Compiling dialoguer v0.11.0 |
| 715 | 2026-04-25T00:37:36.544Z | Compiling enable-ansi-support v0.2.1 |
| 716 | 2026-04-25T00:37:37.107Z | Compiling nextest-runner v0.80.0 |
| 717 | 2026-04-25T00:37:55.324Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 718 | 2026-04-25T00:37:55.507Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 719 | 2026-04-25T00:37:55.507Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 720 | 2026-04-25T00:37:55.622Z | + source .github/buildomat/test-common.sh |
| 721 | 2026-04-25T00:37:55.625Z | ++ NEXTEST_VERSION=0.9.97 |
| 722 | 2026-04-25T00:37:55.625Z | ++ PLATFORM=illumos |
| 723 | 2026-04-25T00:37:55.625Z | ++ banner install |
| 724 | 2026-04-25T00:37:55.628Z | |
| 725 | 2026-04-25T00:37:55.628Z | # # # #### ##### ## # # |
| 726 | 2026-04-25T00:37:55.628Z | # ## # # # # # # # |
| 727 | 2026-04-25T00:37:55.628Z | # # # # #### # # # # # |
| 728 | 2026-04-25T00:37:55.628Z | # # # # # # ###### # # |
| 729 | 2026-04-25T00:37:55.628Z | # # ## # # # # # # # |
| 730 | 2026-04-25T00:37:55.628Z | # # # #### # # # ###### ###### |
| 731 | 2026-04-25T00:37:55.628Z | |
| 732 | 2026-04-25T00:37:55.628Z | ++ set +o errexit |
| 733 | 2026-04-25T00:37:55.628Z | ++ pkg info clang-15 |
| 734 | 2026-04-25T00:37:55.629Z | ++ grep -qi installed |
| 735 | 2026-04-25T00:37:57.191Z | pkg: info: no packages matching the following patterns you specified are |
| 736 | 2026-04-25T00:37:57.191Z | installed on the system. Try querying remotely instead: |
| 737 | 2026-04-25T00:37:57.191Z | |
| 738 | 2026-04-25T00:37:57.191Z | clang-15 |
| 739 | 2026-04-25T00:37:57.232Z | ++ [[ 1 != 0 ]] |
| 740 | 2026-04-25T00:37:57.232Z | ++ set -o errexit |
| 741 | 2026-04-25T00:37:57.232Z | ++ pfexec pkg install clang-15 |
| 742 | 2026-04-25T00:38:20.884Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 743 | 2026-04-25T00:38:28.348Z | Startup: Caching catalogs ... Done |
| 744 | 2026-04-25T00:38:35.272Z | Planning: Solver setup ... Done |
| 745 | 2026-04-25T00:38:35.312Z | Planning: Running solver ... Done |
| 746 | 2026-04-25T00:38:35.457Z | Planning: Finding local manifests ... Done |
| 747 | 2026-04-25T00:38:35.542Z | Planning: Fetching manifests: 0/2 0% complete |
| 748 | 2026-04-25T00:38:35.647Z | Planning: Fetching manifests: 2/2 100% complete |
| 749 | 2026-04-25T00:38:35.676Z | Planning: Package planning ... Done |
| 750 | 2026-04-25T00:38:35.702Z | Planning: Merging actions ... Done |
| 751 | 2026-04-25T00:38:35.825Z | Planning: Checking for conflicting actions ... Done |
| 752 | 2026-04-25T00:38:35.832Z | Planning: Consolidating action changes ... Done |
| 753 | 2026-04-25T00:38:37.053Z | Planning: Evaluating mediators ... Done |
| 754 | 2026-04-25T00:38:37.058Z | Planning: Planning completed in 8.54 seconds |
| 755 | 2026-04-25T00:38:37.069Z | Packages to install: 2 |
| 756 | 2026-04-25T00:38:37.069Z | Mediators to change: 2 |
| 757 | 2026-04-25T00:38:37.069Z | Services to change: 1 |
| 758 | 2026-04-25T00:38:37.072Z | Create boot environment: No |
| 759 | 2026-04-25T00:38:37.072Z | Create backup boot environment: No |
| 760 | 2026-04-25T00:38:37.137Z | |
| 761 | 2026-04-25T00:38:37.137Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 762 | 2026-04-25T00:38:42.145Z | Download: 869/3076 items 18.4/211.3MB 8% complete (3.8M/s) |
| 763 | 2026-04-25T00:38:47.146Z | Download: 1423/3076 items 116.6/211.3MB 55% complete (11.9M/s) |
| 764 | 2026-04-25T00:38:52.148Z | Download: 2393/3076 items 119.2/211.3MB 56% complete (10.1M/s) |
| 765 | 2026-04-25T00:38:57.958Z | Download: 3031/3076 items 201.8/211.3MB 95% complete (9.4M/s) |
| 766 | 2026-04-25T00:39:01.965Z | Download: Completed 211.31 MB in 24.83 seconds (8.5M/s) |
| 767 | 2026-04-25T00:39:02.110Z | Actions: 1/3418 actions (Installing new actions) |
| 768 | 2026-04-25T00:39:05.254Z | Actions: Completed 3418 actions in 3.14 seconds. |
| 769 | 2026-04-25T00:39:05.569Z | Done |
| 770 | 2026-04-25T00:39:05.569Z | Done |
| 771 | 2026-04-25T00:39:06.295Z | Done |
| 772 | 2026-04-25T00:39:09.499Z | Done |
| 773 | 2026-04-25T00:39:09.576Z | Done |
| 774 | 2026-04-25T00:39:09.579Z | Done |
| 775 | 2026-04-25T00:39:09.808Z | Done |
| 776 | 2026-04-25T00:39:10.475Z | ++ set -o errexit |
| 777 | 2026-04-25T00:39:10.475Z | ++ cargo --version |
| 778 | 2026-04-25T00:39:10.484Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 779 | 2026-04-25T00:39:10.487Z | ++ rustc --version |
| 780 | 2026-04-25T00:39:10.507Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 781 | 2026-04-25T00:39:10.510Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 782 | 2026-04-25T00:39:10.564Z | Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override |
| 783 | 2026-04-25T00:39:10.567Z | + pushd rdb |
| 784 | 2026-04-25T00:39:10.567Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
| 785 | 2026-04-25T00:39:10.567Z | + PROPTEST_CASES=1000000 |
| 786 | 2026-04-25T00:39:10.567Z | + cargo nextest run --lib proptest |
| 787 | 2026-04-25T00:39:10.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 788 | 2026-04-25T00:39:11.301Z | From https://github.com/oxidecomputer/falcon |
| 789 | 2026-04-25T00:39:11.301Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 790 | 2026-04-25T00:39:11.378Z | Updating crates.io index |
| 791 | 2026-04-25T00:39:11.411Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 792 | 2026-04-25T00:39:12.135Z | From https://github.com/oxidecomputer/dendrite |
| 793 | 2026-04-25T00:39:12.135Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 794 | 2026-04-25T00:39:12.192Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 795 | 2026-04-25T00:39:12.425Z | From https://github.com/oxidecomputer/ispf |
| 796 | 2026-04-25T00:39:12.425Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 797 | 2026-04-25T00:39:12.430Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 798 | 2026-04-25T00:39:12.744Z | From https://github.com/oxidecomputer/netadm-sys |
| 799 | 2026-04-25T00:39:12.745Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 800 | 2026-04-25T00:39:12.752Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 801 | 2026-04-25T00:39:18.526Z | From https://github.com/oxidecomputer/omicron |
| 802 | 2026-04-25T00:39:18.526Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 803 | 2026-04-25T00:39:18.923Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 804 | 2026-04-25T00:39:19.495Z | From https://github.com/oxidecomputer/opte |
| 805 | 2026-04-25T00:39:19.495Z | * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc |
| 806 | 2026-04-25T00:39:19.570Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 807 | 2026-04-25T00:39:19.838Z | From https://github.com/illumos/smf-rs |
| 808 | 2026-04-25T00:39:19.838Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 809 | 2026-04-25T00:39:19.903Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 810 | 2026-04-25T00:39:20.159Z | From https://github.com/oxidecomputer/network-interface |
| 811 | 2026-04-25T00:39:20.159Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 812 | 2026-04-25T00:39:20.177Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 813 | 2026-04-25T00:39:20.463Z | From https://github.com/oxidecomputer/zone |
| 814 | 2026-04-25T00:39:20.463Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 815 | 2026-04-25T00:39:20.482Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 816 | 2026-04-25T00:39:21.089Z | From https://github.com/oxidecomputer/propolis |
| 817 | 2026-04-25T00:39:21.089Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 818 | 2026-04-25T00:39:21.165Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 819 | 2026-04-25T00:39:21.654Z | From https://github.com/oxidecomputer/transceiver-control |
| 820 | 2026-04-25T00:39:21.654Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 821 | 2026-04-25T00:39:21.672Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 822 | 2026-04-25T00:39:21.947Z | From https://github.com/oxidecomputer/dlpi-sys |
| 823 | 2026-04-25T00:39:21.947Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 824 | 2026-04-25T00:39:21.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 825 | 2026-04-25T00:39:22.241Z | From https://github.com/jmesmon/rust-libzfs |
| 826 | 2026-04-25T00:39:22.241Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 827 | 2026-04-25T00:39:22.249Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 828 | 2026-04-25T00:39:22.477Z | From https://github.com/oxidecomputer/rusty-doors |
| 829 | 2026-04-25T00:39:22.477Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 830 | 2026-04-25T00:39:22.502Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 831 | 2026-04-25T00:39:22.839Z | From https://github.com/oxidecomputer/lldp |
| 832 | 2026-04-25T00:39:22.839Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 833 | 2026-04-25T00:39:22.883Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 834 | 2026-04-25T00:39:23.149Z | From https://github.com/oxidecomputer/slog-error-chain |
| 835 | 2026-04-25T00:39:23.149Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 836 | 2026-04-25T00:39:23.157Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 837 | 2026-04-25T00:39:23.481Z | From https://github.com/oxidecomputer/tufaceous |
| 838 | 2026-04-25T00:39:23.481Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 839 | 2026-04-25T00:39:23.533Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 840 | 2026-04-25T00:39:23.983Z | From https://github.com/oxidecomputer/management-gateway-service |
| 841 | 2026-04-25T00:39:23.983Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 842 | 2026-04-25T00:39:23.997Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 843 | 2026-04-25T00:39:25.213Z | From https://github.com/oxidecomputer/crucible |
| 844 | 2026-04-25T00:39:25.213Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 845 | 2026-04-25T00:39:25.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 846 | 2026-04-25T00:39:25.582Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 847 | 2026-04-25T00:39:25.582Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 848 | 2026-04-25T00:39:25.710Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 849 | 2026-04-25T00:39:26.036Z | From https://github.com/oxidecomputer/propolis |
| 850 | 2026-04-25T00:39:26.036Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 851 | 2026-04-25T00:39:26.114Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 852 | 2026-04-25T00:39:26.388Z | From https://github.com/oxidecomputer/tofino |
| 853 | 2026-04-25T00:39:26.388Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 854 | 2026-04-25T00:39:26.406Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 855 | 2026-04-25T00:39:26.901Z | From https://github.com/oxidecomputer/maghemite |
| 856 | 2026-04-25T00:39:26.902Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 857 | 2026-04-25T00:39:26.959Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 858 | 2026-04-25T00:39:27.226Z | From https://github.com/oxidecomputer/clickward |
| 859 | 2026-04-25T00:39:27.226Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 860 | 2026-04-25T00:39:27.370Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 861 | 2026-04-25T00:39:27.645Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 862 | 2026-04-25T00:39:27.645Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 863 | 2026-04-25T00:39:27.757Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 864 | 2026-04-25T00:39:28.067Z | From https://github.com/oxidecomputer/crucible |
| 865 | 2026-04-25T00:39:28.067Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 866 | 2026-04-25T00:39:29.014Z | Downloading crates ... |
| 867 | 2026-04-25T00:39:29.115Z | Downloaded async-stream v0.3.6 |
| 868 | 2026-04-25T00:39:29.126Z | Downloaded embedded-io v0.4.0 |
| 869 | 2026-04-25T00:39:29.130Z | Downloaded hostname v0.4.2 |
| 870 | 2026-04-25T00:39:29.134Z | Downloaded blake2 v0.10.6 |
| 871 | 2026-04-25T00:39:29.134Z | Downloaded bit-vec v0.8.0 |
| 872 | 2026-04-25T00:39:29.137Z | Downloaded async-trait v0.1.89 |
| 873 | 2026-04-25T00:39:29.139Z | Downloaded aead v0.5.2 |
| 874 | 2026-04-25T00:39:29.140Z | Downloaded async-stream-impl v0.3.6 |
| 875 | 2026-04-25T00:39:29.144Z | Downloaded backoff v0.4.0 |
| 876 | 2026-04-25T00:39:29.147Z | Downloaded byte-wrapper v0.1.0 |
| 877 | 2026-04-25T00:39:29.150Z | Downloaded macaddr v1.0.1 |
| 878 | 2026-04-25T00:39:29.154Z | Downloaded bitflags v1.3.2 |
| 879 | 2026-04-25T00:39:29.154Z | Downloaded bit-set v0.8.0 |
| 880 | 2026-04-25T00:39:29.156Z | Downloaded bitflags v2.11.0 |
| 881 | 2026-04-25T00:39:29.159Z | Downloaded anyhow v1.0.102 |
| 882 | 2026-04-25T00:39:29.162Z | Downloaded darling v0.21.3 |
| 883 | 2026-04-25T00:39:29.164Z | Downloaded multer v3.1.0 |
| 884 | 2026-04-25T00:39:29.167Z | Downloaded foreign-types v0.5.0 |
| 885 | 2026-04-25T00:39:29.167Z | Downloaded async-recursion v1.1.1 |
| 886 | 2026-04-25T00:39:29.170Z | Downloaded arrayvec v0.7.6 |
| 887 | 2026-04-25T00:39:29.173Z | Downloaded linked-hash-map v0.5.6 |
| 888 | 2026-04-25T00:39:29.173Z | Downloaded allocator-api2 v0.2.21 |
| 889 | 2026-04-25T00:39:29.176Z | Downloaded cobs v0.3.0 |
| 890 | 2026-04-25T00:39:29.176Z | Downloaded hash32 v0.3.1 |
| 891 | 2026-04-25T00:39:29.178Z | Downloaded git-stub v1.0.0 |
| 892 | 2026-04-25T00:39:29.181Z | Downloaded fs-err v3.3.0 |
| 893 | 2026-04-25T00:39:29.181Z | Downloaded foreign-types-macros v0.2.3 |
| 894 | 2026-04-25T00:39:29.184Z | Downloaded darling_macro v0.23.0 |
| 895 | 2026-04-25T00:39:29.184Z | Downloaded cstr-argument v0.1.2 |
| 896 | 2026-04-25T00:39:29.186Z | Downloaded base16ct v0.2.0 |
| 897 | 2026-04-25T00:39:29.186Z | Downloaded embedded-io v0.6.1 |
| 898 | 2026-04-25T00:39:29.189Z | Downloaded crucible-workspace-hack v0.1.0 |
| 899 | 2026-04-25T00:39:29.189Z | Downloaded crc8 v0.1.1 |
| 900 | 2026-04-25T00:39:29.192Z | Downloaded libscf-sys v1.1.0 |
| 901 | 2026-04-25T00:39:29.192Z | Downloaded fxhash v0.2.1 |
| 902 | 2026-04-25T00:39:29.192Z | Downloaded displaydoc v0.2.5 |
| 903 | 2026-04-25T00:39:29.195Z | Downloaded libsw-core v0.3.2 |
| 904 | 2026-04-25T00:39:29.198Z | Downloaded libsw v3.5.0 |
| 905 | 2026-04-25T00:39:29.198Z | Downloaded num-conv v0.2.1 |
| 906 | 2026-04-25T00:39:29.201Z | Downloaded ff v0.13.1 |
| 907 | 2026-04-25T00:39:29.201Z | Downloaded dtrace-parser v0.3.0 |
| 908 | 2026-04-25T00:39:29.203Z | Downloaded darling_macro v0.21.3 |
| 909 | 2026-04-25T00:39:29.203Z | Downloaded dof v0.4.0 |
| 910 | 2026-04-25T00:39:29.206Z | Downloaded icu_provider v2.1.1 |
| 911 | 2026-04-25T00:39:29.206Z | Downloaded gethostname v0.5.0 |
| 912 | 2026-04-25T00:39:29.209Z | Downloaded fastrand v2.3.0 |
| 913 | 2026-04-25T00:39:29.209Z | Downloaded bcs v0.1.6 |
| 914 | 2026-04-25T00:39:29.212Z | Downloaded defmt-parser v1.0.0 |
| 915 | 2026-04-25T00:39:29.212Z | Downloaded instant v0.1.13 |
| 916 | 2026-04-25T00:39:29.216Z | Downloaded internet-checksum v0.2.1 |
| 917 | 2026-04-25T00:39:29.216Z | Downloaded ciborium-ll v0.2.2 |
| 918 | 2026-04-25T00:39:29.219Z | Downloaded memoffset v0.9.1 |
| 919 | 2026-04-25T00:39:29.219Z | Downloaded compression-core v0.4.31 |
| 920 | 2026-04-25T00:39:29.219Z | Downloaded is-terminal v0.4.17 |
| 921 | 2026-04-25T00:39:29.222Z | Downloaded ingot-macros v0.1.1 |
| 922 | 2026-04-25T00:39:29.222Z | Downloaded num-derive v0.3.3 |
| 923 | 2026-04-25T00:39:29.225Z | Downloaded arrayref v0.3.9 |
| 924 | 2026-04-25T00:39:29.225Z | Downloaded hubpack_derive v0.1.1 |
| 925 | 2026-04-25T00:39:29.228Z | Downloaded num_threads v0.1.7 |
| 926 | 2026-04-25T00:39:29.228Z | Downloaded idna_adapter v1.2.1 |
| 927 | 2026-04-25T00:39:29.228Z | Downloaded num-iter v0.1.45 |
| 928 | 2026-04-25T00:39:29.230Z | Downloaded newtype-uuid-macros v0.1.0 |
| 929 | 2026-04-25T00:39:29.230Z | Downloaded httpdate v1.0.3 |
| 930 | 2026-04-25T00:39:29.234Z | Downloaded dof v0.3.0 |
| 931 | 2026-04-25T00:39:29.234Z | Downloaded base16ct v1.0.0 |
| 932 | 2026-04-25T00:39:29.237Z | Downloaded no-std-compat v0.4.1 |
| 933 | 2026-04-25T00:39:29.237Z | Downloaded num-derive v0.4.2 |
| 934 | 2026-04-25T00:39:29.237Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 935 | 2026-04-25T00:39:29.240Z | Downloaded defmt v0.3.100 |
| 936 | 2026-04-25T00:39:29.240Z | Downloaded const-random v0.1.18 |
| 937 | 2026-04-25T00:39:29.240Z | Downloaded managed v0.8.0 |
| 938 | 2026-04-25T00:39:29.243Z | Downloaded match_cfg v0.1.0 |
| 939 | 2026-04-25T00:39:29.243Z | Downloaded hubpack v0.1.2 |
| 940 | 2026-04-25T00:39:29.243Z | Downloaded glob v0.3.3 |
| 941 | 2026-04-25T00:39:29.246Z | Downloaded num_enum_derive v0.5.11 |
| 942 | 2026-04-25T00:39:29.246Z | Downloaded cpufeatures v0.3.0 |
| 943 | 2026-04-25T00:39:29.253Z | Downloaded const-random-macro v0.1.16 |
| 944 | 2026-04-25T00:39:29.253Z | Downloaded keccak v0.1.6 |
| 945 | 2026-04-25T00:39:29.277Z | Downloaded ciborium-io v0.2.2 |
| 946 | 2026-04-25T00:39:29.277Z | Downloaded git-stub-vcs v0.1.0 |
| 947 | 2026-04-25T00:39:29.277Z | Downloaded linear-map v1.2.0 |
| 948 | 2026-04-25T00:39:29.277Z | Downloaded csv-core v0.1.13 |
| 949 | 2026-04-25T00:39:29.277Z | Downloaded inout v0.1.4 |
| 950 | 2026-04-25T00:39:29.277Z | Downloaded ident_case v1.0.1 |
| 951 | 2026-04-25T00:39:29.283Z | Downloaded crossbeam-deque v0.8.6 |
| 952 | 2026-04-25T00:39:29.283Z | Downloaded crunchy v0.2.4 |
| 953 | 2026-04-25T00:39:29.283Z | Downloaded compression-codecs v0.4.37 |
| 954 | 2026-04-25T00:39:29.283Z | Downloaded num-rational v0.4.2 |
| 955 | 2026-04-25T00:39:29.283Z | Downloaded erased-serde v0.3.31 |
| 956 | 2026-04-25T00:39:29.283Z | Downloaded cookie v0.18.1 |
| 957 | 2026-04-25T00:39:29.283Z | Downloaded chacha20 v0.9.1 |
| 958 | 2026-04-25T00:39:29.283Z | Downloaded opaque-debug v0.3.1 |
| 959 | 2026-04-25T00:39:29.283Z | Downloaded indicatif v0.18.4 |
| 960 | 2026-04-25T00:39:29.283Z | Downloaded hmac v0.12.1 |
| 961 | 2026-04-25T00:39:29.283Z | Downloaded omicron-workspace-hack v0.1.0 |
| 962 | 2026-04-25T00:39:29.283Z | Downloaded olpc-cjson v0.1.4 |
| 963 | 2026-04-25T00:39:29.283Z | Downloaded defmt-macros v1.0.1 |
| 964 | 2026-04-25T00:39:29.283Z | Downloaded parse-display v0.10.0 |
| 965 | 2026-04-25T00:39:29.283Z | Downloaded mime v0.3.17 |
| 966 | 2026-04-25T00:39:29.283Z | Downloaded lru-cache v0.1.2 |
| 967 | 2026-04-25T00:39:29.283Z | Downloaded heck v0.4.1 |
| 968 | 2026-04-25T00:39:29.286Z | Downloaded daft-derive v0.1.5 |
| 969 | 2026-04-25T00:39:29.286Z | Downloaded num v0.4.3 |
| 970 | 2026-04-25T00:39:29.286Z | Downloaded fixedbitset v0.4.2 |
| 971 | 2026-04-25T00:39:29.291Z | Downloaded newtype_derive v0.1.6 |
| 972 | 2026-04-25T00:39:29.291Z | Downloaded memmap v0.7.0 |
| 973 | 2026-04-25T00:39:29.291Z | Downloaded potential_utf v0.1.4 |
| 974 | 2026-04-25T00:39:29.296Z | Downloaded plain v0.2.3 |
| 975 | 2026-04-25T00:39:29.296Z | Downloaded phf_shared v0.12.1 |
| 976 | 2026-04-25T00:39:29.296Z | Downloaded deranged v0.5.8 |
| 977 | 2026-04-25T00:39:29.301Z | Downloaded hostname v0.3.1 |
| 978 | 2026-04-25T00:39:29.301Z | Downloaded foreign-types-shared v0.3.1 |
| 979 | 2026-04-25T00:39:29.301Z | Downloaded natord v1.0.9 |
| 980 | 2026-04-25T00:39:29.301Z | Downloaded parse-display-derive v0.10.0 |
| 981 | 2026-04-25T00:39:29.301Z | Downloaded defmt v1.0.1 |
| 982 | 2026-04-25T00:39:29.305Z | Downloaded enum-as-inner v0.6.1 |
| 983 | 2026-04-25T00:39:29.305Z | Downloaded float-ord v0.3.2 |
| 984 | 2026-04-25T00:39:29.305Z | Downloaded constant_time_eq v0.4.2 |
| 985 | 2026-04-25T00:39:29.313Z | Downloaded cipher v0.4.4 |
| 986 | 2026-04-25T00:39:29.313Z | Downloaded dunce v1.0.5 |
| 987 | 2026-04-25T00:39:29.313Z | Downloaded argon2 v0.5.3 |
| 988 | 2026-04-25T00:39:29.313Z | Downloaded data-encoding v2.10.0 |
| 989 | 2026-04-25T00:39:29.318Z | Downloaded bytecount v0.6.9 |
| 990 | 2026-04-25T00:39:29.319Z | Downloaded proc-macro-error-attr v1.0.4 |
| 991 | 2026-04-25T00:39:29.319Z | Downloaded proc-macro-crate v3.5.0 |
| 992 | 2026-04-25T00:39:29.319Z | Downloaded pretty-hex v0.4.2 |
| 993 | 2026-04-25T00:39:29.319Z | Downloaded powerfmt v0.2.0 |
| 994 | 2026-04-25T00:39:29.319Z | Downloaded num_enum_derive v0.7.6 |
| 995 | 2026-04-25T00:39:29.322Z | Downloaded derive-ex v0.1.8 |
| 996 | 2026-04-25T00:39:29.322Z | Downloaded highway v1.3.0 |
| 997 | 2026-04-25T00:39:29.322Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 998 | 2026-04-25T00:39:29.322Z | Downloaded diff v0.1.13 |
| 999 | 2026-04-25T00:39:29.322Z | Downloaded progenitor-client v0.10.0 |
| 1000 | 2026-04-25T00:39:29.326Z | Downloaded critical-section v1.2.0 |
| 1001 | 2026-04-25T00:39:29.326Z | Downloaded rand_xorshift v0.4.0 |
| 1002 | 2026-04-25T00:39:29.327Z | Downloaded rand_chacha v0.3.1 |
| 1003 | 2026-04-25T00:39:29.329Z | Downloaded progenitor-macro v0.13.0 |
| 1004 | 2026-04-25T00:39:29.329Z | Downloaded progenitor-macro v0.11.2 |
| 1005 | 2026-04-25T00:39:29.329Z | Downloaded progenitor-macro v0.10.0 |
| 1006 | 2026-04-25T00:39:29.329Z | Downloaded proc-macro-crate v1.3.1 |
| 1007 | 2026-04-25T00:39:29.329Z | Downloaded backon v1.6.0 |
| 1008 | 2026-04-25T00:39:29.332Z | Downloaded group v0.13.0 |
| 1009 | 2026-04-25T00:39:29.338Z | Downloaded byteorder v1.5.0 |
| 1010 | 2026-04-25T00:39:29.338Z | Downloaded num_enum v0.7.6 |
| 1011 | 2026-04-25T00:39:29.342Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1012 | 2026-04-25T00:39:29.342Z | Downloaded ingot-types v0.1.2 |
| 1013 | 2026-04-25T00:39:29.342Z | Downloaded num-integer v0.1.46 |
| 1014 | 2026-04-25T00:39:29.342Z | Downloaded hyper-rustls v0.27.7 |
| 1015 | 2026-04-25T00:39:29.345Z | Downloaded ingot v0.1.1 |
| 1016 | 2026-04-25T00:39:29.345Z | Downloaded num_enum v0.5.11 |
| 1017 | 2026-04-25T00:39:29.350Z | Downloaded num-complex v0.4.6 |
| 1018 | 2026-04-25T00:39:29.350Z | Downloaded const_format_proc_macros v0.2.34 |
| 1019 | 2026-04-25T00:39:29.353Z | Downloaded ipnetwork v0.21.1 |
| 1020 | 2026-04-25T00:39:29.353Z | Downloaded poly1305 v0.8.0 |
| 1021 | 2026-04-25T00:39:29.353Z | Downloaded paste v1.0.15 |
| 1022 | 2026-04-25T00:39:29.356Z | Downloaded pkg-config v0.3.32 |
| 1023 | 2026-04-25T00:39:29.356Z | Downloaded phf v0.12.1 |
| 1024 | 2026-04-25T00:39:29.359Z | Downloaded same-file v1.0.6 |
| 1025 | 2026-04-25T00:39:29.359Z | Downloaded parking_lot v0.11.2 |
| 1026 | 2026-04-25T00:39:29.362Z | Downloaded password-hash v0.5.0 |
| 1027 | 2026-04-25T00:39:29.362Z | Downloaded ref-cast v1.0.25 |
| 1028 | 2026-04-25T00:39:29.365Z | Downloaded clap_derive v4.6.0 |
| 1029 | 2026-04-25T00:39:29.365Z | Downloaded fs_extra v1.3.0 |
| 1030 | 2026-04-25T00:39:29.368Z | Downloaded dyn-clone v1.0.20 |
| 1031 | 2026-04-25T00:39:29.368Z | Downloaded dtrace-parser v0.2.0 |
| 1032 | 2026-04-25T00:39:29.368Z | Downloaded rustc_version v0.1.7 |
| 1033 | 2026-04-25T00:39:29.368Z | Downloaded drift v0.1.3 |
| 1034 | 2026-04-25T00:39:29.371Z | Downloaded chacha20 v0.10.0 |
| 1035 | 2026-04-25T00:39:29.374Z | Downloaded daft v0.1.5 |
| 1036 | 2026-04-25T00:39:29.374Z | Downloaded console v0.16.3 |
| 1037 | 2026-04-25T00:39:29.377Z | Downloaded cmake v0.1.58 |
| 1038 | 2026-04-25T00:39:29.377Z | Downloaded crossbeam-epoch v0.9.18 |
| 1039 | 2026-04-25T00:39:29.380Z | Downloaded serial_test v3.4.0 |
| 1040 | 2026-04-25T00:39:29.380Z | Downloaded litemap v0.8.1 |
| 1041 | 2026-04-25T00:39:29.383Z | Downloaded secrecy v0.10.3 |
| 1042 | 2026-04-25T00:39:29.383Z | Downloaded proc-macro-error v1.0.4 |
| 1043 | 2026-04-25T00:39:29.386Z | Downloaded serde_spanned v1.1.0 |
| 1044 | 2026-04-25T00:39:29.386Z | Downloaded progenitor-extras v0.1.1 |
| 1045 | 2026-04-25T00:39:29.386Z | Downloaded progenitor-client v0.11.2 |
| 1046 | 2026-04-25T00:39:29.389Z | Downloaded progenitor v0.13.0 |
| 1047 | 2026-04-25T00:39:29.389Z | Downloaded progenitor v0.10.0 |
| 1048 | 2026-04-25T00:39:29.389Z | Downloaded semver v0.1.20 |
| 1049 | 2026-04-25T00:39:29.392Z | Downloaded serde_repr v0.1.20 |
| 1050 | 2026-04-25T00:39:29.392Z | Downloaded progenitor v0.11.2 |
| 1051 | 2026-04-25T00:39:29.395Z | Downloaded rand_core v0.10.0 |
| 1052 | 2026-04-25T00:39:29.395Z | Downloaded darling_core v0.23.0 |
| 1053 | 2026-04-25T00:39:29.398Z | Downloaded colored v3.1.1 |
| 1054 | 2026-04-25T00:39:29.398Z | Downloaded quick-error v1.2.3 |
| 1055 | 2026-04-25T00:39:29.401Z | Downloaded resolv-conf v0.7.6 |
| 1056 | 2026-04-25T00:39:29.401Z | Downloaded slog-envlogger v2.2.0 |
| 1057 | 2026-04-25T00:39:29.401Z | Downloaded smawk v0.3.2 |
| 1058 | 2026-04-25T00:39:29.404Z | Downloaded sigpipe v0.1.3 |
| 1059 | 2026-04-25T00:39:29.405Z | Downloaded sha1 v0.10.6 |
| 1060 | 2026-04-25T00:39:29.405Z | Downloaded serial_test_derive v3.4.0 |
| 1061 | 2026-04-25T00:39:29.409Z | Downloaded darling_core v0.21.3 |
| 1062 | 2026-04-25T00:39:29.409Z | Downloaded progenitor-client v0.13.0 |
| 1063 | 2026-04-25T00:39:29.412Z | Downloaded omicron-zone-package v0.12.2 |
| 1064 | 2026-04-25T00:39:29.412Z | Downloaded darling v0.23.0 |
| 1065 | 2026-04-25T00:39:29.417Z | Downloaded siphasher v1.0.2 |
| 1066 | 2026-04-25T00:39:29.417Z | Downloaded oxnet v0.1.4 |
| 1067 | 2026-04-25T00:39:29.421Z | Downloaded rustls-pemfile v2.2.0 |
| 1068 | 2026-04-25T00:39:29.421Z | Downloaded ref-cast-impl v1.0.25 |
| 1069 | 2026-04-25T00:39:29.421Z | Downloaded parking_lot_core v0.8.6 |
| 1070 | 2026-04-25T00:39:29.421Z | Downloaded slog-bunyan v2.5.0 |
| 1071 | 2026-04-25T00:39:29.425Z | Downloaded pem v3.0.6 |
| 1072 | 2026-04-25T00:39:29.425Z | Downloaded indexmap v1.9.3 |
| 1073 | 2026-04-25T00:39:29.425Z | Downloaded structmeta-derive v0.3.0 |
| 1074 | 2026-04-25T00:39:29.425Z | Downloaded cargo_toml v0.22.3 |
| 1075 | 2026-04-25T00:39:29.430Z | Downloaded strum v0.26.3 |
| 1076 | 2026-04-25T00:39:29.430Z | Downloaded papergrid v0.17.0 |
| 1077 | 2026-04-25T00:39:29.430Z | Downloaded tabled_derive v0.7.0 |
| 1078 | 2026-04-25T00:39:29.436Z | Downloaded rusty-fork v0.3.1 |
| 1079 | 2026-04-25T00:39:29.436Z | Downloaded elliptic-curve v0.13.8 |
| 1080 | 2026-04-25T00:39:29.436Z | Downloaded serde_plain v1.0.2 |
| 1081 | 2026-04-25T00:39:29.440Z | Downloaded spin v0.5.2 |
| 1082 | 2026-04-25T00:39:29.440Z | Downloaded ciborium v0.2.2 |
| 1083 | 2026-04-25T00:39:29.440Z | Downloaded serde-big-array v0.5.1 |
| 1084 | 2026-04-25T00:39:29.440Z | Downloaded scroll_derive v0.13.1 |
| 1085 | 2026-04-25T00:39:29.440Z | Downloaded scroll_derive v0.12.1 |
| 1086 | 2026-04-25T00:39:29.441Z | Downloaded cancel-safe-futures v0.1.5 |
| 1087 | 2026-04-25T00:39:29.445Z | Downloaded structmeta v0.3.0 |
| 1088 | 2026-04-25T00:39:29.445Z | Downloaded rustversion v1.0.22 |
| 1089 | 2026-04-25T00:39:29.445Z | Downloaded schemars_derive v0.8.22 |
| 1090 | 2026-04-25T00:39:29.445Z | Downloaded testing_table v0.3.0 |
| 1091 | 2026-04-25T00:39:29.449Z | Downloaded termtree v0.5.1 |
| 1092 | 2026-04-25T00:39:29.449Z | Downloaded scroll v0.13.0 |
| 1093 | 2026-04-25T00:39:29.449Z | Downloaded sdd v3.0.10 |
| 1094 | 2026-04-25T00:39:29.449Z | Downloaded strum v0.27.2 |
| 1095 | 2026-04-25T00:39:29.449Z | Downloaded clap v4.6.0 |
| 1096 | 2026-04-25T00:39:29.454Z | Downloaded tagptr v0.2.0 |
| 1097 | 2026-04-25T00:39:29.458Z | Downloaded take_mut v0.2.2 |
| 1098 | 2026-04-25T00:39:29.458Z | Downloaded serde_tokenstream v0.2.3 |
| 1099 | 2026-04-25T00:39:29.458Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1100 | 2026-04-25T00:39:29.462Z | Downloaded crossbeam-channel v0.5.15 |
| 1101 | 2026-04-25T00:39:29.462Z | Downloaded thread-id v5.1.0 |
| 1102 | 2026-04-25T00:39:29.466Z | Downloaded tabwriter v1.4.1 |
| 1103 | 2026-04-25T00:39:29.466Z | Downloaded time-core v0.1.8 |
| 1104 | 2026-04-25T00:39:29.467Z | Downloaded pest_derive v2.8.6 |
| 1105 | 2026-04-25T00:39:29.467Z | Downloaded tabled_derive v0.11.0 |
| 1106 | 2026-04-25T00:39:29.471Z | Downloaded half v2.7.1 |
| 1107 | 2026-04-25T00:39:29.471Z | Downloaded thread-id v4.2.2 |
| 1108 | 2026-04-25T00:39:29.471Z | Downloaded stable_deref_trait v1.2.1 |
| 1109 | 2026-04-25T00:39:29.471Z | Downloaded scroll v0.12.0 |
| 1110 | 2026-04-25T00:39:29.471Z | Downloaded proc-macro-error2 v2.0.1 |
| 1111 | 2026-04-25T00:39:29.476Z | Downloaded postcard v1.1.3 |
| 1112 | 2026-04-25T00:39:29.476Z | Downloaded icu_normalizer_data v2.1.1 |
| 1113 | 2026-04-25T00:39:29.476Z | Downloaded smartstring v1.0.1 |
| 1114 | 2026-04-25T00:39:29.484Z | Downloaded icu_properties v2.1.2 |
| 1115 | 2026-04-25T00:39:29.484Z | Downloaded papergrid v0.11.0 |
| 1116 | 2026-04-25T00:39:29.488Z | Downloaded slog-json v2.6.1 |
| 1117 | 2026-04-25T00:39:29.488Z | Downloaded slog-dtrace v0.3.0 |
| 1118 | 2026-04-25T00:39:29.488Z | Downloaded icu_locale_core v2.1.1 |
| 1119 | 2026-04-25T00:39:29.488Z | Downloaded snafu-derive v0.8.9 |
| 1120 | 2026-04-25T00:39:29.488Z | Downloaded smf v0.2.3 |
| 1121 | 2026-04-25T00:39:29.488Z | Downloaded slog-async v2.8.0 |
| 1122 | 2026-04-25T00:39:29.493Z | Downloaded rustls-pki-types v1.14.0 |
| 1123 | 2026-04-25T00:39:29.493Z | Downloaded pest_generator v2.8.6 |
| 1124 | 2026-04-25T00:39:29.493Z | Downloaded dropshot_endpoint v0.16.7 |
| 1125 | 2026-04-25T00:39:29.502Z | Downloaded topological-sort v0.2.2 |
| 1126 | 2026-04-25T00:39:29.502Z | Downloaded rustls-native-certs v0.8.3 |
| 1127 | 2026-04-25T00:39:29.502Z | Downloaded slog-scope v4.4.1 |
| 1128 | 2026-04-25T00:39:29.502Z | Downloaded typify-macro v0.4.3 |
| 1129 | 2026-04-25T00:39:29.502Z | Downloaded slog-term v2.9.2 |
| 1130 | 2026-04-25T00:39:29.509Z | Downloaded slog-stdlog v4.1.1 |
| 1131 | 2026-04-25T00:39:29.509Z | Downloaded usdt v0.5.0 |
| 1132 | 2026-04-25T00:39:29.509Z | Downloaded universal-hash v0.5.1 |
| 1133 | 2026-04-25T00:39:29.510Z | Downloaded unit-prefix v0.5.2 |
| 1134 | 2026-04-25T00:39:29.510Z | Downloaded unarray v0.1.4 |
| 1135 | 2026-04-25T00:39:29.510Z | Downloaded derive_more v0.99.20 |
| 1136 | 2026-04-25T00:39:29.510Z | Downloaded convert_case v0.4.0 |
| 1137 | 2026-04-25T00:39:29.510Z | Downloaded newline-converter v0.3.0 |
| 1138 | 2026-04-25T00:39:29.510Z | Downloaded usdt v0.6.0 |
| 1139 | 2026-04-25T00:39:29.510Z | Downloaded dropshot_endpoint v0.17.0 |
| 1140 | 2026-04-25T00:39:29.517Z | Downloaded strum_macros v0.26.4 |
| 1141 | 2026-04-25T00:39:29.517Z | Downloaded synstructure v0.13.2 |
| 1142 | 2026-04-25T00:39:29.517Z | Downloaded heapless v0.8.0 |
| 1143 | 2026-04-25T00:39:29.517Z | Downloaded typify-macro v0.6.1 |
| 1144 | 2026-04-25T00:39:29.517Z | Downloaded untrusted v0.7.1 |
| 1145 | 2026-04-25T00:39:29.517Z | Downloaded wait-timeout v0.2.1 |
| 1146 | 2026-04-25T00:39:29.522Z | Downloaded chacha20poly1305 v0.10.1 |
| 1147 | 2026-04-25T00:39:29.522Z | Downloaded utf-8 v0.7.6 |
| 1148 | 2026-04-25T00:39:29.522Z | Downloaded usdt-attr-macro v0.6.0 |
| 1149 | 2026-04-25T00:39:29.522Z | Downloaded memmap2 v0.9.10 |
| 1150 | 2026-04-25T00:39:29.522Z | Downloaded jiff-static v0.2.23 |
| 1151 | 2026-04-25T00:39:29.522Z | Downloaded progenitor-impl v0.11.2 |
| 1152 | 2026-04-25T00:39:29.522Z | Downloaded waitgroup v0.1.2 |
| 1153 | 2026-04-25T00:39:29.522Z | Downloaded usdt-macro v0.6.0 |
| 1154 | 2026-04-25T00:39:29.522Z | Downloaded usdt-macro v0.5.0 |
| 1155 | 2026-04-25T00:39:29.529Z | Downloaded serde_with_macros v3.18.0 |
| 1156 | 2026-04-25T00:39:29.529Z | Downloaded serde_derive_internals v0.29.1 |
| 1157 | 2026-04-25T00:39:29.529Z | Downloaded progenitor-impl v0.10.0 |
| 1158 | 2026-04-25T00:39:29.529Z | Downloaded foldhash v0.2.0 |
| 1159 | 2026-04-25T00:39:29.529Z | Downloaded crossbeam-utils v0.8.21 |
| 1160 | 2026-04-25T00:39:29.534Z | Downloaded tokio-rustls v0.25.0 |
| 1161 | 2026-04-25T00:39:29.534Z | Downloaded usdt-attr-macro v0.5.0 |
| 1162 | 2026-04-25T00:39:29.534Z | Downloaded tinystr v0.8.2 |
| 1163 | 2026-04-25T00:39:29.534Z | Downloaded arc-swap v1.9.0 |
| 1164 | 2026-04-25T00:39:29.534Z | Downloaded async-compression v0.4.41 |
| 1165 | 2026-04-25T00:39:29.538Z | Downloaded zerofrom v0.1.6 |
| 1166 | 2026-04-25T00:39:29.538Z | Downloaded yoke-derive v0.8.1 |
| 1167 | 2026-04-25T00:39:29.538Z | Downloaded tokio-tungstenite v0.21.0 |
| 1168 | 2026-04-25T00:39:29.542Z | Downloaded thiserror-no-std v2.0.2 |
| 1169 | 2026-04-25T00:39:29.542Z | Downloaded indexmap v2.13.0 |
| 1170 | 2026-04-25T00:39:29.547Z | Downloaded time-macros v0.2.27 |
| 1171 | 2026-04-25T00:39:29.551Z | Downloaded zeroize_derive v1.4.3 |
| 1172 | 2026-04-25T00:39:29.551Z | Downloaded zerofrom-derive v0.1.6 |
| 1173 | 2026-04-25T00:39:29.551Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1174 | 2026-04-25T00:39:29.555Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1175 | 2026-04-25T00:39:29.555Z | Downloaded tokio-dtrace v0.1.1 |
| 1176 | 2026-04-25T00:39:29.555Z | Downloaded tiny-keccak v2.0.2 |
| 1177 | 2026-04-25T00:39:29.555Z | Downloaded expectorate v1.2.0 |
| 1178 | 2026-04-25T00:39:29.560Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 1179 | 2026-04-25T00:39:29.569Z | Downloaded zone v0.3.1 |
| 1180 | 2026-04-25T00:39:29.569Z | Downloaded const_format v0.2.35 |
| 1181 | 2026-04-25T00:39:29.576Z | Downloaded zone_cfg_derive v0.3.1 |
| 1182 | 2026-04-25T00:39:29.576Z | Downloaded cc v1.2.58 |
| 1183 | 2026-04-25T00:39:29.576Z | Downloaded base64 v0.21.7 |
| 1184 | 2026-04-25T00:39:29.580Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1185 | 2026-04-25T00:39:29.580Z | Downloaded usdt-impl v0.6.0 |
| 1186 | 2026-04-25T00:39:29.580Z | Downloaded usdt-impl v0.5.0 |
| 1187 | 2026-04-25T00:39:29.580Z | Downloaded icu_collections v2.1.1 |
| 1188 | 2026-04-25T00:39:29.585Z | Downloaded term v1.2.1 |
| 1189 | 2026-04-25T00:39:29.585Z | Downloaded spin v0.9.8 |
| 1190 | 2026-04-25T00:39:29.590Z | Downloaded whoami v1.6.1 |
| 1191 | 2026-04-25T00:39:29.590Z | Downloaded prettyplease v0.2.37 |
| 1192 | 2026-04-25T00:39:29.590Z | Downloaded xz2 v0.1.7 |
| 1193 | 2026-04-25T00:39:29.590Z | Downloaded vsss-rs v3.3.4 |
| 1194 | 2026-04-25T00:39:29.594Z | Downloaded walkdir v2.5.0 |
| 1195 | 2026-04-25T00:39:29.594Z | Downloaded openssl-sys v0.9.112 |
| 1196 | 2026-04-25T00:39:29.594Z | Downloaded thin-vec v0.2.14 |
| 1197 | 2026-04-25T00:39:29.599Z | Downloaded minimal-lexical v0.2.1 |
| 1198 | 2026-04-25T00:39:29.599Z | Downloaded hickory-resolver v0.24.4 |
| 1199 | 2026-04-25T00:39:29.604Z | Downloaded progenitor-impl v0.13.0 |
| 1200 | 2026-04-25T00:39:29.604Z | Downloaded writeable v0.6.2 |
| 1201 | 2026-04-25T00:39:29.604Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 1202 | 2026-04-25T00:39:29.604Z | Downloaded pest_meta v2.8.6 |
| 1203 | 2026-04-25T00:39:29.612Z | Downloaded yoke v0.8.1 |
| 1204 | 2026-04-25T00:39:29.612Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 1205 | 2026-04-25T00:39:29.612Z | Downloaded strum_macros v0.27.2 |
| 1206 | 2026-04-25T00:39:29.612Z | Downloaded slog v2.8.2 |
| 1207 | 2026-04-25T00:39:29.617Z | Downloaded ucd-trie v0.1.7 |
| 1208 | 2026-04-25T00:39:29.617Z | Downloaded rhai_codegen v3.1.0 |
| 1209 | 2026-04-25T00:39:29.617Z | Downloaded schemars v0.8.22 |
| 1210 | 2026-04-25T00:39:29.621Z | Downloaded test-strategy v0.4.5 |
| 1211 | 2026-04-25T00:39:29.625Z | Downloaded rand v0.8.5 |
| 1212 | 2026-04-25T00:39:29.625Z | Downloaded rayon-core v1.13.0 |
| 1213 | 2026-04-25T00:39:29.629Z | Downloaded hashbrown v0.12.3 |
| 1214 | 2026-04-25T00:39:29.638Z | Downloaded snafu v0.8.9 |
| 1215 | 2026-04-25T00:39:29.647Z | Downloaded schemars v0.9.0 |
| 1216 | 2026-04-25T00:39:29.651Z | Downloaded typify v0.4.3 |
| 1217 | 2026-04-25T00:39:29.651Z | Downloaded qorb v0.4.1 |
| 1218 | 2026-04-25T00:39:29.655Z | Downloaded zerocopy-derive v0.7.35 |
| 1219 | 2026-04-25T00:39:29.655Z | Downloaded crypto-bigint v0.5.5 |
| 1220 | 2026-04-25T00:39:29.660Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1221 | 2026-04-25T00:39:29.664Z | Downloaded blake3 v1.8.4 |
| 1222 | 2026-04-25T00:39:29.668Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 1223 | 2026-04-25T00:39:29.668Z | Downloaded schemars v1.2.1 |
| 1224 | 2026-04-25T00:39:29.673Z | Downloaded zerovec-derive v0.11.2 |
| 1225 | 2026-04-25T00:39:29.681Z | Downloaded unsafe-libyaml v0.2.11 |
| 1226 | 2026-04-25T00:39:29.681Z | Downloaded typify v0.6.1 |
| 1227 | 2026-04-25T00:39:29.685Z | Downloaded uuid v1.23.0 |
| 1228 | 2026-04-25T00:39:29.685Z | Downloaded rand v0.9.2 |
| 1229 | 2026-04-25T00:39:29.685Z | Downloaded toml v0.7.8 |
| 1230 | 2026-04-25T00:39:29.685Z | Downloaded rustls-webpki v0.103.10 |
| 1231 | 2026-04-25T00:39:29.688Z | Downloaded similar v2.7.0 |
| 1232 | 2026-04-25T00:39:29.688Z | Downloaded zerotrie v0.2.3 |
| 1233 | 2026-04-25T00:39:29.688Z | Downloaded hickory-resolver v0.25.2 |
| 1234 | 2026-04-25T00:39:29.693Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 1235 | 2026-04-25T00:39:29.697Z | Downloaded nom v8.0.0 |
| 1236 | 2026-04-25T00:39:29.697Z | Downloaded typenum v1.19.0 |
| 1237 | 2026-04-25T00:39:29.701Z | Downloaded tungstenite v0.21.0 |
| 1238 | 2026-04-25T00:39:29.701Z | Downloaded pest v2.8.6 |
| 1239 | 2026-04-25T00:39:29.706Z | Downloaded steno v0.4.1 |
| 1240 | 2026-04-25T00:39:29.706Z | Downloaded nom v7.1.3 |
| 1241 | 2026-04-25T00:39:29.710Z | Downloaded icu_normalizer v2.1.1 |
| 1242 | 2026-04-25T00:39:29.710Z | Downloaded pretty_assertions v1.4.1 |
| 1243 | 2026-04-25T00:39:29.715Z | Downloaded zerocopy-derive v0.8.48 |
| 1244 | 2026-04-25T00:39:29.722Z | Downloaded toml_edit v0.19.15 |
| 1245 | 2026-04-25T00:39:29.727Z | Downloaded yansi v1.0.1 |
| 1246 | 2026-04-25T00:39:29.734Z | Downloaded scc v2.4.0 |
| 1247 | 2026-04-25T00:39:29.734Z | Downloaded goblin v0.8.2 |
| 1248 | 2026-04-25T00:39:29.739Z | Downloaded aws-lc-rs v1.16.2 |
| 1249 | 2026-04-25T00:39:29.771Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-04-25T00:39:29.772Z | Downloaded itertools v0.12.1 |
| 1251 | 2026-04-25T00:39:29.777Z | Downloaded rand v0.10.1 |
| 1252 | 2026-04-25T00:39:29.777Z | Downloaded icu_properties_data v2.1.2 |
| 1253 | 2026-04-25T00:39:29.777Z | Downloaded dropshot-api-manager v0.7.0 |
| 1254 | 2026-04-25T00:39:29.777Z | Downloaded hashbrown v0.16.1 |
| 1255 | 2026-04-25T00:39:29.777Z | Downloaded libm v0.2.16 |
| 1256 | 2026-04-25T00:39:29.777Z | Downloaded moka v0.12.15 |
| 1257 | 2026-04-25T00:39:29.777Z | Downloaded tough v0.20.0 |
| 1258 | 2026-04-25T00:39:29.782Z | Downloaded zerovec v0.11.5 |
| 1259 | 2026-04-25T00:39:29.782Z | Downloaded iddqd v0.3.17 |
| 1260 | 2026-04-25T00:39:29.792Z | Downloaded reqwest v0.13.2 |
| 1261 | 2026-04-25T00:39:29.819Z | Downloaded zerocopy v0.7.35 |
| 1262 | 2026-04-25T00:39:29.826Z | Downloaded hkdf v0.12.4 |
| 1263 | 2026-04-25T00:39:29.833Z | Downloaded tabled v0.15.0 |
| 1264 | 2026-04-25T00:39:29.841Z | Downloaded rayon v1.11.0 |
| 1265 | 2026-04-25T00:39:29.850Z | Downloaded time v0.3.47 |
| 1266 | 2026-04-25T00:39:29.856Z | Downloaded syn v1.0.109 |
| 1267 | 2026-04-25T00:39:29.860Z | Downloaded proptest v1.11.0 |
| 1268 | 2026-04-25T00:39:29.866Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-04-25T00:39:29.872Z | Downloaded webpki-roots v1.0.6 |
| 1270 | 2026-04-25T00:39:29.876Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-04-25T00:39:29.881Z | Downloaded serde_with v3.18.0 |
| 1272 | 2026-04-25T00:39:29.887Z | Downloaded winnow v1.0.1 |
| 1273 | 2026-04-25T00:39:29.894Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-04-25T00:39:29.898Z | Downloaded openssl v0.10.76 |
| 1275 | 2026-04-25T00:39:29.905Z | Downloaded rhai v1.24.0 |
| 1276 | 2026-04-25T00:39:29.911Z | Downloaded dropshot v0.17.0 |
| 1277 | 2026-04-25T00:39:29.921Z | Downloaded dropshot v0.16.7 |
| 1278 | 2026-04-25T00:39:29.937Z | Downloaded goblin v0.10.5 |
| 1279 | 2026-04-25T00:39:29.940Z | Downloaded rustls-webpki v0.102.8 |
| 1280 | 2026-04-25T00:39:29.992Z | Downloaded nix v0.31.2 |
| 1281 | 2026-04-25T00:39:29.999Z | Downloaded rustls v0.22.4 |
| 1282 | 2026-04-25T00:39:30.006Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-04-25T00:39:30.020Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-04-25T00:39:30.026Z | Downloaded hickory-proto v0.24.4 |
| 1285 | 2026-04-25T00:39:30.033Z | Downloaded chrono-tz v0.10.4 |
| 1286 | 2026-04-25T00:39:30.043Z | Downloaded regress v0.10.5 |
| 1287 | 2026-04-25T00:39:30.048Z | Downloaded jiff v0.2.23 |
| 1288 | 2026-04-25T00:39:30.057Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-04-25T00:39:30.066Z | Downloaded csv v1.4.0 |
| 1290 | 2026-04-25T00:39:30.078Z | Downloaded tokio v1.52.0 |
| 1291 | 2026-04-25T00:39:30.099Z | Downloaded typify-impl v0.6.1 |
| 1292 | 2026-04-25T00:39:30.109Z | Downloaded typify-impl v0.4.3 |
| 1293 | 2026-04-25T00:39:30.113Z | Downloaded sled v0.34.7 |
| 1294 | 2026-04-25T00:39:30.147Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-04-25T00:39:30.168Z | Downloaded lzma-sys v0.1.20 |
| 1296 | 2026-04-25T00:39:30.185Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-04-25T00:39:30.218Z | Downloaded encoding_rs v0.8.35 |
| 1298 | 2026-04-25T00:39:30.650Z | Downloaded aws-lc-sys v0.39.1 |
| 1299 | 2026-04-25T00:39:31.510Z | Compiling proc-macro2 v1.0.106 |
| 1300 | 2026-04-25T00:39:31.510Z | Compiling unicode-ident v1.0.24 |
| 1301 | 2026-04-25T00:39:31.510Z | Compiling quote v1.0.45 |
| 1302 | 2026-04-25T00:39:31.510Z | Compiling serde_core v1.0.228 |
| 1303 | 2026-04-25T00:39:31.510Z | Compiling cfg-if v1.0.4 |
| 1304 | 2026-04-25T00:39:31.513Z | Compiling serde v1.0.228 |
| 1305 | 2026-04-25T00:39:31.514Z | Compiling libc v0.2.186 |
| 1306 | 2026-04-25T00:39:31.514Z | Compiling memchr v2.8.0 |
| 1307 | 2026-04-25T00:39:31.709Z | Compiling itoa v1.0.18 |
| 1308 | 2026-04-25T00:39:31.907Z | Compiling smallvec v1.15.1 |
| 1309 | 2026-04-25T00:39:31.910Z | Compiling zmij v1.0.21 |
| 1310 | 2026-04-25T00:39:31.937Z | Compiling serde_json v1.0.149 |
| 1311 | 2026-04-25T00:39:32.100Z | Compiling autocfg v1.5.0 |
| 1312 | 2026-04-25T00:39:32.161Z | Compiling libm v0.2.16 |
| 1313 | 2026-04-25T00:39:32.303Z | Compiling version_check v0.9.5 |
| 1314 | 2026-04-25T00:39:32.398Z | Compiling stable_deref_trait v1.2.1 |
| 1315 | 2026-04-25T00:39:32.442Z | Compiling pin-project-lite v0.2.17 |
| 1316 | 2026-04-25T00:39:32.473Z | Compiling percent-encoding v2.3.2 |
| 1317 | 2026-04-25T00:39:32.482Z | Compiling litemap v0.8.1 |
| 1318 | 2026-04-25T00:39:32.492Z | Compiling writeable v0.6.2 |
| 1319 | 2026-04-25T00:39:32.529Z | Compiling icu_properties_data v2.1.2 |
| 1320 | 2026-04-25T00:39:32.668Z | Compiling icu_normalizer_data v2.1.1 |
| 1321 | 2026-04-25T00:39:32.671Z | Compiling iana-time-zone v0.1.65 |
| 1322 | 2026-04-25T00:39:32.677Z | Compiling parking_lot_core v0.9.12 |
| 1323 | 2026-04-25T00:39:32.737Z | Compiling syn v2.0.117 |
| 1324 | 2026-04-25T00:39:32.891Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-04-25T00:39:32.900Z | Compiling equivalent v1.0.2 |
| 1326 | 2026-04-25T00:39:32.937Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-04-25T00:39:32.974Z | Compiling lock_api v0.4.14 |
| 1328 | 2026-04-25T00:39:32.976Z | Compiling utf8_iter v1.0.4 |
| 1329 | 2026-04-25T00:39:32.993Z | Compiling foldhash v0.2.0 |
| 1330 | 2026-04-25T00:39:32.996Z | Compiling allocator-api2 v0.2.21 |
| 1331 | 2026-04-25T00:39:33.108Z | Compiling dyn-clone v1.0.20 |
| 1332 | 2026-04-25T00:39:33.127Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-04-25T00:39:33.191Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-04-25T00:39:33.244Z | Compiling shlex v1.3.0 |
| 1335 | 2026-04-25T00:39:33.256Z | Compiling find-msvc-tools v0.1.9 |
| 1336 | 2026-04-25T00:39:33.340Z | Compiling hashbrown v0.16.1 |
| 1337 | 2026-04-25T00:39:33.423Z | Compiling cc v1.2.58 |
| 1338 | 2026-04-25T00:39:33.479Z | Compiling log v0.4.29 |
| 1339 | 2026-04-25T00:39:33.498Z | Compiling errno v0.3.14 |
| 1340 | 2026-04-25T00:39:33.650Z | Compiling semver v1.0.28 |
| 1341 | 2026-04-25T00:39:33.670Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-04-25T00:39:33.770Z | Compiling rand_core v0.10.0 |
| 1343 | 2026-04-25T00:39:33.813Z | Compiling getrandom v0.4.2 |
| 1344 | 2026-04-25T00:39:33.916Z | Compiling thiserror v2.0.18 |
| 1345 | 2026-04-25T00:39:33.925Z | Compiling indexmap v2.13.0 |
| 1346 | 2026-04-25T00:39:33.987Z | Compiling zerocopy v0.8.48 |
| 1347 | 2026-04-25T00:39:34.111Z | Compiling heck v0.5.0 |
| 1348 | 2026-04-25T00:39:34.256Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-04-25T00:39:34.355Z | Compiling slab v0.4.12 |
| 1350 | 2026-04-25T00:39:34.368Z | Compiling fnv v1.0.7 |
| 1351 | 2026-04-25T00:39:34.408Z | Compiling uuid v1.23.0 |
| 1352 | 2026-04-25T00:39:34.434Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-04-25T00:39:34.466Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-04-25T00:39:34.526Z | Compiling typenum v1.19.0 |
| 1355 | 2026-04-25T00:39:34.544Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-04-25T00:39:34.646Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-04-25T00:39:34.657Z | Compiling schemars v0.8.22 |
| 1358 | 2026-04-25T00:39:34.840Z | Compiling socket2 v0.6.3 |
| 1359 | 2026-04-25T00:39:34.880Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-04-25T00:39:34.883Z | Compiling portable-atomic v1.13.1 |
| 1361 | 2026-04-25T00:39:34.945Z | Compiling parking_lot v0.12.5 |
| 1362 | 2026-04-25T00:39:35.028Z | Compiling signal-hook-registry v1.4.8 |
| 1363 | 2026-04-25T00:39:35.069Z | Compiling mio v1.2.0 |
| 1364 | 2026-04-25T00:39:35.285Z | Compiling bitflags v2.11.0 |
| 1365 | 2026-04-25T00:39:35.329Z | Compiling critical-section v1.2.0 |
| 1366 | 2026-04-25T00:39:35.349Z | Compiling subtle v2.6.1 |
| 1367 | 2026-04-25T00:39:35.433Z | Compiling base64 v0.22.1 |
| 1368 | 2026-04-25T00:39:35.472Z | Compiling untrusted v0.9.0 |
| 1369 | 2026-04-25T00:39:35.472Z | Compiling byteorder v1.5.0 |
| 1370 | 2026-04-25T00:39:35.512Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-04-25T00:39:35.524Z | Compiling synstructure v0.13.2 |
| 1372 | 2026-04-25T00:39:35.587Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2026-04-25T00:39:35.598Z | Compiling cmake v0.1.58 |
| 1374 | 2026-04-25T00:39:35.700Z | Compiling dunce v1.0.5 |
| 1375 | 2026-04-25T00:39:35.732Z | Compiling fs_extra v1.3.0 |
| 1376 | 2026-04-25T00:39:35.762Z | Compiling ipnet v2.12.0 |
| 1377 | 2026-04-25T00:39:35.790Z | Compiling once_cell v1.21.4 |
| 1378 | 2026-04-25T00:39:35.893Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-04-25T00:39:35.941Z | Compiling strsim v0.11.1 |
| 1380 | 2026-04-25T00:39:35.991Z | Compiling aws-lc-sys v0.39.1 |
| 1381 | 2026-04-25T00:39:36.006Z | Compiling httparse v1.10.1 |
| 1382 | 2026-04-25T00:39:36.036Z | Compiling rustix v1.1.4 |
| 1383 | 2026-04-25T00:39:36.311Z | Compiling atomic-waker v1.1.2 |
| 1384 | 2026-04-25T00:39:36.346Z | Compiling slog v2.8.2 |
| 1385 | 2026-04-25T00:39:36.350Z | Compiling generic-array v0.14.7 |
| 1386 | 2026-04-25T00:39:36.407Z | Compiling tower-service v0.3.3 |
| 1387 | 2026-04-25T00:39:36.431Z | Compiling ucd-trie v0.1.7 |
| 1388 | 2026-04-25T00:39:36.495Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-04-25T00:39:36.571Z | Compiling thiserror v1.0.69 |
| 1390 | 2026-04-25T00:39:36.612Z | Compiling pest v2.8.6 |
| 1391 | 2026-04-25T00:39:36.658Z | Compiling try-lock v0.2.5 |
| 1392 | 2026-04-25T00:39:36.744Z | Compiling want v0.3.1 |
| 1393 | 2026-04-25T00:39:36.763Z | Compiling ryu v1.0.23 |
| 1394 | 2026-04-25T00:39:36.809Z | Compiling serde_derive v1.0.228 |
| 1395 | 2026-04-25T00:39:36.845Z | Compiling zerofrom-derive v0.1.6 |
| 1396 | 2026-04-25T00:39:36.879Z | Compiling yoke-derive v0.8.1 |
| 1397 | 2026-04-25T00:39:36.912Z | Compiling zerovec-derive v0.11.2 |
| 1398 | 2026-04-25T00:39:36.940Z | Compiling displaydoc v0.2.5 |
| 1399 | 2026-04-25T00:39:36.950Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-04-25T00:39:37.678Z | Compiling schemars_derive v0.8.22 |
| 1401 | 2026-04-25T00:39:37.681Z | Compiling thiserror-impl v2.0.18 |
| 1402 | 2026-04-25T00:39:37.873Z | Compiling zerocopy-derive v0.8.48 |
| 1403 | 2026-04-25T00:39:37.908Z | Compiling zeroize_derive v1.4.3 |
| 1404 | 2026-04-25T00:39:38.014Z | Compiling futures-macro v0.3.32 |
| 1405 | 2026-04-25T00:39:38.035Z | Compiling zerofrom v0.1.6 |
| 1406 | 2026-04-25T00:39:38.153Z | Compiling yoke v0.8.1 |
| 1407 | 2026-04-25T00:39:38.329Z | Compiling zerovec v0.11.5 |
| 1408 | 2026-04-25T00:39:38.565Z | Compiling zerotrie v0.2.3 |
| 1409 | 2026-04-25T00:39:38.575Z | Compiling zeroize v1.8.2 |
| 1410 | 2026-04-25T00:39:38.771Z | Compiling tinystr v0.8.2 |
| 1411 | 2026-04-25T00:39:38.820Z | Compiling potential_utf v0.1.4 |
| 1412 | 2026-04-25T00:39:38.831Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-04-25T00:39:38.967Z | Compiling icu_locale_core v2.1.1 |
| 1414 | 2026-04-25T00:39:38.979Z | Compiling icu_collections v2.1.1 |
| 1415 | 2026-04-25T00:39:39.008Z | Compiling thiserror-impl v1.0.69 |
| 1416 | 2026-04-25T00:39:39.467Z | Compiling pest_meta v2.8.6 |
| 1417 | 2026-04-25T00:39:39.513Z | Compiling httpdate v1.0.3 |
| 1418 | 2026-04-25T00:39:39.797Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-04-25T00:39:39.937Z | Compiling getrandom v0.3.4 |
| 1420 | 2026-04-25T00:39:40.044Z | Compiling bytes v1.11.1 |
| 1421 | 2026-04-25T00:39:40.100Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-04-25T00:39:40.165Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-04-25T00:39:40.271Z | Compiling chrono v0.4.44 |
| 1424 | 2026-04-25T00:39:40.674Z | Compiling http v1.4.0 |
| 1425 | 2026-04-25T00:39:40.746Z | Compiling tokio v1.52.0 |
| 1426 | 2026-04-25T00:39:40.786Z | Compiling serde_tokenstream v0.2.3 |
| 1427 | 2026-04-25T00:39:41.064Z | Compiling idna_adapter v1.2.1 |
| 1428 | 2026-04-25T00:39:41.163Z | Compiling idna v1.1.0 |
| 1429 | 2026-04-25T00:39:41.197Z | Compiling erased-serde v0.3.31 |
| 1430 | 2026-04-25T00:39:41.339Z | Compiling http-body v1.0.1 |
| 1431 | 2026-04-25T00:39:41.489Z | Compiling url v2.5.8 |
| 1432 | 2026-04-25T00:39:41.694Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-04-25T00:39:41.770Z | Compiling pretty-hex v0.4.2 |
| 1434 | 2026-04-25T00:39:41.900Z | Compiling plain v0.2.3 |
| 1435 | 2026-04-25T00:39:41.922Z | Compiling paste v1.0.15 |
| 1436 | 2026-04-25T00:39:42.048Z | Compiling ppv-lite86 v0.2.21 |
| 1437 | 2026-04-25T00:39:42.214Z | Compiling crypto-common v0.1.7 |
| 1438 | 2026-04-25T00:39:42.241Z | Compiling omicron-workspace-hack v0.1.0 |
| 1439 | 2026-04-25T00:39:42.299Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-04-25T00:39:42.339Z | Compiling ident_case v1.0.1 |
| 1441 | 2026-04-25T00:39:42.360Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-04-25T00:39:42.453Z | Compiling tracing-core v0.1.36 |
| 1443 | 2026-04-25T00:39:42.526Z | Compiling http-body-util v0.1.3 |
| 1444 | 2026-04-25T00:39:42.759Z | Compiling serde_urlencoded v0.7.1 |
| 1445 | 2026-04-25T00:39:42.814Z | Compiling ipnetwork v0.21.1 |
| 1446 | 2026-04-25T00:39:42.825Z | Compiling daft-derive v0.1.5 |
| 1447 | 2026-04-25T00:39:42.993Z | Compiling sync_wrapper v1.0.2 |
| 1448 | 2026-04-25T00:39:43.046Z | Compiling fastrand v2.3.0 |
| 1449 | 2026-04-25T00:39:43.094Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-04-25T00:39:43.235Z | Compiling winnow v1.0.1 |
| 1451 | 2026-04-25T00:39:43.313Z | Compiling rustls-pki-types v1.14.0 |
| 1452 | 2026-04-25T00:39:43.449Z | Compiling async-trait v0.1.89 |
| 1453 | 2026-04-25T00:39:43.546Z | Compiling ring v0.17.14 |
| 1454 | 2026-04-25T00:39:43.549Z | Compiling tracing v0.1.44 |
| 1455 | 2026-04-25T00:39:43.781Z | Compiling anyhow v1.0.102 |
| 1456 | 2026-04-25T00:39:44.000Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-04-25T00:39:44.040Z | Compiling iri-string v0.7.12 |
| 1458 | 2026-04-25T00:39:44.091Z | Compiling time-core v0.1.8 |
| 1459 | 2026-04-25T00:39:44.232Z | Compiling num-conv v0.2.1 |
| 1460 | 2026-04-25T00:39:44.288Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-04-25T00:39:44.357Z | Compiling powerfmt v0.2.0 |
| 1462 | 2026-04-25T00:39:44.372Z | Compiling time-macros v0.2.27 |
| 1463 | 2026-04-25T00:39:44.561Z | Compiling deranged v0.5.8 |
| 1464 | 2026-04-25T00:39:44.801Z | Compiling block-buffer v0.10.4 |
| 1465 | 2026-04-25T00:39:44.947Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-04-25T00:39:45.340Z | Compiling hex v0.4.3 |
| 1467 | 2026-04-25T00:39:45.521Z | Compiling num_threads v0.1.7 |
| 1468 | 2026-04-25T00:39:45.591Z | Compiling digest v0.10.7 |
| 1469 | 2026-04-25T00:39:45.680Z | Compiling regex v1.12.3 |
| 1470 | 2026-04-25T00:39:45.748Z | Compiling scroll v0.13.0 |
| 1471 | 2026-04-25T00:39:46.009Z | Compiling tokio-util v0.7.18 |
| 1472 | 2026-04-25T00:39:46.145Z | Compiling oxnet v0.1.4 |
| 1473 | 2026-04-25T00:39:46.198Z | Compiling camino v1.2.2 |
| 1474 | 2026-04-25T00:39:46.550Z | Compiling goblin v0.10.5 |
| 1475 | 2026-04-25T00:39:46.561Z | Compiling usdt-impl v0.6.0 |
| 1476 | 2026-04-25T00:39:46.736Z | Compiling openssl-probe v0.2.1 |
| 1477 | 2026-04-25T00:39:46.918Z | Compiling dtrace-parser v0.3.0 |
| 1478 | 2026-04-25T00:39:47.279Z | Compiling crossbeam-utils v0.8.21 |
| 1479 | 2026-04-25T00:39:47.579Z | Compiling h2 v0.4.13 |
| 1480 | 2026-04-25T00:39:47.700Z | Compiling futures-executor v0.3.32 |
| 1481 | 2026-04-25T00:39:47.765Z | Compiling openapiv3 v2.2.0 |
| 1482 | 2026-04-25T00:39:47.779Z | Compiling structmeta-derive v0.3.0 |
| 1483 | 2026-04-25T00:39:47.970Z | Compiling regress v0.10.5 |
| 1484 | 2026-04-25T00:39:48.399Z | Compiling thread-id v5.1.0 |
| 1485 | 2026-04-25T00:39:48.477Z | Compiling syn v1.0.109 |
| 1486 | 2026-04-25T00:39:48.794Z | Compiling rustls v0.22.4 |
| 1487 | 2026-04-25T00:39:48.807Z | Compiling structmeta v0.3.0 |
| 1488 | 2026-04-25T00:39:49.022Z | Compiling futures v0.3.32 |
| 1489 | 2026-04-25T00:39:49.051Z | Compiling rand_core v0.9.5 |
| 1490 | 2026-04-25T00:39:49.237Z | Compiling dof v0.4.0 |
| 1491 | 2026-04-25T00:39:49.324Z | Compiling darling_core v0.23.0 |
| 1492 | 2026-04-25T00:39:49.817Z | Compiling hyper v1.9.0 |
| 1493 | 2026-04-25T00:39:50.636Z | Compiling newtype-uuid-macros v0.1.0 |
| 1494 | 2026-04-25T00:39:50.677Z | Compiling thread_local v1.1.9 |
| 1495 | 2026-04-25T00:39:50.948Z | Compiling winnow v0.7.15 |
| 1496 | 2026-04-25T00:39:51.360Z | Compiling match_cfg v0.1.0 |
| 1497 | 2026-04-25T00:39:51.422Z | Compiling aws-lc-rs v1.16.2 |
| 1498 | 2026-04-25T00:39:51.472Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-04-25T00:39:51.482Z | Compiling darling_macro v0.23.0 |
| 1500 | 2026-04-25T00:39:51.552Z | Compiling newtype-uuid v1.3.2 |
| 1501 | 2026-04-25T00:39:51.714Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-04-25T00:39:51.811Z | Compiling slog-async v2.8.0 |
| 1503 | 2026-04-25T00:39:51.814Z | Compiling ref-cast v1.0.25 |
| 1504 | 2026-04-25T00:39:51.884Z | Compiling daft v0.1.5 |
| 1505 | 2026-04-25T00:39:52.029Z | Compiling darling v0.23.0 |
| 1506 | 2026-04-25T00:39:52.106Z | Compiling usdt-macro v0.6.0 |
| 1507 | 2026-04-25T00:39:52.130Z | Compiling usdt-attr-macro v0.6.0 |
| 1508 | 2026-04-25T00:39:52.141Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-04-25T00:39:52.161Z | Compiling ref-cast-impl v1.0.25 |
| 1510 | 2026-04-25T00:39:52.428Z | Compiling strum_macros v0.26.4 |
| 1511 | 2026-04-25T00:39:52.563Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1512 | 2026-04-25T00:39:52.748Z | Compiling serde_spanned v1.1.0 |
| 1513 | 2026-04-25T00:39:52.860Z | Compiling multer v3.1.0 |
| 1514 | 2026-04-25T00:39:52.894Z | Compiling debug-ignore v1.0.5 |
| 1515 | 2026-04-25T00:39:52.996Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1516 | 2026-04-25T00:39:53.075Z | Compiling term v1.2.1 |
| 1517 | 2026-04-25T00:39:53.101Z | Compiling take_mut v0.2.2 |
| 1518 | 2026-04-25T00:39:53.202Z | Compiling untrusted v0.7.1 |
| 1519 | 2026-04-25T00:39:53.205Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-04-25T00:39:53.282Z | Compiling rand v0.9.2 |
| 1521 | 2026-04-25T00:39:53.318Z | Compiling serde_with_macros v3.18.0 |
| 1522 | 2026-04-25T00:39:53.435Z | Compiling bit-set v0.8.0 |
| 1523 | 2026-04-25T00:39:53.589Z | Compiling async-stream-impl v0.3.6 |
| 1524 | 2026-04-25T00:39:53.771Z | Compiling dropshot v0.16.7 |
| 1525 | 2026-04-25T00:39:53.870Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-04-25T00:39:53.988Z | Compiling mime v0.3.17 |
| 1527 | 2026-04-25T00:39:54.034Z | Compiling strum v0.26.3 |
| 1528 | 2026-04-25T00:39:54.159Z | Compiling rustls v0.23.37 |
| 1529 | 2026-04-25T00:39:54.252Z | Compiling spin v0.9.8 |
| 1530 | 2026-04-25T00:39:54.361Z | Compiling unarray v0.1.4 |
| 1531 | 2026-04-25T00:39:54.364Z | Compiling async-stream v0.3.6 |
| 1532 | 2026-04-25T00:39:54.454Z | Compiling derive-ex v0.1.8 |
| 1533 | 2026-04-25T00:39:54.465Z | Compiling dropshot_endpoint v0.16.7 |
| 1534 | 2026-04-25T00:39:54.537Z | Compiling macaddr v1.0.1 |
| 1535 | 2026-04-25T00:39:54.832Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1536 | 2026-04-25T00:39:54.859Z | Compiling waitgroup v0.1.2 |
| 1537 | 2026-04-25T00:39:54.919Z | Compiling serde_path_to_error v0.1.20 |
| 1538 | 2026-04-25T00:39:55.271Z | Compiling tempfile v3.27.0 |
| 1539 | 2026-04-25T00:39:55.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1540 | 2026-04-25T00:39:55.373Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1541 | 2026-04-25T00:39:55.410Z | Compiling tower v0.5.3 |
| 1542 | 2026-04-25T00:39:55.548Z | Compiling strum_macros v0.27.2 |
| 1543 | 2026-04-25T00:39:55.588Z | Compiling instant v0.1.13 |
| 1544 | 2026-04-25T00:39:55.689Z | Compiling time v0.3.47 |
| 1545 | 2026-04-25T00:39:55.880Z | Compiling tower-http v0.6.8 |
| 1546 | 2026-04-25T00:39:56.079Z | Compiling test-strategy v0.4.5 |
| 1547 | 2026-04-25T00:39:56.105Z | Compiling rustc-hash v2.1.2 |
| 1548 | 2026-04-25T00:39:56.226Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1549 | 2026-04-25T00:39:56.302Z | Compiling crossbeam-channel v0.5.15 |
| 1550 | 2026-04-25T00:39:57.360Z | Compiling strum v0.27.2 |
| 1551 | 2026-04-25T00:39:57.434Z | Compiling parse-display-derive v0.10.0 |
| 1552 | 2026-04-25T00:39:57.488Z | Compiling rustls-native-certs v0.8.3 |
| 1553 | 2026-04-25T00:39:57.577Z | Compiling backon v1.6.0 |
| 1554 | 2026-04-25T00:39:57.774Z | Compiling rustls-webpki v0.102.8 |
| 1555 | 2026-04-25T00:39:57.823Z | Compiling rand_chacha v0.3.1 |
| 1556 | 2026-04-25T00:39:58.619Z | Compiling rand v0.8.5 |
| 1557 | 2026-04-25T00:39:58.642Z | Compiling slog-json v2.6.1 |
| 1558 | 2026-04-25T00:39:58.814Z | Compiling hostname v0.3.1 |
| 1559 | 2026-04-25T00:39:58.838Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1560 | 2026-04-25T00:39:58.948Z | Compiling wait-timeout v0.2.1 |
| 1561 | 2026-04-25T00:39:59.044Z | Compiling memmap2 v0.9.10 |
| 1562 | 2026-04-25T00:39:59.246Z | Compiling is-terminal v0.4.17 |
| 1563 | 2026-04-25T00:39:59.258Z | Compiling either v1.15.0 |
| 1564 | 2026-04-25T00:39:59.335Z | Compiling slog-term v2.9.2 |
| 1565 | 2026-04-25T00:39:59.417Z | Compiling usdt v0.6.0 |
| 1566 | 2026-04-25T00:39:59.461Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1567 | 2026-04-25T00:39:59.518Z | Compiling rusty-fork v0.3.1 |
| 1568 | 2026-04-25T00:39:59.684Z | Compiling slog-bunyan v2.5.0 |
| 1569 | 2026-04-25T00:39:59.981Z | Compiling serde_with v3.18.0 |
| 1570 | 2026-04-25T00:40:00.289Z | Compiling tokio-rustls v0.25.0 |
| 1571 | 2026-04-25T00:40:00.339Z | Compiling rand_xorshift v0.4.0 |
| 1572 | 2026-04-25T00:40:00.453Z | Compiling sha1 v0.10.6 |
| 1573 | 2026-04-25T00:40:00.486Z | Compiling rustls-pemfile v2.2.0 |
| 1574 | 2026-04-25T00:40:00.511Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1575 | 2026-04-25T00:40:00.675Z | Compiling hostname v0.4.2 |
| 1576 | 2026-04-25T00:40:00.687Z | Compiling proptest v1.11.0 |
| 1577 | 2026-04-25T00:40:01.248Z | Compiling iddqd v0.3.17 |
| 1578 | 2026-04-25T00:40:01.443Z | Compiling reqwest v0.12.28 |
| 1579 | 2026-04-25T00:40:01.733Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1580 | 2026-04-25T00:40:02.366Z | Compiling progenitor-client v0.10.0 |
| 1581 | 2026-04-25T00:40:02.639Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1582 | 2026-04-25T00:40:02.805Z | Compiling parse-display v0.10.0 |
| 1583 | 2026-04-25T00:40:03.144Z | Compiling itertools v0.14.0 |
| 1584 | 2026-04-25T00:40:03.159Z | Compiling backoff v0.4.0 |
| 1585 | 2026-04-25T00:40:03.205Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1586 | 2026-04-25T00:40:03.903Z | Compiling toml_datetime v0.6.11 |
| 1587 | 2026-04-25T00:40:04.492Z | Compiling utf8parse v0.2.2 |
| 1588 | 2026-04-25T00:40:04.591Z | Compiling anstyle-parse v1.0.0 |
| 1589 | 2026-04-25T00:40:04.638Z | Compiling zerocopy-derive v0.7.35 |
| 1590 | 2026-04-25T00:40:04.817Z | Compiling anstyle v1.0.14 |
| 1591 | 2026-04-25T00:40:05.020Z | Compiling is_terminal_polyfill v1.70.2 |
| 1592 | 2026-04-25T00:40:05.041Z | Compiling anstyle-query v1.1.5 |
| 1593 | 2026-04-25T00:40:05.109Z | Compiling colorchoice v1.0.5 |
| 1594 | 2026-04-25T00:40:05.191Z | Compiling anstream v1.0.0 |
| 1595 | 2026-04-25T00:40:05.476Z | Compiling zerocopy v0.7.35 |
| 1596 | 2026-04-25T00:40:05.715Z | Compiling clap_lex v1.1.0 |
| 1597 | 2026-04-25T00:40:05.726Z | Compiling convert_case v0.4.0 |
| 1598 | 2026-04-25T00:40:06.014Z | Compiling derive_more v0.99.20 |
| 1599 | 2026-04-25T00:40:06.524Z | Compiling unicode-width v0.2.2 |
| 1600 | 2026-04-25T00:40:06.647Z | Compiling tinyvec_macros v0.1.1 |
| 1601 | 2026-04-25T00:40:06.713Z | Compiling tinyvec v1.11.0 |
| 1602 | 2026-04-25T00:40:07.352Z | Compiling dtrace-parser v0.2.0 |
| 1603 | 2026-04-25T00:40:07.384Z | Compiling serde_spanned v0.6.9 |
| 1604 | 2026-04-25T00:40:07.523Z | Compiling secrecy v0.10.3 |
| 1605 | 2026-04-25T00:40:07.683Z | Compiling scroll_derive v0.12.1 |
| 1606 | 2026-04-25T00:40:08.104Z | Compiling clap_derive v4.6.0 |
| 1607 | 2026-04-25T00:40:08.222Z | Compiling usdt-impl v0.5.0 |
| 1608 | 2026-04-25T00:40:08.225Z | Compiling crucible-workspace-hack v0.1.0 |
| 1609 | 2026-04-25T00:40:08.245Z | Compiling toml_write v0.1.2 |
| 1610 | 2026-04-25T00:40:08.372Z | Compiling scroll v0.12.0 |
| 1611 | 2026-04-25T00:40:08.444Z | Compiling toml_edit v0.22.27 |
| 1612 | 2026-04-25T00:40:09.062Z | Compiling dof v0.3.0 |
| 1613 | 2026-04-25T00:40:09.324Z | Compiling typify-impl v0.6.1 |
| 1614 | 2026-04-25T00:40:09.407Z | Compiling terminal_size v0.4.4 |
| 1615 | 2026-04-25T00:40:09.426Z | Compiling darling_core v0.21.3 |
| 1616 | 2026-04-25T00:40:09.437Z | Compiling rustc_version v0.4.1 |
| 1617 | 2026-04-25T00:40:09.491Z | Compiling thread-id v4.2.2 |
| 1618 | 2026-04-25T00:40:09.702Z | Compiling curve25519-dalek v4.1.3 |
| 1619 | 2026-04-25T00:40:09.900Z | Compiling toml v0.8.23 |
| 1620 | 2026-04-25T00:40:10.601Z | Compiling goblin v0.8.2 |
| 1621 | 2026-04-25T00:40:11.025Z | Compiling crossbeam-epoch v0.9.18 |
| 1622 | 2026-04-25T00:40:11.140Z | Compiling hmac v0.12.1 |
| 1623 | 2026-04-25T00:40:11.274Z | Compiling inout v0.1.4 |
| 1624 | 2026-04-25T00:40:11.362Z | Compiling ff v0.13.1 |
| 1625 | 2026-04-25T00:40:11.414Z | Compiling num-integer v0.1.46 |
| 1626 | 2026-04-25T00:40:11.567Z | Compiling darling_macro v0.21.3 |
| 1627 | 2026-04-25T00:40:11.734Z | Compiling float-ord v0.3.2 |
| 1628 | 2026-04-25T00:40:11.951Z | Compiling group v0.13.0 |
| 1629 | 2026-04-25T00:40:12.058Z | Compiling cipher v0.4.4 |
| 1630 | 2026-04-25T00:40:12.135Z | Compiling darling v0.21.3 |
| 1631 | 2026-04-25T00:40:12.224Z | Compiling hkdf v0.12.4 |
| 1632 | 2026-04-25T00:40:12.715Z | Compiling clap_builder v4.6.0 |
| 1633 | 2026-04-25T00:40:14.534Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1634 | 2026-04-25T00:40:14.631Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1635 | 2026-04-25T00:40:15.356Z | Compiling universal-hash v0.5.1 |
| 1636 | 2026-04-25T00:40:15.368Z | Compiling half v2.7.1 |
| 1637 | 2026-04-25T00:40:15.486Z | Compiling crypto-bigint v0.5.5 |
| 1638 | 2026-04-25T00:40:15.549Z | Compiling typify-macro v0.6.1 |
| 1639 | 2026-04-25T00:40:15.620Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1640 | 2026-04-25T00:40:15.663Z | Compiling proc-macro-error-attr v1.0.4 |
| 1641 | 2026-04-25T00:40:16.097Z | Compiling heapless v0.8.0 |
| 1642 | 2026-04-25T00:40:16.215Z | Compiling base64ct v1.8.3 |
| 1643 | 2026-04-25T00:40:16.276Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1644 | 2026-04-25T00:40:16.333Z | Compiling prettyplease v0.2.37 |
| 1645 | 2026-04-25T00:40:16.386Z | Compiling rustix v0.38.44 |
| 1646 | 2026-04-25T00:40:16.476Z | Compiling base16ct v0.2.0 |
| 1647 | 2026-04-25T00:40:16.487Z | Compiling ciborium-io v0.2.2 |
| 1648 | 2026-04-25T00:40:16.503Z | Compiling opaque-debug v0.3.1 |
| 1649 | 2026-04-25T00:40:16.567Z | Compiling poly1305 v0.8.0 |
| 1650 | 2026-04-25T00:40:16.570Z | Compiling ciborium-ll v0.2.2 |
| 1651 | 2026-04-25T00:40:16.588Z | Compiling elliptic-curve v0.13.8 |
| 1652 | 2026-04-25T00:40:16.607Z | Compiling password-hash v0.5.0 |
| 1653 | 2026-04-25T00:40:16.628Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1654 | 2026-04-25T00:40:17.017Z | Compiling thiserror-no-std v2.0.2 |
| 1655 | 2026-04-25T00:40:17.100Z | Compiling clap v4.6.0 |
| 1656 | 2026-04-25T00:40:17.523Z | Compiling chacha20 v0.9.1 |
| 1657 | 2026-04-25T00:40:17.583Z | Compiling ingot-macros v0.1.1 |
| 1658 | 2026-04-25T00:40:17.586Z | Compiling num-iter v0.1.45 |
| 1659 | 2026-04-25T00:40:17.630Z | Compiling num-rational v0.4.2 |
| 1660 | 2026-04-25T00:40:17.641Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1661 | 2026-04-25T00:40:17.703Z | Compiling usdt-macro v0.5.0 |
| 1662 | 2026-04-25T00:40:17.727Z | Compiling usdt-attr-macro v0.5.0 |
| 1663 | 2026-04-25T00:40:18.227Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1664 | 2026-04-25T00:40:18.694Z | Compiling blake2 v0.10.6 |
| 1665 | 2026-04-25T00:40:18.861Z | Compiling byte-wrapper v0.1.0 |
| 1666 | 2026-04-25T00:40:18.996Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1667 | 2026-04-25T00:40:19.136Z | Compiling aead v0.5.2 |
| 1668 | 2026-04-25T00:40:19.213Z | Compiling enum-as-inner v0.6.1 |
| 1669 | 2026-04-25T00:40:19.292Z | Compiling hash32 v0.3.1 |
| 1670 | 2026-04-25T00:40:19.310Z | Compiling num-complex v0.4.6 |
| 1671 | 2026-04-25T00:40:19.444Z | Compiling proc-macro-error v1.0.4 |
| 1672 | 2026-04-25T00:40:19.566Z | Compiling memmap v0.7.0 |
| 1673 | 2026-04-25T00:40:19.663Z | Compiling smoltcp v0.11.0 |
| 1674 | 2026-04-25T00:40:19.686Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1675 | 2026-04-25T00:40:19.782Z | Compiling data-encoding v2.10.0 |
| 1676 | 2026-04-25T00:40:19.837Z | Compiling winnow v0.5.40 |
| 1677 | 2026-04-25T00:40:19.949Z | Compiling keccak v0.1.6 |
| 1678 | 2026-04-25T00:40:19.999Z | Compiling usdt v0.5.0 |
| 1679 | 2026-04-25T00:40:20.161Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-04-25T00:40:20.194Z | Compiling num v0.4.3 |
| 1681 | 2026-04-25T00:40:20.279Z | Compiling chacha20poly1305 v0.10.1 |
| 1682 | 2026-04-25T00:40:20.465Z | Compiling ingot-types v0.1.2 |
| 1683 | 2026-04-25T00:40:20.468Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1684 | 2026-04-25T00:40:20.656Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1685 | 2026-04-25T00:40:20.705Z | Compiling argon2 v0.5.3 |
| 1686 | 2026-04-25T00:40:20.878Z | Compiling typify v0.6.1 |
| 1687 | 2026-04-25T00:40:20.975Z | Compiling vsss-rs v3.3.4 |
| 1688 | 2026-04-25T00:40:21.218Z | Compiling toml_edit v0.19.15 |
| 1689 | 2026-04-25T00:40:21.249Z | Compiling proc-macro-crate v3.5.0 |
| 1690 | 2026-04-25T00:40:21.631Z | Compiling rustls-webpki v0.103.10 |
| 1691 | 2026-04-25T00:40:22.640Z | Compiling ciborium v0.2.2 |
| 1692 | 2026-04-25T00:40:22.837Z | Compiling tabwriter v1.4.1 |
| 1693 | 2026-04-25T00:40:23.224Z | Compiling cobs v0.3.0 |
| 1694 | 2026-04-25T00:40:23.227Z | Compiling memoffset v0.9.1 |
| 1695 | 2026-04-25T00:40:23.299Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1696 | 2026-04-25T00:40:23.356Z | Compiling indent_write v2.2.0 |
| 1697 | 2026-04-25T00:40:23.411Z | Compiling pkg-config v0.3.32 |
| 1698 | 2026-04-25T00:40:23.454Z | Compiling vcpkg v0.2.15 |
| 1699 | 2026-04-25T00:40:23.486Z | Compiling unsafe-libyaml v0.2.11 |
| 1700 | 2026-04-25T00:40:23.506Z | Compiling cfg_aliases v0.2.1 |
| 1701 | 2026-04-25T00:40:23.577Z | Compiling bitflags v1.3.2 |
| 1702 | 2026-04-25T00:40:23.588Z | Compiling managed v0.8.0 |
| 1703 | 2026-04-25T00:40:23.650Z | Compiling nix v0.31.2 |
| 1704 | 2026-04-25T00:40:24.007Z | Compiling openssl-sys v0.9.112 |
| 1705 | 2026-04-25T00:40:24.022Z | Compiling serde_yaml v0.9.34+deprecated |
| 1706 | 2026-04-25T00:40:24.033Z | Compiling postcard v1.1.3 |
| 1707 | 2026-04-25T00:40:24.354Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1708 | 2026-04-25T00:40:24.530Z | Compiling proc-macro-crate v1.3.1 |
| 1709 | 2026-04-25T00:40:25.024Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-04-25T00:40:25.322Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-04-25T00:40:25.556Z | Compiling hyper-rustls v0.27.7 |
| 1712 | 2026-04-25T00:40:25.846Z | Compiling reqwest v0.13.2 |
| 1713 | 2026-04-25T00:40:26.131Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1714 | 2026-04-25T00:40:26.227Z | Compiling num_enum_derive v0.7.6 |
| 1715 | 2026-04-25T00:40:26.561Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1716 | 2026-04-25T00:40:26.764Z | Compiling progenitor-impl v0.13.0 |
| 1717 | 2026-04-25T00:40:26.822Z | Compiling ingot v0.1.1 |
| 1718 | 2026-04-25T00:40:27.266Z | Compiling progenitor-client v0.13.0 |
| 1719 | 2026-04-25T00:40:27.574Z | Compiling progenitor-extras v0.1.1 |
| 1720 | 2026-04-25T00:40:27.814Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1721 | 2026-04-25T00:40:28.452Z | Compiling hubpack_derive v0.1.1 |
| 1722 | 2026-04-25T00:40:28.717Z | Compiling foreign-types-macros v0.2.3 |
| 1723 | 2026-04-25T00:40:28.962Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1724 | 2026-04-25T00:40:29.259Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1725 | 2026-04-25T00:40:29.359Z | Compiling colored v3.1.1 |
| 1726 | 2026-04-25T00:40:29.385Z | Compiling resolv-conf v0.7.6 |
| 1727 | 2026-04-25T00:40:29.486Z | Compiling swrite v0.1.0 |
| 1728 | 2026-04-25T00:40:29.582Z | Compiling semver v0.1.20 |
| 1729 | 2026-04-25T00:40:29.810Z | Compiling rayon-core v1.13.0 |
| 1730 | 2026-04-25T00:40:29.823Z | Compiling cpufeatures v0.3.0 |
| 1731 | 2026-04-25T00:40:29.860Z | Compiling heck v0.4.1 |
| 1732 | 2026-04-25T00:40:29.896Z | Compiling foreign-types-shared v0.3.1 |
| 1733 | 2026-04-25T00:40:29.990Z | Compiling static_assertions v1.1.0 |
| 1734 | 2026-04-25T00:40:30.030Z | Compiling linked-hash-map v0.5.6 |
| 1735 | 2026-04-25T00:40:30.062Z | Compiling foreign-types v0.5.0 |
| 1736 | 2026-04-25T00:40:30.090Z | Compiling chacha20 v0.10.0 |
| 1737 | 2026-04-25T00:40:30.143Z | Compiling rustc_version v0.1.7 |
| 1738 | 2026-04-25T00:40:30.210Z | Compiling lru-cache v0.1.2 |
| 1739 | 2026-04-25T00:40:30.220Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1740 | 2026-04-25T00:40:30.247Z | Compiling hubpack v0.1.2 |
| 1741 | 2026-04-25T00:40:30.333Z | Compiling num_enum v0.7.6 |
| 1742 | 2026-04-25T00:40:30.384Z | Compiling progenitor-macro v0.13.0 |
| 1743 | 2026-04-25T00:40:30.417Z | Compiling num_enum_derive v0.5.11 |
| 1744 | 2026-04-25T00:40:30.556Z | Compiling hickory-proto v0.24.4 |
| 1745 | 2026-04-25T00:40:31.372Z | Compiling crossbeam-deque v0.8.6 |
| 1746 | 2026-04-25T00:40:31.442Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1747 | 2026-04-25T00:40:31.562Z | Compiling serde-big-array v0.5.1 |
| 1748 | 2026-04-25T00:40:31.702Z | Compiling derive-where v1.6.1 |
| 1749 | 2026-04-25T00:40:31.935Z | Compiling serde_repr v0.1.20 |
| 1750 | 2026-04-25T00:40:32.154Z | Compiling pin-project-internal v1.1.11 |
| 1751 | 2026-04-25T00:40:32.517Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1752 | 2026-04-25T00:40:32.941Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1753 | 2026-04-25T00:40:33.018Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1754 | 2026-04-25T00:40:33.234Z | Compiling cstr-argument v0.1.2 |
| 1755 | 2026-04-25T00:40:33.391Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1756 | 2026-04-25T00:40:33.477Z | Compiling unicode-segmentation v1.13.2 |
| 1757 | 2026-04-25T00:40:33.902Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1758 | 2026-04-25T00:40:33.913Z | Compiling siphasher v1.0.2 |
| 1759 | 2026-04-25T00:40:34.103Z | Compiling minimal-lexical v0.2.1 |
| 1760 | 2026-04-25T00:40:34.134Z | Compiling phf_shared v0.12.1 |
| 1761 | 2026-04-25T00:40:34.344Z | Compiling nom v7.1.3 |
| 1762 | 2026-04-25T00:40:34.363Z | Compiling newline-converter v0.3.0 |
| 1763 | 2026-04-25T00:40:34.478Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1764 | 2026-04-25T00:40:34.742Z | Compiling pin-project v1.1.11 |
| 1765 | 2026-04-25T00:40:35.356Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1766 | 2026-04-25T00:40:35.432Z | Compiling hickory-resolver v0.24.4 |
| 1767 | 2026-04-25T00:40:35.524Z | Compiling progenitor v0.13.0 |
| 1768 | 2026-04-25T00:40:35.660Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1769 | 2026-04-25T00:40:35.783Z | Compiling num_enum v0.5.11 |
| 1770 | 2026-04-25T00:40:35.911Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1771 | 2026-04-25T00:40:36.247Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1772 | 2026-04-25T00:40:36.455Z | Compiling newtype_derive v0.1.6 |
| 1773 | 2026-04-25T00:40:36.594Z | Compiling rand v0.10.1 |
| 1774 | 2026-04-25T00:40:36.675Z | Compiling atomicwrites v0.4.4 |
| 1775 | 2026-04-25T00:40:37.154Z | Compiling unicode-normalization v0.1.25 |
| 1776 | 2026-04-25T00:40:37.210Z | Compiling console v0.15.11 |
| 1777 | 2026-04-25T00:40:37.580Z | Compiling camino-tempfile v1.4.1 |
| 1778 | 2026-04-25T00:40:37.612Z | Compiling tokio-stream v0.1.18 |
| 1779 | 2026-04-25T00:40:37.817Z | Compiling async-recursion v1.1.1 |
| 1780 | 2026-04-25T00:40:37.883Z | Compiling snafu-derive v0.8.9 |
| 1781 | 2026-04-25T00:40:37.919Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1782 | 2026-04-25T00:40:38.057Z | Compiling slog-dtrace v0.3.0 |
| 1783 | 2026-04-25T00:40:38.067Z | Compiling csv-core v0.1.13 |
| 1784 | 2026-04-25T00:40:38.132Z | Compiling bstr v1.12.1 |
| 1785 | 2026-04-25T00:40:38.199Z | Compiling similar v2.7.0 |
| 1786 | 2026-04-25T00:40:38.260Z | Compiling chrono-tz v0.10.4 |
| 1787 | 2026-04-25T00:40:38.276Z | Compiling owo-colors v4.3.0 |
| 1788 | 2026-04-25T00:40:38.331Z | Compiling same-file v1.0.6 |
| 1789 | 2026-04-25T00:40:38.470Z | Compiling unicode-width v0.1.14 |
| 1790 | 2026-04-25T00:40:38.490Z | Compiling foreign-types-shared v0.1.1 |
| 1791 | 2026-04-25T00:40:38.500Z | Compiling highway v1.3.0 |
| 1792 | 2026-04-25T00:40:38.575Z | Compiling openssl v0.10.76 |
| 1793 | 2026-04-25T00:40:38.599Z | Compiling cancel-safe-futures v0.1.5 |
| 1794 | 2026-04-25T00:40:38.615Z | Compiling foldhash v0.1.5 |
| 1795 | 2026-04-25T00:40:38.740Z | Compiling unicode-xid v0.2.6 |
| 1796 | 2026-04-25T00:40:38.790Z | Compiling hashbrown v0.15.5 |
| 1797 | 2026-04-25T00:40:38.850Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1798 | 2026-04-25T00:40:38.862Z | Compiling const_format_proc_macros v0.2.34 |
| 1799 | 2026-04-25T00:40:38.882Z | Compiling expectorate v1.2.0 |
| 1800 | 2026-04-25T00:40:38.914Z | Compiling foreign-types v0.3.2 |
| 1801 | 2026-04-25T00:40:38.985Z | Compiling globset v0.4.18 |
| 1802 | 2026-04-25T00:40:39.040Z | Compiling walkdir v2.5.0 |
| 1803 | 2026-04-25T00:40:39.202Z | Compiling csv v1.4.0 |
| 1804 | 2026-04-25T00:40:39.367Z | Compiling qorb v0.4.1 |
| 1805 | 2026-04-25T00:40:39.391Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1806 | 2026-04-25T00:40:39.590Z | Compiling snafu v0.8.9 |
| 1807 | 2026-04-25T00:40:39.647Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1808 | 2026-04-25T00:40:39.807Z | Compiling olpc-cjson v0.1.4 |
| 1809 | 2026-04-25T00:40:40.113Z | Compiling rayon v1.11.0 |
| 1810 | 2026-04-25T00:40:40.803Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1811 | 2026-04-25T00:40:41.440Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1812 | 2026-04-25T00:40:41.582Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1813 | 2026-04-25T00:40:41.617Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1814 | 2026-04-25T00:40:41.643Z | Compiling phf v0.12.1 |
| 1815 | 2026-04-25T00:40:41.786Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1816 | 2026-04-25T00:40:41.885Z | Compiling zone_cfg_derive v0.3.1 |
| 1817 | 2026-04-25T00:40:42.117Z | Compiling tokio-dtrace v0.1.1 |
| 1818 | 2026-04-25T00:40:42.305Z | Compiling itertools v0.12.1 |
| 1819 | 2026-04-25T00:40:42.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1820 | 2026-04-25T00:40:42.573Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1821 | 2026-04-25T00:40:42.598Z | Compiling libsw-core v0.3.2 |
| 1822 | 2026-04-25T00:40:42.727Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1823 | 2026-04-25T00:40:42.760Z | Compiling serde_plain v1.0.2 |
| 1824 | 2026-04-25T00:40:42.923Z | Compiling num-derive v0.4.2 |
| 1825 | 2026-04-25T00:40:42.936Z | Compiling openssl-macros v0.1.1 |
| 1826 | 2026-04-25T00:40:42.965Z | Compiling pem v3.0.6 |
| 1827 | 2026-04-25T00:40:43.288Z | Compiling cookie v0.18.1 |
| 1828 | 2026-04-25T00:40:43.342Z | Compiling sigpipe v0.1.3 |
| 1829 | 2026-04-25T00:40:43.407Z | Compiling fixedbitset v0.4.2 |
| 1830 | 2026-04-25T00:40:43.428Z | Compiling bytecount v0.6.9 |
| 1831 | 2026-04-25T00:40:43.514Z | Compiling glob v0.3.3 |
| 1832 | 2026-04-25T00:40:43.526Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1833 | 2026-04-25T00:40:43.564Z | Compiling fixedbitset v0.5.7 |
| 1834 | 2026-04-25T00:40:43.635Z | Compiling typed-path v0.9.3 |
| 1835 | 2026-04-25T00:40:43.734Z | Compiling jiff v0.2.23 |
| 1836 | 2026-04-25T00:40:43.862Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1837 | 2026-04-25T00:40:43.893Z | Compiling petgraph v0.8.3 |
| 1838 | 2026-04-25T00:40:43.976Z | Compiling petgraph v0.6.5 |
| 1839 | 2026-04-25T00:40:44.316Z | Compiling papergrid v0.11.0 |
| 1840 | 2026-04-25T00:40:44.738Z | Compiling tough v0.20.0 |
| 1841 | 2026-04-25T00:40:45.020Z | Compiling zone v0.3.1 |
| 1842 | 2026-04-25T00:40:45.543Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1843 | 2026-04-25T00:40:45.736Z | Compiling libsw v3.5.0 |
| 1844 | 2026-04-25T00:40:45.839Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1845 | 2026-04-25T00:40:45.911Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1846 | 2026-04-25T00:40:46.160Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1847 | 2026-04-25T00:40:46.163Z | Compiling oxide-tokio-rt v0.1.3 |
| 1848 | 2026-04-25T00:40:46.482Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1849 | 2026-04-25T00:40:47.013Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1850 | 2026-04-25T00:40:47.247Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1851 | 2026-04-25T00:40:47.409Z | Compiling const_format v0.2.35 |
| 1852 | 2026-04-25T00:40:47.455Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1853 | 2026-04-25T00:40:47.729Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1854 | 2026-04-25T00:40:48.345Z | Compiling tabled_derive v0.7.0 |
| 1855 | 2026-04-25T00:40:48.538Z | Compiling gethostname v0.5.0 |
| 1856 | 2026-04-25T00:40:48.551Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1857 | 2026-04-25T00:40:48.603Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1858 | 2026-04-25T00:40:48.656Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1859 | 2026-04-25T00:40:48.671Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1860 | 2026-04-25T00:40:48.773Z | Compiling bcs v0.1.6 |
| 1861 | 2026-04-25T00:40:49.091Z | Compiling smf v0.2.3 |
| 1862 | 2026-04-25T00:40:49.257Z | Compiling whoami v1.6.1 |
| 1863 | 2026-04-25T00:40:49.296Z | Compiling linear-map v1.2.0 |
| 1864 | 2026-04-25T00:40:49.443Z | Compiling smawk v0.3.2 |
| 1865 | 2026-04-25T00:40:49.476Z | Compiling termtree v0.5.1 |
| 1866 | 2026-04-25T00:40:49.563Z | Compiling tagptr v0.2.0 |
| 1867 | 2026-04-25T00:40:49.578Z | Compiling unicode-linebreak v0.1.5 |
| 1868 | 2026-04-25T00:40:49.623Z | Compiling lazy_static v1.5.0 |
| 1869 | 2026-04-25T00:40:49.688Z | Compiling moka v0.12.15 |
| 1870 | 2026-04-25T00:40:49.709Z | Compiling steno v0.4.1 |
| 1871 | 2026-04-25T00:40:49.722Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1872 | 2026-04-25T00:40:49.871Z | Compiling textwrap v0.16.2 |
| 1873 | 2026-04-25T00:40:50.057Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1874 | 2026-04-25T00:40:50.422Z | Compiling tabled v0.15.0 |
| 1875 | 2026-04-25T00:40:50.576Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1876 | 2026-04-25T00:40:50.924Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1877 | 2026-04-25T00:40:51.128Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1878 | 2026-04-25T00:40:51.583Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1879 | 2026-04-25T00:40:52.389Z | Compiling hickory-proto v0.25.2 |
| 1880 | 2026-04-25T00:40:53.014Z | Compiling humantime v2.3.0 |
| 1881 | 2026-04-25T00:40:53.134Z | Compiling num-derive v0.3.3 |
| 1882 | 2026-04-25T00:40:53.296Z | Compiling parking_lot_core v0.8.6 |
| 1883 | 2026-04-25T00:40:53.580Z | Compiling crc32fast v1.5.0 |
| 1884 | 2026-04-25T00:40:53.593Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1885 | 2026-04-25T00:40:54.056Z | Compiling libscf-sys v1.1.0 |
| 1886 | 2026-04-25T00:40:54.122Z | Compiling parking_lot v0.11.2 |
| 1887 | 2026-04-25T00:40:54.167Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1888 | 2026-04-25T00:40:54.197Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1889 | 2026-04-25T00:40:54.445Z | Compiling hickory-resolver v0.25.2 |
| 1890 | 2026-04-25T00:40:54.463Z | Compiling fxhash v0.2.1 |
| 1891 | 2026-04-25T00:40:54.531Z | Compiling internet-checksum v0.2.1 |
| 1892 | 2026-04-25T00:40:54.557Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1893 | 2026-04-25T00:40:54.596Z | Compiling sled v0.34.7 |
| 1894 | 2026-04-25T00:40:55.270Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1895 | 2026-04-25T00:40:59.251Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1896 | 2026-04-25T00:41:06.738Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1897 | 2026-04-25T00:41:07.928Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1898 | 2026-04-25T00:41:08.993Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1899 | 2026-04-25T00:41:10.132Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1900 | 2026-04-25T00:41:11.105Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1901 | 2026-04-25T00:41:34.115Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1902 | 2026-04-25T00:41:34.290Z | ──────────── |
| 1903 | 2026-04-25T00:41:34.290Z | Nextest run ID 0f529093-086f-4707-b649-4f7786f31a32 with nextest profile: default |
| 1904 | 2026-04-25T00:41:34.290Z | Starting 15 tests across 1 binary (28 tests skipped) |
| 1905 | 2026-04-25T00:41:50.526Z | PASS [ 16.233s] rdb proptest::prop_ipv6_host_bits_always_unset |
| 1906 | 2026-04-25T00:41:50.564Z | PASS [ 16.271s] rdb proptest::prop_ipv6_default_contains_all |
| 1907 | 2026-04-25T00:41:50.657Z | PASS [ 16.365s] rdb proptest::prop_ipv6_unset_host_bits_idempotent |
| 1908 | 2026-04-25T00:41:50.664Z | PASS [ 16.372s] rdb proptest::prop_ipv4_default_contains_all |
| 1909 | 2026-04-25T00:41:50.677Z | PASS [ 16.384s] rdb proptest::prop_ipv4_host_bits_always_unset |
| 1910 | 2026-04-25T00:41:50.683Z | PASS [ 16.391s] rdb proptest::prop_ipv4_within_self |
| 1911 | 2026-04-25T00:41:50.720Z | PASS [ 16.428s] rdb proptest::prop_ipv4_unset_host_bits_idempotent |
| 1912 | 2026-04-25T00:42:06.640Z | PASS [ 16.112s] rdb proptest::prop_ipv6_within_self |
| 1913 | 2026-04-25T00:42:15.433Z | PASS [ 24.867s] rdb proptest::prop_static_route_key_deduplication |
| 1914 | 2026-04-25T00:42:25.497Z | PASS [ 34.810s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits |
| 1915 | 2026-04-25T00:42:25.505Z | PASS [ 34.824s] rdb proptest::prop_static_route_key_normalization_preserves_length |
| 1916 | 2026-04-25T00:42:25.511Z | PASS [ 34.850s] rdb proptest::prop_static_route_key_normalization_idempotent |
| 1917 | 2026-04-25T00:42:25.698Z | PASS [ 35.030s] rdb proptest::prop_static_route_key_normalization_preserves_fields |
| 1918 | 2026-04-25T00:42:34.298Z | SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1919 | 2026-04-25T00:42:41.534Z | PASS [ 50.808s] rdb proptest::prop_static_route_key_ord_consistency |
| 1920 | 2026-04-25T00:43:34.305Z | SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1921 | 2026-04-25T00:44:34.312Z | SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1922 | 2026-04-25T00:45:34.320Z | SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1923 | 2026-04-25T00:45:48.072Z | PASS [ 253.756s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1924 | 2026-04-25T00:45:48.075Z | ──────────── |
| 1925 | 2026-04-25T00:45:48.075Z | Summary [ 253.756s] 15 tests run: 15 passed (1 slow), 28 skipped |
| 1926 | 2026-04-25T00:45:48.086Z | + cp '*.log' /work/ |
| 1927 | 2026-04-25T00:45:48.089Z | + true |
| 1928 | 2026-04-25T00:45:48.089Z | + '[' -d proptest-regressions ']' |
| 1929 | 2026-04-25T00:45:48.089Z | + cp -r proptest-regressions /work/rdb-proptest-regressions |
| 1930 | 2026-04-25T00:45:48.092Z | + popd |
| 1931 | 2026-04-25T00:45:48.092Z | /work/oxidecomputer/maghemite |
| 1932 | 2026-04-25T00:45:48.092Z | + pushd bgp |
| 1933 | 2026-04-25T00:45:48.092Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 1934 | 2026-04-25T00:45:48.092Z | + PROPTEST_CASES=1000000 |
| 1935 | 2026-04-25T00:45:48.092Z | + cargo nextest run --lib proptest |
| 1936 | 2026-04-25T00:45:49.218Z | Compiling smallvec v1.15.1 |
| 1937 | 2026-04-25T00:45:49.221Z | Compiling serde_json v1.0.149 |
| 1938 | 2026-04-25T00:45:49.396Z | Compiling crunchy v0.2.4 |
| 1939 | 2026-04-25T00:45:49.416Z | Compiling tiny-keccak v2.0.2 |
| 1940 | 2026-04-25T00:45:49.425Z | Compiling smartstring v1.0.1 |
| 1941 | 2026-04-25T00:45:49.428Z | Compiling ahash v0.8.12 |
| 1942 | 2026-04-25T00:45:49.522Z | Compiling icu_normalizer v2.1.1 |
| 1943 | 2026-04-25T00:45:49.545Z | Compiling parking_lot_core v0.9.12 |
| 1944 | 2026-04-25T00:45:49.681Z | Compiling parking_lot_core v0.8.6 |
| 1945 | 2026-04-25T00:45:49.777Z | Compiling parking_lot v0.12.5 |
| 1946 | 2026-04-25T00:45:49.849Z | Compiling idna_adapter v1.2.1 |
| 1947 | 2026-04-25T00:45:49.987Z | Compiling idna v1.1.0 |
| 1948 | 2026-04-25T00:45:50.000Z | Compiling tokio v1.52.0 |
| 1949 | 2026-04-25T00:45:50.118Z | Compiling dof v0.4.0 |
| 1950 | 2026-04-25T00:45:50.197Z | Compiling schemars v0.8.22 |
| 1951 | 2026-04-25T00:45:50.256Z | Compiling openapiv3 v2.2.0 |
| 1952 | 2026-04-25T00:45:50.345Z | Compiling url v2.5.8 |
| 1953 | 2026-04-25T00:45:50.770Z | Compiling slog-json v2.6.1 |
| 1954 | 2026-04-25T00:45:51.210Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-04-25T00:45:51.478Z | Compiling slog-bunyan v2.5.0 |
| 1956 | 2026-04-25T00:45:51.759Z | Compiling ipnetwork v0.21.1 |
| 1957 | 2026-04-25T00:45:51.851Z | Compiling newtype-uuid v1.3.2 |
| 1958 | 2026-04-25T00:45:51.928Z | Compiling usdt-attr-macro v0.6.0 |
| 1959 | 2026-04-25T00:45:52.003Z | Compiling oxnet v0.1.4 |
| 1960 | 2026-04-25T00:45:52.197Z | Compiling usdt-macro v0.6.0 |
| 1961 | 2026-04-25T00:45:52.200Z | Compiling serde_with v3.18.0 |
| 1962 | 2026-04-25T00:45:52.435Z | Compiling daft v0.1.5 |
| 1963 | 2026-04-25T00:45:52.460Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1964 | 2026-04-25T00:45:52.694Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1965 | 2026-04-25T00:45:53.077Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1966 | 2026-04-25T00:45:53.227Z | Compiling iddqd v0.3.17 |
| 1967 | 2026-04-25T00:45:53.287Z | Compiling usdt v0.6.0 |
| 1968 | 2026-04-25T00:45:53.653Z | Compiling tokio-util v0.7.18 |
| 1969 | 2026-04-25T00:45:53.787Z | Compiling tower v0.5.3 |
| 1970 | 2026-04-25T00:45:53.853Z | Compiling tokio-rustls v0.26.4 |
| 1971 | 2026-04-25T00:45:53.929Z | Compiling tokio-rustls v0.25.0 |
| 1972 | 2026-04-25T00:45:54.115Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1973 | 2026-04-25T00:45:54.155Z | Compiling backoff v0.4.0 |
| 1974 | 2026-04-25T00:45:54.230Z | Compiling h2 v0.4.13 |
| 1975 | 2026-04-25T00:45:54.260Z | Compiling tower-http v0.6.8 |
| 1976 | 2026-04-25T00:45:54.687Z | Compiling typify-impl v0.6.1 |
| 1977 | 2026-04-25T00:45:55.002Z | Compiling dof v0.3.0 |
| 1978 | 2026-04-25T00:45:55.301Z | Compiling usdt-impl v0.5.0 |
| 1979 | 2026-04-25T00:45:55.615Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1980 | 2026-04-25T00:45:55.837Z | Compiling usdt-macro v0.5.0 |
| 1981 | 2026-04-25T00:45:55.974Z | Compiling usdt-attr-macro v0.5.0 |
| 1982 | 2026-04-25T00:45:56.591Z | Compiling hyper v1.9.0 |
| 1983 | 2026-04-25T00:45:57.357Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1984 | 2026-04-25T00:45:57.549Z | Compiling byte-wrapper v0.1.0 |
| 1985 | 2026-04-25T00:45:57.579Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1986 | 2026-04-25T00:45:57.684Z | Compiling hyper-util v0.1.20 |
| 1987 | 2026-04-25T00:45:57.915Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1988 | 2026-04-25T00:45:57.991Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1989 | 2026-04-25T00:45:58.378Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1990 | 2026-04-25T00:45:58.404Z | Compiling usdt v0.5.0 |
| 1991 | 2026-04-25T00:45:58.909Z | Compiling hyper-rustls v0.27.7 |
| 1992 | 2026-04-25T00:45:58.937Z | Compiling dropshot v0.16.7 |
| 1993 | 2026-04-25T00:45:59.166Z | Compiling reqwest v0.13.2 |
| 1994 | 2026-04-25T00:45:59.208Z | Compiling reqwest v0.12.28 |
| 1995 | 2026-04-25T00:45:59.387Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1996 | 2026-04-25T00:46:00.369Z | Compiling progenitor-client v0.10.0 |
| 1997 | 2026-04-25T00:46:00.656Z | Compiling progenitor-client v0.13.0 |
| 1998 | 2026-04-25T00:46:00.970Z | Compiling progenitor-extras v0.1.1 |
| 1999 | 2026-04-25T00:46:01.034Z | Compiling typify-macro v0.6.1 |
| 2000 | 2026-04-25T00:46:02.642Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2001 | 2026-04-25T00:46:03.655Z | Compiling typify v0.6.1 |
| 2002 | 2026-04-25T00:46:03.725Z | Compiling progenitor-impl v0.13.0 |
| 2003 | 2026-04-25T00:46:03.858Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2004 | 2026-04-25T00:46:03.960Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2005 | 2026-04-25T00:46:04.614Z | Compiling hickory-proto v0.24.4 |
| 2006 | 2026-04-25T00:46:05.002Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2007 | 2026-04-25T00:46:05.343Z | Compiling tokio-stream v0.1.18 |
| 2008 | 2026-04-25T00:46:05.633Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2009 | 2026-04-25T00:46:05.814Z | Compiling tokio-dtrace v0.1.1 |
| 2010 | 2026-04-25T00:46:06.092Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2011 | 2026-04-25T00:46:06.201Z | Compiling libsw-core v0.3.2 |
| 2012 | 2026-04-25T00:46:06.602Z | Compiling hickory-resolver v0.24.4 |
| 2013 | 2026-04-25T00:46:07.357Z | Compiling progenitor-macro v0.13.0 |
| 2014 | 2026-04-25T00:46:07.859Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2015 | 2026-04-25T00:46:07.933Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2016 | 2026-04-25T00:46:07.995Z | Compiling qorb v0.4.1 |
| 2017 | 2026-04-25T00:46:08.403Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2018 | 2026-04-25T00:46:09.234Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2019 | 2026-04-25T00:46:10.172Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2020 | 2026-04-25T00:46:10.191Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2021 | 2026-04-25T00:46:10.257Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2022 | 2026-04-25T00:46:10.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2023 | 2026-04-25T00:46:11.566Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2024 | 2026-04-25T00:46:11.857Z | Compiling olpc-cjson v0.1.4 |
| 2025 | 2026-04-25T00:46:11.916Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2026 | 2026-04-25T00:46:11.945Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2027 | 2026-04-25T00:46:12.019Z | Compiling tough v0.20.0 |
| 2028 | 2026-04-25T00:46:12.094Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2029 | 2026-04-25T00:46:12.473Z | Compiling progenitor v0.13.0 |
| 2030 | 2026-04-25T00:46:12.614Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2031 | 2026-04-25T00:46:13.038Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2032 | 2026-04-25T00:46:13.172Z | Compiling libsw v3.5.0 |
| 2033 | 2026-04-25T00:46:13.220Z | Compiling oxide-tokio-rt v0.1.3 |
| 2034 | 2026-04-25T00:46:13.532Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2035 | 2026-04-25T00:46:13.927Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2036 | 2026-04-25T00:46:14.059Z | Compiling slog-dtrace v0.3.0 |
| 2037 | 2026-04-25T00:46:14.120Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2038 | 2026-04-25T00:46:14.159Z | Compiling zone v0.3.1 |
| 2039 | 2026-04-25T00:46:14.381Z | Compiling cancel-safe-futures v0.1.5 |
| 2040 | 2026-04-25T00:46:14.511Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2041 | 2026-04-25T00:46:14.689Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2042 | 2026-04-25T00:46:15.035Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2043 | 2026-04-25T00:46:15.075Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2044 | 2026-04-25T00:46:15.228Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2045 | 2026-04-25T00:46:15.434Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2046 | 2026-04-25T00:46:15.628Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2047 | 2026-04-25T00:46:15.840Z | Compiling hickory-proto v0.25.2 |
| 2048 | 2026-04-25T00:46:16.392Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2049 | 2026-04-25T00:46:16.688Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2050 | 2026-04-25T00:46:17.933Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2051 | 2026-04-25T00:46:18.452Z | Compiling steno v0.4.1 |
| 2052 | 2026-04-25T00:46:19.356Z | Compiling moka v0.12.15 |
| 2053 | 2026-04-25T00:46:19.507Z | Compiling parking_lot v0.11.2 |
| 2054 | 2026-04-25T00:46:19.640Z | Compiling const-random-macro v0.1.16 |
| 2055 | 2026-04-25T00:46:19.998Z | Compiling sdd v3.0.10 |
| 2056 | 2026-04-25T00:46:20.021Z | Compiling sled v0.34.7 |
| 2057 | 2026-04-25T00:46:20.065Z | Compiling const-random v0.1.18 |
| 2058 | 2026-04-25T00:46:20.141Z | Compiling hickory-resolver v0.25.2 |
| 2059 | 2026-04-25T00:46:20.340Z | Compiling scc v2.4.0 |
| 2060 | 2026-04-25T00:46:20.710Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2061 | 2026-04-25T00:46:21.216Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2062 | 2026-04-25T00:46:21.611Z | Compiling thin-vec v0.2.14 |
| 2063 | 2026-04-25T00:46:21.782Z | Compiling serial_test_derive v3.4.0 |
| 2064 | 2026-04-25T00:46:21.902Z | Compiling rhai_codegen v3.1.0 |
| 2065 | 2026-04-25T00:46:22.320Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2066 | 2026-04-25T00:46:22.468Z | Compiling yansi v1.0.1 |
| 2067 | 2026-04-25T00:46:22.504Z | Compiling diff v0.1.13 |
| 2068 | 2026-04-25T00:46:22.563Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2069 | 2026-04-25T00:46:22.790Z | Compiling pretty_assertions v1.4.1 |
| 2070 | 2026-04-25T00:46:22.802Z | Compiling serial_test v3.4.0 |
| 2071 | 2026-04-25T00:46:22.824Z | Compiling nom v8.0.0 |
| 2072 | 2026-04-25T00:46:23.099Z | Compiling rhai v1.24.0 |
| 2073 | 2026-04-25T00:46:26.312Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2074 | 2026-04-25T00:46:34.005Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2075 | 2026-04-25T00:46:35.620Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2076 | 2026-04-25T00:46:36.705Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2077 | 2026-04-25T00:46:37.844Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2078 | 2026-04-25T00:46:38.605Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2079 | 2026-04-25T00:46:40.991Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2080 | 2026-04-25T00:47:14.535Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 2081 | 2026-04-25T00:47:14.703Z | ──────────── |
| 2082 | 2026-04-25T00:47:14.703Z | Nextest run ID f54fb56b-e6e8-4bf9-a2f6-c2a224af1979 with nextest profile: default |
| 2083 | 2026-04-25T00:47:14.703Z | Starting 17 tests across 1 binary (133 tests skipped) |
| 2084 | 2026-04-25T00:47:31.090Z | PASS [ 16.385s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 2085 | 2026-04-25T00:47:33.003Z | PASS [ 18.297s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 2086 | 2026-04-25T00:47:33.164Z | PASS [ 18.458s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 2087 | 2026-04-25T00:47:34.352Z | PASS [ 19.646s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 2088 | 2026-04-25T00:47:35.003Z | PASS [ 20.296s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 2089 | 2026-04-25T00:47:35.129Z | PASS [ 20.423s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 2090 | 2026-04-25T00:47:43.122Z | PASS [ 28.416s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 2091 | 2026-04-25T00:47:47.412Z | PASS [ 16.321s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 2092 | 2026-04-25T00:47:52.577Z | PASS [ 19.572s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 2093 | 2026-04-25T00:47:52.874Z | PASS [ 18.520s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 2094 | 2026-04-25T00:47:53.770Z | PASS [ 18.638s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 2095 | 2026-04-25T00:47:54.027Z | PASS [ 19.022s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 2096 | 2026-04-25T00:48:14.712Z | SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2097 | 2026-04-25T00:48:15.352Z | PASS [ 27.937s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 2098 | 2026-04-25T00:48:20.743Z | PASS [ 66.033s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2099 | 2026-04-25T00:48:33.173Z | SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2100 | 2026-04-25T00:48:41.372Z | PASS [ 68.201s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2101 | 2026-04-25T00:48:43.132Z | SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2102 | 2026-04-25T00:48:52.586Z | SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip |
| 2103 | 2026-04-25T00:48:53.234Z | PASS [ 60.651s] bgp proptest::prop_update_traditional_roundtrip |
| 2104 | 2026-04-25T00:48:55.309Z | PASS [ 72.179s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2105 | 2026-04-25T00:48:55.312Z | ──────────── |
| 2106 | 2026-04-25T00:48:55.312Z | Summary [ 100.595s] 17 tests run: 17 passed (4 slow), 133 skipped |
| 2107 | 2026-04-25T00:48:55.321Z | + cp '*.log' /work/ |
| 2108 | 2026-04-25T00:48:55.324Z | + true |
| 2109 | 2026-04-25T00:48:55.324Z | + '[' -d proptest-regressions ']' |
| 2110 | 2026-04-25T00:48:55.324Z | + cp -r proptest-regressions /work/bgp-proptest-regressions |
| 2111 | 2026-04-25T00:48:55.327Z | + popd |
| 2112 | 2026-04-25T00:48:55.327Z | /work/oxidecomputer/maghemite |
| 2113 | 2026-04-25T00:48:55.327Z | process exited: duration 746970 ms, exit code 0 |
| |
| 2114 | 2026-04-25T00:48:55.334Z | found 0 output files |