|
|
|
| 1 | 2026-06-19T06:14:21.145Z | job assigned to worker 01KVF86P53QHDV14H86J01HBWB [factory aws, i-0ccba544cb4973c06] (queued for 1 m 12 s) |
| |
| 2 | 2026-06-19T06:14:27.624Z | starting task 0: "setup" |
| 3 | 2026-06-19T06:14:27.629Z | ++ uname -s |
| 4 | 2026-06-19T06:14:27.632Z | + kern=SunOS |
| 5 | 2026-06-19T06:14:27.632Z | + build_user=build |
| 6 | 2026-06-19T06:14:27.632Z | + build_uid=12345 |
| 7 | 2026-06-19T06:14:27.632Z | + work_dir=/work |
| 8 | 2026-06-19T06:14:27.632Z | + input_dir=/input |
| 9 | 2026-06-19T06:14:27.632Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T06:14:27.632Z | + case "$kern" in |
| 11 | 2026-06-19T06:14:27.632Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T06:14:27.635Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T06:14:29.639Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T06:14:29.764Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T06:14:29.767Z | + home_fs=zfs |
| 16 | 2026-06-19T06:14:29.767Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T06:14:29.767Z | + mkdir -p /home/build |
| 18 | 2026-06-19T06:14:29.767Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T06:14:31.768Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T06:14:31.771Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-06-19T06:14:31.777Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T06:14:31.781Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-19T06:14:31.781Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-19T06:14:31.781Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-19T06:14:31.781Z | * rust toolchain profile = "default" |
| 26 | 2026-06-19T06:14:31.781Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-19T06:14:31.781Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-19T06:14:31.784Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T06:14:31.784Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-19T06:14:31.882Z | info: downloading installer |
| 31 | 2026-06-19T06:14:33.326Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-19T06:14:33.326Z | warn: /opt/ooce/bin |
| 33 | 2026-06-19T06:14:33.326Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-19T06:14:33.326Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-19T06:14:33.326Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-19T06:14:33.326Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-19T06:14:33.327Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-19T06:14:33.327Z | error: cannot install while Rust is installed |
| 39 | 2026-06-19T06:14:33.327Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-19T06:14:33.327Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-19T06:14:33.327Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-19T06:14:33.327Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-19T06:14:33.327Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-19T06:14:33.340Z | info: profile set to default |
| 45 | 2026-06-19T06:14:33.340Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-19T06:14:33.343Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-19T06:14:33.480Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-19T06:14:33.483Z | info: downloading 6 components |
| 49 | 2026-06-19T06:14:48.202Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-19T06:14:48.202Z | |
| 51 | 2026-06-19T06:14:48.235Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-19T06:14:48.235Z | |
| 53 | 2026-06-19T06:14:48.235Z | |
| 54 | 2026-06-19T06:14:48.235Z | Rust is installed now. Great! |
| 55 | 2026-06-19T06:14:48.235Z | |
| 56 | 2026-06-19T06:14:48.235Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-19T06:14:48.235Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-19T06:14:48.235Z | |
| 59 | 2026-06-19T06:14:48.235Z | To configure your current shell, you need to source |
| 60 | 2026-06-19T06:14:48.235Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-19T06:14:48.235Z | |
| 62 | 2026-06-19T06:14:48.235Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-19T06:14:48.235Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-19T06:14:48.236Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-19T06:14:48.236Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-19T06:14:48.236Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-19T06:14:48.236Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-19T06:14:48.236Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-19T06:14:48.243Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-19T06:14:48.243Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-19T06:14:48.337Z | + rustup --version |
| 72 | 2026-06-19T06:14:48.346Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-19T06:14:48.349Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-19T06:14:48.367Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-19T06:14:48.370Z | + cargo --version |
| 76 | 2026-06-19T06:14:48.383Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-19T06:14:48.386Z | + rustc --version |
| 78 | 2026-06-19T06:14:48.404Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-19T06:14:48.408Z | process exited: duration 16627 ms, exit code 0 |
| |
| 80 | 2026-06-19T06:14:48.414Z | starting task 2: "authentication" |
| 81 | 2026-06-19T06:14:48.430Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-19T06:14:48.436Z | starting task 3: "clone repository" |
| 83 | 2026-06-19T06:14:48.440Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-19T06:14:48.442Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-19T06:14:48.475Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-19T06:14:49.594Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-19T06:14:49.594Z | + git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 88 | 2026-06-19T06:14:49.842Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-19T06:14:49.842Z | * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD |
| 90 | 2026-06-19T06:14:49.847Z | + [[ -n renovate/dpd-client-digest ]] |
| 91 | 2026-06-19T06:14:49.850Z | ++ git branch --show-current |
| 92 | 2026-06-19T06:14:49.850Z | + current=main |
| 93 | 2026-06-19T06:14:49.850Z | + [[ main != renovate/dpd-client-digest ]] |
| 94 | 2026-06-19T06:14:49.850Z | + git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 95 | 2026-06-19T06:14:49.853Z | + git checkout -f renovate/dpd-client-digest |
| 96 | 2026-06-19T06:14:49.870Z | Switched to branch 'renovate/dpd-client-digest' |
| 97 | 2026-06-19T06:14:49.872Z | + git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 98 | 2026-06-19T06:14:49.887Z | HEAD is now at bf5dae4 Update dpd-client digest to 52dac9e |
| 99 | 2026-06-19T06:14:49.890Z | process exited: duration 1451 ms, exit code 0 |
| |
| 100 | 2026-06-19T06:14:49.895Z | starting task 4: "build" |
| 101 | 2026-06-19T06:14:49.899Z | + set -e |
| 102 | 2026-06-19T06:14:49.899Z | + NEXTEST_VERSION=0.9.97 |
| 103 | 2026-06-19T06:14:49.899Z | + PLATFORM=illumos |
| 104 | 2026-06-19T06:14:49.899Z | + cargo --version |
| 105 | 2026-06-19T06:14:49.904Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 106 | 2026-06-19T06:14:50.044Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 107 | 2026-06-19T06:14:50.047Z | info: downloading 6 components |
| 108 | 2026-06-19T06:15:05.074Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 109 | 2026-06-19T06:15:05.077Z | + rustc --version |
| 110 | 2026-06-19T06:15:05.104Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 111 | 2026-06-19T06:15:05.108Z | + cargo install cargo-nextest --version 0.9.97 |
| 112 | 2026-06-19T06:15:05.151Z | Updating crates.io index |
| 113 | 2026-06-19T06:15:05.248Z | Downloading crates ... |
| 114 | 2026-06-19T06:15:05.307Z | Downloaded cargo-nextest v0.9.97 |
| 115 | 2026-06-19T06:15:05.372Z | Installing cargo-nextest v0.9.97 |
| 116 | 2026-06-19T06:15:05.415Z | Updating crates.io index |
| 117 | 2026-06-19T06:15:07.935Z | Locking 390 packages to latest compatible versions |
| 118 | 2026-06-19T06:15:07.940Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 119 | 2026-06-19T06:15:07.942Z | Adding duct v0.13.7 (available: v1.1.1) |
| 120 | 2026-06-19T06:15:07.942Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 121 | 2026-06-19T06:15:07.942Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 122 | 2026-06-19T06:15:07.945Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 123 | 2026-06-19T06:15:07.945Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 124 | 2026-06-19T06:15:07.945Z | Adding nextest-filtering v0.15.0 (available: v0.21.1) |
| 125 | 2026-06-19T06:15:07.945Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 126 | 2026-06-19T06:15:07.948Z | Adding nextest-runner v0.80.0 (available: v0.118.0) |
| 127 | 2026-06-19T06:15:07.950Z | Adding quick-junit v0.5.2 (available: v0.6.0) |
| 128 | 2026-06-19T06:15:07.977Z | Downloading crates ... |
| 129 | 2026-06-19T06:15:08.053Z | Downloaded addr2line v0.25.1 |
| 130 | 2026-06-19T06:15:08.057Z | Downloaded future-queue v0.4.0 |
| 131 | 2026-06-19T06:15:08.064Z | Downloaded adler2 v2.0.1 |
| 132 | 2026-06-19T06:15:08.067Z | Downloaded futures-executor v0.3.32 |
| 133 | 2026-06-19T06:15:08.070Z | Downloaded form_urlencoded v1.2.2 |
| 134 | 2026-06-19T06:15:08.070Z | Downloaded foreign-types-shared v0.1.1 |
| 135 | 2026-06-19T06:15:08.070Z | Downloaded cargo_metadata v0.20.0 |
| 136 | 2026-06-19T06:15:08.073Z | Downloaded either v1.16.0 |
| 137 | 2026-06-19T06:15:08.073Z | Downloaded bitflags v2.13.0 |
| 138 | 2026-06-19T06:15:08.076Z | Downloaded crypto-common v0.1.7 |
| 139 | 2026-06-19T06:15:08.082Z | Downloaded anstyle-query v1.1.5 |
| 140 | 2026-06-19T06:15:08.084Z | Downloaded document-features v0.2.12 |
| 141 | 2026-06-19T06:15:08.087Z | Downloaded home v0.5.12 |
| 142 | 2026-06-19T06:15:08.087Z | Downloaded hyper-rustls v0.27.9 |
| 143 | 2026-06-19T06:15:08.090Z | Downloaded foreign-types v0.3.2 |
| 144 | 2026-06-19T06:15:08.093Z | Downloaded ed25519 v2.2.3 |
| 145 | 2026-06-19T06:15:08.095Z | Downloaded pathdiff v0.2.3 |
| 146 | 2026-06-19T06:15:08.095Z | Downloaded foldhash v0.1.5 |
| 147 | 2026-06-19T06:15:08.098Z | Downloaded itoa v1.0.18 |
| 148 | 2026-06-19T06:15:08.098Z | Downloaded is_terminal_polyfill v1.70.2 |
| 149 | 2026-06-19T06:15:08.101Z | Downloaded nextest-workspace-hack v0.1.0 |
| 150 | 2026-06-19T06:15:08.103Z | Downloaded async-scoped v0.9.0 |
| 151 | 2026-06-19T06:15:08.104Z | Downloaded mukti-metadata v0.3.0 |
| 152 | 2026-06-19T06:15:08.106Z | Downloaded hyper-tls v0.6.0 |
| 153 | 2026-06-19T06:15:08.112Z | Downloaded cargo-platform v0.3.3 |
| 154 | 2026-06-19T06:15:08.115Z | Downloaded backtrace-ext v0.2.1 |
| 155 | 2026-06-19T06:15:08.121Z | Downloaded nested v0.1.1 |
| 156 | 2026-06-19T06:15:08.123Z | Downloaded cfg_aliases v0.2.1 |
| 157 | 2026-06-19T06:15:08.126Z | Downloaded http-body v1.0.1 |
| 158 | 2026-06-19T06:15:08.129Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 159 | 2026-06-19T06:15:08.129Z | Downloaded indenter v0.3.4 |
| 160 | 2026-06-19T06:15:08.132Z | Downloaded cargo-util-schemas v0.2.0 |
| 161 | 2026-06-19T06:15:08.132Z | Downloaded number_prefix v0.4.0 |
| 162 | 2026-06-19T06:15:08.135Z | Downloaded scopeguard v1.2.0 |
| 163 | 2026-06-19T06:15:08.135Z | Downloaded os_pipe v1.2.3 |
| 164 | 2026-06-19T06:15:08.135Z | Downloaded lazy_static v1.5.0 |
| 165 | 2026-06-19T06:15:08.138Z | Downloaded indent_write v2.2.0 |
| 166 | 2026-06-19T06:15:08.140Z | Downloaded heck v0.5.0 |
| 167 | 2026-06-19T06:15:08.143Z | Downloaded native-tls v0.2.18 |
| 168 | 2026-06-19T06:15:08.143Z | Downloaded miette-derive v7.6.0 |
| 169 | 2026-06-19T06:15:08.143Z | Downloaded http-body-util v0.1.3 |
| 170 | 2026-06-19T06:15:08.146Z | Downloaded lock_api v0.4.14 |
| 171 | 2026-06-19T06:15:08.146Z | Downloaded humantime v2.3.0 |
| 172 | 2026-06-19T06:15:08.148Z | Downloaded atomicwrites v0.4.4 |
| 173 | 2026-06-19T06:15:08.148Z | Downloaded owo-colors v4.3.0 |
| 174 | 2026-06-19T06:15:08.151Z | Downloaded futures-io v0.3.32 |
| 175 | 2026-06-19T06:15:08.151Z | Downloaded cfg-if v1.0.4 |
| 176 | 2026-06-19T06:15:08.154Z | Downloaded futures-core v0.3.32 |
| 177 | 2026-06-19T06:15:08.154Z | Downloaded debug-ignore v1.0.5 |
| 178 | 2026-06-19T06:15:08.156Z | Downloaded block-buffer v0.10.4 |
| 179 | 2026-06-19T06:15:08.156Z | Downloaded futures-task v0.3.32 |
| 180 | 2026-06-19T06:15:08.156Z | Downloaded cpufeatures v0.2.17 |
| 181 | 2026-06-19T06:15:08.159Z | Downloaded openssl-probe v0.2.1 |
| 182 | 2026-06-19T06:15:08.159Z | Downloaded errno v0.3.14 |
| 183 | 2026-06-19T06:15:08.162Z | Downloaded rustc-hash v2.1.2 |
| 184 | 2026-06-19T06:15:08.162Z | Downloaded futures-macro v0.3.32 |
| 185 | 2026-06-19T06:15:08.162Z | Downloaded anstyle v1.0.14 |
| 186 | 2026-06-19T06:15:08.165Z | Downloaded autocfg v1.5.1 |
| 187 | 2026-06-19T06:15:08.167Z | Downloaded lru-slab v0.1.2 |
| 188 | 2026-06-19T06:15:08.167Z | Downloaded erased-serde v0.4.10 |
| 189 | 2026-06-19T06:15:08.167Z | Downloaded cargo_metadata v0.23.1 |
| 190 | 2026-06-19T06:15:08.170Z | Downloaded idna_adapter v1.0.0 |
| 191 | 2026-06-19T06:15:08.170Z | Downloaded color-spantrace v0.3.0 |
| 192 | 2026-06-19T06:15:08.173Z | Downloaded equivalent v1.0.2 |
| 193 | 2026-06-19T06:15:08.176Z | Downloaded httparse v1.10.1 |
| 194 | 2026-06-19T06:15:08.178Z | Downloaded generic-array v0.14.7 |
| 195 | 2026-06-19T06:15:08.178Z | Downloaded fnv v1.0.7 |
| 196 | 2026-06-19T06:15:08.181Z | Downloaded serde_ignored v0.1.14 |
| 197 | 2026-06-19T06:15:08.185Z | Downloaded futures-sink v0.3.32 |
| 198 | 2026-06-19T06:15:08.193Z | Downloaded percent-encoding v2.3.2 |
| 199 | 2026-06-19T06:15:08.196Z | Downloaded colorchoice v1.0.5 |
| 200 | 2026-06-19T06:15:08.196Z | Downloaded openssl-macros v0.1.1 |
| 201 | 2026-06-19T06:15:08.196Z | Downloaded is_ci v1.2.0 |
| 202 | 2026-06-19T06:15:08.198Z | Downloaded guppy-workspace-hack v0.1.0 |
| 203 | 2026-06-19T06:15:08.198Z | Downloaded filetime v0.2.29 |
| 204 | 2026-06-19T06:15:08.201Z | Downloaded convert_case v0.10.0 |
| 205 | 2026-06-19T06:15:08.201Z | Downloaded crc32fast v1.5.0 |
| 206 | 2026-06-19T06:15:08.204Z | Downloaded bytes v1.12.0 |
| 207 | 2026-06-19T06:15:08.207Z | Downloaded jobserver v0.1.34 |
| 208 | 2026-06-19T06:15:08.207Z | Downloaded serde_spanned v0.6.9 |
| 209 | 2026-06-19T06:15:08.210Z | Downloaded ppv-lite86 v0.2.21 |
| 210 | 2026-06-19T06:15:08.210Z | Downloaded rand_core v0.6.4 |
| 211 | 2026-06-19T06:15:08.210Z | Downloaded enable-ansi-support v0.2.1 |
| 212 | 2026-06-19T06:15:08.213Z | Downloaded nextest-metadata v0.12.2 |
| 213 | 2026-06-19T06:15:08.213Z | Downloaded serde-value v0.7.0 |
| 214 | 2026-06-19T06:15:08.216Z | Downloaded humantime-serde v1.1.1 |
| 215 | 2026-06-19T06:15:08.216Z | Downloaded cargo-platform v0.2.0 |
| 216 | 2026-06-19T06:15:08.216Z | Downloaded rustc_version v0.4.1 |
| 217 | 2026-06-19T06:15:08.218Z | Downloaded serde_urlencoded v0.7.1 |
| 218 | 2026-06-19T06:15:08.218Z | Downloaded shared_child v1.1.1 |
| 219 | 2026-06-19T06:15:08.221Z | Downloaded serde_spanned v1.1.1 |
| 220 | 2026-06-19T06:15:08.221Z | Downloaded signature v2.2.0 |
| 221 | 2026-06-19T06:15:08.221Z | Downloaded sigchld v0.2.4 |
| 222 | 2026-06-19T06:15:08.224Z | Downloaded shell-words v1.1.1 |
| 223 | 2026-06-19T06:15:08.224Z | Downloaded signal-hook-mio v0.2.5 |
| 224 | 2026-06-19T06:15:08.226Z | Downloaded hex v0.4.3 |
| 225 | 2026-06-19T06:15:08.226Z | Downloaded globset v0.4.18 |
| 226 | 2026-06-19T06:15:08.226Z | Downloaded atomic-waker v1.1.2 |
| 227 | 2026-06-19T06:15:08.229Z | Downloaded ordered-float v2.10.1 |
| 228 | 2026-06-19T06:15:08.232Z | Downloaded quote v1.0.45 |
| 229 | 2026-06-19T06:15:08.234Z | Downloaded pkg-config v0.3.33 |
| 230 | 2026-06-19T06:15:08.234Z | Downloaded parking_lot_core v0.9.12 |
| 231 | 2026-06-19T06:15:08.237Z | Downloaded iana-time-zone v0.1.65 |
| 232 | 2026-06-19T06:15:08.240Z | Downloaded strsim v0.11.1 |
| 233 | 2026-06-19T06:15:08.240Z | Downloaded newtype-uuid v1.3.2 |
| 234 | 2026-06-19T06:15:08.243Z | Downloaded pin-project-lite v0.2.17 |
| 235 | 2026-06-19T06:15:08.245Z | Downloaded self-replace v1.5.0 |
| 236 | 2026-06-19T06:15:08.248Z | Downloaded futures-channel v0.3.32 |
| 237 | 2026-06-19T06:15:08.248Z | Downloaded duct v0.13.7 |
| 238 | 2026-06-19T06:15:08.251Z | Downloaded clap_lex v1.1.0 |
| 239 | 2026-06-19T06:15:08.251Z | Downloaded anstyle-parse v1.0.0 |
| 240 | 2026-06-19T06:15:08.251Z | Downloaded anstream v1.0.0 |
| 241 | 2026-06-19T06:15:08.254Z | Downloaded fastrand v2.4.1 |
| 242 | 2026-06-19T06:15:08.254Z | Downloaded http v1.4.2 |
| 243 | 2026-06-19T06:15:08.256Z | Downloaded swrite v0.1.0 |
| 244 | 2026-06-19T06:15:08.256Z | Downloaded fixedbitset v0.5.7 |
| 245 | 2026-06-19T06:15:08.259Z | Downloaded sync_wrapper v1.0.2 |
| 246 | 2026-06-19T06:15:08.259Z | Downloaded supports-hyperlinks v3.2.0 |
| 247 | 2026-06-19T06:15:08.262Z | Downloaded strip-ansi-escapes v0.2.1 |
| 248 | 2026-06-19T06:15:08.262Z | Downloaded terminal_size v0.4.4 |
| 249 | 2026-06-19T06:15:08.262Z | Downloaded find-msvc-tools v0.1.9 |
| 250 | 2026-06-19T06:15:08.264Z | Downloaded supports-unicode v3.0.0 |
| 251 | 2026-06-19T06:15:08.265Z | Downloaded digest v0.10.7 |
| 252 | 2026-06-19T06:15:08.265Z | Downloaded supports-color v3.0.2 |
| 253 | 2026-06-19T06:15:08.268Z | Downloaded cfg-expr v0.20.8 |
| 254 | 2026-06-19T06:15:08.268Z | Downloaded base64ct v1.8.3 |
| 255 | 2026-06-19T06:15:08.272Z | Downloaded rand_chacha v0.9.0 |
| 256 | 2026-06-19T06:15:08.272Z | Downloaded ipnet v2.12.0 |
| 257 | 2026-06-19T06:15:08.275Z | Downloaded rand_core v0.9.5 |
| 258 | 2026-06-19T06:15:08.275Z | Downloaded sha2 v0.10.9 |
| 259 | 2026-06-19T06:15:08.278Z | Downloaded pin-project-internal v1.1.13 |
| 260 | 2026-06-19T06:15:08.281Z | Downloaded tinyvec_macros v0.1.1 |
| 261 | 2026-06-19T06:15:08.285Z | Downloaded shlex v2.0.1 |
| 262 | 2026-06-19T06:15:08.287Z | Downloaded serde-untagged v0.1.9 |
| 263 | 2026-06-19T06:15:08.290Z | Downloaded const-oid v0.9.6 |
| 264 | 2026-06-19T06:15:08.293Z | Downloaded ahash v0.8.12 |
| 265 | 2026-06-19T06:15:08.295Z | Downloaded rustc-demangle v0.1.27 |
| 266 | 2026-06-19T06:15:08.295Z | Downloaded static_assertions v1.1.0 |
| 267 | 2026-06-19T06:15:08.295Z | Downloaded clap_derive v4.6.1 |
| 268 | 2026-06-19T06:15:08.299Z | Downloaded toml_datetime v0.6.11 |
| 269 | 2026-06-19T06:15:08.302Z | Downloaded tokio-macros v2.7.0 |
| 270 | 2026-06-19T06:15:08.302Z | Downloaded slab v0.4.12 |
| 271 | 2026-06-19T06:15:08.304Z | Downloaded toml_write v0.1.2 |
| 272 | 2026-06-19T06:15:08.304Z | Downloaded simd-adler32 v0.3.9 |
| 273 | 2026-06-19T06:15:08.304Z | Downloaded tower-service v0.3.3 |
| 274 | 2026-06-19T06:15:08.307Z | Downloaded tower-layer v0.3.3 |
| 275 | 2026-06-19T06:15:08.307Z | Downloaded tracing-error v0.2.1 |
| 276 | 2026-06-19T06:15:08.307Z | Downloaded spki v0.7.3 |
| 277 | 2026-06-19T06:15:08.310Z | Downloaded num-traits v0.2.19 |
| 278 | 2026-06-19T06:15:08.310Z | Downloaded signal-hook-registry v1.4.8 |
| 279 | 2026-06-19T06:15:08.313Z | Downloaded derive-where v1.6.1 |
| 280 | 2026-06-19T06:15:08.313Z | Downloaded getrandom v0.3.4 |
| 281 | 2026-06-19T06:15:08.316Z | Downloaded once_cell v1.21.4 |
| 282 | 2026-06-19T06:15:08.316Z | Downloaded nextest-filtering v0.15.0 |
| 283 | 2026-06-19T06:15:08.319Z | Downloaded getrandom v0.2.17 |
| 284 | 2026-06-19T06:15:08.321Z | Downloaded eyre v0.6.12 |
| 285 | 2026-06-19T06:15:08.322Z | Downloaded dialoguer v0.11.0 |
| 286 | 2026-06-19T06:15:08.324Z | Downloaded camino-tempfile v1.4.1 |
| 287 | 2026-06-19T06:15:08.327Z | Downloaded derive_more-impl v2.1.1 |
| 288 | 2026-06-19T06:15:08.330Z | Downloaded typeid v1.0.3 |
| 289 | 2026-06-19T06:15:08.330Z | Downloaded try-lock v0.2.5 |
| 290 | 2026-06-19T06:15:08.330Z | Downloaded log v0.4.32 |
| 291 | 2026-06-19T06:15:08.333Z | Downloaded unicode-xid v0.2.6 |
| 292 | 2026-06-19T06:15:08.333Z | Downloaded unicode-linebreak v0.1.5 |
| 293 | 2026-06-19T06:15:08.335Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-06-19T06:15:08.338Z | Downloaded untrusted v0.9.0 |
| 295 | 2026-06-19T06:15:08.338Z | Downloaded subtle v2.6.1 |
| 296 | 2026-06-19T06:15:08.338Z | Downloaded target-lexicon v0.13.5 |
| 297 | 2026-06-19T06:15:08.342Z | Downloaded console v0.15.11 |
| 298 | 2026-06-19T06:15:08.345Z | Downloaded camino v1.2.3 |
| 299 | 2026-06-19T06:15:08.345Z | Downloaded urlencoding v2.1.3 |
| 300 | 2026-06-19T06:15:08.345Z | Downloaded serde_path_to_error v0.1.20 |
| 301 | 2026-06-19T06:15:08.348Z | Downloaded want v0.3.1 |
| 302 | 2026-06-19T06:15:08.348Z | Downloaded version_check v0.9.5 |
| 303 | 2026-06-19T06:15:08.348Z | Downloaded thread_local v1.1.9 |
| 304 | 2026-06-19T06:15:08.348Z | Downloaded thiserror-impl v2.0.18 |
| 305 | 2026-06-19T06:15:08.351Z | Downloaded thiserror v1.0.69 |
| 306 | 2026-06-19T06:15:08.353Z | Downloaded pkcs8 v0.10.2 |
| 307 | 2026-06-19T06:15:08.356Z | Downloaded litrs v1.0.0 |
| 308 | 2026-06-19T06:15:08.356Z | Downloaded semver v1.0.28 |
| 309 | 2026-06-19T06:15:08.358Z | Downloaded thiserror-impl v1.0.69 |
| 310 | 2026-06-19T06:15:08.359Z | Downloaded target-spec-miette v0.4.8 |
| 311 | 2026-06-19T06:15:08.361Z | Downloaded xattr v1.6.1 |
| 312 | 2026-06-19T06:15:08.361Z | Downloaded rustls-pki-types v1.14.1 |
| 313 | 2026-06-19T06:15:08.364Z | Downloaded quick-junit v0.5.2 |
| 314 | 2026-06-19T06:15:08.367Z | Downloaded parking_lot v0.12.5 |
| 315 | 2026-06-19T06:15:08.369Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 316 | 2026-06-19T06:15:08.374Z | Downloaded smol_str v0.3.6 |
| 317 | 2026-06-19T06:15:08.376Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 318 | 2026-06-19T06:15:08.376Z | Downloaded quinn-udp v0.5.14 |
| 319 | 2026-06-19T06:15:08.379Z | Downloaded getrandom v0.4.3 |
| 320 | 2026-06-19T06:15:08.379Z | Downloaded pin-project v1.1.13 |
| 321 | 2026-06-19T06:15:08.385Z | Downloaded smallvec v1.15.2 |
| 322 | 2026-06-19T06:15:08.388Z | Downloaded serde_core v1.0.228 |
| 323 | 2026-06-19T06:15:08.388Z | Downloaded tracing-log v0.2.0 |
| 324 | 2026-06-19T06:15:08.391Z | Downloaded proc-macro2 v1.0.106 |
| 325 | 2026-06-19T06:15:08.395Z | Downloaded utf8_iter v1.0.4 |
| 326 | 2026-06-19T06:15:08.397Z | Downloaded self_update v0.42.0 |
| 327 | 2026-06-19T06:15:08.400Z | Downloaded serde_derive v1.0.228 |
| 328 | 2026-06-19T06:15:08.403Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-06-19T06:15:08.409Z | Downloaded zmij v1.0.21 |
| 330 | 2026-06-19T06:15:08.412Z | Downloaded clap v4.6.1 |
| 331 | 2026-06-19T06:15:08.416Z | Downloaded unicase v2.9.0 |
| 332 | 2026-06-19T06:15:08.418Z | Downloaded toml v0.8.23 |
| 333 | 2026-06-19T06:15:08.418Z | Downloaded tokio-stream v0.1.18 |
| 334 | 2026-06-19T06:15:08.422Z | Downloaded socket2 v0.6.4 |
| 335 | 2026-06-19T06:15:08.425Z | Downloaded base64 v0.22.1 |
| 336 | 2026-06-19T06:15:08.425Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 337 | 2026-06-19T06:15:08.427Z | Downloaded tempfile v3.27.0 |
| 338 | 2026-06-19T06:15:08.427Z | Downloaded tokio-native-tls v0.3.1 |
| 339 | 2026-06-19T06:15:08.430Z | Downloaded cc v1.2.64 |
| 340 | 2026-06-19T06:15:08.433Z | Downloaded target-spec v3.6.0 |
| 341 | 2026-06-19T06:15:08.433Z | Downloaded config v0.15.24 |
| 342 | 2026-06-19T06:15:08.435Z | Downloaded zstd v0.13.3 |
| 343 | 2026-06-19T06:15:08.438Z | Downloaded zeroize v1.9.0 |
| 344 | 2026-06-19T06:15:08.438Z | Downloaded zipsign-api v0.1.5 |
| 345 | 2026-06-19T06:15:08.440Z | Downloaded tokio-rustls v0.26.4 |
| 346 | 2026-06-19T06:15:08.440Z | Downloaded miniz_oxide v0.8.9 |
| 347 | 2026-06-19T06:15:08.443Z | Downloaded borsh v1.7.0 |
| 348 | 2026-06-19T06:15:08.446Z | Downloaded xxhash-rust v0.8.15 |
| 349 | 2026-06-19T06:15:08.446Z | Downloaded signal-hook v0.3.18 |
| 350 | 2026-06-19T06:15:08.448Z | Downloaded sharded-slab v0.1.7 |
| 351 | 2026-06-19T06:15:08.451Z | Downloaded futures v0.3.32 |
| 352 | 2026-06-19T06:15:08.457Z | Downloaded ryu v1.0.23 |
| 353 | 2026-06-19T06:15:08.459Z | Downloaded serde v1.0.228 |
| 354 | 2026-06-19T06:15:08.462Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-06-19T06:15:08.464Z | Downloaded der v0.7.10 |
| 356 | 2026-06-19T06:15:08.468Z | Downloaded tracing-attributes v0.1.31 |
| 357 | 2026-06-19T06:15:08.481Z | Downloaded unicode-ident v1.0.24 |
| 358 | 2026-06-19T06:15:08.483Z | Downloaded tinyvec v1.11.0 |
| 359 | 2026-06-19T06:15:08.486Z | Downloaded textwrap v0.16.2 |
| 360 | 2026-06-19T06:15:08.486Z | Downloaded indicatif v0.17.11 |
| 361 | 2026-06-19T06:15:08.489Z | Downloaded zstd-safe v7.2.4 |
| 362 | 2026-06-19T06:15:08.489Z | Downloaded derive_more v2.1.1 |
| 363 | 2026-06-19T06:15:08.496Z | Downloaded toml_edit v0.22.27 |
| 364 | 2026-06-19T06:15:08.499Z | Downloaded backtrace v0.3.76 |
| 365 | 2026-06-19T06:15:08.502Z | Downloaded hashbrown v0.15.5 |
| 366 | 2026-06-19T06:15:08.505Z | Downloaded tar v0.4.46 |
| 367 | 2026-06-19T06:15:08.508Z | Downloaded vte v0.14.1 |
| 368 | 2026-06-19T06:15:08.510Z | Downloaded flate2 v1.1.9 |
| 369 | 2026-06-19T06:15:08.515Z | Downloaded hyper-util v0.1.20 |
| 370 | 2026-06-19T06:15:08.518Z | Downloaded ed25519-dalek v2.2.0 |
| 371 | 2026-06-19T06:15:08.521Z | Downloaded aho-corasick v1.1.4 |
| 372 | 2026-06-19T06:15:08.523Z | Downloaded futures-util v0.3.32 |
| 373 | 2026-06-19T06:15:08.531Z | Downloaded uuid v1.23.3 |
| 374 | 2026-06-19T06:15:08.533Z | Downloaded rustls-webpki v0.103.13 |
| 375 | 2026-06-19T06:15:08.536Z | Downloaded rand v0.9.4 |
| 376 | 2026-06-19T06:15:08.538Z | Downloaded openssl-sys v0.9.117 |
| 377 | 2026-06-19T06:15:08.541Z | Downloaded crossterm v0.29.0 |
| 378 | 2026-06-19T06:15:08.544Z | Downloaded hyper v1.10.1 |
| 379 | 2026-06-19T06:15:08.548Z | Downloaded mio v1.2.1 |
| 380 | 2026-06-19T06:15:08.552Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-06-19T06:15:08.554Z | Downloaded miette v7.6.0 |
| 382 | 2026-06-19T06:15:08.557Z | Downloaded tracing-core v0.1.36 |
| 383 | 2026-06-19T06:15:08.560Z | Downloaded h2 v0.4.15 |
| 384 | 2026-06-19T06:15:08.563Z | Downloaded memchr v2.8.2 |
| 385 | 2026-06-19T06:15:08.566Z | Downloaded typenum v1.20.1 |
| 386 | 2026-06-19T06:15:08.569Z | Downloaded quinn v0.11.9 |
| 387 | 2026-06-19T06:15:08.572Z | Downloaded hashbrown v0.17.1 |
| 388 | 2026-06-19T06:15:08.578Z | Downloaded guppy v0.17.26 |
| 389 | 2026-06-19T06:15:08.583Z | Downloaded serde_json v1.0.150 |
| 390 | 2026-06-19T06:15:08.587Z | Downloaded clap_builder v4.6.0 |
| 391 | 2026-06-19T06:15:08.597Z | Downloaded tower-http v0.6.11 |
| 392 | 2026-06-19T06:15:08.627Z | Downloaded chrono v0.4.45 |
| 393 | 2026-06-19T06:15:08.633Z | Downloaded url v2.5.8 |
| 394 | 2026-06-19T06:15:08.636Z | Downloaded winnow v1.0.3 |
| 395 | 2026-06-19T06:15:08.641Z | Downloaded winnow v0.7.15 |
| 396 | 2026-06-19T06:15:08.646Z | Downloaded curve25519-dalek v4.1.3 |
| 397 | 2026-06-19T06:15:08.652Z | Downloaded ron v0.12.1 |
| 398 | 2026-06-19T06:15:08.657Z | Downloaded itertools v0.14.0 |
| 399 | 2026-06-19T06:15:08.665Z | Downloaded vcpkg v0.2.15 |
| 400 | 2026-06-19T06:15:08.688Z | Downloaded tracing-subscriber v0.3.23 |
| 401 | 2026-06-19T06:15:08.692Z | Downloaded tower v0.5.3 |
| 402 | 2026-06-19T06:15:08.697Z | Downloaded unicode-segmentation v1.13.3 |
| 403 | 2026-06-19T06:15:08.700Z | Downloaded pulldown-cmark v0.13.4 |
| 404 | 2026-06-19T06:15:08.703Z | Downloaded gimli v0.32.3 |
| 405 | 2026-06-19T06:15:08.707Z | Downloaded unicode-normalization v0.1.25 |
| 406 | 2026-06-19T06:15:08.710Z | Downloaded regex v1.12.4 |
| 407 | 2026-06-19T06:15:08.713Z | Downloaded idna v1.1.0 |
| 408 | 2026-06-19T06:15:08.716Z | Downloaded bstr v1.12.1 |
| 409 | 2026-06-19T06:15:08.732Z | Downloaded tokio-util v0.7.18 |
| 410 | 2026-06-19T06:15:08.737Z | Downloaded reqwest v0.12.28 |
| 411 | 2026-06-19T06:15:08.740Z | Downloaded portable-atomic v1.13.1 |
| 412 | 2026-06-19T06:15:08.748Z | Downloaded quick-xml v0.37.5 |
| 413 | 2026-06-19T06:15:08.751Z | Downloaded tracing v0.1.44 |
| 414 | 2026-06-19T06:15:08.765Z | Downloaded quick-xml v0.38.4 |
| 415 | 2026-06-19T06:15:08.783Z | Downloaded color-eyre v0.6.5 |
| 416 | 2026-06-19T06:15:08.792Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 417 | 2026-06-19T06:15:08.804Z | Downloaded tokio v1.52.3 |
| 418 | 2026-06-19T06:15:08.826Z | Downloaded quinn-proto v0.11.14 |
| 419 | 2026-06-19T06:15:08.833Z | Downloaded webpki-roots v1.0.8 |
| 420 | 2026-06-19T06:15:08.864Z | Downloaded nextest-runner v0.80.0 |
| 421 | 2026-06-19T06:15:08.887Z | Downloaded unicode-width v0.1.14 |
| 422 | 2026-06-19T06:15:08.891Z | Downloaded object v0.37.3 |
| 423 | 2026-06-19T06:15:08.898Z | Downloaded zerocopy v0.8.52 |
| 424 | 2026-06-19T06:15:08.908Z | Downloaded unicode-width v0.2.2 |
| 425 | 2026-06-19T06:15:08.912Z | Downloaded openssl v0.10.81 |
| 426 | 2026-06-19T06:15:08.918Z | Downloaded syn v2.0.118 |
| 427 | 2026-06-19T06:15:08.924Z | Downloaded regex-syntax v0.8.11 |
| 428 | 2026-06-19T06:15:08.929Z | Downloaded nix v0.30.1 |
| 429 | 2026-06-19T06:15:08.935Z | Downloaded rustls v0.23.40 |
| 430 | 2026-06-19T06:15:08.942Z | Downloaded rustix v0.38.44 |
| 431 | 2026-06-19T06:15:08.955Z | Downloaded rustix v1.1.4 |
| 432 | 2026-06-19T06:15:09.023Z | Downloaded regex-automata v0.4.14 |
| 433 | 2026-06-19T06:15:09.046Z | Downloaded libc v0.2.186 |
| 434 | 2026-06-19T06:15:09.075Z | Downloaded petgraph v0.8.3 |
| 435 | 2026-06-19T06:15:09.141Z | Downloaded recursion v0.5.4 |
| 436 | 2026-06-19T06:15:09.149Z | Downloaded ring v0.17.14 |
| 437 | 2026-06-19T06:15:09.210Z | Compiling proc-macro2 v1.0.106 |
| 438 | 2026-06-19T06:15:09.210Z | Compiling libc v0.2.186 |
| 439 | 2026-06-19T06:15:09.210Z | Compiling quote v1.0.45 |
| 440 | 2026-06-19T06:15:09.227Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-06-19T06:15:09.227Z | Compiling serde_core v1.0.228 |
| 442 | 2026-06-19T06:15:09.227Z | Compiling cfg-if v1.0.4 |
| 443 | 2026-06-19T06:15:09.227Z | Compiling memchr v2.8.2 |
| 444 | 2026-06-19T06:15:09.227Z | Compiling once_cell v1.21.4 |
| 445 | 2026-06-19T06:15:09.417Z | Compiling log v0.4.32 |
| 446 | 2026-06-19T06:15:09.456Z | Compiling pin-project-lite v0.2.17 |
| 447 | 2026-06-19T06:15:09.546Z | Compiling serde v1.0.228 |
| 448 | 2026-06-19T06:15:09.578Z | Compiling itoa v1.0.18 |
| 449 | 2026-06-19T06:15:09.743Z | Compiling futures-core v0.3.32 |
| 450 | 2026-06-19T06:15:09.814Z | Compiling smallvec v1.15.2 |
| 451 | 2026-06-19T06:15:09.897Z | Compiling bitflags v2.13.0 |
| 452 | 2026-06-19T06:15:09.907Z | Compiling hashbrown v0.17.1 |
| 453 | 2026-06-19T06:15:10.061Z | Compiling equivalent v1.0.2 |
| 454 | 2026-06-19T06:15:10.149Z | Compiling shlex v2.0.1 |
| 455 | 2026-06-19T06:15:10.290Z | Compiling errno v0.3.14 |
| 456 | 2026-06-19T06:15:10.334Z | Compiling find-msvc-tools v0.1.9 |
| 457 | 2026-06-19T06:15:10.337Z | Compiling bytes v1.12.0 |
| 458 | 2026-06-19T06:15:10.449Z | Compiling signal-hook-registry v1.4.8 |
| 459 | 2026-06-19T06:15:10.534Z | Compiling jobserver v0.1.34 |
| 460 | 2026-06-19T06:15:10.570Z | Compiling mio v1.2.1 |
| 461 | 2026-06-19T06:15:10.587Z | Compiling futures-sink v0.3.32 |
| 462 | 2026-06-19T06:15:10.598Z | Compiling syn v2.0.118 |
| 463 | 2026-06-19T06:15:10.670Z | Compiling rustix v1.1.4 |
| 464 | 2026-06-19T06:15:10.696Z | Compiling socket2 v0.6.4 |
| 465 | 2026-06-19T06:15:10.866Z | Compiling cc v1.2.64 |
| 466 | 2026-06-19T06:15:11.027Z | Compiling slab v0.4.12 |
| 467 | 2026-06-19T06:15:11.241Z | Compiling zmij v1.0.21 |
| 468 | 2026-06-19T06:15:11.262Z | Compiling futures-channel v0.3.32 |
| 469 | 2026-06-19T06:15:11.282Z | Compiling tracing-core v0.1.36 |
| 470 | 2026-06-19T06:15:11.520Z | Compiling version_check v0.9.5 |
| 471 | 2026-06-19T06:15:11.530Z | Compiling serde_json v1.0.150 |
| 472 | 2026-06-19T06:15:11.770Z | Compiling indexmap v2.14.0 |
| 473 | 2026-06-19T06:15:11.797Z | Compiling futures-io v0.3.32 |
| 474 | 2026-06-19T06:15:11.821Z | Compiling getrandom v0.4.3 |
| 475 | 2026-06-19T06:15:11.939Z | Compiling futures-task v0.3.32 |
| 476 | 2026-06-19T06:15:12.116Z | Compiling unicode-width v0.2.2 |
| 477 | 2026-06-19T06:15:12.128Z | Compiling percent-encoding v2.3.2 |
| 478 | 2026-06-19T06:15:12.172Z | Compiling camino v1.2.3 |
| 479 | 2026-06-19T06:15:12.390Z | Compiling ring v0.17.14 |
| 480 | 2026-06-19T06:15:12.419Z | Compiling http v1.4.2 |
| 481 | 2026-06-19T06:15:12.550Z | Compiling autocfg v1.5.1 |
| 482 | 2026-06-19T06:15:12.561Z | Compiling zeroize v1.9.0 |
| 483 | 2026-06-19T06:15:12.582Z | Compiling adler2 v2.0.1 |
| 484 | 2026-06-19T06:15:12.740Z | Compiling simd-adler32 v0.3.9 |
| 485 | 2026-06-19T06:15:12.888Z | Compiling num-traits v0.2.19 |
| 486 | 2026-06-19T06:15:13.128Z | Compiling miniz_oxide v0.8.9 |
| 487 | 2026-06-19T06:15:13.189Z | Compiling target-lexicon v0.13.5 |
| 488 | 2026-06-19T06:15:13.315Z | Compiling object v0.37.3 |
| 489 | 2026-06-19T06:15:13.563Z | Compiling getrandom v0.3.4 |
| 490 | 2026-06-19T06:15:13.618Z | Compiling zerocopy v0.8.52 |
| 491 | 2026-06-19T06:15:13.916Z | Compiling http-body v1.0.1 |
| 492 | 2026-06-19T06:15:13.927Z | Compiling rustls-pki-types v1.14.1 |
| 493 | 2026-06-19T06:15:14.048Z | Compiling form_urlencoded v1.2.2 |
| 494 | 2026-06-19T06:15:14.078Z | Compiling semver v1.0.28 |
| 495 | 2026-06-19T06:15:14.165Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-06-19T06:15:14.299Z | Compiling tokio-macros v2.7.0 |
| 497 | 2026-06-19T06:15:14.311Z | Compiling futures-macro v0.3.32 |
| 498 | 2026-06-19T06:15:14.559Z | Compiling tracing-attributes v0.1.31 |
| 499 | 2026-06-19T06:15:14.616Z | Compiling getrandom v0.2.17 |
| 500 | 2026-06-19T06:15:14.734Z | Compiling utf8_iter v1.0.4 |
| 501 | 2026-06-19T06:15:14.785Z | Compiling owo-colors v4.3.0 |
| 502 | 2026-06-19T06:15:14.805Z | Compiling idna_adapter v1.0.0 |
| 503 | 2026-06-19T06:15:14.893Z | Compiling gimli v0.32.3 |
| 504 | 2026-06-19T06:15:14.904Z | Compiling thiserror v2.0.18 |
| 505 | 2026-06-19T06:15:15.042Z | Compiling tokio v1.52.3 |
| 506 | 2026-06-19T06:15:15.115Z | Compiling untrusted v0.9.0 |
| 507 | 2026-06-19T06:15:15.134Z | Compiling futures-util v0.3.32 |
| 508 | 2026-06-19T06:15:15.240Z | Compiling signal-hook v0.3.18 |
| 509 | 2026-06-19T06:15:15.253Z | Compiling fnv v1.0.7 |
| 510 | 2026-06-19T06:15:15.354Z | Compiling guppy-workspace-hack v0.1.0 |
| 511 | 2026-06-19T06:15:15.467Z | Compiling httparse v1.10.1 |
| 512 | 2026-06-19T06:15:15.745Z | Compiling tracing v0.1.44 |
| 513 | 2026-06-19T06:15:15.834Z | Compiling idna v1.1.0 |
| 514 | 2026-06-19T06:15:15.852Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-06-19T06:15:17.041Z | Compiling addr2line v0.25.1 |
| 516 | 2026-06-19T06:15:17.648Z | Compiling generic-array v0.14.7 |
| 517 | 2026-06-19T06:15:17.747Z | Compiling fastrand v2.4.1 |
| 518 | 2026-06-19T06:15:17.883Z | Compiling thiserror v1.0.69 |
| 519 | 2026-06-19T06:15:18.074Z | Compiling pkg-config v0.3.33 |
| 520 | 2026-06-19T06:15:18.108Z | Compiling atomic-waker v1.1.2 |
| 521 | 2026-06-19T06:15:18.120Z | Compiling try-lock v0.2.5 |
| 522 | 2026-06-19T06:15:18.198Z | Compiling rustc-demangle v0.1.27 |
| 523 | 2026-06-19T06:15:18.227Z | Compiling typeid v1.0.3 |
| 524 | 2026-06-19T06:15:18.237Z | Compiling tower-service v0.3.3 |
| 525 | 2026-06-19T06:15:18.330Z | Compiling target-spec v3.6.0 |
| 526 | 2026-06-19T06:15:18.492Z | Compiling rustls v0.23.40 |
| 527 | 2026-06-19T06:15:18.560Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 528 | 2026-06-19T06:15:18.715Z | Compiling want v0.3.1 |
| 529 | 2026-06-19T06:15:18.809Z | Compiling tempfile v3.27.0 |
| 530 | 2026-06-19T06:15:18.892Z | Compiling tokio-util v0.7.18 |
| 531 | 2026-06-19T06:15:19.011Z | Compiling cfg-expr v0.20.8 |
| 532 | 2026-06-19T06:15:19.165Z | Compiling url v2.5.8 |
| 533 | 2026-06-19T06:15:19.641Z | Compiling h2 v0.4.15 |
| 534 | 2026-06-19T06:15:20.044Z | Compiling thiserror-impl v1.0.69 |
| 535 | 2026-06-19T06:15:20.428Z | Compiling backtrace v0.3.76 |
| 536 | 2026-06-19T06:15:20.614Z | Compiling terminal_size v0.4.4 |
| 537 | 2026-06-19T06:15:20.771Z | Compiling aho-corasick v1.1.4 |
| 538 | 2026-06-19T06:15:20.783Z | Compiling subtle v2.6.1 |
| 539 | 2026-06-19T06:15:20.937Z | Compiling regex-syntax v0.8.11 |
| 540 | 2026-06-19T06:15:21.208Z | Compiling erased-serde v0.4.10 |
| 541 | 2026-06-19T06:15:21.515Z | Compiling rustls-webpki v0.103.13 |
| 542 | 2026-06-19T06:15:21.615Z | Compiling typenum v1.20.1 |
| 543 | 2026-06-19T06:15:22.274Z | Compiling winnow v0.7.15 |
| 544 | 2026-06-19T06:15:24.056Z | Compiling regex-automata v0.4.14 |
| 545 | 2026-06-19T06:15:24.760Z | Compiling hyper v1.10.1 |
| 546 | 2026-06-19T06:15:26.224Z | Compiling serde_spanned v0.6.9 |
| 547 | 2026-06-19T06:15:26.385Z | Compiling toml_datetime v0.6.11 |
| 548 | 2026-06-19T06:15:26.757Z | Compiling ahash v0.8.12 |
| 549 | 2026-06-19T06:15:27.018Z | Compiling sync_wrapper v1.0.2 |
| 550 | 2026-06-19T06:15:27.132Z | Compiling unicode-linebreak v0.1.5 |
| 551 | 2026-06-19T06:15:27.401Z | Compiling base64 v0.22.1 |
| 552 | 2026-06-19T06:15:27.735Z | Compiling is_ci v1.2.0 |
| 553 | 2026-06-19T06:15:27.882Z | Compiling lazy_static v1.5.0 |
| 554 | 2026-06-19T06:15:27.907Z | Compiling either v1.16.0 |
| 555 | 2026-06-19T06:15:27.988Z | Compiling nextest-workspace-hack v0.1.0 |
| 556 | 2026-06-19T06:15:28.132Z | Compiling crc32fast v1.5.0 |
| 557 | 2026-06-19T06:15:28.218Z | Compiling foldhash v0.1.5 |
| 558 | 2026-06-19T06:15:28.260Z | Compiling tower-layer v0.3.3 |
| 559 | 2026-06-19T06:15:28.427Z | Compiling portable-atomic v1.13.1 |
| 560 | 2026-06-19T06:15:28.438Z | Compiling unicode-segmentation v1.13.3 |
| 561 | 2026-06-19T06:15:28.444Z | Compiling toml_write v0.1.2 |
| 562 | 2026-06-19T06:15:28.459Z | Compiling ipnet v2.12.0 |
| 563 | 2026-06-19T06:15:28.689Z | Compiling parking_lot_core v0.9.12 |
| 564 | 2026-06-19T06:15:28.827Z | Compiling convert_case v0.10.0 |
| 565 | 2026-06-19T06:15:28.837Z | Compiling hyper-util v0.1.20 |
| 566 | 2026-06-19T06:15:28.913Z | Compiling toml_edit v0.22.27 |
| 567 | 2026-06-19T06:15:29.027Z | Compiling tower v0.5.3 |
| 568 | 2026-06-19T06:15:29.082Z | Compiling hashbrown v0.15.5 |
| 569 | 2026-06-19T06:15:29.643Z | Compiling sharded-slab v0.1.7 |
| 570 | 2026-06-19T06:15:29.654Z | Compiling supports-color v3.0.2 |
| 571 | 2026-06-19T06:15:29.731Z | Compiling tokio-rustls v0.26.4 |
| 572 | 2026-06-19T06:15:29.879Z | Compiling textwrap v0.16.2 |
| 573 | 2026-06-19T06:15:30.222Z | Compiling backtrace-ext v0.2.1 |
| 574 | 2026-06-19T06:15:30.480Z | Compiling ordered-float v2.10.1 |
| 575 | 2026-06-19T06:15:30.636Z | Compiling webpki-roots v1.0.8 |
| 576 | 2026-06-19T06:15:30.752Z | Compiling miette-derive v7.6.0 |
| 577 | 2026-06-19T06:15:30.755Z | Compiling pathdiff v0.2.3 |
| 578 | 2026-06-19T06:15:30.885Z | Compiling console v0.15.11 |
| 579 | 2026-06-19T06:15:31.259Z | Compiling tracing-log v0.2.0 |
| 580 | 2026-06-19T06:15:31.440Z | Compiling cargo-platform v0.3.3 |
| 581 | 2026-06-19T06:15:31.618Z | Compiling os_pipe v1.2.3 |
| 582 | 2026-06-19T06:15:31.789Z | Compiling thread_local v1.1.9 |
| 583 | 2026-06-19T06:15:31.847Z | Compiling utf8parse v0.2.2 |
| 584 | 2026-06-19T06:15:32.010Z | Compiling ryu v1.0.23 |
| 585 | 2026-06-19T06:15:32.145Z | Compiling winnow v1.0.3 |
| 586 | 2026-06-19T06:15:32.188Z | Compiling zstd-safe v7.2.4 |
| 587 | 2026-06-19T06:15:32.296Z | Compiling fixedbitset v0.5.7 |
| 588 | 2026-06-19T06:15:32.299Z | Compiling unicode-width v0.1.14 |
| 589 | 2026-06-19T06:15:32.434Z | Compiling scopeguard v1.2.0 |
| 590 | 2026-06-19T06:15:32.540Z | Compiling supports-hyperlinks v3.2.0 |
| 591 | 2026-06-19T06:15:32.602Z | Compiling pulldown-cmark v0.13.4 |
| 592 | 2026-06-19T06:15:32.790Z | Compiling rustix v0.38.44 |
| 593 | 2026-06-19T06:15:32.808Z | Compiling supports-unicode v3.0.0 |
| 594 | 2026-06-19T06:15:32.863Z | Compiling cfg_aliases v0.2.1 |
| 595 | 2026-06-19T06:15:32.935Z | Compiling debug-ignore v1.0.5 |
| 596 | 2026-06-19T06:15:32.974Z | Compiling nix v0.30.1 |
| 597 | 2026-06-19T06:15:33.045Z | Compiling miette v7.6.0 |
| 598 | 2026-06-19T06:15:33.232Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 599 | 2026-06-19T06:15:33.377Z | Compiling lock_api v0.4.14 |
| 600 | 2026-06-19T06:15:33.576Z | Compiling petgraph v0.8.3 |
| 601 | 2026-06-19T06:15:33.659Z | Compiling serde_urlencoded v0.7.1 |
| 602 | 2026-06-19T06:15:33.930Z | Compiling tracing-subscriber v0.3.23 |
| 603 | 2026-06-19T06:15:34.533Z | Compiling anstyle-parse v1.0.0 |
| 604 | 2026-06-19T06:15:34.755Z | Compiling sigchld v0.2.4 |
| 605 | 2026-06-19T06:15:34.948Z | Compiling cargo_metadata v0.23.1 |
| 606 | 2026-06-19T06:15:35.133Z | Compiling hyper-rustls v0.27.9 |
| 607 | 2026-06-19T06:15:35.487Z | Compiling serde-value v0.7.0 |
| 608 | 2026-06-19T06:15:35.834Z | Compiling toml v0.8.23 |
| 609 | 2026-06-19T06:15:36.245Z | Compiling serde-untagged v0.1.9 |
| 610 | 2026-06-19T06:15:36.941Z | Compiling tower-http v0.6.11 |
| 611 | 2026-06-19T06:15:37.126Z | Compiling derive_more-impl v2.1.1 |
| 612 | 2026-06-19T06:15:37.880Z | Compiling itertools v0.14.0 |
| 613 | 2026-06-19T06:15:37.949Z | Compiling regex v1.12.4 |
| 614 | 2026-06-19T06:15:38.177Z | Compiling crypto-common v0.1.7 |
| 615 | 2026-06-19T06:15:38.288Z | Compiling block-buffer v0.10.4 |
| 616 | 2026-06-19T06:15:38.314Z | Compiling ppv-lite86 v0.2.21 |
| 617 | 2026-06-19T06:15:38.443Z | Compiling rand_core v0.9.5 |
| 618 | 2026-06-19T06:15:38.644Z | Compiling futures-executor v0.3.32 |
| 619 | 2026-06-19T06:15:38.676Z | Compiling pin-project-internal v1.1.13 |
| 620 | 2026-06-19T06:15:38.689Z | Compiling http-body-util v0.1.3 |
| 621 | 2026-06-19T06:15:38.950Z | Compiling uuid v1.23.3 |
| 622 | 2026-06-19T06:15:39.159Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 623 | 2026-06-19T06:15:39.348Z | Compiling serde_spanned v1.1.1 |
| 624 | 2026-06-19T06:15:39.373Z | Compiling smol_str v0.3.6 |
| 625 | 2026-06-19T06:15:39.482Z | Compiling filetime v0.2.29 |
| 626 | 2026-06-19T06:15:39.493Z | Compiling vte v0.14.1 |
| 627 | 2026-06-19T06:15:39.567Z | Compiling bstr v1.12.1 |
| 628 | 2026-06-19T06:15:39.683Z | Compiling litrs v1.0.0 |
| 629 | 2026-06-19T06:15:39.703Z | Compiling eyre v0.6.12 |
| 630 | 2026-06-19T06:15:39.706Z | Compiling iana-time-zone v0.1.65 |
| 631 | 2026-06-19T06:15:39.724Z | Compiling self_update v0.42.0 |
| 632 | 2026-06-19T06:15:39.973Z | Compiling unicode-xid v0.2.6 |
| 633 | 2026-06-19T06:15:40.023Z | Compiling nested v0.1.1 |
| 634 | 2026-06-19T06:15:40.046Z | Compiling color-spantrace v0.3.0 |
| 635 | 2026-06-19T06:15:40.110Z | Compiling tinyvec_macros v0.1.1 |
| 636 | 2026-06-19T06:15:40.121Z | Compiling static_assertions v1.1.0 |
| 637 | 2026-06-19T06:15:40.179Z | Compiling unicase v2.9.0 |
| 638 | 2026-06-19T06:15:40.190Z | Compiling number_prefix v0.4.0 |
| 639 | 2026-06-19T06:15:40.209Z | Compiling is_terminal_polyfill v1.70.2 |
| 640 | 2026-06-19T06:15:40.252Z | Compiling xattr v1.6.1 |
| 641 | 2026-06-19T06:15:40.332Z | Compiling anstyle v1.0.14 |
| 642 | 2026-06-19T06:15:40.352Z | Compiling anstyle-query v1.1.5 |
| 643 | 2026-06-19T06:15:40.356Z | Compiling colorchoice v1.0.5 |
| 644 | 2026-06-19T06:15:40.446Z | Compiling tar v0.4.46 |
| 645 | 2026-06-19T06:15:40.502Z | Compiling anstream v1.0.0 |
| 646 | 2026-06-19T06:15:40.513Z | Compiling indicatif v0.17.11 |
| 647 | 2026-06-19T06:15:40.592Z | Compiling guppy v0.17.26 |
| 648 | 2026-06-19T06:15:40.629Z | Compiling tinyvec v1.11.0 |
| 649 | 2026-06-19T06:15:40.996Z | Compiling document-features v0.2.12 |
| 650 | 2026-06-19T06:15:41.053Z | Compiling cargo-util-schemas v0.2.0 |
| 651 | 2026-06-19T06:15:41.628Z | Compiling globset v0.4.18 |
| 652 | 2026-06-19T06:15:41.821Z | Compiling chrono v0.4.45 |
| 653 | 2026-06-19T06:15:42.931Z | Compiling pin-project v1.1.13 |
| 654 | 2026-06-19T06:15:43.038Z | Compiling strip-ansi-escapes v0.2.1 |
| 655 | 2026-06-19T06:15:43.431Z | Compiling nextest-metadata v0.12.2 |
| 656 | 2026-06-19T06:15:43.480Z | Compiling toml v1.1.2+spec-1.1.0 |
| 657 | 2026-06-19T06:15:43.507Z | Compiling newtype-uuid v1.3.2 |
| 658 | 2026-06-19T06:15:43.582Z | Compiling reqwest v0.12.28 |
| 659 | 2026-06-19T06:15:43.697Z | Compiling futures v0.3.32 |
| 660 | 2026-06-19T06:15:43.779Z | Compiling rand_chacha v0.9.0 |
| 661 | 2026-06-19T06:15:44.331Z | Compiling digest v0.10.7 |
| 662 | 2026-06-19T06:15:44.560Z | Compiling derive_more v2.1.1 |
| 663 | 2026-06-19T06:15:44.641Z | Compiling parking_lot v0.12.5 |
| 664 | 2026-06-19T06:15:44.822Z | Compiling flate2 v1.1.9 |
| 665 | 2026-06-19T06:15:45.206Z | Compiling shared_child v1.1.1 |
| 666 | 2026-06-19T06:15:45.354Z | Compiling tracing-error v0.2.1 |
| 667 | 2026-06-19T06:15:45.582Z | Compiling signal-hook-mio v0.2.5 |
| 668 | 2026-06-19T06:15:45.710Z | Compiling self-replace v1.5.0 |
| 669 | 2026-06-19T06:15:45.856Z | Compiling cargo-platform v0.2.0 |
| 670 | 2026-06-19T06:15:46.003Z | Compiling quick-xml v0.38.4 |
| 671 | 2026-06-19T06:15:46.418Z | Compiling quick-xml v0.37.5 |
| 672 | 2026-06-19T06:15:46.844Z | Compiling heck v0.5.0 |
| 673 | 2026-06-19T06:15:46.867Z | Compiling strsim v0.11.1 |
| 674 | 2026-06-19T06:15:47.041Z | Compiling cpufeatures v0.2.17 |
| 675 | 2026-06-19T06:15:47.115Z | Compiling clap_lex v1.1.0 |
| 676 | 2026-06-19T06:15:47.664Z | Compiling recursion v0.5.4 |
| 677 | 2026-06-19T06:15:47.675Z | Compiling urlencoding v2.1.3 |
| 678 | 2026-06-19T06:15:47.740Z | Compiling indenter v0.3.4 |
| 679 | 2026-06-19T06:15:47.796Z | Compiling humantime v2.3.0 |
| 680 | 2026-06-19T06:15:47.864Z | Compiling shell-words v1.1.1 |
| 681 | 2026-06-19T06:15:48.113Z | Compiling humantime-serde v1.1.1 |
| 682 | 2026-06-19T06:15:48.220Z | Compiling nextest-filtering v0.15.0 |
| 683 | 2026-06-19T06:15:48.266Z | Compiling clap_builder v4.6.0 |
| 684 | 2026-06-19T06:15:48.406Z | Compiling sha2 v0.10.9 |
| 685 | 2026-06-19T06:15:48.542Z | Compiling clap_derive v4.6.1 |
| 686 | 2026-06-19T06:15:49.613Z | Compiling quick-junit v0.5.2 |
| 687 | 2026-06-19T06:15:50.304Z | Compiling atomicwrites v0.4.4 |
| 688 | 2026-06-19T06:15:50.587Z | Compiling cargo_metadata v0.20.0 |
| 689 | 2026-06-19T06:15:52.120Z | Compiling cargo-nextest v0.9.97 |
| 690 | 2026-06-19T06:15:52.448Z | Compiling crossterm v0.29.0 |
| 691 | 2026-06-19T06:15:54.009Z | Compiling duct v0.13.7 |
| 692 | 2026-06-19T06:15:54.198Z | Compiling config v0.15.24 |
| 693 | 2026-06-19T06:15:54.365Z | Compiling rand v0.9.4 |
| 694 | 2026-06-19T06:15:55.104Z | Compiling zstd v0.13.3 |
| 695 | 2026-06-19T06:15:55.129Z | Compiling async-scoped v0.9.0 |
| 696 | 2026-06-19T06:15:55.321Z | Compiling unicode-normalization v0.1.25 |
| 697 | 2026-06-19T06:15:55.525Z | Compiling target-spec-miette v0.4.8 |
| 698 | 2026-06-19T06:15:55.617Z | Compiling future-queue v0.4.0 |
| 699 | 2026-06-19T06:15:55.706Z | Compiling mukti-metadata v0.3.0 |
| 700 | 2026-06-19T06:15:55.719Z | Compiling camino-tempfile v1.4.1 |
| 701 | 2026-06-19T06:15:55.895Z | Compiling tokio-stream v0.1.18 |
| 702 | 2026-06-19T06:15:55.911Z | Compiling derive-where v1.6.1 |
| 703 | 2026-06-19T06:15:55.950Z | Compiling serde_ignored v0.1.14 |
| 704 | 2026-06-19T06:15:56.140Z | Compiling serde_path_to_error v0.1.20 |
| 705 | 2026-06-19T06:15:56.173Z | Compiling hex v0.4.3 |
| 706 | 2026-06-19T06:15:56.185Z | Compiling swrite v0.1.0 |
| 707 | 2026-06-19T06:15:56.292Z | Compiling home v0.5.12 |
| 708 | 2026-06-19T06:15:56.421Z | Compiling indent_write v2.2.0 |
| 709 | 2026-06-19T06:15:56.463Z | Compiling xxhash-rust v0.8.15 |
| 710 | 2026-06-19T06:15:56.566Z | Compiling color-eyre v0.6.5 |
| 711 | 2026-06-19T06:15:56.591Z | Compiling clap v4.6.1 |
| 712 | 2026-06-19T06:15:56.601Z | Compiling dialoguer v0.11.0 |
| 713 | 2026-06-19T06:15:56.636Z | Compiling enable-ansi-support v0.2.1 |
| 714 | 2026-06-19T06:15:57.150Z | Compiling nextest-runner v0.80.0 |
| 715 | 2026-06-19T06:16:15.033Z | Finished `release` profile [optimized] target(s) in 1m 09s |
| 716 | 2026-06-19T06:16:15.211Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 717 | 2026-06-19T06:16:15.214Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 718 | 2026-06-19T06:16:15.324Z | + source .github/buildomat/test-common.sh |
| 719 | 2026-06-19T06:16:15.327Z | ++ NEXTEST_VERSION=0.9.97 |
| 720 | 2026-06-19T06:16:15.328Z | ++ PLATFORM=illumos |
| 721 | 2026-06-19T06:16:15.328Z | ++ banner install |
| 722 | 2026-06-19T06:16:15.328Z | |
| 723 | 2026-06-19T06:16:15.328Z | # # # #### ##### ## # # |
| 724 | 2026-06-19T06:16:15.328Z | # ## # # # # # # # |
| 725 | 2026-06-19T06:16:15.328Z | # # # # #### # # # # # |
| 726 | 2026-06-19T06:16:15.328Z | # # # # # # ###### # # |
| 727 | 2026-06-19T06:16:15.328Z | # # ## # # # # # # # |
| 728 | 2026-06-19T06:16:15.328Z | # # # #### # # # ###### ###### |
| 729 | 2026-06-19T06:16:15.328Z | |
| 730 | 2026-06-19T06:16:15.328Z | ++ set +o errexit |
| 731 | 2026-06-19T06:16:15.328Z | ++ pkg info clang-15 |
| 732 | 2026-06-19T06:16:15.328Z | ++ grep -qi installed |
| 733 | 2026-06-19T06:16:16.526Z | pkg: info: no packages matching the following patterns you specified are |
| 734 | 2026-06-19T06:16:16.526Z | installed on the system. Try querying remotely instead: |
| 735 | 2026-06-19T06:16:16.527Z | |
| 736 | 2026-06-19T06:16:16.527Z | clang-15 |
| 737 | 2026-06-19T06:16:16.564Z | ++ [[ 1 != 0 ]] |
| 738 | 2026-06-19T06:16:16.568Z | ++ set -o errexit |
| 739 | 2026-06-19T06:16:16.568Z | ++ pfexec pkg install clang-15 |
| 740 | 2026-06-19T06:16:23.121Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 741 | 2026-06-19T06:16:30.904Z | Startup: Caching catalogs ... Done |
| 742 | 2026-06-19T06:16:38.185Z | Planning: Solver setup ... Done |
| 743 | 2026-06-19T06:16:38.225Z | Planning: Running solver ... Done |
| 744 | 2026-06-19T06:16:38.369Z | Planning: Finding local manifests ... Done |
| 745 | 2026-06-19T06:16:38.389Z | Planning: Fetching manifests: 0/2 0% complete |
| 746 | 2026-06-19T06:16:38.479Z | Planning: Fetching manifests: 2/2 100% complete |
| 747 | 2026-06-19T06:16:38.509Z | Planning: Package planning ... Done |
| 748 | 2026-06-19T06:16:38.535Z | Planning: Merging actions ... Done |
| 749 | 2026-06-19T06:16:38.642Z | Planning: Checking for conflicting actions ... Done |
| 750 | 2026-06-19T06:16:38.649Z | Planning: Consolidating action changes ... Done |
| 751 | 2026-06-19T06:16:39.431Z | Planning: Evaluating mediators ... Done |
| 752 | 2026-06-19T06:16:39.436Z | Planning: Planning completed in 8.36 seconds |
| 753 | 2026-06-19T06:16:39.447Z | Packages to install: 2 |
| 754 | 2026-06-19T06:16:39.447Z | Mediators to change: 2 |
| 755 | 2026-06-19T06:16:39.450Z | Services to change: 1 |
| 756 | 2026-06-19T06:16:39.450Z | Create boot environment: No |
| 757 | 2026-06-19T06:16:39.450Z | Create backup boot environment: No |
| 758 | 2026-06-19T06:16:39.490Z | |
| 759 | 2026-06-19T06:16:39.490Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 760 | 2026-06-19T06:16:46.218Z | Download: 2009/3076 items 117.9/211.3MB 55% complete (25.6M/s) |
| 761 | 2026-06-19T06:16:48.992Z | Download: Completed 211.31 MB in 9.50 seconds (22.2M/s) |
| 762 | 2026-06-19T06:16:49.226Z | Actions: 1/3418 actions (Installing new actions) |
| 763 | 2026-06-19T06:16:52.347Z | Actions: Completed 3418 actions in 3.12 seconds. |
| 764 | 2026-06-19T06:16:53.004Z | Done |
| 765 | 2026-06-19T06:16:53.004Z | Done |
| 766 | 2026-06-19T06:16:53.768Z | Done |
| 767 | 2026-06-19T06:16:57.156Z | Done |
| 768 | 2026-06-19T06:16:57.230Z | Done |
| 769 | 2026-06-19T06:16:57.232Z | Done |
| 770 | 2026-06-19T06:16:57.505Z | Done |
| 771 | 2026-06-19T06:16:58.202Z | ++ set -o errexit |
| 772 | 2026-06-19T06:16:58.202Z | ++ cargo --version |
| 773 | 2026-06-19T06:16:58.213Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 774 | 2026-06-19T06:16:58.216Z | ++ rustc --version |
| 775 | 2026-06-19T06:16:58.235Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 776 | 2026-06-19T06:16:58.238Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 777 | 2026-06-19T06:16:58.290Z | Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override |
| 778 | 2026-06-19T06:16:58.294Z | + pushd rdb |
| 779 | 2026-06-19T06:16:58.294Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
| 780 | 2026-06-19T06:16:58.294Z | + PROPTEST_CASES=1000000 |
| 781 | 2026-06-19T06:16:58.294Z | + cargo nextest run --lib proptest |
| 782 | 2026-06-19T06:16:58.457Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 783 | 2026-06-19T06:16:59.282Z | From https://github.com/oxidecomputer/falcon |
| 784 | 2026-06-19T06:16:59.282Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 785 | 2026-06-19T06:16:59.358Z | Updating crates.io index |
| 786 | 2026-06-19T06:16:59.361Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 787 | 2026-06-19T06:16:59.751Z | From https://github.com/oxidecomputer/dendrite |
| 788 | 2026-06-19T06:16:59.751Z | * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9 |
| 789 | 2026-06-19T06:16:59.838Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 790 | 2026-06-19T06:17:00.107Z | From https://github.com/oxidecomputer/ispf |
| 791 | 2026-06-19T06:17:00.107Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 792 | 2026-06-19T06:17:00.134Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 793 | 2026-06-19T06:17:00.474Z | From https://github.com/oxidecomputer/netadm-sys |
| 794 | 2026-06-19T06:17:00.474Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 795 | 2026-06-19T06:17:00.482Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 796 | 2026-06-19T06:17:06.740Z | From https://github.com/oxidecomputer/omicron |
| 797 | 2026-06-19T06:17:06.740Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 798 | 2026-06-19T06:17:07.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 799 | 2026-06-19T06:17:07.811Z | From https://github.com/oxidecomputer/opte |
| 800 | 2026-06-19T06:17:07.811Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 801 | 2026-06-19T06:17:07.900Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 802 | 2026-06-19T06:17:08.162Z | From https://github.com/illumos/smf-rs |
| 803 | 2026-06-19T06:17:08.162Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 804 | 2026-06-19T06:17:08.172Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 805 | 2026-06-19T06:17:08.465Z | From https://github.com/oxidecomputer/network-interface |
| 806 | 2026-06-19T06:17:08.465Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 807 | 2026-06-19T06:17:08.507Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 808 | 2026-06-19T06:17:08.777Z | From https://github.com/oxidecomputer/zone |
| 809 | 2026-06-19T06:17:08.777Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 810 | 2026-06-19T06:17:08.803Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 811 | 2026-06-19T06:17:09.819Z | From https://github.com/oxidecomputer/propolis |
| 812 | 2026-06-19T06:17:09.819Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 813 | 2026-06-19T06:17:09.913Z | Updating crates.io index |
| 814 | 2026-06-19T06:17:09.916Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 815 | 2026-06-19T06:17:10.365Z | From https://github.com/oxidecomputer/transceiver-control |
| 816 | 2026-06-19T06:17:10.366Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 817 | 2026-06-19T06:17:10.410Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 818 | 2026-06-19T06:17:10.677Z | From https://github.com/oxidecomputer/dlpi-sys |
| 819 | 2026-06-19T06:17:10.677Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 820 | 2026-06-19T06:17:10.698Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 821 | 2026-06-19T06:17:10.961Z | From https://github.com/jmesmon/rust-libzfs |
| 822 | 2026-06-19T06:17:10.962Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 823 | 2026-06-19T06:17:10.968Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 824 | 2026-06-19T06:17:11.223Z | From https://github.com/oxidecomputer/rusty-doors |
| 825 | 2026-06-19T06:17:11.223Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 826 | 2026-06-19T06:17:11.281Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 827 | 2026-06-19T06:17:11.593Z | From https://github.com/oxidecomputer/lldp |
| 828 | 2026-06-19T06:17:11.593Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 829 | 2026-06-19T06:17:11.605Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 830 | 2026-06-19T06:17:11.856Z | From https://github.com/oxidecomputer/slog-error-chain |
| 831 | 2026-06-19T06:17:11.856Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 832 | 2026-06-19T06:17:12.043Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 833 | 2026-06-19T06:17:12.340Z | From https://github.com/oxidecomputer/tufaceous |
| 834 | 2026-06-19T06:17:12.340Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 835 | 2026-06-19T06:17:12.370Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 836 | 2026-06-19T06:17:12.841Z | From https://github.com/oxidecomputer/management-gateway-service |
| 837 | 2026-06-19T06:17:12.841Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 838 | 2026-06-19T06:17:13.019Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 839 | 2026-06-19T06:17:13.802Z | From https://github.com/oxidecomputer/crucible |
| 840 | 2026-06-19T06:17:13.802Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 841 | 2026-06-19T06:17:13.865Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 842 | 2026-06-19T06:17:14.105Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 843 | 2026-06-19T06:17:14.106Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 844 | 2026-06-19T06:17:14.249Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 845 | 2026-06-19T06:17:14.675Z | From https://github.com/oxidecomputer/propolis |
| 846 | 2026-06-19T06:17:14.675Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 847 | 2026-06-19T06:17:14.963Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 848 | 2026-06-19T06:17:15.448Z | From https://github.com/oxidecomputer/crucible |
| 849 | 2026-06-19T06:17:15.448Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 850 | 2026-06-19T06:17:15.542Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 851 | 2026-06-19T06:17:15.853Z | From https://github.com/oxidecomputer/tofino |
| 852 | 2026-06-19T06:17:15.853Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 853 | 2026-06-19T06:17:15.864Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 854 | 2026-06-19T06:17:16.495Z | From https://github.com/oxidecomputer/maghemite |
| 855 | 2026-06-19T06:17:16.495Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 856 | 2026-06-19T06:17:16.544Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 857 | 2026-06-19T06:17:16.948Z | From https://github.com/oxidecomputer/clickward |
| 858 | 2026-06-19T06:17:16.948Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 859 | 2026-06-19T06:17:16.992Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 860 | 2026-06-19T06:17:17.234Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 861 | 2026-06-19T06:17:17.234Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 862 | 2026-06-19T06:17:17.685Z | error: failed to select a version for `http`. |
| 863 | 2026-06-19T06:17:17.685Z | ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)` |
| 864 | 2026-06-19T06:17:17.685Z | ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)` |
| 865 | 2026-06-19T06:17:17.685Z | versions that meet the requirements `^1.4.2` are: 1.4.2 |
| 866 | 2026-06-19T06:17:17.686Z | |
| 867 | 2026-06-19T06:17:17.686Z | all possible versions conflict with previously selected packages. |
| 868 | 2026-06-19T06:17:17.686Z | |
| 869 | 2026-06-19T06:17:17.686Z | previously selected package `http v1.4.1` |
| 870 | 2026-06-19T06:17:17.686Z | ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)` |
| 871 | 2026-06-19T06:17:17.686Z | |
| 872 | 2026-06-19T06:17:17.686Z | failed to select a version for `http` which could resolve this conflict |
| 873 | 2026-06-19T06:17:17.703Z | error: command `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/cargo metadata '--format-version=1' --all-features --filter-platform x86_64-unknown-illumos` failed with exit status: 101 |
| 874 | 2026-06-19T06:17:17.706Z | process exited: duration 147794 ms, exit code 102 |
| |
| 875 | 2026-06-19T06:17:17.712Z | found 0 output files |