|
|
|
| 1 | 2026-06-12T21:09:32.956Z | job assigned to worker 01KTYTN0DJE25AMC2W82AX7NF2 [factory aws, i-06e4edc9726f96f1a] (queued for 49 s) |
| |
| 2 | 2026-06-12T21:09:41.136Z | starting task 0: "setup" |
| 3 | 2026-06-12T21:09:41.141Z | ++ uname -s |
| 4 | 2026-06-12T21:09:41.150Z | + kern=SunOS |
| 5 | 2026-06-12T21:09:41.150Z | + build_user=build |
| 6 | 2026-06-12T21:09:41.150Z | + build_uid=12345 |
| 7 | 2026-06-12T21:09:41.150Z | + work_dir=/work |
| 8 | 2026-06-12T21:09:41.150Z | + input_dir=/input |
| 9 | 2026-06-12T21:09:41.150Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-12T21:09:41.150Z | + case "$kern" in |
| 11 | 2026-06-12T21:09:41.150Z | + groupadd -g 12345 build |
| 12 | 2026-06-12T21:09:41.154Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-12T21:09:43.157Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-12T21:09:43.244Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-12T21:09:43.247Z | + home_fs=zfs |
| 16 | 2026-06-12T21:09:43.247Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-12T21:09:43.247Z | + mkdir -p /home/build |
| 18 | 2026-06-12T21:09:43.247Z | + chown build:build /home/build /work |
| 19 | 2026-06-12T21:09:45.250Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-12T21:09:45.254Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-06-12T21:09:45.261Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-12T21:09:45.267Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-12T21:09:45.267Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-12T21:09:45.267Z | * rust toolchain profile = "default" |
| 25 | 2026-06-12T21:09:45.268Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-12T21:09:45.268Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-12T21:09:45.268Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-12T21:09:45.271Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-12T21:09:45.271Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-12T21:09:45.431Z | info: downloading installer |
| 31 | 2026-06-12T21:09:47.335Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-12T21:09:47.335Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-12T21:09:47.335Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-12T21:09:47.335Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-12T21:09:47.348Z | info: profile set to default |
| 36 | 2026-06-12T21:09:47.348Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-12T21:09:47.351Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-12T21:09:47.551Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-12T21:09:47.555Z | info: downloading 6 components |
| 40 | 2026-06-12T21:10:02.820Z | |
| 41 | 2026-06-12T21:10:02.820Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-12T21:10:02.846Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-12T21:10:02.846Z | |
| 44 | 2026-06-12T21:10:02.846Z | |
| 45 | 2026-06-12T21:10:02.846Z | Rust is installed now. Great! |
| 46 | 2026-06-12T21:10:02.846Z | |
| 47 | 2026-06-12T21:10:02.846Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-12T21:10:02.846Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-12T21:10:02.846Z | |
| 50 | 2026-06-12T21:10:02.846Z | To configure your current shell, you need to source |
| 51 | 2026-06-12T21:10:02.846Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-12T21:10:02.846Z | |
| 53 | 2026-06-12T21:10:02.846Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-12T21:10:02.846Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-12T21:10:02.849Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-12T21:10:02.849Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-12T21:10:02.849Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-12T21:10:02.849Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-12T21:10:02.849Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-12T21:10:02.849Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-12T21:10:02.849Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-12T21:10:02.948Z | + rustup --version |
| 63 | 2026-06-12T21:10:02.955Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-12T21:10:02.958Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-12T21:10:02.975Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-12T21:10:02.978Z | + cargo --version |
| 67 | 2026-06-12T21:10:02.987Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-12T21:10:02.992Z | + rustc --version |
| 69 | 2026-06-12T21:10:03.015Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-12T21:10:03.021Z | process exited: duration 17751 ms, exit code 0 |
| |
| 71 | 2026-06-12T21:10:03.035Z | starting task 2: "authentication" |
| 72 | 2026-06-12T21:10:03.060Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-12T21:10:03.107Z | starting task 3: "clone repository" |
| 74 | 2026-06-12T21:10:03.112Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-12T21:10:03.115Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-12T21:10:03.150Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-12T21:10:13.033Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-12T21:10:13.033Z | + git fetch origin 637a5c024717eef91af5b66f2b8102b00cac8593 |
| 79 | 2026-06-12T21:10:13.322Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-12T21:10:13.323Z | * branch 637a5c024717eef91af5b66f2b8102b00cac8593 -> FETCH_HEAD |
| 81 | 2026-06-12T21:10:13.335Z | + [[ -n eliza/sitrep-reports ]] |
| 82 | 2026-06-12T21:10:13.339Z | ++ git branch --show-current |
| 83 | 2026-06-12T21:10:13.339Z | + current=main |
| 84 | 2026-06-12T21:10:13.339Z | + [[ main != eliza/sitrep-reports ]] |
| 85 | 2026-06-12T21:10:13.339Z | + git branch -f eliza/sitrep-reports 637a5c024717eef91af5b66f2b8102b00cac8593 |
| 86 | 2026-06-12T21:10:13.343Z | + git checkout -f eliza/sitrep-reports |
| 87 | 2026-06-12T21:10:13.583Z | Switched to branch 'eliza/sitrep-reports' |
| 88 | 2026-06-12T21:10:13.586Z | + git reset --hard 637a5c024717eef91af5b66f2b8102b00cac8593 |
| 89 | 2026-06-12T21:10:13.602Z | HEAD is now at 637a5c024 more making plurals line up |
| 90 | 2026-06-12T21:10:13.606Z | process exited: duration 10494 ms, exit code 0 |
| |
| 91 | 2026-06-12T21:10:13.614Z | starting task 4: "build" |
| 92 | 2026-06-12T21:10:13.620Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-12T21:10:13.620Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-12T21:10:13.620Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-12T21:10:13.620Z | + cargo --version |
| 96 | 2026-06-12T21:10:13.629Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-12T21:10:13.632Z | + rustc --version |
| 98 | 2026-06-12T21:10:13.653Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-12T21:10:13.658Z | + cargo tree --locked |
| 100 | 2026-06-12T21:10:13.822Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-06-12T21:10:14.105Z | Updating crates.io index |
| 102 | 2026-06-12T21:10:14.139Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-06-12T21:10:14.966Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-06-12T21:10:15.510Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-06-12T21:10:16.235Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-06-12T21:10:17.198Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-06-12T21:10:17.689Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-06-12T21:10:19.706Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-06-12T21:10:20.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-06-12T21:10:20.926Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-06-12T21:10:22.303Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-06-12T21:10:23.052Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-06-12T21:10:23.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-06-12T21:10:23.860Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-06-12T21:10:24.824Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-06-12T21:10:25.295Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-06-12T21:10:25.762Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 118 | 2026-06-12T21:10:26.149Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 119 | 2026-06-12T21:10:26.525Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 120 | 2026-06-12T21:10:26.999Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 121 | 2026-06-12T21:10:27.397Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 122 | 2026-06-12T21:10:27.653Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 123 | 2026-06-12T21:10:27.905Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 124 | 2026-06-12T21:10:28.362Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-06-12T21:10:28.948Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 126 | 2026-06-12T21:10:29.227Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 127 | 2026-06-12T21:10:29.774Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 128 | 2026-06-12T21:10:30.185Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 129 | 2026-06-12T21:10:30.509Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 130 | 2026-06-12T21:10:31.855Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 131 | 2026-06-12T21:10:32.104Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-06-12T21:10:32.897Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 133 | 2026-06-12T21:10:33.265Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 134 | 2026-06-12T21:10:33.604Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 135 | 2026-06-12T21:10:34.089Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 136 | 2026-06-12T21:10:34.387Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 137 | 2026-06-12T21:10:34.722Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 138 | 2026-06-12T21:10:35.398Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-06-12T21:10:35.680Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 140 | 2026-06-12T21:10:35.944Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 141 | 2026-06-12T21:10:36.182Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 142 | 2026-06-12T21:10:36.563Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 143 | 2026-06-12T21:10:48.953Z | Downloading crates ... |
| 144 | 2026-06-12T21:10:49.052Z | Downloaded anyhow v1.0.102 |
| 145 | 2026-06-12T21:10:49.055Z | Downloaded colorchoice v1.0.4 |
| 146 | 2026-06-12T21:10:49.058Z | Downloaded anstyle-parse v1.0.0 |
| 147 | 2026-06-12T21:10:49.058Z | Downloaded cast v0.3.0 |
| 148 | 2026-06-12T21:10:49.058Z | Downloaded anstyle-query v1.1.5 |
| 149 | 2026-06-12T21:10:49.062Z | Downloaded criterion-plot v0.6.0 |
| 150 | 2026-06-12T21:10:49.062Z | Downloaded addr2line v0.25.1 |
| 151 | 2026-06-12T21:10:49.072Z | Downloaded defmt v1.0.1 |
| 152 | 2026-06-12T21:10:49.075Z | Downloaded darling_core v0.21.3 |
| 153 | 2026-06-12T21:10:49.079Z | Downloaded console v0.16.2 |
| 154 | 2026-06-12T21:10:49.080Z | Downloaded assert-json-diff v2.0.2 |
| 155 | 2026-06-12T21:10:49.085Z | Downloaded constant_time_eq v0.4.2 |
| 156 | 2026-06-12T21:10:49.085Z | Downloaded critical-section v1.2.0 |
| 157 | 2026-06-12T21:10:49.085Z | Downloaded bzip2 v0.4.4 |
| 158 | 2026-06-12T21:10:49.085Z | Downloaded crossbeam-epoch v0.9.18 |
| 159 | 2026-06-12T21:10:49.088Z | Downloaded compression-core v0.4.31 |
| 160 | 2026-06-12T21:10:49.088Z | Downloaded bit-vec v0.8.0 |
| 161 | 2026-06-12T21:10:49.088Z | Downloaded bcs v0.1.6 |
| 162 | 2026-06-12T21:10:49.088Z | Downloaded convert_case v0.4.0 |
| 163 | 2026-06-12T21:10:49.093Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 164 | 2026-06-12T21:10:49.093Z | Downloaded csv-core v0.1.13 |
| 165 | 2026-06-12T21:10:49.093Z | Downloaded cmake v0.1.57 |
| 166 | 2026-06-12T21:10:49.093Z | Downloaded clap v4.6.1 |
| 167 | 2026-06-12T21:10:49.097Z | Downloaded crc32fast v1.5.0 |
| 168 | 2026-06-12T21:10:49.100Z | Downloaded convert_case v0.10.0 |
| 169 | 2026-06-12T21:10:49.100Z | Downloaded cobs v0.3.0 |
| 170 | 2026-06-12T21:10:49.100Z | Downloaded camino-tempfile-ext v0.3.3 |
| 171 | 2026-06-12T21:10:49.103Z | Downloaded ascii-canvas v3.0.0 |
| 172 | 2026-06-12T21:10:49.103Z | Downloaded aes v0.8.4 |
| 173 | 2026-06-12T21:10:49.108Z | Downloaded chacha20 v0.10.0 |
| 174 | 2026-06-12T21:10:49.108Z | Downloaded cpufeatures v0.3.0 |
| 175 | 2026-06-12T21:10:49.108Z | Downloaded ciborium v0.2.2 |
| 176 | 2026-06-12T21:10:49.112Z | Downloaded anstyle-parse v0.2.7 |
| 177 | 2026-06-12T21:10:49.112Z | Downloaded bb8 v0.8.6 |
| 178 | 2026-06-12T21:10:49.113Z | Downloaded clang-sys v1.8.1 |
| 179 | 2026-06-12T21:10:49.113Z | Downloaded blake2 v0.10.6 |
| 180 | 2026-06-12T21:10:49.116Z | Downloaded const_format_proc_macros v0.2.34 |
| 181 | 2026-06-12T21:10:49.116Z | Downloaded anstream v1.0.0 |
| 182 | 2026-06-12T21:10:49.116Z | Downloaded const-oid v0.9.6 |
| 183 | 2026-06-12T21:10:49.121Z | Downloaded anes v0.1.6 |
| 184 | 2026-06-12T21:10:49.121Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 185 | 2026-06-12T21:10:49.121Z | Downloaded derive-ex v0.1.8 |
| 186 | 2026-06-12T21:10:49.124Z | Downloaded const_format v0.2.35 |
| 187 | 2026-06-12T21:10:49.124Z | Downloaded bitfield-struct v0.6.2 |
| 188 | 2026-06-12T21:10:49.124Z | Downloaded clap_lex v1.0.0 |
| 189 | 2026-06-12T21:10:49.124Z | Downloaded cargo-platform v0.2.0 |
| 190 | 2026-06-12T21:10:49.127Z | Downloaded ciborium-io v0.2.2 |
| 191 | 2026-06-12T21:10:49.127Z | Downloaded crossbeam-utils v0.8.21 |
| 192 | 2026-06-12T21:10:49.131Z | Downloaded derive_builder_macro v0.20.2 |
| 193 | 2026-06-12T21:10:49.131Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 194 | 2026-06-12T21:10:49.131Z | Downloaded console v0.15.11 |
| 195 | 2026-06-12T21:10:49.131Z | Downloaded aead v0.5.2 |
| 196 | 2026-06-12T21:10:49.135Z | Downloaded async-object-pool v0.2.0 |
| 197 | 2026-06-12T21:10:49.135Z | Downloaded darling_macro v0.13.4 |
| 198 | 2026-06-12T21:10:49.135Z | Downloaded anstyle v1.0.14 |
| 199 | 2026-06-12T21:10:49.138Z | Downloaded crc8 v0.1.1 |
| 200 | 2026-06-12T21:10:49.143Z | Downloaded debug-ignore v1.0.5 |
| 201 | 2026-06-12T21:10:49.147Z | Downloaded async-stream-impl v0.3.6 |
| 202 | 2026-06-12T21:10:49.147Z | Downloaded darling_macro v0.23.0 |
| 203 | 2026-06-12T21:10:49.151Z | Downloaded dirs-sys-next v0.1.2 |
| 204 | 2026-06-12T21:10:49.151Z | Downloaded crc v3.4.0 |
| 205 | 2026-06-12T21:10:49.151Z | Downloaded defmt v0.3.100 |
| 206 | 2026-06-12T21:10:49.151Z | Downloaded darling_macro v0.20.11 |
| 207 | 2026-06-12T21:10:49.151Z | Downloaded data-encoding v2.10.0 |
| 208 | 2026-06-12T21:10:49.154Z | Downloaded bit-set v0.8.0 |
| 209 | 2026-06-12T21:10:49.154Z | Downloaded bit-set v0.5.3 |
| 210 | 2026-06-12T21:10:49.158Z | Downloaded daft-derive v0.1.7 |
| 211 | 2026-06-12T21:10:49.161Z | Downloaded constant_time_eq v0.3.1 |
| 212 | 2026-06-12T21:10:49.161Z | Downloaded compression-codecs v0.4.37 |
| 213 | 2026-06-12T21:10:49.161Z | Downloaded compact_str v0.8.1 |
| 214 | 2026-06-12T21:10:49.165Z | Downloaded async-recursion v1.1.1 |
| 215 | 2026-06-12T21:10:49.165Z | Downloaded dsl_auto_type v0.2.0 |
| 216 | 2026-06-12T21:10:49.168Z | Downloaded downcast-rs v2.0.2 |
| 217 | 2026-06-12T21:10:49.168Z | Downloaded dof v0.3.0 |
| 218 | 2026-06-12T21:10:49.168Z | Downloaded async-trait v0.1.89 |
| 219 | 2026-06-12T21:10:49.174Z | Downloaded difflib v0.4.0 |
| 220 | 2026-06-12T21:10:49.174Z | Downloaded crucible-workspace-hack v0.1.0 |
| 221 | 2026-06-12T21:10:49.174Z | Downloaded clap_derive v4.6.1 |
| 222 | 2026-06-12T21:10:49.174Z | Downloaded cipher v0.4.4 |
| 223 | 2026-06-12T21:10:49.174Z | Downloaded blake2b_simd v1.0.4 |
| 224 | 2026-06-12T21:10:49.179Z | Downloaded cpufeatures v0.2.17 |
| 225 | 2026-06-12T21:10:49.179Z | Downloaded crypto-common v0.1.7 |
| 226 | 2026-06-12T21:10:49.185Z | Downloaded embedded-io v0.4.0 |
| 227 | 2026-06-12T21:10:49.188Z | Downloaded cfg_aliases v0.1.1 |
| 228 | 2026-06-12T21:10:49.188Z | Downloaded block-buffer v0.10.4 |
| 229 | 2026-06-12T21:10:49.188Z | Downloaded defmt-parser v1.0.0 |
| 230 | 2026-06-12T21:10:49.188Z | Downloaded crunchy v0.2.4 |
| 231 | 2026-06-12T21:10:49.188Z | Downloaded adler2 v2.0.1 |
| 232 | 2026-06-12T21:10:49.191Z | Downloaded block-padding v0.3.3 |
| 233 | 2026-06-12T21:10:49.191Z | Downloaded bitfield-macros v0.19.4 |
| 234 | 2026-06-12T21:10:49.191Z | Downloaded arrayref v0.3.9 |
| 235 | 2026-06-12T21:10:49.191Z | Downloaded atomic-waker v1.1.2 |
| 236 | 2026-06-12T21:10:49.191Z | Downloaded deranged v0.5.8 |
| 237 | 2026-06-12T21:10:49.195Z | Downloaded cstr-argument v0.1.2 |
| 238 | 2026-06-12T21:10:49.195Z | Downloaded ciborium-ll v0.2.2 |
| 239 | 2026-06-12T21:10:49.195Z | Downloaded assert_matches v1.5.0 |
| 240 | 2026-06-12T21:10:49.198Z | Downloaded cargo-platform v0.3.2 |
| 241 | 2026-06-12T21:10:49.198Z | Downloaded darling v0.13.4 |
| 242 | 2026-06-12T21:10:49.198Z | Downloaded crc-catalog v2.4.0 |
| 243 | 2026-06-12T21:10:49.201Z | Downloaded concurrent-queue v2.5.0 |
| 244 | 2026-06-12T21:10:49.201Z | Downloaded cfg-if v1.0.4 |
| 245 | 2026-06-12T21:10:49.205Z | Downloaded async-stream v0.3.6 |
| 246 | 2026-06-12T21:10:49.209Z | Downloaded dof v0.4.0 |
| 247 | 2026-06-12T21:10:49.209Z | Downloaded atomicwrites v0.4.4 |
| 248 | 2026-06-12T21:10:49.212Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 249 | 2026-06-12T21:10:49.215Z | Downloaded embedded-io v0.6.1 |
| 250 | 2026-06-12T21:10:49.215Z | Downloaded dtrace-parser v0.3.0 |
| 251 | 2026-06-12T21:10:49.215Z | Downloaded darling_macro v0.21.3 |
| 252 | 2026-06-12T21:10:49.218Z | Downloaded equivalent v1.0.2 |
| 253 | 2026-06-12T21:10:49.218Z | Downloaded array-init v0.0.4 |
| 254 | 2026-06-12T21:10:49.218Z | Downloaded base16ct v0.2.0 |
| 255 | 2026-06-12T21:10:49.222Z | Downloaded dyn-clone v1.0.20 |
| 256 | 2026-06-12T21:10:49.222Z | Downloaded approx v0.5.1 |
| 257 | 2026-06-12T21:10:49.226Z | Downloaded escape8259 v0.5.3 |
| 258 | 2026-06-12T21:10:49.230Z | Downloaded cfg_aliases v0.2.1 |
| 259 | 2026-06-12T21:10:49.230Z | Downloaded atty v0.2.14 |
| 260 | 2026-06-12T21:10:49.230Z | Downloaded camino-tempfile v1.4.1 |
| 261 | 2026-06-12T21:10:49.233Z | Downloaded cexpr v0.6.0 |
| 262 | 2026-06-12T21:10:49.233Z | Downloaded buf-list v1.1.2 |
| 263 | 2026-06-12T21:10:49.233Z | Downloaded bytecount v0.6.9 |
| 264 | 2026-06-12T21:10:49.233Z | Downloaded diesel-dtrace v0.5.0 |
| 265 | 2026-06-12T21:10:49.236Z | Downloaded cassowary v0.3.0 |
| 266 | 2026-06-12T21:10:49.236Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-06-12T21:10:49.240Z | Downloaded derive_builder_core v0.20.2 |
| 268 | 2026-06-12T21:10:49.240Z | Downloaded der_derive v0.7.3 |
| 269 | 2026-06-12T21:10:49.240Z | Downloaded dunce v1.0.5 |
| 270 | 2026-06-12T21:10:49.240Z | Downloaded cargo-util-schemas v0.8.2 |
| 271 | 2026-06-12T21:10:49.243Z | Downloaded defmt-macros v1.0.1 |
| 272 | 2026-06-12T21:10:49.243Z | Downloaded document-features v0.2.12 |
| 273 | 2026-06-12T21:10:49.250Z | Downloaded display-error-chain v0.2.2 |
| 274 | 2026-06-12T21:10:49.250Z | Downloaded dirs-next v2.0.0 |
| 275 | 2026-06-12T21:10:49.250Z | Downloaded crossbeam-deque v0.8.6 |
| 276 | 2026-06-12T21:10:49.250Z | Downloaded byteorder v1.5.0 |
| 277 | 2026-06-12T21:10:49.253Z | Downloaded fnv v1.0.7 |
| 278 | 2026-06-12T21:10:49.253Z | Downloaded byte-wrapper v0.1.0 |
| 279 | 2026-06-12T21:10:49.253Z | Downloaded arc-swap v1.8.2 |
| 280 | 2026-06-12T21:10:49.253Z | Downloaded float-ord v0.3.2 |
| 281 | 2026-06-12T21:10:49.253Z | Downloaded cfg-expr v0.20.6 |
| 282 | 2026-06-12T21:10:49.257Z | Downloaded foreign-types-macros v0.2.3 |
| 283 | 2026-06-12T21:10:49.257Z | Downloaded env_filter v1.0.0 |
| 284 | 2026-06-12T21:10:49.257Z | Downloaded endian-type v0.1.2 |
| 285 | 2026-06-12T21:10:49.260Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-06-12T21:10:49.260Z | Downloaded errno v0.3.14 |
| 287 | 2026-06-12T21:10:49.260Z | Downloaded colored v2.2.0 |
| 288 | 2026-06-12T21:10:49.264Z | Downloaded enum-as-inner v0.6.1 |
| 289 | 2026-06-12T21:10:49.264Z | Downloaded digest v0.10.7 |
| 290 | 2026-06-12T21:10:49.264Z | Downloaded cookie_store v0.22.1 |
| 291 | 2026-06-12T21:10:49.267Z | Downloaded event-listener-strategy v0.5.4 |
| 292 | 2026-06-12T21:10:49.267Z | Downloaded foreign-types-shared v0.1.1 |
| 293 | 2026-06-12T21:10:49.267Z | Downloaded form_urlencoded v1.2.2 |
| 294 | 2026-06-12T21:10:49.267Z | Downloaded fd-lock v4.0.4 |
| 295 | 2026-06-12T21:10:49.271Z | Downloaded foreign-types v0.3.2 |
| 296 | 2026-06-12T21:10:49.271Z | Downloaded crc-any v2.5.0 |
| 297 | 2026-06-12T21:10:49.271Z | Downloaded float-cmp v0.10.0 |
| 298 | 2026-06-12T21:10:49.271Z | Downloaded foreign-types-shared v0.3.1 |
| 299 | 2026-06-12T21:10:49.274Z | Downloaded foreign-types v0.5.0 |
| 300 | 2026-06-12T21:10:49.274Z | Downloaded futures-core v0.3.32 |
| 301 | 2026-06-12T21:10:49.274Z | Downloaded funty v2.0.0 |
| 302 | 2026-06-12T21:10:49.274Z | Downloaded daft v0.1.7 |
| 303 | 2026-06-12T21:10:49.278Z | Downloaded fixedbitset v0.4.2 |
| 304 | 2026-06-12T21:10:49.278Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-06-12T21:10:49.278Z | Downloaded corncobs v0.1.4 |
| 306 | 2026-06-12T21:10:49.278Z | Downloaded bitflags v1.3.2 |
| 307 | 2026-06-12T21:10:49.281Z | Downloaded backtrace-ext v0.2.1 |
| 308 | 2026-06-12T21:10:49.281Z | Downloaded ecdsa v0.16.9 |
| 309 | 2026-06-12T21:10:49.285Z | Downloaded erased-serde v0.3.31 |
| 310 | 2026-06-12T21:10:49.285Z | Downloaded backoff v0.4.0 |
| 311 | 2026-06-12T21:10:49.285Z | Downloaded anstream v0.6.21 |
| 312 | 2026-06-12T21:10:49.290Z | Downloaded env_logger v0.11.9 |
| 313 | 2026-06-12T21:10:49.290Z | Downloaded ed25519 v2.2.3 |
| 314 | 2026-06-12T21:10:49.290Z | Downloaded futures-task v0.3.32 |
| 315 | 2026-06-12T21:10:49.294Z | Downloaded bit-vec v0.6.3 |
| 316 | 2026-06-12T21:10:49.294Z | Downloaded fxhash v0.2.1 |
| 317 | 2026-06-12T21:10:49.294Z | Downloaded assert_cmd v2.1.2 |
| 318 | 2026-06-12T21:10:49.294Z | Downloaded argon2 v0.5.3 |
| 319 | 2026-06-12T21:10:49.294Z | Downloaded blowfish v0.9.1 |
| 320 | 2026-06-12T21:10:49.297Z | Downloaded globwalk v0.9.1 |
| 321 | 2026-06-12T21:10:49.300Z | Downloaded darling v0.21.3 |
| 322 | 2026-06-12T21:10:49.303Z | Downloaded ff v0.13.1 |
| 323 | 2026-06-12T21:10:49.303Z | Downloaded castaway v0.2.4 |
| 324 | 2026-06-12T21:10:49.303Z | Downloaded cargo_metadata v0.23.1 |
| 325 | 2026-06-12T21:10:49.307Z | Downloaded cargo_metadata v0.21.0 |
| 326 | 2026-06-12T21:10:49.307Z | Downloaded bitfield v0.19.4 |
| 327 | 2026-06-12T21:10:49.307Z | Downloaded displaydoc v0.2.5 |
| 328 | 2026-06-12T21:10:49.310Z | Downloaded derive_builder v0.20.2 |
| 329 | 2026-06-12T21:10:49.313Z | Downloaded futures-sink v0.3.32 |
| 330 | 2026-06-12T21:10:49.313Z | Downloaded gethostname v0.5.0 |
| 331 | 2026-06-12T21:10:49.313Z | Downloaded flagset v0.4.7 |
| 332 | 2026-06-12T21:10:49.316Z | Downloaded filetime v0.2.27 |
| 333 | 2026-06-12T21:10:49.316Z | Downloaded ctr v0.9.2 |
| 334 | 2026-06-12T21:10:49.316Z | Downloaded find-msvc-tools v0.1.9 |
| 335 | 2026-06-12T21:10:49.320Z | Downloaded hash32 v0.3.1 |
| 336 | 2026-06-12T21:10:49.320Z | Downloaded hash32 v0.2.1 |
| 337 | 2026-06-12T21:10:49.320Z | Downloaded guppy-workspace-hack v0.1.0 |
| 338 | 2026-06-12T21:10:49.320Z | Downloaded async-lock v3.4.2 |
| 339 | 2026-06-12T21:10:49.323Z | Downloaded futures-macro v0.3.32 |
| 340 | 2026-06-12T21:10:49.323Z | Downloaded git-stub v1.0.0 |
| 341 | 2026-06-12T21:10:49.323Z | Downloaded ghash v0.5.1 |
| 342 | 2026-06-12T21:10:49.327Z | Downloaded headers-core v0.3.0 |
| 343 | 2026-06-12T21:10:49.327Z | Downloaded diff v0.1.13 |
| 344 | 2026-06-12T21:10:49.327Z | Downloaded des v0.8.1 |
| 345 | 2026-06-12T21:10:49.327Z | Downloaded foldhash v0.1.5 |
| 346 | 2026-06-12T21:10:49.331Z | Downloaded derive-where v1.6.0 |
| 347 | 2026-06-12T21:10:49.334Z | Downloaded hex v0.4.3 |
| 348 | 2026-06-12T21:10:49.334Z | Downloaded chacha20 v0.9.1 |
| 349 | 2026-06-12T21:10:49.334Z | Downloaded hostname v0.3.1 |
| 350 | 2026-06-12T21:10:49.334Z | Downloaded heck v0.4.1 |
| 351 | 2026-06-12T21:10:49.338Z | Downloaded futures-io v0.3.32 |
| 352 | 2026-06-12T21:10:49.338Z | Downloaded futures-executor v0.3.32 |
| 353 | 2026-06-12T21:10:49.338Z | Downloaded fs-err v2.11.0 |
| 354 | 2026-06-12T21:10:49.338Z | Downloaded home v0.5.12 |
| 355 | 2026-06-12T21:10:49.341Z | Downloaded foldhash v0.2.0 |
| 356 | 2026-06-12T21:10:49.341Z | Downloaded fallible-iterator v0.2.0 |
| 357 | 2026-06-12T21:10:49.341Z | Downloaded fixedbitset v0.5.7 |
| 358 | 2026-06-12T21:10:49.341Z | Downloaded erased-serde v0.4.9 |
| 359 | 2026-06-12T21:10:49.345Z | Downloaded ena v0.14.4 |
| 360 | 2026-06-12T21:10:49.345Z | Downloaded derive_more v0.99.20 |
| 361 | 2026-06-12T21:10:49.348Z | Downloaded fs-err v3.3.0 |
| 362 | 2026-06-12T21:10:49.348Z | Downloaded darling_core v0.13.4 |
| 363 | 2026-06-12T21:10:49.351Z | Downloaded hex-literal v0.4.1 |
| 364 | 2026-06-12T21:10:49.351Z | Downloaded generic-array v0.14.7 |
| 365 | 2026-06-12T21:10:49.354Z | Downloaded hubpack_derive v0.1.1 |
| 366 | 2026-06-12T21:10:49.354Z | Downloaded http-range v0.1.5 |
| 367 | 2026-06-12T21:10:49.354Z | Downloaded http-body v1.0.1 |
| 368 | 2026-06-12T21:10:49.354Z | Downloaded chumsky v0.9.3 |
| 369 | 2026-06-12T21:10:49.358Z | Downloaded base64ct v1.8.3 |
| 370 | 2026-06-12T21:10:49.358Z | Downloaded fs_extra v1.3.0 |
| 371 | 2026-06-12T21:10:49.361Z | Downloaded async-bb8-diesel v0.2.1 |
| 372 | 2026-06-12T21:10:49.361Z | Downloaded arrayvec v0.7.6 |
| 373 | 2026-06-12T21:10:49.365Z | Downloaded backon v1.6.0 |
| 374 | 2026-06-12T21:10:49.365Z | Downloaded colored v3.1.1 |
| 375 | 2026-06-12T21:10:49.365Z | Downloaded datatest-stable v0.3.3 |
| 376 | 2026-06-12T21:10:49.368Z | Downloaded cbc v0.1.2 |
| 377 | 2026-06-12T21:10:49.368Z | Downloaded darling v0.20.11 |
| 378 | 2026-06-12T21:10:49.371Z | Downloaded either v1.15.0 |
| 379 | 2026-06-12T21:10:49.371Z | Downloaded camino v1.2.2 |
| 380 | 2026-06-12T21:10:49.374Z | Downloaded cancel-safe-futures v0.1.5 |
| 381 | 2026-06-12T21:10:49.375Z | Downloaded bitflags v2.11.0 |
| 382 | 2026-06-12T21:10:49.379Z | Downloaded bzip2 v0.6.1 |
| 383 | 2026-06-12T21:10:49.379Z | Downloaded group v0.13.0 |
| 384 | 2026-06-12T21:10:49.385Z | Downloaded httpdate v1.0.3 |
| 385 | 2026-06-12T21:10:49.390Z | Downloaded indoc v1.0.9 |
| 386 | 2026-06-12T21:10:49.390Z | Downloaded idna_adapter v1.2.1 |
| 387 | 2026-06-12T21:10:49.395Z | Downloaded allocator-api2 v0.2.21 |
| 388 | 2026-06-12T21:10:49.398Z | Downloaded inout v0.1.4 |
| 389 | 2026-06-12T21:10:49.398Z | Downloaded indent_write v2.2.0 |
| 390 | 2026-06-12T21:10:49.399Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 391 | 2026-06-12T21:10:49.399Z | Downloaded instability v0.3.11 |
| 392 | 2026-06-12T21:10:49.402Z | Downloaded globset v0.4.18 |
| 393 | 2026-06-12T21:10:49.402Z | Downloaded glob v0.3.3 |
| 394 | 2026-06-12T21:10:49.402Z | Downloaded illumos-nvpair v0.3.0 |
| 395 | 2026-06-12T21:10:49.402Z | Downloaded instant v0.1.13 |
| 396 | 2026-06-12T21:10:49.410Z | Downloaded is_terminal_polyfill v1.70.2 |
| 397 | 2026-06-12T21:10:49.410Z | Downloaded git-stub-vcs v0.1.0 |
| 398 | 2026-06-12T21:10:49.410Z | Downloaded criterion v0.7.0 |
| 399 | 2026-06-12T21:10:49.414Z | Downloaded ident_case v1.0.1 |
| 400 | 2026-06-12T21:10:49.414Z | Downloaded event-listener v5.4.1 |
| 401 | 2026-06-12T21:10:49.414Z | Downloaded futures-timer v3.0.3 |
| 402 | 2026-06-12T21:10:49.414Z | Downloaded hyper-tls v0.6.0 |
| 403 | 2026-06-12T21:10:49.414Z | Downloaded dropshot_endpoint v0.17.0 |
| 404 | 2026-06-12T21:10:49.418Z | Downloaded http-body-util v0.1.3 |
| 405 | 2026-06-12T21:10:49.418Z | Downloaded hyper-staticfile v0.10.1 |
| 406 | 2026-06-12T21:10:49.418Z | Downloaded is_ci v1.2.0 |
| 407 | 2026-06-12T21:10:49.422Z | Downloaded futures-channel v0.3.32 |
| 408 | 2026-06-12T21:10:49.422Z | Downloaded darling v0.23.0 |
| 409 | 2026-06-12T21:10:49.425Z | Downloaded internet-checksum v0.2.1 |
| 410 | 2026-06-12T21:10:49.425Z | Downloaded lazy_static v1.5.0 |
| 411 | 2026-06-12T21:10:49.429Z | Downloaded lalrpop-util v0.19.12 |
| 412 | 2026-06-12T21:10:49.432Z | Downloaded heck v0.5.0 |
| 413 | 2026-06-12T21:10:49.432Z | Downloaded getrandom v0.2.17 |
| 414 | 2026-06-12T21:10:49.438Z | Downloaded is-terminal v0.4.17 |
| 415 | 2026-06-12T21:10:49.441Z | Downloaded darling_core v0.23.0 |
| 416 | 2026-06-12T21:10:49.444Z | Downloaded cookie v0.18.1 |
| 417 | 2026-06-12T21:10:49.447Z | Downloaded half v1.8.3 |
| 418 | 2026-06-12T21:10:49.447Z | Downloaded ahash v0.8.12 |
| 419 | 2026-06-12T21:10:49.452Z | Downloaded linked-hash-map v0.5.6 |
| 420 | 2026-06-12T21:10:49.452Z | Downloaded crypto-bigint v0.5.5 |
| 421 | 2026-06-12T21:10:49.456Z | Downloaded itoa v1.0.17 |
| 422 | 2026-06-12T21:10:49.460Z | Downloaded keccak v0.1.6 |
| 423 | 2026-06-12T21:10:49.464Z | Downloaded drift v0.2.0 |
| 424 | 2026-06-12T21:10:49.469Z | Downloaded ingot v0.1.1 |
| 425 | 2026-06-12T21:10:49.472Z | Downloaded indoc v2.0.7 |
| 426 | 2026-06-12T21:10:49.472Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 427 | 2026-06-12T21:10:49.475Z | Downloaded lzss v0.8.2 |
| 428 | 2026-06-12T21:10:49.475Z | Downloaded maybe-uninit v2.0.0 |
| 429 | 2026-06-12T21:10:49.475Z | Downloaded lru-slab v0.1.2 |
| 430 | 2026-06-12T21:10:49.480Z | Downloaded darling_core v0.20.11 |
| 431 | 2026-06-12T21:10:49.480Z | Downloaded hubpack v0.1.2 |
| 432 | 2026-06-12T21:10:49.483Z | Downloaded hostname v0.4.2 |
| 433 | 2026-06-12T21:10:49.483Z | Downloaded kstat-rs v0.2.4 |
| 434 | 2026-06-12T21:10:49.483Z | Downloaded maplit v1.0.2 |
| 435 | 2026-06-12T21:10:49.483Z | Downloaded managed v0.8.0 |
| 436 | 2026-06-12T21:10:49.486Z | Downloaded hyper-rustls v0.27.7 |
| 437 | 2026-06-12T21:10:49.487Z | Downloaded getrandom v0.3.4 |
| 438 | 2026-06-12T21:10:49.490Z | Downloaded futures v0.3.32 |
| 439 | 2026-06-12T21:10:49.569Z | Downloaded jobserver v0.1.34 |
| 440 | 2026-06-12T21:10:49.569Z | Downloaded humantime v2.3.0 |
| 441 | 2026-06-12T21:10:49.569Z | Downloaded md5 v0.7.0 |
| 442 | 2026-06-12T21:10:49.569Z | Downloaded lru-cache v0.1.2 |
| 443 | 2026-06-12T21:10:49.569Z | Downloaded macaddr v1.0.1 |
| 444 | 2026-06-12T21:10:49.569Z | Downloaded highway v1.3.0 |
| 445 | 2026-06-12T21:10:49.569Z | Downloaded ipnetwork v0.21.1 |
| 446 | 2026-06-12T21:10:49.569Z | Downloaded newline-converter v0.3.0 |
| 447 | 2026-06-12T21:10:49.569Z | Downloaded ingot-types v0.1.2 |
| 448 | 2026-06-12T21:10:49.569Z | Downloaded chacha20poly1305 v0.10.1 |
| 449 | 2026-06-12T21:10:49.569Z | Downloaded new_debug_unreachable v1.0.6 |
| 450 | 2026-06-12T21:10:49.569Z | Downloaded iana-time-zone v0.1.65 |
| 451 | 2026-06-12T21:10:49.569Z | Downloaded match_cfg v0.1.0 |
| 452 | 2026-06-12T21:10:49.570Z | Downloaded getrandom v0.4.1 |
| 453 | 2026-06-12T21:10:49.570Z | Downloaded mime v0.3.17 |
| 454 | 2026-06-12T21:10:49.570Z | Downloaded memoffset v0.9.1 |
| 455 | 2026-06-12T21:10:49.570Z | Downloaded md-5 v0.10.6 |
| 456 | 2026-06-12T21:10:49.570Z | Downloaded libloading v0.8.9 |
| 457 | 2026-06-12T21:10:49.570Z | Downloaded der v0.7.10 |
| 458 | 2026-06-12T21:10:49.570Z | Downloaded lock_api v0.4.14 |
| 459 | 2026-06-12T21:10:49.570Z | Downloaded linkme-impl v0.3.35 |
| 460 | 2026-06-12T21:10:49.571Z | Downloaded normalize-line-endings v0.3.0 |
| 461 | 2026-06-12T21:10:49.571Z | Downloaded miette-derive v5.10.0 |
| 462 | 2026-06-12T21:10:49.571Z | Downloaded libsw v3.5.0 |
| 463 | 2026-06-12T21:10:49.571Z | Downloaded libtest-mimic v0.8.1 |
| 464 | 2026-06-12T21:10:49.571Z | Downloaded libsw-core v0.3.2 |
| 465 | 2026-06-12T21:10:49.571Z | Downloaded num v0.4.3 |
| 466 | 2026-06-12T21:10:49.571Z | Downloaded newtype-uuid-macros v0.1.0 |
| 467 | 2026-06-12T21:10:49.571Z | Downloaded nodrop v0.1.14 |
| 468 | 2026-06-12T21:10:49.571Z | Downloaded nested v0.1.1 |
| 469 | 2026-06-12T21:10:49.571Z | Downloaded multimap v0.10.1 |
| 470 | 2026-06-12T21:10:49.571Z | Downloaded num-derive v0.3.3 |
| 471 | 2026-06-12T21:10:49.571Z | Downloaded base64 v0.22.1 |
| 472 | 2026-06-12T21:10:49.571Z | Downloaded num-conv v0.2.0 |
| 473 | 2026-06-12T21:10:49.571Z | Downloaded newtype_derive v0.1.6 |
| 474 | 2026-06-12T21:10:49.571Z | Downloaded num-iter v0.1.45 |
| 475 | 2026-06-12T21:10:49.571Z | Downloaded linear-map v1.2.0 |
| 476 | 2026-06-12T21:10:49.571Z | Downloaded ipnet v2.11.0 |
| 477 | 2026-06-12T21:10:49.571Z | Downloaded num_enum_derive v0.5.11 |
| 478 | 2026-06-12T21:10:49.571Z | Downloaded bytes v1.11.1 |
| 479 | 2026-06-12T21:10:49.571Z | Downloaded linkme v0.3.35 |
| 480 | 2026-06-12T21:10:49.571Z | Downloaded fancy-regex v0.14.0 |
| 481 | 2026-06-12T21:10:49.571Z | Downloaded libefi-sys v0.1.0 |
| 482 | 2026-06-12T21:10:49.571Z | Downloaded libscf-sys v1.1.0 |
| 483 | 2026-06-12T21:10:49.575Z | Downloaded knuffel-derive v3.2.0 |
| 484 | 2026-06-12T21:10:49.575Z | Downloaded num-derive v0.4.2 |
| 485 | 2026-06-12T21:10:49.575Z | Downloaded memmap v0.7.0 |
| 486 | 2026-06-12T21:10:49.575Z | Downloaded num_threads v0.1.7 |
| 487 | 2026-06-12T21:10:49.575Z | Downloaded nonempty v0.12.0 |
| 488 | 2026-06-12T21:10:49.575Z | Downloaded hickory-client v0.25.2 |
| 489 | 2026-06-12T21:10:49.575Z | Downloaded elliptic-curve v0.13.8 |
| 490 | 2026-06-12T21:10:49.575Z | Downloaded hmac v0.12.1 |
| 491 | 2026-06-12T21:10:49.575Z | Downloaded httptest v0.16.4 |
| 492 | 2026-06-12T21:10:49.579Z | Downloaded native-tls v0.2.18 |
| 493 | 2026-06-12T21:10:49.579Z | Downloaded diesel_derives v2.3.7 |
| 494 | 2026-06-12T21:10:49.582Z | Downloaded lru v0.12.5 |
| 495 | 2026-06-12T21:10:49.586Z | Downloaded httparse v1.10.1 |
| 496 | 2026-06-12T21:10:49.586Z | Downloaded nibble_vec v0.1.0 |
| 497 | 2026-06-12T21:10:49.586Z | Downloaded icu_provider v2.1.1 |
| 498 | 2026-06-12T21:10:49.591Z | Downloaded flate2 v1.1.9 |
| 499 | 2026-06-12T21:10:49.595Z | Downloaded backtrace v0.3.76 |
| 500 | 2026-06-12T21:10:49.595Z | Downloaded openssl-macros v0.1.1 |
| 501 | 2026-06-12T21:10:49.595Z | Downloaded oso-derive v0.27.3 |
| 502 | 2026-06-12T21:10:49.595Z | Downloaded crossbeam-channel v0.5.15 |
| 503 | 2026-06-12T21:10:49.598Z | Downloaded openssl-probe v0.2.1 |
| 504 | 2026-06-12T21:10:49.598Z | Downloaded headers v0.4.1 |
| 505 | 2026-06-12T21:10:49.601Z | Downloaded opaque-debug v0.3.1 |
| 506 | 2026-06-12T21:10:49.606Z | Downloaded packed_struct_codegen v0.10.1 |
| 507 | 2026-06-12T21:10:49.606Z | Downloaded olpc-cjson v0.1.4 |
| 508 | 2026-06-12T21:10:49.610Z | Downloaded fatfs v0.3.6 |
| 509 | 2026-06-12T21:10:49.614Z | Downloaded mime_guess v2.0.5 |
| 510 | 2026-06-12T21:10:49.614Z | Downloaded num_enum v0.5.11 |
| 511 | 2026-06-12T21:10:49.617Z | Downloaded half v2.7.1 |
| 512 | 2026-06-12T21:10:49.617Z | Downloaded num-integer v0.1.46 |
| 513 | 2026-06-12T21:10:49.620Z | Downloaded num-complex v0.4.6 |
| 514 | 2026-06-12T21:10:49.620Z | Downloaded parse-size v1.1.0 |
| 515 | 2026-06-12T21:10:49.620Z | Downloaded memmap2 v0.9.10 |
| 516 | 2026-06-12T21:10:49.620Z | Downloaded litrs v1.0.0 |
| 517 | 2026-06-12T21:10:49.624Z | Downloaded expectorate v1.2.0 |
| 518 | 2026-06-12T21:10:49.624Z | Downloaded derive_more-impl v2.1.1 |
| 519 | 2026-06-12T21:10:49.627Z | Downloaded derive_more v2.1.1 |
| 520 | 2026-06-12T21:10:49.633Z | Downloaded multer v3.1.0 |
| 521 | 2026-06-12T21:10:49.636Z | Downloaded ordered-float v2.10.1 |
| 522 | 2026-06-12T21:10:49.636Z | Downloaded litemap v0.8.1 |
| 523 | 2026-06-12T21:10:49.639Z | Downloaded pathdiff v0.2.3 |
| 524 | 2026-06-12T21:10:49.639Z | Downloaded pbkdf2 v0.12.2 |
| 525 | 2026-06-12T21:10:49.639Z | Downloaded pbkdf2 v0.11.0 |
| 526 | 2026-06-12T21:10:49.642Z | Downloaded parking v2.2.1 |
| 527 | 2026-06-12T21:10:49.645Z | Downloaded ingot-macros v0.1.1 |
| 528 | 2026-06-12T21:10:49.645Z | Downloaded ar_archive_writer v0.5.1 |
| 529 | 2026-06-12T21:10:49.650Z | Downloaded icu_normalizer v2.1.1 |
| 530 | 2026-06-12T21:10:49.654Z | Downloaded base64 v0.21.7 |
| 531 | 2026-06-12T21:10:49.654Z | Downloaded openssl-probe v0.1.6 |
| 532 | 2026-06-12T21:10:49.658Z | Downloaded peg-runtime v0.8.5 |
| 533 | 2026-06-12T21:10:49.658Z | Downloaded newtype-uuid v1.3.2 |
| 534 | 2026-06-12T21:10:49.663Z | Downloaded owo-colors v4.3.0 |
| 535 | 2026-06-12T21:10:49.666Z | Downloaded owo-colors v3.5.0 |
| 536 | 2026-06-12T21:10:49.666Z | Downloaded path-slash v0.1.5 |
| 537 | 2026-06-12T21:10:49.670Z | Downloaded cc v1.2.56 |
| 538 | 2026-06-12T21:10:49.670Z | Downloaded oxnet v0.1.5 |
| 539 | 2026-06-12T21:10:49.673Z | Downloaded phf_shared v0.11.3 |
| 540 | 2026-06-12T21:10:49.676Z | Downloaded phf_shared v0.13.1 |
| 541 | 2026-06-12T21:10:49.676Z | Downloaded pin-utils v0.1.0 |
| 542 | 2026-06-12T21:10:49.680Z | Downloaded log v0.4.29 |
| 543 | 2026-06-12T21:10:49.680Z | Downloaded num-rational v0.4.2 |
| 544 | 2026-06-12T21:10:49.683Z | Downloaded percent-encoding v2.3.2 |
| 545 | 2026-06-12T21:10:49.683Z | Downloaded num_enum v0.7.6 |
| 546 | 2026-06-12T21:10:49.687Z | Downloaded parse-display v0.10.0 |
| 547 | 2026-06-12T21:10:49.687Z | Downloaded parking_lot_core v0.8.6 |
| 548 | 2026-06-12T21:10:49.691Z | Downloaded partial-io v0.5.4 |
| 549 | 2026-06-12T21:10:49.691Z | Downloaded parse-display-derive v0.10.0 |
| 550 | 2026-06-12T21:10:49.691Z | Downloaded ignore v0.4.25 |
| 551 | 2026-06-12T21:10:49.694Z | Downloaded powerfmt v0.2.0 |
| 552 | 2026-06-12T21:10:49.695Z | Downloaded icu_collections v2.1.1 |
| 553 | 2026-06-12T21:10:49.698Z | Downloaded plain v0.2.3 |
| 554 | 2026-06-12T21:10:49.698Z | Downloaded icu_properties v2.1.2 |
| 555 | 2026-06-12T21:10:49.701Z | Downloaded knuffel v3.2.0 |
| 556 | 2026-06-12T21:10:49.701Z | Downloaded phf_shared v0.12.1 |
| 557 | 2026-06-12T21:10:49.702Z | Downloaded omicron-zone-package v0.12.2 |
| 558 | 2026-06-12T21:10:49.705Z | Downloaded path-tree v0.8.3 |
| 559 | 2026-06-12T21:10:49.705Z | Downloaded plotters-svg v0.3.7 |
| 560 | 2026-06-12T21:10:49.708Z | Downloaded predicates-core v1.0.10 |
| 561 | 2026-06-12T21:10:49.708Z | Downloaded potential_utf v0.1.4 |
| 562 | 2026-06-12T21:10:49.708Z | Downloaded oorandom v11.1.5 |
| 563 | 2026-06-12T21:10:49.711Z | Downloaded num_enum_derive v0.7.6 |
| 564 | 2026-06-12T21:10:49.715Z | Downloaded predicates-tree v1.0.13 |
| 565 | 2026-06-12T21:10:49.715Z | Downloaded heapless v0.7.17 |
| 566 | 2026-06-12T21:10:49.718Z | Downloaded precomputed-hash v0.1.1 |
| 567 | 2026-06-12T21:10:49.718Z | Downloaded pem v3.0.6 |
| 568 | 2026-06-12T21:10:49.718Z | Downloaded once_cell v1.21.3 |
| 569 | 2026-06-12T21:10:49.721Z | Downloaded flume v0.11.1 |
| 570 | 2026-06-12T21:10:49.725Z | Downloaded nanorand v0.7.0 |
| 571 | 2026-06-12T21:10:49.729Z | Downloaded peg v0.8.5 |
| 572 | 2026-06-12T21:10:49.734Z | Downloaded packed_struct v0.10.1 |
| 573 | 2026-06-12T21:10:49.738Z | Downloaded oxide-tokio-rt v0.1.4 |
| 574 | 2026-06-12T21:10:49.738Z | Downloaded plotters-backend v0.3.7 |
| 575 | 2026-06-12T21:10:49.745Z | Downloaded phf v0.13.1 |
| 576 | 2026-06-12T21:10:49.748Z | Downloaded proc-macro-crate v3.4.0 |
| 577 | 2026-06-12T21:10:49.748Z | Downloaded pin-project-lite v0.2.17 |
| 578 | 2026-06-12T21:10:49.752Z | Downloaded bumpalo v3.20.2 |
| 579 | 2026-06-12T21:10:49.752Z | Downloaded pin-project-internal v1.1.11 |
| 580 | 2026-06-12T21:10:49.752Z | Downloaded progenitor-client v0.11.2 |
| 581 | 2026-06-12T21:10:49.756Z | Downloaded libbz2-rs-sys v0.2.2 |
| 582 | 2026-06-12T21:10:49.761Z | Downloaded nu-ansi-term v0.50.3 |
| 583 | 2026-06-12T21:10:49.761Z | Downloaded parking_lot v0.11.2 |
| 584 | 2026-06-12T21:10:49.765Z | Downloaded num-traits v0.2.19 |
| 585 | 2026-06-12T21:10:49.768Z | Downloaded progenitor-macro v0.11.2 |
| 586 | 2026-06-12T21:10:49.768Z | Downloaded psl-types v2.0.11 |
| 587 | 2026-06-12T21:10:49.771Z | Downloaded paste v1.0.15 |
| 588 | 2026-06-12T21:10:49.771Z | Downloaded jiff-static v0.2.21 |
| 589 | 2026-06-12T21:10:49.776Z | Downloaded crossterm v0.28.1 |
| 590 | 2026-06-12T21:10:49.779Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 591 | 2026-06-12T21:10:49.779Z | Downloaded proc-macro-crate v1.3.1 |
| 592 | 2026-06-12T21:10:49.784Z | Downloaded pretty-hex v0.4.1 |
| 593 | 2026-06-12T21:10:49.784Z | Downloaded predicates v3.1.4 |
| 594 | 2026-06-12T21:10:49.784Z | Downloaded quick-error v1.2.3 |
| 595 | 2026-06-12T21:10:49.787Z | Downloaded pem-rfc7468 v0.7.0 |
| 596 | 2026-06-12T21:10:49.787Z | Downloaded pest_derive v2.8.6 |
| 597 | 2026-06-12T21:10:49.787Z | Downloaded ppv-lite86 v0.2.21 |
| 598 | 2026-06-12T21:10:49.791Z | Downloaded polyval v0.6.2 |
| 599 | 2026-06-12T21:10:49.791Z | Downloaded dropshot-api-manager v0.7.2 |
| 600 | 2026-06-12T21:10:49.794Z | Downloaded crossterm v0.29.0 |
| 601 | 2026-06-12T21:10:49.798Z | Downloaded password-hash v0.5.0 |
| 602 | 2026-06-12T21:10:49.801Z | Downloaded indexmap v1.9.3 |
| 603 | 2026-06-12T21:10:49.801Z | Downloaded phf v0.12.1 |
| 604 | 2026-06-12T21:10:49.804Z | Downloaded pest_generator v2.8.6 |
| 605 | 2026-06-12T21:10:49.804Z | Downloaded peg-macros v0.8.5 |
| 606 | 2026-06-12T21:10:49.804Z | Downloaded radium v0.7.0 |
| 607 | 2026-06-12T21:10:49.807Z | Downloaded icu_normalizer_data v2.1.1 |
| 608 | 2026-06-12T21:10:49.807Z | Downloaded progenitor-macro v0.13.0 |
| 609 | 2026-06-12T21:10:49.807Z | Downloaded icu_locale_core v2.1.1 |
| 610 | 2026-06-12T21:10:49.810Z | Downloaded progenitor-macro v0.14.0 |
| 611 | 2026-06-12T21:10:49.814Z | Downloaded proc-macro-error v1.0.4 |
| 612 | 2026-06-12T21:10:49.814Z | Downloaded papergrid v0.11.0 |
| 613 | 2026-06-12T21:10:49.817Z | Downloaded rand_chacha v0.3.1 |
| 614 | 2026-06-12T21:10:49.817Z | Downloaded indicatif v0.18.4 |
| 615 | 2026-06-12T21:10:49.821Z | Downloaded heapless v0.8.0 |
| 616 | 2026-06-12T21:10:49.825Z | Downloaded ref-cast v1.0.25 |
| 617 | 2026-06-12T21:10:49.825Z | Downloaded rand_xorshift v0.4.0 |
| 618 | 2026-06-12T21:10:49.825Z | Downloaded recursive v0.1.1 |
| 619 | 2026-06-12T21:10:49.828Z | Downloaded progenitor v0.13.0 |
| 620 | 2026-06-12T21:10:49.828Z | Downloaded progenitor v0.11.2 |
| 621 | 2026-06-12T21:10:49.828Z | Downloaded proc-macro-error-attr v1.0.4 |
| 622 | 2026-06-12T21:10:49.828Z | Downloaded pkg-config v0.3.32 |
| 623 | 2026-06-12T21:10:49.831Z | Downloaded progenitor v0.14.0 |
| 624 | 2026-06-12T21:10:49.831Z | Downloaded p256 v0.13.2 |
| 625 | 2026-06-12T21:10:49.835Z | Downloaded oso v0.27.3 |
| 626 | 2026-06-12T21:10:49.835Z | Downloaded progenitor-client v0.14.0 |
| 627 | 2026-06-12T21:10:49.839Z | Downloaded poly1305 v0.8.0 |
| 628 | 2026-06-12T21:10:49.839Z | Downloaded pkcs8 v0.10.2 |
| 629 | 2026-06-12T21:10:49.839Z | Downloaded async-compression v0.4.41 |
| 630 | 2026-06-12T21:10:49.843Z | Downloaded parking_lot v0.12.5 |
| 631 | 2026-06-12T21:10:49.846Z | Downloaded password-hash v0.4.2 |
| 632 | 2026-06-12T21:10:49.850Z | Downloaded memchr v2.8.0 |
| 633 | 2026-06-12T21:10:49.853Z | Downloaded psm v0.1.30 |
| 634 | 2026-06-12T21:10:49.857Z | Downloaded postgres-protocol v0.6.10 |
| 635 | 2026-06-12T21:10:49.857Z | Downloaded parking_lot_core v0.9.12 |
| 636 | 2026-06-12T21:10:49.863Z | Downloaded hickory-resolver v0.25.2 |
| 637 | 2026-06-12T21:10:49.869Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 638 | 2026-06-12T21:10:49.872Z | Downloaded ref-cast-impl v1.0.25 |
| 639 | 2026-06-12T21:10:49.879Z | Downloaded progenitor-client v0.13.0 |
| 640 | 2026-06-12T21:10:49.883Z | Downloaded r2d2 v0.8.10 |
| 641 | 2026-06-12T21:10:49.883Z | Downloaded rtoolbox v0.0.3 |
| 642 | 2026-06-12T21:10:49.883Z | Downloaded quote v1.0.45 |
| 643 | 2026-06-12T21:10:49.883Z | Downloaded primeorder v0.13.6 |
| 644 | 2026-06-12T21:10:49.887Z | Downloaded rand_chacha v0.9.0 |
| 645 | 2026-06-12T21:10:49.891Z | Downloaded papergrid v0.17.0 |
| 646 | 2026-06-12T21:10:49.894Z | Downloaded proc-macro-error2 v2.0.1 |
| 647 | 2026-06-12T21:10:49.898Z | Downloaded rustc-hash v2.1.1 |
| 648 | 2026-06-12T21:10:49.898Z | Downloaded rfc6979 v0.4.0 |
| 649 | 2026-06-12T21:10:49.898Z | Downloaded rand_core v0.9.5 |
| 650 | 2026-06-12T21:10:49.901Z | Downloaded rand_core v0.6.4 |
| 651 | 2026-06-12T21:10:49.901Z | Downloaded russh-cryptovec v0.7.3 |
| 652 | 2026-06-12T21:10:49.901Z | Downloaded aho-corasick v1.1.4 |
| 653 | 2026-06-12T21:10:49.905Z | Downloaded progenitor-extras v0.2.0 |
| 654 | 2026-06-12T21:10:49.908Z | Downloaded pkcs1 v0.7.5 |
| 655 | 2026-06-12T21:10:49.908Z | Downloaded ed25519-dalek v2.2.0 |
| 656 | 2026-06-12T21:10:49.913Z | Downloaded miniz_oxide v0.8.9 |
| 657 | 2026-06-12T21:10:49.916Z | Downloaded rand_seeder v0.4.0 |
| 658 | 2026-06-12T21:10:49.921Z | Downloaded rustc_version v0.4.1 |
| 659 | 2026-06-12T21:10:49.924Z | Downloaded rustc_version v0.1.7 |
| 660 | 2026-06-12T21:10:49.928Z | Downloaded postcard v1.1.3 |
| 661 | 2026-06-12T21:10:49.931Z | Downloaded same-file v1.0.6 |
| 662 | 2026-06-12T21:10:49.934Z | Downloaded scroll_derive v0.12.1 |
| 663 | 2026-06-12T21:10:49.938Z | Downloaded quinn-udp v0.5.14 |
| 664 | 2026-06-12T21:10:49.941Z | Downloaded clap_builder v4.6.0 |
| 665 | 2026-06-12T21:10:49.944Z | Downloaded postgres-types v0.2.12 |
| 666 | 2026-06-12T21:10:49.947Z | Downloaded openssl-sys v0.9.115 |
| 667 | 2026-06-12T21:10:49.950Z | Downloaded salsa20 v0.10.2 |
| 668 | 2026-06-12T21:10:49.950Z | Downloaded prefix-trie v0.7.0 |
| 669 | 2026-06-12T21:10:49.953Z | Downloaded rust-argon2 v2.1.0 |
| 670 | 2026-06-12T21:10:49.957Z | Downloaded rand_core v0.10.0 |
| 671 | 2026-06-12T21:10:49.957Z | Downloaded hickory-resolver v0.24.4 |
| 672 | 2026-06-12T21:10:49.961Z | Downloaded scroll_derive v0.13.1 |
| 673 | 2026-06-12T21:10:49.964Z | Downloaded seq-macro v0.3.6 |
| 674 | 2026-06-12T21:10:49.967Z | Downloaded rustc-demangle v0.1.27 |
| 675 | 2026-06-12T21:10:49.967Z | Downloaded scheduled-thread-pool v0.2.7 |
| 676 | 2026-06-12T21:10:49.967Z | Downloaded proc-macro2 v1.0.106 |
| 677 | 2026-06-12T21:10:49.971Z | Downloaded serde-big-array v0.5.1 |
| 678 | 2026-06-12T21:10:49.971Z | Downloaded hashbrown v0.15.5 |
| 679 | 2026-06-12T21:10:49.974Z | Downloaded serde-value v0.7.0 |
| 680 | 2026-06-12T21:10:49.974Z | Downloaded semver v0.1.20 |
| 681 | 2026-06-12T21:10:49.977Z | Downloaded aes-gcm v0.10.3 |
| 682 | 2026-06-12T21:10:49.977Z | Downloaded secrecy v0.10.3 |
| 683 | 2026-06-12T21:10:49.981Z | Downloaded relative-path v1.9.3 |
| 684 | 2026-06-12T21:10:49.981Z | Downloaded pkcs5 v0.7.1 |
| 685 | 2026-06-12T21:10:49.984Z | Downloaded pin-project v1.1.11 |
| 686 | 2026-06-12T21:10:49.989Z | Downloaded scrypt v0.11.0 |
| 687 | 2026-06-12T21:10:49.992Z | Downloaded rustls-pemfile v2.2.0 |
| 688 | 2026-06-12T21:10:49.992Z | Downloaded rustls-pemfile v1.0.4 |
| 689 | 2026-06-12T21:10:49.996Z | Downloaded progenitor-impl v0.14.0 |
| 690 | 2026-06-12T21:10:50.000Z | Downloaded rustversion v1.0.22 |
| 691 | 2026-06-12T21:10:50.000Z | Downloaded miette v5.10.0 |
| 692 | 2026-06-12T21:10:50.006Z | Downloaded hashbrown v0.13.2 |
| 693 | 2026-06-12T21:10:50.006Z | Downloaded hashbrown v0.12.3 |
| 694 | 2026-06-12T21:10:50.009Z | Downloaded resolv-conf v0.7.6 |
| 695 | 2026-06-12T21:10:50.009Z | Downloaded progenitor-impl v0.13.0 |
| 696 | 2026-06-12T21:10:50.012Z | Downloaded serde_plain v1.0.2 |
| 697 | 2026-06-12T21:10:50.015Z | Downloaded serde_spanned v1.0.4 |
| 698 | 2026-06-12T21:10:50.015Z | Downloaded serde_spanned v0.6.9 |
| 699 | 2026-06-12T21:10:50.015Z | Downloaded serde_repr v0.1.20 |
| 700 | 2026-06-12T21:10:50.019Z | Downloaded serde_bytes v0.11.19 |
| 701 | 2026-06-12T21:10:50.022Z | Downloaded blake3 v1.8.3 |
| 702 | 2026-06-12T21:10:50.026Z | Downloaded schemars_derive v0.8.22 |
| 703 | 2026-06-12T21:10:50.030Z | Downloaded idna v1.1.0 |
| 704 | 2026-06-12T21:10:50.034Z | Downloaded prettyplease v0.2.37 |
| 705 | 2026-06-12T21:10:50.037Z | Downloaded guppy v0.17.25 |
| 706 | 2026-06-12T21:10:50.041Z | Downloaded serde_urlencoded v0.7.1 |
| 707 | 2026-06-12T21:10:50.044Z | Downloaded secrecy v0.8.0 |
| 708 | 2026-06-12T21:10:50.044Z | Downloaded sec1 v0.7.3 |
| 709 | 2026-06-12T21:10:50.047Z | Downloaded sha1 v0.10.6 |
| 710 | 2026-06-12T21:10:50.047Z | Downloaded hashbrown v0.16.1 |
| 711 | 2026-06-12T21:10:50.054Z | Downloaded scroll v0.13.0 |
| 712 | 2026-06-12T21:10:50.054Z | Downloaded hickory-server v0.25.2 |
| 713 | 2026-06-12T21:10:50.061Z | Downloaded serde-untagged v0.1.9 |
| 714 | 2026-06-12T21:10:50.061Z | Downloaded scroll v0.12.0 |
| 715 | 2026-06-12T21:10:50.061Z | Downloaded russh-keys v0.45.0 |
| 716 | 2026-06-12T21:10:50.061Z | Downloaded sapling-renderdag v0.1.0 |
| 717 | 2026-06-12T21:10:50.061Z | Downloaded rusty-fork v0.3.1 |
| 718 | 2026-06-12T21:10:50.061Z | Downloaded rustls-pki-types v1.14.0 |
| 719 | 2026-06-12T21:10:50.064Z | Downloaded shell-words v1.1.1 |
| 720 | 2026-06-12T21:10:50.064Z | Downloaded num-bigint v0.4.6 |
| 721 | 2026-06-12T21:10:50.068Z | Downloaded signal-hook-mio v0.2.5 |
| 722 | 2026-06-12T21:10:50.068Z | Downloaded similar-asserts v1.7.0 |
| 723 | 2026-06-12T21:10:50.068Z | Downloaded hyper-util v0.1.20 |
| 724 | 2026-06-12T21:10:50.071Z | Downloaded sct v0.7.1 |
| 725 | 2026-06-12T21:10:50.075Z | Downloaded hyper v1.8.1 |
| 726 | 2026-06-12T21:10:50.078Z | Downloaded futures-util v0.3.32 |
| 727 | 2026-06-12T21:10:50.085Z | Downloaded sigpipe v0.1.3 |
| 728 | 2026-06-12T21:10:50.088Z | Downloaded serde_with_macros v1.5.2 |
| 729 | 2026-06-12T21:10:50.088Z | Downloaded serde_tokenstream v0.2.3 |
| 730 | 2026-06-12T21:10:50.088Z | Downloaded serde_regex v1.1.0 |
| 731 | 2026-06-12T21:10:50.091Z | Downloaded signature v2.2.0 |
| 732 | 2026-06-12T21:10:50.091Z | Downloaded signal-hook-tokio v0.3.1 |
| 733 | 2026-06-12T21:10:50.091Z | Downloaded slog-envlogger v2.2.0 |
| 734 | 2026-06-12T21:10:50.094Z | Downloaded smawk v0.3.2 |
| 735 | 2026-06-12T21:10:50.094Z | Downloaded slog-bunyan v2.5.0 |
| 736 | 2026-06-12T21:10:50.095Z | Downloaded serde-hex v0.1.0 |
| 737 | 2026-06-12T21:10:50.098Z | Downloaded scopeguard v1.2.0 |
| 738 | 2026-06-12T21:10:50.102Z | Downloaded indexmap v2.14.0 |
| 739 | 2026-06-12T21:10:50.170Z | Downloaded siphasher v1.0.2 |
| 740 | 2026-06-12T21:10:50.257Z | Downloaded ssh-cipher v0.2.0 |
| 741 | 2026-06-12T21:10:50.257Z | Downloaded shlex v1.3.0 |
| 742 | 2026-06-12T21:10:50.257Z | Downloaded sqlparser_derive v0.5.0 |
| 743 | 2026-06-12T21:10:50.257Z | Downloaded rcgen v0.12.1 |
| 744 | 2026-06-12T21:10:50.257Z | Downloaded itertools v0.10.5 |
| 745 | 2026-06-12T21:10:50.257Z | Downloaded libxml v0.3.3 |
| 746 | 2026-06-12T21:10:50.257Z | Downloaded hashbrown v0.17.0 |
| 747 | 2026-06-12T21:10:50.257Z | Downloaded simd-adler32 v0.3.8 |
| 748 | 2026-06-12T21:10:50.258Z | Downloaded stable_deref_trait v1.2.1 |
| 749 | 2026-06-12T21:10:50.258Z | Downloaded serde_path_to_error v0.1.20 |
| 750 | 2026-06-12T21:10:50.258Z | Downloaded serde_derive_internals v0.29.1 |
| 751 | 2026-06-12T21:10:50.258Z | Downloaded rustls-platform-verifier v0.6.2 |
| 752 | 2026-06-12T21:10:50.258Z | Downloaded strsim v0.10.0 |
| 753 | 2026-06-12T21:10:50.258Z | Downloaded strip-ansi-escapes v0.2.1 |
| 754 | 2026-06-12T21:10:50.260Z | Downloaded rustls-native-certs v0.8.3 |
| 755 | 2026-06-12T21:10:50.260Z | Downloaded itertools v0.12.1 |
| 756 | 2026-06-12T21:10:50.260Z | Downloaded ssh-encoding v0.2.0 |
| 757 | 2026-06-12T21:10:50.260Z | Downloaded sha2 v0.10.9 |
| 758 | 2026-06-12T21:10:50.261Z | Downloaded slab v0.4.12 |
| 759 | 2026-06-12T21:10:50.261Z | Downloaded pretty_assertions v1.4.1 |
| 760 | 2026-06-12T21:10:50.261Z | Downloaded iri-string v0.7.10 |
| 761 | 2026-06-12T21:10:50.261Z | Downloaded slog-stdlog v4.1.1 |
| 762 | 2026-06-12T21:10:50.261Z | Downloaded strum v0.26.3 |
| 763 | 2026-06-12T21:10:50.261Z | Downloaded structmeta-derive v0.3.0 |
| 764 | 2026-06-12T21:10:50.261Z | Downloaded strum v0.27.2 |
| 765 | 2026-06-12T21:10:50.261Z | Downloaded structmeta v0.3.0 |
| 766 | 2026-06-12T21:10:50.261Z | Downloaded slog-dtrace v0.3.0 |
| 767 | 2026-06-12T21:10:50.261Z | Downloaded schemars v0.8.22 |
| 768 | 2026-06-12T21:10:50.261Z | Downloaded subtle v2.6.1 |
| 769 | 2026-06-12T21:10:50.261Z | Downloaded slog-json v2.6.1 |
| 770 | 2026-06-12T21:10:50.261Z | Downloaded serde_with_macros v3.17.0 |
| 771 | 2026-06-12T21:10:50.262Z | Downloaded pest_meta v2.8.6 |
| 772 | 2026-06-12T21:10:50.262Z | Downloaded ron v0.8.1 |
| 773 | 2026-06-12T21:10:50.262Z | Downloaded rstest v0.25.0 |
| 774 | 2026-06-12T21:10:50.262Z | Downloaded sync_wrapper v1.0.2 |
| 775 | 2026-06-12T21:10:50.262Z | Downloaded sync-ptr v0.1.4 |
| 776 | 2026-06-12T21:10:50.262Z | Downloaded supports-hyperlinks v2.1.0 |
| 777 | 2026-06-12T21:10:50.262Z | Downloaded hashbrown v0.14.5 |
| 778 | 2026-06-12T21:10:50.262Z | Downloaded supports-color v3.0.2 |
| 779 | 2026-06-12T21:10:50.262Z | Downloaded signal-hook-registry v1.4.8 |
| 780 | 2026-06-12T21:10:50.262Z | Downloaded mio v1.2.0 |
| 781 | 2026-06-12T21:10:50.280Z | Downloaded sqlformat v0.3.5 |
| 782 | 2026-06-12T21:10:50.280Z | Downloaded semver v1.0.28 |
| 783 | 2026-06-12T21:10:50.280Z | Downloaded minimal-lexical v0.2.1 |
| 784 | 2026-06-12T21:10:50.280Z | Downloaded strsim v0.11.1 |
| 785 | 2026-06-12T21:10:50.280Z | Downloaded slog-scope v4.4.1 |
| 786 | 2026-06-12T21:10:50.280Z | Downloaded slog-async v2.8.0 |
| 787 | 2026-06-12T21:10:50.280Z | Downloaded progenitor-impl v0.11.2 |
| 788 | 2026-06-12T21:10:50.280Z | Downloaded supports-color v2.1.0 |
| 789 | 2026-06-12T21:10:50.280Z | Downloaded stacker v0.1.23 |
| 790 | 2026-06-12T21:10:50.280Z | Downloaded tabled_derive v0.7.0 |
| 791 | 2026-06-12T21:10:50.280Z | Downloaded supports-unicode v2.1.0 |
| 792 | 2026-06-12T21:10:50.280Z | Downloaded stringprep v0.1.5 |
| 793 | 2026-06-12T21:10:50.280Z | Downloaded stringmetrics v2.2.2 |
| 794 | 2026-06-12T21:10:50.280Z | Downloaded static_assertions v1.1.0 |
| 795 | 2026-06-12T21:10:50.280Z | Downloaded take_mut v0.2.2 |
| 796 | 2026-06-12T21:10:50.280Z | Downloaded tabwriter v1.4.1 |
| 797 | 2026-06-12T21:10:50.280Z | Downloaded tap v1.0.1 |
| 798 | 2026-06-12T21:10:50.281Z | Downloaded tagptr v0.2.0 |
| 799 | 2026-06-12T21:10:50.281Z | Downloaded serde_cbor v0.11.2 |
| 800 | 2026-06-12T21:10:50.281Z | Downloaded num-bigint-dig v0.8.6 |
| 801 | 2026-06-12T21:10:50.281Z | Downloaded http v1.4.0 |
| 802 | 2026-06-12T21:10:50.281Z | Downloaded publicsuffix v2.3.0 |
| 803 | 2026-06-12T21:10:50.281Z | Downloaded nom v7.1.3 |
| 804 | 2026-06-12T21:10:50.281Z | Downloaded schemars v0.9.0 |
| 805 | 2026-06-12T21:10:50.281Z | Downloaded swrite v0.1.0 |
| 806 | 2026-06-12T21:10:50.281Z | Downloaded strum_macros v0.27.2 |
| 807 | 2026-06-12T21:10:50.281Z | Downloaded strum_macros v0.24.3 |
| 808 | 2026-06-12T21:10:50.281Z | Downloaded spki v0.7.3 |
| 809 | 2026-06-12T21:10:50.281Z | Downloaded smallvec v1.15.1 |
| 810 | 2026-06-12T21:10:50.281Z | Downloaded rayon-core v1.13.0 |
| 811 | 2026-06-12T21:10:50.281Z | Downloaded rand_distr v0.5.1 |
| 812 | 2026-06-12T21:10:50.281Z | Downloaded rsa v0.9.10 |
| 813 | 2026-06-12T21:10:50.281Z | Downloaded termtree v0.5.1 |
| 814 | 2026-06-12T21:10:50.281Z | Downloaded terminal_size v0.1.17 |
| 815 | 2026-06-12T21:10:50.281Z | Downloaded ryu v1.0.23 |
| 816 | 2026-06-12T21:10:50.281Z | Downloaded snafu-derive v0.8.9 |
| 817 | 2026-06-12T21:10:50.281Z | Downloaded pest v2.8.6 |
| 818 | 2026-06-12T21:10:50.281Z | Downloaded qorb v0.4.1 |
| 819 | 2026-06-12T21:10:50.290Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 820 | 2026-06-12T21:10:50.290Z | Downloaded nom v8.0.0 |
| 821 | 2026-06-12T21:10:50.290Z | Downloaded rstest_macros v0.25.0 |
| 822 | 2026-06-12T21:10:50.290Z | Downloaded quinn v0.11.9 |
| 823 | 2026-06-12T21:10:50.290Z | Downloaded tabled_derive v0.11.0 |
| 824 | 2026-06-12T21:10:50.290Z | Downloaded testing_table v0.3.0 |
| 825 | 2026-06-12T21:10:50.291Z | Downloaded tinyvec_macros v0.1.1 |
| 826 | 2026-06-12T21:10:50.299Z | Downloaded time-core v0.1.8 |
| 827 | 2026-06-12T21:10:50.299Z | Downloaded smallvec v0.6.14 |
| 828 | 2026-06-12T21:10:50.299Z | Downloaded support-bundle-viewer v0.1.2 |
| 829 | 2026-06-12T21:10:50.313Z | Downloaded serde_yaml v0.9.34+deprecated |
| 830 | 2026-06-12T21:10:50.313Z | Downloaded serde_core v1.0.228 |
| 831 | 2026-06-12T21:10:50.313Z | Downloaded schemars v1.2.1 |
| 832 | 2026-06-12T21:10:50.324Z | Downloaded smf v0.2.3 |
| 833 | 2026-06-12T21:10:50.325Z | Downloaded slog-term v2.9.2 |
| 834 | 2026-06-12T21:10:50.325Z | Downloaded tokio-test v0.4.5 |
| 835 | 2026-06-12T21:10:50.325Z | Downloaded target-triple v1.0.0 |
| 836 | 2026-06-12T21:10:50.325Z | Downloaded termcolor v1.4.1 |
| 837 | 2026-06-12T21:10:50.325Z | Downloaded synstructure v0.13.2 |
| 838 | 2026-06-12T21:10:50.325Z | Downloaded thread-id v5.1.0 |
| 839 | 2026-06-12T21:10:50.325Z | Downloaded thread-id v4.2.2 |
| 840 | 2026-06-12T21:10:50.330Z | Downloaded termios v0.3.3 |
| 841 | 2026-06-12T21:10:50.330Z | Downloaded socket2 v0.6.3 |
| 842 | 2026-06-12T21:10:50.330Z | Downloaded target-spec v3.5.7 |
| 843 | 2026-06-12T21:10:50.345Z | Downloaded serde v1.0.228 |
| 844 | 2026-06-12T21:10:50.345Z | Downloaded thiserror-no-std v2.0.2 |
| 845 | 2026-06-12T21:10:50.345Z | Downloaded thiserror-impl v2.0.18 |
| 846 | 2026-06-12T21:10:50.345Z | Downloaded terminal_size v0.4.3 |
| 847 | 2026-06-12T21:10:50.345Z | Downloaded target-lexicon v0.13.3 |
| 848 | 2026-06-12T21:10:50.355Z | Downloaded spin v0.9.8 |
| 849 | 2026-06-12T21:10:50.355Z | Downloaded tower-service v0.3.3 |
| 850 | 2026-06-12T21:10:50.355Z | Downloaded tower-layer v0.3.3 |
| 851 | 2026-06-12T21:10:50.355Z | Downloaded topological-sort v0.2.2 |
| 852 | 2026-06-12T21:10:50.355Z | Downloaded tokio-macros v2.7.0 |
| 853 | 2026-06-12T21:10:50.355Z | Downloaded thread_local v1.1.9 |
| 854 | 2026-06-12T21:10:50.355Z | Downloaded thiserror-impl v1.0.69 |
| 855 | 2026-06-12T21:10:50.363Z | Downloaded signal-hook v0.3.18 |
| 856 | 2026-06-12T21:10:50.363Z | Downloaded tiny-keccak v2.0.2 |
| 857 | 2026-06-12T21:10:50.363Z | Downloaded rustls-webpki v0.103.9 |
| 858 | 2026-06-12T21:10:50.363Z | Downloaded tinytemplate v1.2.1 |
| 859 | 2026-06-12T21:10:50.369Z | Downloaded tinystr v0.8.2 |
| 860 | 2026-06-12T21:10:50.369Z | Downloaded time-macros v0.2.27 |
| 861 | 2026-06-12T21:10:50.369Z | Downloaded toml_write v0.1.2 |
| 862 | 2026-06-12T21:10:50.369Z | Downloaded toml_datetime v0.6.11 |
| 863 | 2026-06-12T21:10:50.373Z | Downloaded term v0.7.0 |
| 864 | 2026-06-12T21:10:50.373Z | Downloaded string_cache v0.8.9 |
| 865 | 2026-06-12T21:10:50.374Z | Downloaded h2 v0.4.13 |
| 866 | 2026-06-12T21:10:50.380Z | Downloaded tls_codec_derive v0.4.2 |
| 867 | 2026-06-12T21:10:50.384Z | Downloaded typeid v1.0.3 |
| 868 | 2026-06-12T21:10:50.384Z | Downloaded tls_codec v0.4.2 |
| 869 | 2026-06-12T21:10:50.384Z | Downloaded strum_macros v0.26.4 |
| 870 | 2026-06-12T21:10:50.384Z | Downloaded slog v2.8.2 |
| 871 | 2026-06-12T21:10:50.387Z | Downloaded trait-variant v0.1.2 |
| 872 | 2026-06-12T21:10:50.387Z | Downloaded tokio-tungstenite v0.23.1 |
| 873 | 2026-06-12T21:10:50.387Z | Downloaded term v1.2.1 |
| 874 | 2026-06-12T21:10:50.391Z | Downloaded similar v2.7.0 |
| 875 | 2026-06-12T21:10:50.394Z | Downloaded try-lock v0.2.5 |
| 876 | 2026-06-12T21:10:50.394Z | Downloaded tokio-tungstenite v0.21.0 |
| 877 | 2026-06-12T21:10:50.397Z | Downloaded unarray v0.1.4 |
| 878 | 2026-06-12T21:10:50.400Z | Downloaded serde_derive v1.0.228 |
| 879 | 2026-06-12T21:10:50.404Z | Downloaded typify-macro v0.6.2 |
| 880 | 2026-06-12T21:10:50.404Z | Downloaded itertools v0.13.0 |
| 881 | 2026-06-12T21:10:50.415Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 882 | 2026-06-12T21:10:50.420Z | Downloaded thiserror v2.0.18 |
| 883 | 2026-06-12T21:10:50.423Z | Downloaded tokio-native-tls v0.3.1 |
| 884 | 2026-06-12T21:10:50.428Z | Downloaded libm v0.2.16 |
| 885 | 2026-06-12T21:10:50.432Z | Downloaded unicode-truncate v1.1.0 |
| 886 | 2026-06-12T21:10:50.432Z | Downloaded usdt v0.5.0 |
| 887 | 2026-06-12T21:10:50.432Z | Downloaded untrusted v0.7.1 |
| 888 | 2026-06-12T21:10:50.435Z | Downloaded usdt v0.6.0 |
| 889 | 2026-06-12T21:10:50.435Z | Downloaded samael v0.0.19 |
| 890 | 2026-06-12T21:10:50.438Z | Downloaded goblin v0.8.2 |
| 891 | 2026-06-12T21:10:50.441Z | Downloaded unit-prefix v0.5.2 |
| 892 | 2026-06-12T21:10:50.444Z | Downloaded typify-macro v0.4.3 |
| 893 | 2026-06-12T21:10:50.444Z | Downloaded hkdf v0.12.4 |
| 894 | 2026-06-12T21:10:50.448Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 895 | 2026-06-12T21:10:50.448Z | Downloaded tokio-rustls v0.25.0 |
| 896 | 2026-06-12T21:10:50.457Z | Downloaded tokio-rustls v0.24.1 |
| 897 | 2026-06-12T21:10:50.460Z | Downloaded unicode-xid v0.2.6 |
| 898 | 2026-06-12T21:10:50.460Z | Downloaded tokio-dtrace v0.1.1 |
| 899 | 2026-06-12T21:10:50.460Z | Downloaded thiserror v1.0.69 |
| 900 | 2026-06-12T21:10:50.463Z | Downloaded usdt-attr-macro v0.6.0 |
| 901 | 2026-06-12T21:10:50.463Z | Downloaded utf8parse v0.2.2 |
| 902 | 2026-06-12T21:10:50.467Z | Downloaded subprocess v0.2.15 |
| 903 | 2026-06-12T21:10:50.474Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 904 | 2026-06-12T21:10:50.474Z | Downloaded rpassword v7.4.0 |
| 905 | 2026-06-12T21:10:50.477Z | Downloaded universal-hash v0.5.1 |
| 906 | 2026-06-12T21:10:50.477Z | Downloaded usdt-attr-macro v0.5.0 |
| 907 | 2026-06-12T21:10:50.477Z | Downloaded unicode-linebreak v0.1.5 |
| 908 | 2026-06-12T21:10:50.480Z | Downloaded utf-8 v0.7.6 |
| 909 | 2026-06-12T21:10:50.481Z | Downloaded usdt-macro v0.5.0 |
| 910 | 2026-06-12T21:10:50.481Z | Downloaded untrusted v0.9.0 |
| 911 | 2026-06-12T21:10:50.486Z | Downloaded void v1.0.2 |
| 912 | 2026-06-12T21:10:50.486Z | Downloaded version_check v0.9.5 |
| 913 | 2026-06-12T21:10:50.486Z | Downloaded tui-tree-widget v0.23.1 |
| 914 | 2026-06-12T21:10:50.486Z | Downloaded textwrap v0.16.2 |
| 915 | 2026-06-12T21:10:50.490Z | Downloaded rand v0.9.2 |
| 916 | 2026-06-12T21:10:50.490Z | Downloaded rand v0.8.6 |
| 917 | 2026-06-12T21:10:50.493Z | Downloaded itertools v0.14.0 |
| 918 | 2026-06-12T21:10:50.497Z | Downloaded usdt-macro v0.6.0 |
| 919 | 2026-06-12T21:10:50.497Z | Downloaded textwrap v0.15.2 |
| 920 | 2026-06-12T21:10:50.503Z | Downloaded utf8_iter v1.0.4 |
| 921 | 2026-06-12T21:10:50.503Z | Downloaded rand v0.10.0 |
| 922 | 2026-06-12T21:10:50.503Z | Downloaded tracing-attributes v0.1.31 |
| 923 | 2026-06-12T21:10:50.506Z | Downloaded socket2 v0.5.10 |
| 924 | 2026-06-12T21:10:50.506Z | Downloaded snafu v0.8.9 |
| 925 | 2026-06-12T21:10:50.509Z | Downloaded steno v0.4.1 |
| 926 | 2026-06-12T21:10:50.515Z | Downloaded wait-timeout v0.2.1 |
| 927 | 2026-06-12T21:10:50.523Z | Downloaded xattr v1.6.1 |
| 928 | 2026-06-12T21:10:50.526Z | Downloaded waitgroup v0.1.2 |
| 929 | 2026-06-12T21:10:50.526Z | Downloaded want v0.3.1 |
| 930 | 2026-06-12T21:10:50.526Z | Downloaded tinyvec v1.10.0 |
| 931 | 2026-06-12T21:10:50.529Z | Downloaded tokio-rustls v0.26.4 |
| 932 | 2026-06-12T21:10:50.529Z | Downloaded tar v0.4.45 |
| 933 | 2026-06-12T21:10:50.533Z | Downloaded lalrpop v0.19.12 |
| 934 | 2026-06-12T21:10:50.539Z | Downloaded tokio-stream v0.1.18 |
| 935 | 2026-06-12T21:10:50.542Z | Downloaded chrono v0.4.44 |
| 936 | 2026-06-12T21:10:50.546Z | Downloaded toml v0.8.23 |
| 937 | 2026-06-12T21:10:50.549Z | Downloaded iddqd v0.4.2 |
| 938 | 2026-06-12T21:10:50.553Z | Downloaded usdt-impl v0.6.0 |
| 939 | 2026-06-12T21:10:50.556Z | Downloaded p521 v0.13.3 |
| 940 | 2026-06-12T21:10:50.559Z | Downloaded ucd-trie v0.1.7 |
| 941 | 2026-06-12T21:10:50.559Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 942 | 2026-06-12T21:10:50.559Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 943 | 2026-06-12T21:10:50.562Z | Downloaded russh v0.45.0 |
| 944 | 2026-06-12T21:10:50.565Z | Downloaded xshell-macros v0.2.7 |
| 945 | 2026-06-12T21:10:50.565Z | Downloaded vergen-gitcl v1.0.8 |
| 946 | 2026-06-12T21:10:50.566Z | Downloaded zeroize_derive v1.4.3 |
| 947 | 2026-06-12T21:10:50.569Z | Downloaded zerofrom-derive v0.1.6 |
| 948 | 2026-06-12T21:10:50.569Z | Downloaded uzers v0.12.2 |
| 949 | 2026-06-12T21:10:50.569Z | Downloaded trybuild v1.0.116 |
| 950 | 2026-06-12T21:10:50.573Z | Downloaded zerofrom v0.1.6 |
| 951 | 2026-06-12T21:10:50.577Z | Downloaded bitvec v1.0.1 |
| 952 | 2026-06-12T21:10:50.580Z | Downloaded vergen-git2 v9.1.0 |
| 953 | 2026-06-12T21:10:50.583Z | Downloaded unicode-properties v0.1.4 |
| 954 | 2026-06-12T21:10:50.583Z | Downloaded twox-hash v2.1.2 |
| 955 | 2026-06-12T21:10:50.587Z | Downloaded yoke-derive v0.8.1 |
| 956 | 2026-06-12T21:10:50.587Z | Downloaded zone_cfg_derive v0.3.1 |
| 957 | 2026-06-12T21:10:50.587Z | Downloaded vergen-lib v9.1.0 |
| 958 | 2026-06-12T21:10:50.587Z | Downloaded vergen-lib v0.1.6 |
| 959 | 2026-06-12T21:10:50.590Z | Downloaded tempfile v3.25.0 |
| 960 | 2026-06-12T21:10:50.590Z | Downloaded plotters v0.3.7 |
| 961 | 2026-06-12T21:10:50.594Z | Downloaded tungstenite v0.23.0 |
| 962 | 2026-06-12T21:10:50.597Z | Downloaded tungstenite v0.21.0 |
| 963 | 2026-06-12T21:10:50.601Z | Downloaded unicase v2.9.0 |
| 964 | 2026-06-12T21:10:50.601Z | Downloaded wyz v0.5.1 |
| 965 | 2026-06-12T21:10:50.601Z | Downloaded test-strategy v0.4.5 |
| 966 | 2026-06-12T21:10:50.604Z | Downloaded vsss-rs v3.3.4 |
| 967 | 2026-06-12T21:10:50.604Z | Downloaded zone v0.3.1 |
| 968 | 2026-06-12T21:10:50.607Z | Downloaded writeable v0.6.2 |
| 969 | 2026-06-12T21:10:50.607Z | Downloaded rustyline v14.0.0 |
| 970 | 2026-06-12T21:10:50.610Z | Downloaded xshell v0.2.7 |
| 971 | 2026-06-12T21:10:50.611Z | Downloaded toml v0.7.8 |
| 972 | 2026-06-12T21:10:50.614Z | Downloaded portable-atomic v1.13.1 |
| 973 | 2026-06-12T21:10:50.617Z | Downloaded whoami v1.6.1 |
| 974 | 2026-06-12T21:10:50.618Z | Downloaded moka v0.12.13 |
| 975 | 2026-06-12T21:10:50.622Z | Downloaded usdt-impl v0.5.0 |
| 976 | 2026-06-12T21:10:50.626Z | Downloaded typify v0.6.2 |
| 977 | 2026-06-12T21:10:50.626Z | Downloaded typify v0.4.3 |
| 978 | 2026-06-12T21:10:50.683Z | Downloaded reqwest v0.13.2 |
| 979 | 2026-06-12T21:10:50.683Z | Downloaded icu_properties_data v2.1.2 |
| 980 | 2026-06-12T21:10:50.683Z | Downloaded vergen v9.1.0 |
| 981 | 2026-06-12T21:10:50.683Z | Downloaded unicode-ident v1.0.24 |
| 982 | 2026-06-12T21:10:50.683Z | Downloaded yoke v0.8.1 |
| 983 | 2026-06-12T21:10:50.683Z | Downloaded zeroize v1.8.2 |
| 984 | 2026-06-12T21:10:50.683Z | Downloaded walkdir v2.5.0 |
| 985 | 2026-06-12T21:10:50.684Z | Downloaded reedline v0.40.0 |
| 986 | 2026-06-12T21:10:50.684Z | Downloaded bindgen v0.71.1 |
| 987 | 2026-06-12T21:10:50.684Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 988 | 2026-06-12T21:10:50.684Z | Downloaded aws-lc-rs v1.16.3 |
| 989 | 2026-06-12T21:10:50.684Z | Downloaded goblin v0.10.5 |
| 990 | 2026-06-12T21:10:50.684Z | Downloaded zerovec-derive v0.11.2 |
| 991 | 2026-06-12T21:10:50.684Z | Downloaded whoami v2.1.0 |
| 992 | 2026-06-12T21:10:50.684Z | Downloaded unicode-bidi v0.3.18 |
| 993 | 2026-06-12T21:10:50.684Z | Downloaded tokio-postgres v0.7.16 |
| 994 | 2026-06-12T21:10:50.684Z | Downloaded serde_with v1.14.0 |
| 995 | 2026-06-12T21:10:50.684Z | Downloaded zstd v0.13.3 |
| 996 | 2026-06-12T21:10:50.684Z | Downloaded git2 v0.20.4 |
| 997 | 2026-06-12T21:10:50.689Z | Downloaded zmij v1.0.21 |
| 998 | 2026-06-12T21:10:50.693Z | Downloaded quick-xml v0.37.5 |
| 999 | 2026-06-12T21:10:50.697Z | Downloaded yasna v0.5.2 |
| 1000 | 2026-06-12T21:10:50.697Z | Downloaded uuid v1.23.0 |
| 1001 | 2026-06-12T21:10:50.701Z | Downloaded toml_edit v0.22.27 |
| 1002 | 2026-06-12T21:10:50.704Z | Downloaded tracing-core v0.1.36 |
| 1003 | 2026-06-12T21:10:50.707Z | Downloaded unsafe-libyaml v0.2.11 |
| 1004 | 2026-06-12T21:10:50.707Z | Downloaded rayon v1.11.0 |
| 1005 | 2026-06-12T21:10:50.717Z | Downloaded typenum v1.19.0 |
| 1006 | 2026-06-12T21:10:50.720Z | Downloaded zstd-safe v7.2.4 |
| 1007 | 2026-06-12T21:10:50.723Z | Downloaded zerocopy-derive v0.7.35 |
| 1008 | 2026-06-12T21:10:50.728Z | Downloaded curve25519-dalek v4.1.3 |
| 1009 | 2026-06-12T21:10:50.732Z | Downloaded vte v0.14.1 |
| 1010 | 2026-06-12T21:10:50.743Z | Downloaded salty v0.3.0 |
| 1011 | 2026-06-12T21:10:50.749Z | Downloaded ssh-key v0.6.7 |
| 1012 | 2026-06-12T21:10:50.764Z | Downloaded yansi v1.0.1 |
| 1013 | 2026-06-12T21:10:50.768Z | Downloaded toml_edit v0.19.15 |
| 1014 | 2026-06-12T21:10:50.778Z | Downloaded p384 v0.13.1 |
| 1015 | 2026-06-12T21:10:50.784Z | Downloaded zerocopy v0.6.6 |
| 1016 | 2026-06-12T21:10:50.787Z | Downloaded petname v2.0.2 |
| 1017 | 2026-06-12T21:10:50.793Z | Downloaded zip v0.6.6 |
| 1018 | 2026-06-12T21:10:50.796Z | Downloaded reqwest v0.12.28 |
| 1019 | 2026-06-12T21:10:50.804Z | Downloaded typed-path v0.9.3 |
| 1020 | 2026-06-12T21:10:50.808Z | Downloaded rustls-webpki v0.102.8 |
| 1021 | 2026-06-12T21:10:50.819Z | Downloaded zopfli v0.8.3 |
| 1022 | 2026-06-12T21:10:50.822Z | Downloaded url v2.5.8 |
| 1023 | 2026-06-12T21:10:50.825Z | Downloaded unicode_categories v0.1.1 |
| 1024 | 2026-06-12T21:10:50.829Z | Downloaded serde_json v1.0.149 |
| 1025 | 2026-06-12T21:10:50.835Z | Downloaded zerotrie v0.2.3 |
| 1026 | 2026-06-12T21:10:50.837Z | Downloaded rustls-webpki v0.101.7 |
| 1027 | 2026-06-12T21:10:50.845Z | Downloaded regex v1.12.3 |
| 1028 | 2026-06-12T21:10:50.848Z | Downloaded nix v0.27.1 |
| 1029 | 2026-06-12T21:10:50.855Z | Downloaded object v0.30.4 |
| 1030 | 2026-06-12T21:10:50.869Z | Downloaded zerocopy-derive v0.8.40 |
| 1031 | 2026-06-12T21:10:50.887Z | Downloaded x509-cert v0.2.5 |
| 1032 | 2026-06-12T21:10:50.904Z | Downloaded tower v0.5.3 |
| 1033 | 2026-06-12T21:10:50.909Z | Downloaded unicode-segmentation v1.12.0 |
| 1034 | 2026-06-12T21:10:50.912Z | Downloaded tokio-util v0.7.18 |
| 1035 | 2026-06-12T21:10:50.918Z | Downloaded radix_trie v0.2.1 |
| 1036 | 2026-06-12T21:10:50.922Z | Downloaded serde_with v3.17.0 |
| 1037 | 2026-06-12T21:10:50.930Z | Downloaded tower-http v0.6.8 |
| 1038 | 2026-06-12T21:10:50.934Z | Downloaded tough v0.22.0 |
| 1039 | 2026-06-12T21:10:50.939Z | Downloaded proptest v1.10.0 |
| 1040 | 2026-06-12T21:10:50.944Z | Downloaded gimli v0.32.3 |
| 1041 | 2026-06-12T21:10:50.951Z | Downloaded unicode-normalization v0.1.25 |
| 1042 | 2026-06-12T21:10:50.963Z | Downloaded zip v4.6.1 |
| 1043 | 2026-06-12T21:10:50.970Z | Downloaded quinn-proto v0.11.13 |
| 1044 | 2026-06-12T21:10:50.974Z | Downloaded bstr v1.12.1 |
| 1045 | 2026-06-12T21:10:50.995Z | Downloaded nix v0.31.2 |
| 1046 | 2026-06-12T21:10:51.002Z | Downloaded tabled v0.15.0 |
| 1047 | 2026-06-12T21:10:51.011Z | Downloaded winnow v0.6.26 |
| 1048 | 2026-06-12T21:10:51.016Z | Downloaded zerovec v0.11.5 |
| 1049 | 2026-06-12T21:10:51.020Z | Downloaded winnow v0.5.40 |
| 1050 | 2026-06-12T21:10:51.024Z | Downloaded openssl v0.10.79 |
| 1051 | 2026-06-12T21:10:51.029Z | Downloaded rustls v0.21.12 |
| 1052 | 2026-06-12T21:10:51.035Z | Downloaded tabled v0.20.0 |
| 1053 | 2026-06-12T21:10:51.046Z | Downloaded zerocopy v0.7.35 |
| 1054 | 2026-06-12T21:10:51.054Z | Downloaded syn v1.0.109 |
| 1055 | 2026-06-12T21:10:51.067Z | Downloaded winnow v0.7.14 |
| 1056 | 2026-06-12T21:10:51.072Z | Downloaded smoltcp v0.9.1 |
| 1057 | 2026-06-12T21:10:51.078Z | Downloaded object v0.37.3 |
| 1058 | 2026-06-12T21:10:51.084Z | Downloaded regex-syntax v0.6.29 |
| 1059 | 2026-06-12T21:10:51.088Z | Downloaded diesel v2.3.7 |
| 1060 | 2026-06-12T21:10:51.100Z | Downloaded polar-core v0.27.3 |
| 1061 | 2026-06-12T21:10:51.104Z | Downloaded hickory-proto v0.24.4 |
| 1062 | 2026-06-12T21:10:51.112Z | Downloaded time v0.3.47 |
| 1063 | 2026-06-12T21:10:51.119Z | Downloaded regex-syntax v0.8.10 |
| 1064 | 2026-06-12T21:10:51.125Z | Downloaded vcpkg v0.2.15 |
| 1065 | 2026-06-12T21:10:51.150Z | Downloaded syn v2.0.117 |
| 1066 | 2026-06-12T21:10:51.156Z | Downloaded regress v0.10.5 |
| 1067 | 2026-06-12T21:10:51.162Z | Downloaded openapiv3 v2.2.0 |
| 1068 | 2026-06-12T21:10:51.169Z | Downloaded unicode-width v0.1.14 |
| 1069 | 2026-06-12T21:10:51.173Z | Downloaded dropshot v0.17.0 |
| 1070 | 2026-06-12T21:10:51.186Z | Downloaded zlib-rs v0.6.2 |
| 1071 | 2026-06-12T21:10:51.190Z | Downloaded webpki-roots v1.0.6 |
| 1072 | 2026-06-12T21:10:51.194Z | Downloaded smoltcp v0.11.0 |
| 1073 | 2026-06-12T21:10:51.199Z | Downloaded nix v0.28.0 |
| 1074 | 2026-06-12T21:10:51.205Z | Downloaded unicode-width v0.2.0 |
| 1075 | 2026-06-12T21:10:51.210Z | Downloaded zerocopy v0.8.40 |
| 1076 | 2026-06-12T21:10:51.214Z | Downloaded regress v0.11.1 |
| 1077 | 2026-06-12T21:10:51.219Z | Downloaded rustls v0.23.37 |
| 1078 | 2026-06-12T21:10:51.226Z | Downloaded rustix v0.38.44 |
| 1079 | 2026-06-12T21:10:51.239Z | Downloaded rustix v1.1.3 |
| 1080 | 2026-06-12T21:10:51.253Z | Downloaded hickory-proto v0.25.2 |
| 1081 | 2026-06-12T21:10:51.262Z | Downloaded rustls v0.22.4 |
| 1082 | 2026-06-12T21:10:51.284Z | Downloaded sqlparser v0.61.0 |
| 1083 | 2026-06-12T21:10:51.292Z | Downloaded sled v0.34.7 |
| 1084 | 2026-06-12T21:10:51.312Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1085 | 2026-06-12T21:10:51.326Z | Downloaded ratatui v0.29.0 |
| 1086 | 2026-06-12T21:10:51.338Z | Downloaded typify-impl v0.4.3 |
| 1087 | 2026-06-12T21:10:51.345Z | Downloaded tracing v0.1.44 |
| 1088 | 2026-06-12T21:10:51.357Z | Downloaded typify-impl v0.6.2 |
| 1089 | 2026-06-12T21:10:51.397Z | Downloaded petgraph v0.6.5 |
| 1090 | 2026-06-12T21:10:51.408Z | Downloaded zerocopy-derive v0.6.6 |
| 1091 | 2026-06-12T21:10:51.417Z | Downloaded regex-automata v0.4.14 |
| 1092 | 2026-06-12T21:10:51.423Z | Downloaded chrono-tz v0.10.4 |
| 1093 | 2026-06-12T21:10:51.432Z | Downloaded jiff v0.2.21 |
| 1094 | 2026-06-12T21:10:51.462Z | Downloaded csv v1.4.0 |
| 1095 | 2026-06-12T21:10:51.472Z | Downloaded libc v0.2.185 |
| 1096 | 2026-06-12T21:10:51.492Z | Downloaded petgraph v0.8.3 |
| 1097 | 2026-06-12T21:10:51.504Z | Downloaded libz-sys v1.1.24 |
| 1098 | 2026-06-12T21:10:51.520Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1099 | 2026-06-12T21:10:51.532Z | Downloaded sha3 v0.10.8 |
| 1100 | 2026-06-12T21:10:51.549Z | Downloaded tokio v1.52.1 |
| 1101 | 2026-06-12T21:10:51.601Z | Downloaded encoding_rs v0.8.35 |
| 1102 | 2026-06-12T21:10:51.625Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1103 | 2026-06-12T21:10:51.702Z | Downloaded ring v0.17.14 |
| 1104 | 2026-06-12T21:10:51.728Z | Downloaded httpmock v0.8.3 |
| 1105 | 2026-06-12T21:10:52.335Z | Downloaded aws-lc-sys v0.40.0 |
| 1106 | 2026-06-12T21:10:52.784Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1107 | 2026-06-12T21:10:54.352Z | Startup: Refreshing catalog 'helios' ... Done |
| 1108 | 2026-06-12T21:10:54.445Z | Startup: Caching catalogs ... Done |
| 1109 | 2026-06-12T21:10:54.760Z | Planning: Solver setup ... Done (0.279s) |
| 1110 | 2026-06-12T21:10:54.791Z | Planning: Running solver ... Done (0.021s) |
| 1111 | 2026-06-12T21:10:54.799Z | Planning: Finding local manifests ... Done (0.003s) |
| 1112 | 2026-06-12T21:10:54.890Z | Planning: Fetching manifests: 0/2 0% complete |
| 1113 | 2026-06-12T21:10:54.890Z | Planning: Fetching manifests: 2/2 100% complete |
| 1114 | 2026-06-12T21:10:54.890Z | Planning: Package planning ... Done (0.013s) |
| 1115 | 2026-06-12T21:10:54.890Z | Planning: Merging actions ... Done (0.001s) |
| 1116 | 2026-06-12T21:10:55.085Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 1117 | 2026-06-12T21:10:55.168Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1118 | 2026-06-12T21:10:55.981Z | Planning: Evaluating mediators ... Done (0.934s) |
| 1119 | 2026-06-12T21:10:57.037Z | Planning: Planning completed in 1.51 seconds |
| 1120 | 2026-06-12T21:10:57.097Z | Packages to install: 2 |
| 1121 | 2026-06-12T21:10:57.098Z | Estimated space available: 155.73 GB |
| 1122 | 2026-06-12T21:10:57.098Z | Estimated space to be consumed: 25.37 MB |
| 1123 | 2026-06-12T21:10:57.098Z | Create boot environment: No |
| 1124 | 2026-06-12T21:10:57.098Z | Create backup boot environment: No |
| 1125 | 2026-06-12T21:10:57.098Z | Rebuild boot archive: No |
| 1126 | 2026-06-12T21:10:57.098Z | |
| 1127 | 2026-06-12T21:10:57.098Z | Changed packages: |
| 1128 | 2026-06-12T21:10:57.098Z | helios |
| 1129 | 2026-06-12T21:10:57.098Z | developer/build-essential |
| 1130 | 2026-06-12T21:10:57.098Z | None -> 11-3.0 |
| 1131 | 2026-06-12T21:10:57.098Z | library/libxmlsec1 |
| 1132 | 2026-06-12T21:10:57.098Z | None -> 1.2.35-3.0 |
| 1133 | 2026-06-12T21:10:57.099Z | |
| 1134 | 2026-06-12T21:10:57.099Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1135 | 2026-06-12T21:10:57.099Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 1136 | 2026-06-12T21:10:57.099Z | Actions: 1/268 actions (Installing new actions) |
| 1137 | 2026-06-12T21:10:57.099Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1138 | 2026-06-12T21:10:57.099Z | Finalize: Updating package state database ... Done (0.008s) |
| 1139 | 2026-06-12T21:10:57.099Z | Finalize: Updating package cache ... Done (0.000s) |
| 1140 | 2026-06-12T21:10:57.099Z | Finalize: Updating image state ... Done (0.023s) |
| 1141 | 2026-06-12T21:10:59.443Z | Finalize: Creating fast lookup database ... Done (2.623s) |
| 1142 | 2026-06-12T21:10:59.514Z | Finalize: Reading search index ... Done (0.013s) |
| 1143 | 2026-06-12T21:10:59.520Z | Finalize: Updating search index ... Done (0.000s) |
| 1144 | 2026-06-12T21:10:59.642Z | Finalize: Updating package cache ... Done (0.000s) |
| 1145 | 2026-06-12T21:10:59.969Z | Planning: Evaluating mediator changes ... Done |
| 1146 | 2026-06-12T21:11:00.159Z | Planning: Checking for conflicting actions ... Done |
| 1147 | 2026-06-12T21:11:00.261Z | Planning: Consolidating action changes ... Done |
| 1148 | 2026-06-12T21:11:00.380Z | Planning: Evaluating mediators ... Done |
| 1149 | 2026-06-12T21:11:00.380Z | Planning: Planning completed in 0.26 seconds |
| 1150 | 2026-06-12T21:11:00.380Z | Mediators to change: 2 |
| 1151 | 2026-06-12T21:11:00.380Z | Create boot environment: No |
| 1152 | 2026-06-12T21:11:00.380Z | Create backup boot environment: No |
| 1153 | 2026-06-12T21:11:00.380Z | Finalize: Updating package state database ... Done |
| 1154 | 2026-06-12T21:11:00.380Z | Finalize: Updating package cache ... Done |
| 1155 | 2026-06-12T21:11:00.574Z | Finalize: Updating image state ... Done |
| 1156 | 2026-06-12T21:11:02.254Z | Finalize: Creating fast lookup database ... Done |
| 1157 | 2026-06-12T21:11:02.318Z | Finalize: Reading search index ... Done |
| 1158 | 2026-06-12T21:11:02.324Z | Finalize: Updating search index ... Done |
| 1159 | 2026-06-12T21:11:02.388Z | Finalize: Updating package cache ... Done |
| 1160 | 2026-06-12T21:11:02.675Z | Planning: Evaluating mediator changes ... Done |
| 1161 | 2026-06-12T21:11:02.780Z | Planning: Checking for conflicting actions ... Done |
| 1162 | 2026-06-12T21:11:02.785Z | Planning: Consolidating action changes ... Done |
| 1163 | 2026-06-12T21:11:02.944Z | Planning: Evaluating mediators ... Done |
| 1164 | 2026-06-12T21:11:02.952Z | Planning: Planning completed in 0.26 seconds |
| 1165 | 2026-06-12T21:11:02.962Z | Mediators to change: 1 |
| 1166 | 2026-06-12T21:11:02.962Z | Create boot environment: No |
| 1167 | 2026-06-12T21:11:02.962Z | Create backup boot environment: No |
| 1168 | 2026-06-12T21:11:03.023Z | Finalize: Updating package state database ... Done |
| 1169 | 2026-06-12T21:11:03.024Z | Finalize: Updating package cache ... Done |
| 1170 | 2026-06-12T21:11:03.029Z | Finalize: Updating image state ... Done |
| 1171 | 2026-06-12T21:11:04.963Z | Finalize: Creating fast lookup database ... Done |
| 1172 | 2026-06-12T21:11:05.032Z | Finalize: Reading search index ... Done |
| 1173 | 2026-06-12T21:11:05.035Z | Finalize: Updating search index ... Done |
| 1174 | 2026-06-12T21:11:05.096Z | Finalize: Updating package cache ... Done |
| 1175 | 2026-06-12T21:11:05.415Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1176 | 2026-06-12T21:11:05.415Z | apache system 2.4 system |
| 1177 | 2026-06-12T21:11:05.415Z | clang system 15 system |
| 1178 | 2026-06-12T21:11:05.415Z | csh system system illumos |
| 1179 | 2026-06-12T21:11:05.415Z | ctags system system illumos |
| 1180 | 2026-06-12T21:11:05.415Z | file vendor vendor darwinsys |
| 1181 | 2026-06-12T21:11:05.415Z | file system system illumos |
| 1182 | 2026-06-12T21:11:05.415Z | gcc vendor 14 vendor |
| 1183 | 2026-06-12T21:11:05.415Z | gcc system 13 system |
| 1184 | 2026-06-12T21:11:05.415Z | gcc system 10 system |
| 1185 | 2026-06-12T21:11:05.415Z | go system 1.25 system |
| 1186 | 2026-06-12T21:11:05.415Z | llvm system 15 system |
| 1187 | 2026-06-12T21:11:05.415Z | mariadb system 11.4 system |
| 1188 | 2026-06-12T21:11:05.415Z | mta vendor vendor dma |
| 1189 | 2026-06-12T21:11:05.415Z | openjdk system 17 system |
| 1190 | 2026-06-12T21:11:05.416Z | openjdk system 11 system |
| 1191 | 2026-06-12T21:11:05.416Z | openssl vendor 3 vendor |
| 1192 | 2026-06-12T21:11:05.416Z | perl system 5.40 system |
| 1193 | 2026-06-12T21:11:05.416Z | postgresql system 18 system |
| 1194 | 2026-06-12T21:11:05.416Z | postgresql system 17 system |
| 1195 | 2026-06-12T21:11:05.416Z | python vendor 3 vendor |
| 1196 | 2026-06-12T21:11:05.416Z | python system 2 system |
| 1197 | 2026-06-12T21:11:05.416Z | python3 vendor 3.13 vendor |
| 1198 | 2026-06-12T21:11:05.416Z | ruby system 3.4 system |
| 1199 | 2026-06-12T21:11:05.416Z | ruby system 3.0 system |
| 1200 | 2026-06-12T21:11:05.416Z | words vendor vendor american-english |
| 1201 | 2026-06-12T21:11:05.416Z | words system system australian-english |
| 1202 | 2026-06-12T21:11:05.416Z | words system system british-english |
| 1203 | 2026-06-12T21:11:05.416Z | words system system canadian-english |
| 1204 | 2026-06-12T21:11:05.416Z | words system system french |
| 1205 | 2026-06-12T21:11:05.416Z | words system system italian |
| 1206 | 2026-06-12T21:11:05.416Z | words system system ngerman |
| 1207 | 2026-06-12T21:11:05.416Z | words system system ogerman |
| 1208 | 2026-06-12T21:11:05.416Z | words system system spanish |
| 1209 | 2026-06-12T21:11:05.674Z | PUBLISHER TYPE STATUS P LOCATION |
| 1210 | 2026-06-12T21:11:05.675Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1211 | 2026-06-12T21:11:05.958Z | FMRI IFO |
| 1212 | 2026-06-12T21:11:05.958Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1213 | 2026-06-12T21:11:05.958Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1214 | 2026-06-12T21:11:05.958Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1215 | 2026-06-12T21:11:05.958Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1216 | 2026-06-12T21:11:05.958Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1217 | 2026-06-12T21:11:05.958Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1218 | 2026-06-12T21:11:05.958Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1219 | 2026-06-12T21:11:05.958Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1220 | 2026-06-12T21:11:05.958Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1221 | 2026-06-12T21:11:06.542Z | Downloading crates ... |
| 1222 | 2026-06-12T21:11:06.604Z | Downloaded cargo_toml v0.21.0 |
| 1223 | 2026-06-12T21:11:06.652Z | Compiling proc-macro2 v1.0.106 |
| 1224 | 2026-06-12T21:11:06.652Z | Compiling unicode-ident v1.0.24 |
| 1225 | 2026-06-12T21:11:06.652Z | Compiling quote v1.0.45 |
| 1226 | 2026-06-12T21:11:06.656Z | Compiling serde_core v1.0.228 |
| 1227 | 2026-06-12T21:11:06.656Z | Compiling libc v0.2.185 |
| 1228 | 2026-06-12T21:11:06.656Z | Compiling version_check v0.9.5 |
| 1229 | 2026-06-12T21:11:06.656Z | Compiling stable_deref_trait v1.2.1 |
| 1230 | 2026-06-12T21:11:06.656Z | Compiling memchr v2.8.0 |
| 1231 | 2026-06-12T21:11:06.656Z | Compiling serde v1.0.228 |
| 1232 | 2026-06-12T21:11:06.738Z | Compiling zmij v1.0.21 |
| 1233 | 2026-06-12T21:11:06.746Z | Compiling autocfg v1.5.0 |
| 1234 | 2026-06-12T21:11:06.749Z | Compiling itoa v1.0.17 |
| 1235 | 2026-06-12T21:11:06.749Z | Compiling ucd-trie v0.1.7 |
| 1236 | 2026-06-12T21:11:06.749Z | Compiling thiserror v1.0.69 |
| 1237 | 2026-06-12T21:11:06.752Z | Compiling litemap v0.8.1 |
| 1238 | 2026-06-12T21:11:06.883Z | Compiling writeable v0.6.2 |
| 1239 | 2026-06-12T21:11:07.025Z | Compiling rustix v1.1.3 |
| 1240 | 2026-06-12T21:11:07.075Z | Compiling byteorder v1.5.0 |
| 1241 | 2026-06-12T21:11:07.102Z | Compiling icu_normalizer_data v2.1.1 |
| 1242 | 2026-06-12T21:11:07.128Z | Compiling icu_properties_data v2.1.2 |
| 1243 | 2026-06-12T21:11:07.206Z | Compiling bitflags v2.11.0 |
| 1244 | 2026-06-12T21:11:07.247Z | Compiling serde_json v1.0.149 |
| 1245 | 2026-06-12T21:11:07.279Z | Compiling pest v2.8.6 |
| 1246 | 2026-06-12T21:11:07.334Z | Compiling num-traits v0.2.19 |
| 1247 | 2026-06-12T21:11:07.388Z | Compiling smallvec v1.15.1 |
| 1248 | 2026-06-12T21:11:07.397Z | Compiling hashbrown v0.17.0 |
| 1249 | 2026-06-12T21:11:07.466Z | Compiling typeid v1.0.3 |
| 1250 | 2026-06-12T21:11:07.504Z | Compiling equivalent v1.0.2 |
| 1251 | 2026-06-12T21:11:07.516Z | Compiling proc-macro-error-attr v1.0.4 |
| 1252 | 2026-06-12T21:11:07.526Z | Compiling usdt-impl v0.5.0 |
| 1253 | 2026-06-12T21:11:07.548Z | Compiling winnow v0.7.14 |
| 1254 | 2026-06-12T21:11:07.592Z | Compiling syn v1.0.109 |
| 1255 | 2026-06-12T21:11:07.603Z | Compiling toml_write v0.1.2 |
| 1256 | 2026-06-12T21:11:07.624Z | Compiling erased-serde v0.4.9 |
| 1257 | 2026-06-12T21:11:07.671Z | Compiling errno v0.3.14 |
| 1258 | 2026-06-12T21:11:07.735Z | Compiling thread-id v4.2.2 |
| 1259 | 2026-06-12T21:11:07.755Z | Compiling proc-macro-error v1.0.4 |
| 1260 | 2026-06-12T21:11:07.814Z | Compiling camino v1.2.2 |
| 1261 | 2026-06-12T21:11:07.836Z | Compiling plain v0.2.3 |
| 1262 | 2026-06-12T21:11:07.845Z | Compiling percent-encoding v2.3.2 |
| 1263 | 2026-06-12T21:11:07.900Z | Compiling utf8_iter v1.0.4 |
| 1264 | 2026-06-12T21:11:07.921Z | Compiling indexmap v2.14.0 |
| 1265 | 2026-06-12T21:11:07.960Z | Compiling getrandom v0.4.1 |
| 1266 | 2026-06-12T21:11:07.992Z | Compiling utf8parse v0.2.2 |
| 1267 | 2026-06-12T21:11:08.003Z | Compiling log v0.4.29 |
| 1268 | 2026-06-12T21:11:08.014Z | Compiling thiserror v2.0.18 |
| 1269 | 2026-06-12T21:11:08.048Z | Compiling form_urlencoded v1.2.2 |
| 1270 | 2026-06-12T21:11:08.116Z | Compiling syn v2.0.117 |
| 1271 | 2026-06-12T21:11:08.196Z | Compiling anstyle-parse v1.0.0 |
| 1272 | 2026-06-12T21:11:08.229Z | Compiling is_terminal_polyfill v1.70.2 |
| 1273 | 2026-06-12T21:11:08.241Z | Compiling anstyle-query v1.1.5 |
| 1274 | 2026-06-12T21:11:08.339Z | Compiling pest_meta v2.8.6 |
| 1275 | 2026-06-12T21:11:08.368Z | Compiling ordered-float v2.10.1 |
| 1276 | 2026-06-12T21:11:08.419Z | Compiling anstyle v1.0.14 |
| 1277 | 2026-06-12T21:11:08.420Z | Compiling colorchoice v1.0.4 |
| 1278 | 2026-06-12T21:11:08.442Z | Compiling cfg-if v1.0.4 |
| 1279 | 2026-06-12T21:11:08.462Z | Compiling pretty-hex v0.4.1 |
| 1280 | 2026-06-12T21:11:08.617Z | Compiling anstream v1.0.0 |
| 1281 | 2026-06-12T21:11:08.629Z | Compiling fs-err v3.3.0 |
| 1282 | 2026-06-12T21:11:08.634Z | Compiling unicode-xid v0.2.6 |
| 1283 | 2026-06-12T21:11:08.652Z | Compiling heck v0.4.1 |
| 1284 | 2026-06-12T21:11:08.665Z | Compiling heck v0.5.0 |
| 1285 | 2026-06-12T21:11:08.740Z | Compiling fastrand v2.3.0 |
| 1286 | 2026-06-12T21:11:08.751Z | Compiling terminal_size v0.4.3 |
| 1287 | 2026-06-12T21:11:08.751Z | Compiling once_cell v1.21.3 |
| 1288 | 2026-06-12T21:11:08.777Z | Compiling clap_lex v1.0.0 |
| 1289 | 2026-06-12T21:11:08.837Z | Compiling fnv v1.0.7 |
| 1290 | 2026-06-12T21:11:08.870Z | Compiling strsim v0.11.1 |
| 1291 | 2026-06-12T21:11:08.895Z | Compiling bytecount v0.6.9 |
| 1292 | 2026-06-12T21:11:08.923Z | Compiling unicode-width v0.1.14 |
| 1293 | 2026-06-12T21:11:08.940Z | Compiling anyhow v1.0.102 |
| 1294 | 2026-06-12T21:11:08.952Z | Compiling tempfile v3.25.0 |
| 1295 | 2026-06-12T21:11:08.974Z | Compiling memmap v0.7.0 |
| 1296 | 2026-06-12T21:11:08.986Z | Compiling smawk v0.3.2 |
| 1297 | 2026-06-12T21:11:09.094Z | Compiling semver v1.0.28 |
| 1298 | 2026-06-12T21:11:09.184Z | Compiling papergrid v0.11.0 |
| 1299 | 2026-06-12T21:11:09.205Z | Compiling clap_builder v4.6.0 |
| 1300 | 2026-06-12T21:11:09.216Z | Compiling unicode-width v0.2.0 |
| 1301 | 2026-06-12T21:11:09.227Z | Compiling unicode-linebreak v0.1.5 |
| 1302 | 2026-06-12T21:11:09.438Z | Compiling textwrap v0.16.2 |
| 1303 | 2026-06-12T21:11:09.485Z | Compiling serde-untagged v0.1.9 |
| 1304 | 2026-06-12T21:11:09.504Z | Compiling camino-tempfile v1.4.1 |
| 1305 | 2026-06-12T21:11:09.536Z | Compiling swrite v0.1.0 |
| 1306 | 2026-06-12T21:11:09.546Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1307 | 2026-06-12T21:11:09.963Z | Compiling tabled_derive v0.7.0 |
| 1308 | 2026-06-12T21:11:10.658Z | Compiling tabled v0.15.0 |
| 1309 | 2026-06-12T21:11:10.668Z | Compiling synstructure v0.13.2 |
| 1310 | 2026-06-12T21:11:10.671Z | Compiling pest_generator v2.8.6 |
| 1311 | 2026-06-12T21:11:11.206Z | Compiling serde_derive v1.0.228 |
| 1312 | 2026-06-12T21:11:11.209Z | Compiling zerofrom-derive v0.1.6 |
| 1313 | 2026-06-12T21:11:11.209Z | Compiling yoke-derive v0.8.1 |
| 1314 | 2026-06-12T21:11:11.209Z | Compiling zerovec-derive v0.11.2 |
| 1315 | 2026-06-12T21:11:11.209Z | Compiling displaydoc v0.2.5 |
| 1316 | 2026-06-12T21:11:11.209Z | Compiling thiserror-impl v1.0.69 |
| 1317 | 2026-06-12T21:11:11.209Z | Compiling zerocopy-derive v0.7.35 |
| 1318 | 2026-06-12T21:11:11.209Z | Compiling pest_derive v2.8.6 |
| 1319 | 2026-06-12T21:11:11.209Z | Compiling scroll_derive v0.12.1 |
| 1320 | 2026-06-12T21:11:11.209Z | Compiling thiserror-impl v2.0.18 |
| 1321 | 2026-06-12T21:11:11.209Z | Compiling clap_derive v4.6.1 |
| 1322 | 2026-06-12T21:11:11.864Z | Compiling scroll v0.12.0 |
| 1323 | 2026-06-12T21:11:12.052Z | Compiling zerocopy v0.7.35 |
| 1324 | 2026-06-12T21:11:12.075Z | Compiling goblin v0.8.2 |
| 1325 | 2026-06-12T21:11:12.248Z | Compiling zerofrom v0.1.6 |
| 1326 | 2026-06-12T21:11:12.345Z | Compiling yoke v0.8.1 |
| 1327 | 2026-06-12T21:11:12.394Z | Compiling dtrace-parser v0.2.0 |
| 1328 | 2026-06-12T21:11:12.491Z | Compiling zerovec v0.11.5 |
| 1329 | 2026-06-12T21:11:12.491Z | Compiling zerotrie v0.2.3 |
| 1330 | 2026-06-12T21:11:12.560Z | Compiling clap v4.6.1 |
| 1331 | 2026-06-12T21:11:12.895Z | Compiling tinystr v0.8.2 |
| 1332 | 2026-06-12T21:11:12.895Z | Compiling potential_utf v0.1.4 |
| 1333 | 2026-06-12T21:11:12.998Z | Compiling icu_collections v2.1.1 |
| 1334 | 2026-06-12T21:11:13.047Z | Compiling icu_locale_core v2.1.1 |
| 1335 | 2026-06-12T21:11:13.594Z | Compiling icu_provider v2.1.1 |
| 1336 | 2026-06-12T21:11:13.693Z | Compiling toml_datetime v0.6.11 |
| 1337 | 2026-06-12T21:11:13.695Z | Compiling serde_spanned v0.6.9 |
| 1338 | 2026-06-12T21:11:13.695Z | Compiling serde-value v0.7.0 |
| 1339 | 2026-06-12T21:11:13.695Z | Compiling cargo-platform v0.2.0 |
| 1340 | 2026-06-12T21:11:13.696Z | Compiling macaddr v1.0.1 |
| 1341 | 2026-06-12T21:11:13.703Z | Compiling dof v0.3.0 |
| 1342 | 2026-06-12T21:11:13.707Z | Compiling serde_tokenstream v0.2.3 |
| 1343 | 2026-06-12T21:11:13.803Z | Compiling icu_properties v2.1.2 |
| 1344 | 2026-06-12T21:11:13.803Z | Compiling icu_normalizer v2.1.1 |
| 1345 | 2026-06-12T21:11:13.863Z | Compiling toml_edit v0.22.27 |
| 1346 | 2026-06-12T21:11:14.398Z | Compiling usdt-attr-macro v0.5.0 |
| 1347 | 2026-06-12T21:11:14.398Z | Compiling usdt-macro v0.5.0 |
| 1348 | 2026-06-12T21:11:14.626Z | Compiling idna_adapter v1.2.1 |
| 1349 | 2026-06-12T21:11:14.732Z | Compiling idna v1.1.0 |
| 1350 | 2026-06-12T21:11:14.973Z | Compiling usdt v0.5.0 |
| 1351 | 2026-06-12T21:11:14.993Z | Compiling url v2.5.8 |
| 1352 | 2026-06-12T21:11:15.107Z | Compiling toml v0.8.23 |
| 1353 | 2026-06-12T21:11:15.436Z | Compiling cargo-util-schemas v0.8.2 |
| 1354 | 2026-06-12T21:11:15.436Z | Compiling cargo_toml v0.21.0 |
| 1355 | 2026-06-12T21:11:16.217Z | Compiling cargo_metadata v0.21.0 |
| 1356 | 2026-06-12T21:11:17.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1357 | 2026-06-12T21:11:19.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s |
| 1358 | 2026-06-12T21:11:19.279Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1359 | 2026-06-12T21:11:20.083Z | Compiling libc v0.2.185 |
| 1360 | 2026-06-12T21:11:20.083Z | Compiling serde v1.0.228 |
| 1361 | 2026-06-12T21:11:20.083Z | Compiling log v0.4.29 |
| 1362 | 2026-06-12T21:11:20.083Z | Compiling find-msvc-tools v0.1.9 |
| 1363 | 2026-06-12T21:11:20.217Z | Compiling shlex v1.3.0 |
| 1364 | 2026-06-12T21:11:20.217Z | Compiling smallvec v1.15.1 |
| 1365 | 2026-06-12T21:11:20.217Z | Compiling typenum v1.19.0 |
| 1366 | 2026-06-12T21:11:20.217Z | Compiling subtle v2.6.1 |
| 1367 | 2026-06-12T21:11:20.217Z | Compiling generic-array v0.14.7 |
| 1368 | 2026-06-12T21:11:20.217Z | Compiling scopeguard v1.2.0 |
| 1369 | 2026-06-12T21:11:20.270Z | Compiling const-oid v0.9.6 |
| 1370 | 2026-06-12T21:11:20.324Z | Compiling serde_json v1.0.149 |
| 1371 | 2026-06-12T21:11:20.324Z | Compiling syn v2.0.117 |
| 1372 | 2026-06-12T21:11:20.324Z | Compiling zerocopy v0.8.40 |
| 1373 | 2026-06-12T21:11:20.324Z | Compiling pin-project-lite v0.2.17 |
| 1374 | 2026-06-12T21:11:20.363Z | Compiling parking_lot_core v0.9.12 |
| 1375 | 2026-06-12T21:11:20.428Z | Compiling lock_api v0.4.14 |
| 1376 | 2026-06-12T21:11:20.474Z | Compiling portable-atomic v1.13.1 |
| 1377 | 2026-06-12T21:11:20.474Z | Compiling pkg-config v0.3.32 |
| 1378 | 2026-06-12T21:11:20.475Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-06-12T21:11:20.475Z | Compiling libm v0.2.16 |
| 1380 | 2026-06-12T21:11:20.493Z | Compiling futures-core v0.3.32 |
| 1381 | 2026-06-12T21:11:20.493Z | Compiling critical-section v1.2.0 |
| 1382 | 2026-06-12T21:11:20.573Z | Compiling num-traits v0.2.19 |
| 1383 | 2026-06-12T21:11:20.638Z | Compiling percent-encoding v2.3.2 |
| 1384 | 2026-06-12T21:11:20.686Z | Compiling futures-sink v0.3.32 |
| 1385 | 2026-06-12T21:11:20.701Z | Compiling getrandom v0.4.1 |
| 1386 | 2026-06-12T21:11:20.701Z | Compiling cpufeatures v0.2.17 |
| 1387 | 2026-06-12T21:11:20.701Z | Compiling slab v0.4.12 |
| 1388 | 2026-06-12T21:11:20.701Z | Compiling futures-task v0.3.32 |
| 1389 | 2026-06-12T21:11:20.844Z | Compiling futures-channel v0.3.32 |
| 1390 | 2026-06-12T21:11:20.906Z | Compiling futures-io v0.3.32 |
| 1391 | 2026-06-12T21:11:20.906Z | Compiling rand_core v0.10.0 |
| 1392 | 2026-06-12T21:11:20.988Z | Compiling indexmap v2.14.0 |
| 1393 | 2026-06-12T21:11:20.988Z | Compiling getrandom v0.3.4 |
| 1394 | 2026-06-12T21:11:20.988Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-06-12T21:11:21.023Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-06-12T21:11:21.023Z | Compiling dunce v1.0.5 |
| 1397 | 2026-06-12T21:11:21.079Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-06-12T21:11:21.079Z | Compiling base64ct v1.8.3 |
| 1399 | 2026-06-12T21:11:21.079Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-06-12T21:11:21.181Z | Compiling rustix v1.1.3 |
| 1401 | 2026-06-12T21:11:21.182Z | Compiling flagset v0.4.7 |
| 1402 | 2026-06-12T21:11:21.182Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-06-12T21:11:21.227Z | Compiling getrandom v0.2.17 |
| 1404 | 2026-06-12T21:11:21.227Z | Compiling jobserver v0.1.34 |
| 1405 | 2026-06-12T21:11:21.251Z | Compiling errno v0.3.14 |
| 1406 | 2026-06-12T21:11:21.286Z | Compiling mio v1.2.0 |
| 1407 | 2026-06-12T21:11:21.339Z | Compiling socket2 v0.6.3 |
| 1408 | 2026-06-12T21:11:21.386Z | Compiling rand_core v0.6.4 |
| 1409 | 2026-06-12T21:11:21.427Z | Compiling signal-hook-registry v1.4.8 |
| 1410 | 2026-06-12T21:11:21.460Z | Compiling cc v1.2.56 |
| 1411 | 2026-06-12T21:11:21.504Z | Compiling once_cell v1.21.3 |
| 1412 | 2026-06-12T21:11:21.504Z | Compiling parking_lot v0.12.5 |
| 1413 | 2026-06-12T21:11:21.590Z | Compiling pem-rfc7468 v0.7.0 |
| 1414 | 2026-06-12T21:11:21.604Z | Compiling iana-time-zone v0.1.65 |
| 1415 | 2026-06-12T21:11:21.685Z | Compiling vcpkg v0.2.15 |
| 1416 | 2026-06-12T21:11:21.685Z | Compiling aws-lc-rs v1.16.3 |
| 1417 | 2026-06-12T21:11:21.736Z | Compiling tracing-core v0.1.36 |
| 1418 | 2026-06-12T21:11:21.754Z | Compiling uuid v1.23.0 |
| 1419 | 2026-06-12T21:11:21.767Z | Compiling rustc_version v0.4.1 |
| 1420 | 2026-06-12T21:11:21.800Z | Compiling base64 v0.22.1 |
| 1421 | 2026-06-12T21:11:21.835Z | Compiling rand_core v0.9.5 |
| 1422 | 2026-06-12T21:11:21.883Z | Compiling openssl-probe v0.2.1 |
| 1423 | 2026-06-12T21:11:21.907Z | Compiling httparse v1.10.1 |
| 1424 | 2026-06-12T21:11:21.984Z | Compiling untrusted v0.7.1 |
| 1425 | 2026-06-12T21:11:22.009Z | Compiling tinyvec_macros v0.1.1 |
| 1426 | 2026-06-12T21:11:22.111Z | Compiling untrusted v0.9.0 |
| 1427 | 2026-06-12T21:11:22.128Z | Compiling tinyvec v1.10.0 |
| 1428 | 2026-06-12T21:11:22.128Z | Compiling aho-corasick v1.1.4 |
| 1429 | 2026-06-12T21:11:22.149Z | Compiling rustls v0.23.37 |
| 1430 | 2026-06-12T21:11:22.149Z | Compiling schemars v0.8.22 |
| 1431 | 2026-06-12T21:11:22.153Z | Compiling cmake v0.1.57 |
| 1432 | 2026-06-12T21:11:22.219Z | Compiling dyn-clone v1.0.20 |
| 1433 | 2026-06-12T21:11:22.241Z | Compiling tower-layer v0.3.3 |
| 1434 | 2026-06-12T21:11:22.259Z | Compiling atomic-waker v1.1.2 |
| 1435 | 2026-06-12T21:11:22.284Z | Compiling tower-service v0.3.3 |
| 1436 | 2026-06-12T21:11:22.317Z | Compiling try-lock v0.2.5 |
| 1437 | 2026-06-12T21:11:22.384Z | Compiling openssl v0.10.79 |
| 1438 | 2026-06-12T21:11:22.407Z | Compiling httpdate v1.0.3 |
| 1439 | 2026-06-12T21:11:22.412Z | Compiling want v0.3.1 |
| 1440 | 2026-06-12T21:11:22.431Z | Compiling pin-utils v0.1.0 |
| 1441 | 2026-06-12T21:11:22.431Z | Compiling foreign-types-shared v0.1.1 |
| 1442 | 2026-06-12T21:11:22.461Z | Compiling unicode-normalization v0.1.25 |
| 1443 | 2026-06-12T21:11:22.469Z | Compiling spin v0.9.8 |
| 1444 | 2026-06-12T21:11:22.484Z | Compiling powerfmt v0.2.0 |
| 1445 | 2026-06-12T21:11:22.495Z | Compiling num-conv v0.2.0 |
| 1446 | 2026-06-12T21:11:22.523Z | Compiling foreign-types v0.3.2 |
| 1447 | 2026-06-12T21:11:22.535Z | Compiling crc32fast v1.5.0 |
| 1448 | 2026-06-12T21:11:22.594Z | Compiling native-tls v0.2.18 |
| 1449 | 2026-06-12T21:11:22.594Z | Compiling time-core v0.1.8 |
| 1450 | 2026-06-12T21:11:22.625Z | Compiling wait-timeout v0.2.1 |
| 1451 | 2026-06-12T21:11:22.638Z | Compiling deranged v0.5.8 |
| 1452 | 2026-06-12T21:11:22.639Z | Compiling sync_wrapper v1.0.2 |
| 1453 | 2026-06-12T21:11:22.656Z | Compiling unicode-segmentation v1.12.0 |
| 1454 | 2026-06-12T21:11:22.677Z | Compiling quick-error v1.2.3 |
| 1455 | 2026-06-12T21:11:22.697Z | Compiling bit-vec v0.8.0 |
| 1456 | 2026-06-12T21:11:22.698Z | Compiling usdt-impl v0.6.0 |
| 1457 | 2026-06-12T21:11:22.773Z | Compiling tempfile v3.25.0 |
| 1458 | 2026-06-12T21:11:22.778Z | Compiling time-macros v0.2.27 |
| 1459 | 2026-06-12T21:11:22.803Z | Compiling siphasher v1.0.2 |
| 1460 | 2026-06-12T21:11:22.822Z | Compiling simd-adler32 v0.3.8 |
| 1461 | 2026-06-12T21:11:22.891Z | Compiling crossbeam-utils v0.8.21 |
| 1462 | 2026-06-12T21:11:22.910Z | Compiling syn v1.0.109 |
| 1463 | 2026-06-12T21:11:22.941Z | Compiling regex-automata v0.4.14 |
| 1464 | 2026-06-12T21:11:22.944Z | Compiling num_threads v0.1.7 |
| 1465 | 2026-06-12T21:11:22.991Z | Compiling rusty-fork v0.3.1 |
| 1466 | 2026-06-12T21:11:23.007Z | Compiling aws-lc-sys v0.40.0 |
| 1467 | 2026-06-12T21:11:23.026Z | Compiling ring v0.17.14 |
| 1468 | 2026-06-12T21:11:23.041Z | Compiling openssl-sys v0.9.115 |
| 1469 | 2026-06-12T21:11:23.067Z | Compiling synstructure v0.13.2 |
| 1470 | 2026-06-12T21:11:23.071Z | Compiling serde_derive_internals v0.29.1 |
| 1471 | 2026-06-12T21:11:23.093Z | Compiling pest_generator v2.8.6 |
| 1472 | 2026-06-12T21:11:23.171Z | Compiling darling_core v0.20.11 |
| 1473 | 2026-06-12T21:11:23.203Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1474 | 2026-06-12T21:11:23.319Z | Compiling darling_core v0.21.3 |
| 1475 | 2026-06-12T21:11:23.332Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1476 | 2026-06-12T21:11:23.663Z | Compiling bit-set v0.8.0 |
| 1477 | 2026-06-12T21:11:23.666Z | Compiling slog v2.8.2 |
| 1478 | 2026-06-12T21:11:23.693Z | Compiling heapless v0.7.17 |
| 1479 | 2026-06-12T21:11:23.697Z | Compiling rand_xorshift v0.4.0 |
| 1480 | 2026-06-12T21:11:23.846Z | Compiling thread-id v5.1.0 |
| 1481 | 2026-06-12T21:11:23.865Z | Compiling cookie v0.18.1 |
| 1482 | 2026-06-12T21:11:23.880Z | Compiling unicode-bidi v0.3.18 |
| 1483 | 2026-06-12T21:11:23.893Z | Compiling zstd-safe v7.2.4 |
| 1484 | 2026-06-12T21:11:23.897Z | Compiling unarray v0.1.4 |
| 1485 | 2026-06-12T21:11:23.925Z | Compiling time v0.3.47 |
| 1486 | 2026-06-12T21:11:23.944Z | Compiling paste v1.0.15 |
| 1487 | 2026-06-12T21:11:23.961Z | Compiling ryu v1.0.23 |
| 1488 | 2026-06-12T21:11:24.010Z | Compiling adler2 v2.0.1 |
| 1489 | 2026-06-12T21:11:24.033Z | Compiling allocator-api2 v0.2.21 |
| 1490 | 2026-06-12T21:11:24.074Z | Compiling unicode-properties v0.1.4 |
| 1491 | 2026-06-12T21:11:24.113Z | Compiling signal-hook v0.3.18 |
| 1492 | 2026-06-12T21:11:24.158Z | Compiling anyhow v1.0.102 |
| 1493 | 2026-06-12T21:11:24.175Z | Compiling iri-string v0.7.10 |
| 1494 | 2026-06-12T21:11:24.253Z | Compiling stringprep v0.1.5 |
| 1495 | 2026-06-12T21:11:24.293Z | Compiling miniz_oxide v0.8.9 |
| 1496 | 2026-06-12T21:11:24.435Z | Compiling heck v0.4.1 |
| 1497 | 2026-06-12T21:11:24.672Z | Compiling vergen-lib v9.1.0 |
| 1498 | 2026-06-12T21:11:24.718Z | Compiling num-integer v0.1.46 |
| 1499 | 2026-06-12T21:11:24.731Z | Compiling curve25519-dalek v4.1.3 |
| 1500 | 2026-06-12T21:11:24.795Z | Compiling serde_derive v1.0.228 |
| 1501 | 2026-06-12T21:11:24.866Z | Compiling zeroize_derive v1.4.3 |
| 1502 | 2026-06-12T21:11:24.894Z | Compiling zerofrom-derive v0.1.6 |
| 1503 | 2026-06-12T21:11:24.918Z | Compiling yoke-derive v0.8.1 |
| 1504 | 2026-06-12T21:11:25.054Z | Compiling zerocopy-derive v0.8.40 |
| 1505 | 2026-06-12T21:11:25.139Z | Compiling zerovec-derive v0.11.2 |
| 1506 | 2026-06-12T21:11:25.154Z | Compiling displaydoc v0.2.5 |
| 1507 | 2026-06-12T21:11:25.521Z | Compiling tokio-macros v2.7.0 |
| 1508 | 2026-06-12T21:11:25.559Z | Compiling futures-macro v0.3.32 |
| 1509 | 2026-06-12T21:11:25.586Z | Compiling zeroize v1.8.2 |
| 1510 | 2026-06-12T21:11:25.809Z | Compiling der_derive v0.7.3 |
| 1511 | 2026-06-12T21:11:25.882Z | Compiling rustls-pki-types v1.14.0 |
| 1512 | 2026-06-12T21:11:25.942Z | Compiling tracing-attributes v0.1.31 |
| 1513 | 2026-06-12T21:11:26.142Z | Compiling thiserror-impl v2.0.18 |
| 1514 | 2026-06-12T21:11:26.285Z | Compiling crypto-common v0.1.7 |
| 1515 | 2026-06-12T21:11:26.296Z | Compiling block-buffer v0.10.4 |
| 1516 | 2026-06-12T21:11:26.344Z | Compiling block-padding v0.3.3 |
| 1517 | 2026-06-12T21:11:26.370Z | Compiling schemars_derive v0.8.22 |
| 1518 | 2026-06-12T21:11:26.417Z | Compiling zerofrom v0.1.6 |
| 1519 | 2026-06-12T21:11:26.423Z | Compiling futures-util v0.3.32 |
| 1520 | 2026-06-12T21:11:26.442Z | Compiling digest v0.10.7 |
| 1521 | 2026-06-12T21:11:26.473Z | Compiling inout v0.1.4 |
| 1522 | 2026-06-12T21:11:26.523Z | Compiling yoke v0.8.1 |
| 1523 | 2026-06-12T21:11:26.542Z | Compiling scroll_derive v0.13.1 |
| 1524 | 2026-06-12T21:11:26.666Z | Compiling hmac v0.12.1 |
| 1525 | 2026-06-12T21:11:26.716Z | Compiling zerovec v0.11.5 |
| 1526 | 2026-06-12T21:11:26.726Z | Compiling zerotrie v0.2.3 |
| 1527 | 2026-06-12T21:11:26.814Z | Compiling sha2 v0.10.9 |
| 1528 | 2026-06-12T21:11:26.839Z | Compiling cipher v0.4.4 |
| 1529 | 2026-06-12T21:11:27.046Z | Compiling der v0.7.10 |
| 1530 | 2026-06-12T21:11:27.128Z | Compiling salsa20 v0.10.2 |
| 1531 | 2026-06-12T21:11:27.142Z | Compiling pbkdf2 v0.12.2 |
| 1532 | 2026-06-12T21:11:27.235Z | Compiling tinystr v0.8.2 |
| 1533 | 2026-06-12T21:11:27.276Z | Compiling potential_utf v0.1.4 |
| 1534 | 2026-06-12T21:11:27.293Z | Compiling scrypt v0.11.0 |
| 1535 | 2026-06-12T21:11:27.316Z | Compiling tracing v0.1.44 |
| 1536 | 2026-06-12T21:11:27.404Z | Compiling aes v0.8.4 |
| 1537 | 2026-06-12T21:11:27.458Z | Compiling icu_locale_core v2.1.1 |
| 1538 | 2026-06-12T21:11:27.473Z | Compiling icu_collections v2.1.1 |
| 1539 | 2026-06-12T21:11:27.538Z | Compiling thiserror v2.0.18 |
| 1540 | 2026-06-12T21:11:27.561Z | Compiling cbc v0.1.2 |
| 1541 | 2026-06-12T21:11:27.603Z | Compiling pest_derive v2.8.6 |
| 1542 | 2026-06-12T21:11:27.659Z | Compiling scroll v0.13.0 |
| 1543 | 2026-06-12T21:11:27.701Z | Compiling darling_macro v0.20.11 |
| 1544 | 2026-06-12T21:11:27.733Z | Compiling openssl-macros v0.1.1 |
| 1545 | 2026-06-12T21:11:27.963Z | Compiling spki v0.7.3 |
| 1546 | 2026-06-12T21:11:28.006Z | Compiling goblin v0.10.5 |
| 1547 | 2026-06-12T21:11:28.108Z | Compiling rustls-native-certs v0.8.3 |
| 1548 | 2026-06-12T21:11:28.179Z | Compiling icu_provider v2.1.1 |
| 1549 | 2026-06-12T21:11:28.195Z | Compiling pkcs5 v0.7.1 |
| 1550 | 2026-06-12T21:11:28.244Z | Compiling darling v0.20.11 |
| 1551 | 2026-06-12T21:11:28.316Z | Compiling derive_builder_core v0.20.2 |
| 1552 | 2026-06-12T21:11:28.337Z | Compiling dtrace-parser v0.3.0 |
| 1553 | 2026-06-12T21:11:28.380Z | Compiling bytes v1.11.1 |
| 1554 | 2026-06-12T21:11:28.396Z | Compiling chrono v0.4.44 |
| 1555 | 2026-06-12T21:11:28.417Z | Compiling icu_normalizer v2.1.1 |
| 1556 | 2026-06-12T21:11:28.447Z | Compiling icu_properties v2.1.2 |
| 1557 | 2026-06-12T21:11:28.503Z | Compiling pkcs8 v0.10.2 |
| 1558 | 2026-06-12T21:11:28.515Z | Compiling ipnet v2.11.0 |
| 1559 | 2026-06-12T21:11:28.689Z | Compiling signature v2.2.0 |
| 1560 | 2026-06-12T21:11:28.772Z | Compiling webpki-roots v1.0.6 |
| 1561 | 2026-06-12T21:11:28.829Z | Compiling thiserror-impl v1.0.69 |
| 1562 | 2026-06-12T21:11:28.889Z | Compiling tokio v1.52.1 |
| 1563 | 2026-06-12T21:11:28.903Z | Compiling http v1.4.0 |
| 1564 | 2026-06-12T21:11:28.967Z | Compiling scroll_derive v0.12.1 |
| 1565 | 2026-06-12T21:11:28.993Z | Compiling erased-serde v0.3.31 |
| 1566 | 2026-06-12T21:11:29.043Z | Compiling serde_tokenstream v0.2.3 |
| 1567 | 2026-06-12T21:11:29.117Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-06-12T21:11:29.196Z | Compiling derive_builder_macro v0.20.2 |
| 1569 | 2026-06-12T21:11:29.277Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-06-12T21:11:29.372Z | Compiling idna_adapter v1.2.1 |
| 1571 | 2026-06-12T21:11:29.490Z | Compiling idna v1.1.0 |
| 1572 | 2026-06-12T21:11:29.528Z | Compiling ppv-lite86 v0.2.21 |
| 1573 | 2026-06-12T21:11:29.544Z | Compiling http-body v1.0.1 |
| 1574 | 2026-06-12T21:11:29.556Z | Compiling serde_urlencoded v0.7.1 |
| 1575 | 2026-06-12T21:11:29.571Z | Compiling md-5 v0.10.6 |
| 1576 | 2026-06-12T21:11:29.671Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-06-12T21:11:29.695Z | Compiling scroll v0.12.0 |
| 1578 | 2026-06-12T21:11:29.717Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-06-12T21:11:29.748Z | Compiling bstr v1.12.1 |
| 1580 | 2026-06-12T21:11:29.763Z | Compiling async-trait v0.1.89 |
| 1581 | 2026-06-12T21:11:29.819Z | Compiling url v2.5.8 |
| 1582 | 2026-06-12T21:11:29.835Z | Compiling rand_chacha v0.9.0 |
| 1583 | 2026-06-12T21:11:29.878Z | Compiling rand_chacha v0.3.1 |
| 1584 | 2026-06-12T21:11:29.887Z | Compiling pin-project-internal v1.1.11 |
| 1585 | 2026-06-12T21:11:29.929Z | Compiling zerocopy-derive v0.7.35 |
| 1586 | 2026-06-12T21:11:29.976Z | Compiling ff v0.13.1 |
| 1587 | 2026-06-12T21:11:30.161Z | Compiling rand v0.9.2 |
| 1588 | 2026-06-12T21:11:30.177Z | Compiling thiserror v1.0.69 |
| 1589 | 2026-06-12T21:11:30.209Z | Compiling hash32 v0.2.1 |
| 1590 | 2026-06-12T21:11:30.247Z | Compiling memoffset v0.9.1 |
| 1591 | 2026-06-12T21:11:30.295Z | Compiling encoding_rs v0.8.35 |
| 1592 | 2026-06-12T21:11:30.465Z | Compiling rustix v0.38.44 |
| 1593 | 2026-06-12T21:11:30.479Z | Compiling fallible-iterator v0.2.0 |
| 1594 | 2026-06-12T21:11:30.724Z | Compiling zlib-rs v0.6.2 |
| 1595 | 2026-06-12T21:11:30.755Z | Compiling proptest v1.10.0 |
| 1596 | 2026-06-12T21:11:30.808Z | Compiling dof v0.4.0 |
| 1597 | 2026-06-12T21:11:30.825Z | Compiling num-bigint-dig v0.8.6 |
| 1598 | 2026-06-12T21:11:30.841Z | Compiling litrs v1.0.0 |
| 1599 | 2026-06-12T21:11:30.890Z | Compiling smoltcp v0.9.1 |
| 1600 | 2026-06-12T21:11:30.918Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-06-12T21:11:30.918Z | Compiling base16ct v0.2.0 |
| 1602 | 2026-06-12T21:11:31.007Z | Compiling ref-cast v1.0.25 |
| 1603 | 2026-06-12T21:11:31.011Z | Compiling mime v0.3.17 |
| 1604 | 2026-06-12T21:11:31.040Z | Compiling psl-types v2.0.11 |
| 1605 | 2026-06-12T21:11:31.080Z | Compiling pin-project v1.1.11 |
| 1606 | 2026-06-12T21:11:31.126Z | Compiling sec1 v0.7.3 |
| 1607 | 2026-06-12T21:11:31.183Z | Compiling publicsuffix v2.3.0 |
| 1608 | 2026-06-12T21:11:31.224Z | Compiling ipnetwork v0.21.1 |
| 1609 | 2026-06-12T21:11:31.274Z | Compiling nix v0.31.2 |
| 1610 | 2026-06-12T21:11:31.294Z | Compiling zerocopy v0.7.35 |
| 1611 | 2026-06-12T21:11:31.391Z | Compiling postgres-protocol v0.6.10 |
| 1612 | 2026-06-12T21:11:31.394Z | Compiling document-features v0.2.12 |
| 1613 | 2026-06-12T21:11:31.606Z | Compiling oxnet v0.1.5 |
| 1614 | 2026-06-12T21:11:31.658Z | Compiling darling v0.21.3 |
| 1615 | 2026-06-12T21:11:31.670Z | Compiling group v0.13.0 |
| 1616 | 2026-06-12T21:11:31.751Z | Compiling rand v0.8.6 |
| 1617 | 2026-06-12T21:11:31.766Z | Compiling goblin v0.8.2 |
| 1618 | 2026-06-12T21:11:31.866Z | Compiling derive_builder v0.20.2 |
| 1619 | 2026-06-12T21:11:31.895Z | Compiling futures-executor v0.3.32 |
| 1620 | 2026-06-12T21:11:31.935Z | Compiling hubpack_derive v0.1.1 |
| 1621 | 2026-06-12T21:11:31.994Z | Compiling hex v0.4.3 |
| 1622 | 2026-06-12T21:11:32.008Z | Compiling hkdf v0.12.4 |
| 1623 | 2026-06-12T21:11:32.032Z | Compiling crypto-bigint v0.5.5 |
| 1624 | 2026-06-12T21:11:32.047Z | Compiling regex v1.12.3 |
| 1625 | 2026-06-12T21:11:32.187Z | Compiling num-iter v0.1.45 |
| 1626 | 2026-06-12T21:11:32.267Z | Compiling strum_macros v0.27.2 |
| 1627 | 2026-06-12T21:11:32.322Z | Compiling snafu-derive v0.8.9 |
| 1628 | 2026-06-12T21:11:32.330Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1629 | 2026-06-12T21:11:32.330Z | Compiling ref-cast-impl v1.0.25 |
| 1630 | 2026-06-12T21:11:32.330Z | Compiling daft-derive v0.1.7 |
| 1631 | 2026-06-12T21:11:32.617Z | Compiling phf_shared v0.13.1 |
| 1632 | 2026-06-12T21:11:32.634Z | Compiling terminal_size v0.4.3 |
| 1633 | 2026-06-12T21:11:32.723Z | Compiling lazy_static v1.5.0 |
| 1634 | 2026-06-12T21:11:32.757Z | Compiling tokio-util v0.7.18 |
| 1635 | 2026-06-12T21:11:32.785Z | Compiling tower v0.5.3 |
| 1636 | 2026-06-12T21:11:32.848Z | Compiling tokio-native-tls v0.3.1 |
| 1637 | 2026-06-12T21:11:32.874Z | Compiling anstyle-parse v0.2.7 |
| 1638 | 2026-06-12T21:11:32.889Z | Compiling vergen v9.1.0 |
| 1639 | 2026-06-12T21:11:32.989Z | Compiling cargo-platform v0.3.2 |
| 1640 | 2026-06-12T21:11:33.043Z | Compiling fs-err v3.3.0 |
| 1641 | 2026-06-12T21:11:33.068Z | Compiling ahash v0.8.12 |
| 1642 | 2026-06-12T21:11:33.080Z | Compiling foldhash v0.2.0 |
| 1643 | 2026-06-12T21:11:33.094Z | Compiling same-file v1.0.6 |
| 1644 | 2026-06-12T21:11:33.099Z | Compiling libbz2-rs-sys v0.2.2 |
| 1645 | 2026-06-12T21:11:33.247Z | Compiling tower-http v0.6.8 |
| 1646 | 2026-06-12T21:11:33.277Z | Compiling newtype-uuid v1.3.2 |
| 1647 | 2026-06-12T21:11:33.293Z | Compiling managed v0.8.0 |
| 1648 | 2026-06-12T21:11:33.296Z | Compiling object v0.37.3 |
| 1649 | 2026-06-12T21:11:33.305Z | Compiling bitflags v1.3.2 |
| 1650 | 2026-06-12T21:11:33.334Z | Compiling bumpalo v3.20.2 |
| 1651 | 2026-06-12T21:11:33.410Z | Compiling winnow v0.5.40 |
| 1652 | 2026-06-12T21:11:33.555Z | Compiling h2 v0.4.13 |
| 1653 | 2026-06-12T21:11:33.632Z | Compiling flate2 v1.1.9 |
| 1654 | 2026-06-12T21:11:33.636Z | Compiling foldhash v0.1.5 |
| 1655 | 2026-06-12T21:11:33.703Z | Compiling zopfli v0.8.3 |
| 1656 | 2026-06-12T21:11:33.718Z | Compiling bzip2 v0.6.1 |
| 1657 | 2026-06-12T21:11:33.835Z | Compiling hashbrown v0.15.5 |
| 1658 | 2026-06-12T21:11:33.849Z | Compiling daft v0.1.7 |
| 1659 | 2026-06-12T21:11:33.946Z | Compiling clap_builder v4.6.0 |
| 1660 | 2026-06-12T21:11:34.089Z | Compiling dof v0.3.0 |
| 1661 | 2026-06-12T21:11:34.134Z | Compiling hashbrown v0.16.1 |
| 1662 | 2026-06-12T21:11:34.150Z | Compiling walkdir v2.5.0 |
| 1663 | 2026-06-12T21:11:34.217Z | Compiling cargo_metadata v0.23.1 |
| 1664 | 2026-06-12T21:11:34.265Z | Compiling snafu v0.8.9 |
| 1665 | 2026-06-12T21:11:34.327Z | Compiling strum v0.27.2 |
| 1666 | 2026-06-12T21:11:34.405Z | Compiling anstream v0.6.21 |
| 1667 | 2026-06-12T21:11:34.418Z | Compiling elliptic-curve v0.13.8 |
| 1668 | 2026-06-12T21:11:34.634Z | Compiling phf v0.13.1 |
| 1669 | 2026-06-12T21:11:34.662Z | Compiling signal-hook-mio v0.2.5 |
| 1670 | 2026-06-12T21:11:34.746Z | Compiling toml_edit v0.19.15 |
| 1671 | 2026-06-12T21:11:34.773Z | Compiling hubpack v0.1.2 |
| 1672 | 2026-06-12T21:11:34.802Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-06-12T21:11:34.823Z | Compiling usdt-attr-macro v0.6.0 |
| 1674 | 2026-06-12T21:11:34.830Z | Compiling cookie_store v0.22.1 |
| 1675 | 2026-06-12T21:11:34.835Z | Compiling bzip2 v0.4.4 |
| 1676 | 2026-06-12T21:11:34.870Z | Compiling futures v0.3.32 |
| 1677 | 2026-06-12T21:11:34.964Z | Compiling postgres-types v0.2.12 |
| 1678 | 2026-06-12T21:11:35.006Z | Compiling serde_with_macros v3.17.0 |
| 1679 | 2026-06-12T21:11:35.135Z | Compiling zstd v0.13.3 |
| 1680 | 2026-06-12T21:11:35.349Z | Compiling dtrace-parser v0.2.0 |
| 1681 | 2026-06-12T21:11:35.422Z | Compiling globset v0.4.18 |
| 1682 | 2026-06-12T21:11:35.511Z | Compiling ed25519 v2.2.3 |
| 1683 | 2026-06-12T21:11:35.629Z | Compiling pkcs1 v0.7.5 |
| 1684 | 2026-06-12T21:11:35.629Z | Compiling serde-big-array v0.5.1 |
| 1685 | 2026-06-12T21:11:35.656Z | Compiling olpc-cjson v0.1.4 |
| 1686 | 2026-06-12T21:11:35.720Z | Compiling serde_plain v1.0.2 |
| 1687 | 2026-06-12T21:11:35.805Z | Compiling rfc6979 v0.4.0 |
| 1688 | 2026-06-12T21:11:35.835Z | Compiling strum_macros v0.26.4 |
| 1689 | 2026-06-12T21:11:35.938Z | Compiling async-recursion v1.1.1 |
| 1690 | 2026-06-12T21:11:35.952Z | Compiling enum-as-inner v0.6.1 |
| 1691 | 2026-06-12T21:11:36.054Z | Compiling serde_repr v0.1.20 |
| 1692 | 2026-06-12T21:11:36.141Z | Compiling clap_derive v4.6.1 |
| 1693 | 2026-06-12T21:11:36.156Z | Compiling phf_shared v0.11.3 |
| 1694 | 2026-06-12T21:11:36.217Z | Compiling float-cmp v0.10.0 |
| 1695 | 2026-06-12T21:11:36.359Z | Compiling pem v3.0.6 |
| 1696 | 2026-06-12T21:11:36.389Z | Compiling thread-id v4.2.2 |
| 1697 | 2026-06-12T21:11:36.456Z | Compiling memmap2 v0.9.10 |
| 1698 | 2026-06-12T21:11:36.466Z | Compiling env_filter v1.0.0 |
| 1699 | 2026-06-12T21:11:36.482Z | Compiling predicates-core v1.0.10 |
| 1700 | 2026-06-12T21:11:36.500Z | Compiling data-encoding v2.10.0 |
| 1701 | 2026-06-12T21:11:36.630Z | Compiling hyper v1.8.1 |
| 1702 | 2026-06-12T21:11:36.649Z | Compiling either v1.15.0 |
| 1703 | 2026-06-12T21:11:36.676Z | Compiling difflib v0.4.0 |
| 1704 | 2026-06-12T21:11:36.691Z | Compiling fixedbitset v0.4.2 |
| 1705 | 2026-06-12T21:11:36.709Z | Compiling typed-path v0.9.3 |
| 1706 | 2026-06-12T21:11:36.802Z | Compiling normalize-line-endings v0.3.0 |
| 1707 | 2026-06-12T21:11:36.874Z | Compiling whoami v2.1.0 |
| 1708 | 2026-06-12T21:11:36.914Z | Compiling static_assertions v1.1.0 |
| 1709 | 2026-06-12T21:11:36.927Z | Compiling fixedbitset v0.5.7 |
| 1710 | 2026-06-12T21:11:37.001Z | Compiling jiff v0.2.21 |
| 1711 | 2026-06-12T21:11:37.023Z | Compiling new_debug_unreachable v1.0.6 |
| 1712 | 2026-06-12T21:11:37.101Z | Compiling keccak v0.1.6 |
| 1713 | 2026-06-12T21:11:37.230Z | Compiling precomputed-hash v0.1.1 |
| 1714 | 2026-06-12T21:11:37.253Z | Compiling petgraph v0.8.3 |
| 1715 | 2026-06-12T21:11:37.274Z | Compiling sha3 v0.10.8 |
| 1716 | 2026-06-12T21:11:37.286Z | Compiling tokio-postgres v0.7.16 |
| 1717 | 2026-06-12T21:11:37.334Z | Compiling string_cache v0.8.9 |
| 1718 | 2026-06-12T21:11:37.482Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1719 | 2026-06-12T21:11:37.554Z | Compiling toml_edit v0.22.27 |
| 1720 | 2026-06-12T21:11:37.595Z | Compiling predicates v3.1.4 |
| 1721 | 2026-06-12T21:11:37.657Z | Compiling strum v0.26.3 |
| 1722 | 2026-06-12T21:11:37.681Z | Compiling itertools v0.13.0 |
| 1723 | 2026-06-12T21:11:37.746Z | Compiling hyper-util v0.1.20 |
| 1724 | 2026-06-12T21:11:37.808Z | Compiling petgraph v0.6.5 |
| 1725 | 2026-06-12T21:11:37.961Z | Compiling hickory-proto v0.25.2 |
| 1726 | 2026-06-12T21:11:37.977Z | Compiling env_logger v0.11.9 |
| 1727 | 2026-06-12T21:11:38.004Z | Compiling clap v4.6.1 |
| 1728 | 2026-06-12T21:11:38.101Z | Compiling usdt v0.6.0 |
| 1729 | 2026-06-12T21:11:38.266Z | Compiling usdt-impl v0.5.0 |
| 1730 | 2026-06-12T21:11:38.271Z | Compiling serde_with v3.17.0 |
| 1731 | 2026-06-12T21:11:38.352Z | Compiling crossterm v0.28.1 |
| 1732 | 2026-06-12T21:11:38.379Z | Compiling toml v0.7.8 |
| 1733 | 2026-06-12T21:11:38.877Z | Compiling ecdsa v0.16.9 |
| 1734 | 2026-06-12T21:11:38.920Z | Compiling rsa v0.9.10 |
| 1735 | 2026-06-12T21:11:39.000Z | Compiling ed25519-dalek v2.2.0 |
| 1736 | 2026-06-12T21:11:39.192Z | Compiling hyper-tls v0.6.0 |
| 1737 | 2026-06-12T21:11:39.438Z | Compiling zip v0.6.6 |
| 1738 | 2026-06-12T21:11:39.502Z | Compiling iddqd v0.4.2 |
| 1739 | 2026-06-12T21:11:39.657Z | Compiling zip v4.6.1 |
| 1740 | 2026-06-12T21:11:39.926Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1741 | 2026-06-12T21:11:39.948Z | Compiling tokio-stream v0.1.18 |
| 1742 | 2026-06-12T21:11:39.986Z | Compiling buf-list v1.1.2 |
| 1743 | 2026-06-12T21:11:40.029Z | Compiling similar v2.7.0 |
| 1744 | 2026-06-12T21:11:40.290Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1745 | 2026-06-12T21:11:40.307Z | Compiling openapiv3 v2.2.0 |
| 1746 | 2026-06-12T21:11:40.313Z | Compiling x509-cert v0.2.5 |
| 1747 | 2026-06-12T21:11:40.349Z | Compiling sha1 v0.10.6 |
| 1748 | 2026-06-12T21:11:40.495Z | Compiling crossbeam-epoch v0.9.18 |
| 1749 | 2026-06-12T21:11:40.614Z | Compiling lalrpop-util v0.19.12 |
| 1750 | 2026-06-12T21:11:40.734Z | Compiling peg-runtime v0.8.5 |
| 1751 | 2026-06-12T21:11:40.734Z | Compiling thread_local v1.1.9 |
| 1752 | 2026-06-12T21:11:40.858Z | Compiling slog-async v2.8.0 |
| 1753 | 2026-06-12T21:11:40.879Z | Compiling crossbeam-channel v0.5.15 |
| 1754 | 2026-06-12T21:11:40.879Z | Compiling is-terminal v0.4.17 |
| 1755 | 2026-06-12T21:11:40.890Z | Compiling filetime v0.2.27 |
| 1756 | 2026-06-12T21:11:40.890Z | Compiling xattr v1.6.1 |
| 1757 | 2026-06-12T21:11:40.916Z | Compiling take_mut v0.2.2 |
| 1758 | 2026-06-12T21:11:40.958Z | Compiling term v1.2.1 |
| 1759 | 2026-06-12T21:11:41.055Z | Compiling tar v0.4.45 |
| 1760 | 2026-06-12T21:11:41.235Z | Compiling slog-term v2.9.2 |
| 1761 | 2026-06-12T21:11:58.809Z | Compiling rustls-webpki v0.103.9 |
| 1762 | 2026-06-12T21:12:01.602Z | Compiling tokio-rustls v0.26.4 |
| 1763 | 2026-06-12T21:12:01.602Z | Compiling rustls-platform-verifier v0.6.2 |
| 1764 | 2026-06-12T21:12:01.805Z | Compiling hyper-rustls v0.27.7 |
| 1765 | 2026-06-12T21:12:01.988Z | Compiling reqwest v0.12.28 |
| 1766 | 2026-06-12T21:12:01.988Z | Compiling reqwest v0.13.2 |
| 1767 | 2026-06-12T21:12:03.181Z | Compiling tough v0.22.0 |
| 1768 | 2026-06-12T21:12:05.707Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1769 | 2026-06-12T21:12:05.958Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1770 | 2026-06-12T21:12:08.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.47s |
| 1771 | 2026-06-12T21:12:08.932Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1772 | 2026-06-12T21:12:08.977Z | Jun 12 21:12:08.451 INFO Starting download, target: Cockroach |
| 1773 | 2026-06-12T21:12:08.977Z | Jun 12 21:12:08.451 INFO Starting download, target: Clickhouse |
| 1774 | 2026-06-12T21:12:08.977Z | Jun 12 21:12:08.451 INFO Starting download, target: Console |
| 1775 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.451 INFO Starting download, target: DendriteStub |
| 1776 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.451 INFO Starting download, target: MaghemiteMgd |
| 1777 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Starting download, target: MaghemiteDdmd |
| 1778 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Starting download, target: TransceiverControl |
| 1779 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1780 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1781 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1782 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1783 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1784 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1785 | 2026-06-12T21:12:08.981Z | Jun 12 21:12:08.452 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1786 | 2026-06-12T21:12:09.425Z | Jun 12 21:12:08.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1787 | 2026-06-12T21:12:09.625Z | Jun 12 21:12:09.097 INFO Download complete, target: TransceiverControl |
| 1788 | 2026-06-12T21:12:10.028Z | Jun 12 21:12:09.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1789 | 2026-06-12T21:12:10.270Z | Jun 12 21:12:09.742 INFO Download complete, target: Console |
| 1790 | 2026-06-12T21:12:11.090Z | Jun 12 21:12:10.563 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1791 | 2026-06-12T21:12:11.400Z | Jun 12 21:12:10.858 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1792 | 2026-06-12T21:12:11.561Z | Jun 12 21:12:11.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1793 | 2026-06-12T21:12:11.740Z | Jun 12 21:12:11.168 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1794 | 2026-06-12T21:12:12.458Z | Jun 12 21:12:11.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1795 | 2026-06-12T21:12:12.458Z | Jun 12 21:12:11.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1796 | 2026-06-12T21:12:13.049Z | Jun 12 21:12:12.510 INFO Download complete, target: MaghemiteDdmd |
| 1797 | 2026-06-12T21:12:14.166Z | Jun 12 21:12:13.639 INFO Download complete, target: DendriteStub |
| 1798 | 2026-06-12T21:12:14.203Z | Jun 12 21:12:13.678 INFO Download complete, target: MaghemiteMgd |
| 1799 | 2026-06-12T21:12:17.717Z | Jun 12 21:12:16.741 INFO Checking that binary works, target: Cockroach |
| 1800 | 2026-06-12T21:12:17.759Z | Jun 12 21:12:16.860 INFO Download complete, target: Cockroach |
| 1801 | 2026-06-12T21:12:18.650Z | Jun 12 21:12:18.091 INFO Checking that binary works, target: Clickhouse |
| 1802 | 2026-06-12T21:12:18.723Z | Jun 12 21:12:18.172 INFO Download complete, target: Clickhouse |
| 1803 | 2026-06-12T21:12:18.773Z | All prerequisites installed successfully |
| 1804 | 2026-06-12T21:12:18.773Z | |
| 1805 | 2026-06-12T21:12:18.773Z | real 1:25.917630335 |
| 1806 | 2026-06-12T21:12:18.773Z | user 6:48.252852863 |
| 1807 | 2026-06-12T21:12:18.773Z | sys 1:38.451303442 |
| 1808 | 2026-06-12T21:12:18.773Z | trap 0.225101791 |
| 1809 | 2026-06-12T21:12:18.773Z | tflt 1.253579648 |
| 1810 | 2026-06-12T21:12:18.773Z | dflt 1.855213374 |
| 1811 | 2026-06-12T21:12:18.773Z | kflt 0.026202856 |
| 1812 | 2026-06-12T21:12:18.773Z | lock 24:01.587605555 |
| 1813 | 2026-06-12T21:12:18.773Z | slp 18:06.709941560 |
| 1814 | 2026-06-12T21:12:18.774Z | lat 21.660913044 |
| 1815 | 2026-06-12T21:12:18.774Z | stop 2:36.368425247 |
| 1816 | 2026-06-12T21:12:18.774Z | + source ./tools/include/force-git-over-https.sh |
| 1817 | 2026-06-12T21:12:18.774Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1818 | 2026-06-12T21:12:18.774Z | ++ (( i = 0 )) |
| 1819 | 2026-06-12T21:12:18.774Z | ++ (( i < 5 )) |
| 1820 | 2026-06-12T21:12:18.774Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1821 | 2026-06-12T21:12:18.774Z | ++ (( i++ )) |
| 1822 | 2026-06-12T21:12:18.774Z | ++ (( i < 5 )) |
| 1823 | 2026-06-12T21:12:18.775Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1824 | 2026-06-12T21:12:18.775Z | ++ (( i++ )) |
| 1825 | 2026-06-12T21:12:18.775Z | ++ (( i < 5 )) |
| 1826 | 2026-06-12T21:12:18.775Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1827 | 2026-06-12T21:12:18.775Z | ++ (( i++ )) |
| 1828 | 2026-06-12T21:12:18.775Z | ++ (( i < 5 )) |
| 1829 | 2026-06-12T21:12:18.775Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1830 | 2026-06-12T21:12:18.775Z | ++ (( i++ )) |
| 1831 | 2026-06-12T21:12:18.775Z | ++ (( i < 5 )) |
| 1832 | 2026-06-12T21:12:18.775Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1833 | 2026-06-12T21:12:18.775Z | ++ (( i++ )) |
| 1834 | 2026-06-12T21:12:18.775Z | ++ (( i < 5 )) |
| 1835 | 2026-06-12T21:12:18.775Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1836 | 2026-06-12T21:12:18.775Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1837 | 2026-06-12T21:12:18.775Z | + rc=0 |
| 1838 | 2026-06-12T21:12:18.775Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1839 | 2026-06-12T21:12:24.799Z | + case $rc in |
| 1840 | 2026-06-12T21:12:24.799Z | + pfexec zfs create -p rpool/images/build/host |
| 1841 | 2026-06-12T21:12:25.041Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1842 | 2026-06-12T21:12:25.116Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1843 | 2026-06-12T21:12:25.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1844 | 2026-06-12T21:12:25.661Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1845 | 2026-06-12T21:12:26.515Z | Compiling proc-macro2 v1.0.106 |
| 1846 | 2026-06-12T21:12:26.515Z | Compiling quote v1.0.45 |
| 1847 | 2026-06-12T21:12:26.515Z | Compiling unicode-ident v1.0.24 |
| 1848 | 2026-06-12T21:12:26.515Z | Compiling libc v0.2.185 |
| 1849 | 2026-06-12T21:12:26.518Z | Compiling serde_core v1.0.228 |
| 1850 | 2026-06-12T21:12:26.519Z | Compiling serde v1.0.228 |
| 1851 | 2026-06-12T21:12:26.519Z | Compiling cfg-if v1.0.4 |
| 1852 | 2026-06-12T21:12:26.519Z | Compiling version_check v0.9.5 |
| 1853 | 2026-06-12T21:12:26.519Z | Compiling shlex v1.3.0 |
| 1854 | 2026-06-12T21:12:26.519Z | Compiling find-msvc-tools v0.1.9 |
| 1855 | 2026-06-12T21:12:26.519Z | Compiling typenum v1.19.0 |
| 1856 | 2026-06-12T21:12:26.519Z | Compiling autocfg v1.5.0 |
| 1857 | 2026-06-12T21:12:26.519Z | Compiling zmij v1.0.21 |
| 1858 | 2026-06-12T21:12:26.651Z | Compiling memchr v2.8.0 |
| 1859 | 2026-06-12T21:12:26.665Z | Compiling zerocopy v0.8.40 |
| 1860 | 2026-06-12T21:12:26.913Z | Compiling portable-atomic v1.13.1 |
| 1861 | 2026-06-12T21:12:26.980Z | Compiling serde_json v1.0.149 |
| 1862 | 2026-06-12T21:12:26.998Z | Compiling libm v0.2.16 |
| 1863 | 2026-06-12T21:12:27.032Z | Compiling parking_lot_core v0.9.12 |
| 1864 | 2026-06-12T21:12:27.104Z | Compiling generic-array v0.14.7 |
| 1865 | 2026-06-12T21:12:27.137Z | Compiling smallvec v1.15.1 |
| 1866 | 2026-06-12T21:12:27.175Z | Compiling icu_normalizer_data v2.1.1 |
| 1867 | 2026-06-12T21:12:27.220Z | Compiling num-traits v0.2.19 |
| 1868 | 2026-06-12T21:12:27.251Z | Compiling icu_properties_data v2.1.2 |
| 1869 | 2026-06-12T21:12:27.266Z | Compiling pkg-config v0.3.32 |
| 1870 | 2026-06-12T21:12:27.335Z | Compiling log v0.4.29 |
| 1871 | 2026-06-12T21:12:27.349Z | Compiling getrandom v0.4.1 |
| 1872 | 2026-06-12T21:12:27.363Z | Compiling itoa v1.0.17 |
| 1873 | 2026-06-12T21:12:27.409Z | Compiling subtle v2.6.1 |
| 1874 | 2026-06-12T21:12:27.485Z | Compiling getrandom v0.3.4 |
| 1875 | 2026-06-12T21:12:27.487Z | Compiling scopeguard v1.2.0 |
| 1876 | 2026-06-12T21:12:27.597Z | Compiling getrandom v0.2.17 |
| 1877 | 2026-06-12T21:12:27.612Z | Compiling jobserver v0.1.34 |
| 1878 | 2026-06-12T21:12:27.615Z | Compiling errno v0.3.14 |
| 1879 | 2026-06-12T21:12:27.642Z | Compiling lock_api v0.4.14 |
| 1880 | 2026-06-12T21:12:27.660Z | Compiling rustix v1.1.3 |
| 1881 | 2026-06-12T21:12:27.702Z | Compiling stable_deref_trait v1.2.1 |
| 1882 | 2026-06-12T21:12:27.733Z | Compiling rand_core v0.6.4 |
| 1883 | 2026-06-12T21:12:27.835Z | Compiling cc v1.2.56 |
| 1884 | 2026-06-12T21:12:27.987Z | Compiling syn v2.0.117 |
| 1885 | 2026-06-12T21:12:28.053Z | Compiling critical-section v1.2.0 |
| 1886 | 2026-06-12T21:12:28.053Z | Compiling fs_extra v1.3.0 |
| 1887 | 2026-06-12T21:12:28.063Z | Compiling dunce v1.0.5 |
| 1888 | 2026-06-12T21:12:28.160Z | Compiling pin-project-lite v0.2.17 |
| 1889 | 2026-06-12T21:12:28.166Z | Compiling thiserror v2.0.18 |
| 1890 | 2026-06-12T21:12:28.224Z | Compiling const-oid v0.9.6 |
| 1891 | 2026-06-12T21:12:28.247Z | Compiling fnv v1.0.7 |
| 1892 | 2026-06-12T21:12:28.294Z | Compiling percent-encoding v2.3.2 |
| 1893 | 2026-06-12T21:12:28.320Z | Compiling rustversion v1.0.22 |
| 1894 | 2026-06-12T21:12:28.358Z | Compiling writeable v0.6.2 |
| 1895 | 2026-06-12T21:12:28.414Z | Compiling litemap v0.8.1 |
| 1896 | 2026-06-12T21:12:28.492Z | Compiling once_cell v1.21.3 |
| 1897 | 2026-06-12T21:12:28.597Z | Compiling aws-lc-rs v1.16.3 |
| 1898 | 2026-06-12T21:12:28.602Z | Compiling heck v0.5.0 |
| 1899 | 2026-06-12T21:12:28.627Z | Compiling cmake v0.1.57 |
| 1900 | 2026-06-12T21:12:28.690Z | Compiling signal-hook-registry v1.4.8 |
| 1901 | 2026-06-12T21:12:28.852Z | Compiling futures-core v0.3.32 |
| 1902 | 2026-06-12T21:12:28.887Z | Compiling equivalent v1.0.2 |
| 1903 | 2026-06-12T21:12:28.887Z | Compiling semver v1.0.28 |
| 1904 | 2026-06-12T21:12:28.941Z | Compiling bitflags v2.11.0 |
| 1905 | 2026-06-12T21:12:28.992Z | Compiling parking_lot v0.12.5 |
| 1906 | 2026-06-12T21:12:29.000Z | Compiling mio v1.2.0 |
| 1907 | 2026-06-12T21:12:29.113Z | Compiling httparse v1.10.1 |
| 1908 | 2026-06-12T21:12:29.160Z | Compiling vcpkg v0.2.15 |
| 1909 | 2026-06-12T21:12:29.166Z | Compiling ring v0.17.14 |
| 1910 | 2026-06-12T21:12:29.166Z | Compiling aws-lc-sys v0.40.0 |
| 1911 | 2026-06-12T21:12:29.173Z | Compiling schemars v0.8.22 |
| 1912 | 2026-06-12T21:12:29.422Z | Compiling socket2 v0.6.3 |
| 1913 | 2026-06-12T21:12:29.505Z | Compiling utf8_iter v1.0.4 |
| 1914 | 2026-06-12T21:12:29.624Z | Compiling form_urlencoded v1.2.2 |
| 1915 | 2026-06-12T21:12:29.690Z | Compiling rand_core v0.10.0 |
| 1916 | 2026-06-12T21:12:29.703Z | Compiling hashbrown v0.17.0 |
| 1917 | 2026-06-12T21:12:29.722Z | Compiling openssl-sys v0.9.115 |
| 1918 | 2026-06-12T21:12:29.775Z | Compiling crc32fast v1.5.0 |
| 1919 | 2026-06-12T21:12:29.917Z | Compiling rustls v0.23.37 |
| 1920 | 2026-06-12T21:12:30.034Z | Compiling futures-sink v0.3.32 |
| 1921 | 2026-06-12T21:12:30.095Z | Compiling cpufeatures v0.2.17 |
| 1922 | 2026-06-12T21:12:30.255Z | Compiling slab v0.4.12 |
| 1923 | 2026-06-12T21:12:30.272Z | Compiling futures-io v0.3.32 |
| 1924 | 2026-06-12T21:12:30.272Z | Compiling futures-task v0.3.32 |
| 1925 | 2026-06-12T21:12:30.272Z | Compiling futures-channel v0.3.32 |
| 1926 | 2026-06-12T21:12:30.272Z | Compiling rustc_version v0.4.1 |
| 1927 | 2026-06-12T21:12:30.297Z | Compiling ucd-trie v0.1.7 |
| 1928 | 2026-06-12T21:12:30.344Z | Compiling byteorder v1.5.0 |
| 1929 | 2026-06-12T21:12:30.386Z | Compiling indexmap v2.14.0 |
| 1930 | 2026-06-12T21:12:30.446Z | Compiling strsim v0.11.1 |
| 1931 | 2026-06-12T21:12:30.473Z | Compiling pest v2.8.6 |
| 1932 | 2026-06-12T21:12:30.570Z | Compiling openssl v0.10.79 |
| 1933 | 2026-06-12T21:12:30.653Z | Compiling thiserror v1.0.69 |
| 1934 | 2026-06-12T21:12:30.657Z | Compiling num-conv v0.2.0 |
| 1935 | 2026-06-12T21:12:30.762Z | Compiling iana-time-zone v0.1.65 |
| 1936 | 2026-06-12T21:12:30.781Z | Compiling synstructure v0.13.2 |
| 1937 | 2026-06-12T21:12:30.799Z | Compiling serde_derive_internals v0.29.1 |
| 1938 | 2026-06-12T21:12:30.825Z | Compiling ident_case v1.0.1 |
| 1939 | 2026-06-12T21:12:30.840Z | Compiling time-core v0.1.8 |
| 1940 | 2026-06-12T21:12:30.981Z | Compiling regex-syntax v0.8.10 |
| 1941 | 2026-06-12T21:12:30.985Z | Compiling native-tls v0.2.18 |
| 1942 | 2026-06-12T21:12:30.998Z | Compiling syn v1.0.109 |
| 1943 | 2026-06-12T21:12:31.041Z | Compiling time-macros v0.2.27 |
| 1944 | 2026-06-12T21:12:31.186Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1945 | 2026-06-12T21:12:31.263Z | Compiling base64 v0.22.1 |
| 1946 | 2026-06-12T21:12:31.305Z | Compiling base64ct v1.8.3 |
| 1947 | 2026-06-12T21:12:31.334Z | Compiling crossbeam-utils v0.8.21 |
| 1948 | 2026-06-12T21:12:31.589Z | Compiling pest_meta v2.8.6 |
| 1949 | 2026-06-12T21:12:31.624Z | Compiling pem-rfc7468 v0.7.0 |
| 1950 | 2026-06-12T21:12:31.640Z | Compiling uuid v1.23.0 |
| 1951 | 2026-06-12T21:12:31.663Z | Compiling slog v2.8.2 |
| 1952 | 2026-06-12T21:12:31.788Z | Compiling untrusted v0.9.0 |
| 1953 | 2026-06-12T21:12:31.803Z | Compiling flagset v0.4.7 |
| 1954 | 2026-06-12T21:12:31.920Z | Compiling rand_core v0.9.5 |
| 1955 | 2026-06-12T21:12:31.942Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1956 | 2026-06-12T21:12:32.056Z | Compiling paste v1.0.15 |
| 1957 | 2026-06-12T21:12:32.072Z | Compiling serde_derive v1.0.228 |
| 1958 | 2026-06-12T21:12:32.142Z | Compiling zeroize_derive v1.4.3 |
| 1959 | 2026-06-12T21:12:32.177Z | Compiling zerofrom-derive v0.1.6 |
| 1960 | 2026-06-12T21:12:32.234Z | Compiling yoke-derive v0.8.1 |
| 1961 | 2026-06-12T21:12:32.234Z | Compiling zerocopy-derive v0.8.40 |
| 1962 | 2026-06-12T21:12:32.263Z | Compiling zerovec-derive v0.11.2 |
| 1963 | 2026-06-12T21:12:32.266Z | Compiling displaydoc v0.2.5 |
| 1964 | 2026-06-12T21:12:32.309Z | Compiling tokio-macros v2.7.0 |
| 1965 | 2026-06-12T21:12:32.338Z | Compiling futures-macro v0.3.32 |
| 1966 | 2026-06-12T21:12:32.432Z | Compiling der_derive v0.7.3 |
| 1967 | 2026-06-12T21:12:32.744Z | Compiling zeroize v1.8.2 |
| 1968 | 2026-06-12T21:12:33.030Z | Compiling thiserror-impl v2.0.18 |
| 1969 | 2026-06-12T21:12:33.043Z | Compiling tracing-attributes v0.1.31 |
| 1970 | 2026-06-12T21:12:33.137Z | Compiling schemars_derive v0.8.22 |
| 1971 | 2026-06-12T21:12:33.187Z | Compiling futures-util v0.3.32 |
| 1972 | 2026-06-12T21:12:33.350Z | Compiling rustls-pki-types v1.14.0 |
| 1973 | 2026-06-12T21:12:33.377Z | Compiling zerofrom v0.1.6 |
| 1974 | 2026-06-12T21:12:33.519Z | Compiling yoke v0.8.1 |
| 1975 | 2026-06-12T21:12:33.533Z | Compiling crypto-common v0.1.7 |
| 1976 | 2026-06-12T21:12:33.723Z | Compiling zerovec v0.11.5 |
| 1977 | 2026-06-12T21:12:33.757Z | Compiling zerotrie v0.2.3 |
| 1978 | 2026-06-12T21:12:33.771Z | Compiling block-buffer v0.10.4 |
| 1979 | 2026-06-12T21:12:33.952Z | Compiling digest v0.10.7 |
| 1980 | 2026-06-12T21:12:34.236Z | Compiling hmac v0.12.1 |
| 1981 | 2026-06-12T21:12:34.240Z | Compiling tinystr v0.8.2 |
| 1982 | 2026-06-12T21:12:34.268Z | Compiling potential_utf v0.1.4 |
| 1983 | 2026-06-12T21:12:34.304Z | Compiling block-padding v0.3.3 |
| 1984 | 2026-06-12T21:12:34.403Z | Compiling icu_collections v2.1.1 |
| 1985 | 2026-06-12T21:12:34.461Z | Compiling icu_locale_core v2.1.1 |
| 1986 | 2026-06-12T21:12:34.477Z | Compiling inout v0.1.4 |
| 1987 | 2026-06-12T21:12:34.519Z | Compiling pest_generator v2.8.6 |
| 1988 | 2026-06-12T21:12:34.648Z | Compiling openssl-macros v0.1.1 |
| 1989 | 2026-06-12T21:12:35.040Z | Compiling cipher v0.4.4 |
| 1990 | 2026-06-12T21:12:35.142Z | Compiling sha2 v0.10.9 |
| 1991 | 2026-06-12T21:12:35.171Z | Compiling icu_provider v2.1.1 |
| 1992 | 2026-06-12T21:12:35.192Z | Compiling pest_derive v2.8.6 |
| 1993 | 2026-06-12T21:12:35.292Z | Compiling bytes v1.11.1 |
| 1994 | 2026-06-12T21:12:35.353Z | Compiling chrono v0.4.44 |
| 1995 | 2026-06-12T21:12:35.503Z | Compiling icu_normalizer v2.1.1 |
| 1996 | 2026-06-12T21:12:35.531Z | Compiling icu_properties v2.1.2 |
| 1997 | 2026-06-12T21:12:35.633Z | Compiling thiserror-impl v1.0.69 |
| 1998 | 2026-06-12T21:12:35.744Z | Compiling scroll_derive v0.13.1 |
| 1999 | 2026-06-12T21:12:35.825Z | Compiling tokio v1.52.1 |
| 2000 | 2026-06-12T21:12:36.504Z | Compiling idna_adapter v1.2.1 |
| 2001 | 2026-06-12T21:12:36.618Z | Compiling ppv-lite86 v0.2.21 |
| 2002 | 2026-06-12T21:12:36.664Z | Compiling idna v1.1.0 |
| 2003 | 2026-06-12T21:12:36.721Z | Compiling http v1.4.0 |
| 2004 | 2026-06-12T21:12:36.983Z | Compiling der v0.7.10 |
| 2005 | 2026-06-12T21:12:37.003Z | Compiling url v2.5.8 |
| 2006 | 2026-06-12T21:12:37.052Z | Compiling plain v0.2.3 |
| 2007 | 2026-06-12T21:12:37.070Z | Compiling camino v1.2.2 |
| 2008 | 2026-06-12T21:12:37.086Z | Compiling fastrand v2.3.0 |
| 2009 | 2026-06-12T21:12:37.610Z | Compiling salsa20 v0.10.2 |
| 2010 | 2026-06-12T21:12:37.725Z | Compiling pbkdf2 v0.12.2 |
| 2011 | 2026-06-12T21:12:37.857Z | Compiling spki v0.7.3 |
| 2012 | 2026-06-12T21:12:38.320Z | Compiling tracing-core v0.1.36 |
| 2013 | 2026-06-12T21:12:38.527Z | Compiling aho-corasick v1.1.4 |
| 2014 | 2026-06-12T21:12:38.752Z | Compiling cookie v0.18.1 |
| 2015 | 2026-06-12T21:12:38.813Z | Compiling dyn-clone v1.0.20 |
| 2016 | 2026-06-12T21:12:38.838Z | Compiling num-bigint-dig v0.8.6 |
| 2017 | 2026-06-12T21:12:38.963Z | Compiling tracing v0.1.44 |
| 2018 | 2026-06-12T21:12:39.170Z | Compiling scrypt v0.11.0 |
| 2019 | 2026-06-12T21:12:39.251Z | Compiling http-body v1.0.1 |
| 2020 | 2026-06-12T21:12:39.332Z | Compiling regex-automata v0.4.14 |
| 2021 | 2026-06-12T21:12:39.432Z | Compiling rand_chacha v0.9.0 |
| 2022 | 2026-06-12T21:12:39.493Z | Compiling tokio-util v0.7.18 |
| 2023 | 2026-06-12T21:12:39.526Z | Compiling cbc v0.1.2 |
| 2024 | 2026-06-12T21:12:39.564Z | Compiling aes v0.8.4 |
| 2025 | 2026-06-12T21:12:39.590Z | Compiling async-trait v0.1.89 |
| 2026 | 2026-06-12T21:12:39.769Z | Compiling ahash v0.8.12 |
| 2027 | 2026-06-12T21:12:39.790Z | Compiling zstd-safe v7.2.4 |
| 2028 | 2026-06-12T21:12:39.814Z | Compiling untrusted v0.7.1 |
| 2029 | 2026-06-12T21:12:39.904Z | Compiling tinyvec_macros v0.1.1 |
| 2030 | 2026-06-12T21:12:39.951Z | Compiling anyhow v1.0.102 |
| 2031 | 2026-06-12T21:12:40.043Z | Compiling atomic-waker v1.1.2 |
| 2032 | 2026-06-12T21:12:40.079Z | Compiling pretty-hex v0.4.1 |
| 2033 | 2026-06-12T21:12:40.166Z | Compiling openssl-probe v0.2.1 |
| 2034 | 2026-06-12T21:12:40.271Z | Compiling usdt-impl v0.6.0 |
| 2035 | 2026-06-12T21:12:40.279Z | Compiling tinyvec v1.10.0 |
| 2036 | 2026-06-12T21:12:40.317Z | Compiling pkcs5 v0.7.1 |
| 2037 | 2026-06-12T21:12:40.540Z | Compiling rand v0.9.2 |
| 2038 | 2026-06-12T21:12:40.620Z | Compiling tempfile v3.25.0 |
| 2039 | 2026-06-12T21:12:40.866Z | Compiling scroll v0.13.0 |
| 2040 | 2026-06-12T21:12:40.927Z | Compiling serde_tokenstream v0.2.3 |
| 2041 | 2026-06-12T21:12:40.956Z | Compiling clap_derive v4.6.1 |
| 2042 | 2026-06-12T21:12:41.150Z | Compiling scroll_derive v0.12.1 |
| 2043 | 2026-06-12T21:12:41.169Z | Compiling daft-derive v0.1.7 |
| 2044 | 2026-06-12T21:12:41.181Z | Compiling heapless v0.7.17 |
| 2045 | 2026-06-12T21:12:41.363Z | Compiling try-lock v0.2.5 |
| 2046 | 2026-06-12T21:12:41.483Z | Compiling tower-service v0.3.3 |
| 2047 | 2026-06-12T21:12:41.497Z | Compiling utf8parse v0.2.2 |
| 2048 | 2026-06-12T21:12:41.620Z | Compiling tower-layer v0.3.3 |
| 2049 | 2026-06-12T21:12:41.802Z | Compiling unicode-segmentation v1.12.0 |
| 2050 | 2026-06-12T21:12:41.850Z | Compiling signal-hook v0.3.18 |
| 2051 | 2026-06-12T21:12:41.866Z | Compiling want v0.3.1 |
| 2052 | 2026-06-12T21:12:41.870Z | Compiling h2 v0.4.13 |
| 2053 | 2026-06-12T21:12:42.171Z | Compiling goblin v0.10.5 |
| 2054 | 2026-06-12T21:12:42.329Z | Compiling pkcs8 v0.10.2 |
| 2055 | 2026-06-12T21:12:42.345Z | Compiling ipnet v2.11.0 |
| 2056 | 2026-06-12T21:12:42.639Z | Compiling pin-project-internal v1.1.11 |
| 2057 | 2026-06-12T21:12:42.850Z | Compiling darling_core v0.20.11 |
| 2058 | 2026-06-12T21:12:42.991Z | Compiling spin v0.9.8 |
| 2059 | 2026-06-12T21:12:43.013Z | Compiling anstyle v1.0.14 |
| 2060 | 2026-06-12T21:12:43.261Z | Compiling rustix v0.38.44 |
| 2061 | 2026-06-12T21:12:43.303Z | Compiling pin-utils v0.1.0 |
| 2062 | 2026-06-12T21:12:43.347Z | Compiling simd-adler32 v0.3.8 |
| 2063 | 2026-06-12T21:12:43.412Z | Compiling httpdate v1.0.3 |
| 2064 | 2026-06-12T21:12:43.562Z | Compiling litrs v1.0.0 |
| 2065 | 2026-06-12T21:12:43.641Z | Compiling foreign-types-shared v0.1.1 |
| 2066 | 2026-06-12T21:12:43.746Z | Compiling foreign-types v0.3.2 |
| 2067 | 2026-06-12T21:12:43.906Z | Compiling heck v0.4.1 |
| 2068 | 2026-06-12T21:12:43.909Z | Compiling unicode-normalization v0.1.25 |
| 2069 | 2026-06-12T21:12:44.039Z | Compiling document-features v0.2.12 |
| 2070 | 2026-06-12T21:12:44.099Z | Compiling dtrace-parser v0.3.0 |
| 2071 | 2026-06-12T21:12:44.137Z | Compiling hex v0.4.3 |
| 2072 | 2026-06-12T21:12:44.274Z | Compiling strum_macros v0.26.4 |
| 2073 | 2026-06-12T21:12:44.377Z | Compiling zerocopy-derive v0.7.35 |
| 2074 | 2026-06-12T21:12:44.438Z | Compiling darling_core v0.21.3 |
| 2075 | 2026-06-12T21:12:44.454Z | Compiling curve25519-dalek v4.1.3 |
| 2076 | 2026-06-12T21:12:44.669Z | Compiling thread-id v5.1.0 |
| 2077 | 2026-06-12T21:12:44.688Z | Compiling memoffset v0.9.1 |
| 2078 | 2026-06-12T21:12:44.735Z | Compiling powerfmt v0.2.0 |
| 2079 | 2026-06-12T21:12:44.864Z | Compiling smoltcp v0.9.1 |
| 2080 | 2026-06-12T21:12:44.887Z | Compiling darling_macro v0.20.11 |
| 2081 | 2026-06-12T21:12:44.909Z | Compiling anstyle-query v1.1.5 |
| 2082 | 2026-06-12T21:12:44.987Z | Compiling dof v0.4.0 |
| 2083 | 2026-06-12T21:12:45.006Z | Compiling hyper v1.8.1 |
| 2084 | 2026-06-12T21:12:45.011Z | Compiling is_terminal_polyfill v1.70.2 |
| 2085 | 2026-06-12T21:12:45.020Z | Compiling adler2 v2.0.1 |
| 2086 | 2026-06-12T21:12:45.074Z | Compiling ref-cast v1.0.25 |
| 2087 | 2026-06-12T21:12:45.140Z | Compiling colorchoice v1.0.4 |
| 2088 | 2026-06-12T21:12:45.224Z | Compiling miniz_oxide v0.8.9 |
| 2089 | 2026-06-12T21:12:45.238Z | Compiling deranged v0.5.8 |
| 2090 | 2026-06-12T21:12:45.289Z | Compiling snafu-derive v0.8.9 |
| 2091 | 2026-06-12T21:12:45.414Z | Compiling darling v0.20.11 |
| 2092 | 2026-06-12T21:12:45.418Z | Compiling rustls-native-certs v0.8.3 |
| 2093 | 2026-06-12T21:12:45.538Z | Compiling serde_spanned v0.6.9 |
| 2094 | 2026-06-12T21:12:45.705Z | Compiling toml_datetime v0.6.11 |
| 2095 | 2026-06-12T21:12:46.165Z | Compiling sync_wrapper v1.0.2 |
| 2096 | 2026-06-12T21:12:46.178Z | Compiling wait-timeout v0.2.1 |
| 2097 | 2026-06-12T21:12:46.181Z | Compiling num_threads v0.1.7 |
| 2098 | 2026-06-12T21:12:46.239Z | Compiling hyper-util v0.1.20 |
| 2099 | 2026-06-12T21:12:46.255Z | Compiling quick-error v1.2.3 |
| 2100 | 2026-06-12T21:12:46.480Z | Compiling cfg_aliases v0.2.1 |
| 2101 | 2026-06-12T21:12:46.551Z | Compiling zlib-rs v0.6.2 |
| 2102 | 2026-06-12T21:12:46.640Z | Compiling siphasher v1.0.2 |
| 2103 | 2026-06-12T21:12:46.672Z | Compiling darling_macro v0.21.3 |
| 2104 | 2026-06-12T21:12:46.690Z | Compiling bit-vec v0.8.0 |
| 2105 | 2026-06-12T21:12:46.707Z | Compiling time v0.3.47 |
| 2106 | 2026-06-12T21:12:46.735Z | Compiling nix v0.31.2 |
| 2107 | 2026-06-12T21:12:46.937Z | Compiling bit-set v0.8.0 |
| 2108 | 2026-06-12T21:12:46.986Z | Compiling rusty-fork v0.3.1 |
| 2109 | 2026-06-12T21:12:47.138Z | Compiling tower v0.5.3 |
| 2110 | 2026-06-12T21:12:47.166Z | Compiling darling v0.21.3 |
| 2111 | 2026-06-12T21:12:47.343Z | Compiling derive_builder_core v0.20.2 |
| 2112 | 2026-06-12T21:12:47.461Z | Compiling regex v1.12.3 |
| 2113 | 2026-06-12T21:12:47.892Z | Compiling anstyle-parse v1.0.0 |
| 2114 | 2026-06-12T21:12:47.936Z | Compiling http-body-util v0.1.3 |
| 2115 | 2026-06-12T21:12:47.967Z | Compiling webpki-roots v1.0.6 |
| 2116 | 2026-06-12T21:12:48.111Z | Compiling erased-serde v0.3.31 |
| 2117 | 2026-06-12T21:12:48.150Z | Compiling hubpack_derive v0.1.1 |
| 2118 | 2026-06-12T21:12:48.153Z | Compiling signature v2.2.0 |
| 2119 | 2026-06-12T21:12:48.153Z | Compiling rand_xorshift v0.4.0 |
| 2120 | 2026-06-12T21:12:48.196Z | Compiling ref-cast-impl v1.0.25 |
| 2121 | 2026-06-12T21:12:48.212Z | Compiling strum_macros v0.27.2 |
| 2122 | 2026-06-12T21:12:48.255Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2123 | 2026-06-12T21:12:48.596Z | Compiling fs-err v3.3.0 |
| 2124 | 2026-06-12T21:12:48.626Z | Compiling usdt-impl v0.5.0 |
| 2125 | 2026-06-12T21:12:48.783Z | Compiling flate2 v1.1.9 |
| 2126 | 2026-06-12T21:12:48.786Z | Compiling encoding_rs v0.8.35 |
| 2127 | 2026-06-12T21:12:48.833Z | Compiling iri-string v0.7.10 |
| 2128 | 2026-06-12T21:12:48.872Z | Compiling ryu v1.0.23 |
| 2129 | 2026-06-12T21:12:49.051Z | Compiling unicode-properties v0.1.4 |
| 2130 | 2026-06-12T21:12:49.169Z | Compiling allocator-api2 v0.2.21 |
| 2131 | 2026-06-12T21:12:49.185Z | Compiling unarray v0.1.4 |
| 2132 | 2026-06-12T21:12:49.304Z | Compiling object v0.37.3 |
| 2133 | 2026-06-12T21:12:49.436Z | Compiling unicode-bidi v0.3.18 |
| 2134 | 2026-06-12T21:12:49.533Z | Compiling mime v0.3.17 |
| 2135 | 2026-06-12T21:12:49.877Z | Compiling stringprep v0.1.5 |
| 2136 | 2026-06-12T21:12:49.986Z | Compiling tower-http v0.6.8 |
| 2137 | 2026-06-12T21:12:50.018Z | Compiling proptest v1.10.0 |
| 2138 | 2026-06-12T21:12:50.161Z | Compiling serde_urlencoded v0.7.1 |
| 2139 | 2026-06-12T21:12:50.435Z | Compiling derive_builder_macro v0.20.2 |
| 2140 | 2026-06-12T21:12:50.452Z | Compiling anstream v1.0.0 |
| 2141 | 2026-06-12T21:12:50.491Z | Compiling tokio-native-tls v0.3.1 |
| 2142 | 2026-06-12T21:12:50.619Z | Compiling serde_with_macros v3.17.0 |
| 2143 | 2026-06-12T21:12:50.682Z | Compiling usdt-macro v0.6.0 |
| 2144 | 2026-06-12T21:12:50.811Z | Compiling usdt-attr-macro v0.6.0 |
| 2145 | 2026-06-12T21:12:50.943Z | Compiling ipnetwork v0.21.1 |
| 2146 | 2026-06-12T21:12:51.020Z | Compiling scroll v0.12.0 |
| 2147 | 2026-06-12T21:12:51.154Z | Compiling bstr v1.12.1 |
| 2148 | 2026-06-12T21:12:51.414Z | Compiling rand_chacha v0.3.1 |
| 2149 | 2026-06-12T21:12:51.480Z | Compiling md-5 v0.10.6 |
| 2150 | 2026-06-12T21:12:51.648Z | Compiling async-recursion v1.1.1 |
| 2151 | 2026-06-12T21:12:51.672Z | Compiling terminal_size v0.4.3 |
| 2152 | 2026-06-12T21:12:51.698Z | Compiling num-integer v0.1.46 |
| 2153 | 2026-06-12T21:12:51.713Z | Compiling hash32 v0.2.1 |
| 2154 | 2026-06-12T21:12:51.730Z | Compiling vergen-lib v9.1.0 |
| 2155 | 2026-06-12T21:12:51.752Z | Compiling ff v0.13.1 |
| 2156 | 2026-06-12T21:12:52.007Z | Compiling psl-types v2.0.11 |
| 2157 | 2026-06-12T21:12:52.145Z | Compiling base16ct v0.2.0 |
| 2158 | 2026-06-12T21:12:52.175Z | Compiling clap_lex v1.0.0 |
| 2159 | 2026-06-12T21:12:52.199Z | Compiling fallible-iterator v0.2.0 |
| 2160 | 2026-06-12T21:12:52.245Z | Compiling winnow v0.7.14 |
| 2161 | 2026-06-12T21:12:52.326Z | Compiling sec1 v0.7.3 |
| 2162 | 2026-06-12T21:12:52.492Z | Compiling postgres-protocol v0.6.10 |
| 2163 | 2026-06-12T21:12:52.531Z | Compiling clap_builder v4.6.0 |
| 2164 | 2026-06-12T21:12:52.605Z | Compiling publicsuffix v2.3.0 |
| 2165 | 2026-06-12T21:12:52.660Z | Compiling newtype-uuid v1.3.2 |
| 2166 | 2026-06-12T21:12:52.741Z | Compiling num-iter v0.1.45 |
| 2167 | 2026-06-12T21:12:52.791Z | Compiling group v0.13.0 |
| 2168 | 2026-06-12T21:12:52.882Z | Compiling rand v0.8.6 |
| 2169 | 2026-06-12T21:12:53.364Z | Compiling goblin v0.8.2 |
| 2170 | 2026-06-12T21:12:53.379Z | Compiling oxnet v0.1.5 |
| 2171 | 2026-06-12T21:12:53.750Z | Compiling derive_builder v0.20.2 |
| 2172 | 2026-06-12T21:12:53.764Z | Compiling hyper-tls v0.6.0 |
| 2173 | 2026-06-12T21:12:53.875Z | Compiling phf_shared v0.13.1 |
| 2174 | 2026-06-12T21:12:53.947Z | Compiling zerocopy v0.7.35 |
| 2175 | 2026-06-12T21:12:54.005Z | Compiling lazy_static v1.5.0 |
| 2176 | 2026-06-12T21:12:54.152Z | Compiling pin-project v1.1.11 |
| 2177 | 2026-06-12T21:12:54.171Z | Compiling anstyle-parse v0.2.7 |
| 2178 | 2026-06-12T21:12:54.327Z | Compiling futures-executor v0.3.32 |
| 2179 | 2026-06-12T21:12:54.359Z | Compiling hkdf v0.12.4 |
| 2180 | 2026-06-12T21:12:54.375Z | Compiling crypto-bigint v0.5.5 |
| 2181 | 2026-06-12T21:12:54.408Z | Compiling serde_repr v0.1.20 |
| 2182 | 2026-06-12T21:12:54.463Z | Compiling enum-as-inner v0.6.1 |
| 2183 | 2026-06-12T21:12:54.529Z | Compiling vergen v9.1.0 |
| 2184 | 2026-06-12T21:12:54.602Z | Compiling cargo-platform v0.3.2 |
| 2185 | 2026-06-12T21:12:54.735Z | Compiling bumpalo v3.20.2 |
| 2186 | 2026-06-12T21:12:54.809Z | Compiling foldhash v0.1.5 |
| 2187 | 2026-06-12T21:12:54.852Z | Compiling foldhash v0.2.0 |
| 2188 | 2026-06-12T21:12:54.956Z | Compiling winnow v0.5.40 |
| 2189 | 2026-06-12T21:12:54.990Z | Compiling same-file v1.0.6 |
| 2190 | 2026-06-12T21:12:55.004Z | Compiling managed v0.8.0 |
| 2191 | 2026-06-12T21:12:55.019Z | Compiling libbz2-rs-sys v0.2.2 |
| 2192 | 2026-06-12T21:12:55.120Z | Compiling bitflags v1.3.2 |
| 2193 | 2026-06-12T21:12:55.213Z | Compiling walkdir v2.5.0 |
| 2194 | 2026-06-12T21:12:55.276Z | Compiling elliptic-curve v0.13.8 |
| 2195 | 2026-06-12T21:12:55.519Z | Compiling bzip2 v0.6.1 |
| 2196 | 2026-06-12T21:12:55.586Z | Compiling dof v0.3.0 |
| 2197 | 2026-06-12T21:12:55.741Z | Compiling hashbrown v0.16.1 |
| 2198 | 2026-06-12T21:12:55.864Z | Compiling zopfli v0.8.3 |
| 2199 | 2026-06-12T21:12:56.205Z | Compiling hashbrown v0.15.5 |
| 2200 | 2026-06-12T21:12:56.338Z | Compiling toml_edit v0.19.15 |
| 2201 | 2026-06-12T21:12:56.458Z | Compiling cargo_metadata v0.23.1 |
| 2202 | 2026-06-12T21:12:56.598Z | Compiling futures v0.3.32 |
| 2203 | 2026-06-12T21:12:56.691Z | Compiling clap v4.6.1 |
| 2204 | 2026-06-12T21:12:56.793Z | Compiling anstream v0.6.21 |
| 2205 | 2026-06-12T21:12:56.956Z | Compiling snafu v0.8.9 |
| 2206 | 2026-06-12T21:12:58.154Z | Compiling phf v0.13.1 |
| 2207 | 2026-06-12T21:12:58.170Z | Compiling signal-hook-mio v0.2.5 |
| 2208 | 2026-06-12T21:12:58.170Z | Compiling daft v0.1.7 |
| 2209 | 2026-06-12T21:12:58.170Z | Compiling cookie_store v0.22.1 |
| 2210 | 2026-06-12T21:12:58.170Z | Compiling postgres-types v0.2.12 |
| 2211 | 2026-06-12T21:12:58.170Z | Compiling zstd v0.13.3 |
| 2212 | 2026-06-12T21:12:58.170Z | Compiling bzip2 v0.4.4 |
| 2213 | 2026-06-12T21:12:58.170Z | Compiling globset v0.4.18 |
| 2214 | 2026-06-12T21:12:58.170Z | Compiling dtrace-parser v0.2.0 |
| 2215 | 2026-06-12T21:12:58.170Z | Compiling strum v0.27.2 |
| 2216 | 2026-06-12T21:12:58.170Z | Compiling hubpack v0.1.2 |
| 2217 | 2026-06-12T21:12:58.170Z | Compiling ed25519 v2.2.3 |
| 2218 | 2026-06-12T21:12:58.215Z | Compiling phf_shared v0.11.3 |
| 2219 | 2026-06-12T21:12:58.231Z | Compiling olpc-cjson v0.1.4 |
| 2220 | 2026-06-12T21:12:58.295Z | Compiling pkcs1 v0.7.5 |
| 2221 | 2026-06-12T21:12:58.433Z | Compiling pem v3.0.6 |
| 2222 | 2026-06-12T21:12:58.468Z | Compiling serde_plain v1.0.2 |
| 2223 | 2026-06-12T21:12:58.497Z | Compiling serde-big-array v0.5.1 |
| 2224 | 2026-06-12T21:12:58.584Z | Compiling rfc6979 v0.4.0 |
| 2225 | 2026-06-12T21:12:58.615Z | Compiling float-cmp v0.10.0 |
| 2226 | 2026-06-12T21:12:58.632Z | Compiling memmap2 v0.9.10 |
| 2227 | 2026-06-12T21:12:58.653Z | Compiling thread-id v4.2.2 |
| 2228 | 2026-06-12T21:12:58.668Z | Compiling env_filter v1.0.0 |
| 2229 | 2026-06-12T21:12:58.700Z | Compiling precomputed-hash v0.1.1 |
| 2230 | 2026-06-12T21:12:58.725Z | Compiling predicates-core v1.0.10 |
| 2231 | 2026-06-12T21:12:58.740Z | Compiling toml_write v0.1.2 |
| 2232 | 2026-06-12T21:12:58.755Z | Compiling difflib v0.4.0 |
| 2233 | 2026-06-12T21:12:58.779Z | Compiling normalize-line-endings v0.3.0 |
| 2234 | 2026-06-12T21:12:58.803Z | Compiling fixedbitset v0.4.2 |
| 2235 | 2026-06-12T21:12:58.849Z | Compiling fixedbitset v0.5.7 |
| 2236 | 2026-06-12T21:12:58.904Z | Compiling jiff v0.2.21 |
| 2237 | 2026-06-12T21:12:58.941Z | Compiling new_debug_unreachable v1.0.6 |
| 2238 | 2026-06-12T21:12:58.955Z | Compiling keccak v0.1.6 |
| 2239 | 2026-06-12T21:12:58.975Z | Compiling whoami v2.1.0 |
| 2240 | 2026-06-12T21:12:59.016Z | Compiling either v1.15.0 |
| 2241 | 2026-06-12T21:12:59.031Z | Compiling static_assertions v1.1.0 |
| 2242 | 2026-06-12T21:12:59.045Z | Compiling typed-path v0.9.3 |
| 2243 | 2026-06-12T21:12:59.117Z | Compiling data-encoding v2.10.0 |
| 2244 | 2026-06-12T21:12:59.166Z | Compiling sha3 v0.10.8 |
| 2245 | 2026-06-12T21:12:59.208Z | Compiling itertools v0.13.0 |
| 2246 | 2026-06-12T21:12:59.238Z | Compiling tokio-postgres v0.7.16 |
| 2247 | 2026-06-12T21:12:59.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2248 | 2026-06-12T21:12:59.435Z | Compiling hickory-proto v0.25.2 |
| 2249 | 2026-06-12T21:12:59.655Z | Compiling petgraph v0.8.3 |
| 2250 | 2026-06-12T21:12:59.707Z | Compiling string_cache v0.8.9 |
| 2251 | 2026-06-12T21:12:59.931Z | Compiling predicates v3.1.4 |
| 2252 | 2026-06-12T21:13:00.224Z | Compiling petgraph v0.6.5 |
| 2253 | 2026-06-12T21:13:00.542Z | Compiling toml_edit v0.22.27 |
| 2254 | 2026-06-12T21:13:00.628Z | Compiling env_logger v0.11.9 |
| 2255 | 2026-06-12T21:13:00.871Z | Compiling usdt v0.6.0 |
| 2256 | 2026-06-12T21:13:01.310Z | Compiling ecdsa v0.16.9 |
| 2257 | 2026-06-12T21:13:01.524Z | Compiling zip v4.6.1 |
| 2258 | 2026-06-12T21:13:01.584Z | Compiling rsa v0.9.10 |
| 2259 | 2026-06-12T21:13:02.107Z | Compiling ed25519-dalek v2.2.0 |
| 2260 | 2026-06-12T21:13:02.342Z | Compiling zip v0.6.6 |
| 2261 | 2026-06-12T21:13:02.405Z | Compiling iddqd v0.4.2 |
| 2262 | 2026-06-12T21:13:02.505Z | Compiling toml v0.7.8 |
| 2263 | 2026-06-12T21:13:02.640Z | Compiling crossterm v0.28.1 |
| 2264 | 2026-06-12T21:13:02.849Z | Compiling crossbeam-epoch v0.9.18 |
| 2265 | 2026-06-12T21:13:02.877Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2266 | 2026-06-12T21:13:02.973Z | Compiling serde_with v3.17.0 |
| 2267 | 2026-06-12T21:13:03.060Z | Compiling similar v2.7.0 |
| 2268 | 2026-06-12T21:13:03.109Z | Compiling strum v0.26.3 |
| 2269 | 2026-06-12T21:13:03.252Z | Compiling tokio-stream v0.1.18 |
| 2270 | 2026-06-12T21:13:03.442Z | Compiling buf-list v1.1.2 |
| 2271 | 2026-06-12T21:13:03.641Z | Compiling x509-cert v0.2.5 |
| 2272 | 2026-06-12T21:13:03.711Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2273 | 2026-06-12T21:13:03.746Z | Compiling openapiv3 v2.2.0 |
| 2274 | 2026-06-12T21:13:03.803Z | Compiling sha1 v0.10.6 |
| 2275 | 2026-06-12T21:13:03.830Z | Compiling structmeta-derive v0.3.0 |
| 2276 | 2026-06-12T21:13:03.975Z | Compiling lalrpop-util v0.19.12 |
| 2277 | 2026-06-12T21:13:04.187Z | Compiling peg-runtime v0.8.5 |
| 2278 | 2026-06-12T21:13:04.268Z | Compiling radium v0.7.0 |
| 2279 | 2026-06-12T21:13:04.821Z | Compiling structmeta v0.3.0 |
| 2280 | 2026-06-12T21:13:05.873Z | Compiling maybe-uninit v2.0.0 |
| 2281 | 2026-06-12T21:13:05.887Z | Compiling tap v1.0.1 |
| 2282 | 2026-06-12T21:13:06.017Z | Compiling wyz v0.5.1 |
| 2283 | 2026-06-12T21:13:07.400Z | Compiling packed_struct v0.10.1 |
| 2284 | 2026-06-12T21:13:07.660Z | Compiling funty v2.0.0 |
| 2285 | 2026-06-12T21:13:08.416Z | Compiling bitvec v1.0.1 |
| 2286 | 2026-06-12T21:13:10.501Z | Compiling packed_struct_codegen v0.10.1 |
| 2287 | 2026-06-12T21:13:10.833Z | Compiling zerocopy-derive v0.6.6 |
| 2288 | 2026-06-12T21:13:10.936Z | Compiling bitfield-macros v0.19.4 |
| 2289 | 2026-06-12T21:13:11.471Z | Compiling indexmap v1.9.3 |
| 2290 | 2026-06-12T21:13:11.629Z | Compiling nodrop v0.1.14 |
| 2291 | 2026-06-12T21:13:11.668Z | Compiling crc-catalog v2.4.0 |
| 2292 | 2026-06-12T21:13:11.743Z | Compiling typeid v1.0.3 |
| 2293 | 2026-06-12T21:13:11.782Z | Compiling crc v3.4.0 |
| 2294 | 2026-06-12T21:13:11.824Z | Compiling array-init v0.0.4 |
| 2295 | 2026-06-12T21:13:12.136Z | Compiling bitfield v0.19.4 |
| 2296 | 2026-06-12T21:13:12.439Z | Compiling zerocopy v0.6.6 |
| 2297 | 2026-06-12T21:13:12.863Z | Compiling smallvec v0.6.14 |
| 2298 | 2026-06-12T21:13:13.105Z | Compiling derive-ex v0.1.8 |
| 2299 | 2026-06-12T21:13:14.999Z | Compiling erased-serde v0.4.9 |
| 2300 | 2026-06-12T21:13:15.240Z | Compiling base64 v0.21.7 |
| 2301 | 2026-06-12T21:13:15.275Z | Compiling rustls v0.22.4 |
| 2302 | 2026-06-12T21:13:15.802Z | Compiling hashbrown v0.12.3 |
| 2303 | 2026-06-12T21:13:16.718Z | Compiling rustls-webpki v0.103.9 |
| 2304 | 2026-06-12T21:13:16.859Z | Compiling ron v0.8.1 |
| 2305 | 2026-06-12T21:13:18.462Z | Compiling test-strategy v0.4.5 |
| 2306 | 2026-06-12T21:13:19.208Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2307 | 2026-06-12T21:13:19.395Z | Compiling serde-hex v0.1.0 |
| 2308 | 2026-06-12T21:13:20.097Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2309 | 2026-06-12T21:13:20.322Z | Compiling toml v0.8.23 |
| 2310 | 2026-06-12T21:13:20.360Z | Compiling tokio-rustls v0.26.4 |
| 2311 | 2026-06-12T21:13:20.653Z | Compiling hyper-rustls v0.27.7 |
| 2312 | 2026-06-12T21:13:20.737Z | Compiling rustls-platform-verifier v0.6.2 |
| 2313 | 2026-06-12T21:13:20.967Z | Compiling reqwest v0.12.28 |
| 2314 | 2026-06-12T21:13:20.996Z | Compiling reqwest v0.13.2 |
| 2315 | 2026-06-12T21:13:21.024Z | Compiling hashbrown v0.13.2 |
| 2316 | 2026-06-12T21:13:21.559Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2317 | 2026-06-12T21:13:21.874Z | Compiling rustls-webpki v0.102.8 |
| 2318 | 2026-06-12T21:13:21.973Z | Compiling filetime v0.2.27 |
| 2319 | 2026-06-12T21:13:22.061Z | Compiling multer v3.1.0 |
| 2320 | 2026-06-12T21:13:22.064Z | Compiling thread_local v1.1.9 |
| 2321 | 2026-06-12T21:13:22.091Z | Compiling match_cfg v0.1.0 |
| 2322 | 2026-06-12T21:13:22.182Z | Compiling slog-async v2.8.0 |
| 2323 | 2026-06-12T21:13:22.220Z | Compiling crc-any v2.5.0 |
| 2324 | 2026-06-12T21:13:22.236Z | Compiling compression-core v0.4.31 |
| 2325 | 2026-06-12T21:13:22.280Z | Compiling xattr v1.6.1 |
| 2326 | 2026-06-12T21:13:22.431Z | Compiling rayon-core v1.13.0 |
| 2327 | 2026-06-12T21:13:22.451Z | Compiling tar v0.4.45 |
| 2328 | 2026-06-12T21:13:22.499Z | Compiling compression-codecs v0.4.37 |
| 2329 | 2026-06-12T21:13:22.535Z | Compiling tough v0.22.0 |
| 2330 | 2026-06-12T21:13:22.724Z | Compiling hostname v0.3.1 |
| 2331 | 2026-06-12T21:13:22.795Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2332 | 2026-06-12T21:13:22.907Z | Compiling object v0.30.4 |
| 2333 | 2026-06-12T21:13:22.936Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2334 | 2026-06-12T21:13:23.080Z | Compiling crossbeam-channel v0.5.15 |
| 2335 | 2026-06-12T21:13:23.521Z | Compiling slog-json v2.6.1 |
| 2336 | 2026-06-12T21:13:23.621Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2337 | 2026-06-12T21:13:23.707Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2338 | 2026-06-12T21:13:23.771Z | Compiling async-stream-impl v0.3.6 |
| 2339 | 2026-06-12T21:13:23.799Z | Compiling ordered-float v2.10.1 |
| 2340 | 2026-06-12T21:13:23.840Z | Compiling serde_spanned v1.0.4 |
| 2341 | 2026-06-12T21:13:24.028Z | Compiling serde_path_to_error v0.1.20 |
| 2342 | 2026-06-12T21:13:24.043Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2343 | 2026-06-12T21:13:24.088Z | Compiling is-terminal v0.4.17 |
| 2344 | 2026-06-12T21:13:24.201Z | Compiling fs-err v2.11.0 |
| 2345 | 2026-06-12T21:13:24.285Z | Compiling dropshot v0.17.0 |
| 2346 | 2026-06-12T21:13:24.302Z | Compiling term v1.2.1 |
| 2347 | 2026-06-12T21:13:24.363Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-06-12T21:13:24.379Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2349 | 2026-06-12T21:13:24.419Z | Compiling debug-ignore v1.0.5 |
| 2350 | 2026-06-12T21:13:24.495Z | Compiling path-slash v0.1.5 |
| 2351 | 2026-06-12T21:13:24.560Z | Compiling async-stream v0.3.6 |
| 2352 | 2026-06-12T21:13:24.601Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2353 | 2026-06-12T21:13:24.648Z | Compiling slog-term v2.9.2 |
| 2354 | 2026-06-12T21:13:24.664Z | Compiling tokio-rustls v0.25.0 |
| 2355 | 2026-06-12T21:13:24.667Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2356 | 2026-06-12T21:13:24.770Z | Compiling serde-value v0.7.0 |
| 2357 | 2026-06-12T21:13:24.846Z | Compiling slog-bunyan v2.5.0 |
| 2358 | 2026-06-12T21:13:24.936Z | Compiling serde-untagged v0.1.9 |
| 2359 | 2026-06-12T21:13:25.042Z | Compiling async-compression v0.4.41 |
| 2360 | 2026-06-12T21:13:25.346Z | Compiling atomicwrites v0.4.4 |
| 2361 | 2026-06-12T21:13:25.492Z | Compiling crossbeam-deque v0.8.6 |
| 2362 | 2026-06-12T21:13:25.523Z | Compiling parse-display-derive v0.10.0 |
| 2363 | 2026-06-12T21:13:25.647Z | Compiling camino-tempfile v1.4.1 |
| 2364 | 2026-06-12T21:13:25.741Z | Compiling newtype-uuid-macros v0.1.0 |
| 2365 | 2026-06-12T21:13:25.822Z | Compiling dropshot_endpoint v0.17.0 |
| 2366 | 2026-06-12T21:13:25.926Z | Compiling waitgroup v0.1.2 |
| 2367 | 2026-06-12T21:13:26.064Z | Compiling backon v1.6.0 |
| 2368 | 2026-06-12T21:13:26.105Z | Compiling half v2.7.1 |
| 2369 | 2026-06-12T21:13:26.144Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2370 | 2026-06-12T21:13:26.160Z | Compiling rustls-pemfile v2.2.0 |
| 2371 | 2026-06-12T21:13:26.163Z | Compiling blake3 v1.8.3 |
| 2372 | 2026-06-12T21:13:26.190Z | Compiling hostname v0.4.2 |
| 2373 | 2026-06-12T21:13:26.343Z | Compiling instant v0.1.13 |
| 2374 | 2026-06-12T21:13:26.385Z | Compiling unicode-xid v0.2.6 |
| 2375 | 2026-06-12T21:13:26.468Z | Compiling ciborium-io v0.2.2 |
| 2376 | 2026-06-12T21:13:26.484Z | Compiling cargo-util-schemas v0.8.2 |
| 2377 | 2026-06-12T21:13:26.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2378 | 2026-06-12T21:13:26.518Z | Compiling backoff v0.4.0 |
| 2379 | 2026-06-12T21:13:26.533Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2380 | 2026-06-12T21:13:26.587Z | Compiling ciborium-ll v0.2.2 |
| 2381 | 2026-06-12T21:13:26.752Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2382 | 2026-06-12T21:13:26.959Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2383 | 2026-06-12T21:13:27.028Z | Compiling parse-display v0.10.0 |
| 2384 | 2026-06-12T21:13:27.056Z | Compiling regress v0.10.5 |
| 2385 | 2026-06-12T21:13:27.266Z | Compiling itertools v0.14.0 |
| 2386 | 2026-06-12T21:13:27.286Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2387 | 2026-06-12T21:13:27.682Z | Compiling macaddr v1.0.1 |
| 2388 | 2026-06-12T21:13:27.861Z | Compiling cargo-platform v0.2.0 |
| 2389 | 2026-06-12T21:13:27.893Z | Compiling constant_time_eq v0.4.2 |
| 2390 | 2026-06-12T21:13:27.982Z | Compiling arrayvec v0.7.6 |
| 2391 | 2026-06-12T21:13:28.061Z | Compiling parse-size v1.1.0 |
| 2392 | 2026-06-12T21:13:28.105Z | Compiling arrayref v0.3.9 |
| 2393 | 2026-06-12T21:13:28.194Z | Compiling indent_write v2.2.0 |
| 2394 | 2026-06-12T21:13:28.238Z | Compiling humantime v2.3.0 |
| 2395 | 2026-06-12T21:13:28.269Z | Compiling cargo_metadata v0.21.0 |
| 2396 | 2026-06-12T21:13:28.366Z | Compiling ciborium v0.2.2 |
| 2397 | 2026-06-12T21:13:28.381Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2398 | 2026-06-12T21:13:28.696Z | Compiling topological-sort v0.2.2 |
| 2399 | 2026-06-12T21:13:28.787Z | Compiling display-error-chain v0.2.2 |
| 2400 | 2026-06-12T21:13:28.814Z | Compiling shell-words v1.1.1 |
| 2401 | 2026-06-12T21:13:28.947Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2402 | 2026-06-12T21:13:39.387Z | Compiling progenitor-client v0.14.0 |
| 2403 | 2026-06-12T21:13:39.439Z | Compiling omicron-zone-package v0.12.2 |
| 2404 | 2026-06-12T21:13:39.855Z | Compiling progenitor-extras v0.2.0 |
| 2405 | 2026-06-12T21:13:42.090Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2406 | 2026-06-12T21:13:42.109Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2407 | 2026-06-12T21:13:42.150Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2408 | 2026-06-12T21:13:42.301Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2409 | 2026-06-12T21:13:46.302Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2410 | 2026-06-12T21:13:49.738Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2411 | 2026-06-12T21:13:57.742Z | Finished `release` profile [optimized] target(s) in 1m 32s |
| 2412 | 2026-06-12T21:13:57.891Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2413 | 2026-06-12T21:13:57.948Z | Jun 12 21:13:57.422 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2414 | 2026-06-12T21:13:58.042Z | Jun 12 21:13:57.516 DEBG running: git rev-parse HEAD |
| 2415 | 2026-06-12T21:13:58.045Z | Jun 12 21:13:57.519 DEBG process exited with exit status: 0 (3.077141ms) |
| 2416 | 2026-06-12T21:13:58.045Z | Jun 12 21:13:57.519 INFO version: 21.0.0-0.ci+git637a5c02471 |
| 2417 | 2026-06-12T21:13:58.053Z | Jun 12 21:13:57.527 INFO cloning helios to /work/oxidecomputer/helios |
| 2418 | 2026-06-12T21:13:58.053Z | Jun 12 21:13:57.527 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2419 | 2026-06-12T21:13:58.056Z | Cloning into '/work/oxidecomputer/helios'... |
| 2420 | 2026-06-12T21:13:58.517Z | Jun 12 21:13:57.990 DEBG process exited with exit status: 0 (463.275509ms) |
| 2421 | 2026-06-12T21:13:58.517Z | Jun 12 21:13:57.990 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2422 | 2026-06-12T21:13:58.521Z | Jun 12 21:13:57.993 DEBG process exited with exit status: 0 (2.621251ms) |
| 2423 | 2026-06-12T21:13:58.521Z | Jun 12 21:13:57.993 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2424 | 2026-06-12T21:13:58.838Z | Jun 12 21:13:58.311 DEBG process exited with exit status: 0 (318.498487ms) |
| 2425 | 2026-06-12T21:13:58.838Z | Jun 12 21:13:58.311 DEBG running: zfs list rpool/images/build/host |
| 2426 | 2026-06-12T21:13:58.842Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2427 | 2026-06-12T21:13:58.842Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2428 | 2026-06-12T21:13:58.847Z | Jun 12 21:13:58.316 DEBG process exited with exit status: 0 (5.001672ms) |
| 2429 | 2026-06-12T21:13:58.847Z | Jun 12 21:13:58.316 DEBG running: zfs list rpool/images/build/recovery |
| 2430 | 2026-06-12T21:13:58.850Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2431 | 2026-06-12T21:13:58.850Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2432 | 2026-06-12T21:13:58.850Z | Jun 12 21:13:58.321 DEBG process exited with exit status: 0 (4.208631ms) |
| 2433 | 2026-06-12T21:13:58.850Z | Jun 12 21:13:58.321 INFO [hubris-staging] running task |
| 2434 | 2026-06-12T21:13:58.850Z | Jun 12 21:13:58.321 INFO [incorp-manifest] running task |
| 2435 | 2026-06-12T21:13:58.851Z | Jun 12 21:13:58.321 INFO [hubris-production] running task |
| 2436 | 2026-06-12T21:13:58.851Z | Jun 12 21:13:58.321 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2437 | 2026-06-12T21:13:58.851Z | Jun 12 21:13:58.322 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2438 | 2026-06-12T21:13:58.851Z | Jun 12 21:13:58.323 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2439 | 2026-06-12T21:13:58.851Z | Jun 12 21:13:58.324 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2440 | 2026-06-12T21:13:58.887Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2441 | 2026-06-12T21:13:58.956Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2442 | 2026-06-12T21:13:59.082Z | Jun 12 21:13:58.555 INFO [incorp-create] process exited with exit status: 0 (233.276965ms) |
| 2443 | 2026-06-12T21:13:59.086Z | Jun 12 21:13:58.555 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2444 | 2026-06-12T21:13:59.314Z | Jun 12 21:13:58.788 INFO [incorp-publisher] process exited with exit status: 0 (232.686366ms) |
| 2445 | 2026-06-12T21:13:59.487Z | Jun 12 21:13:58.961 DEBG process exited with exit status: 0 (639.520143ms) |
| 2446 | 2026-06-12T21:13:59.487Z | Jun 12 21:13:58.961 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2447 | 2026-06-12T21:13:59.712Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2448 | 2026-06-12T21:13:59.861Z | Jun 12 21:13:59.335 INFO [hubris-production] task succeeded (1.013850991s) |
| 2449 | 2026-06-12T21:14:00.255Z | Jun 12 21:13:59.729 DEBG process exited with exit status: 0 (767.601782ms) |
| 2450 | 2026-06-12T21:14:00.258Z | Jun 12 21:13:59.729 INFO [incorp-manifest] task succeeded (1.408313285s) |
| 2451 | 2026-06-12T21:14:00.258Z | Jun 12 21:13:59.730 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2452 | 2026-06-12T21:14:00.438Z | Jun 12 21:13:59.912 INFO [incorp-fmt] process exited with exit status: 0 (182.405987ms) |
| 2453 | 2026-06-12T21:14:00.442Z | Jun 12 21:13:59.912 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2454 | 2026-06-12T21:14:00.713Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260612T211400Z |
| 2455 | 2026-06-12T21:14:00.713Z | [ incorp-pkgsend] PUBLISHED |
| 2456 | 2026-06-12T21:14:00.770Z | Jun 12 21:14:00.244 INFO [incorp-pkgsend] process exited with exit status: 0 (331.741831ms) |
| 2457 | 2026-06-12T21:14:00.770Z | Jun 12 21:14:00.244 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2458 | 2026-06-12T21:14:00.874Z | [ omicron-package] Compiling ring v0.17.14 |
| 2459 | 2026-06-12T21:14:01.045Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2460 | 2026-06-12T21:14:01.058Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2461 | 2026-06-12T21:14:01.073Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2462 | 2026-06-12T21:14:01.073Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2463 | 2026-06-12T21:14:01.076Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2464 | 2026-06-12T21:14:01.079Z | [ helios-incorp] |
| 2465 | 2026-06-12T21:14:01.079Z | [ helios-incorp] Archiving packages ... |
| 2466 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Packages to add: 1 |
| 2467 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Files to retrieve: 0 |
| 2468 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2469 | 2026-06-12T21:14:01.080Z | [ helios-incorp] |
| 2470 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Packages to archive: |
| 2471 | 2026-06-12T21:14:01.080Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260612T211400Z |
| 2472 | 2026-06-12T21:14:01.080Z | [ helios-incorp] |
| 2473 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2474 | 2026-06-12T21:14:01.080Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2475 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2476 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2477 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2478 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2479 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2480 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2481 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2482 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2483 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2484 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2485 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2486 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2487 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2488 | 2026-06-12T21:14:01.132Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2489 | 2026-06-12T21:14:01.145Z | Jun 12 21:14:00.612 INFO [helios-incorp] process exited with exit status: 0 (367.532665ms) |
| 2490 | 2026-06-12T21:14:01.671Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2491 | 2026-06-12T21:14:02.136Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2492 | 2026-06-12T21:14:02.201Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2493 | 2026-06-12T21:14:02.279Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2494 | 2026-06-12T21:14:02.309Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2495 | 2026-06-12T21:14:02.387Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2496 | 2026-06-12T21:14:02.402Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2497 | 2026-06-12T21:14:02.438Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2498 | 2026-06-12T21:14:02.441Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2499 | 2026-06-12T21:14:02.441Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2500 | 2026-06-12T21:14:02.457Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2501 | 2026-06-12T21:14:02.471Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2502 | 2026-06-12T21:14:02.618Z | [ omicron-package] Compiling aead v0.5.2 |
| 2503 | 2026-06-12T21:14:02.952Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2504 | 2026-06-12T21:14:02.979Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2505 | 2026-06-12T21:14:03.029Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2506 | 2026-06-12T21:14:03.091Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2507 | 2026-06-12T21:14:03.091Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2508 | 2026-06-12T21:14:03.133Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2509 | 2026-06-12T21:14:03.291Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2510 | 2026-06-12T21:14:03.356Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2511 | 2026-06-12T21:14:03.424Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2512 | 2026-06-12T21:14:03.469Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2513 | 2026-06-12T21:14:03.510Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2514 | 2026-06-12T21:14:03.611Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2515 | 2026-06-12T21:14:03.611Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2516 | 2026-06-12T21:14:03.700Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2517 | 2026-06-12T21:14:03.704Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2518 | 2026-06-12T21:14:03.715Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2519 | 2026-06-12T21:14:03.857Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2520 | 2026-06-12T21:14:03.879Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2521 | 2026-06-12T21:14:03.910Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2522 | 2026-06-12T21:14:03.984Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2523 | 2026-06-12T21:14:04.034Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2524 | 2026-06-12T21:14:04.281Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2525 | 2026-06-12T21:14:04.324Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2526 | 2026-06-12T21:14:04.508Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2527 | 2026-06-12T21:14:04.535Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2528 | 2026-06-12T21:14:04.594Z | [ omicron-package] Compiling rand v0.10.0 |
| 2529 | 2026-06-12T21:14:04.616Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2530 | 2026-06-12T21:14:04.665Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2531 | 2026-06-12T21:14:04.686Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2532 | 2026-06-12T21:14:04.705Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2533 | 2026-06-12T21:14:04.705Z | [ omicron-package] Compiling colored v3.1.1 |
| 2534 | 2026-06-12T21:14:04.751Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2535 | 2026-06-12T21:14:04.819Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2536 | 2026-06-12T21:14:04.872Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2537 | 2026-06-12T21:14:04.888Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2538 | 2026-06-12T21:14:04.925Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2539 | 2026-06-12T21:14:05.045Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2540 | 2026-06-12T21:14:05.147Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2541 | 2026-06-12T21:14:05.199Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2542 | 2026-06-12T21:14:05.240Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2543 | 2026-06-12T21:14:05.273Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2544 | 2026-06-12T21:14:05.422Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2545 | 2026-06-12T21:14:05.490Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2546 | 2026-06-12T21:14:05.546Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2547 | 2026-06-12T21:14:05.556Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2548 | 2026-06-12T21:14:05.636Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2549 | 2026-06-12T21:14:05.667Z | [ omicron-package] Compiling glob v0.3.3 |
| 2550 | 2026-06-12T21:14:05.865Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2551 | 2026-06-12T21:14:05.884Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2552 | 2026-06-12T21:14:06.067Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2553 | 2026-06-12T21:14:06.128Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2554 | 2026-06-12T21:14:06.128Z | [ omicron-package] Compiling smf v0.2.3 |
| 2555 | 2026-06-12T21:14:06.169Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2556 | 2026-06-12T21:14:06.314Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2557 | 2026-06-12T21:14:06.441Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2558 | 2026-06-12T21:14:06.513Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2559 | 2026-06-12T21:14:06.555Z | [ omicron-package] Compiling zone v0.3.1 |
| 2560 | 2026-06-12T21:14:06.629Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2561 | 2026-06-12T21:14:06.727Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2562 | 2026-06-12T21:14:06.749Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2563 | 2026-06-12T21:14:06.826Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2564 | 2026-06-12T21:14:06.849Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2565 | 2026-06-12T21:14:06.886Z | [ omicron-package] Compiling console v0.16.2 |
| 2566 | 2026-06-12T21:14:06.890Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2567 | 2026-06-12T21:14:06.937Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2568 | 2026-06-12T21:14:06.964Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2569 | 2026-06-12T21:14:07.198Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2570 | 2026-06-12T21:14:07.322Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2571 | 2026-06-12T21:14:07.947Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2572 | 2026-06-12T21:14:08.646Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2573 | 2026-06-12T21:14:09.179Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2574 | 2026-06-12T21:14:09.947Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2575 | 2026-06-12T21:14:10.242Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2576 | 2026-06-12T21:14:10.243Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2577 | 2026-06-12T21:14:10.464Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2578 | 2026-06-12T21:14:10.694Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2579 | 2026-06-12T21:14:10.694Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2580 | 2026-06-12T21:14:11.188Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2581 | 2026-06-12T21:14:11.611Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2582 | 2026-06-12T21:14:11.824Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2583 | 2026-06-12T21:14:12.187Z | [ omicron-package] Compiling tough v0.22.0 |
| 2584 | 2026-06-12T21:14:14.145Z | [ helios-setup] Jun 12 21:14:13.618 INFO helios repository root is: /work/oxidecomputer/helios |
| 2585 | 2026-06-12T21:14:14.149Z | [ helios-setup] Jun 12 21:14:13.620 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2586 | 2026-06-12T21:14:14.149Z | [ helios-setup] Jun 12 21:14:13.620 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2587 | 2026-06-12T21:14:14.149Z | [ helios-setup] Jun 12 21:14:13.620 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2588 | 2026-06-12T21:14:14.149Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2589 | 2026-06-12T21:14:14.214Z | Jun 12 21:14:13.688 INFO [hubris-staging] task succeeded (15.366589624s) |
| 2590 | 2026-06-12T21:14:15.182Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2591 | 2026-06-12T21:14:15.536Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2592 | 2026-06-12T21:14:15.791Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2593 | 2026-06-12T21:14:15.831Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2594 | 2026-06-12T21:14:15.910Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2595 | 2026-06-12T21:14:18.594Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2596 | 2026-06-12T21:14:18.633Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2597 | 2026-06-12T21:14:18.727Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2598 | 2026-06-12T21:14:18.833Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2599 | 2026-06-12T21:14:18.962Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2600 | 2026-06-12T21:14:19.035Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2601 | 2026-06-12T21:14:19.055Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2602 | 2026-06-12T21:14:19.100Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2603 | 2026-06-12T21:14:19.175Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2604 | 2026-06-12T21:14:21.624Z | [ helios-setup] Jun 12 21:14:21.098 INFO clone ok!, project: amd-firmware |
| 2605 | 2026-06-12T21:14:21.625Z | [ helios-setup] Jun 12 21:14:21.098 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2606 | 2026-06-12T21:14:21.628Z | [ helios-setup] Jun 12 21:14:21.098 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2607 | 2026-06-12T21:14:21.628Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2608 | 2026-06-12T21:14:22.052Z | [ helios-setup] Jun 12 21:14:21.525 INFO clone ok!, project: pinprick |
| 2609 | 2026-06-12T21:14:22.052Z | [ helios-setup] Jun 12 21:14:21.525 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, unless_env: None, fixup: [] }, project: phbl |
| 2610 | 2026-06-12T21:14:22.055Z | [ helios-setup] Jun 12 21:14:21.525 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2611 | 2026-06-12T21:14:22.055Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2612 | 2026-06-12T21:14:22.519Z | [ helios-setup] Jun 12 21:14:21.992 INFO clone ok!, project: phbl |
| 2613 | 2026-06-12T21:14:22.523Z | [ helios-setup] Jun 12 21:14:21.992 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2614 | 2026-06-12T21:14:22.523Z | [ helios-setup] Jun 12 21:14:21.993 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2615 | 2026-06-12T21:14:22.523Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2616 | 2026-06-12T21:14:23.079Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2617 | 2026-06-12T21:14:23.520Z | [ helios-setup] Jun 12 21:14:22.994 INFO clone ok!, project: pilot |
| 2618 | 2026-06-12T21:14:23.524Z | [ helios-setup] Jun 12 21:14:22.994 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2619 | 2026-06-12T21:14:23.524Z | [ helios-setup] Jun 12 21:14:22.994 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2620 | 2026-06-12T21:14:23.524Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2621 | 2026-06-12T21:14:24.232Z | [ helios-setup] Jun 12 21:14:23.706 INFO clone ok!, project: dmar-report |
| 2622 | 2026-06-12T21:14:24.235Z | [ helios-setup] Jun 12 21:14:23.706 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, unless_env: None, fixup: [] }, project: bootserver |
| 2623 | 2026-06-12T21:14:24.235Z | [ helios-setup] Jun 12 21:14:23.706 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2624 | 2026-06-12T21:14:24.235Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2625 | 2026-06-12T21:14:24.703Z | [ helios-setup] Jun 12 21:14:24.175 INFO clone ok!, project: bootserver |
| 2626 | 2026-06-12T21:14:24.703Z | [ helios-setup] Jun 12 21:14:24.175 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2627 | 2026-06-12T21:14:24.706Z | [ helios-setup] Jun 12 21:14:24.175 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2628 | 2026-06-12T21:14:24.706Z | [ helios-setup] Jun 12 21:14:24.175 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2629 | 2026-06-12T21:14:24.706Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2630 | 2026-06-12T21:14:25.494Z | [ helios-setup] Jun 12 21:14:24.968 INFO clone ok!, project: chelsio-t6-roms |
| 2631 | 2026-06-12T21:14:25.494Z | [ helios-setup] Jun 12 21:14:24.968 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2632 | 2026-06-12T21:14:25.498Z | [ helios-setup] Jun 12 21:14:24.968 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, unless_env: None, fixup: [] }, project: image-builder |
| 2633 | 2026-06-12T21:14:25.498Z | [ helios-setup] Jun 12 21:14:24.968 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2634 | 2026-06-12T21:14:25.498Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2635 | 2026-06-12T21:14:25.950Z | [ helios-setup] Jun 12 21:14:25.424 INFO clone ok!, project: image-builder |
| 2636 | 2026-06-12T21:14:25.950Z | [ helios-setup] Jun 12 21:14:25.424 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, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2637 | 2026-06-12T21:14:25.954Z | [ helios-setup] Jun 12 21:14:25.424 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 |
| 2638 | 2026-06-12T21:14:25.954Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2639 | 2026-06-12T21:14:26.651Z | [ helios-setup] Jun 12 21:14:26.125 INFO clone ok!, project: amd-host-image-builder |
| 2640 | 2026-06-12T21:14:26.655Z | [ helios-setup] Jun 12 21:14:26.125 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2641 | 2026-06-12T21:14:26.861Z | [ helios-setup] Jun 12 21:14:26.335 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2642 | 2026-06-12T21:14:27.073Z | [ helios-setup] Jun 12 21:14:26.546 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2643 | 2026-06-12T21:14:27.073Z | [ helios-setup] Jun 12 21:14:26.547 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2644 | 2026-06-12T21:14:27.282Z | [ helios-setup] Jun 12 21:14:26.755 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2645 | 2026-06-12T21:14:27.493Z | [ helios-setup] Jun 12 21:14:26.966 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2646 | 2026-06-12T21:14:27.493Z | [ helios-setup] Jun 12 21:14:26.966 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2647 | 2026-06-12T21:14:27.710Z | [ helios-setup] Jun 12 21:14:27.183 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2648 | 2026-06-12T21:14:27.921Z | [ helios-setup] Jun 12 21:14:27.394 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2649 | 2026-06-12T21:14:27.921Z | [ helios-setup] Jun 12 21:14:27.394 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2650 | 2026-06-12T21:14:27.921Z | [ helios-setup] Jun 12 21:14:27.394 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2651 | 2026-06-12T21:14:27.924Z | [ helios-setup] Jun 12 21:14:27.394 INFO ok! |
| 2652 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.394 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2653 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.394 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2654 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.394 INFO ok! |
| 2655 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.394 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2656 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.394 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2657 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.395 INFO ok! |
| 2658 | 2026-06-12T21:14:27.925Z | [ helios-setup] Jun 12 21:14:27.395 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2659 | 2026-06-12T21:14:27.930Z | [ helios-setup] Jun 12 21:14:27.403 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 2660 | 2026-06-12T21:14:27.930Z | [ helios-setup] Jun 12 21:14:27.403 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2661 | 2026-06-12T21:14:27.934Z | [ helios-setup] Jun 12 21:14:27.403 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2662 | 2026-06-12T21:14:28.035Z | [ helios-setup] Jun 12 21:14:27.508 INFO E| Downloading crates ... |
| 2663 | 2026-06-12T21:14:28.087Z | [ helios-setup] Jun 12 21:14:27.561 INFO E| Downloaded adler2 v2.0.0 |
| 2664 | 2026-06-12T21:14:28.095Z | [ helios-setup] Jun 12 21:14:27.568 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2665 | 2026-06-12T21:14:28.117Z | [ helios-setup] Jun 12 21:14:27.591 INFO E| Compiling adler2 v2.0.0 |
| 2666 | 2026-06-12T21:14:28.184Z | [ helios-setup] Jun 12 21:14:27.657 INFO E| Compiling miniz_oxide v0.8.8 |
| 2667 | 2026-06-12T21:14:28.963Z | [ helios-setup] Jun 12 21:14:28.436 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2668 | 2026-06-12T21:14:29.328Z | [ helios-setup] Jun 12 21:14:28.801 INFO E| Finished `release` profile [optimized] target(s) in 1.38s |
| 2669 | 2026-06-12T21:14:29.335Z | [ helios-setup] Jun 12 21:14:28.808 INFO building project "pinprick" ok (1 seconds) |
| 2670 | 2026-06-12T21:14:29.335Z | [ helios-setup] Jun 12 21:14:28.808 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2671 | 2026-06-12T21:14:29.341Z | [ helios-setup] Jun 12 21:14:28.815 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 2672 | 2026-06-12T21:14:29.341Z | [ helios-setup] Jun 12 21:14:28.815 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2673 | 2026-06-12T21:14:29.341Z | [ helios-setup] Jun 12 21:14:28.815 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2674 | 2026-06-12T21:14:29.409Z | [ helios-setup] Jun 12 21:14:28.882 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2675 | 2026-06-12T21:14:29.842Z | [ helios-setup] Jun 12 21:14:29.314 INFO E| From https://github.com/jclulow/hiercmd |
| 2676 | 2026-06-12T21:14:29.842Z | [ helios-setup] Jun 12 21:14:29.314 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2677 | 2026-06-12T21:14:29.851Z | [ helios-setup] Jun 12 21:14:29.324 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2678 | 2026-06-12T21:14:30.115Z | [ helios-setup] Jun 12 21:14:29.588 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2679 | 2026-06-12T21:14:30.115Z | [ helios-setup] Jun 12 21:14:29.588 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2680 | 2026-06-12T21:14:30.125Z | [ helios-setup] Jun 12 21:14:29.598 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2681 | 2026-06-12T21:14:30.419Z | [ helios-setup] Jun 12 21:14:29.892 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2682 | 2026-06-12T21:14:30.419Z | [ helios-setup] Jun 12 21:14:29.892 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2683 | 2026-06-12T21:14:30.433Z | [ helios-setup] Jun 12 21:14:29.906 INFO E| Updating crates.io index |
| 2684 | 2026-06-12T21:14:30.543Z | [ helios-setup] Jun 12 21:14:30.016 INFO E| Downloading crates ... |
| 2685 | 2026-06-12T21:14:30.610Z | [ helios-setup] Jun 12 21:14:30.083 INFO E| Downloaded crc v3.3.0 |
| 2686 | 2026-06-12T21:14:30.617Z | [ helios-setup] Jun 12 21:14:30.090 INFO E| Downloaded clap_lex v0.7.6 |
| 2687 | 2026-06-12T21:14:30.626Z | [ helios-setup] Jun 12 21:14:30.099 INFO E| Downloaded devinfo v0.1.0 |
| 2688 | 2026-06-12T21:14:30.632Z | [ helios-setup] Jun 12 21:14:30.105 INFO E| Downloaded deranged v0.5.5 |
| 2689 | 2026-06-12T21:14:30.635Z | [ helios-setup] Jun 12 21:14:30.106 INFO E| Downloaded anstyle v1.0.13 |
| 2690 | 2026-06-12T21:14:30.638Z | [ helios-setup] Jun 12 21:14:30.109 INFO E| Downloaded clap_derive v4.5.49 |
| 2691 | 2026-06-12T21:14:30.638Z | [ helios-setup] Jun 12 21:14:30.112 INFO E| Downloaded futures-task v0.3.31 |
| 2692 | 2026-06-12T21:14:30.641Z | [ helios-setup] Jun 12 21:14:30.114 INFO E| Downloaded futures-sink v0.3.31 |
| 2693 | 2026-06-12T21:14:30.646Z | [ helios-setup] Jun 12 21:14:30.119 INFO E| Downloaded bytes v1.10.1 |
| 2694 | 2026-06-12T21:14:30.649Z | [ helios-setup] Jun 12 21:14:30.122 INFO E| Downloaded clap v4.5.51 |
| 2695 | 2026-06-12T21:14:30.654Z | [ helios-setup] Jun 12 21:14:30.128 INFO E| Downloaded futures-core v0.3.31 |
| 2696 | 2026-06-12T21:14:30.658Z | [ helios-setup] Jun 12 21:14:30.129 INFO E| Downloaded futures-macro v0.3.31 |
| 2697 | 2026-06-12T21:14:30.664Z | [ helios-setup] Jun 12 21:14:30.138 INFO E| Downloaded env_logger v0.11.8 |
| 2698 | 2026-06-12T21:14:30.668Z | [ helios-setup] Jun 12 21:14:30.141 INFO E| Downloaded futures-io v0.3.31 |
| 2699 | 2026-06-12T21:14:30.670Z | [ helios-setup] Jun 12 21:14:30.141 INFO E| Downloaded bitflags v2.10.0 |
| 2700 | 2026-06-12T21:14:30.670Z | [ helios-setup] Jun 12 21:14:30.143 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2701 | 2026-06-12T21:14:30.676Z | [ helios-setup] Jun 12 21:14:30.150 INFO E| Downloaded time-core v0.1.6 |
| 2702 | 2026-06-12T21:14:30.700Z | [ helios-setup] Jun 12 21:14:30.174 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2703 | 2026-06-12T21:14:30.703Z | [ helios-setup] Jun 12 21:14:30.177 INFO E| Downloaded futures-channel v0.3.31 |
| 2704 | 2026-06-12T21:14:30.707Z | [ helios-setup] Jun 12 21:14:30.178 INFO E| Downloaded futures-executor v0.3.31 |
| 2705 | 2026-06-12T21:14:30.712Z | [ helios-setup] Jun 12 21:14:30.185 INFO E| Downloaded env_filter v0.1.4 |
| 2706 | 2026-06-12T21:14:30.715Z | [ helios-setup] Jun 12 21:14:30.186 INFO E| Downloaded itoa v1.0.15 |
| 2707 | 2026-06-12T21:14:30.718Z | [ helios-setup] Jun 12 21:14:30.191 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2708 | 2026-06-12T21:14:30.721Z | [ helios-setup] Jun 12 21:14:30.193 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2709 | 2026-06-12T21:14:30.732Z | [ helios-setup] Jun 12 21:14:30.205 INFO E| Downloaded anstyle-query v1.1.4 |
| 2710 | 2026-06-12T21:14:30.741Z | [ helios-setup] Jun 12 21:14:30.214 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2711 | 2026-06-12T21:14:30.744Z | [ helios-setup] Jun 12 21:14:30.216 INFO E| Downloaded cc v1.2.44 |
| 2712 | 2026-06-12T21:14:30.747Z | [ helios-setup] Jun 12 21:14:30.217 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2713 | 2026-06-12T21:14:30.749Z | [ helios-setup] Jun 12 21:14:30.220 INFO E| Downloaded getopts v0.2.24 |
| 2714 | 2026-06-12T21:14:30.750Z | [ helios-setup] Jun 12 21:14:30.221 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2715 | 2026-06-12T21:14:30.755Z | [ helios-setup] Jun 12 21:14:30.229 INFO E| Downloaded tokio-macros v2.6.0 |
| 2716 | 2026-06-12T21:14:30.761Z | [ helios-setup] Jun 12 21:14:30.234 INFO E| Downloaded toml_datetime v0.7.3 |
| 2717 | 2026-06-12T21:14:30.764Z | [ helios-setup] Jun 12 21:14:30.235 INFO E| Downloaded thiserror v2.0.17 |
| 2718 | 2026-06-12T21:14:30.767Z | [ helios-setup] Jun 12 21:14:30.239 INFO E| Downloaded serde_spanned v1.0.3 |
| 2719 | 2026-06-12T21:14:30.770Z | [ helios-setup] Jun 12 21:14:30.243 INFO E| Downloaded term v1.2.0 |
| 2720 | 2026-06-12T21:14:30.773Z | [ helios-setup] Jun 12 21:14:30.246 INFO E| Downloaded quote v1.0.41 |
| 2721 | 2026-06-12T21:14:30.776Z | [ helios-setup] Jun 12 21:14:30.247 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2722 | 2026-06-12T21:14:30.776Z | [ helios-setup] Jun 12 21:14:30.248 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2723 | 2026-06-12T21:14:30.780Z | [ helios-setup] Jun 12 21:14:30.250 INFO E| Downloaded time-macros v0.2.24 |
| 2724 | 2026-06-12T21:14:30.780Z | [ helios-setup] Jun 12 21:14:30.251 INFO E| Downloaded generic-array v0.14.9 |
| 2725 | 2026-06-12T21:14:30.780Z | [ helios-setup] Jun 12 21:14:30.252 INFO E| Downloaded slab v0.4.11 |
| 2726 | 2026-06-12T21:14:30.783Z | [ helios-setup] Jun 12 21:14:30.256 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2727 | 2026-06-12T21:14:30.783Z | [ helios-setup] Jun 12 21:14:30.257 INFO E| Downloaded bitfield v0.19.3 |
| 2728 | 2026-06-12T21:14:30.787Z | [ helios-setup] Jun 12 21:14:30.258 INFO E| Downloaded num_enum v0.7.5 |
| 2729 | 2026-06-12T21:14:30.787Z | [ helios-setup] Jun 12 21:14:30.260 INFO E| Downloaded toml_writer v1.0.4 |
| 2730 | 2026-06-12T21:14:30.790Z | [ helios-setup] Jun 12 21:14:30.263 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2731 | 2026-06-12T21:14:30.811Z | [ helios-setup] Jun 12 21:14:30.285 INFO E| Downloaded getrandom v0.2.16 |
| 2732 | 2026-06-12T21:14:30.815Z | [ helios-setup] Jun 12 21:14:30.289 INFO E| Downloaded base64ct v1.8.0 |
| 2733 | 2026-06-12T21:14:30.834Z | [ helios-setup] Jun 12 21:14:30.306 INFO E| Downloaded futures v0.3.31 |
| 2734 | 2026-06-12T21:14:30.840Z | [ helios-setup] Jun 12 21:14:30.314 INFO E| Downloaded unicode-ident v1.0.22 |
| 2735 | 2026-06-12T21:14:30.843Z | [ helios-setup] Jun 12 21:14:30.315 INFO E| Downloaded log v0.4.28 |
| 2736 | 2026-06-12T21:14:30.849Z | [ helios-setup] Jun 12 21:14:30.322 INFO E| Downloaded toml_edit v0.23.7 |
| 2737 | 2026-06-12T21:14:30.852Z | [ helios-setup] Jun 12 21:14:30.324 INFO E| Downloaded anyhow v1.0.100 |
| 2738 | 2026-06-12T21:14:30.855Z | [ helios-setup] Jun 12 21:14:30.326 INFO E| Downloaded uuid v1.18.1 |
| 2739 | 2026-06-12T21:14:30.855Z | [ helios-setup] Jun 12 21:14:30.328 INFO E| Downloaded toml_parser v1.0.4 |
| 2740 | 2026-06-12T21:14:30.858Z | [ helios-setup] Jun 12 21:14:30.329 INFO E| Downloaded ryu v1.0.20 |
| 2741 | 2026-06-12T21:14:30.858Z | [ helios-setup] Jun 12 21:14:30.331 INFO E| Downloaded socket2 v0.6.1 |
| 2742 | 2026-06-12T21:14:30.862Z | [ helios-setup] Jun 12 21:14:30.335 INFO E| Downloaded flate2 v1.1.5 |
| 2743 | 2026-06-12T21:14:30.869Z | [ helios-setup] Jun 12 21:14:30.343 INFO E| Downloaded rand v0.8.5 |
| 2744 | 2026-06-12T21:14:30.877Z | [ helios-setup] Jun 12 21:14:30.351 INFO E| Downloaded toml v0.9.8 |
| 2745 | 2026-06-12T21:14:30.883Z | [ helios-setup] Jun 12 21:14:30.357 INFO E| Downloaded indexmap v2.12.0 |
| 2746 | 2026-06-12T21:14:30.890Z | [ helios-setup] Jun 12 21:14:30.364 INFO E| Downloaded rsa v0.9.8 |
| 2747 | 2026-06-12T21:14:30.894Z | [ helios-setup] Jun 12 21:14:30.367 INFO E| Downloaded memchr v2.7.6 |
| 2748 | 2026-06-12T21:14:30.897Z | [ helios-setup] Jun 12 21:14:30.369 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2749 | 2026-06-12T21:14:30.906Z | [ helios-setup] Jun 12 21:14:30.378 INFO E| Downloaded mio v1.1.0 |
| 2750 | 2026-06-12T21:14:30.923Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2751 | 2026-06-12T21:14:30.926Z | [ helios-setup] Jun 12 21:14:30.400 INFO E| Downloaded iddqd v0.3.14 |
| 2752 | 2026-06-12T21:14:30.938Z | [ helios-setup] Jun 12 21:14:30.411 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2753 | 2026-06-12T21:14:30.941Z | [ helios-setup] Jun 12 21:14:30.414 INFO E| Downloaded futures-util v0.3.31 |
| 2754 | 2026-06-12T21:14:30.948Z | [ helios-setup] Jun 12 21:14:30.421 INFO E| Downloaded libm v0.2.15 |
| 2755 | 2026-06-12T21:14:30.953Z | [ helios-setup] Jun 12 21:14:30.427 INFO E| Downloaded time v0.3.44 |
| 2756 | 2026-06-12T21:14:30.958Z | [ helios-setup] Jun 12 21:14:30.431 INFO E| Downloaded clap_builder v4.5.51 |
| 2757 | 2026-06-12T21:14:30.961Z | [ helios-setup] Jun 12 21:14:30.435 INFO E| Downloaded hashbrown v0.16.0 |
| 2758 | 2026-06-12T21:14:30.964Z | [ helios-setup] Jun 12 21:14:30.437 INFO E| Downloaded winnow v0.7.13 |
| 2759 | 2026-06-12T21:14:30.969Z | [ helios-setup] Jun 12 21:14:30.442 INFO E| Downloaded serde_json v1.0.145 |
| 2760 | 2026-06-12T21:14:30.992Z | [ helios-setup] Jun 12 21:14:30.466 INFO E| Downloaded chrono v0.4.42 |
| 2761 | 2026-06-12T21:14:31.002Z | [ helios-setup] Jun 12 21:14:30.476 INFO E| Downloaded zerocopy v0.8.27 |
| 2762 | 2026-06-12T21:14:31.020Z | [ helios-setup] Jun 12 21:14:30.493 INFO E| Downloaded unicode-width v0.2.2 |
| 2763 | 2026-06-12T21:14:31.031Z | [ helios-setup] Jun 12 21:14:30.505 INFO E| Downloaded syn v2.0.108 |
| 2764 | 2026-06-12T21:14:31.056Z | [ helios-setup] Jun 12 21:14:30.529 INFO E| Downloaded rustix v1.1.2 |
| 2765 | 2026-06-12T21:14:31.103Z | [ helios-setup] Jun 12 21:14:30.577 INFO E| Downloaded libc v0.2.177 |
| 2766 | 2026-06-12T21:14:31.119Z | [ helios-setup] Jun 12 21:14:30.593 INFO E| Downloaded tokio v1.48.0 |
| 2767 | 2026-06-12T21:14:31.208Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling proc-macro2 v1.0.103 |
| 2768 | 2026-06-12T21:14:31.208Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling unicode-ident v1.0.22 |
| 2769 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling quote v1.0.41 |
| 2770 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling libc v0.2.177 |
| 2771 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling serde_core v1.0.228 |
| 2772 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling cfg-if v1.0.4 |
| 2773 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.680 INFO E| Compiling serde v1.0.228 |
| 2774 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling version_check v0.9.5 |
| 2775 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling autocfg v1.5.0 |
| 2776 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling const-oid v0.9.6 |
| 2777 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling typenum v1.19.0 |
| 2778 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling libm v0.2.15 |
| 2779 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling zerocopy v0.8.27 |
| 2780 | 2026-06-12T21:14:31.212Z | [ helios-setup] Jun 12 21:14:30.681 INFO E| Compiling rustversion v1.0.22 |
| 2781 | 2026-06-12T21:14:31.242Z | [ helios-setup] Jun 12 21:14:30.715 INFO E| Compiling smallvec v1.15.1 |
| 2782 | 2026-06-12T21:14:31.245Z | [ helios-setup] Jun 12 21:14:30.715 INFO E| Compiling base64ct v1.8.0 |
| 2783 | 2026-06-12T21:14:31.596Z | [ helios-setup] Jun 12 21:14:31.069 INFO E| Compiling zeroize v1.8.2 |
| 2784 | 2026-06-12T21:14:31.617Z | [ helios-setup] Jun 12 21:14:31.091 INFO E| Compiling winnow v0.7.13 |
| 2785 | 2026-06-12T21:14:31.631Z | [ helios-setup] Jun 12 21:14:31.104 INFO E| Compiling anyhow v1.0.100 |
| 2786 | 2026-06-12T21:14:31.664Z | [ helios-setup] Jun 12 21:14:31.138 INFO E| Compiling num-traits v0.2.19 |
| 2787 | 2026-06-12T21:14:31.696Z | [ helios-setup] Jun 12 21:14:31.169 INFO E| Compiling generic-array v0.14.9 |
| 2788 | 2026-06-12T21:14:31.751Z | [ helios-setup] Jun 12 21:14:31.224 INFO E| Compiling memchr v2.7.6 |
| 2789 | 2026-06-12T21:14:32.057Z | [ helios-setup] Jun 12 21:14:31.530 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2790 | 2026-06-12T21:14:32.075Z | [ helios-setup] Jun 12 21:14:31.548 INFO E| Compiling hashbrown v0.16.0 |
| 2791 | 2026-06-12T21:14:32.172Z | [ helios-setup] Jun 12 21:14:31.618 INFO E| Compiling flagset v0.4.7 |
| 2792 | 2026-06-12T21:14:32.241Z | [ helios-setup] Jun 12 21:14:31.714 INFO E| Compiling rustix v1.1.2 |
| 2793 | 2026-06-12T21:14:32.250Z | [ helios-setup] Jun 12 21:14:31.723 INFO E| Compiling crc32fast v1.5.0 |
| 2794 | 2026-06-12T21:14:32.292Z | [ helios-setup] Jun 12 21:14:31.765 INFO E| Compiling utf8parse v0.2.2 |
| 2795 | 2026-06-12T21:14:32.301Z | [ helios-setup] Jun 12 21:14:31.774 INFO E| Compiling equivalent v1.0.2 |
| 2796 | 2026-06-12T21:14:32.345Z | [ helios-setup] Jun 12 21:14:31.819 INFO E| Compiling getrandom v0.2.16 |
| 2797 | 2026-06-12T21:14:32.428Z | [ helios-setup] Jun 12 21:14:31.901 INFO E| Compiling byteorder v1.5.0 |
| 2798 | 2026-06-12T21:14:32.450Z | [ helios-setup] Jun 12 21:14:31.923 INFO E| Compiling anstyle-parse v0.2.7 |
| 2799 | 2026-06-12T21:14:32.486Z | [ helios-setup] Jun 12 21:14:31.959 INFO E| Compiling rand_core v0.6.4 |
| 2800 | 2026-06-12T21:14:32.722Z | [ helios-setup] Jun 12 21:14:32.195 INFO E| Compiling indexmap v2.12.0 |
| 2801 | 2026-06-12T21:14:32.744Z | [ helios-setup] Jun 12 21:14:32.217 INFO E| Compiling errno v0.3.14 |
| 2802 | 2026-06-12T21:14:32.815Z | [ helios-setup] Jun 12 21:14:32.288 INFO E| Compiling syn v2.0.108 |
| 2803 | 2026-06-12T21:14:32.844Z | [ helios-setup] Jun 12 21:14:32.316 INFO E| Compiling anstyle v1.0.13 |
| 2804 | 2026-06-12T21:14:32.852Z | [ helios-setup] Jun 12 21:14:32.325 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2805 | 2026-06-12T21:14:32.923Z | [ helios-setup] Jun 12 21:14:32.394 INFO E| Compiling allocator-api2 v0.2.21 |
| 2806 | 2026-06-12T21:14:32.928Z | [ helios-setup] Jun 12 21:14:32.402 INFO E| Compiling cpufeatures v0.2.17 |
| 2807 | 2026-06-12T21:14:32.983Z | [ helios-setup] Jun 12 21:14:32.437 INFO E| Compiling anstyle-query v1.1.4 |
| 2808 | 2026-06-12T21:14:32.996Z | [ helios-setup] Jun 12 21:14:32.469 INFO E| Compiling shlex v1.3.0 |
| 2809 | 2026-06-12T21:14:33.020Z | [ helios-setup] Jun 12 21:14:32.492 INFO E| Compiling syn v1.0.109 |
| 2810 | 2026-06-12T21:14:33.025Z | [ helios-setup] Jun 12 21:14:32.499 INFO E| Compiling colorchoice v1.0.4 |
| 2811 | 2026-06-12T21:14:33.056Z | [ helios-setup] Jun 12 21:14:32.529 INFO E| Compiling radium v0.7.0 |
| 2812 | 2026-06-12T21:14:33.103Z | [ helios-setup] Jun 12 21:14:32.576 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2813 | 2026-06-12T21:14:33.134Z | [ helios-setup] Jun 12 21:14:32.607 INFO E| Compiling toml_datetime v0.7.3 |
| 2814 | 2026-06-12T21:14:33.261Z | [ helios-setup] Jun 12 21:14:32.734 INFO E| Compiling cc v1.2.44 |
| 2815 | 2026-06-12T21:14:33.276Z | [ helios-setup] Jun 12 21:14:32.749 INFO E| Compiling slog v2.8.2 |
| 2816 | 2026-06-12T21:14:33.291Z | [ helios-setup] Jun 12 21:14:32.764 INFO E| Compiling anstream v0.6.21 |
| 2817 | 2026-06-12T21:14:33.426Z | [ helios-setup] Jun 12 21:14:32.899 INFO E| Compiling toml_parser v1.0.4 |
| 2818 | 2026-06-12T21:14:33.604Z | [ helios-setup] Jun 12 21:14:33.077 INFO E| Compiling unicode-width v0.2.2 |
| 2819 | 2026-06-12T21:14:33.611Z | [ helios-setup] Jun 12 21:14:33.084 INFO E| Compiling tap v1.0.1 |
| 2820 | 2026-06-12T21:14:33.641Z | [ helios-setup] Jun 12 21:14:33.114 INFO E| Compiling pkg-config v0.3.32 |
| 2821 | 2026-06-12T21:14:33.729Z | [ helios-setup] Jun 12 21:14:33.203 INFO E| Compiling pin-project-lite v0.2.16 |
| 2822 | 2026-06-12T21:14:33.813Z | [ helios-setup] Jun 12 21:14:33.286 INFO E| Compiling futures-core v0.3.31 |
| 2823 | 2026-06-12T21:14:33.822Z | [ helios-setup] Jun 12 21:14:33.295 INFO E| Compiling maybe-uninit v2.0.0 |
| 2824 | 2026-06-12T21:14:33.849Z | [ helios-setup] Jun 12 21:14:33.322 INFO E| Compiling parking_lot_core v0.9.12 |
| 2825 | 2026-06-12T21:14:33.857Z | [ helios-setup] Jun 12 21:14:33.329 INFO E| Compiling futures-sink v0.3.31 |
| 2826 | 2026-06-12T21:14:33.935Z | [ helios-setup] Jun 12 21:14:33.408 INFO E| Compiling wyz v0.5.1 |
| 2827 | 2026-06-12T21:14:34.097Z | [ helios-setup] Jun 12 21:14:33.570 INFO E| Compiling crypto-common v0.1.6 |
| 2828 | 2026-06-12T21:14:34.147Z | [ helios-setup] Jun 12 21:14:33.620 INFO E| Compiling block-buffer v0.10.4 |
| 2829 | 2026-06-12T21:14:34.167Z | [ helios-setup] Jun 12 21:14:33.639 INFO E| Compiling getopts v0.2.24 |
| 2830 | 2026-06-12T21:14:34.235Z | [ helios-setup] Jun 12 21:14:33.708 INFO E| Compiling futures-channel v0.3.31 |
| 2831 | 2026-06-12T21:14:34.314Z | [ helios-setup] Jun 12 21:14:33.788 INFO E| Compiling ahash v0.8.12 |
| 2832 | 2026-06-12T21:14:34.351Z | [ helios-setup] Jun 12 21:14:33.812 INFO E| Compiling powerfmt v0.2.0 |
| 2833 | 2026-06-12T21:14:34.414Z | [ helios-setup] Jun 12 21:14:33.887 INFO E| Compiling digest v0.10.7 |
| 2834 | 2026-06-12T21:14:34.472Z | [ helios-setup] Jun 12 21:14:33.945 INFO E| Compiling toml_edit v0.23.7 |
| 2835 | 2026-06-12T21:14:34.490Z | [ helios-setup] Jun 12 21:14:33.963 INFO E| Compiling strsim v0.11.1 |
| 2836 | 2026-06-12T21:14:34.587Z | [ helios-setup] Jun 12 21:14:34.060 INFO E| Compiling heck v0.5.0 |
| 2837 | 2026-06-12T21:14:34.621Z | [ helios-setup] Jun 12 21:14:34.094 INFO E| Compiling time-core v0.1.6 |
| 2838 | 2026-06-12T21:14:34.642Z | [ helios-setup] Jun 12 21:14:34.115 INFO E| Compiling bytes v1.10.1 |
| 2839 | 2026-06-12T21:14:34.747Z | [ helios-setup] Jun 12 21:14:34.221 INFO E| Compiling num-integer v0.1.46 |
| 2840 | 2026-06-12T21:14:34.765Z | [ helios-setup] Jun 12 21:14:34.239 INFO E| Compiling sha2 v0.10.9 |
| 2841 | 2026-06-12T21:14:34.785Z | [ helios-setup] Jun 12 21:14:34.259 INFO E| Compiling bitflags v2.10.0 |
| 2842 | 2026-06-12T21:14:34.823Z | [ helios-setup] Jun 12 21:14:34.296 INFO E| Compiling thiserror v1.0.69 |
| 2843 | 2026-06-12T21:14:34.843Z | [ helios-setup] Jun 12 21:14:34.316 INFO E| Compiling pin-utils v0.1.0 |
| 2844 | 2026-06-12T21:14:34.922Z | [ helios-setup] Jun 12 21:14:34.395 INFO E| Compiling futures-io v0.3.31 |
| 2845 | 2026-06-12T21:14:35.122Z | [ helios-setup] Jun 12 21:14:34.595 INFO E| Compiling spin v0.9.8 |
| 2846 | 2026-06-12T21:14:35.306Z | [ helios-setup] Jun 12 21:14:34.778 INFO E| Compiling num-conv v0.1.0 |
| 2847 | 2026-06-12T21:14:35.474Z | [ helios-setup] Jun 12 21:14:34.948 INFO E| Compiling packed_struct v0.10.1 |
| 2848 | 2026-06-12T21:14:35.501Z | [ helios-setup] Jun 12 21:14:34.974 INFO E| Compiling futures-task v0.3.31 |
| 2849 | 2026-06-12T21:14:35.570Z | [ helios-setup] Jun 12 21:14:35.044 INFO E| Compiling funty v2.0.0 |
| 2850 | 2026-06-12T21:14:35.608Z | [ helios-setup] Jun 12 21:14:35.082 INFO E| Compiling itoa v1.0.15 |
| 2851 | 2026-06-12T21:14:35.738Z | [ helios-setup] Jun 12 21:14:35.211 INFO E| Compiling clap_lex v0.7.6 |
| 2852 | 2026-06-12T21:14:35.760Z | [ helios-setup] Jun 12 21:14:35.233 INFO E| Compiling proc-macro-crate v3.4.0 |
| 2853 | 2026-06-12T21:14:35.836Z | [ helios-setup] Jun 12 21:14:35.309 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2854 | 2026-06-12T21:14:35.843Z | [ helios-setup] Jun 12 21:14:35.316 INFO E| Compiling getrandom v0.3.4 |
| 2855 | 2026-06-12T21:14:35.843Z | [ helios-setup] Jun 12 21:14:35.316 INFO E| Compiling slab v0.4.11 |
| 2856 | 2026-06-12T21:14:35.855Z | [ helios-setup] Jun 12 21:14:35.328 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2857 | 2026-06-12T21:14:35.890Z | [ helios-setup] Jun 12 21:14:35.363 INFO E| Compiling scopeguard v1.2.0 |
| 2858 | 2026-06-12T21:14:36.120Z | [ helios-setup] Jun 12 21:14:35.593 INFO E| Compiling lock_api v0.4.14 |
| 2859 | 2026-06-12T21:14:36.165Z | [ helios-setup] Jun 12 21:14:35.639 INFO E| Compiling time-macros v0.2.24 |
| 2860 | 2026-06-12T21:14:36.173Z | [ helios-setup] Jun 12 21:14:35.646 INFO E| Compiling num-iter v0.1.45 |
| 2861 | 2026-06-12T21:14:36.214Z | [ helios-setup] Jun 12 21:14:35.687 INFO E| Compiling lazy_static v1.5.0 |
| 2862 | 2026-06-12T21:14:36.313Z | [ helios-setup] Jun 12 21:14:35.786 INFO E| Compiling terminal_size v0.4.3 |
| 2863 | 2026-06-12T21:14:36.352Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2864 | 2026-06-12T21:14:36.375Z | [ helios-setup] Jun 12 21:14:35.848 INFO E| Compiling bitvec v1.0.1 |
| 2865 | 2026-06-12T21:14:36.418Z | [ helios-setup] Jun 12 21:14:35.891 INFO E| Compiling clap_builder v4.5.51 |
| 2866 | 2026-06-12T21:14:36.432Z | [ helios-setup] Jun 12 21:14:35.905 INFO E| Compiling deranged v0.5.5 |
| 2867 | 2026-06-12T21:14:36.511Z | [ helios-setup] Jun 12 21:14:35.985 INFO E| Compiling indexmap v1.9.3 |
| 2868 | 2026-06-12T21:14:36.520Z | [ helios-setup] Jun 12 21:14:35.993 INFO E| Compiling log v0.4.28 |
| 2869 | 2026-06-12T21:14:36.569Z | [ helios-setup] Jun 12 21:14:36.042 INFO E| Compiling once_cell v1.21.3 |
| 2870 | 2026-06-12T21:14:36.733Z | [ helios-setup] Jun 12 21:14:36.207 INFO E| Compiling crc-catalog v2.4.0 |
| 2871 | 2026-06-12T21:14:36.751Z | [ helios-setup] Jun 12 21:14:36.224 INFO E| Compiling iana-time-zone v0.1.64 |
| 2872 | 2026-06-12T21:14:36.829Z | [ helios-setup] Jun 12 21:14:36.302 INFO E| Compiling simd-adler32 v0.3.7 |
| 2873 | 2026-06-12T21:14:36.844Z | [ helios-setup] Jun 12 21:14:36.317 INFO E| Compiling nodrop v0.1.14 |
| 2874 | 2026-06-12T21:14:36.888Z | [ helios-setup] Jun 12 21:14:36.361 INFO E| Compiling thiserror v2.0.17 |
| 2875 | 2026-06-12T21:14:36.896Z | [ helios-setup] Jun 12 21:14:36.368 INFO E| Compiling adler2 v2.0.1 |
| 2876 | 2026-06-12T21:14:36.959Z | [ helios-setup] Jun 12 21:14:36.431 INFO E| Compiling serde_json v1.0.145 |
| 2877 | 2026-06-12T21:14:36.974Z | [ helios-setup] Jun 12 21:14:36.445 INFO E| Compiling array-init v0.0.4 |
| 2878 | 2026-06-12T21:14:37.020Z | [ helios-setup] Jun 12 21:14:36.493 INFO E| Compiling miniz_oxide v0.8.9 |
| 2879 | 2026-06-12T21:14:37.073Z | [ helios-setup] Jun 12 21:14:36.546 INFO E| Compiling chrono v0.4.42 |
| 2880 | 2026-06-12T21:14:37.090Z | [ helios-setup] Jun 12 21:14:36.563 INFO E| Compiling crc v3.3.0 |
| 2881 | 2026-06-12T21:14:37.232Z | [ helios-setup] Jun 12 21:14:36.705 INFO E| Compiling parking_lot v0.12.5 |
| 2882 | 2026-06-12T21:14:37.288Z | [ helios-setup] Jun 12 21:14:36.761 INFO E| Compiling env_filter v0.1.4 |
| 2883 | 2026-06-12T21:14:37.390Z | [ helios-setup] Jun 12 21:14:36.862 INFO E| Compiling smallvec v0.6.14 |
| 2884 | 2026-06-12T21:14:37.620Z | [ helios-setup] Jun 12 21:14:37.092 INFO E| Compiling serde_spanned v1.0.3 |
| 2885 | 2026-06-12T21:14:37.646Z | [ helios-setup] Jun 12 21:14:37.119 INFO E| Compiling signature v2.2.0 |
| 2886 | 2026-06-12T21:14:37.822Z | [ helios-setup] Jun 12 21:14:37.295 INFO E| Compiling mio v1.1.0 |
| 2887 | 2026-06-12T21:14:37.869Z | [ helios-setup] Jun 12 21:14:37.342 INFO E| Compiling socket2 v0.6.1 |
| 2888 | 2026-06-12T21:14:37.951Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2889 | 2026-06-12T21:14:38.111Z | [ helios-setup] Jun 12 21:14:37.583 INFO E| Compiling time v0.3.44 |
| 2890 | 2026-06-12T21:14:38.193Z | [ helios-setup] Jun 12 21:14:37.667 INFO E| Compiling is-terminal v0.4.17 |
| 2891 | 2026-06-12T21:14:38.225Z | [ helios-setup] Jun 12 21:14:37.699 INFO E| Compiling signal-hook-registry v1.4.6 |
| 2892 | 2026-06-12T21:14:38.301Z | [ helios-setup] Jun 12 21:14:37.774 INFO E| Compiling thread_local v1.1.9 |
| 2893 | 2026-06-12T21:14:38.463Z | [ helios-setup] Jun 12 21:14:37.936 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2894 | 2026-06-12T21:14:38.780Z | [ helios-setup] Jun 12 21:14:38.253 INFO E| Compiling hashbrown v0.12.3 |
| 2895 | 2026-06-12T21:14:38.797Z | [ helios-setup] Jun 12 21:14:38.271 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 2896 | 2026-06-12T21:14:38.820Z | [ helios-setup] Jun 12 21:14:38.293 INFO E| Compiling ryu v1.0.20 |
| 2897 | 2026-06-12T21:14:38.844Z | [ helios-setup] Jun 12 21:14:38.317 INFO E| Compiling winnow v0.5.40 |
| 2898 | 2026-06-12T21:14:38.906Z | [ helios-setup] Jun 12 21:14:38.379 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 2899 | 2026-06-12T21:14:38.934Z | [ helios-setup] Jun 12 21:14:38.407 INFO E| Compiling term v1.2.0 |
| 2900 | 2026-06-12T21:14:38.937Z | [ helios-setup] Jun 12 21:14:38.408 INFO E| Compiling subtle v2.6.1 |
| 2901 | 2026-06-12T21:14:39.143Z | [ helios-setup] Jun 12 21:14:38.616 INFO E| Compiling serde_derive v1.0.228 |
| 2902 | 2026-06-12T21:14:39.258Z | [ helios-setup] Jun 12 21:14:38.731 INFO E| Compiling zerocopy-derive v0.8.27 |
| 2903 | 2026-06-12T21:14:39.295Z | [ helios-setup] Jun 12 21:14:38.768 INFO E| Compiling der_derive v0.7.3 |
| 2904 | 2026-06-12T21:14:39.382Z | [ helios-setup] Jun 12 21:14:38.855 INFO E| Compiling futures-macro v0.3.31 |
| 2905 | 2026-06-12T21:14:39.389Z | [ helios-setup] Jun 12 21:14:38.862 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2906 | 2026-06-12T21:14:39.421Z | [ helios-setup] Jun 12 21:14:38.894 INFO E| Compiling num_enum_derive v0.7.5 |
| 2907 | 2026-06-12T21:14:39.460Z | [ helios-setup] Jun 12 21:14:38.933 INFO E| Compiling clap_derive v4.5.49 |
| 2908 | 2026-06-12T21:14:39.791Z | [ helios-setup] Jun 12 21:14:39.264 INFO E| Compiling thiserror-impl v1.0.69 |
| 2909 | 2026-06-12T21:14:39.794Z | [ helios-setup] Jun 12 21:14:39.265 INFO E| Compiling bitfield-macros v0.19.3 |
| 2910 | 2026-06-12T21:14:40.762Z | [ helios-setup] Jun 12 21:14:40.235 INFO E| Compiling futures-util v0.3.31 |
| 2911 | 2026-06-12T21:14:40.804Z | [ helios-setup] Jun 12 21:14:40.277 INFO E| Compiling der v0.7.10 |
| 2912 | 2026-06-12T21:14:40.824Z | [ helios-setup] Jun 12 21:14:40.298 INFO E| Compiling zerocopy v0.6.6 |
| 2913 | 2026-06-12T21:14:40.833Z | [ helios-setup] Jun 12 21:14:40.304 INFO E| Compiling thiserror-impl v2.0.17 |
| 2914 | 2026-06-12T21:14:40.999Z | [ helios-setup] Jun 12 21:14:40.472 INFO E| Compiling num_enum v0.7.5 |
| 2915 | 2026-06-12T21:14:41.177Z | [ helios-setup] Jun 12 21:14:40.650 INFO E| Compiling bitfield v0.19.3 |
| 2916 | 2026-06-12T21:14:41.180Z | [ helios-setup] Jun 12 21:14:40.651 INFO E| Compiling tokio-macros v2.6.0 |
| 2917 | 2026-06-12T21:14:41.245Z | [ helios-setup] Jun 12 21:14:40.719 INFO E| Compiling toml_writer v1.0.4 |
| 2918 | 2026-06-12T21:14:41.305Z | [ helios-setup] Jun 12 21:14:40.777 INFO E| Compiling base64 v0.21.7 |
| 2919 | 2026-06-12T21:14:41.546Z | [ helios-setup] Jun 12 21:14:41.019 INFO E| Compiling devinfo v0.1.0 |
| 2920 | 2026-06-12T21:14:41.630Z | [ helios-setup] Jun 12 21:14:41.103 INFO E| Compiling bzip2 v0.4.4 |
| 2921 | 2026-06-12T21:14:41.728Z | [ helios-setup] Jun 12 21:14:41.201 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2922 | 2026-06-12T21:14:41.734Z | [ helios-setup] Jun 12 21:14:41.208 INFO E| Compiling toml v0.9.8 |
| 2923 | 2026-06-12T21:14:41.912Z | [ helios-setup] Jun 12 21:14:41.385 INFO E| Compiling clap v4.5.51 |
| 2924 | 2026-06-12T21:14:42.013Z | [ helios-setup] Jun 12 21:14:41.485 INFO E| Compiling uuid v1.18.1 |
| 2925 | 2026-06-12T21:14:42.030Z | [ helios-setup] Jun 12 21:14:41.504 INFO E| Compiling env_logger v0.11.8 |
| 2926 | 2026-06-12T21:14:42.030Z | [ helios-setup] Jun 12 21:14:41.504 INFO E| Compiling flate2 v1.1.5 |
| 2927 | 2026-06-12T21:14:42.213Z | [ helios-setup] Jun 12 21:14:41.686 INFO E| Compiling hex v0.4.3 |
| 2928 | 2026-06-12T21:14:42.236Z | [ helios-setup] Jun 12 21:14:41.709 INFO E| Compiling crc-any v2.5.0 |
| 2929 | 2026-06-12T21:14:42.386Z | [ helios-setup] Jun 12 21:14:41.859 INFO E| Compiling spki v0.7.3 |
| 2930 | 2026-06-12T21:14:42.516Z | [ helios-setup] Jun 12 21:14:41.958 INFO E| Compiling tokio v1.48.0 |
| 2931 | 2026-06-12T21:14:42.523Z | [ helios-setup] Jun 12 21:14:41.981 INFO E| Compiling bitflags v1.3.2 |
| 2932 | 2026-06-12T21:14:42.523Z | [ helios-setup] Jun 12 21:14:41.992 INFO E| Compiling rustc-hash v2.1.1 |
| 2933 | 2026-06-12T21:14:42.576Z | [ helios-setup] Jun 12 21:14:42.049 INFO E| Compiling pkcs8 v0.10.2 |
| 2934 | 2026-06-12T21:14:42.593Z | [ helios-setup] Jun 12 21:14:42.066 INFO E| Compiling x509-cert v0.2.5 |
| 2935 | 2026-06-12T21:14:42.614Z | [ helios-setup] Jun 12 21:14:42.087 INFO E| Compiling foldhash v0.2.0 |
| 2936 | 2026-06-12T21:14:42.656Z | [ helios-setup] Jun 12 21:14:42.130 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 2937 | 2026-06-12T21:14:42.675Z | [ helios-setup] Jun 12 21:14:42.149 INFO E| Compiling zip v0.6.6 |
| 2938 | 2026-06-12T21:14:42.746Z | [ helios-setup] Jun 12 21:14:42.219 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 2939 | 2026-06-12T21:14:42.932Z | [ helios-setup] Jun 12 21:14:42.405 INFO E| Compiling pkcs1 v0.7.5 |
| 2940 | 2026-06-12T21:14:43.019Z | [ helios-setup] Jun 12 21:14:42.492 INFO E| Compiling iddqd v0.3.14 |
| 2941 | 2026-06-12T21:14:43.232Z | [ helios-setup] Jun 12 21:14:42.706 INFO E| Compiling path-slash v0.1.5 |
| 2942 | 2026-06-12T21:14:43.354Z | [ helios-setup] Jun 12 21:14:42.827 INFO E| Compiling ppv-lite86 v0.2.21 |
| 2943 | 2026-06-12T21:14:43.362Z | [ helios-setup] Jun 12 21:14:42.835 INFO E| Compiling erased-serde v0.3.31 |
| 2944 | 2026-06-12T21:14:43.399Z | [ helios-setup] Jun 12 21:14:42.872 INFO E| Compiling serde_spanned v0.6.9 |
| 2945 | 2026-06-12T21:14:43.405Z | [ helios-setup] Jun 12 21:14:42.879 INFO E| Compiling toml_datetime v0.6.11 |
| 2946 | 2026-06-12T21:14:43.566Z | [ helios-setup] Jun 12 21:14:43.039 INFO E| Compiling futures-executor v0.3.31 |
| 2947 | 2026-06-12T21:14:43.676Z | [ helios-setup] Jun 12 21:14:43.149 INFO E| Compiling rand_chacha v0.3.1 |
| 2948 | 2026-06-12T21:14:43.728Z | [ helios-setup] Jun 12 21:14:43.201 INFO E| Compiling futures v0.3.31 |
| 2949 | 2026-06-12T21:14:43.803Z | [ helios-setup] Jun 12 21:14:43.276 INFO E| Compiling toml_edit v0.19.15 |
| 2950 | 2026-06-12T21:14:43.822Z | [ helios-setup] Jun 12 21:14:43.295 INFO E| Compiling hashbrown v0.13.2 |
| 2951 | 2026-06-12T21:14:43.877Z | [ helios-setup] Jun 12 21:14:43.350 INFO E| Compiling rand v0.8.5 |
| 2952 | 2026-06-12T21:14:44.050Z | [ helios-setup] Jun 12 21:14:43.523 INFO E| Compiling serde-hex v0.1.0 |
| 2953 | 2026-06-12T21:14:44.188Z | [ helios-setup] Jun 12 21:14:43.661 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 2954 | 2026-06-12T21:14:44.195Z | [ helios-setup] Jun 12 21:14:43.668 INFO E| Compiling slog-term v2.9.2 |
| 2955 | 2026-06-12T21:14:44.312Z | [ helios-setup] Jun 12 21:14:43.785 INFO E| Compiling ron v0.8.1 |
| 2956 | 2026-06-12T21:14:44.406Z | [ helios-setup] Jun 12 21:14:43.879 INFO E| Compiling object v0.30.4 |
| 2957 | 2026-06-12T21:14:44.913Z | [ helios-setup] Jun 12 21:14:44.386 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2958 | 2026-06-12T21:14:45.538Z | [ helios-setup] Jun 12 21:14:45.012 INFO E| Compiling rsa v0.9.8 |
| 2959 | 2026-06-12T21:14:45.569Z | [ helios-setup] Jun 12 21:14:45.042 INFO E| Compiling toml v0.7.8 |
| 2960 | 2026-06-12T21:14:45.681Z | [ helios-setup] Jun 12 21:14:45.155 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2961 | 2026-06-12T21:14:46.902Z | [ helios-setup] Jun 12 21:14:46.374 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 2962 | 2026-06-12T21:14:46.908Z | [ helios-setup] Jun 12 21:14:46.381 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 2963 | 2026-06-12T21:14:49.861Z | [ helios-setup] Jun 12 21:14:49.334 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2964 | 2026-06-12T21:14:50.816Z | [ helios-setup] Jun 12 21:14:50.289 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 2965 | 2026-06-12T21:14:51.913Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 53.05s |
| 2966 | 2026-06-12T21:14:52.150Z | [ omicron-package] |
| 2967 | 2026-06-12T21:14:52.150Z | [ omicron-package] real 53.239873726 |
| 2968 | 2026-06-12T21:14:52.156Z | [ omicron-package] user 5:31.222100313 |
| 2969 | 2026-06-12T21:14:52.156Z | [ omicron-package] sys 28.099212444 |
| 2970 | 2026-06-12T21:14:52.156Z | [ omicron-package] trap 0.621055128 |
| 2971 | 2026-06-12T21:14:52.156Z | [ omicron-package] tflt 1.074009672 |
| 2972 | 2026-06-12T21:14:52.156Z | [ omicron-package] dflt 3.536147988 |
| 2973 | 2026-06-12T21:14:52.156Z | [ omicron-package] kflt 0.000497740 |
| 2974 | 2026-06-12T21:14:52.156Z | [ omicron-package] lock 13:46.844515307 |
| 2975 | 2026-06-12T21:14:52.156Z | [ omicron-package] slp 7:40.713838599 |
| 2976 | 2026-06-12T21:14:52.156Z | [ omicron-package] lat 1:39.518527850 |
| 2977 | 2026-06-12T21:14:52.156Z | [ omicron-package] stop 1:10.778998792 |
| 2978 | 2026-06-12T21:14:52.156Z | Jun 12 21:14:51.624 INFO [omicron-package] process exited with exit status: 0 (53.299809607s) |
| 2979 | 2026-06-12T21:14:52.156Z | Jun 12 21:14:51.624 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2980 | 2026-06-12T21:14:52.156Z | Jun 12 21:14:51.624 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2981 | 2026-06-12T21:14:52.164Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2982 | 2026-06-12T21:14:52.164Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2983 | 2026-06-12T21:14:52.167Z | [ host-target] Created new build target 'host' and set it as active |
| 2984 | 2026-06-12T21:14:52.167Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2985 | 2026-06-12T21:14:52.175Z | Jun 12 21:14:51.641 INFO [host-target] process exited with exit status: 0 (17.001616ms) |
| 2986 | 2026-06-12T21:14:52.175Z | Jun 12 21:14:51.641 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2987 | 2026-06-12T21:14:52.175Z | Jun 12 21:14:51.642 INFO [recovery-target] process exited with exit status: 0 (17.957167ms) |
| 2988 | 2026-06-12T21:14:52.178Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2989 | 2026-06-12T21:14:53.637Z | [ host-package] Compiling ring v0.17.14 |
| 2990 | 2026-06-12T21:14:53.673Z | [ helios-setup] Jun 12 21:14:53.146 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 2991 | 2026-06-12T21:14:53.940Z | [ host-package] Compiling heck v0.5.0 |
| 2992 | 2026-06-12T21:14:53.943Z | [ host-package] Compiling regress v0.11.1 |
| 2993 | 2026-06-12T21:14:53.992Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2994 | 2026-06-12T21:14:54.034Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2995 | 2026-06-12T21:14:54.060Z | [ host-package] Compiling regress v0.10.5 |
| 2996 | 2026-06-12T21:14:54.063Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2997 | 2026-06-12T21:14:54.104Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2998 | 2026-06-12T21:14:54.104Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2999 | 2026-06-12T21:14:54.107Z | [ host-package] Compiling bytecount v0.6.9 |
| 3000 | 2026-06-12T21:14:54.108Z | [ host-package] Compiling derive-where v1.6.0 |
| 3001 | 2026-06-12T21:14:54.147Z | [ host-package] Compiling thread_local v1.1.9 |
| 3002 | 2026-06-12T21:14:54.167Z | [ host-package] Compiling compression-core v0.4.31 |
| 3003 | 2026-06-12T21:14:54.170Z | [ host-package] Compiling match_cfg v0.1.0 |
| 3004 | 2026-06-12T21:14:54.257Z | [ host-package] Compiling multer v3.1.0 |
| 3005 | 2026-06-12T21:14:54.260Z | [ host-package] Compiling slog-async v2.8.0 |
| 3006 | 2026-06-12T21:14:54.310Z | [ host-package] Compiling hostname v0.3.1 |
| 3007 | 2026-06-12T21:14:54.333Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 3008 | 2026-06-12T21:14:54.356Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 3009 | 2026-06-12T21:14:54.359Z | [ host-package] Compiling slog-json v2.6.1 |
| 3010 | 2026-06-12T21:14:54.405Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 3011 | 2026-06-12T21:14:54.427Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3012 | 2026-06-12T21:14:54.453Z | [ host-package] Compiling take_mut v0.2.2 |
| 3013 | 2026-06-12T21:14:54.478Z | [ host-package] Compiling term v1.2.1 |
| 3014 | 2026-06-12T21:14:54.507Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 3015 | 2026-06-12T21:14:54.571Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3016 | 2026-06-12T21:14:54.594Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3017 | 2026-06-12T21:14:54.594Z | [ host-package] Compiling async-compression v0.4.41 |
| 3018 | 2026-06-12T21:14:54.684Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3019 | 2026-06-12T21:14:54.752Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 3020 | 2026-06-12T21:14:54.777Z | [ host-package] Compiling slog-term v2.9.2 |
| 3021 | 2026-06-12T21:14:54.805Z | [ host-package] Compiling async-stream v0.3.6 |
| 3022 | 2026-06-12T21:14:54.808Z | [ host-package] Compiling dropshot v0.17.0 |
| 3023 | 2026-06-12T21:14:54.855Z | [ host-package] Compiling num-rational v0.4.2 |
| 3024 | 2026-06-12T21:14:54.876Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3025 | 2026-06-12T21:14:54.946Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3026 | 2026-06-12T21:14:55.034Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3027 | 2026-06-12T21:14:55.084Z | [ host-package] Compiling backon v1.6.0 |
| 3028 | 2026-06-12T21:14:55.087Z | [ host-package] Compiling num-complex v0.4.6 |
| 3029 | 2026-06-12T21:14:55.087Z | [ host-package] Compiling hostname v0.4.2 |
| 3030 | 2026-06-12T21:14:55.152Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3031 | 2026-06-12T21:14:55.175Z | [ host-package] Compiling instant v0.1.13 |
| 3032 | 2026-06-12T21:14:55.256Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3033 | 2026-06-12T21:14:55.278Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3034 | 2026-06-12T21:14:55.326Z | [ host-package] Compiling backoff v0.4.0 |
| 3035 | 2026-06-12T21:14:55.352Z | [ host-package] Compiling parse-display v0.10.0 |
| 3036 | 2026-06-12T21:14:55.352Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-06-12T21:14:55.395Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3038 | 2026-06-12T21:14:55.398Z | [ host-package] Compiling macaddr v1.0.1 |
| 3039 | 2026-06-12T21:14:55.559Z | [ host-package] Compiling typify-impl v0.6.2 |
| 3040 | 2026-06-12T21:14:55.604Z | [ host-package] Compiling num v0.4.3 |
| 3041 | 2026-06-12T21:14:55.668Z | [ host-package] Compiling humantime v2.3.0 |
| 3042 | 2026-06-12T21:14:55.671Z | [ host-package] Compiling float-ord v0.3.2 |
| 3043 | 2026-06-12T21:14:55.915Z | [ host-package] Compiling console v0.15.11 |
| 3044 | 2026-06-12T21:14:55.951Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3045 | 2026-06-12T21:14:56.056Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3046 | 2026-06-12T21:14:56.107Z | [ host-package] Compiling owo-colors v4.3.0 |
| 3047 | 2026-06-12T21:14:56.107Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 3048 | 2026-06-12T21:14:56.196Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3049 | 2026-06-12T21:14:56.307Z | [ host-package] Compiling toml v0.8.23 |
| 3050 | 2026-06-12T21:14:56.340Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3051 | 2026-06-12T21:14:56.405Z | [ host-package] Compiling expectorate v1.2.0 |
| 3052 | 2026-06-12T21:14:56.591Z | [ host-package] Compiling libsw v3.5.0 |
| 3053 | 2026-06-12T21:14:56.760Z | [ host-package] Compiling linear-map v1.2.0 |
| 3054 | 2026-06-12T21:14:56.826Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3055 | 2026-06-12T21:14:56.829Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3056 | 2026-06-12T21:14:56.835Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3057 | 2026-06-12T21:14:56.999Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3058 | 2026-06-12T21:14:57.330Z | [ host-package] Compiling convert_case v0.10.0 |
| 3059 | 2026-06-12T21:14:57.417Z | [ host-package] Compiling papergrid v0.11.0 |
| 3060 | 2026-06-12T21:14:57.454Z | [ host-package] Compiling nom v7.1.3 |
| 3061 | 2026-06-12T21:14:57.542Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3062 | 2026-06-12T21:14:57.629Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3063 | 2026-06-12T21:14:57.632Z | [ host-package] Compiling termtree v0.5.1 |
| 3064 | 2026-06-12T21:14:57.686Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3065 | 2026-06-12T21:14:57.689Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3066 | 2026-06-12T21:14:57.878Z | [ host-package] Compiling csv-core v0.1.13 |
| 3067 | 2026-06-12T21:14:57.944Z | [ host-package] Compiling rustls v0.23.37 |
| 3068 | 2026-06-12T21:14:58.094Z | [ host-package] Compiling rustls v0.22.4 |
| 3069 | 2026-06-12T21:14:58.097Z | [ host-package] Compiling vte v0.14.1 |
| 3070 | 2026-06-12T21:14:58.097Z | [ host-package] Compiling highway v1.3.0 |
| 3071 | 2026-06-12T21:14:58.200Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3072 | 2026-06-12T21:14:58.258Z | [ host-package] Compiling csv v1.4.0 |
| 3073 | 2026-06-12T21:14:58.538Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3074 | 2026-06-12T21:14:58.722Z | [ host-package] Compiling phf v0.12.1 |
| 3075 | 2026-06-12T21:14:58.913Z | [ host-package] Compiling tabled v0.15.0 |
| 3076 | 2026-06-12T21:14:59.000Z | [ host-package] Compiling derive_more v2.1.1 |
| 3077 | 2026-06-12T21:14:59.000Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3078 | 2026-06-12T21:14:59.179Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3079 | 2026-06-12T21:14:59.253Z | [ host-package] Compiling crossterm v0.29.0 |
| 3080 | 2026-06-12T21:14:59.326Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3081 | 2026-06-12T21:14:59.413Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3082 | 2026-06-12T21:14:59.677Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 3083 | 2026-06-12T21:14:59.681Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3084 | 2026-06-12T21:14:59.829Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3085 | 2026-06-12T21:14:59.916Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3086 | 2026-06-12T21:15:00.121Z | [ host-package] Compiling const_format v0.2.35 |
| 3087 | 2026-06-12T21:15:00.165Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3088 | 2026-06-12T21:15:00.710Z | [ host-package] Compiling reedline v0.40.0 |
| 3089 | 2026-06-12T21:15:00.800Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3090 | 2026-06-12T21:15:00.951Z | [ host-package] Compiling peg v0.8.5 |
| 3091 | 2026-06-12T21:15:01.139Z | [ host-package] Compiling bcs v0.1.6 |
| 3092 | 2026-06-12T21:15:01.576Z | [ host-package] Compiling typify v0.6.2 |
| 3093 | 2026-06-12T21:15:01.888Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3094 | 2026-06-12T21:15:02.683Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3095 | 2026-06-12T21:15:02.709Z | [ host-package] Compiling qorb v0.4.1 |
| 3096 | 2026-06-12T21:15:03.378Z | [ host-package] Compiling nom v8.0.0 |
| 3097 | 2026-06-12T21:15:03.509Z | [ helios-setup] Jun 12 21:15:02.982 INFO E| Finished `release` profile [optimized] target(s) in 34.15s |
| 3098 | 2026-06-12T21:15:03.513Z | [ helios-setup] Jun 12 21:15:02.985 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3099 | 2026-06-12T21:15:03.513Z | [ helios-setup] Jun 12 21:15:02.985 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3100 | 2026-06-12T21:15:03.567Z | [ helios-setup] Jun 12 21:15:03.040 INFO building project "pilot" ok (34 seconds) |
| 3101 | 2026-06-12T21:15:03.567Z | [ helios-setup] Jun 12 21:15:03.040 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3102 | 2026-06-12T21:15:03.576Z | [ helios-setup] Jun 12 21:15:03.049 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3103 | 2026-06-12T21:15:03.576Z | [ helios-setup] Jun 12 21:15:03.049 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3104 | 2026-06-12T21:15:03.579Z | [ helios-setup] Jun 12 21:15:03.049 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3105 | 2026-06-12T21:15:03.724Z | [ helios-setup] Jun 12 21:15:03.197 INFO E| Updating crates.io index |
| 3106 | 2026-06-12T21:15:03.822Z | [ helios-setup] Jun 12 21:15:03.295 INFO E| Downloading crates ... |
| 3107 | 2026-06-12T21:15:03.897Z | [ helios-setup] Jun 12 21:15:03.370 INFO E| Downloaded memchr v2.7.4 |
| 3108 | 2026-06-12T21:15:03.904Z | [ helios-setup] Jun 12 21:15:03.377 INFO E| Downloaded errno v0.3.12 |
| 3109 | 2026-06-12T21:15:03.919Z | [ helios-setup] Jun 12 21:15:03.392 INFO E| Downloaded time-core v0.1.4 |
| 3110 | 2026-06-12T21:15:03.941Z | [ helios-setup] Jun 12 21:15:03.414 INFO E| Downloaded time-macros v0.2.22 |
| 3111 | 2026-06-12T21:15:03.944Z | [ helios-setup] Jun 12 21:15:03.416 INFO E| Downloaded deranged v0.4.0 |
| 3112 | 2026-06-12T21:15:03.944Z | [ helios-setup] Jun 12 21:15:03.417 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3113 | 2026-06-12T21:15:03.968Z | [ helios-setup] Jun 12 21:15:03.441 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3114 | 2026-06-12T21:15:03.971Z | [ helios-setup] Jun 12 21:15:03.442 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3115 | 2026-06-12T21:15:03.971Z | [ helios-setup] Jun 12 21:15:03.444 INFO E| Downloaded autocfg v1.4.0 |
| 3116 | 2026-06-12T21:15:03.974Z | [ helios-setup] Jun 12 21:15:03.445 INFO E| Downloaded thiserror v2.0.12 |
| 3117 | 2026-06-12T21:15:03.977Z | [ helios-setup] Jun 12 21:15:03.448 INFO E| Downloaded quote v1.0.40 |
| 3118 | 2026-06-12T21:15:03.991Z | [ helios-setup] Jun 12 21:15:03.464 INFO E| Downloaded unicode-ident v1.0.18 |
| 3119 | 2026-06-12T21:15:03.994Z | [ helios-setup] Jun 12 21:15:03.466 INFO E| Downloaded anyhow v1.0.98 |
| 3120 | 2026-06-12T21:15:03.997Z | [ helios-setup] Jun 12 21:15:03.469 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3121 | 2026-06-12T21:15:03.999Z | [ helios-setup] Jun 12 21:15:03.471 INFO E| Downloaded bitflags v2.9.1 |
| 3122 | 2026-06-12T21:15:04.002Z | [ helios-setup] Jun 12 21:15:03.473 INFO E| Downloaded serde_derive v1.0.219 |
| 3123 | 2026-06-12T21:15:04.028Z | [ helios-setup] Jun 12 21:15:03.501 INFO E| Downloaded tempfile v3.20.0 |
| 3124 | 2026-06-12T21:15:04.031Z | [ helios-setup] Jun 12 21:15:03.503 INFO E| Downloaded getrandom v0.3.3 |
| 3125 | 2026-06-12T21:15:04.071Z | [ helios-setup] Jun 12 21:15:03.544 INFO E| Downloaded serde v1.0.219 |
| 3126 | 2026-06-12T21:15:04.074Z | [ helios-setup] Jun 12 21:15:03.546 INFO E| Downloaded indexmap v2.9.0 |
| 3127 | 2026-06-12T21:15:04.122Z | [ helios-setup] Jun 12 21:15:03.595 INFO E| Downloaded time v0.3.41 |
| 3128 | 2026-06-12T21:15:04.169Z | [ helios-setup] Jun 12 21:15:03.642 INFO E| Downloaded hashbrown v0.15.3 |
| 3129 | 2026-06-12T21:15:04.202Z | [ helios-setup] Jun 12 21:15:03.674 INFO E| Downloaded serde_with v3.12.0 |
| 3130 | 2026-06-12T21:15:04.207Z | [ helios-setup] Jun 12 21:15:03.680 INFO E| Downloaded serde_json v1.0.140 |
| 3131 | 2026-06-12T21:15:04.252Z | [ helios-setup] Jun 12 21:15:03.725 INFO E| Downloaded syn v2.0.101 |
| 3132 | 2026-06-12T21:15:04.260Z | [ helios-setup] Jun 12 21:15:03.732 INFO E| Downloaded chrono v0.4.41 |
| 3133 | 2026-06-12T21:15:04.270Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3134 | 2026-06-12T21:15:04.277Z | [ helios-setup] Jun 12 21:15:03.750 INFO E| Downloaded rustix v1.0.7 |
| 3135 | 2026-06-12T21:15:04.320Z | [ helios-setup] Jun 12 21:15:03.793 INFO E| Downloaded libc v0.2.172 |
| 3136 | 2026-06-12T21:15:04.435Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling proc-macro2 v1.0.95 |
| 3137 | 2026-06-12T21:15:04.435Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling unicode-ident v1.0.18 |
| 3138 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling libc v0.2.172 |
| 3139 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling strsim v0.11.1 |
| 3140 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling ident_case v1.0.1 |
| 3141 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling fnv v1.0.7 |
| 3142 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling serde v1.0.219 |
| 3143 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling rustix v1.0.7 |
| 3144 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling getrandom v0.3.3 |
| 3145 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling cfg-if v1.0.0 |
| 3146 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling thiserror v2.0.12 |
| 3147 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling anyhow v1.0.98 |
| 3148 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling serde_json v1.0.140 |
| 3149 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling bitflags v2.9.1 |
| 3150 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling ryu v1.0.20 |
| 3151 | 2026-06-12T21:15:04.438Z | [ helios-setup] Jun 12 21:15:03.908 INFO E| Compiling once_cell v1.21.3 |
| 3152 | 2026-06-12T21:15:04.613Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3153 | 2026-06-12T21:15:04.762Z | [ helios-setup] Jun 12 21:15:04.235 INFO E| Compiling memchr v2.7.4 |
| 3154 | 2026-06-12T21:15:04.798Z | [ helios-setup] Jun 12 21:15:04.271 INFO E| Compiling fastrand v2.3.0 |
| 3155 | 2026-06-12T21:15:04.945Z | [ helios-setup] Jun 12 21:15:04.418 INFO E| Compiling itoa v1.0.15 |
| 3156 | 2026-06-12T21:15:05.118Z | [ helios-setup] Jun 12 21:15:04.591 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3157 | 2026-06-12T21:15:05.570Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3158 | 2026-06-12T21:15:05.657Z | [ host-package] Compiling reqwest v0.12.28 |
| 3159 | 2026-06-12T21:15:05.768Z | [ helios-setup] Jun 12 21:15:05.241 INFO E| Compiling errno v0.3.12 |
| 3160 | 2026-06-12T21:15:05.945Z | [ helios-setup] Jun 12 21:15:05.418 INFO E| Compiling quote v1.0.40 |
| 3161 | 2026-06-12T21:15:06.036Z | [ host-package] Compiling reqwest v0.13.2 |
| 3162 | 2026-06-12T21:15:06.125Z | [ helios-setup] Jun 12 21:15:05.598 INFO E| Compiling syn v2.0.101 |
| 3163 | 2026-06-12T21:15:06.732Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3164 | 2026-06-12T21:15:06.766Z | [ helios-setup] Jun 12 21:15:06.239 INFO E| Compiling tempfile v3.20.0 |
| 3165 | 2026-06-12T21:15:06.911Z | [ host-package] Compiling semver v0.1.20 |
| 3166 | 2026-06-12T21:15:07.115Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3167 | 2026-06-12T21:15:07.407Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3168 | 2026-06-12T21:15:07.725Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3169 | 2026-06-12T21:15:08.078Z | [ host-package] Compiling tough v0.22.0 |
| 3170 | 2026-06-12T21:15:08.140Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3171 | 2026-06-12T21:15:08.461Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3172 | 2026-06-12T21:15:08.524Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3173 | 2026-06-12T21:15:08.617Z | [ helios-setup] Jun 12 21:15:08.090 INFO E| Compiling darling_core v0.20.11 |
| 3174 | 2026-06-12T21:15:08.677Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3175 | 2026-06-12T21:15:08.788Z | [ host-package] Compiling smawk v0.3.2 |
| 3176 | 2026-06-12T21:15:08.955Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3177 | 2026-06-12T21:15:09.045Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 3178 | 2026-06-12T21:15:09.110Z | [ host-package] Compiling steno v0.4.1 |
| 3179 | 2026-06-12T21:15:09.194Z | [ host-package] Compiling textwrap v0.16.2 |
| 3180 | 2026-06-12T21:15:09.535Z | [ helios-setup] Jun 12 21:15:09.008 INFO E| Compiling serde_derive v1.0.219 |
| 3181 | 2026-06-12T21:15:09.535Z | [ helios-setup] Jun 12 21:15:09.008 INFO E| Compiling thiserror-impl v2.0.12 |
| 3182 | 2026-06-12T21:15:09.774Z | [ host-package] Compiling tagptr v0.2.0 |
| 3183 | 2026-06-12T21:15:09.819Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3184 | 2026-06-12T21:15:09.874Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3185 | 2026-06-12T21:15:10.041Z | [ host-package] Compiling moka v0.12.13 |
| 3186 | 2026-06-12T21:15:10.338Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3187 | 2026-06-12T21:15:10.787Z | [ helios-setup] Jun 12 21:15:10.260 INFO E| Compiling darling_macro v0.20.11 |
| 3188 | 2026-06-12T21:15:11.279Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3189 | 2026-06-12T21:15:11.451Z | [ helios-setup] Jun 12 21:15:10.924 INFO E| Compiling darling v0.20.11 |
| 3190 | 2026-06-12T21:15:11.530Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3191 | 2026-06-12T21:15:11.535Z | [ helios-setup] Jun 12 21:15:11.008 INFO E| Compiling serde_with_macros v3.12.0 |
| 3192 | 2026-06-12T21:15:11.949Z | [ host-package] Compiling num-derive v0.3.3 |
| 3193 | 2026-06-12T21:15:12.000Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3194 | 2026-06-12T21:15:12.294Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3195 | 2026-06-12T21:15:12.453Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3196 | 2026-06-12T21:15:12.678Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3197 | 2026-06-12T21:15:12.826Z | [ host-package] Compiling papergrid v0.17.0 |
| 3198 | 2026-06-12T21:15:12.870Z | [ host-package] Compiling testing_table v0.3.0 |
| 3199 | 2026-06-12T21:15:12.901Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3200 | 2026-06-12T21:15:12.905Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3201 | 2026-06-12T21:15:13.049Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3202 | 2026-06-12T21:15:13.371Z | [ host-package] Compiling progenitor v0.14.0 |
| 3203 | 2026-06-12T21:15:13.484Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3204 | 2026-06-12T21:15:13.562Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3205 | 2026-06-12T21:15:13.626Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3206 | 2026-06-12T21:15:13.662Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3207 | 2026-06-12T21:15:13.816Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3208 | 2026-06-12T21:15:14.315Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3209 | 2026-06-12T21:15:14.717Z | [ helios-setup] Jun 12 21:15:14.190 INFO E| Compiling serde_with v3.12.0 |
| 3210 | 2026-06-12T21:15:15.184Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3211 | 2026-06-12T21:15:18.810Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3212 | 2026-06-12T21:15:18.876Z | [ helios-setup] Jun 12 21:15:18.349 INFO E| Finished `release` profile [optimized] target(s) in 15.28s |
| 3213 | 2026-06-12T21:15:18.901Z | [ helios-setup] Jun 12 21:15:18.374 INFO building project "dmar-report" ok (15 seconds) |
| 3214 | 2026-06-12T21:15:18.902Z | [ helios-setup] Jun 12 21:15:18.374 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3215 | 2026-06-12T21:15:18.909Z | [ helios-setup] Jun 12 21:15:18.383 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 3216 | 2026-06-12T21:15:18.910Z | [ helios-setup] Jun 12 21:15:18.383 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3217 | 2026-06-12T21:15:18.910Z | [ helios-setup] Jun 12 21:15:18.383 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3218 | 2026-06-12T21:15:19.020Z | [ helios-setup] Jun 12 21:15:18.492 INFO E| Downloading crates ... |
| 3219 | 2026-06-12T21:15:19.030Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3220 | 2026-06-12T21:15:19.051Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3221 | 2026-06-12T21:15:19.085Z | [ helios-setup] Jun 12 21:15:18.556 INFO E| Downloaded unicode-width v0.1.10 |
| 3222 | 2026-06-12T21:15:19.085Z | [ helios-setup] Jun 12 21:15:18.556 INFO E| Downloaded block-buffer v0.10.3 |
| 3223 | 2026-06-12T21:15:19.089Z | [ helios-setup] Jun 12 21:15:18.556 INFO E| Downloaded typenum v1.15.0 |
| 3224 | 2026-06-12T21:15:19.089Z | [ helios-setup] Jun 12 21:15:18.557 INFO E| Downloaded cpufeatures v0.2.5 |
| 3225 | 2026-06-12T21:15:19.091Z | [ helios-setup] Jun 12 21:15:18.562 INFO E| Downloaded sha2 v0.10.5 |
| 3226 | 2026-06-12T21:15:19.092Z | [ helios-setup] Jun 12 21:15:18.563 INFO E| Downloaded generic-array v0.14.6 |
| 3227 | 2026-06-12T21:15:19.094Z | [ helios-setup] Jun 12 21:15:18.567 INFO E| Downloaded digest v0.10.3 |
| 3228 | 2026-06-12T21:15:19.097Z | [ helios-setup] Jun 12 21:15:18.571 INFO E| Downloaded anyhow v1.0.62 |
| 3229 | 2026-06-12T21:15:19.104Z | [ helios-setup] Jun 12 21:15:18.577 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3230 | 2026-06-12T21:15:19.107Z | [ helios-setup] Jun 12 21:15:18.578 INFO E| Downloaded bytes v1.2.1 |
| 3231 | 2026-06-12T21:15:19.109Z | [ helios-setup] Jun 12 21:15:18.581 INFO E| Downloaded flate2 v1.0.25 |
| 3232 | 2026-06-12T21:15:19.128Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3233 | 2026-06-12T21:15:19.151Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling version_check v0.9.4 |
| 3234 | 2026-06-12T21:15:19.151Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling typenum v1.15.0 |
| 3235 | 2026-06-12T21:15:19.151Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling crc32fast v1.3.2 |
| 3236 | 2026-06-12T21:15:19.154Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling cfg-if v1.0.0 |
| 3237 | 2026-06-12T21:15:19.154Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling adler v1.0.2 |
| 3238 | 2026-06-12T21:15:19.154Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling anyhow v1.0.62 |
| 3239 | 2026-06-12T21:15:19.154Z | [ helios-setup] Jun 12 21:15:18.624 INFO E| Compiling unicode-width v0.1.10 |
| 3240 | 2026-06-12T21:15:19.162Z | [ helios-setup] Jun 12 21:15:18.635 INFO E| Compiling cpufeatures v0.2.5 |
| 3241 | 2026-06-12T21:15:19.162Z | [ helios-setup] Jun 12 21:15:18.635 INFO E| Compiling bitflags v1.3.2 |
| 3242 | 2026-06-12T21:15:19.162Z | [ helios-setup] Jun 12 21:15:18.635 INFO E| Compiling bytes v1.2.1 |
| 3243 | 2026-06-12T21:15:19.399Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3244 | 2026-06-12T21:15:19.507Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3245 | 2026-06-12T21:15:19.590Z | [ helios-setup] Jun 12 21:15:19.063 INFO E| Compiling miniz_oxide v0.6.2 |
| 3246 | 2026-06-12T21:15:19.590Z | [ helios-setup] Jun 12 21:15:19.063 INFO E| Compiling getopts v0.2.21 |
| 3247 | 2026-06-12T21:15:19.738Z | [ helios-setup] Jun 12 21:15:19.210 INFO E| Compiling generic-array v0.14.6 |
| 3248 | 2026-06-12T21:15:20.159Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3249 | 2026-06-12T21:15:20.294Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3250 | 2026-06-12T21:15:20.416Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3251 | 2026-06-12T21:15:20.451Z | [ helios-setup] Jun 12 21:15:19.924 INFO E| Compiling flate2 v1.0.25 |
| 3252 | 2026-06-12T21:15:20.777Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3253 | 2026-06-12T21:15:20.936Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3254 | 2026-06-12T21:15:21.408Z | [ helios-setup] Jun 12 21:15:20.881 INFO E| Compiling block-buffer v0.10.3 |
| 3255 | 2026-06-12T21:15:21.408Z | [ helios-setup] Jun 12 21:15:20.881 INFO E| Compiling crypto-common v0.1.6 |
| 3256 | 2026-06-12T21:15:21.483Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3257 | 2026-06-12T21:15:21.513Z | [ helios-setup] Jun 12 21:15:20.985 INFO E| Compiling digest v0.10.3 |
| 3258 | 2026-06-12T21:15:21.677Z | [ helios-setup] Jun 12 21:15:21.150 INFO E| Compiling sha2 v0.10.5 |
| 3259 | 2026-06-12T21:15:21.689Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3260 | 2026-06-12T21:15:22.010Z | [ helios-setup] Jun 12 21:15:21.483 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3261 | 2026-06-12T21:15:23.950Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3262 | 2026-06-12T21:15:23.954Z | [ helios-setup] Jun 12 21:15:23.427 INFO E| Finished `release` profile [optimized] target(s) in 5.03s |
| 3263 | 2026-06-12T21:15:23.966Z | [ helios-setup] Jun 12 21:15:23.439 INFO building project "bootserver" ok (5 seconds) |
| 3264 | 2026-06-12T21:15:23.966Z | [ helios-setup] Jun 12 21:15:23.439 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3265 | 2026-06-12T21:15:23.975Z | [ helios-setup] Jun 12 21:15:23.447 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 3266 | 2026-06-12T21:15:23.975Z | [ helios-setup] Jun 12 21:15:23.447 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3267 | 2026-06-12T21:15:23.978Z | [ helios-setup] Jun 12 21:15:23.447 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3268 | 2026-06-12T21:15:24.080Z | [ helios-setup] Jun 12 21:15:23.553 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3269 | 2026-06-12T21:15:24.088Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3270 | 2026-06-12T21:15:24.425Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3271 | 2026-06-12T21:15:24.429Z | [ helios-setup] Jun 12 21:15:23.900 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3272 | 2026-06-12T21:15:24.429Z | [ helios-setup] Jun 12 21:15:23.900 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3273 | 2026-06-12T21:15:24.441Z | [ helios-setup] Jun 12 21:15:23.913 INFO E| Updating crates.io index |
| 3274 | 2026-06-12T21:15:24.529Z | [ helios-setup] Jun 12 21:15:24.002 INFO E| Downloading crates ... |
| 3275 | 2026-06-12T21:15:24.594Z | [ helios-setup] Jun 12 21:15:24.067 INFO E| Downloaded block-buffer v0.9.0 |
| 3276 | 2026-06-12T21:15:24.598Z | [ helios-setup] Jun 12 21:15:24.068 INFO E| Downloaded fastrand v2.0.0 |
| 3277 | 2026-06-12T21:15:24.598Z | [ helios-setup] Jun 12 21:15:24.069 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3278 | 2026-06-12T21:15:24.602Z | [ helios-setup] Jun 12 21:15:24.076 INFO E| Downloaded anyhow v1.0.72 |
| 3279 | 2026-06-12T21:15:24.607Z | [ helios-setup] Jun 12 21:15:24.079 INFO E| Downloaded itoa v1.0.9 |
| 3280 | 2026-06-12T21:15:24.610Z | [ helios-setup] Jun 12 21:15:24.084 INFO E| Downloaded opaque-debug v0.3.0 |
| 3281 | 2026-06-12T21:15:24.614Z | [ helios-setup] Jun 12 21:15:24.084 INFO E| Downloaded digest v0.9.0 |
| 3282 | 2026-06-12T21:15:24.614Z | [ helios-setup] Jun 12 21:15:24.085 INFO E| Downloaded glob v0.3.1 |
| 3283 | 2026-06-12T21:15:24.614Z | [ helios-setup] Jun 12 21:15:24.086 INFO E| Downloaded errno v0.3.1 |
| 3284 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.096 INFO E| Downloaded cpufeatures v0.2.9 |
| 3285 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.099 INFO E| Downloaded sha-1 v0.9.8 |
| 3286 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.110 INFO E| Downloaded md-5 v0.9.1 |
| 3287 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.115 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3288 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.117 INFO E| Downloaded getrandom v0.2.10 |
| 3289 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.118 INFO E| Downloaded quote v1.0.31 |
| 3290 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.120 INFO E| Downloaded ryu v1.0.15 |
| 3291 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.131 INFO E| Downloaded tempfile v3.7.0 |
| 3292 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.134 INFO E| Downloaded toml v0.5.11 |
| 3293 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.136 INFO E| Downloaded serde_derive v1.0.193 |
| 3294 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.138 INFO E| Downloaded once_cell v1.18.0 |
| 3295 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.139 INFO E| Downloaded walkdir v2.3.3 |
| 3296 | 2026-06-12T21:15:24.685Z | [ helios-setup] Jun 12 21:15:24.140 INFO E| Downloaded unicode-ident v1.0.11 |
| 3297 | 2026-06-12T21:15:24.686Z | [ helios-setup] Jun 12 21:15:24.142 INFO E| Downloaded bitflags v2.3.3 |
| 3298 | 2026-06-12T21:15:24.686Z | [ helios-setup] Jun 12 21:15:24.143 INFO E| Downloaded uuid v0.8.2 |
| 3299 | 2026-06-12T21:15:24.686Z | [ helios-setup] Jun 12 21:15:24.145 INFO E| Downloaded typenum v1.16.0 |
| 3300 | 2026-06-12T21:15:24.689Z | [ helios-setup] Jun 12 21:15:24.155 INFO E| Downloaded serde v1.0.193 |
| 3301 | 2026-06-12T21:15:24.709Z | [ helios-setup] Jun 12 21:15:24.179 INFO E| Downloaded serde_json v1.0.103 |
| 3302 | 2026-06-12T21:15:24.728Z | [ helios-setup] Jun 12 21:15:24.201 INFO E| Downloaded syn v2.0.32 |
| 3303 | 2026-06-12T21:15:24.747Z | [ helios-setup] Jun 12 21:15:24.220 INFO E| Downloaded rustix v0.38.4 |
| 3304 | 2026-06-12T21:15:24.775Z | [ helios-setup] Jun 12 21:15:24.248 INFO E| Downloaded libc v0.2.147 |
| 3305 | 2026-06-12T21:15:24.855Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling libc v0.2.147 |
| 3306 | 2026-06-12T21:15:24.855Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling proc-macro2 v1.0.66 |
| 3307 | 2026-06-12T21:15:24.855Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling unicode-ident v1.0.11 |
| 3308 | 2026-06-12T21:15:24.855Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling cfg-if v1.0.0 |
| 3309 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling typenum v1.16.0 |
| 3310 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling version_check v0.9.4 |
| 3311 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling serde v1.0.193 |
| 3312 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling slog v2.7.0 |
| 3313 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling powerfmt v0.2.0 |
| 3314 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling itoa v1.0.9 |
| 3315 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling rustix v0.38.4 |
| 3316 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling time-core v0.1.2 |
| 3317 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling num-conv v0.1.0 |
| 3318 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling once_cell v1.18.0 |
| 3319 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling num_threads v0.1.6 |
| 3320 | 2026-06-12T21:15:24.859Z | [ helios-setup] Jun 12 21:15:24.328 INFO E| Compiling bitflags v2.3.3 |
| 3321 | 2026-06-12T21:15:24.897Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3322 | 2026-06-12T21:15:25.501Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3323 | 2026-06-12T21:15:25.644Z | [ helios-setup] Jun 12 21:15:25.117 INFO E| Compiling opaque-debug v0.3.0 |
| 3324 | 2026-06-12T21:15:25.719Z | [ helios-setup] Jun 12 21:15:25.192 INFO E| Compiling serde_json v1.0.103 |
| 3325 | 2026-06-12T21:15:25.745Z | [ helios-setup] Jun 12 21:15:25.218 INFO E| Compiling fastrand v2.0.0 |
| 3326 | 2026-06-12T21:15:25.779Z | [ helios-setup] Jun 12 21:15:25.251 INFO E| Compiling anyhow v1.0.72 |
| 3327 | 2026-06-12T21:15:25.926Z | [ helios-setup] Jun 12 21:15:25.399 INFO E| Compiling unicode-width v0.1.10 |
| 3328 | 2026-06-12T21:15:25.975Z | [ helios-setup] Jun 12 21:15:25.448 INFO E| Compiling thread_local v1.1.7 |
| 3329 | 2026-06-12T21:15:26.002Z | [ helios-setup] Jun 12 21:15:25.475 INFO E| Compiling same-file v1.0.6 |
| 3330 | 2026-06-12T21:15:26.010Z | [ helios-setup] Jun 12 21:15:25.483 INFO E| Compiling cpufeatures v0.2.9 |
| 3331 | 2026-06-12T21:15:26.036Z | [ helios-setup] Jun 12 21:15:25.508 INFO E| Compiling time-macros v0.2.18 |
| 3332 | 2026-06-12T21:15:26.092Z | [ helios-setup] Jun 12 21:15:25.564 INFO E| Compiling ryu v1.0.15 |
| 3333 | 2026-06-12T21:15:26.164Z | [ helios-setup] Jun 12 21:15:25.635 INFO E| Compiling deranged v0.3.11 |
| 3334 | 2026-06-12T21:15:26.194Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3335 | 2026-06-12T21:15:26.216Z | [ helios-setup] Jun 12 21:15:25.689 INFO E| Compiling walkdir v2.3.3 |
| 3336 | 2026-06-12T21:15:26.258Z | [ helios-setup] Jun 12 21:15:25.730 INFO E| Compiling generic-array v0.14.7 |
| 3337 | 2026-06-12T21:15:26.378Z | [ helios-setup] Jun 12 21:15:25.851 INFO E| Compiling getopts v0.2.21 |
| 3338 | 2026-06-12T21:15:26.413Z | [ helios-setup] Jun 12 21:15:25.885 INFO E| Compiling glob v0.3.1 |
| 3339 | 2026-06-12T21:15:26.422Z | [ helios-setup] Jun 12 21:15:25.895 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3340 | 2026-06-12T21:15:26.574Z | [ helios-setup] Jun 12 21:15:26.046 INFO E| Compiling quote v1.0.31 |
| 3341 | 2026-06-12T21:15:26.919Z | [ helios-setup] Jun 12 21:15:26.392 INFO E| Compiling syn v2.0.32 |
| 3342 | 2026-06-12T21:15:26.940Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3343 | 2026-06-12T21:15:27.325Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3344 | 2026-06-12T21:15:27.435Z | [ helios-setup] Jun 12 21:15:26.908 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3345 | 2026-06-12T21:15:27.435Z | [ helios-setup] Jun 12 21:15:26.908 INFO E| Compiling errno v0.3.1 |
| 3346 | 2026-06-12T21:15:27.435Z | [ helios-setup] Jun 12 21:15:26.908 INFO E| Compiling atty v0.2.14 |
| 3347 | 2026-06-12T21:15:27.438Z | [ helios-setup] Jun 12 21:15:26.908 INFO E| Compiling getrandom v0.2.10 |
| 3348 | 2026-06-12T21:15:27.460Z | [ helios-setup] Jun 12 21:15:26.933 INFO E| Compiling block-buffer v0.9.0 |
| 3349 | 2026-06-12T21:15:27.460Z | [ helios-setup] Jun 12 21:15:26.933 INFO E| Compiling digest v0.9.0 |
| 3350 | 2026-06-12T21:15:27.561Z | [ helios-setup] Jun 12 21:15:27.034 INFO E| Compiling sha-1 v0.9.8 |
| 3351 | 2026-06-12T21:15:27.561Z | [ helios-setup] Jun 12 21:15:27.034 INFO E| Compiling md-5 v0.9.1 |
| 3352 | 2026-06-12T21:15:27.661Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3353 | 2026-06-12T21:15:27.692Z | [ helios-setup] Jun 12 21:15:27.164 INFO E| Compiling dirs-next v2.0.0 |
| 3354 | 2026-06-12T21:15:27.770Z | [ helios-setup] Jun 12 21:15:27.243 INFO E| Compiling term v0.7.0 |
| 3355 | 2026-06-12T21:15:27.860Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3356 | 2026-06-12T21:15:28.138Z | [ helios-setup] Jun 12 21:15:27.611 INFO E| Compiling time v0.3.36 |
| 3357 | 2026-06-12T21:15:28.453Z | [ helios-setup] Jun 12 21:15:27.926 INFO E| Compiling tempfile v3.7.0 |
| 3358 | 2026-06-12T21:15:28.687Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3359 | 2026-06-12T21:15:29.031Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3360 | 2026-06-12T21:15:29.081Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3361 | 2026-06-12T21:15:29.097Z | [ helios-setup] Jun 12 21:15:28.569 INFO E| Compiling slog-term v2.9.0 |
| 3362 | 2026-06-12T21:15:29.230Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3363 | 2026-06-12T21:15:29.538Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3364 | 2026-06-12T21:15:29.578Z | [ helios-setup] Jun 12 21:15:29.050 INFO E| Compiling serde_derive v1.0.193 |
| 3365 | 2026-06-12T21:15:29.592Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3366 | 2026-06-12T21:15:29.707Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3367 | 2026-06-12T21:15:29.823Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3368 | 2026-06-12T21:15:30.123Z | [ host-package] Compiling maplit v1.0.2 |
| 3369 | 2026-06-12T21:15:30.167Z | [ host-package] Compiling glob v0.3.3 |
| 3370 | 2026-06-12T21:15:30.254Z | [ host-package] Compiling crunchy v0.2.4 |
| 3371 | 2026-06-12T21:15:30.586Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3372 | 2026-06-12T21:15:30.633Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3373 | 2026-06-12T21:15:30.703Z | [ host-package] Compiling tabled v0.20.0 |
| 3374 | 2026-06-12T21:15:30.861Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3375 | 2026-06-12T21:15:30.957Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3376 | 2026-06-12T21:15:31.109Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3377 | 2026-06-12T21:15:31.593Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3378 | 2026-06-12T21:15:31.829Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3379 | 2026-06-12T21:15:31.894Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3380 | 2026-06-12T21:15:32.117Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3381 | 2026-06-12T21:15:32.358Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3382 | 2026-06-12T21:15:32.470Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3383 | 2026-06-12T21:15:32.559Z | [ host-package] Compiling term v0.7.0 |
| 3384 | 2026-06-12T21:15:32.688Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3385 | 2026-06-12T21:15:33.048Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3386 | 2026-06-12T21:15:33.074Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3387 | 2026-06-12T21:15:33.127Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3388 | 2026-06-12T21:15:33.415Z | [ host-package] Compiling bit-set v0.5.3 |
| 3389 | 2026-06-12T21:15:33.455Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3390 | 2026-06-12T21:15:33.485Z | [ host-package] Compiling xshell v0.2.7 |
| 3391 | 2026-06-12T21:15:33.771Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3392 | 2026-06-12T21:15:33.810Z | [ host-package] Compiling itertools v0.10.5 |
| 3393 | 2026-06-12T21:15:34.031Z | [ host-package] Compiling ena v0.14.4 |
| 3394 | 2026-06-12T21:15:34.135Z | [ host-package] Compiling libloading v0.8.9 |
| 3395 | 2026-06-12T21:15:34.238Z | [ helios-setup] Jun 12 21:15:33.710 INFO E| Compiling toml v0.5.11 |
| 3396 | 2026-06-12T21:15:34.238Z | [ helios-setup] Jun 12 21:15:33.710 INFO E| Compiling uuid v0.8.2 |
| 3397 | 2026-06-12T21:15:34.292Z | [ host-package] Compiling unicase v2.9.0 |
| 3398 | 2026-06-12T21:15:34.393Z | [ host-package] Compiling bindgen v0.71.1 |
| 3399 | 2026-06-12T21:15:34.432Z | [ host-package] Compiling diff v0.1.13 |
| 3400 | 2026-06-12T21:15:34.432Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3401 | 2026-06-12T21:15:34.435Z | [ host-package] Compiling crc8 v0.1.1 |
| 3402 | 2026-06-12T21:15:34.820Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3403 | 2026-06-12T21:15:34.849Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3404 | 2026-06-12T21:15:34.878Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3405 | 2026-06-12T21:15:34.958Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3406 | 2026-06-12T21:15:34.978Z | [ helios-setup] Jun 12 21:15:34.447 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3407 | 2026-06-12T21:15:35.061Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3408 | 2026-06-12T21:15:35.151Z | [ host-package] Compiling cexpr v0.6.0 |
| 3409 | 2026-06-12T21:15:35.380Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3410 | 2026-06-12T21:15:35.565Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3411 | 2026-06-12T21:15:35.635Z | [ host-package] Compiling headers-core v0.3.0 |
| 3412 | 2026-06-12T21:15:35.656Z | [ helios-setup] Jun 12 21:15:35.129 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3413 | 2026-06-12T21:15:35.659Z | [ host-package] Compiling libxml v0.3.3 |
| 3414 | 2026-06-12T21:15:35.712Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3415 | 2026-06-12T21:15:35.805Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3416 | 2026-06-12T21:15:35.914Z | [ host-package] Compiling headers v0.4.1 |
| 3417 | 2026-06-12T21:15:36.076Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3418 | 2026-06-12T21:15:36.207Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3419 | 2026-06-12T21:15:36.257Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3420 | 2026-06-12T21:15:36.671Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3421 | 2026-06-12T21:15:36.791Z | [ host-package] Compiling git-stub v1.0.0 |
| 3422 | 2026-06-12T21:15:36.865Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3423 | 2026-06-12T21:15:36.911Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3424 | 2026-06-12T21:15:37.118Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3425 | 2026-06-12T21:15:37.246Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3426 | 2026-06-12T21:15:37.583Z | [ host-package] Compiling diesel v2.3.7 |
| 3427 | 2026-06-12T21:15:37.613Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3428 | 2026-06-12T21:15:37.680Z | [ host-package] Compiling indoc v1.0.9 |
| 3429 | 2026-06-12T21:15:37.708Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3430 | 2026-06-12T21:15:38.168Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3431 | 2026-06-12T21:15:38.272Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3432 | 2026-06-12T21:15:38.584Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3433 | 2026-06-12T21:15:38.871Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3434 | 2026-06-12T21:15:38.919Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3435 | 2026-06-12T21:15:39.077Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3436 | 2026-06-12T21:15:39.550Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3437 | 2026-06-12T21:15:39.915Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3438 | 2026-06-12T21:15:40.016Z | [ helios-setup] Jun 12 21:15:39.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.02s |
| 3439 | 2026-06-12T21:15:40.038Z | [ helios-setup] Jun 12 21:15:39.511 INFO building project "image-builder" ok (16 seconds) |
| 3440 | 2026-06-12T21:15:40.038Z | [ helios-setup] Jun 12 21:15:39.511 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3441 | 2026-06-12T21:15:40.077Z | [ helios-setup] Jun 12 21:15:39.546 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3442 | 2026-06-12T21:15:40.077Z | [ helios-setup] Jun 12 21:15:39.546 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3443 | 2026-06-12T21:15:40.078Z | [ helios-setup] Jun 12 21:15:39.546 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3444 | 2026-06-12T21:15:40.261Z | [ helios-setup] Jun 12 21:15:39.734 INFO E| Updating crates.io index |
| 3445 | 2026-06-12T21:15:40.261Z | [ helios-setup] Jun 12 21:15:39.734 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3446 | 2026-06-12T21:15:40.357Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3447 | 2026-06-12T21:15:40.503Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3448 | 2026-06-12T21:15:40.577Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3449 | 2026-06-12T21:15:40.686Z | [ helios-setup] Jun 12 21:15:40.159 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3450 | 2026-06-12T21:15:40.686Z | [ helios-setup] Jun 12 21:15:40.159 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3451 | 2026-06-12T21:15:40.747Z | [ helios-setup] Jun 12 21:15:40.219 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3452 | 2026-06-12T21:15:41.058Z | [ helios-setup] Jun 12 21:15:40.530 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3453 | 2026-06-12T21:15:41.058Z | [ helios-setup] Jun 12 21:15:40.530 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3454 | 2026-06-12T21:15:41.129Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3455 | 2026-06-12T21:15:41.205Z | [ helios-setup] Jun 12 21:15:40.677 INFO E| Downloading crates ... |
| 3456 | 2026-06-12T21:15:41.332Z | [ helios-setup] Jun 12 21:15:40.805 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3457 | 2026-06-12T21:15:41.335Z | [ helios-setup] Jun 12 21:15:40.806 INFO E| Downloaded goblin v0.9.3 |
| 3458 | 2026-06-12T21:15:41.338Z | [ helios-setup] Jun 12 21:15:40.810 INFO E| Downloaded unic-common v0.9.0 |
| 3459 | 2026-06-12T21:15:41.338Z | [ helios-setup] Jun 12 21:15:40.811 INFO E| Downloaded pest_generator v2.8.0 |
| 3460 | 2026-06-12T21:15:41.369Z | [ helios-setup] Jun 12 21:15:40.841 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3461 | 2026-06-12T21:15:41.372Z | [ helios-setup] Jun 12 21:15:40.842 INFO E| Downloaded parse_int v0.9.0 |
| 3462 | 2026-06-12T21:15:41.372Z | [ helios-setup] Jun 12 21:15:40.843 INFO E| Downloaded heck v0.3.3 |
| 3463 | 2026-06-12T21:15:41.372Z | [ helios-setup] Jun 12 21:15:40.844 INFO E| Downloaded dyn-clone v1.0.19 |
| 3464 | 2026-06-12T21:15:41.372Z | [ helios-setup] Jun 12 21:15:40.845 INFO E| Downloaded unic-char-property v0.9.0 |
| 3465 | 2026-06-12T21:15:41.375Z | [ helios-setup] Jun 12 21:15:40.846 INFO E| Downloaded strsim v0.8.0 |
| 3466 | 2026-06-12T21:15:41.375Z | [ helios-setup] Jun 12 21:15:40.847 INFO E| Downloaded fletcher v1.0.0 |
| 3467 | 2026-06-12T21:15:41.401Z | [ helios-setup] Jun 12 21:15:40.874 INFO E| Downloaded vec_map v0.8.2 |
| 3468 | 2026-06-12T21:15:41.404Z | [ helios-setup] Jun 12 21:15:40.875 INFO E| Downloaded pest_derive v2.8.0 |
| 3469 | 2026-06-12T21:15:41.404Z | [ helios-setup] Jun 12 21:15:40.877 INFO E| Downloaded four-cc v0.4.0 |
| 3470 | 2026-06-12T21:15:41.407Z | [ helios-setup] Jun 12 21:15:40.878 INFO E| Downloaded bytesize v2.0.1 |
| 3471 | 2026-06-12T21:15:41.407Z | [ helios-setup] Jun 12 21:15:40.880 INFO E| Downloaded ansi_term v0.12.1 |
| 3472 | 2026-06-12T21:15:41.410Z | [ helios-setup] Jun 12 21:15:40.881 INFO E| Downloaded unic-char-range v0.9.0 |
| 3473 | 2026-06-12T21:15:41.410Z | [ helios-setup] Jun 12 21:15:40.882 INFO E| Downloaded textwrap v0.11.0 |
| 3474 | 2026-06-12T21:15:41.410Z | [ helios-setup] Jun 12 21:15:40.883 INFO E| Downloaded strum_macros v0.27.1 |
| 3475 | 2026-06-12T21:15:41.413Z | [ helios-setup] Jun 12 21:15:40.885 INFO E| Downloaded log v0.4.27 |
| 3476 | 2026-06-12T21:15:41.416Z | [ helios-setup] Jun 12 21:15:40.887 INFO E| Downloaded structopt-derive v0.4.18 |
| 3477 | 2026-06-12T21:15:41.416Z | [ helios-setup] Jun 12 21:15:40.888 INFO E| Downloaded rustversion v1.0.20 |
| 3478 | 2026-06-12T21:15:41.419Z | [ helios-setup] Jun 12 21:15:40.889 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3479 | 2026-06-12T21:15:41.419Z | [ helios-setup] Jun 12 21:15:40.890 INFO E| Downloaded strum v0.27.1 |
| 3480 | 2026-06-12T21:15:41.419Z | [ helios-setup] Jun 12 21:15:40.890 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3481 | 2026-06-12T21:15:41.419Z | [ helios-setup] Jun 12 21:15:40.892 INFO E| Downloaded pest_meta v2.8.0 |
| 3482 | 2026-06-12T21:15:41.422Z | [ helios-setup] Jun 12 21:15:40.893 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3483 | 2026-06-12T21:15:41.444Z | [ helios-setup] Jun 12 21:15:40.917 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3484 | 2026-06-12T21:15:41.448Z | [ helios-setup] Jun 12 21:15:40.921 INFO E| Downloaded typenum v1.18.0 |
| 3485 | 2026-06-12T21:15:41.451Z | [ helios-setup] Jun 12 21:15:40.923 INFO E| Downloaded pest v2.8.0 |
| 3486 | 2026-06-12T21:15:41.453Z | [ helios-setup] Jun 12 21:15:40.926 INFO E| Downloaded structopt v0.3.26 |
| 3487 | 2026-06-12T21:15:41.461Z | [ helios-setup] Jun 12 21:15:40.934 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3488 | 2026-06-12T21:15:41.466Z | [ helios-setup] Jun 12 21:15:40.939 INFO E| Downloaded clap v2.34.0 |
| 3489 | 2026-06-12T21:15:41.470Z | [ helios-setup] Jun 12 21:15:40.943 INFO E| Downloaded zerocopy v0.8.25 |
| 3490 | 2026-06-12T21:15:41.548Z | [ helios-setup] Jun 12 21:15:41.020 INFO E| Compiling proc-macro2 v1.0.95 |
| 3491 | 2026-06-12T21:15:41.572Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling unicode-ident v1.0.18 |
| 3492 | 2026-06-12T21:15:41.572Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling memchr v2.7.4 |
| 3493 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling autocfg v1.4.0 |
| 3494 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling thiserror v2.0.12 |
| 3495 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling syn v1.0.109 |
| 3496 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling serde v1.0.219 |
| 3497 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling version_check v0.9.5 |
| 3498 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling serde_json v1.0.140 |
| 3499 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling ryu v1.0.20 |
| 3500 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling schemars v0.8.22 |
| 3501 | 2026-06-12T21:15:41.575Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling itoa v1.0.15 |
| 3502 | 2026-06-12T21:15:41.576Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling zerocopy v0.8.25 |
| 3503 | 2026-06-12T21:15:41.576Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling dyn-clone v1.0.19 |
| 3504 | 2026-06-12T21:15:41.576Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling paste v1.0.15 |
| 3505 | 2026-06-12T21:15:41.576Z | [ helios-setup] Jun 12 21:15:41.045 INFO E| Compiling rustversion v1.0.20 |
| 3506 | 2026-06-12T21:15:41.612Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3507 | 2026-06-12T21:15:41.734Z | [ host-package] Compiling samael v0.0.19 |
| 3508 | 2026-06-12T21:15:41.803Z | [ host-package] Compiling half v1.8.3 |
| 3509 | 2026-06-12T21:15:41.964Z | [ helios-setup] Jun 12 21:15:41.437 INFO E| Compiling static_assertions v1.1.0 |
| 3510 | 2026-06-12T21:15:42.024Z | [ helios-setup] Jun 12 21:15:41.497 INFO E| Compiling ucd-trie v0.1.7 |
| 3511 | 2026-06-12T21:15:42.058Z | [ helios-setup] Jun 12 21:15:41.531 INFO E| Compiling libc v0.2.172 |
| 3512 | 2026-06-12T21:15:42.132Z | [ helios-setup] Jun 12 21:15:41.605 INFO E| Compiling once_cell v1.21.3 |
| 3513 | 2026-06-12T21:15:42.257Z | [ helios-setup] Jun 12 21:15:41.729 INFO E| Compiling unicode-width v0.1.14 |
| 3514 | 2026-06-12T21:15:42.308Z | [ helios-setup] Jun 12 21:15:41.780 INFO E| Compiling heck v0.5.0 |
| 3515 | 2026-06-12T21:15:42.319Z | [ helios-setup] Jun 12 21:15:41.787 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3516 | 2026-06-12T21:15:42.478Z | [ helios-setup] Jun 12 21:15:41.951 INFO E| Compiling ansi_term v0.12.1 |
| 3517 | 2026-06-12T21:15:42.498Z | [ helios-setup] Jun 12 21:15:41.970 INFO E| Compiling bitflags v1.3.2 |
| 3518 | 2026-06-12T21:15:42.510Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3519 | 2026-06-12T21:15:42.514Z | [ helios-setup] Jun 12 21:15:41.986 INFO E| Compiling strsim v0.8.0 |
| 3520 | 2026-06-12T21:15:42.590Z | [ helios-setup] Jun 12 21:15:42.063 INFO E| Compiling textwrap v0.11.0 |
| 3521 | 2026-06-12T21:15:42.620Z | [ helios-setup] Jun 12 21:15:42.093 INFO E| Compiling unic-char-range v0.9.0 |
| 3522 | 2026-06-12T21:15:42.629Z | [ helios-setup] Jun 12 21:15:42.101 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3523 | 2026-06-12T21:15:42.659Z | [ helios-setup] Jun 12 21:15:42.132 INFO E| Compiling proc-macro-error v1.0.4 |
| 3524 | 2026-06-12T21:15:42.731Z | [ helios-setup] Jun 12 21:15:42.198 INFO E| Compiling unic-common v0.9.0 |
| 3525 | 2026-06-12T21:15:42.751Z | [ helios-setup] Jun 12 21:15:42.224 INFO E| Compiling num-traits v0.2.19 |
| 3526 | 2026-06-12T21:15:42.788Z | [ helios-setup] Jun 12 21:15:42.261 INFO E| Compiling memoffset v0.9.1 |
| 3527 | 2026-06-12T21:15:42.799Z | [ helios-setup] Jun 12 21:15:42.266 INFO E| Compiling strum v0.27.1 |
| 3528 | 2026-06-12T21:15:42.812Z | [ helios-setup] Jun 12 21:15:42.285 INFO E| Compiling fletcher v1.0.0 |
| 3529 | 2026-06-12T21:15:42.941Z | [ helios-setup] Jun 12 21:15:42.414 INFO E| Compiling vec_map v0.8.2 |
| 3530 | 2026-06-12T21:15:42.953Z | [ helios-setup] Jun 12 21:15:42.419 INFO E| Compiling byteorder v1.5.0 |
| 3531 | 2026-06-12T21:15:42.973Z | [ helios-setup] Jun 12 21:15:42.446 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3532 | 2026-06-12T21:15:42.988Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3533 | 2026-06-12T21:15:43.068Z | [ helios-setup] Jun 12 21:15:42.541 INFO E| Compiling heck v0.3.3 |
| 3534 | 2026-06-12T21:15:43.080Z | [ helios-setup] Jun 12 21:15:42.553 INFO E| Compiling unic-char-property v0.9.0 |
| 3535 | 2026-06-12T21:15:43.123Z | [ helios-setup] Jun 12 21:15:42.596 INFO E| Compiling plain v0.2.3 |
| 3536 | 2026-06-12T21:15:43.542Z | [ helios-setup] Jun 12 21:15:43.015 INFO E| Compiling atty v0.2.14 |
| 3537 | 2026-06-12T21:15:43.632Z | [ helios-setup] Jun 12 21:15:43.092 INFO E| Compiling quote v1.0.40 |
| 3538 | 2026-06-12T21:15:43.638Z | [ helios-setup] Jun 12 21:15:43.111 INFO E| Compiling log v0.4.27 |
| 3539 | 2026-06-12T21:15:43.638Z | [ helios-setup] Jun 12 21:15:43.111 INFO E| Compiling lazy_static v1.5.0 |
| 3540 | 2026-06-12T21:15:43.641Z | [ helios-setup] Jun 12 21:15:43.111 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3541 | 2026-06-12T21:15:43.641Z | [ helios-setup] Jun 12 21:15:43.112 INFO E| Compiling bytesize v2.0.1 |
| 3542 | 2026-06-12T21:15:43.646Z | [ host-package] Compiling bb8 v0.8.6 |
| 3543 | 2026-06-12T21:15:43.659Z | [ helios-setup] Jun 12 21:15:43.132 INFO E| Compiling clap v2.34.0 |
| 3544 | 2026-06-12T21:15:43.903Z | [ helios-setup] Jun 12 21:15:43.376 INFO E| Compiling syn v2.0.101 |
| 3545 | 2026-06-12T21:15:43.923Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3546 | 2026-06-12T21:15:44.258Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3547 | 2026-06-12T21:15:44.261Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3548 | 2026-06-12T21:15:44.424Z | [ helios-setup] Jun 12 21:15:43.896 INFO E| Compiling parse_int v0.9.0 |
| 3549 | 2026-06-12T21:15:44.707Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3550 | 2026-06-12T21:15:44.759Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3551 | 2026-06-12T21:15:44.946Z | [ host-package] Compiling polar-core v0.27.3 |
| 3552 | 2026-06-12T21:15:45.188Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3553 | 2026-06-12T21:15:45.414Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3554 | 2026-06-12T21:15:45.655Z | [ host-package] Compiling progenitor v0.13.0 |
| 3555 | 2026-06-12T21:15:45.864Z | [ host-package] Compiling fxhash v0.2.1 |
| 3556 | 2026-06-12T21:15:46.190Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3557 | 2026-06-12T21:15:46.720Z | [ host-package] Compiling nonempty v0.12.0 |
| 3558 | 2026-06-12T21:15:46.901Z | [ helios-setup] Jun 12 21:15:46.374 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3559 | 2026-06-12T21:15:46.906Z | [ helios-setup] Jun 12 21:15:46.379 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3560 | 2026-06-12T21:15:46.906Z | [ helios-setup] Jun 12 21:15:46.379 INFO E| Compiling structopt-derive v0.4.18 |
| 3561 | 2026-06-12T21:15:46.909Z | [ host-package] Compiling salty v0.3.0 |
| 3562 | 2026-06-12T21:15:47.255Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3563 | 2026-06-12T21:15:47.275Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3564 | 2026-06-12T21:15:47.559Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3565 | 2026-06-12T21:15:47.607Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3566 | 2026-06-12T21:15:48.107Z | [ helios-setup] Jun 12 21:15:47.580 INFO E| Compiling structopt v0.3.26 |
| 3567 | 2026-06-12T21:15:48.231Z | [ helios-setup] Jun 12 21:15:47.704 INFO E| Compiling modular-bitfield v0.11.2 |
| 3568 | 2026-06-12T21:15:48.329Z | [ helios-setup] Jun 12 21:15:47.802 INFO E| Compiling thiserror-impl v2.0.12 |
| 3569 | 2026-06-12T21:15:48.340Z | [ helios-setup] Jun 12 21:15:47.812 INFO E| Compiling serde_derive v1.0.219 |
| 3570 | 2026-06-12T21:15:48.340Z | [ helios-setup] Jun 12 21:15:47.812 INFO E| Compiling schemars_derive v0.8.22 |
| 3571 | 2026-06-12T21:15:48.343Z | [ helios-setup] Jun 12 21:15:47.813 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3572 | 2026-06-12T21:15:48.343Z | [ helios-setup] Jun 12 21:15:47.813 INFO E| Compiling num-derive v0.4.2 |
| 3573 | 2026-06-12T21:15:48.343Z | [ helios-setup] Jun 12 21:15:47.813 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3574 | 2026-06-12T21:15:48.343Z | [ helios-setup] Jun 12 21:15:47.813 INFO E| Compiling scroll_derive v0.12.1 |
| 3575 | 2026-06-12T21:15:48.343Z | [ helios-setup] Jun 12 21:15:47.813 INFO E| Compiling strum_macros v0.27.1 |
| 3576 | 2026-06-12T21:15:48.378Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3577 | 2026-06-12T21:15:48.875Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3578 | 2026-06-12T21:15:49.086Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3579 | 2026-06-12T21:15:49.442Z | [ helios-setup] Jun 12 21:15:48.914 INFO E| Compiling scroll v0.12.0 |
| 3580 | 2026-06-12T21:15:49.788Z | [ helios-setup] Jun 12 21:15:49.260 INFO E| Compiling goblin v0.9.3 |
| 3581 | 2026-06-12T21:15:49.810Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3582 | 2026-06-12T21:15:49.956Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3583 | 2026-06-12T21:15:50.026Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3584 | 2026-06-12T21:15:50.267Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3585 | 2026-06-12T21:15:50.306Z | [ helios-setup] Jun 12 21:15:49.777 INFO E| Compiling modular-bitfield v0.13.1 |
| 3586 | 2026-06-12T21:15:50.731Z | [ helios-setup] Jun 12 21:15:50.204 INFO E| Compiling pest v2.8.0 |
| 3587 | 2026-06-12T21:15:51.484Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3588 | 2026-06-12T21:15:52.106Z | [ helios-setup] Jun 12 21:15:51.577 INFO E| Compiling pest_meta v2.8.0 |
| 3589 | 2026-06-12T21:15:52.566Z | [ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3590 | 2026-06-12T21:15:52.759Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3591 | 2026-06-12T21:15:52.785Z | [ helios-setup] Jun 12 21:15:52.258 INFO E| Compiling pest_generator v2.8.0 |
| 3592 | 2026-06-12T21:15:53.441Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3593 | 2026-06-12T21:15:53.468Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3594 | 2026-06-12T21:15:53.704Z | [ helios-setup] Jun 12 21:15:53.177 INFO E| Compiling pest_derive v2.8.0 |
| 3595 | 2026-06-12T21:15:54.139Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3596 | 2026-06-12T21:15:54.597Z | [ helios-setup] Jun 12 21:15:54.070 INFO E| Compiling json5 v0.4.1 |
| 3597 | 2026-06-12T21:15:54.737Z | [ host-package] Compiling nanorand v0.7.0 |
| 3598 | 2026-06-12T21:15:55.153Z | [ host-package] Compiling darling_core v0.23.0 |
| 3599 | 2026-06-12T21:15:55.361Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3600 | 2026-06-12T21:15:55.473Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3601 | 2026-06-12T21:15:55.924Z | [ helios-setup] Jun 12 21:15:55.397 INFO E| Compiling four-cc v0.4.0 |
| 3602 | 2026-06-12T21:15:55.924Z | [ helios-setup] Jun 12 21:15:55.397 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3603 | 2026-06-12T21:15:56.042Z | [ host-package] Compiling flume v0.11.1 |
| 3604 | 2026-06-12T21:15:56.093Z | [ helios-setup] Jun 12 21:15:55.565 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3605 | 2026-06-12T21:15:56.513Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3606 | 2026-06-12T21:15:57.488Z | [ host-package] Compiling oso v0.27.3 |
| 3607 | 2026-06-12T21:15:57.605Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3608 | 2026-06-12T21:15:58.258Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3609 | 2026-06-12T21:15:58.338Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3610 | 2026-06-12T21:16:00.798Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3611 | 2026-06-12T21:16:01.169Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3612 | 2026-06-12T21:16:01.752Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3613 | 2026-06-12T21:16:02.606Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3614 | 2026-06-12T21:16:02.643Z | [ host-package] Compiling primeorder v0.13.6 |
| 3615 | 2026-06-12T21:16:02.955Z | [ host-package] Compiling atty v0.2.14 |
| 3616 | 2026-06-12T21:16:03.108Z | [ host-package] Compiling http-range v0.1.5 |
| 3617 | 2026-06-12T21:16:03.467Z | [ host-package] Compiling strsim v0.10.0 |
| 3618 | 2026-06-12T21:16:03.589Z | [ host-package] Compiling instability v0.3.11 |
| 3619 | 2026-06-12T21:16:03.782Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3620 | 2026-06-12T21:16:03.809Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3621 | 2026-06-12T21:16:03.872Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3622 | 2026-06-12T21:16:04.093Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3623 | 2026-06-12T21:16:04.179Z | [ host-package] Compiling darling_core v0.13.4 |
| 3624 | 2026-06-12T21:16:04.422Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3625 | 2026-06-12T21:16:05.906Z | [ host-package] Compiling p384 v0.13.1 |
| 3626 | 2026-06-12T21:16:08.170Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3627 | 2026-06-12T21:16:08.633Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3628 | 2026-06-12T21:16:09.263Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3629 | 2026-06-12T21:16:09.913Z | [ host-package] Compiling darling v0.23.0 |
| 3630 | 2026-06-12T21:16:10.043Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3631 | 2026-06-12T21:16:10.600Z | [ host-package] Compiling typify v0.4.3 |
| 3632 | 2026-06-12T21:16:10.604Z | [ helios-setup] Jun 12 21:16:10.076 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3633 | 2026-06-12T21:16:10.653Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3634 | 2026-06-12T21:16:10.883Z | [ host-package] Compiling ignore v0.4.25 |
| 3635 | 2026-06-12T21:16:10.964Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3636 | 2026-06-12T21:16:10.999Z | [ host-package] Compiling castaway v0.2.4 |
| 3637 | 2026-06-12T21:16:11.240Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3638 | 2026-06-12T21:16:11.289Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3639 | 2026-06-12T21:16:11.599Z | [ host-package] Compiling indoc v2.0.7 |
| 3640 | 2026-06-12T21:16:11.752Z | [ host-package] Compiling globwalk v0.9.1 |
| 3641 | 2026-06-12T21:16:12.072Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3642 | 2026-06-12T21:16:12.634Z | [ host-package] Compiling compact_str v0.8.1 |
| 3643 | 2026-06-12T21:16:12.690Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3644 | 2026-06-12T21:16:13.174Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3645 | 2026-06-12T21:16:13.387Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3646 | 2026-06-12T21:16:13.634Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-06-12T21:16:13.791Z | [ helios-setup] Jun 12 21:16:13.263 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3648 | 2026-06-12T21:16:13.870Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3649 | 2026-06-12T21:16:14.106Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3650 | 2026-06-12T21:16:14.482Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3651 | 2026-06-12T21:16:15.054Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3652 | 2026-06-12T21:16:15.077Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3653 | 2026-06-12T21:16:15.170Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3654 | 2026-06-12T21:16:15.429Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3655 | 2026-06-12T21:16:15.653Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3656 | 2026-06-12T21:16:15.817Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3657 | 2026-06-12T21:16:15.875Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3658 | 2026-06-12T21:16:16.065Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3659 | 2026-06-12T21:16:16.319Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3660 | 2026-06-12T21:16:16.436Z | [ host-package] Compiling lru v0.12.5 |
| 3661 | 2026-06-12T21:16:16.533Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3662 | 2026-06-12T21:16:16.616Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3663 | 2026-06-12T21:16:16.621Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3664 | 2026-06-12T21:16:16.696Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3665 | 2026-06-12T21:16:16.804Z | [ host-package] Compiling corncobs v0.1.4 |
| 3666 | 2026-06-12T21:16:16.854Z | [ host-package] Compiling cassowary v0.3.0 |
| 3667 | 2026-06-12T21:16:17.033Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3668 | 2026-06-12T21:16:17.090Z | [ host-package] Compiling rustls v0.21.12 |
| 3669 | 2026-06-12T21:16:17.166Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3670 | 2026-06-12T21:16:17.216Z | [ host-package] Compiling ratatui v0.29.0 |
| 3671 | 2026-06-12T21:16:17.421Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3672 | 2026-06-12T21:16:17.513Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3673 | 2026-06-12T21:16:17.654Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3674 | 2026-06-12T21:16:17.947Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3675 | 2026-06-12T21:16:18.269Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3676 | 2026-06-12T21:16:18.395Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3677 | 2026-06-12T21:16:18.522Z | [ host-package] Compiling darling v0.13.4 |
| 3678 | 2026-06-12T21:16:18.717Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3679 | 2026-06-12T21:16:18.872Z | [ host-package] Compiling sled v0.34.7 |
| 3680 | 2026-06-12T21:16:21.895Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3681 | 2026-06-12T21:16:22.701Z | [ host-package] Compiling git2 v0.20.4 |
| 3682 | 2026-06-12T21:16:22.759Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3683 | 2026-06-12T21:16:22.762Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3684 | 2026-06-12T21:16:23.596Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3685 | 2026-06-12T21:16:23.634Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3686 | 2026-06-12T21:16:23.913Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3687 | 2026-06-12T21:16:23.986Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3688 | 2026-06-12T21:16:24.284Z | [ host-package] Compiling sct v0.7.1 |
| 3689 | 2026-06-12T21:16:24.311Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3690 | 2026-06-12T21:16:24.672Z | [ host-package] Compiling secrecy v0.8.0 |
| 3691 | 2026-06-12T21:16:24.676Z | [ helios-setup] Jun 12 21:16:24.147 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.55s |
| 3692 | 2026-06-12T21:16:24.711Z | [ helios-setup] Jun 12 21:16:24.184 INFO building project "amd-host-image-builder" ok (44 seconds) |
| 3693 | 2026-06-12T21:16:24.715Z | [ helios-setup] rm -f helios-build |
| 3694 | 2026-06-12T21:16:24.715Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3695 | 2026-06-12T21:16:24.715Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3696 | 2026-06-12T21:16:24.719Z | [ helios-setup] |
| 3697 | 2026-06-12T21:16:24.719Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3698 | 2026-06-12T21:16:24.719Z | [ helios-setup] |
| 3699 | 2026-06-12T21:16:24.722Z | [ helios-setup] |
| 3700 | 2026-06-12T21:16:24.722Z | Jun 12 21:16:24.194 INFO [ helios-setup] real 2:25.867078097 |
| 3701 | 2026-06-12T21:16:24.722Z | [helios-setup] process exited with exit status: 0 (145.870230389s) |
| 3702 | 2026-06-12T21:16:24.722Z | [ helios-setup] user 6:49.579490629 |
| 3703 | 2026-06-12T21:16:24.722Z | [ helios-setup] sys 1:10.681658202 |
| 3704 | 2026-06-12T21:16:24.725Z | [ helios-setup] trap 0.427845893 |
| 3705 | 2026-06-12T21:16:24.725Z | [ helios-setup] tflt 1.771809554 |
| 3706 | 2026-06-12T21:16:24.725Z | [ helios-setup] dflt 6.286505474 |
| 3707 | 2026-06-12T21:16:24.725Z | [ helios-setup] kflt 0.002899620 |
| 3708 | 2026-06-12T21:16:24.725Z | [ helios-setup] lock 31:33.923959142 |
| 3709 | 2026-06-12T21:16:24.725Z | [ helios-setup] slp 30:33.211500127 |
| 3710 | 2026-06-12T21:16:24.725Z | [ helios-setup] lat 4:21.701128175 |
| 3711 | 2026-06-12T21:16:24.725Z | [ helios-setup] stop 1:13.387211281 |
| 3712 | 2026-06-12T21:16:24.725Z | Jun 12 21:16:24.196 INFO [helios-record] running task |
| 3713 | 2026-06-12T21:16:24.725Z | Jun 12 21:16:24.196 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3714 | 2026-06-12T21:16:24.733Z | Jun 12 21:16:24.205 DEBG process exited with exit status: 0 (8.970073ms) |
| 3715 | 2026-06-12T21:16:24.733Z | Jun 12 21:16:24.205 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3716 | 2026-06-12T21:16:24.736Z | Jun 12 21:16:24.209 DEBG process exited with exit status: 0 (3.269151ms) |
| 3717 | 2026-06-12T21:16:24.736Z | Jun 12 21:16:24.209 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3718 | 2026-06-12T21:16:24.739Z | Jun 12 21:16:24.212 DEBG process exited with exit status: 0 (3.055961ms) |
| 3719 | 2026-06-12T21:16:24.739Z | Jun 12 21:16:24.212 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3720 | 2026-06-12T21:16:24.742Z | Jun 12 21:16:24.215 DEBG process exited with exit status: 0 (2.939542ms) |
| 3721 | 2026-06-12T21:16:24.742Z | Jun 12 21:16:24.215 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3722 | 2026-06-12T21:16:24.745Z | Jun 12 21:16:24.218 DEBG process exited with exit status: 0 (2.997191ms) |
| 3723 | 2026-06-12T21:16:24.745Z | Jun 12 21:16:24.218 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3724 | 2026-06-12T21:16:24.750Z | Jun 12 21:16:24.223 DEBG process exited with exit status: 0 (4.830161ms) |
| 3725 | 2026-06-12T21:16:24.750Z | Jun 12 21:16:24.223 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3726 | 2026-06-12T21:16:24.753Z | Jun 12 21:16:24.226 DEBG process exited with exit status: 0 (3.451812ms) |
| 3727 | 2026-06-12T21:16:24.753Z | Jun 12 21:16:24.226 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3728 | 2026-06-12T21:16:24.758Z | Jun 12 21:16:24.230 DEBG process exited with exit status: 0 (4.240461ms) |
| 3729 | 2026-06-12T21:16:24.758Z | Jun 12 21:16:24.230 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3730 | 2026-06-12T21:16:24.765Z | Jun 12 21:16:24.234 DEBG process exited with exit status: 0 (3.826772ms) |
| 3731 | 2026-06-12T21:16:24.765Z | Jun 12 21:16:24.235 INFO [helios-record] task succeeded (38.431084ms) |
| 3732 | 2026-06-12T21:16:25.007Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3733 | 2026-06-12T21:16:25.858Z | [ host-package] Compiling progenitor v0.11.2 |
| 3734 | 2026-06-12T21:16:26.141Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3735 | 2026-06-12T21:16:26.166Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3736 | 2026-06-12T21:16:26.169Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3737 | 2026-06-12T21:16:26.264Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3738 | 2026-06-12T21:16:26.942Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3739 | 2026-06-12T21:16:26.995Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3740 | 2026-06-12T21:16:28.726Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3741 | 2026-06-12T21:16:28.759Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3742 | 2026-06-12T21:16:29.847Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3743 | 2026-06-12T21:16:30.099Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3744 | 2026-06-12T21:16:30.327Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3745 | 2026-06-12T21:16:30.370Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3746 | 2026-06-12T21:16:30.572Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3747 | 2026-06-12T21:16:30.624Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3748 | 2026-06-12T21:16:30.824Z | [ host-package] Compiling void v1.0.2 |
| 3749 | 2026-06-12T21:16:30.871Z | [ host-package] Compiling base64 v0.21.7 |
| 3750 | 2026-06-12T21:16:30.979Z | [ host-package] Compiling lzss v0.8.2 |
| 3751 | 2026-06-12T21:16:31.215Z | [ host-package] Compiling ron v0.8.1 |
| 3752 | 2026-06-12T21:16:31.462Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3753 | 2026-06-12T21:16:31.960Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3754 | 2026-06-12T21:16:32.094Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3755 | 2026-06-12T21:16:32.283Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3756 | 2026-06-12T21:16:32.572Z | [ host-package] Compiling serde_with v1.14.0 |
| 3757 | 2026-06-12T21:16:32.787Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3758 | 2026-06-12T21:16:34.042Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3759 | 2026-06-12T21:16:34.504Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3760 | 2026-06-12T21:16:35.591Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3761 | 2026-06-12T21:16:35.780Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3762 | 2026-06-12T21:16:35.932Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3763 | 2026-06-12T21:16:36.014Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3764 | 2026-06-12T21:16:36.247Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3765 | 2026-06-12T21:16:36.482Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3766 | 2026-06-12T21:16:36.507Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3767 | 2026-06-12T21:16:36.730Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3768 | 2026-06-12T21:16:37.133Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3769 | 2026-06-12T21:16:37.766Z | [ host-package] Compiling nix v0.27.1 |
| 3770 | 2026-06-12T21:16:38.026Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3771 | 2026-06-12T21:16:38.553Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3772 | 2026-06-12T21:16:38.853Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3773 | 2026-06-12T21:16:38.915Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3774 | 2026-06-12T21:16:38.993Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3775 | 2026-06-12T21:16:39.199Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3776 | 2026-06-12T21:16:39.504Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3777 | 2026-06-12T21:16:39.626Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3778 | 2026-06-12T21:16:39.990Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3779 | 2026-06-12T21:16:41.519Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3780 | 2026-06-12T21:16:42.973Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3781 | 2026-06-12T21:16:43.203Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3782 | 2026-06-12T21:16:43.489Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3783 | 2026-06-12T21:16:43.645Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3784 | 2026-06-12T21:16:43.913Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3785 | 2026-06-12T21:16:44.027Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3786 | 2026-06-12T21:16:44.670Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3787 | 2026-06-12T21:16:44.993Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3788 | 2026-06-12T21:16:45.793Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3789 | 2026-06-12T21:16:47.563Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3790 | 2026-06-12T21:16:47.982Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3791 | 2026-06-12T21:16:48.224Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3792 | 2026-06-12T21:16:48.615Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3793 | 2026-06-12T21:16:49.007Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3794 | 2026-06-12T21:16:50.114Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3795 | 2026-06-12T21:16:50.243Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3796 | 2026-06-12T21:16:50.465Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3797 | 2026-06-12T21:16:51.037Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3798 | 2026-06-12T21:16:51.449Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3799 | 2026-06-12T21:16:51.530Z | [ host-package] Compiling fatfs v0.3.6 |
| 3800 | 2026-06-12T21:16:51.745Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3801 | 2026-06-12T21:16:51.940Z | [ host-package] Compiling yasna v0.5.2 |
| 3802 | 2026-06-12T21:16:52.059Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3803 | 2026-06-12T21:16:52.731Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3804 | 2026-06-12T21:16:52.840Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3805 | 2026-06-12T21:16:53.273Z | [ host-package] Compiling is_ci v1.2.0 |
| 3806 | 2026-06-12T21:16:53.322Z | [ host-package] Compiling rcgen v0.12.1 |
| 3807 | 2026-06-12T21:16:53.439Z | [ host-package] Compiling supports-color v3.0.2 |
| 3808 | 2026-06-12T21:16:53.491Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3809 | 2026-06-12T21:16:53.778Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3810 | 2026-06-12T21:16:54.248Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3811 | 2026-06-12T21:16:54.682Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3812 | 2026-06-12T21:16:54.911Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3813 | 2026-06-12T21:16:55.153Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3814 | 2026-06-12T21:16:55.219Z | [ host-package] Compiling subprocess v0.2.15 |
| 3815 | 2026-06-12T21:16:55.317Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3816 | 2026-06-12T21:16:55.449Z | [ host-package] Compiling rpassword v7.4.0 |
| 3817 | 2026-06-12T21:16:55.747Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3818 | 2026-06-12T21:16:57.432Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3819 | 2026-06-12T21:16:57.572Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3820 | 2026-06-12T21:16:57.672Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3821 | 2026-06-12T21:16:57.999Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3822 | 2026-06-12T21:16:58.037Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3823 | 2026-06-12T21:16:58.285Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3824 | 2026-06-12T21:17:00.054Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3825 | 2026-06-12T21:17:00.290Z | [ host-package] Compiling uzers v0.12.2 |
| 3826 | 2026-06-12T21:17:00.912Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3827 | 2026-06-12T21:17:00.935Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3828 | 2026-06-12T21:17:01.948Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3829 | 2026-06-12T21:17:04.578Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3830 | 2026-06-12T21:17:06.717Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3831 | 2026-06-12T21:17:08.903Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3832 | 2026-06-12T21:17:10.795Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3833 | 2026-06-12T21:17:13.425Z | [ host-package] Compiling multimap v0.10.1 |
| 3834 | 2026-06-12T21:17:23.199Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3835 | 2026-06-12T21:17:25.445Z | [ host-package] error[E0308]: mismatched types |
| 3836 | 2026-06-12T21:17:25.445Z | [ host-package] --> nexus/db-queries/src/db/datastore/fm.rs:820:55 |
| 3837 | 2026-06-12T21:17:25.448Z | [ host-package] | |
| 3838 | 2026-06-12T21:17:25.448Z | [ host-package] 820 | "error" => &InlineErrorChain::new(e), |
| 3839 | 2026-06-12T21:17:25.448Z | [ host-package] | --------------------- ^ expected `&dyn Error`, found `Error` |
| 3840 | 2026-06-12T21:17:25.448Z | [ host-package] | | |
| 3841 | 2026-06-12T21:17:25.448Z | [ host-package] | arguments to this function are incorrect |
| 3842 | 2026-06-12T21:17:25.448Z | [ host-package] | |
| 3843 | 2026-06-12T21:17:25.448Z | [ host-package] = note: expected reference `&dyn StdError` |
| 3844 | 2026-06-12T21:17:25.448Z | [ host-package] found enum `diesel::result::Error` |
| 3845 | 2026-06-12T21:17:25.448Z | [ host-package] note: associated function defined here |
| 3846 | 2026-06-12T21:17:25.448Z | [ host-package] --> /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs:32:12 |
| 3847 | 2026-06-12T21:17:25.448Z | [ host-package] | |
| 3848 | 2026-06-12T21:17:25.449Z | [ host-package] 32 | pub fn new(err: &'a dyn Error) -> Self { |
| 3849 | 2026-06-12T21:17:25.449Z | [ host-package] | ^^^ |
| 3850 | 2026-06-12T21:17:25.449Z | [ host-package] help: consider borrowing here |
| 3851 | 2026-06-12T21:17:25.449Z | [ host-package] | |
| 3852 | 2026-06-12T21:17:25.449Z | [ host-package] 820 | "error" => &InlineErrorChain::new(&e), |
| 3853 | 2026-06-12T21:17:25.449Z | [ host-package] | + |
| 3854 | 2026-06-12T21:17:25.449Z | [ host-package] |
| 3855 | 2026-06-12T21:17:28.171Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3856 | 2026-06-12T21:17:29.277Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3857 | 2026-06-12T21:17:47.007Z | [ host-package] For more information about this error, try `rustc --explain E0308`. |
| 3858 | 2026-06-12T21:17:47.380Z | [ host-package] error: could not compile `nexus-db-queries` (lib) due to 1 previous error |
| 3859 | 2026-06-12T21:17:47.380Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 3860 | 2026-06-12T21:18:22.314Z | [ host-package] Error: Failed to build packages |
| 3861 | 2026-06-12T21:18:22.317Z | Jun 12 21:18:21.790 ERRO [host-package] process exited with exit status: 1 (210.148202054s) |
| 3862 | 2026-06-12T21:18:22.320Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 3863 | 2026-06-12T21:18:22.343Z | process exited: duration 488726 ms, exit code 1 |
| |
| 3864 | 2026-06-12T21:18:22.354Z | found 13 output files |
| 3865 | 2026-06-12T21:18:22.354Z | uploading: /work/helios.json (647 bytes) |
| 3866 | 2026-06-12T21:18:23.365Z | uploaded: /work/helios.json |
| 3867 | 2026-06-12T21:18:23.365Z | uploading: /work/incorporation.p5m (113333 bytes) |
| 3868 | 2026-06-12T21:18:24.380Z | uploaded: /work/incorporation.p5m |
| 3869 | 2026-06-12T21:18:24.380Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 3870 | 2026-06-12T21:18:25.395Z | uploaded: /work/incorporation.p5p |
| 3871 | 2026-06-12T21:18:25.395Z | uploading: /work/helios-incorp.log (522 bytes) |
| 3872 | 2026-06-12T21:18:26.405Z | uploaded: /work/helios-incorp.log |
| 3873 | 2026-06-12T21:18:26.405Z | uploading: /work/helios-setup.log (56438 bytes) |
| 3874 | 2026-06-12T21:18:27.417Z | uploaded: /work/helios-setup.log |
| 3875 | 2026-06-12T21:18:27.417Z | uploading: /work/host-package.log (36746 bytes) |
| 3876 | 2026-06-12T21:18:28.429Z | uploaded: /work/host-package.log |
| 3877 | 2026-06-12T21:18:28.429Z | uploading: /work/host-target.log (101 bytes) |
| 3878 | 2026-06-12T21:18:29.438Z | uploaded: /work/host-target.log |
| 3879 | 2026-06-12T21:18:29.438Z | uploading: /work/incorp-create.log (0 bytes) |
| 3880 | 2026-06-12T21:18:30.445Z | uploaded: /work/incorp-create.log |
| 3881 | 2026-06-12T21:18:30.446Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 3882 | 2026-06-12T21:18:31.453Z | uploaded: /work/incorp-fmt.log |
| 3883 | 2026-06-12T21:18:31.453Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 3884 | 2026-06-12T21:18:32.462Z | uploaded: /work/incorp-pkgsend.log |
| 3885 | 2026-06-12T21:18:32.462Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 3886 | 2026-06-12T21:18:33.470Z | uploaded: /work/incorp-publisher.log |
| 3887 | 2026-06-12T21:18:33.470Z | uploading: /work/omicron-package.log (9215 bytes) |
| 3888 | 2026-06-12T21:18:34.480Z | uploaded: /work/omicron-package.log |
| 3889 | 2026-06-12T21:18:34.480Z | uploading: /work/recovery-target.log (98 bytes) |
| 3890 | 2026-06-12T21:18:35.489Z | uploaded: /work/recovery-target.log |
| 3891 | 2026-06-12T21:18:35.490Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 3892 | 2026-06-12T21:18:35.490Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 3893 | 2026-06-12T21:18:35.490Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |