|
|
|
| 1 | 2026-03-05T16:54:13.658Z | job assigned to worker 01KJZEP7QGGV5SXM344QD2WCG3 [factory aws, i-00ac3559dd74f4369] (queued for 2 m 37 s) |
| |
| 2 | 2026-03-05T16:54:22.034Z | starting task 0: "setup" |
| 3 | 2026-03-05T16:54:22.038Z | ++ uname -s |
| 4 | 2026-03-05T16:54:22.041Z | + kern=SunOS |
| 5 | 2026-03-05T16:54:22.041Z | + build_user=build |
| 6 | 2026-03-05T16:54:22.041Z | + build_uid=12345 |
| 7 | 2026-03-05T16:54:22.041Z | + work_dir=/work |
| 8 | 2026-03-05T16:54:22.041Z | + input_dir=/input |
| 9 | 2026-03-05T16:54:22.041Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T16:54:22.041Z | + case "$kern" in |
| 11 | 2026-03-05T16:54:22.041Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T16:54:22.045Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T16:54:24.052Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T16:54:24.179Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T16:54:24.182Z | + home_fs=zfs |
| 16 | 2026-03-05T16:54:24.182Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T16:54:24.182Z | + mkdir -p /home/build |
| 18 | 2026-03-05T16:54:24.185Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T16:54:26.187Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T16:54:26.205Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2026-03-05T16:54:26.212Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T16:54:26.217Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-05T16:54:26.217Z | * rust toolchain profile = "default" |
| 24 | 2026-03-05T16:54:26.218Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 25 | 2026-03-05T16:54:26.218Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-05T16:54:26.218Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T16:54:26.218Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-05T16:54:26.220Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T16:54:26.220Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-05T16:54:26.335Z | info: downloading installer |
| 31 | 2026-03-05T16:54:28.409Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T16:54:28.409Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T16:54:28.409Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T16:54:28.409Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T16:54:28.409Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T16:54:28.409Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T16:54:28.409Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T16:54:28.409Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T16:54:28.409Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T16:54:28.423Z | info: profile set to 'default' |
| 41 | 2026-03-05T16:54:28.423Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T16:54:28.426Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T16:54:28.619Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-05T16:54:28.619Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T16:54:30.082Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T16:54:30.545Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T16:54:32.738Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T16:54:35.645Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T16:54:45.894Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T16:54:46.240Z | info: installing component 'cargo' |
| 51 | 2026-03-05T16:54:47.135Z | info: installing component 'clippy' |
| 52 | 2026-03-05T16:54:47.528Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T16:54:49.425Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T16:54:51.227Z | info: installing component 'rustc' |
| 55 | 2026-03-05T16:54:57.914Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T16:54:58.252Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T16:54:58.252Z | |
| 58 | 2026-03-05T16:54:58.729Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-05T16:54:58.729Z | |
| 60 | 2026-03-05T16:54:58.732Z | |
| 61 | 2026-03-05T16:54:58.732Z | Rust is installed now. Great! |
| 62 | 2026-03-05T16:54:58.732Z | |
| 63 | 2026-03-05T16:54:58.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T16:54:58.732Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T16:54:58.732Z | |
| 66 | 2026-03-05T16:54:58.732Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T16:54:58.732Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T16:54:58.732Z | |
| 69 | 2026-03-05T16:54:58.732Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T16:54:58.732Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T16:54:58.732Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T16:54:58.732Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T16:54:58.864Z | + rustup --version |
| 74 | 2026-03-05T16:54:58.874Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T16:54:58.877Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T16:54:58.964Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-05T16:54:58.968Z | + cargo --version |
| 78 | 2026-03-05T16:54:59.037Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-05T16:54:59.040Z | + rustc --version |
| 80 | 2026-03-05T16:54:59.116Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-05T16:54:59.120Z | process exited: duration 32893 ms, exit code 0 |
| |
| 82 | 2026-03-05T16:54:59.126Z | starting task 2: "authentication" |
| 83 | 2026-03-05T16:54:59.147Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-05T16:54:59.154Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T16:54:59.163Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-05T16:54:59.170Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-05T16:54:59.200Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-05T16:55:08.712Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-05T16:55:08.716Z | + git fetch origin bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 90 | 2026-03-05T16:55:09.038Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-05T16:55:09.038Z | * branch bd7932447a4eeffcb5344add7d3892f87f497e91 -> FETCH_HEAD |
| 92 | 2026-03-05T16:55:09.050Z | + [[ -n john/fix-bfd-status-one-scrimlet ]] |
| 93 | 2026-03-05T16:55:09.053Z | ++ git branch --show-current |
| 94 | 2026-03-05T16:55:09.056Z | + current=main |
| 95 | 2026-03-05T16:55:09.056Z | + [[ main != john/fix-bfd-status-one-scrimlet ]] |
| 96 | 2026-03-05T16:55:09.056Z | + git branch -f john/fix-bfd-status-one-scrimlet bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 97 | 2026-03-05T16:55:09.060Z | + git checkout -f john/fix-bfd-status-one-scrimlet |
| 98 | 2026-03-05T16:55:09.447Z | Switched to branch 'john/fix-bfd-status-one-scrimlet' |
| 99 | 2026-03-05T16:55:09.451Z | + git reset --hard bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 100 | 2026-03-05T16:55:09.471Z | HEAD is now at bd7932447 bfd status no longer 404s if one switch is missing |
| 101 | 2026-03-05T16:55:09.476Z | process exited: duration 10312 ms, exit code 0 |
| |
| 102 | 2026-03-05T16:55:09.484Z | starting task 4: "build" |
| 103 | 2026-03-05T16:55:09.488Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-05T16:55:09.488Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-05T16:55:09.488Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-05T16:55:09.491Z | + cargo --version |
| 107 | 2026-03-05T16:55:09.550Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-05T16:55:09.553Z | + rustc --version |
| 109 | 2026-03-05T16:55:09.630Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-05T16:55:09.634Z | + cargo tree --locked |
| 111 | 2026-03-05T16:55:09.967Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-03-05T16:55:10.257Z | Updating crates.io index |
| 113 | 2026-03-05T16:55:10.298Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-03-05T16:55:10.946Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-03-05T16:55:11.493Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2026-03-05T16:55:11.800Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 117 | 2026-03-05T16:55:12.159Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 118 | 2026-03-05T16:55:13.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 119 | 2026-03-05T16:55:15.722Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 120 | 2026-03-05T16:55:16.500Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 121 | 2026-03-05T16:55:17.272Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2026-03-05T16:55:18.109Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 123 | 2026-03-05T16:55:18.635Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-03-05T16:55:19.825Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-03-05T16:55:20.238Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-03-05T16:55:20.713Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-03-05T16:55:21.131Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-03-05T16:55:21.984Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-03-05T16:55:22.672Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-03-05T16:55:22.941Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-03-05T16:55:23.359Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-03-05T16:55:23.814Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-03-05T16:55:24.055Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-03-05T16:55:24.302Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-03-05T16:55:24.591Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-03-05T16:55:25.060Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-03-05T16:55:25.680Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 138 | 2026-03-05T16:55:26.121Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 139 | 2026-03-05T16:55:26.446Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 140 | 2026-03-05T16:55:26.744Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-03-05T16:55:27.746Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-03-05T16:55:28.547Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 143 | 2026-03-05T16:55:28.821Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 144 | 2026-03-05T16:55:29.157Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 145 | 2026-03-05T16:55:29.486Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 146 | 2026-03-05T16:55:29.982Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 147 | 2026-03-05T16:55:30.227Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 148 | 2026-03-05T16:55:30.489Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 149 | 2026-03-05T16:55:30.802Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 150 | 2026-03-05T16:55:31.233Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 151 | 2026-03-05T16:55:45.899Z | Downloading crates ... |
| 152 | 2026-03-05T16:55:45.991Z | Downloaded adler2 v2.0.1 |
| 153 | 2026-03-05T16:55:45.997Z | Downloaded aead v0.5.2 |
| 154 | 2026-03-05T16:55:46.004Z | Downloaded assert-json-diff v2.0.2 |
| 155 | 2026-03-05T16:55:46.009Z | Downloaded ascii-canvas v3.0.0 |
| 156 | 2026-03-05T16:55:46.013Z | Downloaded assert_matches v1.5.0 |
| 157 | 2026-03-05T16:55:46.017Z | Downloaded arrayvec v0.7.6 |
| 158 | 2026-03-05T16:55:46.022Z | Downloaded cargo_metadata v0.19.2 |
| 159 | 2026-03-05T16:55:46.027Z | Downloaded assert_cmd v2.1.2 |
| 160 | 2026-03-05T16:55:46.033Z | Downloaded crypto-common v0.1.7 |
| 161 | 2026-03-05T16:55:46.037Z | Downloaded cpufeatures v0.2.17 |
| 162 | 2026-03-05T16:55:46.042Z | Downloaded camino v1.2.2 |
| 163 | 2026-03-05T16:55:46.048Z | Downloaded colorchoice v1.0.4 |
| 164 | 2026-03-05T16:55:46.052Z | Downloaded convert_case v0.4.0 |
| 165 | 2026-03-05T16:55:46.058Z | Downloaded defmt-macros v1.0.1 |
| 166 | 2026-03-05T16:55:46.063Z | Downloaded diesel-dtrace v0.4.2 |
| 167 | 2026-03-05T16:55:46.069Z | Downloaded cstr-argument v0.1.2 |
| 168 | 2026-03-05T16:55:46.073Z | Downloaded derive_builder v0.20.2 |
| 169 | 2026-03-05T16:55:46.081Z | Downloaded darling_macro v0.20.11 |
| 170 | 2026-03-05T16:55:46.085Z | Downloaded drift v0.1.3 |
| 171 | 2026-03-05T16:55:46.093Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 172 | 2026-03-05T16:55:46.099Z | Downloaded document-features v0.2.12 |
| 173 | 2026-03-05T16:55:46.103Z | Downloaded cargo-platform v0.2.0 |
| 174 | 2026-03-05T16:55:46.108Z | Downloaded difflib v0.4.0 |
| 175 | 2026-03-05T16:55:46.111Z | Downloaded bitfield-struct v0.6.2 |
| 176 | 2026-03-05T16:55:46.116Z | Downloaded dirs-sys-next v0.1.2 |
| 177 | 2026-03-05T16:55:46.120Z | Downloaded darling_macro v0.21.3 |
| 178 | 2026-03-05T16:55:46.124Z | Downloaded dof v0.4.0 |
| 179 | 2026-03-05T16:55:46.128Z | Downloaded dunce v1.0.5 |
| 180 | 2026-03-05T16:55:46.132Z | Downloaded dyn-clone v1.0.20 |
| 181 | 2026-03-05T16:55:46.137Z | Downloaded embedded-io v0.6.1 |
| 182 | 2026-03-05T16:55:46.163Z | Downloaded blowfish v0.9.1 |
| 183 | 2026-03-05T16:55:46.163Z | Downloaded cobs v0.3.0 |
| 184 | 2026-03-05T16:55:46.163Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 185 | 2026-03-05T16:55:46.163Z | Downloaded defmt v0.3.100 |
| 186 | 2026-03-05T16:55:46.166Z | Downloaded darling_macro v0.23.0 |
| 187 | 2026-03-05T16:55:46.166Z | Downloaded event-listener-strategy v0.5.4 |
| 188 | 2026-03-05T16:55:46.169Z | Downloaded escape8259 v0.5.3 |
| 189 | 2026-03-05T16:55:46.172Z | Downloaded flagset v0.4.7 |
| 190 | 2026-03-05T16:55:46.175Z | Downloaded foreign-types-shared v0.1.1 |
| 191 | 2026-03-05T16:55:46.179Z | Downloaded foreign-types-shared v0.3.1 |
| 192 | 2026-03-05T16:55:46.182Z | Downloaded form_urlencoded v1.2.2 |
| 193 | 2026-03-05T16:55:46.186Z | Downloaded generic-array v0.14.7 |
| 194 | 2026-03-05T16:55:46.191Z | Downloaded crossbeam-deque v0.8.6 |
| 195 | 2026-03-05T16:55:46.195Z | Downloaded constant_time_eq v0.4.2 |
| 196 | 2026-03-05T16:55:46.200Z | Downloaded ed25519 v2.2.3 |
| 197 | 2026-03-05T16:55:46.206Z | Downloaded futures-io v0.3.32 |
| 198 | 2026-03-05T16:55:46.208Z | Downloaded cipher v0.4.4 |
| 199 | 2026-03-05T16:55:46.213Z | Downloaded ena v0.14.4 |
| 200 | 2026-03-05T16:55:46.217Z | Downloaded ghash v0.5.1 |
| 201 | 2026-03-05T16:55:46.221Z | Downloaded git-stub v1.0.0 |
| 202 | 2026-03-05T16:55:46.225Z | Downloaded guppy-workspace-hack v0.1.0 |
| 203 | 2026-03-05T16:55:46.228Z | Downloaded globwalk v0.9.1 |
| 204 | 2026-03-05T16:55:46.233Z | Downloaded hash32 v0.3.1 |
| 205 | 2026-03-05T16:55:46.237Z | Downloaded hex v0.4.3 |
| 206 | 2026-03-05T16:55:46.242Z | Downloaded filetime v0.2.27 |
| 207 | 2026-03-05T16:55:46.246Z | Downloaded heck v0.4.1 |
| 208 | 2026-03-05T16:55:46.249Z | Downloaded des v0.8.1 |
| 209 | 2026-03-05T16:55:46.254Z | Downloaded diff v0.1.13 |
| 210 | 2026-03-05T16:55:46.259Z | Downloaded foldhash v0.2.0 |
| 211 | 2026-03-05T16:55:46.263Z | Downloaded futures-timer v3.0.3 |
| 212 | 2026-03-05T16:55:46.267Z | Downloaded const-oid v0.9.6 |
| 213 | 2026-03-05T16:55:46.271Z | Downloaded home v0.5.12 |
| 214 | 2026-03-05T16:55:46.275Z | Downloaded either v1.15.0 |
| 215 | 2026-03-05T16:55:46.279Z | Downloaded httpdate v1.0.3 |
| 216 | 2026-03-05T16:55:46.283Z | Downloaded hubpack_derive v0.1.1 |
| 217 | 2026-03-05T16:55:46.286Z | Downloaded hyper-tls v0.6.0 |
| 218 | 2026-03-05T16:55:46.289Z | Downloaded hash32 v0.2.1 |
| 219 | 2026-03-05T16:55:46.293Z | Downloaded glob v0.3.3 |
| 220 | 2026-03-05T16:55:46.297Z | Downloaded fs_extra v1.3.0 |
| 221 | 2026-03-05T16:55:46.301Z | Downloaded idna_adapter v1.2.1 |
| 222 | 2026-03-05T16:55:46.305Z | Downloaded instant v0.1.13 |
| 223 | 2026-03-05T16:55:46.308Z | Downloaded is-terminal v0.4.17 |
| 224 | 2026-03-05T16:55:46.312Z | Downloaded indent_write v2.2.0 |
| 225 | 2026-03-05T16:55:46.316Z | Downloaded instability v0.3.11 |
| 226 | 2026-03-05T16:55:46.320Z | Downloaded cookie_store v0.22.1 |
| 227 | 2026-03-05T16:55:46.324Z | Downloaded elliptic-curve v0.13.8 |
| 228 | 2026-03-05T16:55:46.331Z | Downloaded highway v1.3.0 |
| 229 | 2026-03-05T16:55:46.334Z | Downloaded is_terminal_polyfill v1.70.2 |
| 230 | 2026-03-05T16:55:46.338Z | Downloaded itoa v1.0.17 |
| 231 | 2026-03-05T16:55:46.341Z | Downloaded lazy_static v1.5.0 |
| 232 | 2026-03-05T16:55:46.346Z | Downloaded keccak v0.1.6 |
| 233 | 2026-03-05T16:55:46.349Z | Downloaded lalrpop-util v0.19.12 |
| 234 | 2026-03-05T16:55:46.352Z | Downloaded libscf-sys v1.1.0 |
| 235 | 2026-03-05T16:55:46.356Z | Downloaded linkme-impl v0.3.35 |
| 236 | 2026-03-05T16:55:46.359Z | Downloaded linked-hash-map v0.5.6 |
| 237 | 2026-03-05T16:55:46.363Z | Downloaded event-listener v5.4.1 |
| 238 | 2026-03-05T16:55:46.367Z | Downloaded half v1.8.3 |
| 239 | 2026-03-05T16:55:46.371Z | Downloaded hickory-client v0.25.2 |
| 240 | 2026-03-05T16:55:46.376Z | Downloaded macaddr v1.0.1 |
| 241 | 2026-03-05T16:55:46.379Z | Downloaded md5 v0.7.0 |
| 242 | 2026-03-05T16:55:46.383Z | Downloaded memmap v0.7.0 |
| 243 | 2026-03-05T16:55:46.386Z | Downloaded mime v0.3.17 |
| 244 | 2026-03-05T16:55:46.390Z | Downloaded miette-derive v5.10.0 |
| 245 | 2026-03-05T16:55:46.394Z | Downloaded getrandom v0.4.1 |
| 246 | 2026-03-05T16:55:46.399Z | Downloaded hmac v0.12.1 |
| 247 | 2026-03-05T16:55:46.404Z | Downloaded memoffset v0.9.1 |
| 248 | 2026-03-05T16:55:46.408Z | Downloaded ipnet v2.11.0 |
| 249 | 2026-03-05T16:55:46.411Z | Downloaded newline-converter v0.3.0 |
| 250 | 2026-03-05T16:55:46.414Z | Downloaded newtype-uuid-macros v0.1.0 |
| 251 | 2026-03-05T16:55:46.418Z | Downloaded knuffel-derive v3.2.0 |
| 252 | 2026-03-05T16:55:46.421Z | Downloaded nibble_vec v0.1.0 |
| 253 | 2026-03-05T16:55:46.425Z | Downloaded num v0.4.3 |
| 254 | 2026-03-05T16:55:46.428Z | Downloaded normalize-line-endings v0.3.0 |
| 255 | 2026-03-05T16:55:46.432Z | Downloaded lock_api v0.4.14 |
| 256 | 2026-03-05T16:55:46.435Z | Downloaded libsw v3.5.0 |
| 257 | 2026-03-05T16:55:46.438Z | Downloaded hyper-rustls v0.27.7 |
| 258 | 2026-03-05T16:55:46.443Z | Downloaded linear-map v1.2.0 |
| 259 | 2026-03-05T16:55:46.446Z | Downloaded lru v0.12.5 |
| 260 | 2026-03-05T16:55:46.450Z | Downloaded libtest-mimic v0.8.1 |
| 261 | 2026-03-05T16:55:46.452Z | Downloaded num-iter v0.1.45 |
| 262 | 2026-03-05T16:55:46.456Z | Downloaded linkme v0.3.35 |
| 263 | 2026-03-05T16:55:46.460Z | Downloaded ingot-macros v0.1.1 |
| 264 | 2026-03-05T16:55:46.464Z | Downloaded openssl-probe v0.1.6 |
| 265 | 2026-03-05T16:55:46.467Z | Downloaded num_threads v0.1.7 |
| 266 | 2026-03-05T16:55:46.470Z | Downloaded der v0.7.10 |
| 267 | 2026-03-05T16:55:46.477Z | Downloaded ed25519-dalek v2.2.0 |
| 268 | 2026-03-05T16:55:46.481Z | Downloaded olpc-cjson v0.1.4 |
| 269 | 2026-03-05T16:55:46.484Z | Downloaded native-tls v0.2.18 |
| 270 | 2026-03-05T16:55:46.488Z | Downloaded openssl-probe v0.2.1 |
| 271 | 2026-03-05T16:55:46.491Z | Downloaded nanorand v0.7.0 |
| 272 | 2026-03-05T16:55:46.495Z | Downloaded oso-derive v0.27.3 |
| 273 | 2026-03-05T16:55:46.497Z | Downloaded parking v2.2.1 |
| 274 | 2026-03-05T16:55:46.500Z | Downloaded ordered-float v2.10.1 |
| 275 | 2026-03-05T16:55:46.504Z | Downloaded icu_properties v2.1.2 |
| 276 | 2026-03-05T16:55:46.508Z | Downloaded num-complex v0.4.6 |
| 277 | 2026-03-05T16:55:46.511Z | Downloaded packed_struct_codegen v0.10.1 |
| 278 | 2026-03-05T16:55:46.514Z | Downloaded indexmap v1.9.3 |
| 279 | 2026-03-05T16:55:46.519Z | Downloaded pbkdf2 v0.12.2 |
| 280 | 2026-03-05T16:55:46.522Z | Downloaded parse-size v1.1.0 |
| 281 | 2026-03-05T16:55:46.525Z | Downloaded heapless v0.7.17 |
| 282 | 2026-03-05T16:55:46.531Z | Downloaded num_enum v0.5.11 |
| 283 | 2026-03-05T16:55:46.537Z | Downloaded peg-runtime v0.8.5 |
| 284 | 2026-03-05T16:55:46.539Z | Downloaded phf_shared v0.12.1 |
| 285 | 2026-03-05T16:55:46.542Z | Downloaded num_enum_derive v0.7.5 |
| 286 | 2026-03-05T16:55:46.545Z | Downloaded flume v0.11.1 |
| 287 | 2026-03-05T16:55:46.550Z | Downloaded percent-encoding v2.3.2 |
| 288 | 2026-03-05T16:55:46.554Z | Downloaded half v2.7.1 |
| 289 | 2026-03-05T16:55:46.557Z | Downloaded pin-utils v0.1.0 |
| 290 | 2026-03-05T16:55:46.560Z | Downloaded phf_shared v0.11.3 |
| 291 | 2026-03-05T16:55:46.563Z | Downloaded phf_shared v0.13.1 |
| 292 | 2026-03-05T16:55:46.567Z | Downloaded owo-colors v3.5.0 |
| 293 | 2026-03-05T16:55:46.570Z | Downloaded plotters-svg v0.3.7 |
| 294 | 2026-03-05T16:55:46.572Z | Downloaded plotters-backend v0.3.7 |
| 295 | 2026-03-05T16:55:46.575Z | Downloaded log v0.4.29 |
| 296 | 2026-03-05T16:55:46.579Z | Downloaded nu-ansi-term v0.50.3 |
| 297 | 2026-03-05T16:55:46.583Z | Downloaded parse-display-derive v0.10.0 |
| 298 | 2026-03-05T16:55:46.586Z | Downloaded powerfmt v0.2.0 |
| 299 | 2026-03-05T16:55:46.588Z | Downloaded predicates-core v1.0.10 |
| 300 | 2026-03-05T16:55:46.591Z | Downloaded num-rational v0.4.2 |
| 301 | 2026-03-05T16:55:46.594Z | Downloaded path-tree v0.8.3 |
| 302 | 2026-03-05T16:55:46.597Z | Downloaded potential_utf v0.1.4 |
| 303 | 2026-03-05T16:55:46.600Z | Downloaded peg v0.8.5 |
| 304 | 2026-03-05T16:55:46.605Z | Downloaded pem-rfc7468 v0.7.0 |
| 305 | 2026-03-05T16:55:46.609Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-03-05T16:55:46.615Z | Downloaded pretty-hex v0.4.1 |
| 307 | 2026-03-05T16:55:46.618Z | Downloaded phf v0.13.1 |
| 308 | 2026-03-05T16:55:46.621Z | Downloaded knuffel v3.2.0 |
| 309 | 2026-03-05T16:55:46.623Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 310 | 2026-03-05T16:55:46.626Z | Downloaded progenitor-client v0.11.2 |
| 311 | 2026-03-05T16:55:46.630Z | Downloaded proc-macro-crate v1.3.1 |
| 312 | 2026-03-05T16:55:46.632Z | Downloaded progenitor-client v0.10.0 |
| 313 | 2026-03-05T16:55:46.635Z | Downloaded pin-project-lite v0.2.17 |
| 314 | 2026-03-05T16:55:46.638Z | Downloaded proc-macro-error-attr v1.0.4 |
| 315 | 2026-03-05T16:55:46.641Z | Downloaded parking_lot v0.11.2 |
| 316 | 2026-03-05T16:55:46.645Z | Downloaded progenitor-macro v0.11.2 |
| 317 | 2026-03-05T16:55:46.648Z | Downloaded quick-error v1.2.3 |
| 318 | 2026-03-05T16:55:46.650Z | Downloaded progenitor-macro v0.13.0 |
| 319 | 2026-03-05T16:55:46.653Z | Downloaded predicates v3.1.4 |
| 320 | 2026-03-05T16:55:46.657Z | Downloaded ppv-lite86 v0.2.21 |
| 321 | 2026-03-05T16:55:46.660Z | Downloaded rand_chacha v0.3.1 |
| 322 | 2026-03-05T16:55:46.662Z | Downloaded radium v0.7.0 |
| 323 | 2026-03-05T16:55:46.665Z | Downloaded psl-types v2.0.11 |
| 324 | 2026-03-05T16:55:46.668Z | Downloaded miniz_oxide v0.8.9 |
| 325 | 2026-03-05T16:55:46.671Z | Downloaded parking_lot_core v0.9.12 |
| 326 | 2026-03-05T16:55:46.674Z | Downloaded parking_lot_core v0.8.6 |
| 327 | 2026-03-05T16:55:46.678Z | Downloaded rand_xorshift v0.4.0 |
| 328 | 2026-03-05T16:55:46.681Z | Downloaded pest_derive v2.8.6 |
| 329 | 2026-03-05T16:55:46.684Z | Downloaded parking_lot v0.12.5 |
| 330 | 2026-03-05T16:55:46.688Z | Downloaded proc-macro-error v1.0.4 |
| 331 | 2026-03-05T16:55:46.692Z | Downloaded ref-cast v1.0.25 |
| 332 | 2026-03-05T16:55:46.696Z | Downloaded ref-cast-impl v1.0.25 |
| 333 | 2026-03-05T16:55:46.699Z | Downloaded jiff-static v0.2.21 |
| 334 | 2026-03-05T16:55:46.702Z | Downloaded http v1.4.0 |
| 335 | 2026-03-05T16:55:46.707Z | Downloaded postgres-protocol v0.6.10 |
| 336 | 2026-03-05T16:55:46.710Z | Downloaded rfc6979 v0.4.0 |
| 337 | 2026-03-05T16:55:46.712Z | Downloaded progenitor-client v0.13.0 |
| 338 | 2026-03-05T16:55:46.715Z | Downloaded russh-cryptovec v0.7.3 |
| 339 | 2026-03-05T16:55:46.718Z | Downloaded rtoolbox v0.0.3 |
| 340 | 2026-03-05T16:55:46.721Z | Downloaded poly1305 v0.8.0 |
| 341 | 2026-03-05T16:55:46.723Z | Downloaded psm v0.1.30 |
| 342 | 2026-03-05T16:55:46.727Z | Downloaded postgres-types v0.2.12 |
| 343 | 2026-03-05T16:55:46.730Z | Downloaded r2d2 v0.8.10 |
| 344 | 2026-03-05T16:55:46.733Z | Downloaded rustc_version v0.1.7 |
| 345 | 2026-03-05T16:55:46.736Z | Downloaded quote v1.0.44 |
| 346 | 2026-03-05T16:55:46.739Z | Downloaded miette v5.10.0 |
| 347 | 2026-03-05T16:55:46.743Z | Downloaded rand_core v0.9.5 |
| 348 | 2026-03-05T16:55:46.746Z | Downloaded rustc_version v0.4.1 |
| 349 | 2026-03-05T16:55:46.748Z | Downloaded rand_core v0.10.0 |
| 350 | 2026-03-05T16:55:46.751Z | Downloaded rand_chacha v0.9.0 |
| 351 | 2026-03-05T16:55:46.754Z | Downloaded rand_seeder v0.4.0 |
| 352 | 2026-03-05T16:55:46.756Z | Downloaded rand_core v0.6.4 |
| 353 | 2026-03-05T16:55:46.759Z | Downloaded hyper-util v0.1.20 |
| 354 | 2026-03-05T16:55:46.766Z | Downloaded pin-project v1.1.11 |
| 355 | 2026-03-05T16:55:46.777Z | Downloaded scopeguard v1.2.0 |
| 356 | 2026-03-05T16:55:46.779Z | Downloaded scroll_derive v0.13.1 |
| 357 | 2026-03-05T16:55:46.782Z | Downloaded scroll_derive v0.12.1 |
| 358 | 2026-03-05T16:55:46.785Z | Downloaded hickory-server v0.25.2 |
| 359 | 2026-03-05T16:55:46.788Z | Downloaded scrypt v0.11.0 |
| 360 | 2026-03-05T16:55:46.790Z | Downloaded resolv-conf v0.7.6 |
| 361 | 2026-03-05T16:55:46.793Z | Downloaded postcard v1.1.3 |
| 362 | 2026-03-05T16:55:46.797Z | Downloaded relative-path v1.9.3 |
| 363 | 2026-03-05T16:55:46.799Z | Downloaded quinn-udp v0.5.14 |
| 364 | 2026-03-05T16:55:46.802Z | Downloaded rustls-pemfile v2.2.0 |
| 365 | 2026-03-05T16:55:46.805Z | Downloaded rustls-pemfile v1.0.4 |
| 366 | 2026-03-05T16:55:46.808Z | Downloaded rustc-hash v2.1.1 |
| 367 | 2026-03-05T16:55:46.811Z | Downloaded rust-argon2 v2.1.0 |
| 368 | 2026-03-05T16:55:46.813Z | Downloaded pest_meta v2.8.6 |
| 369 | 2026-03-05T16:55:46.817Z | Downloaded seq-macro v0.3.6 |
| 370 | 2026-03-05T16:55:46.819Z | Downloaded serde_bytes v0.11.19 |
| 371 | 2026-03-05T16:55:46.822Z | Downloaded serde_spanned v0.6.9 |
| 372 | 2026-03-05T16:55:46.825Z | Downloaded serde_urlencoded v0.7.1 |
| 373 | 2026-03-05T16:55:46.828Z | Downloaded serde_spanned v1.0.4 |
| 374 | 2026-03-05T16:55:46.831Z | Downloaded rustversion v1.0.22 |
| 375 | 2026-03-05T16:55:46.835Z | Downloaded rusty-fork v0.3.1 |
| 376 | 2026-03-05T16:55:46.838Z | Downloaded serde_regex v1.1.0 |
| 377 | 2026-03-05T16:55:46.841Z | Downloaded serde_plain v1.0.2 |
| 378 | 2026-03-05T16:55:46.841Z | Downloaded serde-value v0.7.0 |
| 379 | 2026-03-05T16:55:46.845Z | Downloaded prefix-trie v0.7.0 |
| 380 | 2026-03-05T16:55:46.847Z | Downloaded proc-macro2 v1.0.106 |
| 381 | 2026-03-05T16:55:46.850Z | Downloaded serde_repr v0.1.20 |
| 382 | 2026-03-05T16:55:46.854Z | Downloaded sha1 v0.10.6 |
| 383 | 2026-03-05T16:55:46.857Z | Downloaded shell-words v1.1.1 |
| 384 | 2026-03-05T16:55:46.860Z | Downloaded signature v2.2.0 |
| 385 | 2026-03-05T16:55:46.862Z | Downloaded progenitor-impl v0.11.2 |
| 386 | 2026-03-05T16:55:46.865Z | Downloaded signal-hook-tokio v0.3.1 |
| 387 | 2026-03-05T16:55:46.865Z | Downloaded scroll v0.13.0 |
| 388 | 2026-03-05T16:55:46.868Z | Downloaded russh-keys v0.45.0 |
| 389 | 2026-03-05T16:55:46.871Z | Downloaded rustc-demangle v0.1.27 |
| 390 | 2026-03-05T16:55:46.873Z | Downloaded signal-hook-mio v0.2.5 |
| 391 | 2026-03-05T16:55:46.876Z | Downloaded siphasher v1.0.2 |
| 392 | 2026-03-05T16:55:46.879Z | Downloaded sigpipe v0.1.3 |
| 393 | 2026-03-05T16:55:46.881Z | Downloaded serde_derive_internals v0.29.1 |
| 394 | 2026-03-05T16:55:46.884Z | Downloaded semver v1.0.27 |
| 395 | 2026-03-05T16:55:46.887Z | Downloaded sec1 v0.7.3 |
| 396 | 2026-03-05T16:55:46.890Z | Downloaded rustls-pki-types v1.14.0 |
| 397 | 2026-03-05T16:55:46.893Z | Downloaded prettyplease v0.2.37 |
| 398 | 2026-03-05T16:55:46.895Z | Downloaded slog-bunyan v2.5.0 |
| 399 | 2026-03-05T16:55:46.898Z | Downloaded serde-hex v0.1.0 |
| 400 | 2026-03-05T16:55:46.901Z | Downloaded slog-envlogger v2.2.0 |
| 401 | 2026-03-05T16:55:46.903Z | Downloaded smawk v0.3.2 |
| 402 | 2026-03-05T16:55:46.906Z | Downloaded serde_tokenstream v0.2.3 |
| 403 | 2026-03-05T16:55:46.908Z | Downloaded serde-untagged v0.1.9 |
| 404 | 2026-03-05T16:55:46.911Z | Downloaded secrecy v0.10.3 |
| 405 | 2026-03-05T16:55:46.911Z | Downloaded pretty_assertions v1.4.1 |
| 406 | 2026-03-05T16:55:46.914Z | Downloaded mio v1.1.1 |
| 407 | 2026-03-05T16:55:46.919Z | Downloaded serde_path_to_error v0.1.20 |
| 408 | 2026-03-05T16:55:46.922Z | Downloaded progenitor-impl v0.10.0 |
| 409 | 2026-03-05T16:55:46.925Z | Downloaded num-bigint v0.4.6 |
| 410 | 2026-03-05T16:55:46.929Z | Downloaded sha2 v0.10.9 |
| 411 | 2026-03-05T16:55:46.933Z | Downloaded hashbrown v0.16.1 |
| 412 | 2026-03-05T16:55:46.937Z | Downloaded sqlparser_derive v0.5.0 |
| 413 | 2026-03-05T16:55:46.940Z | Downloaded simd-adler32 v0.3.8 |
| 414 | 2026-03-05T16:55:46.943Z | Downloaded signal-hook-registry v1.4.8 |
| 415 | 2026-03-05T16:55:46.945Z | Downloaded ron v0.8.1 |
| 416 | 2026-03-05T16:55:46.949Z | Downloaded slab v0.4.12 |
| 417 | 2026-03-05T16:55:46.952Z | Downloaded ssh-encoding v0.2.0 |
| 418 | 2026-03-05T16:55:46.955Z | Downloaded similar-asserts v1.7.0 |
| 419 | 2026-03-05T16:55:46.958Z | Downloaded strip-ansi-escapes v0.2.1 |
| 420 | 2026-03-05T16:55:46.958Z | Downloaded strum v0.27.2 |
| 421 | 2026-03-05T16:55:46.961Z | Downloaded rand_distr v0.5.1 |
| 422 | 2026-03-05T16:55:46.964Z | Downloaded itertools v0.13.0 |
| 423 | 2026-03-05T16:55:46.970Z | Downloaded strum v0.26.3 |
| 424 | 2026-03-05T16:55:46.973Z | Downloaded smallvec v0.6.14 |
| 425 | 2026-03-05T16:55:46.976Z | Downloaded slog-async v2.8.0 |
| 426 | 2026-03-05T16:55:46.978Z | Downloaded slog-term v2.9.2 |
| 427 | 2026-03-05T16:55:46.983Z | Downloaded sync_wrapper v1.0.2 |
| 428 | 2026-03-05T16:55:46.983Z | Downloaded sync-ptr v0.1.4 |
| 429 | 2026-03-05T16:55:46.985Z | Downloaded swrite v0.1.0 |
| 430 | 2026-03-05T16:55:46.985Z | Downloaded supports-unicode v2.1.0 |
| 431 | 2026-03-05T16:55:46.986Z | Downloaded serde_cbor v0.11.2 |
| 432 | 2026-03-05T16:55:46.989Z | Downloaded subtle v2.6.1 |
| 433 | 2026-03-05T16:55:46.991Z | Downloaded itertools v0.10.5 |
| 434 | 2026-03-05T16:55:46.996Z | Downloaded supports-hyperlinks v2.1.0 |
| 435 | 2026-03-05T16:55:47.000Z | Downloaded supports-color v3.0.2 |
| 436 | 2026-03-05T16:55:47.000Z | Downloaded num-bigint-dig v0.8.6 |
| 437 | 2026-03-05T16:55:47.009Z | Downloaded spki v0.7.3 |
| 438 | 2026-03-05T16:55:47.009Z | Downloaded snafu-derive v0.8.9 |
| 439 | 2026-03-05T16:55:47.011Z | Downloaded shlex v1.3.0 |
| 440 | 2026-03-05T16:55:47.012Z | Downloaded tabled_derive v0.11.0 |
| 441 | 2026-03-05T16:55:47.016Z | Downloaded take_mut v0.2.2 |
| 442 | 2026-03-05T16:55:47.016Z | Downloaded rstest_macros v0.25.0 |
| 443 | 2026-03-05T16:55:47.019Z | Downloaded tap v1.0.1 |
| 444 | 2026-03-05T16:55:47.021Z | Downloaded tabled_derive v0.7.0 |
| 445 | 2026-03-05T16:55:47.021Z | Downloaded string_cache v0.8.9 |
| 446 | 2026-03-05T16:55:47.024Z | Downloaded stacker v0.1.23 |
| 447 | 2026-03-05T16:55:47.026Z | Downloaded rand v0.8.5 |
| 448 | 2026-03-05T16:55:47.029Z | Downloaded stable_deref_trait v1.2.1 |
| 449 | 2026-03-05T16:55:47.032Z | Downloaded target-triple v1.0.0 |
| 450 | 2026-03-05T16:55:47.035Z | Downloaded stringmetrics v2.2.2 |
| 451 | 2026-03-05T16:55:47.038Z | Downloaded strum_macros v0.24.3 |
| 452 | 2026-03-05T16:55:47.040Z | Downloaded rayon-core v1.13.0 |
| 453 | 2026-03-05T16:55:47.043Z | Downloaded strum_macros v0.27.2 |
| 454 | 2026-03-05T16:55:47.046Z | Downloaded terminal_size v0.1.17 |
| 455 | 2026-03-05T16:55:47.049Z | Downloaded testing_table v0.3.0 |
| 456 | 2026-03-05T16:55:47.049Z | Downloaded time-core v0.1.8 |
| 457 | 2026-03-05T16:55:47.051Z | Downloaded termtree v0.5.1 |
| 458 | 2026-03-05T16:55:47.054Z | Downloaded smallvec v1.15.1 |
| 459 | 2026-03-05T16:55:47.057Z | Downloaded rustls-platform-verifier v0.6.2 |
| 460 | 2026-03-05T16:55:47.059Z | Downloaded static_assertions v1.1.0 |
| 461 | 2026-03-05T16:55:47.062Z | Downloaded schemars v0.8.22 |
| 462 | 2026-03-05T16:55:47.072Z | Downloaded terminal_size v0.4.3 |
| 463 | 2026-03-05T16:55:47.075Z | Downloaded tabwriter v1.4.1 |
| 464 | 2026-03-05T16:55:47.075Z | Downloaded support-bundle-viewer v0.1.2 |
| 465 | 2026-03-05T16:55:47.078Z | Downloaded strum_macros v0.26.4 |
| 466 | 2026-03-05T16:55:47.081Z | Downloaded signal-hook v0.3.18 |
| 467 | 2026-03-05T16:55:47.083Z | Downloaded spin v0.9.8 |
| 468 | 2026-03-05T16:55:47.086Z | Downloaded thread-id v4.2.2 |
| 469 | 2026-03-05T16:55:47.088Z | Downloaded qorb v0.4.1 |
| 470 | 2026-03-05T16:55:47.091Z | Downloaded target-spec v3.5.7 |
| 471 | 2026-03-05T16:55:47.094Z | Downloaded target-lexicon v0.13.3 |
| 472 | 2026-03-05T16:55:47.097Z | Downloaded tinyvec_macros v0.1.1 |
| 473 | 2026-03-05T16:55:47.097Z | Downloaded sqlformat v0.3.5 |
| 474 | 2026-03-05T16:55:47.100Z | Downloaded similar v2.7.0 |
| 475 | 2026-03-05T16:55:47.103Z | Downloaded rand v0.9.2 |
| 476 | 2026-03-05T16:55:47.106Z | Downloaded stringprep v0.1.5 |
| 477 | 2026-03-05T16:55:47.109Z | Downloaded thiserror v2.0.18 |
| 478 | 2026-03-05T16:55:47.114Z | Downloaded tower-layer v0.3.3 |
| 479 | 2026-03-05T16:55:47.117Z | Downloaded try-lock v0.2.5 |
| 480 | 2026-03-05T16:55:47.120Z | Downloaded toml_datetime v0.6.11 |
| 481 | 2026-03-05T16:55:47.120Z | Downloaded blake3 v1.8.3 |
| 482 | 2026-03-05T16:55:47.126Z | Downloaded toml_write v0.1.2 |
| 483 | 2026-03-05T16:55:47.128Z | Downloaded termios v0.3.3 |
| 484 | 2026-03-05T16:55:47.131Z | Downloaded time-macros v0.2.27 |
| 485 | 2026-03-05T16:55:47.134Z | Downloaded socket2 v0.6.2 |
| 486 | 2026-03-05T16:55:47.137Z | Downloaded trait-variant v0.1.2 |
| 487 | 2026-03-05T16:55:47.137Z | Downloaded tinystr v0.8.2 |
| 488 | 2026-03-05T16:55:47.140Z | Downloaded serde_core v1.0.228 |
| 489 | 2026-03-05T16:55:47.142Z | Downloaded tiny-keccak v2.0.2 |
| 490 | 2026-03-05T16:55:47.145Z | Downloaded tower-service v0.3.3 |
| 491 | 2026-03-05T16:55:47.145Z | Downloaded typeid v1.0.3 |
| 492 | 2026-03-05T16:55:47.148Z | Downloaded rustls-webpki v0.103.9 |
| 493 | 2026-03-05T16:55:47.151Z | Downloaded unarray v0.1.4 |
| 494 | 2026-03-05T16:55:47.151Z | Downloaded serde_yaml v0.9.34+deprecated |
| 495 | 2026-03-05T16:55:47.153Z | Downloaded tokio-native-tls v0.3.1 |
| 496 | 2026-03-05T16:55:47.156Z | Downloaded term v0.7.0 |
| 497 | 2026-03-05T16:55:47.159Z | Downloaded thread_local v1.1.9 |
| 498 | 2026-03-05T16:55:47.161Z | Downloaded tls_codec_derive v0.4.2 |
| 499 | 2026-03-05T16:55:47.169Z | Downloaded tls_codec v0.4.2 |
| 500 | 2026-03-05T16:55:47.169Z | Downloaded tokio-rustls v0.25.0 |
| 501 | 2026-03-05T16:55:47.171Z | Downloaded tokio-tungstenite v0.21.0 |
| 502 | 2026-03-05T16:55:47.171Z | Downloaded tokio-tungstenite v0.23.1 |
| 503 | 2026-03-05T16:55:47.171Z | Downloaded thiserror-no-std v2.0.2 |
| 504 | 2026-03-05T16:55:47.174Z | Downloaded unicode-linebreak v0.1.5 |
| 505 | 2026-03-05T16:55:47.177Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 506 | 2026-03-05T16:55:47.180Z | Downloaded subprocess v0.2.15 |
| 507 | 2026-03-05T16:55:47.183Z | Downloaded serde_derive v1.0.228 |
| 508 | 2026-03-05T16:55:47.185Z | Downloaded typify-macro v0.6.1 |
| 509 | 2026-03-05T16:55:47.185Z | Downloaded tokio-macros v2.6.0 |
| 510 | 2026-03-05T16:55:47.188Z | Downloaded tokio-dtrace v0.1.1 |
| 511 | 2026-03-05T16:55:47.188Z | Downloaded tinytemplate v1.2.1 |
| 512 | 2026-03-05T16:55:47.199Z | Downloaded slog v2.8.2 |
| 513 | 2026-03-05T16:55:47.199Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 514 | 2026-03-05T16:55:47.199Z | Downloaded term v1.2.1 |
| 515 | 2026-03-05T16:55:47.199Z | Downloaded thread-id v5.1.0 |
| 516 | 2026-03-05T16:55:47.202Z | Downloaded aws-lc-rs v1.16.0 |
| 517 | 2026-03-05T16:55:47.207Z | Downloaded topological-sort v0.2.2 |
| 518 | 2026-03-05T16:55:47.210Z | Downloaded unicode-xid v0.2.6 |
| 519 | 2026-03-05T16:55:47.210Z | Downloaded unicode-truncate v1.1.0 |
| 520 | 2026-03-05T16:55:47.213Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 521 | 2026-03-05T16:55:47.216Z | Downloaded p521 v0.13.3 |
| 522 | 2026-03-05T16:55:47.219Z | Downloaded tui-tree-widget v0.23.1 |
| 523 | 2026-03-05T16:55:47.219Z | Downloaded thiserror v1.0.69 |
| 524 | 2026-03-05T16:55:47.222Z | Downloaded usdt-macro v0.6.0 |
| 525 | 2026-03-05T16:55:47.225Z | Downloaded usdt-attr-macro v0.5.0 |
| 526 | 2026-03-05T16:55:47.225Z | Downloaded untrusted v0.9.0 |
| 527 | 2026-03-05T16:55:47.227Z | Downloaded utf8_iter v1.0.4 |
| 528 | 2026-03-05T16:55:47.227Z | Downloaded usdt-macro v0.5.0 |
| 529 | 2026-03-05T16:55:47.230Z | Downloaded snafu v0.8.9 |
| 530 | 2026-03-05T16:55:47.233Z | Downloaded usdt v0.6.0 |
| 531 | 2026-03-05T16:55:47.236Z | Downloaded usdt v0.5.0 |
| 532 | 2026-03-05T16:55:47.236Z | Downloaded utf-8 v0.7.6 |
| 533 | 2026-03-05T16:55:47.238Z | Downloaded tokio-rustls v0.24.1 |
| 534 | 2026-03-05T16:55:47.238Z | Downloaded tokio-rustls v0.26.4 |
| 535 | 2026-03-05T16:55:47.241Z | Downloaded unicase v2.9.0 |
| 536 | 2026-03-05T16:55:47.244Z | Downloaded untrusted v0.7.1 |
| 537 | 2026-03-05T16:55:47.244Z | Downloaded universal-hash v0.5.1 |
| 538 | 2026-03-05T16:55:47.246Z | Downloaded tar v0.4.44 |
| 539 | 2026-03-05T16:55:47.249Z | Downloaded wait-timeout v0.2.1 |
| 540 | 2026-03-05T16:55:47.249Z | Downloaded serde v1.0.228 |
| 541 | 2026-03-05T16:55:47.252Z | Downloaded hkdf v0.12.4 |
| 542 | 2026-03-05T16:55:47.255Z | Downloaded toml v0.8.23 |
| 543 | 2026-03-05T16:55:47.258Z | Downloaded version_check v0.9.5 |
| 544 | 2026-03-05T16:55:47.258Z | Downloaded tokio-stream v0.1.18 |
| 545 | 2026-03-05T16:55:47.261Z | Downloaded want v0.3.1 |
| 546 | 2026-03-05T16:55:47.264Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 547 | 2026-03-05T16:55:47.267Z | Downloaded waitgroup v0.1.2 |
| 548 | 2026-03-05T16:55:47.267Z | Downloaded chrono v0.4.44 |
| 549 | 2026-03-05T16:55:47.271Z | Downloaded xattr v1.6.1 |
| 550 | 2026-03-05T16:55:47.274Z | Downloaded trybuild v1.0.116 |
| 551 | 2026-03-05T16:55:47.277Z | Downloaded schemars v1.2.1 |
| 552 | 2026-03-05T16:55:47.290Z | Downloaded yoke-derive v0.8.1 |
| 553 | 2026-03-05T16:55:47.292Z | Downloaded xshell-macros v0.2.7 |
| 554 | 2026-03-05T16:55:47.292Z | Downloaded unit-prefix v0.5.2 |
| 555 | 2026-03-05T16:55:47.295Z | Downloaded test-strategy v0.4.5 |
| 556 | 2026-03-05T16:55:47.298Z | Downloaded rustyline v14.0.0 |
| 557 | 2026-03-05T16:55:47.301Z | Downloaded twox-hash v2.1.2 |
| 558 | 2026-03-05T16:55:47.303Z | Downloaded textwrap v0.15.2 |
| 559 | 2026-03-05T16:55:47.306Z | Downloaded zerofrom v0.1.6 |
| 560 | 2026-03-05T16:55:47.306Z | Downloaded rpassword v7.4.0 |
| 561 | 2026-03-05T16:55:47.309Z | Downloaded usdt-attr-macro v0.6.0 |
| 562 | 2026-03-05T16:55:47.309Z | Downloaded tempfile v3.25.0 |
| 563 | 2026-03-05T16:55:47.312Z | Downloaded samael v0.0.19 |
| 564 | 2026-03-05T16:55:47.317Z | Downloaded zerofrom-derive v0.1.6 |
| 565 | 2026-03-05T16:55:47.319Z | Downloaded usdt-impl v0.6.0 |
| 566 | 2026-03-05T16:55:47.319Z | Downloaded steno v0.4.1 |
| 567 | 2026-03-05T16:55:47.322Z | Downloaded zeroize_derive v1.4.3 |
| 568 | 2026-03-05T16:55:47.325Z | Downloaded usdt-impl v0.5.0 |
| 569 | 2026-03-05T16:55:47.325Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 570 | 2026-03-05T16:55:47.327Z | Downloaded toml v0.7.8 |
| 571 | 2026-03-05T16:55:47.330Z | Downloaded tinyvec v1.10.0 |
| 572 | 2026-03-05T16:55:47.333Z | Downloaded void v1.0.2 |
| 573 | 2026-03-05T16:55:47.336Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 574 | 2026-03-05T16:55:47.340Z | Downloaded zone_cfg_derive v0.3.1 |
| 575 | 2026-03-05T16:55:47.340Z | Downloaded whoami v1.6.1 |
| 576 | 2026-03-05T16:55:47.343Z | Downloaded zone v0.3.1 |
| 577 | 2026-03-05T16:55:47.343Z | Downloaded bindgen v0.71.1 |
| 578 | 2026-03-05T16:55:47.346Z | Downloaded xshell v0.2.7 |
| 579 | 2026-03-05T16:55:47.348Z | Downloaded walkdir v2.5.0 |
| 580 | 2026-03-05T16:55:47.351Z | Downloaded wyz v0.5.1 |
| 581 | 2026-03-05T16:55:47.351Z | Downloaded whoami v2.1.0 |
| 582 | 2026-03-05T16:55:47.354Z | Downloaded vergen-lib v0.1.6 |
| 583 | 2026-03-05T16:55:47.354Z | Downloaded vergen-gitcl v1.0.8 |
| 584 | 2026-03-05T16:55:47.356Z | Downloaded xz2 v0.1.7 |
| 585 | 2026-03-05T16:55:47.359Z | Downloaded utf8parse v0.2.2 |
| 586 | 2026-03-05T16:55:47.359Z | Downloaded plotters v0.3.7 |
| 587 | 2026-03-05T16:55:47.364Z | Downloaded unicode-properties v0.1.4 |
| 588 | 2026-03-05T16:55:47.367Z | Downloaded writeable v0.6.2 |
| 589 | 2026-03-05T16:55:47.371Z | Downloaded yoke v0.8.1 |
| 590 | 2026-03-05T16:55:47.371Z | Downloaded russh v0.45.0 |
| 591 | 2026-03-05T16:55:47.374Z | Downloaded ucd-trie v0.1.7 |
| 592 | 2026-03-05T16:55:47.377Z | Downloaded uzers v0.12.2 |
| 593 | 2026-03-05T16:55:47.380Z | Downloaded textwrap v0.16.2 |
| 594 | 2026-03-05T16:55:47.383Z | Downloaded typify v0.4.3 |
| 595 | 2026-03-05T16:55:47.383Z | Downloaded unicode-bidi v0.3.18 |
| 596 | 2026-03-05T16:55:47.386Z | Downloaded git2 v0.20.4 |
| 597 | 2026-03-05T16:55:47.392Z | Downloaded zerovec-derive v0.11.2 |
| 598 | 2026-03-05T16:55:47.396Z | Downloaded vsss-rs v3.3.4 |
| 599 | 2026-03-05T16:55:47.399Z | Downloaded unicode-ident v1.0.24 |
| 600 | 2026-03-05T16:55:47.399Z | Downloaded ron v0.12.0 |
| 601 | 2026-03-05T16:55:47.405Z | Downloaded vergen-git2 v1.0.7 |
| 602 | 2026-03-05T16:55:47.408Z | Downloaded tracing-attributes v0.1.31 |
| 603 | 2026-03-05T16:55:47.411Z | Downloaded zmij v1.0.21 |
| 604 | 2026-03-05T16:55:47.411Z | Downloaded p384 v0.13.1 |
| 605 | 2026-03-05T16:55:47.415Z | Downloaded zstd v0.13.3 |
| 606 | 2026-03-05T16:55:47.417Z | Downloaded zerocopy v0.6.6 |
| 607 | 2026-03-05T16:55:47.421Z | Downloaded unsafe-libyaml v0.2.11 |
| 608 | 2026-03-05T16:55:47.424Z | Downloaded yasna v0.5.2 |
| 609 | 2026-03-05T16:55:47.424Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 610 | 2026-03-05T16:55:47.427Z | Downloaded tungstenite v0.21.0 |
| 611 | 2026-03-05T16:55:47.430Z | Downloaded zerocopy-derive v0.7.35 |
| 612 | 2026-03-05T16:55:47.434Z | Downloaded zstd-safe v7.2.4 |
| 613 | 2026-03-05T16:55:47.436Z | Downloaded tokio-postgres v0.7.16 |
| 614 | 2026-03-05T16:55:47.439Z | Downloaded vergen v9.0.6 |
| 615 | 2026-03-05T16:55:47.443Z | Downloaded tungstenite v0.23.0 |
| 616 | 2026-03-05T16:55:47.445Z | Downloaded rayon v1.11.0 |
| 617 | 2026-03-05T16:55:47.451Z | Downloaded zeroize v1.8.2 |
| 618 | 2026-03-05T16:55:47.454Z | Downloaded vte v0.14.1 |
| 619 | 2026-03-05T16:55:47.456Z | Downloaded ssh-key v0.6.7 |
| 620 | 2026-03-05T16:55:47.460Z | Downloaded rand v0.10.0 |
| 621 | 2026-03-05T16:55:47.463Z | Downloaded tracing-core v0.1.36 |
| 622 | 2026-03-05T16:55:47.466Z | Downloaded regex v1.12.3 |
| 623 | 2026-03-05T16:55:47.470Z | Downloaded toml_edit v0.19.15 |
| 624 | 2026-03-05T16:55:47.484Z | Downloaded uuid v1.21.0 |
| 625 | 2026-03-05T16:55:47.487Z | Downloaded reqwest v0.12.28 |
| 626 | 2026-03-05T16:55:47.492Z | Downloaded reqwest v0.13.2 |
| 627 | 2026-03-05T16:55:47.497Z | Downloaded zopfli v0.8.3 |
| 628 | 2026-03-05T16:55:47.499Z | Downloaded curve25519-dalek v4.1.3 |
| 629 | 2026-03-05T16:55:47.506Z | Downloaded portable-atomic v1.13.1 |
| 630 | 2026-03-05T16:55:47.513Z | Downloaded unicode_categories v0.1.1 |
| 631 | 2026-03-05T16:55:47.516Z | Downloaded quick-xml v0.37.5 |
| 632 | 2026-03-05T16:55:47.518Z | Downloaded toml_edit v0.22.27 |
| 633 | 2026-03-05T16:55:47.522Z | Downloaded rustls-webpki v0.101.7 |
| 634 | 2026-03-05T16:55:47.536Z | Downloaded zip v0.6.6 |
| 635 | 2026-03-05T16:55:47.540Z | Downloaded zerotrie v0.2.3 |
| 636 | 2026-03-05T16:55:47.544Z | Downloaded tower v0.5.3 |
| 637 | 2026-03-05T16:55:47.549Z | Downloaded yansi v1.0.1 |
| 638 | 2026-03-05T16:55:47.552Z | Downloaded typenum v1.19.0 |
| 639 | 2026-03-05T16:55:47.555Z | Downloaded typed-path v0.9.3 |
| 640 | 2026-03-05T16:55:47.560Z | Downloaded url v2.5.8 |
| 641 | 2026-03-05T16:55:47.563Z | Downloaded gimli v0.32.3 |
| 642 | 2026-03-05T16:55:47.570Z | Downloaded serde_with v3.17.0 |
| 643 | 2026-03-05T16:55:47.581Z | Downloaded zerocopy-derive v0.8.40 |
| 644 | 2026-03-05T16:55:47.589Z | Downloaded proptest v1.10.0 |
| 645 | 2026-03-05T16:55:47.597Z | Downloaded unicode-segmentation v1.12.0 |
| 646 | 2026-03-05T16:55:47.600Z | Downloaded unicode-normalization v0.1.25 |
| 647 | 2026-03-05T16:55:47.603Z | Downloaded rustls-webpki v0.102.8 |
| 648 | 2026-03-05T16:55:47.620Z | Downloaded x509-cert v0.2.5 |
| 649 | 2026-03-05T16:55:47.625Z | Downloaded quinn-proto v0.11.13 |
| 650 | 2026-03-05T16:55:47.631Z | Downloaded radix_trie v0.2.1 |
| 651 | 2026-03-05T16:55:47.636Z | Downloaded tower-http v0.6.8 |
| 652 | 2026-03-05T16:55:47.643Z | Downloaded openssl v0.10.75 |
| 653 | 2026-03-05T16:55:47.651Z | Downloaded bstr v1.12.1 |
| 654 | 2026-03-05T16:55:47.659Z | Downloaded tokio-util v0.7.18 |
| 655 | 2026-03-05T16:55:47.665Z | Downloaded nix v0.28.0 |
| 656 | 2026-03-05T16:55:47.675Z | Downloaded zip v4.6.1 |
| 657 | 2026-03-05T16:55:47.681Z | Downloaded polar-core v0.27.3 |
| 658 | 2026-03-05T16:55:47.686Z | Downloaded winnow v0.5.40 |
| 659 | 2026-03-05T16:55:47.693Z | Downloaded zerovec v0.11.5 |
| 660 | 2026-03-05T16:55:47.698Z | Downloaded nix v0.30.1 |
| 661 | 2026-03-05T16:55:47.709Z | Downloaded tabled v0.20.0 |
| 662 | 2026-03-05T16:55:47.724Z | Downloaded time v0.3.47 |
| 663 | 2026-03-05T16:55:47.735Z | Downloaded nix v0.29.0 |
| 664 | 2026-03-05T16:55:47.744Z | Downloaded tabled v0.15.0 |
| 665 | 2026-03-05T16:55:47.760Z | Downloaded hickory-proto v0.24.4 |
| 666 | 2026-03-05T16:55:47.771Z | Downloaded winnow v0.6.26 |
| 667 | 2026-03-05T16:55:47.779Z | Downloaded rustls v0.21.12 |
| 668 | 2026-03-05T16:55:47.788Z | Downloaded object v0.37.3 |
| 669 | 2026-03-05T16:55:47.798Z | Downloaded winnow v0.7.14 |
| 670 | 2026-03-05T16:55:47.806Z | Downloaded smoltcp v0.9.1 |
| 671 | 2026-03-05T16:55:47.815Z | Downloaded regress v0.10.5 |
| 672 | 2026-03-05T16:55:47.823Z | Downloaded hickory-proto v0.25.2 |
| 673 | 2026-03-05T16:55:47.836Z | Downloaded vcpkg v0.2.15 |
| 674 | 2026-03-05T16:55:47.871Z | Downloaded zlib-rs v0.6.2 |
| 675 | 2026-03-05T16:55:47.876Z | Downloaded openapiv3 v2.2.0 |
| 676 | 2026-03-05T16:55:47.885Z | Downloaded rustls v0.22.4 |
| 677 | 2026-03-05T16:55:47.896Z | Downloaded smoltcp v0.11.0 |
| 678 | 2026-03-05T16:55:47.907Z | Downloaded webpki-roots v1.0.6 |
| 679 | 2026-03-05T16:55:47.910Z | Downloaded unicode-width v0.2.0 |
| 680 | 2026-03-05T16:55:47.915Z | Downloaded unicode-width v0.1.14 |
| 681 | 2026-03-05T16:55:47.922Z | Downloaded regex-syntax v0.8.10 |
| 682 | 2026-03-05T16:55:47.927Z | Downloaded zerocopy v0.8.40 |
| 683 | 2026-03-05T16:55:47.936Z | Downloaded syn v2.0.117 |
| 684 | 2026-03-05T16:55:47.946Z | Downloaded rustix v0.38.44 |
| 685 | 2026-03-05T16:55:47.966Z | Downloaded rustls v0.23.37 |
| 686 | 2026-03-05T16:55:47.976Z | Downloaded rustix v1.1.3 |
| 687 | 2026-03-05T16:55:47.996Z | Downloaded typify-impl v0.6.1 |
| 688 | 2026-03-05T16:55:48.008Z | Downloaded typify-impl v0.4.3 |
| 689 | 2026-03-05T16:55:48.019Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 690 | 2026-03-05T16:55:48.029Z | Downloaded regex-syntax v0.6.29 |
| 691 | 2026-03-05T16:55:48.035Z | Downloaded nix v0.31.1 |
| 692 | 2026-03-05T16:55:48.045Z | Downloaded syn v1.0.109 |
| 693 | 2026-03-05T16:55:48.054Z | Downloaded ratatui v0.29.0 |
| 694 | 2026-03-05T16:55:48.070Z | Downloaded sqlparser v0.61.0 |
| 695 | 2026-03-05T16:55:48.078Z | Downloaded tracing v0.1.44 |
| 696 | 2026-03-05T16:55:48.096Z | Downloaded sled v0.34.7 |
| 697 | 2026-03-05T16:55:48.104Z | Downloaded zerocopy v0.7.35 |
| 698 | 2026-03-05T16:55:48.118Z | Downloaded diesel v2.2.12 |
| 699 | 2026-03-05T16:55:48.133Z | Downloaded jiff v0.2.21 |
| 700 | 2026-03-05T16:55:48.148Z | Downloaded chrono-tz v0.10.4 |
| 701 | 2026-03-05T16:55:48.163Z | Downloaded lzma-sys v0.1.20 |
| 702 | 2026-03-05T16:55:48.187Z | Downloaded petgraph v0.6.5 |
| 703 | 2026-03-05T16:55:48.202Z | Downloaded zerocopy-derive v0.6.6 |
| 704 | 2026-03-05T16:55:48.210Z | Downloaded regex-automata v0.4.14 |
| 705 | 2026-03-05T16:55:48.223Z | Downloaded libc v0.2.180 |
| 706 | 2026-03-05T16:55:48.252Z | Downloaded libz-sys v1.1.24 |
| 707 | 2026-03-05T16:55:48.268Z | Downloaded dropshot v0.16.7 |
| 708 | 2026-03-05T16:55:48.287Z | Downloaded object v0.30.4 |
| 709 | 2026-03-05T16:55:48.294Z | Downloaded petgraph v0.8.3 |
| 710 | 2026-03-05T16:55:48.313Z | Downloaded nix v0.27.1 |
| 711 | 2026-03-05T16:55:48.321Z | Downloaded tough v0.20.0 |
| 712 | 2026-03-05T16:55:48.328Z | Downloaded salty v0.3.0 |
| 713 | 2026-03-05T16:55:48.334Z | Downloaded serde_json v1.0.149 |
| 714 | 2026-03-05T16:55:48.340Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 715 | 2026-03-05T16:55:48.355Z | Downloaded sha3 v0.10.8 |
| 716 | 2026-03-05T16:55:48.359Z | Downloaded csv v1.4.0 |
| 717 | 2026-03-05T16:55:48.376Z | Downloaded petname v2.0.2 |
| 718 | 2026-03-05T16:55:48.380Z | Downloaded moka v0.12.13 |
| 719 | 2026-03-05T16:55:48.387Z | Downloaded lalrpop v0.19.12 |
| 720 | 2026-03-05T16:55:48.396Z | Downloaded goblin v0.10.5 |
| 721 | 2026-03-05T16:55:48.402Z | Downloaded reedline v0.40.0 |
| 722 | 2026-03-05T16:55:48.408Z | Downloaded typify v0.6.1 |
| 723 | 2026-03-05T16:55:48.411Z | Downloaded typify-macro v0.4.3 |
| 724 | 2026-03-05T16:55:48.414Z | Downloaded thiserror-impl v2.0.18 |
| 725 | 2026-03-05T16:55:48.414Z | Downloaded socket2 v0.5.10 |
| 726 | 2026-03-05T16:55:48.417Z | Downloaded thiserror-impl v1.0.69 |
| 727 | 2026-03-05T16:55:48.417Z | Downloaded synstructure v0.13.2 |
| 728 | 2026-03-05T16:55:48.420Z | Downloaded termcolor v1.4.1 |
| 729 | 2026-03-05T16:55:48.420Z | Downloaded tokio v1.49.0 |
| 730 | 2026-03-05T16:55:48.452Z | Downloaded pest v2.8.6 |
| 731 | 2026-03-05T16:55:48.456Z | Downloaded h2 v0.4.13 |
| 732 | 2026-03-05T16:55:48.462Z | Downloaded itertools v0.14.0 |
| 733 | 2026-03-05T16:55:48.467Z | Downloaded goblin v0.8.2 |
| 734 | 2026-03-05T16:55:48.473Z | Downloaded rsa v0.9.10 |
| 735 | 2026-03-05T16:55:48.479Z | Downloaded publicsuffix v2.3.0 |
| 736 | 2026-03-05T16:55:48.483Z | Downloaded libm v0.2.16 |
| 737 | 2026-03-05T16:55:48.486Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 738 | 2026-03-05T16:55:48.489Z | Downloaded schemars v0.9.0 |
| 739 | 2026-03-05T16:55:48.497Z | Downloaded hyper v1.8.1 |
| 740 | 2026-03-05T16:55:48.503Z | Downloaded quinn v0.11.9 |
| 741 | 2026-03-05T16:55:48.506Z | Downloaded tagptr v0.2.0 |
| 742 | 2026-03-05T16:55:48.508Z | Downloaded nom v7.1.3 |
| 743 | 2026-03-05T16:55:48.511Z | Downloaded icu_properties_data v2.1.2 |
| 744 | 2026-03-05T16:55:48.519Z | Downloaded supports-color v2.1.0 |
| 745 | 2026-03-05T16:55:48.522Z | Downloaded guppy v0.17.25 |
| 746 | 2026-03-05T16:55:48.525Z | Downloaded smf v0.2.3 |
| 747 | 2026-03-05T16:55:48.528Z | Downloaded itertools v0.12.1 |
| 748 | 2026-03-05T16:55:48.532Z | Downloaded encoding_rs v0.8.35 |
| 749 | 2026-03-05T16:55:48.550Z | Downloaded rcgen v0.12.1 |
| 750 | 2026-03-05T16:55:48.554Z | Downloaded slog-scope v4.4.1 |
| 751 | 2026-03-05T16:55:48.557Z | Downloaded slog-json v2.6.1 |
| 752 | 2026-03-05T16:55:48.557Z | Downloaded serde_with_macros v3.17.0 |
| 753 | 2026-03-05T16:55:48.557Z | Downloaded structmeta-derive v0.3.0 |
| 754 | 2026-03-05T16:55:48.560Z | Downloaded strsim v0.11.1 |
| 755 | 2026-03-05T16:55:48.560Z | Downloaded ryu v1.0.23 |
| 756 | 2026-03-05T16:55:48.563Z | Downloaded iri-string v0.7.10 |
| 757 | 2026-03-05T16:55:48.567Z | Downloaded idna v1.1.0 |
| 758 | 2026-03-05T16:55:48.570Z | Downloaded hashbrown v0.14.5 |
| 759 | 2026-03-05T16:55:48.574Z | Downloaded structmeta v0.3.0 |
| 760 | 2026-03-05T16:55:48.577Z | Downloaded slog-stdlog v4.1.1 |
| 761 | 2026-03-05T16:55:48.577Z | Downloaded slog-dtrace v0.3.0 |
| 762 | 2026-03-05T16:55:48.580Z | Downloaded ssh-cipher v0.2.0 |
| 763 | 2026-03-05T16:55:48.580Z | Downloaded sct v0.7.1 |
| 764 | 2026-03-05T16:55:48.583Z | Downloaded rstest v0.25.0 |
| 765 | 2026-03-05T16:55:48.586Z | Downloaded libxml v0.3.3 |
| 766 | 2026-03-05T16:55:48.590Z | Downloaded progenitor-impl v0.13.0 |
| 767 | 2026-03-05T16:55:48.593Z | Downloaded futures-util v0.3.32 |
| 768 | 2026-03-05T16:55:48.602Z | Downloaded memchr v2.8.0 |
| 769 | 2026-03-05T16:55:48.607Z | Downloaded p256 v0.13.2 |
| 770 | 2026-03-05T16:55:48.610Z | Downloaded bitvec v1.0.1 |
| 771 | 2026-03-05T16:55:48.621Z | Downloaded scroll v0.12.0 |
| 772 | 2026-03-05T16:55:48.624Z | Downloaded schemars_derive v0.8.22 |
| 773 | 2026-03-05T16:55:48.624Z | Downloaded iddqd v0.3.17 |
| 774 | 2026-03-05T16:55:48.630Z | Downloaded ring v0.17.14 |
| 775 | 2026-03-05T16:55:48.665Z | Downloaded hashbrown v0.15.5 |
| 776 | 2026-03-05T16:55:48.669Z | Downloaded serde-big-array v0.5.1 |
| 777 | 2026-03-05T16:55:48.674Z | Downloaded semver v0.1.20 |
| 778 | 2026-03-05T16:55:48.674Z | Downloaded secrecy v0.8.0 |
| 779 | 2026-03-05T16:55:48.677Z | Downloaded rustls-native-certs v0.8.3 |
| 780 | 2026-03-05T16:55:48.677Z | Downloaded httpmock v0.8.3 |
| 781 | 2026-03-05T16:55:48.693Z | Downloaded scheduled-thread-pool v0.2.7 |
| 782 | 2026-03-05T16:55:48.696Z | Downloaded sapling-renderdag v0.1.0 |
| 783 | 2026-03-05T16:55:48.696Z | Downloaded same-file v1.0.6 |
| 784 | 2026-03-05T16:55:48.699Z | Downloaded salsa20 v0.10.2 |
| 785 | 2026-03-05T16:55:48.699Z | Downloaded openssl-sys v0.9.111 |
| 786 | 2026-03-05T16:55:48.716Z | Downloaded crossterm v0.28.1 |
| 787 | 2026-03-05T16:55:48.716Z | Downloaded minimal-lexical v0.2.1 |
| 788 | 2026-03-05T16:55:48.719Z | Downloaded indexmap v2.13.0 |
| 789 | 2026-03-05T16:55:48.725Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 790 | 2026-03-05T16:55:48.806Z | Downloaded crossterm v0.29.0 |
| 791 | 2026-03-05T16:55:48.813Z | Downloaded papergrid v0.11.0 |
| 792 | 2026-03-05T16:55:48.820Z | Downloaded pest_generator v2.8.6 |
| 793 | 2026-03-05T16:55:48.824Z | Downloaded papergrid v0.17.0 |
| 794 | 2026-03-05T16:55:48.827Z | Downloaded pkcs5 v0.7.1 |
| 795 | 2026-03-05T16:55:48.831Z | Downloaded oso v0.27.3 |
| 796 | 2026-03-05T16:55:48.835Z | Downloaded hashbrown v0.13.2 |
| 797 | 2026-03-05T16:55:48.840Z | Downloaded hashbrown v0.12.3 |
| 798 | 2026-03-05T16:55:48.844Z | Downloaded progenitor-extras v0.1.0 |
| 799 | 2026-03-05T16:55:48.847Z | Downloaded progenitor v0.11.2 |
| 800 | 2026-03-05T16:55:48.850Z | Downloaded progenitor v0.10.0 |
| 801 | 2026-03-05T16:55:48.850Z | Downloaded pkcs1 v0.7.5 |
| 802 | 2026-03-05T16:55:48.853Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 803 | 2026-03-05T16:55:48.853Z | Downloaded recursive v0.1.1 |
| 804 | 2026-03-05T16:55:48.855Z | Downloaded progenitor v0.13.0 |
| 805 | 2026-03-05T16:55:48.855Z | Downloaded proc-macro-error2 v2.0.1 |
| 806 | 2026-03-05T16:55:48.858Z | Downloaded primeorder v0.13.6 |
| 807 | 2026-03-05T16:55:48.858Z | Downloaded num-traits v0.2.19 |
| 808 | 2026-03-05T16:55:48.861Z | Downloaded criterion v0.7.0 |
| 809 | 2026-03-05T16:55:48.866Z | Downloaded progenitor-macro v0.10.0 |
| 810 | 2026-03-05T16:55:48.869Z | Downloaded polyval v0.6.2 |
| 811 | 2026-03-05T16:55:48.869Z | Downloaded pkg-config v0.3.32 |
| 812 | 2026-03-05T16:55:48.872Z | Downloaded pkcs8 v0.10.2 |
| 813 | 2026-03-05T16:55:48.872Z | Downloaded proc-macro-crate v3.4.0 |
| 814 | 2026-03-05T16:55:48.874Z | Downloaded hickory-resolver v0.25.2 |
| 815 | 2026-03-05T16:55:48.877Z | Downloaded pin-project-internal v1.1.11 |
| 816 | 2026-03-05T16:55:48.880Z | Downloaded icu_collections v2.1.1 |
| 817 | 2026-03-05T16:55:48.883Z | Downloaded phf v0.12.1 |
| 818 | 2026-03-05T16:55:48.887Z | Downloaded predicates-tree v1.0.13 |
| 819 | 2026-03-05T16:55:48.887Z | Downloaded precomputed-hash v0.1.1 |
| 820 | 2026-03-05T16:55:48.887Z | Downloaded bumpalo v3.20.2 |
| 821 | 2026-03-05T16:55:48.890Z | Downloaded pem v3.0.6 |
| 822 | 2026-03-05T16:55:48.890Z | Downloaded peg-macros v0.8.5 |
| 823 | 2026-03-05T16:55:48.894Z | Downloaded partial-io v0.5.4 |
| 824 | 2026-03-05T16:55:48.894Z | Downloaded omicron-zone-package v0.12.2 |
| 825 | 2026-03-05T16:55:48.897Z | Downloaded litrs v1.0.0 |
| 826 | 2026-03-05T16:55:48.899Z | Downloaded indicatif v0.18.4 |
| 827 | 2026-03-05T16:55:48.902Z | Downloaded hickory-resolver v0.24.4 |
| 828 | 2026-03-05T16:55:48.905Z | Downloaded paste v1.0.15 |
| 829 | 2026-03-05T16:55:48.908Z | Downloaded password-hash v0.5.0 |
| 830 | 2026-03-05T16:55:48.911Z | Downloaded password-hash v0.4.2 |
| 831 | 2026-03-05T16:55:48.911Z | Downloaded icu_normalizer_data v2.1.1 |
| 832 | 2026-03-05T16:55:48.914Z | Downloaded plain v0.2.3 |
| 833 | 2026-03-05T16:55:48.914Z | Downloaded packed_struct v0.10.1 |
| 834 | 2026-03-05T16:55:48.916Z | Downloaded owo-colors v4.3.0 |
| 835 | 2026-03-05T16:55:48.916Z | Downloaded icu_normalizer v2.1.1 |
| 836 | 2026-03-05T16:55:48.919Z | Downloaded heapless v0.8.0 |
| 837 | 2026-03-05T16:55:48.922Z | Downloaded oxnet v0.1.4 |
| 838 | 2026-03-05T16:55:48.925Z | Downloaded oxide-tokio-rt v0.1.2 |
| 839 | 2026-03-05T16:55:48.925Z | Downloaded expectorate v1.2.0 |
| 840 | 2026-03-05T16:55:48.927Z | Downloaded libbz2-rs-sys v0.2.2 |
| 841 | 2026-03-05T16:55:48.930Z | Downloaded arc-swap v1.8.2 |
| 842 | 2026-03-05T16:55:48.933Z | Downloaded newtype-uuid v1.3.2 |
| 843 | 2026-03-05T16:55:48.933Z | Downloaded multer v3.1.0 |
| 844 | 2026-03-05T16:55:48.936Z | Downloaded icu_locale_core v2.1.1 |
| 845 | 2026-03-05T16:55:48.940Z | Downloaded flate2 v1.1.9 |
| 846 | 2026-03-05T16:55:48.944Z | Downloaded num_enum v0.7.5 |
| 847 | 2026-03-05T16:55:48.949Z | Downloaded mime_guess v2.0.5 |
| 848 | 2026-03-05T16:55:48.952Z | Downloaded memmap2 v0.9.10 |
| 849 | 2026-03-05T16:55:48.954Z | Downloaded pbkdf2 v0.11.0 |
| 850 | 2026-03-05T16:55:48.954Z | Downloaded pathdiff v0.2.3 |
| 851 | 2026-03-05T16:55:48.957Z | Downloaded path-slash v0.1.5 |
| 852 | 2026-03-05T16:55:48.957Z | Downloaded oorandom v11.1.5 |
| 853 | 2026-03-05T16:55:48.957Z | Downloaded litemap v0.8.1 |
| 854 | 2026-03-05T16:55:48.960Z | Downloaded indoc v2.0.7 |
| 855 | 2026-03-05T16:55:48.963Z | Downloaded ignore v0.4.25 |
| 856 | 2026-03-05T16:55:48.966Z | Downloaded derive_more-impl v2.1.1 |
| 857 | 2026-03-05T16:55:48.969Z | Downloaded compact_str v0.8.1 |
| 858 | 2026-03-05T16:55:48.971Z | Downloaded darling_core v0.21.3 |
| 859 | 2026-03-05T16:55:48.976Z | Downloaded parse-display v0.10.0 |
| 860 | 2026-03-05T16:55:48.978Z | Downloaded headers v0.4.1 |
| 861 | 2026-03-05T16:55:48.982Z | Downloaded icu_provider v2.1.1 |
| 862 | 2026-03-05T16:55:48.985Z | Downloaded num_enum_derive v0.5.11 |
| 863 | 2026-03-05T16:55:48.985Z | Downloaded num-integer v0.1.46 |
| 864 | 2026-03-05T16:55:48.988Z | Downloaded libloading v0.8.9 |
| 865 | 2026-03-05T16:55:48.988Z | Downloaded fancy-regex v0.14.0 |
| 866 | 2026-03-05T16:55:48.991Z | Downloaded clap_builder v4.5.60 |
| 867 | 2026-03-05T16:55:48.997Z | Downloaded openssl-macros v0.1.1 |
| 868 | 2026-03-05T16:55:48.999Z | Downloaded httparse v1.10.1 |
| 869 | 2026-03-05T16:55:49.002Z | Downloaded cc v1.2.56 |
| 870 | 2026-03-05T16:55:49.002Z | Downloaded dropshot-api-manager v0.5.2 |
| 871 | 2026-03-05T16:55:49.005Z | Downloaded crypto-bigint v0.5.5 |
| 872 | 2026-03-05T16:55:49.010Z | Downloaded opaque-debug v0.3.1 |
| 873 | 2026-03-05T16:55:49.013Z | Downloaded derive_more v2.1.1 |
| 874 | 2026-03-05T16:55:49.021Z | Downloaded crossbeam-channel v0.5.15 |
| 875 | 2026-03-05T16:55:49.025Z | Downloaded num-derive v0.4.2 |
| 876 | 2026-03-05T16:55:49.027Z | Downloaded num-derive v0.3.3 |
| 877 | 2026-03-05T16:55:49.027Z | Downloaded num-conv v0.2.0 |
| 878 | 2026-03-05T16:55:49.030Z | Downloaded nonempty v0.12.0 |
| 879 | 2026-03-05T16:55:49.030Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 880 | 2026-03-05T16:55:49.033Z | Downloaded fatfs v0.3.6 |
| 881 | 2026-03-05T16:55:49.036Z | Downloaded httptest v0.16.4 |
| 882 | 2026-03-05T16:55:49.036Z | Downloaded nodrop v0.1.14 |
| 883 | 2026-03-05T16:55:49.036Z | Downloaded newtype_derive v0.1.6 |
| 884 | 2026-03-05T16:55:49.039Z | Downloaded iana-time-zone v0.1.65 |
| 885 | 2026-03-05T16:55:49.041Z | Downloaded backtrace v0.3.76 |
| 886 | 2026-03-05T16:55:49.044Z | Downloaded libsw-core v0.3.2 |
| 887 | 2026-03-05T16:55:49.047Z | Downloaded libefi-sys v0.1.0 |
| 888 | 2026-03-05T16:55:49.047Z | Downloaded jobserver v0.1.34 |
| 889 | 2026-03-05T16:55:49.050Z | Downloaded bytes v1.11.1 |
| 890 | 2026-03-05T16:55:49.053Z | Downloaded base64 v0.21.7 |
| 891 | 2026-03-05T16:55:49.055Z | Downloaded ar_archive_writer v0.5.1 |
| 892 | 2026-03-05T16:55:49.058Z | Downloaded multimap v0.10.1 |
| 893 | 2026-03-05T16:55:49.058Z | Downloaded new_debug_unreachable v1.0.6 |
| 894 | 2026-03-05T16:55:49.061Z | Downloaded nested v0.1.1 |
| 895 | 2026-03-05T16:55:49.061Z | Downloaded getrandom v0.2.17 |
| 896 | 2026-03-05T16:55:49.064Z | Downloaded futures v0.3.32 |
| 897 | 2026-03-05T16:55:49.066Z | Downloaded chumsky v0.9.3 |
| 898 | 2026-03-05T16:55:49.069Z | Downloaded getrandom v0.3.4 |
| 899 | 2026-03-05T16:55:49.072Z | Downloaded ipnetwork v0.21.1 |
| 900 | 2026-03-05T16:55:49.075Z | Downloaded base64 v0.22.1 |
| 901 | 2026-03-05T16:55:49.077Z | Downloaded md-5 v0.10.6 |
| 902 | 2026-03-05T16:55:49.077Z | Downloaded maybe-uninit v2.0.0 |
| 903 | 2026-03-05T16:55:49.080Z | Downloaded maplit v1.0.2 |
| 904 | 2026-03-05T16:55:49.080Z | Downloaded diesel_derives v2.2.7 |
| 905 | 2026-03-05T16:55:49.083Z | Downloaded match_cfg v0.1.0 |
| 906 | 2026-03-05T16:55:49.083Z | Downloaded managed v0.8.0 |
| 907 | 2026-03-05T16:55:49.086Z | Downloaded lru-slab v0.1.2 |
| 908 | 2026-03-05T16:55:49.086Z | Downloaded lru-cache v0.1.2 |
| 909 | 2026-03-05T16:55:49.086Z | Downloaded lzss v0.8.2 |
| 910 | 2026-03-05T16:55:49.088Z | Downloaded ingot-types v0.1.2 |
| 911 | 2026-03-05T16:55:49.089Z | Downloaded ingot v0.1.1 |
| 912 | 2026-03-05T16:55:49.091Z | Downloaded aes v0.8.4 |
| 913 | 2026-03-05T16:55:49.094Z | Downloaded hyper-staticfile v0.10.1 |
| 914 | 2026-03-05T16:55:49.094Z | Downloaded humantime v2.3.0 |
| 915 | 2026-03-05T16:55:49.098Z | Downloaded kstat-rs v0.2.4 |
| 916 | 2026-03-05T16:55:49.098Z | Downloaded http-body-util v0.1.3 |
| 917 | 2026-03-05T16:55:49.098Z | Downloaded hostname v0.3.1 |
| 918 | 2026-03-05T16:55:49.101Z | Downloaded darling_core v0.20.11 |
| 919 | 2026-03-05T16:55:49.104Z | Downloaded is_ci v1.2.0 |
| 920 | 2026-03-05T16:55:49.106Z | Downloaded internet-checksum v0.2.1 |
| 921 | 2026-03-05T16:55:49.106Z | Downloaded derive_more v0.99.20 |
| 922 | 2026-03-05T16:55:49.109Z | Downloaded derive-where v1.6.0 |
| 923 | 2026-03-05T16:55:49.112Z | Downloaded dropshot_endpoint v0.16.7 |
| 924 | 2026-03-05T16:55:49.115Z | Downloaded datatest-stable v0.3.3 |
| 925 | 2026-03-05T16:55:49.119Z | Downloaded crc-any v2.5.0 |
| 926 | 2026-03-05T16:55:49.122Z | Downloaded inout v0.1.4 |
| 927 | 2026-03-05T16:55:49.125Z | Downloaded indoc v1.0.9 |
| 928 | 2026-03-05T16:55:49.125Z | Downloaded futures-channel v0.3.32 |
| 929 | 2026-03-05T16:55:49.127Z | Downloaded crc32fast v1.5.0 |
| 930 | 2026-03-05T16:55:49.130Z | Downloaded ident_case v1.0.1 |
| 931 | 2026-03-05T16:55:49.130Z | Downloaded hex-literal v0.4.1 |
| 932 | 2026-03-05T16:55:49.130Z | Downloaded fs-err v3.3.0 |
| 933 | 2026-03-05T16:55:49.133Z | Downloaded fixedbitset v0.5.7 |
| 934 | 2026-03-05T16:55:49.133Z | Downloaded hubpack v0.1.2 |
| 935 | 2026-03-05T16:55:49.136Z | Downloaded globset v0.4.18 |
| 936 | 2026-03-05T16:55:49.136Z | Downloaded erased-serde v0.4.9 |
| 937 | 2026-03-05T16:55:49.138Z | Downloaded hostname v0.4.2 |
| 938 | 2026-03-05T16:55:49.141Z | Downloaded const_format v0.2.35 |
| 939 | 2026-03-05T16:55:49.145Z | Downloaded http-range v0.1.5 |
| 940 | 2026-03-05T16:55:49.145Z | Downloaded http-body v1.0.1 |
| 941 | 2026-03-05T16:55:49.148Z | Downloaded group v0.13.0 |
| 942 | 2026-03-05T16:55:49.148Z | Downloaded git-stub-vcs v0.1.0 |
| 943 | 2026-03-05T16:55:49.148Z | Downloaded aho-corasick v1.1.4 |
| 944 | 2026-03-05T16:55:49.151Z | Downloaded aes-gcm v0.10.3 |
| 945 | 2026-03-05T16:55:49.154Z | Downloaded derive-ex v0.1.8 |
| 946 | 2026-03-05T16:55:49.156Z | Downloaded futures-executor v0.3.32 |
| 947 | 2026-03-05T16:55:49.156Z | Downloaded darling v0.21.3 |
| 948 | 2026-03-05T16:55:49.160Z | Downloaded crossbeam-epoch v0.9.18 |
| 949 | 2026-03-05T16:55:49.164Z | Downloaded ecdsa v0.16.9 |
| 950 | 2026-03-05T16:55:49.166Z | Downloaded async-bb8-diesel v0.2.1 |
| 951 | 2026-03-05T16:55:49.166Z | Downloaded colored v2.2.0 |
| 952 | 2026-03-05T16:55:49.170Z | Downloaded cfg-expr v0.20.6 |
| 953 | 2026-03-05T16:55:49.173Z | Downloaded cargo_metadata v0.23.1 |
| 954 | 2026-03-05T16:55:49.178Z | Downloaded byteorder v1.5.0 |
| 955 | 2026-03-05T16:55:49.178Z | Downloaded defmt v1.0.1 |
| 956 | 2026-03-05T16:55:49.180Z | Downloaded console v0.15.11 |
| 957 | 2026-03-05T16:55:49.183Z | Downloaded cargo-util-schemas v0.8.2 |
| 958 | 2026-03-05T16:55:49.186Z | Downloaded bitflags v2.11.0 |
| 959 | 2026-03-05T16:55:49.189Z | Downloaded anyhow v1.0.102 |
| 960 | 2026-03-05T16:55:49.191Z | Downloaded ff v0.13.1 |
| 961 | 2026-03-05T16:55:49.194Z | Downloaded chacha20 v0.10.0 |
| 962 | 2026-03-05T16:55:49.198Z | Downloaded cancel-safe-futures v0.1.5 |
| 963 | 2026-03-05T16:55:49.198Z | Downloaded blake2 v0.10.6 |
| 964 | 2026-03-05T16:55:49.201Z | Downloaded heck v0.5.0 |
| 965 | 2026-03-05T16:55:49.201Z | Downloaded headers-core v0.3.0 |
| 966 | 2026-03-05T16:55:49.203Z | Downloaded fs-err v2.11.0 |
| 967 | 2026-03-05T16:55:49.203Z | Downloaded foldhash v0.1.5 |
| 968 | 2026-03-05T16:55:49.206Z | Downloaded find-msvc-tools v0.1.9 |
| 969 | 2026-03-05T16:55:49.206Z | Downloaded fallible-iterator v0.2.0 |
| 970 | 2026-03-05T16:55:49.206Z | Downloaded erased-serde v0.3.31 |
| 971 | 2026-03-05T16:55:49.209Z | Downloaded env_logger v0.11.9 |
| 972 | 2026-03-05T16:55:49.212Z | Downloaded daft v0.1.5 |
| 973 | 2026-03-05T16:55:49.212Z | Downloaded gethostname v0.5.0 |
| 974 | 2026-03-05T16:55:49.212Z | Downloaded futures-task v0.3.32 |
| 975 | 2026-03-05T16:55:49.215Z | Downloaded crossbeam-utils v0.8.21 |
| 976 | 2026-03-05T16:55:49.217Z | Downloaded colored v3.1.1 |
| 977 | 2026-03-05T16:55:49.221Z | Downloaded bitflags v1.3.2 |
| 978 | 2026-03-05T16:55:49.225Z | Downloaded async-lock v3.4.2 |
| 979 | 2026-03-05T16:55:49.225Z | Downloaded deranged v0.5.8 |
| 980 | 2026-03-05T16:55:49.228Z | Downloaded base64ct v1.8.3 |
| 981 | 2026-03-05T16:55:49.228Z | Downloaded backon v1.6.0 |
| 982 | 2026-03-05T16:55:49.231Z | Downloaded argon2 v0.5.3 |
| 983 | 2026-03-05T16:55:49.231Z | Downloaded convert_case v0.10.0 |
| 984 | 2026-03-05T16:55:49.234Z | Downloaded bzip2 v0.4.4 |
| 985 | 2026-03-05T16:55:49.236Z | Downloaded blake2b_simd v1.0.4 |
| 986 | 2026-03-05T16:55:49.236Z | Downloaded bit-vec v0.8.0 |
| 987 | 2026-03-05T16:55:49.239Z | Downloaded cargo_toml v0.22.3 |
| 988 | 2026-03-05T16:55:49.239Z | Downloaded funty v2.0.0 |
| 989 | 2026-03-05T16:55:49.239Z | Downloaded foreign-types-macros v0.2.3 |
| 990 | 2026-03-05T16:55:49.242Z | Downloaded foreign-types v0.5.0 |
| 991 | 2026-03-05T16:55:49.242Z | Downloaded daft-derive v0.1.5 |
| 992 | 2026-03-05T16:55:49.244Z | Downloaded corncobs v0.1.4 |
| 993 | 2026-03-05T16:55:49.247Z | Downloaded dsl_auto_type v0.1.3 |
| 994 | 2026-03-05T16:55:49.247Z | Downloaded derive_builder_core v0.20.2 |
| 995 | 2026-03-05T16:55:49.250Z | Downloaded const_format_proc_macros v0.2.34 |
| 996 | 2026-03-05T16:55:49.250Z | Downloaded cbc v0.1.2 |
| 997 | 2026-03-05T16:55:49.253Z | Downloaded camino-tempfile-ext v0.3.3 |
| 998 | 2026-03-05T16:55:49.253Z | Downloaded bcs v0.1.6 |
| 999 | 2026-03-05T16:55:49.256Z | Downloaded fxhash v0.2.1 |
| 1000 | 2026-03-05T16:55:49.256Z | Downloaded futures-sink v0.3.32 |
| 1001 | 2026-03-05T16:55:49.256Z | Downloaded futures-macro v0.3.32 |
| 1002 | 2026-03-05T16:55:49.256Z | Downloaded futures-core v0.3.32 |
| 1003 | 2026-03-05T16:55:49.259Z | Downloaded cassowary v0.3.0 |
| 1004 | 2026-03-05T16:55:49.259Z | Downloaded fnv v1.0.7 |
| 1005 | 2026-03-05T16:55:49.259Z | Downloaded float-ord v0.3.2 |
| 1006 | 2026-03-05T16:55:49.261Z | Downloaded float-cmp v0.10.0 |
| 1007 | 2026-03-05T16:55:49.261Z | Downloaded fixedbitset v0.4.2 |
| 1008 | 2026-03-05T16:55:49.261Z | Downloaded chacha20 v0.9.1 |
| 1009 | 2026-03-05T16:55:49.265Z | Downloaded cexpr v0.6.0 |
| 1010 | 2026-03-05T16:55:49.265Z | Downloaded autocfg v1.5.0 |
| 1011 | 2026-03-05T16:55:49.267Z | Downloaded foreign-types v0.3.2 |
| 1012 | 2026-03-05T16:55:49.267Z | Downloaded fd-lock v4.0.4 |
| 1013 | 2026-03-05T16:55:49.270Z | Downloaded fastrand v2.3.0 |
| 1014 | 2026-03-05T16:55:49.270Z | Downloaded errno v0.3.14 |
| 1015 | 2026-03-05T16:55:49.273Z | Downloaded displaydoc v0.2.5 |
| 1016 | 2026-03-05T16:55:49.276Z | Downloaded digest v0.10.7 |
| 1017 | 2026-03-05T16:55:49.276Z | Downloaded der_derive v0.7.3 |
| 1018 | 2026-03-05T16:55:49.278Z | Downloaded data-encoding v2.10.0 |
| 1019 | 2026-03-05T16:55:49.278Z | Downloaded csv-core v0.1.13 |
| 1020 | 2026-03-05T16:55:49.278Z | Downloaded equivalent v1.0.2 |
| 1021 | 2026-03-05T16:55:49.281Z | Downloaded env_filter v1.0.0 |
| 1022 | 2026-03-05T16:55:49.281Z | Downloaded enum-as-inner v0.6.1 |
| 1023 | 2026-03-05T16:55:49.284Z | Downloaded endian-type v0.1.2 |
| 1024 | 2026-03-05T16:55:49.284Z | Downloaded embedded-io v0.4.0 |
| 1025 | 2026-03-05T16:55:49.284Z | Downloaded criterion-plot v0.6.0 |
| 1026 | 2026-03-05T16:55:49.287Z | Downloaded cargo_metadata v0.21.0 |
| 1027 | 2026-03-05T16:55:49.287Z | Downloaded async-trait v0.1.89 |
| 1028 | 2026-03-05T16:55:49.290Z | Downloaded buf-list v1.1.2 |
| 1029 | 2026-03-05T16:55:49.293Z | Downloaded anstream v0.6.21 |
| 1030 | 2026-03-05T16:55:49.295Z | Downloaded ciborium-ll v0.2.2 |
| 1031 | 2026-03-05T16:55:49.295Z | Downloaded camino-tempfile v1.4.1 |
| 1032 | 2026-03-05T16:55:49.298Z | Downloaded anes v0.1.6 |
| 1033 | 2026-03-05T16:55:49.301Z | Downloaded display-error-chain v0.2.2 |
| 1034 | 2026-03-05T16:55:49.301Z | Downloaded derive_builder_macro v0.20.2 |
| 1035 | 2026-03-05T16:55:49.301Z | Downloaded dtrace-parser v0.2.0 |
| 1036 | 2026-03-05T16:55:49.301Z | Downloaded dof v0.3.0 |
| 1037 | 2026-03-05T16:55:49.304Z | Downloaded crc8 v0.1.1 |
| 1038 | 2026-03-05T16:55:49.304Z | Downloaded dtrace-parser v0.3.0 |
| 1039 | 2026-03-05T16:55:49.304Z | Downloaded crc v3.4.0 |
| 1040 | 2026-03-05T16:55:49.306Z | Downloaded dirs-next v2.0.0 |
| 1041 | 2026-03-05T16:55:49.306Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1042 | 2026-03-05T16:55:49.306Z | Downloaded crc-catalog v2.4.0 |
| 1043 | 2026-03-05T16:55:49.309Z | Downloaded castaway v0.2.4 |
| 1044 | 2026-03-05T16:55:49.309Z | Downloaded base16ct v0.2.0 |
| 1045 | 2026-03-05T16:55:49.309Z | Downloaded cast v0.3.0 |
| 1046 | 2026-03-05T16:55:49.312Z | Downloaded async-stream-impl v0.3.6 |
| 1047 | 2026-03-05T16:55:49.312Z | Downloaded crunchy v0.2.4 |
| 1048 | 2026-03-05T16:55:49.312Z | Downloaded cpufeatures v0.3.0 |
| 1049 | 2026-03-05T16:55:49.316Z | Downloaded constant_time_eq v0.3.1 |
| 1050 | 2026-03-05T16:55:49.317Z | Downloaded backtrace-ext v0.2.1 |
| 1051 | 2026-03-05T16:55:49.320Z | Downloaded defmt-parser v1.0.0 |
| 1052 | 2026-03-05T16:55:49.320Z | Downloaded debug-ignore v1.0.5 |
| 1053 | 2026-03-05T16:55:49.320Z | Downloaded atomicwrites v0.4.4 |
| 1054 | 2026-03-05T16:55:49.320Z | Downloaded array-init v0.0.4 |
| 1055 | 2026-03-05T16:55:49.320Z | Downloaded cookie v0.18.1 |
| 1056 | 2026-03-05T16:55:49.323Z | Downloaded console v0.16.2 |
| 1057 | 2026-03-05T16:55:49.323Z | Downloaded cfg_aliases v0.1.1 |
| 1058 | 2026-03-05T16:55:49.326Z | Downloaded darling v0.23.0 |
| 1059 | 2026-03-05T16:55:49.329Z | Downloaded cfg_aliases v0.2.1 |
| 1060 | 2026-03-05T16:55:49.329Z | Downloaded async-recursion v1.1.1 |
| 1061 | 2026-03-05T16:55:49.332Z | Downloaded darling_core v0.23.0 |
| 1062 | 2026-03-05T16:55:49.336Z | Downloaded darling v0.20.11 |
| 1063 | 2026-03-05T16:55:49.341Z | Downloaded clap v4.5.60 |
| 1064 | 2026-03-05T16:55:49.348Z | Downloaded chacha20poly1305 v0.10.1 |
| 1065 | 2026-03-05T16:55:49.351Z | Downloaded cargo-platform v0.3.2 |
| 1066 | 2026-03-05T16:55:49.351Z | Downloaded bit-set v0.5.3 |
| 1067 | 2026-03-05T16:55:49.354Z | Downloaded base16ct v1.0.0 |
| 1068 | 2026-03-05T16:55:49.354Z | Downloaded atomic-waker v1.1.2 |
| 1069 | 2026-03-05T16:55:49.357Z | Downloaded anstyle-query v1.1.5 |
| 1070 | 2026-03-05T16:55:49.357Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1071 | 2026-03-05T16:55:49.357Z | Downloaded arrayref v0.3.9 |
| 1072 | 2026-03-05T16:55:49.360Z | Downloaded cmake v0.1.57 |
| 1073 | 2026-03-05T16:55:49.360Z | Downloaded block-buffer v0.10.4 |
| 1074 | 2026-03-05T16:55:49.360Z | Downloaded async-object-pool v0.2.0 |
| 1075 | 2026-03-05T16:55:49.360Z | Downloaded clang-sys v1.8.1 |
| 1076 | 2026-03-05T16:55:49.362Z | Downloaded ciborium v0.2.2 |
| 1077 | 2026-03-05T16:55:49.365Z | Downloaded cfg-if v1.0.4 |
| 1078 | 2026-03-05T16:55:49.365Z | Downloaded cargo-platform v0.1.9 |
| 1079 | 2026-03-05T16:55:49.369Z | Downloaded bit-set v0.8.0 |
| 1080 | 2026-03-05T16:55:49.369Z | Downloaded atty v0.2.14 |
| 1081 | 2026-03-05T16:55:49.371Z | Downloaded ctr v0.9.2 |
| 1082 | 2026-03-05T16:55:49.371Z | Downloaded critical-section v1.2.0 |
| 1083 | 2026-03-05T16:55:49.371Z | Downloaded clap_derive v4.5.55 |
| 1084 | 2026-03-05T16:55:49.374Z | Downloaded concurrent-queue v2.5.0 |
| 1085 | 2026-03-05T16:55:49.377Z | Downloaded bzip2 v0.6.1 |
| 1086 | 2026-03-05T16:55:49.377Z | Downloaded bit-vec v0.6.3 |
| 1087 | 2026-03-05T16:55:49.380Z | Downloaded backoff v0.4.0 |
| 1088 | 2026-03-05T16:55:49.380Z | Downloaded clap_lex v1.0.0 |
| 1089 | 2026-03-05T16:55:49.382Z | Downloaded bb8 v0.8.6 |
| 1090 | 2026-03-05T16:55:49.382Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1091 | 2026-03-05T16:55:49.382Z | Downloaded async-stream v0.3.6 |
| 1092 | 2026-03-05T16:55:49.385Z | Downloaded bytecount v0.6.9 |
| 1093 | 2026-03-05T16:55:49.388Z | Downloaded block-padding v0.3.3 |
| 1094 | 2026-03-05T16:55:49.388Z | Downloaded bitfield v0.19.4 |
| 1095 | 2026-03-05T16:55:49.388Z | Downloaded ciborium-io v0.2.2 |
| 1096 | 2026-03-05T16:55:49.388Z | Downloaded bitfield-macros v0.19.4 |
| 1097 | 2026-03-05T16:55:49.393Z | Downloaded allocator-api2 v0.2.21 |
| 1098 | 2026-03-05T16:55:49.393Z | Downloaded anstyle v1.0.13 |
| 1099 | 2026-03-05T16:55:49.395Z | Downloaded ahash v0.8.12 |
| 1100 | 2026-03-05T16:55:49.395Z | Downloaded approx v0.5.1 |
| 1101 | 2026-03-05T16:55:49.398Z | Downloaded anstyle-parse v0.2.7 |
| 1102 | 2026-03-05T16:55:49.398Z | Downloaded addr2line v0.25.1 |
| 1103 | 2026-03-05T16:55:49.603Z | Downloaded aws-lc-sys v0.37.1 |
| 1104 | 2026-03-05T16:55:50.143Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1105 | 2026-03-05T16:56:01.290Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1106 | 2026-03-05T16:56:11.863Z | Startup: Caching catalogs ... Done |
| 1107 | 2026-03-05T16:56:35.493Z | Planning: Solver setup ... Done (21.971s) |
| 1108 | 2026-03-05T16:56:35.658Z | Planning: Running solver ... Done (0.165s) |
| 1109 | 2026-03-05T16:56:35.832Z | Planning: Finding local manifests ... Done (0.003s) |
| 1110 | 2026-03-05T16:56:35.846Z | Planning: Fetching manifests: 0/4 0% complete |
| 1111 | 2026-03-05T16:56:35.987Z | Planning: Fetching manifests: 4/4 100% complete |
| 1112 | 2026-03-05T16:56:36.038Z | Planning: Package planning ... Done (0.050s) |
| 1113 | 2026-03-05T16:56:36.088Z | Planning: Merging actions ... Done (0.051s) |
| 1114 | 2026-03-05T16:56:36.666Z | Planning: Checking for conflicting actions ... Done (0.577s) |
| 1115 | 2026-03-05T16:56:36.678Z | Planning: Consolidating action changes ... Done (0.011s) |
| 1116 | 2026-03-05T16:56:37.732Z | Planning: Evaluating mediators ... Done (1.054s) |
| 1117 | 2026-03-05T16:56:37.741Z | Planning: Planning completed in 25.72 seconds |
| 1118 | 2026-03-05T16:56:37.760Z | Packages to install: 4 |
| 1119 | 2026-03-05T16:56:37.760Z | Mediators to change: 2 |
| 1120 | 2026-03-05T16:56:37.763Z | Services to change: 1 |
| 1121 | 2026-03-05T16:56:37.763Z | Estimated space available: 155.07 GB |
| 1122 | 2026-03-05T16:56:37.763Z | Estimated space to be consumed: 1.82 GB |
| 1123 | 2026-03-05T16:56:37.763Z | Create boot environment: No |
| 1124 | 2026-03-05T16:56:37.763Z | Create backup boot environment: No |
| 1125 | 2026-03-05T16:56:37.763Z | Rebuild boot archive: No |
| 1126 | 2026-03-05T16:56:37.763Z | |
| 1127 | 2026-03-05T16:56:37.763Z | Changed mediators: |
| 1128 | 2026-03-05T16:56:37.763Z | mediator clang: |
| 1129 | 2026-03-05T16:56:37.763Z | version: None -> 15 (system default) |
| 1130 | 2026-03-05T16:56:37.763Z | |
| 1131 | 2026-03-05T16:56:37.763Z | mediator llvm: |
| 1132 | 2026-03-05T16:56:37.763Z | version: 14 (system default) -> 15 (system default) |
| 1133 | 2026-03-05T16:56:37.763Z | |
| 1134 | 2026-03-05T16:56:37.763Z | Changed packages: |
| 1135 | 2026-03-05T16:56:37.763Z | helios-dev |
| 1136 | 2026-03-05T16:56:37.763Z | developer/build-essential |
| 1137 | 2026-03-05T16:56:37.763Z | None -> 11-2.0 |
| 1138 | 2026-03-05T16:56:37.763Z | library/libxmlsec1 |
| 1139 | 2026-03-05T16:56:37.763Z | None -> 1.2.35-2.0 |
| 1140 | 2026-03-05T16:56:37.763Z | ooce/developer/clang-15 |
| 1141 | 2026-03-05T16:56:37.763Z | None -> 15.0.7-2.0 |
| 1142 | 2026-03-05T16:56:37.763Z | ooce/developer/llvm-15 |
| 1143 | 2026-03-05T16:56:37.763Z | None -> 15.0.7-2.0 |
| 1144 | 2026-03-05T16:56:37.763Z | |
| 1145 | 2026-03-05T16:56:37.764Z | Services: |
| 1146 | 2026-03-05T16:56:37.764Z | restart_fmri: |
| 1147 | 2026-03-05T16:56:37.764Z | svc:/system/update-man-index:default |
| 1148 | 2026-03-05T16:56:37.816Z | |
| 1149 | 2026-03-05T16:56:37.816Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1150 | 2026-03-05T16:56:42.817Z | Download: 2031/3290 items 117.2/212.6MB 55% complete (23.6M/s) |
| 1151 | 2026-03-05T16:56:48.773Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (20.6M/s) |
| 1152 | 2026-03-05T16:56:50.242Z | Download: Completed 212.60 MB in 12.42 seconds (17.1M/s) |
| 1153 | 2026-03-05T16:56:50.443Z | Actions: 1/3689 actions (Installing new actions) |
| 1154 | 2026-03-05T16:56:55.013Z | Actions: Completed 3689 actions in 4.57 seconds. |
| 1155 | 2026-03-05T16:56:55.443Z | Done (0.425s) |
| 1156 | 2026-03-05T16:56:55.443Z | Done (0.000s) |
| 1157 | 2026-03-05T16:56:56.606Z | Done (1.163s) |
| 1158 | 2026-03-05T16:57:01.082Z | Done (4.117s) |
| 1159 | 2026-03-05T16:57:01.163Z | Done (0.017s) |
| 1160 | 2026-03-05T16:57:01.166Z | Done (0.000s) |
| 1161 | 2026-03-05T16:57:01.335Z | Done (0.000s) |
| 1162 | 2026-03-05T16:57:02.308Z | Planning: Evaluating mediator changes ... Done |
| 1163 | 2026-03-05T16:57:02.468Z | Planning: Checking for conflicting actions ... Done |
| 1164 | 2026-03-05T16:57:02.470Z | Planning: Consolidating action changes ... Done |
| 1165 | 2026-03-05T16:57:02.744Z | Planning: Evaluating mediators ... Done |
| 1166 | 2026-03-05T16:57:02.747Z | Planning: Planning completed in 0.44 seconds |
| 1167 | 2026-03-05T16:57:02.777Z | Mediators to change: 2 |
| 1168 | 2026-03-05T16:57:02.777Z | Create boot environment: No |
| 1169 | 2026-03-05T16:57:02.781Z | Create backup boot environment: No |
| 1170 | 2026-03-05T16:57:02.853Z | Done |
| 1171 | 2026-03-05T16:57:02.853Z | Done |
| 1172 | 2026-03-05T16:57:03.636Z | Done |
| 1173 | 2026-03-05T16:57:07.260Z | Done |
| 1174 | 2026-03-05T16:57:07.343Z | Done |
| 1175 | 2026-03-05T16:57:07.346Z | Done |
| 1176 | 2026-03-05T16:57:07.513Z | Done |
| 1177 | 2026-03-05T16:57:08.127Z | Planning: Evaluating mediator changes ... Done |
| 1178 | 2026-03-05T16:57:08.130Z | Planning: Merging actions ... Done |
| 1179 | 2026-03-05T16:57:08.314Z | Planning: Checking for conflicting actions ... Done |
| 1180 | 2026-03-05T16:57:08.317Z | Planning: Consolidating action changes ... Done |
| 1181 | 2026-03-05T16:57:08.582Z | Planning: Evaluating mediators ... Done |
| 1182 | 2026-03-05T16:57:08.635Z | Planning: Planning completed in 0.75 seconds |
| 1183 | 2026-03-05T16:57:08.670Z | Packages to change: 1 |
| 1184 | 2026-03-05T16:57:08.670Z | Mediators to change: 1 |
| 1185 | 2026-03-05T16:57:08.672Z | Services to change: 1 |
| 1186 | 2026-03-05T16:57:08.672Z | Create boot environment: No |
| 1187 | 2026-03-05T16:57:08.672Z | Create backup boot environment: Yes |
| 1188 | 2026-03-05T16:57:10.274Z | Actions: 1/6 actions (Updating modified actions) |
| 1189 | 2026-03-05T16:57:10.277Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1190 | 2026-03-05T16:57:10.277Z | Done |
| 1191 | 2026-03-05T16:57:10.277Z | Done |
| 1192 | 2026-03-05T16:57:10.502Z | Done |
| 1193 | 2026-03-05T16:57:14.088Z | Done |
| 1194 | 2026-03-05T16:57:14.180Z | Done |
| 1195 | 2026-03-05T16:57:14.183Z | Done |
| 1196 | 2026-03-05T16:57:14.367Z | Done |
| 1197 | 2026-03-05T16:57:14.810Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1198 | 2026-03-05T16:57:14.810Z | clang system 15 system |
| 1199 | 2026-03-05T16:57:14.810Z | csh system system illumos |
| 1200 | 2026-03-05T16:57:14.810Z | ctags system system illumos |
| 1201 | 2026-03-05T16:57:14.810Z | file system system illumos |
| 1202 | 2026-03-05T16:57:14.810Z | gcc vendor 12 vendor |
| 1203 | 2026-03-05T16:57:14.810Z | gcc system 10 system |
| 1204 | 2026-03-05T16:57:14.810Z | gcc system 7 system |
| 1205 | 2026-03-05T16:57:14.810Z | go system 1.20 system |
| 1206 | 2026-03-05T16:57:14.811Z | go system 1.19 system |
| 1207 | 2026-03-05T16:57:14.811Z | llvm system 15 system |
| 1208 | 2026-03-05T16:57:14.811Z | llvm system 14 system |
| 1209 | 2026-03-05T16:57:14.811Z | mariadb system 10.6 system |
| 1210 | 2026-03-05T16:57:14.811Z | mta vendor vendor dma |
| 1211 | 2026-03-05T16:57:14.811Z | openjdk system 17 system |
| 1212 | 2026-03-05T16:57:14.811Z | openjdk system 11 system |
| 1213 | 2026-03-05T16:57:14.811Z | openjdk system 1.8 system |
| 1214 | 2026-03-05T16:57:14.811Z | openssl vendor 3 vendor |
| 1215 | 2026-03-05T16:57:14.811Z | perl system 5.36 system |
| 1216 | 2026-03-05T16:57:14.811Z | postgresql system 15 system |
| 1217 | 2026-03-05T16:57:14.811Z | postgresql system 13 system |
| 1218 | 2026-03-05T16:57:14.811Z | python vendor 3 vendor |
| 1219 | 2026-03-05T16:57:14.811Z | python system 2 system |
| 1220 | 2026-03-05T16:57:14.811Z | python3 system 3.11 system |
| 1221 | 2026-03-05T16:57:14.811Z | ruby system 3.0 system |
| 1222 | 2026-03-05T16:57:14.811Z | words vendor vendor american-english |
| 1223 | 2026-03-05T16:57:14.811Z | words system system australian-english |
| 1224 | 2026-03-05T16:57:14.811Z | words system system british-english |
| 1225 | 2026-03-05T16:57:14.812Z | words system system canadian-english |
| 1226 | 2026-03-05T16:57:14.812Z | words system system french |
| 1227 | 2026-03-05T16:57:14.812Z | words system system italian |
| 1228 | 2026-03-05T16:57:14.812Z | words system system ngerman |
| 1229 | 2026-03-05T16:57:14.812Z | words system system ogerman |
| 1230 | 2026-03-05T16:57:14.812Z | words system system spanish |
| 1231 | 2026-03-05T16:57:15.148Z | PUBLISHER TYPE STATUS P LOCATION |
| 1232 | 2026-03-05T16:57:15.148Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1233 | 2026-03-05T16:57:21.741Z | FMRI IFO |
| 1234 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1235 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1236 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1237 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1238 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1239 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1240 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1241 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1242 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1243 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1244 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1245 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1246 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1247 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1248 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1249 | 2026-03-05T16:57:21.741Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1250 | 2026-03-05T16:57:23.417Z | Downloading crates ... |
| 1251 | 2026-03-05T16:57:23.502Z | Downloaded cargo_toml v0.21.0 |
| 1252 | 2026-03-05T16:57:23.566Z | Compiling proc-macro2 v1.0.106 |
| 1253 | 2026-03-05T16:57:23.569Z | Compiling quote v1.0.44 |
| 1254 | 2026-03-05T16:57:23.569Z | Compiling unicode-ident v1.0.24 |
| 1255 | 2026-03-05T16:57:23.569Z | Compiling serde_core v1.0.228 |
| 1256 | 2026-03-05T16:57:23.569Z | Compiling libc v0.2.180 |
| 1257 | 2026-03-05T16:57:23.569Z | Compiling version_check v0.9.5 |
| 1258 | 2026-03-05T16:57:23.569Z | Compiling serde v1.0.228 |
| 1259 | 2026-03-05T16:57:23.672Z | Compiling memchr v2.8.0 |
| 1260 | 2026-03-05T16:57:23.947Z | Compiling stable_deref_trait v1.2.1 |
| 1261 | 2026-03-05T16:57:24.058Z | Compiling zmij v1.0.21 |
| 1262 | 2026-03-05T16:57:24.406Z | Compiling thiserror v1.0.69 |
| 1263 | 2026-03-05T16:57:24.411Z | Compiling autocfg v1.5.0 |
| 1264 | 2026-03-05T16:57:24.967Z | Compiling itoa v1.0.17 |
| 1265 | 2026-03-05T16:57:24.993Z | Compiling ucd-trie v0.1.7 |
| 1266 | 2026-03-05T16:57:25.239Z | Compiling pest v2.8.6 |
| 1267 | 2026-03-05T16:57:25.296Z | Compiling writeable v0.6.2 |
| 1268 | 2026-03-05T16:57:25.324Z | Compiling litemap v0.8.1 |
| 1269 | 2026-03-05T16:57:25.479Z | Compiling icu_normalizer_data v2.1.1 |
| 1270 | 2026-03-05T16:57:25.540Z | Compiling byteorder v1.5.0 |
| 1271 | 2026-03-05T16:57:25.635Z | Compiling icu_properties_data v2.1.2 |
| 1272 | 2026-03-05T16:57:25.652Z | Compiling rustix v1.1.3 |
| 1273 | 2026-03-05T16:57:26.037Z | Compiling errno v0.3.14 |
| 1274 | 2026-03-05T16:57:26.263Z | Compiling syn v2.0.117 |
| 1275 | 2026-03-05T16:57:26.329Z | Compiling bitflags v2.11.0 |
| 1276 | 2026-03-05T16:57:26.346Z | Compiling serde_json v1.0.149 |
| 1277 | 2026-03-05T16:57:26.725Z | Compiling num-traits v0.2.19 |
| 1278 | 2026-03-05T16:57:26.740Z | Compiling typeid v1.0.3 |
| 1279 | 2026-03-05T16:57:26.974Z | Compiling smallvec v1.15.1 |
| 1280 | 2026-03-05T16:57:27.216Z | Compiling hashbrown v0.16.1 |
| 1281 | 2026-03-05T16:57:27.317Z | Compiling equivalent v1.0.2 |
| 1282 | 2026-03-05T16:57:27.493Z | Compiling thread-id v4.2.2 |
| 1283 | 2026-03-05T16:57:27.615Z | Compiling proc-macro-error-attr v1.0.4 |
| 1284 | 2026-03-05T16:57:27.684Z | Compiling usdt-impl v0.5.0 |
| 1285 | 2026-03-05T16:57:27.943Z | Compiling pest_meta v2.8.6 |
| 1286 | 2026-03-05T16:57:28.075Z | Compiling winnow v0.7.14 |
| 1287 | 2026-03-05T16:57:28.164Z | Compiling erased-serde v0.4.9 |
| 1288 | 2026-03-05T16:57:28.367Z | Compiling indexmap v2.13.0 |
| 1289 | 2026-03-05T16:57:28.666Z | Compiling syn v1.0.109 |
| 1290 | 2026-03-05T16:57:28.988Z | Compiling toml_write v0.1.2 |
| 1291 | 2026-03-05T16:57:29.829Z | Compiling proc-macro-error v1.0.4 |
| 1292 | 2026-03-05T16:57:29.975Z | Compiling percent-encoding v2.3.2 |
| 1293 | 2026-03-05T16:57:30.169Z | Compiling plain v0.2.3 |
| 1294 | 2026-03-05T16:57:30.317Z | Compiling getrandom v0.4.1 |
| 1295 | 2026-03-05T16:57:30.348Z | Compiling utf8parse v0.2.2 |
| 1296 | 2026-03-05T16:57:30.523Z | Compiling utf8_iter v1.0.4 |
| 1297 | 2026-03-05T16:57:30.776Z | Compiling camino v1.2.2 |
| 1298 | 2026-03-05T16:57:31.032Z | Compiling thiserror v2.0.18 |
| 1299 | 2026-03-05T16:57:31.301Z | Compiling log v0.4.29 |
| 1300 | 2026-03-05T16:57:31.451Z | Compiling ordered-float v2.10.1 |
| 1301 | 2026-03-05T16:57:31.667Z | Compiling anstyle-parse v0.2.7 |
| 1302 | 2026-03-05T16:57:31.733Z | Compiling form_urlencoded v1.2.2 |
| 1303 | 2026-03-05T16:57:32.011Z | Compiling terminal_size v0.4.3 |
| 1304 | 2026-03-05T16:57:32.210Z | Compiling colorchoice v1.0.4 |
| 1305 | 2026-03-05T16:57:32.240Z | Compiling cfg-if v1.0.4 |
| 1306 | 2026-03-05T16:57:32.295Z | Compiling anstyle v1.0.13 |
| 1307 | 2026-03-05T16:57:32.343Z | Compiling pretty-hex v0.4.1 |
| 1308 | 2026-03-05T16:57:32.378Z | Compiling is_terminal_polyfill v1.70.2 |
| 1309 | 2026-03-05T16:57:32.426Z | Compiling anstyle-query v1.1.5 |
| 1310 | 2026-03-05T16:57:32.660Z | Compiling anstream v0.6.21 |
| 1311 | 2026-03-05T16:57:32.721Z | Compiling semver v1.0.27 |
| 1312 | 2026-03-05T16:57:32.826Z | Compiling fs-err v3.3.0 |
| 1313 | 2026-03-05T16:57:33.020Z | Compiling synstructure v0.13.2 |
| 1314 | 2026-03-05T16:57:33.179Z | Compiling pest_generator v2.8.6 |
| 1315 | 2026-03-05T16:57:33.257Z | Compiling serde-untagged v0.1.9 |
| 1316 | 2026-03-05T16:57:33.391Z | Compiling heck v0.5.0 |
| 1317 | 2026-03-05T16:57:33.408Z | Compiling fnv v1.0.7 |
| 1318 | 2026-03-05T16:57:33.562Z | Compiling anyhow v1.0.102 |
| 1319 | 2026-03-05T16:57:33.716Z | Compiling unicode-xid v0.2.6 |
| 1320 | 2026-03-05T16:57:33.878Z | Compiling unicode-width v0.1.14 |
| 1321 | 2026-03-05T16:57:33.909Z | Compiling strsim v0.11.1 |
| 1322 | 2026-03-05T16:57:34.159Z | Compiling fastrand v2.3.0 |
| 1323 | 2026-03-05T16:57:34.421Z | Compiling clap_lex v1.0.0 |
| 1324 | 2026-03-05T16:57:34.470Z | Compiling heck v0.4.1 |
| 1325 | 2026-03-05T16:57:34.692Z | Compiling bytecount v0.6.9 |
| 1326 | 2026-03-05T16:57:34.850Z | Compiling once_cell v1.21.3 |
| 1327 | 2026-03-05T16:57:34.877Z | Compiling papergrid v0.11.0 |
| 1328 | 2026-03-05T16:57:34.891Z | Compiling clap_builder v4.5.60 |
| 1329 | 2026-03-05T16:57:35.228Z | Compiling tempfile v3.25.0 |
| 1330 | 2026-03-05T16:57:35.323Z | Compiling memmap v0.7.0 |
| 1331 | 2026-03-05T16:57:35.384Z | Compiling unicode-width v0.2.0 |
| 1332 | 2026-03-05T16:57:35.661Z | Compiling smawk v0.3.2 |
| 1333 | 2026-03-05T16:57:35.878Z | Compiling unicode-linebreak v0.1.5 |
| 1334 | 2026-03-05T16:57:35.913Z | Compiling camino-tempfile v1.4.1 |
| 1335 | 2026-03-05T16:57:36.355Z | Compiling textwrap v0.16.2 |
| 1336 | 2026-03-05T16:57:36.550Z | Compiling swrite v0.1.0 |
| 1337 | 2026-03-05T16:57:36.695Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1338 | 2026-03-05T16:57:37.146Z | Compiling tabled_derive v0.7.0 |
| 1339 | 2026-03-05T16:57:37.467Z | Compiling serde_derive v1.0.228 |
| 1340 | 2026-03-05T16:57:37.486Z | Compiling zerofrom-derive v0.1.6 |
| 1341 | 2026-03-05T16:57:37.492Z | Compiling yoke-derive v0.8.1 |
| 1342 | 2026-03-05T16:57:37.510Z | Compiling zerovec-derive v0.11.2 |
| 1343 | 2026-03-05T16:57:37.651Z | Compiling displaydoc v0.2.5 |
| 1344 | 2026-03-05T16:57:39.184Z | Compiling thiserror-impl v1.0.69 |
| 1345 | 2026-03-05T16:57:39.216Z | Compiling zerocopy-derive v0.7.35 |
| 1346 | 2026-03-05T16:57:40.094Z | Compiling pest_derive v2.8.6 |
| 1347 | 2026-03-05T16:57:40.181Z | Compiling scroll_derive v0.12.1 |
| 1348 | 2026-03-05T16:57:40.847Z | Compiling zerofrom v0.1.6 |
| 1349 | 2026-03-05T16:57:40.881Z | Compiling thiserror-impl v2.0.18 |
| 1350 | 2026-03-05T16:57:41.093Z | Compiling yoke v0.8.1 |
| 1351 | 2026-03-05T16:57:41.123Z | Compiling zerocopy v0.7.35 |
| 1352 | 2026-03-05T16:57:41.451Z | Compiling zerovec v0.11.5 |
| 1353 | 2026-03-05T16:57:41.594Z | Compiling zerotrie v0.2.3 |
| 1354 | 2026-03-05T16:57:42.177Z | Compiling dtrace-parser v0.2.0 |
| 1355 | 2026-03-05T16:57:42.218Z | Compiling scroll v0.12.0 |
| 1356 | 2026-03-05T16:57:42.344Z | Compiling clap_derive v4.5.55 |
| 1357 | 2026-03-05T16:57:42.501Z | Compiling tinystr v0.8.2 |
| 1358 | 2026-03-05T16:57:42.559Z | Compiling potential_utf v0.1.4 |
| 1359 | 2026-03-05T16:57:42.759Z | Compiling icu_collections v2.1.1 |
| 1360 | 2026-03-05T16:57:42.840Z | Compiling icu_locale_core v2.1.1 |
| 1361 | 2026-03-05T16:57:42.880Z | Compiling goblin v0.8.2 |
| 1362 | 2026-03-05T16:57:43.110Z | Compiling tabled v0.15.0 |
| 1363 | 2026-03-05T16:57:44.326Z | Compiling icu_provider v2.1.1 |
| 1364 | 2026-03-05T16:57:44.822Z | Compiling icu_normalizer v2.1.1 |
| 1365 | 2026-03-05T16:57:44.922Z | Compiling icu_properties v2.1.2 |
| 1366 | 2026-03-05T16:57:45.553Z | Compiling toml_datetime v0.6.11 |
| 1367 | 2026-03-05T16:57:45.717Z | Compiling serde_spanned v0.6.9 |
| 1368 | 2026-03-05T16:57:45.745Z | Compiling dof v0.3.0 |
| 1369 | 2026-03-05T16:57:45.837Z | Compiling serde_tokenstream v0.2.3 |
| 1370 | 2026-03-05T16:57:45.973Z | Compiling toml_edit v0.22.27 |
| 1371 | 2026-03-05T16:57:46.052Z | Compiling serde-value v0.7.0 |
| 1372 | 2026-03-05T16:57:46.055Z | Compiling cargo-platform v0.2.0 |
| 1373 | 2026-03-05T16:57:46.575Z | Compiling clap v4.5.60 |
| 1374 | 2026-03-05T16:57:46.593Z | Compiling macaddr v1.0.1 |
| 1375 | 2026-03-05T16:57:47.007Z | Compiling idna_adapter v1.2.1 |
| 1376 | 2026-03-05T16:57:47.230Z | Compiling idna v1.1.0 |
| 1377 | 2026-03-05T16:57:47.559Z | Compiling usdt-attr-macro v0.5.0 |
| 1378 | 2026-03-05T16:57:47.562Z | Compiling usdt-macro v0.5.0 |
| 1379 | 2026-03-05T16:57:47.715Z | Compiling url v2.5.8 |
| 1380 | 2026-03-05T16:57:49.143Z | Compiling toml v0.8.23 |
| 1381 | 2026-03-05T16:57:49.619Z | Compiling usdt v0.5.0 |
| 1382 | 2026-03-05T16:57:49.969Z | Compiling cargo-util-schemas v0.8.2 |
| 1383 | 2026-03-05T16:57:49.969Z | Compiling cargo_toml v0.21.0 |
| 1384 | 2026-03-05T16:57:51.420Z | Compiling cargo_metadata v0.21.0 |
| 1385 | 2026-03-05T16:57:53.148Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1386 | 2026-03-05T16:57:56.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s |
| 1387 | 2026-03-05T16:57:56.586Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1388 | 2026-03-05T16:57:57.710Z | Compiling libc v0.2.180 |
| 1389 | 2026-03-05T16:57:57.713Z | Compiling serde v1.0.228 |
| 1390 | 2026-03-05T16:57:57.715Z | Compiling log v0.4.29 |
| 1391 | 2026-03-05T16:57:57.715Z | Compiling shlex v1.3.0 |
| 1392 | 2026-03-05T16:57:57.715Z | Compiling find-msvc-tools v0.1.9 |
| 1393 | 2026-03-05T16:57:57.854Z | Compiling smallvec v1.15.1 |
| 1394 | 2026-03-05T16:57:57.865Z | Compiling syn v2.0.117 |
| 1395 | 2026-03-05T16:57:57.877Z | Compiling typenum v1.19.0 |
| 1396 | 2026-03-05T16:57:58.185Z | Compiling generic-array v0.14.7 |
| 1397 | 2026-03-05T16:57:58.252Z | Compiling subtle v2.6.1 |
| 1398 | 2026-03-05T16:57:58.326Z | Compiling scopeguard v1.2.0 |
| 1399 | 2026-03-05T16:57:58.385Z | Compiling portable-atomic v1.13.1 |
| 1400 | 2026-03-05T16:57:58.473Z | Compiling lock_api v0.4.14 |
| 1401 | 2026-03-05T16:57:58.491Z | Compiling const-oid v0.9.6 |
| 1402 | 2026-03-05T16:57:58.597Z | Compiling critical-section v1.2.0 |
| 1403 | 2026-03-05T16:57:58.615Z | Compiling zerocopy v0.8.40 |
| 1404 | 2026-03-05T16:57:58.756Z | Compiling serde_json v1.0.149 |
| 1405 | 2026-03-05T16:57:58.924Z | Compiling parking_lot_core v0.9.12 |
| 1406 | 2026-03-05T16:57:59.133Z | Compiling pin-project-lite v0.2.17 |
| 1407 | 2026-03-05T16:57:59.454Z | Compiling pkg-config v0.3.32 |
| 1408 | 2026-03-05T16:57:59.457Z | Compiling libm v0.2.16 |
| 1409 | 2026-03-05T16:57:59.877Z | Compiling getrandom v0.2.17 |
| 1410 | 2026-03-05T16:57:59.940Z | Compiling jobserver v0.1.34 |
| 1411 | 2026-03-05T16:58:00.077Z | Compiling errno v0.3.14 |
| 1412 | 2026-03-05T16:58:00.274Z | Compiling rand_core v0.6.4 |
| 1413 | 2026-03-05T16:58:00.325Z | Compiling cc v1.2.56 |
| 1414 | 2026-03-05T16:58:00.469Z | Compiling signal-hook-registry v1.4.8 |
| 1415 | 2026-03-05T16:58:00.686Z | Compiling once_cell v1.21.3 |
| 1416 | 2026-03-05T16:58:00.726Z | Compiling mio v1.1.1 |
| 1417 | 2026-03-05T16:58:00.839Z | Compiling num-traits v0.2.19 |
| 1418 | 2026-03-05T16:58:00.983Z | Compiling bitflags v2.11.0 |
| 1419 | 2026-03-05T16:58:01.091Z | Compiling futures-core v0.3.32 |
| 1420 | 2026-03-05T16:58:01.175Z | Compiling parking_lot v0.12.5 |
| 1421 | 2026-03-05T16:58:01.416Z | Compiling socket2 v0.6.2 |
| 1422 | 2026-03-05T16:58:01.520Z | Compiling percent-encoding v2.3.2 |
| 1423 | 2026-03-05T16:58:01.782Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-03-05T16:58:01.862Z | Compiling cpufeatures v0.2.17 |
| 1425 | 2026-03-05T16:58:01.952Z | Compiling foldhash v0.2.0 |
| 1426 | 2026-03-05T16:58:01.979Z | Compiling futures-sink v0.3.32 |
| 1427 | 2026-03-05T16:58:02.153Z | Compiling futures-channel v0.3.32 |
| 1428 | 2026-03-05T16:58:02.174Z | Compiling getrandom v0.4.1 |
| 1429 | 2026-03-05T16:58:02.322Z | Compiling futures-task v0.3.32 |
| 1430 | 2026-03-05T16:58:02.353Z | Compiling slab v0.4.12 |
| 1431 | 2026-03-05T16:58:02.469Z | Compiling hashbrown v0.16.1 |
| 1432 | 2026-03-05T16:58:02.595Z | Compiling futures-io v0.3.32 |
| 1433 | 2026-03-05T16:58:02.641Z | Compiling getrandom v0.3.4 |
| 1434 | 2026-03-05T16:58:02.682Z | Compiling rustversion v1.0.22 |
| 1435 | 2026-03-05T16:58:02.867Z | Compiling rand_core v0.10.0 |
| 1436 | 2026-03-05T16:58:02.916Z | Compiling cmake v0.1.57 |
| 1437 | 2026-03-05T16:58:03.664Z | Compiling indexmap v2.13.0 |
| 1438 | 2026-03-05T16:58:03.775Z | Compiling form_urlencoded v1.2.2 |
| 1439 | 2026-03-05T16:58:03.885Z | Compiling base64ct v1.8.3 |
| 1440 | 2026-03-05T16:58:04.073Z | Compiling dunce v1.0.5 |
| 1441 | 2026-03-05T16:58:04.076Z | Compiling ident_case v1.0.1 |
| 1442 | 2026-03-05T16:58:04.225Z | Compiling fs_extra v1.3.0 |
| 1443 | 2026-03-05T16:58:04.311Z | Compiling flagset v0.4.7 |
| 1444 | 2026-03-05T16:58:04.494Z | Compiling pem-rfc7468 v0.7.0 |
| 1445 | 2026-03-05T16:58:04.517Z | Compiling rand_core v0.9.5 |
| 1446 | 2026-03-05T16:58:04.549Z | Compiling iana-time-zone v0.1.65 |
| 1447 | 2026-03-05T16:58:04.773Z | Compiling aws-lc-sys v0.37.1 |
| 1448 | 2026-03-05T16:58:04.927Z | Compiling synstructure v0.13.2 |
| 1449 | 2026-03-05T16:58:04.948Z | Compiling rustix v1.1.3 |
| 1450 | 2026-03-05T16:58:05.059Z | Compiling ring v0.17.14 |
| 1451 | 2026-03-05T16:58:05.089Z | Compiling uuid v1.21.0 |
| 1452 | 2026-03-05T16:58:05.110Z | Compiling rustc_version v0.4.1 |
| 1453 | 2026-03-05T16:58:05.150Z | Compiling regex-syntax v0.8.10 |
| 1454 | 2026-03-05T16:58:05.716Z | Compiling vcpkg v0.2.15 |
| 1455 | 2026-03-05T16:58:05.987Z | Compiling aws-lc-rs v1.16.0 |
| 1456 | 2026-03-05T16:58:06.531Z | Compiling tracing-core v0.1.36 |
| 1457 | 2026-03-05T16:58:06.565Z | Compiling crossbeam-utils v0.8.21 |
| 1458 | 2026-03-05T16:58:07.148Z | Compiling pest_generator v2.8.6 |
| 1459 | 2026-03-05T16:58:07.302Z | Compiling openssl-sys v0.9.111 |
| 1460 | 2026-03-05T16:58:07.673Z | Compiling serde_derive_internals v0.29.1 |
| 1461 | 2026-03-05T16:58:08.473Z | Compiling untrusted v0.7.1 |
| 1462 | 2026-03-05T16:58:08.683Z | Compiling untrusted v0.9.0 |
| 1463 | 2026-03-05T16:58:08.804Z | Compiling base64 v0.22.1 |
| 1464 | 2026-03-05T16:58:08.883Z | Compiling httparse v1.10.1 |
| 1465 | 2026-03-05T16:58:09.035Z | Compiling openssl-probe v0.2.1 |
| 1466 | 2026-03-05T16:58:09.381Z | Compiling syn v1.0.109 |
| 1467 | 2026-03-05T16:58:09.444Z | Compiling schemars v0.8.22 |
| 1468 | 2026-03-05T16:58:09.540Z | Compiling serde_derive v1.0.228 |
| 1469 | 2026-03-05T16:58:09.569Z | Compiling zeroize_derive v1.4.3 |
| 1470 | 2026-03-05T16:58:09.719Z | Compiling zerofrom-derive v0.1.6 |
| 1471 | 2026-03-05T16:58:09.801Z | Compiling yoke-derive v0.8.1 |
| 1472 | 2026-03-05T16:58:09.971Z | Compiling zerocopy-derive v0.8.40 |
| 1473 | 2026-03-05T16:58:10.641Z | Compiling zerovec-derive v0.11.2 |
| 1474 | 2026-03-05T16:58:10.940Z | Compiling zeroize v1.8.2 |
| 1475 | 2026-03-05T16:58:11.603Z | Compiling displaydoc v0.2.5 |
| 1476 | 2026-03-05T16:58:12.431Z | Compiling tokio-macros v2.6.0 |
| 1477 | 2026-03-05T16:58:12.738Z | Compiling crypto-common v0.1.7 |
| 1478 | 2026-03-05T16:58:12.969Z | Compiling block-buffer v0.10.4 |
| 1479 | 2026-03-05T16:58:13.029Z | Compiling zerofrom v0.1.6 |
| 1480 | 2026-03-05T16:58:13.124Z | Compiling futures-macro v0.3.32 |
| 1481 | 2026-03-05T16:58:13.144Z | Compiling block-padding v0.3.3 |
| 1482 | 2026-03-05T16:58:13.240Z | Compiling yoke v0.8.1 |
| 1483 | 2026-03-05T16:58:13.258Z | Compiling digest v0.10.7 |
| 1484 | 2026-03-05T16:58:13.405Z | Compiling inout v0.1.4 |
| 1485 | 2026-03-05T16:58:13.605Z | Compiling zerovec v0.11.5 |
| 1486 | 2026-03-05T16:58:13.696Z | Compiling zerotrie v0.2.3 |
| 1487 | 2026-03-05T16:58:13.741Z | Compiling hmac v0.12.1 |
| 1488 | 2026-03-05T16:58:14.015Z | Compiling sha2 v0.10.9 |
| 1489 | 2026-03-05T16:58:14.044Z | Compiling cipher v0.4.4 |
| 1490 | 2026-03-05T16:58:14.363Z | Compiling der_derive v0.7.3 |
| 1491 | 2026-03-05T16:58:14.601Z | Compiling salsa20 v0.10.2 |
| 1492 | 2026-03-05T16:58:14.760Z | Compiling tinystr v0.8.2 |
| 1493 | 2026-03-05T16:58:14.853Z | Compiling potential_utf v0.1.4 |
| 1494 | 2026-03-05T16:58:14.982Z | Compiling futures-util v0.3.32 |
| 1495 | 2026-03-05T16:58:15.145Z | Compiling icu_locale_core v2.1.1 |
| 1496 | 2026-03-05T16:58:15.149Z | Compiling icu_collections v2.1.1 |
| 1497 | 2026-03-05T16:58:16.176Z | Compiling pbkdf2 v0.12.2 |
| 1498 | 2026-03-05T16:58:16.355Z | Compiling thiserror-impl v2.0.18 |
| 1499 | 2026-03-05T16:58:16.510Z | Compiling der v0.7.10 |
| 1500 | 2026-03-05T16:58:17.231Z | Compiling icu_provider v2.1.1 |
| 1501 | 2026-03-05T16:58:17.443Z | Compiling bytes v1.11.1 |
| 1502 | 2026-03-05T16:58:17.523Z | Compiling chrono v0.4.44 |
| 1503 | 2026-03-05T16:58:17.813Z | Compiling icu_normalizer v2.1.1 |
| 1504 | 2026-03-05T16:58:18.822Z | Compiling tokio v1.49.0 |
| 1505 | 2026-03-05T16:58:18.979Z | Compiling icu_properties v2.1.2 |
| 1506 | 2026-03-05T16:58:19.184Z | Compiling http v1.4.0 |
| 1507 | 2026-03-05T16:58:19.263Z | Compiling spki v0.7.3 |
| 1508 | 2026-03-05T16:58:19.634Z | Compiling thiserror v2.0.18 |
| 1509 | 2026-03-05T16:58:19.798Z | Compiling scrypt v0.11.0 |
| 1510 | 2026-03-05T16:58:20.219Z | Compiling cbc v0.1.2 |
| 1511 | 2026-03-05T16:58:20.264Z | Compiling aes v0.8.4 |
| 1512 | 2026-03-05T16:58:20.452Z | Compiling rustls-pki-types v1.14.0 |
| 1513 | 2026-03-05T16:58:20.733Z | Compiling tracing-attributes v0.1.31 |
| 1514 | 2026-03-05T16:58:21.205Z | Compiling ppv-lite86 v0.2.21 |
| 1515 | 2026-03-05T16:58:21.358Z | Compiling idna_adapter v1.2.1 |
| 1516 | 2026-03-05T16:58:21.402Z | Compiling pkcs5 v0.7.1 |
| 1517 | 2026-03-05T16:58:21.586Z | Compiling idna v1.1.0 |
| 1518 | 2026-03-05T16:58:21.619Z | Compiling http-body v1.0.1 |
| 1519 | 2026-03-05T16:58:21.878Z | Compiling rand_chacha v0.9.0 |
| 1520 | 2026-03-05T16:58:22.402Z | Compiling url v2.5.8 |
| 1521 | 2026-03-05T16:58:22.826Z | Compiling rand v0.9.2 |
| 1522 | 2026-03-05T16:58:23.041Z | Compiling pkcs8 v0.10.2 |
| 1523 | 2026-03-05T16:58:23.563Z | Compiling schemars_derive v0.8.22 |
| 1524 | 2026-03-05T16:58:23.692Z | Compiling tracing v0.1.44 |
| 1525 | 2026-03-05T16:58:23.712Z | Compiling scroll_derive v0.13.1 |
| 1526 | 2026-03-05T16:58:24.199Z | Compiling pest_derive v2.8.6 |
| 1527 | 2026-03-05T16:58:24.479Z | Compiling darling_core v0.20.11 |
| 1528 | 2026-03-05T16:58:25.003Z | Compiling dyn-clone v1.0.20 |
| 1529 | 2026-03-05T16:58:25.226Z | Compiling tower-service v0.3.3 |
| 1530 | 2026-03-05T16:58:25.294Z | Compiling rustls v0.23.37 |
| 1531 | 2026-03-05T16:58:25.362Z | Compiling tinyvec_macros v0.1.1 |
| 1532 | 2026-03-05T16:58:25.472Z | Compiling atomic-waker v1.1.2 |
| 1533 | 2026-03-05T16:58:25.507Z | Compiling try-lock v0.2.5 |
| 1534 | 2026-03-05T16:58:25.606Z | Compiling tower-layer v0.3.3 |
| 1535 | 2026-03-05T16:58:25.658Z | Compiling want v0.3.1 |
| 1536 | 2026-03-05T16:58:25.679Z | Compiling scroll v0.13.0 |
| 1537 | 2026-03-05T16:58:25.890Z | Compiling tinyvec v1.10.0 |
| 1538 | 2026-03-05T16:58:26.179Z | Compiling ipnet v2.11.0 |
| 1539 | 2026-03-05T16:58:26.479Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1540 | 2026-03-05T16:58:26.644Z | Compiling spin v0.9.8 |
| 1541 | 2026-03-05T16:58:27.021Z | Compiling tokio-util v0.7.18 |
| 1542 | 2026-03-05T16:58:27.219Z | Compiling aho-corasick v1.1.4 |
| 1543 | 2026-03-05T16:58:27.298Z | Compiling crc32fast v1.5.0 |
| 1544 | 2026-03-05T16:58:27.737Z | Compiling powerfmt v0.2.0 |
| 1545 | 2026-03-05T16:58:28.126Z | Compiling httpdate v1.0.3 |
| 1546 | 2026-03-05T16:58:28.508Z | Compiling num-conv v0.2.0 |
| 1547 | 2026-03-05T16:58:28.763Z | Compiling h2 v0.4.13 |
| 1548 | 2026-03-05T16:58:29.449Z | Compiling time-core v0.1.8 |
| 1549 | 2026-03-05T16:58:29.479Z | Compiling pin-utils v0.1.0 |
| 1550 | 2026-03-05T16:58:29.591Z | Compiling openssl v0.10.75 |
| 1551 | 2026-03-05T16:58:29.782Z | Compiling foreign-types-shared v0.1.1 |
| 1552 | 2026-03-05T16:58:29.930Z | Compiling foreign-types v0.3.2 |
| 1553 | 2026-03-05T16:58:30.038Z | Compiling time-macros v0.2.27 |
| 1554 | 2026-03-05T16:58:30.087Z | Compiling tempfile v3.25.0 |
| 1555 | 2026-03-05T16:58:30.324Z | Compiling darling_macro v0.20.11 |
| 1556 | 2026-03-05T16:58:30.814Z | Compiling regex-automata v0.4.14 |
| 1557 | 2026-03-05T16:58:31.214Z | Compiling darling v0.20.11 |
| 1558 | 2026-03-05T16:58:31.297Z | Compiling deranged v0.5.8 |
| 1559 | 2026-03-05T16:58:31.853Z | Compiling goblin v0.10.5 |
| 1560 | 2026-03-05T16:58:32.460Z | Compiling openssl-macros v0.1.1 |
| 1561 | 2026-03-05T16:58:33.208Z | Compiling thiserror-impl v1.0.69 |
| 1562 | 2026-03-05T16:58:34.945Z | Compiling wait-timeout v0.2.1 |
| 1563 | 2026-03-05T16:58:35.425Z | Compiling hyper v1.8.1 |
| 1564 | 2026-03-05T16:58:35.958Z | Compiling either v1.15.0 |
| 1565 | 2026-03-05T16:58:36.021Z | Compiling usdt-impl v0.6.0 |
| 1566 | 2026-03-05T16:58:36.340Z | Compiling num_threads v0.1.7 |
| 1567 | 2026-03-05T16:58:36.405Z | Compiling siphasher v1.0.2 |
| 1568 | 2026-03-05T16:58:36.455Z | Compiling native-tls v0.2.18 |
| 1569 | 2026-03-05T16:58:36.772Z | Compiling simd-adler32 v0.3.8 |
| 1570 | 2026-03-05T16:58:36.794Z | Compiling bit-vec v0.8.0 |
| 1571 | 2026-03-05T16:58:37.239Z | Compiling quick-error v1.2.3 |
| 1572 | 2026-03-05T16:58:37.260Z | Compiling bit-set v0.8.0 |
| 1573 | 2026-03-05T16:58:37.407Z | Compiling rusty-fork v0.3.1 |
| 1574 | 2026-03-05T16:58:37.567Z | Compiling hyper-util v0.1.20 |
| 1575 | 2026-03-05T16:58:37.721Z | Compiling time v0.3.47 |
| 1576 | 2026-03-05T16:58:38.048Z | Compiling thiserror v1.0.69 |
| 1577 | 2026-03-05T16:58:38.794Z | Compiling dof v0.4.0 |
| 1578 | 2026-03-05T16:58:40.720Z | Compiling derive_builder_core v0.20.2 |
| 1579 | 2026-03-05T16:58:41.298Z | Compiling unicode-normalization v0.1.25 |
| 1580 | 2026-03-05T16:58:41.416Z | Compiling crossbeam-epoch v0.9.18 |
| 1581 | 2026-03-05T16:58:41.900Z | Compiling dtrace-parser v0.3.0 |
| 1582 | 2026-03-05T16:58:42.057Z | Compiling rustls-native-certs v0.8.3 |
| 1583 | 2026-03-05T16:58:42.179Z | Compiling signature v2.2.0 |
| 1584 | 2026-03-05T16:58:42.413Z | Compiling scroll_derive v0.12.1 |
| 1585 | 2026-03-05T16:58:42.475Z | Compiling heapless v0.7.17 |
| 1586 | 2026-03-05T16:58:42.588Z | Compiling slog v2.8.2 |
| 1587 | 2026-03-05T16:58:42.736Z | Compiling rand_xorshift v0.4.0 |
| 1588 | 2026-03-05T16:58:42.918Z | Compiling darling_core v0.21.3 |
| 1589 | 2026-03-05T16:58:42.939Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1590 | 2026-03-05T16:58:42.994Z | Compiling sync_wrapper v1.0.2 |
| 1591 | 2026-03-05T16:58:43.162Z | Compiling thread-id v5.1.0 |
| 1592 | 2026-03-05T16:58:43.270Z | Compiling cookie v0.18.1 |
| 1593 | 2026-03-05T16:58:43.431Z | Compiling unicode-segmentation v1.12.0 |
| 1594 | 2026-03-05T16:58:43.587Z | Compiling unarray v0.1.4 |
| 1595 | 2026-03-05T16:58:43.613Z | Compiling signal-hook v0.3.18 |
| 1596 | 2026-03-05T16:58:43.717Z | Compiling unicode-bidi v0.3.18 |
| 1597 | 2026-03-05T16:58:43.759Z | Compiling paste v1.0.15 |
| 1598 | 2026-03-05T16:58:43.899Z | Compiling adler2 v2.0.1 |
| 1599 | 2026-03-05T16:58:44.120Z | Compiling anyhow v1.0.102 |
| 1600 | 2026-03-05T16:58:44.208Z | Compiling unicode-properties v0.1.4 |
| 1601 | 2026-03-05T16:58:44.340Z | Compiling rayon-core v1.13.0 |
| 1602 | 2026-03-05T16:58:44.589Z | Compiling zstd-safe v7.2.4 |
| 1603 | 2026-03-05T16:58:44.694Z | Compiling stringprep v0.1.5 |
| 1604 | 2026-03-05T16:58:44.919Z | Compiling miniz_oxide v0.8.9 |
| 1605 | 2026-03-05T16:58:44.969Z | Compiling proptest v1.10.0 |
| 1606 | 2026-03-05T16:58:45.114Z | Compiling scroll v0.12.0 |
| 1607 | 2026-03-05T16:58:45.786Z | Compiling tower v0.5.3 |
| 1608 | 2026-03-05T16:58:46.265Z | Compiling derive_builder_macro v0.20.2 |
| 1609 | 2026-03-05T16:58:46.312Z | Compiling crossbeam-deque v0.8.6 |
| 1610 | 2026-03-05T16:58:46.632Z | Compiling ipnetwork v0.21.1 |
| 1611 | 2026-03-05T16:58:46.685Z | Compiling rand_chacha v0.3.1 |
| 1612 | 2026-03-05T16:58:46.812Z | Compiling http-body-util v0.1.3 |
| 1613 | 2026-03-05T16:58:46.867Z | Compiling webpki-roots v1.0.6 |
| 1614 | 2026-03-05T16:58:47.043Z | Compiling serde_spanned v0.6.9 |
| 1615 | 2026-03-05T16:58:47.089Z | Compiling toml_datetime v0.6.11 |
| 1616 | 2026-03-05T16:58:47.251Z | Compiling erased-serde v0.3.31 |
| 1617 | 2026-03-05T16:58:47.276Z | Compiling serde_tokenstream v0.2.3 |
| 1618 | 2026-03-05T16:58:47.411Z | Compiling md-5 v0.10.6 |
| 1619 | 2026-03-05T16:58:47.547Z | Compiling zerocopy-derive v0.7.35 |
| 1620 | 2026-03-05T16:58:47.703Z | Compiling curve25519-dalek v4.1.3 |
| 1621 | 2026-03-05T16:58:47.860Z | Compiling vergen-lib v0.1.6 |
| 1622 | 2026-03-05T16:58:48.190Z | Compiling num-integer v0.1.46 |
| 1623 | 2026-03-05T16:58:48.342Z | Compiling hash32 v0.2.1 |
| 1624 | 2026-03-05T16:58:48.479Z | Compiling ff v0.13.1 |
| 1625 | 2026-03-05T16:58:48.558Z | Compiling num-bigint-dig v0.8.6 |
| 1626 | 2026-03-05T16:58:48.706Z | Compiling zlib-rs v0.6.2 |
| 1627 | 2026-03-05T16:58:48.723Z | Compiling ryu v1.0.23 |
| 1628 | 2026-03-05T16:58:48.870Z | Compiling psl-types v2.0.11 |
| 1629 | 2026-03-05T16:58:48.894Z | Compiling smoltcp v0.9.1 |
| 1630 | 2026-03-05T16:58:49.044Z | Compiling darling_macro v0.21.3 |
| 1631 | 2026-03-05T16:58:49.062Z | Compiling litrs v1.0.0 |
| 1632 | 2026-03-05T16:58:49.079Z | Compiling ref-cast v1.0.25 |
| 1633 | 2026-03-05T16:58:49.401Z | Compiling rustix v0.38.44 |
| 1634 | 2026-03-05T16:58:49.546Z | Compiling base16ct v0.2.0 |
| 1635 | 2026-03-05T16:58:49.682Z | Compiling fallible-iterator v0.2.0 |
| 1636 | 2026-03-05T16:58:49.864Z | Compiling iri-string v0.7.10 |
| 1637 | 2026-03-05T16:58:49.981Z | Compiling darling v0.21.3 |
| 1638 | 2026-03-05T16:58:50.090Z | Compiling sec1 v0.7.3 |
| 1639 | 2026-03-05T16:58:50.209Z | Compiling document-features v0.2.12 |
| 1640 | 2026-03-05T16:58:50.292Z | Compiling zerocopy v0.7.35 |
| 1641 | 2026-03-05T16:58:50.382Z | Compiling postgres-protocol v0.6.10 |
| 1642 | 2026-03-05T16:58:50.590Z | Compiling newtype-uuid v1.3.2 |
| 1643 | 2026-03-05T16:58:51.206Z | Compiling publicsuffix v2.3.0 |
| 1644 | 2026-03-05T16:58:51.446Z | Compiling serde_urlencoded v0.7.1 |
| 1645 | 2026-03-05T16:58:51.496Z | Compiling num-iter v0.1.45 |
| 1646 | 2026-03-05T16:58:51.575Z | Compiling group v0.13.0 |
| 1647 | 2026-03-05T16:58:51.900Z | Compiling rand v0.8.5 |
| 1648 | 2026-03-05T16:58:51.937Z | Compiling oxnet v0.1.4 |
| 1649 | 2026-03-05T16:58:52.549Z | Compiling derive_builder v0.20.2 |
| 1650 | 2026-03-05T16:58:52.672Z | Compiling tower-http v0.6.8 |
| 1651 | 2026-03-05T16:58:52.710Z | Compiling proc-macro-error v1.0.4 |
| 1652 | 2026-03-05T16:58:53.283Z | Compiling tokio-native-tls v0.3.1 |
| 1653 | 2026-03-05T16:58:53.485Z | Compiling goblin v0.8.2 |
| 1654 | 2026-03-05T16:58:54.449Z | Compiling heck v0.4.1 |
| 1655 | 2026-03-05T16:58:54.564Z | Compiling phf_shared v0.13.1 |
| 1656 | 2026-03-05T16:58:54.727Z | Compiling hubpack_derive v0.1.1 |
| 1657 | 2026-03-05T16:58:54.858Z | Compiling regex v1.12.3 |
| 1658 | 2026-03-05T16:58:55.082Z | Compiling lazy_static v1.5.0 |
| 1659 | 2026-03-05T16:58:55.235Z | Compiling flate2 v1.1.9 |
| 1660 | 2026-03-05T16:58:55.260Z | Compiling cargo-platform v0.1.9 |
| 1661 | 2026-03-05T16:58:55.570Z | Compiling hkdf v0.12.4 |
| 1662 | 2026-03-05T16:58:55.713Z | Compiling crypto-bigint v0.5.5 |
| 1663 | 2026-03-05T16:58:55.806Z | Compiling ref-cast-impl v1.0.25 |
| 1664 | 2026-03-05T16:58:55.846Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1665 | 2026-03-05T16:58:56.033Z | Compiling async-trait v0.1.89 |
| 1666 | 2026-03-05T16:58:56.107Z | Compiling strum_macros v0.27.2 |
| 1667 | 2026-03-05T16:58:56.889Z | Compiling daft-derive v0.1.5 |
| 1668 | 2026-03-05T16:58:57.182Z | Compiling terminal_size v0.4.3 |
| 1669 | 2026-03-05T16:58:57.418Z | Compiling vergen v9.0.6 |
| 1670 | 2026-03-05T16:58:57.751Z | Compiling fs-err v3.3.0 |
| 1671 | 2026-03-05T16:58:58.063Z | Compiling ahash v0.8.12 |
| 1672 | 2026-03-05T16:58:58.322Z | Compiling bumpalo v3.20.2 |
| 1673 | 2026-03-05T16:58:58.344Z | Compiling foldhash v0.1.5 |
| 1674 | 2026-03-05T16:58:58.410Z | Compiling libbz2-rs-sys v0.2.2 |
| 1675 | 2026-03-05T16:58:58.681Z | Compiling object v0.37.3 |
| 1676 | 2026-03-05T16:58:58.794Z | Compiling winnow v0.5.40 |
| 1677 | 2026-03-05T16:58:59.207Z | Compiling managed v0.8.0 |
| 1678 | 2026-03-05T16:58:59.680Z | Compiling bitflags v1.3.2 |
| 1679 | 2026-03-05T16:58:59.806Z | Compiling clap_builder v4.5.60 |
| 1680 | 2026-03-05T16:59:00.962Z | Compiling strum v0.27.2 |
| 1681 | 2026-03-05T16:59:01.167Z | Compiling bzip2 v0.6.1 |
| 1682 | 2026-03-05T16:59:01.374Z | Compiling dof v0.3.0 |
| 1683 | 2026-03-05T16:59:01.553Z | Compiling zopfli v0.8.3 |
| 1684 | 2026-03-05T16:59:01.863Z | Compiling hashbrown v0.15.5 |
| 1685 | 2026-03-05T16:59:02.266Z | Compiling toml_edit v0.19.15 |
| 1686 | 2026-03-05T16:59:02.347Z | Compiling elliptic-curve v0.13.8 |
| 1687 | 2026-03-05T16:59:03.104Z | Compiling daft v0.1.5 |
| 1688 | 2026-03-05T16:59:03.108Z | Compiling console v0.16.2 |
| 1689 | 2026-03-05T16:59:03.483Z | Compiling hubpack v0.1.2 |
| 1690 | 2026-03-05T16:59:03.613Z | Compiling cargo_metadata v0.19.2 |
| 1691 | 2026-03-05T16:59:04.411Z | Compiling phf v0.13.1 |
| 1692 | 2026-03-05T16:59:04.731Z | Compiling zone_cfg_derive v0.3.1 |
| 1693 | 2026-03-05T16:59:06.824Z | Compiling signal-hook-mio v0.2.5 |
| 1694 | 2026-03-05T16:59:06.962Z | Compiling cookie_store v0.22.1 |
| 1695 | 2026-03-05T16:59:07.031Z | Compiling zstd v0.13.3 |
| 1696 | 2026-03-05T16:59:07.425Z | Compiling rayon v1.11.0 |
| 1697 | 2026-03-05T16:59:07.582Z | Compiling hyper-tls v0.6.0 |
| 1698 | 2026-03-05T16:59:07.988Z | Compiling bzip2 v0.4.4 |
| 1699 | 2026-03-05T16:59:08.358Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-03-05T16:59:08.857Z | Compiling serde_with_macros v3.17.0 |
| 1701 | 2026-03-05T16:59:09.655Z | Compiling usdt-attr-macro v0.6.0 |
| 1702 | 2026-03-05T16:59:10.343Z | Compiling usdt-macro v0.6.0 |
| 1703 | 2026-03-05T16:59:11.136Z | Compiling ed25519 v2.2.3 |
| 1704 | 2026-03-05T16:59:11.161Z | Compiling dtrace-parser v0.2.0 |
| 1705 | 2026-03-05T16:59:11.209Z | Compiling phf_shared v0.11.3 |
| 1706 | 2026-03-05T16:59:11.433Z | Compiling itertools v0.12.1 |
| 1707 | 2026-03-05T16:59:11.539Z | Compiling bstr v1.12.1 |
| 1708 | 2026-03-05T16:59:11.720Z | Compiling pkcs1 v0.7.5 |
| 1709 | 2026-03-05T16:59:11.749Z | Compiling hex v0.4.3 |
| 1710 | 2026-03-05T16:59:12.346Z | Compiling serde-big-array v0.5.1 |
| 1711 | 2026-03-05T16:59:12.600Z | Compiling rfc6979 v0.4.0 |
| 1712 | 2026-03-05T16:59:12.622Z | Compiling enum-as-inner v0.6.1 |
| 1713 | 2026-03-05T16:59:12.808Z | Compiling clap_derive v4.5.55 |
| 1714 | 2026-03-05T16:59:12.961Z | Compiling strum_macros v0.26.4 |
| 1715 | 2026-03-05T16:59:13.046Z | Compiling serde_repr v0.1.20 |
| 1716 | 2026-03-05T16:59:13.263Z | Compiling float-cmp v0.10.0 |
| 1717 | 2026-03-05T16:59:13.514Z | Compiling thread-id v4.2.2 |
| 1718 | 2026-03-05T16:59:13.623Z | Compiling memmap2 v0.9.10 |
| 1719 | 2026-03-05T16:59:13.644Z | Compiling env_filter v1.0.0 |
| 1720 | 2026-03-05T16:59:14.019Z | Compiling encoding_rs v0.8.35 |
| 1721 | 2026-03-05T16:59:14.116Z | Compiling predicates-core v1.0.10 |
| 1722 | 2026-03-05T16:59:14.191Z | Compiling mime v0.3.17 |
| 1723 | 2026-03-05T16:59:14.274Z | Compiling rustc-hash v2.1.1 |
| 1724 | 2026-03-05T16:59:14.478Z | Compiling fixedbitset v0.4.2 |
| 1725 | 2026-03-05T16:59:14.509Z | Compiling unit-prefix v0.5.2 |
| 1726 | 2026-03-05T16:59:14.722Z | Compiling whoami v2.1.0 |
| 1727 | 2026-03-05T16:59:14.760Z | Compiling fixedbitset v0.5.7 |
| 1728 | 2026-03-05T16:59:14.912Z | Compiling jiff v0.2.21 |
| 1729 | 2026-03-05T16:59:15.378Z | Compiling normalize-line-endings v0.3.0 |
| 1730 | 2026-03-05T16:59:15.534Z | Compiling new_debug_unreachable v1.0.6 |
| 1731 | 2026-03-05T16:59:15.538Z | Compiling difflib v0.4.0 |
| 1732 | 2026-03-05T16:59:15.648Z | Compiling keccak v0.1.6 |
| 1733 | 2026-03-05T16:59:16.840Z | Compiling static_assertions v1.1.0 |
| 1734 | 2026-03-05T16:59:16.954Z | Compiling data-encoding v2.10.0 |
| 1735 | 2026-03-05T16:59:17.053Z | Compiling precomputed-hash v0.1.1 |
| 1736 | 2026-03-05T16:59:17.074Z | Compiling clap v4.5.60 |
| 1737 | 2026-03-05T16:59:17.109Z | Compiling strum v0.26.3 |
| 1738 | 2026-03-05T16:59:17.189Z | Compiling string_cache v0.8.9 |
| 1739 | 2026-03-05T16:59:17.192Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1740 | 2026-03-05T16:59:17.303Z | Compiling predicates v3.1.4 |
| 1741 | 2026-03-05T16:59:17.626Z | Compiling hickory-proto v0.25.2 |
| 1742 | 2026-03-05T16:59:17.647Z | Compiling sha3 v0.10.8 |
| 1743 | 2026-03-05T16:59:17.793Z | Compiling petgraph v0.8.3 |
| 1744 | 2026-03-05T16:59:18.640Z | Compiling tokio-postgres v0.7.16 |
| 1745 | 2026-03-05T16:59:18.670Z | Compiling petgraph v0.6.5 |
| 1746 | 2026-03-05T16:59:18.750Z | Compiling toml_edit v0.22.27 |
| 1747 | 2026-03-05T16:59:22.147Z | Compiling zip v4.6.1 |
| 1748 | 2026-03-05T16:59:22.457Z | Compiling indicatif v0.18.4 |
| 1749 | 2026-03-05T16:59:23.793Z | Compiling iddqd v0.3.17 |
| 1750 | 2026-03-05T16:59:23.867Z | Compiling zone v0.3.1 |
| 1751 | 2026-03-05T16:59:24.292Z | Compiling env_logger v0.11.9 |
| 1752 | 2026-03-05T16:59:24.402Z | Compiling usdt v0.6.0 |
| 1753 | 2026-03-05T16:59:24.890Z | Compiling usdt-impl v0.5.0 |
| 1754 | 2026-03-05T16:59:25.057Z | Compiling ecdsa v0.16.9 |
| 1755 | 2026-03-05T16:59:25.194Z | Compiling similar v2.7.0 |
| 1756 | 2026-03-05T16:59:25.393Z | Compiling serde_with v3.17.0 |
| 1757 | 2026-03-05T16:59:25.570Z | Compiling rsa v0.9.10 |
| 1758 | 2026-03-05T16:59:25.901Z | Compiling ed25519-dalek v2.2.0 |
| 1759 | 2026-03-05T16:59:26.171Z | Compiling crossterm v0.28.1 |
| 1760 | 2026-03-05T16:59:26.379Z | Compiling zip v0.6.6 |
| 1761 | 2026-03-05T16:59:27.377Z | Compiling toml v0.7.8 |
| 1762 | 2026-03-05T16:59:28.501Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1763 | 2026-03-05T16:59:28.817Z | Compiling itertools v0.13.0 |
| 1764 | 2026-03-05T16:59:29.023Z | Compiling tokio-stream v0.1.18 |
| 1765 | 2026-03-05T16:59:29.231Z | Compiling buf-list v1.1.2 |
| 1766 | 2026-03-05T16:59:29.720Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1767 | 2026-03-05T16:59:29.786Z | Compiling x509-cert v0.2.5 |
| 1768 | 2026-03-05T16:59:29.984Z | Compiling openapiv3 v2.2.0 |
| 1769 | 2026-03-05T16:59:30.017Z | Compiling sha1 v0.10.6 |
| 1770 | 2026-03-05T16:59:30.396Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1771 | 2026-03-05T16:59:30.424Z | Compiling peg-runtime v0.8.5 |
| 1772 | 2026-03-05T16:59:30.960Z | Compiling lalrpop-util v0.19.12 |
| 1773 | 2026-03-05T16:59:30.981Z | Compiling thread_local v1.1.9 |
| 1774 | 2026-03-05T16:59:31.282Z | Compiling slog-async v2.8.0 |
| 1775 | 2026-03-05T16:59:31.420Z | Compiling crossbeam-channel v0.5.15 |
| 1776 | 2026-03-05T16:59:31.795Z | Compiling futures-executor v0.3.32 |
| 1777 | 2026-03-05T16:59:31.898Z | Compiling is-terminal v0.4.17 |
| 1778 | 2026-03-05T16:59:32.048Z | Compiling filetime v0.2.27 |
| 1779 | 2026-03-05T16:59:32.274Z | Compiling xattr v1.6.1 |
| 1780 | 2026-03-05T16:59:32.332Z | Compiling term v1.2.1 |
| 1781 | 2026-03-05T16:59:32.351Z | Compiling take_mut v0.2.2 |
| 1782 | 2026-03-05T16:59:32.551Z | Compiling tar v0.4.44 |
| 1783 | 2026-03-05T16:59:33.275Z | Compiling slog-term v2.9.2 |
| 1784 | 2026-03-05T16:59:33.529Z | Compiling futures v0.3.32 |
| 1785 | 2026-03-05T16:59:42.312Z | Compiling rustls-webpki v0.103.9 |
| 1786 | 2026-03-05T16:59:47.176Z | Compiling tokio-rustls v0.26.4 |
| 1787 | 2026-03-05T16:59:47.177Z | Compiling rustls-platform-verifier v0.6.2 |
| 1788 | 2026-03-05T16:59:47.529Z | Compiling hyper-rustls v0.27.7 |
| 1789 | 2026-03-05T16:59:47.854Z | Compiling reqwest v0.13.2 |
| 1790 | 2026-03-05T16:59:47.858Z | Compiling reqwest v0.12.28 |
| 1791 | 2026-03-05T16:59:52.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1792 | 2026-03-05T16:59:52.409Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1793 | 2026-03-05T16:59:56.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 1794 | 2026-03-05T16:59:56.994Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1795 | 2026-03-05T16:59:57.042Z | Mar 05 16:59:56.704 INFO Starting download, target: Console |
| 1796 | 2026-03-05T16:59:57.042Z | Mar 05 16:59:56.705 INFO Starting download, target: Cockroach |
| 1797 | 2026-03-05T16:59:57.042Z | Mar 05 16:59:56.705 INFO Starting download, target: Clickhouse |
| 1798 | 2026-03-05T16:59:57.046Z | Mar 05 16:59:56.705 INFO Starting download, target: DendriteStub |
| 1799 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Starting download, target: MaghemiteMgd |
| 1800 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Starting download, target: TransceiverControl |
| 1801 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1802 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1803 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1804 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1805 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1806 | 2026-03-05T16:59:57.047Z | Mar 05 16:59:56.705 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1807 | 2026-03-05T16:59:57.547Z | Mar 05 16:59:57.198 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1808 | 2026-03-05T16:59:57.997Z | Mar 05 16:59:57.646 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1809 | 2026-03-05T16:59:58.103Z | Mar 05 16:59:57.761 INFO Download complete, target: TransceiverControl |
| 1810 | 2026-03-05T16:59:58.363Z | Mar 05 16:59:58.024 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1811 | 2026-03-05T16:59:58.611Z | Mar 05 16:59:58.267 INFO Download complete, target: Console |
| 1812 | 2026-03-05T16:59:58.718Z | Mar 05 16:59:58.379 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1813 | 2026-03-05T16:59:59.480Z | Mar 05 16:59:59.142 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1814 | 2026-03-05T16:59:59.800Z | Mar 05 16:59:59.462 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1815 | 2026-03-05T16:59:59.800Z | Mar 05 16:59:59.462 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1816 | 2026-03-05T17:00:03.642Z | Mar 05 17:00:03.300 INFO Download complete, target: DendriteStub |
| 1817 | 2026-03-05T17:00:03.981Z | Mar 05 17:00:03.641 INFO Download complete, target: MaghemiteMgd |
| 1818 | 2026-03-05T17:00:10.138Z | Mar 05 17:00:09.796 INFO Checking that binary works, target: Cockroach |
| 1819 | 2026-03-05T17:00:10.271Z | Mar 05 17:00:09.928 INFO Download complete, target: Cockroach |
| 1820 | 2026-03-05T17:00:14.056Z | Mar 05 17:00:13.711 INFO Checking that binary works, target: Clickhouse |
| 1821 | 2026-03-05T17:00:14.218Z | Mar 05 17:00:13.872 INFO Download complete, target: Clickhouse |
| 1822 | 2026-03-05T17:00:14.226Z | All prerequisites installed successfully |
| 1823 | 2026-03-05T17:00:14.230Z | |
| 1824 | 2026-03-05T17:00:14.232Z | real 4:23.962503572 |
| 1825 | 2026-03-05T17:00:14.232Z | user 16:35.309400943 |
| 1826 | 2026-03-05T17:00:14.232Z | sys 2:16.717969949 |
| 1827 | 2026-03-05T17:00:14.232Z | trap 0.560079012 |
| 1828 | 2026-03-05T17:00:14.232Z | tflt 0.893473852 |
| 1829 | 2026-03-05T17:00:14.232Z | dflt 0.885626874 |
| 1830 | 2026-03-05T17:00:14.232Z | kflt 0.023263372 |
| 1831 | 2026-03-05T17:00:14.232Z | lock 40:27.895688048 |
| 1832 | 2026-03-05T17:00:14.232Z | slp 1:00:32.135360175 |
| 1833 | 2026-03-05T17:00:14.232Z | lat 1:06.142215886 |
| 1834 | 2026-03-05T17:00:14.232Z | stop 2:47.554841886 |
| 1835 | 2026-03-05T17:00:14.233Z | + source ./tools/include/force-git-over-https.sh |
| 1836 | 2026-03-05T17:00:14.233Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1837 | 2026-03-05T17:00:14.233Z | ++ (( i = 0 )) |
| 1838 | 2026-03-05T17:00:14.233Z | ++ (( i < 5 )) |
| 1839 | 2026-03-05T17:00:14.233Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1840 | 2026-03-05T17:00:14.233Z | ++ (( i++ )) |
| 1841 | 2026-03-05T17:00:14.233Z | ++ (( i < 5 )) |
| 1842 | 2026-03-05T17:00:14.233Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1843 | 2026-03-05T17:00:14.236Z | ++ (( i++ )) |
| 1844 | 2026-03-05T17:00:14.236Z | ++ (( i < 5 )) |
| 1845 | 2026-03-05T17:00:14.236Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1846 | 2026-03-05T17:00:14.236Z | ++ (( i++ )) |
| 1847 | 2026-03-05T17:00:14.236Z | ++ (( i < 5 )) |
| 1848 | 2026-03-05T17:00:14.236Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1849 | 2026-03-05T17:00:14.240Z | ++ (( i++ )) |
| 1850 | 2026-03-05T17:00:14.240Z | ++ (( i < 5 )) |
| 1851 | 2026-03-05T17:00:14.240Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1852 | 2026-03-05T17:00:14.240Z | ++ (( i++ )) |
| 1853 | 2026-03-05T17:00:14.240Z | ++ (( i < 5 )) |
| 1854 | 2026-03-05T17:00:14.240Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1855 | 2026-03-05T17:00:14.240Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1856 | 2026-03-05T17:00:14.243Z | + rc=0 |
| 1857 | 2026-03-05T17:00:14.243Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1858 | 2026-03-05T17:00:58.945Z | + case $rc in |
| 1859 | 2026-03-05T17:00:58.945Z | + pfexec zfs create -p rpool/images/build/host |
| 1860 | 2026-03-05T17:00:59.173Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1861 | 2026-03-05T17:00:59.242Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1862 | 2026-03-05T17:01:00.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1863 | 2026-03-05T17:01:00.043Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1864 | 2026-03-05T17:01:01.270Z | Compiling proc-macro2 v1.0.106 |
| 1865 | 2026-03-05T17:01:01.270Z | Compiling quote v1.0.44 |
| 1866 | 2026-03-05T17:01:01.270Z | Compiling unicode-ident v1.0.24 |
| 1867 | 2026-03-05T17:01:01.273Z | Compiling libc v0.2.180 |
| 1868 | 2026-03-05T17:01:01.274Z | Compiling serde_core v1.0.228 |
| 1869 | 2026-03-05T17:01:01.274Z | Compiling serde v1.0.228 |
| 1870 | 2026-03-05T17:01:01.274Z | Compiling cfg-if v1.0.4 |
| 1871 | 2026-03-05T17:01:01.432Z | Compiling version_check v0.9.5 |
| 1872 | 2026-03-05T17:01:01.721Z | Compiling find-msvc-tools v0.1.9 |
| 1873 | 2026-03-05T17:01:01.806Z | Compiling shlex v1.3.0 |
| 1874 | 2026-03-05T17:01:01.951Z | Compiling typenum v1.19.0 |
| 1875 | 2026-03-05T17:01:01.977Z | Compiling generic-array v0.14.7 |
| 1876 | 2026-03-05T17:01:02.225Z | Compiling portable-atomic v1.13.1 |
| 1877 | 2026-03-05T17:01:02.306Z | Compiling autocfg v1.5.0 |
| 1878 | 2026-03-05T17:01:02.523Z | Compiling zerocopy v0.8.40 |
| 1879 | 2026-03-05T17:01:03.062Z | Compiling memchr v2.8.0 |
| 1880 | 2026-03-05T17:01:03.099Z | Compiling zmij v1.0.21 |
| 1881 | 2026-03-05T17:01:03.190Z | Compiling serde_json v1.0.149 |
| 1882 | 2026-03-05T17:01:03.533Z | Compiling jobserver v0.1.34 |
| 1883 | 2026-03-05T17:01:03.570Z | Compiling libm v0.2.16 |
| 1884 | 2026-03-05T17:01:03.767Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-03-05T17:01:04.179Z | Compiling syn v2.0.117 |
| 1886 | 2026-03-05T17:01:04.246Z | Compiling cc v1.2.56 |
| 1887 | 2026-03-05T17:01:04.268Z | Compiling num-traits v0.2.19 |
| 1888 | 2026-03-05T17:01:04.312Z | Compiling getrandom v0.2.17 |
| 1889 | 2026-03-05T17:01:04.607Z | Compiling smallvec v1.15.1 |
| 1890 | 2026-03-05T17:01:04.724Z | Compiling icu_normalizer_data v2.1.1 |
| 1891 | 2026-03-05T17:01:05.067Z | Compiling icu_properties_data v2.1.2 |
| 1892 | 2026-03-05T17:01:05.130Z | Compiling pkg-config v0.3.32 |
| 1893 | 2026-03-05T17:01:05.184Z | Compiling errno v0.3.14 |
| 1894 | 2026-03-05T17:01:05.447Z | Compiling log v0.4.29 |
| 1895 | 2026-03-05T17:01:05.903Z | Compiling itoa v1.0.17 |
| 1896 | 2026-03-05T17:01:06.036Z | Compiling getrandom v0.4.1 |
| 1897 | 2026-03-05T17:01:06.233Z | Compiling subtle v2.6.1 |
| 1898 | 2026-03-05T17:01:06.435Z | Compiling getrandom v0.3.4 |
| 1899 | 2026-03-05T17:01:06.494Z | Compiling rand_core v0.6.4 |
| 1900 | 2026-03-05T17:01:06.589Z | Compiling scopeguard v1.2.0 |
| 1901 | 2026-03-05T17:01:06.820Z | Compiling lock_api v0.4.14 |
| 1902 | 2026-03-05T17:01:07.091Z | Compiling stable_deref_trait v1.2.1 |
| 1903 | 2026-03-05T17:01:07.372Z | Compiling critical-section v1.2.0 |
| 1904 | 2026-03-05T17:01:07.564Z | Compiling rustix v1.1.3 |
| 1905 | 2026-03-05T17:01:07.730Z | Compiling bitflags v2.11.0 |
| 1906 | 2026-03-05T17:01:07.902Z | Compiling ring v0.17.14 |
| 1907 | 2026-03-05T17:01:08.212Z | Compiling cmake v0.1.57 |
| 1908 | 2026-03-05T17:01:08.570Z | Compiling once_cell v1.21.3 |
| 1909 | 2026-03-05T17:01:08.810Z | Compiling fs_extra v1.3.0 |
| 1910 | 2026-03-05T17:01:08.882Z | Compiling dunce v1.0.5 |
| 1911 | 2026-03-05T17:01:09.034Z | Compiling pin-project-lite v0.2.17 |
| 1912 | 2026-03-05T17:01:09.059Z | Compiling semver v1.0.27 |
| 1913 | 2026-03-05T17:01:09.092Z | Compiling thiserror v2.0.18 |
| 1914 | 2026-03-05T17:01:09.237Z | Compiling const-oid v0.9.6 |
| 1915 | 2026-03-05T17:01:09.342Z | Compiling aws-lc-sys v0.37.1 |
| 1916 | 2026-03-05T17:01:09.848Z | Compiling litemap v0.8.1 |
| 1917 | 2026-03-05T17:01:09.890Z | Compiling writeable v0.6.2 |
| 1918 | 2026-03-05T17:01:10.503Z | Compiling rustversion v1.0.22 |
| 1919 | 2026-03-05T17:01:11.174Z | Compiling fnv v1.0.7 |
| 1920 | 2026-03-05T17:01:11.323Z | Compiling percent-encoding v2.3.2 |
| 1921 | 2026-03-05T17:01:11.689Z | Compiling synstructure v0.13.2 |
| 1922 | 2026-03-05T17:01:12.007Z | Compiling heck v0.5.0 |
| 1923 | 2026-03-05T17:01:12.869Z | Compiling signal-hook-registry v1.4.8 |
| 1924 | 2026-03-05T17:01:12.973Z | Compiling allocator-api2 v0.2.21 |
| 1925 | 2026-03-05T17:01:13.024Z | Compiling aws-lc-rs v1.16.0 |
| 1926 | 2026-03-05T17:01:13.139Z | Compiling equivalent v1.0.2 |
| 1927 | 2026-03-05T17:01:13.205Z | Compiling futures-core v0.3.32 |
| 1928 | 2026-03-05T17:01:13.755Z | Compiling parking_lot v0.12.5 |
| 1929 | 2026-03-05T17:01:13.808Z | Compiling mio v1.1.1 |
| 1930 | 2026-03-05T17:01:13.855Z | Compiling foldhash v0.2.0 |
| 1931 | 2026-03-05T17:01:13.991Z | Compiling schemars v0.8.22 |
| 1932 | 2026-03-05T17:01:14.053Z | Compiling vcpkg v0.2.15 |
| 1933 | 2026-03-05T17:01:14.479Z | Compiling hashbrown v0.16.1 |
| 1934 | 2026-03-05T17:01:14.514Z | Compiling httparse v1.10.1 |
| 1935 | 2026-03-05T17:01:15.429Z | Compiling serde_derive v1.0.228 |
| 1936 | 2026-03-05T17:01:15.624Z | Compiling zeroize_derive v1.4.3 |
| 1937 | 2026-03-05T17:01:15.654Z | Compiling zerofrom-derive v0.1.6 |
| 1938 | 2026-03-05T17:01:15.848Z | Compiling yoke-derive v0.8.1 |
| 1939 | 2026-03-05T17:01:15.897Z | Compiling zerocopy-derive v0.8.40 |
| 1940 | 2026-03-05T17:01:15.979Z | Compiling zerovec-derive v0.11.2 |
| 1941 | 2026-03-05T17:01:16.306Z | Compiling displaydoc v0.2.5 |
| 1942 | 2026-03-05T17:01:16.386Z | Compiling tokio-macros v2.6.0 |
| 1943 | 2026-03-05T17:01:16.912Z | Compiling zeroize v1.8.2 |
| 1944 | 2026-03-05T17:01:17.796Z | Compiling futures-macro v0.3.32 |
| 1945 | 2026-03-05T17:01:18.192Z | Compiling der_derive v0.7.3 |
| 1946 | 2026-03-05T17:01:18.509Z | Compiling zerofrom v0.1.6 |
| 1947 | 2026-03-05T17:01:18.525Z | Compiling thiserror-impl v2.0.18 |
| 1948 | 2026-03-05T17:01:18.787Z | Compiling yoke v0.8.1 |
| 1949 | 2026-03-05T17:01:19.258Z | Compiling zerovec v0.11.5 |
| 1950 | 2026-03-05T17:01:19.440Z | Compiling crypto-common v0.1.7 |
| 1951 | 2026-03-05T17:01:19.696Z | Compiling zerotrie v0.2.3 |
| 1952 | 2026-03-05T17:01:19.734Z | Compiling block-buffer v0.10.4 |
| 1953 | 2026-03-05T17:01:20.376Z | Compiling digest v0.10.7 |
| 1954 | 2026-03-05T17:01:20.696Z | Compiling tinystr v0.8.2 |
| 1955 | 2026-03-05T17:01:20.944Z | Compiling potential_utf v0.1.4 |
| 1956 | 2026-03-05T17:01:21.053Z | Compiling icu_locale_core v2.1.1 |
| 1957 | 2026-03-05T17:01:21.247Z | Compiling icu_collections v2.1.1 |
| 1958 | 2026-03-05T17:01:21.296Z | Compiling tracing-attributes v0.1.31 |
| 1959 | 2026-03-05T17:01:22.034Z | Compiling openssl-sys v0.9.111 |
| 1960 | 2026-03-05T17:01:22.881Z | Compiling serde_derive_internals v0.29.1 |
| 1961 | 2026-03-05T17:01:23.216Z | Compiling icu_provider v2.1.1 |
| 1962 | 2026-03-05T17:01:23.889Z | Compiling bytes v1.11.1 |
| 1963 | 2026-03-05T17:01:24.171Z | Compiling icu_normalizer v2.1.1 |
| 1964 | 2026-03-05T17:01:24.283Z | Compiling icu_properties v2.1.2 |
| 1965 | 2026-03-05T17:01:25.407Z | Compiling socket2 v0.6.2 |
| 1966 | 2026-03-05T17:01:25.706Z | Compiling utf8_iter v1.0.4 |
| 1967 | 2026-03-05T17:01:26.045Z | Compiling schemars_derive v0.8.22 |
| 1968 | 2026-03-05T17:01:26.128Z | Compiling tokio v1.49.0 |
| 1969 | 2026-03-05T17:01:27.238Z | Compiling idna_adapter v1.2.1 |
| 1970 | 2026-03-05T17:01:27.516Z | Compiling form_urlencoded v1.2.2 |
| 1971 | 2026-03-05T17:01:27.585Z | Compiling idna v1.1.0 |
| 1972 | 2026-03-05T17:01:28.378Z | Compiling indexmap v2.13.0 |
| 1973 | 2026-03-05T17:01:28.711Z | Compiling rand_core v0.10.0 |
| 1974 | 2026-03-05T17:01:28.759Z | Compiling url v2.5.8 |
| 1975 | 2026-03-05T17:01:29.141Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-03-05T17:01:29.352Z | Compiling crossbeam-utils v0.8.21 |
| 1977 | 2026-03-05T17:01:29.521Z | Compiling rustls v0.23.37 |
| 1978 | 2026-03-05T17:01:29.833Z | Compiling futures-sink v0.3.32 |
| 1979 | 2026-03-05T17:01:30.076Z | Compiling futures-channel v0.3.32 |
| 1980 | 2026-03-05T17:01:31.374Z | Compiling futures-task v0.3.32 |
| 1981 | 2026-03-05T17:01:32.189Z | Compiling syn v1.0.109 |
| 1982 | 2026-03-05T17:01:32.409Z | Compiling slab v0.4.12 |
| 1983 | 2026-03-05T17:01:32.517Z | Compiling futures-io v0.3.32 |
| 1984 | 2026-03-05T17:01:32.909Z | Compiling futures-util v0.3.32 |
| 1985 | 2026-03-05T17:01:33.009Z | Compiling ppv-lite86 v0.2.21 |
| 1986 | 2026-03-05T17:01:33.592Z | Compiling rustc_version v0.4.1 |
| 1987 | 2026-03-05T17:01:34.227Z | Compiling crc32fast v1.5.0 |
| 1988 | 2026-03-05T17:01:34.374Z | Compiling strsim v0.11.1 |
| 1989 | 2026-03-05T17:01:34.476Z | Compiling thiserror v1.0.69 |
| 1990 | 2026-03-05T17:01:34.656Z | Compiling ucd-trie v0.1.7 |
| 1991 | 2026-03-05T17:01:34.709Z | Compiling byteorder v1.5.0 |
| 1992 | 2026-03-05T17:01:34.988Z | Compiling pest v2.8.6 |
| 1993 | 2026-03-05T17:01:35.813Z | Compiling hmac v0.12.1 |
| 1994 | 2026-03-05T17:01:36.704Z | Compiling openssl v0.10.75 |
| 1995 | 2026-03-05T17:01:38.039Z | Compiling pest_meta v2.8.6 |
| 1996 | 2026-03-05T17:01:38.795Z | Compiling block-padding v0.3.3 |
| 1997 | 2026-03-05T17:01:39.083Z | Compiling thiserror-impl v1.0.69 |
| 1998 | 2026-03-05T17:01:39.811Z | Compiling iana-time-zone v0.1.65 |
| 1999 | 2026-03-05T17:01:39.940Z | Compiling ident_case v1.0.1 |
| 2000 | 2026-03-05T17:01:40.172Z | Compiling chrono v0.4.44 |
| 2001 | 2026-03-05T17:01:40.838Z | Compiling pest_generator v2.8.6 |
| 2002 | 2026-03-05T17:01:41.368Z | Compiling inout v0.1.4 |
| 2003 | 2026-03-05T17:01:42.148Z | Compiling rustls-pki-types v1.14.0 |
| 2004 | 2026-03-05T17:01:42.632Z | Compiling openssl-macros v0.1.1 |
| 2005 | 2026-03-05T17:01:43.427Z | Compiling num-conv v0.2.0 |
| 2006 | 2026-03-05T17:01:43.712Z | Compiling native-tls v0.2.18 |
| 2007 | 2026-03-05T17:01:43.887Z | Compiling time-core v0.1.8 |
| 2008 | 2026-03-05T17:01:44.328Z | Compiling time-macros v0.2.27 |
| 2009 | 2026-03-05T17:01:44.856Z | Compiling pest_derive v2.8.6 |
| 2010 | 2026-03-05T17:01:45.614Z | Compiling cipher v0.4.4 |
| 2011 | 2026-03-05T17:01:45.691Z | Compiling sha2 v0.10.9 |
| 2012 | 2026-03-05T17:01:46.249Z | Compiling scroll_derive v0.13.1 |
| 2013 | 2026-03-05T17:01:46.499Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2014 | 2026-03-05T17:01:46.768Z | Compiling base64ct v1.8.3 |
| 2015 | 2026-03-05T17:01:47.419Z | Compiling base64 v0.22.1 |
| 2016 | 2026-03-05T17:01:47.466Z | Compiling pem-rfc7468 v0.7.0 |
| 2017 | 2026-03-05T17:01:48.124Z | Compiling uuid v1.21.0 |
| 2018 | 2026-03-05T17:01:48.614Z | Compiling http v1.4.0 |
| 2019 | 2026-03-05T17:01:48.727Z | Compiling slog v2.8.2 |
| 2020 | 2026-03-05T17:01:49.613Z | Compiling flagset v0.4.7 |
| 2021 | 2026-03-05T17:01:49.639Z | Compiling regex-syntax v0.8.10 |
| 2022 | 2026-03-05T17:01:50.347Z | Compiling untrusted v0.9.0 |
| 2023 | 2026-03-05T17:01:50.604Z | Compiling der v0.7.10 |
| 2024 | 2026-03-05T17:01:52.128Z | Compiling rand_core v0.9.5 |
| 2025 | 2026-03-05T17:01:52.904Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2026 | 2026-03-05T17:01:53.378Z | Compiling plain v0.2.3 |
| 2027 | 2026-03-05T17:01:53.411Z | Compiling rayon-core v1.13.0 |
| 2028 | 2026-03-05T17:01:53.448Z | Compiling paste v1.0.15 |
| 2029 | 2026-03-05T17:01:53.707Z | Compiling camino v1.2.2 |
| 2030 | 2026-03-05T17:01:54.393Z | Compiling spki v0.7.3 |
| 2031 | 2026-03-05T17:01:54.737Z | Compiling salsa20 v0.10.2 |
| 2032 | 2026-03-05T17:01:54.984Z | Compiling tokio-util v0.7.18 |
| 2033 | 2026-03-05T17:01:55.234Z | Compiling pbkdf2 v0.12.2 |
| 2034 | 2026-03-05T17:01:55.971Z | Compiling tracing-core v0.1.36 |
| 2035 | 2026-03-05T17:01:57.894Z | Compiling num-bigint-dig v0.8.6 |
| 2036 | 2026-03-05T17:01:58.315Z | Compiling dyn-clone v1.0.20 |
| 2037 | 2026-03-05T17:01:59.753Z | Compiling tracing v0.1.44 |
| 2038 | 2026-03-05T17:02:00.537Z | Compiling scrypt v0.11.0 |
| 2039 | 2026-03-05T17:02:01.048Z | Compiling rand_chacha v0.9.0 |
| 2040 | 2026-03-05T17:02:01.608Z | Compiling http-body v1.0.1 |
| 2041 | 2026-03-05T17:02:01.969Z | Compiling aes v0.8.4 |
| 2042 | 2026-03-05T17:02:01.998Z | Compiling cbc v0.1.2 |
| 2043 | 2026-03-05T17:02:03.246Z | Compiling ahash v0.8.12 |
| 2044 | 2026-03-05T17:02:03.625Z | Compiling cookie v0.18.1 |
| 2045 | 2026-03-05T17:02:03.643Z | Compiling atomic-waker v1.1.2 |
| 2046 | 2026-03-05T17:02:03.847Z | Compiling unicode-segmentation v1.12.0 |
| 2047 | 2026-03-05T17:02:03.967Z | Compiling zstd-safe v7.2.4 |
| 2048 | 2026-03-05T17:02:04.069Z | Compiling fastrand v2.3.0 |
| 2049 | 2026-03-05T17:02:04.375Z | Compiling pretty-hex v0.4.1 |
| 2050 | 2026-03-05T17:02:04.633Z | Compiling usdt-impl v0.6.0 |
| 2051 | 2026-03-05T17:02:04.660Z | Compiling anyhow v1.0.102 |
| 2052 | 2026-03-05T17:02:04.988Z | Compiling pkcs5 v0.7.1 |
| 2053 | 2026-03-05T17:02:05.938Z | Compiling rand v0.9.2 |
| 2054 | 2026-03-05T17:02:07.141Z | Compiling scroll v0.13.0 |
| 2055 | 2026-03-05T17:02:07.362Z | Compiling heapless v0.7.17 |
| 2056 | 2026-03-05T17:02:07.623Z | Compiling serde_tokenstream v0.2.3 |
| 2057 | 2026-03-05T17:02:07.919Z | Compiling async-trait v0.1.89 |
| 2058 | 2026-03-05T17:02:08.162Z | Compiling clap_derive v4.5.55 |
| 2059 | 2026-03-05T17:02:08.626Z | Compiling scroll_derive v0.12.1 |
| 2060 | 2026-03-05T17:02:08.832Z | Compiling daft-derive v0.1.5 |
| 2061 | 2026-03-05T17:02:09.065Z | Compiling aho-corasick v1.1.4 |
| 2062 | 2026-03-05T17:02:09.942Z | Compiling openssl-probe v0.2.1 |
| 2063 | 2026-03-05T17:02:10.134Z | Compiling untrusted v0.7.1 |
| 2064 | 2026-03-05T17:02:10.231Z | Compiling signal-hook v0.3.18 |
| 2065 | 2026-03-05T17:02:10.507Z | Compiling try-lock v0.2.5 |
| 2066 | 2026-03-05T17:02:10.948Z | Compiling tower-layer v0.3.3 |
| 2067 | 2026-03-05T17:02:10.987Z | Compiling tower-service v0.3.3 |
| 2068 | 2026-03-05T17:02:11.138Z | Compiling regex-automata v0.4.14 |
| 2069 | 2026-03-05T17:02:11.188Z | Compiling want v0.3.1 |
| 2070 | 2026-03-05T17:02:11.499Z | Compiling goblin v0.10.5 |
| 2071 | 2026-03-05T17:02:14.153Z | Compiling pkcs8 v0.10.2 |
| 2072 | 2026-03-05T17:02:14.715Z | Compiling heck v0.4.1 |
| 2073 | 2026-03-05T17:02:14.764Z | Compiling tempfile v3.25.0 |
| 2074 | 2026-03-05T17:02:15.120Z | Compiling h2 v0.4.13 |
| 2075 | 2026-03-05T17:02:15.378Z | Compiling darling_core v0.20.11 |
| 2076 | 2026-03-05T17:02:15.581Z | Compiling ipnet v2.11.0 |
| 2077 | 2026-03-05T17:02:16.848Z | Compiling spin v0.9.8 |
| 2078 | 2026-03-05T17:02:17.282Z | Compiling httpdate v1.0.3 |
| 2079 | 2026-03-05T17:02:18.466Z | Compiling tinyvec_macros v0.1.1 |
| 2080 | 2026-03-05T17:02:18.789Z | Compiling pin-utils v0.1.0 |
| 2081 | 2026-03-05T17:02:20.237Z | Compiling dof v0.4.0 |
| 2082 | 2026-03-05T17:02:20.691Z | Compiling darling_macro v0.20.11 |
| 2083 | 2026-03-05T17:02:21.385Z | Compiling tinyvec v1.10.0 |
| 2084 | 2026-03-05T17:02:22.243Z | Compiling dtrace-parser v0.3.0 |
| 2085 | 2026-03-05T17:02:22.497Z | Compiling darling_core v0.21.3 |
| 2086 | 2026-03-05T17:02:22.942Z | Compiling curve25519-dalek v4.1.3 |
| 2087 | 2026-03-05T17:02:23.403Z | Compiling hyper v1.8.1 |
| 2088 | 2026-03-05T17:02:24.394Z | Compiling hex v0.4.3 |
| 2089 | 2026-03-05T17:02:24.820Z | Compiling zerocopy-derive v0.7.35 |
| 2090 | 2026-03-05T17:02:25.059Z | Compiling strum_macros v0.26.4 |
| 2091 | 2026-03-05T17:02:27.065Z | Compiling thread-id v5.1.0 |
| 2092 | 2026-03-05T17:02:27.225Z | Compiling proc-macro-error-attr v1.0.4 |
| 2093 | 2026-03-05T17:02:27.660Z | Compiling ref-cast v1.0.25 |
| 2094 | 2026-03-05T17:02:28.052Z | Compiling anstyle v1.0.13 |
| 2095 | 2026-03-05T17:02:28.255Z | Compiling foreign-types-shared v0.1.1 |
| 2096 | 2026-03-05T17:02:28.403Z | Compiling rustix v0.38.44 |
| 2097 | 2026-03-05T17:02:28.480Z | Compiling litrs v1.0.0 |
| 2098 | 2026-03-05T17:02:28.603Z | Compiling utf8parse v0.2.2 |
| 2099 | 2026-03-05T17:02:29.181Z | Compiling smoltcp v0.9.1 |
| 2100 | 2026-03-05T17:02:29.544Z | Compiling document-features v0.2.12 |
| 2101 | 2026-03-05T17:02:29.820Z | Compiling anstyle-parse v0.2.7 |
| 2102 | 2026-03-05T17:02:30.325Z | Compiling foreign-types v0.3.2 |
| 2103 | 2026-03-05T17:02:30.399Z | Compiling darling_macro v0.21.3 |
| 2104 | 2026-03-05T17:02:30.662Z | Compiling hyper-util v0.1.20 |
| 2105 | 2026-03-05T17:02:32.368Z | Compiling darling v0.20.11 |
| 2106 | 2026-03-05T17:02:33.652Z | Compiling toml_datetime v0.6.11 |
| 2107 | 2026-03-05T17:02:33.802Z | Compiling serde_spanned v0.6.9 |
| 2108 | 2026-03-05T17:02:33.827Z | Compiling wait-timeout v0.2.1 |
| 2109 | 2026-03-05T17:02:34.084Z | Compiling proc-macro-error v1.0.4 |
| 2110 | 2026-03-05T17:02:34.291Z | Compiling is_terminal_polyfill v1.70.2 |
| 2111 | 2026-03-05T17:02:34.397Z | Compiling quick-error v1.2.3 |
| 2112 | 2026-03-05T17:02:34.487Z | Compiling bit-vec v0.8.0 |
| 2113 | 2026-03-05T17:02:34.490Z | Compiling powerfmt v0.2.0 |
| 2114 | 2026-03-05T17:02:34.593Z | Compiling either v1.15.0 |
| 2115 | 2026-03-05T17:02:34.648Z | Compiling anstyle-query v1.1.5 |
| 2116 | 2026-03-05T17:02:34.895Z | Compiling siphasher v1.0.2 |
| 2117 | 2026-03-05T17:02:34.920Z | Compiling colorchoice v1.0.4 |
| 2118 | 2026-03-05T17:02:35.166Z | Compiling simd-adler32 v0.3.8 |
| 2119 | 2026-03-05T17:02:35.265Z | Compiling anstream v0.6.21 |
| 2120 | 2026-03-05T17:02:35.401Z | Compiling bit-set v0.8.0 |
| 2121 | 2026-03-05T17:02:35.691Z | Compiling deranged v0.5.8 |
| 2122 | 2026-03-05T17:02:36.180Z | Compiling rusty-fork v0.3.1 |
| 2123 | 2026-03-05T17:02:38.004Z | Compiling derive_builder_core v0.20.2 |
| 2124 | 2026-03-05T17:02:38.051Z | Compiling crossbeam-epoch v0.9.18 |
| 2125 | 2026-03-05T17:02:38.575Z | Compiling darling v0.21.3 |
| 2126 | 2026-03-05T17:02:38.749Z | Compiling unicode-normalization v0.1.25 |
| 2127 | 2026-03-05T17:02:39.801Z | Compiling regex v1.12.3 |
| 2128 | 2026-03-05T17:02:40.135Z | Compiling rustls-native-certs v0.8.3 |
| 2129 | 2026-03-05T17:02:41.138Z | Compiling http-body-util v0.1.3 |
| 2130 | 2026-03-05T17:02:41.397Z | Compiling rand_xorshift v0.4.0 |
| 2131 | 2026-03-05T17:02:41.688Z | Compiling hubpack_derive v0.1.1 |
| 2132 | 2026-03-05T17:02:41.691Z | Compiling sync_wrapper v1.0.2 |
| 2133 | 2026-03-05T17:02:41.870Z | Compiling erased-serde v0.3.31 |
| 2134 | 2026-03-05T17:02:41.960Z | Compiling signature v2.2.0 |
| 2135 | 2026-03-05T17:02:42.119Z | Compiling strum_macros v0.27.2 |
| 2136 | 2026-03-05T17:02:42.201Z | Compiling ref-cast-impl v1.0.25 |
| 2137 | 2026-03-05T17:02:42.522Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2138 | 2026-03-05T17:02:43.845Z | Compiling fs-err v3.3.0 |
| 2139 | 2026-03-05T17:02:44.017Z | Compiling usdt-impl v0.5.0 |
| 2140 | 2026-03-05T17:02:44.217Z | Compiling ryu v1.0.23 |
| 2141 | 2026-03-05T17:02:44.696Z | Compiling num_threads v0.1.7 |
| 2142 | 2026-03-05T17:02:44.882Z | Compiling unarray v0.1.4 |
| 2143 | 2026-03-05T17:02:45.444Z | Compiling unicode-bidi v0.3.18 |
| 2144 | 2026-03-05T17:02:45.501Z | Compiling object v0.37.3 |
| 2145 | 2026-03-05T17:02:45.568Z | Compiling unicode-properties v0.1.4 |
| 2146 | 2026-03-05T17:02:46.002Z | Compiling adler2 v2.0.1 |
| 2147 | 2026-03-05T17:02:46.312Z | Compiling miniz_oxide v0.8.9 |
| 2148 | 2026-03-05T17:02:46.502Z | Compiling stringprep v0.1.5 |
| 2149 | 2026-03-05T17:02:46.561Z | Compiling time v0.3.47 |
| 2150 | 2026-03-05T17:02:48.482Z | Compiling proptest v1.10.0 |
| 2151 | 2026-03-05T17:02:49.667Z | Compiling serde_urlencoded v0.7.1 |
| 2152 | 2026-03-05T17:02:50.314Z | Compiling tower v0.5.3 |
| 2153 | 2026-03-05T17:02:53.128Z | Compiling derive_builder_macro v0.20.2 |
| 2154 | 2026-03-05T17:02:54.703Z | Compiling serde_with_macros v3.17.0 |
| 2155 | 2026-03-05T17:02:55.011Z | Compiling crossbeam-deque v0.8.6 |
| 2156 | 2026-03-05T17:02:55.421Z | Compiling usdt-macro v0.6.0 |
| 2157 | 2026-03-05T17:02:56.472Z | Compiling usdt-attr-macro v0.6.0 |
| 2158 | 2026-03-05T17:02:56.668Z | Compiling ipnetwork v0.21.1 |
| 2159 | 2026-03-05T17:02:56.968Z | Compiling scroll v0.12.0 |
| 2160 | 2026-03-05T17:02:57.583Z | Compiling webpki-roots v1.0.6 |
| 2161 | 2026-03-05T17:02:57.952Z | Compiling rand_chacha v0.3.1 |
| 2162 | 2026-03-05T17:02:57.981Z | Compiling terminal_size v0.4.3 |
| 2163 | 2026-03-05T17:02:58.122Z | Compiling hash32 v0.2.1 |
| 2164 | 2026-03-05T17:02:58.222Z | Compiling num-integer v0.1.46 |
| 2165 | 2026-03-05T17:02:59.138Z | Compiling md-5 v0.10.6 |
| 2166 | 2026-03-05T17:02:59.444Z | Compiling vergen-lib v0.1.6 |
| 2167 | 2026-03-05T17:02:59.468Z | Compiling ff v0.13.1 |
| 2168 | 2026-03-05T17:02:59.618Z | Compiling zlib-rs v0.6.2 |
| 2169 | 2026-03-05T17:02:59.758Z | Compiling fallible-iterator v0.2.0 |
| 2170 | 2026-03-05T17:02:59.943Z | Compiling iri-string v0.7.10 |
| 2171 | 2026-03-05T17:03:00.544Z | Compiling base16ct v0.2.0 |
| 2172 | 2026-03-05T17:03:01.255Z | Compiling clap_lex v1.0.0 |
| 2173 | 2026-03-05T17:03:02.009Z | Compiling winnow v0.7.14 |
| 2174 | 2026-03-05T17:03:04.996Z | Compiling psl-types v2.0.11 |
| 2175 | 2026-03-05T17:03:05.441Z | Compiling publicsuffix v2.3.0 |
| 2176 | 2026-03-05T17:03:05.821Z | Compiling tower-http v0.6.8 |
| 2177 | 2026-03-05T17:03:05.973Z | Compiling flate2 v1.1.9 |
| 2178 | 2026-03-05T17:03:06.926Z | Compiling clap_builder v4.5.60 |
| 2179 | 2026-03-05T17:03:07.878Z | Compiling sec1 v0.7.3 |
| 2180 | 2026-03-05T17:03:08.559Z | Compiling postgres-protocol v0.6.10 |
| 2181 | 2026-03-05T17:03:09.020Z | Compiling group v0.13.0 |
| 2182 | 2026-03-05T17:03:09.315Z | Compiling rand v0.8.5 |
| 2183 | 2026-03-05T17:03:09.349Z | Compiling num-iter v0.1.45 |
| 2184 | 2026-03-05T17:03:12.226Z | Compiling goblin v0.8.2 |
| 2185 | 2026-03-05T17:03:12.577Z | Compiling oxnet v0.1.4 |
| 2186 | 2026-03-05T17:03:13.335Z | Compiling zone_cfg_derive v0.3.1 |
| 2187 | 2026-03-05T17:03:13.723Z | Compiling derive_builder v0.20.2 |
| 2188 | 2026-03-05T17:03:13.937Z | Compiling newtype-uuid v1.3.2 |
| 2189 | 2026-03-05T17:03:14.645Z | Compiling tokio-native-tls v0.3.1 |
| 2190 | 2026-03-05T17:03:15.126Z | Compiling phf_shared v0.13.1 |
| 2191 | 2026-03-05T17:03:15.969Z | Compiling lazy_static v1.5.0 |
| 2192 | 2026-03-05T17:03:16.126Z | Compiling zerocopy v0.7.35 |
| 2193 | 2026-03-05T17:03:17.972Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-03-05T17:03:18.855Z | Compiling hkdf v0.12.4 |
| 2195 | 2026-03-05T17:03:19.935Z | Compiling cargo-platform v0.1.9 |
| 2196 | 2026-03-05T17:03:20.475Z | Compiling crypto-bigint v0.5.5 |
| 2197 | 2026-03-05T17:03:20.530Z | Compiling serde_repr v0.1.20 |
| 2198 | 2026-03-05T17:03:20.856Z | Compiling enum-as-inner v0.6.1 |
| 2199 | 2026-03-05T17:03:21.589Z | Compiling vergen v9.0.6 |
| 2200 | 2026-03-05T17:03:22.824Z | Compiling encoding_rs v0.8.35 |
| 2201 | 2026-03-05T17:03:23.844Z | Compiling managed v0.8.0 |
| 2202 | 2026-03-05T17:03:24.471Z | Compiling bumpalo v3.20.2 |
| 2203 | 2026-03-05T17:03:25.514Z | Compiling unicode-width v0.2.0 |
| 2204 | 2026-03-05T17:03:26.149Z | Compiling winnow v0.5.40 |
| 2205 | 2026-03-05T17:03:26.817Z | Compiling tokio-rustls v0.26.4 |
| 2206 | 2026-03-05T17:03:27.375Z | Compiling hyper-rustls v0.27.7 |
| 2207 | 2026-03-05T17:03:28.119Z | Compiling libbz2-rs-sys v0.2.2 |
| 2208 | 2026-03-05T17:03:29.575Z | Compiling bitflags v1.3.2 |
| 2209 | 2026-03-05T17:03:29.624Z | Compiling mime v0.3.17 |
| 2210 | 2026-03-05T17:03:29.714Z | Compiling foldhash v0.1.5 |
| 2211 | 2026-03-05T17:03:30.716Z | Compiling hashbrown v0.15.5 |
| 2212 | 2026-03-05T17:03:31.940Z | Compiling toml_edit v0.19.15 |
| 2213 | 2026-03-05T17:03:32.097Z | Compiling bzip2 v0.6.1 |
| 2214 | 2026-03-05T17:03:33.921Z | Compiling rustls-platform-verifier v0.6.2 |
| 2215 | 2026-03-05T17:03:33.994Z | Compiling console v0.16.2 |
| 2216 | 2026-03-05T17:03:34.037Z | Compiling zopfli v0.8.3 |
| 2217 | 2026-03-05T17:03:34.320Z | Compiling elliptic-curve v0.13.8 |
| 2218 | 2026-03-05T17:03:35.270Z | Compiling cargo_metadata v0.19.2 |
| 2219 | 2026-03-05T17:03:35.399Z | Compiling dof v0.3.0 |
| 2220 | 2026-03-05T17:03:37.988Z | Compiling phf v0.13.1 |
| 2221 | 2026-03-05T17:03:38.171Z | Compiling zstd v0.13.3 |
| 2222 | 2026-03-05T17:03:38.350Z | Compiling hyper-tls v0.6.0 |
| 2223 | 2026-03-05T17:03:38.433Z | Compiling daft v0.1.5 |
| 2224 | 2026-03-05T17:03:38.817Z | Compiling signal-hook-mio v0.2.5 |
| 2225 | 2026-03-05T17:03:39.094Z | Compiling cookie_store v0.22.1 |
| 2226 | 2026-03-05T17:03:39.283Z | Compiling rayon v1.11.0 |
| 2227 | 2026-03-05T17:03:39.426Z | Compiling clap v4.5.60 |
| 2228 | 2026-03-05T17:03:39.606Z | Compiling postgres-types v0.2.12 |
| 2229 | 2026-03-05T17:03:40.089Z | Compiling bzip2 v0.4.4 |
| 2230 | 2026-03-05T17:03:40.160Z | Compiling strum v0.27.2 |
| 2231 | 2026-03-05T17:03:40.481Z | Compiling hubpack v0.1.2 |
| 2232 | 2026-03-05T17:03:40.485Z | Compiling ed25519 v2.2.3 |
| 2233 | 2026-03-05T17:03:40.598Z | Compiling dtrace-parser v0.2.0 |
| 2234 | 2026-03-05T17:03:40.625Z | Compiling phf_shared v0.11.3 |
| 2235 | 2026-03-05T17:03:40.731Z | Compiling itertools v0.12.1 |
| 2236 | 2026-03-05T17:03:41.092Z | Compiling bstr v1.12.1 |
| 2237 | 2026-03-05T17:03:41.224Z | Compiling pkcs1 v0.7.5 |
| 2238 | 2026-03-05T17:03:42.139Z | Compiling rfc6979 v0.4.0 |
| 2239 | 2026-03-05T17:03:42.200Z | Compiling float-cmp v0.10.0 |
| 2240 | 2026-03-05T17:03:42.366Z | Compiling serde-big-array v0.5.1 |
| 2241 | 2026-03-05T17:03:42.593Z | Compiling structmeta-derive v0.3.0 |
| 2242 | 2026-03-05T17:03:43.148Z | Compiling env_filter v1.0.0 |
| 2243 | 2026-03-05T17:03:43.503Z | Compiling memmap2 v0.9.10 |
| 2244 | 2026-03-05T17:03:43.594Z | Compiling thread-id v4.2.2 |
| 2245 | 2026-03-05T17:03:43.755Z | Compiling difflib v0.4.0 |
| 2246 | 2026-03-05T17:03:43.758Z | Compiling static_assertions v1.1.0 |
| 2247 | 2026-03-05T17:03:43.884Z | Compiling jiff v0.2.21 |
| 2248 | 2026-03-05T17:03:43.933Z | Compiling toml_write v0.1.2 |
| 2249 | 2026-03-05T17:03:44.734Z | Compiling data-encoding v2.10.0 |
| 2250 | 2026-03-05T17:03:44.907Z | Compiling fixedbitset v0.4.2 |
| 2251 | 2026-03-05T17:03:45.092Z | Compiling normalize-line-endings v0.3.0 |
| 2252 | 2026-03-05T17:03:45.346Z | Compiling precomputed-hash v0.1.1 |
| 2253 | 2026-03-05T17:03:45.370Z | Compiling whoami v2.1.0 |
| 2254 | 2026-03-05T17:03:46.080Z | Compiling predicates-core v1.0.10 |
| 2255 | 2026-03-05T17:03:46.135Z | Compiling unit-prefix v0.5.2 |
| 2256 | 2026-03-05T17:03:46.390Z | Compiling radium v0.7.0 |
| 2257 | 2026-03-05T17:03:46.403Z | Compiling keccak v0.1.6 |
| 2258 | 2026-03-05T17:03:46.705Z | Compiling rustc-hash v2.1.1 |
| 2259 | 2026-03-05T17:03:46.817Z | Compiling fixedbitset v0.5.7 |
| 2260 | 2026-03-05T17:03:46.884Z | Compiling new_debug_unreachable v1.0.6 |
| 2261 | 2026-03-05T17:03:46.938Z | Compiling iddqd v0.3.17 |
| 2262 | 2026-03-05T17:03:47.140Z | Compiling string_cache v0.8.9 |
| 2263 | 2026-03-05T17:03:47.413Z | Compiling petgraph v0.8.3 |
| 2264 | 2026-03-05T17:03:47.597Z | Compiling sha3 v0.10.8 |
| 2265 | 2026-03-05T17:03:48.201Z | Compiling indicatif v0.18.4 |
| 2266 | 2026-03-05T17:03:48.580Z | Compiling predicates v3.1.4 |
| 2267 | 2026-03-05T17:03:49.560Z | Compiling reqwest v0.12.28 |
| 2268 | 2026-03-05T17:03:49.908Z | Compiling tokio-postgres v0.7.16 |
| 2269 | 2026-03-05T17:03:49.932Z | Compiling hickory-proto v0.25.2 |
| 2270 | 2026-03-05T17:03:51.917Z | Compiling zip v4.6.1 |
| 2271 | 2026-03-05T17:03:53.640Z | Compiling petgraph v0.6.5 |
| 2272 | 2026-03-05T17:03:54.118Z | Compiling structmeta v0.3.0 |
| 2273 | 2026-03-05T17:03:54.605Z | Compiling toml_edit v0.22.27 |
| 2274 | 2026-03-05T17:03:54.916Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2275 | 2026-03-05T17:04:01.001Z | Compiling usdt v0.6.0 |
| 2276 | 2026-03-05T17:04:02.165Z | Compiling zone v0.3.1 |
| 2277 | 2026-03-05T17:04:02.383Z | Compiling env_logger v0.11.9 |
| 2278 | 2026-03-05T17:04:02.413Z | Compiling serde_with v3.17.0 |
| 2279 | 2026-03-05T17:04:03.167Z | Compiling ecdsa v0.16.9 |
| 2280 | 2026-03-05T17:04:03.266Z | Compiling similar v2.7.0 |
| 2281 | 2026-03-05T17:04:03.659Z | Compiling rsa v0.9.10 |
| 2282 | 2026-03-05T17:04:05.597Z | Compiling ed25519-dalek v2.2.0 |
| 2283 | 2026-03-05T17:04:06.270Z | Compiling zip v0.6.6 |
| 2284 | 2026-03-05T17:04:06.609Z | Compiling reqwest v0.13.2 |
| 2285 | 2026-03-05T17:04:08.292Z | Compiling crossterm v0.28.1 |
| 2286 | 2026-03-05T17:04:11.496Z | Compiling toml v0.7.8 |
| 2287 | 2026-03-05T17:04:11.860Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2288 | 2026-03-05T17:04:12.465Z | Compiling itertools v0.13.0 |
| 2289 | 2026-03-05T17:04:12.944Z | Compiling strum v0.26.3 |
| 2290 | 2026-03-05T17:04:13.237Z | Compiling tokio-stream v0.1.18 |
| 2291 | 2026-03-05T17:04:13.836Z | Compiling x509-cert v0.2.5 |
| 2292 | 2026-03-05T17:04:14.767Z | Compiling openapiv3 v2.2.0 |
| 2293 | 2026-03-05T17:04:15.377Z | Compiling buf-list v1.1.2 |
| 2294 | 2026-03-05T17:04:15.520Z | Compiling sha1 v0.10.6 |
| 2295 | 2026-03-05T17:04:15.654Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2296 | 2026-03-05T17:04:15.948Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2297 | 2026-03-05T17:04:16.368Z | Compiling tap v1.0.1 |
| 2298 | 2026-03-05T17:04:16.551Z | Compiling peg-runtime v0.8.5 |
| 2299 | 2026-03-05T17:04:16.614Z | Compiling maybe-uninit v2.0.0 |
| 2300 | 2026-03-05T17:04:17.214Z | Compiling lalrpop-util v0.19.12 |
| 2301 | 2026-03-05T17:04:17.677Z | Compiling wyz v0.5.1 |
| 2302 | 2026-03-05T17:04:18.850Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2303 | 2026-03-05T17:04:30.438Z | Compiling funty v2.0.0 |
| 2304 | 2026-03-05T17:04:32.483Z | Compiling packed_struct v0.10.1 |
| 2305 | 2026-03-05T17:04:33.113Z | Compiling bitvec v1.0.1 |
| 2306 | 2026-03-05T17:04:43.301Z | Compiling packed_struct_codegen v0.10.1 |
| 2307 | 2026-03-05T17:04:43.491Z | Compiling futures-executor v0.3.32 |
| 2308 | 2026-03-05T17:04:45.594Z | Compiling bitfield-macros v0.19.4 |
| 2309 | 2026-03-05T17:04:45.600Z | Compiling zerocopy-derive v0.6.6 |
| 2310 | 2026-03-05T17:04:47.181Z | Compiling indexmap v1.9.3 |
| 2311 | 2026-03-05T17:04:47.217Z | Compiling nodrop v0.1.14 |
| 2312 | 2026-03-05T17:04:47.644Z | Compiling typeid v1.0.3 |
| 2313 | 2026-03-05T17:04:48.148Z | Compiling crc-catalog v2.4.0 |
| 2314 | 2026-03-05T17:04:48.465Z | Compiling crc v3.4.0 |
| 2315 | 2026-03-05T17:04:49.731Z | Compiling zerocopy v0.6.6 |
| 2316 | 2026-03-05T17:04:49.764Z | Compiling array-init v0.0.4 |
| 2317 | 2026-03-05T17:04:50.571Z | Compiling bitfield v0.19.4 |
| 2318 | 2026-03-05T17:04:51.451Z | Compiling futures v0.3.32 |
| 2319 | 2026-03-05T17:04:52.672Z | Compiling smallvec v0.6.14 |
| 2320 | 2026-03-05T17:04:54.241Z | Compiling derive-ex v0.1.8 |
| 2321 | 2026-03-05T17:04:59.765Z | Compiling hashbrown v0.12.3 |
| 2322 | 2026-03-05T17:04:59.960Z | Compiling erased-serde v0.4.9 |
| 2323 | 2026-03-05T17:05:00.043Z | Compiling rustls v0.22.4 |
| 2324 | 2026-03-05T17:05:00.592Z | Compiling base64 v0.21.7 |
| 2325 | 2026-03-05T17:05:01.190Z | Compiling ron v0.8.1 |
| 2326 | 2026-03-05T17:05:05.566Z | Compiling test-strategy v0.4.5 |
| 2327 | 2026-03-05T17:05:07.403Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2328 | 2026-03-05T17:05:12.366Z | Compiling serde-hex v0.1.0 |
| 2329 | 2026-03-05T17:05:13.467Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2330 | 2026-03-05T17:05:14.630Z | Compiling toml v0.8.23 |
| 2331 | 2026-03-05T17:05:16.394Z | Compiling hashbrown v0.13.2 |
| 2332 | 2026-03-05T17:05:22.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2333 | 2026-03-05T17:05:22.971Z | Compiling rustls-webpki v0.102.8 |
| 2334 | 2026-03-05T17:05:25.007Z | Compiling pin-project-internal v1.1.11 |
| 2335 | 2026-03-05T17:05:26.648Z | Compiling filetime v0.2.27 |
| 2336 | 2026-03-05T17:05:27.177Z | Compiling multer v3.1.0 |
| 2337 | 2026-03-05T17:05:27.351Z | Compiling thread_local v1.1.9 |
| 2338 | 2026-03-05T17:05:27.700Z | Compiling same-file v1.0.6 |
| 2339 | 2026-03-05T17:05:28.131Z | Compiling slog-async v2.8.0 |
| 2340 | 2026-03-05T17:05:28.204Z | Compiling match_cfg v0.1.0 |
| 2341 | 2026-03-05T17:05:29.102Z | Compiling xattr v1.6.1 |
| 2342 | 2026-03-05T17:05:29.640Z | Compiling crc-any v2.5.0 |
| 2343 | 2026-03-05T17:05:35.074Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2344 | 2026-03-05T17:05:36.092Z | Compiling tar v0.4.44 |
| 2345 | 2026-03-05T17:05:42.563Z | Compiling hostname v0.3.1 |
| 2346 | 2026-03-05T17:05:42.731Z | Compiling walkdir v2.5.0 |
| 2347 | 2026-03-05T17:05:43.867Z | Compiling pin-project v1.1.11 |
| 2348 | 2026-03-05T17:05:49.383Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2349 | 2026-03-05T17:05:53.019Z | Compiling object v0.30.4 |
| 2350 | 2026-03-05T17:05:53.963Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2351 | 2026-03-05T17:05:55.557Z | Compiling slog-json v2.6.1 |
| 2352 | 2026-03-05T17:05:55.848Z | Compiling crossbeam-channel v0.5.15 |
| 2353 | 2026-03-05T17:05:56.064Z | Compiling snafu-derive v0.8.9 |
| 2354 | 2026-03-05T17:05:57.807Z | Compiling async-stream-impl v0.3.6 |
| 2355 | 2026-03-05T17:05:58.154Z | Compiling ordered-float v2.10.1 |
| 2356 | 2026-03-05T17:05:58.854Z | Compiling serde_path_to_error v0.1.20 |
| 2357 | 2026-03-05T17:05:59.053Z | Compiling serde_spanned v1.0.4 |
| 2358 | 2026-03-05T17:05:59.388Z | Compiling is-terminal v0.4.17 |
| 2359 | 2026-03-05T17:05:59.568Z | Compiling fs-err v2.11.0 |
| 2360 | 2026-03-05T17:05:59.873Z | Compiling dropshot v0.16.7 |
| 2361 | 2026-03-05T17:05:59.964Z | Compiling debug-ignore v1.0.5 |
| 2362 | 2026-03-05T17:06:00.232Z | Compiling path-slash v0.1.5 |
| 2363 | 2026-03-05T17:06:00.286Z | Compiling term v1.2.1 |
| 2364 | 2026-03-05T17:06:00.395Z | Compiling take_mut v0.2.2 |
| 2365 | 2026-03-05T17:06:00.487Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2366 | 2026-03-05T17:06:00.757Z | Compiling snafu v0.8.9 |
| 2367 | 2026-03-05T17:06:01.029Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2368 | 2026-03-05T17:06:01.407Z | Compiling slog-term v2.9.2 |
| 2369 | 2026-03-05T17:06:02.253Z | Compiling async-stream v0.3.6 |
| 2370 | 2026-03-05T17:06:02.298Z | Compiling serde-value v0.7.0 |
| 2371 | 2026-03-05T17:06:02.596Z | Compiling slog-bunyan v2.5.0 |
| 2372 | 2026-03-05T17:06:03.068Z | Compiling serde-untagged v0.1.9 |
| 2373 | 2026-03-05T17:06:03.386Z | Compiling tokio-rustls v0.25.0 |
| 2374 | 2026-03-05T17:06:03.881Z | Compiling globset v0.4.18 |
| 2375 | 2026-03-05T17:06:03.941Z | Compiling camino-tempfile v1.4.1 |
| 2376 | 2026-03-05T17:06:04.345Z | Compiling parse-display-derive v0.10.0 |
| 2377 | 2026-03-05T17:06:04.345Z | Compiling olpc-cjson v0.1.4 |
| 2378 | 2026-03-05T17:06:04.762Z | Compiling dropshot_endpoint v0.16.7 |
| 2379 | 2026-03-05T17:06:04.788Z | Compiling newtype-uuid-macros v0.1.0 |
| 2380 | 2026-03-05T17:06:05.231Z | Compiling waitgroup v0.1.2 |
| 2381 | 2026-03-05T17:06:05.540Z | Compiling pem v3.0.6 |
| 2382 | 2026-03-05T17:06:06.300Z | Compiling rustls-pemfile v2.2.0 |
| 2383 | 2026-03-05T17:06:06.396Z | Compiling half v2.7.1 |
| 2384 | 2026-03-05T17:06:06.862Z | Compiling serde_plain v1.0.2 |
| 2385 | 2026-03-05T17:06:07.022Z | Compiling async-recursion v1.1.1 |
| 2386 | 2026-03-05T17:06:07.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2387 | 2026-03-05T17:06:07.398Z | Compiling blake3 v1.8.3 |
| 2388 | 2026-03-05T17:06:07.700Z | Compiling hostname v0.4.2 |
| 2389 | 2026-03-05T17:06:07.967Z | Compiling instant v0.1.13 |
| 2390 | 2026-03-05T17:06:07.996Z | Compiling ciborium-io v0.2.2 |
| 2391 | 2026-03-05T17:06:08.050Z | Compiling unicode-xid v0.2.6 |
| 2392 | 2026-03-05T17:06:08.154Z | Compiling typed-path v0.9.3 |
| 2393 | 2026-03-05T17:06:08.158Z | Compiling ciborium-ll v0.2.2 |
| 2394 | 2026-03-05T17:06:08.242Z | Compiling cargo-util-schemas v0.8.2 |
| 2395 | 2026-03-05T17:06:08.294Z | Compiling backoff v0.4.0 |
| 2396 | 2026-03-05T17:06:08.695Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2397 | 2026-03-05T17:06:08.950Z | Compiling parse-display v0.10.0 |
| 2398 | 2026-03-05T17:06:09.268Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2399 | 2026-03-05T17:06:10.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2400 | 2026-03-05T17:06:10.875Z | Compiling tough v0.20.0 |
| 2401 | 2026-03-05T17:06:10.944Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2402 | 2026-03-05T17:06:11.063Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2403 | 2026-03-05T17:06:11.609Z | Compiling progenitor-client v0.13.0 |
| 2404 | 2026-03-05T17:06:12.585Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2405 | 2026-03-05T17:06:13.138Z | Compiling progenitor-client v0.10.0 |
| 2406 | 2026-03-05T17:06:13.538Z | Compiling itertools v0.14.0 |
| 2407 | 2026-03-05T17:06:13.682Z | Compiling backon v1.6.0 |
| 2408 | 2026-03-05T17:06:14.080Z | Compiling cargo-platform v0.2.0 |
| 2409 | 2026-03-05T17:06:14.164Z | Compiling macaddr v1.0.1 |
| 2410 | 2026-03-05T17:06:14.763Z | Compiling regress v0.10.5 |
| 2411 | 2026-03-05T17:06:14.873Z | Compiling constant_time_eq v0.4.2 |
| 2412 | 2026-03-05T17:06:15.236Z | Compiling arrayref v0.3.9 |
| 2413 | 2026-03-05T17:06:15.285Z | Compiling indent_write v2.2.0 |
| 2414 | 2026-03-05T17:06:15.376Z | Compiling parse-size v1.1.0 |
| 2415 | 2026-03-05T17:06:15.564Z | Compiling arrayvec v0.7.6 |
| 2416 | 2026-03-05T17:06:15.717Z | Compiling cargo_metadata v0.21.0 |
| 2417 | 2026-03-05T17:06:16.998Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2418 | 2026-03-05T17:06:18.602Z | Compiling ciborium v0.2.2 |
| 2419 | 2026-03-05T17:06:19.943Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2420 | 2026-03-05T17:06:20.607Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2421 | 2026-03-05T17:06:25.404Z | Compiling topological-sort v0.2.2 |
| 2422 | 2026-03-05T17:06:25.742Z | Compiling display-error-chain v0.2.2 |
| 2423 | 2026-03-05T17:06:26.005Z | Compiling omicron-zone-package v0.12.2 |
| 2424 | 2026-03-05T17:06:26.135Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2425 | 2026-03-05T17:06:26.645Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2426 | 2026-03-05T17:06:30.719Z | Compiling shell-words v1.1.1 |
| 2427 | 2026-03-05T17:06:34.071Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2428 | 2026-03-05T17:06:50.167Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2429 | 2026-03-05T17:07:09.401Z | Finished `release` profile [optimized] target(s) in 6m 09s |
| 2430 | 2026-03-05T17:07:09.592Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2431 | 2026-03-05T17:07:09.647Z | Mar 05 17:07:09.124 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2432 | 2026-03-05T17:07:09.782Z | Mar 05 17:07:09.259 DEBG running: git rev-parse HEAD |
| 2433 | 2026-03-05T17:07:09.785Z | Mar 05 17:07:09.262 DEBG process exited with exit status: 0 (3.552949ms) |
| 2434 | 2026-03-05T17:07:09.785Z | Mar 05 17:07:09.262 INFO version: 19.0.0-0.ci+gitbd7932447a4 |
| 2435 | 2026-03-05T17:07:09.796Z | Mar 05 17:07:09.273 INFO cloning helios to /work/oxidecomputer/helios |
| 2436 | 2026-03-05T17:07:09.796Z | Mar 05 17:07:09.273 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2437 | 2026-03-05T17:07:09.799Z | Cloning into '/work/oxidecomputer/helios'... |
| 2438 | 2026-03-05T17:07:10.623Z | Mar 05 17:07:10.099 DEBG process exited with exit status: 0 (826.550865ms) |
| 2439 | 2026-03-05T17:07:10.623Z | Mar 05 17:07:10.100 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2440 | 2026-03-05T17:07:10.626Z | Mar 05 17:07:10.103 DEBG process exited with exit status: 0 (3.415549ms) |
| 2441 | 2026-03-05T17:07:10.629Z | Mar 05 17:07:10.103 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2442 | 2026-03-05T17:07:12.011Z | Mar 05 17:07:11.487 DEBG process exited with exit status: 0 (1.384008901s) |
| 2443 | 2026-03-05T17:07:12.012Z | Mar 05 17:07:11.487 DEBG running: zfs list rpool/images/build/host |
| 2444 | 2026-03-05T17:07:12.016Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2445 | 2026-03-05T17:07:12.016Z | rpool/images/build/host 24K 151G 24K /rpool/images/build/host |
| 2446 | 2026-03-05T17:07:12.022Z | Mar 05 17:07:11.493 DEBG process exited with exit status: 0 (5.618171ms) |
| 2447 | 2026-03-05T17:07:12.022Z | Mar 05 17:07:11.493 DEBG running: zfs list rpool/images/build/recovery |
| 2448 | 2026-03-05T17:07:12.025Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2449 | 2026-03-05T17:07:12.025Z | rpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery |
| 2450 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.498 DEBG process exited with exit status: 0 (4.898629ms) |
| 2451 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.498 INFO [hubris-production] running task |
| 2452 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.498 INFO [incorp-manifest] running task |
| 2453 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.498 INFO [hubris-staging] running task |
| 2454 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.499 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2455 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.499 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2456 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.499 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2457 | 2026-03-05T17:07:12.025Z | Mar 05 17:07:11.500 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2458 | 2026-03-05T17:07:12.113Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2459 | 2026-03-05T17:07:12.443Z | Mar 05 17:07:11.919 INFO [incorp-create] process exited with exit status: 0 (419.551433ms) |
| 2460 | 2026-03-05T17:07:12.446Z | Mar 05 17:07:11.919 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2461 | 2026-03-05T17:07:12.851Z | Mar 05 17:07:12.326 INFO [incorp-publisher] process exited with exit status: 0 (407.400769ms) |
| 2462 | 2026-03-05T17:07:12.912Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2463 | 2026-03-05T17:07:13.373Z | Mar 05 17:07:12.848 INFO [hubris-production] task succeeded (1.350180266s) |
| 2464 | 2026-03-05T17:07:13.423Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2465 | 2026-03-05T17:07:13.715Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2466 | 2026-03-05T17:07:15.056Z | [ omicron-package] Compiling ring v0.17.14 |
| 2467 | 2026-03-05T17:07:15.060Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2468 | 2026-03-05T17:07:15.073Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2469 | 2026-03-05T17:07:15.073Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2470 | 2026-03-05T17:07:15.077Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2471 | 2026-03-05T17:07:15.077Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2472 | 2026-03-05T17:07:15.080Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2473 | 2026-03-05T17:07:16.687Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2474 | 2026-03-05T17:07:17.805Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2475 | 2026-03-05T17:07:17.850Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2476 | 2026-03-05T17:07:17.983Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2477 | 2026-03-05T17:07:18.791Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2478 | 2026-03-05T17:07:19.594Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2479 | 2026-03-05T17:07:20.081Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2480 | 2026-03-05T17:07:20.084Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2481 | 2026-03-05T17:07:20.475Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2482 | 2026-03-05T17:07:21.332Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2483 | 2026-03-05T17:07:21.498Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2484 | 2026-03-05T17:07:21.538Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2485 | 2026-03-05T17:07:22.220Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2486 | 2026-03-05T17:07:22.757Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2487 | 2026-03-05T17:07:22.819Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2488 | 2026-03-05T17:07:22.992Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2489 | 2026-03-05T17:07:23.696Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2490 | 2026-03-05T17:07:23.909Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2491 | 2026-03-05T17:07:24.846Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2492 | 2026-03-05T17:07:25.405Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2493 | 2026-03-05T17:07:25.689Z | [ omicron-package] Compiling memoffset v0.9.1 |
| 2494 | 2026-03-05T17:07:26.120Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2495 | 2026-03-05T17:07:26.223Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2496 | 2026-03-05T17:07:26.249Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2497 | 2026-03-05T17:07:27.148Z | [ omicron-package] Compiling cfg_aliases v0.2.1 |
| 2498 | 2026-03-05T17:07:27.246Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2499 | 2026-03-05T17:07:27.362Z | [ omicron-package] Compiling nix v0.30.1 |
| 2500 | 2026-03-05T17:07:28.007Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2501 | 2026-03-05T17:07:28.026Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2502 | 2026-03-05T17:07:28.066Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2503 | 2026-03-05T17:07:28.347Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2504 | 2026-03-05T17:07:28.841Z | [ omicron-package] Compiling rand v0.10.0 |
| 2505 | 2026-03-05T17:07:29.065Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2506 | 2026-03-05T17:07:29.280Z | [ omicron-package] Compiling colored v3.1.1 |
| 2507 | 2026-03-05T17:07:30.165Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2508 | 2026-03-05T17:07:32.137Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2509 | 2026-03-05T17:07:32.272Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2510 | 2026-03-05T17:07:32.669Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2511 | 2026-03-05T17:07:32.669Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2512 | 2026-03-05T17:07:32.752Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2513 | 2026-03-05T17:07:32.755Z | [ omicron-package] Compiling glob v0.3.3 |
| 2514 | 2026-03-05T17:07:33.506Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2515 | 2026-03-05T17:07:34.394Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2516 | 2026-03-05T17:07:34.658Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2517 | 2026-03-05T17:07:35.655Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2518 | 2026-03-05T17:07:35.818Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2519 | 2026-03-05T17:07:36.237Z | Mar 05 17:07:35.702 INFO [hubris-staging] task succeeded (24.203278696s) |
| 2520 | 2026-03-05T17:07:36.314Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2521 | 2026-03-05T17:07:37.389Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2522 | 2026-03-05T17:07:37.455Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2523 | 2026-03-05T17:07:37.651Z | [ omicron-package] Compiling smf v0.2.3 |
| 2524 | 2026-03-05T17:07:37.959Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2525 | 2026-03-05T17:07:38.940Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2526 | 2026-03-05T17:07:39.926Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2527 | 2026-03-05T17:07:40.980Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2528 | 2026-03-05T17:07:41.171Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2529 | 2026-03-05T17:07:41.238Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2530 | 2026-03-05T17:07:41.762Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2531 | 2026-03-05T17:07:41.834Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2532 | 2026-03-05T17:07:42.611Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2533 | 2026-03-05T17:07:44.570Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2534 | 2026-03-05T17:07:44.707Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2535 | 2026-03-05T17:07:47.913Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2536 | 2026-03-05T17:07:50.210Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2537 | 2026-03-05T17:07:50.320Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2538 | 2026-03-05T17:07:50.688Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2539 | 2026-03-05T17:07:51.145Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2540 | 2026-03-05T17:07:51.726Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2541 | 2026-03-05T17:07:51.882Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2542 | 2026-03-05T17:07:52.345Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2543 | 2026-03-05T17:07:52.788Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2544 | 2026-03-05T17:07:53.683Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2545 | 2026-03-05T17:07:54.142Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2546 | 2026-03-05T17:07:54.379Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2547 | 2026-03-05T17:07:54.982Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2548 | 2026-03-05T17:07:54.985Z | [ helios-setup] --> src/main.rs:79:10 |
| 2549 | 2026-03-05T17:07:54.985Z | [ helios-setup] | |
| 2550 | 2026-03-05T17:07:54.985Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2551 | 2026-03-05T17:07:54.985Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2552 | 2026-03-05T17:07:54.985Z | [ helios-setup] | | |
| 2553 | 2026-03-05T17:07:54.985Z | [ helios-setup] | the lifetime is elided here |
| 2554 | 2026-03-05T17:07:54.985Z | [ helios-setup] | |
| 2555 | 2026-03-05T17:07:54.985Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2556 | 2026-03-05T17:07:54.985Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2557 | 2026-03-05T17:07:54.985Z | [ helios-setup] help: use `'_` for type paths |
| 2558 | 2026-03-05T17:07:54.985Z | [ helios-setup] | |
| 2559 | 2026-03-05T17:07:54.985Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2560 | 2026-03-05T17:07:54.985Z | [ helios-setup] | ++++ |
| 2561 | 2026-03-05T17:07:54.986Z | [ helios-setup] |
| 2562 | 2026-03-05T17:07:55.266Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2563 | 2026-03-05T17:07:58.204Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2564 | 2026-03-05T17:08:01.921Z | [ helios-setup] Mar 05 17:08:01.375 INFO helios repository root is: /work/oxidecomputer/helios |
| 2565 | 2026-03-05T17:08:01.924Z | [ helios-setup] Mar 05 17:08:01.377 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 |
| 2566 | 2026-03-05T17:08:01.924Z | [ helios-setup] Mar 05 17:08:01.378 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2567 | 2026-03-05T17:08:01.927Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2568 | 2026-03-05T17:08:03.023Z | [ helios-setup] Mar 05 17:08:02.477 INFO clone ok!, project: phbl |
| 2569 | 2026-03-05T17:08:03.027Z | [ helios-setup] Mar 05 17:08:02.477 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2570 | 2026-03-05T17:08:03.027Z | [ helios-setup] Mar 05 17:08:02.477 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2571 | 2026-03-05T17:08:03.027Z | [ helios-setup] Mar 05 17:08:02.477 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 |
| 2572 | 2026-03-05T17:08:03.027Z | [ helios-setup] Mar 05 17:08:02.477 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2573 | 2026-03-05T17:08:03.030Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2574 | 2026-03-05T17:08:04.174Z | [ helios-setup] Mar 05 17:08:03.627 INFO clone ok!, project: chelsio-t6-roms |
| 2575 | 2026-03-05T17:08:04.177Z | [ helios-setup] Mar 05 17:08:03.627 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2576 | 2026-03-05T17:08:04.177Z | [ helios-setup] Mar 05 17:08:03.627 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 |
| 2577 | 2026-03-05T17:08:04.177Z | [ helios-setup] Mar 05 17:08:03.627 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2578 | 2026-03-05T17:08:04.180Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2579 | 2026-03-05T17:08:05.158Z | [ helios-setup] Mar 05 17:08:04.610 INFO clone ok!, project: pinprick |
| 2580 | 2026-03-05T17:08:05.161Z | [ helios-setup] Mar 05 17:08:04.611 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 |
| 2581 | 2026-03-05T17:08:05.161Z | [ helios-setup] Mar 05 17:08:04.611 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 |
| 2582 | 2026-03-05T17:08:05.164Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2583 | 2026-03-05T17:08:06.330Z | [ helios-setup] Mar 05 17:08:05.782 INFO clone ok!, project: amd-host-image-builder |
| 2584 | 2026-03-05T17:08:06.333Z | [ helios-setup] Mar 05 17:08:05.782 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 |
| 2585 | 2026-03-05T17:08:06.333Z | [ helios-setup] Mar 05 17:08:05.782 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2586 | 2026-03-05T17:08:06.336Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2587 | 2026-03-05T17:08:06.403Z | [ omicron-package] Compiling progenitor-client v0.13.0 |
| 2588 | 2026-03-05T17:08:06.806Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2589 | 2026-03-05T17:08:07.820Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2590 | 2026-03-05T17:08:07.907Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2591 | 2026-03-05T17:08:08.236Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2592 | 2026-03-05T17:08:13.256Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2593 | 2026-03-05T17:08:18.455Z | Mar 05 17:08:17.901 DEBG process exited with exit status: 0 (66.402764259s) |
| 2594 | 2026-03-05T17:08:18.461Z | Mar 05 17:08:17.903 INFO [incorp-manifest] task succeeded (66.40480468s) |
| 2595 | 2026-03-05T17:08:18.461Z | Mar 05 17:08:17.903 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2596 | 2026-03-05T17:08:18.963Z | Mar 05 17:08:18.409 INFO [incorp-fmt] process exited with exit status: 0 (506.008132ms) |
| 2597 | 2026-03-05T17:08:18.965Z | Mar 05 17:08:18.411 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2598 | 2026-03-05T17:08:19.680Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260305T170819Z |
| 2599 | 2026-03-05T17:08:19.683Z | [ incorp-pkgsend] PUBLISHED |
| 2600 | 2026-03-05T17:08:19.754Z | Mar 05 17:08:19.201 INFO [incorp-pkgsend] process exited with exit status: 0 (791.058805ms) |
| 2601 | 2026-03-05T17:08:19.757Z | Mar 05 17:08:19.201 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2602 | 2026-03-05T17:08:20.279Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2603 | 2026-03-05T17:08:20.289Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2604 | 2026-03-05T17:08:20.352Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2605 | 2026-03-05T17:08:20.353Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2606 | 2026-03-05T17:08:20.356Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2607 | 2026-03-05T17:08:20.362Z | [ helios-incorp] |
| 2608 | 2026-03-05T17:08:20.362Z | [ helios-incorp] Archiving packages ... |
| 2609 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Packages to add: 1 |
| 2610 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Files to retrieve: 0 |
| 2611 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2612 | 2026-03-05T17:08:20.365Z | [ helios-incorp] |
| 2613 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Packages to archive: |
| 2614 | 2026-03-05T17:08:20.365Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260305T170819Z |
| 2615 | 2026-03-05T17:08:20.365Z | [ helios-incorp] |
| 2616 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2617 | 2026-03-05T17:08:20.365Z | [ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds |
| 2618 | 2026-03-05T17:08:20.442Z | Mar 05 17:08:19.888 INFO [helios-incorp] process exited with exit status: 0 (687.418391ms) |
| 2619 | 2026-03-05T17:08:32.868Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2620 | 2026-03-05T17:08:34.198Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2621 | 2026-03-05T17:08:36.994Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2622 | 2026-03-05T17:08:38.605Z | [ helios-setup] Mar 05 17:08:38.042 INFO clone ok!, project: amd-firmware |
| 2623 | 2026-03-05T17:08:38.608Z | [ helios-setup] Mar 05 17:08:38.042 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 |
| 2624 | 2026-03-05T17:08:38.608Z | [ helios-setup] Mar 05 17:08:38.042 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2625 | 2026-03-05T17:08:38.608Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2626 | 2026-03-05T17:08:39.211Z | [ helios-setup] Mar 05 17:08:38.649 INFO clone ok!, project: bootserver |
| 2627 | 2026-03-05T17:08:39.214Z | [ helios-setup] Mar 05 17:08:38.649 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 |
| 2628 | 2026-03-05T17:08:39.214Z | [ helios-setup] Mar 05 17:08:38.649 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2629 | 2026-03-05T17:08:39.217Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2630 | 2026-03-05T17:08:40.222Z | [ helios-setup] Mar 05 17:08:39.655 INFO clone ok!, project: pilot |
| 2631 | 2026-03-05T17:08:40.227Z | [ helios-setup] Mar 05 17:08:39.655 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 |
| 2632 | 2026-03-05T17:08:40.227Z | [ helios-setup] Mar 05 17:08:39.655 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2633 | 2026-03-05T17:08:40.227Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2634 | 2026-03-05T17:08:41.156Z | [ helios-setup] Mar 05 17:08:40.593 INFO clone ok!, project: dmar-report |
| 2635 | 2026-03-05T17:08:41.159Z | [ helios-setup] Mar 05 17:08:40.593 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 |
| 2636 | 2026-03-05T17:08:41.159Z | [ helios-setup] Mar 05 17:08:40.593 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2637 | 2026-03-05T17:08:41.163Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2638 | 2026-03-05T17:08:41.927Z | [ helios-setup] Mar 05 17:08:41.364 INFO clone ok!, project: image-builder |
| 2639 | 2026-03-05T17:08:41.930Z | [ helios-setup] Mar 05 17:08:41.365 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2640 | 2026-03-05T17:08:42.485Z | [ helios-setup] Mar 05 17:08:41.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2641 | 2026-03-05T17:08:42.822Z | [ helios-setup] Mar 05 17:08:42.258 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2642 | 2026-03-05T17:08:42.822Z | [ helios-setup] Mar 05 17:08:42.258 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2643 | 2026-03-05T17:08:43.126Z | [ helios-setup] Mar 05 17:08:42.563 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2644 | 2026-03-05T17:08:43.444Z | [ helios-setup] Mar 05 17:08:42.880 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2645 | 2026-03-05T17:08:43.444Z | [ helios-setup] Mar 05 17:08:42.880 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2646 | 2026-03-05T17:08:43.749Z | [ helios-setup] Mar 05 17:08:43.184 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2647 | 2026-03-05T17:08:44.055Z | [ helios-setup] Mar 05 17:08:43.491 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2648 | 2026-03-05T17:08:44.055Z | [ helios-setup] Mar 05 17:08:43.491 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2649 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2650 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO ok! |
| 2651 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2652 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2653 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO ok! |
| 2654 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2655 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2656 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO ok! |
| 2657 | 2026-03-05T17:08:44.058Z | [ helios-setup] Mar 05 17:08:43.491 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2658 | 2026-03-05T17:08:44.118Z | [ helios-setup] Mar 05 17:08:43.554 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 2659 | 2026-03-05T17:08:44.118Z | [ helios-setup] Mar 05 17:08:43.554 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2660 | 2026-03-05T17:08:44.121Z | [ helios-setup] Mar 05 17:08:43.554 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2661 | 2026-03-05T17:08:44.320Z | [ helios-setup] Mar 05 17:08:43.756 INFO E| Downloading crates ... |
| 2662 | 2026-03-05T17:08:44.376Z | [ helios-setup] Mar 05 17:08:43.803 INFO E| Downloaded adler2 v2.0.0 |
| 2663 | 2026-03-05T17:08:44.380Z | [ helios-setup] Mar 05 17:08:43.813 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2664 | 2026-03-05T17:08:44.415Z | [ helios-setup] Mar 05 17:08:43.851 INFO E| Compiling adler2 v2.0.0 |
| 2665 | 2026-03-05T17:08:44.519Z | [ helios-setup] Mar 05 17:08:43.955 INFO E| Compiling miniz_oxide v0.8.8 |
| 2666 | 2026-03-05T17:08:46.803Z | [ helios-setup] Mar 05 17:08:46.237 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2667 | 2026-03-05T17:08:47.744Z | [ helios-setup] Mar 05 17:08:47.179 INFO E| Finished `release` profile [optimized] target(s) in 3.56s |
| 2668 | 2026-03-05T17:08:47.754Z | [ helios-setup] Mar 05 17:08:47.188 INFO building project "pinprick" ok (3 seconds) |
| 2669 | 2026-03-05T17:08:47.757Z | [ helios-setup] Mar 05 17:08:47.188 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2670 | 2026-03-05T17:08:47.861Z | [ helios-setup] Mar 05 17:08:47.296 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2671 | 2026-03-05T17:08:47.861Z | [ helios-setup] Mar 05 17:08:47.296 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2672 | 2026-03-05T17:08:47.864Z | [ helios-setup] Mar 05 17:08:47.296 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2673 | 2026-03-05T17:08:48.083Z | [ helios-setup] Mar 05 17:08:47.517 INFO E| Updating crates.io index |
| 2674 | 2026-03-05T17:08:48.138Z | [ helios-setup] Mar 05 17:08:47.570 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2675 | 2026-03-05T17:08:48.763Z | [ helios-setup] Mar 05 17:08:48.196 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2676 | 2026-03-05T17:08:48.763Z | [ helios-setup] Mar 05 17:08:48.197 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2677 | 2026-03-05T17:08:48.787Z | [ helios-setup] Mar 05 17:08:48.221 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2678 | 2026-03-05T17:08:49.437Z | [ helios-setup] Mar 05 17:08:48.870 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2679 | 2026-03-05T17:08:49.437Z | [ helios-setup] Mar 05 17:08:48.870 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2680 | 2026-03-05T17:08:49.697Z | [ helios-setup] Mar 05 17:08:49.130 INFO E| Downloading crates ... |
| 2681 | 2026-03-05T17:08:49.779Z | [ helios-setup] Mar 05 17:08:49.212 INFO E| Downloaded log v0.4.27 |
| 2682 | 2026-03-05T17:08:49.783Z | [ helios-setup] Mar 05 17:08:49.217 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2683 | 2026-03-05T17:08:49.789Z | [ helios-setup] Mar 05 17:08:49.222 INFO E| Downloaded heck v0.3.3 |
| 2684 | 2026-03-05T17:08:49.791Z | [ helios-setup] Mar 05 17:08:49.224 INFO E| Downloaded strum v0.27.1 |
| 2685 | 2026-03-05T17:08:49.798Z | [ helios-setup] Mar 05 17:08:49.232 INFO E| Downloaded vec_map v0.8.2 |
| 2686 | 2026-03-05T17:08:49.801Z | [ helios-setup] Mar 05 17:08:49.233 INFO E| Downloaded unic-char-range v0.9.0 |
| 2687 | 2026-03-05T17:08:49.819Z | [ helios-setup] Mar 05 17:08:49.252 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2688 | 2026-03-05T17:08:49.822Z | [ helios-setup] Mar 05 17:08:49.254 INFO E| Downloaded four-cc v0.4.0 |
| 2689 | 2026-03-05T17:08:49.824Z | [ helios-setup] Mar 05 17:08:49.256 INFO E| Downloaded ansi_term v0.12.1 |
| 2690 | 2026-03-05T17:08:49.827Z | [ helios-setup] Mar 05 17:08:49.259 INFO E| Downloaded unic-common v0.9.0 |
| 2691 | 2026-03-05T17:08:49.827Z | [ helios-setup] Mar 05 17:08:49.261 INFO E| Downloaded structopt-derive v0.4.18 |
| 2692 | 2026-03-05T17:08:49.830Z | [ helios-setup] Mar 05 17:08:49.262 INFO E| Downloaded bytesize v2.0.1 |
| 2693 | 2026-03-05T17:08:49.833Z | [ helios-setup] Mar 05 17:08:49.266 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2694 | 2026-03-05T17:08:49.836Z | [ helios-setup] Mar 05 17:08:49.269 INFO E| Downloaded textwrap v0.11.0 |
| 2695 | 2026-03-05T17:08:49.839Z | [ helios-setup] Mar 05 17:08:49.272 INFO E| Downloaded autocfg v1.4.0 |
| 2696 | 2026-03-05T17:08:49.843Z | [ helios-setup] Mar 05 17:08:49.276 INFO E| Downloaded ryu v1.0.20 |
| 2697 | 2026-03-05T17:08:49.848Z | [ helios-setup] Mar 05 17:08:49.281 INFO E| Downloaded pest_generator v2.8.0 |
| 2698 | 2026-03-05T17:08:49.851Z | [ helios-setup] Mar 05 17:08:49.283 INFO E| Downloaded pest_derive v2.8.0 |
| 2699 | 2026-03-05T17:08:49.854Z | [ helios-setup] Mar 05 17:08:49.286 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2700 | 2026-03-05T17:08:49.857Z | [ helios-setup] Mar 05 17:08:49.288 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2701 | 2026-03-05T17:08:49.857Z | [ helios-setup] Mar 05 17:08:49.290 INFO E| Downloaded thiserror v2.0.12 |
| 2702 | 2026-03-05T17:08:49.866Z | [ helios-setup] Mar 05 17:08:49.300 INFO E| Downloaded unicode-ident v1.0.18 |
| 2703 | 2026-03-05T17:08:49.870Z | [ helios-setup] Mar 05 17:08:49.304 INFO E| Downloaded quote v1.0.40 |
| 2704 | 2026-03-05T17:08:49.875Z | [ helios-setup] Mar 05 17:08:49.309 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2705 | 2026-03-05T17:08:49.878Z | [ helios-setup] Mar 05 17:08:49.312 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2706 | 2026-03-05T17:08:49.895Z | [ helios-setup] Mar 05 17:08:49.326 INFO E| Downloaded typenum v1.18.0 |
| 2707 | 2026-03-05T17:08:49.898Z | [ helios-setup] Mar 05 17:08:49.331 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2708 | 2026-03-05T17:08:49.907Z | [ helios-setup] Mar 05 17:08:49.341 INFO E| Downloaded serde v1.0.219 |
| 2709 | 2026-03-05T17:08:49.912Z | [ helios-setup] Mar 05 17:08:49.345 INFO E| Downloaded fletcher v1.0.0 |
| 2710 | 2026-03-05T17:08:49.915Z | [ helios-setup] Mar 05 17:08:49.347 INFO E| Downloaded clap v2.34.0 |
| 2711 | 2026-03-05T17:08:49.923Z | [ helios-setup] Mar 05 17:08:49.356 INFO E| Downloaded pest v2.8.0 |
| 2712 | 2026-03-05T17:08:49.931Z | [ helios-setup] Mar 05 17:08:49.364 INFO E| Downloaded serde_json v1.0.140 |
| 2713 | 2026-03-05T17:08:49.940Z | [ helios-setup] Mar 05 17:08:49.373 INFO E| Downloaded memchr v2.7.4 |
| 2714 | 2026-03-05T17:08:49.947Z | [ helios-setup] Mar 05 17:08:49.380 INFO E| Downloaded serde_derive v1.0.219 |
| 2715 | 2026-03-05T17:08:49.950Z | [ helios-setup] Mar 05 17:08:49.383 INFO E| Downloaded rustversion v1.0.20 |
| 2716 | 2026-03-05T17:08:49.974Z | [ helios-setup] Mar 05 17:08:49.407 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2717 | 2026-03-05T17:08:49.988Z | [ helios-setup] Mar 05 17:08:49.422 INFO E| Downloaded goblin v0.9.3 |
| 2718 | 2026-03-05T17:08:49.996Z | [ helios-setup] Mar 05 17:08:49.429 INFO E| Downloaded zerocopy v0.8.25 |
| 2719 | 2026-03-05T17:08:50.033Z | [ helios-setup] Mar 05 17:08:49.466 INFO E| Downloaded strum_macros v0.27.1 |
| 2720 | 2026-03-05T17:08:50.036Z | [ helios-setup] Mar 05 17:08:49.469 INFO E| Downloaded structopt v0.3.26 |
| 2721 | 2026-03-05T17:08:50.046Z | [ helios-setup] Mar 05 17:08:49.480 INFO E| Downloaded parse_int v0.9.0 |
| 2722 | 2026-03-05T17:08:50.049Z | [ helios-setup] Mar 05 17:08:49.481 INFO E| Downloaded strsim v0.8.0 |
| 2723 | 2026-03-05T17:08:50.049Z | [ helios-setup] Mar 05 17:08:49.483 INFO E| Downloaded pest_meta v2.8.0 |
| 2724 | 2026-03-05T17:08:50.052Z | [ helios-setup] Mar 05 17:08:49.485 INFO E| Downloaded itoa v1.0.15 |
| 2725 | 2026-03-05T17:08:50.055Z | [ helios-setup] Mar 05 17:08:49.488 INFO E| Downloaded dyn-clone v1.0.19 |
| 2726 | 2026-03-05T17:08:50.058Z | [ helios-setup] Mar 05 17:08:49.490 INFO E| Downloaded syn v2.0.101 |
| 2727 | 2026-03-05T17:08:50.074Z | [ helios-setup] Mar 05 17:08:49.506 INFO E| Downloaded unic-char-property v0.9.0 |
| 2728 | 2026-03-05T17:08:50.101Z | [ helios-setup] Mar 05 17:08:49.534 INFO E| Downloaded libc v0.2.172 |
| 2729 | 2026-03-05T17:08:50.214Z | [ helios-setup] Mar 05 17:08:49.647 INFO E| Compiling proc-macro2 v1.0.95 |
| 2730 | 2026-03-05T17:08:50.247Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling unicode-ident v1.0.18 |
| 2731 | 2026-03-05T17:08:50.248Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling memchr v2.7.4 |
| 2732 | 2026-03-05T17:08:50.250Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling autocfg v1.4.0 |
| 2733 | 2026-03-05T17:08:50.250Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling thiserror v2.0.12 |
| 2734 | 2026-03-05T17:08:50.250Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling syn v1.0.109 |
| 2735 | 2026-03-05T17:08:50.250Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling serde v1.0.219 |
| 2736 | 2026-03-05T17:08:50.250Z | [ helios-setup] Mar 05 17:08:49.681 INFO E| Compiling version_check v0.9.5 |
| 2737 | 2026-03-05T17:08:50.716Z | [ helios-setup] Mar 05 17:08:50.149 INFO E| Compiling serde_json v1.0.140 |
| 2738 | 2026-03-05T17:08:51.535Z | [ helios-setup] Mar 05 17:08:50.967 INFO E| Compiling ryu v1.0.20 |
| 2739 | 2026-03-05T17:08:51.774Z | [ helios-setup] Mar 05 17:08:51.206 INFO E| Compiling itoa v1.0.15 |
| 2740 | 2026-03-05T17:08:51.837Z | [ helios-setup] Mar 05 17:08:51.270 INFO E| Compiling num-traits v0.2.19 |
| 2741 | 2026-03-05T17:08:51.844Z | [ helios-setup] Mar 05 17:08:51.277 INFO E| Compiling schemars v0.8.22 |
| 2742 | 2026-03-05T17:08:52.032Z | [ helios-setup] Mar 05 17:08:51.465 INFO E| Compiling memoffset v0.9.1 |
| 2743 | 2026-03-05T17:08:52.098Z | [ helios-setup] Mar 05 17:08:51.531 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2744 | 2026-03-05T17:08:52.132Z | [ helios-setup] Mar 05 17:08:51.565 INFO E| Compiling static_assertions v1.1.0 |
| 2745 | 2026-03-05T17:08:52.192Z | [ helios-setup] Mar 05 17:08:51.624 INFO E| Compiling dyn-clone v1.0.19 |
| 2746 | 2026-03-05T17:08:52.267Z | [ helios-setup] Mar 05 17:08:51.699 INFO E| Compiling zerocopy v0.8.25 |
| 2747 | 2026-03-05T17:08:52.427Z | [ helios-setup] Mar 05 17:08:51.859 INFO E| Compiling paste v1.0.15 |
| 2748 | 2026-03-05T17:08:52.460Z | [ helios-setup] Mar 05 17:08:51.892 INFO E| Compiling rustversion v1.0.20 |
| 2749 | 2026-03-05T17:08:52.573Z | [ helios-setup] Mar 05 17:08:51.999 INFO E| Compiling ucd-trie v0.1.7 |
| 2750 | 2026-03-05T17:08:52.648Z | [ helios-setup] Mar 05 17:08:52.079 INFO E| Compiling quote v1.0.40 |
| 2751 | 2026-03-05T17:08:52.679Z | [ helios-setup] Mar 05 17:08:52.095 INFO E| Compiling libc v0.2.172 |
| 2752 | 2026-03-05T17:08:53.098Z | [ helios-setup] Mar 05 17:08:52.530 INFO E| Compiling proc-macro-error v1.0.4 |
| 2753 | 2026-03-05T17:08:53.142Z | [ helios-setup] Mar 05 17:08:52.574 INFO E| Compiling syn v2.0.101 |
| 2754 | 2026-03-05T17:08:53.213Z | [ helios-setup] Mar 05 17:08:52.645 INFO E| Compiling once_cell v1.21.3 |
| 2755 | 2026-03-05T17:08:53.721Z | [ helios-setup] Mar 05 17:08:53.153 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2756 | 2026-03-05T17:08:54.301Z | [ helios-setup] Mar 05 17:08:53.730 INFO E| Compiling unicode-width v0.1.14 |
| 2757 | 2026-03-05T17:08:54.374Z | [ helios-setup] Mar 05 17:08:53.805 INFO E| Compiling heck v0.5.0 |
| 2758 | 2026-03-05T17:08:54.561Z | [ helios-setup] Mar 05 17:08:53.992 INFO E| Compiling heck v0.3.3 |
| 2759 | 2026-03-05T17:08:54.690Z | [ helios-setup] Mar 05 17:08:54.121 INFO E| Compiling parse_int v0.9.0 |
| 2760 | 2026-03-05T17:08:54.784Z | [ helios-setup] Mar 05 17:08:54.210 INFO E| Compiling atty v0.2.14 |
| 2761 | 2026-03-05T17:08:54.890Z | [ helios-setup] Mar 05 17:08:54.321 INFO E| Compiling textwrap v0.11.0 |
| 2762 | 2026-03-05T17:08:54.900Z | [ helios-setup] Mar 05 17:08:54.330 INFO E| Compiling bitflags v1.3.2 |
| 2763 | 2026-03-05T17:08:54.918Z | [ helios-setup] Mar 05 17:08:54.346 INFO E| Compiling fletcher v1.0.0 |
| 2764 | 2026-03-05T17:08:54.950Z | [ helios-setup] Mar 05 17:08:54.374 INFO E| Compiling strum v0.27.1 |
| 2765 | 2026-03-05T17:08:54.965Z | [ helios-setup] Mar 05 17:08:54.388 INFO E| Compiling vec_map v0.8.2 |
| 2766 | 2026-03-05T17:08:54.987Z | [ helios-setup] Mar 05 17:08:54.406 INFO E| Compiling unic-char-range v0.9.0 |
| 2767 | 2026-03-05T17:08:55.020Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 42s |
| 2768 | 2026-03-05T17:08:55.040Z | [ helios-setup] Mar 05 17:08:54.458 INFO E| Compiling ansi_term v0.12.1 |
| 2769 | 2026-03-05T17:08:55.096Z | [ helios-setup] Mar 05 17:08:54.521 INFO E| Compiling byteorder v1.5.0 |
| 2770 | 2026-03-05T17:08:55.151Z | [ helios-setup] Mar 05 17:08:54.576 INFO E| Compiling strsim v0.8.0 |
| 2771 | 2026-03-05T17:08:55.195Z | [ helios-setup] Mar 05 17:08:54.621 INFO E| Compiling unic-common v0.9.0 |
| 2772 | 2026-03-05T17:08:55.300Z | [ helios-setup] Mar 05 17:08:54.720 INFO E| Compiling unic-char-property v0.9.0 |
| 2773 | 2026-03-05T17:08:55.370Z | [ helios-setup] Mar 05 17:08:54.795 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2774 | 2026-03-05T17:08:55.397Z | [ omicron-package] |
| 2775 | 2026-03-05T17:08:55.397Z | [ omicron-package] real 1:43.250610099 |
| 2776 | 2026-03-05T17:08:55.405Z | [ omicron-package] user 8:53.079944617 |
| 2777 | 2026-03-05T17:08:55.405Z | [ omicron-package] sys 33.502964529 |
| 2778 | 2026-03-05T17:08:55.405Z | [ omicron-package] trap 1.064289293 |
| 2779 | 2026-03-05T17:08:55.405Z | [ omicron-package] tflt 0.847421851 |
| 2780 | 2026-03-05T17:08:55.406Z | [ omicron-package] dflt 0.792692589 |
| 2781 | 2026-03-05T17:08:55.406Z | [ omicron-package] kflt 0.000378593 |
| 2782 | 2026-03-05T17:08:55.406Z | [ omicron-package] lock 27:19.610911937 |
| 2783 | 2026-03-05T17:08:55.406Z | [ omicron-package] slp 32:07.348981436 |
| 2784 | 2026-03-05T17:08:55.406Z | [ omicron-package] lat 3:18.870711058 |
| 2785 | 2026-03-05T17:08:55.406Z | [ omicron-package] stop 1:30.282867736 |
| 2786 | 2026-03-05T17:08:55.406Z | Mar 05 17:08:54.824 INFO [omicron-package] process exited with exit status: 0 (103.325370419s) |
| 2787 | 2026-03-05T17:08:55.406Z | Mar 05 17:08:54.824 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2788 | 2026-03-05T17:08:55.406Z | Mar 05 17:08:54.827 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2789 | 2026-03-05T17:08:55.418Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2790 | 2026-03-05T17:08:55.424Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2791 | 2026-03-05T17:08:55.424Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2792 | 2026-03-05T17:08:55.424Z | [ host-target] Created new build target 'host' and set it as active |
| 2793 | 2026-03-05T17:08:55.424Z | Mar 05 17:08:54.852 INFO [host-target] process exited with exit status: 0 (27.955375ms) |
| 2794 | 2026-03-05T17:08:55.424Z | Mar 05 17:08:54.852 INFO [recovery-target] process exited with exit status: 0 (27.5789ms) |
| 2795 | 2026-03-05T17:08:55.425Z | Mar 05 17:08:54.852 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2796 | 2026-03-05T17:08:55.440Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2797 | 2026-03-05T17:08:55.486Z | [ helios-setup] Mar 05 17:08:54.914 INFO E| Compiling clap v2.34.0 |
| 2798 | 2026-03-05T17:08:55.510Z | [ helios-setup] Mar 05 17:08:54.936 INFO E| Compiling plain v0.2.3 |
| 2799 | 2026-03-05T17:08:55.538Z | [ helios-setup] Mar 05 17:08:54.966 INFO E| Compiling lazy_static v1.5.0 |
| 2800 | 2026-03-05T17:08:55.590Z | [ helios-setup] Mar 05 17:08:55.016 INFO E| Compiling log v0.4.27 |
| 2801 | 2026-03-05T17:08:55.636Z | [ helios-setup] Mar 05 17:08:55.062 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2802 | 2026-03-05T17:08:55.682Z | [ helios-setup] Mar 05 17:08:55.110 INFO E| Compiling bytesize v2.0.1 |
| 2803 | 2026-03-05T17:08:57.974Z | [ helios-setup] Mar 05 17:08:57.404 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2804 | 2026-03-05T17:08:57.974Z | [ helios-setup] Mar 05 17:08:57.404 INFO E| Compiling structopt-derive v0.4.18 |
| 2805 | 2026-03-05T17:08:58.169Z | [ host-package] Compiling ring v0.17.14 |
| 2806 | 2026-03-05T17:08:58.490Z | [ host-package] Compiling regress v0.10.5 |
| 2807 | 2026-03-05T17:08:58.490Z | [ host-package] Compiling heck v0.5.0 |
| 2808 | 2026-03-05T17:08:58.493Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2809 | 2026-03-05T17:08:58.578Z | [ helios-setup] Mar 05 17:08:58.007 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2810 | 2026-03-05T17:08:58.832Z | [ host-package] Compiling convert_case v0.4.0 |
| 2811 | 2026-03-05T17:08:58.932Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2812 | 2026-03-05T17:08:58.935Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2813 | 2026-03-05T17:08:59.896Z | [ host-package] Compiling derive_more v0.99.20 |
| 2814 | 2026-03-05T17:09:01.233Z | [ host-package] Compiling typify-impl v0.6.1 |
| 2815 | 2026-03-05T17:09:01.563Z | [ helios-setup] Mar 05 17:09:00.991 INFO E| Compiling structopt v0.3.26 |
| 2816 | 2026-03-05T17:09:01.646Z | [ helios-setup] Mar 05 17:09:01.075 INFO E| Compiling modular-bitfield v0.11.2 |
| 2817 | 2026-03-05T17:09:02.037Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2818 | 2026-03-05T17:09:02.266Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling thiserror-impl v2.0.12 |
| 2819 | 2026-03-05T17:09:02.266Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling serde_derive v1.0.219 |
| 2820 | 2026-03-05T17:09:02.266Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling schemars_derive v0.8.22 |
| 2821 | 2026-03-05T17:09:02.266Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2822 | 2026-03-05T17:09:02.269Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling num-derive v0.4.2 |
| 2823 | 2026-03-05T17:09:02.269Z | [ helios-setup] Mar 05 17:09:01.694 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2824 | 2026-03-05T17:09:02.320Z | [ helios-setup] Mar 05 17:09:01.748 INFO E| Compiling scroll_derive v0.12.1 |
| 2825 | 2026-03-05T17:09:03.274Z | [ helios-setup] Mar 05 17:09:02.701 INFO E| Compiling strum_macros v0.27.1 |
| 2826 | 2026-03-05T17:09:03.538Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2827 | 2026-03-05T17:09:04.404Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2828 | 2026-03-05T17:09:05.418Z | [ helios-setup] Mar 05 17:09:04.845 INFO E| Compiling scroll v0.12.0 |
| 2829 | 2026-03-05T17:09:06.017Z | [ host-package] Compiling rustls v0.23.37 |
| 2830 | 2026-03-05T17:09:06.602Z | [ helios-setup] Mar 05 17:09:06.028 INFO E| Compiling goblin v0.9.3 |
| 2831 | 2026-03-05T17:09:07.227Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2832 | 2026-03-05T17:09:07.442Z | [ helios-setup] Mar 05 17:09:06.867 INFO E| Compiling modular-bitfield v0.13.1 |
| 2833 | 2026-03-05T17:09:07.732Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2834 | 2026-03-05T17:09:07.860Z | [ helios-setup] Mar 05 17:09:07.284 INFO E| Compiling pest v2.8.0 |
| 2835 | 2026-03-05T17:09:07.964Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2836 | 2026-03-05T17:09:08.155Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2837 | 2026-03-05T17:09:09.271Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2838 | 2026-03-05T17:09:09.837Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2839 | 2026-03-05T17:09:11.420Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2840 | 2026-03-05T17:09:11.680Z | [ host-package] Compiling password-hash v0.5.0 |
| 2841 | 2026-03-05T17:09:12.053Z | [ helios-setup] Mar 05 17:09:11.476 INFO E| Compiling pest_meta v2.8.0 |
| 2842 | 2026-03-05T17:09:12.342Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2843 | 2026-03-05T17:09:12.728Z | [ host-package] Compiling blake2 v0.10.6 |
| 2844 | 2026-03-05T17:09:13.113Z | [ host-package] Compiling aead v0.5.2 |
| 2845 | 2026-03-05T17:09:13.671Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2846 | 2026-03-05T17:09:13.983Z | [ helios-setup] Mar 05 17:09:13.406 INFO E| Compiling pest_generator v2.8.0 |
| 2847 | 2026-03-05T17:09:14.093Z | [ host-package] Compiling swrite v0.1.0 |
| 2848 | 2026-03-05T17:09:14.422Z | [ host-package] Compiling argon2 v0.5.3 |
| 2849 | 2026-03-05T17:09:14.502Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2850 | 2026-03-05T17:09:14.575Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2851 | 2026-03-05T17:09:15.182Z | [ host-package] Compiling typify-impl v0.4.3 |
| 2852 | 2026-03-05T17:09:16.270Z | [ helios-setup] Mar 05 17:09:15.691 INFO E| Compiling pest_derive v2.8.0 |
| 2853 | 2026-03-05T17:09:17.755Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2854 | 2026-03-05T17:09:18.230Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2855 | 2026-03-05T17:09:18.888Z | [ host-package] Compiling rustls v0.22.4 |
| 2856 | 2026-03-05T17:09:18.968Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 2857 | 2026-03-05T17:09:20.205Z | [ host-package] Compiling typify-macro v0.6.1 |
| 2858 | 2026-03-05T17:09:20.495Z | [ helios-setup] Mar 05 17:09:19.914 INFO E| Compiling json5 v0.4.1 |
| 2859 | 2026-03-05T17:09:20.519Z | [ host-package] Compiling bytecount v0.6.9 |
| 2860 | 2026-03-05T17:09:21.021Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2861 | 2026-03-05T17:09:22.930Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 2862 | 2026-03-05T17:09:23.119Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 2863 | 2026-03-05T17:09:23.703Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2864 | 2026-03-05T17:09:24.599Z | [ host-package] Compiling reqwest v0.12.28 |
| 2865 | 2026-03-05T17:09:25.153Z | [ helios-setup] Mar 05 17:09:24.571 INFO E| Compiling four-cc v0.4.0 |
| 2866 | 2026-03-05T17:09:25.153Z | [ helios-setup] Mar 05 17:09:24.571 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2867 | 2026-03-05T17:09:25.359Z | [ helios-setup] Mar 05 17:09:24.777 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2868 | 2026-03-05T17:09:27.300Z | [ host-package] Compiling reqwest v0.13.2 |
| 2869 | 2026-03-05T17:09:29.670Z | [ host-package] Compiling typify v0.6.1 |
| 2870 | 2026-03-05T17:09:29.976Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 2871 | 2026-03-05T17:09:31.401Z | [ host-package] Compiling typify-macro v0.4.3 |
| 2872 | 2026-03-05T17:09:35.183Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2873 | 2026-03-05T17:09:35.357Z | [ host-package] Compiling derive-where v1.6.0 |
| 2874 | 2026-03-05T17:09:35.816Z | [ host-package] Compiling dropshot v0.16.7 |
| 2875 | 2026-03-05T17:09:36.640Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 2876 | 2026-03-05T17:09:37.283Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2877 | 2026-03-05T17:09:48.823Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 2878 | 2026-03-05T17:09:50.028Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2879 | 2026-03-05T17:09:51.100Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 2880 | 2026-03-05T17:09:52.195Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2881 | 2026-03-05T17:10:01.585Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2882 | 2026-03-05T17:10:06.706Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2883 | 2026-03-05T17:10:06.964Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2884 | 2026-03-05T17:10:08.844Z | [ helios-setup] Mar 05 17:10:08.243 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 2885 | 2026-03-05T17:10:12.581Z | [ host-package] Compiling progenitor v0.13.0 |
| 2886 | 2026-03-05T17:10:12.904Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2887 | 2026-03-05T17:10:16.527Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2888 | 2026-03-05T17:10:17.669Z | [ helios-setup] Mar 05 17:10:17.064 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2889 | 2026-03-05T17:10:19.468Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2890 | 2026-03-05T17:10:21.092Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2891 | 2026-03-05T17:10:21.712Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2892 | 2026-03-05T17:10:22.418Z | [ host-package] Compiling thread_local v1.1.9 |
| 2893 | 2026-03-05T17:10:22.784Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2894 | 2026-03-05T17:10:22.962Z | [ host-package] Compiling hostname v0.3.1 |
| 2895 | 2026-03-05T17:10:26.158Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2896 | 2026-03-05T17:10:29.518Z | [ host-package] Compiling multer v3.1.0 |
| 2897 | 2026-03-05T17:10:29.632Z | [ host-package] Compiling slog-async v2.8.0 |
| 2898 | 2026-03-05T17:10:29.762Z | [ host-package] Compiling slog-json v2.6.1 |
| 2899 | 2026-03-05T17:10:30.207Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2900 | 2026-03-05T17:10:30.692Z | [ host-package] Compiling futures-executor v0.3.32 |
| 2901 | 2026-03-05T17:10:31.079Z | [ host-package] Compiling take_mut v0.2.2 |
| 2902 | 2026-03-05T17:10:31.225Z | [ host-package] Compiling term v1.2.1 |
| 2903 | 2026-03-05T17:10:31.304Z | [ host-package] Compiling futures v0.3.32 |
| 2904 | 2026-03-05T17:10:31.596Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2905 | 2026-03-05T17:10:32.015Z | [ host-package] Compiling slog-term v2.9.2 |
| 2906 | 2026-03-05T17:10:32.775Z | [ host-package] Compiling typify v0.4.3 |
| 2907 | 2026-03-05T17:10:32.968Z | [ host-package] Compiling async-stream v0.3.6 |
| 2908 | 2026-03-05T17:10:33.041Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2909 | 2026-03-05T17:10:33.200Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2910 | 2026-03-05T17:10:33.364Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2911 | 2026-03-05T17:10:33.473Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2912 | 2026-03-05T17:10:33.526Z | [ host-package] Compiling instant v0.1.13 |
| 2913 | 2026-03-05T17:10:33.529Z | [ host-package] Compiling hostname v0.4.2 |
| 2914 | 2026-03-05T17:10:33.852Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2915 | 2026-03-05T17:10:33.906Z | [ host-package] Compiling backoff v0.4.0 |
| 2916 | 2026-03-05T17:10:34.081Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2917 | 2026-03-05T17:10:35.856Z | [ host-package] Compiling parse-display v0.10.0 |
| 2918 | 2026-03-05T17:10:35.961Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2919 | 2026-03-05T17:10:36.337Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2920 | 2026-03-05T17:10:36.874Z | [ host-package] Compiling backon v1.6.0 |
| 2921 | 2026-03-05T17:10:37.513Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2922 | 2026-03-05T17:10:38.420Z | [ host-package] Compiling macaddr v1.0.1 |
| 2923 | 2026-03-05T17:10:39.163Z | [ host-package] Compiling console v0.15.11 |
| 2924 | 2026-03-05T17:10:40.353Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2925 | 2026-03-05T17:10:40.731Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2926 | 2026-03-05T17:10:41.510Z | [ host-package] Compiling num-rational v0.4.2 |
| 2927 | 2026-03-05T17:10:44.137Z | [ host-package] Compiling num-complex v0.4.6 |
| 2928 | 2026-03-05T17:10:45.577Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2929 | 2026-03-05T17:10:45.811Z | [ host-package] Compiling num v0.4.3 |
| 2930 | 2026-03-05T17:10:46.230Z | [ host-package] Compiling expectorate v1.2.0 |
| 2931 | 2026-03-05T17:10:46.394Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2932 | 2026-03-05T17:10:46.694Z | [ host-package] Compiling float-ord v0.3.2 |
| 2933 | 2026-03-05T17:10:46.907Z | [ helios-setup] Mar 05 17:10:46.290 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 2934 | 2026-03-05T17:10:46.970Z | [ helios-setup] Mar 05 17:10:46.340 INFO building project "amd-host-image-builder" ok (119 seconds) |
| 2935 | 2026-03-05T17:10:46.970Z | [ helios-setup] Mar 05 17:10:46.341 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2936 | 2026-03-05T17:10:47.071Z | [ helios-setup] Mar 05 17:10:46.453 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 2937 | 2026-03-05T17:10:47.074Z | [ helios-setup] Mar 05 17:10:46.453 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2938 | 2026-03-05T17:10:47.074Z | [ helios-setup] Mar 05 17:10:46.453 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2939 | 2026-03-05T17:10:47.082Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2940 | 2026-03-05T17:10:47.348Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2941 | 2026-03-05T17:10:47.399Z | [ helios-setup] Mar 05 17:10:46.781 INFO E| Downloading crates ... |
| 2942 | 2026-03-05T17:10:47.552Z | [ helios-setup] Mar 05 17:10:46.931 INFO E| Downloaded generic-array v0.14.6 |
| 2943 | 2026-03-05T17:10:47.552Z | [ helios-setup] Mar 05 17:10:46.934 INFO E| Downloaded cpufeatures v0.2.5 |
| 2944 | 2026-03-05T17:10:47.556Z | [ helios-setup] Mar 05 17:10:46.935 INFO E| Downloaded block-buffer v0.10.3 |
| 2945 | 2026-03-05T17:10:47.565Z | [ helios-setup] Mar 05 17:10:46.947 INFO E| Downloaded unicode-width v0.1.10 |
| 2946 | 2026-03-05T17:10:47.567Z | [ helios-setup] Mar 05 17:10:46.950 INFO E| Downloaded typenum v1.15.0 |
| 2947 | 2026-03-05T17:10:47.604Z | [ helios-setup] Mar 05 17:10:46.986 INFO E| Downloaded sha2 v0.10.5 |
| 2948 | 2026-03-05T17:10:47.607Z | [ helios-setup] Mar 05 17:10:46.989 INFO E| Downloaded flate2 v1.0.25 |
| 2949 | 2026-03-05T17:10:47.614Z | [ helios-setup] Mar 05 17:10:46.996 INFO E| Downloaded bytes v1.2.1 |
| 2950 | 2026-03-05T17:10:47.619Z | [ helios-setup] Mar 05 17:10:47.002 INFO E| Downloaded anyhow v1.0.62 |
| 2951 | 2026-03-05T17:10:47.625Z | [ helios-setup] Mar 05 17:10:47.007 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2952 | 2026-03-05T17:10:47.628Z | [ helios-setup] Mar 05 17:10:47.010 INFO E| Downloaded digest v0.10.3 |
| 2953 | 2026-03-05T17:10:47.717Z | [ helios-setup] Mar 05 17:10:47.100 INFO E| Compiling typenum v1.15.0 |
| 2954 | 2026-03-05T17:10:47.795Z | [ helios-setup] Mar 05 17:10:47.177 INFO E| Compiling version_check v0.9.4 |
| 2955 | 2026-03-05T17:10:47.795Z | [ helios-setup] Mar 05 17:10:47.177 INFO E| Compiling crc32fast v1.3.2 |
| 2956 | 2026-03-05T17:10:47.798Z | [ helios-setup] Mar 05 17:10:47.178 INFO E| Compiling cfg-if v1.0.0 |
| 2957 | 2026-03-05T17:10:47.798Z | [ helios-setup] Mar 05 17:10:47.178 INFO E| Compiling adler v1.0.2 |
| 2958 | 2026-03-05T17:10:47.798Z | [ helios-setup] Mar 05 17:10:47.178 INFO E| Compiling anyhow v1.0.62 |
| 2959 | 2026-03-05T17:10:47.826Z | [ helios-setup] Mar 05 17:10:47.208 INFO E| Compiling unicode-width v0.1.10 |
| 2960 | 2026-03-05T17:10:47.829Z | [ helios-setup] Mar 05 17:10:47.208 INFO E| Compiling cpufeatures v0.2.5 |
| 2961 | 2026-03-05T17:10:48.115Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2962 | 2026-03-05T17:10:48.240Z | [ helios-setup] Mar 05 17:10:47.613 INFO E| Compiling miniz_oxide v0.6.2 |
| 2963 | 2026-03-05T17:10:48.276Z | [ helios-setup] Mar 05 17:10:47.658 INFO E| Compiling getopts v0.2.21 |
| 2964 | 2026-03-05T17:10:48.352Z | [ helios-setup] Mar 05 17:10:47.734 INFO E| Compiling bytes v1.2.1 |
| 2965 | 2026-03-05T17:10:48.490Z | [ helios-setup] Mar 05 17:10:47.872 INFO E| Compiling bitflags v1.3.2 |
| 2966 | 2026-03-05T17:10:48.598Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2967 | 2026-03-05T17:10:48.857Z | [ host-package] Compiling libsw v3.5.0 |
| 2968 | 2026-03-05T17:10:48.940Z | [ helios-setup] Mar 05 17:10:48.322 INFO E| Compiling generic-array v0.14.6 |
| 2969 | 2026-03-05T17:10:49.839Z | [ helios-setup] Mar 05 17:10:49.220 INFO E| Compiling flate2 v1.0.25 |
| 2970 | 2026-03-05T17:10:51.264Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2971 | 2026-03-05T17:10:51.774Z | [ host-package] Compiling toml v0.8.23 |
| 2972 | 2026-03-05T17:10:52.534Z | [ host-package] Compiling linear-map v1.2.0 |
| 2973 | 2026-03-05T17:10:52.671Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2974 | 2026-03-05T17:10:53.059Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2975 | 2026-03-05T17:10:53.341Z | [ helios-setup] Mar 05 17:10:52.721 INFO E| Compiling block-buffer v0.10.3 |
| 2976 | 2026-03-05T17:10:53.341Z | [ helios-setup] Mar 05 17:10:52.721 INFO E| Compiling crypto-common v0.1.6 |
| 2977 | 2026-03-05T17:10:53.501Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2978 | 2026-03-05T17:10:53.569Z | [ helios-setup] Mar 05 17:10:52.949 INFO E| Compiling digest v0.10.3 |
| 2979 | 2026-03-05T17:10:53.685Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2980 | 2026-03-05T17:10:53.913Z | [ helios-setup] Mar 05 17:10:53.293 INFO E| Compiling sha2 v0.10.5 |
| 2981 | 2026-03-05T17:10:53.990Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2982 | 2026-03-05T17:10:54.093Z | [ host-package] Compiling nom v7.1.3 |
| 2983 | 2026-03-05T17:10:54.523Z | [ helios-setup] Mar 05 17:10:53.902 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2984 | 2026-03-05T17:10:58.543Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2985 | 2026-03-05T17:10:58.946Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2986 | 2026-03-05T17:10:59.294Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2987 | 2026-03-05T17:10:59.521Z | [ helios-setup] Mar 05 17:10:58.898 INFO E| Finished `release` profile [optimized] target(s) in 12.30s |
| 2988 | 2026-03-05T17:10:59.537Z | [ helios-setup] Mar 05 17:10:58.915 INFO building project "bootserver" ok (12 seconds) |
| 2989 | 2026-03-05T17:10:59.537Z | [ helios-setup] Mar 05 17:10:58.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2990 | 2026-03-05T17:10:59.659Z | [ helios-setup] Mar 05 17:10:59.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 2991 | 2026-03-05T17:10:59.659Z | [ helios-setup] Mar 05 17:10:59.037 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2992 | 2026-03-05T17:10:59.663Z | [ helios-setup] Mar 05 17:10:59.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2993 | 2026-03-05T17:11:00.017Z | [ helios-setup] Mar 05 17:10:59.394 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2994 | 2026-03-05T17:11:00.631Z | [ helios-setup] Mar 05 17:11:00.008 INFO E| From https://github.com/jclulow/hiercmd |
| 2995 | 2026-03-05T17:11:00.631Z | [ helios-setup] Mar 05 17:11:00.008 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2996 | 2026-03-05T17:11:00.653Z | [ helios-setup] Mar 05 17:11:00.030 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2997 | 2026-03-05T17:11:01.074Z | [ helios-setup] Mar 05 17:11:00.449 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2998 | 2026-03-05T17:11:01.074Z | [ helios-setup] Mar 05 17:11:00.449 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2999 | 2026-03-05T17:11:01.095Z | [ helios-setup] Mar 05 17:11:00.472 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3000 | 2026-03-05T17:11:01.576Z | [ helios-setup] Mar 05 17:11:00.952 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3001 | 2026-03-05T17:11:01.576Z | [ helios-setup] Mar 05 17:11:00.952 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3002 | 2026-03-05T17:11:01.622Z | [ helios-setup] Mar 05 17:11:00.998 INFO E| Updating crates.io index |
| 3003 | 2026-03-05T17:11:02.057Z | [ helios-setup] Mar 05 17:11:01.434 INFO E| Downloading crates ... |
| 3004 | 2026-03-05T17:11:02.234Z | [ helios-setup] Mar 05 17:11:01.609 INFO E| Downloaded anstyle-query v1.1.4 |
| 3005 | 2026-03-05T17:11:02.270Z | [ helios-setup] Mar 05 17:11:01.646 INFO E| Downloaded env_filter v0.1.4 |
| 3006 | 2026-03-05T17:11:02.273Z | [ helios-setup] Mar 05 17:11:01.649 INFO E| Downloaded devinfo v0.1.0 |
| 3007 | 2026-03-05T17:11:02.276Z | [ helios-setup] Mar 05 17:11:01.651 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3008 | 2026-03-05T17:11:02.279Z | [ helios-setup] Mar 05 17:11:01.652 INFO E| Downloaded futures-core v0.3.31 |
| 3009 | 2026-03-05T17:11:02.279Z | [ helios-setup] Mar 05 17:11:01.655 INFO E| Downloaded futures-task v0.3.31 |
| 3010 | 2026-03-05T17:11:02.282Z | [ helios-setup] Mar 05 17:11:01.657 INFO E| Downloaded crc v3.3.0 |
| 3011 | 2026-03-05T17:11:02.285Z | [ helios-setup] Mar 05 17:11:01.660 INFO E| Downloaded clap_lex v0.7.6 |
| 3012 | 2026-03-05T17:11:02.289Z | [ helios-setup] Mar 05 17:11:01.662 INFO E| Downloaded base64ct v1.8.0 |
| 3013 | 2026-03-05T17:11:02.318Z | [ helios-setup] Mar 05 17:11:01.694 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3014 | 2026-03-05T17:11:02.320Z | [ helios-setup] Mar 05 17:11:01.695 INFO E| Downloaded time-core v0.1.6 |
| 3015 | 2026-03-05T17:11:02.323Z | [ helios-setup] Mar 05 17:11:01.697 INFO E| Downloaded serde_spanned v1.0.3 |
| 3016 | 2026-03-05T17:11:02.323Z | [ helios-setup] Mar 05 17:11:01.699 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3017 | 2026-03-05T17:11:02.327Z | [ helios-setup] Mar 05 17:11:01.703 INFO E| Downloaded futures-sink v0.3.31 |
| 3018 | 2026-03-05T17:11:02.363Z | [ helios-setup] Mar 05 17:11:01.739 INFO E| Downloaded futures-io v0.3.31 |
| 3019 | 2026-03-05T17:11:02.366Z | [ helios-setup] Mar 05 17:11:01.741 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3020 | 2026-03-05T17:11:02.370Z | [ helios-setup] Mar 05 17:11:01.744 INFO E| Downloaded futures-macro v0.3.31 |
| 3021 | 2026-03-05T17:11:02.370Z | [ helios-setup] Mar 05 17:11:01.745 INFO E| Downloaded bitfield v0.19.3 |
| 3022 | 2026-03-05T17:11:02.373Z | [ helios-setup] Mar 05 17:11:01.747 INFO E| Downloaded deranged v0.5.5 |
| 3023 | 2026-03-05T17:11:02.374Z | [ helios-setup] Mar 05 17:11:01.749 INFO E| Downloaded time-macros v0.2.24 |
| 3024 | 2026-03-05T17:11:02.404Z | [ helios-setup] Mar 05 17:11:01.779 INFO E| Downloaded thiserror v2.0.17 |
| 3025 | 2026-03-05T17:11:02.413Z | [ helios-setup] Mar 05 17:11:01.789 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3026 | 2026-03-05T17:11:02.418Z | [ helios-setup] Mar 05 17:11:01.791 INFO E| Downloaded quote v1.0.41 |
| 3027 | 2026-03-05T17:11:02.421Z | [ helios-setup] Mar 05 17:11:01.795 INFO E| Downloaded generic-array v0.14.9 |
| 3028 | 2026-03-05T17:11:02.424Z | [ helios-setup] Mar 05 17:11:01.798 INFO E| Downloaded toml_writer v1.0.4 |
| 3029 | 2026-03-05T17:11:02.428Z | [ helios-setup] Mar 05 17:11:01.801 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3030 | 2026-03-05T17:11:02.428Z | [ helios-setup] Mar 05 17:11:01.803 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3031 | 2026-03-05T17:11:02.433Z | [ helios-setup] Mar 05 17:11:01.804 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3032 | 2026-03-05T17:11:02.436Z | [ helios-setup] Mar 05 17:11:01.812 INFO E| Downloaded futures-executor v0.3.31 |
| 3033 | 2026-03-05T17:11:02.440Z | [ helios-setup] Mar 05 17:11:01.814 INFO E| Downloaded bitflags v2.10.0 |
| 3034 | 2026-03-05T17:11:02.444Z | [ helios-setup] Mar 05 17:11:01.821 INFO E| Downloaded toml_parser v1.0.4 |
| 3035 | 2026-03-05T17:11:02.448Z | [ helios-setup] Mar 05 17:11:01.824 INFO E| Downloaded cc v1.2.44 |
| 3036 | 2026-03-05T17:11:02.452Z | [ helios-setup] Mar 05 17:11:01.829 INFO E| Downloaded futures-channel v0.3.31 |
| 3037 | 2026-03-05T17:11:02.455Z | [ helios-setup] Mar 05 17:11:01.832 INFO E| Downloaded getopts v0.2.24 |
| 3038 | 2026-03-05T17:11:02.458Z | [ helios-setup] Mar 05 17:11:01.835 INFO E| Downloaded term v1.2.0 |
| 3039 | 2026-03-05T17:11:02.463Z | [ helios-setup] Mar 05 17:11:01.840 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3040 | 2026-03-05T17:11:02.469Z | [ helios-setup] Mar 05 17:11:01.845 INFO E| Downloaded slab v0.4.11 |
| 3041 | 2026-03-05T17:11:02.474Z | [ helios-setup] Mar 05 17:11:01.847 INFO E| Downloaded getrandom v0.2.16 |
| 3042 | 2026-03-05T17:11:02.477Z | [ helios-setup] Mar 05 17:11:01.852 INFO E| Downloaded toml_datetime v0.7.3 |
| 3043 | 2026-03-05T17:11:02.480Z | [ helios-setup] Mar 05 17:11:01.854 INFO E| Downloaded clap_derive v4.5.49 |
| 3044 | 2026-03-05T17:11:02.483Z | [ helios-setup] Mar 05 17:11:01.858 INFO E| Downloaded env_logger v0.11.8 |
| 3045 | 2026-03-05T17:11:02.494Z | [ helios-setup] Mar 05 17:11:01.870 INFO E| Downloaded unicode-ident v1.0.22 |
| 3046 | 2026-03-05T17:11:02.498Z | [ helios-setup] Mar 05 17:11:01.874 INFO E| Downloaded toml v0.9.8 |
| 3047 | 2026-03-05T17:11:02.505Z | [ helios-setup] Mar 05 17:11:01.881 INFO E| Downloaded uuid v1.18.1 |
| 3048 | 2026-03-05T17:11:02.510Z | [ helios-setup] Mar 05 17:11:01.886 INFO E| Downloaded futures v0.3.31 |
| 3049 | 2026-03-05T17:11:02.517Z | [ helios-setup] Mar 05 17:11:01.893 INFO E| Downloaded anyhow v1.0.100 |
| 3050 | 2026-03-05T17:11:02.523Z | [ helios-setup] Mar 05 17:11:01.899 INFO E| Downloaded clap v4.5.51 |
| 3051 | 2026-03-05T17:11:02.537Z | [ helios-setup] Mar 05 17:11:01.913 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3052 | 2026-03-05T17:11:02.543Z | [ helios-setup] Mar 05 17:11:01.917 INFO E| Downloaded flate2 v1.1.5 |
| 3053 | 2026-03-05T17:11:02.548Z | [ helios-setup] Mar 05 17:11:01.925 INFO E| Downloaded bytes v1.10.1 |
| 3054 | 2026-03-05T17:11:02.554Z | [ helios-setup] Mar 05 17:11:01.931 INFO E| Downloaded socket2 v0.6.1 |
| 3055 | 2026-03-05T17:11:02.561Z | [ helios-setup] Mar 05 17:11:01.934 INFO E| Downloaded log v0.4.28 |
| 3056 | 2026-03-05T17:11:02.583Z | [ helios-setup] Mar 05 17:11:01.959 INFO E| Downloaded rsa v0.9.8 |
| 3057 | 2026-03-05T17:11:02.591Z | [ helios-setup] Mar 05 17:11:01.967 INFO E| Downloaded memchr v2.7.6 |
| 3058 | 2026-03-05T17:11:02.598Z | [ helios-setup] Mar 05 17:11:01.975 INFO E| Downloaded toml_edit v0.23.7 |
| 3059 | 2026-03-05T17:11:02.606Z | [ helios-setup] Mar 05 17:11:01.981 INFO E| Downloaded mio v1.1.0 |
| 3060 | 2026-03-05T17:11:02.612Z | [ helios-setup] Mar 05 17:11:01.989 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3061 | 2026-03-05T17:11:02.622Z | [ helios-setup] Mar 05 17:11:01.998 INFO E| Downloaded iddqd v0.3.14 |
| 3062 | 2026-03-05T17:11:02.632Z | [ helios-setup] Mar 05 17:11:02.008 INFO E| Downloaded hashbrown v0.16.0 |
| 3063 | 2026-03-05T17:11:02.639Z | [ helios-setup] Mar 05 17:11:02.016 INFO E| Downloaded indexmap v2.12.0 |
| 3064 | 2026-03-05T17:11:02.674Z | [ helios-setup] Mar 05 17:11:02.050 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3065 | 2026-03-05T17:11:02.680Z | [ helios-setup] Mar 05 17:11:02.057 INFO E| Downloaded futures-util v0.3.31 |
| 3066 | 2026-03-05T17:11:02.698Z | [ helios-setup] Mar 05 17:11:02.074 INFO E| Downloaded time v0.3.44 |
| 3067 | 2026-03-05T17:11:02.717Z | [ helios-setup] Mar 05 17:11:02.086 INFO E| Downloaded winnow v0.7.13 |
| 3068 | 2026-03-05T17:11:02.723Z | [ helios-setup] Mar 05 17:11:02.099 INFO E| Downloaded libm v0.2.15 |
| 3069 | 2026-03-05T17:11:02.741Z | [ helios-setup] Mar 05 17:11:02.117 INFO E| Downloaded clap_builder v4.5.51 |
| 3070 | 2026-03-05T17:11:02.751Z | [ helios-setup] Mar 05 17:11:02.125 INFO E| Downloaded serde_json v1.0.145 |
| 3071 | 2026-03-05T17:11:02.760Z | [ helios-setup] Mar 05 17:11:02.135 INFO E| Downloaded chrono v0.4.42 |
| 3072 | 2026-03-05T17:11:02.770Z | [ helios-setup] Mar 05 17:11:02.146 INFO E| Downloaded zerocopy v0.8.27 |
| 3073 | 2026-03-05T17:11:02.957Z | [ helios-setup] Mar 05 17:11:02.333 INFO E| Downloaded unicode-width v0.2.2 |
| 3074 | 2026-03-05T17:11:02.963Z | [ helios-setup] Mar 05 17:11:02.339 INFO E| Downloaded syn v2.0.108 |
| 3075 | 2026-03-05T17:11:02.998Z | [ helios-setup] Mar 05 17:11:02.374 INFO E| Downloaded rustix v1.1.2 |
| 3076 | 2026-03-05T17:11:03.014Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3077 | 2026-03-05T17:11:03.100Z | [ helios-setup] Mar 05 17:11:02.476 INFO E| Downloaded libc v0.2.177 |
| 3078 | 2026-03-05T17:11:03.139Z | [ helios-setup] Mar 05 17:11:02.515 INFO E| Downloaded tokio v1.48.0 |
| 3079 | 2026-03-05T17:11:03.323Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling proc-macro2 v1.0.103 |
| 3080 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling quote v1.0.41 |
| 3081 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling unicode-ident v1.0.22 |
| 3082 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling libc v0.2.177 |
| 3083 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling serde_core v1.0.228 |
| 3084 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling cfg-if v1.0.4 |
| 3085 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.699 INFO E| Compiling serde v1.0.228 |
| 3086 | 2026-03-05T17:11:03.327Z | [ helios-setup] Mar 05 17:11:02.700 INFO E| Compiling version_check v0.9.5 |
| 3087 | 2026-03-05T17:11:03.394Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3088 | 2026-03-05T17:11:04.210Z | [ helios-setup] Mar 05 17:11:03.585 INFO E| Compiling autocfg v1.5.0 |
| 3089 | 2026-03-05T17:11:04.281Z | [ helios-setup] Mar 05 17:11:03.657 INFO E| Compiling typenum v1.19.0 |
| 3090 | 2026-03-05T17:11:04.571Z | [ helios-setup] Mar 05 17:11:03.946 INFO E| Compiling const-oid v0.9.6 |
| 3091 | 2026-03-05T17:11:04.880Z | [ helios-setup] Mar 05 17:11:04.255 INFO E| Compiling generic-array v0.14.9 |
| 3092 | 2026-03-05T17:11:05.282Z | [ helios-setup] Mar 05 17:11:04.657 INFO E| Compiling libm v0.2.15 |
| 3093 | 2026-03-05T17:11:05.872Z | [ helios-setup] Mar 05 17:11:05.247 INFO E| Compiling num-traits v0.2.19 |
| 3094 | 2026-03-05T17:11:06.511Z | [ helios-setup] Mar 05 17:11:05.885 INFO E| Compiling zerocopy v0.8.27 |
| 3095 | 2026-03-05T17:11:07.030Z | [ helios-setup] Mar 05 17:11:06.404 INFO E| Compiling rustversion v1.0.22 |
| 3096 | 2026-03-05T17:11:07.041Z | [ helios-setup] Mar 05 17:11:06.415 INFO E| Compiling zeroize v1.8.2 |
| 3097 | 2026-03-05T17:11:08.481Z | [ helios-setup] Mar 05 17:11:07.854 INFO E| Compiling smallvec v1.15.1 |
| 3098 | 2026-03-05T17:11:08.644Z | [ helios-setup] Mar 05 17:11:08.018 INFO E| Compiling base64ct v1.8.0 |
| 3099 | 2026-03-05T17:11:09.128Z | [ helios-setup] Mar 05 17:11:08.502 INFO E| Compiling syn v2.0.108 |
| 3100 | 2026-03-05T17:11:09.363Z | [ helios-setup] Mar 05 17:11:08.737 INFO E| Compiling getrandom v0.2.16 |
| 3101 | 2026-03-05T17:11:09.618Z | [ helios-setup] Mar 05 17:11:08.991 INFO E| Compiling flagset v0.4.7 |
| 3102 | 2026-03-05T17:11:10.124Z | [ helios-setup] Mar 05 17:11:09.497 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3103 | 2026-03-05T17:11:10.237Z | [ helios-setup] Mar 05 17:11:09.609 INFO E| Compiling hashbrown v0.16.0 |
| 3104 | 2026-03-05T17:11:10.521Z | [ helios-setup] Mar 05 17:11:09.894 INFO E| Compiling memchr v2.7.6 |
| 3105 | 2026-03-05T17:11:10.822Z | [ helios-setup] Mar 05 17:11:10.195 INFO E| Compiling crc32fast v1.5.0 |
| 3106 | 2026-03-05T17:11:12.246Z | [ helios-setup] Mar 05 17:11:11.617 INFO E| Compiling crypto-common v0.1.6 |
| 3107 | 2026-03-05T17:11:12.766Z | [ helios-setup] Mar 05 17:11:12.138 INFO E| Compiling block-buffer v0.10.4 |
| 3108 | 2026-03-05T17:11:12.846Z | [ helios-setup] Mar 05 17:11:12.218 INFO E| Compiling byteorder v1.5.0 |
| 3109 | 2026-03-05T17:11:13.126Z | [ helios-setup] Mar 05 17:11:12.497 INFO E| Compiling equivalent v1.0.2 |
| 3110 | 2026-03-05T17:11:13.611Z | [ helios-setup] Mar 05 17:11:12.982 INFO E| Compiling digest v0.10.7 |
| 3111 | 2026-03-05T17:11:13.780Z | [ helios-setup] Mar 05 17:11:13.152 INFO E| Compiling winnow v0.7.13 |
| 3112 | 2026-03-05T17:11:14.192Z | [ helios-setup] Mar 05 17:11:13.563 INFO E| Compiling utf8parse v0.2.2 |
| 3113 | 2026-03-05T17:11:14.253Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3114 | 2026-03-05T17:11:14.459Z | [ helios-setup] Mar 05 17:11:13.829 INFO E| Compiling anyhow v1.0.100 |
| 3115 | 2026-03-05T17:11:14.796Z | [ helios-setup] Mar 05 17:11:14.167 INFO E| Compiling rustix v1.1.2 |
| 3116 | 2026-03-05T17:11:14.845Z | [ helios-setup] Mar 05 17:11:14.216 INFO E| Compiling anstyle-parse v0.2.7 |
| 3117 | 2026-03-05T17:11:15.543Z | [ helios-setup] Mar 05 17:11:14.914 INFO E| Compiling indexmap v2.12.0 |
| 3118 | 2026-03-05T17:11:15.762Z | [ helios-setup] Mar 05 17:11:15.131 INFO E| Compiling rand_core v0.6.4 |
| 3119 | 2026-03-05T17:11:16.114Z | [ helios-setup] Mar 05 17:11:15.484 INFO E| Compiling bitflags v2.10.0 |
| 3120 | 2026-03-05T17:11:16.818Z | [ helios-setup] Mar 05 17:11:16.188 INFO E| Compiling errno v0.3.14 |
| 3121 | 2026-03-05T17:11:16.876Z | [ helios-setup] Mar 05 17:11:16.246 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3122 | 2026-03-05T17:11:17.014Z | [ helios-setup] Mar 05 17:11:16.384 INFO E| Compiling shlex v1.3.0 |
| 3123 | 2026-03-05T17:11:17.693Z | [ helios-setup] Mar 05 17:11:17.063 INFO E| Compiling anstyle v1.0.13 |
| 3124 | 2026-03-05T17:11:17.843Z | [ helios-setup] Mar 05 17:11:17.212 INFO E| Compiling syn v1.0.109 |
| 3125 | 2026-03-05T17:11:17.848Z | [ helios-setup] Mar 05 17:11:17.218 INFO E| Compiling colorchoice v1.0.4 |
| 3126 | 2026-03-05T17:11:18.058Z | [ helios-setup] Mar 05 17:11:17.428 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3127 | 2026-03-05T17:11:18.209Z | [ helios-setup] Mar 05 17:11:17.578 INFO E| Compiling cpufeatures v0.2.17 |
| 3128 | 2026-03-05T17:11:18.358Z | [ helios-setup] Mar 05 17:11:17.728 INFO E| Compiling radium v0.7.0 |
| 3129 | 2026-03-05T17:11:18.449Z | [ helios-setup] Mar 05 17:11:17.818 INFO E| Compiling allocator-api2 v0.2.21 |
| 3130 | 2026-03-05T17:11:18.606Z | [ helios-setup] Mar 05 17:11:17.975 INFO E| Compiling toml_datetime v0.7.3 |
| 3131 | 2026-03-05T17:11:18.696Z | [ helios-setup] Mar 05 17:11:18.065 INFO E| Compiling anstyle-query v1.1.4 |
| 3132 | 2026-03-05T17:11:18.784Z | [ helios-setup] Mar 05 17:11:18.153 INFO E| Compiling sha2 v0.10.9 |
| 3133 | 2026-03-05T17:11:19.358Z | [ helios-setup] Mar 05 17:11:18.727 INFO E| Compiling anstream v0.6.21 |
| 3134 | 2026-03-05T17:11:19.766Z | [ helios-setup] Mar 05 17:11:19.135 INFO E| Compiling cc v1.2.44 |
| 3135 | 2026-03-05T17:11:20.301Z | [ helios-setup] Mar 05 17:11:19.670 INFO E| Compiling toml_parser v1.0.4 |
| 3136 | 2026-03-05T17:11:22.138Z | [ helios-setup] Mar 05 17:11:21.505 INFO E| Compiling slog v2.8.2 |
| 3137 | 2026-03-05T17:11:22.342Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3138 | 2026-03-05T17:11:22.803Z | [ helios-setup] Mar 05 17:11:22.170 INFO E| Compiling toml_edit v0.23.7 |
| 3139 | 2026-03-05T17:11:23.005Z | [ helios-setup] Mar 05 17:11:22.372 INFO E| Compiling unicode-width v0.2.2 |
| 3140 | 2026-03-05T17:11:23.305Z | [ helios-setup] Mar 05 17:11:22.672 INFO E| Compiling parking_lot_core v0.9.12 |
| 3141 | 2026-03-05T17:11:24.382Z | [ helios-setup] Mar 05 17:11:23.749 INFO E| Compiling futures-core v0.3.31 |
| 3142 | 2026-03-05T17:11:24.509Z | [ helios-setup] Mar 05 17:11:23.876 INFO E| Compiling maybe-uninit v2.0.0 |
| 3143 | 2026-03-05T17:11:24.722Z | [ helios-setup] Mar 05 17:11:24.088 INFO E| Compiling tap v1.0.1 |
| 3144 | 2026-03-05T17:11:24.756Z | [ helios-setup] Mar 05 17:11:24.122 INFO E| Compiling pkg-config v0.3.32 |
| 3145 | 2026-03-05T17:11:24.758Z | [ helios-setup] Mar 05 17:11:24.123 INFO E| Compiling pin-project-lite v0.2.16 |
| 3146 | 2026-03-05T17:11:24.862Z | [ helios-setup] Mar 05 17:11:24.228 INFO E| Compiling futures-sink v0.3.31 |
| 3147 | 2026-03-05T17:11:25.009Z | [ helios-setup] Mar 05 17:11:24.375 INFO E| Compiling getopts v0.2.24 |
| 3148 | 2026-03-05T17:11:25.078Z | [ helios-setup] Mar 05 17:11:24.444 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3149 | 2026-03-05T17:11:25.322Z | [ helios-setup] Mar 05 17:11:24.687 INFO E| Compiling wyz v0.5.1 |
| 3150 | 2026-03-05T17:11:25.465Z | [ helios-setup] Mar 05 17:11:24.831 INFO E| Compiling futures-channel v0.3.31 |
| 3151 | 2026-03-05T17:11:25.898Z | [ helios-setup] Mar 05 17:11:25.264 INFO E| Compiling terminal_size v0.4.3 |
| 3152 | 2026-03-05T17:11:26.565Z | [ helios-setup] Mar 05 17:11:25.929 INFO E| Compiling num-integer v0.1.46 |
| 3153 | 2026-03-05T17:11:26.568Z | [ helios-setup] Mar 05 17:11:25.929 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3154 | 2026-03-05T17:11:26.982Z | [ helios-setup] Mar 05 17:11:26.347 INFO E| Compiling ahash v0.8.12 |
| 3155 | 2026-03-05T17:11:27.229Z | [ helios-setup] Mar 05 17:11:26.595 INFO E| Compiling futures-io v0.3.31 |
| 3156 | 2026-03-05T17:11:27.562Z | [ helios-setup] Mar 05 17:11:26.927 INFO E| Compiling strsim v0.11.1 |
| 3157 | 2026-03-05T17:11:27.838Z | [ helios-setup] Mar 05 17:11:27.204 INFO E| Compiling num-conv v0.1.0 |
| 3158 | 2026-03-05T17:11:27.891Z | [ helios-setup] Mar 05 17:11:27.256 INFO E| Compiling clap_lex v0.7.6 |
| 3159 | 2026-03-05T17:11:28.007Z | [ helios-setup] Mar 05 17:11:27.372 INFO E| Compiling packed_struct v0.10.1 |
| 3160 | 2026-03-05T17:11:28.743Z | [ helios-setup] Mar 05 17:11:28.108 INFO E| Compiling getrandom v0.3.4 |
| 3161 | 2026-03-05T17:11:28.804Z | [ helios-setup] Mar 05 17:11:28.169 INFO E| Compiling pin-utils v0.1.0 |
| 3162 | 2026-03-05T17:11:29.040Z | [ helios-setup] Mar 05 17:11:28.405 INFO E| Compiling bytes v1.10.1 |
| 3163 | 2026-03-05T17:11:29.263Z | [ helios-setup] Mar 05 17:11:28.627 INFO E| Compiling serde_derive v1.0.228 |
| 3164 | 2026-03-05T17:11:29.432Z | [ helios-setup] Mar 05 17:11:28.796 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3165 | 2026-03-05T17:11:29.432Z | [ helios-setup] Mar 05 17:11:28.797 INFO E| Compiling der_derive v0.7.3 |
| 3166 | 2026-03-05T17:11:29.854Z | [ helios-setup] Mar 05 17:11:29.219 INFO E| Compiling futures-macro v0.3.31 |
| 3167 | 2026-03-05T17:11:30.047Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3168 | 2026-03-05T17:11:30.643Z | [ helios-setup] Mar 05 17:11:30.007 INFO E| Compiling thiserror v1.0.69 |
| 3169 | 2026-03-05T17:11:30.907Z | [ helios-setup] Mar 05 17:11:30.271 INFO E| Compiling slab v0.4.11 |
| 3170 | 2026-03-05T17:11:31.884Z | [ helios-setup] Mar 05 17:11:31.247 INFO E| Compiling spin v0.9.8 |
| 3171 | 2026-03-05T17:11:31.957Z | [ helios-setup] Mar 05 17:11:31.321 INFO E| Compiling funty v2.0.0 |
| 3172 | 2026-03-05T17:11:32.629Z | [ helios-setup] Mar 05 17:11:31.992 INFO E| Compiling time-core v0.1.6 |
| 3173 | 2026-03-05T17:11:33.008Z | [ helios-setup] Mar 05 17:11:32.371 INFO E| Compiling futures-task v0.3.31 |
| 3174 | 2026-03-05T17:11:33.049Z | [ host-package] Compiling convert_case v0.10.0 |
| 3175 | 2026-03-05T17:11:33.208Z | [ helios-setup] Mar 05 17:11:32.570 INFO E| Compiling scopeguard v1.2.0 |
| 3176 | 2026-03-05T17:11:33.229Z | [ helios-setup] Mar 05 17:11:32.592 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3177 | 2026-03-05T17:11:33.693Z | [ helios-setup] Mar 05 17:11:33.055 INFO E| Compiling heck v0.5.0 |
| 3178 | 2026-03-05T17:11:33.731Z | [ helios-setup] Mar 05 17:11:33.093 INFO E| Compiling itoa v1.0.15 |
| 3179 | 2026-03-05T17:11:33.928Z | [ host-package] Compiling qorb v0.4.1 |
| 3180 | 2026-03-05T17:11:34.124Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3181 | 2026-03-05T17:11:34.292Z | [ helios-setup] Mar 05 17:11:33.654 INFO E| Compiling powerfmt v0.2.0 |
| 3182 | 2026-03-05T17:11:34.414Z | [ helios-setup] Mar 05 17:11:33.774 INFO E| Compiling der v0.7.10 |
| 3183 | 2026-03-05T17:11:34.626Z | [ helios-setup] Mar 05 17:11:33.988 INFO E| Compiling bitvec v1.0.1 |
| 3184 | 2026-03-05T17:11:34.789Z | [ helios-setup] Mar 05 17:11:34.152 INFO E| Compiling clap_derive v4.5.49 |
| 3185 | 2026-03-05T17:11:35.347Z | [ helios-setup] Mar 05 17:11:34.710 INFO E| Compiling deranged v0.5.5 |
| 3186 | 2026-03-05T17:11:37.028Z | [ helios-setup] Mar 05 17:11:36.389 INFO E| Compiling lock_api v0.4.14 |
| 3187 | 2026-03-05T17:11:37.438Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3188 | 2026-03-05T17:11:38.074Z | [ helios-setup] Mar 05 17:11:37.435 INFO E| Compiling futures-util v0.3.31 |
| 3189 | 2026-03-05T17:11:40.872Z | [ helios-setup] Mar 05 17:11:40.232 INFO E| Compiling spki v0.7.3 |
| 3190 | 2026-03-05T17:11:41.851Z | [ helios-setup] Mar 05 17:11:41.210 INFO E| Compiling pkcs8 v0.10.2 |
| 3191 | 2026-03-05T17:11:42.697Z | [ helios-setup] Mar 05 17:11:42.056 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3192 | 2026-03-05T17:11:42.830Z | [ helios-setup] Mar 05 17:11:42.189 INFO E| Compiling time-macros v0.2.24 |
| 3193 | 2026-03-05T17:11:43.514Z | [ helios-setup] Mar 05 17:11:42.873 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3194 | 2026-03-05T17:11:44.023Z | [ helios-setup] Mar 05 17:11:43.380 INFO E| Compiling lazy_static v1.5.0 |
| 3195 | 2026-03-05T17:11:45.102Z | [ helios-setup] Mar 05 17:11:44.460 INFO E| Compiling rand_chacha v0.3.1 |
| 3196 | 2026-03-05T17:11:45.252Z | [ helios-setup] Mar 05 17:11:44.610 INFO E| Compiling num_enum_derive v0.7.5 |
| 3197 | 2026-03-05T17:11:45.448Z | [ helios-setup] Mar 05 17:11:44.805 INFO E| Compiling bitfield-macros v0.19.3 |
| 3198 | 2026-03-05T17:11:46.553Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3199 | 2026-03-05T17:11:46.932Z | [ helios-setup] Mar 05 17:11:46.289 INFO E| Compiling erased-serde v0.3.31 |
| 3200 | 2026-03-05T17:11:46.988Z | [ helios-setup] Mar 05 17:11:46.346 INFO E| Compiling rand v0.8.5 |
| 3201 | 2026-03-05T17:11:47.273Z | [ helios-setup] Mar 05 17:11:46.630 INFO E| Compiling thiserror-impl v1.0.69 |
| 3202 | 2026-03-05T17:11:47.825Z | [ helios-setup] Mar 05 17:11:47.181 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3203 | 2026-03-05T17:11:48.076Z | [ helios-setup] Mar 05 17:11:47.432 INFO E| Compiling clap_builder v4.5.51 |
| 3204 | 2026-03-05T17:11:50.199Z | [ helios-setup] Mar 05 17:11:49.554 INFO E| Compiling num-iter v0.1.45 |
| 3205 | 2026-03-05T17:11:50.813Z | [ helios-setup] Mar 05 17:11:50.168 INFO E| Compiling indexmap v1.9.3 |
| 3206 | 2026-03-05T17:11:50.893Z | [ helios-setup] Mar 05 17:11:50.249 INFO E| Compiling log v0.4.28 |
| 3207 | 2026-03-05T17:11:50.968Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3208 | 2026-03-05T17:11:51.672Z | [ helios-setup] Mar 05 17:11:51.026 INFO E| Compiling thiserror v2.0.17 |
| 3209 | 2026-03-05T17:11:52.275Z | [ helios-setup] Mar 05 17:11:51.630 INFO E| Compiling crc-catalog v2.4.0 |
| 3210 | 2026-03-05T17:11:52.316Z | [ helios-setup] Mar 05 17:11:51.671 INFO E| Compiling iana-time-zone v0.1.64 |
| 3211 | 2026-03-05T17:11:52.388Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3212 | 2026-03-05T17:11:52.395Z | [ helios-setup] Mar 05 17:11:51.749 INFO E| Compiling nodrop v0.1.14 |
| 3213 | 2026-03-05T17:11:52.717Z | [ helios-setup] Mar 05 17:11:52.071 INFO E| Compiling once_cell v1.21.3 |
| 3214 | 2026-03-05T17:11:52.798Z | [ helios-setup] Mar 05 17:11:52.153 INFO E| Compiling simd-adler32 v0.3.7 |
| 3215 | 2026-03-05T17:11:53.198Z | [ helios-setup] Mar 05 17:11:52.552 INFO E| Compiling adler2 v2.0.1 |
| 3216 | 2026-03-05T17:11:53.420Z | [ helios-setup] Mar 05 17:11:52.775 INFO E| Compiling serde_json v1.0.145 |
| 3217 | 2026-03-05T17:11:53.479Z | [ helios-setup] Mar 05 17:11:52.833 INFO E| Compiling time v0.3.44 |
| 3218 | 2026-03-05T17:11:53.852Z | [ helios-setup] Mar 05 17:11:53.206 INFO E| Compiling miniz_oxide v0.8.9 |
| 3219 | 2026-03-05T17:11:54.688Z | [ helios-setup] Mar 05 17:11:54.042 INFO E| Compiling chrono v0.4.42 |
| 3220 | 2026-03-05T17:11:54.713Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3221 | 2026-03-05T17:11:55.050Z | [ helios-setup] Mar 05 17:11:54.404 INFO E| Compiling array-init v0.0.4 |
| 3222 | 2026-03-05T17:11:57.058Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3223 | 2026-03-05T17:11:57.365Z | [ helios-setup] Mar 05 17:11:56.717 INFO E| Compiling crc v3.3.0 |
| 3224 | 2026-03-05T17:11:57.709Z | [ helios-setup] Mar 05 17:11:57.060 INFO E| Compiling zerocopy v0.6.6 |
| 3225 | 2026-03-05T17:11:57.823Z | [ host-package] Compiling derive_more v2.1.1 |
| 3226 | 2026-03-05T17:11:58.116Z | [ host-package] Compiling progenitor v0.11.2 |
| 3227 | 2026-03-05T17:11:58.578Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3228 | 2026-03-05T17:11:58.689Z | [ helios-setup] Mar 05 17:11:58.041 INFO E| Compiling clap v4.5.51 |
| 3229 | 2026-03-05T17:11:58.774Z | [ host-package] Compiling termtree v0.5.1 |
| 3230 | 2026-03-05T17:11:58.899Z | [ helios-setup] Mar 05 17:11:58.251 INFO E| Compiling env_filter v0.1.4 |
| 3231 | 2026-03-05T17:11:59.339Z | [ helios-setup] Mar 05 17:11:58.691 INFO E| Compiling parking_lot v0.12.5 |
| 3232 | 2026-03-05T17:11:59.419Z | [ helios-setup] Mar 05 17:11:58.771 INFO E| Compiling num_enum v0.7.5 |
| 3233 | 2026-03-05T17:11:59.596Z | [ host-package] Compiling crossterm v0.29.0 |
| 3234 | 2026-03-05T17:11:59.773Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3235 | 2026-03-05T17:12:00.102Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3236 | 2026-03-05T17:12:00.280Z | [ helios-setup] Mar 05 17:11:59.631 INFO E| Compiling smallvec v0.6.14 |
| 3237 | 2026-03-05T17:12:00.550Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-03-05T17:12:01.521Z | [ helios-setup] Mar 05 17:12:00.872 INFO E| Compiling futures-executor v0.3.31 |
| 3239 | 2026-03-05T17:12:01.639Z | [ helios-setup] Mar 05 17:12:00.990 INFO E| Compiling bitfield v0.19.3 |
| 3240 | 2026-03-05T17:12:03.089Z | [ helios-setup] Mar 05 17:12:02.439 INFO E| Compiling serde_spanned v0.6.9 |
| 3241 | 2026-03-05T17:12:03.446Z | [ helios-setup] Mar 05 17:12:02.796 INFO E| Compiling toml_datetime v0.6.11 |
| 3242 | 2026-03-05T17:12:03.769Z | [ helios-setup] Mar 05 17:12:03.119 INFO E| Compiling pkcs1 v0.7.5 |
| 3243 | 2026-03-05T17:12:04.089Z | [ helios-setup] Mar 05 17:12:03.438 INFO E| Compiling thiserror-impl v2.0.17 |
| 3244 | 2026-03-05T17:12:05.213Z | [ helios-setup] Mar 05 17:12:04.562 INFO E| Compiling tokio-macros v2.6.0 |
| 3245 | 2026-03-05T17:12:08.855Z | [ helios-setup] Mar 05 17:12:08.202 INFO E| Compiling signature v2.2.0 |
| 3246 | 2026-03-05T17:12:09.624Z | [ helios-setup] Mar 05 17:12:08.971 INFO E| Compiling serde_spanned v1.0.3 |
| 3247 | 2026-03-05T17:12:10.452Z | [ helios-setup] Mar 05 17:12:09.798 INFO E| Compiling socket2 v0.6.1 |
| 3248 | 2026-03-05T17:12:10.561Z | [ helios-setup] Mar 05 17:12:09.906 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3249 | 2026-03-05T17:12:10.700Z | [ helios-setup] Mar 05 17:12:10.047 INFO E| Compiling mio v1.1.0 |
| 3250 | 2026-03-05T17:12:10.891Z | [ helios-setup] Mar 05 17:12:10.238 INFO E| Compiling is-terminal v0.4.17 |
| 3251 | 2026-03-05T17:12:10.926Z | [ helios-setup] Mar 05 17:12:10.273 INFO E| Compiling thread_local v1.1.9 |
| 3252 | 2026-03-05T17:12:11.361Z | [ helios-setup] Mar 05 17:12:10.708 INFO E| Compiling subtle v2.6.1 |
| 3253 | 2026-03-05T17:12:11.964Z | [ helios-setup] Mar 05 17:12:11.310 INFO E| Compiling winnow v0.5.40 |
| 3254 | 2026-03-05T17:12:12.243Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3255 | 2026-03-05T17:12:12.331Z | [ helios-setup] Mar 05 17:12:11.677 INFO E| Compiling term v1.2.0 |
| 3256 | 2026-03-05T17:12:12.418Z | [ helios-setup] Mar 05 17:12:11.764 INFO E| Compiling hashbrown v0.12.3 |
| 3257 | 2026-03-05T17:12:13.165Z | [ helios-setup] Mar 05 17:12:12.511 INFO E| Compiling base64 v0.21.7 |
| 3258 | 2026-03-05T17:12:13.628Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3259 | 2026-03-05T17:12:13.830Z | [ helios-setup] Mar 05 17:12:13.174 INFO E| Compiling toml_writer v1.0.4 |
| 3260 | 2026-03-05T17:12:13.964Z | [ helios-setup] Mar 05 17:12:13.310 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3261 | 2026-03-05T17:12:14.324Z | [ host-package] Compiling csv-core v0.1.13 |
| 3262 | 2026-03-05T17:12:14.783Z | [ host-package] Compiling vte v0.14.1 |
| 3263 | 2026-03-05T17:12:14.944Z | [ helios-setup] Mar 05 17:12:14.289 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3264 | 2026-03-05T17:12:14.953Z | [ helios-setup] Mar 05 17:12:14.298 INFO E| Compiling ryu v1.0.20 |
| 3265 | 2026-03-05T17:12:15.300Z | [ host-package] Compiling highway v1.3.0 |
| 3266 | 2026-03-05T17:12:15.303Z | [ helios-setup] Mar 05 17:12:14.647 INFO E| Compiling devinfo v0.1.0 |
| 3267 | 2026-03-05T17:12:15.826Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3268 | 2026-03-05T17:12:16.449Z | [ helios-setup] Mar 05 17:12:15.793 INFO E| Compiling toml v0.9.8 |
| 3269 | 2026-03-05T17:12:16.536Z | [ host-package] Compiling tough v0.20.0 |
| 3270 | 2026-03-05T17:12:16.916Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3271 | 2026-03-05T17:12:17.938Z | [ helios-setup] Mar 05 17:12:17.282 INFO E| Compiling ron v0.8.1 |
| 3272 | 2026-03-05T17:12:18.274Z | [ host-package] Compiling csv v1.4.0 |
| 3273 | 2026-03-05T17:12:18.464Z | [ helios-setup] Mar 05 17:12:17.807 INFO E| Compiling slog-term v2.9.2 |
| 3274 | 2026-03-05T17:12:20.137Z | [ helios-setup] Mar 05 17:12:19.480 INFO E| Compiling toml_edit v0.19.15 |
| 3275 | 2026-03-05T17:12:20.502Z | [ helios-setup] Mar 05 17:12:19.845 INFO E| Compiling tokio v1.48.0 |
| 3276 | 2026-03-05T17:12:22.594Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3277 | 2026-03-05T17:12:23.227Z | [ helios-setup] Mar 05 17:12:22.568 INFO E| Compiling rsa v0.9.8 |
| 3278 | 2026-03-05T17:12:25.351Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3279 | 2026-03-05T17:12:26.192Z | [ helios-setup] Mar 05 17:12:25.532 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3280 | 2026-03-05T17:12:26.197Z | [ host-package] Compiling phf v0.12.1 |
| 3281 | 2026-03-05T17:12:26.883Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3282 | 2026-03-05T17:12:27.734Z | [ helios-setup] Mar 05 17:12:27.072 INFO E| Compiling uuid v1.18.1 |
| 3283 | 2026-03-05T17:12:28.561Z | [ helios-setup] Mar 05 17:12:27.900 INFO E| Compiling futures v0.3.31 |
| 3284 | 2026-03-05T17:12:28.795Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3285 | 2026-03-05T17:12:28.828Z | [ helios-setup] Mar 05 17:12:28.167 INFO E| Compiling serde-hex v0.1.0 |
| 3286 | 2026-03-05T17:12:29.993Z | [ helios-setup] Mar 05 17:12:29.331 INFO E| Compiling env_logger v0.11.8 |
| 3287 | 2026-03-05T17:12:30.100Z | [ host-package] Compiling papergrid v0.11.0 |
| 3288 | 2026-03-05T17:12:32.733Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3289 | 2026-03-05T17:12:33.088Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3290 | 2026-03-05T17:12:33.353Z | [ helios-setup] Mar 05 17:12:32.690 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3291 | 2026-03-05T17:12:33.398Z | [ helios-setup] Mar 05 17:12:32.735 INFO E| Compiling bzip2 v0.4.4 |
| 3292 | 2026-03-05T17:12:33.680Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3293 | 2026-03-05T17:12:33.930Z | [ helios-setup] Mar 05 17:12:33.267 INFO E| Compiling flate2 v1.1.5 |
| 3294 | 2026-03-05T17:12:34.311Z | [ helios-setup] Mar 05 17:12:33.648 INFO E| Compiling hashbrown v0.13.2 |
| 3295 | 2026-03-05T17:12:35.943Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3296 | 2026-03-05T17:12:36.463Z | [ helios-setup] Mar 05 17:12:35.799 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3297 | 2026-03-05T17:12:36.730Z | [ helios-setup] Mar 05 17:12:36.065 INFO E| Compiling x509-cert v0.2.5 |
| 3298 | 2026-03-05T17:12:36.945Z | [ helios-setup] Mar 05 17:12:36.280 INFO E| Compiling crc-any v2.5.0 |
| 3299 | 2026-03-05T17:12:38.431Z | [ host-package] Compiling tabled v0.15.0 |
| 3300 | 2026-03-05T17:12:38.840Z | [ helios-setup] Mar 05 17:12:38.174 INFO E| Compiling foldhash v0.2.0 |
| 3301 | 2026-03-05T17:12:38.980Z | [ host-package] Compiling peg v0.8.5 |
| 3302 | 2026-03-05T17:12:39.935Z | [ host-package] Compiling reedline v0.40.0 |
| 3303 | 2026-03-05T17:12:39.995Z | [ helios-setup] Mar 05 17:12:39.329 INFO E| Compiling bitflags v1.3.2 |
| 3304 | 2026-03-05T17:12:40.443Z | [ helios-setup] Mar 05 17:12:39.777 INFO E| Compiling hex v0.4.3 |
| 3305 | 2026-03-05T17:12:41.528Z | [ helios-setup] Mar 05 17:12:40.862 INFO E| Compiling rustc-hash v2.1.1 |
| 3306 | 2026-03-05T17:12:41.840Z | [ helios-setup] Mar 05 17:12:41.172 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3307 | 2026-03-05T17:12:41.878Z | [ helios-setup] Mar 05 17:12:41.212 INFO E| Compiling object v0.30.4 |
| 3308 | 2026-03-05T17:12:41.954Z | [ helios-setup] Mar 05 17:12:41.288 INFO E| Compiling iddqd v0.3.14 |
| 3309 | 2026-03-05T17:12:43.854Z | [ helios-setup] Mar 05 17:12:43.186 INFO E| Compiling zip v0.6.6 |
| 3310 | 2026-03-05T17:12:44.335Z | [ helios-setup] Mar 05 17:12:43.667 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3311 | 2026-03-05T17:12:46.113Z | [ host-package] Compiling const_format v0.2.35 |
| 3312 | 2026-03-05T17:12:47.297Z | [ helios-setup] Mar 05 17:12:46.627 INFO E| Compiling toml v0.7.8 |
| 3313 | 2026-03-05T17:12:48.640Z | [ helios-setup] Mar 05 17:12:47.970 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3314 | 2026-03-05T17:12:48.683Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3315 | 2026-03-05T17:12:50.169Z | [ helios-setup] Mar 05 17:12:49.499 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3316 | 2026-03-05T17:12:50.838Z | [ helios-setup] Mar 05 17:12:50.167 INFO E| Compiling path-slash v0.1.5 |
| 3317 | 2026-03-05T17:12:51.480Z | [ helios-setup] Mar 05 17:12:50.809 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3318 | 2026-03-05T17:12:53.946Z | [ helios-setup] Mar 05 17:12:53.274 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3319 | 2026-03-05T17:12:54.490Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3320 | 2026-03-05T17:13:00.591Z | [ helios-setup] Mar 05 17:12:59.916 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3321 | 2026-03-05T17:13:02.742Z | [ host-package] Compiling bcs v0.1.6 |
| 3322 | 2026-03-05T17:13:02.875Z | [ host-package] Compiling semver v0.1.20 |
| 3323 | 2026-03-05T17:13:03.434Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3324 | 2026-03-05T17:13:04.085Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3325 | 2026-03-05T17:13:04.716Z | [ host-package] Compiling smawk v0.3.2 |
| 3326 | 2026-03-05T17:13:05.038Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3327 | 2026-03-05T17:13:05.142Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3328 | 2026-03-05T17:13:05.748Z | [ host-package] Compiling humantime v2.3.0 |
| 3329 | 2026-03-05T17:13:06.618Z | [ host-package] Compiling textwrap v0.16.2 |
| 3330 | 2026-03-05T17:13:06.794Z | [ host-package] Compiling dropshot-api-manager-types v0.5.2 |
| 3331 | 2026-03-05T17:13:08.443Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3332 | 2026-03-05T17:13:09.386Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3333 | 2026-03-05T17:13:11.448Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3334 | 2026-03-05T17:13:13.830Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3335 | 2026-03-05T17:13:14.619Z | [ host-package] Compiling steno v0.4.1 |
| 3336 | 2026-03-05T17:13:15.642Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3337 | 2026-03-05T17:13:16.598Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3338 | 2026-03-05T17:13:17.326Z | [ host-package] Compiling tagptr v0.2.0 |
| 3339 | 2026-03-05T17:13:18.211Z | [ host-package] Compiling moka v0.12.13 |
| 3340 | 2026-03-05T17:13:19.898Z | [ helios-setup] Mar 05 17:13:19.215 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3341 | 2026-03-05T17:13:22.175Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3342 | 2026-03-05T17:13:23.926Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3343 | 2026-03-05T17:13:25.342Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3344 | 2026-03-05T17:13:31.616Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3345 | 2026-03-05T17:13:39.598Z | [ host-package] Compiling progenitor v0.10.0 |
| 3346 | 2026-03-05T17:13:40.470Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3347 | 2026-03-05T17:13:41.455Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3348 | 2026-03-05T17:13:42.937Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3349 | 2026-03-05T17:13:45.436Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-03-05T17:13:46.646Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3351 | 2026-03-05T17:13:47.688Z | [ host-package] Compiling num-derive v0.3.3 |
| 3352 | 2026-03-05T17:13:50.473Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3353 | 2026-03-05T17:13:51.496Z | [ helios-setup] Mar 05 17:13:50.799 INFO E| Finished `release` profile [optimized] target(s) in 2m 51s |
| 3354 | 2026-03-05T17:13:51.499Z | [ helios-setup] Mar 05 17:13:50.799 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3355 | 2026-03-05T17:13:51.502Z | [ helios-setup] Mar 05 17:13:50.803 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3356 | 2026-03-05T17:13:51.583Z | [ helios-setup] Mar 05 17:13:50.884 INFO building project "pilot" ok (171 seconds) |
| 3357 | 2026-03-05T17:13:51.583Z | [ helios-setup] Mar 05 17:13:50.885 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3358 | 2026-03-05T17:13:51.759Z | [ helios-setup] Mar 05 17:13:51.062 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 3359 | 2026-03-05T17:13:51.759Z | [ helios-setup] Mar 05 17:13:51.062 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3360 | 2026-03-05T17:13:51.763Z | [ helios-setup] Mar 05 17:13:51.062 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3361 | 2026-03-05T17:13:52.208Z | [ helios-setup] Mar 05 17:13:51.511 INFO E| Downloading crates ... |
| 3362 | 2026-03-05T17:13:52.324Z | [ helios-setup] Mar 05 17:13:51.626 INFO E| Downloaded errno v0.3.12 |
| 3363 | 2026-03-05T17:13:52.327Z | [ helios-setup] Mar 05 17:13:51.629 INFO E| Downloaded tempfile v3.20.0 |
| 3364 | 2026-03-05T17:13:52.369Z | [ helios-setup] Mar 05 17:13:51.672 INFO E| Downloaded time-core v0.1.4 |
| 3365 | 2026-03-05T17:13:52.372Z | [ helios-setup] Mar 05 17:13:51.675 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3366 | 2026-03-05T17:13:52.377Z | [ helios-setup] Mar 05 17:13:51.677 INFO E| Downloaded deranged v0.4.0 |
| 3367 | 2026-03-05T17:13:52.411Z | [ helios-setup] Mar 05 17:13:51.714 INFO E| Downloaded time-macros v0.2.22 |
| 3368 | 2026-03-05T17:13:52.415Z | [ helios-setup] Mar 05 17:13:51.718 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3369 | 2026-03-05T17:13:52.454Z | [ helios-setup] Mar 05 17:13:51.755 INFO E| Downloaded bitflags v2.9.1 |
| 3370 | 2026-03-05T17:13:52.458Z | [ helios-setup] Mar 05 17:13:51.761 INFO E| Downloaded getrandom v0.3.3 |
| 3371 | 2026-03-05T17:13:52.462Z | [ helios-setup] Mar 05 17:13:51.765 INFO E| Downloaded indexmap v2.9.0 |
| 3372 | 2026-03-05T17:13:52.467Z | [ helios-setup] Mar 05 17:13:51.770 INFO E| Downloaded anyhow v1.0.98 |
| 3373 | 2026-03-05T17:13:52.472Z | [ helios-setup] Mar 05 17:13:51.776 INFO E| Downloaded serde_with v3.12.0 |
| 3374 | 2026-03-05T17:13:52.486Z | [ helios-setup] Mar 05 17:13:51.787 INFO E| Downloaded time v0.3.41 |
| 3375 | 2026-03-05T17:13:52.496Z | [ helios-setup] Mar 05 17:13:51.798 INFO E| Downloaded hashbrown v0.15.3 |
| 3376 | 2026-03-05T17:13:52.504Z | [ helios-setup] Mar 05 17:13:51.807 INFO E| Downloaded chrono v0.4.41 |
| 3377 | 2026-03-05T17:13:52.513Z | [ helios-setup] Mar 05 17:13:51.817 INFO E| Downloaded rustix v1.0.7 |
| 3378 | 2026-03-05T17:13:52.707Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling proc-macro2 v1.0.95 |
| 3379 | 2026-03-05T17:13:52.707Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling unicode-ident v1.0.18 |
| 3380 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling libc v0.2.172 |
| 3381 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling ident_case v1.0.1 |
| 3382 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling strsim v0.11.1 |
| 3383 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling fnv v1.0.7 |
| 3384 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling serde v1.0.219 |
| 3385 | 2026-03-05T17:13:52.710Z | [ helios-setup] Mar 05 17:13:52.010 INFO E| Compiling getrandom v0.3.3 |
| 3386 | 2026-03-05T17:13:53.242Z | [ helios-setup] Mar 05 17:13:52.544 INFO E| Compiling rustix v1.0.7 |
| 3387 | 2026-03-05T17:13:53.350Z | [ helios-setup] Mar 05 17:13:52.653 INFO E| Compiling anyhow v1.0.98 |
| 3388 | 2026-03-05T17:13:53.512Z | [ helios-setup] Mar 05 17:13:52.813 INFO E| Compiling serde_json v1.0.140 |
| 3389 | 2026-03-05T17:13:53.971Z | [ helios-setup] Mar 05 17:13:53.271 INFO E| Compiling thiserror v2.0.12 |
| 3390 | 2026-03-05T17:13:54.055Z | [ helios-setup] Mar 05 17:13:53.357 INFO E| Compiling cfg-if v1.0.0 |
| 3391 | 2026-03-05T17:13:54.168Z | [ helios-setup] Mar 05 17:13:53.470 INFO E| Compiling bitflags v2.9.1 |
| 3392 | 2026-03-05T17:13:54.392Z | [ helios-setup] Mar 05 17:13:53.694 INFO E| Compiling memchr v2.7.4 |
| 3393 | 2026-03-05T17:13:54.505Z | [ helios-setup] Mar 05 17:13:53.807 INFO E| Compiling itoa v1.0.15 |
| 3394 | 2026-03-05T17:13:54.651Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3395 | 2026-03-05T17:13:55.132Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3396 | 2026-03-05T17:13:55.148Z | [ helios-setup] Mar 05 17:13:54.450 INFO E| Compiling ryu v1.0.20 |
| 3397 | 2026-03-05T17:13:55.157Z | [ helios-setup] Mar 05 17:13:54.459 INFO E| Compiling fastrand v2.3.0 |
| 3398 | 2026-03-05T17:13:55.297Z | [ host-package] Compiling nix v0.31.1 |
| 3399 | 2026-03-05T17:13:55.402Z | [ helios-setup] Mar 05 17:13:54.704 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3400 | 2026-03-05T17:13:55.669Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3401 | 2026-03-05T17:13:56.064Z | [ helios-setup] Mar 05 17:13:55.366 INFO E| Compiling once_cell v1.21.3 |
| 3402 | 2026-03-05T17:13:56.265Z | [ helios-setup] Mar 05 17:13:55.566 INFO E| Compiling errno v0.3.12 |
| 3403 | 2026-03-05T17:13:56.548Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3404 | 2026-03-05T17:13:56.602Z | [ helios-setup] Mar 05 17:13:55.900 INFO E| Compiling quote v1.0.40 |
| 3405 | 2026-03-05T17:13:56.813Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3406 | 2026-03-05T17:13:56.993Z | [ host-package] Compiling maplit v1.0.2 |
| 3407 | 2026-03-05T17:13:57.221Z | [ helios-setup] Mar 05 17:13:56.522 INFO E| Compiling syn v2.0.101 |
| 3408 | 2026-03-05T17:13:57.432Z | [ host-package] Compiling glob v0.3.3 |
| 3409 | 2026-03-05T17:13:57.885Z | [ host-package] Compiling crunchy v0.2.4 |
| 3410 | 2026-03-05T17:13:57.950Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3411 | 2026-03-05T17:13:58.715Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3412 | 2026-03-05T17:13:58.818Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3413 | 2026-03-05T17:13:59.135Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3414 | 2026-03-05T17:13:59.138Z | [ helios-setup] Mar 05 17:13:58.438 INFO E| Compiling tempfile v3.20.0 |
| 3415 | 2026-03-05T17:13:59.896Z | [ host-package] Compiling papergrid v0.17.0 |
| 3416 | 2026-03-05T17:14:01.255Z | [ host-package] Compiling testing_table v0.3.0 |
| 3417 | 2026-03-05T17:14:01.570Z | [ host-package] Compiling dsl_auto_type v0.1.3 |
| 3418 | 2026-03-05T17:14:02.163Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3419 | 2026-03-05T17:14:02.935Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3420 | 2026-03-05T17:14:03.379Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3421 | 2026-03-05T17:14:03.651Z | [ host-package] Compiling diesel_derives v2.2.7 |
| 3422 | 2026-03-05T17:14:03.970Z | [ host-package] Compiling tabled v0.20.0 |
| 3423 | 2026-03-05T17:14:04.413Z | [ helios-setup] Mar 05 17:14:03.711 INFO E| Compiling darling_core v0.20.11 |
| 3424 | 2026-03-05T17:14:06.580Z | [ helios-setup] Mar 05 17:14:05.877 INFO E| Compiling serde_derive v1.0.219 |
| 3425 | 2026-03-05T17:14:06.583Z | [ helios-setup] Mar 05 17:14:05.877 INFO E| Compiling thiserror-impl v2.0.12 |
| 3426 | 2026-03-05T17:14:08.652Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3427 | 2026-03-05T17:14:10.704Z | [ helios-setup] Mar 05 17:14:09.997 INFO E| Compiling darling_macro v0.20.11 |
| 3428 | 2026-03-05T17:14:11.159Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3429 | 2026-03-05T17:14:12.273Z | [ helios-setup] Mar 05 17:14:11.567 INFO E| Compiling darling v0.20.11 |
| 3430 | 2026-03-05T17:14:12.439Z | [ helios-setup] Mar 05 17:14:11.733 INFO E| Compiling serde_with_macros v3.12.0 |
| 3431 | 2026-03-05T17:14:15.965Z | [ host-package] Compiling term v0.7.0 |
| 3432 | 2026-03-05T17:14:17.043Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3433 | 2026-03-05T17:14:17.168Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3434 | 2026-03-05T17:14:17.231Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3435 | 2026-03-05T17:14:17.814Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3436 | 2026-03-05T17:14:17.955Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3437 | 2026-03-05T17:14:18.380Z | [ host-package] Compiling bit-set v0.5.3 |
| 3438 | 2026-03-05T17:14:18.888Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3439 | 2026-03-05T17:14:18.962Z | [ host-package] Compiling xshell v0.2.7 |
| 3440 | 2026-03-05T17:14:19.883Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3441 | 2026-03-05T17:14:20.769Z | [ helios-setup] Mar 05 17:14:20.060 INFO E| Compiling serde_with v3.12.0 |
| 3442 | 2026-03-05T17:14:21.335Z | [ host-package] Compiling diesel v2.2.12 |
| 3443 | 2026-03-05T17:14:22.468Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3444 | 2026-03-05T17:14:23.216Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3445 | 2026-03-05T17:14:27.274Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3446 | 2026-03-05T17:14:28.167Z | [ host-package] Compiling itertools v0.10.5 |
| 3447 | 2026-03-05T17:14:32.041Z | [ host-package] Compiling ena v0.14.4 |
| 3448 | 2026-03-05T17:14:32.146Z | [ helios-setup] Mar 05 17:14:31.432 INFO E| Finished `release` profile [optimized] target(s) in 40.23s |
| 3449 | 2026-03-05T17:14:32.179Z | [ helios-setup] Mar 05 17:14:31.464 INFO building project "dmar-report" ok (40 seconds) |
| 3450 | 2026-03-05T17:14:32.179Z | [ helios-setup] Mar 05 17:14:31.465 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3451 | 2026-03-05T17:14:32.297Z | [ helios-setup] Mar 05 17:14:31.583 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 3452 | 2026-03-05T17:14:32.297Z | [ helios-setup] Mar 05 17:14:31.583 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3453 | 2026-03-05T17:14:32.300Z | [ helios-setup] Mar 05 17:14:31.583 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3454 | 2026-03-05T17:14:32.621Z | [ host-package] Compiling libloading v0.8.9 |
| 3455 | 2026-03-05T17:14:32.627Z | [ helios-setup] Mar 05 17:14:31.913 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3456 | 2026-03-05T17:14:32.987Z | [ helios-setup] Mar 05 17:14:32.273 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3457 | 2026-03-05T17:14:32.987Z | [ helios-setup] Mar 05 17:14:32.273 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3458 | 2026-03-05T17:14:33.007Z | [ helios-setup] Mar 05 17:14:32.293 INFO E| Updating crates.io index |
| 3459 | 2026-03-05T17:14:33.084Z | [ helios-setup] Mar 05 17:14:32.369 INFO E| Downloading crates ... |
| 3460 | 2026-03-05T17:14:33.093Z | [ host-package] Compiling bindgen v0.71.1 |
| 3461 | 2026-03-05T17:14:33.210Z | [ helios-setup] Mar 05 17:14:32.495 INFO E| Downloaded glob v0.3.1 |
| 3462 | 2026-03-05T17:14:33.229Z | [ helios-setup] Mar 05 17:14:32.515 INFO E| Downloaded walkdir v2.3.3 |
| 3463 | 2026-03-05T17:14:33.233Z | [ helios-setup] Mar 05 17:14:32.518 INFO E| Downloaded fastrand v2.0.0 |
| 3464 | 2026-03-05T17:14:33.235Z | [ helios-setup] Mar 05 17:14:32.520 INFO E| Downloaded md-5 v0.9.1 |
| 3465 | 2026-03-05T17:14:33.239Z | [ helios-setup] Mar 05 17:14:32.522 INFO E| Downloaded errno v0.3.1 |
| 3466 | 2026-03-05T17:14:33.241Z | [ helios-setup] Mar 05 17:14:32.526 INFO E| Downloaded opaque-debug v0.3.0 |
| 3467 | 2026-03-05T17:14:33.241Z | [ helios-setup] Mar 05 17:14:32.527 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3468 | 2026-03-05T17:14:33.244Z | [ helios-setup] Mar 05 17:14:32.528 INFO E| Downloaded digest v0.9.0 |
| 3469 | 2026-03-05T17:14:33.246Z | [ helios-setup] Mar 05 17:14:32.530 INFO E| Downloaded block-buffer v0.9.0 |
| 3470 | 2026-03-05T17:14:33.246Z | [ helios-setup] Mar 05 17:14:32.531 INFO E| Downloaded sha-1 v0.9.8 |
| 3471 | 2026-03-05T17:14:33.249Z | [ helios-setup] Mar 05 17:14:32.534 INFO E| Downloaded quote v1.0.31 |
| 3472 | 2026-03-05T17:14:33.251Z | [ helios-setup] Mar 05 17:14:32.537 INFO E| Downloaded itoa v1.0.9 |
| 3473 | 2026-03-05T17:14:33.254Z | [ helios-setup] Mar 05 17:14:32.539 INFO E| Downloaded cpufeatures v0.2.9 |
| 3474 | 2026-03-05T17:14:33.258Z | [ helios-setup] Mar 05 17:14:32.541 INFO E| Downloaded anyhow v1.0.72 |
| 3475 | 2026-03-05T17:14:33.262Z | [ helios-setup] Mar 05 17:14:32.548 INFO E| Downloaded typenum v1.16.0 |
| 3476 | 2026-03-05T17:14:33.266Z | [ helios-setup] Mar 05 17:14:32.552 INFO E| Downloaded once_cell v1.18.0 |
| 3477 | 2026-03-05T17:14:33.270Z | [ helios-setup] Mar 05 17:14:32.556 INFO E| Downloaded uuid v0.8.2 |
| 3478 | 2026-03-05T17:14:33.275Z | [ helios-setup] Mar 05 17:14:32.561 INFO E| Downloaded toml v0.5.11 |
| 3479 | 2026-03-05T17:14:33.279Z | [ helios-setup] Mar 05 17:14:32.564 INFO E| Downloaded serde_derive v1.0.193 |
| 3480 | 2026-03-05T17:14:33.283Z | [ helios-setup] Mar 05 17:14:32.569 INFO E| Downloaded serde v1.0.193 |
| 3481 | 2026-03-05T17:14:33.288Z | [ helios-setup] Mar 05 17:14:32.574 INFO E| Downloaded bitflags v2.3.3 |
| 3482 | 2026-03-05T17:14:33.292Z | [ helios-setup] Mar 05 17:14:32.578 INFO E| Downloaded serde_json v1.0.103 |
| 3483 | 2026-03-05T17:14:33.303Z | [ helios-setup] Mar 05 17:14:32.589 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3484 | 2026-03-05T17:14:33.307Z | [ helios-setup] Mar 05 17:14:32.593 INFO E| Downloaded unicode-ident v1.0.11 |
| 3485 | 2026-03-05T17:14:33.311Z | [ helios-setup] Mar 05 17:14:32.597 INFO E| Downloaded tempfile v3.7.0 |
| 3486 | 2026-03-05T17:14:33.316Z | [ helios-setup] Mar 05 17:14:32.600 INFO E| Downloaded ryu v1.0.15 |
| 3487 | 2026-03-05T17:14:33.319Z | [ helios-setup] Mar 05 17:14:32.605 INFO E| Downloaded getrandom v0.2.10 |
| 3488 | 2026-03-05T17:14:33.323Z | [ helios-setup] Mar 05 17:14:32.609 INFO E| Downloaded syn v2.0.32 |
| 3489 | 2026-03-05T17:14:33.328Z | [ host-package] Compiling unicase v2.9.0 |
| 3490 | 2026-03-05T17:14:33.358Z | [ helios-setup] Mar 05 17:14:32.643 INFO E| Downloaded rustix v0.38.4 |
| 3491 | 2026-03-05T17:14:33.418Z | [ helios-setup] Mar 05 17:14:32.703 INFO E| Downloaded libc v0.2.147 |
| 3492 | 2026-03-05T17:14:33.529Z | [ helios-setup] Mar 05 17:14:32.814 INFO E| Compiling libc v0.2.147 |
| 3493 | 2026-03-05T17:14:33.532Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling proc-macro2 v1.0.66 |
| 3494 | 2026-03-05T17:14:33.532Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling cfg-if v1.0.0 |
| 3495 | 2026-03-05T17:14:33.532Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling unicode-ident v1.0.11 |
| 3496 | 2026-03-05T17:14:33.532Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling typenum v1.16.0 |
| 3497 | 2026-03-05T17:14:33.532Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling version_check v0.9.4 |
| 3498 | 2026-03-05T17:14:33.533Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling serde v1.0.193 |
| 3499 | 2026-03-05T17:14:33.533Z | [ helios-setup] Mar 05 17:14:32.815 INFO E| Compiling rustix v0.38.4 |
| 3500 | 2026-03-05T17:14:33.789Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3501 | 2026-03-05T17:14:34.185Z | [ host-package] Compiling diff v0.1.13 |
| 3502 | 2026-03-05T17:14:34.192Z | [ helios-setup] Mar 05 17:14:33.476 INFO E| Compiling num-conv v0.1.0 |
| 3503 | 2026-03-05T17:14:34.217Z | [ helios-setup] Mar 05 17:14:33.502 INFO E| Compiling powerfmt v0.2.0 |
| 3504 | 2026-03-05T17:14:34.873Z | [ helios-setup] Mar 05 17:14:34.158 INFO E| Compiling itoa v1.0.9 |
| 3505 | 2026-03-05T17:14:34.915Z | [ helios-setup] Mar 05 17:14:34.199 INFO E| Compiling slog v2.7.0 |
| 3506 | 2026-03-05T17:14:35.076Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3507 | 2026-03-05T17:14:35.113Z | [ helios-setup] Mar 05 17:14:34.398 INFO E| Compiling generic-array v0.14.7 |
| 3508 | 2026-03-05T17:14:35.136Z | [ helios-setup] Mar 05 17:14:34.420 INFO E| Compiling time-core v0.1.2 |
| 3509 | 2026-03-05T17:14:35.366Z | [ helios-setup] Mar 05 17:14:34.650 INFO E| Compiling deranged v0.3.11 |
| 3510 | 2026-03-05T17:14:35.435Z | [ helios-setup] Mar 05 17:14:34.718 INFO E| Compiling time-macros v0.2.18 |
| 3511 | 2026-03-05T17:14:35.693Z | [ helios-setup] Mar 05 17:14:34.978 INFO E| Compiling num_threads v0.1.6 |
| 3512 | 2026-03-05T17:14:35.929Z | [ helios-setup] Mar 05 17:14:35.213 INFO E| Compiling once_cell v1.18.0 |
| 3513 | 2026-03-05T17:14:36.080Z | [ helios-setup] Mar 05 17:14:35.364 INFO E| Compiling bitflags v2.3.3 |
| 3514 | 2026-03-05T17:14:36.923Z | [ helios-setup] Mar 05 17:14:36.207 INFO E| Compiling quote v1.0.31 |
| 3515 | 2026-03-05T17:14:36.984Z | [ helios-setup] Mar 05 17:14:36.268 INFO E| Compiling thread_local v1.1.7 |
| 3516 | 2026-03-05T17:14:37.488Z | [ helios-setup] Mar 05 17:14:36.772 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3517 | 2026-03-05T17:14:37.782Z | [ helios-setup] Mar 05 17:14:37.065 INFO E| Compiling syn v2.0.32 |
| 3518 | 2026-03-05T17:14:37.829Z | [ helios-setup] Mar 05 17:14:37.112 INFO E| Compiling errno v0.3.1 |
| 3519 | 2026-03-05T17:14:38.017Z | [ helios-setup] Mar 05 17:14:37.301 INFO E| Compiling dirs-next v2.0.0 |
| 3520 | 2026-03-05T17:14:38.429Z | [ helios-setup] Mar 05 17:14:37.711 INFO E| Compiling term v0.7.0 |
| 3521 | 2026-03-05T17:14:38.633Z | [ helios-setup] Mar 05 17:14:37.915 INFO E| Compiling atty v0.2.14 |
| 3522 | 2026-03-05T17:14:38.717Z | [ helios-setup] Mar 05 17:14:38.000 INFO E| Compiling fastrand v2.0.0 |
| 3523 | 2026-03-05T17:14:38.904Z | [ helios-setup] Mar 05 17:14:38.187 INFO E| Compiling serde_json v1.0.103 |
| 3524 | 2026-03-05T17:14:38.961Z | [ helios-setup] Mar 05 17:14:38.244 INFO E| Compiling anyhow v1.0.72 |
| 3525 | 2026-03-05T17:14:39.791Z | [ helios-setup] Mar 05 17:14:39.073 INFO E| Compiling block-buffer v0.9.0 |
| 3526 | 2026-03-05T17:14:39.904Z | [ helios-setup] Mar 05 17:14:39.187 INFO E| Compiling digest v0.9.0 |
| 3527 | 2026-03-05T17:14:40.053Z | [ helios-setup] Mar 05 17:14:39.334 INFO E| Compiling opaque-debug v0.3.0 |
| 3528 | 2026-03-05T17:14:40.149Z | [ helios-setup] Mar 05 17:14:39.432 INFO E| Compiling getrandom v0.2.10 |
| 3529 | 2026-03-05T17:14:40.156Z | [ helios-setup] Mar 05 17:14:39.439 INFO E| Compiling time v0.3.36 |
| 3530 | 2026-03-05T17:14:40.202Z | [ helios-setup] Mar 05 17:14:39.484 INFO E| Compiling cpufeatures v0.2.9 |
| 3531 | 2026-03-05T17:14:40.415Z | [ helios-setup] Mar 05 17:14:39.698 INFO E| Compiling same-file v1.0.6 |
| 3532 | 2026-03-05T17:14:40.482Z | [ helios-setup] Mar 05 17:14:39.765 INFO E| Compiling unicode-width v0.1.10 |
| 3533 | 2026-03-05T17:14:40.701Z | [ helios-setup] Mar 05 17:14:39.983 INFO E| Compiling tempfile v3.7.0 |
| 3534 | 2026-03-05T17:14:40.940Z | [ helios-setup] Mar 05 17:14:40.221 INFO E| Compiling ryu v1.0.15 |
| 3535 | 2026-03-05T17:14:40.974Z | [ helios-setup] Mar 05 17:14:40.256 INFO E| Compiling getopts v0.2.21 |
| 3536 | 2026-03-05T17:14:41.240Z | [ helios-setup] Mar 05 17:14:40.522 INFO E| Compiling walkdir v2.3.3 |
| 3537 | 2026-03-05T17:14:41.535Z | [ helios-setup] Mar 05 17:14:40.816 INFO E| Compiling sha-1 v0.9.8 |
| 3538 | 2026-03-05T17:14:41.885Z | [ helios-setup] Mar 05 17:14:41.165 INFO E| Compiling md-5 v0.9.1 |
| 3539 | 2026-03-05T17:14:42.475Z | [ helios-setup] Mar 05 17:14:41.755 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3540 | 2026-03-05T17:14:42.591Z | [ helios-setup] Mar 05 17:14:41.873 INFO E| Compiling glob v0.3.1 |
| 3541 | 2026-03-05T17:14:42.803Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3542 | 2026-03-05T17:14:43.693Z | [ helios-setup] Mar 05 17:14:42.974 INFO E| Compiling slog-term v2.9.0 |
| 3543 | 2026-03-05T17:14:44.923Z | [ helios-setup] Mar 05 17:14:44.202 INFO E| Compiling serde_derive v1.0.193 |
| 3544 | 2026-03-05T17:14:48.106Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3545 | 2026-03-05T17:14:48.911Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3546 | 2026-03-05T17:14:49.984Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3547 | 2026-03-05T17:14:53.098Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3548 | 2026-03-05T17:14:55.104Z | [ host-package] Compiling cexpr v0.6.0 |
| 3549 | 2026-03-05T17:14:56.758Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3550 | 2026-03-05T17:14:56.919Z | [ helios-setup] Mar 05 17:14:56.194 INFO E| Compiling toml v0.5.11 |
| 3551 | 2026-03-05T17:14:56.919Z | [ helios-setup] Mar 05 17:14:56.194 INFO E| Compiling uuid v0.8.2 |
| 3552 | 2026-03-05T17:14:57.219Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3553 | 2026-03-05T17:14:57.698Z | [ host-package] Compiling crc8 v0.1.1 |
| 3554 | 2026-03-05T17:14:59.138Z | [ helios-setup] Mar 05 17:14:58.412 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3555 | 2026-03-05T17:14:59.371Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3556 | 2026-03-05T17:15:00.913Z | [ helios-setup] Mar 05 17:15:00.187 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3557 | 2026-03-05T17:15:02.358Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3558 | 2026-03-05T17:15:03.494Z | [ host-package] Compiling headers-core v0.3.0 |
| 3559 | 2026-03-05T17:15:03.783Z | [ host-package] Compiling libxml v0.3.3 |
| 3560 | 2026-03-05T17:15:04.514Z | [ host-package] Compiling headers v0.4.1 |
| 3561 | 2026-03-05T17:15:05.413Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3562 | 2026-03-05T17:15:07.047Z | [ host-package] Compiling polar-core v0.27.3 |
| 3563 | 2026-03-05T17:15:07.235Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3564 | 2026-03-05T17:15:07.681Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3565 | 2026-03-05T17:15:08.442Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3566 | 2026-03-05T17:15:08.741Z | [ host-package] Compiling indoc v1.0.9 |
| 3567 | 2026-03-05T17:15:09.857Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3568 | 2026-03-05T17:15:10.153Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3569 | 2026-03-05T17:15:10.367Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3570 | 2026-03-05T17:15:10.483Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3571 | 2026-03-05T17:15:11.382Z | [ helios-setup] Mar 05 17:15:10.648 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.94s |
| 3572 | 2026-03-05T17:15:11.408Z | [ helios-setup] Mar 05 17:15:10.677 INFO building project "image-builder" ok (39 seconds) |
| 3573 | 2026-03-05T17:15:11.412Z | [ helios-setup] rm -f helios-build |
| 3574 | 2026-03-05T17:15:11.412Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3575 | 2026-03-05T17:15:11.416Z | [ helios-setup] |
| 3576 | 2026-03-05T17:15:11.419Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3577 | 2026-03-05T17:15:11.419Z | [ helios-setup] |
| 3578 | 2026-03-05T17:15:11.422Z | [ helios-setup] |
| 3579 | 2026-03-05T17:15:11.422Z | [ helios-setup] real 7:59.185670265 |
| 3580 | 2026-03-05T17:15:11.422Z | [ helios-setup] user 16:46.909217730 |
| 3581 | 2026-03-05T17:15:11.422Z | [ helios-setup] sys 1:53.169065377 |
| 3582 | 2026-03-05T17:15:11.422Z | [ helios-setup] trap 1.092564211 |
| 3583 | 2026-03-05T17:15:11.422Z | [ helios-setup] tflt 3.874872213 |
| 3584 | 2026-03-05T17:15:11.422Z | [ helios-setup] dflt 12.081896276 |
| 3585 | 2026-03-05T17:15:11.422Z | [ helios-setup] kflt 0.000189175 |
| 3586 | 2026-03-05T17:15:11.422Z | [ helios-setup] lock 1:26:14.469512331 |
| 3587 | 2026-03-05T17:15:11.422Z | [ helios-setup] slp 2:11:47.651971872 |
| 3588 | 2026-03-05T17:15:11.422Z | [ helios-setup] lat 17:58.606606545 |
| 3589 | 2026-03-05T17:15:11.422Z | [ helios-setup] stop 2:45.494958921 |
| 3590 | 2026-03-05T17:15:11.422Z | Mar 05 17:15:10.689 INFO [helios-setup] process exited with exit status: 0 (479.188777614s) |
| 3591 | 2026-03-05T17:15:11.422Z | Mar 05 17:15:10.689 INFO [helios-record] running task |
| 3592 | 2026-03-05T17:15:11.422Z | Mar 05 17:15:10.689 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3593 | 2026-03-05T17:15:11.426Z | Mar 05 17:15:10.695 DEBG process exited with exit status: 0 (5.642522ms) |
| 3594 | 2026-03-05T17:15:11.426Z | Mar 05 17:15:10.695 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3595 | 2026-03-05T17:15:11.432Z | Mar 05 17:15:10.701 DEBG process exited with exit status: 0 (5.823218ms) |
| 3596 | 2026-03-05T17:15:11.432Z | Mar 05 17:15:10.701 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3597 | 2026-03-05T17:15:11.437Z | Mar 05 17:15:10.706 DEBG process exited with exit status: 0 (4.92238ms) |
| 3598 | 2026-03-05T17:15:11.437Z | Mar 05 17:15:10.706 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3599 | 2026-03-05T17:15:11.442Z | Mar 05 17:15:10.711 DEBG process exited with exit status: 0 (4.89551ms) |
| 3600 | 2026-03-05T17:15:11.442Z | Mar 05 17:15:10.711 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3601 | 2026-03-05T17:15:11.446Z | Mar 05 17:15:10.716 DEBG process exited with exit status: 0 (4.888592ms) |
| 3602 | 2026-03-05T17:15:11.447Z | Mar 05 17:15:10.716 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3603 | 2026-03-05T17:15:11.451Z | Mar 05 17:15:10.721 DEBG process exited with exit status: 0 (4.727101ms) |
| 3604 | 2026-03-05T17:15:11.451Z | Mar 05 17:15:10.721 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3605 | 2026-03-05T17:15:11.456Z | Mar 05 17:15:10.725 DEBG process exited with exit status: 0 (4.89286ms) |
| 3606 | 2026-03-05T17:15:11.457Z | Mar 05 17:15:10.725 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3607 | 2026-03-05T17:15:11.461Z | Mar 05 17:15:10.730 DEBG process exited with exit status: 0 (4.707517ms) |
| 3608 | 2026-03-05T17:15:11.461Z | Mar 05 17:15:10.730 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3609 | 2026-03-05T17:15:11.466Z | Mar 05 17:15:10.735 DEBG process exited with exit status: 0 (4.634713ms) |
| 3610 | 2026-03-05T17:15:11.469Z | Mar 05 17:15:10.735 INFO [helios-record] task succeeded (45.920052ms) |
| 3611 | 2026-03-05T17:15:11.909Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3612 | 2026-03-05T17:15:12.604Z | [ host-package] Compiling samael v0.0.19 |
| 3613 | 2026-03-05T17:15:13.838Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3614 | 2026-03-05T17:15:14.399Z | [ host-package] Compiling half v1.8.3 |
| 3615 | 2026-03-05T17:15:15.145Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3616 | 2026-03-05T17:15:15.477Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3617 | 2026-03-05T17:15:16.638Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3618 | 2026-03-05T17:15:16.864Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3619 | 2026-03-05T17:15:17.411Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3620 | 2026-03-05T17:15:17.927Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3621 | 2026-03-05T17:15:18.257Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3622 | 2026-03-05T17:15:18.295Z | [ host-package] Compiling bb8 v0.8.6 |
| 3623 | 2026-03-05T17:15:18.998Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3624 | 2026-03-05T17:15:20.001Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3625 | 2026-03-05T17:15:21.118Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3626 | 2026-03-05T17:15:21.844Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3627 | 2026-03-05T17:15:21.899Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3628 | 2026-03-05T17:15:24.916Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3629 | 2026-03-05T17:15:25.316Z | [ host-package] Compiling fxhash v0.2.1 |
| 3630 | 2026-03-05T17:15:25.603Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3631 | 2026-03-05T17:15:26.124Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3632 | 2026-03-05T17:15:26.432Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3633 | 2026-03-05T17:15:27.036Z | [ host-package] Compiling salty v0.3.0 |
| 3634 | 2026-03-05T17:15:27.162Z | [ host-package] Compiling nonempty v0.12.0 |
| 3635 | 2026-03-05T17:15:27.618Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3636 | 2026-03-05T17:15:28.279Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3637 | 2026-03-05T17:15:34.116Z | [ host-package] Compiling oso v0.27.3 |
| 3638 | 2026-03-05T17:15:35.509Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3639 | 2026-03-05T17:15:48.294Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3640 | 2026-03-05T17:15:49.300Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3641 | 2026-03-05T17:15:50.248Z | [ host-package] Compiling darling_core v0.23.0 |
| 3642 | 2026-03-05T17:15:53.218Z | [ host-package] Compiling nanorand v0.7.0 |
| 3643 | 2026-03-05T17:15:53.934Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3644 | 2026-03-05T17:15:54.886Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3645 | 2026-03-05T17:15:56.013Z | [ host-package] Compiling flume v0.11.1 |
| 3646 | 2026-03-05T17:15:56.061Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3647 | 2026-03-05T17:15:56.811Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3648 | 2026-03-05T17:15:57.011Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3649 | 2026-03-05T17:16:04.750Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3650 | 2026-03-05T17:16:05.755Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3651 | 2026-03-05T17:16:06.290Z | [ host-package] Compiling git-stub v1.0.0 |
| 3652 | 2026-03-05T17:16:06.503Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3653 | 2026-03-05T17:16:06.778Z | [ host-package] Compiling instability v0.3.11 |
| 3654 | 2026-03-05T17:16:07.258Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3655 | 2026-03-05T17:16:07.973Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3656 | 2026-03-05T17:16:13.748Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3657 | 2026-03-05T17:16:23.561Z | [ host-package] Compiling darling v0.23.0 |
| 3658 | 2026-03-05T17:16:24.794Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3659 | 2026-03-05T17:16:27.748Z | [ host-package] Compiling ignore v0.4.25 |
| 3660 | 2026-03-05T17:16:31.623Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3661 | 2026-03-05T17:16:34.187Z | [ host-package] Compiling primeorder v0.13.6 |
| 3662 | 2026-03-05T17:16:34.833Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3663 | 2026-03-05T17:16:36.227Z | [ host-package] Compiling castaway v0.2.4 |
| 3664 | 2026-03-05T17:16:36.489Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3665 | 2026-03-05T17:16:36.805Z | [ host-package] Compiling atty v0.2.14 |
| 3666 | 2026-03-05T17:16:36.899Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3667 | 2026-03-05T17:16:37.028Z | [ host-package] Compiling indoc v2.0.7 |
| 3668 | 2026-03-05T17:16:37.290Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3669 | 2026-03-05T17:16:37.680Z | [ host-package] Compiling http-range v0.1.5 |
| 3670 | 2026-03-05T17:16:37.848Z | [ host-package] Compiling endian-type v0.1.2 |
| 3671 | 2026-03-05T17:16:38.062Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3672 | 2026-03-05T17:16:38.155Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3673 | 2026-03-05T17:16:38.428Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3674 | 2026-03-05T17:16:38.867Z | [ host-package] Compiling compact_str v0.8.1 |
| 3675 | 2026-03-05T17:16:39.044Z | [ host-package] Compiling p384 v0.13.1 |
| 3676 | 2026-03-05T17:16:41.243Z | [ host-package] Compiling globwalk v0.9.1 |
| 3677 | 2026-03-05T17:16:44.164Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3678 | 2026-03-05T17:16:44.572Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3679 | 2026-03-05T17:16:46.110Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3680 | 2026-03-05T17:16:46.907Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3681 | 2026-03-05T17:16:47.482Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3682 | 2026-03-05T17:16:48.286Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3683 | 2026-03-05T17:16:48.369Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3684 | 2026-03-05T17:16:48.733Z | [ host-package] Compiling lru v0.12.5 |
| 3685 | 2026-03-05T17:16:49.104Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3686 | 2026-03-05T17:16:50.161Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3687 | 2026-03-05T17:16:50.548Z | [ host-package] Compiling cassowary v0.3.0 |
| 3688 | 2026-03-05T17:16:50.647Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3689 | 2026-03-05T17:16:51.051Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3690 | 2026-03-05T17:16:52.362Z | [ host-package] Compiling ratatui v0.29.0 |
| 3691 | 2026-03-05T17:16:53.871Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3692 | 2026-03-05T17:16:55.091Z | [ host-package] Compiling sled v0.34.7 |
| 3693 | 2026-03-05T17:16:56.854Z | [ host-package] Compiling git2 v0.20.4 |
| 3694 | 2026-03-05T17:16:58.826Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3695 | 2026-03-05T17:17:02.294Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3696 | 2026-03-05T17:17:05.893Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3697 | 2026-03-05T17:17:07.112Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3698 | 2026-03-05T17:17:07.195Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3699 | 2026-03-05T17:17:08.809Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3700 | 2026-03-05T17:17:11.118Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3701 | 2026-03-05T17:17:12.975Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3702 | 2026-03-05T17:17:13.394Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3703 | 2026-03-05T17:17:14.814Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3704 | 2026-03-05T17:17:15.872Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3705 | 2026-03-05T17:17:16.347Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3706 | 2026-03-05T17:17:16.792Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3707 | 2026-03-05T17:17:16.931Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3708 | 2026-03-05T17:17:17.672Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3709 | 2026-03-05T17:17:17.740Z | [ host-package] Compiling rustls v0.21.12 |
| 3710 | 2026-03-05T17:17:18.070Z | [ host-package] Compiling corncobs v0.1.4 |
| 3711 | 2026-03-05T17:17:18.356Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3712 | 2026-03-05T17:17:18.512Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3713 | 2026-03-05T17:17:18.859Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-03-05T17:17:19.343Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3715 | 2026-03-05T17:17:19.767Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3716 | 2026-03-05T17:17:20.981Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3717 | 2026-03-05T17:17:28.473Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3718 | 2026-03-05T17:17:33.483Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3719 | 2026-03-05T17:17:34.094Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3720 | 2026-03-05T17:17:34.303Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3721 | 2026-03-05T17:17:40.861Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3722 | 2026-03-05T17:17:40.987Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3723 | 2026-03-05T17:17:41.233Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3724 | 2026-03-05T17:17:41.359Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3725 | 2026-03-05T17:17:41.614Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3726 | 2026-03-05T17:17:45.265Z | [ host-package] Compiling sct v0.7.1 |
| 3727 | 2026-03-05T17:17:45.787Z | [ host-package] Compiling cargo_toml v0.22.3 |
| 3728 | 2026-03-05T17:17:47.487Z | [ host-package] Compiling nix v0.29.0 |
| 3729 | 2026-03-05T17:17:48.312Z | [ host-package] Compiling secrecy v0.8.0 |
| 3730 | 2026-03-05T17:17:48.357Z | [ host-package] Compiling void v1.0.2 |
| 3731 | 2026-03-05T17:17:48.650Z | [ host-package] Compiling lzss v0.8.2 |
| 3732 | 2026-03-05T17:17:49.953Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3733 | 2026-03-05T17:17:51.980Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3734 | 2026-03-05T17:17:53.649Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3735 | 2026-03-05T17:18:00.205Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3736 | 2026-03-05T17:18:01.054Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3737 | 2026-03-05T17:18:01.519Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3738 | 2026-03-05T17:18:06.273Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3739 | 2026-03-05T17:18:07.822Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3740 | 2026-03-05T17:18:08.999Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3741 | 2026-03-05T17:18:09.410Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3742 | 2026-03-05T17:18:12.618Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3743 | 2026-03-05T17:18:13.015Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3744 | 2026-03-05T17:18:13.416Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3745 | 2026-03-05T17:18:13.825Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3746 | 2026-03-05T17:18:14.230Z | [ host-package] Compiling nix v0.27.1 |
| 3747 | 2026-03-05T17:18:14.643Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3748 | 2026-03-05T17:18:15.227Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3749 | 2026-03-05T17:18:15.262Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3750 | 2026-03-05T17:18:15.917Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3751 | 2026-03-05T17:18:16.265Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3752 | 2026-03-05T17:18:17.030Z | [ host-package] Compiling ron v0.12.0 |
| 3753 | 2026-03-05T17:18:23.310Z | [ host-package] Compiling xz2 v0.1.7 |
| 3754 | 2026-03-05T17:18:23.980Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3755 | 2026-03-05T17:18:25.085Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3756 | 2026-03-05T17:18:27.418Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3757 | 2026-03-05T17:18:28.870Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3758 | 2026-03-05T17:18:42.054Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3759 | 2026-03-05T17:18:46.602Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3760 | 2026-03-05T17:18:53.833Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3761 | 2026-03-05T17:19:02.261Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3762 | 2026-03-05T17:19:05.783Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3763 | 2026-03-05T17:19:05.786Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3764 | 2026-03-05T17:19:06.803Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3765 | 2026-03-05T17:19:07.532Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3766 | 2026-03-05T17:19:12.716Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3767 | 2026-03-05T17:19:14.778Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3768 | 2026-03-05T17:19:20.403Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3769 | 2026-03-05T17:19:22.273Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3770 | 2026-03-05T17:19:23.066Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3771 | 2026-03-05T17:19:26.109Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3772 | 2026-03-05T17:19:27.569Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3773 | 2026-03-05T17:19:27.968Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3774 | 2026-03-05T17:19:29.260Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3775 | 2026-03-05T17:19:29.567Z | [ host-package] Compiling yasna v0.5.2 |
| 3776 | 2026-03-05T17:19:29.613Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3777 | 2026-03-05T17:19:30.662Z | [ host-package] Compiling is_ci v1.2.0 |
| 3778 | 2026-03-05T17:19:31.024Z | [ host-package] Compiling base16ct v1.0.0 |
| 3779 | 2026-03-05T17:19:32.996Z | [ host-package] Compiling supports-color v3.0.2 |
| 3780 | 2026-03-05T17:19:33.496Z | [ host-package] Compiling rcgen v0.12.1 |
| 3781 | 2026-03-05T17:19:38.528Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3782 | 2026-03-05T17:19:42.305Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3783 | 2026-03-05T17:19:44.967Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3784 | 2026-03-05T17:19:59.683Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3785 | 2026-03-05T17:20:16.278Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3786 | 2026-03-05T17:20:16.712Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3787 | 2026-03-05T17:20:19.639Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3788 | 2026-03-05T17:20:27.589Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3789 | 2026-03-05T17:20:38.050Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3790 | 2026-03-05T17:20:40.522Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3791 | 2026-03-05T17:20:45.199Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3792 | 2026-03-05T17:20:45.615Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3793 | 2026-03-05T17:20:46.029Z | [ host-package] Compiling progenitor-extras v0.1.0 |
| 3794 | 2026-03-05T17:20:46.511Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3795 | 2026-03-05T17:20:46.845Z | [ host-package] Compiling fatfs v0.3.6 |
| 3796 | 2026-03-05T17:20:46.928Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3797 | 2026-03-05T17:20:49.574Z | [ host-package] Compiling subprocess v0.2.15 |
| 3798 | 2026-03-05T17:20:54.390Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3799 | 2026-03-05T17:20:54.843Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3800 | 2026-03-05T17:20:55.871Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3801 | 2026-03-05T17:20:55.999Z | [ host-package] Compiling rpassword v7.4.0 |
| 3802 | 2026-03-05T17:20:56.508Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3803 | 2026-03-05T17:21:00.971Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3804 | 2026-03-05T17:21:07.766Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3805 | 2026-03-05T17:21:23.128Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3806 | 2026-03-05T17:21:23.349Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3807 | 2026-03-05T17:21:28.831Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3808 | 2026-03-05T17:21:29.341Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3809 | 2026-03-05T17:21:39.937Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3810 | 2026-03-05T17:21:40.460Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3811 | 2026-03-05T17:21:40.860Z | [ host-package] Compiling uzers v0.12.2 |
| 3812 | 2026-03-05T17:21:44.073Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3813 | 2026-03-05T17:21:46.420Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3814 | 2026-03-05T17:21:53.935Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3815 | 2026-03-05T17:22:11.147Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3816 | 2026-03-05T17:22:26.558Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3817 | 2026-03-05T17:22:31.223Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3818 | 2026-03-05T17:22:34.736Z | [ host-package] Compiling multimap v0.10.1 |
| 3819 | 2026-03-05T17:24:38.324Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3820 | 2026-03-05T17:35:41.184Z | [ host-package] Finished `release` profile [optimized] target(s) in 26m 44s |
| 3821 | 2026-03-05T17:36:46.279Z | Mar 05 17:36:44.990 INFO [host-package] process exited with exit status: 0 (1670.137517714s) |
| 3822 | 2026-03-05T17:36:46.279Z | Mar 05 17:36:44.990 INFO [host-stamp] running task |
| 3823 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.991 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3824 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.991 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+gitbd7932447a4 |
| 3825 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.991 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+gitbd7932447a4 |
| 3826 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.991 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+gitbd7932447a4 |
| 3827 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.992 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+gitbd7932447a4 |
| 3828 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.992 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+gitbd7932447a4 |
| 3829 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.992 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+gitbd7932447a4 |
| 3830 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.993 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+gitbd7932447a4 |
| 3831 | 2026-03-05T17:36:46.282Z | Mar 05 17:36:44.993 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+gitbd7932447a4 |
| 3832 | 2026-03-05T17:36:46.295Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3833 | 2026-03-05T17:36:46.297Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3834 | 2026-03-05T17:36:46.297Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3835 | 2026-03-05T17:36:46.297Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3836 | 2026-03-05T17:36:46.298Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3837 | 2026-03-05T17:36:46.298Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3838 | 2026-03-05T17:36:46.298Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3839 | 2026-03-05T17:36:46.301Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3840 | 2026-03-05T17:36:46.301Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3841 | 2026-03-05T17:36:46.303Z | Mar 05 17:36:45.014 INFO [stamp-overlay] process exited with exit status: 0 (21.735518ms) |
| 3842 | 2026-03-05T17:36:46.306Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3843 | 2026-03-05T17:36:46.315Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3844 | 2026-03-05T17:36:46.320Z | Mar 05 17:36:45.031 INFO [stamp-oxlog] process exited with exit status: 0 (39.682842ms) |
| 3845 | 2026-03-05T17:36:46.372Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3846 | 2026-03-05T17:36:46.377Z | Mar 05 17:36:45.088 INFO [stamp-crucible-utils] process exited with exit status: 0 (96.901524ms) |
| 3847 | 2026-03-05T17:36:46.401Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3848 | 2026-03-05T17:36:46.405Z | Mar 05 17:36:45.117 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.65702ms) |
| 3849 | 2026-03-05T17:36:46.588Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3850 | 2026-03-05T17:36:46.591Z | Mar 05 17:36:45.303 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (310.350667ms) |
| 3851 | 2026-03-05T17:36:46.856Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3852 | 2026-03-05T17:36:46.860Z | Mar 05 17:36:45.571 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (580.539724ms) |
| 3853 | 2026-03-05T17:36:47.760Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3854 | 2026-03-05T17:36:47.764Z | Mar 05 17:36:46.475 INFO [stamp-propolis-server] process exited with exit status: 0 (1.483058788s) |
| 3855 | 2026-03-05T17:36:47.840Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3856 | 2026-03-05T17:36:48.139Z | [recovery-package] Compiling daft v0.1.5 |
| 3857 | 2026-03-05T17:36:48.457Z | [recovery-package] Compiling iddqd v0.3.17 |
| 3858 | 2026-03-05T17:36:50.022Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3859 | 2026-03-05T17:36:50.371Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3860 | 2026-03-05T17:36:50.372Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3861 | 2026-03-05T17:36:50.375Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3862 | 2026-03-05T17:36:50.375Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3863 | 2026-03-05T17:36:50.440Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3864 | 2026-03-05T17:36:51.206Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3865 | 2026-03-05T17:36:54.833Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3866 | 2026-03-05T17:36:54.836Z | Mar 05 17:36:53.544 INFO [stamp-switch-asic] process exited with exit status: 0 (8.55121905s) |
| 3867 | 2026-03-05T17:36:54.836Z | Mar 05 17:36:53.544 INFO [host-stamp] task succeeded (8.553999005s) |
| 3868 | 2026-03-05T17:36:54.836Z | Mar 05 17:36:53.544 INFO [host-proto] running task |
| 3869 | 2026-03-05T17:36:55.416Z | Mar 05 17:36:54.123 INFO [host-proto] task succeeded (578.977652ms) |
| 3870 | 2026-03-05T17:36:55.416Z | Mar 05 17:36:54.123 INFO [host-profile] running task |
| 3871 | 2026-03-05T17:36:55.419Z | Mar 05 17:36:54.123 INFO [host-profile] task succeeded (278.43µs) |
| 3872 | 2026-03-05T17:36:55.419Z | Mar 05 17:36:54.124 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.39.455' -P /tmp/.tmpiajBse/proto/host/root -N 'ci bd79324/${os_short_commit} 2026-03-05 17:07' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3873 | 2026-03-05T17:36:55.423Z | [ host-image] Mar 05 17:36:54.131 INFO Checking files for board 'cosmo' |
| 3874 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3875 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3876 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3877 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3878 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO Checking files for board 'cosmo-mbist' |
| 3879 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3880 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO Checking files for board 'gimlet' |
| 3881 | 2026-03-05T17:36:55.426Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3882 | 2026-03-05T17:36:55.427Z | [ host-image] Mar 05 17:36:54.131 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3883 | 2026-03-05T17:36:55.436Z | [ host-image] Mar 05 17:36:54.144 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpiajBse/proto/host/root" |
| 3884 | 2026-03-05T17:36:55.436Z | [ host-image] Mar 05 17:36:54.144 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3885 | 2026-03-05T17:36:55.436Z | [ host-image] Mar 05 17:36:54.144 INFO image builder template: ramdisk-01-os... |
| 3886 | 2026-03-05T17:36:55.439Z | [ host-image] Mar 05 17:36:54.144 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpiajBse/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3887 | 2026-03-05T17:36:55.455Z | [ host-image] Mar 05 17:36:54.161 INFO O| Mar 05 17:36:54.161 INFO CREATE DATASET: rpool/images/build/host/output |
| 3888 | 2026-03-05T17:36:55.868Z | [ host-image] Mar 05 17:36:54.575 INFO O| Mar 05 17:36:54.575 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3889 | 2026-03-05T17:36:55.871Z | [ host-image] Mar 05 17:36:54.579 INFO O| Mar 05 17:36:54.579 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3890 | 2026-03-05T17:36:56.007Z | [ host-image] Mar 05 17:36:54.714 INFO O| Mar 05 17:36:54.714 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3891 | 2026-03-05T17:36:56.052Z | [ host-image] Mar 05 17:36:54.759 INFO O| Mar 05 17:36:54.759 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3892 | 2026-03-05T17:36:56.052Z | [ host-image] Mar 05 17:36:54.759 INFO O| Mar 05 17:36:54.759 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3893 | 2026-03-05T17:36:56.055Z | [ host-image] Mar 05 17:36:54.759 INFO O| Mar 05 17:36:54.759 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3894 | 2026-03-05T17:36:56.055Z | [ host-image] Mar 05 17:36:54.759 INFO O| Mar 05 17:36:54.759 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3895 | 2026-03-05T17:36:56.058Z | [ host-image] Mar 05 17:36:54.766 INFO O| Mar 05 17:36:54.766 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3896 | 2026-03-05T17:36:56.199Z | [ host-image] Mar 05 17:36:54.906 INFO O| Mar 05 17:36:54.906 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3897 | 2026-03-05T17:36:56.210Z | [ host-image] Mar 05 17:36:54.918 INFO O| Mar 05 17:36:54.917 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3898 | 2026-03-05T17:36:56.569Z | [ host-image] Mar 05 17:36:55.276 INFO O| Mar 05 17:36:55.276 INFO O| Caching catalogs ... Done |
| 3899 | 2026-03-05T17:36:56.650Z | [ host-image] Mar 05 17:36:55.357 INFO O| Mar 05 17:36:55.357 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3900 | 2026-03-05T17:36:56.650Z | [ host-image] Mar 05 17:36:55.357 INFO O| Mar 05 17:36:55.357 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3901 | 2026-03-05T17:36:56.659Z | [ host-image] Mar 05 17:36:55.366 INFO O| Mar 05 17:36:55.365 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3902 | 2026-03-05T17:36:56.993Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3903 | 2026-03-05T17:36:56.994Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3904 | 2026-03-05T17:36:56.994Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO skip step because feature "publisher_1_name" is not enabled |
| 3905 | 2026-03-05T17:36:56.996Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3906 | 2026-03-05T17:36:56.996Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO skip step because feature "publisher_2_name" is not enabled |
| 3907 | 2026-03-05T17:36:56.996Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3908 | 2026-03-05T17:36:56.996Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO skip step because feature "publisher_3_name" is not enabled |
| 3909 | 2026-03-05T17:36:56.996Z | [ host-image] Mar 05 17:36:55.700 INFO O| Mar 05 17:36:55.700 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3910 | 2026-03-05T17:36:57.325Z | [ host-image] Mar 05 17:36:56.032 INFO O| Mar 05 17:36:56.031 INFO variant opensolaris.zone is already global |
| 3911 | 2026-03-05T17:36:57.325Z | [ host-image] Mar 05 17:36:56.032 INFO O| Mar 05 17:36:56.031 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3912 | 2026-03-05T17:36:57.328Z | [ host-image] Mar 05 17:36:56.032 INFO O| Mar 05 17:36:56.031 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3913 | 2026-03-05T17:36:57.655Z | [ host-image] Mar 05 17:36:56.361 INFO O| Mar 05 17:36:56.361 INFO variant opensolaris.imagetype is full; changing to partial |
| 3914 | 2026-03-05T17:36:57.655Z | [ host-image] Mar 05 17:36:56.361 INFO O| Mar 05 17:36:56.361 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3915 | 2026-03-05T17:37:00.132Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3916 | 2026-03-05T17:37:00.132Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3917 | 2026-03-05T17:37:00.135Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3918 | 2026-03-05T17:37:00.135Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3919 | 2026-03-05T17:37:06.351Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3920 | 2026-03-05T17:37:06.508Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3921 | 2026-03-05T17:37:07.388Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3922 | 2026-03-05T17:37:07.486Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3923 | 2026-03-05T17:37:09.978Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3924 | 2026-03-05T17:37:12.988Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3925 | 2026-03-05T17:37:33.792Z | [ host-image] Mar 05 17:37:32.483 INFO O| Mar 05 17:37:32.482 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3926 | 2026-03-05T17:37:37.691Z | [recovery-package] Finished `release` profile [optimized] target(s) in 51.08s |
| 3927 | 2026-03-05T17:37:39.307Z | Mar 05 17:37:37.995 INFO [recovery-package] process exited with exit status: 0 (53.004749898s) |
| 3928 | 2026-03-05T17:37:39.307Z | Mar 05 17:37:37.995 INFO [recovery-stamp] running task |
| 3929 | 2026-03-05T17:37:39.310Z | Mar 05 17:37:37.996 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3930 | 2026-03-05T17:37:39.310Z | Mar 05 17:37:37.996 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gitbd7932447a4 |
| 3931 | 2026-03-05T17:37:39.310Z | Mar 05 17:37:37.996 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+gitbd7932447a4 |
| 3932 | 2026-03-05T17:37:39.318Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3933 | 2026-03-05T17:37:39.321Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3934 | 2026-03-05T17:37:39.433Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3935 | 2026-03-05T17:37:39.437Z | Mar 05 17:37:38.125 INFO [stamp-installinator] process exited with exit status: 0 (129.583009ms) |
| 3936 | 2026-03-05T17:37:39.491Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3937 | 2026-03-05T17:37:39.495Z | Mar 05 17:37:38.183 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.826063ms) |
| 3938 | 2026-03-05T17:37:39.495Z | Mar 05 17:37:38.183 INFO [recovery-stamp] task succeeded (187.856094ms) |
| 3939 | 2026-03-05T17:37:39.495Z | Mar 05 17:37:38.183 INFO [recovery-proto] running task |
| 3940 | 2026-03-05T17:37:39.495Z | Mar 05 17:37:38.183 INFO [tuf-stamp] running task |
| 3941 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.184 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+gitbd7932447a4 |
| 3942 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.184 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gitbd7932447a4 |
| 3943 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.185 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gitbd7932447a4 |
| 3944 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.185 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+gitbd7932447a4 |
| 3945 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.185 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+gitbd7932447a4 |
| 3946 | 2026-03-05T17:37:39.498Z | Mar 05 17:37:38.186 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+gitbd7932447a4 |
| 3947 | 2026-03-05T17:37:39.502Z | Mar 05 17:37:38.190 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+gitbd7932447a4 |
| 3948 | 2026-03-05T17:37:39.506Z | Mar 05 17:37:38.194 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+gitbd7932447a4 |
| 3949 | 2026-03-05T17:37:39.509Z | Mar 05 17:37:38.195 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+gitbd7932447a4[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3950 | 2026-03-05T17:37:39.509Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3951 | 2026-03-05T17:37:39.509Z | |
| 3952 | 2026-03-05T17:37:39.509Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3953 | 2026-03-05T17:37:39.512Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3954 | 2026-03-05T17:37:39.512Z | Mar 05 17:37:38.200 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gitbd7932447a4 |
| 3955 | 2026-03-05T17:37:39.515Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3956 | 2026-03-05T17:37:39.515Z | Mar 05 17:37:38.201 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+gitbd7932447a4 |
| 3957 | 2026-03-05T17:37:39.518Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3958 | 2026-03-05T17:37:39.518Z | Mar 05 17:37:38.206 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+gitbd7932447a4 |
| 3959 | 2026-03-05T17:37:39.518Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3960 | 2026-03-05T17:37:39.521Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3961 | 2026-03-05T17:37:39.524Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3962 | 2026-03-05T17:37:39.528Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3963 | 2026-03-05T17:37:39.528Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3964 | 2026-03-05T17:37:39.543Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3965 | 2026-03-05T17:37:39.675Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3966 | 2026-03-05T17:37:39.696Z | Mar 05 17:37:38.384 INFO [recovery-proto] task succeeded (200.740087ms) |
| 3967 | 2026-03-05T17:37:39.696Z | Mar 05 17:37:38.384 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.39.455' -P /tmp/.tmpiajBse/proto/recovery/root -N 'recovery bd79324/${os_short_commit} 2026-03-05 17:07' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3968 | 2026-03-05T17:37:39.709Z | [ recovery-image] Mar 05 17:37:38.394 INFO Checking files for board 'cosmo' |
| 3969 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3970 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3971 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3972 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3973 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO Checking files for board 'cosmo-mbist' |
| 3974 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3975 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO Checking files for board 'gimlet' |
| 3976 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3977 | 2026-03-05T17:37:39.713Z | [ recovery-image] Mar 05 17:37:38.395 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3978 | 2026-03-05T17:37:39.720Z | Mar 05 17:37:38.408 INFO [stamp-probe] process exited with exit status: 0 (206.926176ms) |
| 3979 | 2026-03-05T17:37:39.723Z | [ recovery-image] Mar 05 17:37:38.410 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpiajBse/proto/recovery/root" |
| 3980 | 2026-03-05T17:37:39.723Z | [ recovery-image] Mar 05 17:37:38.410 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3981 | 2026-03-05T17:37:39.723Z | [ recovery-image] Mar 05 17:37:38.410 INFO image builder template: ramdisk-01-os... |
| 3982 | 2026-03-05T17:37:39.723Z | [ recovery-image] Mar 05 17:37:38.410 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpiajBse/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3983 | 2026-03-05T17:37:39.748Z | [ recovery-image] Mar 05 17:37:38.436 INFO O| Mar 05 17:37:38.436 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 3984 | 2026-03-05T17:37:40.316Z | [ recovery-image] Mar 05 17:37:39.003 INFO O| Mar 05 17:37:39.002 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 3985 | 2026-03-05T17:37:40.320Z | [ recovery-image] Mar 05 17:37:39.007 INFO O| Mar 05 17:37:39.007 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 3986 | 2026-03-05T17:37:40.630Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 3987 | 2026-03-05T17:37:40.638Z | [ recovery-image] Mar 05 17:37:39.325 INFO O| Mar 05 17:37:39.325 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 3988 | 2026-03-05T17:37:40.728Z | [ recovery-image] Mar 05 17:37:39.414 INFO O| Mar 05 17:37:39.414 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 3989 | 2026-03-05T17:37:40.728Z | [ recovery-image] Mar 05 17:37:39.414 INFO O| Mar 05 17:37:39.414 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 3990 | 2026-03-05T17:37:40.732Z | [ recovery-image] Mar 05 17:37:39.414 INFO O| Mar 05 17:37:39.414 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 3991 | 2026-03-05T17:37:40.732Z | [ recovery-image] Mar 05 17:37:39.414 INFO O| Mar 05 17:37:39.414 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 3992 | 2026-03-05T17:37:40.736Z | [ recovery-image] Mar 05 17:37:39.424 INFO O| Mar 05 17:37:39.424 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 3993 | 2026-03-05T17:37:40.799Z | Mar 05 17:37:39.487 INFO [stamp-ntp] process exited with exit status: 0 (1.287026807s) |
| 3994 | 2026-03-05T17:37:41.030Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 3995 | 2026-03-05T17:37:41.040Z | [ recovery-image] Mar 05 17:37:39.727 INFO O| Mar 05 17:37:39.727 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3996 | 2026-03-05T17:37:41.053Z | [ recovery-image] Mar 05 17:37:39.740 INFO O| Mar 05 17:37:39.740 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 3997 | 2026-03-05T17:37:41.122Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 3998 | 2026-03-05T17:37:41.263Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 3999 | 2026-03-05T17:37:41.293Z | Mar 05 17:37:39.981 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.795310085s) |
| 4000 | 2026-03-05T17:37:41.367Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4001 | 2026-03-05T17:37:41.441Z | Mar 05 17:37:40.129 INFO [stamp-external-dns] process exited with exit status: 0 (1.93852952s) |
| 4002 | 2026-03-05T17:37:41.632Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4003 | 2026-03-05T17:37:41.657Z | Mar 05 17:37:40.342 INFO [stamp-internal-dns] process exited with exit status: 0 (2.147610024s) |
| 4004 | 2026-03-05T17:37:41.857Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4005 | 2026-03-05T17:37:41.867Z | Mar 05 17:37:40.544 INFO [stamp-oximeter] process exited with exit status: 0 (2.359924694s) |
| 4006 | 2026-03-05T17:37:41.869Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4007 | 2026-03-05T17:37:41.877Z | Mar 05 17:37:40.554 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.369965574s) |
| 4008 | 2026-03-05T17:37:41.886Z | [ recovery-image] Mar 05 17:37:40.561 INFO O| Mar 05 17:37:40.561 INFO O| Caching catalogs ... Done |
| 4009 | 2026-03-05T17:37:42.003Z | [ recovery-image] Mar 05 17:37:40.684 INFO O| Mar 05 17:37:40.684 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4010 | 2026-03-05T17:37:42.003Z | [ recovery-image] Mar 05 17:37:40.684 INFO O| Mar 05 17:37:40.684 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4011 | 2026-03-05T17:37:42.012Z | [ recovery-image] Mar 05 17:37:40.698 INFO O| Mar 05 17:37:40.698 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 4012 | 2026-03-05T17:37:42.497Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4013 | 2026-03-05T17:37:42.497Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4014 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO skip step because feature "publisher_1_name" is not enabled |
| 4015 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4016 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO skip step because feature "publisher_2_name" is not enabled |
| 4017 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4018 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO skip step because feature "publisher_3_name" is not enabled |
| 4019 | 2026-03-05T17:37:42.502Z | [ recovery-image] Mar 05 17:37:41.184 INFO O| Mar 05 17:37:41.184 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4020 | 2026-03-05T17:37:42.990Z | [ recovery-image] Mar 05 17:37:41.663 INFO O| Mar 05 17:37:41.663 INFO variant opensolaris.zone is already global |
| 4021 | 2026-03-05T17:37:42.990Z | [ recovery-image] Mar 05 17:37:41.663 INFO O| Mar 05 17:37:41.663 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4022 | 2026-03-05T17:37:42.990Z | [ recovery-image] Mar 05 17:37:41.663 INFO O| Mar 05 17:37:41.663 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4023 | 2026-03-05T17:37:43.509Z | [ recovery-image] Mar 05 17:37:42.195 INFO O| Mar 05 17:37:42.195 INFO variant opensolaris.imagetype is full; changing to partial |
| 4024 | 2026-03-05T17:37:43.509Z | [ recovery-image] Mar 05 17:37:42.195 INFO O| Mar 05 17:37:42.195 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4025 | 2026-03-05T17:37:45.081Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4026 | 2026-03-05T17:37:45.087Z | Mar 05 17:37:43.772 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.586743178s) |
| 4027 | 2026-03-05T17:37:46.194Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4028 | 2026-03-05T17:37:46.199Z | Mar 05 17:37:44.884 INFO [stamp-nexus] process exited with exit status: 0 (6.69978878s) |
| 4029 | 2026-03-05T17:37:48.210Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4030 | 2026-03-05T17:37:48.225Z | Mar 05 17:37:46.890 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.694928768s) |
| 4031 | 2026-03-05T17:37:48.431Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4032 | 2026-03-05T17:37:48.437Z | Mar 05 17:37:47.119 INFO [stamp-clickhouse_server] process exited with exit status: 0 (8.934242044s) |
| 4033 | 2026-03-05T17:37:48.507Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4034 | 2026-03-05T17:37:48.628Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4035 | 2026-03-05T17:37:48.649Z | Mar 05 17:37:47.309 INFO [stamp-clickhouse] process exited with exit status: 0 (9.103709192s) |
| 4036 | 2026-03-05T17:37:48.649Z | Mar 05 17:37:47.309 INFO [tuf-stamp] task succeeded (9.126181278s) |
| 4037 | 2026-03-05T17:37:48.753Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4038 | 2026-03-05T17:37:48.771Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4039 | 2026-03-05T17:37:48.771Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4040 | 2026-03-05T17:37:48.771Z | [verify-libraries] Compiling home v0.5.12 |
| 4041 | 2026-03-05T17:37:48.836Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4042 | 2026-03-05T17:37:48.845Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4043 | 2026-03-05T17:37:48.845Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4044 | 2026-03-05T17:37:49.011Z | [verify-libraries] Compiling nix v0.28.0 |
| 4045 | 2026-03-05T17:37:49.200Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4046 | 2026-03-05T17:37:49.327Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4047 | 2026-03-05T17:37:49.566Z | [ host-image] Mar 05 17:37:48.248 INFO O| Mar 05 17:37:48.248 INFO O| Startup: Caching catalogs ... Done |
| 4048 | 2026-03-05T17:37:49.727Z | [ host-image] Mar 05 17:37:48.405 INFO O| Mar 05 17:37:48.397 INFO O| Planning: Planning completed in 0.00 seconds |
| 4049 | 2026-03-05T17:37:49.727Z | [ host-image] Mar 05 17:37:48.405 INFO O| Mar 05 17:37:48.397 INFO O| Planning: Consolidating action changes ... Done |
| 4050 | 2026-03-05T17:37:49.727Z | [ host-image] Mar 05 17:37:48.405 INFO O| Mar 05 17:37:48.397 INFO O| Planning: Evaluating mediators ... Done |
| 4051 | 2026-03-05T17:37:49.736Z | [ host-image] Mar 05 17:37:48.405 INFO O| Mar 05 17:37:48.398 INFO O| Planning: Planning completed in 0.00 seconds |
| 4052 | 2026-03-05T17:37:49.736Z | [ host-image] Mar 05 17:37:48.405 INFO O| Mar 05 17:37:48.398 INFO O| Variants/Facets to change: 1 |
| 4053 | 2026-03-05T17:37:49.922Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4054 | 2026-03-05T17:37:50.071Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4055 | 2026-03-05T17:37:50.374Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4056 | 2026-03-05T17:37:50.630Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4057 | 2026-03-05T17:37:50.708Z | [verify-libraries] Compiling psm v0.1.30 |
| 4058 | 2026-03-05T17:37:50.979Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4059 | 2026-03-05T17:37:51.068Z | [verify-libraries] Compiling colored v2.2.0 |
| 4060 | 2026-03-05T17:37:51.103Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4061 | 2026-03-05T17:37:51.435Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4062 | 2026-03-05T17:37:51.738Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4063 | 2026-03-05T17:37:51.858Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4064 | 2026-03-05T17:37:52.323Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4065 | 2026-03-05T17:37:52.528Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4066 | 2026-03-05T17:37:52.666Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4067 | 2026-03-05T17:37:52.770Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4068 | 2026-03-05T17:37:52.830Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4069 | 2026-03-05T17:37:52.869Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4070 | 2026-03-05T17:37:53.518Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4071 | 2026-03-05T17:37:53.573Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4072 | 2026-03-05T17:37:54.185Z | [ host-image] Mar 05 17:37:52.866 INFO O| Mar 05 17:37:52.866 INFO O| Done |
| 4073 | 2026-03-05T17:37:54.185Z | [ host-image] Mar 05 17:37:52.867 INFO O| Mar 05 17:37:52.866 INFO O| Done |
| 4074 | 2026-03-05T17:37:55.828Z | [verify-libraries] Compiling petname v2.0.2 |
| 4075 | 2026-03-05T17:37:56.116Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4076 | 2026-03-05T17:37:56.365Z | [ host-image] Mar 05 17:37:55.043 INFO O| Mar 05 17:37:55.043 INFO O| Done |
| 4077 | 2026-03-05T17:37:56.550Z | [ host-image] Mar 05 17:37:55.230 INFO O| Mar 05 17:37:55.230 INFO O| Done |
| 4078 | 2026-03-05T17:37:56.555Z | [ host-image] Mar 05 17:37:55.231 INFO O| Mar 05 17:37:55.231 INFO O| Done |
| 4079 | 2026-03-05T17:37:56.555Z | [ host-image] Mar 05 17:37:55.231 INFO O| Mar 05 17:37:55.231 INFO O| Done |
| 4080 | 2026-03-05T17:37:56.556Z | [ host-image] Mar 05 17:37:55.233 INFO O| Mar 05 17:37:55.233 INFO O| Done |
| 4081 | 2026-03-05T17:37:56.766Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4082 | 2026-03-05T17:37:57.383Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4083 | 2026-03-05T17:37:57.450Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4084 | 2026-03-05T17:37:58.772Z | [ host-image] Mar 05 17:37:57.452 INFO O| Mar 05 17:37:57.452 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4085 | 2026-03-05T17:37:58.772Z | [ host-image] Mar 05 17:37:57.452 INFO O| Mar 05 17:37:57.452 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4086 | 2026-03-05T17:37:58.775Z | [ host-image] Mar 05 17:37:57.452 INFO O| Mar 05 17:37:57.452 INFO skip step because feature "debug_variant" is not enabled |
| 4087 | 2026-03-05T17:37:58.775Z | [ host-image] Mar 05 17:37:57.452 INFO O| Mar 05 17:37:57.452 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4088 | 2026-03-05T17:37:59.477Z | [ host-image] Mar 05 17:37:58.155 INFO O| Mar 05 17:37:58.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4089 | 2026-03-05T17:38:00.124Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4090 | 2026-03-05T17:38:00.571Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4091 | 2026-03-05T17:38:01.247Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4092 | 2026-03-05T17:38:03.222Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4093 | 2026-03-05T17:38:03.625Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4094 | 2026-03-05T17:38:04.210Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4095 | 2026-03-05T17:38:07.445Z | [verify-libraries] Compiling des v0.8.1 |
| 4096 | 2026-03-05T17:38:07.471Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4097 | 2026-03-05T17:38:08.130Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4098 | 2026-03-05T17:38:08.567Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4099 | 2026-03-05T17:38:08.685Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4100 | 2026-03-05T17:38:08.932Z | [verify-libraries] Compiling russh v0.45.0 |
| 4101 | 2026-03-05T17:38:09.276Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4102 | 2026-03-05T17:38:09.335Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4103 | 2026-03-05T17:38:14.585Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4104 | 2026-03-05T17:38:17.477Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4105 | 2026-03-05T17:38:18.534Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4106 | 2026-03-05T17:38:19.602Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4107 | 2026-03-05T17:38:25.404Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4108 | 2026-03-05T17:38:31.800Z | [ recovery-image] Mar 05 17:38:30.459 INFO O| Mar 05 17:38:30.458 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4109 | 2026-03-05T17:38:35.929Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4110 | 2026-03-05T17:38:51.574Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4111 | 2026-03-05T17:38:54.456Z | [ host-image] Mar 05 17:38:53.112 INFO O| Mar 05 17:38:53.112 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4112 | 2026-03-05T17:38:59.104Z | [ recovery-image] Mar 05 17:38:55.118 INFO O| Mar 05 17:38:55.118 INFO O| Startup: Caching catalogs ... Done |
| 4113 | 2026-03-05T17:38:59.163Z | [ recovery-image] Mar 05 17:38:55.268 INFO O| Mar 05 17:38:55.268 INFO O| Planning: Planning completed in 0.00 seconds |
| 4114 | 2026-03-05T17:38:59.163Z | [ recovery-image] Mar 05 17:38:55.269 INFO O| Mar 05 17:38:55.269 INFO O| Planning: Consolidating action changes ... Done |
| 4115 | 2026-03-05T17:38:59.164Z | [ recovery-image] Mar 05 17:38:55.269 INFO O| Mar 05 17:38:55.269 INFO O| Planning: Evaluating mediators ... Done |
| 4116 | 2026-03-05T17:38:59.164Z | [ recovery-image] Mar 05 17:38:55.270 INFO O| Mar 05 17:38:55.269 INFO O| Planning: Planning completed in 0.00 seconds |
| 4117 | 2026-03-05T17:38:59.164Z | [ recovery-image] Mar 05 17:38:55.270 INFO O| Mar 05 17:38:55.270 INFO O| Variants/Facets to change: 1 |
| 4118 | 2026-03-05T17:38:59.164Z | [ recovery-image] Mar 05 17:38:55.333 INFO O| Mar 05 17:38:55.333 INFO O| Done |
| 4119 | 2026-03-05T17:38:59.164Z | [ recovery-image] Mar 05 17:38:55.333 INFO O| Mar 05 17:38:55.333 INFO O| Done |
| 4120 | 2026-03-05T17:38:59.562Z | [ recovery-image] Mar 05 17:38:58.215 INFO O| Mar 05 17:38:58.215 INFO O| Done |
| 4121 | 2026-03-05T17:38:59.882Z | [ recovery-image] Mar 05 17:38:58.535 INFO O| Mar 05 17:38:58.535 INFO O| Done |
| 4122 | 2026-03-05T17:38:59.885Z | [ recovery-image] Mar 05 17:38:58.537 INFO O| Mar 05 17:38:58.537 INFO O| Done |
| 4123 | 2026-03-05T17:38:59.885Z | [ recovery-image] Mar 05 17:38:58.537 INFO O| Mar 05 17:38:58.537 INFO O| Done |
| 4124 | 2026-03-05T17:38:59.888Z | [ recovery-image] Mar 05 17:38:58.540 INFO O| Mar 05 17:38:58.540 INFO O| Done |
| 4125 | 2026-03-05T17:39:02.093Z | [ recovery-image] Mar 05 17:39:00.745 INFO O| Mar 05 17:39:00.745 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4126 | 2026-03-05T17:39:02.093Z | [ recovery-image] Mar 05 17:39:00.745 INFO O| Mar 05 17:39:00.745 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4127 | 2026-03-05T17:39:02.096Z | [ recovery-image] Mar 05 17:39:00.745 INFO O| Mar 05 17:39:00.745 INFO skip step because feature "debug_variant" is not enabled |
| 4128 | 2026-03-05T17:39:02.096Z | [ recovery-image] Mar 05 17:39:00.745 INFO O| Mar 05 17:39:00.745 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4129 | 2026-03-05T17:39:02.805Z | [ recovery-image] Mar 05 17:39:01.457 INFO O| Mar 05 17:39:01.457 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4130 | 2026-03-05T17:39:05.906Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4131 | 2026-03-05T17:39:20.021Z | [ host-image] Mar 05 17:39:18.647 INFO O| Mar 05 17:39:18.646 INFO O| Startup: Caching catalogs ... Done |
| 4132 | 2026-03-05T17:39:20.170Z | [ host-image] Mar 05 17:39:18.815 INFO O| Mar 05 17:39:18.815 INFO O| Planning: Planning completed in 0.00 seconds |
| 4133 | 2026-03-05T17:39:20.174Z | [ host-image] Mar 05 17:39:18.816 INFO O| Mar 05 17:39:18.816 INFO O| Planning: Consolidating action changes ... Done |
| 4134 | 2026-03-05T17:39:20.174Z | [ host-image] Mar 05 17:39:18.816 INFO O| Mar 05 17:39:18.816 INFO O| Planning: Evaluating mediators ... Done |
| 4135 | 2026-03-05T17:39:20.174Z | [ host-image] Mar 05 17:39:18.816 INFO O| Mar 05 17:39:18.816 INFO O| Planning: Planning completed in 0.00 seconds |
| 4136 | 2026-03-05T17:39:20.174Z | [ host-image] Mar 05 17:39:18.817 INFO O| Mar 05 17:39:18.817 INFO O| Variants/Facets to change: 1 |
| 4137 | 2026-03-05T17:39:20.237Z | [ host-image] Mar 05 17:39:18.881 INFO O| Mar 05 17:39:18.881 INFO O| Done |
| 4138 | 2026-03-05T17:39:20.237Z | [ host-image] Mar 05 17:39:18.881 INFO O| Mar 05 17:39:18.881 INFO O| Done |
| 4139 | 2026-03-05T17:39:22.453Z | [ host-image] Mar 05 17:39:21.097 INFO O| Mar 05 17:39:21.096 INFO O| Done |
| 4140 | 2026-03-05T17:39:22.693Z | [ host-image] Mar 05 17:39:21.337 INFO O| Mar 05 17:39:21.336 INFO O| Done |
| 4141 | 2026-03-05T17:39:22.698Z | [ host-image] Mar 05 17:39:21.338 INFO O| Mar 05 17:39:21.338 INFO O| Done |
| 4142 | 2026-03-05T17:39:22.698Z | [ host-image] Mar 05 17:39:21.338 INFO O| Mar 05 17:39:21.338 INFO O| Done |
| 4143 | 2026-03-05T17:39:22.698Z | [ host-image] Mar 05 17:39:21.340 INFO O| Mar 05 17:39:21.340 INFO O| Done |
| 4144 | 2026-03-05T17:39:24.937Z | [ host-image] Mar 05 17:39:23.579 INFO O| Mar 05 17:39:23.579 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4145 | 2026-03-05T17:39:24.938Z | [ host-image] Mar 05 17:39:23.580 INFO O| Mar 05 17:39:23.579 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4146 | 2026-03-05T17:39:24.942Z | [ host-image] Mar 05 17:39:23.580 INFO O| Mar 05 17:39:23.579 INFO skip step because feature "recovery" is not enabled |
| 4147 | 2026-03-05T17:39:24.942Z | [ host-image] Mar 05 17:39:23.580 INFO O| Mar 05 17:39:23.579 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4148 | 2026-03-05T17:39:24.942Z | [ host-image] Mar 05 17:39:23.580 INFO O| Mar 05 17:39:23.579 INFO skip step because feature "recovery" is not enabled |
| 4149 | 2026-03-05T17:39:24.942Z | [ host-image] Mar 05 17:39:23.580 INFO O| Mar 05 17:39:23.579 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4150 | 2026-03-05T17:39:24.953Z | [ host-image] Mar 05 17:39:23.596 INFO O| Mar 05 17:39:23.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 4151 | 2026-03-05T17:39:36.090Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4152 | 2026-03-05T17:39:38.569Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4153 | 2026-03-05T17:39:47.759Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4154 | 2026-03-05T17:39:48.180Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4155 | 2026-03-05T17:39:57.329Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4156 | 2026-03-05T17:39:57.987Z | [ recovery-image] Mar 05 17:39:56.615 INFO O| Mar 05 17:39:56.615 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4157 | 2026-03-05T17:40:02.499Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4158 | 2026-03-05T17:40:10.337Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4159 | 2026-03-05T17:40:10.903Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4160 | 2026-03-05T17:40:19.716Z | [ host-image] Mar 05 17:40:18.312 INFO O| Mar 05 17:40:18.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4161 | 2026-03-05T17:40:22.716Z | [ recovery-image] Mar 05 17:40:21.322 INFO O| Mar 05 17:40:21.322 INFO O| Startup: Caching catalogs ... Done |
| 4162 | 2026-03-05T17:40:22.940Z | [ recovery-image] Mar 05 17:40:21.556 INFO O| Mar 05 17:40:21.556 INFO O| Planning: Planning completed in 0.00 seconds |
| 4163 | 2026-03-05T17:40:22.949Z | [ recovery-image] Mar 05 17:40:21.556 INFO O| Mar 05 17:40:21.556 INFO O| Planning: Consolidating action changes ... Done |
| 4164 | 2026-03-05T17:40:22.949Z | [ recovery-image] Mar 05 17:40:21.556 INFO O| Mar 05 17:40:21.556 INFO O| Planning: Evaluating mediators ... Done |
| 4165 | 2026-03-05T17:40:22.951Z | [ recovery-image] Mar 05 17:40:21.557 INFO O| Mar 05 17:40:21.557 INFO O| Planning: Planning completed in 0.00 seconds |
| 4166 | 2026-03-05T17:40:22.951Z | [ recovery-image] Mar 05 17:40:21.557 INFO O| Mar 05 17:40:21.557 INFO O| Variants/Facets to change: 1 |
| 4167 | 2026-03-05T17:40:23.003Z | [ recovery-image] Mar 05 17:40:21.620 INFO O| Mar 05 17:40:21.620 INFO O| Done |
| 4168 | 2026-03-05T17:40:23.003Z | [ recovery-image] Mar 05 17:40:21.620 INFO O| Mar 05 17:40:21.620 INFO O| Done |
| 4169 | 2026-03-05T17:40:25.267Z | [ recovery-image] Mar 05 17:40:23.882 INFO O| Mar 05 17:40:23.882 INFO O| Done |
| 4170 | 2026-03-05T17:40:25.494Z | [ recovery-image] Mar 05 17:40:24.109 INFO O| Mar 05 17:40:24.109 INFO O| Done |
| 4171 | 2026-03-05T17:40:25.509Z | [ recovery-image] Mar 05 17:40:24.110 INFO O| Mar 05 17:40:24.110 INFO O| Done |
| 4172 | 2026-03-05T17:40:25.509Z | [ recovery-image] Mar 05 17:40:24.110 INFO O| Mar 05 17:40:24.110 INFO O| Done |
| 4173 | 2026-03-05T17:40:25.509Z | [ recovery-image] Mar 05 17:40:24.112 INFO O| Mar 05 17:40:24.112 INFO O| Done |
| 4174 | 2026-03-05T17:40:27.804Z | [ recovery-image] Mar 05 17:40:26.413 INFO O| Mar 05 17:40:26.413 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4175 | 2026-03-05T17:40:27.804Z | [ recovery-image] Mar 05 17:40:26.413 INFO O| Mar 05 17:40:26.413 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4176 | 2026-03-05T17:40:27.849Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4177 | 2026-03-05T17:40:28.477Z | [ recovery-image] Mar 05 17:40:27.092 INFO O| Mar 05 17:40:27.092 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4178 | 2026-03-05T17:40:33.262Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4179 | 2026-03-05T17:40:44.087Z | [ host-image] Mar 05 17:40:42.695 INFO O| Mar 05 17:40:42.695 INFO O| Startup: Caching catalogs ... Done |
| 4180 | 2026-03-05T17:40:44.722Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4181 | 2026-03-05T17:40:53.995Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4182 | 2026-03-05T17:41:04.364Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4183 | 2026-03-05T17:41:06.091Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4184 | 2026-03-05T17:41:22.452Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4185 | 2026-03-05T17:41:24.825Z | [ recovery-image] Mar 05 17:41:23.416 INFO O| Mar 05 17:41:23.416 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4186 | 2026-03-05T17:41:27.433Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4187 | 2026-03-05T17:41:30.848Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4188 | 2026-03-05T17:41:41.945Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4189 | 2026-03-05T17:41:43.675Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4190 | 2026-03-05T17:41:44.225Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4191 | 2026-03-05T17:41:49.503Z | [ recovery-image] Mar 05 17:41:48.080 INFO O| Mar 05 17:41:48.080 INFO O| Startup: Caching catalogs ... Done |
| 4192 | 2026-03-05T17:41:49.652Z | [ recovery-image] Mar 05 17:41:48.217 INFO O| Mar 05 17:41:48.217 INFO O| Planning: Planning completed in 0.00 seconds |
| 4193 | 2026-03-05T17:41:49.660Z | [ recovery-image] Mar 05 17:41:48.217 INFO O| Mar 05 17:41:48.217 INFO O| Planning: Consolidating action changes ... Done |
| 4194 | 2026-03-05T17:41:49.660Z | [ recovery-image] Mar 05 17:41:48.218 INFO O| Mar 05 17:41:48.217 INFO O| Planning: Evaluating mediators ... Done |
| 4195 | 2026-03-05T17:41:49.660Z | [ recovery-image] Mar 05 17:41:48.218 INFO O| Mar 05 17:41:48.218 INFO O| Planning: Planning completed in 0.00 seconds |
| 4196 | 2026-03-05T17:41:49.660Z | [ recovery-image] Mar 05 17:41:48.218 INFO O| Mar 05 17:41:48.218 INFO O| Variants/Facets to change: 1 |
| 4197 | 2026-03-05T17:41:49.686Z | [ recovery-image] Mar 05 17:41:48.264 INFO O| Mar 05 17:41:48.264 INFO O| Done |
| 4198 | 2026-03-05T17:41:49.686Z | [ recovery-image] Mar 05 17:41:48.264 INFO O| Mar 05 17:41:48.264 INFO O| Done |
| 4199 | 2026-03-05T17:41:52.027Z | [ recovery-image] Mar 05 17:41:50.606 INFO O| Mar 05 17:41:50.606 INFO O| Done |
| 4200 | 2026-03-05T17:41:52.289Z | [ recovery-image] Mar 05 17:41:50.868 INFO O| Mar 05 17:41:50.867 INFO O| Done |
| 4201 | 2026-03-05T17:41:52.292Z | [ recovery-image] Mar 05 17:41:50.869 INFO O| Mar 05 17:41:50.868 INFO O| Done |
| 4202 | 2026-03-05T17:41:52.292Z | [ recovery-image] Mar 05 17:41:50.869 INFO O| Mar 05 17:41:50.869 INFO O| Done |
| 4203 | 2026-03-05T17:41:52.292Z | [ recovery-image] Mar 05 17:41:50.871 INFO O| Mar 05 17:41:50.871 INFO O| Done |
| 4204 | 2026-03-05T17:41:54.764Z | [ recovery-image] Mar 05 17:41:53.341 INFO O| Mar 05 17:41:53.341 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4205 | 2026-03-05T17:41:54.764Z | [ recovery-image] Mar 05 17:41:53.341 INFO O| Mar 05 17:41:53.341 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4206 | 2026-03-05T17:41:55.505Z | [ recovery-image] Mar 05 17:41:54.082 INFO O| Mar 05 17:41:54.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4207 | 2026-03-05T17:42:06.352Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4208 | 2026-03-05T17:42:06.499Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4209 | 2026-03-05T17:42:09.790Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4210 | 2026-03-05T17:42:25.917Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4211 | 2026-03-05T17:42:31.231Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4212 | 2026-03-05T17:42:41.530Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4213 | 2026-03-05T17:42:50.810Z | [ recovery-image] Mar 05 17:42:49.363 INFO O| Mar 05 17:42:49.363 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4214 | 2026-03-05T17:42:57.173Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4215 | 2026-03-05T17:43:10.882Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4216 | 2026-03-05T17:43:14.121Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4217 | 2026-03-05T17:43:16.006Z | [ recovery-image] Mar 05 17:43:14.549 INFO O| Mar 05 17:43:14.548 INFO O| Startup: Caching catalogs ... Done |
| 4218 | 2026-03-05T17:43:16.162Z | [ recovery-image] Mar 05 17:43:14.702 INFO O| Mar 05 17:43:14.702 INFO O| Planning: Planning completed in 0.00 seconds |
| 4219 | 2026-03-05T17:43:16.165Z | [ recovery-image] Mar 05 17:43:14.703 INFO O| Mar 05 17:43:14.703 INFO O| Planning: Consolidating action changes ... Done |
| 4220 | 2026-03-05T17:43:16.165Z | [ recovery-image] Mar 05 17:43:14.703 INFO O| Mar 05 17:43:14.703 INFO O| Planning: Evaluating mediators ... Done |
| 4221 | 2026-03-05T17:43:16.165Z | [ recovery-image] Mar 05 17:43:14.704 INFO O| Mar 05 17:43:14.704 INFO O| Planning: Planning completed in 0.00 seconds |
| 4222 | 2026-03-05T17:43:16.165Z | [ recovery-image] Mar 05 17:43:14.704 INFO O| Mar 05 17:43:14.704 INFO O| Variants/Facets to change: 1 |
| 4223 | 2026-03-05T17:43:16.580Z | [ recovery-image] Mar 05 17:43:15.122 INFO O| Mar 05 17:43:15.122 INFO O| Done |
| 4224 | 2026-03-05T17:43:16.585Z | [ recovery-image] Mar 05 17:43:15.122 INFO O| Mar 05 17:43:15.122 INFO O| Done |
| 4225 | 2026-03-05T17:43:18.882Z | [ recovery-image] Mar 05 17:43:17.424 INFO O| Mar 05 17:43:17.424 INFO O| Done |
| 4226 | 2026-03-05T17:43:19.202Z | [ recovery-image] Mar 05 17:43:17.743 INFO O| Mar 05 17:43:17.743 INFO O| Done |
| 4227 | 2026-03-05T17:43:19.210Z | [ recovery-image] Mar 05 17:43:17.744 INFO O| Mar 05 17:43:17.744 INFO O| Done |
| 4228 | 2026-03-05T17:43:19.211Z | [ recovery-image] Mar 05 17:43:17.744 INFO O| Mar 05 17:43:17.744 INFO O| Done |
| 4229 | 2026-03-05T17:43:19.211Z | [ recovery-image] Mar 05 17:43:17.746 INFO O| Mar 05 17:43:17.746 INFO O| Done |
| 4230 | 2026-03-05T17:43:21.655Z | [ recovery-image] Mar 05 17:43:20.196 INFO O| Mar 05 17:43:20.196 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4231 | 2026-03-05T17:43:21.655Z | [ recovery-image] Mar 05 17:43:20.196 INFO O| Mar 05 17:43:20.196 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4232 | 2026-03-05T17:43:21.676Z | [ recovery-image] Mar 05 17:43:20.217 INFO O| Mar 05 17:43:20.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 4233 | 2026-03-05T17:43:33.092Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4234 | 2026-03-05T17:43:36.658Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4235 | 2026-03-05T17:43:58.117Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4236 | 2026-03-05T17:44:09.067Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4237 | 2026-03-05T17:44:13.854Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4238 | 2026-03-05T17:44:15.622Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4239 | 2026-03-05T17:44:22.547Z | [ recovery-image] Mar 05 17:44:21.061 INFO O| Mar 05 17:44:21.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4240 | 2026-03-05T17:44:27.014Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4241 | 2026-03-05T17:44:41.615Z | [ host-image] Mar 05 17:44:40.119 INFO O| Mar 05 17:44:40.119 INFO O| Planning: Solver setup ... Done |
| 4242 | 2026-03-05T17:44:44.624Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4243 | 2026-03-05T17:44:50.609Z | [ recovery-image] Mar 05 17:44:49.081 INFO O| Mar 05 17:44:49.081 INFO O| Startup: Caching catalogs ... Done |
| 4244 | 2026-03-05T17:45:07.364Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4245 | 2026-03-05T17:45:16.003Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4246 | 2026-03-05T17:45:17.776Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4247 | 2026-03-05T17:45:37.802Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4248 | 2026-03-05T17:45:56.328Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 4249 | 2026-03-05T17:45:58.552Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4250 | 2026-03-05T17:45:58.924Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4251 | 2026-03-05T17:46:03.637Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4252 | 2026-03-05T17:46:12.366Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4253 | 2026-03-05T17:46:18.796Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4254 | 2026-03-05T17:46:45.909Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4255 | 2026-03-05T17:46:48.233Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4256 | 2026-03-05T17:46:50.239Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4257 | 2026-03-05T17:46:52.029Z | [verify-libraries] Compiling diff v0.1.13 |
| 4258 | 2026-03-05T17:46:53.490Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4259 | 2026-03-05T17:46:54.787Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4260 | 2026-03-05T17:46:56.023Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4261 | 2026-03-05T17:46:58.291Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4262 | 2026-03-05T17:47:08.460Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4263 | 2026-03-05T17:47:08.897Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4264 | 2026-03-05T17:47:09.580Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4265 | 2026-03-05T17:47:10.152Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4266 | 2026-03-05T17:47:10.745Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4267 | 2026-03-05T17:47:11.460Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4268 | 2026-03-05T17:47:16.829Z | [verify-libraries] Compiling drift v0.1.3 |
| 4269 | 2026-03-05T17:47:20.583Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4270 | 2026-03-05T17:47:53.659Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4271 | 2026-03-05T17:47:53.749Z | [verify-libraries] Compiling dropshot-api-manager v0.5.2 |
| 4272 | 2026-03-05T17:47:55.935Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4273 | 2026-03-05T17:48:33.570Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4274 | 2026-03-05T17:48:46.123Z | [ recovery-image] Mar 05 17:48:44.507 INFO O| Mar 05 17:48:44.507 INFO O| Planning: Solver setup ... Done |
| 4275 | 2026-03-05T17:49:11.833Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4276 | 2026-03-05T17:49:34.929Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4277 | 2026-03-05T17:49:52.785Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4278 | 2026-03-05T17:49:58.904Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4279 | 2026-03-05T17:53:11.293Z | [ host-image] Mar 05 17:53:09.575 INFO O| Mar 05 17:53:09.575 INFO O| Planning: Running solver ... Done |
| 4280 | 2026-03-05T17:54:27.231Z | [ recovery-image] Mar 05 17:54:25.485 INFO O| Mar 05 17:54:25.485 INFO O| Planning: Running solver ... Done |
| |
| 4281 | 2026-03-05T18:36:18.097Z | worker agent experienced a fatal error; aborting job |
| 4282 | 2026-03-05T18:36:18.097Z | task 4 was incomplete, marked failed |