|
|
|
| 1 | 2026-05-18T19:24:11.705Z | job assigned to worker 01KRY8NX7A87754Z4J9DQ4KTKH [factory aws, i-075d4382d81bef7e2] (queued for 57 s) |
| |
| 2 | 2026-05-18T19:24:18.736Z | starting task 0: "setup" |
| 3 | 2026-05-18T19:24:18.740Z | ++ uname -s |
| 4 | 2026-05-18T19:24:18.743Z | + kern=SunOS |
| 5 | 2026-05-18T19:24:18.743Z | + build_user=build |
| 6 | 2026-05-18T19:24:18.743Z | + build_uid=12345 |
| 7 | 2026-05-18T19:24:18.743Z | + work_dir=/work |
| 8 | 2026-05-18T19:24:18.743Z | + input_dir=/input |
| 9 | 2026-05-18T19:24:18.743Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T19:24:18.743Z | + case "$kern" in |
| 11 | 2026-05-18T19:24:18.743Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T19:24:18.747Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T19:24:20.751Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T19:24:20.870Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T19:24:20.872Z | + home_fs=zfs |
| 16 | 2026-05-18T19:24:20.872Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T19:24:20.872Z | + mkdir -p /home/build |
| 18 | 2026-05-18T19:24:20.872Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T19:24:22.874Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T19:24:22.877Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-05-18T19:24:22.883Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T19:24:22.887Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-18T19:24:22.887Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-18T19:24:22.887Z | * rust toolchain channel = "stable" |
| 25 | 2026-05-18T19:24:22.887Z | * rust toolchain profile = "default" |
| 26 | 2026-05-18T19:24:22.887Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T19:24:22.887Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T19:24:22.890Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T19:24:22.890Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-18T19:24:22.962Z | info: downloading installer |
| 31 | 2026-05-18T19:24:24.360Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-18T19:24:24.360Z | warn: /opt/ooce/bin |
| 33 | 2026-05-18T19:24:24.360Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-18T19:24:24.360Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-18T19:24:24.360Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-18T19:24:24.360Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-18T19:24:24.360Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-18T19:24:24.361Z | error: cannot install while Rust is installed |
| 39 | 2026-05-18T19:24:24.361Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-18T19:24:24.361Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-18T19:24:24.361Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-18T19:24:24.361Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-18T19:24:24.361Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-18T19:24:24.373Z | info: profile set to default |
| 45 | 2026-05-18T19:24:24.373Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-18T19:24:24.376Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-18T19:24:24.515Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-18T19:24:24.519Z | info: downloading 6 components |
| 49 | 2026-05-18T19:24:40.412Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-18T19:24:40.412Z | |
| 51 | 2026-05-18T19:24:40.438Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-18T19:24:40.439Z | |
| 53 | 2026-05-18T19:24:40.442Z | |
| 54 | 2026-05-18T19:24:40.442Z | Rust is installed now. Great! |
| 55 | 2026-05-18T19:24:40.442Z | |
| 56 | 2026-05-18T19:24:40.442Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-18T19:24:40.442Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-18T19:24:40.442Z | |
| 59 | 2026-05-18T19:24:40.442Z | To configure your current shell, you need to source |
| 60 | 2026-05-18T19:24:40.442Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-18T19:24:40.442Z | |
| 62 | 2026-05-18T19:24:40.442Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-18T19:24:40.442Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-18T19:24:40.442Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-18T19:24:40.442Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-18T19:24:40.442Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-18T19:24:40.442Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-18T19:24:40.442Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-18T19:24:40.442Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-18T19:24:40.442Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-18T19:24:40.541Z | + rustup --version |
| 72 | 2026-05-18T19:24:40.551Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-18T19:24:40.554Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-18T19:24:40.572Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-18T19:24:40.575Z | + cargo --version |
| 76 | 2026-05-18T19:24:40.588Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-18T19:24:40.591Z | + rustc --version |
| 78 | 2026-05-18T19:24:40.610Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-18T19:24:40.612Z | process exited: duration 17727 ms, exit code 0 |
| |
| 80 | 2026-05-18T19:24:40.618Z | starting task 2: "authentication" |
| 81 | 2026-05-18T19:24:40.634Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-18T19:24:40.641Z | starting task 3: "clone repository" |
| 83 | 2026-05-18T19:24:40.644Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-05-18T19:24:40.647Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-05-18T19:24:40.754Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-05-18T19:24:41.803Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-05-18T19:24:41.803Z | + git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 |
| 88 | 2026-05-18T19:24:42.078Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-05-18T19:24:42.078Z | * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD |
| 90 | 2026-05-18T19:24:42.083Z | + [[ -n trey/light-cleanup ]] |
| 91 | 2026-05-18T19:24:42.085Z | ++ git branch --show-current |
| 92 | 2026-05-18T19:24:42.086Z | + current=main |
| 93 | 2026-05-18T19:24:42.086Z | + [[ main != trey/light-cleanup ]] |
| 94 | 2026-05-18T19:24:42.086Z | + git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 |
| 95 | 2026-05-18T19:24:42.089Z | + git checkout -f trey/light-cleanup |
| 96 | 2026-05-18T19:24:42.105Z | Switched to branch 'trey/light-cleanup' |
| 97 | 2026-05-18T19:24:42.107Z | + git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 |
| 98 | 2026-05-18T19:24:42.121Z | HEAD is now at 6f01238 LoopbackIpManager: cargo fmt |
| 99 | 2026-05-18T19:24:42.124Z | process exited: duration 1481 ms, exit code 0 |
| |
| 100 | 2026-05-18T19:24:42.130Z | starting task 4: "build" |
| 101 | 2026-05-18T19:24:42.134Z | + set -e |
| 102 | 2026-05-18T19:24:42.134Z | + NEXTEST_VERSION=0.9.97 |
| 103 | 2026-05-18T19:24:42.134Z | + PLATFORM=illumos |
| 104 | 2026-05-18T19:24:42.137Z | + cargo --version |
| 105 | 2026-05-18T19:24:42.140Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 106 | 2026-05-18T19:24:42.298Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 107 | 2026-05-18T19:24:42.301Z | info: downloading 6 components |
| 108 | 2026-05-18T19:24:56.552Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 109 | 2026-05-18T19:24:56.555Z | + rustc --version |
| 110 | 2026-05-18T19:24:56.590Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 111 | 2026-05-18T19:24:56.595Z | + cargo install cargo-nextest --version 0.9.97 |
| 112 | 2026-05-18T19:24:56.637Z | Updating crates.io index |
| 113 | 2026-05-18T19:24:56.735Z | Downloading crates ... |
| 114 | 2026-05-18T19:24:56.789Z | Downloaded cargo-nextest v0.9.97 |
| 115 | 2026-05-18T19:24:56.852Z | Installing cargo-nextest v0.9.97 |
| 116 | 2026-05-18T19:24:56.899Z | Updating crates.io index |
| 117 | 2026-05-18T19:24:59.357Z | Locking 404 packages to latest compatible versions |
| 118 | 2026-05-18T19:24:59.363Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 119 | 2026-05-18T19:24:59.366Z | Adding duct v0.13.7 (available: v1.1.1) |
| 120 | 2026-05-18T19:24:59.366Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 121 | 2026-05-18T19:24:59.366Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 122 | 2026-05-18T19:24:59.366Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 123 | 2026-05-18T19:24:59.369Z | Adding nextest-filtering v0.15.0 (available: v0.21.0) |
| 124 | 2026-05-18T19:24:59.369Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 125 | 2026-05-18T19:24:59.372Z | Adding nextest-runner v0.80.0 (available: v0.117.0) |
| 126 | 2026-05-18T19:24:59.375Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 127 | 2026-05-18T19:24:59.394Z | Adding target-lexicon v0.13.3 (available: v0.13.5) |
| 128 | 2026-05-18T19:24:59.403Z | Downloading crates ... |
| 129 | 2026-05-18T19:24:59.469Z | Downloaded anstyle-query v1.1.5 |
| 130 | 2026-05-18T19:24:59.484Z | Downloaded atomic-waker v1.1.2 |
| 131 | 2026-05-18T19:24:59.486Z | Downloaded atomicwrites v0.4.4 |
| 132 | 2026-05-18T19:24:59.490Z | Downloaded addr2line v0.25.1 |
| 133 | 2026-05-18T19:24:59.493Z | Downloaded futures-task v0.3.32 |
| 134 | 2026-05-18T19:24:59.495Z | Downloaded is_ci v1.2.0 |
| 135 | 2026-05-18T19:24:59.495Z | Downloaded cfg-if v1.0.4 |
| 136 | 2026-05-18T19:24:59.498Z | Downloaded foreign-types-shared v0.1.1 |
| 137 | 2026-05-18T19:24:59.501Z | Downloaded futures-sink v0.3.32 |
| 138 | 2026-05-18T19:24:59.501Z | Downloaded async-scoped v0.9.0 |
| 139 | 2026-05-18T19:24:59.504Z | Downloaded foreign-types v0.3.2 |
| 140 | 2026-05-18T19:24:59.506Z | Downloaded itoa v1.0.18 |
| 141 | 2026-05-18T19:24:59.509Z | Downloaded futures-io v0.3.32 |
| 142 | 2026-05-18T19:24:59.509Z | Downloaded anstyle-parse v1.0.0 |
| 143 | 2026-05-18T19:24:59.512Z | Downloaded http-body v1.0.1 |
| 144 | 2026-05-18T19:24:59.512Z | Downloaded lazy_static v1.5.0 |
| 145 | 2026-05-18T19:24:59.515Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 146 | 2026-05-18T19:24:59.515Z | Downloaded is_terminal_polyfill v1.70.2 |
| 147 | 2026-05-18T19:24:59.515Z | Downloaded equivalent v1.0.2 |
| 148 | 2026-05-18T19:24:59.518Z | Downloaded colorchoice v1.0.5 |
| 149 | 2026-05-18T19:24:59.518Z | Downloaded cargo-platform v0.3.3 |
| 150 | 2026-05-18T19:24:59.518Z | Downloaded backtrace-ext v0.2.1 |
| 151 | 2026-05-18T19:24:59.522Z | Downloaded fnv v1.0.7 |
| 152 | 2026-05-18T19:24:59.522Z | Downloaded adler2 v2.0.1 |
| 153 | 2026-05-18T19:24:59.525Z | Downloaded cpufeatures v0.2.17 |
| 154 | 2026-05-18T19:24:59.525Z | Downloaded fixedbitset v0.5.7 |
| 155 | 2026-05-18T19:24:59.525Z | Downloaded idna_adapter v1.0.0 |
| 156 | 2026-05-18T19:24:59.528Z | Downloaded debug-ignore v1.0.5 |
| 157 | 2026-05-18T19:24:59.528Z | Downloaded color-spantrace v0.3.0 |
| 158 | 2026-05-18T19:24:59.531Z | Downloaded indenter v0.3.4 |
| 159 | 2026-05-18T19:24:59.531Z | Downloaded ed25519 v2.2.3 |
| 160 | 2026-05-18T19:24:59.533Z | Downloaded idna v1.1.0 |
| 161 | 2026-05-18T19:24:59.536Z | Downloaded convert_case v0.10.0 |
| 162 | 2026-05-18T19:24:59.539Z | Downloaded http-body-util v0.1.3 |
| 163 | 2026-05-18T19:24:59.542Z | Downloaded newtype-uuid v1.3.2 |
| 164 | 2026-05-18T19:24:59.545Z | Downloaded generic-array v0.14.7 |
| 165 | 2026-05-18T19:24:59.547Z | Downloaded rand_core v0.9.5 |
| 166 | 2026-05-18T19:24:59.547Z | Downloaded cargo-platform v0.2.0 |
| 167 | 2026-05-18T19:24:59.550Z | Downloaded enable-ansi-support v0.2.1 |
| 168 | 2026-05-18T19:24:59.553Z | Downloaded lru-slab v0.1.2 |
| 169 | 2026-05-18T19:24:59.553Z | Downloaded home v0.5.12 |
| 170 | 2026-05-18T19:24:59.556Z | Downloaded hex v0.4.3 |
| 171 | 2026-05-18T19:24:59.558Z | Downloaded clap_lex v1.1.0 |
| 172 | 2026-05-18T19:24:59.561Z | Downloaded nextest-filtering v0.15.0 |
| 173 | 2026-05-18T19:24:59.561Z | Downloaded guppy-workspace-hack v0.1.0 |
| 174 | 2026-05-18T19:24:59.564Z | Downloaded future-queue v0.4.0 |
| 175 | 2026-05-18T19:24:59.564Z | Downloaded form_urlencoded v1.2.2 |
| 176 | 2026-05-18T19:24:59.567Z | Downloaded foldhash v0.1.5 |
| 177 | 2026-05-18T19:24:59.567Z | Downloaded openssl-probe v0.2.1 |
| 178 | 2026-05-18T19:24:59.569Z | Downloaded nextest-metadata v0.12.2 |
| 179 | 2026-05-18T19:24:59.570Z | Downloaded mukti-metadata v0.3.0 |
| 180 | 2026-05-18T19:24:59.570Z | Downloaded number_prefix v0.4.0 |
| 181 | 2026-05-18T19:24:59.572Z | Downloaded console v0.15.11 |
| 182 | 2026-05-18T19:24:59.575Z | Downloaded hyper-tls v0.6.0 |
| 183 | 2026-05-18T19:24:59.578Z | Downloaded crypto-common v0.1.7 |
| 184 | 2026-05-18T19:24:59.578Z | Downloaded futures-core v0.3.32 |
| 185 | 2026-05-18T19:24:59.581Z | Downloaded heck v0.5.0 |
| 186 | 2026-05-18T19:24:59.586Z | Downloaded block-buffer v0.10.4 |
| 187 | 2026-05-18T19:24:59.588Z | Downloaded cfg_aliases v0.2.1 |
| 188 | 2026-05-18T19:24:59.591Z | Downloaded proc-macro2 v1.0.106 |
| 189 | 2026-05-18T19:24:59.594Z | Downloaded ordered-float v2.10.1 |
| 190 | 2026-05-18T19:24:59.594Z | Downloaded humantime-serde v1.1.1 |
| 191 | 2026-05-18T19:24:59.597Z | Downloaded openssl-macros v0.1.1 |
| 192 | 2026-05-18T19:24:59.597Z | Downloaded futures-macro v0.3.32 |
| 193 | 2026-05-18T19:24:59.597Z | Downloaded errno v0.3.14 |
| 194 | 2026-05-18T19:24:59.599Z | Downloaded document-features v0.2.12 |
| 195 | 2026-05-18T19:24:59.599Z | Downloaded duct v0.13.7 |
| 196 | 2026-05-18T19:24:59.602Z | Downloaded cargo_metadata v0.20.0 |
| 197 | 2026-05-18T19:24:59.602Z | Downloaded base64ct v1.8.3 |
| 198 | 2026-05-18T19:24:59.605Z | Downloaded serde_spanned v1.1.1 |
| 199 | 2026-05-18T19:24:59.608Z | Downloaded serde_spanned v0.6.9 |
| 200 | 2026-05-18T19:24:59.608Z | Downloaded shell-words v1.1.1 |
| 201 | 2026-05-18T19:24:59.611Z | Downloaded indent_write v2.2.0 |
| 202 | 2026-05-18T19:24:59.611Z | Downloaded serde_urlencoded v0.7.1 |
| 203 | 2026-05-18T19:24:59.611Z | Downloaded rustc_version v0.4.1 |
| 204 | 2026-05-18T19:24:59.613Z | Downloaded percent-encoding v2.3.2 |
| 205 | 2026-05-18T19:24:59.613Z | Downloaded anstream v1.0.0 |
| 206 | 2026-05-18T19:24:59.616Z | Downloaded autocfg v1.5.0 |
| 207 | 2026-05-18T19:24:59.616Z | Downloaded fastrand v2.4.1 |
| 208 | 2026-05-18T19:24:59.616Z | Downloaded filetime v0.2.29 |
| 209 | 2026-05-18T19:24:59.619Z | Downloaded rand_core v0.6.4 |
| 210 | 2026-05-18T19:24:59.619Z | Downloaded ppv-lite86 v0.2.21 |
| 211 | 2026-05-18T19:24:59.622Z | Downloaded signal-hook-mio v0.2.5 |
| 212 | 2026-05-18T19:24:59.622Z | Downloaded pin-project v1.1.13 |
| 213 | 2026-05-18T19:24:59.627Z | Downloaded signature v2.2.0 |
| 214 | 2026-05-18T19:24:59.630Z | Downloaded quinn-udp v0.5.14 |
| 215 | 2026-05-18T19:24:59.630Z | Downloaded either v1.15.0 |
| 216 | 2026-05-18T19:24:59.634Z | Downloaded futures v0.3.32 |
| 217 | 2026-05-18T19:24:59.637Z | Downloaded hyper-util v0.1.20 |
| 218 | 2026-05-18T19:24:59.637Z | Downloaded find-msvc-tools v0.1.9 |
| 219 | 2026-05-18T19:24:59.640Z | Downloaded derive-where v1.6.1 |
| 220 | 2026-05-18T19:24:59.642Z | Downloaded strsim v0.11.1 |
| 221 | 2026-05-18T19:24:59.642Z | Downloaded lock_api v0.4.14 |
| 222 | 2026-05-18T19:24:59.642Z | Downloaded supports-color v3.0.2 |
| 223 | 2026-05-18T19:24:59.645Z | Downloaded subtle v2.6.1 |
| 224 | 2026-05-18T19:24:59.645Z | Downloaded jobserver v0.1.34 |
| 225 | 2026-05-18T19:24:59.645Z | Downloaded quote v1.0.45 |
| 226 | 2026-05-18T19:24:59.648Z | Downloaded pin-project-lite v0.2.17 |
| 227 | 2026-05-18T19:24:59.651Z | Downloaded cargo_metadata v0.23.1 |
| 228 | 2026-05-18T19:24:59.654Z | Downloaded ipnet v2.12.0 |
| 229 | 2026-05-18T19:24:59.654Z | Downloaded futures-executor v0.3.32 |
| 230 | 2026-05-18T19:24:59.654Z | Downloaded humantime v2.3.0 |
| 231 | 2026-05-18T19:24:59.657Z | Downloaded pathdiff v0.2.3 |
| 232 | 2026-05-18T19:24:59.657Z | Downloaded shared_child v1.1.1 |
| 233 | 2026-05-18T19:24:59.657Z | Downloaded digest v0.10.7 |
| 234 | 2026-05-18T19:24:59.659Z | Downloaded anstyle v1.0.14 |
| 235 | 2026-05-18T19:24:59.659Z | Downloaded dialoguer v0.11.0 |
| 236 | 2026-05-18T19:24:59.662Z | Downloaded scopeguard v1.2.0 |
| 237 | 2026-05-18T19:24:59.662Z | Downloaded serde-value v0.7.0 |
| 238 | 2026-05-18T19:24:59.662Z | Downloaded serde_ignored v0.1.14 |
| 239 | 2026-05-18T19:24:59.665Z | Downloaded os_pipe v1.2.3 |
| 240 | 2026-05-18T19:24:59.665Z | Downloaded nested v0.1.1 |
| 241 | 2026-05-18T19:24:59.668Z | Downloaded terminal_size v0.4.4 |
| 242 | 2026-05-18T19:24:59.668Z | Downloaded serde-untagged v0.1.9 |
| 243 | 2026-05-18T19:24:59.670Z | Downloaded nextest-workspace-hack v0.1.0 |
| 244 | 2026-05-18T19:24:59.673Z | Downloaded rustc-hash v2.1.2 |
| 245 | 2026-05-18T19:24:59.673Z | Downloaded ahash v0.8.12 |
| 246 | 2026-05-18T19:24:59.676Z | Downloaded serde_path_to_error v0.1.20 |
| 247 | 2026-05-18T19:24:59.676Z | Downloaded semver v1.0.28 |
| 248 | 2026-05-18T19:24:59.678Z | Downloaded parking_lot v0.12.5 |
| 249 | 2026-05-18T19:24:59.682Z | Downloaded iana-time-zone v0.1.65 |
| 250 | 2026-05-18T19:24:59.682Z | Downloaded pkcs8 v0.10.2 |
| 251 | 2026-05-18T19:24:59.685Z | Downloaded owo-colors v4.3.0 |
| 252 | 2026-05-18T19:24:59.685Z | Downloaded globset v0.4.18 |
| 253 | 2026-05-18T19:24:59.685Z | Downloaded camino-tempfile v1.4.1 |
| 254 | 2026-05-18T19:24:59.688Z | Downloaded httparse v1.10.1 |
| 255 | 2026-05-18T19:24:59.688Z | Downloaded futures-channel v0.3.32 |
| 256 | 2026-05-18T19:24:59.691Z | Downloaded smol_str v0.3.6 |
| 257 | 2026-05-18T19:24:59.691Z | Downloaded tinyvec_macros v0.1.1 |
| 258 | 2026-05-18T19:24:59.691Z | Downloaded eyre v0.6.12 |
| 259 | 2026-05-18T19:24:59.694Z | Downloaded sync_wrapper v1.0.2 |
| 260 | 2026-05-18T19:24:59.694Z | Downloaded sigchld v0.2.4 |
| 261 | 2026-05-18T19:24:59.697Z | Downloaded base64 v0.22.1 |
| 262 | 2026-05-18T19:24:59.697Z | Downloaded swrite v0.1.0 |
| 263 | 2026-05-18T19:24:59.701Z | Downloaded supports-hyperlinks v3.2.0 |
| 264 | 2026-05-18T19:24:59.701Z | Downloaded spki v0.7.3 |
| 265 | 2026-05-18T19:24:59.701Z | Downloaded static_assertions v1.1.0 |
| 266 | 2026-05-18T19:24:59.701Z | Downloaded miette-derive v7.6.0 |
| 267 | 2026-05-18T19:24:59.701Z | Downloaded simd-adler32 v0.3.9 |
| 268 | 2026-05-18T19:24:59.703Z | Downloaded litrs v1.0.0 |
| 269 | 2026-05-18T19:24:59.704Z | Downloaded strip-ansi-escapes v0.2.1 |
| 270 | 2026-05-18T19:24:59.706Z | Downloaded signal-hook-registry v1.4.8 |
| 271 | 2026-05-18T19:24:59.706Z | Downloaded supports-unicode v3.0.0 |
| 272 | 2026-05-18T19:24:59.706Z | Downloaded target-spec-miette v0.4.6 |
| 273 | 2026-05-18T19:24:59.709Z | Downloaded getrandom v0.2.17 |
| 274 | 2026-05-18T19:24:59.712Z | Downloaded const-oid v0.9.6 |
| 275 | 2026-05-18T19:24:59.712Z | Downloaded once_cell v1.21.4 |
| 276 | 2026-05-18T19:24:59.714Z | Downloaded toml_write v0.1.2 |
| 277 | 2026-05-18T19:24:59.714Z | Downloaded crc32fast v1.5.0 |
| 278 | 2026-05-18T19:24:59.714Z | Downloaded clap_derive v4.6.1 |
| 279 | 2026-05-18T19:24:59.717Z | Downloaded tokio-macros v2.7.0 |
| 280 | 2026-05-18T19:24:59.717Z | Downloaded tracing-error v0.2.1 |
| 281 | 2026-05-18T19:24:59.717Z | Downloaded tower-layer v0.3.3 |
| 282 | 2026-05-18T19:24:59.720Z | Downloaded target-lexicon v0.13.3 |
| 283 | 2026-05-18T19:24:59.720Z | Downloaded self_update v0.42.0 |
| 284 | 2026-05-18T19:24:59.723Z | Downloaded memchr v2.8.0 |
| 285 | 2026-05-18T19:24:59.726Z | Downloaded unicode-linebreak v0.1.5 |
| 286 | 2026-05-18T19:24:59.726Z | Downloaded tower-service v0.3.3 |
| 287 | 2026-05-18T19:24:59.726Z | Downloaded erased-serde v0.4.10 |
| 288 | 2026-05-18T19:24:59.728Z | Downloaded rand_chacha v0.9.0 |
| 289 | 2026-05-18T19:24:59.728Z | Downloaded hyper-rustls v0.27.9 |
| 290 | 2026-05-18T19:24:59.728Z | Downloaded getrandom v0.3.4 |
| 291 | 2026-05-18T19:24:59.731Z | Downloaded camino v1.2.2 |
| 292 | 2026-05-18T19:24:59.731Z | Downloaded rustc-demangle v0.1.27 |
| 293 | 2026-05-18T19:24:59.734Z | Downloaded thread_local v1.1.9 |
| 294 | 2026-05-18T19:24:59.734Z | Downloaded thiserror v1.0.69 |
| 295 | 2026-05-18T19:24:59.737Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-05-18T19:24:59.737Z | Downloaded pin-project-internal v1.1.13 |
| 297 | 2026-05-18T19:24:59.739Z | Downloaded try-lock v0.2.5 |
| 298 | 2026-05-18T19:24:59.739Z | Downloaded utf8parse v0.2.2 |
| 299 | 2026-05-18T19:24:59.740Z | Downloaded urlencoding v2.1.3 |
| 300 | 2026-05-18T19:24:59.742Z | Downloaded typeid v1.0.3 |
| 301 | 2026-05-18T19:24:59.742Z | Downloaded cargo-util-schemas v0.2.0 |
| 302 | 2026-05-18T19:24:59.742Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-05-18T19:24:59.742Z | Downloaded config v0.15.23 |
| 304 | 2026-05-18T19:24:59.745Z | Downloaded tokio-native-tls v0.3.1 |
| 305 | 2026-05-18T19:24:59.748Z | Downloaded xattr v1.6.1 |
| 306 | 2026-05-18T19:24:59.748Z | Downloaded want v0.3.1 |
| 307 | 2026-05-18T19:24:59.748Z | Downloaded pkg-config v0.3.33 |
| 308 | 2026-05-18T19:24:59.751Z | Downloaded untrusted v0.9.0 |
| 309 | 2026-05-18T19:24:59.751Z | Downloaded thiserror-impl v2.0.18 |
| 310 | 2026-05-18T19:24:59.751Z | Downloaded self-replace v1.5.0 |
| 311 | 2026-05-18T19:24:59.754Z | Downloaded version_check v0.9.5 |
| 312 | 2026-05-18T19:24:59.757Z | Downloaded sha2 v0.10.9 |
| 313 | 2026-05-18T19:24:59.759Z | Downloaded shlex v1.3.0 |
| 314 | 2026-05-18T19:24:59.759Z | Downloaded clap v4.6.1 |
| 315 | 2026-05-18T19:24:59.764Z | Downloaded slab v0.4.12 |
| 316 | 2026-05-18T19:24:59.766Z | Downloaded serde v1.0.228 |
| 317 | 2026-05-18T19:24:59.769Z | Downloaded indicatif v0.17.11 |
| 318 | 2026-05-18T19:24:59.769Z | Downloaded getrandom v0.4.2 |
| 319 | 2026-05-18T19:24:59.772Z | Downloaded backtrace v0.3.76 |
| 320 | 2026-05-18T19:24:59.775Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 321 | 2026-05-18T19:24:59.782Z | Downloaded unicase v2.9.0 |
| 322 | 2026-05-18T19:24:59.789Z | Downloaded serde_derive v1.0.228 |
| 323 | 2026-05-18T19:24:59.794Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-05-18T19:24:59.796Z | Downloaded native-tls v0.2.18 |
| 325 | 2026-05-18T19:24:59.796Z | Downloaded parking_lot_core v0.9.12 |
| 326 | 2026-05-18T19:24:59.799Z | Downloaded sharded-slab v0.1.7 |
| 327 | 2026-05-18T19:24:59.800Z | Downloaded unicode-xid v0.2.6 |
| 328 | 2026-05-18T19:24:59.802Z | Downloaded tracing-log v0.2.0 |
| 329 | 2026-05-18T19:24:59.802Z | Downloaded smallvec v1.15.1 |
| 330 | 2026-05-18T19:24:59.802Z | Downloaded quick-junit v0.5.2 |
| 331 | 2026-05-18T19:24:59.805Z | Downloaded xxhash-rust v0.8.15 |
| 332 | 2026-05-18T19:24:59.805Z | Downloaded zmij v1.0.21 |
| 333 | 2026-05-18T19:24:59.809Z | Downloaded indexmap v2.14.0 |
| 334 | 2026-05-18T19:24:59.811Z | Downloaded tokio-stream v0.1.18 |
| 335 | 2026-05-18T19:24:59.811Z | Downloaded zstd-safe v7.2.4 |
| 336 | 2026-05-18T19:24:59.814Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-05-18T19:24:59.817Z | Downloaded toml v0.8.23 |
| 338 | 2026-05-18T19:24:59.817Z | Downloaded rustls-webpki v0.103.13 |
| 339 | 2026-05-18T19:24:59.820Z | Downloaded zeroize v1.8.2 |
| 340 | 2026-05-18T19:24:59.820Z | Downloaded num-traits v0.2.19 |
| 341 | 2026-05-18T19:24:59.822Z | Downloaded target-spec v3.6.0 |
| 342 | 2026-05-18T19:24:59.822Z | Downloaded tracing-attributes v0.1.31 |
| 343 | 2026-05-18T19:24:59.825Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 344 | 2026-05-18T19:24:59.825Z | Downloaded bitflags v2.11.1 |
| 345 | 2026-05-18T19:24:59.828Z | Downloaded zstd v0.13.3 |
| 346 | 2026-05-18T19:24:59.831Z | Downloaded zipsign-api v0.1.5 |
| 347 | 2026-05-18T19:24:59.831Z | Downloaded derive_more-impl v2.1.1 |
| 348 | 2026-05-18T19:24:59.834Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-18T19:24:59.836Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-05-18T19:24:59.836Z | Downloaded openssl-sys v0.9.116 |
| 351 | 2026-05-18T19:24:59.841Z | Downloaded tokio-rustls v0.26.4 |
| 352 | 2026-05-18T19:24:59.843Z | Downloaded signal-hook v0.3.18 |
| 353 | 2026-05-18T19:24:59.843Z | Downloaded der v0.7.10 |
| 354 | 2026-05-18T19:24:59.846Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 355 | 2026-05-18T19:24:59.846Z | Downloaded rustls-pki-types v1.14.1 |
| 356 | 2026-05-18T19:24:59.846Z | Downloaded socket2 v0.6.3 |
| 357 | 2026-05-18T19:24:59.849Z | Downloaded tinyvec v1.11.0 |
| 358 | 2026-05-18T19:24:59.849Z | Downloaded miniz_oxide v0.8.9 |
| 359 | 2026-05-18T19:24:59.854Z | Downloaded log v0.4.29 |
| 360 | 2026-05-18T19:24:59.854Z | Downloaded tempfile v3.27.0 |
| 361 | 2026-05-18T19:24:59.857Z | Downloaded miette v7.6.0 |
| 362 | 2026-05-18T19:24:59.857Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 363 | 2026-05-18T19:24:59.860Z | Downloaded derive_more v2.1.1 |
| 364 | 2026-05-18T19:24:59.865Z | Downloaded tracing-core v0.1.36 |
| 365 | 2026-05-18T19:24:59.867Z | Downloaded bytes v1.11.1 |
| 366 | 2026-05-18T19:24:59.870Z | Downloaded flate2 v1.1.9 |
| 367 | 2026-05-18T19:24:59.873Z | Downloaded vte v0.14.1 |
| 368 | 2026-05-18T19:24:59.873Z | Downloaded ed25519-dalek v2.2.0 |
| 369 | 2026-05-18T19:24:59.876Z | Downloaded ryu v1.0.23 |
| 370 | 2026-05-18T19:24:59.876Z | Downloaded cfg-expr v0.20.7 |
| 371 | 2026-05-18T19:24:59.878Z | Downloaded aho-corasick v1.1.4 |
| 372 | 2026-05-18T19:24:59.885Z | Downloaded uuid v1.23.1 |
| 373 | 2026-05-18T19:24:59.888Z | Downloaded tar v0.4.46 |
| 374 | 2026-05-18T19:24:59.891Z | Downloaded cc v1.2.62 |
| 375 | 2026-05-18T19:24:59.891Z | Downloaded toml_edit v0.22.27 |
| 376 | 2026-05-18T19:24:59.894Z | Downloaded unicode-ident v1.0.24 |
| 377 | 2026-05-18T19:24:59.898Z | Downloaded mio v1.2.0 |
| 378 | 2026-05-18T19:24:59.901Z | Downloaded http v1.4.0 |
| 379 | 2026-05-18T19:24:59.904Z | Downloaded hashbrown v0.15.5 |
| 380 | 2026-05-18T19:24:59.907Z | Downloaded borsh v1.6.1 |
| 381 | 2026-05-18T19:24:59.910Z | Downloaded quinn v0.11.9 |
| 382 | 2026-05-18T19:24:59.927Z | Downloaded guppy v0.17.25 |
| 383 | 2026-05-18T19:24:59.937Z | Downloaded url v2.5.8 |
| 384 | 2026-05-18T19:24:59.940Z | Downloaded rand v0.9.4 |
| 385 | 2026-05-18T19:24:59.942Z | Downloaded hashbrown v0.17.1 |
| 386 | 2026-05-18T19:24:59.945Z | Downloaded crossterm v0.29.0 |
| 387 | 2026-05-18T19:24:59.951Z | Downloaded unicode-segmentation v1.13.2 |
| 388 | 2026-05-18T19:24:59.965Z | Downloaded ron v0.12.1 |
| 389 | 2026-05-18T19:24:59.970Z | Downloaded typenum v1.20.0 |
| 390 | 2026-05-18T19:24:59.973Z | Downloaded futures-util v0.3.32 |
| 391 | 2026-05-18T19:24:59.978Z | Downloaded tokio-util v0.7.18 |
| 392 | 2026-05-18T19:24:59.982Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-05-18T19:24:59.986Z | Downloaded unicode-normalization v0.1.25 |
| 394 | 2026-05-18T19:24:59.990Z | Downloaded h2 v0.4.14 |
| 395 | 2026-05-18T19:24:59.994Z | Downloaded tower-http v0.6.11 |
| 396 | 2026-05-18T19:25:00.001Z | Downloaded quick-xml v0.38.4 |
| 397 | 2026-05-18T19:25:00.004Z | Downloaded tower v0.5.3 |
| 398 | 2026-05-18T19:25:00.009Z | Downloaded regex v1.12.3 |
| 399 | 2026-05-18T19:25:00.012Z | Downloaded hyper v1.9.0 |
| 400 | 2026-05-18T19:25:00.016Z | Downloaded winnow v1.0.3 |
| 401 | 2026-05-18T19:25:00.028Z | Downloaded serde_json v1.0.149 |
| 402 | 2026-05-18T19:25:00.032Z | Downloaded webpki-roots v1.0.7 |
| 403 | 2026-05-18T19:25:00.035Z | Downloaded chrono v0.4.44 |
| 404 | 2026-05-18T19:25:00.039Z | Downloaded reqwest v0.12.28 |
| 405 | 2026-05-18T19:25:00.043Z | Downloaded curve25519-dalek v4.1.3 |
| 406 | 2026-05-18T19:25:00.051Z | Downloaded gimli v0.32.3 |
| 407 | 2026-05-18T19:25:00.053Z | Downloaded pulldown-cmark v0.13.3 |
| 408 | 2026-05-18T19:25:00.056Z | Downloaded unicode-width v0.1.14 |
| 409 | 2026-05-18T19:25:00.060Z | Downloaded itertools v0.14.0 |
| 410 | 2026-05-18T19:25:00.064Z | Downloaded zerocopy v0.8.48 |
| 411 | 2026-05-18T19:25:00.075Z | Downloaded syn v2.0.117 |
| 412 | 2026-05-18T19:25:00.082Z | Downloaded bstr v1.12.1 |
| 413 | 2026-05-18T19:25:00.089Z | Downloaded tracing v0.1.44 |
| 414 | 2026-05-18T19:25:00.099Z | Downloaded quick-xml v0.37.5 |
| 415 | 2026-05-18T19:25:00.102Z | Downloaded portable-atomic v1.13.1 |
| 416 | 2026-05-18T19:25:00.106Z | Downloaded color-eyre v0.6.5 |
| 417 | 2026-05-18T19:25:00.117Z | Downloaded winnow v0.7.15 |
| 418 | 2026-05-18T19:25:00.142Z | Downloaded quinn-proto v0.11.14 |
| 419 | 2026-05-18T19:25:00.164Z | Downloaded tracing-subscriber v0.3.23 |
| 420 | 2026-05-18T19:25:00.183Z | Downloaded vcpkg v0.2.15 |
| 421 | 2026-05-18T19:25:00.205Z | Downloaded nix v0.30.1 |
| 422 | 2026-05-18T19:25:00.212Z | Downloaded nextest-runner v0.80.0 |
| 423 | 2026-05-18T19:25:00.225Z | Downloaded openssl v0.10.80 |
| 424 | 2026-05-18T19:25:00.230Z | Downloaded unicode-width v0.2.2 |
| 425 | 2026-05-18T19:25:00.260Z | Downloaded object v0.37.3 |
| 426 | 2026-05-18T19:25:00.267Z | Downloaded rustls v0.23.40 |
| 427 | 2026-05-18T19:25:00.273Z | Downloaded rustix v0.38.44 |
| 428 | 2026-05-18T19:25:00.285Z | Downloaded regex-syntax v0.8.10 |
| 429 | 2026-05-18T19:25:00.289Z | Downloaded rustix v1.1.4 |
| 430 | 2026-05-18T19:25:00.364Z | Downloaded regex-automata v0.4.14 |
| 431 | 2026-05-18T19:25:00.402Z | Downloaded libc v0.2.186 |
| 432 | 2026-05-18T19:25:00.428Z | Downloaded petgraph v0.8.3 |
| 433 | 2026-05-18T19:25:00.441Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 434 | 2026-05-18T19:25:00.461Z | Downloaded tokio v1.52.3 |
| 435 | 2026-05-18T19:25:00.523Z | Downloaded recursion v0.5.4 |
| 436 | 2026-05-18T19:25:00.529Z | Downloaded ring v0.17.14 |
| 437 | 2026-05-18T19:25:00.589Z | Compiling libc v0.2.186 |
| 438 | 2026-05-18T19:25:00.589Z | Compiling proc-macro2 v1.0.106 |
| 439 | 2026-05-18T19:25:00.592Z | Compiling quote v1.0.45 |
| 440 | 2026-05-18T19:25:00.592Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-05-18T19:25:00.592Z | Compiling serde_core v1.0.228 |
| 442 | 2026-05-18T19:25:00.592Z | Compiling cfg-if v1.0.4 |
| 443 | 2026-05-18T19:25:00.592Z | Compiling memchr v2.8.0 |
| 444 | 2026-05-18T19:25:00.592Z | Compiling once_cell v1.21.4 |
| 445 | 2026-05-18T19:25:00.796Z | Compiling log v0.4.29 |
| 446 | 2026-05-18T19:25:00.835Z | Compiling pin-project-lite v0.2.17 |
| 447 | 2026-05-18T19:25:00.926Z | Compiling itoa v1.0.18 |
| 448 | 2026-05-18T19:25:00.973Z | Compiling serde v1.0.228 |
| 449 | 2026-05-18T19:25:01.161Z | Compiling futures-core v0.3.32 |
| 450 | 2026-05-18T19:25:01.171Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-18T19:25:01.319Z | Compiling bitflags v2.11.1 |
| 452 | 2026-05-18T19:25:01.334Z | Compiling find-msvc-tools v0.1.9 |
| 453 | 2026-05-18T19:25:01.420Z | Compiling equivalent v1.0.2 |
| 454 | 2026-05-18T19:25:01.514Z | Compiling hashbrown v0.17.1 |
| 455 | 2026-05-18T19:25:01.559Z | Compiling shlex v1.3.0 |
| 456 | 2026-05-18T19:25:01.690Z | Compiling errno v0.3.14 |
| 457 | 2026-05-18T19:25:01.706Z | Compiling bytes v1.11.1 |
| 458 | 2026-05-18T19:25:01.746Z | Compiling jobserver v0.1.34 |
| 459 | 2026-05-18T19:25:01.852Z | Compiling signal-hook-registry v1.4.8 |
| 460 | 2026-05-18T19:25:01.886Z | Compiling mio v1.2.0 |
| 461 | 2026-05-18T19:25:01.998Z | Compiling syn v2.0.117 |
| 462 | 2026-05-18T19:25:02.046Z | Compiling cc v1.2.62 |
| 463 | 2026-05-18T19:25:02.068Z | Compiling rustix v1.1.4 |
| 464 | 2026-05-18T19:25:02.188Z | Compiling futures-sink v0.3.32 |
| 465 | 2026-05-18T19:25:02.301Z | Compiling socket2 v0.6.3 |
| 466 | 2026-05-18T19:25:02.419Z | Compiling zmij v1.0.21 |
| 467 | 2026-05-18T19:25:02.599Z | Compiling slab v0.4.12 |
| 468 | 2026-05-18T19:25:02.616Z | Compiling futures-channel v0.3.32 |
| 469 | 2026-05-18T19:25:02.766Z | Compiling tracing-core v0.1.36 |
| 470 | 2026-05-18T19:25:02.796Z | Compiling serde_json v1.0.149 |
| 471 | 2026-05-18T19:25:02.866Z | Compiling version_check v0.9.5 |
| 472 | 2026-05-18T19:25:03.044Z | Compiling indexmap v2.14.0 |
| 473 | 2026-05-18T19:25:03.134Z | Compiling futures-task v0.3.32 |
| 474 | 2026-05-18T19:25:03.202Z | Compiling getrandom v0.4.2 |
| 475 | 2026-05-18T19:25:03.303Z | Compiling futures-io v0.3.32 |
| 476 | 2026-05-18T19:25:03.447Z | Compiling percent-encoding v2.3.2 |
| 477 | 2026-05-18T19:25:03.493Z | Compiling camino v1.2.2 |
| 478 | 2026-05-18T19:25:03.504Z | Compiling unicode-width v0.2.2 |
| 479 | 2026-05-18T19:25:03.809Z | Compiling ring v0.17.14 |
| 480 | 2026-05-18T19:25:03.852Z | Compiling http v1.4.0 |
| 481 | 2026-05-18T19:25:03.852Z | Compiling zeroize v1.8.2 |
| 482 | 2026-05-18T19:25:03.875Z | Compiling autocfg v1.5.0 |
| 483 | 2026-05-18T19:25:03.886Z | Compiling simd-adler32 v0.3.9 |
| 484 | 2026-05-18T19:25:04.055Z | Compiling adler2 v2.0.1 |
| 485 | 2026-05-18T19:25:04.210Z | Compiling num-traits v0.2.19 |
| 486 | 2026-05-18T19:25:04.222Z | Compiling miniz_oxide v0.8.9 |
| 487 | 2026-05-18T19:25:04.463Z | Compiling target-lexicon v0.13.3 |
| 488 | 2026-05-18T19:25:04.716Z | Compiling zerocopy v0.8.48 |
| 489 | 2026-05-18T19:25:04.926Z | Compiling object v0.37.3 |
| 490 | 2026-05-18T19:25:05.038Z | Compiling getrandom v0.3.4 |
| 491 | 2026-05-18T19:25:05.222Z | Compiling http-body v1.0.1 |
| 492 | 2026-05-18T19:25:05.386Z | Compiling rustls-pki-types v1.14.1 |
| 493 | 2026-05-18T19:25:05.412Z | Compiling form_urlencoded v1.2.2 |
| 494 | 2026-05-18T19:25:05.469Z | Compiling semver v1.0.28 |
| 495 | 2026-05-18T19:25:05.551Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-05-18T19:25:05.677Z | Compiling tokio-macros v2.7.0 |
| 497 | 2026-05-18T19:25:05.689Z | Compiling futures-macro v0.3.32 |
| 498 | 2026-05-18T19:25:05.803Z | Compiling tracing-attributes v0.1.31 |
| 499 | 2026-05-18T19:25:05.975Z | Compiling getrandom v0.2.17 |
| 500 | 2026-05-18T19:25:06.144Z | Compiling guppy-workspace-hack v0.1.0 |
| 501 | 2026-05-18T19:25:06.168Z | Compiling untrusted v0.9.0 |
| 502 | 2026-05-18T19:25:06.281Z | Compiling thiserror v2.0.18 |
| 503 | 2026-05-18T19:25:06.296Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-05-18T19:25:06.367Z | Compiling fnv v1.0.7 |
| 505 | 2026-05-18T19:25:06.443Z | Compiling tokio v1.52.3 |
| 506 | 2026-05-18T19:25:06.460Z | Compiling idna_adapter v1.0.0 |
| 507 | 2026-05-18T19:25:06.473Z | Compiling owo-colors v4.3.0 |
| 508 | 2026-05-18T19:25:06.510Z | Compiling futures-util v0.3.32 |
| 509 | 2026-05-18T19:25:06.557Z | Compiling signal-hook v0.3.18 |
| 510 | 2026-05-18T19:25:06.633Z | Compiling gimli v0.32.3 |
| 511 | 2026-05-18T19:25:06.784Z | Compiling httparse v1.10.1 |
| 512 | 2026-05-18T19:25:07.017Z | Compiling tracing v0.1.44 |
| 513 | 2026-05-18T19:25:07.044Z | Compiling idna v1.1.0 |
| 514 | 2026-05-18T19:25:07.193Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-05-18T19:25:08.664Z | Compiling addr2line v0.25.1 |
| 516 | 2026-05-18T19:25:08.939Z | Compiling generic-array v0.14.7 |
| 517 | 2026-05-18T19:25:09.098Z | Compiling fastrand v2.4.1 |
| 518 | 2026-05-18T19:25:09.111Z | Compiling target-spec v3.6.0 |
| 519 | 2026-05-18T19:25:09.172Z | Compiling typeid v1.0.3 |
| 520 | 2026-05-18T19:25:09.267Z | Compiling atomic-waker v1.1.2 |
| 521 | 2026-05-18T19:25:09.399Z | Compiling tower-service v0.3.3 |
| 522 | 2026-05-18T19:25:09.401Z | Compiling rustc-demangle v0.1.27 |
| 523 | 2026-05-18T19:25:09.430Z | Compiling rustls v0.23.40 |
| 524 | 2026-05-18T19:25:09.466Z | Compiling thiserror v1.0.69 |
| 525 | 2026-05-18T19:25:09.490Z | Compiling pkg-config v0.3.33 |
| 526 | 2026-05-18T19:25:09.651Z | Compiling try-lock v0.2.5 |
| 527 | 2026-05-18T19:25:09.766Z | Compiling want v0.3.1 |
| 528 | 2026-05-18T19:25:09.920Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 529 | 2026-05-18T19:25:09.968Z | Compiling tempfile v3.27.0 |
| 530 | 2026-05-18T19:25:10.029Z | Compiling cfg-expr v0.20.7 |
| 531 | 2026-05-18T19:25:10.345Z | Compiling tokio-util v0.7.18 |
| 532 | 2026-05-18T19:25:10.502Z | Compiling url v2.5.8 |
| 533 | 2026-05-18T19:25:10.862Z | Compiling h2 v0.4.14 |
| 534 | 2026-05-18T19:25:11.061Z | Compiling backtrace v0.3.76 |
| 535 | 2026-05-18T19:25:11.895Z | Compiling thiserror-impl v1.0.69 |
| 536 | 2026-05-18T19:25:12.017Z | Compiling terminal_size v0.4.4 |
| 537 | 2026-05-18T19:25:12.172Z | Compiling aho-corasick v1.1.4 |
| 538 | 2026-05-18T19:25:12.734Z | Compiling typenum v1.20.0 |
| 539 | 2026-05-18T19:25:12.926Z | Compiling rustls-webpki v0.103.13 |
| 540 | 2026-05-18T19:25:13.030Z | Compiling winnow v0.7.15 |
| 541 | 2026-05-18T19:25:13.429Z | Compiling erased-serde v0.4.10 |
| 542 | 2026-05-18T19:25:13.738Z | Compiling subtle v2.6.1 |
| 543 | 2026-05-18T19:25:13.914Z | Compiling regex-syntax v0.8.10 |
| 544 | 2026-05-18T19:25:15.544Z | Compiling regex-automata v0.4.14 |
| 545 | 2026-05-18T19:25:15.853Z | Compiling hyper v1.9.0 |
| 546 | 2026-05-18T19:25:17.639Z | Compiling toml_datetime v0.6.11 |
| 547 | 2026-05-18T19:25:18.009Z | Compiling serde_spanned v0.6.9 |
| 548 | 2026-05-18T19:25:18.170Z | Compiling ahash v0.8.12 |
| 549 | 2026-05-18T19:25:18.433Z | Compiling sync_wrapper v1.0.2 |
| 550 | 2026-05-18T19:25:18.547Z | Compiling is_ci v1.2.0 |
| 551 | 2026-05-18T19:25:18.713Z | Compiling unicode-linebreak v0.1.5 |
| 552 | 2026-05-18T19:25:18.981Z | Compiling toml_write v0.1.2 |
| 553 | 2026-05-18T19:25:19.212Z | Compiling crc32fast v1.5.0 |
| 554 | 2026-05-18T19:25:19.226Z | Compiling tower-layer v0.3.3 |
| 555 | 2026-05-18T19:25:19.428Z | Compiling portable-atomic v1.13.1 |
| 556 | 2026-05-18T19:25:19.448Z | Compiling either v1.15.0 |
| 557 | 2026-05-18T19:25:19.514Z | Compiling unicode-segmentation v1.13.2 |
| 558 | 2026-05-18T19:25:19.672Z | Compiling lazy_static v1.5.0 |
| 559 | 2026-05-18T19:25:19.778Z | Compiling parking_lot_core v0.9.12 |
| 560 | 2026-05-18T19:25:19.884Z | Compiling ipnet v2.12.0 |
| 561 | 2026-05-18T19:25:19.917Z | Compiling nextest-workspace-hack v0.1.0 |
| 562 | 2026-05-18T19:25:19.941Z | Compiling base64 v0.22.1 |
| 563 | 2026-05-18T19:25:20.057Z | Compiling foldhash v0.1.5 |
| 564 | 2026-05-18T19:25:20.214Z | Compiling hashbrown v0.15.5 |
| 565 | 2026-05-18T19:25:20.272Z | Compiling hyper-util v0.1.20 |
| 566 | 2026-05-18T19:25:20.420Z | Compiling convert_case v0.10.0 |
| 567 | 2026-05-18T19:25:20.681Z | Compiling sharded-slab v0.1.7 |
| 568 | 2026-05-18T19:25:20.906Z | Compiling tower v0.5.3 |
| 569 | 2026-05-18T19:25:21.032Z | Compiling toml_edit v0.22.27 |
| 570 | 2026-05-18T19:25:21.074Z | Compiling textwrap v0.16.2 |
| 571 | 2026-05-18T19:25:21.271Z | Compiling supports-color v3.0.2 |
| 572 | 2026-05-18T19:25:21.499Z | Compiling tokio-rustls v0.26.4 |
| 573 | 2026-05-18T19:25:21.778Z | Compiling backtrace-ext v0.2.1 |
| 574 | 2026-05-18T19:25:22.031Z | Compiling ordered-float v2.10.1 |
| 575 | 2026-05-18T19:25:22.080Z | Compiling webpki-roots v1.0.7 |
| 576 | 2026-05-18T19:25:22.198Z | Compiling miette-derive v7.6.0 |
| 577 | 2026-05-18T19:25:22.303Z | Compiling pathdiff v0.2.3 |
| 578 | 2026-05-18T19:25:22.427Z | Compiling console v0.15.11 |
| 579 | 2026-05-18T19:25:22.467Z | Compiling tracing-log v0.2.0 |
| 580 | 2026-05-18T19:25:22.818Z | Compiling cargo-platform v0.3.3 |
| 581 | 2026-05-18T19:25:22.895Z | Compiling os_pipe v1.2.3 |
| 582 | 2026-05-18T19:25:23.062Z | Compiling thread_local v1.1.9 |
| 583 | 2026-05-18T19:25:23.298Z | Compiling scopeguard v1.2.0 |
| 584 | 2026-05-18T19:25:23.408Z | Compiling fixedbitset v0.5.7 |
| 585 | 2026-05-18T19:25:23.420Z | Compiling utf8parse v0.2.2 |
| 586 | 2026-05-18T19:25:23.431Z | Compiling zstd-safe v7.2.4 |
| 587 | 2026-05-18T19:25:23.526Z | Compiling rustix v0.38.44 |
| 588 | 2026-05-18T19:25:23.674Z | Compiling pulldown-cmark v0.13.3 |
| 589 | 2026-05-18T19:25:23.889Z | Compiling ryu v1.0.23 |
| 590 | 2026-05-18T19:25:23.901Z | Compiling unicode-width v0.1.14 |
| 591 | 2026-05-18T19:25:23.912Z | Compiling debug-ignore v1.0.5 |
| 592 | 2026-05-18T19:25:24.018Z | Compiling cfg_aliases v0.2.1 |
| 593 | 2026-05-18T19:25:24.065Z | Compiling supports-hyperlinks v3.2.0 |
| 594 | 2026-05-18T19:25:24.089Z | Compiling supports-unicode v3.0.0 |
| 595 | 2026-05-18T19:25:24.181Z | Compiling winnow v1.0.3 |
| 596 | 2026-05-18T19:25:24.194Z | Compiling miette v7.6.0 |
| 597 | 2026-05-18T19:25:24.256Z | Compiling nix v0.30.1 |
| 598 | 2026-05-18T19:25:24.325Z | Compiling serde_urlencoded v0.7.1 |
| 599 | 2026-05-18T19:25:24.646Z | Compiling petgraph v0.8.3 |
| 600 | 2026-05-18T19:25:24.706Z | Compiling anstyle-parse v1.0.0 |
| 601 | 2026-05-18T19:25:24.922Z | Compiling lock_api v0.4.14 |
| 602 | 2026-05-18T19:25:25.161Z | Compiling tracing-subscriber v0.3.23 |
| 603 | 2026-05-18T19:25:25.627Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 604 | 2026-05-18T19:25:26.580Z | Compiling cargo_metadata v0.23.1 |
| 605 | 2026-05-18T19:25:26.632Z | Compiling sigchld v0.2.4 |
| 606 | 2026-05-18T19:25:26.825Z | Compiling toml v0.8.23 |
| 607 | 2026-05-18T19:25:26.937Z | Compiling serde-value v0.7.0 |
| 608 | 2026-05-18T19:25:27.704Z | Compiling hyper-rustls v0.27.9 |
| 609 | 2026-05-18T19:25:28.252Z | Compiling serde-untagged v0.1.9 |
| 610 | 2026-05-18T19:25:28.393Z | Compiling tower-http v0.6.11 |
| 611 | 2026-05-18T19:25:28.656Z | Compiling derive_more-impl v2.1.1 |
| 612 | 2026-05-18T19:25:29.486Z | Compiling itertools v0.14.0 |
| 613 | 2026-05-18T19:25:29.536Z | Compiling regex v1.12.3 |
| 614 | 2026-05-18T19:25:29.593Z | Compiling crypto-common v0.1.7 |
| 615 | 2026-05-18T19:25:29.659Z | Compiling block-buffer v0.10.4 |
| 616 | 2026-05-18T19:25:29.725Z | Compiling ppv-lite86 v0.2.21 |
| 617 | 2026-05-18T19:25:29.805Z | Compiling futures-executor v0.3.32 |
| 618 | 2026-05-18T19:25:30.044Z | Compiling rand_core v0.9.5 |
| 619 | 2026-05-18T19:25:30.293Z | Compiling pin-project-internal v1.1.13 |
| 620 | 2026-05-18T19:25:30.315Z | Compiling http-body-util v0.1.3 |
| 621 | 2026-05-18T19:25:30.328Z | Compiling uuid v1.23.1 |
| 622 | 2026-05-18T19:25:30.579Z | Compiling smol_str v0.3.6 |
| 623 | 2026-05-18T19:25:30.849Z | Compiling serde_spanned v1.1.1 |
| 624 | 2026-05-18T19:25:30.914Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 625 | 2026-05-18T19:25:30.928Z | Compiling filetime v0.2.29 |
| 626 | 2026-05-18T19:25:30.953Z | Compiling bstr v1.12.1 |
| 627 | 2026-05-18T19:25:30.992Z | Compiling vte v0.14.1 |
| 628 | 2026-05-18T19:25:31.129Z | Compiling nested v0.1.1 |
| 629 | 2026-05-18T19:25:31.321Z | Compiling xattr v1.6.1 |
| 630 | 2026-05-18T19:25:31.333Z | Compiling litrs v1.0.0 |
| 631 | 2026-05-18T19:25:31.344Z | Compiling colorchoice v1.0.5 |
| 632 | 2026-05-18T19:25:31.461Z | Compiling anstyle v1.0.14 |
| 633 | 2026-05-18T19:25:31.505Z | Compiling static_assertions v1.1.0 |
| 634 | 2026-05-18T19:25:31.581Z | Compiling iana-time-zone v0.1.65 |
| 635 | 2026-05-18T19:25:31.627Z | Compiling self_update v0.42.0 |
| 636 | 2026-05-18T19:25:31.709Z | Compiling unicode-xid v0.2.6 |
| 637 | 2026-05-18T19:25:31.730Z | Compiling unicase v2.9.0 |
| 638 | 2026-05-18T19:25:31.749Z | Compiling anstyle-query v1.1.5 |
| 639 | 2026-05-18T19:25:31.767Z | Compiling number_prefix v0.4.0 |
| 640 | 2026-05-18T19:25:31.841Z | Compiling tinyvec_macros v0.1.1 |
| 641 | 2026-05-18T19:25:31.853Z | Compiling eyre v0.6.12 |
| 642 | 2026-05-18T19:25:31.907Z | Compiling is_terminal_polyfill v1.70.2 |
| 643 | 2026-05-18T19:25:31.919Z | Compiling color-spantrace v0.3.0 |
| 644 | 2026-05-18T19:25:31.922Z | Compiling tinyvec v1.11.0 |
| 645 | 2026-05-18T19:25:31.922Z | Compiling indicatif v0.17.11 |
| 646 | 2026-05-18T19:25:31.997Z | Compiling anstream v1.0.0 |
| 647 | 2026-05-18T19:25:32.300Z | Compiling cargo-util-schemas v0.2.0 |
| 648 | 2026-05-18T19:25:32.330Z | Compiling document-features v0.2.12 |
| 649 | 2026-05-18T19:25:32.421Z | Compiling chrono v0.4.44 |
| 650 | 2026-05-18T19:25:32.484Z | Compiling guppy v0.17.25 |
| 651 | 2026-05-18T19:25:32.896Z | Compiling tar v0.4.46 |
| 652 | 2026-05-18T19:25:33.172Z | Compiling globset v0.4.18 |
| 653 | 2026-05-18T19:25:34.074Z | Compiling pin-project v1.1.13 |
| 654 | 2026-05-18T19:25:34.180Z | Compiling strip-ansi-escapes v0.2.1 |
| 655 | 2026-05-18T19:25:34.651Z | Compiling toml v1.1.2+spec-1.1.0 |
| 656 | 2026-05-18T19:25:34.713Z | Compiling nextest-metadata v0.12.2 |
| 657 | 2026-05-18T19:25:35.007Z | Compiling newtype-uuid v1.3.2 |
| 658 | 2026-05-18T19:25:35.197Z | Compiling reqwest v0.12.28 |
| 659 | 2026-05-18T19:25:35.375Z | Compiling rand_chacha v0.9.0 |
| 660 | 2026-05-18T19:25:35.790Z | Compiling futures v0.3.32 |
| 661 | 2026-05-18T19:25:35.874Z | Compiling digest v0.10.7 |
| 662 | 2026-05-18T19:25:35.930Z | Compiling derive_more v2.1.1 |
| 663 | 2026-05-18T19:25:36.014Z | Compiling parking_lot v0.12.5 |
| 664 | 2026-05-18T19:25:36.094Z | Compiling flate2 v1.1.9 |
| 665 | 2026-05-18T19:25:36.371Z | Compiling shared_child v1.1.1 |
| 666 | 2026-05-18T19:25:36.631Z | Compiling tracing-error v0.2.1 |
| 667 | 2026-05-18T19:25:36.906Z | Compiling signal-hook-mio v0.2.5 |
| 668 | 2026-05-18T19:25:37.038Z | Compiling self-replace v1.5.0 |
| 669 | 2026-05-18T19:25:37.198Z | Compiling cargo-platform v0.2.0 |
| 670 | 2026-05-18T19:25:37.330Z | Compiling quick-xml v0.37.5 |
| 671 | 2026-05-18T19:25:37.758Z | Compiling quick-xml v0.38.4 |
| 672 | 2026-05-18T19:25:38.048Z | Compiling indenter v0.3.4 |
| 673 | 2026-05-18T19:25:38.175Z | Compiling humantime v2.3.0 |
| 674 | 2026-05-18T19:25:38.246Z | Compiling recursion v0.5.4 |
| 675 | 2026-05-18T19:25:38.381Z | Compiling clap_lex v1.1.0 |
| 676 | 2026-05-18T19:25:38.615Z | Compiling urlencoding v2.1.3 |
| 677 | 2026-05-18T19:25:38.738Z | Compiling cpufeatures v0.2.17 |
| 678 | 2026-05-18T19:25:38.812Z | Compiling shell-words v1.1.1 |
| 679 | 2026-05-18T19:25:38.836Z | Compiling heck v0.5.0 |
| 680 | 2026-05-18T19:25:38.858Z | Compiling strsim v0.11.1 |
| 681 | 2026-05-18T19:25:39.028Z | Compiling clap_derive v4.6.1 |
| 682 | 2026-05-18T19:25:39.055Z | Compiling clap_builder v4.6.0 |
| 683 | 2026-05-18T19:25:39.379Z | Compiling sha2 v0.10.9 |
| 684 | 2026-05-18T19:25:39.844Z | Compiling humantime-serde v1.1.1 |
| 685 | 2026-05-18T19:25:40.002Z | Compiling nextest-filtering v0.15.0 |
| 686 | 2026-05-18T19:25:40.602Z | Compiling quick-junit v0.5.2 |
| 687 | 2026-05-18T19:25:41.321Z | Compiling cargo_metadata v0.20.0 |
| 688 | 2026-05-18T19:25:43.675Z | Compiling atomicwrites v0.4.4 |
| 689 | 2026-05-18T19:25:43.923Z | Compiling cargo-nextest v0.9.97 |
| 690 | 2026-05-18T19:25:43.964Z | Compiling crossterm v0.29.0 |
| 691 | 2026-05-18T19:25:45.534Z | Compiling duct v0.13.7 |
| 692 | 2026-05-18T19:25:46.163Z | Compiling async-scoped v0.9.0 |
| 693 | 2026-05-18T19:25:46.175Z | Compiling zstd v0.13.3 |
| 694 | 2026-05-18T19:25:46.265Z | Compiling rand v0.9.4 |
| 695 | 2026-05-18T19:25:46.354Z | Compiling config v0.15.23 |
| 696 | 2026-05-18T19:25:46.412Z | Compiling unicode-normalization v0.1.25 |
| 697 | 2026-05-18T19:25:46.604Z | Compiling target-spec-miette v0.4.6 |
| 698 | 2026-05-18T19:25:46.986Z | Compiling future-queue v0.4.0 |
| 699 | 2026-05-18T19:25:47.011Z | Compiling mukti-metadata v0.3.0 |
| 700 | 2026-05-18T19:25:47.023Z | Compiling tokio-stream v0.1.18 |
| 701 | 2026-05-18T19:25:47.149Z | Compiling camino-tempfile v1.4.1 |
| 702 | 2026-05-18T19:25:47.235Z | Compiling derive-where v1.6.1 |
| 703 | 2026-05-18T19:25:47.260Z | Compiling serde_ignored v0.1.14 |
| 704 | 2026-05-18T19:25:47.481Z | Compiling serde_path_to_error v0.1.20 |
| 705 | 2026-05-18T19:25:47.538Z | Compiling hex v0.4.3 |
| 706 | 2026-05-18T19:25:47.574Z | Compiling indent_write v2.2.0 |
| 707 | 2026-05-18T19:25:47.612Z | Compiling swrite v0.1.0 |
| 708 | 2026-05-18T19:25:47.717Z | Compiling xxhash-rust v0.8.15 |
| 709 | 2026-05-18T19:25:47.729Z | Compiling home v0.5.12 |
| 710 | 2026-05-18T19:25:47.821Z | Compiling color-eyre v0.6.5 |
| 711 | 2026-05-18T19:25:47.900Z | Compiling clap v4.6.1 |
| 712 | 2026-05-18T19:25:47.914Z | Compiling dialoguer v0.11.0 |
| 713 | 2026-05-18T19:25:47.925Z | Compiling enable-ansi-support v0.2.1 |
| 714 | 2026-05-18T19:25:48.487Z | Compiling nextest-runner v0.80.0 |
| 715 | 2026-05-18T19:26:06.490Z | Finished `release` profile [optimized] target(s) in 1m 09s |
| 716 | 2026-05-18T19:26:06.676Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 717 | 2026-05-18T19:26:06.679Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 718 | 2026-05-18T19:26:06.792Z | + source .github/buildomat/test-common.sh |
| 719 | 2026-05-18T19:26:06.797Z | ++ NEXTEST_VERSION=0.9.97 |
| 720 | 2026-05-18T19:26:06.797Z | ++ PLATFORM=illumos |
| 721 | 2026-05-18T19:26:06.797Z | ++ banner install |
| 722 | 2026-05-18T19:26:06.797Z | |
| 723 | 2026-05-18T19:26:06.797Z | # # # #### ##### ## # # |
| 724 | 2026-05-18T19:26:06.797Z | # ## # # # # # # # |
| 725 | 2026-05-18T19:26:06.797Z | # # # # #### # # # # # |
| 726 | 2026-05-18T19:26:06.797Z | # # # # # # ###### # # |
| 727 | 2026-05-18T19:26:06.797Z | # # ## # # # # # # # |
| 728 | 2026-05-18T19:26:06.797Z | # # # #### # # # ###### ###### |
| 729 | 2026-05-18T19:26:06.797Z | |
| 730 | 2026-05-18T19:26:06.797Z | ++ set +o errexit |
| 731 | 2026-05-18T19:26:06.797Z | ++ pkg info clang-15 |
| 732 | 2026-05-18T19:26:06.801Z | ++ grep -qi installed |
| 733 | 2026-05-18T19:26:08.020Z | pkg: info: no packages matching the following patterns you specified are |
| 734 | 2026-05-18T19:26:08.020Z | installed on the system. Try querying remotely instead: |
| 735 | 2026-05-18T19:26:08.020Z | |
| 736 | 2026-05-18T19:26:08.020Z | clang-15 |
| 737 | 2026-05-18T19:26:08.059Z | ++ [[ 1 != 0 ]] |
| 738 | 2026-05-18T19:26:08.059Z | ++ set -o errexit |
| 739 | 2026-05-18T19:26:08.064Z | ++ pfexec pkg install clang-15 |
| 740 | 2026-05-18T19:26:14.747Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 741 | 2026-05-18T19:26:22.438Z | Startup: Caching catalogs ... Done |
| 742 | 2026-05-18T19:26:29.700Z | Planning: Solver setup ... Done |
| 743 | 2026-05-18T19:26:29.742Z | Planning: Running solver ... Done |
| 744 | 2026-05-18T19:26:29.888Z | Planning: Finding local manifests ... Done |
| 745 | 2026-05-18T19:26:29.901Z | Planning: Fetching manifests: 0/2 0% complete |
| 746 | 2026-05-18T19:26:29.982Z | Planning: Fetching manifests: 2/2 100% complete |
| 747 | 2026-05-18T19:26:30.012Z | Planning: Package planning ... Done |
| 748 | 2026-05-18T19:26:30.038Z | Planning: Merging actions ... Done |
| 749 | 2026-05-18T19:26:30.145Z | Planning: Checking for conflicting actions ... Done |
| 750 | 2026-05-18T19:26:30.151Z | Planning: Consolidating action changes ... Done |
| 751 | 2026-05-18T19:26:30.886Z | Planning: Evaluating mediators ... Done |
| 752 | 2026-05-18T19:26:30.891Z | Planning: Planning completed in 8.28 seconds |
| 753 | 2026-05-18T19:26:30.903Z | Packages to install: 2 |
| 754 | 2026-05-18T19:26:30.903Z | Mediators to change: 2 |
| 755 | 2026-05-18T19:26:30.903Z | Services to change: 1 |
| 756 | 2026-05-18T19:26:30.903Z | Create boot environment: No |
| 757 | 2026-05-18T19:26:30.906Z | Create backup boot environment: No |
| 758 | 2026-05-18T19:26:30.946Z | |
| 759 | 2026-05-18T19:26:30.946Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 760 | 2026-05-18T19:26:35.946Z | Download: 1808/3076 items 117.2/211.3MB 55% complete (23.9M/s) |
| 761 | 2026-05-18T19:26:41.184Z | Download: 3061/3076 items 209.2/211.3MB 99% complete (21.1M/s) |
| 762 | 2026-05-18T19:26:43.631Z | Download: Completed 211.31 MB in 12.68 seconds (16.7M/s) |
| 763 | 2026-05-18T19:26:43.772Z | Actions: 1/3418 actions (Installing new actions) |
| 764 | 2026-05-18T19:26:46.908Z | Actions: Completed 3418 actions in 3.13 seconds. |
| 765 | 2026-05-18T19:26:47.571Z | Done |
| 766 | 2026-05-18T19:26:47.571Z | Done |
| 767 | 2026-05-18T19:26:48.315Z | Done |
| 768 | 2026-05-18T19:26:51.749Z | Done |
| 769 | 2026-05-18T19:26:51.819Z | Done |
| 770 | 2026-05-18T19:26:51.823Z | Done |
| 771 | 2026-05-18T19:26:52.090Z | Done |
| 772 | 2026-05-18T19:26:52.798Z | ++ set -o errexit |
| 773 | 2026-05-18T19:26:52.798Z | ++ cargo --version |
| 774 | 2026-05-18T19:26:52.807Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 775 | 2026-05-18T19:26:52.810Z | ++ rustc --version |
| 776 | 2026-05-18T19:26:52.830Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 777 | 2026-05-18T19:26:52.833Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 778 | 2026-05-18T19:26:52.884Z | Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override |
| 779 | 2026-05-18T19:26:52.887Z | + pushd rdb |
| 780 | 2026-05-18T19:26:52.887Z | + PROPTEST_CASES=1000000 |
| 781 | 2026-05-18T19:26:52.887Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
| 782 | 2026-05-18T19:26:52.887Z | + cargo nextest run --lib proptest |
| 783 | 2026-05-18T19:26:53.048Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 784 | 2026-05-18T19:26:53.739Z | From https://github.com/oxidecomputer/falcon |
| 785 | 2026-05-18T19:26:53.739Z | * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 |
| 786 | 2026-05-18T19:26:53.816Z | Updating crates.io index |
| 787 | 2026-05-18T19:26:53.849Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 788 | 2026-05-18T19:26:54.585Z | From https://github.com/oxidecomputer/dendrite |
| 789 | 2026-05-18T19:26:54.585Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 790 | 2026-05-18T19:26:54.616Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 791 | 2026-05-18T19:26:54.878Z | From https://github.com/oxidecomputer/ispf |
| 792 | 2026-05-18T19:26:54.878Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 793 | 2026-05-18T19:26:54.908Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 794 | 2026-05-18T19:26:55.241Z | From https://github.com/oxidecomputer/netadm-sys |
| 795 | 2026-05-18T19:26:55.241Z | * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529 |
| 796 | 2026-05-18T19:26:55.249Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 797 | 2026-05-18T19:27:03.386Z | From https://github.com/oxidecomputer/omicron |
| 798 | 2026-05-18T19:27:03.386Z | * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7 |
| 799 | 2026-05-18T19:27:03.794Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 800 | 2026-05-18T19:27:04.382Z | From https://github.com/oxidecomputer/opte |
| 801 | 2026-05-18T19:27:04.382Z | * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 |
| 802 | 2026-05-18T19:27:04.414Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 803 | 2026-05-18T19:27:04.647Z | From https://github.com/illumos/smf-rs |
| 804 | 2026-05-18T19:27:04.647Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 805 | 2026-05-18T19:27:04.697Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 806 | 2026-05-18T19:27:04.961Z | From https://github.com/oxidecomputer/network-interface |
| 807 | 2026-05-18T19:27:04.961Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 808 | 2026-05-18T19:27:04.995Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 809 | 2026-05-18T19:27:05.259Z | From https://github.com/oxidecomputer/zone |
| 810 | 2026-05-18T19:27:05.259Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 811 | 2026-05-18T19:27:05.275Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 812 | 2026-05-18T19:27:06.366Z | From https://github.com/oxidecomputer/propolis |
| 813 | 2026-05-18T19:27:06.366Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 814 | 2026-05-18T19:27:06.439Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 815 | 2026-05-18T19:27:06.913Z | From https://github.com/oxidecomputer/transceiver-control |
| 816 | 2026-05-18T19:27:06.913Z | * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530 |
| 817 | 2026-05-18T19:27:06.945Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 818 | 2026-05-18T19:27:07.206Z | From https://github.com/oxidecomputer/dlpi-sys |
| 819 | 2026-05-18T19:27:07.206Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 820 | 2026-05-18T19:27:07.221Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 821 | 2026-05-18T19:27:07.518Z | From https://github.com/jmesmon/rust-libzfs |
| 822 | 2026-05-18T19:27:07.518Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 823 | 2026-05-18T19:27:07.526Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 824 | 2026-05-18T19:27:07.986Z | From https://github.com/oxidecomputer/rusty-doors |
| 825 | 2026-05-18T19:27:07.986Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 826 | 2026-05-18T19:27:07.993Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 827 | 2026-05-18T19:27:08.329Z | From https://github.com/oxidecomputer/lldp |
| 828 | 2026-05-18T19:27:08.330Z | * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d |
| 829 | 2026-05-18T19:27:08.355Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 830 | 2026-05-18T19:27:08.634Z | From https://github.com/oxidecomputer/slog-error-chain |
| 831 | 2026-05-18T19:27:08.635Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 832 | 2026-05-18T19:27:08.672Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 833 | 2026-05-18T19:27:09.008Z | From https://github.com/oxidecomputer/tufaceous |
| 834 | 2026-05-18T19:27:09.008Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 835 | 2026-05-18T19:27:09.035Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 836 | 2026-05-18T19:27:09.511Z | From https://github.com/oxidecomputer/management-gateway-service |
| 837 | 2026-05-18T19:27:09.511Z | * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d |
| 838 | 2026-05-18T19:27:09.561Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 839 | 2026-05-18T19:27:10.367Z | From https://github.com/oxidecomputer/crucible |
| 840 | 2026-05-18T19:27:10.367Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 841 | 2026-05-18T19:27:10.422Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 842 | 2026-05-18T19:27:10.696Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 843 | 2026-05-18T19:27:10.696Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 844 | 2026-05-18T19:27:10.774Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 845 | 2026-05-18T19:27:11.106Z | From https://github.com/oxidecomputer/propolis |
| 846 | 2026-05-18T19:27:11.106Z | * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845 |
| 847 | 2026-05-18T19:27:11.403Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 848 | 2026-05-18T19:27:11.693Z | From https://github.com/oxidecomputer/opte |
| 849 | 2026-05-18T19:27:11.693Z | * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238 |
| 850 | 2026-05-18T19:27:11.760Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 851 | 2026-05-18T19:27:12.108Z | From https://github.com/oxidecomputer/tofino |
| 852 | 2026-05-18T19:27:12.108Z | * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b |
| 853 | 2026-05-18T19:27:12.119Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 854 | 2026-05-18T19:27:12.766Z | From https://github.com/oxidecomputer/maghemite |
| 855 | 2026-05-18T19:27:12.766Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 856 | 2026-05-18T19:27:12.809Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 857 | 2026-05-18T19:27:13.086Z | From https://github.com/oxidecomputer/clickward |
| 858 | 2026-05-18T19:27:13.086Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 859 | 2026-05-18T19:27:13.116Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 860 | 2026-05-18T19:27:13.500Z | From https://github.com/oxidecomputer/crucible |
| 861 | 2026-05-18T19:27:13.500Z | * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047 |
| 862 | 2026-05-18T19:27:13.644Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 863 | 2026-05-18T19:27:13.907Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 864 | 2026-05-18T19:27:13.907Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 865 | 2026-05-18T19:27:14.761Z | Downloading crates ... |
| 866 | 2026-05-18T19:27:14.870Z | Downloaded async-stream v0.3.6 |
| 867 | 2026-05-18T19:27:14.873Z | Downloaded async-stream-impl v0.3.6 |
| 868 | 2026-05-18T19:27:14.889Z | Downloaded arrayref v0.3.9 |
| 869 | 2026-05-18T19:27:14.892Z | Downloaded async-recursion v1.1.1 |
| 870 | 2026-05-18T19:27:14.895Z | Downloaded dtrace-parser v0.3.0 |
| 871 | 2026-05-18T19:27:14.895Z | Downloaded byteorder v1.5.0 |
| 872 | 2026-05-18T19:27:14.898Z | Downloaded critical-section v1.2.0 |
| 873 | 2026-05-18T19:27:14.898Z | Downloaded cmake v0.1.58 |
| 874 | 2026-05-18T19:27:14.900Z | Downloaded arrayvec v0.7.6 |
| 875 | 2026-05-18T19:27:14.904Z | Downloaded heapless v0.8.0 |
| 876 | 2026-05-18T19:27:14.907Z | Downloaded crc8 v0.1.1 |
| 877 | 2026-05-18T19:27:14.907Z | Downloaded bitflags v1.3.2 |
| 878 | 2026-05-18T19:27:14.909Z | Downloaded fs_extra v1.3.0 |
| 879 | 2026-05-18T19:27:14.909Z | Downloaded ff v0.13.1 |
| 880 | 2026-05-18T19:27:14.912Z | Downloaded hash32 v0.3.1 |
| 881 | 2026-05-18T19:27:14.912Z | Downloaded darling_macro v0.21.3 |
| 882 | 2026-05-18T19:27:14.916Z | Downloaded heck v0.4.1 |
| 883 | 2026-05-18T19:27:14.916Z | Downloaded anyhow v1.0.102 |
| 884 | 2026-05-18T19:27:14.919Z | Downloaded backoff v0.4.0 |
| 885 | 2026-05-18T19:27:14.922Z | Downloaded float-ord v0.3.2 |
| 886 | 2026-05-18T19:27:14.922Z | Downloaded cpufeatures v0.3.0 |
| 887 | 2026-05-18T19:27:14.925Z | Downloaded async-trait v0.1.89 |
| 888 | 2026-05-18T19:27:14.925Z | Downloaded memmap v0.7.0 |
| 889 | 2026-05-18T19:27:14.928Z | Downloaded fs-err v3.3.0 |
| 890 | 2026-05-18T19:27:14.930Z | Downloaded constant_time_eq v0.4.2 |
| 891 | 2026-05-18T19:27:14.930Z | Downloaded allocator-api2 v0.2.21 |
| 892 | 2026-05-18T19:27:14.933Z | Downloaded highway v1.3.0 |
| 893 | 2026-05-18T19:27:14.936Z | Downloaded const-random-macro v0.1.16 |
| 894 | 2026-05-18T19:27:14.936Z | Downloaded cstr-argument v0.1.2 |
| 895 | 2026-05-18T19:27:14.938Z | Downloaded lru-cache v0.1.2 |
| 896 | 2026-05-18T19:27:14.938Z | Downloaded num-derive v0.4.2 |
| 897 | 2026-05-18T19:27:14.941Z | Downloaded chacha20 v0.10.0 |
| 898 | 2026-05-18T19:27:14.941Z | Downloaded hickory-resolver v0.25.2 |
| 899 | 2026-05-18T19:27:14.944Z | Downloaded group v0.13.0 |
| 900 | 2026-05-18T19:27:14.947Z | Downloaded darling_macro v0.23.0 |
| 901 | 2026-05-18T19:27:14.947Z | Downloaded crucible-workspace-hack v0.1.0 |
| 902 | 2026-05-18T19:27:14.950Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 903 | 2026-05-18T19:27:14.950Z | Downloaded convert_case v0.4.0 |
| 904 | 2026-05-18T19:27:14.953Z | Downloaded defmt v0.3.100 |
| 905 | 2026-05-18T19:27:14.953Z | Downloaded dof v0.3.0 |
| 906 | 2026-05-18T19:27:14.953Z | Downloaded idna_adapter v1.2.2 |
| 907 | 2026-05-18T19:27:14.956Z | Downloaded cobs v0.3.0 |
| 908 | 2026-05-18T19:27:14.956Z | Downloaded dof v0.4.0 |
| 909 | 2026-05-18T19:27:14.959Z | Downloaded ciborium-io v0.2.2 |
| 910 | 2026-05-18T19:27:14.959Z | Downloaded ident_case v1.0.1 |
| 911 | 2026-05-18T19:27:14.959Z | Downloaded defmt-macros v1.1.0 |
| 912 | 2026-05-18T19:27:14.962Z | Downloaded num-complex v0.4.6 |
| 913 | 2026-05-18T19:27:14.965Z | Downloaded daft-derive v0.1.7 |
| 914 | 2026-05-18T19:27:14.968Z | Downloaded half v2.7.1 |
| 915 | 2026-05-18T19:27:14.970Z | Downloaded managed v0.8.0 |
| 916 | 2026-05-18T19:27:14.970Z | Downloaded crossbeam-epoch v0.9.18 |
| 917 | 2026-05-18T19:27:14.973Z | Downloaded num-conv v0.2.1 |
| 918 | 2026-05-18T19:27:14.973Z | Downloaded konst_macro_rules v0.2.19 |
| 919 | 2026-05-18T19:27:14.976Z | Downloaded instant v0.1.13 |
| 920 | 2026-05-18T19:27:14.976Z | Downloaded foreign-types-macros v0.2.3 |
| 921 | 2026-05-18T19:27:14.979Z | Downloaded dunce v1.0.5 |
| 922 | 2026-05-18T19:27:14.979Z | Downloaded hubpack v0.1.2 |
| 923 | 2026-05-18T19:27:14.979Z | Downloaded compression-core v0.4.32 |
| 924 | 2026-05-18T19:27:14.982Z | Downloaded newtype_derive v0.1.6 |
| 925 | 2026-05-18T19:27:14.982Z | Downloaded hubpack_derive v0.1.1 |
| 926 | 2026-05-18T19:27:14.982Z | Downloaded linked-hash-map v0.5.6 |
| 927 | 2026-05-18T19:27:14.985Z | Downloaded base16ct v0.2.0 |
| 928 | 2026-05-18T19:27:14.985Z | Downloaded dyn-clone v1.0.20 |
| 929 | 2026-05-18T19:27:14.988Z | Downloaded bit-set v0.8.0 |
| 930 | 2026-05-18T19:27:14.988Z | Downloaded newtype-uuid-macros v0.1.0 |
| 931 | 2026-05-18T19:27:14.990Z | Downloaded macaddr v1.0.1 |
| 932 | 2026-05-18T19:27:14.990Z | Downloaded ipnetwork v0.21.1 |
| 933 | 2026-05-18T19:27:14.993Z | Downloaded embedded-io v0.6.1 |
| 934 | 2026-05-18T19:27:14.993Z | Downloaded hostname v0.4.2 |
| 935 | 2026-05-18T19:27:14.996Z | Downloaded olpc-cjson v0.1.4 |
| 936 | 2026-05-18T19:27:14.996Z | Downloaded num-iter v0.1.45 |
| 937 | 2026-05-18T19:27:14.996Z | Downloaded inout v0.1.4 |
| 938 | 2026-05-18T19:27:14.999Z | Downloaded num_threads v0.1.7 |
| 939 | 2026-05-18T19:27:14.999Z | Downloaded omicron-workspace-hack v0.1.0 |
| 940 | 2026-05-18T19:27:15.002Z | Downloaded embedded-io v0.4.0 |
| 941 | 2026-05-18T19:27:15.002Z | Downloaded opaque-debug v0.3.1 |
| 942 | 2026-05-18T19:27:15.005Z | Downloaded indexmap v1.9.3 |
| 943 | 2026-05-18T19:27:15.005Z | Downloaded linear-map v1.2.0 |
| 944 | 2026-05-18T19:27:15.008Z | Downloaded litemap v0.8.2 |
| 945 | 2026-05-18T19:27:15.008Z | Downloaded daft v0.1.7 |
| 946 | 2026-05-18T19:27:15.010Z | Downloaded gethostname v0.5.0 |
| 947 | 2026-05-18T19:27:15.011Z | Downloaded enum-as-inner v0.6.1 |
| 948 | 2026-05-18T19:27:15.013Z | Downloaded data-encoding v2.11.0 |
| 949 | 2026-05-18T19:27:15.013Z | Downloaded num v0.4.3 |
| 950 | 2026-05-18T19:27:15.017Z | Downloaded ciborium-ll v0.2.2 |
| 951 | 2026-05-18T19:27:15.017Z | Downloaded displaydoc v0.2.5 |
| 952 | 2026-05-18T19:27:15.019Z | Downloaded natord v1.0.9 |
| 953 | 2026-05-18T19:27:15.020Z | Downloaded mime v0.3.17 |
| 954 | 2026-05-18T19:27:15.020Z | Downloaded httpdate v1.0.3 |
| 955 | 2026-05-18T19:27:15.022Z | Downloaded keccak v0.1.6 |
| 956 | 2026-05-18T19:27:15.022Z | Downloaded parse-display v0.10.0 |
| 957 | 2026-05-18T19:27:15.022Z | Downloaded internet-checksum v0.2.1 |
| 958 | 2026-05-18T19:27:15.025Z | Downloaded fixedbitset v0.4.2 |
| 959 | 2026-05-18T19:27:15.025Z | Downloaded chacha20 v0.9.1 |
| 960 | 2026-05-18T19:27:15.028Z | Downloaded bit-vec v0.8.0 |
| 961 | 2026-05-18T19:27:15.028Z | Downloaded const-random v0.1.18 |
| 962 | 2026-05-18T19:27:15.031Z | Downloaded dtrace-parser v0.2.0 |
| 963 | 2026-05-18T19:27:15.031Z | Downloaded const_format_proc_macros v0.2.34 |
| 964 | 2026-05-18T19:27:15.034Z | Downloaded newline-converter v0.3.0 |
| 965 | 2026-05-18T19:27:15.034Z | Downloaded defmt v1.1.0 |
| 966 | 2026-05-18T19:27:15.037Z | Downloaded drift v0.1.4 |
| 967 | 2026-05-18T19:27:15.040Z | Downloaded powerfmt v0.2.0 |
| 968 | 2026-05-18T19:27:15.043Z | Downloaded potential_utf v0.1.5 |
| 969 | 2026-05-18T19:27:15.043Z | Downloaded progenitor-client v0.10.0 |
| 970 | 2026-05-18T19:27:15.046Z | Downloaded proc-macro-crate v3.5.0 |
| 971 | 2026-05-18T19:27:15.046Z | Downloaded num_enum_derive v0.5.11 |
| 972 | 2026-05-18T19:27:15.046Z | Downloaded git-stub v1.0.0 |
| 973 | 2026-05-18T19:27:15.049Z | Downloaded ingot-macros v0.1.1 |
| 974 | 2026-05-18T19:27:15.049Z | Downloaded pretty-hex v0.4.2 |
| 975 | 2026-05-18T19:27:15.052Z | Downloaded proc-macro-crate v1.3.1 |
| 976 | 2026-05-18T19:27:15.052Z | Downloaded deranged v0.5.8 |
| 977 | 2026-05-18T19:27:15.052Z | Downloaded phf_shared v0.12.1 |
| 978 | 2026-05-18T19:27:15.055Z | Downloaded num-integer v0.1.46 |
| 979 | 2026-05-18T19:27:15.055Z | Downloaded match_cfg v0.1.0 |
| 980 | 2026-05-18T19:27:15.058Z | Downloaded memoffset v0.9.1 |
| 981 | 2026-05-18T19:27:15.058Z | Downloaded byte-wrapper v0.1.0 |
| 982 | 2026-05-18T19:27:15.058Z | Downloaded compression-codecs v0.4.38 |
| 983 | 2026-05-18T19:27:15.061Z | Downloaded paste v1.0.15 |
| 984 | 2026-05-18T19:27:15.064Z | Downloaded memmap2 v0.9.10 |
| 985 | 2026-05-18T19:27:15.064Z | Downloaded progenitor-client v0.11.2 |
| 986 | 2026-05-18T19:27:15.067Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 987 | 2026-05-18T19:27:15.067Z | Downloaded proc-macro-error-attr v1.0.4 |
| 988 | 2026-05-18T19:27:15.067Z | Downloaded progenitor-macro v0.13.0 |
| 989 | 2026-05-18T19:27:15.069Z | Downloaded rand_chacha v0.3.1 |
| 990 | 2026-05-18T19:27:15.069Z | Downloaded plain v0.2.3 |
| 991 | 2026-05-18T19:27:15.070Z | Downloaded progenitor-macro v0.14.0 |
| 992 | 2026-05-18T19:27:15.073Z | Downloaded progenitor-macro v0.10.0 |
| 993 | 2026-05-18T19:27:15.073Z | Downloaded csv-core v0.1.13 |
| 994 | 2026-05-18T19:27:15.073Z | Downloaded cipher v0.4.4 |
| 995 | 2026-05-18T19:27:15.075Z | Downloaded bs58 v0.5.1 |
| 996 | 2026-05-18T19:27:15.076Z | Downloaded git-stub-vcs v0.1.0 |
| 997 | 2026-05-18T19:27:15.078Z | Downloaded derive-ex v0.1.8 |
| 998 | 2026-05-18T19:27:15.078Z | Downloaded num_enum_derive v0.7.6 |
| 999 | 2026-05-18T19:27:15.081Z | Downloaded pem v3.0.6 |
| 1000 | 2026-05-18T19:27:15.081Z | Downloaded crossbeam-utils v0.8.21 |
| 1001 | 2026-05-18T19:27:15.084Z | Downloaded oxnet v0.1.5 |
| 1002 | 2026-05-18T19:27:15.084Z | Downloaded num_enum v0.7.6 |
| 1003 | 2026-05-18T19:27:15.087Z | Downloaded progenitor-macro v0.11.2 |
| 1004 | 2026-05-18T19:27:15.090Z | Downloaded quick-error v1.2.3 |
| 1005 | 2026-05-18T19:27:15.090Z | Downloaded rand_xorshift v0.4.0 |
| 1006 | 2026-05-18T19:27:15.090Z | Downloaded ref-cast-impl v1.0.25 |
| 1007 | 2026-05-18T19:27:15.092Z | Downloaded progenitor-client v0.14.0 |
| 1008 | 2026-05-18T19:27:15.092Z | Downloaded ingot-types v0.1.2 |
| 1009 | 2026-05-18T19:27:15.093Z | Downloaded libsw-core v0.3.2 |
| 1010 | 2026-05-18T19:27:15.095Z | Downloaded parse-display-derive v0.10.0 |
| 1011 | 2026-05-18T19:27:15.095Z | Downloaded rustc_version v0.1.7 |
| 1012 | 2026-05-18T19:27:15.095Z | Downloaded parking_lot_core v0.8.6 |
| 1013 | 2026-05-18T19:27:15.098Z | Downloaded phf v0.12.1 |
| 1014 | 2026-05-18T19:27:15.098Z | Downloaded hashbrown v0.16.1 |
| 1015 | 2026-05-18T19:27:15.101Z | Downloaded cookie v0.18.1 |
| 1016 | 2026-05-18T19:27:15.104Z | Downloaded multer v3.1.0 |
| 1017 | 2026-05-18T19:27:15.107Z | Downloaded poly1305 v0.8.0 |
| 1018 | 2026-05-18T19:27:15.107Z | Downloaded num-rational v0.4.2 |
| 1019 | 2026-05-18T19:27:15.109Z | Downloaded progenitor v0.11.2 |
| 1020 | 2026-05-18T19:27:15.109Z | Downloaded no-std-compat v0.4.1 |
| 1021 | 2026-05-18T19:27:15.110Z | Downloaded foldhash v0.2.0 |
| 1022 | 2026-05-18T19:27:15.113Z | Downloaded serde-big-array v0.5.1 |
| 1023 | 2026-05-18T19:27:15.113Z | Downloaded same-file v1.0.6 |
| 1024 | 2026-05-18T19:27:15.113Z | Downloaded hmac v0.12.1 |
| 1025 | 2026-05-18T19:27:15.116Z | Downloaded darling v0.23.0 |
| 1026 | 2026-05-18T19:27:15.119Z | Downloaded proc-macro-error2 v2.0.1 |
| 1027 | 2026-05-18T19:27:15.138Z | Downloaded scroll_derive v0.13.1 |
| 1028 | 2026-05-18T19:27:15.138Z | Downloaded scroll_derive v0.12.1 |
| 1029 | 2026-05-18T19:27:15.138Z | Downloaded progenitor v0.13.0 |
| 1030 | 2026-05-18T19:27:15.138Z | Downloaded serial_test v3.4.0 |
| 1031 | 2026-05-18T19:27:15.138Z | Downloaded serde_plain v1.0.2 |
| 1032 | 2026-05-18T19:27:15.138Z | Downloaded serial_test_derive v3.4.0 |
| 1033 | 2026-05-18T19:27:15.139Z | Downloaded semver v0.1.20 |
| 1034 | 2026-05-18T19:27:15.139Z | Downloaded colored v3.1.1 |
| 1035 | 2026-05-18T19:27:15.139Z | Downloaded ciborium v0.2.2 |
| 1036 | 2026-05-18T19:27:15.139Z | Downloaded secrecy v0.10.3 |
| 1037 | 2026-05-18T19:27:15.139Z | Downloaded progenitor-extras v0.2.0 |
| 1038 | 2026-05-18T19:27:15.139Z | Downloaded proc-macro-error v1.0.4 |
| 1039 | 2026-05-18T19:27:15.139Z | Downloaded serde_repr v0.1.20 |
| 1040 | 2026-05-18T19:27:15.139Z | Downloaded siphasher v1.0.3 |
| 1041 | 2026-05-18T19:27:15.139Z | Downloaded sigpipe v0.1.3 |
| 1042 | 2026-05-18T19:27:15.139Z | Downloaded bcs v0.1.6 |
| 1043 | 2026-05-18T19:27:15.142Z | Downloaded slog-envlogger v2.2.0 |
| 1044 | 2026-05-18T19:27:15.142Z | Downloaded backon v1.6.0 |
| 1045 | 2026-05-18T19:27:15.142Z | Downloaded spin v0.5.2 |
| 1046 | 2026-05-18T19:27:15.142Z | Downloaded stable_deref_trait v1.2.1 |
| 1047 | 2026-05-18T19:27:15.142Z | Downloaded progenitor-client v0.13.0 |
| 1048 | 2026-05-18T19:27:15.142Z | Downloaded progenitor v0.14.0 |
| 1049 | 2026-05-18T19:27:15.145Z | Downloaded oxide-tokio-rt v0.1.6 |
| 1050 | 2026-05-18T19:27:15.145Z | Downloaded dropshot_endpoint v0.17.0 |
| 1051 | 2026-05-18T19:27:15.148Z | Downloaded pest_derive v2.8.6 |
| 1052 | 2026-05-18T19:27:15.148Z | Downloaded parking_lot v0.11.2 |
| 1053 | 2026-05-18T19:27:15.151Z | Downloaded diff v0.1.13 |
| 1054 | 2026-05-18T19:27:15.153Z | Downloaded slog-bunyan v2.5.0 |
| 1055 | 2026-05-18T19:27:15.154Z | Downloaded resolv-conf v0.7.6 |
| 1056 | 2026-05-18T19:27:15.154Z | Downloaded ref-cast v1.0.25 |
| 1057 | 2026-05-18T19:27:15.156Z | Downloaded derive_more v0.99.20 |
| 1058 | 2026-05-18T19:27:15.159Z | Downloaded rustls-pemfile v2.2.0 |
| 1059 | 2026-05-18T19:27:15.159Z | Downloaded darling v0.21.3 |
| 1060 | 2026-05-18T19:27:15.162Z | Downloaded rustversion v1.0.22 |
| 1061 | 2026-05-18T19:27:15.165Z | Downloaded strum v0.27.2 |
| 1062 | 2026-05-18T19:27:15.165Z | Downloaded strum v0.26.3 |
| 1063 | 2026-05-18T19:27:15.165Z | Downloaded darling_core v0.21.3 |
| 1064 | 2026-05-18T19:27:15.168Z | Downloaded structmeta-derive v0.3.0 |
| 1065 | 2026-05-18T19:27:15.171Z | Downloaded expectorate v1.2.0 |
| 1066 | 2026-05-18T19:27:15.171Z | Downloaded async-compression v0.4.42 |
| 1067 | 2026-05-18T19:27:15.173Z | Downloaded structmeta v0.3.0 |
| 1068 | 2026-05-18T19:27:15.176Z | Downloaded progenitor v0.10.0 |
| 1069 | 2026-05-18T19:27:15.176Z | Downloaded tagptr v0.2.0 |
| 1070 | 2026-05-18T19:27:15.176Z | Downloaded tabwriter v1.4.1 |
| 1071 | 2026-05-18T19:27:15.179Z | Downloaded take_mut v0.2.2 |
| 1072 | 2026-05-18T19:27:15.179Z | Downloaded tabled_derive v0.11.0 |
| 1073 | 2026-05-18T19:27:15.179Z | Downloaded thread-id v4.2.2 |
| 1074 | 2026-05-18T19:27:15.179Z | Downloaded termtree v0.5.1 |
| 1075 | 2026-05-18T19:27:15.182Z | Downloaded tabled_derive v0.7.0 |
| 1076 | 2026-05-18T19:27:15.182Z | Downloaded testing_table v0.3.0 |
| 1077 | 2026-05-18T19:27:15.182Z | Downloaded pest_generator v2.8.6 |
| 1078 | 2026-05-18T19:27:15.186Z | Downloaded scroll v0.12.0 |
| 1079 | 2026-05-18T19:27:15.186Z | Downloaded schemars_derive v0.8.22 |
| 1080 | 2026-05-18T19:27:15.186Z | Downloaded elliptic-curve v0.13.8 |
| 1081 | 2026-05-18T19:27:15.189Z | Downloaded sha1 v0.10.6 |
| 1082 | 2026-05-18T19:27:15.189Z | Downloaded omicron-zone-package v0.12.2 |
| 1083 | 2026-05-18T19:27:15.192Z | Downloaded rusty-fork v0.3.1 |
| 1084 | 2026-05-18T19:27:15.192Z | Downloaded cancel-safe-futures v0.1.5 |
| 1085 | 2026-05-18T19:27:15.192Z | Downloaded time-core v0.1.8 |
| 1086 | 2026-05-18T19:27:15.195Z | Downloaded sdd v3.0.10 |
| 1087 | 2026-05-18T19:27:15.195Z | Downloaded serde_derive_internals v0.29.1 |
| 1088 | 2026-05-18T19:27:15.195Z | Downloaded scroll v0.13.0 |
| 1089 | 2026-05-18T19:27:15.198Z | Downloaded thread-id v5.1.0 |
| 1090 | 2026-05-18T19:27:15.198Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1091 | 2026-05-18T19:27:15.198Z | Downloaded blake2 v0.10.6 |
| 1092 | 2026-05-18T19:27:15.201Z | Downloaded jiff-static v0.2.24 |
| 1093 | 2026-05-18T19:27:15.201Z | Downloaded password-hash v0.5.0 |
| 1094 | 2026-05-18T19:27:15.203Z | Downloaded smawk v0.3.2 |
| 1095 | 2026-05-18T19:27:15.203Z | Downloaded serde_tokenstream v0.2.3 |
| 1096 | 2026-05-18T19:27:15.204Z | Downloaded smartstring v1.0.1 |
| 1097 | 2026-05-18T19:27:15.206Z | Downloaded slog-term v2.9.2 |
| 1098 | 2026-05-18T19:27:15.206Z | Downloaded chacha20poly1305 v0.10.1 |
| 1099 | 2026-05-18T19:27:15.209Z | Downloaded slog-async v2.8.0 |
| 1100 | 2026-05-18T19:27:15.209Z | Downloaded topological-sort v0.2.2 |
| 1101 | 2026-05-18T19:27:15.209Z | Downloaded rand_core v0.10.1 |
| 1102 | 2026-05-18T19:27:15.212Z | Downloaded erased-serde v0.3.31 |
| 1103 | 2026-05-18T19:27:15.212Z | Downloaded slog-dtrace v0.3.0 |
| 1104 | 2026-05-18T19:27:15.212Z | Downloaded typify-macro v0.6.2 |
| 1105 | 2026-05-18T19:27:15.215Z | Downloaded typify-macro v0.4.3 |
| 1106 | 2026-05-18T19:27:15.215Z | Downloaded libsw v3.5.0 |
| 1107 | 2026-05-18T19:27:15.215Z | Downloaded glob v0.3.3 |
| 1108 | 2026-05-18T19:27:15.218Z | Downloaded unarray v0.1.4 |
| 1109 | 2026-05-18T19:27:15.218Z | Downloaded hickory-resolver v0.24.4 |
| 1110 | 2026-05-18T19:27:15.220Z | Downloaded bytecount v0.6.9 |
| 1111 | 2026-05-18T19:27:15.220Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-05-18T19:27:15.220Z | Downloaded smf v0.2.3 |
| 1113 | 2026-05-18T19:27:15.223Z | Downloaded postcard v1.1.3 |
| 1114 | 2026-05-18T19:27:15.223Z | Downloaded icu_properties v2.2.0 |
| 1115 | 2026-05-18T19:27:15.226Z | Downloaded slog-stdlog v4.1.1 |
| 1116 | 2026-05-18T19:27:15.226Z | Downloaded slog-scope v4.4.1 |
| 1117 | 2026-05-18T19:27:15.226Z | Downloaded crypto-bigint v0.5.5 |
| 1118 | 2026-05-18T19:27:15.229Z | Downloaded untrusted v0.7.1 |
| 1119 | 2026-05-18T19:27:15.232Z | Downloaded slog-json v2.6.1 |
| 1120 | 2026-05-18T19:27:15.232Z | Downloaded hashbrown v0.12.3 |
| 1121 | 2026-05-18T19:27:15.234Z | Downloaded console v0.16.3 |
| 1122 | 2026-05-18T19:27:15.234Z | Downloaded num_enum v0.5.11 |
| 1123 | 2026-05-18T19:27:15.237Z | Downloaded usdt-macro v0.5.0 |
| 1124 | 2026-05-18T19:27:15.240Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-05-18T19:27:15.240Z | Downloaded usdt-attr-macro v0.5.0 |
| 1126 | 2026-05-18T19:27:15.240Z | Downloaded universal-hash v0.5.1 |
| 1127 | 2026-05-18T19:27:15.240Z | Downloaded waitgroup v0.1.2 |
| 1128 | 2026-05-18T19:27:15.240Z | Downloaded wait-timeout v0.2.1 |
| 1129 | 2026-05-18T19:27:15.243Z | Downloaded usdt-macro v0.6.0 |
| 1130 | 2026-05-18T19:27:15.243Z | Downloaded usdt v0.5.0 |
| 1131 | 2026-05-18T19:27:15.243Z | Downloaded synstructure v0.13.2 |
| 1132 | 2026-05-18T19:27:15.243Z | Downloaded snafu-derive v0.8.9 |
| 1133 | 2026-05-18T19:27:15.246Z | Downloaded ingot v0.1.1 |
| 1134 | 2026-05-18T19:27:15.246Z | Downloaded icu_provider v2.2.0 |
| 1135 | 2026-05-18T19:27:15.246Z | Downloaded konst v0.2.20 |
| 1136 | 2026-05-18T19:27:15.248Z | Downloaded const_format v0.2.36 |
| 1137 | 2026-05-18T19:27:15.251Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-05-18T19:27:15.254Z | Downloaded strum_macros v0.26.4 |
| 1139 | 2026-05-18T19:27:15.254Z | Downloaded yoke-derive v0.8.2 |
| 1140 | 2026-05-18T19:27:15.254Z | Downloaded cargo_toml v0.22.3 |
| 1141 | 2026-05-18T19:27:15.257Z | Downloaded libscf-sys v1.2.0 |
| 1142 | 2026-05-18T19:27:15.257Z | Downloaded rustls-native-certs v0.8.3 |
| 1143 | 2026-05-18T19:27:15.257Z | Downloaded icu_normalizer v2.2.0 |
| 1144 | 2026-05-18T19:27:15.259Z | Downloaded hostname v0.3.1 |
| 1145 | 2026-05-18T19:27:15.259Z | Downloaded zerofrom v0.1.8 |
| 1146 | 2026-05-18T19:27:15.263Z | Downloaded serde_with_macros v3.20.0 |
| 1147 | 2026-05-18T19:27:15.263Z | Downloaded arc-swap v1.9.1 |
| 1148 | 2026-05-18T19:27:15.266Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-05-18T19:27:15.266Z | Downloaded zone v0.3.1 |
| 1150 | 2026-05-18T19:27:15.266Z | Downloaded icu_normalizer_data v2.2.0 |
| 1151 | 2026-05-18T19:27:15.266Z | Downloaded zerofrom-derive v0.1.7 |
| 1152 | 2026-05-18T19:27:15.269Z | Downloaded progenitor-impl v0.13.0 |
| 1153 | 2026-05-18T19:27:15.269Z | Downloaded icu_collections v2.2.0 |
| 1154 | 2026-05-18T19:27:15.274Z | Downloaded tokio-rustls v0.25.0 |
| 1155 | 2026-05-18T19:27:15.274Z | Downloaded progenitor-impl v0.14.0 |
| 1156 | 2026-05-18T19:27:15.276Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1157 | 2026-05-18T19:27:15.276Z | Downloaded tokio-tungstenite v0.21.0 |
| 1158 | 2026-05-18T19:27:15.277Z | Downloaded papergrid v0.17.0 |
| 1159 | 2026-05-18T19:27:15.279Z | Downloaded papergrid v0.11.0 |
| 1160 | 2026-05-18T19:27:15.282Z | Downloaded pest_meta v2.8.6 |
| 1161 | 2026-05-18T19:27:15.282Z | Downloaded icu_locale_core v2.2.0 |
| 1162 | 2026-05-18T19:27:15.285Z | Downloaded base64 v0.21.7 |
| 1163 | 2026-05-18T19:27:15.288Z | Downloaded darling_core v0.23.0 |
| 1164 | 2026-05-18T19:27:15.291Z | Downloaded strum_macros v0.27.2 |
| 1165 | 2026-05-18T19:27:15.293Z | Downloaded usdt-impl v0.6.0 |
| 1166 | 2026-05-18T19:27:15.293Z | Downloaded usdt v0.6.0 |
| 1167 | 2026-05-18T19:27:15.293Z | Downloaded rhai_codegen v3.1.0 |
| 1168 | 2026-05-18T19:27:15.297Z | Downloaded usdt-impl v0.5.0 |
| 1169 | 2026-05-18T19:27:15.300Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-05-18T19:27:15.300Z | Downloaded crossbeam-channel v0.5.15 |
| 1171 | 2026-05-18T19:27:15.302Z | Downloaded xz2 v0.1.7 |
| 1172 | 2026-05-18T19:27:15.302Z | Downloaded zeroize_derive v1.4.3 |
| 1173 | 2026-05-18T19:27:15.305Z | Downloaded writeable v0.6.3 |
| 1174 | 2026-05-18T19:27:15.305Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-18T19:27:15.305Z | Downloaded thin-vec v0.2.18 |
| 1176 | 2026-05-18T19:27:15.308Z | Downloaded schemars v0.8.22 |
| 1177 | 2026-05-18T19:27:15.312Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1178 | 2026-05-18T19:27:15.315Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1179 | 2026-05-18T19:27:15.318Z | Downloaded indicatif v0.18.4 |
| 1180 | 2026-05-18T19:27:15.320Z | Downloaded zerovec-derive v0.11.3 |
| 1181 | 2026-05-18T19:27:15.320Z | Downloaded spin v0.9.8 |
| 1182 | 2026-05-18T19:27:15.323Z | Downloaded prettyplease v0.2.37 |
| 1183 | 2026-05-18T19:27:15.323Z | Downloaded tokio-dtrace v0.1.1 |
| 1184 | 2026-05-18T19:27:15.323Z | Downloaded tinystr v0.8.3 |
| 1185 | 2026-05-18T19:27:15.326Z | Downloaded tiny-keccak v2.0.2 |
| 1186 | 2026-05-18T19:27:15.326Z | Downloaded similar v2.7.0 |
| 1187 | 2026-05-18T19:27:15.329Z | Downloaded time-macros v0.2.27 |
| 1188 | 2026-05-18T19:27:15.332Z | Downloaded thiserror-no-std v2.0.2 |
| 1189 | 2026-05-18T19:27:15.332Z | Downloaded progenitor-impl v0.11.2 |
| 1190 | 2026-05-18T19:27:15.335Z | Downloaded progenitor-impl v0.10.0 |
| 1191 | 2026-05-18T19:27:15.335Z | Downloaded base16ct v1.0.0 |
| 1192 | 2026-05-18T19:27:15.337Z | Downloaded is-terminal v0.4.17 |
| 1193 | 2026-05-18T19:27:15.337Z | Downloaded yoke v0.8.2 |
| 1194 | 2026-05-18T19:27:15.337Z | Downloaded rayon-core v1.13.0 |
| 1195 | 2026-05-18T19:27:15.340Z | Downloaded term v1.2.1 |
| 1196 | 2026-05-18T19:27:15.342Z | Downloaded ucd-trie v0.1.7 |
| 1197 | 2026-05-18T19:27:15.343Z | Downloaded test-strategy v0.4.5 |
| 1198 | 2026-05-18T19:27:15.345Z | Downloaded schemars v0.9.0 |
| 1199 | 2026-05-18T19:27:15.350Z | Downloaded zerocopy-derive v0.7.35 |
| 1200 | 2026-05-18T19:27:15.353Z | Downloaded vsss-rs v3.3.4 |
| 1201 | 2026-05-18T19:27:15.356Z | Downloaded rand v0.8.6 |
| 1202 | 2026-05-18T19:27:15.356Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-18T19:27:15.359Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-05-18T19:27:15.361Z | Downloaded snafu v0.8.9 |
| 1205 | 2026-05-18T19:27:15.364Z | Downloaded toml v0.7.8 |
| 1206 | 2026-05-18T19:27:15.367Z | Downloaded slog v2.8.2 |
| 1207 | 2026-05-18T19:27:15.367Z | Downloaded minimal-lexical v0.2.1 |
| 1208 | 2026-05-18T19:27:15.370Z | Downloaded typify v0.4.3 |
| 1209 | 2026-05-18T19:27:15.373Z | Downloaded nom v7.1.3 |
| 1210 | 2026-05-18T19:27:15.375Z | Downloaded fxhash v0.2.1 |
| 1211 | 2026-05-18T19:27:15.375Z | Downloaded foreign-types-shared v0.3.1 |
| 1212 | 2026-05-18T19:27:15.375Z | Downloaded foreign-types v0.5.0 |
| 1213 | 2026-05-18T19:27:15.376Z | Downloaded crossbeam-deque v0.8.6 |
| 1214 | 2026-05-18T19:27:15.378Z | Downloaded unsafe-libyaml v0.2.11 |
| 1215 | 2026-05-18T19:27:15.379Z | Downloaded pretty_assertions v1.4.1 |
| 1216 | 2026-05-18T19:27:15.379Z | Downloaded crunchy v0.2.4 |
| 1217 | 2026-05-18T19:27:15.381Z | Downloaded defmt-parser v1.0.0 |
| 1218 | 2026-05-18T19:27:15.381Z | Downloaded aead v0.5.2 |
| 1219 | 2026-05-18T19:27:15.381Z | Downloaded argon2 v0.5.3 |
| 1220 | 2026-05-18T19:27:15.384Z | Downloaded tar v0.4.45 |
| 1221 | 2026-05-18T19:27:15.387Z | Downloaded nom v8.0.0 |
| 1222 | 2026-05-18T19:27:15.390Z | Downloaded rand v0.10.1 |
| 1223 | 2026-05-18T19:27:15.393Z | Downloaded qorb v0.4.1 |
| 1224 | 2026-05-18T19:27:15.397Z | Downloaded dropshot-api-manager v0.7.1 |
| 1225 | 2026-05-18T19:27:15.400Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1226 | 2026-05-18T19:27:15.405Z | Downloaded iddqd v0.3.18 |
| 1227 | 2026-05-18T19:27:15.409Z | Downloaded pest v2.8.6 |
| 1228 | 2026-05-18T19:27:15.414Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-05-18T19:27:15.418Z | Downloaded schemars v1.2.1 |
| 1230 | 2026-05-18T19:27:15.424Z | Downloaded libm v0.2.16 |
| 1231 | 2026-05-18T19:27:15.430Z | Downloaded toml_edit v0.19.15 |
| 1232 | 2026-05-18T19:27:15.439Z | Downloaded steno v0.4.1 |
| 1233 | 2026-05-18T19:27:15.442Z | Downloaded icu_properties_data v2.2.0 |
| 1234 | 2026-05-18T19:27:15.446Z | Downloaded zerotrie v0.2.4 |
| 1235 | 2026-05-18T19:27:15.449Z | Downloaded hkdf v0.12.4 |
| 1236 | 2026-05-18T19:27:15.451Z | Downloaded itertools v0.12.1 |
| 1237 | 2026-05-18T19:27:15.454Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 1238 | 2026-05-18T19:27:15.457Z | Downloaded reqwest v0.13.3 |
| 1239 | 2026-05-18T19:27:15.461Z | Downloaded zerocopy-derive v0.8.48 |
| 1240 | 2026-05-18T19:27:15.469Z | Downloaded rayon v1.12.0 |
| 1241 | 2026-05-18T19:27:15.474Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-05-18T19:27:15.480Z | Downloaded scc v2.4.0 |
| 1243 | 2026-05-18T19:27:15.490Z | Downloaded aws-lc-rs v1.17.0 |
| 1244 | 2026-05-18T19:27:15.496Z | Downloaded tower-http v0.6.10 |
| 1245 | 2026-05-18T19:27:15.500Z | Downloaded goblin v0.8.2 |
| 1246 | 2026-05-18T19:27:15.503Z | Downloaded rustls-webpki v0.102.8 |
| 1247 | 2026-05-18T19:27:15.514Z | Downloaded proptest v1.11.0 |
| 1248 | 2026-05-18T19:27:15.521Z | Downloaded moka v0.12.15 |
| 1249 | 2026-05-18T19:27:15.529Z | Downloaded tough v0.22.0 |
| 1250 | 2026-05-18T19:27:15.535Z | Downloaded zerovec v0.11.6 |
| 1251 | 2026-05-18T19:27:15.537Z | Downloaded zerocopy v0.7.35 |
| 1252 | 2026-05-18T19:27:15.546Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-05-18T19:27:15.552Z | Downloaded time v0.3.47 |
| 1254 | 2026-05-18T19:27:15.559Z | Downloaded blake3 v1.8.5 |
| 1255 | 2026-05-18T19:27:15.563Z | Downloaded goblin v0.10.5 |
| 1256 | 2026-05-18T19:27:15.569Z | Downloaded hickory-proto v0.25.2 |
| 1257 | 2026-05-18T19:27:15.578Z | Downloaded tabled v0.15.0 |
| 1258 | 2026-05-18T19:27:15.586Z | Downloaded serde_with v3.20.0 |
| 1259 | 2026-05-18T19:27:15.592Z | Downloaded tabled v0.20.0 |
| 1260 | 2026-05-18T19:27:15.601Z | Downloaded rhai v1.24.0 |
| 1261 | 2026-05-18T19:27:15.608Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-05-18T19:27:15.615Z | Downloaded syn v1.0.109 |
| 1263 | 2026-05-18T19:27:15.620Z | Downloaded nix v0.31.3 |
| 1264 | 2026-05-18T19:27:15.643Z | Downloaded rustls v0.22.4 |
| 1265 | 2026-05-18T19:27:15.659Z | Downloaded typify-impl v0.4.3 |
| 1266 | 2026-05-18T19:27:15.666Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-05-18T19:27:15.673Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-18T19:27:15.678Z | Downloaded openapiv3 v2.2.0 |
| 1269 | 2026-05-18T19:27:15.684Z | Downloaded dropshot v0.17.0 |
| 1270 | 2026-05-18T19:27:15.695Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-18T19:27:15.700Z | Downloaded regress v0.10.5 |
| 1272 | 2026-05-18T19:27:15.711Z | Downloaded typify-impl v0.6.2 |
| 1273 | 2026-05-18T19:27:15.719Z | Downloaded petgraph v0.6.5 |
| 1274 | 2026-05-18T19:27:15.729Z | Downloaded lzma-sys v0.1.20 |
| 1275 | 2026-05-18T19:27:15.744Z | Downloaded jiff v0.2.24 |
| 1276 | 2026-05-18T19:27:15.754Z | Downloaded sha3 v0.10.9 |
| 1277 | 2026-05-18T19:27:15.785Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-05-18T19:27:15.808Z | Downloaded csv v1.4.0 |
| 1279 | 2026-05-18T19:27:15.871Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-05-18T19:27:16.412Z | Downloaded aws-lc-sys v0.41.0 |
| 1281 | 2026-05-18T19:27:17.395Z | Compiling proc-macro2 v1.0.106 |
| 1282 | 2026-05-18T19:27:17.395Z | Compiling unicode-ident v1.0.24 |
| 1283 | 2026-05-18T19:27:17.396Z | Compiling quote v1.0.45 |
| 1284 | 2026-05-18T19:27:17.398Z | Compiling serde_core v1.0.228 |
| 1285 | 2026-05-18T19:27:17.399Z | Compiling cfg-if v1.0.4 |
| 1286 | 2026-05-18T19:27:17.399Z | Compiling serde v1.0.228 |
| 1287 | 2026-05-18T19:27:17.399Z | Compiling libc v0.2.186 |
| 1288 | 2026-05-18T19:27:17.399Z | Compiling memchr v2.8.0 |
| 1289 | 2026-05-18T19:27:17.636Z | Compiling itoa v1.0.18 |
| 1290 | 2026-05-18T19:27:17.834Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-05-18T19:27:17.865Z | Compiling zmij v1.0.21 |
| 1292 | 2026-05-18T19:27:17.915Z | Compiling autocfg v1.5.0 |
| 1293 | 2026-05-18T19:27:18.045Z | Compiling libm v0.2.16 |
| 1294 | 2026-05-18T19:27:18.223Z | Compiling stable_deref_trait v1.2.1 |
| 1295 | 2026-05-18T19:27:18.278Z | Compiling version_check v0.9.5 |
| 1296 | 2026-05-18T19:27:18.298Z | Compiling litemap v0.8.2 |
| 1297 | 2026-05-18T19:27:18.364Z | Compiling writeable v0.6.3 |
| 1298 | 2026-05-18T19:27:18.466Z | Compiling percent-encoding v2.3.2 |
| 1299 | 2026-05-18T19:27:18.490Z | Compiling utf8_iter v1.0.4 |
| 1300 | 2026-05-18T19:27:18.513Z | Compiling icu_properties_data v2.2.0 |
| 1301 | 2026-05-18T19:27:18.579Z | Compiling icu_normalizer_data v2.2.0 |
| 1302 | 2026-05-18T19:27:18.649Z | Compiling pin-project-lite v0.2.17 |
| 1303 | 2026-05-18T19:27:18.676Z | Compiling equivalent v1.0.2 |
| 1304 | 2026-05-18T19:27:18.747Z | Compiling iana-time-zone v0.1.65 |
| 1305 | 2026-05-18T19:27:18.759Z | Compiling syn v2.0.117 |
| 1306 | 2026-05-18T19:27:18.866Z | Compiling form_urlencoded v1.2.2 |
| 1307 | 2026-05-18T19:27:18.912Z | Compiling scopeguard v1.2.0 |
| 1308 | 2026-05-18T19:27:18.924Z | Compiling parking_lot_core v0.9.12 |
| 1309 | 2026-05-18T19:27:18.936Z | Compiling serde_json v1.0.149 |
| 1310 | 2026-05-18T19:27:18.981Z | Compiling dyn-clone v1.0.20 |
| 1311 | 2026-05-18T19:27:19.018Z | Compiling lock_api v0.4.14 |
| 1312 | 2026-05-18T19:27:19.051Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-18T19:27:19.128Z | Compiling log v0.4.29 |
| 1314 | 2026-05-18T19:27:19.233Z | Compiling hashbrown v0.17.1 |
| 1315 | 2026-05-18T19:27:19.255Z | Compiling thiserror v2.0.18 |
| 1316 | 2026-05-18T19:27:19.270Z | Compiling getrandom v0.4.2 |
| 1317 | 2026-05-18T19:27:19.330Z | Compiling rand_core v0.10.1 |
| 1318 | 2026-05-18T19:27:19.486Z | Compiling errno v0.3.14 |
| 1319 | 2026-05-18T19:27:19.561Z | Compiling jobserver v0.1.34 |
| 1320 | 2026-05-18T19:27:19.622Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-05-18T19:27:19.638Z | Compiling shlex v1.3.0 |
| 1322 | 2026-05-18T19:27:19.801Z | Compiling semver v1.0.28 |
| 1323 | 2026-05-18T19:27:19.824Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-18T19:27:19.827Z | Compiling cc v1.2.62 |
| 1325 | 2026-05-18T19:27:19.881Z | Compiling futures-core v0.3.32 |
| 1326 | 2026-05-18T19:27:20.097Z | Compiling heck v0.5.0 |
| 1327 | 2026-05-18T19:27:20.119Z | Compiling zerocopy v0.8.48 |
| 1328 | 2026-05-18T19:27:20.198Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-05-18T19:27:20.305Z | Compiling uuid v1.23.1 |
| 1330 | 2026-05-18T19:27:20.369Z | Compiling slab v0.4.12 |
| 1331 | 2026-05-18T19:27:20.482Z | Compiling fnv v1.0.7 |
| 1332 | 2026-05-18T19:27:20.543Z | Compiling schemars v0.8.22 |
| 1333 | 2026-05-18T19:27:20.555Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-05-18T19:27:20.579Z | Compiling rustversion v1.0.22 |
| 1335 | 2026-05-18T19:27:20.778Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-18T19:27:20.810Z | Compiling futures-io v0.3.32 |
| 1337 | 2026-05-18T19:27:20.965Z | Compiling futures-task v0.3.32 |
| 1338 | 2026-05-18T19:27:20.977Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-18T19:27:21.021Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-18T19:27:21.116Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-18T19:27:21.138Z | Compiling portable-atomic v1.13.1 |
| 1342 | 2026-05-18T19:27:21.222Z | Compiling bitflags v2.11.1 |
| 1343 | 2026-05-18T19:27:21.270Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-05-18T19:27:21.321Z | Compiling typenum v1.20.0 |
| 1345 | 2026-05-18T19:27:21.383Z | Compiling subtle v2.6.1 |
| 1346 | 2026-05-18T19:27:21.452Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-05-18T19:27:21.452Z | Compiling base64 v0.22.1 |
| 1348 | 2026-05-18T19:27:21.547Z | Compiling synstructure v0.13.2 |
| 1349 | 2026-05-18T19:27:21.559Z | Compiling serde_derive_internals v0.29.1 |
| 1350 | 2026-05-18T19:27:21.571Z | Compiling untrusted v0.9.0 |
| 1351 | 2026-05-18T19:27:21.617Z | Compiling byteorder v1.5.0 |
| 1352 | 2026-05-18T19:27:21.686Z | Compiling rand_core v0.6.4 |
| 1353 | 2026-05-18T19:27:21.800Z | Compiling regex-syntax v0.8.10 |
| 1354 | 2026-05-18T19:27:21.837Z | Compiling cmake v0.1.58 |
| 1355 | 2026-05-18T19:27:21.910Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-18T19:27:21.975Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-05-18T19:27:22.034Z | Compiling once_cell v1.21.4 |
| 1358 | 2026-05-18T19:27:22.086Z | Compiling slog v2.8.2 |
| 1359 | 2026-05-18T19:27:22.159Z | Compiling rustix v1.1.4 |
| 1360 | 2026-05-18T19:27:22.218Z | Compiling strsim v0.11.1 |
| 1361 | 2026-05-18T19:27:22.259Z | Compiling aws-lc-sys v0.41.0 |
| 1362 | 2026-05-18T19:27:22.271Z | Compiling httparse v1.10.1 |
| 1363 | 2026-05-18T19:27:22.308Z | Compiling ipnet v2.12.0 |
| 1364 | 2026-05-18T19:27:22.336Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-05-18T19:27:22.484Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-05-18T19:27:22.632Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-18T19:27:22.654Z | Compiling generic-array v0.14.7 |
| 1368 | 2026-05-18T19:27:22.735Z | Compiling ryu v1.0.23 |
| 1369 | 2026-05-18T19:27:22.746Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-05-18T19:27:22.784Z | Compiling serde_derive v1.0.228 |
| 1371 | 2026-05-18T19:27:22.853Z | Compiling zerofrom-derive v0.1.7 |
| 1372 | 2026-05-18T19:27:22.865Z | Compiling yoke-derive v0.8.2 |
| 1373 | 2026-05-18T19:27:22.885Z | Compiling zerovec-derive v0.11.3 |
| 1374 | 2026-05-18T19:27:22.920Z | Compiling displaydoc v0.2.5 |
| 1375 | 2026-05-18T19:27:22.990Z | Compiling schemars_derive v0.8.22 |
| 1376 | 2026-05-18T19:27:23.160Z | Compiling tokio-macros v2.7.0 |
| 1377 | 2026-05-18T19:27:23.687Z | Compiling thiserror-impl v2.0.18 |
| 1378 | 2026-05-18T19:27:24.931Z | Compiling zerocopy-derive v0.8.48 |
| 1379 | 2026-05-18T19:27:24.936Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-05-18T19:27:24.936Z | Compiling futures-macro v0.3.32 |
| 1381 | 2026-05-18T19:27:24.936Z | Compiling zerofrom v0.1.8 |
| 1382 | 2026-05-18T19:27:24.936Z | Compiling yoke v0.8.2 |
| 1383 | 2026-05-18T19:27:24.936Z | Compiling zerovec v0.11.6 |
| 1384 | 2026-05-18T19:27:24.936Z | Compiling zerotrie v0.2.4 |
| 1385 | 2026-05-18T19:27:24.936Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-05-18T19:27:24.936Z | Compiling thiserror v1.0.69 |
| 1387 | 2026-05-18T19:27:24.936Z | Compiling futures-util v0.3.32 |
| 1388 | 2026-05-18T19:27:24.936Z | Compiling tinystr v0.8.3 |
| 1389 | 2026-05-18T19:27:24.936Z | Compiling potential_utf v0.1.5 |
| 1390 | 2026-05-18T19:27:25.032Z | Compiling icu_locale_core v2.2.0 |
| 1391 | 2026-05-18T19:27:25.043Z | Compiling icu_collections v2.2.0 |
| 1392 | 2026-05-18T19:27:25.078Z | Compiling ucd-trie v0.1.7 |
| 1393 | 2026-05-18T19:27:25.325Z | Compiling pest v2.8.6 |
| 1394 | 2026-05-18T19:27:25.416Z | Compiling want v0.3.1 |
| 1395 | 2026-05-18T19:27:25.554Z | Compiling thiserror-impl v1.0.69 |
| 1396 | 2026-05-18T19:27:25.580Z | Compiling httpdate v1.0.3 |
| 1397 | 2026-05-18T19:27:25.824Z | Compiling icu_provider v2.2.0 |
| 1398 | 2026-05-18T19:27:25.956Z | Compiling bytes v1.11.1 |
| 1399 | 2026-05-18T19:27:26.091Z | Compiling icu_properties v2.2.0 |
| 1400 | 2026-05-18T19:27:26.142Z | Compiling icu_normalizer v2.2.0 |
| 1401 | 2026-05-18T19:27:26.565Z | Compiling chrono v0.4.44 |
| 1402 | 2026-05-18T19:27:26.577Z | Compiling http v1.4.0 |
| 1403 | 2026-05-18T19:27:26.713Z | Compiling tokio v1.52.3 |
| 1404 | 2026-05-18T19:27:26.725Z | Compiling serde_tokenstream v0.2.3 |
| 1405 | 2026-05-18T19:27:27.010Z | Compiling idna_adapter v1.2.2 |
| 1406 | 2026-05-18T19:27:27.121Z | Compiling erased-serde v0.3.31 |
| 1407 | 2026-05-18T19:27:27.182Z | Compiling idna v1.1.0 |
| 1408 | 2026-05-18T19:27:27.314Z | Compiling http-body v1.0.1 |
| 1409 | 2026-05-18T19:27:27.470Z | Compiling url v2.5.8 |
| 1410 | 2026-05-18T19:27:27.727Z | Compiling pest_meta v2.8.6 |
| 1411 | 2026-05-18T19:27:28.109Z | Compiling ppv-lite86 v0.2.21 |
| 1412 | 2026-05-18T19:27:28.292Z | Compiling getrandom v0.3.4 |
| 1413 | 2026-05-18T19:27:28.344Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-05-18T19:27:28.428Z | Compiling pretty-hex v0.4.2 |
| 1415 | 2026-05-18T19:27:28.533Z | Compiling plain v0.2.3 |
| 1416 | 2026-05-18T19:27:28.565Z | Compiling foldhash v0.2.0 |
| 1417 | 2026-05-18T19:27:28.646Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-18T19:27:28.658Z | Compiling allocator-api2 v0.2.21 |
| 1419 | 2026-05-18T19:27:28.799Z | Compiling ipnetwork v0.21.1 |
| 1420 | 2026-05-18T19:27:28.944Z | Compiling hashbrown v0.16.1 |
| 1421 | 2026-05-18T19:27:28.976Z | Compiling crypto-common v0.1.7 |
| 1422 | 2026-05-18T19:27:28.989Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-18T19:27:29.016Z | Compiling pest_derive v2.8.6 |
| 1424 | 2026-05-18T19:27:29.109Z | Compiling tracing-core v0.1.36 |
| 1425 | 2026-05-18T19:27:29.241Z | Compiling ident_case v1.0.1 |
| 1426 | 2026-05-18T19:27:29.364Z | Compiling omicron-workspace-hack v0.1.0 |
| 1427 | 2026-05-18T19:27:29.523Z | Compiling http-body-util v0.1.3 |
| 1428 | 2026-05-18T19:27:29.576Z | Compiling serde_urlencoded v0.7.1 |
| 1429 | 2026-05-18T19:27:29.604Z | Compiling aho-corasick v1.1.4 |
| 1430 | 2026-05-18T19:27:29.761Z | Compiling sync_wrapper v1.0.2 |
| 1431 | 2026-05-18T19:27:29.777Z | Compiling winnow v1.0.3 |
| 1432 | 2026-05-18T19:27:29.818Z | Compiling rustls-pki-types v1.14.1 |
| 1433 | 2026-05-18T19:27:29.865Z | Compiling daft-derive v0.1.7 |
| 1434 | 2026-05-18T19:27:30.157Z | Compiling fastrand v2.4.1 |
| 1435 | 2026-05-18T19:27:30.194Z | Compiling tracing v0.1.44 |
| 1436 | 2026-05-18T19:27:30.428Z | Compiling regex-automata v0.4.14 |
| 1437 | 2026-05-18T19:27:30.428Z | Compiling oxnet v0.1.5 |
| 1438 | 2026-05-18T19:27:30.615Z | Compiling tokio-util v0.7.18 |
| 1439 | 2026-05-18T19:27:30.865Z | Compiling scroll_derive v0.13.1 |
| 1440 | 2026-05-18T19:27:30.868Z | Compiling async-trait v0.1.89 |
| 1441 | 2026-05-18T19:27:30.985Z | Compiling ring v0.17.14 |
| 1442 | 2026-05-18T19:27:31.352Z | Compiling num-conv v0.2.1 |
| 1443 | 2026-05-18T19:27:31.500Z | Compiling cpufeatures v0.2.17 |
| 1444 | 2026-05-18T19:27:31.504Z | Compiling time-core v0.1.8 |
| 1445 | 2026-05-18T19:27:31.572Z | Compiling anyhow v1.0.102 |
| 1446 | 2026-05-18T19:27:31.661Z | Compiling powerfmt v0.2.0 |
| 1447 | 2026-05-18T19:27:31.707Z | Compiling scroll v0.13.0 |
| 1448 | 2026-05-18T19:27:31.848Z | Compiling deranged v0.5.8 |
| 1449 | 2026-05-18T19:27:31.872Z | Compiling time-macros v0.2.27 |
| 1450 | 2026-05-18T19:27:32.159Z | Compiling regex v1.12.3 |
| 1451 | 2026-05-18T19:27:32.623Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-05-18T19:27:32.774Z | Compiling num_threads v0.1.7 |
| 1453 | 2026-05-18T19:27:32.851Z | Compiling hex v0.4.3 |
| 1454 | 2026-05-18T19:27:32.873Z | Compiling openssl-probe v0.2.1 |
| 1455 | 2026-05-18T19:27:32.902Z | Compiling digest v0.10.7 |
| 1456 | 2026-05-18T19:27:33.059Z | Compiling goblin v0.10.5 |
| 1457 | 2026-05-18T19:27:33.234Z | Compiling camino v1.2.2 |
| 1458 | 2026-05-18T19:27:33.372Z | Compiling crc32fast v1.5.0 |
| 1459 | 2026-05-18T19:27:33.407Z | Compiling usdt-impl v0.6.0 |
| 1460 | 2026-05-18T19:27:33.719Z | Compiling h2 v0.4.14 |
| 1461 | 2026-05-18T19:27:33.832Z | Compiling dtrace-parser v0.3.0 |
| 1462 | 2026-05-18T19:27:34.019Z | Compiling aws-lc-rs v1.17.0 |
| 1463 | 2026-05-18T19:27:34.264Z | Compiling crossbeam-utils v0.8.21 |
| 1464 | 2026-05-18T19:27:34.596Z | Compiling futures-executor v0.3.32 |
| 1465 | 2026-05-18T19:27:34.688Z | Compiling structmeta-derive v0.3.0 |
| 1466 | 2026-05-18T19:27:34.850Z | Compiling thread-id v5.1.0 |
| 1467 | 2026-05-18T19:27:34.870Z | Compiling adler2 v2.0.1 |
| 1468 | 2026-05-18T19:27:34.931Z | Compiling rustls v0.22.4 |
| 1469 | 2026-05-18T19:27:35.001Z | Compiling simd-adler32 v0.3.9 |
| 1470 | 2026-05-18T19:27:35.153Z | Compiling miniz_oxide v0.8.9 |
| 1471 | 2026-05-18T19:27:35.210Z | Compiling futures v0.3.32 |
| 1472 | 2026-05-18T19:27:35.278Z | Compiling rand_core v0.9.5 |
| 1473 | 2026-05-18T19:27:35.552Z | Compiling darling_core v0.23.0 |
| 1474 | 2026-05-18T19:27:35.717Z | Compiling hyper v1.9.0 |
| 1475 | 2026-05-18T19:27:35.801Z | Compiling dof v0.4.0 |
| 1476 | 2026-05-18T19:27:35.934Z | Compiling structmeta v0.3.0 |
| 1477 | 2026-05-18T19:27:35.995Z | Compiling newtype-uuid-macros v0.1.0 |
| 1478 | 2026-05-18T19:27:36.134Z | Compiling thread_local v1.1.9 |
| 1479 | 2026-05-18T19:27:36.403Z | Compiling untrusted v0.7.1 |
| 1480 | 2026-05-18T19:27:36.707Z | Compiling match_cfg v0.1.0 |
| 1481 | 2026-05-18T19:27:36.778Z | Compiling hyper-util v0.1.20 |
| 1482 | 2026-05-18T19:27:36.808Z | Compiling flate2 v1.1.9 |
| 1483 | 2026-05-18T19:27:37.259Z | Compiling newtype-uuid v1.3.2 |
| 1484 | 2026-05-18T19:27:37.271Z | Compiling compression-core v0.4.32 |
| 1485 | 2026-05-18T19:27:37.433Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-05-18T19:27:37.472Z | Compiling ref-cast v1.0.25 |
| 1487 | 2026-05-18T19:27:37.544Z | Compiling rustls v0.23.40 |
| 1488 | 2026-05-18T19:27:37.609Z | Compiling slog-async v2.8.0 |
| 1489 | 2026-05-18T19:27:37.635Z | Compiling darling_macro v0.23.0 |
| 1490 | 2026-05-18T19:27:37.844Z | Compiling daft v0.1.7 |
| 1491 | 2026-05-18T19:27:37.847Z | Compiling usdt-macro v0.6.0 |
| 1492 | 2026-05-18T19:27:37.954Z | Compiling usdt-attr-macro v0.6.0 |
| 1493 | 2026-05-18T19:27:38.046Z | Compiling compression-codecs v0.4.38 |
| 1494 | 2026-05-18T19:27:38.114Z | Compiling rand_chacha v0.9.0 |
| 1495 | 2026-05-18T19:27:38.235Z | Compiling darling v0.23.0 |
| 1496 | 2026-05-18T19:27:38.319Z | Compiling ref-cast-impl v1.0.25 |
| 1497 | 2026-05-18T19:27:38.540Z | Compiling strum_macros v0.26.4 |
| 1498 | 2026-05-18T19:27:38.552Z | Compiling serde_spanned v1.1.1 |
| 1499 | 2026-05-18T19:27:38.700Z | Compiling multer v3.1.0 |
| 1500 | 2026-05-18T19:27:38.743Z | Compiling bit-vec v0.8.0 |
| 1501 | 2026-05-18T19:27:38.937Z | Compiling term v1.2.1 |
| 1502 | 2026-05-18T19:27:38.940Z | Compiling debug-ignore v1.0.5 |
| 1503 | 2026-05-18T19:27:38.940Z | Compiling take_mut v0.2.2 |
| 1504 | 2026-05-18T19:27:38.972Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1505 | 2026-05-18T19:27:39.042Z | Compiling bit-set v0.8.0 |
| 1506 | 2026-05-18T19:27:39.112Z | Compiling serde_with_macros v3.20.0 |
| 1507 | 2026-05-18T19:27:39.124Z | Compiling rand v0.9.4 |
| 1508 | 2026-05-18T19:27:39.169Z | Compiling async-stream-impl v0.3.6 |
| 1509 | 2026-05-18T19:27:39.208Z | Compiling dropshot v0.17.0 |
| 1510 | 2026-05-18T19:27:39.451Z | Compiling encoding_rs v0.8.35 |
| 1511 | 2026-05-18T19:27:39.649Z | Compiling mime v0.3.17 |
| 1512 | 2026-05-18T19:27:39.711Z | Compiling unarray v0.1.4 |
| 1513 | 2026-05-18T19:27:39.807Z | Compiling spin v0.9.8 |
| 1514 | 2026-05-18T19:27:39.819Z | Compiling syn v1.0.109 |
| 1515 | 2026-05-18T19:27:39.922Z | Compiling async-stream v0.3.6 |
| 1516 | 2026-05-18T19:27:39.969Z | Compiling derive-ex v0.1.8 |
| 1517 | 2026-05-18T19:27:40.111Z | Compiling tower v0.5.3 |
| 1518 | 2026-05-18T19:27:40.130Z | Compiling dropshot_endpoint v0.17.0 |
| 1519 | 2026-05-18T19:27:40.169Z | Compiling strum v0.26.3 |
| 1520 | 2026-05-18T19:27:40.189Z | Compiling macaddr v1.0.1 |
| 1521 | 2026-05-18T19:27:40.224Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1522 | 2026-05-18T19:27:40.291Z | Compiling waitgroup v0.1.2 |
| 1523 | 2026-05-18T19:27:40.432Z | Compiling serde_path_to_error v0.1.20 |
| 1524 | 2026-05-18T19:27:40.710Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1525 | 2026-05-18T19:27:40.788Z | Compiling tower-http v0.6.10 |
| 1526 | 2026-05-18T19:27:40.911Z | Compiling tempfile v3.27.0 |
| 1527 | 2026-05-18T19:27:41.084Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1528 | 2026-05-18T19:27:41.197Z | Compiling openapiv3 v2.2.0 |
| 1529 | 2026-05-18T19:27:41.272Z | Compiling strum_macros v0.27.2 |
| 1530 | 2026-05-18T19:27:41.332Z | Compiling instant v0.1.13 |
| 1531 | 2026-05-18T19:27:41.515Z | Compiling test-strategy v0.4.5 |
| 1532 | 2026-05-18T19:27:41.754Z | Compiling rustls-native-certs v0.8.3 |
| 1533 | 2026-05-18T19:27:42.145Z | Compiling time v0.3.47 |
| 1534 | 2026-05-18T19:27:42.674Z | Compiling rustc-hash v2.1.2 |
| 1535 | 2026-05-18T19:27:42.802Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1536 | 2026-05-18T19:27:42.961Z | Compiling crossbeam-channel v0.5.15 |
| 1537 | 2026-05-18T19:27:43.161Z | Compiling strum v0.27.2 |
| 1538 | 2026-05-18T19:27:43.457Z | Compiling parse-display-derive v0.10.0 |
| 1539 | 2026-05-18T19:27:44.028Z | Compiling rustls-webpki v0.102.8 |
| 1540 | 2026-05-18T19:27:44.210Z | Compiling backon v1.6.0 |
| 1541 | 2026-05-18T19:27:44.235Z | Compiling rand_chacha v0.3.1 |
| 1542 | 2026-05-18T19:27:44.903Z | Compiling rand v0.8.6 |
| 1543 | 2026-05-18T19:27:45.090Z | Compiling slog-json v2.6.1 |
| 1544 | 2026-05-18T19:27:45.195Z | Compiling hostname v0.3.1 |
| 1545 | 2026-05-18T19:27:45.222Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1546 | 2026-05-18T19:27:45.294Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1547 | 2026-05-18T19:27:45.330Z | Compiling memmap2 v0.9.10 |
| 1548 | 2026-05-18T19:27:45.544Z | Compiling is-terminal v0.4.17 |
| 1549 | 2026-05-18T19:27:45.547Z | Compiling wait-timeout v0.2.1 |
| 1550 | 2026-05-18T19:27:45.567Z | Compiling either v1.15.0 |
| 1551 | 2026-05-18T19:27:45.596Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1552 | 2026-05-18T19:27:45.638Z | Compiling slog-term v2.9.2 |
| 1553 | 2026-05-18T19:27:45.765Z | Compiling rusty-fork v0.3.1 |
| 1554 | 2026-05-18T19:27:45.855Z | Compiling usdt v0.6.0 |
| 1555 | 2026-05-18T19:27:45.918Z | Compiling slog-bunyan v2.5.0 |
| 1556 | 2026-05-18T19:27:46.126Z | Compiling serde_with v3.20.0 |
| 1557 | 2026-05-18T19:27:46.138Z | Compiling async-compression v0.4.42 |
| 1558 | 2026-05-18T19:27:46.234Z | Compiling rand_xorshift v0.4.0 |
| 1559 | 2026-05-18T19:27:46.384Z | Compiling sha1 v0.10.6 |
| 1560 | 2026-05-18T19:27:46.452Z | Compiling rustls-pemfile v2.2.0 |
| 1561 | 2026-05-18T19:27:46.608Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1562 | 2026-05-18T19:27:46.608Z | Compiling regress v0.10.5 |
| 1563 | 2026-05-18T19:27:46.652Z | Compiling hostname v0.4.2 |
| 1564 | 2026-05-18T19:27:46.792Z | Compiling tokio-rustls v0.25.0 |
| 1565 | 2026-05-18T19:27:47.138Z | Compiling proptest v1.11.0 |
| 1566 | 2026-05-18T19:27:47.835Z | Compiling iddqd v0.3.18 |
| 1567 | 2026-05-18T19:27:48.102Z | Compiling reqwest v0.12.28 |
| 1568 | 2026-05-18T19:27:48.966Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1569 | 2026-05-18T19:27:48.985Z | Compiling itertools v0.14.0 |
| 1570 | 2026-05-18T19:27:49.221Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1571 | 2026-05-18T19:27:49.813Z | Compiling progenitor-client v0.10.0 |
| 1572 | 2026-05-18T19:27:50.090Z | Compiling backoff v0.4.0 |
| 1573 | 2026-05-18T19:27:50.225Z | Compiling parse-display v0.10.0 |
| 1574 | 2026-05-18T19:27:50.305Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1575 | 2026-05-18T19:27:51.442Z | Compiling regress v0.11.1 |
| 1576 | 2026-05-18T19:27:51.598Z | Compiling utf8parse v0.2.2 |
| 1577 | 2026-05-18T19:27:51.672Z | Compiling colorchoice v1.0.5 |
| 1578 | 2026-05-18T19:27:51.708Z | Compiling anstyle-parse v1.0.0 |
| 1579 | 2026-05-18T19:27:51.787Z | Compiling anstyle v1.0.14 |
| 1580 | 2026-05-18T19:27:51.895Z | Compiling anstyle-query v1.1.5 |
| 1581 | 2026-05-18T19:27:52.044Z | Compiling is_terminal_polyfill v1.70.2 |
| 1582 | 2026-05-18T19:27:52.139Z | Compiling anstream v1.0.0 |
| 1583 | 2026-05-18T19:27:52.926Z | Compiling toml_datetime v0.6.11 |
| 1584 | 2026-05-18T19:27:53.018Z | Compiling typify-impl v0.6.2 |
| 1585 | 2026-05-18T19:27:53.098Z | Compiling zerocopy-derive v0.7.35 |
| 1586 | 2026-05-18T19:27:53.434Z | Compiling clap_lex v1.1.0 |
| 1587 | 2026-05-18T19:27:53.453Z | Compiling convert_case v0.4.0 |
| 1588 | 2026-05-18T19:27:53.757Z | Compiling derive_more v0.99.20 |
| 1589 | 2026-05-18T19:27:53.970Z | Compiling zerocopy v0.7.35 |
| 1590 | 2026-05-18T19:27:54.580Z | Compiling unicode-width v0.2.2 |
| 1591 | 2026-05-18T19:27:55.384Z | Compiling secrecy v0.10.3 |
| 1592 | 2026-05-18T19:27:55.451Z | Compiling clap_derive v4.6.1 |
| 1593 | 2026-05-18T19:27:55.539Z | Compiling crucible-workspace-hack v0.1.0 |
| 1594 | 2026-05-18T19:27:55.628Z | Compiling float-ord v0.3.2 |
| 1595 | 2026-05-18T19:27:55.699Z | Compiling tinyvec_macros v0.1.1 |
| 1596 | 2026-05-18T19:27:55.768Z | Compiling tinyvec v1.11.0 |
| 1597 | 2026-05-18T19:27:56.211Z | Compiling terminal_size v0.4.4 |
| 1598 | 2026-05-18T19:27:56.388Z | Compiling dtrace-parser v0.2.0 |
| 1599 | 2026-05-18T19:27:56.423Z | Compiling scroll_derive v0.12.1 |
| 1600 | 2026-05-18T19:27:56.435Z | Compiling rustc_version v0.4.1 |
| 1601 | 2026-05-18T19:27:56.708Z | Compiling num-integer v0.1.46 |
| 1602 | 2026-05-18T19:27:57.083Z | Compiling usdt-impl v0.5.0 |
| 1603 | 2026-05-18T19:27:57.169Z | Compiling scroll v0.12.0 |
| 1604 | 2026-05-18T19:27:57.284Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-05-18T19:27:57.667Z | Compiling dof v0.3.0 |
| 1606 | 2026-05-18T19:27:58.003Z | Compiling hmac v0.12.1 |
| 1607 | 2026-05-18T19:27:58.018Z | Compiling darling_core v0.21.3 |
| 1608 | 2026-05-18T19:27:58.061Z | Compiling inout v0.1.4 |
| 1609 | 2026-05-18T19:27:58.086Z | Compiling ff v0.13.1 |
| 1610 | 2026-05-18T19:27:58.141Z | Compiling thread-id v4.2.2 |
| 1611 | 2026-05-18T19:27:58.143Z | Compiling hkdf v0.12.4 |
| 1612 | 2026-05-18T19:27:58.217Z | Compiling group v0.13.0 |
| 1613 | 2026-05-18T19:27:58.227Z | Compiling cipher v0.4.4 |
| 1614 | 2026-05-18T19:27:58.789Z | Compiling goblin v0.8.2 |
| 1615 | 2026-05-18T19:27:58.919Z | Compiling num-iter v0.1.45 |
| 1616 | 2026-05-18T19:27:59.023Z | Compiling num-rational v0.4.2 |
| 1617 | 2026-05-18T19:27:59.043Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-05-18T19:27:59.243Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 1619 | 2026-05-18T19:27:59.356Z | Compiling typify-macro v0.6.2 |
| 1620 | 2026-05-18T19:27:59.630Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1621 | 2026-05-18T19:28:00.093Z | Compiling darling_macro v0.21.3 |
| 1622 | 2026-05-18T19:28:00.129Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1623 | 2026-05-18T19:28:00.624Z | Compiling crossbeam-epoch v0.9.18 |
| 1624 | 2026-05-18T19:28:00.720Z | Compiling universal-hash v0.5.1 |
| 1625 | 2026-05-18T19:28:00.855Z | Compiling crypto-bigint v0.5.5 |
| 1626 | 2026-05-18T19:28:00.973Z | Compiling half v2.7.1 |
| 1627 | 2026-05-18T19:28:01.020Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-05-18T19:28:01.273Z | Compiling num-complex v0.4.6 |
| 1629 | 2026-05-18T19:28:01.431Z | Compiling typify v0.6.2 |
| 1630 | 2026-05-18T19:28:01.785Z | Compiling ciborium-io v0.2.2 |
| 1631 | 2026-05-18T19:28:01.809Z | Compiling opaque-debug v0.3.1 |
| 1632 | 2026-05-18T19:28:01.866Z | Compiling base16ct v0.2.0 |
| 1633 | 2026-05-18T19:28:01.877Z | Compiling base64ct v1.8.3 |
| 1634 | 2026-05-18T19:28:01.888Z | Compiling ciborium-ll v0.2.2 |
| 1635 | 2026-05-18T19:28:01.985Z | Compiling elliptic-curve v0.13.8 |
| 1636 | 2026-05-18T19:28:02.093Z | Compiling poly1305 v0.8.0 |
| 1637 | 2026-05-18T19:28:02.161Z | Compiling password-hash v0.5.0 |
| 1638 | 2026-05-18T19:28:02.511Z | Compiling num v0.4.3 |
| 1639 | 2026-05-18T19:28:02.601Z | Compiling thiserror-no-std v2.0.2 |
| 1640 | 2026-05-18T19:28:02.639Z | Compiling darling v0.21.3 |
| 1641 | 2026-05-18T19:28:02.721Z | Compiling clap v4.6.1 |
| 1642 | 2026-05-18T19:28:02.761Z | Compiling proc-macro-crate v3.5.0 |
| 1643 | 2026-05-18T19:28:03.043Z | Compiling chacha20 v0.9.1 |
| 1644 | 2026-05-18T19:28:03.177Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1645 | 2026-05-18T19:28:03.433Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1646 | 2026-05-18T19:28:03.838Z | Compiling blake2 v0.10.6 |
| 1647 | 2026-05-18T19:28:03.860Z | Compiling byte-wrapper v0.1.0 |
| 1648 | 2026-05-18T19:28:03.962Z | Compiling aead v0.5.2 |
| 1649 | 2026-05-18T19:28:04.127Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1650 | 2026-05-18T19:28:04.214Z | Compiling proc-macro-error-attr v1.0.4 |
| 1651 | 2026-05-18T19:28:04.450Z | Compiling keccak v0.1.6 |
| 1652 | 2026-05-18T19:28:04.453Z | Compiling heapless v0.8.0 |
| 1653 | 2026-05-18T19:28:04.514Z | Compiling unsafe-libyaml v0.2.11 |
| 1654 | 2026-05-18T19:28:04.687Z | Compiling rustix v0.38.44 |
| 1655 | 2026-05-18T19:28:04.773Z | Compiling prettyplease v0.2.37 |
| 1656 | 2026-05-18T19:28:05.043Z | Compiling serde_yaml v0.9.34+deprecated |
| 1657 | 2026-05-18T19:28:05.212Z | Compiling sha3 v0.10.9 |
| 1658 | 2026-05-18T19:28:05.732Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1659 | 2026-05-18T19:28:06.284Z | Compiling chacha20poly1305 v0.10.1 |
| 1660 | 2026-05-18T19:28:06.420Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1661 | 2026-05-18T19:28:06.538Z | Compiling argon2 v0.5.3 |
| 1662 | 2026-05-18T19:28:06.589Z | Compiling vsss-rs v3.3.4 |
| 1663 | 2026-05-18T19:28:06.862Z | Compiling num_enum_derive v0.7.6 |
| 1664 | 2026-05-18T19:28:07.082Z | Compiling ingot-macros v0.1.1 |
| 1665 | 2026-05-18T19:28:07.925Z | Compiling ciborium v0.2.2 |
| 1666 | 2026-05-18T19:28:08.449Z | Compiling rustls-webpki v0.103.13 |
| 1667 | 2026-05-18T19:28:08.525Z | Compiling usdt-attr-macro v0.5.0 |
| 1668 | 2026-05-18T19:28:08.770Z | Compiling usdt-macro v0.5.0 |
| 1669 | 2026-05-18T19:28:10.134Z | Compiling serde_spanned v0.6.9 |
| 1670 | 2026-05-18T19:28:10.155Z | Compiling enum-as-inner v0.6.1 |
| 1671 | 2026-05-18T19:28:10.283Z | Compiling hash32 v0.3.1 |
| 1672 | 2026-05-18T19:28:10.433Z | Compiling proc-macro-error v1.0.4 |
| 1673 | 2026-05-18T19:28:10.445Z | Compiling memmap v0.7.0 |
| 1674 | 2026-05-18T19:28:10.644Z | Compiling toml_write v0.1.2 |
| 1675 | 2026-05-18T19:28:10.682Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1676 | 2026-05-18T19:28:10.751Z | Compiling winnow v0.7.15 |
| 1677 | 2026-05-18T19:28:10.844Z | Compiling smoltcp v0.11.0 |
| 1678 | 2026-05-18T19:28:10.947Z | Compiling indent_write v2.2.0 |
| 1679 | 2026-05-18T19:28:11.008Z | Compiling winnow v0.5.40 |
| 1680 | 2026-05-18T19:28:11.073Z | Compiling data-encoding v2.11.0 |
| 1681 | 2026-05-18T19:28:11.211Z | Compiling usdt v0.5.0 |
| 1682 | 2026-05-18T19:28:11.567Z | Compiling ingot-types v0.1.2 |
| 1683 | 2026-05-18T19:28:11.656Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1684 | 2026-05-18T19:28:11.918Z | Compiling num_enum v0.7.6 |
| 1685 | 2026-05-18T19:28:11.979Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1686 | 2026-05-18T19:28:12.000Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1687 | 2026-05-18T19:28:12.103Z | Compiling toml_edit v0.22.27 |
| 1688 | 2026-05-18T19:28:12.309Z | Compiling tokio-rustls v0.26.4 |
| 1689 | 2026-05-18T19:28:12.326Z | Compiling rustls-platform-verifier v0.7.0 |
| 1690 | 2026-05-18T19:28:12.566Z | Compiling hyper-rustls v0.27.9 |
| 1691 | 2026-05-18T19:28:12.587Z | Compiling toml_edit v0.19.15 |
| 1692 | 2026-05-18T19:28:12.811Z | Compiling reqwest v0.13.3 |
| 1693 | 2026-05-18T19:28:13.835Z | Compiling tabwriter v1.4.1 |
| 1694 | 2026-05-18T19:28:13.992Z | Compiling cobs v0.3.0 |
| 1695 | 2026-05-18T19:28:14.082Z | Compiling progenitor-client v0.14.0 |
| 1696 | 2026-05-18T19:28:14.399Z | Compiling progenitor-extras v0.2.0 |
| 1697 | 2026-05-18T19:28:14.623Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1698 | 2026-05-18T19:28:14.645Z | Compiling serde_repr v0.1.20 |
| 1699 | 2026-05-18T19:28:15.258Z | Compiling memoffset v0.9.1 |
| 1700 | 2026-05-18T19:28:15.364Z | Compiling bitflags v1.3.2 |
| 1701 | 2026-05-18T19:28:15.445Z | Compiling managed v0.8.0 |
| 1702 | 2026-05-18T19:28:15.518Z | Compiling cfg_aliases v0.2.1 |
| 1703 | 2026-05-18T19:28:15.574Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1704 | 2026-05-18T19:28:15.594Z | Compiling vcpkg v0.2.15 |
| 1705 | 2026-05-18T19:28:15.669Z | Compiling pkg-config v0.3.33 |
| 1706 | 2026-05-18T19:28:15.834Z | Compiling nix v0.31.3 |
| 1707 | 2026-05-18T19:28:16.151Z | Compiling openssl-sys v0.9.116 |
| 1708 | 2026-05-18T19:28:16.223Z | Compiling postcard v1.1.3 |
| 1709 | 2026-05-18T19:28:16.563Z | Compiling proc-macro-crate v1.3.1 |
| 1710 | 2026-05-18T19:28:16.707Z | Compiling toml v0.8.23 |
| 1711 | 2026-05-18T19:28:17.058Z | Compiling ingot v0.1.1 |
| 1712 | 2026-05-18T19:28:17.123Z | Compiling hubpack_derive v0.1.1 |
| 1713 | 2026-05-18T19:28:17.238Z | Compiling foreign-types-macros v0.2.3 |
| 1714 | 2026-05-18T19:28:17.463Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1715 | 2026-05-18T19:28:17.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1716 | 2026-05-18T19:28:17.674Z | Compiling colored v3.1.1 |
| 1717 | 2026-05-18T19:28:17.769Z | Compiling unicode-segmentation v1.13.2 |
| 1718 | 2026-05-18T19:28:17.905Z | Compiling foreign-types-shared v0.3.1 |
| 1719 | 2026-05-18T19:28:17.908Z | Compiling linked-hash-map v0.5.6 |
| 1720 | 2026-05-18T19:28:18.007Z | Compiling rayon-core v1.13.0 |
| 1721 | 2026-05-18T19:28:18.079Z | Compiling resolv-conf v0.7.6 |
| 1722 | 2026-05-18T19:28:18.106Z | Compiling heck v0.4.1 |
| 1723 | 2026-05-18T19:28:18.197Z | Compiling swrite v0.1.0 |
| 1724 | 2026-05-18T19:28:18.256Z | Compiling semver v0.1.20 |
| 1725 | 2026-05-18T19:28:18.295Z | Compiling cpufeatures v0.3.0 |
| 1726 | 2026-05-18T19:28:18.319Z | Compiling static_assertions v1.1.0 |
| 1727 | 2026-05-18T19:28:18.373Z | Compiling chacha20 v0.10.0 |
| 1728 | 2026-05-18T19:28:18.414Z | Compiling newline-converter v0.3.0 |
| 1729 | 2026-05-18T19:28:18.470Z | Compiling rustc_version v0.1.7 |
| 1730 | 2026-05-18T19:28:18.519Z | Compiling lru-cache v0.1.2 |
| 1731 | 2026-05-18T19:28:18.533Z | Compiling foreign-types v0.5.0 |
| 1732 | 2026-05-18T19:28:18.615Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1733 | 2026-05-18T19:28:18.650Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1734 | 2026-05-18T19:28:18.791Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1735 | 2026-05-18T19:28:18.804Z | Compiling hubpack v0.1.2 |
| 1736 | 2026-05-18T19:28:18.952Z | Compiling num_enum_derive v0.5.11 |
| 1737 | 2026-05-18T19:28:19.332Z | Compiling atomicwrites v0.4.4 |
| 1738 | 2026-05-18T19:28:19.541Z | Compiling hickory-proto v0.24.4 |
| 1739 | 2026-05-18T19:28:20.081Z | Compiling progenitor-impl v0.13.0 |
| 1740 | 2026-05-18T19:28:20.742Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1741 | 2026-05-18T19:28:20.944Z | Compiling crossbeam-deque v0.8.6 |
| 1742 | 2026-05-18T19:28:20.972Z | Compiling console v0.15.11 |
| 1743 | 2026-05-18T19:28:21.151Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1744 | 2026-05-18T19:28:21.395Z | Compiling camino-tempfile v1.4.1 |
| 1745 | 2026-05-18T19:28:21.616Z | Compiling serde-big-array v0.5.1 |
| 1746 | 2026-05-18T19:28:21.634Z | Compiling pin-project-internal v1.1.13 |
| 1747 | 2026-05-18T19:28:21.646Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1748 | 2026-05-18T19:28:21.657Z | Compiling derive-where v1.6.1 |
| 1749 | 2026-05-18T19:28:21.679Z | Compiling num-derive v0.4.2 |
| 1750 | 2026-05-18T19:28:21.758Z | Compiling cstr-argument v0.1.2 |
| 1751 | 2026-05-18T19:28:21.916Z | Compiling minimal-lexical v0.2.1 |
| 1752 | 2026-05-18T19:28:22.187Z | Compiling similar v2.7.0 |
| 1753 | 2026-05-18T19:28:22.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1754 | 2026-05-18T19:28:22.480Z | Compiling siphasher v1.0.3 |
| 1755 | 2026-05-18T19:28:22.671Z | Compiling phf_shared v0.12.1 |
| 1756 | 2026-05-18T19:28:22.687Z | Compiling expectorate v1.2.0 |
| 1757 | 2026-05-18T19:28:22.765Z | Compiling pin-project v1.1.13 |
| 1758 | 2026-05-18T19:28:22.866Z | Compiling nom v7.1.3 |
| 1759 | 2026-05-18T19:28:22.877Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1760 | 2026-05-18T19:28:22.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1761 | 2026-05-18T19:28:23.025Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1762 | 2026-05-18T19:28:23.146Z | Compiling hickory-resolver v0.24.4 |
| 1763 | 2026-05-18T19:28:23.159Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1764 | 2026-05-18T19:28:23.362Z | Compiling num_enum v0.5.11 |
| 1765 | 2026-05-18T19:28:23.485Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1766 | 2026-05-18T19:28:23.680Z | Compiling progenitor-macro v0.13.0 |
| 1767 | 2026-05-18T19:28:23.920Z | Compiling newtype_derive v0.1.6 |
| 1768 | 2026-05-18T19:28:24.173Z | Compiling rand v0.10.1 |
| 1769 | 2026-05-18T19:28:24.212Z | Compiling progenitor-client v0.13.0 |
| 1770 | 2026-05-18T19:28:24.847Z | Compiling progenitor-impl v0.14.0 |
| 1771 | 2026-05-18T19:28:25.184Z | Compiling unicode-normalization v0.1.25 |
| 1772 | 2026-05-18T19:28:25.666Z | Compiling tokio-stream v0.1.18 |
| 1773 | 2026-05-18T19:28:25.766Z | Compiling async-recursion v1.1.1 |
| 1774 | 2026-05-18T19:28:25.777Z | Compiling snafu-derive v0.8.9 |
| 1775 | 2026-05-18T19:28:26.129Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 1776 | 2026-05-18T19:28:26.223Z | Compiling slog-dtrace v0.3.0 |
| 1777 | 2026-05-18T19:28:26.443Z | Compiling bstr v1.12.1 |
| 1778 | 2026-05-18T19:28:26.469Z | Compiling csv-core v0.1.13 |
| 1779 | 2026-05-18T19:28:26.480Z | Compiling unicode-width v0.1.14 |
| 1780 | 2026-05-18T19:28:26.739Z | Compiling foldhash v0.1.5 |
| 1781 | 2026-05-18T19:28:26.765Z | Compiling chrono-tz v0.10.4 |
| 1782 | 2026-05-18T19:28:26.929Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1783 | 2026-05-18T19:28:26.946Z | Compiling unicode-xid v0.2.6 |
| 1784 | 2026-05-18T19:28:27.041Z | Compiling cancel-safe-futures v0.1.5 |
| 1785 | 2026-05-18T19:28:27.126Z | Compiling foreign-types-shared v0.1.1 |
| 1786 | 2026-05-18T19:28:27.227Z | Compiling owo-colors v4.3.0 |
| 1787 | 2026-05-18T19:28:27.328Z | Compiling konst_macro_rules v0.2.19 |
| 1788 | 2026-05-18T19:28:27.515Z | Compiling same-file v1.0.6 |
| 1789 | 2026-05-18T19:28:27.566Z | Compiling highway v1.3.0 |
| 1790 | 2026-05-18T19:28:27.585Z | Compiling openssl v0.10.80 |
| 1791 | 2026-05-18T19:28:27.701Z | Compiling walkdir v2.5.0 |
| 1792 | 2026-05-18T19:28:27.898Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1793 | 2026-05-18T19:28:28.016Z | Compiling snafu v0.8.9 |
| 1794 | 2026-05-18T19:28:28.075Z | Compiling konst v0.2.20 |
| 1795 | 2026-05-18T19:28:28.107Z | Compiling foreign-types v0.3.2 |
| 1796 | 2026-05-18T19:28:28.189Z | Compiling const_format_proc_macros v0.2.34 |
| 1797 | 2026-05-18T19:28:28.350Z | Compiling hashbrown v0.15.5 |
| 1798 | 2026-05-18T19:28:28.418Z | Compiling globset v0.4.18 |
| 1799 | 2026-05-18T19:28:28.447Z | Compiling progenitor-macro v0.14.0 |
| 1800 | 2026-05-18T19:28:28.802Z | Compiling progenitor v0.13.0 |
| 1801 | 2026-05-18T19:28:28.885Z | Compiling csv v1.4.0 |
| 1802 | 2026-05-18T19:28:29.015Z | Compiling qorb v0.4.1 |
| 1803 | 2026-05-18T19:28:29.054Z | Compiling olpc-cjson v0.1.4 |
| 1804 | 2026-05-18T19:28:29.261Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1805 | 2026-05-18T19:28:29.455Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1806 | 2026-05-18T19:28:29.822Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1807 | 2026-05-18T19:28:30.439Z | Compiling rayon v1.12.0 |
| 1808 | 2026-05-18T19:28:30.918Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1809 | 2026-05-18T19:28:30.946Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1810 | 2026-05-18T19:28:31.217Z | Compiling phf v0.12.1 |
| 1811 | 2026-05-18T19:28:31.264Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1812 | 2026-05-18T19:28:31.485Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1813 | 2026-05-18T19:28:31.779Z | Compiling zone_cfg_derive v0.3.1 |
| 1814 | 2026-05-18T19:28:32.282Z | Compiling tokio-dtrace v0.1.1 |
| 1815 | 2026-05-18T19:28:32.357Z | Compiling itertools v0.12.1 |
| 1816 | 2026-05-18T19:28:32.474Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1817 | 2026-05-18T19:28:32.547Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1818 | 2026-05-18T19:28:32.560Z | Compiling libsw-core v0.3.2 |
| 1819 | 2026-05-18T19:28:32.682Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1820 | 2026-05-18T19:28:32.731Z | Compiling serde_plain v1.0.2 |
| 1821 | 2026-05-18T19:28:32.934Z | Compiling openssl-macros v0.1.1 |
| 1822 | 2026-05-18T19:28:32.952Z | Compiling pem v3.0.6 |
| 1823 | 2026-05-18T19:28:33.297Z | Compiling cookie v0.18.1 |
| 1824 | 2026-05-18T19:28:33.341Z | Compiling sigpipe v0.1.3 |
| 1825 | 2026-05-18T19:28:33.435Z | Compiling bytecount v0.6.9 |
| 1826 | 2026-05-18T19:28:33.447Z | Compiling jiff v0.2.24 |
| 1827 | 2026-05-18T19:28:33.519Z | Compiling glob v0.3.3 |
| 1828 | 2026-05-18T19:28:33.543Z | Compiling fixedbitset v0.4.2 |
| 1829 | 2026-05-18T19:28:33.579Z | Compiling fixedbitset v0.5.7 |
| 1830 | 2026-05-18T19:28:33.594Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1831 | 2026-05-18T19:28:33.597Z | Compiling typed-path v0.9.3 |
| 1832 | 2026-05-18T19:28:33.780Z | Compiling petgraph v0.8.3 |
| 1833 | 2026-05-18T19:28:33.855Z | Compiling petgraph v0.6.5 |
| 1834 | 2026-05-18T19:28:33.958Z | Compiling papergrid v0.11.0 |
| 1835 | 2026-05-18T19:28:33.969Z | Compiling progenitor v0.14.0 |
| 1836 | 2026-05-18T19:28:34.103Z | Compiling zone v0.3.1 |
| 1837 | 2026-05-18T19:28:34.932Z | Compiling tough v0.22.0 |
| 1838 | 2026-05-18T19:28:35.359Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1839 | 2026-05-18T19:28:35.577Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1840 | 2026-05-18T19:28:35.747Z | Compiling libsw v3.5.0 |
| 1841 | 2026-05-18T19:28:35.778Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1842 | 2026-05-18T19:28:35.921Z | Compiling oxide-tokio-rt v0.1.6 |
| 1843 | 2026-05-18T19:28:35.924Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1844 | 2026-05-18T19:28:36.037Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1845 | 2026-05-18T19:28:36.231Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1846 | 2026-05-18T19:28:37.379Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1847 | 2026-05-18T19:28:37.497Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1848 | 2026-05-18T19:28:37.615Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1849 | 2026-05-18T19:28:37.627Z | Compiling const_format v0.2.36 |
| 1850 | 2026-05-18T19:28:38.228Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1851 | 2026-05-18T19:28:38.286Z | Compiling tabled_derive v0.7.0 |
| 1852 | 2026-05-18T19:28:38.349Z | Compiling gethostname v0.5.0 |
| 1853 | 2026-05-18T19:28:38.477Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1854 | 2026-05-18T19:28:38.533Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1855 | 2026-05-18T19:28:38.601Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1856 | 2026-05-18T19:28:38.644Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1857 | 2026-05-18T19:28:38.727Z | Compiling bcs v0.1.6 |
| 1858 | 2026-05-18T19:28:38.727Z | Compiling smf v0.2.3 |
| 1859 | 2026-05-18T19:28:39.056Z | Compiling whoami v1.6.1 |
| 1860 | 2026-05-18T19:28:39.225Z | Compiling unicode-linebreak v0.1.5 |
| 1861 | 2026-05-18T19:28:39.275Z | Compiling termtree v0.5.1 |
| 1862 | 2026-05-18T19:28:39.347Z | Compiling linear-map v1.2.0 |
| 1863 | 2026-05-18T19:28:39.385Z | Compiling smawk v0.3.2 |
| 1864 | 2026-05-18T19:28:39.432Z | Compiling tagptr v0.2.0 |
| 1865 | 2026-05-18T19:28:39.483Z | Compiling lazy_static v1.5.0 |
| 1866 | 2026-05-18T19:28:39.509Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1867 | 2026-05-18T19:28:39.523Z | Compiling textwrap v0.16.2 |
| 1868 | 2026-05-18T19:28:39.535Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1869 | 2026-05-18T19:28:39.583Z | Compiling steno v0.4.1 |
| 1870 | 2026-05-18T19:28:39.587Z | Compiling moka v0.12.15 |
| 1871 | 2026-05-18T19:28:39.982Z | Compiling tabled v0.15.0 |
| 1872 | 2026-05-18T19:28:40.377Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1873 | 2026-05-18T19:28:40.853Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1874 | 2026-05-18T19:28:41.424Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1875 | 2026-05-18T19:28:42.289Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1876 | 2026-05-18T19:28:42.707Z | Compiling hickory-proto v0.25.2 |
| 1877 | 2026-05-18T19:28:42.833Z | Compiling humantime v2.3.0 |
| 1878 | 2026-05-18T19:28:43.133Z | Compiling parking_lot_core v0.8.6 |
| 1879 | 2026-05-18T19:28:43.275Z | Compiling libscf-sys v1.2.0 |
| 1880 | 2026-05-18T19:28:43.356Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1881 | 2026-05-18T19:28:43.423Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1882 | 2026-05-18T19:28:43.452Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1883 | 2026-05-18T19:28:43.941Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1884 | 2026-05-18T19:28:44.033Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1885 | 2026-05-18T19:28:44.048Z | Compiling nom v8.0.0 |
| 1886 | 2026-05-18T19:28:44.057Z | Compiling parking_lot v0.11.2 |
| 1887 | 2026-05-18T19:28:44.433Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1888 | 2026-05-18T19:28:44.468Z | Compiling fxhash v0.2.1 |
| 1889 | 2026-05-18T19:28:44.554Z | Compiling internet-checksum v0.2.1 |
| 1890 | 2026-05-18T19:28:44.609Z | Compiling hickory-resolver v0.25.2 |
| 1891 | 2026-05-18T19:28:44.665Z | Compiling sled v0.34.7 |
| 1892 | 2026-05-18T19:28:45.495Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1893 | 2026-05-18T19:28:46.118Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1894 | 2026-05-18T19:28:49.445Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1895 | 2026-05-18T19:28:50.315Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1896 | 2026-05-18T19:28:57.159Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1897 | 2026-05-18T19:28:58.757Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1898 | 2026-05-18T19:28:59.776Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1899 | 2026-05-18T19:29:00.845Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1900 | 2026-05-18T19:29:01.831Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1901 | 2026-05-18T19:29:25.260Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1902 | 2026-05-18T19:29:25.441Z | ──────────── |
| 1903 | 2026-05-18T19:29:25.441Z | Nextest run ID a51351d5-94a0-408a-864e-b7de060f2f64 with nextest profile: default |
| 1904 | 2026-05-18T19:29:25.441Z | Starting 15 tests across 1 binary (28 tests skipped) |
| 1905 | 2026-05-18T19:29:42.353Z | PASS [ 16.910s] rdb proptest::prop_ipv4_within_self |
| 1906 | 2026-05-18T19:29:42.397Z | PASS [ 16.952s] rdb proptest::prop_ipv4_unset_host_bits_idempotent |
| 1907 | 2026-05-18T19:29:42.422Z | PASS [ 16.979s] rdb proptest::prop_ipv4_host_bits_always_unset |
| 1908 | 2026-05-18T19:29:42.433Z | PASS [ 16.990s] rdb proptest::prop_ipv6_default_contains_all |
| 1909 | 2026-05-18T19:29:42.466Z | PASS [ 17.023s] rdb proptest::prop_ipv6_host_bits_always_unset |
| 1910 | 2026-05-18T19:29:42.486Z | PASS [ 17.043s] rdb proptest::prop_ipv4_default_contains_all |
| 1911 | 2026-05-18T19:29:42.501Z | PASS [ 17.058s] rdb proptest::prop_ipv6_unset_host_bits_idempotent |
| 1912 | 2026-05-18T19:29:59.249Z | PASS [ 16.891s] rdb proptest::prop_ipv6_within_self |
| 1913 | 2026-05-18T19:30:08.491Z | PASS [ 26.093s] rdb proptest::prop_static_route_key_deduplication |
| 1914 | 2026-05-18T19:30:18.820Z | PASS [ 36.395s] rdb proptest::prop_static_route_key_normalization_idempotent |
| 1915 | 2026-05-18T19:30:18.845Z | PASS [ 36.408s] rdb proptest::prop_static_route_key_normalization_preserves_fields |
| 1916 | 2026-05-18T19:30:18.851Z | PASS [ 36.362s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits |
| 1917 | 2026-05-18T19:30:18.976Z | PASS [ 36.506s] rdb proptest::prop_static_route_key_normalization_preserves_length |
| 1918 | 2026-05-18T19:30:25.448Z | SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1919 | 2026-05-18T19:30:34.990Z | PASS [ 52.484s] rdb proptest::prop_static_route_key_ord_consistency |
| 1920 | 2026-05-18T19:31:25.455Z | SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1921 | 2026-05-18T19:32:25.462Z | SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1922 | 2026-05-18T19:33:25.469Z | SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1923 | 2026-05-18T19:33:41.604Z | PASS [ 256.139s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1924 | 2026-05-18T19:33:41.604Z | ──────────── |
| 1925 | 2026-05-18T19:33:41.604Z | Summary [ 256.140s] 15 tests run: 15 passed (1 slow), 28 skipped |
| 1926 | 2026-05-18T19:33:41.618Z | + cp '*.log' /work/ |
| 1927 | 2026-05-18T19:33:41.621Z | + true |
| 1928 | 2026-05-18T19:33:41.621Z | + '[' -d proptest-regressions ']' |
| 1929 | 2026-05-18T19:33:41.621Z | + cp -r proptest-regressions /work/rdb-proptest-regressions |
| 1930 | 2026-05-18T19:33:41.624Z | + popd |
| 1931 | 2026-05-18T19:33:41.624Z | /work/oxidecomputer/maghemite |
| 1932 | 2026-05-18T19:33:41.624Z | + pushd bgp |
| 1933 | 2026-05-18T19:33:41.624Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 1934 | 2026-05-18T19:33:41.624Z | + PROPTEST_CASES=1000000 |
| 1935 | 2026-05-18T19:33:41.624Z | + cargo nextest run --lib proptest |
| 1936 | 2026-05-18T19:33:42.796Z | Compiling smallvec v1.15.1 |
| 1937 | 2026-05-18T19:33:42.954Z | Compiling crunchy v0.2.4 |
| 1938 | 2026-05-18T19:33:42.974Z | Compiling tiny-keccak v2.0.2 |
| 1939 | 2026-05-18T19:33:42.984Z | Compiling smartstring v1.0.1 |
| 1940 | 2026-05-18T19:33:42.987Z | Compiling ahash v0.8.12 |
| 1941 | 2026-05-18T19:33:43.002Z | Compiling sdd v3.0.10 |
| 1942 | 2026-05-18T19:33:43.002Z | Compiling thin-vec v0.2.18 |
| 1943 | 2026-05-18T19:33:43.091Z | Compiling icu_normalizer v2.2.0 |
| 1944 | 2026-05-18T19:33:43.105Z | Compiling parking_lot_core v0.9.12 |
| 1945 | 2026-05-18T19:33:43.278Z | Compiling parking_lot_core v0.8.6 |
| 1946 | 2026-05-18T19:33:43.288Z | Compiling parking_lot v0.12.5 |
| 1947 | 2026-05-18T19:33:43.489Z | Compiling idna_adapter v1.2.2 |
| 1948 | 2026-05-18T19:33:43.545Z | Compiling tokio v1.52.3 |
| 1949 | 2026-05-18T19:33:43.629Z | Compiling idna v1.1.0 |
| 1950 | 2026-05-18T19:33:43.687Z | Compiling moka v0.12.15 |
| 1951 | 2026-05-18T19:33:43.712Z | Compiling const-random-macro v0.1.16 |
| 1952 | 2026-05-18T19:33:43.822Z | Compiling parking_lot v0.11.2 |
| 1953 | 2026-05-18T19:33:44.098Z | Compiling url v2.5.8 |
| 1954 | 2026-05-18T19:33:44.226Z | Compiling const-random v0.1.18 |
| 1955 | 2026-05-18T19:33:44.238Z | Compiling sled v0.34.7 |
| 1956 | 2026-05-18T19:33:44.398Z | Compiling scc v2.4.0 |
| 1957 | 2026-05-18T19:33:44.469Z | Compiling rhai_codegen v3.1.0 |
| 1958 | 2026-05-18T19:33:44.524Z | Compiling serial_test_derive v3.4.0 |
| 1959 | 2026-05-18T19:33:44.775Z | Compiling schemars v0.8.22 |
| 1960 | 2026-05-18T19:33:44.970Z | Compiling yansi v1.0.1 |
| 1961 | 2026-05-18T19:33:45.248Z | Compiling diff v0.1.13 |
| 1962 | 2026-05-18T19:33:45.371Z | Compiling pretty_assertions v1.4.1 |
| 1963 | 2026-05-18T19:33:45.530Z | Compiling ipnetwork v0.21.1 |
| 1964 | 2026-05-18T19:33:45.533Z | Compiling newtype-uuid v1.3.2 |
| 1965 | 2026-05-18T19:33:45.641Z | Compiling serde_with v3.20.0 |
| 1966 | 2026-05-18T19:33:45.676Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1967 | 2026-05-18T19:33:45.891Z | Compiling oxnet v0.1.5 |
| 1968 | 2026-05-18T19:33:45.970Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1969 | 2026-05-18T19:33:46.247Z | Compiling daft v0.1.7 |
| 1970 | 2026-05-18T19:33:46.321Z | Compiling byte-wrapper v0.1.0 |
| 1971 | 2026-05-18T19:33:46.380Z | Compiling typify-impl v0.6.2 |
| 1972 | 2026-05-18T19:33:46.519Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1973 | 2026-05-18T19:33:46.654Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1974 | 2026-05-18T19:33:46.683Z | Compiling iddqd v0.3.18 |
| 1975 | 2026-05-18T19:33:47.168Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1976 | 2026-05-18T19:33:47.287Z | Compiling tokio-util v0.7.18 |
| 1977 | 2026-05-18T19:33:47.433Z | Compiling tower v0.5.3 |
| 1978 | 2026-05-18T19:33:47.533Z | Compiling tokio-rustls v0.26.4 |
| 1979 | 2026-05-18T19:33:47.811Z | Compiling async-compression v0.4.42 |
| 1980 | 2026-05-18T19:33:47.892Z | Compiling h2 v0.4.14 |
| 1981 | 2026-05-18T19:33:47.931Z | Compiling tower-http v0.6.10 |
| 1982 | 2026-05-18T19:33:48.059Z | Compiling tokio-rustls v0.25.0 |
| 1983 | 2026-05-18T19:33:48.139Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1984 | 2026-05-18T19:33:48.291Z | Compiling backoff v0.4.0 |
| 1985 | 2026-05-18T19:33:49.002Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1986 | 2026-05-18T19:33:49.234Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1987 | 2026-05-18T19:33:49.313Z | Compiling typify v0.6.2 |
| 1988 | 2026-05-18T19:33:49.334Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1989 | 2026-05-18T19:33:49.638Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1990 | 2026-05-18T19:33:49.989Z | Compiling hyper v1.9.0 |
| 1991 | 2026-05-18T19:33:50.060Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1992 | 2026-05-18T19:33:50.153Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1993 | 2026-05-18T19:33:50.418Z | Compiling hickory-proto v0.24.4 |
| 1994 | 2026-05-18T19:33:50.542Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1995 | 2026-05-18T19:33:51.701Z | Compiling hyper-util v0.1.20 |
| 1996 | 2026-05-18T19:33:51.713Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1997 | 2026-05-18T19:33:51.814Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1998 | 2026-05-18T19:33:51.953Z | Compiling progenitor-impl v0.13.0 |
| 1999 | 2026-05-18T19:33:52.368Z | Compiling hickory-resolver v0.24.4 |
| 2000 | 2026-05-18T19:33:52.754Z | Compiling tokio-stream v0.1.18 |
| 2001 | 2026-05-18T19:33:52.770Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2002 | 2026-05-18T19:33:53.234Z | Compiling hyper-rustls v0.27.9 |
| 2003 | 2026-05-18T19:33:53.443Z | Compiling reqwest v0.13.3 |
| 2004 | 2026-05-18T19:33:53.536Z | Compiling dropshot v0.17.0 |
| 2005 | 2026-05-18T19:33:53.791Z | Compiling reqwest v0.12.28 |
| 2006 | 2026-05-18T19:33:55.064Z | Compiling progenitor-client v0.14.0 |
| 2007 | 2026-05-18T19:33:55.377Z | Compiling progenitor-extras v0.2.0 |
| 2008 | 2026-05-18T19:33:55.593Z | Compiling progenitor-client v0.10.0 |
| 2009 | 2026-05-18T19:33:56.126Z | Compiling progenitor-client v0.13.0 |
| 2010 | 2026-05-18T19:33:56.203Z | Compiling qorb v0.4.1 |
| 2011 | 2026-05-18T19:33:56.447Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2012 | 2026-05-18T19:33:57.538Z | Compiling progenitor v0.13.0 |
| 2013 | 2026-05-18T19:33:57.684Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2014 | 2026-05-18T19:33:57.697Z | Compiling progenitor-impl v0.14.0 |
| 2015 | 2026-05-18T19:33:58.511Z | Compiling libsw-core v0.3.2 |
| 2016 | 2026-05-18T19:33:58.643Z | Compiling tokio-dtrace v0.1.1 |
| 2017 | 2026-05-18T19:33:58.683Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2018 | 2026-05-18T19:33:58.919Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2019 | 2026-05-18T19:33:59.066Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2020 | 2026-05-18T19:33:59.930Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2021 | 2026-05-18T19:34:00.295Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2022 | 2026-05-18T19:34:00.378Z | Compiling progenitor v0.14.0 |
| 2023 | 2026-05-18T19:34:00.479Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2024 | 2026-05-18T19:34:00.523Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2025 | 2026-05-18T19:34:00.978Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2026 | 2026-05-18T19:34:01.274Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2027 | 2026-05-18T19:34:01.932Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2028 | 2026-05-18T19:34:02.701Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2029 | 2026-05-18T19:34:03.139Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2030 | 2026-05-18T19:34:03.254Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2031 | 2026-05-18T19:34:03.579Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2032 | 2026-05-18T19:34:03.592Z | Compiling oxide-tokio-rt v0.1.6 |
| 2033 | 2026-05-18T19:34:03.795Z | Compiling libsw v3.5.0 |
| 2034 | 2026-05-18T19:34:03.906Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2035 | 2026-05-18T19:34:03.978Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2036 | 2026-05-18T19:34:04.111Z | Compiling tough v0.22.0 |
| 2037 | 2026-05-18T19:34:04.235Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2038 | 2026-05-18T19:34:04.421Z | Compiling cancel-safe-futures v0.1.5 |
| 2039 | 2026-05-18T19:34:04.498Z | Compiling zone v0.3.1 |
| 2040 | 2026-05-18T19:34:04.727Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2041 | 2026-05-18T19:34:04.829Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2042 | 2026-05-18T19:34:05.016Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2043 | 2026-05-18T19:34:05.144Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2044 | 2026-05-18T19:34:05.305Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2045 | 2026-05-18T19:34:05.502Z | Compiling steno v0.4.1 |
| 2046 | 2026-05-18T19:34:05.624Z | Compiling hickory-proto v0.25.2 |
| 2047 | 2026-05-18T19:34:05.662Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2048 | 2026-05-18T19:34:06.528Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2049 | 2026-05-18T19:34:06.633Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2050 | 2026-05-18T19:34:07.194Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2051 | 2026-05-18T19:34:07.305Z | Compiling rhai v1.24.0 |
| 2052 | 2026-05-18T19:34:08.062Z | Compiling hickory-resolver v0.25.2 |
| 2053 | 2026-05-18T19:34:08.552Z | Compiling serial_test v3.4.0 |
| 2054 | 2026-05-18T19:34:08.726Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2055 | 2026-05-18T19:34:09.052Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2056 | 2026-05-18T19:34:09.159Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2057 | 2026-05-18T19:34:10.385Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2058 | 2026-05-18T19:34:11.303Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2059 | 2026-05-18T19:34:11.372Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2060 | 2026-05-18T19:34:11.409Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2061 | 2026-05-18T19:34:12.436Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2062 | 2026-05-18T19:34:12.708Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2063 | 2026-05-18T19:34:18.937Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2064 | 2026-05-18T19:34:26.527Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2065 | 2026-05-18T19:34:28.145Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2066 | 2026-05-18T19:34:29.156Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2067 | 2026-05-18T19:34:30.231Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2068 | 2026-05-18T19:34:31.009Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2069 | 2026-05-18T19:34:32.989Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2070 | 2026-05-18T19:35:04.625Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 2071 | 2026-05-18T19:35:04.802Z | ──────────── |
| 2072 | 2026-05-18T19:35:04.802Z | Nextest run ID 25251b6b-0d05-435d-b7f5-ccdc72dccaea with nextest profile: default |
| 2073 | 2026-05-18T19:35:04.802Z | Starting 17 tests across 1 binary (133 tests skipped) |
| 2074 | 2026-05-18T19:35:21.917Z | PASS [ 17.113s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 2075 | 2026-05-18T19:35:23.823Z | PASS [ 19.019s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 2076 | 2026-05-18T19:35:23.931Z | PASS [ 19.128s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 2077 | 2026-05-18T19:35:25.154Z | PASS [ 20.350s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 2078 | 2026-05-18T19:35:25.795Z | PASS [ 20.991s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 2079 | 2026-05-18T19:35:25.798Z | PASS [ 20.993s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 2080 | 2026-05-18T19:35:33.592Z | PASS [ 28.787s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 2081 | 2026-05-18T19:35:38.981Z | PASS [ 17.063s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 2082 | 2026-05-18T19:35:44.074Z | PASS [ 18.919s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 2083 | 2026-05-18T19:35:44.169Z | PASS [ 20.345s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 2084 | 2026-05-18T19:35:44.829Z | PASS [ 19.030s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 2085 | 2026-05-18T19:35:45.431Z | PASS [ 19.634s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 2086 | 2026-05-18T19:36:04.809Z | SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2087 | 2026-05-18T19:36:07.923Z | PASS [ 28.939s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 2088 | 2026-05-18T19:36:12.804Z | PASS [ 67.996s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2089 | 2026-05-18T19:36:23.942Z | SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2090 | 2026-05-18T19:36:33.600Z | SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2091 | 2026-05-18T19:36:34.666Z | PASS [ 70.700s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2092 | 2026-05-18T19:36:45.524Z | SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip |
| 2093 | 2026-05-18T19:36:46.566Z | PASS [ 62.485s] bgp proptest::prop_update_traditional_roundtrip |
| 2094 | 2026-05-18T19:36:48.135Z | PASS [ 74.537s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2095 | 2026-05-18T19:36:48.138Z | ──────────── |
| 2096 | 2026-05-18T19:36:48.138Z | Summary [ 103.324s] 17 tests run: 17 passed (4 slow), 133 skipped |
| 2097 | 2026-05-18T19:36:48.148Z | + cp '*.log' /work/ |
| 2098 | 2026-05-18T19:36:48.151Z | + true |
| 2099 | 2026-05-18T19:36:48.151Z | + '[' -d proptest-regressions ']' |
| 2100 | 2026-05-18T19:36:48.151Z | + cp -r proptest-regressions /work/bgp-proptest-regressions |
| 2101 | 2026-05-18T19:36:48.154Z | + popd |
| 2102 | 2026-05-18T19:36:48.154Z | /work/oxidecomputer/maghemite |
| 2103 | 2026-05-18T19:36:48.154Z | process exited: duration 725956 ms, exit code 0 |
| |
| 2104 | 2026-05-18T19:36:48.161Z | found 0 output files |