|
|
|
| 1 | 2026-08-25T16:32:13.951Z | job assigned to worker 01M0WW6DW4BPJD4FYH6KCMTHZB [factory aws, i-02b33590043e2a8ad] (queued for 51 s) |
| |
| 2 | 2026-08-25T16:32:20.768Z | starting task 0: "setup" |
| 3 | 2026-08-25T16:32:20.773Z | ++ uname -s |
| 4 | 2026-08-25T16:32:20.776Z | + kern=SunOS |
| 5 | 2026-08-25T16:32:20.776Z | + build_user=build |
| 6 | 2026-08-25T16:32:20.776Z | + build_uid=12345 |
| 7 | 2026-08-25T16:32:20.776Z | + work_dir=/work |
| 8 | 2026-08-25T16:32:20.776Z | + input_dir=/input |
| 9 | 2026-08-25T16:32:20.776Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T16:32:20.776Z | + case "$kern" in |
| 11 | 2026-08-25T16:32:20.776Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T16:32:20.779Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T16:32:22.788Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T16:32:22.872Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T16:32:22.875Z | + home_fs=zfs |
| 16 | 2026-08-25T16:32:22.876Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T16:32:22.876Z | + mkdir -p /home/build |
| 18 | 2026-08-25T16:32:22.876Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T16:32:24.878Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T16:32:24.883Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-08-25T16:32:24.890Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T16:32:24.896Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T16:32:24.896Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T16:32:24.896Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T16:32:24.896Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-25T16:32:24.896Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T16:32:24.896Z | * rust toolchain profile = "default" |
| 28 | 2026-08-25T16:32:24.899Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T16:32:24.899Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T16:32:25.016Z | info: downloading installer |
| 31 | 2026-08-25T16:32:26.150Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T16:32:26.150Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T16:32:26.150Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T16:32:26.150Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T16:32:26.163Z | info: profile set to default |
| 36 | 2026-08-25T16:32:26.163Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T16:32:26.166Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T16:32:26.295Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T16:32:26.299Z | info: downloading 6 components |
| 40 | 2026-08-25T16:32:41.330Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T16:32:41.330Z | |
| 42 | 2026-08-25T16:32:41.361Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T16:32:41.361Z | |
| 44 | 2026-08-25T16:32:41.361Z | |
| 45 | 2026-08-25T16:32:41.361Z | Rust is installed now. Great! |
| 46 | 2026-08-25T16:32:41.361Z | |
| 47 | 2026-08-25T16:32:41.361Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T16:32:41.361Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T16:32:41.361Z | |
| 50 | 2026-08-25T16:32:41.361Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T16:32:41.361Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T16:32:41.361Z | |
| 53 | 2026-08-25T16:32:41.362Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T16:32:41.362Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T16:32:41.362Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T16:32:41.362Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T16:32:41.362Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T16:32:41.362Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T16:32:41.362Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T16:32:41.377Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T16:32:41.378Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T16:32:41.463Z | + rustup --version |
| 63 | 2026-08-25T16:32:41.475Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T16:32:41.475Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T16:32:41.486Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T16:32:41.486Z | + cargo --version |
| 67 | 2026-08-25T16:32:41.492Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T16:32:41.492Z | + rustc --version |
| 69 | 2026-08-25T16:32:41.520Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T16:32:41.534Z | process exited: duration 16623 ms, exit code 0 |
| |
| 71 | 2026-08-25T16:32:41.552Z | starting task 2: "authentication" |
| 72 | 2026-08-25T16:32:41.580Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-25T16:32:41.607Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T16:32:41.623Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T16:32:41.623Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T16:32:41.643Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T16:32:54.509Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T16:32:54.509Z | + git fetch origin b8a01ad542c31c9797d40ccbeafc0fc50c91f826 |
| 79 | 2026-08-25T16:32:54.852Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T16:32:54.852Z | * branch b8a01ad542c31c9797d40ccbeafc0fc50c91f826 -> FETCH_HEAD |
| 81 | 2026-08-25T16:32:54.867Z | + [[ -n '' ]] |
| 82 | 2026-08-25T16:32:54.867Z | + git reset --hard b8a01ad542c31c9797d40ccbeafc0fc50c91f826 |
| 83 | 2026-08-25T16:32:55.139Z | HEAD is now at b8a01ad54 Update Rust crate tokio-postgres to v0.7.18 [SECURITY] |
| 84 | 2026-08-25T16:32:55.143Z | process exited: duration 13543 ms, exit code 0 |
| |
| 85 | 2026-08-25T16:32:55.149Z | starting task 4: "build" |
| 86 | 2026-08-25T16:32:55.155Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-25T16:32:55.155Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-25T16:32:55.158Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-25T16:32:55.158Z | +++ uname -s |
| 90 | 2026-08-25T16:32:55.158Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-25T16:32:55.158Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-25T16:32:55.162Z | + cargo --version |
| 93 | 2026-08-25T16:32:55.170Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-25T16:32:55.173Z | + rustc --version |
| 95 | 2026-08-25T16:32:55.193Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-25T16:32:55.197Z | + cargo tree --locked |
| 97 | 2026-08-25T16:32:55.376Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 98 | 2026-08-25T16:32:56.252Z | Updating crates.io index |
| 99 | 2026-08-25T16:32:56.260Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 100 | 2026-08-25T16:32:56.519Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 101 | 2026-08-25T16:32:56.921Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 102 | 2026-08-25T16:32:58.304Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 103 | 2026-08-25T16:32:58.841Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 104 | 2026-08-25T16:33:00.490Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 105 | 2026-08-25T16:33:01.735Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 106 | 2026-08-25T16:33:02.067Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 107 | 2026-08-25T16:33:02.428Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 108 | 2026-08-25T16:33:04.018Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 109 | 2026-08-25T16:33:04.982Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 110 | 2026-08-25T16:33:05.453Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 111 | 2026-08-25T16:33:05.776Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 112 | 2026-08-25T16:33:06.298Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 113 | 2026-08-25T16:33:06.627Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 114 | 2026-08-25T16:33:06.920Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 115 | 2026-08-25T16:33:07.190Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 116 | 2026-08-25T16:33:07.491Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 117 | 2026-08-25T16:33:08.574Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 118 | 2026-08-25T16:33:09.569Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 119 | 2026-08-25T16:33:09.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 120 | 2026-08-25T16:33:10.356Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 121 | 2026-08-25T16:33:10.696Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 122 | 2026-08-25T16:33:12.215Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 123 | 2026-08-25T16:33:12.575Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 124 | 2026-08-25T16:33:13.888Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 125 | 2026-08-25T16:33:14.416Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 126 | 2026-08-25T16:33:15.405Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-08-25T16:33:15.850Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-08-25T16:33:16.969Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-08-25T16:33:17.250Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 130 | 2026-08-25T16:33:17.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-08-25T16:33:17.991Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 132 | 2026-08-25T16:33:18.530Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 133 | 2026-08-25T16:33:20.993Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-08-25T16:33:21.307Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-08-25T16:33:21.611Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 136 | 2026-08-25T16:33:21.957Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 137 | 2026-08-25T16:33:22.714Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-08-25T16:33:23.004Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-08-25T16:33:23.399Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-08-25T16:33:23.745Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 141 | 2026-08-25T16:33:24.474Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 142 | 2026-08-25T16:33:27.850Z | Downloading crates ... |
| 143 | 2026-08-25T16:33:27.899Z | Downloaded clap_lex v1.0.0 |
| 144 | 2026-08-25T16:33:27.911Z | Downloaded addr2line v0.25.1 |
| 145 | 2026-08-25T16:33:27.916Z | Downloaded clang-sys v1.8.1 |
| 146 | 2026-08-25T16:33:27.921Z | Downloaded crossbeam-utils v0.8.21 |
| 147 | 2026-08-25T16:33:27.921Z | Downloaded derive_builder_macro v0.20.2 |
| 148 | 2026-08-25T16:33:27.921Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 149 | 2026-08-25T16:33:27.924Z | Downloaded convert_case v0.4.0 |
| 150 | 2026-08-25T16:33:27.924Z | Downloaded cpufeatures v0.2.17 |
| 151 | 2026-08-25T16:33:27.929Z | Downloaded const_format v0.2.35 |
| 152 | 2026-08-25T16:33:27.932Z | Downloaded hostname v0.3.1 |
| 153 | 2026-08-25T16:33:27.932Z | Downloaded constant_time_eq v0.3.1 |
| 154 | 2026-08-25T16:33:27.935Z | Downloaded cpufeatures v0.3.0 |
| 155 | 2026-08-25T16:33:27.935Z | Downloaded ctutils v0.4.2 |
| 156 | 2026-08-25T16:33:27.938Z | Downloaded http-body-util v0.1.3 |
| 157 | 2026-08-25T16:33:27.943Z | Downloaded concurrent-queue v2.5.0 |
| 158 | 2026-08-25T16:33:27.948Z | Downloaded crc-catalog v2.4.0 |
| 159 | 2026-08-25T16:33:27.948Z | Downloaded hash32 v0.2.1 |
| 160 | 2026-08-25T16:33:27.951Z | Downloaded idna_adapter v1.2.1 |
| 161 | 2026-08-25T16:33:27.951Z | Downloaded convert_case v0.10.0 |
| 162 | 2026-08-25T16:33:27.951Z | Downloaded cmake v0.1.57 |
| 163 | 2026-08-25T16:33:27.954Z | Downloaded console v0.15.11 |
| 164 | 2026-08-25T16:33:27.954Z | Downloaded console v0.16.2 |
| 165 | 2026-08-25T16:33:27.957Z | Downloaded heck v0.4.1 |
| 166 | 2026-08-25T16:33:27.960Z | Downloaded hubpack_derive v0.1.1 |
| 167 | 2026-08-25T16:33:27.960Z | Downloaded cpubits v0.1.1 |
| 168 | 2026-08-25T16:33:27.964Z | Downloaded crc8 v0.1.1 |
| 169 | 2026-08-25T16:33:27.967Z | Downloaded cobs v0.3.0 |
| 170 | 2026-08-25T16:33:27.967Z | Downloaded colorchoice v1.0.4 |
| 171 | 2026-08-25T16:33:27.967Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-08-25T16:33:27.970Z | Downloaded guppy-workspace-hack v0.1.0 |
| 173 | 2026-08-25T16:33:27.970Z | Downloaded hash32 v0.3.1 |
| 174 | 2026-08-25T16:33:27.973Z | Downloaded darling_macro v0.20.11 |
| 175 | 2026-08-25T16:33:27.973Z | Downloaded crc32fast v1.5.0 |
| 176 | 2026-08-25T16:33:27.973Z | Downloaded crucible-workspace-hack v0.1.0 |
| 177 | 2026-08-25T16:33:27.973Z | Downloaded crunchy v0.2.4 |
| 178 | 2026-08-25T16:33:27.973Z | Downloaded cstr-argument v0.1.2 |
| 179 | 2026-08-25T16:33:27.976Z | Downloaded crossbeam-deque v0.8.6 |
| 180 | 2026-08-25T16:33:27.976Z | Downloaded hex-literal v0.4.1 |
| 181 | 2026-08-25T16:33:27.980Z | Downloaded corncobs v0.1.4 |
| 182 | 2026-08-25T16:33:27.984Z | Downloaded headers-core v0.3.0 |
| 183 | 2026-08-25T16:33:27.984Z | Downloaded hex v0.4.3 |
| 184 | 2026-08-25T16:33:27.984Z | Downloaded heck v0.5.0 |
| 185 | 2026-08-25T16:33:27.987Z | Downloaded http-range v0.1.5 |
| 186 | 2026-08-25T16:33:27.987Z | Downloaded hubpack v0.1.2 |
| 187 | 2026-08-25T16:33:27.987Z | Downloaded is_terminal_polyfill v1.70.2 |
| 188 | 2026-08-25T16:33:27.987Z | Downloaded compression-core v0.4.31 |
| 189 | 2026-08-25T16:33:27.991Z | Downloaded hostname v0.4.2 |
| 190 | 2026-08-25T16:33:27.994Z | Downloaded http-body v1.0.1 |
| 191 | 2026-08-25T16:33:27.994Z | Downloaded is_ci v1.2.0 |
| 192 | 2026-08-25T16:33:27.998Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 193 | 2026-08-25T16:33:27.998Z | Downloaded darling_macro v0.13.4 |
| 194 | 2026-08-25T16:33:27.998Z | Downloaded debug-ignore v1.0.5 |
| 195 | 2026-08-25T16:33:28.002Z | Downloaded criterion-plot v0.6.0 |
| 196 | 2026-08-25T16:33:28.002Z | Downloaded instant v0.1.13 |
| 197 | 2026-08-25T16:33:28.005Z | Downloaded inout v0.1.4 |
| 198 | 2026-08-25T16:33:28.008Z | Downloaded ident_case v1.0.1 |
| 199 | 2026-08-25T16:33:28.012Z | Downloaded httpdate v1.0.3 |
| 200 | 2026-08-25T16:33:28.012Z | Downloaded internet-checksum v0.2.1 |
| 201 | 2026-08-25T16:33:28.012Z | Downloaded is-terminal v0.4.17 |
| 202 | 2026-08-25T16:33:28.012Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 203 | 2026-08-25T16:33:28.012Z | Downloaded indent_write v2.2.0 |
| 204 | 2026-08-25T16:33:28.016Z | Downloaded darling_macro v0.23.0 |
| 205 | 2026-08-25T16:33:28.016Z | Downloaded indoc v1.0.9 |
| 206 | 2026-08-25T16:33:28.025Z | Downloaded darling_macro v0.21.3 |
| 207 | 2026-08-25T16:33:28.029Z | Downloaded defmt v0.3.100 |
| 208 | 2026-08-25T16:33:28.029Z | Downloaded crypto-common v0.1.7 |
| 209 | 2026-08-25T16:33:28.033Z | Downloaded crc v3.4.0 |
| 210 | 2026-08-25T16:33:28.037Z | Downloaded compression-codecs v0.4.37 |
| 211 | 2026-08-25T16:33:28.037Z | Downloaded darling v0.13.4 |
| 212 | 2026-08-25T16:33:28.041Z | Downloaded assert_matches v1.5.0 |
| 213 | 2026-08-25T16:33:28.041Z | Downloaded humantime v2.3.0 |
| 214 | 2026-08-25T16:33:28.041Z | Downloaded highway v1.3.0 |
| 215 | 2026-08-25T16:33:28.044Z | Downloaded clap v4.6.1 |
| 216 | 2026-08-25T16:33:28.049Z | Downloaded hex-literal v1.1.0 |
| 217 | 2026-08-25T16:33:28.052Z | Downloaded hyper-tls v0.6.0 |
| 218 | 2026-08-25T16:33:28.055Z | Downloaded bb8 v0.8.6 |
| 219 | 2026-08-25T16:33:28.058Z | Downloaded bitfield-macros v0.19.4 |
| 220 | 2026-08-25T16:33:28.058Z | Downloaded cipher v0.5.2 |
| 221 | 2026-08-25T16:33:28.062Z | Downloaded der_derive v0.7.3 |
| 222 | 2026-08-25T16:33:28.062Z | Downloaded const_format_proc_macros v0.2.34 |
| 223 | 2026-08-25T16:33:28.065Z | Downloaded daft v0.1.8 |
| 224 | 2026-08-25T16:33:28.065Z | Downloaded cmov v0.5.4 |
| 225 | 2026-08-25T16:33:28.068Z | Downloaded defmt v1.0.1 |
| 226 | 2026-08-25T16:33:28.068Z | Downloaded bit-set v0.5.3 |
| 227 | 2026-08-25T16:33:28.073Z | Downloaded illumos-nvpair v0.3.0 |
| 228 | 2026-08-25T16:33:28.073Z | Downloaded cfg_aliases v0.2.1 |
| 229 | 2026-08-25T16:33:28.073Z | Downloaded ciborium-io v0.2.2 |
| 230 | 2026-08-25T16:33:28.073Z | Downloaded ciborium-ll v0.2.2 |
| 231 | 2026-08-25T16:33:28.073Z | Downloaded oxide-generation-macros v0.2.0 |
| 232 | 2026-08-25T16:33:28.073Z | Downloaded home v0.5.12 |
| 233 | 2026-08-25T16:33:28.076Z | Downloaded cast v0.3.0 |
| 234 | 2026-08-25T16:33:28.076Z | Downloaded castaway v0.2.4 |
| 235 | 2026-08-25T16:33:28.076Z | Downloaded pathdiff v0.2.3 |
| 236 | 2026-08-25T16:33:28.081Z | Downloaded constant_time_eq v0.4.2 |
| 237 | 2026-08-25T16:33:28.084Z | Downloaded itoa v1.0.17 |
| 238 | 2026-08-25T16:33:28.084Z | Downloaded jiff-static v0.2.34 |
| 239 | 2026-08-25T16:33:28.084Z | Downloaded colored v3.1.1 |
| 240 | 2026-08-25T16:33:28.087Z | Downloaded critical-section v1.2.0 |
| 241 | 2026-08-25T16:33:28.087Z | Downloaded csv-core v0.1.13 |
| 242 | 2026-08-25T16:33:28.091Z | Downloaded diesel-dtrace v0.5.0 |
| 243 | 2026-08-25T16:33:28.091Z | Downloaded ingot-types v0.2.0 |
| 244 | 2026-08-25T16:33:28.094Z | Downloaded crypto-common v0.2.2 |
| 245 | 2026-08-25T16:33:28.094Z | Downloaded derive-ex v0.1.8 |
| 246 | 2026-08-25T16:33:28.097Z | Downloaded delegate v0.13.5 |
| 247 | 2026-08-25T16:33:28.097Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 248 | 2026-08-25T16:33:28.097Z | Downloaded instability v0.3.11 |
| 249 | 2026-08-25T16:33:28.101Z | Downloaded ipnet v2.12.0 |
| 250 | 2026-08-25T16:33:28.101Z | Downloaded ctr v0.10.1 |
| 251 | 2026-08-25T16:33:28.101Z | Downloaded data-encoding v2.10.0 |
| 252 | 2026-08-25T16:33:28.104Z | Downloaded deranged v0.5.8 |
| 253 | 2026-08-25T16:33:28.104Z | Downloaded derive_builder_core v0.20.2 |
| 254 | 2026-08-25T16:33:28.104Z | Downloaded colored v2.2.0 |
| 255 | 2026-08-25T16:33:28.107Z | Downloaded crossbeam-epoch v0.9.18 |
| 256 | 2026-08-25T16:33:28.107Z | Downloaded openssl-probe v0.1.6 |
| 257 | 2026-08-25T16:33:28.107Z | Downloaded openssl-probe v0.2.1 |
| 258 | 2026-08-25T16:33:28.111Z | Downloaded password-hash v0.6.1 |
| 259 | 2026-08-25T16:33:28.111Z | Downloaded peg-runtime v0.8.5 |
| 260 | 2026-08-25T16:33:28.111Z | Downloaded daft-derive v0.1.8 |
| 261 | 2026-08-25T16:33:28.114Z | Downloaded anstyle v1.0.14 |
| 262 | 2026-08-25T16:33:28.114Z | Downloaded anstyle-parse v0.2.7 |
| 263 | 2026-08-25T16:33:28.114Z | Downloaded argon2 v0.5.3 |
| 264 | 2026-08-25T16:33:28.114Z | Downloaded pretty-hex v0.4.1 |
| 265 | 2026-08-25T16:33:28.118Z | Downloaded potential_utf v0.1.4 |
| 266 | 2026-08-25T16:33:28.118Z | Downloaded powerfmt v0.2.0 |
| 267 | 2026-08-25T16:33:28.118Z | Downloaded crc-any v2.5.0 |
| 268 | 2026-08-25T16:33:28.118Z | Downloaded plotters-backend v0.3.7 |
| 269 | 2026-08-25T16:33:28.118Z | Downloaded ipnetwork v0.21.1 |
| 270 | 2026-08-25T16:33:28.122Z | Downloaded async-trait v0.1.89 |
| 271 | 2026-08-25T16:33:28.122Z | Downloaded clap_derive v4.6.1 |
| 272 | 2026-08-25T16:33:28.122Z | Downloaded cookie_store v0.22.1 |
| 273 | 2026-08-25T16:33:28.126Z | Downloaded darling v0.21.3 |
| 274 | 2026-08-25T16:33:28.129Z | Downloaded ref-cast v1.0.25 |
| 275 | 2026-08-25T16:33:28.132Z | Downloaded const-oid v0.9.6 |
| 276 | 2026-08-25T16:33:28.132Z | Downloaded cookie v0.18.1 |
| 277 | 2026-08-25T16:33:28.135Z | Downloaded bitfield v0.19.4 |
| 278 | 2026-08-25T16:33:28.138Z | Downloaded hickory-client v0.25.2 |
| 279 | 2026-08-25T16:33:28.138Z | Downloaded byteorder v1.5.0 |
| 280 | 2026-08-25T16:33:28.141Z | Downloaded cipher v0.4.4 |
| 281 | 2026-08-25T16:33:28.144Z | Downloaded oxide-update-engine-display v0.1.2 |
| 282 | 2026-08-25T16:33:28.148Z | Downloaded progenitor-client v0.14.0 |
| 283 | 2026-08-25T16:33:28.148Z | Downloaded ingot v0.2.1 |
| 284 | 2026-08-25T16:33:28.148Z | Downloaded inout v0.2.2 |
| 285 | 2026-08-25T16:33:28.148Z | Downloaded arrayvec v0.7.6 |
| 286 | 2026-08-25T16:33:28.151Z | Downloaded darling v0.20.11 |
| 287 | 2026-08-25T16:33:28.154Z | Downloaded darling v0.23.0 |
| 288 | 2026-08-25T16:33:28.157Z | Downloaded derive_builder v0.20.2 |
| 289 | 2026-08-25T16:33:28.160Z | Downloaded defmt-macros v1.0.1 |
| 290 | 2026-08-25T16:33:28.160Z | Downloaded indoc v2.0.7 |
| 291 | 2026-08-25T16:33:28.163Z | Downloaded autocfg v1.5.0 |
| 292 | 2026-08-25T16:33:28.163Z | Downloaded progenitor-macro v0.13.0 |
| 293 | 2026-08-25T16:33:28.163Z | Downloaded progenitor-macro v0.14.0 |
| 294 | 2026-08-25T16:33:28.167Z | Downloaded russh-util v0.52.0 |
| 295 | 2026-08-25T16:33:28.167Z | Downloaded hmac v0.13.0 |
| 296 | 2026-08-25T16:33:28.167Z | Downloaded hybrid-array v0.4.13 |
| 297 | 2026-08-25T16:33:28.167Z | Downloaded hyper-rustls v0.27.7 |
| 298 | 2026-08-25T16:33:28.170Z | Downloaded des v0.9.0 |
| 299 | 2026-08-25T16:33:28.170Z | Downloaded parse-display-derive v0.10.0 |
| 300 | 2026-08-25T16:33:28.170Z | Downloaded httptest v0.16.4 |
| 301 | 2026-08-25T16:33:28.173Z | Downloaded scroll_derive v0.13.1 |
| 302 | 2026-08-25T16:33:28.173Z | Downloaded datatest-stable v0.3.3 |
| 303 | 2026-08-25T16:33:28.176Z | Downloaded scopeguard v1.2.0 |
| 304 | 2026-08-25T16:33:28.180Z | Downloaded hyper-staticfile v0.10.1 |
| 305 | 2026-08-25T16:33:28.180Z | Downloaded iana-time-zone v0.1.65 |
| 306 | 2026-08-25T16:33:28.183Z | Downloaded serde_spanned v1.1.1 |
| 307 | 2026-08-25T16:33:28.183Z | Downloaded backon v1.6.0 |
| 308 | 2026-08-25T16:33:28.186Z | Downloaded phf v0.12.1 |
| 309 | 2026-08-25T16:33:28.189Z | Downloaded compact_str v0.8.1 |
| 310 | 2026-08-25T16:33:28.194Z | Downloaded const-oid v0.10.2 |
| 311 | 2026-08-25T16:33:28.194Z | Downloaded derive_more-impl v2.1.1 |
| 312 | 2026-08-25T16:33:28.197Z | Downloaded async-bb8-diesel v0.2.1 |
| 313 | 2026-08-25T16:33:28.197Z | Downloaded serde_plain v1.0.2 |
| 314 | 2026-08-25T16:33:28.200Z | Downloaded shell-words v1.1.1 |
| 315 | 2026-08-25T16:33:28.200Z | Downloaded primeorder v0.13.6 |
| 316 | 2026-08-25T16:33:28.200Z | Downloaded rand_chacha v0.9.0 |
| 317 | 2026-08-25T16:33:28.200Z | Downloaded structmeta-derive v0.3.0 |
| 318 | 2026-08-25T16:33:28.200Z | Downloaded tabled_derive v0.7.0 |
| 319 | 2026-08-25T16:33:28.203Z | Downloaded derive-where v1.6.0 |
| 320 | 2026-08-25T16:33:28.203Z | Downloaded derive_more v0.99.20 |
| 321 | 2026-08-25T16:33:28.206Z | Downloaded httparse v1.10.1 |
| 322 | 2026-08-25T16:33:28.209Z | Downloaded buf-list v1.1.2 |
| 323 | 2026-08-25T16:33:28.209Z | Downloaded phf v0.13.1 |
| 324 | 2026-08-25T16:33:28.209Z | Downloaded ingot-macros v0.2.0 |
| 325 | 2026-08-25T16:33:28.213Z | Downloaded hmac v0.12.1 |
| 326 | 2026-08-25T16:33:28.213Z | Downloaded bzip2 v0.4.4 |
| 327 | 2026-08-25T16:33:28.213Z | Downloaded oxnet v0.1.6 |
| 328 | 2026-08-25T16:33:28.213Z | Downloaded relative-path v1.9.3 |
| 329 | 2026-08-25T16:33:28.217Z | Downloaded resolv-conf v0.7.6 |
| 330 | 2026-08-25T16:33:28.217Z | Downloaded rpassword v7.5.4 |
| 331 | 2026-08-25T16:33:28.217Z | Downloaded rustc_version v0.1.7 |
| 332 | 2026-08-25T16:33:28.217Z | Downloaded supports-unicode v2.1.0 |
| 333 | 2026-08-25T16:33:28.217Z | Downloaded supports-unicode v3.0.0 |
| 334 | 2026-08-25T16:33:28.217Z | Downloaded tabwriter v1.4.1 |
| 335 | 2026-08-25T16:33:28.221Z | Downloaded half v1.8.3 |
| 336 | 2026-08-25T16:33:28.221Z | Downloaded half v2.7.1 |
| 337 | 2026-08-25T16:33:28.224Z | Downloaded tinyvec_macros v0.1.1 |
| 338 | 2026-08-25T16:33:28.224Z | Downloaded target-triple v1.0.0 |
| 339 | 2026-08-25T16:33:28.224Z | Downloaded trait-variant v0.1.2 |
| 340 | 2026-08-25T16:33:28.224Z | Downloaded typify-macro v0.6.2 |
| 341 | 2026-08-25T16:33:28.224Z | Downloaded slog-envlogger v2.2.0 |
| 342 | 2026-08-25T16:33:28.229Z | Downloaded proc-macro-error v1.0.4 |
| 343 | 2026-08-25T16:33:28.229Z | Downloaded darling_core v0.13.4 |
| 344 | 2026-08-25T16:33:28.232Z | Downloaded termtree v0.5.1 |
| 345 | 2026-08-25T16:33:28.232Z | Downloaded testing_table v0.3.0 |
| 346 | 2026-08-25T16:33:28.232Z | Downloaded thread-id v5.1.0 |
| 347 | 2026-08-25T16:33:28.238Z | Downloaded unicode-truncate v1.1.0 |
| 348 | 2026-08-25T16:33:28.242Z | Downloaded universal-hash v0.6.1 |
| 349 | 2026-08-25T16:33:28.245Z | Downloaded crypto-bigint v0.5.5 |
| 350 | 2026-08-25T16:33:28.245Z | Downloaded r2d2 v0.8.10 |
| 351 | 2026-08-25T16:33:28.249Z | Downloaded pkcs1 v0.7.5 |
| 352 | 2026-08-25T16:33:28.249Z | Downloaded serde-hex v0.1.0 |
| 353 | 2026-08-25T16:33:28.249Z | Downloaded scrypt v0.12.0 |
| 354 | 2026-08-25T16:33:28.253Z | Downloaded tower-service v0.3.3 |
| 355 | 2026-08-25T16:33:28.253Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-08-25T16:33:28.253Z | Downloaded sha2 v0.10.9 |
| 357 | 2026-08-25T16:33:28.253Z | Downloaded blake2b_simd v1.0.4 |
| 358 | 2026-08-25T16:33:28.256Z | Downloaded serde_tokenstream v0.3.0 |
| 359 | 2026-08-25T16:33:28.256Z | Downloaded usdt-attr-macro v0.6.0 |
| 360 | 2026-08-25T16:33:28.256Z | Downloaded usdt-macro v0.6.0 |
| 361 | 2026-08-25T16:33:28.256Z | Downloaded similar-asserts v1.7.0 |
| 362 | 2026-08-25T16:33:28.259Z | Downloaded smf v0.2.3 |
| 363 | 2026-08-25T16:33:28.259Z | Downloaded string_cache v0.8.9 |
| 364 | 2026-08-25T16:33:28.267Z | Downloaded ignore v0.4.25 |
| 365 | 2026-08-25T16:33:28.270Z | Downloaded snafu-derive v0.8.9 |
| 366 | 2026-08-25T16:33:28.274Z | Downloaded pem v3.0.6 |
| 367 | 2026-08-25T16:33:28.277Z | Downloaded version_check v0.9.5 |
| 368 | 2026-08-25T16:33:28.280Z | Downloaded time-macros v0.2.27 |
| 369 | 2026-08-25T16:33:28.280Z | Downloaded yoke-derive v0.8.1 |
| 370 | 2026-08-25T16:33:28.285Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 371 | 2026-08-25T16:33:28.285Z | Downloaded escape8259 v0.5.3 |
| 372 | 2026-08-25T16:33:28.288Z | Downloaded embedded-io v0.4.0 |
| 373 | 2026-08-25T16:33:28.288Z | Downloaded difflib v0.4.0 |
| 374 | 2026-08-25T16:33:28.288Z | Downloaded tls_codec v0.4.2 |
| 375 | 2026-08-25T16:33:28.288Z | Downloaded tls_codec_derive v0.4.2 |
| 376 | 2026-08-25T16:33:28.291Z | Downloaded darling_core v0.21.3 |
| 377 | 2026-08-25T16:33:28.291Z | Downloaded phc v0.6.1 |
| 378 | 2026-08-25T16:33:28.300Z | Downloaded allocator-api2 v0.2.21 |
| 379 | 2026-08-25T16:33:28.303Z | Downloaded oxide-update-engine-types v0.1.2 |
| 380 | 2026-08-25T16:33:28.303Z | Downloaded headers v0.4.1 |
| 381 | 2026-08-25T16:33:28.306Z | Downloaded tui-tree-widget v0.23.1 |
| 382 | 2026-08-25T16:33:28.306Z | Downloaded fixedbitset v0.4.2 |
| 383 | 2026-08-25T16:33:28.309Z | Downloaded generic-array v0.14.7 |
| 384 | 2026-08-25T16:33:28.312Z | Downloaded darling_core v0.20.11 |
| 385 | 2026-08-25T16:33:28.315Z | Downloaded semver v1.0.28 |
| 386 | 2026-08-25T16:33:28.318Z | Downloaded guppy v0.17.25 |
| 387 | 2026-08-25T16:33:28.322Z | Downloaded ghash v0.6.0 |
| 388 | 2026-08-25T16:33:28.322Z | Downloaded slog-json v2.6.1 |
| 389 | 2026-08-25T16:33:28.322Z | Downloaded strum_macros v0.26.4 |
| 390 | 2026-08-25T16:33:28.322Z | Downloaded dtrace-parser v0.3.0 |
| 391 | 2026-08-25T16:33:28.325Z | Downloaded endian-type v0.1.2 |
| 392 | 2026-08-25T16:33:28.325Z | Downloaded linkme-impl v0.3.35 |
| 393 | 2026-08-25T16:33:28.325Z | Downloaded nested v0.1.1 |
| 394 | 2026-08-25T16:33:28.325Z | Downloaded newtype_derive v0.1.6 |
| 395 | 2026-08-25T16:33:28.325Z | Downloaded fd-lock v4.0.4 |
| 396 | 2026-08-25T16:33:28.329Z | Downloaded mime v0.3.17 |
| 397 | 2026-08-25T16:33:28.329Z | Downloaded indexmap v1.9.3 |
| 398 | 2026-08-25T16:33:28.329Z | Downloaded form_urlencoded v1.2.2 |
| 399 | 2026-08-25T16:33:28.332Z | Downloaded memmap v0.7.0 |
| 400 | 2026-08-25T16:33:28.332Z | Downloaded newtype-uuid-macros v0.1.0 |
| 401 | 2026-08-25T16:33:28.332Z | Downloaded crossbeam-channel v0.5.15 |
| 402 | 2026-08-25T16:33:28.335Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-08-25T16:33:28.335Z | Downloaded icu_properties v2.1.2 |
| 404 | 2026-08-25T16:33:28.339Z | Downloaded crossterm v0.28.1 |
| 405 | 2026-08-25T16:33:28.342Z | Downloaded lazy_static v1.5.0 |
| 406 | 2026-08-25T16:33:28.345Z | Downloaded derive_more v2.1.1 |
| 407 | 2026-08-25T16:33:28.348Z | Downloaded p256 v0.14.0 |
| 408 | 2026-08-25T16:33:28.351Z | Downloaded wyz v0.5.1 |
| 409 | 2026-08-25T16:33:28.351Z | Downloaded tempfile v3.27.0 |
| 410 | 2026-08-25T16:33:28.356Z | Downloaded indicatif v0.18.4 |
| 411 | 2026-08-25T16:33:28.359Z | Downloaded async-recursion v1.1.1 |
| 412 | 2026-08-25T16:33:28.362Z | Downloaded async-object-pool v0.2.0 |
| 413 | 2026-08-25T16:33:28.362Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 414 | 2026-08-25T16:33:28.362Z | Downloaded block-buffer v0.10.4 |
| 415 | 2026-08-25T16:33:28.362Z | Downloaded block-buffer v0.12.1 |
| 416 | 2026-08-25T16:33:28.365Z | Downloaded darling_core v0.23.0 |
| 417 | 2026-08-25T16:33:28.369Z | Downloaded icu_normalizer_data v2.1.1 |
| 418 | 2026-08-25T16:33:28.369Z | Downloaded fallible-iterator v0.2.0 |
| 419 | 2026-08-25T16:33:28.409Z | Downloaded vergen-git2 v9.1.0 |
| 420 | 2026-08-25T16:33:28.409Z | Downloaded walkdir v2.5.0 |
| 421 | 2026-08-25T16:33:28.409Z | Downloaded num v0.4.3 |
| 422 | 2026-08-25T16:33:28.409Z | Downloaded num-conv v0.2.0 |
| 423 | 2026-08-25T16:33:28.409Z | Downloaded num_threads v0.1.7 |
| 424 | 2026-08-25T16:33:28.409Z | Downloaded assert-json-diff v2.0.2 |
| 425 | 2026-08-25T16:33:28.409Z | Downloaded base16ct v1.0.0 |
| 426 | 2026-08-25T16:33:28.409Z | Downloaded zerovec-derive v0.11.2 |
| 427 | 2026-08-25T16:33:28.409Z | Downloaded foldhash v0.1.5 |
| 428 | 2026-08-25T16:33:28.409Z | Downloaded futures-io v0.3.32 |
| 429 | 2026-08-25T16:33:28.409Z | Downloaded icu_normalizer v2.1.1 |
| 430 | 2026-08-25T16:33:28.410Z | Downloaded heapless v0.7.17 |
| 431 | 2026-08-25T16:33:28.410Z | Downloaded find-msvc-tools v0.1.9 |
| 432 | 2026-08-25T16:33:28.410Z | Downloaded fixedbitset v0.5.7 |
| 433 | 2026-08-25T16:33:28.410Z | Downloaded futures-executor v0.3.32 |
| 434 | 2026-08-25T16:33:28.410Z | Downloaded hickory-resolver v0.25.2 |
| 435 | 2026-08-25T16:33:28.410Z | Downloaded hickory-resolver v0.24.4 |
| 436 | 2026-08-25T16:33:28.414Z | Downloaded libsw v3.5.0 |
| 437 | 2026-08-25T16:33:28.414Z | Downloaded linked-hash-map v0.5.6 |
| 438 | 2026-08-25T16:33:28.414Z | Downloaded linkme v0.3.35 |
| 439 | 2026-08-25T16:33:28.414Z | Downloaded oso-derive v0.27.3 |
| 440 | 2026-08-25T16:33:28.414Z | Downloaded digest v0.10.7 |
| 441 | 2026-08-25T16:33:28.414Z | Downloaded path-slash v0.1.5 |
| 442 | 2026-08-25T16:33:28.414Z | Downloaded hashbrown v0.13.2 |
| 443 | 2026-08-25T16:33:28.414Z | Downloaded linear-map v1.2.0 |
| 444 | 2026-08-25T16:33:28.414Z | Downloaded backtrace v0.3.76 |
| 445 | 2026-08-25T16:33:28.414Z | Downloaded strum_macros v0.27.2 |
| 446 | 2026-08-25T16:33:28.414Z | Downloaded env_logger v0.11.11 |
| 447 | 2026-08-25T16:33:28.415Z | Downloaded slog v2.8.2 |
| 448 | 2026-08-25T16:33:28.418Z | Downloaded parse-size v1.1.0 |
| 449 | 2026-08-25T16:33:28.418Z | Downloaded phf_shared v0.13.1 |
| 450 | 2026-08-25T16:33:28.421Z | Downloaded precomputed-hash v0.1.1 |
| 451 | 2026-08-25T16:33:28.421Z | Downloaded quote v1.0.45 |
| 452 | 2026-08-25T16:33:28.421Z | Downloaded socket2 v0.5.10 |
| 453 | 2026-08-25T16:33:28.424Z | Downloaded fs-err v2.11.0 |
| 454 | 2026-08-25T16:33:28.428Z | Downloaded bytes v1.11.1 |
| 455 | 2026-08-25T16:33:28.431Z | Downloaded libefi-sys v0.1.0 |
| 456 | 2026-08-25T16:33:28.431Z | Downloaded group v0.13.0 |
| 457 | 2026-08-25T16:33:28.431Z | Downloaded group v0.14.0 |
| 458 | 2026-08-25T16:33:28.431Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 459 | 2026-08-25T16:33:28.431Z | Downloaded diff v0.1.13 |
| 460 | 2026-08-25T16:33:28.435Z | Downloaded num-rational v0.4.2 |
| 461 | 2026-08-25T16:33:28.435Z | Downloaded anstream v0.6.21 |
| 462 | 2026-08-25T16:33:28.435Z | Downloaded approx v0.5.1 |
| 463 | 2026-08-25T16:33:28.438Z | Downloaded rstest v0.25.0 |
| 464 | 2026-08-25T16:33:28.442Z | Downloaded heapless v0.8.0 |
| 465 | 2026-08-25T16:33:28.445Z | Downloaded rand_xorshift v0.4.0 |
| 466 | 2026-08-25T16:33:28.445Z | Downloaded russh-cryptovec v0.62.0 |
| 467 | 2026-08-25T16:33:28.445Z | Downloaded icu_collections v2.1.1 |
| 468 | 2026-08-25T16:33:28.448Z | Downloaded bcs v0.1.6 |
| 469 | 2026-08-25T16:33:28.448Z | Downloaded bytecount v0.6.9 |
| 470 | 2026-08-25T16:33:28.448Z | Downloaded camino-tempfile v1.4.1 |
| 471 | 2026-08-25T16:33:28.448Z | Downloaded camino-tempfile-ext v0.3.3 |
| 472 | 2026-08-25T16:33:28.451Z | Downloaded rustc_version v0.4.1 |
| 473 | 2026-08-25T16:33:28.452Z | Downloaded toml v0.8.23 |
| 474 | 2026-08-25T16:33:28.452Z | Downloaded vergen-lib v9.1.0 |
| 475 | 2026-08-25T16:33:28.457Z | Downloaded zerocopy v0.6.6 |
| 476 | 2026-08-25T16:33:28.457Z | Downloaded num_enum_derive v0.5.11 |
| 477 | 2026-08-25T16:33:28.457Z | Downloaded num_enum_derive v0.7.6 |
| 478 | 2026-08-25T16:33:28.457Z | Downloaded psl-types v2.0.11 |
| 479 | 2026-08-25T16:33:28.457Z | Downloaded tinyvec v1.10.0 |
| 480 | 2026-08-25T16:33:28.464Z | Downloaded rfc6979 v0.4.0 |
| 481 | 2026-08-25T16:33:28.464Z | Downloaded cexpr v0.6.0 |
| 482 | 2026-08-25T16:33:28.464Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 483 | 2026-08-25T16:33:28.464Z | Downloaded same-file v1.0.6 |
| 484 | 2026-08-25T16:33:28.464Z | Downloaded scroll_derive v0.12.1 |
| 485 | 2026-08-25T16:33:28.470Z | Downloaded schemars v0.8.22 |
| 486 | 2026-08-25T16:33:28.470Z | Downloaded unicode-ident v1.0.24 |
| 487 | 2026-08-25T16:33:28.474Z | Downloaded pest_meta v2.8.6 |
| 488 | 2026-08-25T16:33:28.474Z | Downloaded owo-colors v3.5.0 |
| 489 | 2026-08-25T16:33:28.474Z | Downloaded hashbrown v0.12.3 |
| 490 | 2026-08-25T16:33:28.478Z | Downloaded peg-macros v0.8.5 |
| 491 | 2026-08-25T16:33:28.478Z | Downloaded pem-rfc7468 v0.7.0 |
| 492 | 2026-08-25T16:33:28.478Z | Downloaded serde_regex v1.1.0 |
| 493 | 2026-08-25T16:33:28.478Z | Downloaded siphasher v1.0.2 |
| 494 | 2026-08-25T16:33:28.481Z | Downloaded signal-hook-mio v0.2.5 |
| 495 | 2026-08-25T16:33:28.485Z | Downloaded chacha20 v0.9.1 |
| 496 | 2026-08-25T16:33:28.485Z | Downloaded subprocess v0.2.15 |
| 497 | 2026-08-25T16:33:28.488Z | Downloaded socket2 v0.6.3 |
| 498 | 2026-08-25T16:33:28.489Z | Downloaded uuid v1.23.4 |
| 499 | 2026-08-25T16:33:28.491Z | Downloaded poly1305 v0.8.0 |
| 500 | 2026-08-25T16:33:28.491Z | Downloaded slog-bunyan v2.5.0 |
| 501 | 2026-08-25T16:33:28.492Z | Downloaded stable_deref_trait v1.2.1 |
| 502 | 2026-08-25T16:33:28.492Z | Downloaded structmeta v0.3.0 |
| 503 | 2026-08-25T16:33:28.495Z | Downloaded proc-macro2 v1.0.106 |
| 504 | 2026-08-25T16:33:28.495Z | Downloaded test-strategy v0.4.5 |
| 505 | 2026-08-25T16:33:28.498Z | Downloaded icu_locale_core v2.1.1 |
| 506 | 2026-08-25T16:33:28.503Z | Downloaded rand_distr v0.5.1 |
| 507 | 2026-08-25T16:33:28.503Z | Downloaded ecdsa v0.17.0 |
| 508 | 2026-08-25T16:33:28.503Z | Downloaded mime_guess v2.0.5 |
| 509 | 2026-08-25T16:33:28.506Z | Downloaded anyhow v1.0.104 |
| 510 | 2026-08-25T16:33:28.506Z | Downloaded primefield v0.14.0 |
| 511 | 2026-08-25T16:33:28.509Z | Downloaded progenitor-client v0.13.0 |
| 512 | 2026-08-25T16:33:28.509Z | Downloaded rand_core v0.9.5 |
| 513 | 2026-08-25T16:33:28.509Z | Downloaded toml_write v0.1.2 |
| 514 | 2026-08-25T16:33:28.509Z | Downloaded terminal_size v0.1.17 |
| 515 | 2026-08-25T16:33:28.509Z | Downloaded unit-prefix v0.5.2 |
| 516 | 2026-08-25T16:33:28.512Z | Downloaded tokio-macros v2.7.0 |
| 517 | 2026-08-25T16:33:28.512Z | Downloaded untrusted v0.9.0 |
| 518 | 2026-08-25T16:33:28.512Z | Downloaded diesel_derives v2.3.7 |
| 519 | 2026-08-25T16:33:28.516Z | Downloaded der v0.8.0 |
| 520 | 2026-08-25T16:33:28.519Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 521 | 2026-08-25T16:33:28.522Z | Downloaded rustls-native-certs v0.8.3 |
| 522 | 2026-08-25T16:33:28.525Z | Downloaded rustls-platform-verifier v0.6.2 |
| 523 | 2026-08-25T16:33:28.528Z | Downloaded sec1 v0.8.1 |
| 524 | 2026-08-25T16:33:28.528Z | Downloaded samael v0.0.19 |
| 525 | 2026-08-25T16:33:28.531Z | Downloaded utf8_iter v1.0.4 |
| 526 | 2026-08-25T16:33:28.535Z | Downloaded psm v0.1.30 |
| 527 | 2026-08-25T16:33:28.535Z | Downloaded getrandom v0.3.4 |
| 528 | 2026-08-25T16:33:28.538Z | Downloaded getrandom v0.4.3 |
| 529 | 2026-08-25T16:33:28.538Z | Downloaded want v0.3.1 |
| 530 | 2026-08-25T16:33:28.538Z | Downloaded zone v0.3.1 |
| 531 | 2026-08-25T16:33:28.541Z | Downloaded zopfli v0.8.3 |
| 532 | 2026-08-25T16:33:28.541Z | Downloaded rusty-fork v0.3.1 |
| 533 | 2026-08-25T16:33:28.541Z | Downloaded serde_core v1.0.228 |
| 534 | 2026-08-25T16:33:28.544Z | Downloaded digest-io v0.1.0 |
| 535 | 2026-08-25T16:33:28.544Z | Downloaded downcast-rs v2.0.2 |
| 536 | 2026-08-25T16:33:28.544Z | Downloaded embedded-io v0.6.1 |
| 537 | 2026-08-25T16:33:28.548Z | Downloaded hickory-server v0.25.2 |
| 538 | 2026-08-25T16:33:28.548Z | Downloaded criterion v0.7.0 |
| 539 | 2026-08-25T16:33:28.551Z | Downloaded bitflags v2.11.0 |
| 540 | 2026-08-25T16:33:28.555Z | Downloaded poly1305 v0.9.0 |
| 541 | 2026-08-25T16:33:28.558Z | Downloaded synstructure v0.13.2 |
| 542 | 2026-08-25T16:33:28.559Z | Downloaded errno v0.3.14 |
| 543 | 2026-08-25T16:33:28.559Z | Downloaded event-listener-strategy v0.5.4 |
| 544 | 2026-08-25T16:33:28.559Z | Downloaded dyn-clone v1.0.20 |
| 545 | 2026-08-25T16:33:28.559Z | Downloaded fastrand v2.3.0 |
| 546 | 2026-08-25T16:33:28.559Z | Downloaded kstat-rs v0.2.5 |
| 547 | 2026-08-25T16:33:28.563Z | Downloaded der v0.7.10 |
| 548 | 2026-08-25T16:33:28.566Z | Downloaded slog-term v2.9.2 |
| 549 | 2026-08-25T16:33:28.566Z | Downloaded thiserror v1.0.69 |
| 550 | 2026-08-25T16:33:28.566Z | Downloaded spki v0.8.0 |
| 551 | 2026-08-25T16:33:28.569Z | Downloaded funty v2.0.0 |
| 552 | 2026-08-25T16:33:28.569Z | Downloaded fxhash v0.2.1 |
| 553 | 2026-08-25T16:33:28.569Z | Downloaded thiserror v2.0.18 |
| 554 | 2026-08-25T16:33:28.573Z | Downloaded indexmap v2.14.0 |
| 555 | 2026-08-25T16:33:28.576Z | Downloaded spki v0.7.3 |
| 556 | 2026-08-25T16:33:28.579Z | Downloaded strum_macros v0.24.3 |
| 557 | 2026-08-25T16:33:28.579Z | Downloaded lru v0.12.5 |
| 558 | 2026-08-25T16:33:28.579Z | Downloaded lru-cache v0.1.2 |
| 559 | 2026-08-25T16:33:28.579Z | Downloaded memoffset v0.9.1 |
| 560 | 2026-08-25T16:33:28.582Z | Downloaded pkcs8 v0.10.2 |
| 561 | 2026-08-25T16:33:28.582Z | Downloaded stacker v0.1.23 |
| 562 | 2026-08-25T16:33:28.582Z | Downloaded subtle v2.6.1 |
| 563 | 2026-08-25T16:33:28.585Z | Downloaded normalize-line-endings v0.3.0 |
| 564 | 2026-08-25T16:33:28.585Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-08-25T16:33:28.585Z | Downloaded crossterm v0.29.0 |
| 566 | 2026-08-25T16:33:28.588Z | Downloaded tokio-dtrace v0.1.1 |
| 567 | 2026-08-25T16:33:28.588Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 568 | 2026-08-25T16:33:28.591Z | Downloaded target-spec v3.5.7 |
| 569 | 2026-08-25T16:33:28.591Z | Downloaded libscf-sys v1.2.0 |
| 570 | 2026-08-25T16:33:28.591Z | Downloaded maybe-uninit v2.0.0 |
| 571 | 2026-08-25T16:33:28.591Z | Downloaded tokio-native-tls v0.3.1 |
| 572 | 2026-08-25T16:33:28.595Z | Downloaded tinystr v0.8.2 |
| 573 | 2026-08-25T16:33:28.595Z | Downloaded http v1.4.2 |
| 574 | 2026-08-25T16:33:28.599Z | Downloaded serde_cbor v0.11.2 |
| 575 | 2026-08-25T16:33:28.599Z | Downloaded aead v0.5.2 |
| 576 | 2026-08-25T16:33:28.602Z | Downloaded itertools v0.10.5 |
| 577 | 2026-08-25T16:33:28.602Z | Downloaded hyper-util v0.1.20 |
| 578 | 2026-08-25T16:33:28.605Z | Downloaded oso v0.27.3 |
| 579 | 2026-08-25T16:33:28.608Z | Downloaded papergrid v0.11.0 |
| 580 | 2026-08-25T16:33:28.613Z | Downloaded parking_lot v0.12.5 |
| 581 | 2026-08-25T16:33:28.613Z | Downloaded num-derive v0.4.2 |
| 582 | 2026-08-25T16:33:28.617Z | Downloaded ascii-canvas v3.0.0 |
| 583 | 2026-08-25T16:33:28.617Z | Downloaded atty v0.2.14 |
| 584 | 2026-08-25T16:33:28.617Z | Downloaded cargo-platform v0.3.2 |
| 585 | 2026-08-25T16:33:28.617Z | Downloaded olpc-cjson v0.1.4 |
| 586 | 2026-08-25T16:33:28.617Z | Downloaded usdt-impl v0.5.0 |
| 587 | 2026-08-25T16:33:28.622Z | Downloaded sha2 v0.11.0 |
| 588 | 2026-08-25T16:33:28.627Z | Downloaded pin-project v1.1.11 |
| 589 | 2026-08-25T16:33:28.633Z | Downloaded vsss-rs v3.3.4 |
| 590 | 2026-08-25T16:33:28.636Z | Downloaded jobserver v0.1.34 |
| 591 | 2026-08-25T16:33:28.636Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-08-25T16:33:28.639Z | Downloaded plotters-svg v0.3.7 |
| 593 | 2026-08-25T16:33:28.639Z | Downloaded block-padding v0.4.2 |
| 594 | 2026-08-25T16:33:28.639Z | Downloaded steno v0.4.1 |
| 595 | 2026-08-25T16:33:28.643Z | Downloaded omicron-zone-package v0.12.3 |
| 596 | 2026-08-25T16:33:28.647Z | Downloaded module-lattice v0.2.3 |
| 597 | 2026-08-25T16:33:28.651Z | Downloaded native-tls v0.2.18 |
| 598 | 2026-08-25T16:33:28.651Z | Downloaded phf_shared v0.12.1 |
| 599 | 2026-08-25T16:33:28.651Z | Downloaded radium v0.7.0 |
| 600 | 2026-08-25T16:33:28.655Z | Downloaded recursive v0.1.1 |
| 601 | 2026-08-25T16:33:28.658Z | Downloaded rustyline v14.0.0 |
| 602 | 2026-08-25T16:33:28.662Z | Downloaded toml_edit v0.22.27 |
| 603 | 2026-08-25T16:33:28.665Z | Downloaded miette-derive v7.6.0 |
| 604 | 2026-08-25T16:33:28.668Z | Downloaded twox-hash v2.1.2 |
| 605 | 2026-08-25T16:33:28.668Z | Downloaded chumsky v0.9.3 |
| 606 | 2026-08-25T16:33:28.671Z | Downloaded url v2.5.8 |
| 607 | 2026-08-25T16:33:28.674Z | Downloaded anstream v1.0.0 |
| 608 | 2026-08-25T16:33:28.674Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 609 | 2026-08-25T16:33:28.674Z | Downloaded iri-string v0.7.10 |
| 610 | 2026-08-25T16:33:28.679Z | Downloaded jiff-core v0.1.0 |
| 611 | 2026-08-25T16:33:28.683Z | Downloaded anstyle-parse v1.0.0 |
| 612 | 2026-08-25T16:33:28.686Z | Downloaded backoff v0.4.0 |
| 613 | 2026-08-25T16:33:28.689Z | Downloaded cargo_metadata v0.23.1 |
| 614 | 2026-08-25T16:33:28.689Z | Downloaded cassowary v0.3.0 |
| 615 | 2026-08-25T16:33:28.689Z | Downloaded serde-big-array v0.5.1 |
| 616 | 2026-08-25T16:33:28.692Z | Downloaded sponge-cursor v0.1.0 |
| 617 | 2026-08-25T16:33:28.695Z | Downloaded smawk v0.3.2 |
| 618 | 2026-08-25T16:33:28.695Z | Downloaded strsim v0.10.0 |
| 619 | 2026-08-25T16:33:28.695Z | Downloaded time-core v0.1.8 |
| 620 | 2026-08-25T16:33:28.699Z | Downloaded displaydoc v0.2.5 |
| 621 | 2026-08-25T16:33:28.699Z | Downloaded assert_cmd v2.1.2 |
| 622 | 2026-08-25T16:33:28.701Z | Downloaded paste v1.0.15 |
| 623 | 2026-08-25T16:33:28.704Z | Downloaded serde_yaml v0.9.34+deprecated |
| 624 | 2026-08-25T16:33:28.707Z | Downloaded signal-hook v0.3.18 |
| 625 | 2026-08-25T16:33:28.707Z | Downloaded event-listener v5.4.1 |
| 626 | 2026-08-25T16:33:28.712Z | Downloaded hashbrown v0.14.5 |
| 627 | 2026-08-25T16:33:28.715Z | Downloaded hashbrown v0.16.1 |
| 628 | 2026-08-25T16:33:28.715Z | Downloaded thread-id v4.2.2 |
| 629 | 2026-08-25T16:33:28.715Z | Downloaded hashbrown v0.15.5 |
| 630 | 2026-08-25T16:33:28.721Z | Downloaded yasna v0.5.2 |
| 631 | 2026-08-25T16:33:28.726Z | Downloaded usdt v0.5.0 |
| 632 | 2026-08-25T16:33:28.726Z | Downloaded usdt-macro v0.5.0 |
| 633 | 2026-08-25T16:33:28.726Z | Downloaded zerocopy-derive v0.7.35 |
| 634 | 2026-08-25T16:33:28.726Z | Downloaded oxide-generation v0.1.3 |
| 635 | 2026-08-25T16:33:28.726Z | Downloaded strsim v0.11.1 |
| 636 | 2026-08-25T16:33:28.726Z | Downloaded x509-cert v0.2.5 |
| 637 | 2026-08-25T16:33:28.729Z | Downloaded prefix-trie v0.7.0 |
| 638 | 2026-08-25T16:33:28.729Z | Downloaded unicode-xid v0.2.6 |
| 639 | 2026-08-25T16:33:28.733Z | Downloaded tracing-core v0.1.36 |
| 640 | 2026-08-25T16:33:28.733Z | Downloaded primeorder v0.14.0 |
| 641 | 2026-08-25T16:33:28.733Z | Downloaded nanorand v0.7.0 |
| 642 | 2026-08-25T16:33:28.736Z | Downloaded progenitor-extras v0.2.0 |
| 643 | 2026-08-25T16:33:28.736Z | Downloaded pem-rfc7468 v1.0.0 |
| 644 | 2026-08-25T16:33:28.736Z | Downloaded predicates v3.1.4 |
| 645 | 2026-08-25T16:33:28.739Z | Downloaded rand_chacha v0.3.1 |
| 646 | 2026-08-25T16:33:28.739Z | Downloaded enum_dispatch v0.3.13 |
| 647 | 2026-08-25T16:33:28.739Z | Downloaded dirs-sys-next v0.1.2 |
| 648 | 2026-08-25T16:33:28.744Z | Downloaded zerofrom-derive v0.1.6 |
| 649 | 2026-08-25T16:33:28.744Z | Downloaded clap_builder v4.6.0 |
| 650 | 2026-08-25T16:33:28.748Z | Downloaded dof v0.4.0 |
| 651 | 2026-08-25T16:33:28.748Z | Downloaded typenum v1.20.1 |
| 652 | 2026-08-25T16:33:28.755Z | Downloaded unicode-bidi v0.3.18 |
| 653 | 2026-08-25T16:33:28.763Z | Downloaded rust-argon2 v2.1.0 |
| 654 | 2026-08-25T16:33:28.763Z | Downloaded rustversion v1.0.22 |
| 655 | 2026-08-25T16:33:28.763Z | Downloaded env_filter v2.0.0 |
| 656 | 2026-08-25T16:33:28.770Z | Downloaded fnv v1.0.7 |
| 657 | 2026-08-25T16:33:28.770Z | Downloaded scroll v0.12.0 |
| 658 | 2026-08-25T16:33:28.770Z | Downloaded serde_path_to_error v0.1.20 |
| 659 | 2026-08-25T16:33:28.770Z | Downloaded foreign-types-macros v0.2.3 |
| 660 | 2026-08-25T16:33:28.770Z | Downloaded futures-sink v0.3.32 |
| 661 | 2026-08-25T16:33:28.770Z | Downloaded libsw-core v0.3.2 |
| 662 | 2026-08-25T16:33:28.770Z | Downloaded num-complex v0.4.6 |
| 663 | 2026-08-25T16:33:28.774Z | Downloaded blake2 v0.11.0-rc.6 |
| 664 | 2026-08-25T16:33:28.774Z | Downloaded shlex v1.3.0 |
| 665 | 2026-08-25T16:33:28.774Z | Downloaded itertools v0.13.0 |
| 666 | 2026-08-25T16:33:28.774Z | Downloaded itertools v0.12.1 |
| 667 | 2026-08-25T16:33:28.778Z | Downloaded parking_lot_core v0.9.12 |
| 668 | 2026-08-25T16:33:28.785Z | Downloaded keccak v0.1.6 |
| 669 | 2026-08-25T16:33:28.790Z | Downloaded pest_generator v2.8.6 |
| 670 | 2026-08-25T16:33:28.790Z | Downloaded slog-scope v4.4.1 |
| 671 | 2026-08-25T16:33:28.793Z | Downloaded ssh-cipher v0.3.0 |
| 672 | 2026-08-25T16:33:28.793Z | Downloaded ssh-encoding v0.3.0 |
| 673 | 2026-08-25T16:33:28.793Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 674 | 2026-08-25T16:33:28.793Z | Downloaded new_debug_unreachable v1.0.6 |
| 675 | 2026-08-25T16:33:28.806Z | Downloaded newline-converter v0.3.0 |
| 676 | 2026-08-25T16:33:28.806Z | Downloaded textwrap v0.16.2 |
| 677 | 2026-08-25T16:33:28.806Z | Downloaded ed25519-dalek v3.0.0 |
| 678 | 2026-08-25T16:33:28.815Z | Downloaded hashbrown v0.17.0 |
| 679 | 2026-08-25T16:33:28.815Z | Downloaded target-lexicon v0.13.3 |
| 680 | 2026-08-25T16:33:28.815Z | Downloaded wnaf v0.14.0 |
| 681 | 2026-08-25T16:33:28.815Z | Downloaded whoami v2.1.0 |
| 682 | 2026-08-25T16:33:28.815Z | Downloaded macaddr v1.0.1 |
| 683 | 2026-08-25T16:33:28.815Z | Downloaded anstyle-query v1.1.5 |
| 684 | 2026-08-25T16:33:28.820Z | Downloaded backtrace-ext v0.2.1 |
| 685 | 2026-08-25T16:33:28.820Z | Downloaded cfg_aliases v0.1.1 |
| 686 | 2026-08-25T16:33:28.820Z | Downloaded uzers v0.12.2 |
| 687 | 2026-08-25T16:33:28.820Z | Downloaded drift v0.2.0 |
| 688 | 2026-08-25T16:33:28.823Z | Downloaded schemars v1.2.1 |
| 689 | 2026-08-25T16:33:28.829Z | Downloaded serde v1.0.228 |
| 690 | 2026-08-25T16:33:28.834Z | Downloaded tungstenite v0.23.0 |
| 691 | 2026-08-25T16:33:28.837Z | Downloaded scroll v0.13.0 |
| 692 | 2026-08-25T16:33:28.837Z | Downloaded ed25519 v2.2.3 |
| 693 | 2026-08-25T16:33:28.837Z | Downloaded async-stream v0.3.6 |
| 694 | 2026-08-25T16:33:28.837Z | Downloaded bit-set v0.8.0 |
| 695 | 2026-08-25T16:33:28.837Z | Downloaded minimal-lexical v0.2.1 |
| 696 | 2026-08-25T16:33:28.840Z | Downloaded futures v0.3.32 |
| 697 | 2026-08-25T16:33:28.845Z | Downloaded unicode-segmentation v1.12.0 |
| 698 | 2026-08-25T16:33:28.848Z | Downloaded ff v0.13.1 |
| 699 | 2026-08-25T16:33:28.848Z | Downloaded fs_extra v1.3.0 |
| 700 | 2026-08-25T16:33:28.848Z | Downloaded serdect v0.4.3 |
| 701 | 2026-08-25T16:33:28.848Z | Downloaded generic-array v1.4.3 |
| 702 | 2026-08-25T16:33:28.848Z | Downloaded dsl_auto_type v0.2.0 |
| 703 | 2026-08-25T16:33:28.851Z | Downloaded lock_api v0.4.14 |
| 704 | 2026-08-25T16:33:28.851Z | Downloaded memchr v2.8.0 |
| 705 | 2026-08-25T16:33:28.856Z | Downloaded rtoolbox v0.0.3 |
| 706 | 2026-08-25T16:33:28.856Z | Downloaded proc-macro-crate v1.3.1 |
| 707 | 2026-08-25T16:33:28.856Z | Downloaded publicsuffix v2.3.0 |
| 708 | 2026-08-25T16:33:28.862Z | Downloaded qorb v0.4.1 |
| 709 | 2026-08-25T16:33:28.862Z | Downloaded plotters v0.3.7 |
| 710 | 2026-08-25T16:33:28.865Z | Downloaded icu_properties_data v2.1.2 |
| 711 | 2026-08-25T16:33:28.868Z | Downloaded tokio-rustls v0.26.4 |
| 712 | 2026-08-25T16:33:28.871Z | Downloaded tokio-stream v0.1.18 |
| 713 | 2026-08-25T16:33:28.871Z | Downloaded signal-hook-registry v1.4.8 |
| 714 | 2026-08-25T16:33:28.876Z | Downloaded slab v0.4.12 |
| 715 | 2026-08-25T16:33:28.876Z | Downloaded keccak v0.2.0 |
| 716 | 2026-08-25T16:33:28.876Z | Downloaded sha1 v0.10.6 |
| 717 | 2026-08-25T16:33:28.876Z | Downloaded sha1 v0.11.0 |
| 718 | 2026-08-25T16:33:28.876Z | Downloaded serde_urlencoded v0.7.1 |
| 719 | 2026-08-25T16:33:28.880Z | Downloaded sapling-renderdag v0.1.0 |
| 720 | 2026-08-25T16:33:28.880Z | Downloaded strip-ansi-escapes v0.2.1 |
| 721 | 2026-08-25T16:33:28.880Z | Downloaded hkdf v0.13.0 |
| 722 | 2026-08-25T16:33:28.880Z | Downloaded md-5 v0.11.0 |
| 723 | 2026-08-25T16:33:28.880Z | Downloaded h2 v0.4.15 |
| 724 | 2026-08-25T16:33:28.886Z | Downloaded hyper v1.10.1 |
| 725 | 2026-08-25T16:33:28.892Z | Downloaded pkcs5 v0.8.1 |
| 726 | 2026-08-25T16:33:28.892Z | Downloaded num_enum v0.7.6 |
| 727 | 2026-08-25T16:33:28.896Z | Downloaded supports-color v2.1.0 |
| 728 | 2026-08-25T16:33:28.896Z | Downloaded base64ct v1.8.3 |
| 729 | 2026-08-25T16:33:28.896Z | Downloaded swrite v0.1.0 |
| 730 | 2026-08-25T16:33:28.896Z | Downloaded sync-ptr v0.1.4 |
| 731 | 2026-08-25T16:33:28.896Z | Downloaded newtype-uuid v1.3.2 |
| 732 | 2026-08-25T16:33:28.896Z | Downloaded unarray v0.1.4 |
| 733 | 2026-08-25T16:33:28.901Z | Downloaded tracing-attributes v0.1.31 |
| 734 | 2026-08-25T16:33:28.901Z | Downloaded ucd-trie v0.1.7 |
| 735 | 2026-08-25T16:33:28.901Z | Downloaded byte-wrapper v0.1.0 |
| 736 | 2026-08-25T16:33:28.904Z | Downloaded cbc v0.2.1 |
| 737 | 2026-08-25T16:33:28.904Z | Downloaded terminal_size v0.4.3 |
| 738 | 2026-08-25T16:33:28.904Z | Downloaded untrusted v0.7.1 |
| 739 | 2026-08-25T16:33:28.904Z | Downloaded zerofrom v0.1.6 |
| 740 | 2026-08-25T16:33:28.904Z | Downloaded utf-8 v0.7.6 |
| 741 | 2026-08-25T16:33:28.908Z | Downloaded utf8parse v0.2.2 |
| 742 | 2026-08-25T16:33:28.912Z | Downloaded path-tree v0.8.3 |
| 743 | 2026-08-25T16:33:28.912Z | Downloaded pkg-config v0.3.32 |
| 744 | 2026-08-25T16:33:28.912Z | Downloaded getrandom v0.2.17 |
| 745 | 2026-08-25T16:33:28.912Z | Downloaded itertools v0.14.0 |
| 746 | 2026-08-25T16:33:28.916Z | Downloaded knuffel v3.2.0 |
| 747 | 2026-08-25T16:33:28.921Z | Downloaded futures-task v0.3.32 |
| 748 | 2026-08-25T16:33:28.921Z | Downloaded foreign-types v0.3.2 |
| 749 | 2026-08-25T16:33:28.921Z | Downloaded maplit v1.0.2 |
| 750 | 2026-08-25T16:33:28.924Z | Downloaded oxide-update-engine v0.1.2 |
| 751 | 2026-08-25T16:33:28.924Z | Downloaded lalrpop-util v0.19.12 |
| 752 | 2026-08-25T16:33:28.931Z | Downloaded managed v0.8.0 |
| 753 | 2026-08-25T16:33:28.931Z | Downloaded ppv-lite86 v0.2.21 |
| 754 | 2026-08-25T16:33:28.931Z | Downloaded proc-macro-error2 v2.0.1 |
| 755 | 2026-08-25T16:33:28.931Z | Downloaded p384 v0.14.0 |
| 756 | 2026-08-25T16:33:28.931Z | Downloaded toml v0.7.8 |
| 757 | 2026-08-25T16:33:28.934Z | Downloaded float-cmp v0.10.0 |
| 758 | 2026-08-25T16:33:28.934Z | Downloaded globwalk v0.9.1 |
| 759 | 2026-08-25T16:33:28.940Z | Downloaded libtest-mimic v0.8.1 |
| 760 | 2026-08-25T16:33:28.943Z | Downloaded rsa v0.9.10 |
| 761 | 2026-08-25T16:33:28.943Z | Downloaded idna v1.1.0 |
| 762 | 2026-08-25T16:33:28.947Z | Downloaded slog-stdlog v4.1.1 |
| 763 | 2026-08-25T16:33:28.950Z | Downloaded rand_core v0.10.0 |
| 764 | 2026-08-25T16:33:28.950Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-08-25T16:33:28.951Z | Downloaded rawzip v0.4.4 |
| 766 | 2026-08-25T16:33:28.955Z | Downloaded hkdf v0.12.4 |
| 767 | 2026-08-25T16:33:28.959Z | Downloaded sec1 v0.7.3 |
| 768 | 2026-08-25T16:33:28.959Z | Downloaded prettyplease v0.2.37 |
| 769 | 2026-08-25T16:33:28.965Z | Downloaded progenitor-impl v0.13.0 |
| 770 | 2026-08-25T16:33:28.965Z | Downloaded term v0.7.0 |
| 771 | 2026-08-25T16:33:28.977Z | Downloaded phf_shared v0.11.3 |
| 772 | 2026-08-25T16:33:28.977Z | Downloaded ml-kem v0.3.2 |
| 773 | 2026-08-25T16:33:28.983Z | Downloaded goblin v0.8.2 |
| 774 | 2026-08-25T16:33:28.983Z | Downloaded num-integer v0.1.46 |
| 775 | 2026-08-25T16:33:28.983Z | Downloaded crypto-primes v0.7.2 |
| 776 | 2026-08-25T16:33:28.984Z | Downloaded ciborium v0.2.2 |
| 777 | 2026-08-25T16:33:28.984Z | Downloaded oxide-tokio-rt v0.1.4 |
| 778 | 2026-08-25T16:33:28.984Z | Downloaded termcolor v1.4.1 |
| 779 | 2026-08-25T16:33:28.984Z | Downloaded thread_local v1.1.9 |
| 780 | 2026-08-25T16:33:28.984Z | Downloaded parse-display v0.10.0 |
| 781 | 2026-08-25T16:33:28.990Z | Downloaded elliptic-curve v0.14.1 |
| 782 | 2026-08-25T16:33:28.990Z | Downloaded ref-cast-impl v1.0.25 |
| 783 | 2026-08-25T16:33:28.990Z | Downloaded zstd-safe v7.2.4 |
| 784 | 2026-08-25T16:33:28.996Z | Downloaded pkcs8 v0.11.0 |
| 785 | 2026-08-25T16:33:28.996Z | Downloaded tough v0.22.0 |
| 786 | 2026-08-25T16:33:29.003Z | Downloaded document-features v0.2.12 |
| 787 | 2026-08-25T16:33:29.003Z | Downloaded signature v2.2.0 |
| 788 | 2026-08-25T16:33:29.009Z | Downloaded sqlparser_derive v0.5.0 |
| 789 | 2026-08-25T16:33:29.009Z | Downloaded vergen-gitcl v1.0.8 |
| 790 | 2026-08-25T16:33:29.009Z | Downloaded dof v0.3.0 |
| 791 | 2026-08-25T16:33:29.009Z | Downloaded tagptr v0.2.0 |
| 792 | 2026-08-25T16:33:29.009Z | Downloaded ed25519-dalek v2.2.0 |
| 793 | 2026-08-25T16:33:29.022Z | Downloaded fs-err v3.3.0 |
| 794 | 2026-08-25T16:33:29.022Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 795 | 2026-08-25T16:33:29.022Z | Downloaded nom v8.0.0 |
| 796 | 2026-08-25T16:33:29.022Z | Downloaded expectorate v1.2.0 |
| 797 | 2026-08-25T16:33:29.027Z | Downloaded fancy-regex v0.14.0 |
| 798 | 2026-08-25T16:33:29.027Z | Downloaded ed25519 v3.0.0 |
| 799 | 2026-08-25T16:33:29.027Z | Downloaded knus-derive v3.4.0 |
| 800 | 2026-08-25T16:33:29.027Z | Downloaded aead v0.6.1 |
| 801 | 2026-08-25T16:33:29.027Z | Downloaded git-stub-vcs v0.1.0 |
| 802 | 2026-08-25T16:33:29.033Z | Downloaded waitgroup v0.1.2 |
| 803 | 2026-08-25T16:33:29.033Z | Downloaded toml_datetime v0.6.11 |
| 804 | 2026-08-25T16:33:29.033Z | Downloaded universal-hash v0.5.1 |
| 805 | 2026-08-25T16:33:29.033Z | Downloaded tar v0.4.46 |
| 806 | 2026-08-25T16:33:29.040Z | Downloaded iddqd v0.4.2 |
| 807 | 2026-08-25T16:33:29.046Z | Downloaded itertools v0.15.0 |
| 808 | 2026-08-25T16:33:29.046Z | Downloaded async-stream-impl v0.3.6 |
| 809 | 2026-08-25T16:33:29.047Z | Downloaded tokio-tungstenite v0.23.1 |
| 810 | 2026-08-25T16:33:29.051Z | Downloaded bitflags v1.3.2 |
| 811 | 2026-08-25T16:33:29.051Z | Downloaded bs58 v0.5.1 |
| 812 | 2026-08-25T16:33:29.051Z | Downloaded dirs-next v2.0.0 |
| 813 | 2026-08-25T16:33:29.051Z | Downloaded serde_with v1.14.0 |
| 814 | 2026-08-25T16:33:29.056Z | Downloaded git-stub v1.0.0 |
| 815 | 2026-08-25T16:33:29.056Z | Downloaded ssh-key v0.7.0-rc.11 |
| 816 | 2026-08-25T16:33:29.062Z | Downloaded pin-project-internal v1.1.11 |
| 817 | 2026-08-25T16:33:29.062Z | Downloaded owo-colors v4.3.0 |
| 818 | 2026-08-25T16:33:29.062Z | Downloaded foreign-types v0.5.0 |
| 819 | 2026-08-25T16:33:29.070Z | Downloaded partial-io v0.5.4 |
| 820 | 2026-08-25T16:33:29.070Z | Downloaded progenitor v0.14.0 |
| 821 | 2026-08-25T16:33:29.070Z | Downloaded futures-core v0.3.32 |
| 822 | 2026-08-25T16:33:29.070Z | Downloaded nonempty v0.12.0 |
| 823 | 2026-08-25T16:33:29.070Z | Downloaded multimap v0.10.1 |
| 824 | 2026-08-25T16:33:29.076Z | Downloaded arrayref v0.3.9 |
| 825 | 2026-08-25T16:33:29.076Z | Downloaded atomicwrites v0.4.4 |
| 826 | 2026-08-25T16:33:29.076Z | Downloaded vte v0.14.1 |
| 827 | 2026-08-25T16:33:29.076Z | Downloaded vergen v9.1.0 |
| 828 | 2026-08-25T16:33:29.082Z | Downloaded rcgen v0.12.1 |
| 829 | 2026-08-25T16:33:29.082Z | Downloaded zip v0.6.6 |
| 830 | 2026-08-25T16:33:29.092Z | Downloaded slog-async v2.8.0 |
| 831 | 2026-08-25T16:33:29.092Z | Downloaded static_assertions v1.1.0 |
| 832 | 2026-08-25T16:33:29.092Z | Downloaded quick-error v1.2.3 |
| 833 | 2026-08-25T16:33:29.099Z | Downloaded serde_derive_internals v0.29.1 |
| 834 | 2026-08-25T16:33:29.099Z | Downloaded stringmetrics v2.2.2 |
| 835 | 2026-08-25T16:33:29.099Z | Downloaded percent-encoding v2.3.2 |
| 836 | 2026-08-25T16:33:29.099Z | Downloaded termios v0.3.3 |
| 837 | 2026-08-25T16:33:29.099Z | Downloaded predicates-tree v1.0.13 |
| 838 | 2026-08-25T16:33:29.099Z | Downloaded rfc6979 v0.6.0 |
| 839 | 2026-08-25T16:33:29.107Z | Downloaded serde_derive v1.0.228 |
| 840 | 2026-08-25T16:33:29.107Z | Downloaded spin v0.9.8 |
| 841 | 2026-08-25T16:33:29.112Z | Downloaded try-lock v0.2.5 |
| 842 | 2026-08-25T16:33:29.112Z | Downloaded semver v0.1.20 |
| 843 | 2026-08-25T16:33:29.112Z | Downloaded signal-hook-tokio v0.3.1 |
| 844 | 2026-08-25T16:33:29.121Z | Downloaded usdt-impl v0.6.0 |
| 845 | 2026-08-25T16:33:29.121Z | Downloaded strum v0.27.2 |
| 846 | 2026-08-25T16:33:29.121Z | Downloaded tap v1.0.1 |
| 847 | 2026-08-25T16:33:29.122Z | Downloaded whoami v1.6.1 |
| 848 | 2026-08-25T16:33:29.126Z | Downloaded serde_spanned v0.6.9 |
| 849 | 2026-08-25T16:33:29.126Z | Downloaded zerocopy v0.7.35 |
| 850 | 2026-08-25T16:33:29.135Z | Downloaded zerovec v0.11.5 |
| 851 | 2026-08-25T16:33:29.140Z | Downloaded zmij v1.0.21 |
| 852 | 2026-08-25T16:33:29.140Z | Downloaded flagset v0.4.7 |
| 853 | 2026-08-25T16:33:29.140Z | Downloaded zip v4.6.1 |
| 854 | 2026-08-25T16:33:29.140Z | Downloaded supports-hyperlinks v3.2.0 |
| 855 | 2026-08-25T16:33:29.140Z | Downloaded tower-layer v0.3.3 |
| 856 | 2026-08-25T16:33:29.140Z | Downloaded unicode-linebreak v0.1.5 |
| 857 | 2026-08-25T16:33:29.140Z | Downloaded wait-timeout v0.2.1 |
| 858 | 2026-08-25T16:33:29.141Z | Downloaded once_cell v1.21.3 |
| 859 | 2026-08-25T16:33:29.145Z | Downloaded quinn-udp v0.5.14 |
| 860 | 2026-08-25T16:33:29.145Z | Downloaded libloading v0.8.9 |
| 861 | 2026-08-25T16:33:29.145Z | Downloaded xshell-macros v0.2.7 |
| 862 | 2026-08-25T16:33:29.155Z | Downloaded dtrace-parser v0.2.0 |
| 863 | 2026-08-25T16:33:29.155Z | Downloaded dunce v1.0.5 |
| 864 | 2026-08-25T16:33:29.155Z | Downloaded foreign-types-shared v0.1.1 |
| 865 | 2026-08-25T16:33:29.156Z | Downloaded postgres-types v0.2.14 |
| 866 | 2026-08-25T16:33:29.156Z | Downloaded match_cfg v0.1.0 |
| 867 | 2026-08-25T16:33:29.156Z | Downloaded postgres-protocol v0.6.12 |
| 868 | 2026-08-25T16:33:29.162Z | Downloaded anes v0.1.6 |
| 869 | 2026-08-25T16:33:29.162Z | Downloaded p521 v0.14.0 |
| 870 | 2026-08-25T16:33:29.162Z | Downloaded gethostname v0.5.0 |
| 871 | 2026-08-25T16:33:29.162Z | Downloaded lru-slab v0.1.2 |
| 872 | 2026-08-25T16:33:29.162Z | Downloaded serde_with_macros v1.5.2 |
| 873 | 2026-08-25T16:33:29.162Z | Downloaded fatfs v0.3.6 |
| 874 | 2026-08-25T16:33:29.162Z | Downloaded tungstenite v0.21.0 |
| 875 | 2026-08-25T16:33:29.162Z | Downloaded bit-vec v0.8.0 |
| 876 | 2026-08-25T16:33:29.162Z | Downloaded oorandom v11.1.5 |
| 877 | 2026-08-25T16:33:29.163Z | Downloaded nodrop v0.1.14 |
| 878 | 2026-08-25T16:33:29.170Z | Downloaded peg v0.8.5 |
| 879 | 2026-08-25T16:33:29.170Z | Downloaded parking v2.2.1 |
| 880 | 2026-08-25T16:33:29.170Z | Downloaded port-file v0.1.0 |
| 881 | 2026-08-25T16:33:29.174Z | Downloaded winnow v0.7.14 |
| 882 | 2026-08-25T16:33:29.174Z | Downloaded rustls-pki-types v1.14.0 |
| 883 | 2026-08-25T16:33:29.178Z | Downloaded similar v2.7.0 |
| 884 | 2026-08-25T16:33:29.178Z | Downloaded snafu v0.8.9 |
| 885 | 2026-08-25T16:33:29.181Z | Downloaded trybuild v1.0.116 |
| 886 | 2026-08-25T16:33:29.188Z | Downloaded slog-dtrace v0.3.0 |
| 887 | 2026-08-25T16:33:29.188Z | Downloaded lzss v0.8.2 |
| 888 | 2026-08-25T16:33:29.188Z | Downloaded openssl-macros v0.1.1 |
| 889 | 2026-08-25T16:33:29.191Z | Downloaded plain v0.2.3 |
| 890 | 2026-08-25T16:33:29.191Z | Downloaded rand_pcg v0.10.2 |
| 891 | 2026-08-25T16:33:29.191Z | Downloaded rsa v0.10.0-rc.18 |
| 892 | 2026-08-25T16:33:29.191Z | Downloaded strum v0.26.3 |
| 893 | 2026-08-25T16:33:29.191Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 894 | 2026-08-25T16:33:29.191Z | Downloaded flate2 v1.1.9 |
| 895 | 2026-08-25T16:33:29.194Z | Downloaded salsa20 v0.11.0 |
| 896 | 2026-08-25T16:33:29.198Z | Downloaded secrecy v0.8.0 |
| 897 | 2026-08-25T16:33:29.198Z | Downloaded secrecy v0.10.3 |
| 898 | 2026-08-25T16:33:29.198Z | Downloaded signature v3.0.0 |
| 899 | 2026-08-25T16:33:29.201Z | Downloaded either v1.15.0 |
| 900 | 2026-08-25T16:33:29.205Z | Downloaded thiserror-impl v1.0.69 |
| 901 | 2026-08-25T16:33:29.209Z | Downloaded sqlformat v0.3.5 |
| 902 | 2026-08-25T16:33:29.209Z | Downloaded xshell v0.2.7 |
| 903 | 2026-08-25T16:33:29.223Z | Downloaded thiserror-impl v2.0.18 |
| 904 | 2026-08-25T16:33:29.223Z | Downloaded usdt v0.6.0 |
| 905 | 2026-08-25T16:33:29.223Z | Downloaded sync_wrapper v1.0.2 |
| 906 | 2026-08-25T16:33:29.223Z | Downloaded portable-atomic v1.13.1 |
| 907 | 2026-08-25T16:33:29.231Z | Downloaded num-iter v0.1.45 |
| 908 | 2026-08-25T16:33:29.231Z | Downloaded digest v0.11.3 |
| 909 | 2026-08-25T16:33:29.231Z | Downloaded filetime v0.2.27 |
| 910 | 2026-08-25T16:33:29.240Z | Downloaded xattr v1.6.1 |
| 911 | 2026-08-25T16:33:29.241Z | Downloaded serde_bytes v0.11.19 |
| 912 | 2026-08-25T16:33:29.241Z | Downloaded cfg-if v1.0.4 |
| 913 | 2026-08-25T16:33:29.241Z | Downloaded predicates-core v1.0.10 |
| 914 | 2026-08-25T16:33:29.241Z | Downloaded cancel-safe-futures v0.1.5 |
| 915 | 2026-08-25T16:33:29.254Z | Downloaded libbz2-rs-sys v0.2.2 |
| 916 | 2026-08-25T16:33:29.254Z | Downloaded blake3 v1.8.5 |
| 917 | 2026-08-25T16:33:29.254Z | Downloaded tower-http v0.6.8 |
| 918 | 2026-08-25T16:33:29.262Z | Downloaded rand v0.10.1 |
| 919 | 2026-08-25T16:33:29.262Z | Downloaded chrono v0.4.45 |
| 920 | 2026-08-25T16:33:29.262Z | Downloaded parking_lot v0.11.2 |
| 921 | 2026-08-25T16:33:29.262Z | Downloaded packed_struct_codegen v0.10.1 |
| 922 | 2026-08-25T16:33:29.269Z | Downloaded ar_archive_writer v0.5.1 |
| 923 | 2026-08-25T16:33:29.269Z | Downloaded blowfish v0.10.0 |
| 924 | 2026-08-25T16:33:29.269Z | Downloaded reedline v0.40.0 |
| 925 | 2026-08-25T16:33:29.280Z | Downloaded progenitor v0.13.0 |
| 926 | 2026-08-25T16:33:29.280Z | Downloaded thiserror-no-std v2.0.2 |
| 927 | 2026-08-25T16:33:29.287Z | Downloaded opaque-debug v0.3.1 |
| 928 | 2026-08-25T16:33:29.287Z | Downloaded array-init v0.0.4 |
| 929 | 2026-08-25T16:33:29.288Z | Downloaded sha3 v0.12.0 |
| 930 | 2026-08-25T16:33:29.297Z | Downloaded dropshot_endpoint v0.17.1 |
| 931 | 2026-08-25T16:33:29.297Z | Downloaded unicase v2.9.0 |
| 932 | 2026-08-25T16:33:29.298Z | Downloaded erased-serde v0.3.31 |
| 933 | 2026-08-25T16:33:29.298Z | Downloaded foldhash v0.2.0 |
| 934 | 2026-08-25T16:33:29.309Z | Downloaded usdt-attr-macro v0.5.0 |
| 935 | 2026-08-25T16:33:29.310Z | Downloaded equivalent v1.0.2 |
| 936 | 2026-08-25T16:33:29.310Z | Downloaded enum-as-inner v0.6.1 |
| 937 | 2026-08-25T16:33:29.310Z | Downloaded writeable v0.6.2 |
| 938 | 2026-08-25T16:33:29.310Z | Downloaded openssl-sys v0.9.117 |
| 939 | 2026-08-25T16:33:29.310Z | Downloaded winnow v0.6.26 |
| 940 | 2026-08-25T16:33:29.366Z | Downloaded zstd v0.13.3 |
| 941 | 2026-08-25T16:33:29.366Z | Downloaded ecdsa v0.16.9 |
| 942 | 2026-08-25T16:33:29.366Z | Downloaded futures-timer v3.0.3 |
| 943 | 2026-08-25T16:33:29.367Z | Downloaded progenitor-impl v0.14.0 |
| 944 | 2026-08-25T16:33:29.367Z | Downloaded packed_struct v0.10.1 |
| 945 | 2026-08-25T16:33:29.367Z | Downloaded proptest v1.11.0 |
| 946 | 2026-08-25T16:33:29.367Z | Downloaded yansi v1.0.1 |
| 947 | 2026-08-25T16:33:29.367Z | Downloaded miette v7.6.0 |
| 948 | 2026-08-25T16:33:29.367Z | Downloaded scuffle v0.1.0 |
| 949 | 2026-08-25T16:33:29.367Z | Downloaded rustls-pemfile v2.2.0 |
| 950 | 2026-08-25T16:33:29.367Z | Downloaded support-bundle-viewer v0.1.2 |
| 951 | 2026-08-25T16:33:29.367Z | Downloaded tokio-test v0.4.5 |
| 952 | 2026-08-25T16:33:29.367Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 953 | 2026-08-25T16:33:29.367Z | Downloaded tokio-tungstenite v0.21.0 |
| 954 | 2026-08-25T16:33:29.367Z | Downloaded yoke v0.8.1 |
| 955 | 2026-08-25T16:33:29.367Z | Downloaded zeroize_derive v1.5.0 |
| 956 | 2026-08-25T16:33:29.367Z | Downloaded supports-color v3.0.2 |
| 957 | 2026-08-25T16:33:29.367Z | Downloaded rayon v1.11.0 |
| 958 | 2026-08-25T16:33:29.367Z | Downloaded display-error-chain v0.2.2 |
| 959 | 2026-08-25T16:33:29.367Z | Downloaded foreign-types-shared v0.3.1 |
| 960 | 2026-08-25T16:33:29.368Z | Downloaded cc v1.2.56 |
| 961 | 2026-08-25T16:33:29.377Z | Downloaded ron v0.8.1 |
| 962 | 2026-08-25T16:33:29.378Z | Downloaded ff v0.14.0 |
| 963 | 2026-08-25T16:33:29.378Z | Downloaded pest_derive v2.8.6 |
| 964 | 2026-08-25T16:33:29.378Z | Downloaded multer v3.1.0 |
| 965 | 2026-08-25T16:33:29.378Z | Downloaded nu-ansi-term v0.50.3 |
| 966 | 2026-08-25T16:33:29.378Z | Downloaded password-hash v0.5.0 |
| 967 | 2026-08-25T16:33:29.378Z | Downloaded take_mut v0.2.2 |
| 968 | 2026-08-25T16:33:29.378Z | Downloaded schemars_derive v0.8.22 |
| 969 | 2026-08-25T16:33:29.378Z | Downloaded stringprep v0.1.5 |
| 970 | 2026-08-25T16:33:29.378Z | Downloaded base64 v0.21.7 |
| 971 | 2026-08-25T16:33:29.378Z | Downloaded elliptic-curve v0.13.8 |
| 972 | 2026-08-25T16:33:29.378Z | Downloaded rustc-demangle v0.1.27 |
| 973 | 2026-08-25T16:33:29.378Z | Downloaded smallvec v1.15.1 |
| 974 | 2026-08-25T16:33:29.404Z | Downloaded glob v0.3.3 |
| 975 | 2026-08-25T16:33:29.404Z | Downloaded proc-macro-crate v3.4.0 |
| 976 | 2026-08-25T16:33:29.404Z | Downloaded scheduled-thread-pool v0.2.7 |
| 977 | 2026-08-25T16:33:29.404Z | Downloaded rustc-hash v2.1.1 |
| 978 | 2026-08-25T16:33:29.404Z | Downloaded zeroize v1.9.0 |
| 979 | 2026-08-25T16:33:29.417Z | Downloaded async-lock v3.4.2 |
| 980 | 2026-08-25T16:33:29.417Z | Downloaded unicode-normalization v0.1.25 |
| 981 | 2026-08-25T16:33:29.417Z | Downloaded num_enum v0.5.11 |
| 982 | 2026-08-25T16:33:29.417Z | Downloaded ena v0.14.4 |
| 983 | 2026-08-25T16:33:29.417Z | Downloaded pbkdf2 v0.13.0 |
| 984 | 2026-08-25T16:33:29.417Z | Downloaded md5 v0.8.0 |
| 985 | 2026-08-25T16:33:29.417Z | Downloaded supports-hyperlinks v2.1.0 |
| 986 | 2026-08-25T16:33:29.417Z | Downloaded base16ct v0.2.0 |
| 987 | 2026-08-25T16:33:29.417Z | Downloaded seq-macro v0.3.6 |
| 988 | 2026-08-25T16:33:29.422Z | Downloaded pin-project-lite v0.2.17 |
| 989 | 2026-08-25T16:33:29.422Z | Downloaded rayon-core v1.13.0 |
| 990 | 2026-08-25T16:33:29.422Z | Downloaded term v1.2.1 |
| 991 | 2026-08-25T16:33:29.425Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 992 | 2026-08-25T16:33:29.429Z | Downloaded bzip2 v0.6.1 |
| 993 | 2026-08-25T16:33:29.429Z | Downloaded textwrap v0.15.2 |
| 994 | 2026-08-25T16:33:29.429Z | Downloaded futures-channel v0.3.32 |
| 995 | 2026-08-25T16:33:29.432Z | Downloaded vergen-lib v0.1.6 |
| 996 | 2026-08-25T16:33:29.432Z | Downloaded futures-macro v0.3.32 |
| 997 | 2026-08-25T16:33:29.435Z | Downloaded serde_repr v0.1.20 |
| 998 | 2026-08-25T16:33:29.444Z | Downloaded kem v0.3.0 |
| 999 | 2026-08-25T16:33:29.447Z | Downloaded bit-vec v0.6.3 |
| 1000 | 2026-08-25T16:33:29.447Z | Downloaded schemars v0.9.0 |
| 1001 | 2026-08-25T16:33:29.453Z | Downloaded knuffel-derive v3.2.0 |
| 1002 | 2026-08-25T16:33:29.456Z | Downloaded rand_core v0.6.4 |
| 1003 | 2026-08-25T16:33:29.456Z | Downloaded crypto-bigint v0.7.5 |
| 1004 | 2026-08-25T16:33:29.463Z | Downloaded atomic-waker v1.1.2 |
| 1005 | 2026-08-25T16:33:29.466Z | Downloaded void v1.0.2 |
| 1006 | 2026-08-25T16:33:29.466Z | Downloaded miette-derive v5.10.0 |
| 1007 | 2026-08-25T16:33:29.466Z | Downloaded zone_cfg_derive v0.3.1 |
| 1008 | 2026-08-25T16:33:29.466Z | Downloaded topological-sort v0.2.2 |
| 1009 | 2026-08-25T16:33:29.466Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1010 | 2026-08-25T16:33:29.466Z | Downloaded zerocopy-derive v0.8.55 |
| 1011 | 2026-08-25T16:33:29.473Z | Downloaded serde_json v1.0.151 |
| 1012 | 2026-08-25T16:33:29.476Z | Downloaded serde_with_macros v3.21.0 |
| 1013 | 2026-08-25T16:33:29.476Z | Downloaded sigpipe v0.1.3 |
| 1014 | 2026-08-25T16:33:29.479Z | Downloaded memmap2 v0.9.10 |
| 1015 | 2026-08-25T16:33:29.479Z | Downloaded float-ord v0.3.2 |
| 1016 | 2026-08-25T16:33:29.482Z | Downloaded polyval v0.7.1 |
| 1017 | 2026-08-25T16:33:29.486Z | Downloaded parking_lot_core v0.8.6 |
| 1018 | 2026-08-25T16:33:29.489Z | Downloaded ahash v0.8.12 |
| 1019 | 2026-08-25T16:33:29.489Z | Downloaded tower v0.5.3 |
| 1020 | 2026-08-25T16:33:29.495Z | Downloaded tinytemplate v1.2.1 |
| 1021 | 2026-08-25T16:33:29.500Z | Downloaded globset v0.4.18 |
| 1022 | 2026-08-25T16:33:29.500Z | Downloaded tiny-keccak v2.0.2 |
| 1023 | 2026-08-25T16:33:29.500Z | Downloaded litemap v0.8.1 |
| 1024 | 2026-08-25T16:33:29.503Z | Downloaded postcard v1.1.3 |
| 1025 | 2026-08-25T16:33:29.503Z | Downloaded rustls-webpki v0.103.13 |
| 1026 | 2026-08-25T16:33:29.503Z | Downloaded futures-util v0.3.32 |
| 1027 | 2026-08-25T16:33:29.508Z | Downloaded winnow v0.5.40 |
| 1028 | 2026-08-25T16:33:29.516Z | Downloaded base64 v0.22.1 |
| 1029 | 2026-08-25T16:33:29.519Z | Downloaded toml_edit v0.19.15 |
| 1030 | 2026-08-25T16:33:29.524Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1031 | 2026-08-25T16:33:29.527Z | Downloaded camino v1.2.5 |
| 1032 | 2026-08-25T16:33:29.527Z | Downloaded curve25519-dalek v4.1.3 |
| 1033 | 2026-08-25T16:33:29.534Z | Downloaded reqwest v0.13.2 |
| 1034 | 2026-08-25T16:33:29.537Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-08-25T16:33:29.537Z | Downloaded log v0.4.33 |
| 1036 | 2026-08-25T16:33:29.537Z | Downloaded salty v0.3.0 |
| 1037 | 2026-08-25T16:33:29.541Z | Downloaded litrs v1.0.0 |
| 1038 | 2026-08-25T16:33:29.544Z | Downloaded mio v1.2.0 |
| 1039 | 2026-08-25T16:33:29.547Z | Downloaded unicode-properties v0.1.4 |
| 1040 | 2026-08-25T16:33:29.547Z | Downloaded winnow v1.0.3 |
| 1041 | 2026-08-25T16:33:29.553Z | Downloaded knus v3.4.0 |
| 1042 | 2026-08-25T16:33:29.566Z | Downloaded simd-adler32 v0.3.8 |
| 1043 | 2026-08-25T16:33:29.566Z | Downloaded argon2 v0.6.0-rc.8 |
| 1044 | 2026-08-25T16:33:29.566Z | Downloaded rand_seeder v0.4.0 |
| 1045 | 2026-08-25T16:33:29.566Z | Downloaded rstest_macros v0.25.0 |
| 1046 | 2026-08-25T16:33:29.579Z | Downloaded smallvec v0.6.14 |
| 1047 | 2026-08-25T16:33:29.579Z | Downloaded ryu v1.0.23 |
| 1048 | 2026-08-25T16:33:29.579Z | Downloaded miette v5.10.0 |
| 1049 | 2026-08-25T16:33:29.579Z | Downloaded chacha20 v0.10.0 |
| 1050 | 2026-08-25T16:33:29.579Z | Downloaded cfg-expr v0.20.6 |
| 1051 | 2026-08-25T16:33:29.579Z | Downloaded regex-syntax v0.6.29 |
| 1052 | 2026-08-25T16:33:29.579Z | Downloaded aes v0.9.1 |
| 1053 | 2026-08-25T16:33:29.579Z | Downloaded bumpalo v3.20.2 |
| 1054 | 2026-08-25T16:33:29.579Z | Downloaded tabled v0.15.0 |
| 1055 | 2026-08-25T16:33:29.584Z | Downloaded pest v2.8.6 |
| 1056 | 2026-08-25T16:33:29.597Z | Downloaded typify v0.6.2 |
| 1057 | 2026-08-25T16:33:29.597Z | Downloaded num-traits v0.2.19 |
| 1058 | 2026-08-25T16:33:29.606Z | Downloaded num-bigint-dig v0.8.6 |
| 1059 | 2026-08-25T16:33:29.606Z | Downloaded goblin v0.10.5 |
| 1060 | 2026-08-25T16:33:29.606Z | Downloaded unsafe-libyaml v0.2.11 |
| 1061 | 2026-08-25T16:33:29.606Z | Downloaded async-compression v0.4.41 |
| 1062 | 2026-08-25T16:33:29.606Z | Downloaded nom v7.1.3 |
| 1063 | 2026-08-25T16:33:29.618Z | Downloaded miniz_oxide v0.8.9 |
| 1064 | 2026-08-25T16:33:29.625Z | Downloaded papergrid v0.18.0 |
| 1065 | 2026-08-25T16:33:29.625Z | Downloaded tokio-util v0.7.18 |
| 1066 | 2026-08-25T16:33:29.637Z | Downloaded rand v0.8.6 |
| 1067 | 2026-08-25T16:33:29.637Z | Downloaded blake2 v0.10.6 |
| 1068 | 2026-08-25T16:33:29.644Z | Downloaded vcpkg v0.2.15 |
| 1069 | 2026-08-25T16:33:29.656Z | Downloaded flume v0.11.1 |
| 1070 | 2026-08-25T16:33:29.669Z | Downloaded aes-gcm v0.11.0 |
| 1071 | 2026-08-25T16:33:29.677Z | Downloaded curve25519-dalek v5.0.0 |
| 1072 | 2026-08-25T16:33:29.678Z | Downloaded arc-swap v1.8.2 |
| 1073 | 2026-08-25T16:33:29.678Z | Downloaded zerotrie v0.2.3 |
| 1074 | 2026-08-25T16:33:29.678Z | Downloaded chacha20poly1305 v0.10.1 |
| 1075 | 2026-08-25T16:33:29.678Z | Downloaded quick-xml v0.37.5 |
| 1076 | 2026-08-25T16:33:29.685Z | Downloaded rand v0.9.2 |
| 1077 | 2026-08-25T16:33:29.685Z | Downloaded reqwest v0.12.28 |
| 1078 | 2026-08-25T16:33:29.699Z | Downloaded num-bigint v0.4.6 |
| 1079 | 2026-08-25T16:33:29.699Z | Downloaded libxml v0.3.3 |
| 1080 | 2026-08-25T16:33:29.699Z | Downloaded p384 v0.13.1 |
| 1081 | 2026-08-25T16:33:29.703Z | Downloaded quinn v0.11.11 |
| 1082 | 2026-08-25T16:33:29.708Z | Downloaded tokio-postgres v0.7.18 |
| 1083 | 2026-08-25T16:33:29.712Z | Downloaded unicode_categories v0.1.1 |
| 1084 | 2026-08-25T16:33:29.712Z | Downloaded aws-lc-rs v1.16.3 |
| 1085 | 2026-08-25T16:33:29.725Z | Downloaded zlib-rs v0.6.2 |
| 1086 | 2026-08-25T16:33:29.734Z | Downloaded libm v0.2.16 |
| 1087 | 2026-08-25T16:33:29.743Z | Downloaded smoltcp v0.9.1 |
| 1088 | 2026-08-25T16:33:29.750Z | Downloaded syn v1.0.109 |
| 1089 | 2026-08-25T16:33:29.756Z | Downloaded hickory-proto v0.25.2 |
| 1090 | 2026-08-25T16:33:29.767Z | Downloaded unicode-width v0.1.14 |
| 1091 | 2026-08-25T16:33:29.775Z | Downloaded lalrpop v0.19.12 |
| 1092 | 2026-08-25T16:33:29.781Z | Downloaded dropshot-api-manager v0.8.0 |
| 1093 | 2026-08-25T16:33:29.786Z | Downloaded aho-corasick v1.1.4 |
| 1094 | 2026-08-25T16:33:29.791Z | Downloaded petname v2.0.2 |
| 1095 | 2026-08-25T16:33:29.799Z | Downloaded bindgen v0.71.1 |
| 1096 | 2026-08-25T16:33:29.800Z | Downloaded polar-core v0.27.3 |
| 1097 | 2026-08-25T16:33:29.809Z | Downloaded typed-path v0.9.3 |
| 1098 | 2026-08-25T16:33:29.815Z | Downloaded time v0.3.47 |
| 1099 | 2026-08-25T16:33:29.821Z | Downloaded hickory-proto v0.24.4 |
| 1100 | 2026-08-25T16:33:29.828Z | Downloaded syn v2.0.117 |
| 1101 | 2026-08-25T16:33:29.835Z | Downloaded radix_trie v0.2.1 |
| 1102 | 2026-08-25T16:33:29.852Z | Downloaded regex v1.12.3 |
| 1103 | 2026-08-25T16:33:29.853Z | Downloaded russh v0.62.4 |
| 1104 | 2026-08-25T16:33:29.860Z | Downloaded diesel v2.3.7 |
| 1105 | 2026-08-25T16:33:29.869Z | Downloaded rustls v0.23.41 |
| 1106 | 2026-08-25T16:33:29.875Z | Downloaded git2 v0.20.4 |
| 1107 | 2026-08-25T16:33:29.880Z | Downloaded openssl v0.10.80 |
| 1108 | 2026-08-25T16:33:29.885Z | Downloaded quinn-proto v0.11.16 |
| 1109 | 2026-08-25T16:33:29.889Z | Downloaded gimli v0.32.3 |
| 1110 | 2026-08-25T16:33:29.895Z | Downloaded object v0.30.4 |
| 1111 | 2026-08-25T16:33:29.908Z | Downloaded serde_with v3.21.0 |
| 1112 | 2026-08-25T16:33:29.920Z | Downloaded unicode-width v0.2.0 |
| 1113 | 2026-08-25T16:33:29.926Z | Downloaded bitvec v1.0.1 |
| 1114 | 2026-08-25T16:33:29.937Z | Downloaded nix v0.31.2 |
| 1115 | 2026-08-25T16:33:29.941Z | Downloaded openapiv3 v2.2.0 |
| 1116 | 2026-08-25T16:33:29.969Z | Downloaded regress v0.11.1 |
| 1117 | 2026-08-25T16:33:29.976Z | Downloaded syn v3.0.3 |
| 1118 | 2026-08-25T16:33:29.986Z | Downloaded nix v0.27.1 |
| 1119 | 2026-08-25T16:33:29.993Z | Downloaded moka v0.12.13 |
| 1120 | 2026-08-25T16:33:29.997Z | Downloaded tabled v0.21.0 |
| 1121 | 2026-08-25T16:33:30.006Z | Downloaded rustix v0.38.44 |
| 1122 | 2026-08-25T16:33:30.019Z | Downloaded rustix v1.1.4 |
| 1123 | 2026-08-25T16:33:30.033Z | Downloaded regress v0.10.5 |
| 1124 | 2026-08-25T16:33:30.037Z | Downloaded object v0.37.3 |
| 1125 | 2026-08-25T16:33:30.042Z | Downloaded bstr v1.12.1 |
| 1126 | 2026-08-25T16:33:30.047Z | Downloaded sha3 v0.11.0 |
| 1127 | 2026-08-25T16:33:30.052Z | Downloaded regex-syntax v0.8.10 |
| 1128 | 2026-08-25T16:33:30.059Z | Downloaded tracing v0.1.44 |
| 1129 | 2026-08-25T16:33:30.073Z | Downloaded zerocopy v0.8.55 |
| 1130 | 2026-08-25T16:33:30.084Z | Downloaded zerocopy-derive v0.6.6 |
| 1131 | 2026-08-25T16:33:30.094Z | Downloaded smoltcp v0.11.0 |
| 1132 | 2026-08-25T16:33:30.094Z | Downloaded typify-impl v0.6.2 |
| 1133 | 2026-08-25T16:33:30.104Z | Downloaded nix v0.28.0 |
| 1134 | 2026-08-25T16:33:30.120Z | Downloaded jiff v0.2.34 |
| 1135 | 2026-08-25T16:33:30.121Z | Downloaded ratatui v0.29.0 |
| 1136 | 2026-08-25T16:33:30.136Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1137 | 2026-08-25T16:33:30.145Z | Downloaded petgraph v0.8.3 |
| 1138 | 2026-08-25T16:33:30.152Z | Downloaded dropshot v0.17.1 |
| 1139 | 2026-08-25T16:33:30.158Z | Downloaded sha3 v0.10.8 |
| 1140 | 2026-08-25T16:33:30.175Z | Downloaded httpmock v0.8.3 |
| 1141 | 2026-08-25T16:33:30.183Z | Downloaded sled v0.34.7 |
| 1142 | 2026-08-25T16:33:30.188Z | Downloaded sqlparser v0.61.0 |
| 1143 | 2026-08-25T16:33:30.223Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1144 | 2026-08-25T16:33:30.317Z | Downloaded csv v1.4.0 |
| 1145 | 2026-08-25T16:33:30.330Z | Downloaded regex-automata v0.4.14 |
| 1146 | 2026-08-25T16:33:30.353Z | Downloaded libz-sys v1.1.24 |
| 1147 | 2026-08-25T16:33:30.362Z | Downloaded petgraph v0.6.5 |
| 1148 | 2026-08-25T16:33:30.375Z | Downloaded chrono-tz v0.10.4 |
| 1149 | 2026-08-25T16:33:30.385Z | Downloaded libc v0.2.185 |
| 1150 | 2026-08-25T16:33:30.409Z | Downloaded tokio v1.52.1 |
| 1151 | 2026-08-25T16:33:30.532Z | Downloaded encoding_rs v0.8.35 |
| 1152 | 2026-08-25T16:33:30.548Z | Downloaded ring v0.17.14 |
| 1153 | 2026-08-25T16:33:30.605Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1154 | 2026-08-25T16:33:31.129Z | Downloaded aws-lc-sys v0.40.0 |
| 1155 | 2026-08-25T16:33:31.552Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1156 | 2026-08-25T16:33:33.578Z | Startup: Refreshing catalog 'helios' ... Done |
| 1157 | 2026-08-25T16:33:33.968Z | Startup: Caching catalogs ... Done |
| 1158 | 2026-08-25T16:33:36.134Z | Planning: Solver setup ... Done (2.043s) |
| 1159 | 2026-08-25T16:33:36.196Z | Planning: Running solver ... Done (0.062s) |
| 1160 | 2026-08-25T16:33:36.249Z | Planning: Finding local manifests ... Done (0.003s) |
| 1161 | 2026-08-25T16:33:36.259Z | Planning: Fetching manifests: 0/2 0% complete |
| 1162 | 2026-08-25T16:33:36.275Z | Planning: Fetching manifests: 2/2 100% complete |
| 1163 | 2026-08-25T16:33:36.291Z | Planning: Package planning ... Done (0.015s) |
| 1164 | 2026-08-25T16:33:36.294Z | Planning: Merging actions ... Done (0.001s) |
| 1165 | 2026-08-25T16:33:36.520Z | Planning: Checking for conflicting actions ... Done (0.227s) |
| 1166 | 2026-08-25T16:33:36.523Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1167 | 2026-08-25T16:33:37.433Z | Planning: Evaluating mediators ... Done (0.911s) |
| 1168 | 2026-08-25T16:33:37.438Z | Planning: Planning completed in 3.42 seconds |
| 1169 | 2026-08-25T16:33:37.443Z | Packages to install: 2 |
| 1170 | 2026-08-25T16:33:37.443Z | Estimated space available: 155.72 GB |
| 1171 | 2026-08-25T16:33:37.443Z | Estimated space to be consumed: 80.56 MB |
| 1172 | 2026-08-25T16:33:37.443Z | Create boot environment: No |
| 1173 | 2026-08-25T16:33:37.443Z | Create backup boot environment: No |
| 1174 | 2026-08-25T16:33:37.443Z | Rebuild boot archive: No |
| 1175 | 2026-08-25T16:33:37.447Z | |
| 1176 | 2026-08-25T16:33:37.447Z | Changed packages: |
| 1177 | 2026-08-25T16:33:37.447Z | helios |
| 1178 | 2026-08-25T16:33:37.447Z | developer/build-essential |
| 1179 | 2026-08-25T16:33:37.447Z | None -> 11-3.0 |
| 1180 | 2026-08-25T16:33:37.447Z | library/libxmlsec1 |
| 1181 | 2026-08-25T16:33:37.447Z | None -> 1.2.35-3.0 |
| 1182 | 2026-08-25T16:33:37.471Z | |
| 1183 | 2026-08-25T16:33:37.471Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1184 | 2026-08-25T16:33:37.540Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 1185 | 2026-08-25T16:33:37.623Z | Actions: 1/268 actions (Installing new actions) |
| 1186 | 2026-08-25T16:33:37.663Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1187 | 2026-08-25T16:33:37.701Z | Finalize: Updating package state database ... Done (0.038s) |
| 1188 | 2026-08-25T16:33:37.705Z | Finalize: Updating package cache ... Done (0.000s) |
| 1189 | 2026-08-25T16:33:37.791Z | Finalize: Updating image state ... Done (0.090s) |
| 1190 | 2026-08-25T16:33:40.503Z | Finalize: Creating fast lookup database ... Done (2.658s) |
| 1191 | 2026-08-25T16:33:40.578Z | Finalize: Reading search index ... Done (0.012s) |
| 1192 | 2026-08-25T16:33:40.581Z | Finalize: Updating search index ... Done (0.000s) |
| 1193 | 2026-08-25T16:33:40.690Z | Finalize: Updating package cache ... Done (0.000s) |
| 1194 | 2026-08-25T16:33:41.064Z | Planning: Evaluating mediator changes ... Done |
| 1195 | 2026-08-25T16:33:41.168Z | Planning: Checking for conflicting actions ... Done |
| 1196 | 2026-08-25T16:33:41.171Z | Planning: Consolidating action changes ... Done |
| 1197 | 2026-08-25T16:33:41.326Z | Planning: Evaluating mediators ... Done |
| 1198 | 2026-08-25T16:33:41.329Z | Planning: Planning completed in 0.26 seconds |
| 1199 | 2026-08-25T16:33:41.349Z | Mediators to change: 2 |
| 1200 | 2026-08-25T16:33:41.349Z | Create boot environment: No |
| 1201 | 2026-08-25T16:33:41.349Z | Create backup boot environment: No |
| 1202 | 2026-08-25T16:33:41.400Z | Finalize: Updating package state database ... Done |
| 1203 | 2026-08-25T16:33:41.400Z | Finalize: Updating package cache ... Done |
| 1204 | 2026-08-25T16:33:41.455Z | Finalize: Updating image state ... Done |
| 1205 | 2026-08-25T16:33:43.405Z | Finalize: Creating fast lookup database ... Done |
| 1206 | 2026-08-25T16:33:43.465Z | Finalize: Reading search index ... Done |
| 1207 | 2026-08-25T16:33:43.468Z | Finalize: Updating search index ... Done |
| 1208 | 2026-08-25T16:33:43.536Z | Finalize: Updating package cache ... Done |
| 1209 | 2026-08-25T16:33:43.824Z | Planning: Evaluating mediator changes ... Done |
| 1210 | 2026-08-25T16:33:43.929Z | Planning: Checking for conflicting actions ... Done |
| 1211 | 2026-08-25T16:33:43.932Z | Planning: Consolidating action changes ... Done |
| 1212 | 2026-08-25T16:33:44.087Z | Planning: Evaluating mediators ... Done |
| 1213 | 2026-08-25T16:33:44.090Z | Planning: Planning completed in 0.26 seconds |
| 1214 | 2026-08-25T16:33:44.110Z | Mediators to change: 1 |
| 1215 | 2026-08-25T16:33:44.110Z | Create boot environment: No |
| 1216 | 2026-08-25T16:33:44.110Z | Create backup boot environment: No |
| 1217 | 2026-08-25T16:33:44.149Z | Finalize: Updating package state database ... Done |
| 1218 | 2026-08-25T16:33:44.149Z | Finalize: Updating package cache ... Done |
| 1219 | 2026-08-25T16:33:44.201Z | Finalize: Updating image state ... Done |
| 1220 | 2026-08-25T16:33:46.140Z | Finalize: Creating fast lookup database ... Done |
| 1221 | 2026-08-25T16:33:46.202Z | Finalize: Reading search index ... Done |
| 1222 | 2026-08-25T16:33:46.205Z | Finalize: Updating search index ... Done |
| 1223 | 2026-08-25T16:33:46.278Z | Finalize: Updating package cache ... Done |
| 1224 | 2026-08-25T16:33:46.593Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1225 | 2026-08-25T16:33:46.593Z | apache system 2.4 system |
| 1226 | 2026-08-25T16:33:46.593Z | clang system 15 system |
| 1227 | 2026-08-25T16:33:46.593Z | csh system system illumos |
| 1228 | 2026-08-25T16:33:46.593Z | ctags system system illumos |
| 1229 | 2026-08-25T16:33:46.593Z | file vendor vendor darwinsys |
| 1230 | 2026-08-25T16:33:46.593Z | file system system illumos |
| 1231 | 2026-08-25T16:33:46.593Z | gcc vendor 14 vendor |
| 1232 | 2026-08-25T16:33:46.593Z | gcc system 13 system |
| 1233 | 2026-08-25T16:33:46.593Z | gcc system 10 system |
| 1234 | 2026-08-25T16:33:46.593Z | go system 1.25 system |
| 1235 | 2026-08-25T16:33:46.593Z | llvm system 15 system |
| 1236 | 2026-08-25T16:33:46.593Z | mariadb system 11.4 system |
| 1237 | 2026-08-25T16:33:46.593Z | mta vendor vendor dma |
| 1238 | 2026-08-25T16:33:46.593Z | openjdk system 17 system |
| 1239 | 2026-08-25T16:33:46.593Z | openjdk system 11 system |
| 1240 | 2026-08-25T16:33:46.593Z | openssl vendor 3 vendor |
| 1241 | 2026-08-25T16:33:46.593Z | perl system 5.40 system |
| 1242 | 2026-08-25T16:33:46.593Z | postgresql system 18 system |
| 1243 | 2026-08-25T16:33:46.594Z | postgresql system 17 system |
| 1244 | 2026-08-25T16:33:46.594Z | python vendor 3 vendor |
| 1245 | 2026-08-25T16:33:46.594Z | python system 2 system |
| 1246 | 2026-08-25T16:33:46.594Z | python3 vendor 3.13 vendor |
| 1247 | 2026-08-25T16:33:46.594Z | ruby system 3.4 system |
| 1248 | 2026-08-25T16:33:46.594Z | ruby system 3.0 system |
| 1249 | 2026-08-25T16:33:46.594Z | words vendor vendor american-english |
| 1250 | 2026-08-25T16:33:46.594Z | words system system australian-english |
| 1251 | 2026-08-25T16:33:46.594Z | words system system british-english |
| 1252 | 2026-08-25T16:33:46.594Z | words system system canadian-english |
| 1253 | 2026-08-25T16:33:46.594Z | words system system french |
| 1254 | 2026-08-25T16:33:46.594Z | words system system italian |
| 1255 | 2026-08-25T16:33:46.594Z | words system system ngerman |
| 1256 | 2026-08-25T16:33:46.594Z | words system system ogerman |
| 1257 | 2026-08-25T16:33:46.594Z | words system system spanish |
| 1258 | 2026-08-25T16:33:46.850Z | PUBLISHER TYPE STATUS P LOCATION |
| 1259 | 2026-08-25T16:33:46.851Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1260 | 2026-08-25T16:33:47.349Z | FMRI IFO |
| 1261 | 2026-08-25T16:33:47.349Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1262 | 2026-08-25T16:33:47.349Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1263 | 2026-08-25T16:33:47.349Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1264 | 2026-08-25T16:33:47.349Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1265 | 2026-08-25T16:33:47.350Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1266 | 2026-08-25T16:33:47.350Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1267 | 2026-08-25T16:33:47.350Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1268 | 2026-08-25T16:33:47.350Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1269 | 2026-08-25T16:33:47.350Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1270 | 2026-08-25T16:33:47.997Z | Downloading crates ... |
| 1271 | 2026-08-25T16:33:48.049Z | Downloaded cargo_toml v0.21.0 |
| 1272 | 2026-08-25T16:33:48.091Z | Compiling proc-macro2 v1.0.106 |
| 1273 | 2026-08-25T16:33:48.091Z | Compiling quote v1.0.45 |
| 1274 | 2026-08-25T16:33:48.091Z | Compiling unicode-ident v1.0.24 |
| 1275 | 2026-08-25T16:33:48.095Z | Compiling serde_core v1.0.228 |
| 1276 | 2026-08-25T16:33:48.095Z | Compiling libc v0.2.185 |
| 1277 | 2026-08-25T16:33:48.096Z | Compiling version_check v0.9.5 |
| 1278 | 2026-08-25T16:33:48.172Z | Compiling memchr v2.8.0 |
| 1279 | 2026-08-25T16:33:48.176Z | Compiling serde v1.0.228 |
| 1280 | 2026-08-25T16:33:48.176Z | Compiling zmij v1.0.21 |
| 1281 | 2026-08-25T16:33:48.176Z | Compiling ucd-trie v0.1.7 |
| 1282 | 2026-08-25T16:33:48.176Z | Compiling thiserror v1.0.69 |
| 1283 | 2026-08-25T16:33:48.176Z | Compiling itoa v1.0.17 |
| 1284 | 2026-08-25T16:33:48.179Z | Compiling rustix v1.1.4 |
| 1285 | 2026-08-25T16:33:48.182Z | Compiling byteorder v1.5.0 |
| 1286 | 2026-08-25T16:33:48.438Z | Compiling bitflags v2.11.0 |
| 1287 | 2026-08-25T16:33:48.447Z | Compiling serde_json v1.0.151 |
| 1288 | 2026-08-25T16:33:48.552Z | Compiling camino v1.2.5 |
| 1289 | 2026-08-25T16:33:48.676Z | Compiling pest v2.8.6 |
| 1290 | 2026-08-25T16:33:48.706Z | Compiling usdt-impl v0.5.0 |
| 1291 | 2026-08-25T16:33:48.719Z | Compiling proc-macro-error-attr v1.0.4 |
| 1292 | 2026-08-25T16:33:48.758Z | Compiling syn v1.0.109 |
| 1293 | 2026-08-25T16:33:48.776Z | Compiling proc-macro-error v1.0.4 |
| 1294 | 2026-08-25T16:33:48.786Z | Compiling getrandom v0.4.3 |
| 1295 | 2026-08-25T16:33:48.832Z | Compiling utf8parse v0.2.2 |
| 1296 | 2026-08-25T16:33:48.854Z | Compiling hashbrown v0.17.0 |
| 1297 | 2026-08-25T16:33:48.857Z | Compiling log v0.4.33 |
| 1298 | 2026-08-25T16:33:48.937Z | Compiling equivalent v1.0.2 |
| 1299 | 2026-08-25T16:33:48.960Z | Compiling plain v0.2.3 |
| 1300 | 2026-08-25T16:33:48.964Z | Compiling anstyle-parse v1.0.0 |
| 1301 | 2026-08-25T16:33:49.039Z | Compiling colorchoice v1.0.4 |
| 1302 | 2026-08-25T16:33:49.054Z | Compiling pretty-hex v0.4.1 |
| 1303 | 2026-08-25T16:33:49.074Z | Compiling is_terminal_polyfill v1.70.2 |
| 1304 | 2026-08-25T16:33:49.083Z | Compiling anstyle-query v1.1.5 |
| 1305 | 2026-08-25T16:33:49.097Z | Compiling cfg-if v1.0.4 |
| 1306 | 2026-08-25T16:33:49.138Z | Compiling winnow v0.7.14 |
| 1307 | 2026-08-25T16:33:49.164Z | Compiling autocfg v1.5.0 |
| 1308 | 2026-08-25T16:33:49.174Z | Compiling errno v0.3.14 |
| 1309 | 2026-08-25T16:33:49.178Z | Compiling thread-id v4.2.2 |
| 1310 | 2026-08-25T16:33:49.198Z | Compiling thiserror v2.0.18 |
| 1311 | 2026-08-25T16:33:49.202Z | Compiling toml_write v0.1.2 |
| 1312 | 2026-08-25T16:33:49.219Z | Compiling anstyle v1.0.14 |
| 1313 | 2026-08-25T16:33:49.224Z | Compiling clap_lex v1.0.0 |
| 1314 | 2026-08-25T16:33:49.263Z | Compiling anyhow v1.0.104 |
| 1315 | 2026-08-25T16:33:49.275Z | Compiling strsim v0.11.1 |
| 1316 | 2026-08-25T16:33:49.370Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-08-25T16:33:49.427Z | Compiling anstream v1.0.0 |
| 1318 | 2026-08-25T16:33:49.456Z | Compiling once_cell v1.21.3 |
| 1319 | 2026-08-25T16:33:49.468Z | Compiling bytecount v0.6.9 |
| 1320 | 2026-08-25T16:33:49.480Z | Compiling unicode-width v0.1.14 |
| 1321 | 2026-08-25T16:33:49.600Z | Compiling syn v2.0.117 |
| 1322 | 2026-08-25T16:33:49.635Z | Compiling fs-err v3.3.0 |
| 1323 | 2026-08-25T16:33:49.643Z | Compiling heck v0.4.1 |
| 1324 | 2026-08-25T16:33:49.672Z | Compiling fastrand v2.3.0 |
| 1325 | 2026-08-25T16:33:49.744Z | Compiling fnv v1.0.7 |
| 1326 | 2026-08-25T16:33:49.757Z | Compiling pest_meta v2.8.6 |
| 1327 | 2026-08-25T16:33:49.783Z | Compiling heck v0.5.0 |
| 1328 | 2026-08-25T16:33:49.802Z | Compiling papergrid v0.11.0 |
| 1329 | 2026-08-25T16:33:49.898Z | Compiling memmap v0.7.0 |
| 1330 | 2026-08-25T16:33:49.969Z | Compiling smawk v0.3.2 |
| 1331 | 2026-08-25T16:33:49.980Z | Compiling unicode-width v0.2.0 |
| 1332 | 2026-08-25T16:33:49.995Z | Compiling unicode-linebreak v0.1.5 |
| 1333 | 2026-08-25T16:33:50.056Z | Compiling swrite v0.1.0 |
| 1334 | 2026-08-25T16:33:50.230Z | Compiling terminal_size v0.4.3 |
| 1335 | 2026-08-25T16:33:50.230Z | Compiling tempfile v3.27.0 |
| 1336 | 2026-08-25T16:33:50.333Z | Compiling clap_builder v4.6.0 |
| 1337 | 2026-08-25T16:33:50.333Z | Compiling textwrap v0.16.2 |
| 1338 | 2026-08-25T16:33:50.566Z | Compiling cargo-platform v0.3.2 |
| 1339 | 2026-08-25T16:33:50.615Z | Compiling semver v1.0.28 |
| 1340 | 2026-08-25T16:33:50.821Z | Compiling camino-tempfile v1.4.1 |
| 1341 | 2026-08-25T16:33:51.074Z | Compiling tabled_derive v0.7.0 |
| 1342 | 2026-08-25T16:33:51.736Z | Compiling tabled v0.15.0 |
| 1343 | 2026-08-25T16:33:51.754Z | Compiling pest_generator v2.8.6 |
| 1344 | 2026-08-25T16:33:52.254Z | Compiling serde_derive v1.0.228 |
| 1345 | 2026-08-25T16:33:52.254Z | Compiling thiserror-impl v1.0.69 |
| 1346 | 2026-08-25T16:33:52.258Z | Compiling zerocopy-derive v0.7.35 |
| 1347 | 2026-08-25T16:33:52.258Z | Compiling scroll_derive v0.12.1 |
| 1348 | 2026-08-25T16:33:52.258Z | Compiling thiserror-impl v2.0.18 |
| 1349 | 2026-08-25T16:33:52.258Z | Compiling clap_derive v4.6.1 |
| 1350 | 2026-08-25T16:33:52.298Z | Compiling pest_derive v2.8.6 |
| 1351 | 2026-08-25T16:33:52.859Z | Compiling scroll v0.12.0 |
| 1352 | 2026-08-25T16:33:52.945Z | Compiling zerocopy v0.7.35 |
| 1353 | 2026-08-25T16:33:53.062Z | Compiling goblin v0.8.2 |
| 1354 | 2026-08-25T16:33:53.281Z | Compiling dtrace-parser v0.2.0 |
| 1355 | 2026-08-25T16:33:53.670Z | Compiling clap v4.6.1 |
| 1356 | 2026-08-25T16:33:54.680Z | Compiling dof v0.3.0 |
| 1357 | 2026-08-25T16:33:54.680Z | Compiling serde_tokenstream v0.2.3 |
| 1358 | 2026-08-25T16:33:54.729Z | Compiling serde_spanned v0.6.9 |
| 1359 | 2026-08-25T16:33:54.730Z | Compiling toml_datetime v0.6.11 |
| 1360 | 2026-08-25T16:33:54.730Z | Compiling macaddr v1.0.1 |
| 1361 | 2026-08-25T16:33:54.730Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1362 | 2026-08-25T16:33:54.730Z | Compiling cargo_metadata v0.23.1 |
| 1363 | 2026-08-25T16:33:54.826Z | Compiling toml_edit v0.22.27 |
| 1364 | 2026-08-25T16:33:55.307Z | Compiling usdt-attr-macro v0.5.0 |
| 1365 | 2026-08-25T16:33:55.307Z | Compiling usdt-macro v0.5.0 |
| 1366 | 2026-08-25T16:33:55.933Z | Compiling usdt v0.5.0 |
| 1367 | 2026-08-25T16:33:56.070Z | Compiling toml v0.8.23 |
| 1368 | 2026-08-25T16:33:56.387Z | Compiling cargo_toml v0.21.0 |
| 1369 | 2026-08-25T16:33:57.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1370 | 2026-08-25T16:33:59.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s |
| 1371 | 2026-08-25T16:33:59.866Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1372 | 2026-08-25T16:34:00.584Z | Compiling serde_core v1.0.228 |
| 1373 | 2026-08-25T16:34:00.584Z | Compiling libc v0.2.185 |
| 1374 | 2026-08-25T16:34:00.584Z | Compiling serde v1.0.228 |
| 1375 | 2026-08-25T16:34:00.621Z | Compiling log v0.4.33 |
| 1376 | 2026-08-25T16:34:00.621Z | Compiling smallvec v1.15.1 |
| 1377 | 2026-08-25T16:34:00.621Z | Compiling subtle v2.6.1 |
| 1378 | 2026-08-25T16:34:00.621Z | Compiling find-msvc-tools v0.1.9 |
| 1379 | 2026-08-25T16:34:00.621Z | Compiling shlex v1.3.0 |
| 1380 | 2026-08-25T16:34:00.732Z | Compiling typenum v1.20.1 |
| 1381 | 2026-08-25T16:34:00.806Z | Compiling scopeguard v1.2.0 |
| 1382 | 2026-08-25T16:34:00.831Z | Compiling stable_deref_trait v1.2.1 |
| 1383 | 2026-08-25T16:34:00.831Z | Compiling portable-atomic v1.13.1 |
| 1384 | 2026-08-25T16:34:00.831Z | Compiling getrandom v0.4.3 |
| 1385 | 2026-08-25T16:34:00.831Z | Compiling serde_json v1.0.151 |
| 1386 | 2026-08-25T16:34:00.841Z | Compiling syn v2.0.117 |
| 1387 | 2026-08-25T16:34:00.841Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-08-25T16:34:00.951Z | Compiling lock_api v0.4.14 |
| 1389 | 2026-08-25T16:34:00.963Z | Compiling zerocopy v0.8.55 |
| 1390 | 2026-08-25T16:34:00.963Z | Compiling critical-section v1.2.0 |
| 1391 | 2026-08-25T16:34:00.963Z | Compiling libm v0.2.16 |
| 1392 | 2026-08-25T16:34:00.963Z | Compiling num-traits v0.2.19 |
| 1393 | 2026-08-25T16:34:00.963Z | Compiling pkg-config v0.3.32 |
| 1394 | 2026-08-25T16:34:01.040Z | Compiling pin-project-lite v0.2.17 |
| 1395 | 2026-08-25T16:34:01.073Z | Compiling parking_lot_core v0.9.12 |
| 1396 | 2026-08-25T16:34:01.079Z | Compiling percent-encoding v2.3.2 |
| 1397 | 2026-08-25T16:34:01.098Z | Compiling litemap v0.8.1 |
| 1398 | 2026-08-25T16:34:01.157Z | Compiling writeable v0.6.2 |
| 1399 | 2026-08-25T16:34:01.168Z | Compiling futures-core v0.3.32 |
| 1400 | 2026-08-25T16:34:01.173Z | Compiling icu_normalizer_data v2.1.1 |
| 1401 | 2026-08-25T16:34:01.261Z | Compiling icu_properties_data v2.1.2 |
| 1402 | 2026-08-25T16:34:01.291Z | Compiling generic-array v0.14.7 |
| 1403 | 2026-08-25T16:34:01.353Z | Compiling const-oid v0.9.6 |
| 1404 | 2026-08-25T16:34:01.365Z | Compiling rustix v1.1.4 |
| 1405 | 2026-08-25T16:34:01.380Z | Compiling futures-sink v0.3.32 |
| 1406 | 2026-08-25T16:34:01.454Z | Compiling futures-task v0.3.32 |
| 1407 | 2026-08-25T16:34:01.468Z | Compiling futures-io v0.3.32 |
| 1408 | 2026-08-25T16:34:01.506Z | Compiling futures-channel v0.3.32 |
| 1409 | 2026-08-25T16:34:01.514Z | Compiling utf8_iter v1.0.4 |
| 1410 | 2026-08-25T16:34:01.548Z | Compiling slab v0.4.12 |
| 1411 | 2026-08-25T16:34:01.561Z | Compiling form_urlencoded v1.2.2 |
| 1412 | 2026-08-25T16:34:01.565Z | Compiling cmov v0.5.4 |
| 1413 | 2026-08-25T16:34:01.590Z | Compiling getrandom v0.3.4 |
| 1414 | 2026-08-25T16:34:01.593Z | Compiling rustversion v1.0.22 |
| 1415 | 2026-08-25T16:34:01.620Z | Compiling iana-time-zone v0.1.65 |
| 1416 | 2026-08-25T16:34:01.638Z | Compiling errno v0.3.14 |
| 1417 | 2026-08-25T16:34:01.701Z | Compiling jobserver v0.1.34 |
| 1418 | 2026-08-25T16:34:01.750Z | Compiling getrandom v0.2.17 |
| 1419 | 2026-08-25T16:34:01.765Z | Compiling signal-hook-registry v1.4.8 |
| 1420 | 2026-08-25T16:34:01.769Z | Compiling mio v1.2.0 |
| 1421 | 2026-08-25T16:34:01.809Z | Compiling once_cell v1.21.3 |
| 1422 | 2026-08-25T16:34:01.823Z | Compiling socket2 v0.6.3 |
| 1423 | 2026-08-25T16:34:01.880Z | Compiling ctutils v0.4.2 |
| 1424 | 2026-08-25T16:34:01.965Z | Compiling cc v1.2.56 |
| 1425 | 2026-08-25T16:34:01.980Z | Compiling rand_core v0.6.4 |
| 1426 | 2026-08-25T16:34:02.011Z | Compiling parking_lot v0.12.5 |
| 1427 | 2026-08-25T16:34:02.101Z | Compiling base64ct v1.8.3 |
| 1428 | 2026-08-25T16:34:02.129Z | Compiling dunce v1.0.5 |
| 1429 | 2026-08-25T16:34:02.133Z | Compiling ident_case v1.0.1 |
| 1430 | 2026-08-25T16:34:02.160Z | Compiling regex-syntax v0.8.10 |
| 1431 | 2026-08-25T16:34:02.164Z | Compiling fs_extra v1.3.0 |
| 1432 | 2026-08-25T16:34:02.241Z | Compiling flagset v0.4.7 |
| 1433 | 2026-08-25T16:34:02.256Z | Compiling base64 v0.22.1 |
| 1434 | 2026-08-25T16:34:02.287Z | Compiling vcpkg v0.2.15 |
| 1435 | 2026-08-25T16:34:02.292Z | Compiling syn v1.0.109 |
| 1436 | 2026-08-25T16:34:02.292Z | Compiling tracing-core v0.1.36 |
| 1437 | 2026-08-25T16:34:02.386Z | Compiling pem-rfc7468 v0.7.0 |
| 1438 | 2026-08-25T16:34:02.404Z | Compiling schemars v0.8.22 |
| 1439 | 2026-08-25T16:34:02.408Z | Compiling aws-lc-rs v1.16.3 |
| 1440 | 2026-08-25T16:34:02.440Z | Compiling simd-adler32 v0.3.8 |
| 1441 | 2026-08-25T16:34:02.454Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-08-25T16:34:02.558Z | Compiling rand_core v0.9.5 |
| 1443 | 2026-08-25T16:34:02.666Z | Compiling spin v0.9.8 |
| 1444 | 2026-08-25T16:34:02.666Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-08-25T16:34:02.693Z | Compiling openssl-probe v0.2.1 |
| 1446 | 2026-08-25T16:34:02.698Z | Compiling httparse v1.10.1 |
| 1447 | 2026-08-25T16:34:02.711Z | Compiling cmake v0.1.57 |
| 1448 | 2026-08-25T16:34:02.722Z | Compiling crc32fast v1.5.0 |
| 1449 | 2026-08-25T16:34:02.737Z | Compiling adler2 v2.0.1 |
| 1450 | 2026-08-25T16:34:02.752Z | Compiling tinyvec v1.10.0 |
| 1451 | 2026-08-25T16:34:02.759Z | Compiling aho-corasick v1.1.4 |
| 1452 | 2026-08-25T16:34:02.816Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-08-25T16:34:02.848Z | Compiling miniz_oxide v0.8.9 |
| 1454 | 2026-08-25T16:34:02.863Z | Compiling bitflags v2.11.0 |
| 1455 | 2026-08-25T16:34:02.894Z | Compiling semver v1.0.28 |
| 1456 | 2026-08-25T16:34:02.961Z | Compiling indexmap v2.14.0 |
| 1457 | 2026-08-25T16:34:03.005Z | Compiling uuid v1.23.4 |
| 1458 | 2026-08-25T16:34:03.100Z | Compiling untrusted v0.7.1 |
| 1459 | 2026-08-25T16:34:03.114Z | Compiling rustc_version v0.4.1 |
| 1460 | 2026-08-25T16:34:03.114Z | Compiling tower-layer v0.3.3 |
| 1461 | 2026-08-25T16:34:03.142Z | Compiling tower-service v0.3.3 |
| 1462 | 2026-08-25T16:34:03.146Z | Compiling try-lock v0.2.5 |
| 1463 | 2026-08-25T16:34:03.238Z | Compiling radium v0.7.0 |
| 1464 | 2026-08-25T16:34:03.261Z | Compiling want v0.3.1 |
| 1465 | 2026-08-25T16:34:03.343Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-08-25T16:34:03.402Z | Compiling maybe-uninit v2.0.0 |
| 1467 | 2026-08-25T16:34:03.451Z | Compiling untrusted v0.9.0 |
| 1468 | 2026-08-25T16:34:03.478Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-08-25T16:34:03.502Z | Compiling const-oid v0.10.2 |
| 1470 | 2026-08-25T16:34:03.518Z | Compiling openssl v0.10.80 |
| 1471 | 2026-08-25T16:34:03.547Z | Compiling aws-lc-sys v0.40.0 |
| 1472 | 2026-08-25T16:34:03.611Z | Compiling openssl-sys v0.9.117 |
| 1473 | 2026-08-25T16:34:03.611Z | Compiling tap v1.0.1 |
| 1474 | 2026-08-25T16:34:03.690Z | Compiling regex-automata v0.4.14 |
| 1475 | 2026-08-25T16:34:03.730Z | Compiling cpufeatures v0.2.17 |
| 1476 | 2026-08-25T16:34:03.730Z | Compiling synstructure v0.13.2 |
| 1477 | 2026-08-25T16:34:03.730Z | Compiling serde_derive_internals v0.29.1 |
| 1478 | 2026-08-25T16:34:03.762Z | Compiling pest_generator v2.8.6 |
| 1479 | 2026-08-25T16:34:03.762Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-08-25T16:34:03.762Z | Compiling rustls v0.23.41 |
| 1481 | 2026-08-25T16:34:03.809Z | Compiling wyz v0.5.1 |
| 1482 | 2026-08-25T16:34:03.965Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-08-25T16:34:04.023Z | Compiling tempfile v3.27.0 |
| 1484 | 2026-08-25T16:34:04.054Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1485 | 2026-08-25T16:34:04.067Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1486 | 2026-08-25T16:34:04.130Z | Compiling foreign-types v0.3.2 |
| 1487 | 2026-08-25T16:34:04.225Z | Compiling unicode-normalization v0.1.25 |
| 1488 | 2026-08-25T16:34:04.253Z | Compiling num-integer v0.1.46 |
| 1489 | 2026-08-25T16:34:04.350Z | Compiling socket2 v0.5.10 |
| 1490 | 2026-08-25T16:34:04.361Z | Compiling wait-timeout v0.2.1 |
| 1491 | 2026-08-25T16:34:04.415Z | Compiling ahash v0.8.12 |
| 1492 | 2026-08-25T16:34:04.486Z | Compiling num-bigint-dig v0.8.6 |
| 1493 | 2026-08-25T16:34:04.513Z | Compiling time-core v0.1.8 |
| 1494 | 2026-08-25T16:34:04.522Z | Compiling powerfmt v0.2.0 |
| 1495 | 2026-08-25T16:34:04.534Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-08-25T16:34:04.618Z | Compiling packed_struct v0.10.1 |
| 1497 | 2026-08-25T16:34:04.639Z | Compiling funty v2.0.0 |
| 1498 | 2026-08-25T16:34:04.705Z | Compiling cpufeatures v0.3.0 |
| 1499 | 2026-08-25T16:34:04.705Z | Compiling num-conv v0.2.0 |
| 1500 | 2026-08-25T16:34:04.771Z | Compiling bit-vec v0.8.0 |
| 1501 | 2026-08-25T16:34:04.771Z | Compiling native-tls v0.2.18 |
| 1502 | 2026-08-25T16:34:04.771Z | Compiling deranged v0.5.8 |
| 1503 | 2026-08-25T16:34:04.795Z | Compiling rusty-fork v0.3.1 |
| 1504 | 2026-08-25T16:34:04.795Z | Compiling clap_builder v4.6.0 |
| 1505 | 2026-08-25T16:34:04.832Z | Compiling num-iter v0.1.45 |
| 1506 | 2026-08-25T16:34:04.832Z | Compiling time-macros v0.2.27 |
| 1507 | 2026-08-25T16:34:04.868Z | Compiling bit-set v0.8.0 |
| 1508 | 2026-08-25T16:34:04.958Z | Compiling lazy_static v1.5.0 |
| 1509 | 2026-08-25T16:34:04.975Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-08-25T16:34:05.041Z | Compiling bitvec v1.0.1 |
| 1511 | 2026-08-25T16:34:05.067Z | Compiling sync_wrapper v1.0.2 |
| 1512 | 2026-08-25T16:34:05.067Z | Compiling indexmap v1.9.3 |
| 1513 | 2026-08-25T16:34:05.092Z | Compiling zlib-rs v0.6.2 |
| 1514 | 2026-08-25T16:34:05.127Z | Compiling unicode-segmentation v1.12.0 |
| 1515 | 2026-08-25T16:34:05.151Z | Compiling paste v1.0.15 |
| 1516 | 2026-08-25T16:34:05.255Z | Compiling siphasher v1.0.2 |
| 1517 | 2026-08-25T16:34:05.272Z | Compiling usdt-impl v0.6.0 |
| 1518 | 2026-08-25T16:34:05.421Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-08-25T16:34:05.436Z | Compiling serde_derive v1.0.228 |
| 1520 | 2026-08-25T16:34:05.457Z | Compiling zeroize_derive v1.5.0 |
| 1521 | 2026-08-25T16:34:05.485Z | Compiling zerofrom-derive v0.1.6 |
| 1522 | 2026-08-25T16:34:05.522Z | Compiling yoke-derive v0.8.1 |
| 1523 | 2026-08-25T16:34:05.534Z | Compiling zerocopy-derive v0.8.55 |
| 1524 | 2026-08-25T16:34:05.700Z | Compiling zerovec-derive v0.11.2 |
| 1525 | 2026-08-25T16:34:05.806Z | Compiling displaydoc v0.2.5 |
| 1526 | 2026-08-25T16:34:05.887Z | Compiling tokio-macros v2.7.0 |
| 1527 | 2026-08-25T16:34:06.069Z | Compiling futures-macro v0.3.32 |
| 1528 | 2026-08-25T16:34:06.123Z | Compiling der_derive v0.7.3 |
| 1529 | 2026-08-25T16:34:06.490Z | Compiling thiserror-impl v2.0.18 |
| 1530 | 2026-08-25T16:34:06.624Z | Compiling tracing-attributes v0.1.31 |
| 1531 | 2026-08-25T16:34:06.628Z | Compiling schemars_derive v0.8.22 |
| 1532 | 2026-08-25T16:34:06.722Z | Compiling pest_derive v2.8.6 |
| 1533 | 2026-08-25T16:34:06.766Z | Compiling scroll_derive v0.13.1 |
| 1534 | 2026-08-25T16:34:06.881Z | Compiling darling_macro v0.20.11 |
| 1535 | 2026-08-25T16:34:06.916Z | Compiling futures-util v0.3.32 |
| 1536 | 2026-08-25T16:34:06.940Z | Compiling zerofrom v0.1.6 |
| 1537 | 2026-08-25T16:34:07.088Z | Compiling yoke v0.8.1 |
| 1538 | 2026-08-25T16:34:07.183Z | Compiling openssl-macros v0.1.1 |
| 1539 | 2026-08-25T16:34:07.212Z | Compiling thiserror-impl v1.0.69 |
| 1540 | 2026-08-25T16:34:07.289Z | Compiling zerovec v0.11.5 |
| 1541 | 2026-08-25T16:34:07.415Z | Compiling zerotrie v0.2.3 |
| 1542 | 2026-08-25T16:34:07.625Z | Compiling scroll v0.13.0 |
| 1543 | 2026-08-25T16:34:07.736Z | Compiling darling v0.20.11 |
| 1544 | 2026-08-25T16:34:07.752Z | Compiling packed_struct_codegen v0.10.1 |
| 1545 | 2026-08-25T16:34:07.838Z | Compiling tinystr v0.8.2 |
| 1546 | 2026-08-25T16:34:07.854Z | Compiling potential_utf v0.1.4 |
| 1547 | 2026-08-25T16:34:07.868Z | Compiling goblin v0.10.5 |
| 1548 | 2026-08-25T16:34:07.905Z | Compiling thiserror v2.0.18 |
| 1549 | 2026-08-25T16:34:07.921Z | Compiling zerocopy-derive v0.6.6 |
| 1550 | 2026-08-25T16:34:07.954Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-25T16:34:07.993Z | Compiling icu_collections v2.1.1 |
| 1552 | 2026-08-25T16:34:08.032Z | Compiling icu_locale_core v2.1.1 |
| 1553 | 2026-08-25T16:34:08.046Z | Compiling tracing v0.1.44 |
| 1554 | 2026-08-25T16:34:08.067Z | Compiling bitfield-macros v0.19.4 |
| 1555 | 2026-08-25T16:34:08.349Z | Compiling unarray v0.1.4 |
| 1556 | 2026-08-25T16:34:08.370Z | Compiling crossbeam-utils v0.8.21 |
| 1557 | 2026-08-25T16:34:08.477Z | Compiling nodrop v0.1.14 |
| 1558 | 2026-08-25T16:34:08.512Z | Compiling object v0.37.3 |
| 1559 | 2026-08-25T16:34:08.526Z | Compiling thiserror v1.0.69 |
| 1560 | 2026-08-25T16:34:08.590Z | Compiling crc-catalog v2.4.0 |
| 1561 | 2026-08-25T16:34:08.654Z | Compiling array-init v0.0.4 |
| 1562 | 2026-08-25T16:34:08.698Z | Compiling icu_provider v2.1.1 |
| 1563 | 2026-08-25T16:34:08.754Z | Compiling crc v3.4.0 |
| 1564 | 2026-08-25T16:34:08.817Z | Compiling zerocopy v0.6.6 |
| 1565 | 2026-08-25T16:34:08.857Z | Compiling bitfield v0.19.4 |
| 1566 | 2026-08-25T16:34:08.871Z | Compiling dtrace-parser v0.3.0 |
| 1567 | 2026-08-25T16:34:08.906Z | Compiling flate2 v1.1.9 |
| 1568 | 2026-08-25T16:34:08.969Z | Compiling zeroize v1.9.0 |
| 1569 | 2026-08-25T16:34:08.987Z | Compiling bytes v1.11.1 |
| 1570 | 2026-08-25T16:34:09.012Z | Compiling icu_properties v2.1.2 |
| 1571 | 2026-08-25T16:34:09.025Z | Compiling icu_normalizer v2.1.1 |
| 1572 | 2026-08-25T16:34:09.038Z | Compiling chrono v0.4.45 |
| 1573 | 2026-08-25T16:34:09.189Z | Compiling hybrid-array v0.4.13 |
| 1574 | 2026-08-25T16:34:09.206Z | Compiling der v0.7.10 |
| 1575 | 2026-08-25T16:34:09.330Z | Compiling rustls-pki-types v1.14.0 |
| 1576 | 2026-08-25T16:34:09.354Z | Compiling ipnet v2.12.0 |
| 1577 | 2026-08-25T16:34:09.598Z | Compiling tokio v1.52.1 |
| 1578 | 2026-08-25T16:34:09.627Z | Compiling http v1.4.2 |
| 1579 | 2026-08-25T16:34:09.642Z | Compiling hex v0.4.3 |
| 1580 | 2026-08-25T16:34:09.768Z | Compiling block-buffer v0.10.4 |
| 1581 | 2026-08-25T16:34:09.806Z | Compiling crypto-common v0.1.7 |
| 1582 | 2026-08-25T16:34:09.821Z | Compiling serde_spanned v0.6.9 |
| 1583 | 2026-08-25T16:34:09.877Z | Compiling idna_adapter v1.2.1 |
| 1584 | 2026-08-25T16:34:09.934Z | Compiling digest v0.10.7 |
| 1585 | 2026-08-25T16:34:09.958Z | Compiling crypto-common v0.2.2 |
| 1586 | 2026-08-25T16:34:09.978Z | Compiling block-buffer v0.12.1 |
| 1587 | 2026-08-25T16:34:09.993Z | Compiling idna v1.1.0 |
| 1588 | 2026-08-25T16:34:09.993Z | Compiling block-padding v0.4.2 |
| 1589 | 2026-08-25T16:34:10.034Z | Compiling spki v0.7.3 |
| 1590 | 2026-08-25T16:34:10.141Z | Compiling ppv-lite86 v0.2.21 |
| 1591 | 2026-08-25T16:34:10.187Z | Compiling signature v2.2.0 |
| 1592 | 2026-08-25T16:34:10.202Z | Compiling pkcs8 v0.10.2 |
| 1593 | 2026-08-25T16:34:10.217Z | Compiling inout v0.2.2 |
| 1594 | 2026-08-25T16:34:10.307Z | Compiling sha2 v0.10.9 |
| 1595 | 2026-08-25T16:34:10.328Z | Compiling url v2.5.8 |
| 1596 | 2026-08-25T16:34:10.395Z | Compiling http-body v1.0.1 |
| 1597 | 2026-08-25T16:34:10.419Z | Compiling toml_datetime v0.6.11 |
| 1598 | 2026-08-25T16:34:10.436Z | Compiling pkcs1 v0.7.5 |
| 1599 | 2026-08-25T16:34:10.450Z | Compiling rand_chacha v0.9.0 |
| 1600 | 2026-08-25T16:34:10.494Z | Compiling rand_chacha v0.3.1 |
| 1601 | 2026-08-25T16:34:10.568Z | Compiling http-body-util v0.1.3 |
| 1602 | 2026-08-25T16:34:10.703Z | Compiling rand v0.9.2 |
| 1603 | 2026-08-25T16:34:10.704Z | Compiling digest v0.11.3 |
| 1604 | 2026-08-25T16:34:10.733Z | Compiling rand v0.8.6 |
| 1605 | 2026-08-25T16:34:10.761Z | Compiling cipher v0.5.2 |
| 1606 | 2026-08-25T16:34:10.862Z | Compiling dof v0.4.0 |
| 1607 | 2026-08-25T16:34:10.921Z | Compiling clap v4.6.1 |
| 1608 | 2026-08-25T16:34:11.018Z | Compiling derive_builder_core v0.20.2 |
| 1609 | 2026-08-25T16:34:11.099Z | Compiling chacha20 v0.10.0 |
| 1610 | 2026-08-25T16:34:11.159Z | Compiling time v0.3.47 |
| 1611 | 2026-08-25T16:34:11.348Z | Compiling proptest v1.11.0 |
| 1612 | 2026-08-25T16:34:11.569Z | Compiling scroll_derive v0.12.1 |
| 1613 | 2026-08-25T16:34:11.587Z | Compiling structmeta-derive v0.3.0 |
| 1614 | 2026-08-25T16:34:11.672Z | Compiling smallvec v0.6.14 |
| 1615 | 2026-08-25T16:34:11.689Z | Compiling darling_core v0.23.0 |
| 1616 | 2026-08-25T16:34:11.835Z | Compiling ipnetwork v0.21.1 |
| 1617 | 2026-08-25T16:34:11.907Z | Compiling heapless v0.7.17 |
| 1618 | 2026-08-25T16:34:11.977Z | Compiling slog v2.8.2 |
| 1619 | 2026-08-25T16:34:12.136Z | Compiling thread-id v5.1.0 |
| 1620 | 2026-08-25T16:34:12.175Z | Compiling env_filter v2.0.0 |
| 1621 | 2026-08-25T16:34:12.195Z | Compiling syn v3.0.3 |
| 1622 | 2026-08-25T16:34:12.210Z | Compiling cookie v0.18.1 |
| 1623 | 2026-08-25T16:34:12.242Z | Compiling signal-hook v0.3.18 |
| 1624 | 2026-08-25T16:34:12.265Z | Compiling allocator-api2 v0.2.21 |
| 1625 | 2026-08-25T16:34:12.280Z | Compiling base64 v0.21.7 |
| 1626 | 2026-08-25T16:34:12.283Z | Compiling iri-string v0.7.10 |
| 1627 | 2026-08-25T16:34:12.308Z | Compiling hashbrown v0.12.3 |
| 1628 | 2026-08-25T16:34:12.360Z | Compiling anyhow v1.0.104 |
| 1629 | 2026-08-25T16:34:12.425Z | Compiling gimli v0.32.3 |
| 1630 | 2026-08-25T16:34:12.444Z | Compiling zstd-safe v7.2.4 |
| 1631 | 2026-08-25T16:34:12.506Z | Compiling unicode-properties v0.1.4 |
| 1632 | 2026-08-25T16:34:12.629Z | Compiling winnow v0.5.40 |
| 1633 | 2026-08-25T16:34:12.648Z | Compiling unicode-bidi v0.3.18 |
| 1634 | 2026-08-25T16:34:12.669Z | Compiling ryu v1.0.23 |
| 1635 | 2026-08-25T16:34:12.743Z | Compiling structmeta v0.3.0 |
| 1636 | 2026-08-25T16:34:12.840Z | Compiling serde_urlencoded v0.7.1 |
| 1637 | 2026-08-25T16:34:12.859Z | Compiling ron v0.8.1 |
| 1638 | 2026-08-25T16:34:12.871Z | Compiling rsa v0.9.10 |
| 1639 | 2026-08-25T16:34:12.989Z | Compiling stringprep v0.1.5 |
| 1640 | 2026-08-25T16:34:13.075Z | Compiling env_logger v0.11.11 |
| 1641 | 2026-08-25T16:34:13.106Z | Compiling scroll v0.12.0 |
| 1642 | 2026-08-25T16:34:13.284Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1643 | 2026-08-25T16:34:13.472Z | Compiling oxnet v0.1.6 |
| 1644 | 2026-08-25T16:34:13.502Z | Compiling derive_builder_macro v0.20.2 |
| 1645 | 2026-08-25T16:34:13.560Z | Compiling serde-hex v0.1.0 |
| 1646 | 2026-08-25T16:34:13.879Z | Compiling tokio-util v0.7.18 |
| 1647 | 2026-08-25T16:34:13.933Z | Compiling tower v0.5.3 |
| 1648 | 2026-08-25T16:34:13.954Z | Compiling newtype-uuid v1.3.2 |
| 1649 | 2026-08-25T16:34:13.954Z | Compiling tokio-native-tls v0.3.1 |
| 1650 | 2026-08-25T16:34:13.992Z | Compiling toml_edit v0.19.15 |
| 1651 | 2026-08-25T16:34:14.142Z | Compiling camino v1.2.5 |
| 1652 | 2026-08-25T16:34:14.177Z | Compiling rand v0.10.1 |
| 1653 | 2026-08-25T16:34:14.259Z | Compiling addr2line v0.25.1 |
| 1654 | 2026-08-25T16:34:14.454Z | Compiling darling_macro v0.23.0 |
| 1655 | 2026-08-25T16:34:14.454Z | Compiling tower-http v0.6.8 |
| 1656 | 2026-08-25T16:34:14.541Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-08-25T16:34:14.678Z | Compiling h2 v0.4.15 |
| 1658 | 2026-08-25T16:34:14.785Z | Compiling md-5 v0.11.0 |
| 1659 | 2026-08-25T16:34:14.855Z | Compiling hmac v0.13.0 |
| 1660 | 2026-08-25T16:34:14.888Z | Compiling sha2 v0.11.0 |
| 1661 | 2026-08-25T16:34:14.962Z | Compiling hashbrown v0.13.2 |
| 1662 | 2026-08-25T16:34:15.018Z | Compiling x509-cert v0.2.5 |
| 1663 | 2026-08-25T16:34:15.046Z | Compiling rustls-native-certs v0.8.3 |
| 1664 | 2026-08-25T16:34:15.061Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1665 | 2026-08-25T16:34:15.109Z | Compiling erased-serde v0.3.31 |
| 1666 | 2026-08-25T16:34:15.268Z | Compiling serde_tokenstream v0.2.3 |
| 1667 | 2026-08-25T16:34:15.511Z | Compiling bstr v1.12.1 |
| 1668 | 2026-08-25T16:34:15.616Z | Compiling pin-project-internal v1.1.11 |
| 1669 | 2026-08-25T16:34:15.648Z | Compiling async-trait v0.1.89 |
| 1670 | 2026-08-25T16:34:15.661Z | Compiling zerocopy-derive v0.7.35 |
| 1671 | 2026-08-25T16:34:15.812Z | Compiling daft-derive v0.1.8 |
| 1672 | 2026-08-25T16:34:15.905Z | Compiling curve25519-dalek v4.1.3 |
| 1673 | 2026-08-25T16:34:16.046Z | Compiling vergen-lib v9.1.0 |
| 1674 | 2026-08-25T16:34:16.194Z | Compiling hash32 v0.2.1 |
| 1675 | 2026-08-25T16:34:16.258Z | Compiling memoffset v0.9.1 |
| 1676 | 2026-08-25T16:34:16.312Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-08-25T16:34:16.441Z | Compiling owo-colors v4.3.0 |
| 1678 | 2026-08-25T16:34:16.495Z | Compiling fallible-iterator v0.2.0 |
| 1679 | 2026-08-25T16:34:16.603Z | Compiling cfg_aliases v0.2.1 |
| 1680 | 2026-08-25T16:34:16.677Z | Compiling crc-any v2.5.0 |
| 1681 | 2026-08-25T16:34:16.692Z | Compiling ref-cast v1.0.25 |
| 1682 | 2026-08-25T16:34:16.722Z | Compiling psl-types v2.0.11 |
| 1683 | 2026-08-25T16:34:16.726Z | Compiling litrs v1.0.0 |
| 1684 | 2026-08-25T16:34:16.738Z | Compiling rustc-demangle v0.1.27 |
| 1685 | 2026-08-25T16:34:16.767Z | Compiling mime v0.3.17 |
| 1686 | 2026-08-25T16:34:16.790Z | Compiling rustix v0.38.44 |
| 1687 | 2026-08-25T16:34:16.806Z | Compiling smoltcp v0.9.1 |
| 1688 | 2026-08-25T16:34:16.840Z | Compiling publicsuffix v2.3.0 |
| 1689 | 2026-08-25T16:34:16.864Z | Compiling pin-project v1.1.11 |
| 1690 | 2026-08-25T16:34:16.879Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1691 | 2026-08-25T16:34:16.991Z | Compiling postgres-protocol v0.6.12 |
| 1692 | 2026-08-25T16:34:17.051Z | Compiling nix v0.31.2 |
| 1693 | 2026-08-25T16:34:17.073Z | Compiling zerocopy v0.7.35 |
| 1694 | 2026-08-25T16:34:17.094Z | Compiling daft v0.1.8 |
| 1695 | 2026-08-25T16:34:17.274Z | Compiling document-features v0.2.12 |
| 1696 | 2026-08-25T16:34:17.286Z | Compiling object v0.30.4 |
| 1697 | 2026-08-25T16:34:17.303Z | Compiling toml v0.7.8 |
| 1698 | 2026-08-25T16:34:17.417Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1699 | 2026-08-25T16:34:17.468Z | Compiling darling v0.23.0 |
| 1700 | 2026-08-25T16:34:17.564Z | Compiling zip v0.6.6 |
| 1701 | 2026-08-25T16:34:17.579Z | Compiling derive_builder v0.20.2 |
| 1702 | 2026-08-25T16:34:17.687Z | Compiling goblin v0.8.2 |
| 1703 | 2026-08-25T16:34:17.723Z | Compiling derive-ex v0.1.8 |
| 1704 | 2026-08-25T16:34:17.900Z | Compiling hyper v1.10.1 |
| 1705 | 2026-08-25T16:34:17.915Z | Compiling hmac v0.12.1 |
| 1706 | 2026-08-25T16:34:17.944Z | Compiling futures-executor v0.3.32 |
| 1707 | 2026-08-25T16:34:18.070Z | Compiling backtrace v0.3.76 |
| 1708 | 2026-08-25T16:34:18.115Z | Compiling hubpack_derive v0.1.1 |
| 1709 | 2026-08-25T16:34:18.132Z | Compiling regex v1.12.3 |
| 1710 | 2026-08-25T16:34:18.183Z | Compiling ref-cast-impl v1.0.25 |
| 1711 | 2026-08-25T16:34:18.230Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1712 | 2026-08-25T16:34:18.287Z | Compiling snafu-derive v0.8.9 |
| 1713 | 2026-08-25T16:34:18.298Z | Compiling strum_macros v0.27.2 |
| 1714 | 2026-08-25T16:34:18.322Z | Compiling convert_case v0.10.0 |
| 1715 | 2026-08-25T16:34:18.584Z | Compiling phf_shared v0.13.1 |
| 1716 | 2026-08-25T16:34:18.611Z | Compiling cargo-platform v0.3.2 |
| 1717 | 2026-08-25T16:34:18.640Z | Compiling vergen v9.1.0 |
| 1718 | 2026-08-25T16:34:18.748Z | Compiling ff v0.13.1 |
| 1719 | 2026-08-25T16:34:18.843Z | Compiling fs-err v3.3.0 |
| 1720 | 2026-08-25T16:34:18.862Z | Compiling jiff-core v0.1.0 |
| 1721 | 2026-08-25T16:34:18.900Z | Compiling managed v0.8.0 |
| 1722 | 2026-08-25T16:34:18.916Z | Compiling either v1.15.0 |
| 1723 | 2026-08-25T16:34:18.919Z | Compiling bumpalo v3.20.2 |
| 1724 | 2026-08-25T16:34:18.948Z | Compiling foldhash v0.2.0 |
| 1725 | 2026-08-25T16:34:19.057Z | Compiling hyper-util v0.1.20 |
| 1726 | 2026-08-25T16:34:19.151Z | Compiling path-slash v0.1.5 |
| 1727 | 2026-08-25T16:34:19.158Z | Compiling same-file v1.0.6 |
| 1728 | 2026-08-25T16:34:19.191Z | Compiling bitflags v1.3.2 |
| 1729 | 2026-08-25T16:34:19.213Z | Compiling foldhash v0.1.5 |
| 1730 | 2026-08-25T16:34:19.257Z | Compiling base16ct v0.2.0 |
| 1731 | 2026-08-25T16:34:19.273Z | Compiling is_ci v1.2.0 |
| 1732 | 2026-08-25T16:34:19.287Z | Compiling libbz2-rs-sys v0.2.2 |
| 1733 | 2026-08-25T16:34:19.367Z | Compiling walkdir v2.5.0 |
| 1734 | 2026-08-25T16:34:19.408Z | Compiling sec1 v0.7.3 |
| 1735 | 2026-08-25T16:34:19.433Z | Compiling supports-color v3.0.2 |
| 1736 | 2026-08-25T16:34:19.444Z | Compiling test-strategy v0.4.5 |
| 1737 | 2026-08-25T16:34:19.461Z | Compiling hashbrown v0.15.5 |
| 1738 | 2026-08-25T16:34:19.618Z | Compiling textwrap v0.16.2 |
| 1739 | 2026-08-25T16:34:19.679Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1740 | 2026-08-25T16:34:19.717Z | Compiling bzip2 v0.6.1 |
| 1741 | 2026-08-25T16:34:19.944Z | Compiling dof v0.3.0 |
| 1742 | 2026-08-25T16:34:19.980Z | Compiling jiff v0.2.34 |
| 1743 | 2026-08-25T16:34:19.997Z | Compiling zopfli v0.8.3 |
| 1744 | 2026-08-25T16:34:20.064Z | Compiling hashbrown v0.16.1 |
| 1745 | 2026-08-25T16:34:20.233Z | Compiling group v0.13.0 |
| 1746 | 2026-08-25T16:34:20.237Z | Compiling snafu v0.8.9 |
| 1747 | 2026-08-25T16:34:20.313Z | Compiling strum v0.27.2 |
| 1748 | 2026-08-25T16:34:20.373Z | Compiling cargo_metadata v0.23.1 |
| 1749 | 2026-08-25T16:34:20.435Z | Compiling phf v0.13.1 |
| 1750 | 2026-08-25T16:34:20.469Z | Compiling hyper-tls v0.6.0 |
| 1751 | 2026-08-25T16:34:20.624Z | Compiling derive_more-impl v2.1.1 |
| 1752 | 2026-08-25T16:34:20.663Z | Compiling reqwest v0.12.28 |
| 1753 | 2026-08-25T16:34:20.675Z | Compiling hubpack v0.1.2 |
| 1754 | 2026-08-25T16:34:20.688Z | Compiling backtrace-ext v0.2.1 |
| 1755 | 2026-08-25T16:34:20.733Z | Compiling futures v0.3.32 |
| 1756 | 2026-08-25T16:34:20.828Z | Compiling hkdf v0.12.4 |
| 1757 | 2026-08-25T16:34:20.843Z | Compiling cookie_store v0.22.1 |
| 1758 | 2026-08-25T16:34:20.874Z | Compiling signal-hook-mio v0.2.5 |
| 1759 | 2026-08-25T16:34:20.923Z | Compiling zstd v0.13.3 |
| 1760 | 2026-08-25T16:34:20.964Z | Compiling serde_with_macros v3.21.0 |
| 1761 | 2026-08-25T16:34:21.021Z | Compiling postgres-types v0.2.14 |
| 1762 | 2026-08-25T16:34:21.199Z | Compiling globset v0.4.18 |
| 1763 | 2026-08-25T16:34:21.214Z | Compiling usdt-macro v0.6.0 |
| 1764 | 2026-08-25T16:34:21.239Z | Compiling usdt-attr-macro v0.6.0 |
| 1765 | 2026-08-25T16:34:21.558Z | Compiling byte-wrapper v0.1.0 |
| 1766 | 2026-08-25T16:34:21.633Z | Compiling ed25519 v2.2.3 |
| 1767 | 2026-08-25T16:34:21.831Z | Compiling crypto-bigint v0.5.5 |
| 1768 | 2026-08-25T16:34:21.891Z | Compiling serde_plain v1.0.2 |
| 1769 | 2026-08-25T16:34:21.916Z | Compiling serde-big-array v0.5.1 |
| 1770 | 2026-08-25T16:34:21.964Z | Compiling olpc-cjson v0.1.4 |
| 1771 | 2026-08-25T16:34:21.964Z | Compiling dtrace-parser v0.2.0 |
| 1772 | 2026-08-25T16:34:22.068Z | Compiling miette-derive v7.6.0 |
| 1773 | 2026-08-25T16:34:22.088Z | Compiling strum_macros v0.26.4 |
| 1774 | 2026-08-25T16:34:22.149Z | Compiling serde_repr v0.1.20 |
| 1775 | 2026-08-25T16:34:22.149Z | Compiling async-recursion v1.1.1 |
| 1776 | 2026-08-25T16:34:22.165Z | Compiling enum-as-inner v0.6.1 |
| 1777 | 2026-08-25T16:34:22.193Z | Compiling phf_shared v0.11.3 |
| 1778 | 2026-08-25T16:34:22.257Z | Compiling float-cmp v0.10.0 |
| 1779 | 2026-08-25T16:34:22.403Z | Compiling pem v3.0.6 |
| 1780 | 2026-08-25T16:34:22.419Z | Compiling memmap2 v0.9.10 |
| 1781 | 2026-08-25T16:34:22.612Z | Compiling thread-id v4.2.2 |
| 1782 | 2026-08-25T16:34:22.622Z | Compiling keccak v0.1.6 |
| 1783 | 2026-08-25T16:34:22.700Z | Compiling supports-unicode v3.0.0 |
| 1784 | 2026-08-25T16:34:22.722Z | Compiling supports-hyperlinks v3.2.0 |
| 1785 | 2026-08-25T16:34:22.722Z | Compiling fixedbitset v0.4.2 |
| 1786 | 2026-08-25T16:34:22.722Z | Compiling precomputed-hash v0.1.1 |
| 1787 | 2026-08-25T16:34:22.738Z | Compiling difflib v0.4.0 |
| 1788 | 2026-08-25T16:34:22.751Z | Compiling data-encoding v2.10.0 |
| 1789 | 2026-08-25T16:34:22.799Z | Compiling normalize-line-endings v0.3.0 |
| 1790 | 2026-08-25T16:34:22.818Z | Compiling fixedbitset v0.5.7 |
| 1791 | 2026-08-25T16:34:22.854Z | Compiling typed-path v0.9.3 |
| 1792 | 2026-08-25T16:34:22.871Z | Compiling static_assertions v1.1.0 |
| 1793 | 2026-08-25T16:34:22.924Z | Compiling whoami v2.1.0 |
| 1794 | 2026-08-25T16:34:22.958Z | Compiling predicates-core v1.0.10 |
| 1795 | 2026-08-25T16:34:22.979Z | Compiling winnow v1.0.3 |
| 1796 | 2026-08-25T16:34:23.147Z | Compiling new_debug_unreachable v1.0.6 |
| 1797 | 2026-08-25T16:34:23.171Z | Compiling tokio-postgres v0.7.18 |
| 1798 | 2026-08-25T16:34:23.237Z | Compiling string_cache v0.8.9 |
| 1799 | 2026-08-25T16:34:23.265Z | Compiling miette v7.6.0 |
| 1800 | 2026-08-25T16:34:23.271Z | Compiling predicates v3.1.4 |
| 1801 | 2026-08-25T16:34:23.309Z | Compiling hickory-proto v0.25.2 |
| 1802 | 2026-08-25T16:34:23.320Z | Compiling petgraph v0.8.3 |
| 1803 | 2026-08-25T16:34:23.363Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1804 | 2026-08-25T16:34:23.485Z | Compiling petgraph v0.6.5 |
| 1805 | 2026-08-25T16:34:23.497Z | Compiling elliptic-curve v0.13.8 |
| 1806 | 2026-08-25T16:34:23.655Z | Compiling sha3 v0.10.8 |
| 1807 | 2026-08-25T16:34:23.907Z | Compiling strum v0.26.3 |
| 1808 | 2026-08-25T16:34:23.921Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1809 | 2026-08-25T16:34:23.936Z | Compiling usdt-impl v0.5.0 |
| 1810 | 2026-08-25T16:34:24.021Z | Compiling toml_edit v0.22.27 |
| 1811 | 2026-08-25T16:34:24.026Z | Compiling usdt v0.6.0 |
| 1812 | 2026-08-25T16:34:24.056Z | Compiling zip v4.6.1 |
| 1813 | 2026-08-25T16:34:24.072Z | Compiling serde_with v3.21.0 |
| 1814 | 2026-08-25T16:34:24.125Z | Compiling crossterm v0.28.1 |
| 1815 | 2026-08-25T16:34:24.318Z | Compiling derive_more v2.1.1 |
| 1816 | 2026-08-25T16:34:24.437Z | Compiling ed25519-dalek v2.2.0 |
| 1817 | 2026-08-25T16:34:24.453Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1818 | 2026-08-25T16:34:24.566Z | Compiling iddqd v0.4.2 |
| 1819 | 2026-08-25T16:34:24.971Z | Compiling itertools v0.15.0 |
| 1820 | 2026-08-25T16:34:25.016Z | Compiling itertools v0.13.0 |
| 1821 | 2026-08-25T16:34:25.033Z | Compiling similar v2.7.0 |
| 1822 | 2026-08-25T16:34:25.341Z | Compiling crossbeam-epoch v0.9.18 |
| 1823 | 2026-08-25T16:34:25.381Z | Compiling tokio-stream v0.1.18 |
| 1824 | 2026-08-25T16:34:25.452Z | Compiling buf-list v1.1.2 |
| 1825 | 2026-08-25T16:34:25.554Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1826 | 2026-08-25T16:34:25.685Z | Compiling openapiv3 v2.2.0 |
| 1827 | 2026-08-25T16:34:25.745Z | Compiling heck v0.4.1 |
| 1828 | 2026-08-25T16:34:25.858Z | Compiling peg-runtime v0.8.5 |
| 1829 | 2026-08-25T16:34:25.877Z | Compiling lalrpop-util v0.19.12 |
| 1830 | 2026-08-25T16:34:25.915Z | Compiling thread_local v1.1.9 |
| 1831 | 2026-08-25T16:34:25.938Z | Compiling slog-async v2.8.0 |
| 1832 | 2026-08-25T16:34:25.941Z | Compiling crossbeam-channel v0.5.15 |
| 1833 | 2026-08-25T16:34:25.996Z | Compiling is-terminal v0.4.17 |
| 1834 | 2026-08-25T16:34:26.039Z | Compiling filetime v0.2.27 |
| 1835 | 2026-08-25T16:34:26.045Z | Compiling take_mut v0.2.2 |
| 1836 | 2026-08-25T16:34:26.087Z | Compiling xattr v1.6.1 |
| 1837 | 2026-08-25T16:34:26.109Z | Compiling term v1.2.1 |
| 1838 | 2026-08-25T16:34:26.161Z | Compiling camino-tempfile v1.4.1 |
| 1839 | 2026-08-25T16:34:26.232Z | Compiling tar v0.4.46 |
| 1840 | 2026-08-25T16:34:26.455Z | Compiling slog-term v2.9.2 |
| 1841 | 2026-08-25T16:34:43.714Z | Compiling rustls-webpki v0.103.13 |
| 1842 | 2026-08-25T16:34:46.435Z | Compiling tokio-rustls v0.26.4 |
| 1843 | 2026-08-25T16:34:46.435Z | Compiling rustls-platform-verifier v0.6.2 |
| 1844 | 2026-08-25T16:34:46.435Z | Compiling tough v0.22.0 |
| 1845 | 2026-08-25T16:34:46.649Z | Compiling hyper-rustls v0.27.7 |
| 1846 | 2026-08-25T16:34:46.844Z | Compiling reqwest v0.13.2 |
| 1847 | 2026-08-25T16:34:49.025Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1848 | 2026-08-25T16:34:49.263Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1849 | 2026-08-25T16:34:52.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.35s |
| 1850 | 2026-08-25T16:34:52.402Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1851 | 2026-08-25T16:34:52.513Z | Aug 25 16:34:51.692 INFO Starting download, target: Cockroach |
| 1852 | 2026-08-25T16:34:52.513Z | Aug 25 16:34:51.693 INFO Starting download, target: Clickhouse |
| 1853 | 2026-08-25T16:34:52.513Z | Aug 25 16:34:51.693 INFO Starting download, target: Console |
| 1854 | 2026-08-25T16:34:52.513Z | Aug 25 16:34:51.693 INFO Starting download, target: DendriteStub |
| 1855 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.693 INFO Starting download, target: MaghemiteMgd |
| 1856 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.693 INFO Starting download, target: MaghemiteDdmd |
| 1857 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.693 INFO Starting download, target: TransceiverControl |
| 1858 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.693 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1859 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.693 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1860 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.694 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1861 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.694 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1862 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.694 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1863 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.694 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1864 | 2026-08-25T16:34:52.514Z | Aug 25 16:34:51.694 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1865 | 2026-08-25T16:34:53.832Z | Aug 25 16:34:53.121 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1866 | 2026-08-25T16:34:54.042Z | Aug 25 16:34:53.333 INFO Download complete, target: TransceiverControl |
| 1867 | 2026-08-25T16:34:54.201Z | Aug 25 16:34:53.475 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1868 | 2026-08-25T16:34:54.361Z | Aug 25 16:34:53.584 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1869 | 2026-08-25T16:34:54.430Z | Aug 25 16:34:53.719 INFO Download complete, target: Console |
| 1870 | 2026-08-25T16:35:01.224Z | Aug 25 16:35:00.094 INFO Checking that binary works, target: Clickhouse |
| 1871 | 2026-08-25T16:35:01.224Z | Aug 25 16:35:00.187 INFO Download complete, target: Clickhouse |
| 1872 | 2026-08-25T16:35:02.171Z | Aug 25 16:35:01.365 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1873 | 2026-08-25T16:35:04.242Z | Aug 25 16:35:03.489 INFO Download complete, target: DendriteStub |
| 1874 | 2026-08-25T16:35:06.112Z | Aug 25 16:35:05.111 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1875 | 2026-08-25T16:35:06.527Z | Aug 25 16:35:05.686 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1876 | 2026-08-25T16:35:09.498Z | Aug 25 16:35:07.744 INFO Download complete, target: MaghemiteMgd |
| 1877 | 2026-08-25T16:35:11.136Z | Aug 25 16:35:07.883 INFO Download complete, target: MaghemiteDdmd |
| 1878 | 2026-08-25T16:35:19.296Z | Aug 25 16:35:18.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1879 | 2026-08-25T16:35:19.296Z | Aug 25 16:35:18.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1880 | 2026-08-25T16:35:23.681Z | Aug 25 16:35:22.990 INFO Checking that binary works, target: Cockroach |
| 1881 | 2026-08-25T16:35:23.802Z | Aug 25 16:35:23.114 INFO Download complete, target: Cockroach |
| 1882 | 2026-08-25T16:35:23.808Z | All prerequisites installed successfully |
| 1883 | 2026-08-25T16:35:23.808Z | |
| 1884 | 2026-08-25T16:35:23.808Z | real 1:52.248269004 |
| 1885 | 2026-08-25T16:35:23.808Z | user 7:24.154556777 |
| 1886 | 2026-08-25T16:35:23.808Z | sys 1:44.608110093 |
| 1887 | 2026-08-25T16:35:23.808Z | trap 0.254865688 |
| 1888 | 2026-08-25T16:35:23.808Z | tflt 0.973949096 |
| 1889 | 2026-08-25T16:35:23.808Z | dflt 1.780492353 |
| 1890 | 2026-08-25T16:35:23.808Z | kflt 0.025607365 |
| 1891 | 2026-08-25T16:35:23.808Z | lock 36:28.233626875 |
| 1892 | 2026-08-25T16:35:23.808Z | slp 20:41.649406653 |
| 1893 | 2026-08-25T16:35:23.809Z | lat 26.391423060 |
| 1894 | 2026-08-25T16:35:23.809Z | stop 2:55.733054264 |
| 1895 | 2026-08-25T16:35:23.809Z | + source ./tools/include/force-git-over-https.sh |
| 1896 | 2026-08-25T16:35:23.809Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1897 | 2026-08-25T16:35:23.809Z | ++ (( i = 0 )) |
| 1898 | 2026-08-25T16:35:23.809Z | ++ (( i < 5 )) |
| 1899 | 2026-08-25T16:35:23.809Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1900 | 2026-08-25T16:35:23.829Z | ++ (( i++ )) |
| 1901 | 2026-08-25T16:35:23.829Z | ++ (( i < 5 )) |
| 1902 | 2026-08-25T16:35:23.829Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1903 | 2026-08-25T16:35:23.829Z | ++ (( i++ )) |
| 1904 | 2026-08-25T16:35:23.829Z | ++ (( i < 5 )) |
| 1905 | 2026-08-25T16:35:23.829Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1906 | 2026-08-25T16:35:23.829Z | ++ (( i++ )) |
| 1907 | 2026-08-25T16:35:23.830Z | ++ (( i < 5 )) |
| 1908 | 2026-08-25T16:35:23.830Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1909 | 2026-08-25T16:35:23.830Z | ++ (( i++ )) |
| 1910 | 2026-08-25T16:35:23.830Z | ++ (( i < 5 )) |
| 1911 | 2026-08-25T16:35:23.830Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1912 | 2026-08-25T16:35:23.830Z | ++ (( i++ )) |
| 1913 | 2026-08-25T16:35:23.830Z | ++ (( i < 5 )) |
| 1914 | 2026-08-25T16:35:23.830Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1915 | 2026-08-25T16:35:23.831Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1916 | 2026-08-25T16:35:23.831Z | + rc=0 |
| 1917 | 2026-08-25T16:35:23.831Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1918 | 2026-08-25T16:35:31.001Z | + case $rc in |
| 1919 | 2026-08-25T16:35:31.001Z | + pfexec zfs create -p rpool/images/build/host |
| 1920 | 2026-08-25T16:35:31.152Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1921 | 2026-08-25T16:35:31.185Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1922 | 2026-08-25T16:35:31.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1923 | 2026-08-25T16:35:31.729Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1924 | 2026-08-25T16:35:32.547Z | Compiling proc-macro2 v1.0.106 |
| 1925 | 2026-08-25T16:35:32.547Z | Compiling quote v1.0.45 |
| 1926 | 2026-08-25T16:35:32.547Z | Compiling unicode-ident v1.0.24 |
| 1927 | 2026-08-25T16:35:32.547Z | Compiling serde_core v1.0.228 |
| 1928 | 2026-08-25T16:35:32.556Z | Compiling libc v0.2.185 |
| 1929 | 2026-08-25T16:35:32.556Z | Compiling serde v1.0.228 |
| 1930 | 2026-08-25T16:35:32.556Z | Compiling cfg-if v1.0.4 |
| 1931 | 2026-08-25T16:35:32.557Z | Compiling find-msvc-tools v0.1.9 |
| 1932 | 2026-08-25T16:35:32.557Z | Compiling shlex v1.3.0 |
| 1933 | 2026-08-25T16:35:32.557Z | Compiling autocfg v1.5.0 |
| 1934 | 2026-08-25T16:35:32.691Z | Compiling version_check v0.9.5 |
| 1935 | 2026-08-25T16:35:32.740Z | Compiling getrandom v0.4.3 |
| 1936 | 2026-08-25T16:35:32.740Z | Compiling portable-atomic v1.13.1 |
| 1937 | 2026-08-25T16:35:32.740Z | Compiling memchr v2.8.0 |
| 1938 | 2026-08-25T16:35:32.841Z | Compiling zmij v1.0.21 |
| 1939 | 2026-08-25T16:35:32.924Z | Compiling zerocopy v0.8.55 |
| 1940 | 2026-08-25T16:35:32.924Z | Compiling serde_json v1.0.151 |
| 1941 | 2026-08-25T16:35:32.977Z | Compiling libm v0.2.16 |
| 1942 | 2026-08-25T16:35:33.091Z | Compiling parking_lot_core v0.9.12 |
| 1943 | 2026-08-25T16:35:33.130Z | Compiling num-traits v0.2.19 |
| 1944 | 2026-08-25T16:35:33.151Z | Compiling pkg-config v0.3.32 |
| 1945 | 2026-08-25T16:35:33.177Z | Compiling icu_properties_data v2.1.2 |
| 1946 | 2026-08-25T16:35:33.177Z | Compiling icu_normalizer_data v2.1.1 |
| 1947 | 2026-08-25T16:35:33.207Z | Compiling smallvec v1.15.1 |
| 1948 | 2026-08-25T16:35:33.236Z | Compiling rustix v1.1.4 |
| 1949 | 2026-08-25T16:35:33.311Z | Compiling log v0.4.33 |
| 1950 | 2026-08-25T16:35:33.366Z | Compiling generic-array v0.14.7 |
| 1951 | 2026-08-25T16:35:33.475Z | Compiling subtle v2.6.1 |
| 1952 | 2026-08-25T16:35:33.475Z | Compiling itoa v1.0.17 |
| 1953 | 2026-08-25T16:35:33.521Z | Compiling typenum v1.20.1 |
| 1954 | 2026-08-25T16:35:33.553Z | Compiling getrandom v0.3.4 |
| 1955 | 2026-08-25T16:35:33.591Z | Compiling stable_deref_trait v1.2.1 |
| 1956 | 2026-08-25T16:35:33.643Z | Compiling scopeguard v1.2.0 |
| 1957 | 2026-08-25T16:35:33.643Z | Compiling rand_core v0.10.0 |
| 1958 | 2026-08-25T16:35:33.696Z | Compiling heck v0.5.0 |
| 1959 | 2026-08-25T16:35:33.696Z | Compiling critical-section v1.2.0 |
| 1960 | 2026-08-25T16:35:33.792Z | Compiling jobserver v0.1.34 |
| 1961 | 2026-08-25T16:35:33.792Z | Compiling errno v0.3.14 |
| 1962 | 2026-08-25T16:35:33.862Z | Compiling lock_api v0.4.14 |
| 1963 | 2026-08-25T16:35:33.919Z | Compiling thiserror v2.0.18 |
| 1964 | 2026-08-25T16:35:33.985Z | Compiling cc v1.2.56 |
| 1965 | 2026-08-25T16:35:34.044Z | Compiling syn v2.0.117 |
| 1966 | 2026-08-25T16:35:34.115Z | Compiling dunce v1.0.5 |
| 1967 | 2026-08-25T16:35:34.145Z | Compiling fs_extra v1.3.0 |
| 1968 | 2026-08-25T16:35:34.165Z | Compiling litemap v0.8.1 |
| 1969 | 2026-08-25T16:35:34.184Z | Compiling percent-encoding v2.3.2 |
| 1970 | 2026-08-25T16:35:34.227Z | Compiling writeable v0.6.2 |
| 1971 | 2026-08-25T16:35:34.396Z | Compiling once_cell v1.21.3 |
| 1972 | 2026-08-25T16:35:34.444Z | Compiling schemars v0.8.22 |
| 1973 | 2026-08-25T16:35:34.474Z | Compiling pin-project-lite v0.2.17 |
| 1974 | 2026-08-25T16:35:34.573Z | Compiling getrandom v0.2.17 |
| 1975 | 2026-08-25T16:35:34.634Z | Compiling equivalent v1.0.2 |
| 1976 | 2026-08-25T16:35:34.663Z | Compiling signal-hook-registry v1.4.8 |
| 1977 | 2026-08-25T16:35:34.672Z | Compiling aws-lc-rs v1.16.3 |
| 1978 | 2026-08-25T16:35:34.692Z | Compiling cmake v0.1.57 |
| 1979 | 2026-08-25T16:35:34.709Z | Compiling rustversion v1.0.22 |
| 1980 | 2026-08-25T16:35:34.719Z | Compiling futures-core v0.3.32 |
| 1981 | 2026-08-25T16:35:34.754Z | Compiling rand_core v0.6.4 |
| 1982 | 2026-08-25T16:35:34.897Z | Compiling bitflags v2.11.0 |
| 1983 | 2026-08-25T16:35:34.935Z | Compiling semver v1.0.28 |
| 1984 | 2026-08-25T16:35:35.044Z | Compiling parking_lot v0.12.5 |
| 1985 | 2026-08-25T16:35:35.052Z | Compiling mio v1.2.0 |
| 1986 | 2026-08-25T16:35:35.101Z | Compiling utf8_iter v1.0.4 |
| 1987 | 2026-08-25T16:35:35.149Z | Compiling crc32fast v1.5.0 |
| 1988 | 2026-08-25T16:35:35.205Z | Compiling const-oid v0.9.6 |
| 1989 | 2026-08-25T16:35:35.291Z | Compiling aws-lc-sys v0.40.0 |
| 1990 | 2026-08-25T16:35:35.321Z | Compiling form_urlencoded v1.2.2 |
| 1991 | 2026-08-25T16:35:35.744Z | Compiling fnv v1.0.7 |
| 1992 | 2026-08-25T16:35:35.814Z | Compiling byteorder v1.5.0 |
| 1993 | 2026-08-25T16:35:35.814Z | Compiling strsim v0.11.1 |
| 1994 | 2026-08-25T16:35:35.838Z | Compiling hashbrown v0.17.0 |
| 1995 | 2026-08-25T16:35:35.887Z | Compiling vcpkg v0.2.15 |
| 1996 | 2026-08-25T16:35:35.895Z | Compiling syn v1.0.109 |
| 1997 | 2026-08-25T16:35:35.984Z | Compiling socket2 v0.6.3 |
| 1998 | 2026-08-25T16:35:36.149Z | Compiling futures-sink v0.3.32 |
| 1999 | 2026-08-25T16:35:36.149Z | Compiling radium v0.7.0 |
| 2000 | 2026-08-25T16:35:36.187Z | Compiling httparse v1.10.1 |
| 2001 | 2026-08-25T16:35:36.320Z | Compiling futures-channel v0.3.32 |
| 2002 | 2026-08-25T16:35:36.390Z | Compiling iana-time-zone v0.1.65 |
| 2003 | 2026-08-25T16:35:36.426Z | Compiling slab v0.4.12 |
| 2004 | 2026-08-25T16:35:36.453Z | Compiling futures-io v0.3.32 |
| 2005 | 2026-08-25T16:35:36.484Z | Compiling indexmap v2.14.0 |
| 2006 | 2026-08-25T16:35:36.515Z | Compiling openssl-sys v0.9.117 |
| 2007 | 2026-08-25T16:35:36.536Z | Compiling thiserror v1.0.69 |
| 2008 | 2026-08-25T16:35:36.572Z | Compiling futures-task v0.3.32 |
| 2009 | 2026-08-25T16:35:36.683Z | Compiling rustls v0.23.41 |
| 2010 | 2026-08-25T16:35:36.707Z | Compiling base64 v0.22.1 |
| 2011 | 2026-08-25T16:35:36.773Z | Compiling maybe-uninit v2.0.0 |
| 2012 | 2026-08-25T16:35:36.827Z | Compiling rustc_version v0.4.1 |
| 2013 | 2026-08-25T16:35:36.945Z | Compiling synstructure v0.13.2 |
| 2014 | 2026-08-25T16:35:37.004Z | Compiling serde_derive_internals v0.29.1 |
| 2015 | 2026-08-25T16:35:37.116Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2016 | 2026-08-25T16:35:37.157Z | Compiling uuid v1.23.4 |
| 2017 | 2026-08-25T16:35:37.195Z | Compiling ahash v0.8.12 |
| 2018 | 2026-08-25T16:35:37.246Z | Compiling cmov v0.5.4 |
| 2019 | 2026-08-25T16:35:37.291Z | Compiling base64ct v1.8.3 |
| 2020 | 2026-08-25T16:35:37.297Z | Compiling regex-syntax v0.8.10 |
| 2021 | 2026-08-25T16:35:37.341Z | Compiling num-bigint-dig v0.8.6 |
| 2022 | 2026-08-25T16:35:37.350Z | Compiling packed_struct v0.10.1 |
| 2023 | 2026-08-25T16:35:37.434Z | Compiling ucd-trie v0.1.7 |
| 2024 | 2026-08-25T16:35:37.482Z | Compiling ident_case v1.0.1 |
| 2025 | 2026-08-25T16:35:37.518Z | Compiling ctutils v0.4.2 |
| 2026 | 2026-08-25T16:35:37.627Z | Compiling pest v2.8.6 |
| 2027 | 2026-08-25T16:35:37.650Z | Compiling pem-rfc7468 v0.7.0 |
| 2028 | 2026-08-25T16:35:37.764Z | Compiling flagset v0.4.7 |
| 2029 | 2026-08-25T16:35:37.778Z | Compiling dyn-clone v1.0.20 |
| 2030 | 2026-08-25T16:35:37.798Z | Compiling fastrand v2.3.0 |
| 2031 | 2026-08-25T16:35:37.832Z | Compiling openssl v0.10.80 |
| 2032 | 2026-08-25T16:35:37.958Z | Compiling indexmap v1.9.3 |
| 2033 | 2026-08-25T16:35:38.028Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2034 | 2026-08-25T16:35:38.049Z | Compiling tempfile v3.27.0 |
| 2035 | 2026-08-25T16:35:38.198Z | Compiling native-tls v0.2.18 |
| 2036 | 2026-08-25T16:35:38.208Z | Compiling simd-adler32 v0.3.8 |
| 2037 | 2026-08-25T16:35:38.229Z | Compiling paste v1.0.15 |
| 2038 | 2026-08-25T16:35:38.264Z | Compiling serde_derive v1.0.228 |
| 2039 | 2026-08-25T16:35:38.285Z | Compiling zeroize_derive v1.5.0 |
| 2040 | 2026-08-25T16:35:38.331Z | Compiling zerofrom-derive v0.1.6 |
| 2041 | 2026-08-25T16:35:38.346Z | Compiling yoke-derive v0.8.1 |
| 2042 | 2026-08-25T16:35:38.360Z | Compiling zerovec-derive v0.11.2 |
| 2043 | 2026-08-25T16:35:38.402Z | Compiling zerocopy-derive v0.8.55 |
| 2044 | 2026-08-25T16:35:38.445Z | Compiling displaydoc v0.2.5 |
| 2045 | 2026-08-25T16:35:38.461Z | Compiling tokio-macros v2.7.0 |
| 2046 | 2026-08-25T16:35:38.534Z | Compiling futures-macro v0.3.32 |
| 2047 | 2026-08-25T16:35:38.914Z | Compiling der_derive v0.7.3 |
| 2048 | 2026-08-25T16:35:38.927Z | Compiling thiserror-impl v2.0.18 |
| 2049 | 2026-08-25T16:35:38.994Z | Compiling schemars_derive v0.8.22 |
| 2050 | 2026-08-25T16:35:39.014Z | Compiling tracing-attributes v0.1.31 |
| 2051 | 2026-08-25T16:35:39.195Z | Compiling thiserror-impl v1.0.69 |
| 2052 | 2026-08-25T16:35:39.219Z | Compiling clap_derive v4.6.1 |
| 2053 | 2026-08-25T16:35:39.363Z | Compiling pest_meta v2.8.6 |
| 2054 | 2026-08-25T16:35:39.394Z | Compiling futures-util v0.3.32 |
| 2055 | 2026-08-25T16:35:39.500Z | Compiling zerofrom v0.1.6 |
| 2056 | 2026-08-25T16:35:39.664Z | Compiling yoke v0.8.1 |
| 2057 | 2026-08-25T16:35:39.964Z | Compiling zerovec v0.11.5 |
| 2058 | 2026-08-25T16:35:39.997Z | Compiling zerotrie v0.2.3 |
| 2059 | 2026-08-25T16:35:40.351Z | Compiling packed_struct_codegen v0.10.1 |
| 2060 | 2026-08-25T16:35:40.371Z | Compiling bitfield-macros v0.19.4 |
| 2061 | 2026-08-25T16:35:40.469Z | Compiling zerocopy-derive v0.6.6 |
| 2062 | 2026-08-25T16:35:40.542Z | Compiling tinystr v0.8.2 |
| 2063 | 2026-08-25T16:35:40.577Z | Compiling potential_utf v0.1.4 |
| 2064 | 2026-08-25T16:35:40.593Z | Compiling pest_generator v2.8.6 |
| 2065 | 2026-08-25T16:35:40.674Z | Compiling openssl-macros v0.1.1 |
| 2066 | 2026-08-25T16:35:40.754Z | Compiling icu_locale_core v2.1.1 |
| 2067 | 2026-08-25T16:35:40.782Z | Compiling icu_collections v2.1.1 |
| 2068 | 2026-08-25T16:35:41.343Z | Compiling scroll_derive v0.13.1 |
| 2069 | 2026-08-25T16:35:41.372Z | Compiling pest_derive v2.8.6 |
| 2070 | 2026-08-25T16:35:41.500Z | Compiling rand_core v0.9.5 |
| 2071 | 2026-08-25T16:35:41.635Z | Compiling icu_provider v2.1.1 |
| 2072 | 2026-08-25T16:35:41.706Z | Compiling zeroize v1.9.0 |
| 2073 | 2026-08-25T16:35:41.898Z | Compiling bytes v1.11.1 |
| 2074 | 2026-08-25T16:35:41.959Z | Compiling icu_properties v2.1.2 |
| 2075 | 2026-08-25T16:35:41.977Z | Compiling icu_normalizer v2.1.1 |
| 2076 | 2026-08-25T16:35:41.994Z | Compiling chrono v0.4.45 |
| 2077 | 2026-08-25T16:35:42.078Z | Compiling hybrid-array v0.4.13 |
| 2078 | 2026-08-25T16:35:42.242Z | Compiling der v0.7.10 |
| 2079 | 2026-08-25T16:35:42.439Z | Compiling tokio v1.52.1 |
| 2080 | 2026-08-25T16:35:42.659Z | Compiling crypto-common v0.1.7 |
| 2081 | 2026-08-25T16:35:42.693Z | Compiling block-buffer v0.10.4 |
| 2082 | 2026-08-25T16:35:42.896Z | Compiling idna_adapter v1.2.1 |
| 2083 | 2026-08-25T16:35:42.943Z | Compiling digest v0.10.7 |
| 2084 | 2026-08-25T16:35:42.943Z | Compiling hex v0.4.3 |
| 2085 | 2026-08-25T16:35:43.006Z | Compiling idna v1.1.0 |
| 2086 | 2026-08-25T16:35:43.226Z | Compiling ppv-lite86 v0.2.21 |
| 2087 | 2026-08-25T16:35:43.423Z | Compiling url v2.5.8 |
| 2088 | 2026-08-25T16:35:43.557Z | Compiling spki v0.7.3 |
| 2089 | 2026-08-25T16:35:43.617Z | Compiling syn v3.0.3 |
| 2090 | 2026-08-25T16:35:43.617Z | Compiling camino v1.2.5 |
| 2091 | 2026-08-25T16:35:43.763Z | Compiling adler2 v2.0.1 |
| 2092 | 2026-08-25T16:35:43.763Z | Compiling utf8parse v0.2.2 |
| 2093 | 2026-08-25T16:35:43.856Z | Compiling anstyle v1.0.14 |
| 2094 | 2026-08-25T16:35:43.911Z | Compiling crossbeam-utils v0.8.21 |
| 2095 | 2026-08-25T16:35:43.928Z | Compiling anstyle-parse v1.0.0 |
| 2096 | 2026-08-25T16:35:44.252Z | Compiling miniz_oxide v0.8.9 |
| 2097 | 2026-08-25T16:35:44.285Z | Compiling pkcs8 v0.10.2 |
| 2098 | 2026-08-25T16:35:44.386Z | Compiling http v1.4.2 |
| 2099 | 2026-08-25T16:35:44.438Z | Compiling rustls-pki-types v1.14.0 |
| 2100 | 2026-08-25T16:35:44.753Z | Compiling terminal_size v0.4.3 |
| 2101 | 2026-08-25T16:35:45.021Z | Compiling spin v0.9.8 |
| 2102 | 2026-08-25T16:35:45.073Z | Compiling anstyle-query v1.1.5 |
| 2103 | 2026-08-25T16:35:45.102Z | Compiling colorchoice v1.0.4 |
| 2104 | 2026-08-25T16:35:45.146Z | Compiling num-conv v0.2.0 |
| 2105 | 2026-08-25T16:35:45.206Z | Compiling is_terminal_polyfill v1.70.2 |
| 2106 | 2026-08-25T16:35:45.272Z | Compiling tinyvec_macros v0.1.1 |
| 2107 | 2026-08-25T16:35:45.371Z | Compiling time-core v0.1.8 |
| 2108 | 2026-08-25T16:35:45.371Z | Compiling tinyvec v1.10.0 |
| 2109 | 2026-08-25T16:35:45.371Z | Compiling anstream v1.0.0 |
| 2110 | 2026-08-25T16:35:45.371Z | Compiling block-buffer v0.12.1 |
| 2111 | 2026-08-25T16:35:45.371Z | Compiling crypto-common v0.2.2 |
| 2112 | 2026-08-25T16:35:45.454Z | Compiling rand_chacha v0.9.0 |
| 2113 | 2026-08-25T16:35:45.474Z | Compiling time-macros v0.2.27 |
| 2114 | 2026-08-25T16:35:45.737Z | Compiling structmeta-derive v0.3.0 |
| 2115 | 2026-08-25T16:35:45.773Z | Compiling async-trait v0.1.89 |
| 2116 | 2026-08-25T16:35:45.866Z | Compiling tracing-core v0.1.36 |
| 2117 | 2026-08-25T16:35:45.957Z | Compiling cpufeatures v0.2.17 |
| 2118 | 2026-08-25T16:35:46.121Z | Compiling plain v0.2.3 |
| 2119 | 2026-08-25T16:35:46.311Z | Compiling object v0.37.3 |
| 2120 | 2026-08-25T16:35:46.334Z | Compiling untrusted v0.7.1 |
| 2121 | 2026-08-25T16:35:46.397Z | Compiling tokio-util v0.7.18 |
| 2122 | 2026-08-25T16:35:46.438Z | Compiling tracing v0.1.44 |
| 2123 | 2026-08-25T16:35:46.476Z | Compiling rand v0.9.2 |
| 2124 | 2026-08-25T16:35:46.502Z | Compiling http-body v1.0.1 |
| 2125 | 2026-08-25T16:35:46.637Z | Compiling daft-derive v0.1.8 |
| 2126 | 2026-08-25T16:35:46.747Z | Compiling toml_datetime v0.6.11 |
| 2127 | 2026-08-25T16:35:46.777Z | Compiling serde_spanned v0.6.9 |
| 2128 | 2026-08-25T16:35:46.777Z | Compiling pin-project-internal v1.1.11 |
| 2129 | 2026-08-25T16:35:46.839Z | Compiling structmeta v0.3.0 |
| 2130 | 2026-08-25T16:35:47.037Z | Compiling slog v2.8.2 |
| 2131 | 2026-08-25T16:35:47.158Z | Compiling wait-timeout v0.2.1 |
| 2132 | 2026-08-25T16:35:47.158Z | Compiling cookie v0.18.1 |
| 2133 | 2026-08-25T16:35:47.170Z | Compiling zstd-safe v7.2.4 |
| 2134 | 2026-08-25T16:35:47.260Z | Compiling clap_lex v1.0.0 |
| 2135 | 2026-08-25T16:35:47.399Z | Compiling openssl-probe v0.2.1 |
| 2136 | 2026-08-25T16:35:47.438Z | Compiling quick-error v1.2.3 |
| 2137 | 2026-08-25T16:35:47.438Z | Compiling untrusted v0.9.0 |
| 2138 | 2026-08-25T16:35:47.459Z | Compiling bit-vec v0.8.0 |
| 2139 | 2026-08-25T16:35:47.503Z | Compiling tap v1.0.1 |
| 2140 | 2026-08-25T16:35:47.612Z | Compiling wyz v0.5.1 |
| 2141 | 2026-08-25T16:35:47.663Z | Compiling rusty-fork v0.3.1 |
| 2142 | 2026-08-25T16:35:47.705Z | Compiling bit-set v0.8.0 |
| 2143 | 2026-08-25T16:35:47.723Z | Compiling clap_builder v4.6.0 |
| 2144 | 2026-08-25T16:35:47.814Z | Compiling derive-ex v0.1.8 |
| 2145 | 2026-08-25T16:35:47.830Z | Compiling sha2 v0.10.9 |
| 2146 | 2026-08-25T16:35:47.853Z | Compiling unicode-normalization v0.1.25 |
| 2147 | 2026-08-25T16:35:47.881Z | Compiling rand_chacha v0.3.1 |
| 2148 | 2026-08-25T16:35:47.927Z | Compiling signature v2.2.0 |
| 2149 | 2026-08-25T16:35:48.027Z | Compiling rand_xorshift v0.4.0 |
| 2150 | 2026-08-25T16:35:48.052Z | Compiling scroll_derive v0.12.1 |
| 2151 | 2026-08-25T16:35:48.187Z | Compiling heapless v0.7.17 |
| 2152 | 2026-08-25T16:35:48.331Z | Compiling num-integer v0.1.46 |
| 2153 | 2026-08-25T16:35:48.365Z | Compiling aho-corasick v1.1.4 |
| 2154 | 2026-08-25T16:35:48.459Z | Compiling usdt-impl v0.6.0 |
| 2155 | 2026-08-25T16:35:48.489Z | Compiling signal-hook v0.3.18 |
| 2156 | 2026-08-25T16:35:48.509Z | Compiling try-lock v0.2.5 |
| 2157 | 2026-08-25T16:35:48.619Z | Compiling tower-layer v0.3.3 |
| 2158 | 2026-08-25T16:35:48.656Z | Compiling unarray v0.1.4 |
| 2159 | 2026-08-25T16:35:48.689Z | Compiling tower-service v0.3.3 |
| 2160 | 2026-08-25T16:35:48.770Z | Compiling funty v2.0.0 |
| 2161 | 2026-08-25T16:35:48.841Z | Compiling anyhow v1.0.104 |
| 2162 | 2026-08-25T16:35:48.869Z | Compiling zlib-rs v0.6.2 |
| 2163 | 2026-08-25T16:35:48.912Z | Compiling atomic-waker v1.1.2 |
| 2164 | 2026-08-25T16:35:48.921Z | Compiling rustix v0.38.44 |
| 2165 | 2026-08-25T16:35:48.954Z | Compiling pretty-hex v0.4.1 |
| 2166 | 2026-08-25T16:35:49.094Z | Compiling h2 v0.4.15 |
| 2167 | 2026-08-25T16:35:49.148Z | Compiling bitvec v1.0.1 |
| 2168 | 2026-08-25T16:35:49.167Z | Compiling want v0.3.1 |
| 2169 | 2026-08-25T16:35:49.230Z | Compiling regex-automata v0.4.14 |
| 2170 | 2026-08-25T16:35:49.336Z | Compiling test-strategy v0.4.5 |
| 2171 | 2026-08-25T16:35:49.508Z | Compiling proptest v1.11.0 |
| 2172 | 2026-08-25T16:35:49.716Z | Compiling clap v4.6.1 |
| 2173 | 2026-08-25T16:35:49.767Z | Compiling num-iter v0.1.45 |
| 2174 | 2026-08-25T16:35:50.108Z | Compiling rand v0.8.6 |
| 2175 | 2026-08-25T16:35:50.402Z | Compiling lazy_static v1.5.0 |
| 2176 | 2026-08-25T16:35:50.520Z | Compiling ipnetwork v0.21.1 |
| 2177 | 2026-08-25T16:35:50.527Z | Compiling block-padding v0.4.2 |
| 2178 | 2026-08-25T16:35:50.608Z | Compiling scroll v0.13.0 |
| 2179 | 2026-08-25T16:35:50.729Z | Compiling ipnet v2.12.0 |
| 2180 | 2026-08-25T16:35:50.896Z | Compiling snafu-derive v0.8.9 |
| 2181 | 2026-08-25T16:35:50.970Z | Compiling strum_macros v0.26.4 |
| 2182 | 2026-08-25T16:35:51.357Z | Compiling flate2 v1.1.9 |
| 2183 | 2026-08-25T16:35:51.984Z | Compiling darling_core v0.20.11 |
| 2184 | 2026-08-25T16:35:51.996Z | Compiling darling_core v0.23.0 |
| 2185 | 2026-08-25T16:35:52.637Z | Compiling foreign-types-shared v0.1.1 |
| 2186 | 2026-08-25T16:35:52.777Z | Compiling crc-catalog v2.4.0 |
| 2187 | 2026-08-25T16:35:52.838Z | Compiling nodrop v0.1.14 |
| 2188 | 2026-08-25T16:35:52.860Z | Compiling httpdate v1.0.3 |
| 2189 | 2026-08-25T16:35:52.919Z | Compiling cpufeatures v0.3.0 |
| 2190 | 2026-08-25T16:35:53.035Z | Compiling const-oid v0.10.2 |
| 2191 | 2026-08-25T16:35:53.051Z | Compiling winnow v0.5.40 |
| 2192 | 2026-08-25T16:35:53.127Z | Compiling hyper v1.10.1 |
| 2193 | 2026-08-25T16:35:53.239Z | Compiling digest v0.11.3 |
| 2194 | 2026-08-25T16:35:53.483Z | Compiling array-init v0.0.4 |
| 2195 | 2026-08-25T16:35:53.802Z | Compiling crc v3.4.0 |
| 2196 | 2026-08-25T16:35:53.827Z | Compiling foreign-types v0.3.2 |
| 2197 | 2026-08-25T16:35:54.072Z | Compiling darling_macro v0.20.11 |
| 2198 | 2026-08-25T16:35:54.147Z | Compiling newtype-uuid v1.3.2 |
| 2199 | 2026-08-25T16:35:54.203Z | Compiling darling_macro v0.23.0 |
| 2200 | 2026-08-25T16:35:54.671Z | Compiling goblin v0.10.5 |
| 2201 | 2026-08-25T16:35:54.770Z | Compiling toml_edit v0.19.15 |
| 2202 | 2026-08-25T16:35:54.770Z | Compiling oxnet v0.1.6 |
| 2203 | 2026-08-25T16:35:54.816Z | Compiling inout v0.2.2 |
| 2204 | 2026-08-25T16:35:55.128Z | Compiling smallvec v0.6.14 |
| 2205 | 2026-08-25T16:35:55.312Z | Compiling pkcs1 v0.7.5 |
| 2206 | 2026-08-25T16:35:55.648Z | Compiling zerocopy v0.6.6 |
| 2207 | 2026-08-25T16:35:55.815Z | Compiling bitfield v0.19.4 |
| 2208 | 2026-08-25T16:35:55.911Z | Compiling zerocopy-derive v0.7.35 |
| 2209 | 2026-08-25T16:35:55.989Z | Compiling curve25519-dalek v4.1.3 |
| 2210 | 2026-08-25T16:35:56.254Z | Compiling socket2 v0.5.10 |
| 2211 | 2026-08-25T16:35:56.461Z | Compiling env_filter v2.0.0 |
| 2212 | 2026-08-25T16:35:56.539Z | Compiling memoffset v0.9.1 |
| 2213 | 2026-08-25T16:35:56.718Z | Compiling smoltcp v0.9.1 |
| 2214 | 2026-08-25T16:35:56.766Z | Compiling base64 v0.21.7 |
| 2215 | 2026-08-25T16:35:57.005Z | Compiling litrs v1.0.0 |
| 2216 | 2026-08-25T16:35:57.026Z | Compiling owo-colors v4.3.0 |
| 2217 | 2026-08-25T16:35:57.033Z | Compiling unicode-segmentation v1.12.0 |
| 2218 | 2026-08-25T16:35:57.162Z | Compiling hashbrown v0.12.3 |
| 2219 | 2026-08-25T16:35:57.267Z | Compiling ref-cast v1.0.25 |
| 2220 | 2026-08-25T16:35:57.476Z | Compiling dof v0.4.0 |
| 2221 | 2026-08-25T16:35:57.508Z | Compiling document-features v0.2.12 |
| 2222 | 2026-08-25T16:35:57.630Z | Compiling ron v0.8.1 |
| 2223 | 2026-08-25T16:35:57.736Z | Compiling env_logger v0.11.11 |
| 2224 | 2026-08-25T16:35:57.751Z | Compiling hyper-util v0.1.20 |
| 2225 | 2026-08-25T16:35:57.991Z | Compiling toml v0.7.8 |
| 2226 | 2026-08-25T16:35:58.168Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2227 | 2026-08-25T16:35:58.179Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2228 | 2026-08-25T16:35:58.380Z | Compiling rsa v0.9.10 |
| 2229 | 2026-08-25T16:35:58.609Z | Compiling serde-hex v0.1.0 |
| 2230 | 2026-08-25T16:35:58.936Z | Compiling daft v0.1.8 |
| 2231 | 2026-08-25T16:35:59.003Z | Compiling bzip2 v0.4.4 |
| 2232 | 2026-08-25T16:35:59.042Z | Compiling cipher v0.5.2 |
| 2233 | 2026-08-25T16:35:59.205Z | Compiling darling v0.23.0 |
| 2234 | 2026-08-25T16:35:59.229Z | Compiling darling v0.20.11 |
| 2235 | 2026-08-25T16:35:59.313Z | Compiling hashbrown v0.13.2 |
| 2236 | 2026-08-25T16:35:59.792Z | Compiling x509-cert v0.2.5 |
| 2237 | 2026-08-25T16:35:59.880Z | Compiling dtrace-parser v0.3.0 |
| 2238 | 2026-08-25T16:35:59.924Z | Compiling async-recursion v1.1.1 |
| 2239 | 2026-08-25T16:36:00.214Z | Compiling sync_wrapper v1.0.2 |
| 2240 | 2026-08-25T16:36:00.285Z | Compiling thread-id v5.1.0 |
| 2241 | 2026-08-25T16:36:00.352Z | Compiling crc-any v2.5.0 |
| 2242 | 2026-08-25T16:36:00.460Z | Compiling cfg_aliases v0.2.1 |
| 2243 | 2026-08-25T16:36:00.663Z | Compiling powerfmt v0.2.0 |
| 2244 | 2026-08-25T16:36:00.732Z | Compiling siphasher v1.0.2 |
| 2245 | 2026-08-25T16:36:00.772Z | Compiling deranged v0.5.8 |
| 2246 | 2026-08-25T16:36:00.882Z | Compiling nix v0.31.2 |
| 2247 | 2026-08-25T16:36:01.115Z | Compiling tower v0.5.3 |
| 2248 | 2026-08-25T16:36:01.664Z | Compiling object v0.30.4 |
| 2249 | 2026-08-25T16:36:01.774Z | Compiling derive_builder_core v0.20.2 |
| 2250 | 2026-08-25T16:36:02.004Z | Compiling serde_with_macros v3.21.0 |
| 2251 | 2026-08-25T16:36:02.333Z | Compiling chacha20 v0.10.0 |
| 2252 | 2026-08-25T16:36:02.409Z | Compiling zip v0.6.6 |
| 2253 | 2026-08-25T16:36:02.644Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2254 | 2026-08-25T16:36:02.908Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2255 | 2026-08-25T16:36:02.978Z | Compiling bstr v1.12.1 |
| 2256 | 2026-08-25T16:36:03.234Z | Compiling http-body-util v0.1.3 |
| 2257 | 2026-08-25T16:36:03.490Z | Compiling futures-executor v0.3.32 |
| 2258 | 2026-08-25T16:36:03.526Z | Compiling erased-serde v0.3.31 |
| 2259 | 2026-08-25T16:36:03.553Z | Compiling serde_tokenstream v0.2.3 |
| 2260 | 2026-08-25T16:36:03.753Z | Compiling hubpack_derive v0.1.1 |
| 2261 | 2026-08-25T16:36:04.018Z | Compiling strum_macros v0.27.2 |
| 2262 | 2026-08-25T16:36:04.096Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2263 | 2026-08-25T16:36:04.096Z | Compiling ref-cast-impl v1.0.25 |
| 2264 | 2026-08-25T16:36:04.116Z | Compiling usdt-impl v0.5.0 |
| 2265 | 2026-08-25T16:36:04.226Z | Compiling fs-err v3.3.0 |
| 2266 | 2026-08-25T16:36:04.351Z | Compiling unicode-bidi v0.3.18 |
| 2267 | 2026-08-25T16:36:04.383Z | Compiling ryu v1.0.23 |
| 2268 | 2026-08-25T16:36:04.408Z | Compiling iri-string v0.7.10 |
| 2269 | 2026-08-25T16:36:04.558Z | Compiling same-file v1.0.6 |
| 2270 | 2026-08-25T16:36:04.592Z | Compiling num_threads v0.1.7 |
| 2271 | 2026-08-25T16:36:04.671Z | Compiling allocator-api2 v0.2.21 |
| 2272 | 2026-08-25T16:36:05.008Z | Compiling unicode-properties v0.1.4 |
| 2273 | 2026-08-25T16:36:05.036Z | Compiling path-slash v0.1.5 |
| 2274 | 2026-08-25T16:36:05.206Z | Compiling gimli v0.32.3 |
| 2275 | 2026-08-25T16:36:05.318Z | Compiling time v0.3.47 |
| 2276 | 2026-08-25T16:36:05.566Z | Compiling stringprep v0.1.5 |
| 2277 | 2026-08-25T16:36:05.974Z | Compiling tower-http v0.6.8 |
| 2278 | 2026-08-25T16:36:06.858Z | Compiling serde_urlencoded v0.7.1 |
| 2279 | 2026-08-25T16:36:06.899Z | Compiling walkdir v2.5.0 |
| 2280 | 2026-08-25T16:36:06.965Z | Compiling addr2line v0.25.1 |
| 2281 | 2026-08-25T16:36:07.524Z | Compiling futures v0.3.32 |
| 2282 | 2026-08-25T16:36:07.942Z | Compiling derive_builder_macro v0.20.2 |
| 2283 | 2026-08-25T16:36:07.967Z | Compiling rand v0.10.1 |
| 2284 | 2026-08-25T16:36:08.245Z | Compiling tokio-native-tls v0.3.1 |
| 2285 | 2026-08-25T16:36:08.354Z | Compiling convert_case v0.10.0 |
| 2286 | 2026-08-25T16:36:08.439Z | Compiling sha2 v0.11.0 |
| 2287 | 2026-08-25T16:36:08.455Z | Compiling md-5 v0.11.0 |
| 2288 | 2026-08-25T16:36:08.466Z | Compiling hmac v0.13.0 |
| 2289 | 2026-08-25T16:36:08.490Z | Compiling strum v0.26.3 |
| 2290 | 2026-08-25T16:36:08.661Z | Compiling scroll v0.12.0 |
| 2291 | 2026-08-25T16:36:08.667Z | Compiling pin-project v1.1.11 |
| 2292 | 2026-08-25T16:36:08.667Z | Compiling rustls-native-certs v0.8.3 |
| 2293 | 2026-08-25T16:36:08.747Z | Compiling hash32 v0.2.1 |
| 2294 | 2026-08-25T16:36:08.770Z | Compiling vergen-lib v9.1.0 |
| 2295 | 2026-08-25T16:36:08.818Z | Compiling encoding_rs v0.8.35 |
| 2296 | 2026-08-25T16:36:08.850Z | Compiling mime v0.3.17 |
| 2297 | 2026-08-25T16:36:08.919Z | Compiling rustc-demangle v0.1.27 |
| 2298 | 2026-08-25T16:36:08.976Z | Compiling fallible-iterator v0.2.0 |
| 2299 | 2026-08-25T16:36:09.111Z | Compiling jiff-core v0.1.0 |
| 2300 | 2026-08-25T16:36:09.176Z | Compiling psl-types v2.0.11 |
| 2301 | 2026-08-25T16:36:09.324Z | Compiling postgres-protocol v0.6.12 |
| 2302 | 2026-08-25T16:36:09.385Z | Compiling publicsuffix v2.3.0 |
| 2303 | 2026-08-25T16:36:09.385Z | Compiling goblin v0.8.2 |
| 2304 | 2026-08-25T16:36:09.680Z | Compiling snafu v0.8.9 |
| 2305 | 2026-08-25T16:36:09.877Z | Compiling derive_more-impl v2.1.1 |
| 2306 | 2026-08-25T16:36:10.021Z | Compiling jiff v0.2.34 |
| 2307 | 2026-08-25T16:36:10.123Z | Compiling backtrace v0.3.76 |
| 2308 | 2026-08-25T16:36:10.166Z | Compiling derive_builder v0.20.2 |
| 2309 | 2026-08-25T16:36:10.241Z | Compiling hyper-tls v0.6.0 |
| 2310 | 2026-08-25T16:36:10.769Z | Compiling usdt-macro v0.6.0 |
| 2311 | 2026-08-25T16:36:10.872Z | Compiling usdt-attr-macro v0.6.0 |
| 2312 | 2026-08-25T16:36:10.906Z | Compiling globset v0.4.18 |
| 2313 | 2026-08-25T16:36:10.928Z | Compiling phf_shared v0.13.1 |
| 2314 | 2026-08-25T16:36:10.940Z | Compiling crossbeam-epoch v0.9.18 |
| 2315 | 2026-08-25T16:36:11.099Z | Compiling zerocopy v0.7.35 |
| 2316 | 2026-08-25T16:36:11.333Z | Compiling regex v1.12.3 |
| 2317 | 2026-08-25T16:36:11.679Z | Compiling hmac v0.12.1 |
| 2318 | 2026-08-25T16:36:11.711Z | Compiling serde_plain v1.0.2 |
| 2319 | 2026-08-25T16:36:11.711Z | Compiling enum-as-inner v0.6.1 |
| 2320 | 2026-08-25T16:36:11.847Z | Compiling miette-derive v7.6.0 |
| 2321 | 2026-08-25T16:36:11.972Z | Compiling serde_repr v0.1.20 |
| 2322 | 2026-08-25T16:36:11.994Z | Compiling pem v3.0.6 |
| 2323 | 2026-08-25T16:36:12.127Z | Compiling ff v0.13.1 |
| 2324 | 2026-08-25T16:36:12.147Z | Compiling vergen v9.1.0 |
| 2325 | 2026-08-25T16:36:12.187Z | Compiling cargo-platform v0.3.2 |
| 2326 | 2026-08-25T16:36:12.269Z | Compiling filetime v0.2.27 |
| 2327 | 2026-08-25T16:36:12.300Z | Compiling bumpalo v3.20.2 |
| 2328 | 2026-08-25T16:36:12.335Z | Compiling is_ci v1.2.0 |
| 2329 | 2026-08-25T16:36:12.488Z | Compiling xattr v1.6.1 |
| 2330 | 2026-08-25T16:36:12.503Z | Compiling base16ct v0.2.0 |
| 2331 | 2026-08-25T16:36:12.503Z | Compiling foldhash v0.2.0 |
| 2332 | 2026-08-25T16:36:12.529Z | Compiling foldhash v0.1.5 |
| 2333 | 2026-08-25T16:36:12.537Z | Compiling unicode-width v0.2.0 |
| 2334 | 2026-08-25T16:36:12.677Z | Compiling managed v0.8.0 |
| 2335 | 2026-08-25T16:36:12.693Z | Compiling typed-path v0.9.3 |
| 2336 | 2026-08-25T16:36:12.707Z | Compiling unicode-linebreak v0.1.5 |
| 2337 | 2026-08-25T16:36:12.906Z | Compiling bitflags v1.3.2 |
| 2338 | 2026-08-25T16:36:12.941Z | Compiling either v1.15.0 |
| 2339 | 2026-08-25T16:36:12.966Z | Compiling libbz2-rs-sys v0.2.2 |
| 2340 | 2026-08-25T16:36:13.063Z | Compiling smawk v0.3.2 |
| 2341 | 2026-08-25T16:36:13.202Z | Compiling textwrap v0.16.2 |
| 2342 | 2026-08-25T16:36:13.373Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2343 | 2026-08-25T16:36:13.420Z | Compiling bzip2 v0.6.1 |
| 2344 | 2026-08-25T16:36:13.546Z | Compiling hashbrown v0.16.1 |
| 2345 | 2026-08-25T16:36:13.584Z | Compiling hashbrown v0.15.5 |
| 2346 | 2026-08-25T16:36:13.601Z | Compiling sec1 v0.7.3 |
| 2347 | 2026-08-25T16:36:13.625Z | Compiling tar v0.4.46 |
| 2348 | 2026-08-25T16:36:13.734Z | Compiling zopfli v0.8.3 |
| 2349 | 2026-08-25T16:36:13.764Z | Compiling supports-color v3.0.2 |
| 2350 | 2026-08-25T16:36:13.903Z | Compiling cargo_metadata v0.23.1 |
| 2351 | 2026-08-25T16:36:13.931Z | Compiling group v0.13.0 |
| 2352 | 2026-08-25T16:36:14.151Z | Compiling hkdf v0.12.4 |
| 2353 | 2026-08-25T16:36:14.629Z | Compiling dof v0.3.0 |
| 2354 | 2026-08-25T16:36:15.242Z | Compiling phf v0.13.1 |
| 2355 | 2026-08-25T16:36:15.396Z | Compiling zstd v0.13.3 |
| 2356 | 2026-08-25T16:36:15.461Z | Compiling backtrace-ext v0.2.1 |
| 2357 | 2026-08-25T16:36:15.667Z | Compiling reqwest v0.12.28 |
| 2358 | 2026-08-25T16:36:15.697Z | Compiling cookie_store v0.22.1 |
| 2359 | 2026-08-25T16:36:15.757Z | Compiling signal-hook-mio v0.2.5 |
| 2360 | 2026-08-25T16:36:15.959Z | Compiling postgres-types v0.2.14 |
| 2361 | 2026-08-25T16:36:16.068Z | Compiling strum v0.27.2 |
| 2362 | 2026-08-25T16:36:16.343Z | Compiling hubpack v0.1.2 |
| 2363 | 2026-08-25T16:36:16.377Z | Compiling phf_shared v0.11.3 |
| 2364 | 2026-08-25T16:36:16.491Z | Compiling dtrace-parser v0.2.0 |
| 2365 | 2026-08-25T16:36:16.506Z | Compiling byte-wrapper v0.1.0 |
| 2366 | 2026-08-25T16:36:16.506Z | Compiling ed25519 v2.2.3 |
| 2367 | 2026-08-25T16:36:16.597Z | Compiling olpc-cjson v0.1.4 |
| 2368 | 2026-08-25T16:36:16.866Z | Compiling crypto-bigint v0.5.5 |
| 2369 | 2026-08-25T16:36:16.922Z | Compiling serde-big-array v0.5.1 |
| 2370 | 2026-08-25T16:36:17.093Z | Compiling float-cmp v0.10.0 |
| 2371 | 2026-08-25T16:36:17.162Z | Compiling memmap2 v0.9.10 |
| 2372 | 2026-08-25T16:36:17.260Z | Compiling thread-id v4.2.2 |
| 2373 | 2026-08-25T16:36:17.298Z | Compiling toml_write v0.1.2 |
| 2374 | 2026-08-25T16:36:17.362Z | Compiling keccak v0.1.6 |
| 2375 | 2026-08-25T16:36:17.452Z | Compiling fixedbitset v0.4.2 |
| 2376 | 2026-08-25T16:36:17.503Z | Compiling predicates-core v1.0.10 |
| 2377 | 2026-08-25T16:36:17.601Z | Compiling unicode-width v0.1.14 |
| 2378 | 2026-08-25T16:36:17.675Z | Compiling fixedbitset v0.5.7 |
| 2379 | 2026-08-25T16:36:17.705Z | Compiling data-encoding v2.10.0 |
| 2380 | 2026-08-25T16:36:17.720Z | Compiling supports-hyperlinks v3.2.0 |
| 2381 | 2026-08-25T16:36:17.878Z | Compiling difflib v0.4.0 |
| 2382 | 2026-08-25T16:36:17.941Z | Compiling whoami v2.1.0 |
| 2383 | 2026-08-25T16:36:17.957Z | Compiling normalize-line-endings v0.3.0 |
| 2384 | 2026-08-25T16:36:18.088Z | Compiling winnow v0.7.14 |
| 2385 | 2026-08-25T16:36:18.331Z | Compiling supports-unicode v3.0.0 |
| 2386 | 2026-08-25T16:36:18.472Z | Compiling new_debug_unreachable v1.0.6 |
| 2387 | 2026-08-25T16:36:18.490Z | Compiling rayon-core v1.13.0 |
| 2388 | 2026-08-25T16:36:18.506Z | Compiling winnow v1.0.3 |
| 2389 | 2026-08-25T16:36:18.558Z | Compiling precomputed-hash v0.1.1 |
| 2390 | 2026-08-25T16:36:18.573Z | Compiling static_assertions v1.1.0 |
| 2391 | 2026-08-25T16:36:18.657Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2392 | 2026-08-25T16:36:18.674Z | Compiling string_cache v0.8.9 |
| 2393 | 2026-08-25T16:36:18.743Z | Compiling miette v7.6.0 |
| 2394 | 2026-08-25T16:36:18.956Z | Compiling predicates v3.1.4 |
| 2395 | 2026-08-25T16:36:18.971Z | Compiling tokio-postgres v0.7.18 |
| 2396 | 2026-08-25T16:36:19.187Z | Compiling hickory-proto v0.25.2 |
| 2397 | 2026-08-25T16:36:19.468Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2398 | 2026-08-25T16:36:19.721Z | Compiling toml_edit v0.22.27 |
| 2399 | 2026-08-25T16:36:19.968Z | Compiling petgraph v0.8.3 |
| 2400 | 2026-08-25T16:36:20.033Z | Compiling elliptic-curve v0.13.8 |
| 2401 | 2026-08-25T16:36:20.253Z | Compiling petgraph v0.6.5 |
| 2402 | 2026-08-25T16:36:20.397Z | Compiling sha3 v0.10.8 |
| 2403 | 2026-08-25T16:36:20.731Z | Compiling usdt v0.6.0 |
| 2404 | 2026-08-25T16:36:21.106Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2405 | 2026-08-25T16:36:21.918Z | Compiling ed25519-dalek v2.2.0 |
| 2406 | 2026-08-25T16:36:22.330Z | Compiling crossterm v0.28.1 |
| 2407 | 2026-08-25T16:36:22.628Z | Compiling zip v4.6.1 |
| 2408 | 2026-08-25T16:36:23.396Z | Compiling iddqd v0.4.2 |
| 2409 | 2026-08-25T16:36:23.519Z | Compiling itertools v0.15.0 |
| 2410 | 2026-08-25T16:36:23.823Z | Compiling itertools v0.13.0 |
| 2411 | 2026-08-25T16:36:23.835Z | Compiling derive_more v2.1.1 |
| 2412 | 2026-08-25T16:36:24.296Z | Compiling similar v2.7.0 |
| 2413 | 2026-08-25T16:36:24.539Z | Compiling serde_with v3.21.0 |
| 2414 | 2026-08-25T16:36:24.900Z | Compiling heck v0.4.1 |
| 2415 | 2026-08-25T16:36:25.180Z | Compiling tokio-stream v0.1.18 |
| 2416 | 2026-08-25T16:36:25.266Z | Compiling buf-list v1.1.2 |
| 2417 | 2026-08-25T16:36:25.286Z | Compiling half v2.7.1 |
| 2418 | 2026-08-25T16:36:25.379Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2419 | 2026-08-25T16:36:25.655Z | Compiling openapiv3 v2.2.0 |
| 2420 | 2026-08-25T16:36:25.948Z | Compiling ciborium-io v0.2.2 |
| 2421 | 2026-08-25T16:36:26.062Z | Compiling peg-runtime v0.8.5 |
| 2422 | 2026-08-25T16:36:26.631Z | Compiling lalrpop-util v0.19.12 |
| 2423 | 2026-08-25T16:36:26.733Z | Compiling ciborium-ll v0.2.2 |
| 2424 | 2026-08-25T16:36:27.633Z | Compiling crossbeam-deque v0.8.6 |
| 2425 | 2026-08-25T16:36:28.090Z | Compiling camino-tempfile v1.4.1 |
| 2426 | 2026-08-25T16:36:28.504Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2427 | 2026-08-25T16:36:29.023Z | Compiling blake3 v1.8.5 |
| 2428 | 2026-08-25T16:36:29.124Z | Compiling fs-err v2.11.0 |
| 2429 | 2026-08-25T16:36:30.332Z | Compiling rustls-webpki v0.103.13 |
| 2430 | 2026-08-25T16:36:31.827Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2431 | 2026-08-25T16:36:33.232Z | Compiling ciborium v0.2.2 |
| 2432 | 2026-08-25T16:36:33.766Z | Compiling tokio-rustls v0.26.4 |
| 2433 | 2026-08-25T16:36:33.800Z | Compiling rustls-platform-verifier v0.6.2 |
| 2434 | 2026-08-25T16:36:33.835Z | Compiling tough v0.22.0 |
| 2435 | 2026-08-25T16:36:34.093Z | Compiling hyper-rustls v0.27.7 |
| 2436 | 2026-08-25T16:36:34.109Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2437 | 2026-08-25T16:36:34.350Z | Compiling reqwest v0.13.2 |
| 2438 | 2026-08-25T16:36:34.736Z | Compiling thread_local v1.1.9 |
| 2439 | 2026-08-25T16:36:35.040Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-08-25T16:36:35.084Z | Compiling arrayref v0.3.9 |
| 2441 | 2026-08-25T16:36:35.177Z | Compiling constant_time_eq v0.4.2 |
| 2442 | 2026-08-25T16:36:35.251Z | Compiling arrayvec v0.7.6 |
| 2443 | 2026-08-25T16:36:35.346Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2444 | 2026-08-25T16:36:35.379Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2445 | 2026-08-25T16:36:35.610Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2446 | 2026-08-25T16:36:35.677Z | Compiling toml v0.8.23 |
| 2447 | 2026-08-25T16:36:35.745Z | Compiling atomicwrites v0.4.4 |
| 2448 | 2026-08-25T16:36:35.779Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2449 | 2026-08-25T16:36:36.279Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-08-25T16:36:36.383Z | Compiling digest-io v0.1.0 |
| 2451 | 2026-08-25T16:36:36.383Z | Compiling serde_path_to_error v0.1.20 |
| 2452 | 2026-08-25T16:36:36.383Z | Compiling is-terminal v0.4.17 |
| 2453 | 2026-08-25T16:36:36.383Z | Compiling topological-sort v0.2.2 |
| 2454 | 2026-08-25T16:36:36.483Z | Compiling take_mut v0.2.2 |
| 2455 | 2026-08-25T16:36:36.543Z | Compiling indent_write v2.2.0 |
| 2456 | 2026-08-25T16:36:36.579Z | Compiling term v1.2.1 |
| 2457 | 2026-08-25T16:36:36.597Z | Compiling debug-ignore v1.0.5 |
| 2458 | 2026-08-25T16:36:36.619Z | Compiling rawzip v0.4.4 |
| 2459 | 2026-08-25T16:36:36.657Z | Compiling parse-size v1.1.0 |
| 2460 | 2026-08-25T16:36:36.727Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2461 | 2026-08-25T16:36:36.882Z | Compiling shell-words v1.1.1 |
| 2462 | 2026-08-25T16:36:36.914Z | Compiling slog-term v2.9.2 |
| 2463 | 2026-08-25T16:36:37.677Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2464 | 2026-08-25T16:36:44.336Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2465 | 2026-08-25T16:36:46.430Z | Compiling omicron-zone-package v0.12.3 |
| 2466 | 2026-08-25T16:36:46.676Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2467 | 2026-08-25T16:36:47.030Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2468 | 2026-08-25T16:36:47.102Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2469 | 2026-08-25T16:36:51.635Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2470 | 2026-08-25T16:37:04.264Z | Finished `release` profile [optimized] target(s) in 1m 32s |
| 2471 | 2026-08-25T16:37:04.300Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2472 | 2026-08-25T16:37:04.300Z | Aug 25 16:37:03.483 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2473 | 2026-08-25T16:37:04.300Z | Aug 25 16:37:03.583 DEBG running: git rev-parse HEAD |
| 2474 | 2026-08-25T16:37:04.300Z | Aug 25 16:37:03.586 DEBG process exited with exit status: 0 (3.128312ms) |
| 2475 | 2026-08-25T16:37:04.300Z | Aug 25 16:37:03.586 INFO version: 23.0.0-0.ci+gitb8a01ad542c |
| 2476 | 2026-08-25T16:37:04.327Z | Aug 25 16:37:03.594 INFO cloning helios to /work/oxidecomputer/helios |
| 2477 | 2026-08-25T16:37:04.327Z | Aug 25 16:37:03.594 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2478 | 2026-08-25T16:37:04.327Z | Cloning into '/work/oxidecomputer/helios'... |
| 2479 | 2026-08-25T16:37:04.863Z | Aug 25 16:37:04.178 DEBG process exited with exit status: 0 (584.04671ms) |
| 2480 | 2026-08-25T16:37:04.863Z | Aug 25 16:37:04.178 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2481 | 2026-08-25T16:37:04.877Z | Aug 25 16:37:04.181 DEBG process exited with exit status: 0 (2.325781ms) |
| 2482 | 2026-08-25T16:37:04.877Z | Aug 25 16:37:04.181 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2483 | 2026-08-25T16:37:05.236Z | Aug 25 16:37:04.551 DEBG process exited with exit status: 0 (369.623469ms) |
| 2484 | 2026-08-25T16:37:05.236Z | Aug 25 16:37:04.551 DEBG running: zfs list rpool/images/build/host |
| 2485 | 2026-08-25T16:37:05.244Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2486 | 2026-08-25T16:37:05.244Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2487 | 2026-08-25T16:37:05.244Z | Aug 25 16:37:04.556 DEBG process exited with exit status: 0 (4.817024ms) |
| 2488 | 2026-08-25T16:37:05.244Z | Aug 25 16:37:04.556 DEBG running: zfs list rpool/images/build/recovery |
| 2489 | 2026-08-25T16:37:05.247Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2490 | 2026-08-25T16:37:05.247Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2491 | 2026-08-25T16:37:05.248Z | Aug 25 16:37:04.560 DEBG process exited with exit status: 0 (4.651473ms) |
| 2492 | 2026-08-25T16:37:05.248Z | Aug 25 16:37:04.560 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e) |
| 2493 | 2026-08-25T16:37:05.258Z | Aug 25 16:37:04.573 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump |
| 2494 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.574 INFO [hubris-staging] running task |
| 2495 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.574 INFO [incorp-manifest] running task |
| 2496 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.574 INFO [hubris-production] running task |
| 2497 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.574 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2498 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.575 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2499 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.576 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2500 | 2026-08-25T16:37:05.274Z | Aug 25 16:37:04.576 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2501 | 2026-08-25T16:37:05.301Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2502 | 2026-08-25T16:37:05.372Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2503 | 2026-08-25T16:37:05.521Z | Aug 25 16:37:04.811 INFO [incorp-create] process exited with exit status: 0 (236.659357ms) |
| 2504 | 2026-08-25T16:37:05.552Z | Aug 25 16:37:04.812 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2505 | 2026-08-25T16:37:05.724Z | Aug 25 16:37:05.033 INFO [incorp-publisher] process exited with exit status: 0 (221.441447ms) |
| 2506 | 2026-08-25T16:37:06.058Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2507 | 2026-08-25T16:37:06.499Z | Aug 25 16:37:05.811 INFO [hubris-production] task succeeded (1.23669829s) |
| 2508 | 2026-08-25T16:37:07.717Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2509 | 2026-08-25T16:37:07.717Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2510 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2511 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2512 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2513 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2514 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2515 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling inout v0.1.4 |
| 2516 | 2026-08-25T16:37:07.768Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2517 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling multer v3.1.0 |
| 2518 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2519 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2520 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2521 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2522 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2523 | 2026-08-25T16:37:07.769Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2524 | 2026-08-25T16:37:07.769Z | Aug 25 16:37:06.780 DEBG process exited with exit status: 0 (2.197214085s) |
| 2525 | 2026-08-25T16:37:07.769Z | Aug 25 16:37:06.780 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2526 | 2026-08-25T16:37:07.916Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2527 | 2026-08-25T16:37:08.223Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2528 | 2026-08-25T16:37:08.333Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2529 | 2026-08-25T16:37:08.378Z | [ omicron-package] Compiling serde_tokenstream v0.3.0 |
| 2530 | 2026-08-25T16:37:08.446Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2531 | 2026-08-25T16:37:08.446Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2532 | 2026-08-25T16:37:08.493Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2533 | 2026-08-25T16:37:08.498Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2534 | 2026-08-25T16:37:08.542Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2535 | 2026-08-25T16:37:08.561Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2536 | 2026-08-25T16:37:08.561Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2537 | 2026-08-25T16:37:08.567Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2538 | 2026-08-25T16:37:08.760Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2539 | 2026-08-25T16:37:08.883Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2540 | 2026-08-25T16:37:08.971Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2541 | 2026-08-25T16:37:08.976Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2542 | 2026-08-25T16:37:08.982Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2543 | 2026-08-25T16:37:08.998Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2544 | 2026-08-25T16:37:09.074Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2545 | 2026-08-25T16:37:09.139Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2546 | 2026-08-25T16:37:09.143Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2547 | 2026-08-25T16:37:09.143Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2548 | 2026-08-25T16:37:09.256Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2549 | 2026-08-25T16:37:09.329Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2550 | 2026-08-25T16:37:09.418Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2551 | 2026-08-25T16:37:09.424Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2552 | 2026-08-25T16:37:09.424Z | [ omicron-package] Compiling oxide-generation-macros v0.2.0 |
| 2553 | 2026-08-25T16:37:09.424Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2554 | 2026-08-25T16:37:11.822Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2555 | 2026-08-25T16:37:11.899Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2556 | 2026-08-25T16:37:11.899Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2557 | 2026-08-25T16:37:11.899Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2558 | 2026-08-25T16:37:11.899Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2559 | 2026-08-25T16:37:11.899Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2560 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2561 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2562 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling oxide-generation v0.1.3 |
| 2563 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2564 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2565 | 2026-08-25T16:37:11.900Z | Aug 25 16:37:09.575 DEBG process exited with exit status: 0 (2.803708003s) |
| 2566 | 2026-08-25T16:37:11.900Z | Aug 25 16:37:09.582 INFO [incorp-manifest] task succeeded (5.007569833s) |
| 2567 | 2026-08-25T16:37:11.900Z | Aug 25 16:37:09.582 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2568 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2569 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2570 | 2026-08-25T16:37:11.900Z | Aug 25 16:37:09.821 INFO [incorp-fmt] process exited with exit status: 0 (238.941089ms) |
| 2571 | 2026-08-25T16:37:11.900Z | Aug 25 16:37:09.821 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2572 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2573 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling backon v1.6.0 |
| 2574 | 2026-08-25T16:37:11.900Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2575 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2576 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2577 | 2026-08-25T16:37:11.931Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T163710Z |
| 2578 | 2026-08-25T16:37:11.931Z | [ incorp-pkgsend] PUBLISHED |
| 2579 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2580 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling aead v0.5.2 |
| 2581 | 2026-08-25T16:37:11.931Z | Aug 25 16:37:10.321 INFO [incorp-pkgsend] process exited with exit status: 0 (500.449027ms) |
| 2582 | 2026-08-25T16:37:11.931Z | Aug 25 16:37:10.321 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2583 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2584 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2585 | 2026-08-25T16:37:11.931Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2586 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2587 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2588 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2589 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2590 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2591 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2592 | 2026-08-25T16:37:11.932Z | [ helios-incorp] |
| 2593 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Archiving packages ... |
| 2594 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Packages to add: 1 |
| 2595 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Files to retrieve: 0 |
| 2596 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2597 | 2026-08-25T16:37:11.932Z | [ helios-incorp] |
| 2598 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Packages to archive: |
| 2599 | 2026-08-25T16:37:11.932Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T163710Z |
| 2600 | 2026-08-25T16:37:11.932Z | [ helios-incorp] |
| 2601 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2602 | 2026-08-25T16:37:11.932Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2603 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2604 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling instant v0.1.13 |
| 2605 | 2026-08-25T16:37:11.932Z | Aug 25 16:37:10.706 INFO [helios-incorp] process exited with exit status: 0 (384.92195ms) |
| 2606 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2607 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2608 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling illumos-nvpair-sys v0.2.0 |
| 2609 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2610 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2611 | 2026-08-25T16:37:11.932Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2612 | 2026-08-25T16:37:11.933Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2613 | 2026-08-25T16:37:11.947Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2614 | 2026-08-25T16:37:12.119Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2615 | 2026-08-25T16:37:12.135Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2616 | 2026-08-25T16:37:12.135Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2617 | 2026-08-25T16:37:12.135Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2618 | 2026-08-25T16:37:12.160Z | [ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2619 | 2026-08-25T16:37:12.212Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2620 | 2026-08-25T16:37:12.233Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2621 | 2026-08-25T16:37:12.254Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2622 | 2026-08-25T16:37:12.318Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2623 | 2026-08-25T16:37:12.381Z | [ omicron-package] Compiling regress v0.10.5 |
| 2624 | 2026-08-25T16:37:12.440Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2625 | 2026-08-25T16:37:12.543Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2626 | 2026-08-25T16:37:12.826Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2627 | 2026-08-25T16:37:12.916Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2628 | 2026-08-25T16:37:12.983Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2629 | 2026-08-25T16:37:13.021Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2630 | 2026-08-25T16:37:13.119Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2631 | 2026-08-25T16:37:13.156Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2632 | 2026-08-25T16:37:13.262Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2633 | 2026-08-25T16:37:13.293Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2634 | 2026-08-25T16:37:13.460Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2635 | 2026-08-25T16:37:13.503Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2636 | 2026-08-25T16:37:13.538Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2637 | 2026-08-25T16:37:13.591Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2638 | 2026-08-25T16:37:13.594Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2639 | 2026-08-25T16:37:13.705Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2640 | 2026-08-25T16:37:13.738Z | [ omicron-package] Compiling colored v3.1.1 |
| 2641 | 2026-08-25T16:37:13.743Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2642 | 2026-08-25T16:37:13.743Z | [ omicron-package] Compiling illumos-nvpair v0.3.0 |
| 2643 | 2026-08-25T16:37:13.781Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2644 | 2026-08-25T16:37:13.900Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2645 | 2026-08-25T16:37:13.973Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2646 | 2026-08-25T16:37:14.065Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2647 | 2026-08-25T16:37:14.069Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2648 | 2026-08-25T16:37:14.175Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2649 | 2026-08-25T16:37:14.308Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2650 | 2026-08-25T16:37:14.502Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2651 | 2026-08-25T16:37:14.509Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2652 | 2026-08-25T16:37:14.509Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2653 | 2026-08-25T16:37:14.509Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2654 | 2026-08-25T16:37:14.543Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2655 | 2026-08-25T16:37:14.676Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2656 | 2026-08-25T16:37:14.784Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2657 | 2026-08-25T16:37:14.998Z | [ omicron-package] Compiling glob v0.3.3 |
| 2658 | 2026-08-25T16:37:15.040Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2659 | 2026-08-25T16:37:15.188Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2660 | 2026-08-25T16:37:15.402Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2661 | 2026-08-25T16:37:15.574Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2662 | 2026-08-25T16:37:15.644Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2663 | 2026-08-25T16:37:15.743Z | [ omicron-package] Compiling zone v0.3.1 |
| 2664 | 2026-08-25T16:37:15.857Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2665 | 2026-08-25T16:37:16.000Z | [ omicron-package] Compiling smf v0.2.3 |
| 2666 | 2026-08-25T16:37:16.082Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2667 | 2026-08-25T16:37:16.193Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2668 | 2026-08-25T16:37:16.228Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2669 | 2026-08-25T16:37:16.276Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2670 | 2026-08-25T16:37:16.341Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2671 | 2026-08-25T16:37:16.393Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2672 | 2026-08-25T16:37:16.425Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2673 | 2026-08-25T16:37:16.560Z | [ omicron-package] Compiling console v0.16.2 |
| 2674 | 2026-08-25T16:37:16.684Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2675 | 2026-08-25T16:37:16.742Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2676 | 2026-08-25T16:37:17.078Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2677 | 2026-08-25T16:37:17.488Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2678 | 2026-08-25T16:37:17.556Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2679 | 2026-08-25T16:37:21.016Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2680 | 2026-08-25T16:37:21.063Z | Aug 25 16:37:20.378 INFO [hubris-staging] task succeeded (15.804239595s) |
| 2681 | 2026-08-25T16:37:21.111Z | [ helios-setup] Aug 25 16:37:20.426 INFO helios repository root is: /work/oxidecomputer/helios |
| 2682 | 2026-08-25T16:37:21.115Z | [ helios-setup] Aug 25 16:37:20.427 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2683 | 2026-08-25T16:37:21.115Z | [ helios-setup] Aug 25 16:37:20.427 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2684 | 2026-08-25T16:37:21.115Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2685 | 2026-08-25T16:37:21.987Z | [ helios-setup] Aug 25 16:37:21.302 INFO clone ok!, project: chelsio-t6-roms |
| 2686 | 2026-08-25T16:37:21.991Z | [ helios-setup] Aug 25 16:37:21.302 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl |
| 2687 | 2026-08-25T16:37:21.991Z | [ helios-setup] Aug 25 16:37:21.302 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2688 | 2026-08-25T16:37:21.991Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2689 | 2026-08-25T16:37:22.285Z | [ omicron-package] error[E0432]: unresolved import `omicron_common::api::external::Generation` |
| 2690 | 2026-08-25T16:37:22.285Z | [ omicron-package] --> sled-agent/types/versions/src/add_update_disposition/inventory.rs:38:5 |
| 2691 | 2026-08-25T16:37:22.286Z | [ omicron-package] | |
| 2692 | 2026-08-25T16:37:22.289Z | [ omicron-package] 38 | use omicron_common::api::external::Generation; |
| 2693 | 2026-08-25T16:37:22.289Z | [ omicron-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Generation` in `api::external` |
| 2694 | 2026-08-25T16:37:22.289Z | [ omicron-package] |
| 2695 | 2026-08-25T16:37:22.547Z | [ helios-setup] Aug 25 16:37:21.862 INFO clone ok!, project: phbl |
| 2696 | 2026-08-25T16:37:22.551Z | [ helios-setup] Aug 25 16:37:21.862 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2697 | 2026-08-25T16:37:22.551Z | [ helios-setup] Aug 25 16:37:21.862 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2698 | 2026-08-25T16:37:22.551Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2699 | 2026-08-25T16:37:23.369Z | [ helios-setup] Aug 25 16:37:22.684 INFO clone ok!, project: pilot |
| 2700 | 2026-08-25T16:37:23.373Z | [ helios-setup] Aug 25 16:37:22.684 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2701 | 2026-08-25T16:37:23.373Z | [ helios-setup] Aug 25 16:37:22.684 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2702 | 2026-08-25T16:37:23.373Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2703 | 2026-08-25T16:37:24.017Z | [ helios-setup] Aug 25 16:37:23.331 INFO clone ok!, project: dmar-report |
| 2704 | 2026-08-25T16:37:24.021Z | [ helios-setup] Aug 25 16:37:23.332 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2705 | 2026-08-25T16:37:24.021Z | [ helios-setup] Aug 25 16:37:23.332 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2706 | 2026-08-25T16:37:24.021Z | [ helios-setup] Aug 25 16:37:23.332 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
| 2707 | 2026-08-25T16:37:24.021Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2708 | 2026-08-25T16:37:24.877Z | [ helios-setup] Aug 25 16:37:24.191 INFO clone ok!, project: amd-host-image-builder |
| 2709 | 2026-08-25T16:37:24.877Z | [ helios-setup] Aug 25 16:37:24.191 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder |
| 2710 | 2026-08-25T16:37:24.881Z | [ helios-setup] Aug 25 16:37:24.191 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2711 | 2026-08-25T16:37:24.881Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2712 | 2026-08-25T16:37:25.436Z | [ helios-setup] Aug 25 16:37:24.751 INFO clone ok!, project: image-builder |
| 2713 | 2026-08-25T16:37:25.436Z | [ helios-setup] Aug 25 16:37:24.751 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver |
| 2714 | 2026-08-25T16:37:25.436Z | [ helios-setup] Aug 25 16:37:24.751 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2715 | 2026-08-25T16:37:25.440Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2716 | 2026-08-25T16:37:26.171Z | [ helios-setup] Aug 25 16:37:25.486 INFO clone ok!, project: bootserver |
| 2717 | 2026-08-25T16:37:26.175Z | [ helios-setup] Aug 25 16:37:25.486 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2718 | 2026-08-25T16:37:26.175Z | [ helios-setup] Aug 25 16:37:25.486 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2719 | 2026-08-25T16:37:26.175Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2720 | 2026-08-25T16:37:28.242Z | [ omicron-package] For more information about this error, try `rustc --explain E0432`. |
| 2721 | 2026-08-25T16:37:28.398Z | [ omicron-package] error: could not compile `sled-agent-types-versions` (lib) due to 1 previous error |
| 2722 | 2026-08-25T16:37:28.628Z | [ omicron-package] |
| 2723 | 2026-08-25T16:37:28.628Z | [ omicron-package] real 23.307898487 |
| 2724 | 2026-08-25T16:37:28.628Z | [ omicron-package] user 2:22.982794390 |
| 2725 | 2026-08-25T16:37:28.632Z | [ omicron-package] sys 24.681958632 |
| 2726 | 2026-08-25T16:37:28.632Z | [ omicron-package] trap 0.430189974 |
| 2727 | 2026-08-25T16:37:28.632Z | [ omicron-package] tflt 0.446127371 |
| 2728 | 2026-08-25T16:37:28.632Z | [ omicron-package] dflt 1.121522817 |
| 2729 | 2026-08-25T16:37:28.632Z | [ omicron-package] kflt 0.000187280 |
| 2730 | 2026-08-25T16:37:28.632Z | [ omicron-package] lock 8:40.722147348 |
| 2731 | 2026-08-25T16:37:28.632Z | [ omicron-package] slp 5:10.866598253 |
| 2732 | 2026-08-25T16:37:28.632Z | [ omicron-package] lat 45.528229961 |
| 2733 | 2026-08-25T16:37:28.632Z | [ omicron-package] stop 1:49.997388263 |
| 2734 | 2026-08-25T16:37:28.632Z | Aug 25 16:37:27.943 ERRO [omicron-package] process exited with exit status: 101 (23.366472131s) |
| 2735 | 2026-08-25T16:37:28.636Z | Error: command `ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package` exited with exit status: 101 |
| 2736 | 2026-08-25T16:37:28.657Z | process exited: duration 273504 ms, exit code 1 |
| |
| 2737 | 2026-08-25T16:37:28.665Z | found 9 output files |
| 2738 | 2026-08-25T16:37:28.665Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 2739 | 2026-08-25T16:37:29.695Z | uploaded: /work/incorporation.p5m |
| 2740 | 2026-08-25T16:37:29.695Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 2741 | 2026-08-25T16:37:30.732Z | uploaded: /work/incorporation.p5p |
| 2742 | 2026-08-25T16:37:30.732Z | uploading: /work/helios-incorp.log (522 bytes) |
| 2743 | 2026-08-25T16:37:31.759Z | uploaded: /work/helios-incorp.log |
| 2744 | 2026-08-25T16:37:31.760Z | uploading: /work/helios-setup.log (4857 bytes) |
| 2745 | 2026-08-25T16:37:32.775Z | uploaded: /work/helios-setup.log |
| 2746 | 2026-08-25T16:37:32.775Z | uploading: /work/incorp-create.log (0 bytes) |
| 2747 | 2026-08-25T16:37:33.790Z | uploaded: /work/incorp-create.log |
| 2748 | 2026-08-25T16:37:33.790Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 2749 | 2026-08-25T16:37:34.813Z | uploaded: /work/incorp-fmt.log |
| 2750 | 2026-08-25T16:37:34.813Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 2751 | 2026-08-25T16:37:35.829Z | uploaded: /work/incorp-pkgsend.log |
| 2752 | 2026-08-25T16:37:35.829Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 2753 | 2026-08-25T16:37:36.843Z | uploaded: /work/incorp-publisher.log |
| 2754 | 2026-08-25T16:37:36.843Z | uploading: /work/omicron-package.log (10621 bytes) |
| 2755 | 2026-08-25T16:37:37.856Z | uploaded: /work/omicron-package.log |
| 2756 | 2026-08-25T16:37:37.857Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 2757 | 2026-08-25T16:37:37.857Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 2758 | 2026-08-25T16:37:37.857Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |
| 2759 | 2026-08-25T16:37:37.857Z | upload error: rule "/work/helios.json" required a match, but was not used |