|
|
|
| 1 | 2026-05-12T03:38:56.697Z | job assigned to worker 01KRD471AKHTQD343MFHJ57VTC [factory aws, i-0ae7212cf32d99955] (queued for 50 s) |
| |
| 2 | 2026-05-12T03:39:04.184Z | starting task 0: "setup" |
| 3 | 2026-05-12T03:39:04.205Z | ++ uname -s |
| 4 | 2026-05-12T03:39:04.206Z | + kern=SunOS |
| 5 | 2026-05-12T03:39:04.206Z | + build_user=build |
| 6 | 2026-05-12T03:39:04.206Z | + build_uid=12345 |
| 7 | 2026-05-12T03:39:04.206Z | + work_dir=/work |
| 8 | 2026-05-12T03:39:04.206Z | + input_dir=/input |
| 9 | 2026-05-12T03:39:04.206Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T03:39:04.206Z | + case "$kern" in |
| 11 | 2026-05-12T03:39:04.207Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T03:39:04.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T03:39:06.186Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T03:39:06.366Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T03:39:06.369Z | + home_fs=zfs |
| 16 | 2026-05-12T03:39:06.369Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T03:39:06.369Z | + mkdir -p /home/build |
| 18 | 2026-05-12T03:39:06.369Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T03:39:08.371Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T03:39:08.375Z | process exited: duration 4209 ms, exit code 0 |
| |
| 21 | 2026-05-12T03:39:08.382Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T03:39:08.395Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T03:39:08.395Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T03:39:08.395Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-12T03:39:08.395Z | * rust toolchain profile = "default" |
| 26 | 2026-05-12T03:39:08.395Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T03:39:08.395Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T03:39:08.399Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T03:39:08.399Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T03:39:08.505Z | info: downloading installer |
| 31 | 2026-05-12T03:39:09.898Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T03:39:09.899Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T03:39:09.899Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T03:39:09.899Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T03:39:09.912Z | info: profile set to default |
| 36 | 2026-05-12T03:39:09.912Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T03:39:09.916Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T03:39:10.061Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T03:39:10.066Z | info: downloading 6 components |
| 40 | 2026-05-12T03:39:24.576Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T03:39:24.576Z | |
| 42 | 2026-05-12T03:39:24.607Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T03:39:24.607Z | |
| 44 | 2026-05-12T03:39:24.607Z | |
| 45 | 2026-05-12T03:39:24.607Z | Rust is installed now. Great! |
| 46 | 2026-05-12T03:39:24.607Z | |
| 47 | 2026-05-12T03:39:24.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T03:39:24.607Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T03:39:24.607Z | |
| 50 | 2026-05-12T03:39:24.607Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T03:39:24.607Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T03:39:24.607Z | |
| 53 | 2026-05-12T03:39:24.607Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T03:39:24.607Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T03:39:24.607Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T03:39:24.607Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T03:39:24.607Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T03:39:24.607Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T03:39:24.607Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T03:39:24.611Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T03:39:24.611Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T03:39:24.832Z | + rustup --version |
| 63 | 2026-05-12T03:39:24.854Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T03:39:24.854Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T03:39:24.855Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T03:39:24.855Z | + cargo --version |
| 67 | 2026-05-12T03:39:24.855Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T03:39:24.855Z | + rustc --version |
| 69 | 2026-05-12T03:39:24.855Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T03:39:24.855Z | process exited: duration 16400 ms, exit code 0 |
| |
| 71 | 2026-05-12T03:39:24.887Z | starting task 2: "authentication" |
| 72 | 2026-05-12T03:39:24.920Z | process exited: duration 28 ms, exit code 0 |
| |
| 73 | 2026-05-12T03:39:24.954Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T03:39:24.994Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T03:39:24.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T03:39:25.020Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T03:39:34.435Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T03:39:34.435Z | + git fetch origin 85c9add5e2f0f2a1f505723b4c5938f19064d272 |
| 79 | 2026-05-12T03:39:34.708Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T03:39:34.708Z | * branch 85c9add5e2f0f2a1f505723b4c5938f19064d272 -> FETCH_HEAD |
| 81 | 2026-05-12T03:39:34.764Z | + [[ -n renovate/crate-rpassword-vulnerability ]] |
| 82 | 2026-05-12T03:39:34.764Z | ++ git branch --show-current |
| 83 | 2026-05-12T03:39:34.764Z | + current=main |
| 84 | 2026-05-12T03:39:34.764Z | + [[ main != renovate/crate-rpassword-vulnerability ]] |
| 85 | 2026-05-12T03:39:34.764Z | + git branch -f renovate/crate-rpassword-vulnerability 85c9add5e2f0f2a1f505723b4c5938f19064d272 |
| 86 | 2026-05-12T03:39:34.764Z | + git checkout -f renovate/crate-rpassword-vulnerability |
| 87 | 2026-05-12T03:39:34.942Z | Switched to branch 'renovate/crate-rpassword-vulnerability' |
| 88 | 2026-05-12T03:39:34.950Z | + git reset --hard 85c9add5e2f0f2a1f505723b4c5938f19064d272 |
| 89 | 2026-05-12T03:39:34.961Z | HEAD is now at 85c9add5e Update Rust crate rpassword to v7.5.0 [SECURITY] |
| 90 | 2026-05-12T03:39:34.970Z | process exited: duration 10025 ms, exit code 0 |
| |
| 91 | 2026-05-12T03:39:34.979Z | starting task 4: "build" |
| 92 | 2026-05-12T03:39:34.984Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-12T03:39:34.984Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-12T03:39:34.984Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-12T03:39:34.984Z | + cargo --version |
| 96 | 2026-05-12T03:39:35.000Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-12T03:39:35.004Z | + rustc --version |
| 98 | 2026-05-12T03:39:35.023Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-12T03:39:35.028Z | + cargo tree --locked |
| 100 | 2026-05-12T03:39:35.196Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-12T03:39:35.455Z | Updating crates.io index |
| 102 | 2026-05-12T03:39:35.492Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-12T03:39:36.325Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-12T03:39:36.839Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-12T03:39:37.531Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-12T03:39:38.241Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-12T03:39:38.739Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-12T03:39:40.539Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-12T03:39:41.311Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-12T03:39:41.874Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-12T03:39:42.552Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-12T03:39:42.957Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-12T03:39:43.328Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-12T03:39:43.668Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-12T03:39:44.542Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-12T03:39:45.088Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 117 | 2026-05-12T03:39:45.452Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 118 | 2026-05-12T03:39:45.834Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 119 | 2026-05-12T03:39:46.245Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 120 | 2026-05-12T03:39:46.665Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 121 | 2026-05-12T03:39:46.889Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 122 | 2026-05-12T03:39:47.134Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-05-12T03:39:47.565Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-05-12T03:39:48.205Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 125 | 2026-05-12T03:39:48.705Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 126 | 2026-05-12T03:39:48.957Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 127 | 2026-05-12T03:39:49.307Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 128 | 2026-05-12T03:39:50.660Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 129 | 2026-05-12T03:39:51.265Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 130 | 2026-05-12T03:39:51.741Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-05-12T03:39:52.178Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-05-12T03:39:52.464Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-05-12T03:39:52.762Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-05-12T03:39:53.089Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-05-12T03:39:53.598Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 136 | 2026-05-12T03:39:53.802Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 137 | 2026-05-12T03:39:54.085Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 138 | 2026-05-12T03:39:54.330Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 139 | 2026-05-12T03:39:54.702Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 140 | 2026-05-12T03:40:06.671Z | Downloading crates ... |
| 141 | 2026-05-12T03:40:06.765Z | Downloaded bytecount v0.6.9 |
| 142 | 2026-05-12T03:40:06.794Z | Downloaded convert_case v0.4.0 |
| 143 | 2026-05-12T03:40:06.794Z | Downloaded debug-ignore v1.0.5 |
| 144 | 2026-05-12T03:40:06.794Z | Downloaded backtrace-ext v0.2.1 |
| 145 | 2026-05-12T03:40:06.795Z | Downloaded array-init v0.0.4 |
| 146 | 2026-05-12T03:40:06.795Z | Downloaded deranged v0.5.8 |
| 147 | 2026-05-12T03:40:06.796Z | Downloaded compact_str v0.8.1 |
| 148 | 2026-05-12T03:40:06.796Z | Downloaded crunchy v0.2.4 |
| 149 | 2026-05-12T03:40:06.796Z | Downloaded dirs-next v2.0.0 |
| 150 | 2026-05-12T03:40:06.796Z | Downloaded csv-core v0.1.13 |
| 151 | 2026-05-12T03:40:06.796Z | Downloaded assert_cmd v2.1.2 |
| 152 | 2026-05-12T03:40:06.796Z | Downloaded chacha20poly1305 v0.10.1 |
| 153 | 2026-05-12T03:40:06.796Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-05-12T03:40:06.796Z | Downloaded crossterm v0.28.1 |
| 155 | 2026-05-12T03:40:06.796Z | Downloaded darling_core v0.23.0 |
| 156 | 2026-05-12T03:40:06.796Z | Downloaded atty v0.2.14 |
| 157 | 2026-05-12T03:40:06.796Z | Downloaded ascii-canvas v3.0.0 |
| 158 | 2026-05-12T03:40:06.796Z | Downloaded arc-swap v1.8.2 |
| 159 | 2026-05-12T03:40:06.807Z | Downloaded anstyle v1.0.13 |
| 160 | 2026-05-12T03:40:06.807Z | Downloaded assert_matches v1.5.0 |
| 161 | 2026-05-12T03:40:06.807Z | Downloaded arrayref v0.3.9 |
| 162 | 2026-05-12T03:40:06.807Z | Downloaded chrono v0.4.44 |
| 163 | 2026-05-12T03:40:06.807Z | Downloaded blake2 v0.10.6 |
| 164 | 2026-05-12T03:40:06.807Z | Downloaded derive_more v2.1.1 |
| 165 | 2026-05-12T03:40:06.807Z | Downloaded crucible-workspace-hack v0.1.0 |
| 166 | 2026-05-12T03:40:06.807Z | Downloaded darling v0.21.3 |
| 167 | 2026-05-12T03:40:06.807Z | Downloaded data-encoding v2.10.0 |
| 168 | 2026-05-12T03:40:06.807Z | Downloaded ciborium-ll v0.2.2 |
| 169 | 2026-05-12T03:40:06.807Z | Downloaded bit-set v0.5.3 |
| 170 | 2026-05-12T03:40:06.807Z | Downloaded dirs-sys-next v0.1.2 |
| 171 | 2026-05-12T03:40:06.807Z | Downloaded darling_macro v0.21.3 |
| 172 | 2026-05-12T03:40:06.807Z | Downloaded async-trait v0.1.89 |
| 173 | 2026-05-12T03:40:06.807Z | Downloaded addr2line v0.25.1 |
| 174 | 2026-05-12T03:40:06.807Z | Downloaded cpufeatures v0.3.0 |
| 175 | 2026-05-12T03:40:06.841Z | Downloaded colorchoice v1.0.4 |
| 176 | 2026-05-12T03:40:06.841Z | Downloaded clap_lex v1.0.0 |
| 177 | 2026-05-12T03:40:06.841Z | Downloaded clap_derive v4.5.55 |
| 178 | 2026-05-12T03:40:06.841Z | Downloaded clang-sys v1.8.1 |
| 179 | 2026-05-12T03:40:06.841Z | Downloaded cpufeatures v0.2.17 |
| 180 | 2026-05-12T03:40:06.841Z | Downloaded backtrace v0.3.76 |
| 181 | 2026-05-12T03:40:06.841Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 182 | 2026-05-12T03:40:06.841Z | Downloaded allocator-api2 v0.2.21 |
| 183 | 2026-05-12T03:40:06.841Z | Downloaded diesel-dtrace v0.5.0 |
| 184 | 2026-05-12T03:40:06.841Z | Downloaded crc8 v0.1.1 |
| 185 | 2026-05-12T03:40:06.841Z | Downloaded async-bb8-diesel v0.2.1 |
| 186 | 2026-05-12T03:40:06.884Z | Downloaded atomicwrites v0.4.4 |
| 187 | 2026-05-12T03:40:06.884Z | Downloaded async-recursion v1.1.1 |
| 188 | 2026-05-12T03:40:06.884Z | Downloaded der_derive v0.7.3 |
| 189 | 2026-05-12T03:40:06.885Z | Downloaded criterion-plot v0.6.0 |
| 190 | 2026-05-12T03:40:06.885Z | Downloaded derive-ex v0.1.8 |
| 191 | 2026-05-12T03:40:06.885Z | Downloaded cmake v0.1.57 |
| 192 | 2026-05-12T03:40:06.885Z | Downloaded ar_archive_writer v0.5.1 |
| 193 | 2026-05-12T03:40:06.885Z | Downloaded bit-vec v0.8.0 |
| 194 | 2026-05-12T03:40:06.885Z | Downloaded display-error-chain v0.2.2 |
| 195 | 2026-05-12T03:40:06.885Z | Downloaded bitfield-macros v0.19.4 |
| 196 | 2026-05-12T03:40:06.885Z | Downloaded async-stream-impl v0.3.6 |
| 197 | 2026-05-12T03:40:06.885Z | Downloaded assert-json-diff v2.0.2 |
| 198 | 2026-05-12T03:40:06.885Z | Downloaded crc-catalog v2.4.0 |
| 199 | 2026-05-12T03:40:06.885Z | Downloaded anyhow v1.0.102 |
| 200 | 2026-05-12T03:40:06.885Z | Downloaded derive_builder_macro v0.20.2 |
| 201 | 2026-05-12T03:40:06.885Z | Downloaded digest v0.10.7 |
| 202 | 2026-05-12T03:40:06.886Z | Downloaded darling_core v0.21.3 |
| 203 | 2026-05-12T03:40:06.886Z | Downloaded camino-tempfile-ext v0.3.3 |
| 204 | 2026-05-12T03:40:06.886Z | Downloaded blake2b_simd v1.0.4 |
| 205 | 2026-05-12T03:40:06.886Z | Downloaded des v0.8.1 |
| 206 | 2026-05-12T03:40:06.887Z | Downloaded cargo-platform v0.3.2 |
| 207 | 2026-05-12T03:40:06.887Z | Downloaded dof v0.3.0 |
| 208 | 2026-05-12T03:40:06.887Z | Downloaded cipher v0.4.4 |
| 209 | 2026-05-12T03:40:06.887Z | Downloaded ctr v0.9.2 |
| 210 | 2026-05-12T03:40:06.887Z | Downloaded crc32fast v1.5.0 |
| 211 | 2026-05-12T03:40:06.887Z | Downloaded base16ct v0.2.0 |
| 212 | 2026-05-12T03:40:06.887Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 213 | 2026-05-12T03:40:06.887Z | Downloaded defmt v1.0.1 |
| 214 | 2026-05-12T03:40:06.933Z | Downloaded crc v3.4.0 |
| 215 | 2026-05-12T03:40:06.933Z | Downloaded corncobs v0.1.4 |
| 216 | 2026-05-12T03:40:06.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 217 | 2026-05-12T03:40:06.933Z | Downloaded castaway v0.2.4 |
| 218 | 2026-05-12T03:40:06.934Z | Downloaded cassowary v0.3.0 |
| 219 | 2026-05-12T03:40:06.934Z | Downloaded base64 v0.21.7 |
| 220 | 2026-05-12T03:40:06.934Z | Downloaded colored v2.2.0 |
| 221 | 2026-05-12T03:40:06.934Z | Downloaded dtrace-parser v0.3.0 |
| 222 | 2026-05-12T03:40:06.934Z | Downloaded cfg-if v1.0.4 |
| 223 | 2026-05-12T03:40:06.934Z | Downloaded argon2 v0.5.3 |
| 224 | 2026-05-12T03:40:06.934Z | Downloaded enum-as-inner v0.6.1 |
| 225 | 2026-05-12T03:40:06.934Z | Downloaded cobs v0.3.0 |
| 226 | 2026-05-12T03:40:06.934Z | Downloaded block-buffer v0.10.4 |
| 227 | 2026-05-12T03:40:06.934Z | Downloaded env_filter v1.0.0 |
| 228 | 2026-05-12T03:40:06.934Z | Downloaded constant_time_eq v0.3.1 |
| 229 | 2026-05-12T03:40:06.934Z | Downloaded async-compression v0.4.41 |
| 230 | 2026-05-12T03:40:06.934Z | Downloaded dunce v1.0.5 |
| 231 | 2026-05-12T03:40:06.934Z | Downloaded darling v0.23.0 |
| 232 | 2026-05-12T03:40:06.934Z | Downloaded cfg_aliases v0.1.1 |
| 233 | 2026-05-12T03:40:06.934Z | Downloaded byteorder v1.5.0 |
| 234 | 2026-05-12T03:40:06.934Z | Downloaded embedded-io v0.4.0 |
| 235 | 2026-05-12T03:40:06.934Z | Downloaded anstyle-parse v0.2.7 |
| 236 | 2026-05-12T03:40:06.934Z | Downloaded fastrand v2.3.0 |
| 237 | 2026-05-12T03:40:06.934Z | Downloaded equivalent v1.0.2 |
| 238 | 2026-05-12T03:40:06.934Z | Downloaded base64ct v1.8.3 |
| 239 | 2026-05-12T03:40:06.934Z | Downloaded dtrace-parser v0.2.0 |
| 240 | 2026-05-12T03:40:06.934Z | Downloaded bit-set v0.8.0 |
| 241 | 2026-05-12T03:40:06.934Z | Downloaded dsl_auto_type v0.2.0 |
| 242 | 2026-05-12T03:40:06.934Z | Downloaded async-object-pool v0.2.0 |
| 243 | 2026-05-12T03:40:06.934Z | Downloaded async-lock v3.4.2 |
| 244 | 2026-05-12T03:40:06.935Z | Downloaded aead v0.5.2 |
| 245 | 2026-05-12T03:40:06.935Z | Downloaded ciborium v0.2.2 |
| 246 | 2026-05-12T03:40:06.995Z | Downloaded bitfield-struct v0.6.2 |
| 247 | 2026-05-12T03:40:06.995Z | Downloaded async-stream v0.3.6 |
| 248 | 2026-05-12T03:40:06.995Z | Downloaded anstyle-query v1.1.5 |
| 249 | 2026-05-12T03:40:06.995Z | Downloaded endian-type v0.1.2 |
| 250 | 2026-05-12T03:40:06.995Z | Downloaded crypto-common v0.1.7 |
| 251 | 2026-05-12T03:40:06.995Z | Downloaded bumpalo v3.20.2 |
| 252 | 2026-05-12T03:40:06.995Z | Downloaded blowfish v0.9.1 |
| 253 | 2026-05-12T03:40:06.995Z | Downloaded darling_core v0.20.11 |
| 254 | 2026-05-12T03:40:06.995Z | Downloaded cexpr v0.6.0 |
| 255 | 2026-05-12T03:40:06.995Z | Downloaded ciborium-io v0.2.2 |
| 256 | 2026-05-12T03:40:06.995Z | Downloaded bitflags v1.3.2 |
| 257 | 2026-05-12T03:40:06.995Z | Downloaded bitfield v0.19.4 |
| 258 | 2026-05-12T03:40:06.995Z | Downloaded darling_macro v0.20.11 |
| 259 | 2026-05-12T03:40:06.995Z | Downloaded cast v0.3.0 |
| 260 | 2026-05-12T03:40:06.995Z | Downloaded bitflags v2.11.0 |
| 261 | 2026-05-12T03:40:06.995Z | Downloaded cargo_metadata v0.19.2 |
| 262 | 2026-05-12T03:40:06.995Z | Downloaded approx v0.5.1 |
| 263 | 2026-05-12T03:40:06.995Z | Downloaded drift v0.1.4 |
| 264 | 2026-05-12T03:40:06.995Z | Downloaded float-ord v0.3.2 |
| 265 | 2026-05-12T03:40:06.995Z | Downloaded bzip2 v0.6.1 |
| 266 | 2026-05-12T03:40:06.995Z | Downloaded buf-list v1.1.2 |
| 267 | 2026-05-12T03:40:06.995Z | Downloaded darling_macro v0.23.0 |
| 268 | 2026-05-12T03:40:06.995Z | Downloaded difflib v0.4.0 |
| 269 | 2026-05-12T03:40:06.996Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 270 | 2026-05-12T03:40:06.996Z | Downloaded defmt v0.3.100 |
| 271 | 2026-05-12T03:40:06.996Z | Downloaded backoff v0.4.0 |
| 272 | 2026-05-12T03:40:06.996Z | Downloaded erased-serde v0.4.9 |
| 273 | 2026-05-12T03:40:06.996Z | Downloaded dof v0.4.0 |
| 274 | 2026-05-12T03:40:06.996Z | Downloaded displaydoc v0.2.5 |
| 275 | 2026-05-12T03:40:06.996Z | Downloaded flagset v0.4.7 |
| 276 | 2026-05-12T03:40:06.996Z | Downloaded downcast-rs v2.0.2 |
| 277 | 2026-05-12T03:40:06.996Z | Downloaded concurrent-queue v2.5.0 |
| 278 | 2026-05-12T03:40:06.996Z | Downloaded cargo-platform v0.1.9 |
| 279 | 2026-05-12T03:40:06.996Z | Downloaded crc-any v2.5.0 |
| 280 | 2026-05-12T03:40:06.996Z | Downloaded cancel-safe-futures v0.1.5 |
| 281 | 2026-05-12T03:40:06.996Z | Downloaded darling v0.20.11 |
| 282 | 2026-05-12T03:40:07.019Z | Downloaded chacha20 v0.9.1 |
| 283 | 2026-05-12T03:40:07.019Z | Downloaded block-padding v0.3.3 |
| 284 | 2026-05-12T03:40:07.019Z | Downloaded bcs v0.1.6 |
| 285 | 2026-05-12T03:40:07.019Z | Downloaded camino v1.2.2 |
| 286 | 2026-05-12T03:40:07.019Z | Downloaded float-cmp v0.10.0 |
| 287 | 2026-05-12T03:40:07.019Z | Downloaded arrayvec v0.7.6 |
| 288 | 2026-05-12T03:40:07.020Z | Downloaded atomic-waker v1.1.2 |
| 289 | 2026-05-12T03:40:07.020Z | Downloaded compression-core v0.4.31 |
| 290 | 2026-05-12T03:40:07.020Z | Downloaded cfg_aliases v0.2.1 |
| 291 | 2026-05-12T03:40:07.020Z | Downloaded cargo-platform v0.2.0 |
| 292 | 2026-05-12T03:40:07.020Z | Downloaded errno v0.3.14 |
| 293 | 2026-05-12T03:40:07.020Z | Downloaded cstr-argument v0.1.2 |
| 294 | 2026-05-12T03:40:07.020Z | Downloaded byte-wrapper v0.1.0 |
| 295 | 2026-05-12T03:40:07.020Z | Downloaded foreign-types v0.3.2 |
| 296 | 2026-05-12T03:40:07.020Z | Downloaded document-features v0.2.12 |
| 297 | 2026-05-12T03:40:07.020Z | Downloaded event-listener-strategy v0.5.4 |
| 298 | 2026-05-12T03:40:07.020Z | Downloaded ahash v0.8.12 |
| 299 | 2026-05-12T03:40:07.021Z | Downloaded bb8 v0.8.6 |
| 300 | 2026-05-12T03:40:07.021Z | Downloaded ff v0.13.1 |
| 301 | 2026-05-12T03:40:07.021Z | Downloaded crossbeam-deque v0.8.6 |
| 302 | 2026-05-12T03:40:07.021Z | Downloaded chacha20 v0.10.0 |
| 303 | 2026-05-12T03:40:07.021Z | Downloaded defmt-macros v1.0.1 |
| 304 | 2026-05-12T03:40:07.021Z | Downloaded futures-macro v0.3.32 |
| 305 | 2026-05-12T03:40:07.021Z | Downloaded escape8259 v0.5.3 |
| 306 | 2026-05-12T03:40:07.021Z | Downloaded daft-derive v0.1.5 |
| 307 | 2026-05-12T03:40:07.021Z | Downloaded foreign-types-shared v0.3.1 |
| 308 | 2026-05-12T03:40:07.021Z | Downloaded embedded-io v0.6.1 |
| 309 | 2026-05-12T03:40:07.023Z | Downloaded globwalk v0.9.1 |
| 310 | 2026-05-12T03:40:07.023Z | Downloaded cargo_metadata v0.23.1 |
| 311 | 2026-05-12T03:40:07.023Z | Downloaded fxhash v0.2.1 |
| 312 | 2026-05-12T03:40:07.024Z | Downloaded futures-io v0.3.32 |
| 313 | 2026-05-12T03:40:07.024Z | Downloaded camino-tempfile v1.4.1 |
| 314 | 2026-05-12T03:40:07.024Z | Downloaded fnv v1.0.7 |
| 315 | 2026-05-12T03:40:07.024Z | Downloaded daft v0.1.5 |
| 316 | 2026-05-12T03:40:07.024Z | Downloaded futures-task v0.3.32 |
| 317 | 2026-05-12T03:40:07.024Z | Downloaded futures-sink v0.3.32 |
| 318 | 2026-05-12T03:40:07.024Z | Downloaded funty v2.0.0 |
| 319 | 2026-05-12T03:40:07.024Z | Downloaded fd-lock v4.0.4 |
| 320 | 2026-05-12T03:40:07.024Z | Downloaded foreign-types v0.5.0 |
| 321 | 2026-05-12T03:40:07.024Z | Downloaded dyn-clone v1.0.20 |
| 322 | 2026-05-12T03:40:07.024Z | Downloaded form_urlencoded v1.2.2 |
| 323 | 2026-05-12T03:40:07.024Z | Downloaded foreign-types-macros v0.2.3 |
| 324 | 2026-05-12T03:40:07.024Z | Downloaded foreign-types-shared v0.1.1 |
| 325 | 2026-05-12T03:40:07.025Z | Downloaded autocfg v1.5.0 |
| 326 | 2026-05-12T03:40:07.025Z | Downloaded anstream v0.6.21 |
| 327 | 2026-05-12T03:40:07.025Z | Downloaded futures-core v0.3.32 |
| 328 | 2026-05-12T03:40:07.025Z | Downloaded event-listener v5.4.1 |
| 329 | 2026-05-12T03:40:07.025Z | Downloaded cookie v0.18.1 |
| 330 | 2026-05-12T03:40:07.025Z | Downloaded ena v0.14.4 |
| 331 | 2026-05-12T03:40:07.025Z | Downloaded derive_builder_core v0.20.2 |
| 332 | 2026-05-12T03:40:07.025Z | Downloaded cookie_store v0.22.1 |
| 333 | 2026-05-12T03:40:07.025Z | Downloaded gethostname v0.5.0 |
| 334 | 2026-05-12T03:40:07.025Z | Downloaded fixedbitset v0.4.2 |
| 335 | 2026-05-12T03:40:07.025Z | Downloaded constant_time_eq v0.4.2 |
| 336 | 2026-05-12T03:40:07.025Z | Downloaded critical-section v1.2.0 |
| 337 | 2026-05-12T03:40:07.025Z | Downloaded const_format_proc_macros v0.2.34 |
| 338 | 2026-05-12T03:40:07.045Z | Downloaded dropshot_endpoint v0.17.0 |
| 339 | 2026-05-12T03:40:07.045Z | Downloaded either v1.15.0 |
| 340 | 2026-05-12T03:40:07.045Z | Downloaded guppy-workspace-hack v0.1.0 |
| 341 | 2026-05-12T03:40:07.045Z | Downloaded adler2 v2.0.1 |
| 342 | 2026-05-12T03:40:07.045Z | Downloaded ghash v0.5.1 |
| 343 | 2026-05-12T03:40:07.045Z | Downloaded bzip2 v0.4.4 |
| 344 | 2026-05-12T03:40:07.045Z | Downloaded generic-array v0.14.7 |
| 345 | 2026-05-12T03:40:07.045Z | Downloaded compression-codecs v0.4.37 |
| 346 | 2026-05-12T03:40:07.045Z | Downloaded hash32 v0.2.1 |
| 347 | 2026-05-12T03:40:07.045Z | Downloaded aws-lc-rs v1.16.3 |
| 348 | 2026-05-12T03:40:07.045Z | Downloaded hex-literal v0.4.1 |
| 349 | 2026-05-12T03:40:07.046Z | Downloaded hex v0.4.3 |
| 350 | 2026-05-12T03:40:07.046Z | Downloaded bytes v1.11.1 |
| 351 | 2026-05-12T03:40:07.046Z | Downloaded git-stub v1.0.0 |
| 352 | 2026-05-12T03:40:07.046Z | Downloaded fs_extra v1.3.0 |
| 353 | 2026-05-12T03:40:07.046Z | Downloaded fs-err v3.3.0 |
| 354 | 2026-05-12T03:40:07.046Z | Downloaded globset v0.4.18 |
| 355 | 2026-05-12T03:40:07.046Z | Downloaded futures-timer v3.0.3 |
| 356 | 2026-05-12T03:40:07.046Z | Downloaded erased-serde v0.3.31 |
| 357 | 2026-05-12T03:40:07.083Z | Downloaded hubpack_derive v0.1.1 |
| 358 | 2026-05-12T03:40:07.083Z | Downloaded cfg-expr v0.20.6 |
| 359 | 2026-05-12T03:40:07.084Z | Downloaded crypto-bigint v0.5.5 |
| 360 | 2026-05-12T03:40:07.084Z | Downloaded cargo_metadata v0.21.0 |
| 361 | 2026-05-12T03:40:07.084Z | Downloaded diff v0.1.13 |
| 362 | 2026-05-12T03:40:07.084Z | Downloaded derive_builder v0.20.2 |
| 363 | 2026-05-12T03:40:07.084Z | Downloaded http-range v0.1.5 |
| 364 | 2026-05-12T03:40:07.084Z | Downloaded http-body v1.0.1 |
| 365 | 2026-05-12T03:40:07.084Z | Downloaded group v0.13.0 |
| 366 | 2026-05-12T03:40:07.084Z | Downloaded hubpack v0.1.2 |
| 367 | 2026-05-12T03:40:07.084Z | Downloaded cc v1.2.56 |
| 368 | 2026-05-12T03:40:07.130Z | Downloaded base64 v0.22.1 |
| 369 | 2026-05-12T03:40:07.130Z | Downloaded heck v0.5.0 |
| 370 | 2026-05-12T03:40:07.130Z | Downloaded convert_case v0.10.0 |
| 371 | 2026-05-12T03:40:07.130Z | Downloaded crossbeam-utils v0.8.21 |
| 372 | 2026-05-12T03:40:07.130Z | Downloaded derive_more-impl v2.1.1 |
| 373 | 2026-05-12T03:40:07.130Z | Downloaded instant v0.1.13 |
| 374 | 2026-05-12T03:40:07.132Z | Downloaded indoc v1.0.9 |
| 375 | 2026-05-12T03:40:07.132Z | Downloaded indent_write v2.2.0 |
| 376 | 2026-05-12T03:40:07.132Z | Downloaded ident_case v1.0.1 |
| 377 | 2026-05-12T03:40:07.132Z | Downloaded derive_more v0.99.20 |
| 378 | 2026-05-12T03:40:07.132Z | Downloaded hostname v0.3.1 |
| 379 | 2026-05-12T03:40:07.132Z | Downloaded glob v0.3.3 |
| 380 | 2026-05-12T03:40:07.132Z | Downloaded find-msvc-tools v0.1.9 |
| 381 | 2026-05-12T03:40:07.132Z | Downloaded console v0.16.2 |
| 382 | 2026-05-12T03:40:07.132Z | Downloaded bit-vec v0.6.3 |
| 383 | 2026-05-12T03:40:07.132Z | Downloaded home v0.5.12 |
| 384 | 2026-05-12T03:40:07.132Z | Downloaded foldhash v0.2.0 |
| 385 | 2026-05-12T03:40:07.132Z | Downloaded crossbeam-epoch v0.9.18 |
| 386 | 2026-05-12T03:40:07.132Z | Downloaded inout v0.1.4 |
| 387 | 2026-05-12T03:40:07.132Z | Downloaded colored v3.1.1 |
| 388 | 2026-05-12T03:40:07.133Z | Downloaded is_terminal_polyfill v1.70.2 |
| 389 | 2026-05-12T03:40:07.133Z | Downloaded keccak v0.1.6 |
| 390 | 2026-05-12T03:40:07.133Z | Downloaded is_ci v1.2.0 |
| 391 | 2026-05-12T03:40:07.133Z | Downloaded itoa v1.0.17 |
| 392 | 2026-05-12T03:40:07.133Z | Downloaded internet-checksum v0.2.1 |
| 393 | 2026-05-12T03:40:07.133Z | Downloaded instability v0.3.11 |
| 394 | 2026-05-12T03:40:07.133Z | Downloaded fs-err v2.11.0 |
| 395 | 2026-05-12T03:40:07.133Z | Downloaded filetime v0.2.27 |
| 396 | 2026-05-12T03:40:07.133Z | Downloaded env_logger v0.11.9 |
| 397 | 2026-05-12T03:40:07.171Z | Downloaded chumsky v0.9.3 |
| 398 | 2026-05-12T03:40:07.171Z | Downloaded http-body-util v0.1.3 |
| 399 | 2026-05-12T03:40:07.171Z | Downloaded foldhash v0.1.5 |
| 400 | 2026-05-12T03:40:07.171Z | Downloaded fallible-iterator v0.2.0 |
| 401 | 2026-05-12T03:40:07.171Z | Downloaded datatest-stable v0.3.3 |
| 402 | 2026-05-12T03:40:07.171Z | Downloaded lalrpop-util v0.19.12 |
| 403 | 2026-05-12T03:40:07.171Z | Downloaded const-oid v0.9.6 |
| 404 | 2026-05-12T03:40:07.171Z | Downloaded headers-core v0.3.0 |
| 405 | 2026-05-12T03:40:07.172Z | Downloaded hash32 v0.3.1 |
| 406 | 2026-05-12T03:40:07.172Z | Downloaded git-stub-vcs v0.1.0 |
| 407 | 2026-05-12T03:40:07.172Z | Downloaded getrandom v0.2.17 |
| 408 | 2026-05-12T03:40:07.172Z | Downloaded lazy_static v1.5.0 |
| 409 | 2026-05-12T03:40:07.172Z | Downloaded futures-channel v0.3.32 |
| 410 | 2026-05-12T03:40:07.172Z | Downloaded ed25519 v2.2.3 |
| 411 | 2026-05-12T03:40:07.172Z | Downloaded libscf-sys v1.1.0 |
| 412 | 2026-05-12T03:40:07.172Z | Downloaded hostname v0.4.2 |
| 413 | 2026-05-12T03:40:07.172Z | Downloaded hyper-tls v0.6.0 |
| 414 | 2026-05-12T03:40:07.172Z | Downloaded lru v0.12.5 |
| 415 | 2026-05-12T03:40:07.172Z | Downloaded fixedbitset v0.5.7 |
| 416 | 2026-05-12T03:40:07.172Z | Downloaded ecdsa v0.16.9 |
| 417 | 2026-05-12T03:40:07.172Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 418 | 2026-05-12T03:40:07.172Z | Downloaded humantime v2.3.0 |
| 419 | 2026-05-12T03:40:07.172Z | Downloaded clap v4.5.60 |
| 420 | 2026-05-12T03:40:07.172Z | Downloaded indoc v2.0.7 |
| 421 | 2026-05-12T03:40:07.173Z | Downloaded is-terminal v0.4.17 |
| 422 | 2026-05-12T03:40:07.173Z | Downloaded dropshot_endpoint v0.16.7 |
| 423 | 2026-05-12T03:40:07.173Z | Downloaded miette-derive v5.10.0 |
| 424 | 2026-05-12T03:40:07.173Z | Downloaded ingot-types v0.1.2 |
| 425 | 2026-05-12T03:40:07.173Z | Downloaded fatfs v0.3.6 |
| 426 | 2026-05-12T03:40:07.173Z | Downloaded idna_adapter v1.2.1 |
| 427 | 2026-05-12T03:40:07.173Z | Downloaded crossterm v0.29.0 |
| 428 | 2026-05-12T03:40:07.173Z | Downloaded jobserver v0.1.34 |
| 429 | 2026-05-12T03:40:07.173Z | Downloaded macaddr v1.0.1 |
| 430 | 2026-05-12T03:40:07.173Z | Downloaded lru-slab v0.1.2 |
| 431 | 2026-05-12T03:40:07.173Z | Downloaded httpdate v1.0.3 |
| 432 | 2026-05-12T03:40:07.173Z | Downloaded httparse v1.10.1 |
| 433 | 2026-05-12T03:40:07.293Z | Downloaded memmap v0.7.0 |
| 434 | 2026-05-12T03:40:07.293Z | Downloaded mime v0.3.17 |
| 435 | 2026-05-12T03:40:07.293Z | Downloaded linkme-impl v0.3.35 |
| 436 | 2026-05-12T03:40:07.293Z | Downloaded lru-cache v0.1.2 |
| 437 | 2026-05-12T03:40:07.293Z | Downloaded kstat-rs v0.2.4 |
| 438 | 2026-05-12T03:40:07.293Z | Downloaded maybe-uninit v2.0.0 |
| 439 | 2026-05-12T03:40:07.293Z | Downloaded maplit v1.0.2 |
| 440 | 2026-05-12T03:40:07.293Z | Downloaded nibble_vec v0.1.0 |
| 441 | 2026-05-12T03:40:07.293Z | Downloaded ipnetwork v0.21.1 |
| 442 | 2026-05-12T03:40:07.293Z | Downloaded new_debug_unreachable v1.0.6 |
| 443 | 2026-05-12T03:40:07.293Z | Downloaded memoffset v0.9.1 |
| 444 | 2026-05-12T03:40:07.293Z | Downloaded managed v0.8.0 |
| 445 | 2026-05-12T03:40:07.293Z | Downloaded futures v0.3.32 |
| 446 | 2026-05-12T03:40:07.294Z | Downloaded match_cfg v0.1.0 |
| 447 | 2026-05-12T03:40:07.294Z | Downloaded md-5 v0.10.6 |
| 448 | 2026-05-12T03:40:07.294Z | Downloaded half v1.8.3 |
| 449 | 2026-05-12T03:40:07.294Z | Downloaded newline-converter v0.3.0 |
| 450 | 2026-05-12T03:40:07.294Z | Downloaded nested v0.1.1 |
| 451 | 2026-05-12T03:40:07.294Z | Downloaded heck v0.4.1 |
| 452 | 2026-05-12T03:40:07.294Z | Downloaded futures-executor v0.3.32 |
| 453 | 2026-05-12T03:40:07.294Z | Downloaded hyper-staticfile v0.10.1 |
| 454 | 2026-05-12T03:40:07.294Z | Downloaded backon v1.6.0 |
| 455 | 2026-05-12T03:40:07.294Z | Downloaded hmac v0.12.1 |
| 456 | 2026-05-12T03:40:07.294Z | Downloaded libsw-core v0.3.2 |
| 457 | 2026-05-12T03:40:07.294Z | Downloaded libloading v0.8.9 |
| 458 | 2026-05-12T03:40:07.294Z | Downloaded nodrop v0.1.14 |
| 459 | 2026-05-12T03:40:07.294Z | Downloaded getrandom v0.3.4 |
| 460 | 2026-05-12T03:40:07.294Z | Downloaded libsw v3.5.0 |
| 461 | 2026-05-12T03:40:07.294Z | Downloaded ipnet v2.11.0 |
| 462 | 2026-05-12T03:40:07.294Z | Downloaded iana-time-zone v0.1.65 |
| 463 | 2026-05-12T03:40:07.294Z | Downloaded getrandom v0.4.1 |
| 464 | 2026-05-12T03:40:07.294Z | Downloaded num-conv v0.2.0 |
| 465 | 2026-05-12T03:40:07.294Z | Downloaded half v2.7.1 |
| 466 | 2026-05-12T03:40:07.294Z | Downloaded elliptic-curve v0.13.8 |
| 467 | 2026-05-12T03:40:07.294Z | Downloaded num-derive v0.4.2 |
| 468 | 2026-05-12T03:40:07.294Z | Downloaded knuffel-derive v3.2.0 |
| 469 | 2026-05-12T03:40:07.294Z | Downloaded num-derive v0.3.3 |
| 470 | 2026-05-12T03:40:07.294Z | Downloaded crossbeam-channel v0.5.15 |
| 471 | 2026-05-12T03:40:07.294Z | Downloaded cbc v0.1.2 |
| 472 | 2026-05-12T03:40:07.306Z | Downloaded cargo-util-schemas v0.8.2 |
| 473 | 2026-05-12T03:40:07.306Z | Downloaded anes v0.1.6 |
| 474 | 2026-05-12T03:40:07.307Z | Downloaded num_threads v0.1.7 |
| 475 | 2026-05-12T03:40:07.307Z | Downloaded fancy-regex v0.14.0 |
| 476 | 2026-05-12T03:40:07.307Z | Downloaded console v0.15.11 |
| 477 | 2026-05-12T03:40:07.307Z | Downloaded highway v1.3.0 |
| 478 | 2026-05-12T03:40:07.307Z | Downloaded mime_guess v2.0.5 |
| 479 | 2026-05-12T03:40:07.307Z | Downloaded ingot v0.1.1 |
| 480 | 2026-05-12T03:40:07.307Z | Downloaded lock_api v0.4.14 |
| 481 | 2026-05-12T03:40:07.307Z | Downloaded linkme v0.3.35 |
| 482 | 2026-05-12T03:40:07.307Z | Downloaded libefi-sys v0.1.0 |
| 483 | 2026-05-12T03:40:07.307Z | Downloaded openssl-macros v0.1.1 |
| 484 | 2026-05-12T03:40:07.307Z | Downloaded olpc-cjson v0.1.4 |
| 485 | 2026-05-12T03:40:07.307Z | Downloaded derive-where v1.6.0 |
| 486 | 2026-05-12T03:40:07.309Z | Downloaded hickory-client v0.25.2 |
| 487 | 2026-05-12T03:40:07.309Z | Downloaded ed25519-dalek v2.2.0 |
| 488 | 2026-05-12T03:40:07.309Z | Downloaded aes v0.8.4 |
| 489 | 2026-05-12T03:40:07.309Z | Downloaded oso-derive v0.27.3 |
| 490 | 2026-05-12T03:40:07.309Z | Downloaded ordered-float v2.10.1 |
| 491 | 2026-05-12T03:40:07.309Z | Downloaded native-tls v0.2.18 |
| 492 | 2026-05-12T03:40:07.309Z | Downloaded lzss v0.8.2 |
| 493 | 2026-05-12T03:40:07.309Z | Downloaded multer v3.1.0 |
| 494 | 2026-05-12T03:40:07.309Z | Downloaded opaque-debug v0.3.1 |
| 495 | 2026-05-12T03:40:07.309Z | Downloaded md5 v0.7.0 |
| 496 | 2026-05-12T03:40:07.309Z | Downloaded bindgen v0.71.1 |
| 497 | 2026-05-12T03:40:07.309Z | Downloaded nonempty v0.12.0 |
| 498 | 2026-05-12T03:40:07.309Z | Downloaded num v0.4.3 |
| 499 | 2026-05-12T03:40:07.309Z | Downloaded newtype-uuid-macros v0.1.0 |
| 500 | 2026-05-12T03:40:07.310Z | Downloaded parking v2.2.1 |
| 501 | 2026-05-12T03:40:07.310Z | Downloaded linked-hash-map v0.5.6 |
| 502 | 2026-05-12T03:40:07.310Z | Downloaded newtype_derive v0.1.6 |
| 503 | 2026-05-12T03:40:07.310Z | Downloaded openssl-probe v0.2.1 |
| 504 | 2026-05-12T03:40:07.310Z | Downloaded openssl-probe v0.1.6 |
| 505 | 2026-05-12T03:40:07.310Z | Downloaded icu_properties v2.1.2 |
| 506 | 2026-05-12T03:40:07.310Z | Downloaded heapless v0.8.0 |
| 507 | 2026-05-12T03:40:07.310Z | Downloaded litrs v1.0.0 |
| 508 | 2026-05-12T03:40:07.310Z | Downloaded flate2 v1.1.9 |
| 509 | 2026-05-12T03:40:07.310Z | Downloaded num_enum_derive v0.5.11 |
| 510 | 2026-05-12T03:40:07.310Z | Downloaded num_enum v0.7.5 |
| 511 | 2026-05-12T03:40:07.310Z | Downloaded pbkdf2 v0.12.2 |
| 512 | 2026-05-12T03:40:07.310Z | Downloaded pathdiff v0.2.3 |
| 513 | 2026-05-12T03:40:07.310Z | Downloaded path-slash v0.1.5 |
| 514 | 2026-05-12T03:40:07.310Z | Downloaded litemap v0.8.1 |
| 515 | 2026-05-12T03:40:07.310Z | Downloaded pbkdf2 v0.11.0 |
| 516 | 2026-05-12T03:40:07.310Z | Downloaded num-iter v0.1.45 |
| 517 | 2026-05-12T03:40:07.311Z | Downloaded num_enum v0.5.11 |
| 518 | 2026-05-12T03:40:07.311Z | Downloaded num_enum_derive v0.7.5 |
| 519 | 2026-05-12T03:40:07.311Z | Downloaded dropshot-api-manager v0.7.1 |
| 520 | 2026-05-12T03:40:07.311Z | Downloaded num-integer v0.1.46 |
| 521 | 2026-05-12T03:40:07.311Z | Downloaded parse-display v0.10.0 |
| 522 | 2026-05-12T03:40:07.311Z | Downloaded multimap v0.10.1 |
| 523 | 2026-05-12T03:40:07.311Z | Downloaded num-complex v0.4.6 |
| 524 | 2026-05-12T03:40:07.311Z | Downloaded diesel_derives v2.3.7 |
| 525 | 2026-05-12T03:40:07.311Z | Downloaded normalize-line-endings v0.3.0 |
| 526 | 2026-05-12T03:40:07.311Z | Downloaded memmap2 v0.9.10 |
| 527 | 2026-05-12T03:40:07.311Z | Downloaded der v0.7.10 |
| 528 | 2026-05-12T03:40:07.311Z | Downloaded percent-encoding v2.3.2 |
| 529 | 2026-05-12T03:40:07.311Z | Downloaded linear-map v1.2.0 |
| 530 | 2026-05-12T03:40:07.311Z | Downloaded heapless v0.7.17 |
| 531 | 2026-05-12T03:40:07.311Z | Downloaded phf_shared v0.11.3 |
| 532 | 2026-05-12T03:40:07.311Z | Downloaded flume v0.11.1 |
| 533 | 2026-05-12T03:40:07.311Z | Downloaded parse-size v1.1.0 |
| 534 | 2026-05-12T03:40:07.311Z | Downloaded expectorate v1.2.0 |
| 535 | 2026-05-12T03:40:07.363Z | Downloaded ingot-macros v0.1.1 |
| 536 | 2026-05-12T03:40:07.363Z | Downloaded peg-runtime v0.8.5 |
| 537 | 2026-05-12T03:40:07.363Z | Downloaded criterion v0.7.0 |
| 538 | 2026-05-12T03:40:07.363Z | Downloaded phf_shared v0.12.1 |
| 539 | 2026-05-12T03:40:07.364Z | Downloaded libtest-mimic v0.8.1 |
| 540 | 2026-05-12T03:40:07.364Z | Downloaded pin-utils v0.1.0 |
| 541 | 2026-05-12T03:40:07.364Z | Downloaded oorandom v11.1.5 |
| 542 | 2026-05-12T03:40:07.364Z | Downloaded newtype-uuid v1.3.2 |
| 543 | 2026-05-12T03:40:07.364Z | Downloaded nanorand v0.7.0 |
| 544 | 2026-05-12T03:40:07.364Z | Downloaded packed_struct_codegen v0.10.1 |
| 545 | 2026-05-12T03:40:07.364Z | Downloaded packed_struct v0.10.1 |
| 546 | 2026-05-12T03:40:07.364Z | Downloaded ignore v0.4.25 |
| 547 | 2026-05-12T03:40:07.427Z | Downloaded plotters-svg v0.3.7 |
| 548 | 2026-05-12T03:40:07.428Z | Downloaded parking_lot_core v0.8.6 |
| 549 | 2026-05-12T03:40:07.428Z | Downloaded icu_locale_core v2.1.1 |
| 550 | 2026-05-12T03:40:07.428Z | Downloaded libbz2-rs-sys v0.2.2 |
| 551 | 2026-05-12T03:40:07.428Z | Downloaded num-rational v0.4.2 |
| 552 | 2026-05-12T03:40:07.429Z | Downloaded httptest v0.16.4 |
| 553 | 2026-05-12T03:40:07.429Z | Downloaded partial-io v0.5.4 |
| 554 | 2026-05-12T03:40:07.429Z | Downloaded pem-rfc7468 v0.7.0 |
| 555 | 2026-05-12T03:40:07.429Z | Downloaded path-tree v0.8.3 |
| 556 | 2026-05-12T03:40:07.429Z | Downloaded headers v0.4.1 |
| 557 | 2026-05-12T03:40:07.429Z | Downloaded powerfmt v0.2.0 |
| 558 | 2026-05-12T03:40:07.429Z | Downloaded hyper-rustls v0.27.7 |
| 559 | 2026-05-12T03:40:07.430Z | Downloaded oxnet v0.1.4 |
| 560 | 2026-05-12T03:40:07.430Z | Downloaded oxide-tokio-rt v0.1.4 |
| 561 | 2026-05-12T03:40:07.430Z | Downloaded const_format v0.2.35 |
| 562 | 2026-05-12T03:40:07.430Z | Downloaded nu-ansi-term v0.50.3 |
| 563 | 2026-05-12T03:40:07.430Z | Downloaded plain v0.2.3 |
| 564 | 2026-05-12T03:40:07.430Z | Downloaded potential_utf v0.1.4 |
| 565 | 2026-05-12T03:40:07.430Z | Downloaded icu_provider v2.1.1 |
| 566 | 2026-05-12T03:40:07.430Z | Downloaded owo-colors v4.3.0 |
| 567 | 2026-05-12T03:40:07.430Z | Downloaded precomputed-hash v0.1.1 |
| 568 | 2026-05-12T03:40:07.430Z | Downloaded aho-corasick v1.1.4 |
| 569 | 2026-05-12T03:40:07.430Z | Downloaded proc-macro-error-attr v1.0.4 |
| 570 | 2026-05-12T03:40:07.430Z | Downloaded icu_normalizer v2.1.1 |
| 571 | 2026-05-12T03:40:07.430Z | Downloaded once_cell v1.21.3 |
| 572 | 2026-05-12T03:40:07.430Z | Downloaded hickory-resolver v0.24.4 |
| 573 | 2026-05-12T03:40:07.430Z | Downloaded predicates-core v1.0.10 |
| 574 | 2026-05-12T03:40:07.430Z | Downloaded phf_shared v0.13.1 |
| 575 | 2026-05-12T03:40:07.430Z | Downloaded phf v0.12.1 |
| 576 | 2026-05-12T03:40:07.430Z | Downloaded hashbrown v0.13.2 |
| 577 | 2026-05-12T03:40:07.430Z | Downloaded password-hash v0.5.0 |
| 578 | 2026-05-12T03:40:07.448Z | Downloaded pretty-hex v0.4.1 |
| 579 | 2026-05-12T03:40:07.448Z | Downloaded predicates-tree v1.0.13 |
| 580 | 2026-05-12T03:40:07.448Z | Downloaded progenitor-client v0.14.0 |
| 581 | 2026-05-12T03:40:07.448Z | Downloaded progenitor-client v0.10.0 |
| 582 | 2026-05-12T03:40:07.448Z | Downloaded progenitor-client v0.11.2 |
| 583 | 2026-05-12T03:40:07.448Z | Downloaded proc-macro-crate v3.4.0 |
| 584 | 2026-05-12T03:40:07.448Z | Downloaded progenitor-macro v0.10.0 |
| 585 | 2026-05-12T03:40:07.448Z | Downloaded icu_normalizer_data v2.1.1 |
| 586 | 2026-05-12T03:40:07.449Z | Downloaded peg v0.8.5 |
| 587 | 2026-05-12T03:40:07.449Z | Downloaded pin-project-internal v1.1.11 |
| 588 | 2026-05-12T03:40:07.449Z | Downloaded pin-project-lite v0.2.17 |
| 589 | 2026-05-12T03:40:07.449Z | Downloaded indexmap v1.9.3 |
| 590 | 2026-05-12T03:40:07.449Z | Downloaded progenitor-macro v0.13.0 |
| 591 | 2026-05-12T03:40:07.449Z | Downloaded poly1305 v0.8.0 |
| 592 | 2026-05-12T03:40:07.449Z | Downloaded progenitor-macro v0.14.0 |
| 593 | 2026-05-12T03:40:07.449Z | Downloaded psl-types v2.0.11 |
| 594 | 2026-05-12T03:40:07.449Z | Downloaded pkg-config v0.3.32 |
| 595 | 2026-05-12T03:40:07.449Z | Downloaded password-hash v0.4.2 |
| 596 | 2026-05-12T03:40:07.449Z | Downloaded parking_lot v0.12.5 |
| 597 | 2026-05-12T03:40:07.449Z | Downloaded paste v1.0.15 |
| 598 | 2026-05-12T03:40:07.449Z | Downloaded peg-macros v0.8.5 |
| 599 | 2026-05-12T03:40:07.449Z | Downloaded plotters-backend v0.3.7 |
| 600 | 2026-05-12T03:40:07.449Z | Downloaded postgres-protocol v0.6.10 |
| 601 | 2026-05-12T03:40:07.449Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 602 | 2026-05-12T03:40:07.449Z | Downloaded pem v3.0.6 |
| 603 | 2026-05-12T03:40:07.449Z | Downloaded indicatif v0.18.4 |
| 604 | 2026-05-12T03:40:07.449Z | Downloaded polyval v0.6.2 |
| 605 | 2026-05-12T03:40:07.449Z | Downloaded pkcs8 v0.10.2 |
| 606 | 2026-05-12T03:40:07.449Z | Downloaded phf v0.13.1 |
| 607 | 2026-05-12T03:40:07.449Z | Downloaded hashbrown v0.12.3 |
| 608 | 2026-05-12T03:40:07.449Z | Downloaded proc-macro-crate v1.3.1 |
| 609 | 2026-05-12T03:40:07.449Z | Downloaded parse-display-derive v0.10.0 |
| 610 | 2026-05-12T03:40:07.450Z | Downloaded num-traits v0.2.19 |
| 611 | 2026-05-12T03:40:07.450Z | Downloaded aes-gcm v0.10.3 |
| 612 | 2026-05-12T03:40:07.450Z | Downloaded ppv-lite86 v0.2.21 |
| 613 | 2026-05-12T03:40:07.450Z | Downloaded pest_generator v2.8.6 |
| 614 | 2026-05-12T03:40:07.450Z | Downloaded rand_xorshift v0.4.0 |
| 615 | 2026-05-12T03:40:07.450Z | Downloaded owo-colors v3.5.0 |
| 616 | 2026-05-12T03:40:07.450Z | Downloaded parking_lot_core v0.9.12 |
| 617 | 2026-05-12T03:40:07.450Z | Downloaded radium v0.7.0 |
| 618 | 2026-05-12T03:40:07.450Z | Downloaded omicron-zone-package v0.12.2 |
| 619 | 2026-05-12T03:40:07.503Z | Downloaded rand_chacha v0.3.1 |
| 620 | 2026-05-12T03:40:07.503Z | Downloaded quick-error v1.2.3 |
| 621 | 2026-05-12T03:40:07.504Z | Downloaded jiff-static v0.2.21 |
| 622 | 2026-05-12T03:40:07.504Z | Downloaded proc-macro-error v1.0.4 |
| 623 | 2026-05-12T03:40:07.504Z | Downloaded log v0.4.29 |
| 624 | 2026-05-12T03:40:07.504Z | Downloaded proc-macro-error2 v2.0.1 |
| 625 | 2026-05-12T03:40:07.504Z | Downloaded progenitor v0.10.0 |
| 626 | 2026-05-12T03:40:07.504Z | Downloaded predicates v3.1.4 |
| 627 | 2026-05-12T03:40:07.504Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 628 | 2026-05-12T03:40:07.504Z | Downloaded recursive v0.1.1 |
| 629 | 2026-05-12T03:40:07.505Z | Downloaded progenitor-client v0.13.0 |
| 630 | 2026-05-12T03:40:07.505Z | Downloaded progenitor v0.14.0 |
| 631 | 2026-05-12T03:40:07.505Z | Downloaded knuffel v3.2.0 |
| 632 | 2026-05-12T03:40:07.505Z | Downloaded parking_lot v0.11.2 |
| 633 | 2026-05-12T03:40:07.505Z | Downloaded hickory-resolver v0.25.2 |
| 634 | 2026-05-12T03:40:07.539Z | Downloaded progenitor-macro v0.11.2 |
| 635 | 2026-05-12T03:40:07.539Z | Downloaded oso v0.27.3 |
| 636 | 2026-05-12T03:40:07.539Z | Downloaded ref-cast-impl v1.0.25 |
| 637 | 2026-05-12T03:40:07.539Z | Downloaded ref-cast v1.0.25 |
| 638 | 2026-05-12T03:40:07.539Z | Downloaded pest_derive v2.8.6 |
| 639 | 2026-05-12T03:40:07.539Z | Downloaded pkcs1 v0.7.5 |
| 640 | 2026-05-12T03:40:07.539Z | Downloaded papergrid v0.17.0 |
| 641 | 2026-05-12T03:40:07.539Z | Downloaded psm v0.1.30 |
| 642 | 2026-05-12T03:40:07.539Z | Downloaded pkcs5 v0.7.1 |
| 643 | 2026-05-12T03:40:07.539Z | Downloaded p256 v0.13.2 |
| 644 | 2026-05-12T03:40:07.539Z | Downloaded http v1.4.0 |
| 645 | 2026-05-12T03:40:07.539Z | Downloaded clap_builder v4.5.60 |
| 646 | 2026-05-12T03:40:07.539Z | Downloaded rustc_version v0.1.7 |
| 647 | 2026-05-12T03:40:07.539Z | Downloaded rfc6979 v0.4.0 |
| 648 | 2026-05-12T03:40:07.539Z | Downloaded rtoolbox v0.0.3 |
| 649 | 2026-05-12T03:40:07.539Z | Downloaded postgres-types v0.2.12 |
| 650 | 2026-05-12T03:40:07.539Z | Downloaded r2d2 v0.8.10 |
| 651 | 2026-05-12T03:40:07.539Z | Downloaded miniz_oxide v0.8.9 |
| 652 | 2026-05-12T03:40:07.539Z | Downloaded rustc_version v0.4.1 |
| 653 | 2026-05-12T03:40:07.539Z | Downloaded icu_collections v2.1.1 |
| 654 | 2026-05-12T03:40:07.539Z | Downloaded rand_core v0.6.4 |
| 655 | 2026-05-12T03:40:07.539Z | Downloaded quote v1.0.45 |
| 656 | 2026-05-12T03:40:07.540Z | Downloaded russh-cryptovec v0.7.3 |
| 657 | 2026-05-12T03:40:07.540Z | Downloaded rand_core v0.9.5 |
| 658 | 2026-05-12T03:40:07.540Z | Downloaded rand_chacha v0.9.0 |
| 659 | 2026-05-12T03:40:07.540Z | Downloaded miette v5.10.0 |
| 660 | 2026-05-12T03:40:07.540Z | Downloaded rustc-hash v2.1.1 |
| 661 | 2026-05-12T03:40:07.540Z | Downloaded minimal-lexical v0.2.1 |
| 662 | 2026-05-12T03:40:07.540Z | Downloaded rand_seeder v0.4.0 |
| 663 | 2026-05-12T03:40:07.540Z | Downloaded rand_core v0.10.0 |
| 664 | 2026-05-12T03:40:07.565Z | Downloaded papergrid v0.11.0 |
| 665 | 2026-05-12T03:40:07.566Z | Downloaded hyper-util v0.1.20 |
| 666 | 2026-05-12T03:40:07.566Z | Downloaded progenitor v0.13.0 |
| 667 | 2026-05-12T03:40:07.566Z | Downloaded progenitor v0.11.2 |
| 668 | 2026-05-12T03:40:07.566Z | Downloaded indexmap v2.14.0 |
| 669 | 2026-05-12T03:40:07.566Z | Downloaded hickory-server v0.25.2 |
| 670 | 2026-05-12T03:40:07.566Z | Downloaded pin-project v1.1.11 |
| 671 | 2026-05-12T03:40:07.566Z | Downloaded scheduled-thread-pool v0.2.7 |
| 672 | 2026-05-12T03:40:07.566Z | Downloaded same-file v1.0.6 |
| 673 | 2026-05-12T03:40:07.566Z | Downloaded scroll_derive v0.12.1 |
| 674 | 2026-05-12T03:40:07.566Z | Downloaded salsa20 v0.10.2 |
| 675 | 2026-05-12T03:40:07.566Z | Downloaded openssl-sys v0.9.114 |
| 676 | 2026-05-12T03:40:07.566Z | Downloaded relative-path v1.9.3 |
| 677 | 2026-05-12T03:40:07.581Z | Downloaded postcard v1.1.3 |
| 678 | 2026-05-12T03:40:07.582Z | Downloaded resolv-conf v0.7.6 |
| 679 | 2026-05-12T03:40:07.582Z | Downloaded quinn-udp v0.5.14 |
| 680 | 2026-05-12T03:40:07.582Z | Downloaded hashbrown v0.14.5 |
| 681 | 2026-05-12T03:40:07.582Z | Downloaded scopeguard v1.2.0 |
| 682 | 2026-05-12T03:40:07.582Z | Downloaded sapling-renderdag v0.1.0 |
| 683 | 2026-05-12T03:40:07.582Z | Downloaded serde-big-array v0.5.1 |
| 684 | 2026-05-12T03:40:07.582Z | Downloaded serde_bytes v0.11.19 |
| 685 | 2026-05-12T03:40:07.582Z | Downloaded serde-value v0.7.0 |
| 686 | 2026-05-12T03:40:07.582Z | Downloaded secrecy v0.10.3 |
| 687 | 2026-05-12T03:40:07.582Z | Downloaded scroll_derive v0.13.1 |
| 688 | 2026-05-12T03:40:07.582Z | Downloaded primeorder v0.13.6 |
| 689 | 2026-05-12T03:40:07.582Z | Downloaded progenitor-impl v0.11.2 |
| 690 | 2026-05-12T03:40:07.582Z | Downloaded progenitor-extras v0.2.0 |
| 691 | 2026-05-12T03:40:07.582Z | Downloaded pest_meta v2.8.6 |
| 692 | 2026-05-12T03:40:07.582Z | Downloaded prefix-trie v0.7.0 |
| 693 | 2026-05-12T03:40:07.597Z | Downloaded rust-argon2 v2.1.0 |
| 694 | 2026-05-12T03:40:07.597Z | Downloaded scrypt v0.11.0 |
| 695 | 2026-05-12T03:40:07.597Z | Downloaded serde_spanned v0.6.9 |
| 696 | 2026-05-12T03:40:07.597Z | Downloaded serde_repr v0.1.20 |
| 697 | 2026-05-12T03:40:07.597Z | Downloaded semver v0.1.20 |
| 698 | 2026-05-12T03:40:07.597Z | Downloaded blake3 v1.8.3 |
| 699 | 2026-05-12T03:40:07.606Z | Downloaded rustls-native-certs v0.8.3 |
| 700 | 2026-05-12T03:40:07.606Z | Downloaded serde_spanned v1.0.4 |
| 701 | 2026-05-12T03:40:07.606Z | Downloaded serde_plain v1.0.2 |
| 702 | 2026-05-12T03:40:07.606Z | Downloaded proc-macro2 v1.0.106 |
| 703 | 2026-05-12T03:40:07.606Z | Downloaded guppy v0.17.25 |
| 704 | 2026-05-12T03:40:07.606Z | Downloaded progenitor-impl v0.13.0 |
| 705 | 2026-05-12T03:40:07.621Z | Downloaded rustversion v1.0.22 |
| 706 | 2026-05-12T03:40:07.621Z | Downloaded progenitor-impl v0.10.0 |
| 707 | 2026-05-12T03:40:07.621Z | Downloaded rustc-demangle v0.1.27 |
| 708 | 2026-05-12T03:40:07.621Z | Downloaded rpassword v7.5.0 |
| 709 | 2026-05-12T03:40:07.621Z | Downloaded schemars_derive v0.8.22 |
| 710 | 2026-05-12T03:40:07.655Z | Downloaded signature v2.2.0 |
| 711 | 2026-05-12T03:40:07.655Z | Downloaded serde_regex v1.1.0 |
| 712 | 2026-05-12T03:40:07.655Z | Downloaded sigpipe v0.1.3 |
| 713 | 2026-05-12T03:40:07.655Z | Downloaded signal-hook-tokio v0.3.1 |
| 714 | 2026-05-12T03:40:07.655Z | Downloaded secrecy v0.8.0 |
| 715 | 2026-05-12T03:40:07.655Z | Downloaded progenitor-impl v0.14.0 |
| 716 | 2026-05-12T03:40:07.655Z | Downloaded num-bigint v0.4.6 |
| 717 | 2026-05-12T03:40:07.678Z | Downloaded scroll v0.13.0 |
| 718 | 2026-05-12T03:40:07.678Z | Downloaded rusty-fork v0.3.1 |
| 719 | 2026-05-12T03:40:07.678Z | Downloaded rustls-pemfile v2.2.0 |
| 720 | 2026-05-12T03:40:07.678Z | Downloaded prettyplease v0.2.37 |
| 721 | 2026-05-12T03:40:07.678Z | Downloaded hashbrown v0.16.1 |
| 722 | 2026-05-12T03:40:07.678Z | Downloaded shell-words v1.1.1 |
| 723 | 2026-05-12T03:40:07.678Z | Downloaded serde-untagged v0.1.9 |
| 724 | 2026-05-12T03:40:07.678Z | Downloaded serde-hex v0.1.0 |
| 725 | 2026-05-12T03:40:07.678Z | Downloaded sec1 v0.7.3 |
| 726 | 2026-05-12T03:40:07.678Z | Downloaded sct v0.7.1 |
| 727 | 2026-05-12T03:40:07.678Z | Downloaded siphasher v1.0.2 |
| 728 | 2026-05-12T03:40:07.678Z | Downloaded rustls-pki-types v1.14.0 |
| 729 | 2026-05-12T03:40:07.678Z | Downloaded itertools v0.10.5 |
| 730 | 2026-05-12T03:40:07.678Z | Downloaded serde_tokenstream v0.2.3 |
| 731 | 2026-05-12T03:40:07.678Z | Downloaded russh-keys v0.45.0 |
| 732 | 2026-05-12T03:40:07.678Z | Downloaded hashbrown v0.15.5 |
| 733 | 2026-05-12T03:40:07.678Z | Downloaded seq-macro v0.3.6 |
| 734 | 2026-05-12T03:40:07.679Z | Downloaded serde_urlencoded v0.7.1 |
| 735 | 2026-05-12T03:40:07.728Z | Downloaded serde_path_to_error v0.1.20 |
| 736 | 2026-05-12T03:40:07.728Z | Downloaded rustls-pemfile v1.0.4 |
| 737 | 2026-05-12T03:40:07.728Z | Downloaded memchr v2.8.0 |
| 738 | 2026-05-12T03:40:07.728Z | Downloaded nom v7.1.3 |
| 739 | 2026-05-12T03:40:07.728Z | Downloaded ron v0.8.1 |
| 740 | 2026-05-12T03:40:07.728Z | Downloaded pretty_assertions v1.4.1 |
| 741 | 2026-05-12T03:40:07.728Z | Downloaded serde_derive_internals v0.29.1 |
| 742 | 2026-05-12T03:40:07.729Z | Downloaded sqlparser_derive v0.5.0 |
| 743 | 2026-05-12T03:40:07.729Z | Downloaded ssh-cipher v0.2.0 |
| 744 | 2026-05-12T03:40:07.729Z | Downloaded shlex v1.3.0 |
| 745 | 2026-05-12T03:40:07.729Z | Downloaded rand_distr v0.5.1 |
| 746 | 2026-05-12T03:40:07.756Z | Downloaded rcgen v0.12.1 |
| 747 | 2026-05-12T03:40:07.756Z | Downloaded stable_deref_trait v1.2.1 |
| 748 | 2026-05-12T03:40:07.756Z | Downloaded scroll v0.12.0 |
| 749 | 2026-05-12T03:40:07.756Z | Downloaded similar-asserts v1.7.0 |
| 750 | 2026-05-12T03:40:07.756Z | Downloaded simd-adler32 v0.3.8 |
| 751 | 2026-05-12T03:40:07.756Z | Downloaded itertools v0.14.0 |
| 752 | 2026-05-12T03:40:07.756Z | Downloaded sha2 v0.10.9 |
| 753 | 2026-05-12T03:40:07.756Z | Downloaded iri-string v0.7.10 |
| 754 | 2026-05-12T03:40:07.756Z | Downloaded semver v1.0.28 |
| 755 | 2026-05-12T03:40:07.756Z | Downloaded structmeta-derive v0.3.0 |
| 756 | 2026-05-12T03:40:07.756Z | Downloaded itertools v0.13.0 |
| 757 | 2026-05-12T03:40:07.756Z | Downloaded strsim v0.11.1 |
| 758 | 2026-05-12T03:40:07.756Z | Downloaded slog-json v2.6.1 |
| 759 | 2026-05-12T03:40:07.756Z | Downloaded hashbrown v0.17.0 |
| 760 | 2026-05-12T03:40:07.756Z | Downloaded strum v0.27.2 |
| 761 | 2026-05-12T03:40:07.756Z | Downloaded strip-ansi-escapes v0.2.1 |
| 762 | 2026-05-12T03:40:07.756Z | Downloaded swrite v0.1.0 |
| 763 | 2026-05-12T03:40:07.756Z | Downloaded slog-envlogger v2.2.0 |
| 764 | 2026-05-12T03:40:07.756Z | Downloaded supports-unicode v2.1.0 |
| 765 | 2026-05-12T03:40:07.756Z | Downloaded strum v0.26.3 |
| 766 | 2026-05-12T03:40:07.756Z | Downloaded supports-hyperlinks v2.1.0 |
| 767 | 2026-05-12T03:40:07.756Z | Downloaded supports-color v2.1.0 |
| 768 | 2026-05-12T03:40:07.756Z | Downloaded structmeta v0.3.0 |
| 769 | 2026-05-12T03:40:07.756Z | Downloaded slog-term v2.9.2 |
| 770 | 2026-05-12T03:40:07.757Z | Downloaded smawk v0.3.2 |
| 771 | 2026-05-12T03:40:07.757Z | Downloaded signal-hook-mio v0.2.5 |
| 772 | 2026-05-12T03:40:07.831Z | Downloaded slog-bunyan v2.5.0 |
| 773 | 2026-05-12T03:40:07.831Z | Downloaded slog-async v2.8.0 |
| 774 | 2026-05-12T03:40:07.831Z | Downloaded rstest v0.25.0 |
| 775 | 2026-05-12T03:40:07.831Z | Downloaded rayon-core v1.13.0 |
| 776 | 2026-05-12T03:40:07.831Z | Downloaded sqlformat v0.3.5 |
| 777 | 2026-05-12T03:40:07.831Z | Downloaded bitvec v1.0.1 |
| 778 | 2026-05-12T03:40:07.831Z | Downloaded tap v1.0.1 |
| 779 | 2026-05-12T03:40:07.831Z | Downloaded futures-util v0.3.32 |
| 780 | 2026-05-12T03:40:07.857Z | Downloaded tagptr v0.2.0 |
| 781 | 2026-05-12T03:40:07.857Z | Downloaded sync_wrapper v1.0.2 |
| 782 | 2026-05-12T03:40:07.857Z | Downloaded sync-ptr v0.1.4 |
| 783 | 2026-05-12T03:40:07.857Z | Downloaded rustls-platform-verifier v0.6.2 |
| 784 | 2026-05-12T03:40:07.857Z | Downloaded stringprep v0.1.5 |
| 785 | 2026-05-12T03:40:07.857Z | Downloaded serde_cbor v0.11.2 |
| 786 | 2026-05-12T03:40:07.857Z | Downloaded string_cache v0.8.9 |
| 787 | 2026-05-12T03:40:07.857Z | Downloaded ssh-encoding v0.2.0 |
| 788 | 2026-05-12T03:40:07.857Z | Downloaded itertools v0.12.1 |
| 789 | 2026-05-12T03:40:07.857Z | Downloaded libxml v0.3.3 |
| 790 | 2026-05-12T03:40:07.858Z | Downloaded terminal_size v0.4.3 |
| 791 | 2026-05-12T03:40:07.858Z | Downloaded qorb v0.4.1 |
| 792 | 2026-05-12T03:40:07.858Z | Downloaded strum_macros v0.26.4 |
| 793 | 2026-05-12T03:40:07.858Z | Downloaded strum_macros v0.27.2 |
| 794 | 2026-05-12T03:40:07.858Z | Downloaded sha1 v0.10.6 |
| 795 | 2026-05-12T03:40:07.858Z | Downloaded stringmetrics v2.2.2 |
| 796 | 2026-05-12T03:40:07.858Z | Downloaded stacker v0.1.23 |
| 797 | 2026-05-12T03:40:07.858Z | Downloaded testing_table v0.3.0 |
| 798 | 2026-05-12T03:40:07.858Z | Downloaded static_assertions v1.1.0 |
| 799 | 2026-05-12T03:40:07.858Z | Downloaded signal-hook-registry v1.4.8 |
| 800 | 2026-05-12T03:40:07.858Z | Downloaded slog-dtrace v0.3.0 |
| 801 | 2026-05-12T03:40:07.858Z | Downloaded slab v0.4.12 |
| 802 | 2026-05-12T03:40:07.859Z | Downloaded strum_macros v0.24.3 |
| 803 | 2026-05-12T03:40:07.859Z | Downloaded smallvec v1.15.1 |
| 804 | 2026-05-12T03:40:07.859Z | Downloaded quinn v0.11.9 |
| 805 | 2026-05-12T03:40:07.859Z | Downloaded hyper v1.8.1 |
| 806 | 2026-05-12T03:40:07.859Z | Downloaded thread-id v4.2.2 |
| 807 | 2026-05-12T03:40:07.859Z | Downloaded synstructure v0.13.2 |
| 808 | 2026-05-12T03:40:07.859Z | Downloaded support-bundle-viewer v0.1.2 |
| 809 | 2026-05-12T03:40:07.859Z | Downloaded thread-id v5.1.0 |
| 810 | 2026-05-12T03:40:07.859Z | Downloaded subtle v2.6.1 |
| 811 | 2026-05-12T03:40:07.859Z | Downloaded bstr v1.12.1 |
| 812 | 2026-05-12T03:40:07.860Z | Downloaded time-core v0.1.8 |
| 813 | 2026-05-12T03:40:07.860Z | Downloaded spin v0.9.8 |
| 814 | 2026-05-12T03:40:07.860Z | Downloaded smallvec v0.6.14 |
| 815 | 2026-05-12T03:40:07.860Z | Downloaded serde_derive v1.0.228 |
| 816 | 2026-05-12T03:40:07.860Z | Downloaded target-spec v3.5.7 |
| 817 | 2026-05-12T03:40:07.860Z | Downloaded tokio-macros v2.7.0 |
| 818 | 2026-05-12T03:40:07.860Z | Downloaded ryu v1.0.23 |
| 819 | 2026-05-12T03:40:07.860Z | Downloaded target-lexicon v0.13.3 |
| 820 | 2026-05-12T03:40:07.891Z | Downloaded mio v1.2.0 |
| 821 | 2026-05-12T03:40:07.891Z | Downloaded rustls-webpki v0.103.9 |
| 822 | 2026-05-12T03:40:07.892Z | Downloaded similar v2.7.0 |
| 823 | 2026-05-12T03:40:07.892Z | Downloaded termios v0.3.3 |
| 824 | 2026-05-12T03:40:07.892Z | Downloaded termcolor v1.4.1 |
| 825 | 2026-05-12T03:40:07.892Z | Downloaded icu_properties_data v2.1.2 |
| 826 | 2026-05-12T03:40:07.892Z | Downloaded tokio-test v0.4.5 |
| 827 | 2026-05-12T03:40:07.892Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 828 | 2026-05-12T03:40:07.892Z | Downloaded thiserror v1.0.69 |
| 829 | 2026-05-12T03:40:07.892Z | Downloaded tower-service v0.3.3 |
| 830 | 2026-05-12T03:40:07.892Z | Downloaded toml_datetime v0.6.11 |
| 831 | 2026-05-12T03:40:07.892Z | Downloaded rsa v0.9.10 |
| 832 | 2026-05-12T03:40:07.892Z | Downloaded topological-sort v0.2.2 |
| 833 | 2026-05-12T03:40:07.914Z | Downloaded thiserror-no-std v2.0.2 |
| 834 | 2026-05-12T03:40:07.914Z | Downloaded toml_write v0.1.2 |
| 835 | 2026-05-12T03:40:07.914Z | Downloaded num-bigint-dig v0.8.6 |
| 836 | 2026-05-12T03:40:07.915Z | Downloaded russh v0.45.0 |
| 837 | 2026-05-12T03:40:07.915Z | Downloaded thiserror v2.0.18 |
| 838 | 2026-05-12T03:40:07.915Z | Downloaded try-lock v0.2.5 |
| 839 | 2026-05-12T03:40:07.915Z | Downloaded trait-variant v0.1.2 |
| 840 | 2026-05-12T03:40:07.915Z | Downloaded tower-layer v0.3.3 |
| 841 | 2026-05-12T03:40:07.915Z | Downloaded rand v0.9.2 |
| 842 | 2026-05-12T03:40:07.915Z | Downloaded time-macros v0.2.27 |
| 843 | 2026-05-12T03:40:07.915Z | Downloaded tinyvec_macros v0.1.1 |
| 844 | 2026-05-12T03:40:07.915Z | Downloaded tinytemplate v1.2.1 |
| 845 | 2026-05-12T03:40:07.915Z | Downloaded tiny-keccak v2.0.2 |
| 846 | 2026-05-12T03:40:07.915Z | Downloaded thread_local v1.1.9 |
| 847 | 2026-05-12T03:40:07.915Z | Downloaded typeid v1.0.3 |
| 848 | 2026-05-12T03:40:07.915Z | Downloaded typify-macro v0.6.2 |
| 849 | 2026-05-12T03:40:07.915Z | Downloaded tokio-native-tls v0.3.1 |
| 850 | 2026-05-12T03:40:07.916Z | Downloaded tinystr v0.8.2 |
| 851 | 2026-05-12T03:40:07.923Z | Downloaded goblin v0.8.2 |
| 852 | 2026-05-12T03:40:07.923Z | Downloaded unicode-linebreak v0.1.5 |
| 853 | 2026-05-12T03:40:07.923Z | Downloaded libm v0.2.16 |
| 854 | 2026-05-12T03:40:07.923Z | Downloaded tokio-tungstenite v0.21.0 |
| 855 | 2026-05-12T03:40:07.923Z | Downloaded tokio-dtrace v0.1.1 |
| 856 | 2026-05-12T03:40:07.923Z | Downloaded tls_codec v0.4.2 |
| 857 | 2026-05-12T03:40:07.924Z | Downloaded pest v2.8.6 |
| 858 | 2026-05-12T03:40:07.924Z | Downloaded unarray v0.1.4 |
| 859 | 2026-05-12T03:40:07.924Z | Downloaded serde v1.0.228 |
| 860 | 2026-05-12T03:40:07.939Z | Downloaded untrusted v0.9.0 |
| 861 | 2026-05-12T03:40:07.939Z | Downloaded untrusted v0.7.1 |
| 862 | 2026-05-12T03:40:07.939Z | Downloaded universal-hash v0.5.1 |
| 863 | 2026-05-12T03:40:07.939Z | Downloaded unit-prefix v0.5.2 |
| 864 | 2026-05-12T03:40:07.939Z | Downloaded unicode-xid v0.2.6 |
| 865 | 2026-05-12T03:40:07.939Z | Downloaded serde_yaml v0.9.34+deprecated |
| 866 | 2026-05-12T03:40:07.946Z | Downloaded tokio-tungstenite v0.23.1 |
| 867 | 2026-05-12T03:40:07.946Z | Downloaded samael v0.0.19 |
| 868 | 2026-05-12T03:40:07.947Z | Downloaded usdt v0.5.0 |
| 869 | 2026-05-12T03:40:07.947Z | Downloaded socket2 v0.5.10 |
| 870 | 2026-05-12T03:40:07.947Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 871 | 2026-05-12T03:40:07.947Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 872 | 2026-05-12T03:40:07.947Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 873 | 2026-05-12T03:40:07.947Z | Downloaded plotters v0.3.7 |
| 874 | 2026-05-12T03:40:07.963Z | Downloaded usdt-attr-macro v0.6.0 |
| 875 | 2026-05-12T03:40:07.963Z | Downloaded usdt-attr-macro v0.5.0 |
| 876 | 2026-05-12T03:40:07.963Z | Downloaded usdt-macro v0.5.0 |
| 877 | 2026-05-12T03:40:07.963Z | Downloaded tui-tree-widget v0.23.1 |
| 878 | 2026-05-12T03:40:07.963Z | Downloaded socket2 v0.6.3 |
| 879 | 2026-05-12T03:40:07.970Z | Downloaded rand v0.10.0 |
| 880 | 2026-05-12T03:40:07.970Z | Downloaded thiserror-impl v2.0.18 |
| 881 | 2026-05-12T03:40:07.970Z | Downloaded thiserror-impl v1.0.69 |
| 882 | 2026-05-12T03:40:07.970Z | Downloaded utf8_iter v1.0.4 |
| 883 | 2026-05-12T03:40:07.970Z | Downloaded utf-8 v0.7.6 |
| 884 | 2026-05-12T03:40:07.970Z | Downloaded tls_codec_derive v0.4.2 |
| 885 | 2026-05-12T03:40:07.970Z | Downloaded tokio-rustls v0.26.4 |
| 886 | 2026-05-12T03:40:07.970Z | Downloaded typify-macro v0.4.3 |
| 887 | 2026-05-12T03:40:07.971Z | Downloaded tokio-rustls v0.25.0 |
| 888 | 2026-05-12T03:40:07.971Z | Downloaded usdt-macro v0.6.0 |
| 889 | 2026-05-12T03:40:07.971Z | Downloaded usdt v0.6.0 |
| 890 | 2026-05-12T03:40:07.981Z | Downloaded tokio-rustls v0.24.1 |
| 891 | 2026-05-12T03:40:07.981Z | Downloaded term v0.7.0 |
| 892 | 2026-05-12T03:40:07.981Z | Downloaded version_check v0.9.5 |
| 893 | 2026-05-12T03:40:07.981Z | Downloaded p521 v0.13.3 |
| 894 | 2026-05-12T03:40:07.981Z | Downloaded serde_core v1.0.228 |
| 895 | 2026-05-12T03:40:07.991Z | Downloaded tokio-stream v0.1.18 |
| 896 | 2026-05-12T03:40:07.991Z | Downloaded void v1.0.2 |
| 897 | 2026-05-12T03:40:07.992Z | Downloaded term v1.2.1 |
| 898 | 2026-05-12T03:40:07.992Z | Downloaded hkdf v0.12.4 |
| 899 | 2026-05-12T03:40:07.992Z | Downloaded tempfile v3.25.0 |
| 900 | 2026-05-12T03:40:08.005Z | Downloaded unicase v2.9.0 |
| 901 | 2026-05-12T03:40:08.005Z | Downloaded unicode-truncate v1.1.0 |
| 902 | 2026-05-12T03:40:08.005Z | Downloaded signal-hook v0.3.18 |
| 903 | 2026-05-12T03:40:08.005Z | Downloaded termtree v0.5.1 |
| 904 | 2026-05-12T03:40:08.005Z | Downloaded waitgroup v0.1.2 |
| 905 | 2026-05-12T03:40:08.006Z | Downloaded wait-timeout v0.2.1 |
| 906 | 2026-05-12T03:40:08.006Z | Downloaded rand v0.8.6 |
| 907 | 2026-05-12T03:40:08.006Z | Downloaded toml v0.8.23 |
| 908 | 2026-05-12T03:40:08.019Z | Downloaded textwrap v0.15.2 |
| 909 | 2026-05-12T03:40:08.019Z | Downloaded textwrap v0.16.2 |
| 910 | 2026-05-12T03:40:08.020Z | Downloaded test-strategy v0.4.5 |
| 911 | 2026-05-12T03:40:08.020Z | Downloaded xshell-macros v0.2.7 |
| 912 | 2026-05-12T03:40:08.020Z | Downloaded xattr v1.6.1 |
| 913 | 2026-05-12T03:40:08.020Z | Downloaded want v0.3.1 |
| 914 | 2026-05-12T03:40:08.020Z | Downloaded subprocess v0.2.15 |
| 915 | 2026-05-12T03:40:08.020Z | Downloaded schemars v1.2.1 |
| 916 | 2026-05-12T03:40:08.040Z | Downloaded yoke-derive v0.8.1 |
| 917 | 2026-05-12T03:40:08.040Z | Downloaded snafu v0.8.9 |
| 918 | 2026-05-12T03:40:08.040Z | Downloaded usdt-impl v0.6.0 |
| 919 | 2026-05-12T03:40:08.040Z | Downloaded usdt-impl v0.5.0 |
| 920 | 2026-05-12T03:40:08.040Z | Downloaded twox-hash v2.1.2 |
| 921 | 2026-05-12T03:40:08.040Z | Downloaded tar v0.4.45 |
| 922 | 2026-05-12T03:40:08.061Z | Downloaded utf8parse v0.2.2 |
| 923 | 2026-05-12T03:40:08.062Z | Downloaded tracing-attributes v0.1.31 |
| 924 | 2026-05-12T03:40:08.062Z | Downloaded zerofrom-derive v0.1.6 |
| 925 | 2026-05-12T03:40:08.062Z | Downloaded tinyvec v1.10.0 |
| 926 | 2026-05-12T03:40:08.062Z | Downloaded zeroize_derive v1.4.3 |
| 927 | 2026-05-12T03:40:08.062Z | Downloaded vergen-lib v0.1.6 |
| 928 | 2026-05-12T03:40:08.062Z | Downloaded zerofrom v0.1.6 |
| 929 | 2026-05-12T03:40:08.062Z | Downloaded steno v0.4.1 |
| 930 | 2026-05-12T03:40:08.062Z | Downloaded slog v2.8.2 |
| 931 | 2026-05-12T03:40:08.062Z | Downloaded git2 v0.20.4 |
| 932 | 2026-05-12T03:40:08.094Z | Downloaded unicode-properties v0.1.4 |
| 933 | 2026-05-12T03:40:08.095Z | Downloaded rustyline v14.0.0 |
| 934 | 2026-05-12T03:40:08.095Z | Downloaded schemars v0.9.0 |
| 935 | 2026-05-12T03:40:08.095Z | Downloaded vsss-rs v3.3.4 |
| 936 | 2026-05-12T03:40:08.095Z | Downloaded zone_cfg_derive v0.3.1 |
| 937 | 2026-05-12T03:40:08.095Z | Downloaded ucd-trie v0.1.7 |
| 938 | 2026-05-12T03:40:08.095Z | Downloaded zone v0.3.1 |
| 939 | 2026-05-12T03:40:08.095Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 940 | 2026-05-12T03:40:08.095Z | Downloaded publicsuffix v2.3.0 |
| 941 | 2026-05-12T03:40:08.095Z | Downloaded idna v1.1.0 |
| 942 | 2026-05-12T03:40:08.153Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 943 | 2026-05-12T03:40:08.154Z | Downloaded whoami v1.6.1 |
| 944 | 2026-05-12T03:40:08.154Z | Downloaded terminal_size v0.1.17 |
| 945 | 2026-05-12T03:40:08.154Z | Downloaded target-triple v1.0.0 |
| 946 | 2026-05-12T03:40:08.154Z | Downloaded h2 v0.4.13 |
| 947 | 2026-05-12T03:40:08.154Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 948 | 2026-05-12T03:40:08.154Z | Downloaded yoke v0.8.1 |
| 949 | 2026-05-12T03:40:08.154Z | Downloaded whoami v2.1.0 |
| 950 | 2026-05-12T03:40:08.154Z | Downloaded walkdir v2.5.0 |
| 951 | 2026-05-12T03:40:08.154Z | Downloaded toml v0.7.8 |
| 952 | 2026-05-12T03:40:08.154Z | Downloaded xshell v0.2.7 |
| 953 | 2026-05-12T03:40:08.154Z | Downloaded wyz v0.5.1 |
| 954 | 2026-05-12T03:40:08.154Z | Downloaded uzers v0.12.2 |
| 955 | 2026-05-12T03:40:08.154Z | Downloaded take_mut v0.2.2 |
| 956 | 2026-05-12T03:40:08.154Z | Downloaded tabwriter v1.4.1 |
| 957 | 2026-05-12T03:40:08.154Z | Downloaded tabled_derive v0.11.0 |
| 958 | 2026-05-12T03:40:08.154Z | Downloaded tabled_derive v0.7.0 |
| 959 | 2026-05-12T03:40:08.154Z | Downloaded supports-color v3.0.2 |
| 960 | 2026-05-12T03:40:08.155Z | Downloaded reedline v0.40.0 |
| 961 | 2026-05-12T03:40:08.155Z | Downloaded typify v0.6.2 |
| 962 | 2026-05-12T03:40:08.155Z | Downloaded zerovec-derive v0.11.2 |
| 963 | 2026-05-12T03:40:08.181Z | Downloaded unicode-ident v1.0.24 |
| 964 | 2026-05-12T03:40:08.182Z | Downloaded unicode-bidi v0.3.18 |
| 965 | 2026-05-12T03:40:08.182Z | Downloaded zstd v0.13.3 |
| 966 | 2026-05-12T03:40:08.182Z | Downloaded zeroize v1.8.2 |
| 967 | 2026-05-12T03:40:08.182Z | Downloaded typify v0.4.3 |
| 968 | 2026-05-12T03:40:08.182Z | Downloaded smf v0.2.3 |
| 969 | 2026-05-12T03:40:08.182Z | Downloaded slog-scope v4.4.1 |
| 970 | 2026-05-12T03:40:08.182Z | Downloaded serde_with_macros v3.17.0 |
| 971 | 2026-05-12T03:40:08.182Z | Downloaded schemars v0.8.22 |
| 972 | 2026-05-12T03:40:08.182Z | Downloaded vergen-gitcl v1.0.8 |
| 973 | 2026-05-12T03:40:08.182Z | Downloaded vergen-git2 v1.0.7 |
| 974 | 2026-05-12T03:40:08.182Z | Downloaded vergen v9.0.6 |
| 975 | 2026-05-12T03:40:08.182Z | Downloaded rstest_macros v0.25.0 |
| 976 | 2026-05-12T03:40:08.182Z | Downloaded goblin v0.10.5 |
| 977 | 2026-05-12T03:40:08.183Z | Downloaded zstd-safe v7.2.4 |
| 978 | 2026-05-12T03:40:08.183Z | Downloaded zmij v1.0.21 |
| 979 | 2026-05-12T03:40:08.183Z | Downloaded tracing-core v0.1.36 |
| 980 | 2026-05-12T03:40:08.183Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 981 | 2026-05-12T03:40:08.183Z | Downloaded toml_edit v0.22.27 |
| 982 | 2026-05-12T03:40:08.183Z | Downloaded zerocopy-derive v0.7.35 |
| 983 | 2026-05-12T03:40:08.183Z | Downloaded zerocopy v0.6.6 |
| 984 | 2026-05-12T03:40:08.183Z | Downloaded yasna v0.5.2 |
| 985 | 2026-05-12T03:40:08.183Z | Downloaded typenum v1.19.0 |
| 986 | 2026-05-12T03:40:08.183Z | Downloaded trybuild v1.0.116 |
| 987 | 2026-05-12T03:40:08.183Z | Downloaded tungstenite v0.21.0 |
| 988 | 2026-05-12T03:40:08.183Z | Downloaded tungstenite v0.23.0 |
| 989 | 2026-05-12T03:40:08.183Z | Downloaded writeable v0.6.2 |
| 990 | 2026-05-12T03:40:08.183Z | Downloaded reqwest v0.12.28 |
| 991 | 2026-05-12T03:40:08.205Z | Downloaded rayon v1.11.0 |
| 992 | 2026-05-12T03:40:08.205Z | Downloaded uuid v1.23.0 |
| 993 | 2026-05-12T03:40:08.205Z | Downloaded lalrpop v0.19.12 |
| 994 | 2026-05-12T03:40:08.205Z | Downloaded unsafe-libyaml v0.2.11 |
| 995 | 2026-05-12T03:40:08.206Z | Downloaded reqwest v0.13.2 |
| 996 | 2026-05-12T03:40:08.206Z | Downloaded ssh-key v0.6.7 |
| 997 | 2026-05-12T03:40:08.234Z | Downloaded portable-atomic v1.13.1 |
| 998 | 2026-05-12T03:40:08.234Z | Downloaded quick-xml v0.37.5 |
| 999 | 2026-05-12T03:40:08.234Z | Downloaded regex v1.12.3 |
| 1000 | 2026-05-12T03:40:08.234Z | Downloaded vte v0.14.1 |
| 1001 | 2026-05-12T03:40:08.235Z | Downloaded p384 v0.13.1 |
| 1002 | 2026-05-12T03:40:08.235Z | Downloaded spki v0.7.3 |
| 1003 | 2026-05-12T03:40:08.235Z | Downloaded zopfli v0.8.3 |
| 1004 | 2026-05-12T03:40:08.235Z | Downloaded snafu-derive v0.8.9 |
| 1005 | 2026-05-12T03:40:08.235Z | Downloaded url v2.5.8 |
| 1006 | 2026-05-12T03:40:08.235Z | Downloaded slog-stdlog v4.1.1 |
| 1007 | 2026-05-12T03:40:08.235Z | Downloaded iddqd v0.3.18 |
| 1008 | 2026-05-12T03:40:08.235Z | Downloaded tokio-postgres v0.7.16 |
| 1009 | 2026-05-12T03:40:08.260Z | Downloaded salty v0.3.0 |
| 1010 | 2026-05-12T03:40:08.260Z | Downloaded rustls-webpki v0.101.7 |
| 1011 | 2026-05-12T03:40:08.260Z | Downloaded curve25519-dalek v4.1.3 |
| 1012 | 2026-05-12T03:40:08.286Z | Downloaded yansi v1.0.1 |
| 1013 | 2026-05-12T03:40:08.288Z | Downloaded moka v0.12.13 |
| 1014 | 2026-05-12T03:40:08.289Z | Downloaded toml_edit v0.19.15 |
| 1015 | 2026-05-12T03:40:08.289Z | Downloaded unicode_categories v0.1.1 |
| 1016 | 2026-05-12T03:40:08.289Z | Downloaded zerotrie v0.2.3 |
| 1017 | 2026-05-12T03:40:08.289Z | Downloaded serde_json v1.0.149 |
| 1018 | 2026-05-12T03:40:08.330Z | Downloaded typed-path v0.9.3 |
| 1019 | 2026-05-12T03:40:08.330Z | Downloaded zip v0.6.6 |
| 1020 | 2026-05-12T03:40:08.330Z | Downloaded quinn-proto v0.11.13 |
| 1021 | 2026-05-12T03:40:08.330Z | Downloaded gimli v0.32.3 |
| 1022 | 2026-05-12T03:40:08.330Z | Downloaded tower v0.5.3 |
| 1023 | 2026-05-12T03:40:08.330Z | Downloaded petname v2.0.2 |
| 1024 | 2026-05-12T03:40:08.344Z | Downloaded nix v0.28.0 |
| 1025 | 2026-05-12T03:40:08.344Z | Downloaded zerocopy-derive v0.8.40 |
| 1026 | 2026-05-12T03:40:08.345Z | Downloaded unicode-segmentation v1.12.0 |
| 1027 | 2026-05-12T03:40:08.345Z | Downloaded tower-http v0.6.8 |
| 1028 | 2026-05-12T03:40:08.345Z | Downloaded proptest v1.10.0 |
| 1029 | 2026-05-12T03:40:08.345Z | Downloaded x509-cert v0.2.5 |
| 1030 | 2026-05-12T03:40:08.345Z | Downloaded serde_with v3.17.0 |
| 1031 | 2026-05-12T03:40:08.345Z | Downloaded rustls-webpki v0.102.8 |
| 1032 | 2026-05-12T03:40:08.378Z | Downloaded object v0.30.4 |
| 1033 | 2026-05-12T03:40:08.378Z | Downloaded unicode-normalization v0.1.25 |
| 1034 | 2026-05-12T03:40:08.396Z | Downloaded tough v0.22.0 |
| 1035 | 2026-05-12T03:40:08.396Z | Downloaded zip v4.6.1 |
| 1036 | 2026-05-12T03:40:08.397Z | Downloaded radix_trie v0.2.1 |
| 1037 | 2026-05-12T03:40:08.397Z | Downloaded tokio-util v0.7.18 |
| 1038 | 2026-05-12T03:40:08.408Z | Downloaded dropshot v0.17.0 |
| 1039 | 2026-05-12T03:40:08.409Z | Downloaded zerovec v0.11.5 |
| 1040 | 2026-05-12T03:40:08.468Z | Downloaded polar-core v0.27.3 |
| 1041 | 2026-05-12T03:40:08.468Z | Downloaded zerocopy v0.7.35 |
| 1042 | 2026-05-12T03:40:08.468Z | Downloaded regex-syntax v0.6.29 |
| 1043 | 2026-05-12T03:40:08.468Z | Downloaded nix v0.29.0 |
| 1044 | 2026-05-12T03:40:08.468Z | Downloaded nix v0.27.1 |
| 1045 | 2026-05-12T03:40:08.468Z | Downloaded winnow v0.5.40 |
| 1046 | 2026-05-12T03:40:08.468Z | Downloaded winnow v0.6.26 |
| 1047 | 2026-05-12T03:40:08.480Z | Downloaded openssl v0.10.78 |
| 1048 | 2026-05-12T03:40:08.480Z | Downloaded tabled v0.15.0 |
| 1049 | 2026-05-12T03:40:08.480Z | Downloaded syn v1.0.109 |
| 1050 | 2026-05-12T03:40:08.481Z | Downloaded smoltcp v0.9.1 |
| 1051 | 2026-05-12T03:40:08.481Z | Downloaded rustls v0.21.12 |
| 1052 | 2026-05-12T03:40:08.493Z | Downloaded zlib-rs v0.6.2 |
| 1053 | 2026-05-12T03:40:08.500Z | Downloaded object v0.37.3 |
| 1054 | 2026-05-12T03:40:08.500Z | Downloaded hickory-proto v0.25.2 |
| 1055 | 2026-05-12T03:40:08.530Z | Downloaded time v0.3.47 |
| 1056 | 2026-05-12T03:40:08.530Z | Downloaded vcpkg v0.2.15 |
| 1057 | 2026-05-12T03:40:08.562Z | Downloaded webpki-roots v1.0.6 |
| 1058 | 2026-05-12T03:40:08.579Z | Downloaded regress v0.11.1 |
| 1059 | 2026-05-12T03:40:08.590Z | Downloaded regex-syntax v0.8.10 |
| 1060 | 2026-05-12T03:40:08.590Z | Downloaded unicode-width v0.2.0 |
| 1061 | 2026-05-12T03:40:08.590Z | Downloaded syn v2.0.117 |
| 1062 | 2026-05-12T03:40:08.590Z | Downloaded zerocopy v0.8.40 |
| 1063 | 2026-05-12T03:40:08.701Z | Downloaded regress v0.10.5 |
| 1064 | 2026-05-12T03:40:08.701Z | Downloaded rustls v0.22.4 |
| 1065 | 2026-05-12T03:40:08.701Z | Downloaded unicode-width v0.1.14 |
| 1066 | 2026-05-12T03:40:08.701Z | Downloaded hickory-proto v0.24.4 |
| 1067 | 2026-05-12T03:40:08.701Z | Downloaded smoltcp v0.11.0 |
| 1068 | 2026-05-12T03:40:08.701Z | Downloaded diesel v2.3.7 |
| 1069 | 2026-05-12T03:40:08.701Z | Downloaded winnow v0.7.14 |
| 1070 | 2026-05-12T03:40:08.701Z | Downloaded rustix v0.38.44 |
| 1071 | 2026-05-12T03:40:08.701Z | Downloaded rustls v0.23.37 |
| 1072 | 2026-05-12T03:40:08.702Z | Downloaded tabled v0.20.0 |
| 1073 | 2026-05-12T03:40:08.702Z | Downloaded openapiv3 v2.2.0 |
| 1074 | 2026-05-12T03:40:08.702Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1075 | 2026-05-12T03:40:08.726Z | Downloaded nix v0.31.2 |
| 1076 | 2026-05-12T03:40:08.726Z | Downloaded rustix v1.1.3 |
| 1077 | 2026-05-12T03:40:08.727Z | Downloaded sled v0.34.7 |
| 1078 | 2026-05-12T03:40:08.727Z | Downloaded dropshot v0.16.7 |
| 1079 | 2026-05-12T03:40:08.749Z | Downloaded sqlparser v0.61.0 |
| 1080 | 2026-05-12T03:40:08.749Z | Downloaded regex-automata v0.4.14 |
| 1081 | 2026-05-12T03:40:08.767Z | Downloaded zerocopy-derive v0.6.6 |
| 1082 | 2026-05-12T03:40:08.788Z | Downloaded typify-impl v0.6.2 |
| 1083 | 2026-05-12T03:40:08.799Z | Downloaded petgraph v0.8.3 |
| 1084 | 2026-05-12T03:40:08.799Z | Downloaded tracing v0.1.44 |
| 1085 | 2026-05-12T03:40:08.819Z | Downloaded typify-impl v0.4.3 |
| 1086 | 2026-05-12T03:40:08.828Z | Downloaded ratatui v0.29.0 |
| 1087 | 2026-05-12T03:40:08.829Z | Downloaded libc v0.2.185 |
| 1088 | 2026-05-12T03:40:08.850Z | Downloaded chrono-tz v0.10.4 |
| 1089 | 2026-05-12T03:40:08.880Z | Downloaded petgraph v0.6.5 |
| 1090 | 2026-05-12T03:40:08.892Z | Downloaded jiff v0.2.21 |
| 1091 | 2026-05-12T03:40:08.909Z | Downloaded csv v1.4.0 |
| 1092 | 2026-05-12T03:40:08.923Z | Downloaded libz-sys v1.1.24 |
| 1093 | 2026-05-12T03:40:08.957Z | Downloaded sha3 v0.10.8 |
| 1094 | 2026-05-12T03:40:08.969Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1095 | 2026-05-12T03:40:08.970Z | Downloaded tokio v1.52.1 |
| 1096 | 2026-05-12T03:40:08.987Z | Downloaded encoding_rs v0.8.35 |
| 1097 | 2026-05-12T03:40:09.017Z | Downloaded ring v0.17.14 |
| 1098 | 2026-05-12T03:40:09.071Z | Downloaded httpmock v0.8.3 |
| 1099 | 2026-05-12T03:40:09.097Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1100 | 2026-05-12T03:40:09.567Z | Downloaded aws-lc-sys v0.40.0 |
| 1101 | 2026-05-12T03:40:09.991Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1102 | 2026-05-12T03:40:12.167Z | Startup: Refreshing catalog 'helios' ... Done |
| 1103 | 2026-05-12T03:40:12.230Z | Startup: Caching catalogs ... Done |
| 1104 | 2026-05-12T03:40:12.362Z | Planning: Solver setup ... Done (0.121s) |
| 1105 | 2026-05-12T03:40:12.371Z | Planning: Running solver ... Done (0.009s) |
| 1106 | 2026-05-12T03:40:12.379Z | Planning: Finding local manifests ... Done (0.003s) |
| 1107 | 2026-05-12T03:40:12.512Z | Planning: Fetching manifests: 0/2 0% complete |
| 1108 | 2026-05-12T03:40:12.558Z | Planning: Fetching manifests: 2/2 100% complete |
| 1109 | 2026-05-12T03:40:12.558Z | Planning: Package planning ... Done (0.015s) |
| 1110 | 2026-05-12T03:40:12.559Z | Planning: Merging actions ... Done (0.002s) |
| 1111 | 2026-05-12T03:40:12.655Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 1112 | 2026-05-12T03:40:12.676Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1113 | 2026-05-12T03:40:13.582Z | Planning: Evaluating mediators ... Done (0.935s) |
| 1114 | 2026-05-12T03:40:13.593Z | Planning: Planning completed in 1.35 seconds |
| 1115 | 2026-05-12T03:40:13.777Z | Packages to install: 2 |
| 1116 | 2026-05-12T03:40:13.777Z | Estimated space available: 155.78 GB |
| 1117 | 2026-05-12T03:40:13.777Z | Estimated space to be consumed: 16.95 MB |
| 1118 | 2026-05-12T03:40:13.777Z | Create boot environment: No |
| 1119 | 2026-05-12T03:40:13.777Z | Create backup boot environment: No |
| 1120 | 2026-05-12T03:40:13.777Z | Rebuild boot archive: No |
| 1121 | 2026-05-12T03:40:13.792Z | |
| 1122 | 2026-05-12T03:40:13.792Z | Changed packages: |
| 1123 | 2026-05-12T03:40:13.792Z | helios |
| 1124 | 2026-05-12T03:40:13.792Z | developer/build-essential |
| 1125 | 2026-05-12T03:40:13.793Z | None -> 11-3.0 |
| 1126 | 2026-05-12T03:40:13.793Z | library/libxmlsec1 |
| 1127 | 2026-05-12T03:40:13.793Z | None -> 1.2.35-3.0 |
| 1128 | 2026-05-12T03:40:13.799Z | |
| 1129 | 2026-05-12T03:40:13.799Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1130 | 2026-05-12T03:40:14.378Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 1131 | 2026-05-12T03:40:14.530Z | Actions: 1/268 actions (Installing new actions) |
| 1132 | 2026-05-12T03:40:14.544Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1133 | 2026-05-12T03:40:14.544Z | Finalize: Updating package state database ... Done (0.005s) |
| 1134 | 2026-05-12T03:40:14.544Z | Finalize: Updating package cache ... Done (0.000s) |
| 1135 | 2026-05-12T03:40:14.544Z | Finalize: Updating image state ... Done (0.012s) |
| 1136 | 2026-05-12T03:40:17.112Z | Finalize: Creating fast lookup database ... Done (2.590s) |
| 1137 | 2026-05-12T03:40:17.163Z | Finalize: Reading search index ... Done (0.013s) |
| 1138 | 2026-05-12T03:40:17.181Z | Finalize: Updating search index ... Done (0.000s) |
| 1139 | 2026-05-12T03:40:17.282Z | Finalize: Updating package cache ... Done (0.000s) |
| 1140 | 2026-05-12T03:40:17.571Z | Planning: Evaluating mediator changes ... Done |
| 1141 | 2026-05-12T03:40:17.738Z | Planning: Checking for conflicting actions ... Done |
| 1142 | 2026-05-12T03:40:17.780Z | Planning: Consolidating action changes ... Done |
| 1143 | 2026-05-12T03:40:17.863Z | Planning: Evaluating mediators ... Done |
| 1144 | 2026-05-12T03:40:17.915Z | Planning: Planning completed in 0.27 seconds |
| 1145 | 2026-05-12T03:40:17.915Z | Mediators to change: 2 |
| 1146 | 2026-05-12T03:40:17.915Z | Create boot environment: No |
| 1147 | 2026-05-12T03:40:17.915Z | Create backup boot environment: No |
| 1148 | 2026-05-12T03:40:17.964Z | Finalize: Updating package state database ... Done |
| 1149 | 2026-05-12T03:40:17.965Z | Finalize: Updating package cache ... Done |
| 1150 | 2026-05-12T03:40:18.013Z | Finalize: Updating image state ... Done |
| 1151 | 2026-05-12T03:40:19.910Z | Finalize: Creating fast lookup database ... Done |
| 1152 | 2026-05-12T03:40:19.958Z | Finalize: Reading search index ... Done |
| 1153 | 2026-05-12T03:40:19.970Z | Finalize: Updating search index ... Done |
| 1154 | 2026-05-12T03:40:20.048Z | Finalize: Updating package cache ... Done |
| 1155 | 2026-05-12T03:40:20.348Z | Planning: Evaluating mediator changes ... Done |
| 1156 | 2026-05-12T03:40:20.438Z | Planning: Checking for conflicting actions ... Done |
| 1157 | 2026-05-12T03:40:20.445Z | Planning: Consolidating action changes ... Done |
| 1158 | 2026-05-12T03:40:20.595Z | Planning: Evaluating mediators ... Done |
| 1159 | 2026-05-12T03:40:20.599Z | Planning: Planning completed in 0.27 seconds |
| 1160 | 2026-05-12T03:40:20.616Z | Mediators to change: 1 |
| 1161 | 2026-05-12T03:40:20.617Z | Create boot environment: No |
| 1162 | 2026-05-12T03:40:20.617Z | Create backup boot environment: No |
| 1163 | 2026-05-12T03:40:20.681Z | Finalize: Updating package state database ... Done |
| 1164 | 2026-05-12T03:40:20.681Z | Finalize: Updating package cache ... Done |
| 1165 | 2026-05-12T03:40:20.696Z | Finalize: Updating image state ... Done |
| 1166 | 2026-05-12T03:40:22.627Z | Finalize: Creating fast lookup database ... Done |
| 1167 | 2026-05-12T03:40:22.684Z | Finalize: Reading search index ... Done |
| 1168 | 2026-05-12T03:40:22.699Z | Finalize: Updating search index ... Done |
| 1169 | 2026-05-12T03:40:22.769Z | Finalize: Updating package cache ... Done |
| 1170 | 2026-05-12T03:40:23.084Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1171 | 2026-05-12T03:40:23.084Z | apache system 2.4 system |
| 1172 | 2026-05-12T03:40:23.084Z | clang system 15 system |
| 1173 | 2026-05-12T03:40:23.084Z | csh system system illumos |
| 1174 | 2026-05-12T03:40:23.084Z | ctags system system illumos |
| 1175 | 2026-05-12T03:40:23.084Z | file vendor vendor darwinsys |
| 1176 | 2026-05-12T03:40:23.084Z | file system system illumos |
| 1177 | 2026-05-12T03:40:23.084Z | gcc vendor 14 vendor |
| 1178 | 2026-05-12T03:40:23.084Z | gcc system 13 system |
| 1179 | 2026-05-12T03:40:23.085Z | gcc system 10 system |
| 1180 | 2026-05-12T03:40:23.085Z | go system 1.25 system |
| 1181 | 2026-05-12T03:40:23.085Z | llvm system 15 system |
| 1182 | 2026-05-12T03:40:23.085Z | mariadb system 11.4 system |
| 1183 | 2026-05-12T03:40:23.085Z | mta vendor vendor dma |
| 1184 | 2026-05-12T03:40:23.085Z | openjdk system 17 system |
| 1185 | 2026-05-12T03:40:23.085Z | openjdk system 11 system |
| 1186 | 2026-05-12T03:40:23.085Z | openssl vendor 3 vendor |
| 1187 | 2026-05-12T03:40:23.085Z | perl system 5.40 system |
| 1188 | 2026-05-12T03:40:23.085Z | postgresql system 18 system |
| 1189 | 2026-05-12T03:40:23.085Z | postgresql system 17 system |
| 1190 | 2026-05-12T03:40:23.085Z | python vendor 3 vendor |
| 1191 | 2026-05-12T03:40:23.085Z | python system 2 system |
| 1192 | 2026-05-12T03:40:23.085Z | python3 vendor 3.13 vendor |
| 1193 | 2026-05-12T03:40:23.085Z | ruby system 3.4 system |
| 1194 | 2026-05-12T03:40:23.085Z | ruby system 3.0 system |
| 1195 | 2026-05-12T03:40:23.085Z | words vendor vendor american-english |
| 1196 | 2026-05-12T03:40:23.085Z | words system system australian-english |
| 1197 | 2026-05-12T03:40:23.085Z | words system system british-english |
| 1198 | 2026-05-12T03:40:23.085Z | words system system canadian-english |
| 1199 | 2026-05-12T03:40:23.085Z | words system system french |
| 1200 | 2026-05-12T03:40:23.085Z | words system system italian |
| 1201 | 2026-05-12T03:40:23.085Z | words system system ngerman |
| 1202 | 2026-05-12T03:40:23.085Z | words system system ogerman |
| 1203 | 2026-05-12T03:40:23.085Z | words system system spanish |
| 1204 | 2026-05-12T03:40:23.349Z | PUBLISHER TYPE STATUS P LOCATION |
| 1205 | 2026-05-12T03:40:23.349Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1206 | 2026-05-12T03:40:23.652Z | FMRI IFO |
| 1207 | 2026-05-12T03:40:23.652Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1208 | 2026-05-12T03:40:23.652Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1209 | 2026-05-12T03:40:23.652Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1210 | 2026-05-12T03:40:23.652Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1211 | 2026-05-12T03:40:23.652Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1212 | 2026-05-12T03:40:23.652Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1213 | 2026-05-12T03:40:23.652Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1214 | 2026-05-12T03:40:23.653Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1215 | 2026-05-12T03:40:23.653Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1216 | 2026-05-12T03:40:24.204Z | Downloading crates ... |
| 1217 | 2026-05-12T03:40:24.266Z | Downloaded cargo_toml v0.21.0 |
| 1218 | 2026-05-12T03:40:24.319Z | Compiling proc-macro2 v1.0.106 |
| 1219 | 2026-05-12T03:40:24.319Z | Compiling quote v1.0.45 |
| 1220 | 2026-05-12T03:40:24.319Z | Compiling unicode-ident v1.0.24 |
| 1221 | 2026-05-12T03:40:24.346Z | Compiling serde_core v1.0.228 |
| 1222 | 2026-05-12T03:40:24.346Z | Compiling libc v0.2.185 |
| 1223 | 2026-05-12T03:40:24.346Z | Compiling version_check v0.9.5 |
| 1224 | 2026-05-12T03:40:24.346Z | Compiling serde v1.0.228 |
| 1225 | 2026-05-12T03:40:24.407Z | Compiling stable_deref_trait v1.2.1 |
| 1226 | 2026-05-12T03:40:24.436Z | Compiling memchr v2.8.0 |
| 1227 | 2026-05-12T03:40:24.436Z | Compiling zmij v1.0.21 |
| 1228 | 2026-05-12T03:40:24.436Z | Compiling autocfg v1.5.0 |
| 1229 | 2026-05-12T03:40:24.436Z | Compiling ucd-trie v0.1.7 |
| 1230 | 2026-05-12T03:40:24.436Z | Compiling itoa v1.0.17 |
| 1231 | 2026-05-12T03:40:24.436Z | Compiling thiserror v1.0.69 |
| 1232 | 2026-05-12T03:40:24.437Z | Compiling writeable v0.6.2 |
| 1233 | 2026-05-12T03:40:24.542Z | Compiling litemap v0.8.1 |
| 1234 | 2026-05-12T03:40:24.601Z | Compiling rustix v1.1.3 |
| 1235 | 2026-05-12T03:40:24.696Z | Compiling icu_normalizer_data v2.1.1 |
| 1236 | 2026-05-12T03:40:24.700Z | Compiling icu_properties_data v2.1.2 |
| 1237 | 2026-05-12T03:40:24.752Z | Compiling byteorder v1.5.0 |
| 1238 | 2026-05-12T03:40:24.863Z | Compiling bitflags v2.11.0 |
| 1239 | 2026-05-12T03:40:24.879Z | Compiling serde_json v1.0.149 |
| 1240 | 2026-05-12T03:40:24.964Z | Compiling pest v2.8.6 |
| 1241 | 2026-05-12T03:40:25.044Z | Compiling num-traits v0.2.19 |
| 1242 | 2026-05-12T03:40:25.077Z | Compiling equivalent v1.0.2 |
| 1243 | 2026-05-12T03:40:25.089Z | Compiling hashbrown v0.17.0 |
| 1244 | 2026-05-12T03:40:25.169Z | Compiling smallvec v1.15.1 |
| 1245 | 2026-05-12T03:40:25.201Z | Compiling typeid v1.0.3 |
| 1246 | 2026-05-12T03:40:25.228Z | Compiling usdt-impl v0.5.0 |
| 1247 | 2026-05-12T03:40:25.252Z | Compiling proc-macro-error-attr v1.0.4 |
| 1248 | 2026-05-12T03:40:25.270Z | Compiling erased-serde v0.4.9 |
| 1249 | 2026-05-12T03:40:25.288Z | Compiling toml_write v0.1.2 |
| 1250 | 2026-05-12T03:40:25.378Z | Compiling winnow v0.7.14 |
| 1251 | 2026-05-12T03:40:25.409Z | Compiling errno v0.3.14 |
| 1252 | 2026-05-12T03:40:25.427Z | Compiling thread-id v4.2.2 |
| 1253 | 2026-05-12T03:40:25.443Z | Compiling syn v1.0.109 |
| 1254 | 2026-05-12T03:40:25.467Z | Compiling proc-macro-error v1.0.4 |
| 1255 | 2026-05-12T03:40:25.511Z | Compiling utf8_iter v1.0.4 |
| 1256 | 2026-05-12T03:40:25.518Z | Compiling percent-encoding v2.3.2 |
| 1257 | 2026-05-12T03:40:25.550Z | Compiling utf8parse v0.2.2 |
| 1258 | 2026-05-12T03:40:25.618Z | Compiling plain v0.2.3 |
| 1259 | 2026-05-12T03:40:25.682Z | Compiling indexmap v2.14.0 |
| 1260 | 2026-05-12T03:40:25.699Z | Compiling getrandom v0.4.1 |
| 1261 | 2026-05-12T03:40:25.714Z | Compiling log v0.4.29 |
| 1262 | 2026-05-12T03:40:25.728Z | Compiling camino v1.2.2 |
| 1263 | 2026-05-12T03:40:25.739Z | Compiling thiserror v2.0.18 |
| 1264 | 2026-05-12T03:40:25.771Z | Compiling form_urlencoded v1.2.2 |
| 1265 | 2026-05-12T03:40:25.782Z | Compiling syn v2.0.117 |
| 1266 | 2026-05-12T03:40:25.887Z | Compiling anstyle-parse v0.2.7 |
| 1267 | 2026-05-12T03:40:25.948Z | Compiling is_terminal_polyfill v1.70.2 |
| 1268 | 2026-05-12T03:40:26.184Z | Compiling pest_meta v2.8.6 |
| 1269 | 2026-05-12T03:40:26.207Z | Compiling ordered-float v2.10.1 |
| 1270 | 2026-05-12T03:40:26.208Z | Compiling colorchoice v1.0.4 |
| 1271 | 2026-05-12T03:40:26.208Z | Compiling anstyle-query v1.1.5 |
| 1272 | 2026-05-12T03:40:26.208Z | Compiling cfg-if v1.0.4 |
| 1273 | 2026-05-12T03:40:26.208Z | Compiling pretty-hex v0.4.1 |
| 1274 | 2026-05-12T03:40:26.257Z | Compiling anstyle v1.0.13 |
| 1275 | 2026-05-12T03:40:26.345Z | Compiling fs-err v3.3.0 |
| 1276 | 2026-05-12T03:40:26.409Z | Compiling anyhow v1.0.102 |
| 1277 | 2026-05-12T03:40:26.430Z | Compiling unicode-xid v0.2.6 |
| 1278 | 2026-05-12T03:40:26.430Z | Compiling clap_lex v1.0.0 |
| 1279 | 2026-05-12T03:40:26.430Z | Compiling terminal_size v0.4.3 |
| 1280 | 2026-05-12T03:40:26.430Z | Compiling heck v0.4.1 |
| 1281 | 2026-05-12T03:40:26.462Z | Compiling anstream v0.6.21 |
| 1282 | 2026-05-12T03:40:26.516Z | Compiling once_cell v1.21.3 |
| 1283 | 2026-05-12T03:40:26.537Z | Compiling fastrand v2.3.0 |
| 1284 | 2026-05-12T03:40:26.585Z | Compiling strsim v0.11.1 |
| 1285 | 2026-05-12T03:40:26.589Z | Compiling bytecount v0.6.9 |
| 1286 | 2026-05-12T03:40:26.638Z | Compiling fnv v1.0.7 |
| 1287 | 2026-05-12T03:40:26.666Z | Compiling unicode-width v0.1.14 |
| 1288 | 2026-05-12T03:40:26.675Z | Compiling heck v0.5.0 |
| 1289 | 2026-05-12T03:40:26.720Z | Compiling semver v1.0.28 |
| 1290 | 2026-05-12T03:40:26.813Z | Compiling clap_builder v4.5.60 |
| 1291 | 2026-05-12T03:40:26.871Z | Compiling tempfile v3.25.0 |
| 1292 | 2026-05-12T03:40:26.888Z | Compiling papergrid v0.11.0 |
| 1293 | 2026-05-12T03:40:26.946Z | Compiling memmap v0.7.0 |
| 1294 | 2026-05-12T03:40:26.958Z | Compiling smawk v0.3.2 |
| 1295 | 2026-05-12T03:40:27.038Z | Compiling unicode-linebreak v0.1.5 |
| 1296 | 2026-05-12T03:40:27.104Z | Compiling unicode-width v0.2.0 |
| 1297 | 2026-05-12T03:40:27.123Z | Compiling serde-untagged v0.1.9 |
| 1298 | 2026-05-12T03:40:27.191Z | Compiling camino-tempfile v1.4.1 |
| 1299 | 2026-05-12T03:40:27.253Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1300 | 2026-05-12T03:40:27.311Z | Compiling swrite v0.1.0 |
| 1301 | 2026-05-12T03:40:27.390Z | Compiling textwrap v0.16.2 |
| 1302 | 2026-05-12T03:40:27.695Z | Compiling tabled_derive v0.7.0 |
| 1303 | 2026-05-12T03:40:28.408Z | Compiling synstructure v0.13.2 |
| 1304 | 2026-05-12T03:40:28.408Z | Compiling pest_generator v2.8.6 |
| 1305 | 2026-05-12T03:40:28.446Z | Compiling tabled v0.15.0 |
| 1306 | 2026-05-12T03:40:28.896Z | Compiling serde_derive v1.0.228 |
| 1307 | 2026-05-12T03:40:28.896Z | Compiling zerofrom-derive v0.1.6 |
| 1308 | 2026-05-12T03:40:28.907Z | Compiling yoke-derive v0.8.1 |
| 1309 | 2026-05-12T03:40:28.907Z | Compiling zerovec-derive v0.11.2 |
| 1310 | 2026-05-12T03:40:28.907Z | Compiling displaydoc v0.2.5 |
| 1311 | 2026-05-12T03:40:28.907Z | Compiling thiserror-impl v1.0.69 |
| 1312 | 2026-05-12T03:40:28.907Z | Compiling zerocopy-derive v0.7.35 |
| 1313 | 2026-05-12T03:40:28.907Z | Compiling scroll_derive v0.12.1 |
| 1314 | 2026-05-12T03:40:28.908Z | Compiling thiserror-impl v2.0.18 |
| 1315 | 2026-05-12T03:40:28.908Z | Compiling clap_derive v4.5.55 |
| 1316 | 2026-05-12T03:40:28.930Z | Compiling pest_derive v2.8.6 |
| 1317 | 2026-05-12T03:40:29.589Z | Compiling scroll v0.12.0 |
| 1318 | 2026-05-12T03:40:29.688Z | Compiling zerocopy v0.7.35 |
| 1319 | 2026-05-12T03:40:29.882Z | Compiling goblin v0.8.2 |
| 1320 | 2026-05-12T03:40:29.957Z | Compiling zerofrom v0.1.6 |
| 1321 | 2026-05-12T03:40:30.060Z | Compiling yoke v0.8.1 |
| 1322 | 2026-05-12T03:40:30.085Z | Compiling dtrace-parser v0.2.0 |
| 1323 | 2026-05-12T03:40:30.175Z | Compiling zerovec v0.11.5 |
| 1324 | 2026-05-12T03:40:30.175Z | Compiling zerotrie v0.2.3 |
| 1325 | 2026-05-12T03:40:30.310Z | Compiling clap v4.5.60 |
| 1326 | 2026-05-12T03:40:30.627Z | Compiling tinystr v0.8.2 |
| 1327 | 2026-05-12T03:40:30.627Z | Compiling potential_utf v0.1.4 |
| 1328 | 2026-05-12T03:40:30.756Z | Compiling icu_collections v2.1.1 |
| 1329 | 2026-05-12T03:40:30.831Z | Compiling icu_locale_core v2.1.1 |
| 1330 | 2026-05-12T03:40:31.321Z | Compiling icu_provider v2.1.1 |
| 1331 | 2026-05-12T03:40:31.432Z | Compiling toml_datetime v0.6.11 |
| 1332 | 2026-05-12T03:40:31.432Z | Compiling serde_spanned v0.6.9 |
| 1333 | 2026-05-12T03:40:31.432Z | Compiling serde-value v0.7.0 |
| 1334 | 2026-05-12T03:40:31.460Z | Compiling cargo-platform v0.2.0 |
| 1335 | 2026-05-12T03:40:31.460Z | Compiling macaddr v1.0.1 |
| 1336 | 2026-05-12T03:40:31.461Z | Compiling dof v0.3.0 |
| 1337 | 2026-05-12T03:40:31.461Z | Compiling serde_tokenstream v0.2.3 |
| 1338 | 2026-05-12T03:40:31.546Z | Compiling icu_properties v2.1.2 |
| 1339 | 2026-05-12T03:40:31.546Z | Compiling icu_normalizer v2.1.1 |
| 1340 | 2026-05-12T03:40:31.587Z | Compiling toml_edit v0.22.27 |
| 1341 | 2026-05-12T03:40:32.133Z | Compiling usdt-attr-macro v0.5.0 |
| 1342 | 2026-05-12T03:40:32.133Z | Compiling usdt-macro v0.5.0 |
| 1343 | 2026-05-12T03:40:32.533Z | Compiling idna_adapter v1.2.1 |
| 1344 | 2026-05-12T03:40:32.680Z | Compiling idna v1.1.0 |
| 1345 | 2026-05-12T03:40:32.796Z | Compiling url v2.5.8 |
| 1346 | 2026-05-12T03:40:32.796Z | Compiling usdt v0.5.0 |
| 1347 | 2026-05-12T03:40:33.055Z | Compiling toml v0.8.23 |
| 1348 | 2026-05-12T03:40:33.398Z | Compiling cargo-util-schemas v0.8.2 |
| 1349 | 2026-05-12T03:40:33.398Z | Compiling cargo_toml v0.21.0 |
| 1350 | 2026-05-12T03:40:34.046Z | Compiling cargo_metadata v0.21.0 |
| 1351 | 2026-05-12T03:40:35.274Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1352 | 2026-05-12T03:40:41.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s |
| 1353 | 2026-05-12T03:40:41.976Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1354 | 2026-05-12T03:40:41.976Z | Compiling libc v0.2.185 |
| 1355 | 2026-05-12T03:40:41.976Z | Compiling serde v1.0.228 |
| 1356 | 2026-05-12T03:40:41.976Z | Compiling log v0.4.29 |
| 1357 | 2026-05-12T03:40:41.976Z | Compiling shlex v1.3.0 |
| 1358 | 2026-05-12T03:40:41.976Z | Compiling find-msvc-tools v0.1.9 |
| 1359 | 2026-05-12T03:40:41.976Z | Compiling smallvec v1.15.1 |
| 1360 | 2026-05-12T03:40:41.977Z | Compiling typenum v1.19.0 |
| 1361 | 2026-05-12T03:40:41.977Z | Compiling subtle v2.6.1 |
| 1362 | 2026-05-12T03:40:41.977Z | Compiling generic-array v0.14.7 |
| 1363 | 2026-05-12T03:40:41.977Z | Compiling scopeguard v1.2.0 |
| 1364 | 2026-05-12T03:40:41.977Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-05-12T03:40:41.977Z | Compiling portable-atomic v1.13.1 |
| 1366 | 2026-05-12T03:40:41.977Z | Compiling serde_json v1.0.149 |
| 1367 | 2026-05-12T03:40:41.977Z | Compiling syn v2.0.117 |
| 1368 | 2026-05-12T03:40:41.977Z | Compiling critical-section v1.2.0 |
| 1369 | 2026-05-12T03:40:41.977Z | Compiling zerocopy v0.8.40 |
| 1370 | 2026-05-12T03:40:41.977Z | Compiling lock_api v0.4.14 |
| 1371 | 2026-05-12T03:40:41.977Z | Compiling pin-project-lite v0.2.17 |
| 1372 | 2026-05-12T03:40:41.977Z | Compiling parking_lot_core v0.9.12 |
| 1373 | 2026-05-12T03:40:41.977Z | Compiling pkg-config v0.3.32 |
| 1374 | 2026-05-12T03:40:41.977Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-05-12T03:40:41.977Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-05-12T03:40:41.977Z | Compiling libm v0.2.16 |
| 1377 | 2026-05-12T03:40:41.977Z | Compiling num-traits v0.2.19 |
| 1378 | 2026-05-12T03:40:41.977Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-05-12T03:40:41.977Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-05-12T03:40:41.977Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-05-12T03:40:41.977Z | Compiling slab v0.4.12 |
| 1382 | 2026-05-12T03:40:41.977Z | Compiling futures-channel v0.3.32 |
| 1383 | 2026-05-12T03:40:41.977Z | Compiling futures-io v0.3.32 |
| 1384 | 2026-05-12T03:40:41.977Z | Compiling futures-task v0.3.32 |
| 1385 | 2026-05-12T03:40:41.977Z | Compiling getrandom v0.4.1 |
| 1386 | 2026-05-12T03:40:41.977Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-05-12T03:40:41.977Z | Compiling indexmap v2.14.0 |
| 1388 | 2026-05-12T03:40:41.977Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-05-12T03:40:41.977Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-05-12T03:40:41.977Z | Compiling form_urlencoded v1.2.2 |
| 1391 | 2026-05-12T03:40:41.977Z | Compiling dunce v1.0.5 |
| 1392 | 2026-05-12T03:40:41.977Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-05-12T03:40:41.980Z | Compiling base64ct v1.8.3 |
| 1394 | 2026-05-12T03:40:41.980Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-05-12T03:40:41.980Z | Compiling iana-time-zone v0.1.65 |
| 1396 | 2026-05-12T03:40:41.980Z | Compiling regex-syntax v0.8.10 |
| 1397 | 2026-05-12T03:40:41.980Z | Compiling getrandom v0.2.17 |
| 1398 | 2026-05-12T03:40:41.980Z | Compiling jobserver v0.1.34 |
| 1399 | 2026-05-12T03:40:41.980Z | Compiling errno v0.3.14 |
| 1400 | 2026-05-12T03:40:41.980Z | Compiling mio v1.2.0 |
| 1401 | 2026-05-12T03:40:41.980Z | Compiling signal-hook-registry v1.4.8 |
| 1402 | 2026-05-12T03:40:41.980Z | Compiling rand_core v0.6.4 |
| 1403 | 2026-05-12T03:40:41.980Z | Compiling socket2 v0.6.3 |
| 1404 | 2026-05-12T03:40:41.980Z | Compiling once_cell v1.21.3 |
| 1405 | 2026-05-12T03:40:41.980Z | Compiling cc v1.2.56 |
| 1406 | 2026-05-12T03:40:41.980Z | Compiling parking_lot v0.12.5 |
| 1407 | 2026-05-12T03:40:42.196Z | Compiling pem-rfc7468 v0.7.0 |
| 1408 | 2026-05-12T03:40:42.198Z | Compiling flagset v0.4.7 |
| 1409 | 2026-05-12T03:40:42.198Z | Compiling rustix v1.1.3 |
| 1410 | 2026-05-12T03:40:42.198Z | Compiling aws-lc-rs v1.16.3 |
| 1411 | 2026-05-12T03:40:42.198Z | Compiling vcpkg v0.2.15 |
| 1412 | 2026-05-12T03:40:42.198Z | Compiling uuid v1.23.0 |
| 1413 | 2026-05-12T03:40:42.198Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-05-12T03:40:42.198Z | Compiling rustc_version v0.4.1 |
| 1415 | 2026-05-12T03:40:42.198Z | Compiling base64 v0.22.1 |
| 1416 | 2026-05-12T03:40:42.198Z | Compiling rand_core v0.9.5 |
| 1417 | 2026-05-12T03:40:42.198Z | Compiling httparse v1.10.1 |
| 1418 | 2026-05-12T03:40:42.198Z | Compiling openssl-probe v0.2.1 |
| 1419 | 2026-05-12T03:40:42.198Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-05-12T03:40:42.198Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2026-05-12T03:40:42.198Z | Compiling untrusted v0.7.1 |
| 1422 | 2026-05-12T03:40:42.198Z | Compiling cmake v0.1.57 |
| 1423 | 2026-05-12T03:40:42.198Z | Compiling tinyvec v1.10.0 |
| 1424 | 2026-05-12T03:40:42.198Z | Compiling aho-corasick v1.1.4 |
| 1425 | 2026-05-12T03:40:42.198Z | Compiling try-lock v0.2.5 |
| 1426 | 2026-05-12T03:40:42.198Z | Compiling rustls v0.23.37 |
| 1427 | 2026-05-12T03:40:42.198Z | Compiling atomic-waker v1.1.2 |
| 1428 | 2026-05-12T03:40:42.198Z | Compiling dyn-clone v1.0.20 |
| 1429 | 2026-05-12T03:40:42.198Z | Compiling tower-layer v0.3.3 |
| 1430 | 2026-05-12T03:40:42.198Z | Compiling tower-service v0.3.3 |
| 1431 | 2026-05-12T03:40:42.198Z | Compiling schemars v0.8.22 |
| 1432 | 2026-05-12T03:40:42.198Z | Compiling want v0.3.1 |
| 1433 | 2026-05-12T03:40:42.198Z | Compiling openssl v0.10.78 |
| 1434 | 2026-05-12T03:40:42.198Z | Compiling foreign-types-shared v0.1.1 |
| 1435 | 2026-05-12T03:40:42.198Z | Compiling pin-utils v0.1.0 |
| 1436 | 2026-05-12T03:40:42.198Z | Compiling httpdate v1.0.3 |
| 1437 | 2026-05-12T03:40:42.198Z | Compiling unicode-normalization v0.1.25 |
| 1438 | 2026-05-12T03:40:42.198Z | Compiling spin v0.9.8 |
| 1439 | 2026-05-12T03:40:42.199Z | Compiling foreign-types v0.3.2 |
| 1440 | 2026-05-12T03:40:42.199Z | Compiling native-tls v0.2.18 |
| 1441 | 2026-05-12T03:40:42.199Z | Compiling crc32fast v1.5.0 |
| 1442 | 2026-05-12T03:40:42.199Z | Compiling num-conv v0.2.0 |
| 1443 | 2026-05-12T03:40:42.199Z | Compiling time-core v0.1.8 |
| 1444 | 2026-05-12T03:40:42.199Z | Compiling powerfmt v0.2.0 |
| 1445 | 2026-05-12T03:40:42.199Z | Compiling wait-timeout v0.2.1 |
| 1446 | 2026-05-12T03:40:42.199Z | Compiling sync_wrapper v1.0.2 |
| 1447 | 2026-05-12T03:40:42.199Z | Compiling syn v1.0.109 |
| 1448 | 2026-05-12T03:40:42.199Z | Compiling num_threads v0.1.7 |
| 1449 | 2026-05-12T03:40:42.199Z | Compiling quick-error v1.2.3 |
| 1450 | 2026-05-12T03:40:42.199Z | Compiling simd-adler32 v0.3.8 |
| 1451 | 2026-05-12T03:40:42.199Z | Compiling time-macros v0.2.27 |
| 1452 | 2026-05-12T03:40:42.199Z | Compiling deranged v0.5.8 |
| 1453 | 2026-05-12T03:40:42.199Z | Compiling usdt-impl v0.6.0 |
| 1454 | 2026-05-12T03:40:42.199Z | Compiling siphasher v1.0.2 |
| 1455 | 2026-05-12T03:40:42.199Z | Compiling bit-vec v0.8.0 |
| 1456 | 2026-05-12T03:40:42.199Z | Compiling crossbeam-utils v0.8.21 |
| 1457 | 2026-05-12T03:40:42.199Z | Compiling slog v2.8.2 |
| 1458 | 2026-05-12T03:40:42.199Z | Compiling heapless v0.7.17 |
| 1459 | 2026-05-12T03:40:42.199Z | Compiling aws-lc-sys v0.40.0 |
| 1460 | 2026-05-12T03:40:42.199Z | Compiling ring v0.17.14 |
| 1461 | 2026-05-12T03:40:42.199Z | Compiling openssl-sys v0.9.114 |
| 1462 | 2026-05-12T03:40:42.199Z | Compiling regex-automata v0.4.14 |
| 1463 | 2026-05-12T03:40:42.199Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-05-12T03:40:42.199Z | Compiling bit-set v0.8.0 |
| 1465 | 2026-05-12T03:40:42.199Z | Compiling synstructure v0.13.2 |
| 1466 | 2026-05-12T03:40:42.199Z | Compiling serde_derive_internals v0.29.1 |
| 1467 | 2026-05-12T03:40:42.199Z | Compiling pest_generator v2.8.6 |
| 1468 | 2026-05-12T03:40:42.199Z | Compiling darling_core v0.20.11 |
| 1469 | 2026-05-12T03:40:42.199Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-05-12T03:40:42.199Z | Compiling darling_core v0.21.3 |
| 1471 | 2026-05-12T03:40:42.199Z | Compiling rusty-fork v0.3.1 |
| 1472 | 2026-05-12T03:40:42.199Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1473 | 2026-05-12T03:40:42.199Z | Compiling rand_xorshift v0.4.0 |
| 1474 | 2026-05-12T03:40:42.199Z | Compiling thread-id v5.1.0 |
| 1475 | 2026-05-12T03:40:42.199Z | Compiling cookie v0.18.1 |
| 1476 | 2026-05-12T03:40:42.199Z | Compiling time v0.3.47 |
| 1477 | 2026-05-12T03:40:42.199Z | Compiling adler2 v2.0.1 |
| 1478 | 2026-05-12T03:40:42.200Z | Compiling unarray v0.1.4 |
| 1479 | 2026-05-12T03:40:42.200Z | Compiling signal-hook v0.3.18 |
| 1480 | 2026-05-12T03:40:42.200Z | Compiling paste v1.0.15 |
| 1481 | 2026-05-12T03:40:42.200Z | Compiling ryu v1.0.23 |
| 1482 | 2026-05-12T03:40:42.200Z | Compiling anyhow v1.0.102 |
| 1483 | 2026-05-12T03:40:42.200Z | Compiling iri-string v0.7.10 |
| 1484 | 2026-05-12T03:40:42.200Z | Compiling unicode-bidi v0.3.18 |
| 1485 | 2026-05-12T03:40:42.200Z | Compiling zstd-safe v7.2.4 |
| 1486 | 2026-05-12T03:40:42.200Z | Compiling allocator-api2 v0.2.21 |
| 1487 | 2026-05-12T03:40:42.201Z | Compiling unicode-properties v0.1.4 |
| 1488 | 2026-05-12T03:40:42.201Z | Compiling miniz_oxide v0.8.9 |
| 1489 | 2026-05-12T03:40:42.553Z | Compiling stringprep v0.1.5 |
| 1490 | 2026-05-12T03:40:42.603Z | Compiling vergen-lib v0.1.6 |
| 1491 | 2026-05-12T03:40:42.603Z | Compiling num-integer v0.1.46 |
| 1492 | 2026-05-12T03:40:42.603Z | Compiling curve25519-dalek v4.1.3 |
| 1493 | 2026-05-12T03:40:42.603Z | Compiling ff v0.13.1 |
| 1494 | 2026-05-12T03:40:42.603Z | Compiling hash32 v0.2.1 |
| 1495 | 2026-05-12T03:40:42.603Z | Compiling serde_derive v1.0.228 |
| 1496 | 2026-05-12T03:40:44.205Z | Compiling zeroize_derive v1.4.3 |
| 1497 | 2026-05-12T03:40:44.253Z | Compiling zerofrom-derive v0.1.6 |
| 1498 | 2026-05-12T03:40:44.253Z | Compiling yoke-derive v0.8.1 |
| 1499 | 2026-05-12T03:40:44.253Z | Compiling zerocopy-derive v0.8.40 |
| 1500 | 2026-05-12T03:40:44.253Z | Compiling zerovec-derive v0.11.2 |
| 1501 | 2026-05-12T03:40:44.253Z | Compiling displaydoc v0.2.5 |
| 1502 | 2026-05-12T03:40:44.253Z | Compiling tokio-macros v2.7.0 |
| 1503 | 2026-05-12T03:40:44.253Z | Compiling futures-macro v0.3.32 |
| 1504 | 2026-05-12T03:40:44.253Z | Compiling der_derive v0.7.3 |
| 1505 | 2026-05-12T03:40:44.253Z | Compiling zeroize v1.8.2 |
| 1506 | 2026-05-12T03:40:44.253Z | Compiling rustls-pki-types v1.14.0 |
| 1507 | 2026-05-12T03:40:44.253Z | Compiling thiserror-impl v2.0.18 |
| 1508 | 2026-05-12T03:40:44.253Z | Compiling tracing-attributes v0.1.31 |
| 1509 | 2026-05-12T03:40:44.253Z | Compiling scroll_derive v0.13.1 |
| 1510 | 2026-05-12T03:40:44.253Z | Compiling schemars_derive v0.8.22 |
| 1511 | 2026-05-12T03:40:44.254Z | Compiling crypto-common v0.1.7 |
| 1512 | 2026-05-12T03:40:44.254Z | Compiling block-buffer v0.10.4 |
| 1513 | 2026-05-12T03:40:44.254Z | Compiling zerofrom v0.1.6 |
| 1514 | 2026-05-12T03:40:45.170Z | Compiling futures-util v0.3.32 |
| 1515 | 2026-05-12T03:40:45.170Z | Compiling yoke v0.8.1 |
| 1516 | 2026-05-12T03:40:45.258Z | Compiling digest v0.10.7 |
| 1517 | 2026-05-12T03:40:45.259Z | Compiling block-padding v0.3.3 |
| 1518 | 2026-05-12T03:40:45.259Z | Compiling der v0.7.10 |
| 1519 | 2026-05-12T03:40:45.259Z | Compiling zerovec v0.11.5 |
| 1520 | 2026-05-12T03:40:45.259Z | Compiling zerotrie v0.2.3 |
| 1521 | 2026-05-12T03:40:45.259Z | Compiling hmac v0.12.1 |
| 1522 | 2026-05-12T03:40:45.259Z | Compiling inout v0.1.4 |
| 1523 | 2026-05-12T03:40:45.259Z | Compiling sha2 v0.10.9 |
| 1524 | 2026-05-12T03:40:45.259Z | Compiling pbkdf2 v0.12.2 |
| 1525 | 2026-05-12T03:40:45.259Z | Compiling pest_derive v2.8.6 |
| 1526 | 2026-05-12T03:40:45.259Z | Compiling cipher v0.4.4 |
| 1527 | 2026-05-12T03:40:45.259Z | Compiling tinystr v0.8.2 |
| 1528 | 2026-05-12T03:40:45.259Z | Compiling potential_utf v0.1.4 |
| 1529 | 2026-05-12T03:40:45.356Z | Compiling thiserror v2.0.18 |
| 1530 | 2026-05-12T03:40:45.439Z | Compiling icu_locale_core v2.1.1 |
| 1531 | 2026-05-12T03:40:45.439Z | Compiling icu_collections v2.1.1 |
| 1532 | 2026-05-12T03:40:45.439Z | Compiling spki v0.7.3 |
| 1533 | 2026-05-12T03:40:45.439Z | Compiling salsa20 v0.10.2 |
| 1534 | 2026-05-12T03:40:45.439Z | Compiling cbc v0.1.2 |
| 1535 | 2026-05-12T03:40:45.500Z | Compiling aes v0.8.4 |
| 1536 | 2026-05-12T03:40:45.500Z | Compiling tracing v0.1.44 |
| 1537 | 2026-05-12T03:40:45.524Z | Compiling scrypt v0.11.0 |
| 1538 | 2026-05-12T03:40:45.561Z | Compiling scroll v0.13.0 |
| 1539 | 2026-05-12T03:40:45.575Z | Compiling darling_macro v0.20.11 |
| 1540 | 2026-05-12T03:40:45.688Z | Compiling openssl-macros v0.1.1 |
| 1541 | 2026-05-12T03:40:45.744Z | Compiling rustls-native-certs v0.8.3 |
| 1542 | 2026-05-12T03:40:45.797Z | Compiling pkcs5 v0.7.1 |
| 1543 | 2026-05-12T03:40:45.805Z | Compiling goblin v0.10.5 |
| 1544 | 2026-05-12T03:40:45.806Z | Compiling dtrace-parser v0.3.0 |
| 1545 | 2026-05-12T03:40:46.035Z | Compiling icu_provider v2.1.1 |
| 1546 | 2026-05-12T03:40:46.056Z | Compiling darling v0.20.11 |
| 1547 | 2026-05-12T03:40:46.111Z | Compiling bytes v1.11.1 |
| 1548 | 2026-05-12T03:40:46.157Z | Compiling chrono v0.4.44 |
| 1549 | 2026-05-12T03:40:46.191Z | Compiling ipnet v2.11.0 |
| 1550 | 2026-05-12T03:40:46.224Z | Compiling pkcs8 v0.10.2 |
| 1551 | 2026-05-12T03:40:46.280Z | Compiling icu_normalizer v2.1.1 |
| 1552 | 2026-05-12T03:40:46.295Z | Compiling icu_properties v2.1.2 |
| 1553 | 2026-05-12T03:40:46.332Z | Compiling derive_builder_core v0.20.2 |
| 1554 | 2026-05-12T03:40:46.460Z | Compiling signature v2.2.0 |
| 1555 | 2026-05-12T03:40:46.561Z | Compiling webpki-roots v1.0.6 |
| 1556 | 2026-05-12T03:40:46.636Z | Compiling tokio v1.52.1 |
| 1557 | 2026-05-12T03:40:46.703Z | Compiling http v1.4.0 |
| 1558 | 2026-05-12T03:40:46.703Z | Compiling scroll_derive v0.12.1 |
| 1559 | 2026-05-12T03:40:46.828Z | Compiling thiserror-impl v1.0.69 |
| 1560 | 2026-05-12T03:40:46.828Z | Compiling toml_datetime v0.6.11 |
| 1561 | 2026-05-12T03:40:46.828Z | Compiling serde_tokenstream v0.2.3 |
| 1562 | 2026-05-12T03:40:46.884Z | Compiling erased-serde v0.3.31 |
| 1563 | 2026-05-12T03:40:46.983Z | Compiling serde_urlencoded v0.7.1 |
| 1564 | 2026-05-12T03:40:47.129Z | Compiling serde_spanned v0.6.9 |
| 1565 | 2026-05-12T03:40:47.232Z | Compiling idna_adapter v1.2.1 |
| 1566 | 2026-05-12T03:40:47.258Z | Compiling ppv-lite86 v0.2.21 |
| 1567 | 2026-05-12T03:40:47.284Z | Compiling http-body v1.0.1 |
| 1568 | 2026-05-12T03:40:47.284Z | Compiling derive_builder_macro v0.20.2 |
| 1569 | 2026-05-12T03:40:47.331Z | Compiling md-5 v0.10.6 |
| 1570 | 2026-05-12T03:40:47.363Z | Compiling idna v1.1.0 |
| 1571 | 2026-05-12T03:40:47.389Z | Compiling http-body-util v0.1.3 |
| 1572 | 2026-05-12T03:40:47.440Z | Compiling scroll v0.12.0 |
| 1573 | 2026-05-12T03:40:47.458Z | Compiling darling_macro v0.21.3 |
| 1574 | 2026-05-12T03:40:47.489Z | Compiling bstr v1.12.1 |
| 1575 | 2026-05-12T03:40:47.505Z | Compiling zerocopy-derive v0.7.35 |
| 1576 | 2026-05-12T03:40:47.549Z | Compiling rand_chacha v0.9.0 |
| 1577 | 2026-05-12T03:40:47.595Z | Compiling rand_chacha v0.3.1 |
| 1578 | 2026-05-12T03:40:47.603Z | Compiling async-trait v0.1.89 |
| 1579 | 2026-05-12T03:40:47.649Z | Compiling url v2.5.8 |
| 1580 | 2026-05-12T03:40:47.710Z | Compiling pin-project-internal v1.1.11 |
| 1581 | 2026-05-12T03:40:47.815Z | Compiling rand v0.9.2 |
| 1582 | 2026-05-12T03:40:48.015Z | Compiling memoffset v0.9.1 |
| 1583 | 2026-05-12T03:40:48.041Z | Compiling thiserror v1.0.69 |
| 1584 | 2026-05-12T03:40:48.041Z | Compiling cfg_aliases v0.2.1 |
| 1585 | 2026-05-12T03:40:48.133Z | Compiling base16ct v0.2.0 |
| 1586 | 2026-05-12T03:40:48.221Z | Compiling zlib-rs v0.6.2 |
| 1587 | 2026-05-12T03:40:48.235Z | Compiling litrs v1.0.0 |
| 1588 | 2026-05-12T03:40:48.334Z | Compiling rustix v0.38.44 |
| 1589 | 2026-05-12T03:40:48.340Z | Compiling num-bigint-dig v0.8.6 |
| 1590 | 2026-05-12T03:40:48.454Z | Compiling proptest v1.10.0 |
| 1591 | 2026-05-12T03:40:48.493Z | Compiling smoltcp v0.9.1 |
| 1592 | 2026-05-12T03:40:48.536Z | Compiling dof v0.4.0 |
| 1593 | 2026-05-12T03:40:48.651Z | Compiling psl-types v2.0.11 |
| 1594 | 2026-05-12T03:40:48.678Z | Compiling fallible-iterator v0.2.0 |
| 1595 | 2026-05-12T03:40:48.682Z | Compiling ref-cast v1.0.25 |
| 1596 | 2026-05-12T03:40:48.794Z | Compiling document-features v0.2.12 |
| 1597 | 2026-05-12T03:40:48.826Z | Compiling publicsuffix v2.3.0 |
| 1598 | 2026-05-12T03:40:48.918Z | Compiling zerocopy v0.7.35 |
| 1599 | 2026-05-12T03:40:48.935Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-05-12T03:40:48.952Z | Compiling pin-project v1.1.11 |
| 1601 | 2026-05-12T03:40:48.982Z | Compiling ipnetwork v0.21.1 |
| 1602 | 2026-05-12T03:40:49.054Z | Compiling postgres-protocol v0.6.10 |
| 1603 | 2026-05-12T03:40:49.116Z | Compiling nix v0.31.2 |
| 1604 | 2026-05-12T03:40:49.116Z | Compiling darling v0.21.3 |
| 1605 | 2026-05-12T03:40:49.169Z | Compiling rand v0.8.6 |
| 1606 | 2026-05-12T03:40:49.208Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-05-12T03:40:49.233Z | Compiling oxnet v0.1.4 |
| 1608 | 2026-05-12T03:40:49.261Z | Compiling goblin v0.8.2 |
| 1609 | 2026-05-12T03:40:49.430Z | Compiling futures-executor v0.3.32 |
| 1610 | 2026-05-12T03:40:49.518Z | Compiling hubpack_derive v0.1.1 |
| 1611 | 2026-05-12T03:40:49.569Z | Compiling hex v0.4.3 |
| 1612 | 2026-05-12T03:40:49.569Z | Compiling cargo-platform v0.1.9 |
| 1613 | 2026-05-12T03:40:49.625Z | Compiling hkdf v0.12.4 |
| 1614 | 2026-05-12T03:40:49.658Z | Compiling crypto-bigint v0.5.5 |
| 1615 | 2026-05-12T03:40:49.698Z | Compiling regex v1.12.3 |
| 1616 | 2026-05-12T03:40:49.864Z | Compiling group v0.13.0 |
| 1617 | 2026-05-12T03:40:49.885Z | Compiling ref-cast-impl v1.0.25 |
| 1618 | 2026-05-12T03:40:49.940Z | Compiling daft-derive v0.1.5 |
| 1619 | 2026-05-12T03:40:49.967Z | Compiling snafu-derive v0.8.9 |
| 1620 | 2026-05-12T03:40:49.967Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1621 | 2026-05-12T03:40:49.967Z | Compiling strum_macros v0.27.2 |
| 1622 | 2026-05-12T03:40:50.054Z | Compiling num-iter v0.1.45 |
| 1623 | 2026-05-12T03:40:50.348Z | Compiling terminal_size v0.4.3 |
| 1624 | 2026-05-12T03:40:50.427Z | Compiling tokio-util v0.7.18 |
| 1625 | 2026-05-12T03:40:50.475Z | Compiling tower v0.5.3 |
| 1626 | 2026-05-12T03:40:50.503Z | Compiling tokio-native-tls v0.3.1 |
| 1627 | 2026-05-12T03:40:50.527Z | Compiling phf_shared v0.13.1 |
| 1628 | 2026-05-12T03:40:50.527Z | Compiling lazy_static v1.5.0 |
| 1629 | 2026-05-12T03:40:50.622Z | Compiling vergen v9.0.6 |
| 1630 | 2026-05-12T03:40:50.644Z | Compiling fs-err v3.3.0 |
| 1631 | 2026-05-12T03:40:50.707Z | Compiling encoding_rs v0.8.35 |
| 1632 | 2026-05-12T03:40:50.718Z | Compiling ahash v0.8.12 |
| 1633 | 2026-05-12T03:40:50.718Z | Compiling winnow v0.5.40 |
| 1634 | 2026-05-12T03:40:50.785Z | Compiling libbz2-rs-sys v0.2.2 |
| 1635 | 2026-05-12T03:40:50.848Z | Compiling newtype-uuid v1.3.2 |
| 1636 | 2026-05-12T03:40:50.886Z | Compiling tower-http v0.6.8 |
| 1637 | 2026-05-12T03:40:50.918Z | Compiling managed v0.8.0 |
| 1638 | 2026-05-12T03:40:50.936Z | Compiling same-file v1.0.6 |
| 1639 | 2026-05-12T03:40:51.153Z | Compiling h2 v0.4.13 |
| 1640 | 2026-05-12T03:40:51.173Z | Compiling flate2 v1.1.9 |
| 1641 | 2026-05-12T03:40:51.193Z | Compiling bumpalo v3.20.2 |
| 1642 | 2026-05-12T03:40:51.268Z | Compiling bitflags v1.3.2 |
| 1643 | 2026-05-12T03:40:51.355Z | Compiling unicode-segmentation v1.12.0 |
| 1644 | 2026-05-12T03:40:51.437Z | Compiling object v0.37.3 |
| 1645 | 2026-05-12T03:40:51.455Z | Compiling mime v0.3.17 |
| 1646 | 2026-05-12T03:40:51.462Z | Compiling foldhash v0.2.0 |
| 1647 | 2026-05-12T03:40:51.473Z | Compiling foldhash v0.1.5 |
| 1648 | 2026-05-12T03:40:51.569Z | Compiling dof v0.3.0 |
| 1649 | 2026-05-12T03:40:51.658Z | Compiling hashbrown v0.16.1 |
| 1650 | 2026-05-12T03:40:51.696Z | Compiling hashbrown v0.15.5 |
| 1651 | 2026-05-12T03:40:51.710Z | Compiling zopfli v0.8.3 |
| 1652 | 2026-05-12T03:40:51.785Z | Compiling bzip2 v0.6.1 |
| 1653 | 2026-05-12T03:40:51.799Z | Compiling clap_builder v4.5.60 |
| 1654 | 2026-05-12T03:40:51.848Z | Compiling snafu v0.8.9 |
| 1655 | 2026-05-12T03:40:51.945Z | Compiling strum v0.27.2 |
| 1656 | 2026-05-12T03:40:52.013Z | Compiling toml_edit v0.19.15 |
| 1657 | 2026-05-12T03:40:52.092Z | Compiling walkdir v2.5.0 |
| 1658 | 2026-05-12T03:40:52.118Z | Compiling daft v0.1.5 |
| 1659 | 2026-05-12T03:40:52.260Z | Compiling phf v0.13.1 |
| 1660 | 2026-05-12T03:40:52.291Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-05-12T03:40:52.385Z | Compiling signal-hook-mio v0.2.5 |
| 1662 | 2026-05-12T03:40:52.435Z | Compiling cargo_metadata v0.19.2 |
| 1663 | 2026-05-12T03:40:52.442Z | Compiling usdt-attr-macro v0.6.0 |
| 1664 | 2026-05-12T03:40:52.456Z | Compiling usdt-macro v0.6.0 |
| 1665 | 2026-05-12T03:40:52.474Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-05-12T03:40:52.520Z | Compiling hubpack v0.1.2 |
| 1667 | 2026-05-12T03:40:52.586Z | Compiling bzip2 v0.4.4 |
| 1668 | 2026-05-12T03:40:52.700Z | Compiling futures v0.3.32 |
| 1669 | 2026-05-12T03:40:52.765Z | Compiling postgres-types v0.2.12 |
| 1670 | 2026-05-12T03:40:52.817Z | Compiling serde_with_macros v3.17.0 |
| 1671 | 2026-05-12T03:40:52.869Z | Compiling zstd v0.13.3 |
| 1672 | 2026-05-12T03:40:52.941Z | Compiling dtrace-parser v0.2.0 |
| 1673 | 2026-05-12T03:40:53.150Z | Compiling globset v0.4.18 |
| 1674 | 2026-05-12T03:40:53.204Z | Compiling ed25519 v2.2.3 |
| 1675 | 2026-05-12T03:40:53.302Z | Compiling pkcs1 v0.7.5 |
| 1676 | 2026-05-12T03:40:53.362Z | Compiling olpc-cjson v0.1.4 |
| 1677 | 2026-05-12T03:40:53.369Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-05-12T03:40:53.521Z | Compiling serde_plain v1.0.2 |
| 1679 | 2026-05-12T03:40:53.537Z | Compiling rfc6979 v0.4.0 |
| 1680 | 2026-05-12T03:40:53.672Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-05-12T03:40:53.705Z | Compiling serde_repr v0.1.20 |
| 1682 | 2026-05-12T03:40:53.725Z | Compiling async-recursion v1.1.1 |
| 1683 | 2026-05-12T03:40:53.742Z | Compiling clap_derive v4.5.55 |
| 1684 | 2026-05-12T03:40:53.840Z | Compiling enum-as-inner v0.6.1 |
| 1685 | 2026-05-12T03:40:53.860Z | Compiling phf_shared v0.11.3 |
| 1686 | 2026-05-12T03:40:53.987Z | Compiling float-cmp v0.10.0 |
| 1687 | 2026-05-12T03:40:53.993Z | Compiling pem v3.0.6 |
| 1688 | 2026-05-12T03:40:54.063Z | Compiling memmap2 v0.9.10 |
| 1689 | 2026-05-12T03:40:54.138Z | Compiling hyper v1.8.1 |
| 1690 | 2026-05-12T03:40:54.151Z | Compiling thread-id v4.2.2 |
| 1691 | 2026-05-12T03:40:54.251Z | Compiling env_filter v1.0.0 |
| 1692 | 2026-05-12T03:40:54.310Z | Compiling keccak v0.1.6 |
| 1693 | 2026-05-12T03:40:54.310Z | Compiling jiff v0.2.21 |
| 1694 | 2026-05-12T03:40:54.352Z | Compiling typed-path v0.9.3 |
| 1695 | 2026-05-12T03:40:54.385Z | Compiling whoami v2.1.0 |
| 1696 | 2026-05-12T03:40:54.438Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2026-05-12T03:40:54.580Z | Compiling difflib v0.4.0 |
| 1698 | 2026-05-12T03:40:54.679Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2026-05-12T03:40:54.714Z | Compiling fixedbitset v0.5.7 |
| 1700 | 2026-05-12T03:40:54.789Z | Compiling rustc-hash v2.1.1 |
| 1701 | 2026-05-12T03:40:54.801Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-05-12T03:40:54.852Z | Compiling new_debug_unreachable v1.0.6 |
| 1703 | 2026-05-12T03:40:54.892Z | Compiling predicates-core v1.0.10 |
| 1704 | 2026-05-12T03:40:54.934Z | Compiling precomputed-hash v0.1.1 |
| 1705 | 2026-05-12T03:40:54.945Z | Compiling data-encoding v2.10.0 |
| 1706 | 2026-05-12T03:40:55.036Z | Compiling either v1.15.0 |
| 1707 | 2026-05-12T03:40:55.061Z | Compiling string_cache v0.8.9 |
| 1708 | 2026-05-12T03:40:55.094Z | Compiling predicates v3.1.4 |
| 1709 | 2026-05-12T03:40:55.143Z | Compiling petgraph v0.8.3 |
| 1710 | 2026-05-12T03:40:55.154Z | Compiling toml_edit v0.22.27 |
| 1711 | 2026-05-12T03:40:55.174Z | Compiling iddqd v0.3.18 |
| 1712 | 2026-05-12T03:40:55.266Z | Compiling hyper-util v0.1.20 |
| 1713 | 2026-05-12T03:40:55.320Z | Compiling hickory-proto v0.25.2 |
| 1714 | 2026-05-12T03:40:55.364Z | Compiling itertools v0.13.0 |
| 1715 | 2026-05-12T03:40:55.503Z | Compiling strum v0.26.3 |
| 1716 | 2026-05-12T03:40:55.574Z | Compiling clap v4.5.60 |
| 1717 | 2026-05-12T03:40:55.614Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1718 | 2026-05-12T03:40:55.643Z | Compiling petgraph v0.6.5 |
| 1719 | 2026-05-12T03:40:55.660Z | Compiling tokio-postgres v0.7.16 |
| 1720 | 2026-05-12T03:40:55.675Z | Compiling sha3 v0.10.8 |
| 1721 | 2026-05-12T03:40:55.771Z | Compiling env_logger v0.11.9 |
| 1722 | 2026-05-12T03:40:55.784Z | Compiling usdt v0.6.0 |
| 1723 | 2026-05-12T03:40:56.059Z | Compiling usdt-impl v0.5.0 |
| 1724 | 2026-05-12T03:40:56.140Z | Compiling serde_with v3.17.0 |
| 1725 | 2026-05-12T03:40:56.157Z | Compiling crossterm v0.28.1 |
| 1726 | 2026-05-12T03:40:56.358Z | Compiling ecdsa v0.16.9 |
| 1727 | 2026-05-12T03:40:56.617Z | Compiling rsa v0.9.10 |
| 1728 | 2026-05-12T03:40:56.680Z | Compiling hyper-tls v0.6.0 |
| 1729 | 2026-05-12T03:40:56.789Z | Compiling ed25519-dalek v2.2.0 |
| 1730 | 2026-05-12T03:40:56.943Z | Compiling zip v4.6.1 |
| 1731 | 2026-05-12T03:40:57.023Z | Compiling toml v0.7.8 |
| 1732 | 2026-05-12T03:40:57.453Z | Compiling zip v0.6.6 |
| 1733 | 2026-05-12T03:40:57.786Z | Compiling similar v2.7.0 |
| 1734 | 2026-05-12T03:40:57.880Z | Compiling heck v0.4.1 |
| 1735 | 2026-05-12T03:40:57.919Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1736 | 2026-05-12T03:40:57.942Z | Compiling tokio-stream v0.1.18 |
| 1737 | 2026-05-12T03:40:58.003Z | Compiling buf-list v1.1.2 |
| 1738 | 2026-05-12T03:40:58.018Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1739 | 2026-05-12T03:40:58.027Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-05-12T03:40:58.090Z | Compiling x509-cert v0.2.5 |
| 1741 | 2026-05-12T03:40:58.130Z | Compiling sha1 v0.10.6 |
| 1742 | 2026-05-12T03:40:58.253Z | Compiling crossbeam-epoch v0.9.18 |
| 1743 | 2026-05-12T03:40:58.303Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1744 | 2026-05-12T03:40:58.379Z | Compiling lalrpop-util v0.19.12 |
| 1745 | 2026-05-12T03:40:58.441Z | Compiling peg-runtime v0.8.5 |
| 1746 | 2026-05-12T03:40:58.566Z | Compiling thread_local v1.1.9 |
| 1747 | 2026-05-12T03:40:58.580Z | Compiling slog-async v2.8.0 |
| 1748 | 2026-05-12T03:40:58.593Z | Compiling crossbeam-channel v0.5.15 |
| 1749 | 2026-05-12T03:40:58.608Z | Compiling filetime v0.2.27 |
| 1750 | 2026-05-12T03:40:58.626Z | Compiling is-terminal v0.4.17 |
| 1751 | 2026-05-12T03:40:58.631Z | Compiling term v1.2.1 |
| 1752 | 2026-05-12T03:40:58.675Z | Compiling xattr v1.6.1 |
| 1753 | 2026-05-12T03:40:58.689Z | Compiling take_mut v0.2.2 |
| 1754 | 2026-05-12T03:40:58.816Z | Compiling tar v0.4.45 |
| 1755 | 2026-05-12T03:40:58.931Z | Compiling slog-term v2.9.2 |
| 1756 | 2026-05-12T03:41:16.639Z | Compiling rustls-webpki v0.103.9 |
| 1757 | 2026-05-12T03:41:19.504Z | Compiling tokio-rustls v0.26.4 |
| 1758 | 2026-05-12T03:41:19.504Z | Compiling rustls-platform-verifier v0.6.2 |
| 1759 | 2026-05-12T03:41:19.680Z | Compiling hyper-rustls v0.27.7 |
| 1760 | 2026-05-12T03:41:19.866Z | Compiling reqwest v0.12.28 |
| 1761 | 2026-05-12T03:41:19.866Z | Compiling reqwest v0.13.2 |
| 1762 | 2026-05-12T03:41:21.071Z | Compiling tough v0.22.0 |
| 1763 | 2026-05-12T03:41:23.629Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1764 | 2026-05-12T03:41:23.827Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1765 | 2026-05-12T03:41:26.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s |
| 1766 | 2026-05-12T03:41:26.784Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1767 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.198 INFO Starting download, target: Clickhouse |
| 1768 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.198 INFO Starting download, target: Cockroach |
| 1769 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.198 INFO Starting download, target: DendriteStub |
| 1770 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.198 INFO Starting download, target: Console |
| 1771 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.199 INFO Starting download, target: MaghemiteMgd |
| 1772 | 2026-05-12T03:41:26.837Z | May 12 03:41:26.199 INFO Starting download, target: TransceiverControl |
| 1773 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1774 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1775 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1776 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1778 | 2026-05-12T03:41:26.847Z | May 12 03:41:26.199 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1779 | 2026-05-12T03:41:27.358Z | May 12 03:41:26.715 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1780 | 2026-05-12T03:41:27.577Z | May 12 03:41:26.938 INFO Download complete, target: TransceiverControl |
| 1781 | 2026-05-12T03:41:27.844Z | May 12 03:41:27.184 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1782 | 2026-05-12T03:41:28.056Z | May 12 03:41:27.411 INFO Download complete, target: Console |
| 1783 | 2026-05-12T03:41:28.448Z | May 12 03:41:27.802 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1784 | 2026-05-12T03:41:28.728Z | May 12 03:41:28.078 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1785 | 2026-05-12T03:41:29.170Z | May 12 03:41:28.507 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1786 | 2026-05-12T03:41:29.931Z | May 12 03:41:29.293 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1787 | 2026-05-12T03:41:29.931Z | May 12 03:41:29.293 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1788 | 2026-05-12T03:41:30.805Z | May 12 03:41:30.167 INFO Download complete, target: DendriteStub |
| 1789 | 2026-05-12T03:41:31.515Z | May 12 03:41:30.880 INFO Download complete, target: MaghemiteMgd |
| 1790 | 2026-05-12T03:41:34.686Z | May 12 03:41:34.036 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-05-12T03:41:34.814Z | May 12 03:41:34.161 INFO Download complete, target: Cockroach |
| 1792 | 2026-05-12T03:41:35.585Z | May 12 03:41:34.938 INFO Checking that binary works, target: Clickhouse |
| 1793 | 2026-05-12T03:41:35.660Z | May 12 03:41:35.025 INFO Download complete, target: Clickhouse |
| 1794 | 2026-05-12T03:41:35.666Z | All prerequisites installed successfully |
| 1795 | 2026-05-12T03:41:35.682Z | |
| 1796 | 2026-05-12T03:41:35.682Z | real 1:25.679851245 |
| 1797 | 2026-05-12T03:41:35.682Z | user 6:43.588801587 |
| 1798 | 2026-05-12T03:41:35.682Z | sys 1:40.497499054 |
| 1799 | 2026-05-12T03:41:35.682Z | trap 0.218391796 |
| 1800 | 2026-05-12T03:41:35.683Z | tflt 1.170136113 |
| 1801 | 2026-05-12T03:41:35.683Z | dflt 1.873561871 |
| 1802 | 2026-05-12T03:41:35.683Z | kflt 0.029574944 |
| 1803 | 2026-05-12T03:41:35.683Z | lock 23:33.413364582 |
| 1804 | 2026-05-12T03:41:35.683Z | slp 18:10.488374401 |
| 1805 | 2026-05-12T03:41:35.683Z | lat 20.428621170 |
| 1806 | 2026-05-12T03:41:35.683Z | stop 2:37.644418550 |
| 1807 | 2026-05-12T03:41:35.683Z | + source ./tools/include/force-git-over-https.sh |
| 1808 | 2026-05-12T03:41:35.683Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1809 | 2026-05-12T03:41:35.683Z | ++ (( i = 0 )) |
| 1810 | 2026-05-12T03:41:35.683Z | ++ (( i < 5 )) |
| 1811 | 2026-05-12T03:41:35.683Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1812 | 2026-05-12T03:41:35.688Z | ++ (( i++ )) |
| 1813 | 2026-05-12T03:41:35.688Z | ++ (( i < 5 )) |
| 1814 | 2026-05-12T03:41:35.688Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1815 | 2026-05-12T03:41:35.688Z | ++ (( i++ )) |
| 1816 | 2026-05-12T03:41:35.688Z | ++ (( i < 5 )) |
| 1817 | 2026-05-12T03:41:35.688Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1818 | 2026-05-12T03:41:35.688Z | ++ (( i++ )) |
| 1819 | 2026-05-12T03:41:35.689Z | ++ (( i < 5 )) |
| 1820 | 2026-05-12T03:41:35.689Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1821 | 2026-05-12T03:41:35.689Z | ++ (( i++ )) |
| 1822 | 2026-05-12T03:41:35.689Z | ++ (( i < 5 )) |
| 1823 | 2026-05-12T03:41:35.689Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1824 | 2026-05-12T03:41:35.689Z | ++ (( i++ )) |
| 1825 | 2026-05-12T03:41:35.689Z | ++ (( i < 5 )) |
| 1826 | 2026-05-12T03:41:35.689Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1827 | 2026-05-12T03:41:35.689Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1828 | 2026-05-12T03:41:35.689Z | + rc=0 |
| 1829 | 2026-05-12T03:41:35.689Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1830 | 2026-05-12T03:41:44.787Z | + case $rc in |
| 1831 | 2026-05-12T03:41:44.787Z | + pfexec zfs create -p rpool/images/build/host |
| 1832 | 2026-05-12T03:41:44.979Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1833 | 2026-05-12T03:41:45.052Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1834 | 2026-05-12T03:41:45.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1835 | 2026-05-12T03:41:45.591Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1836 | 2026-05-12T03:41:46.459Z | Compiling proc-macro2 v1.0.106 |
| 1837 | 2026-05-12T03:41:46.459Z | Compiling quote v1.0.45 |
| 1838 | 2026-05-12T03:41:46.459Z | Compiling unicode-ident v1.0.24 |
| 1839 | 2026-05-12T03:41:46.459Z | Compiling libc v0.2.185 |
| 1840 | 2026-05-12T03:41:46.459Z | Compiling serde_core v1.0.228 |
| 1841 | 2026-05-12T03:41:46.465Z | Compiling serde v1.0.228 |
| 1842 | 2026-05-12T03:41:46.465Z | Compiling cfg-if v1.0.4 |
| 1843 | 2026-05-12T03:41:46.465Z | Compiling version_check v0.9.5 |
| 1844 | 2026-05-12T03:41:46.592Z | Compiling find-msvc-tools v0.1.9 |
| 1845 | 2026-05-12T03:41:46.614Z | Compiling shlex v1.3.0 |
| 1846 | 2026-05-12T03:41:46.614Z | Compiling typenum v1.19.0 |
| 1847 | 2026-05-12T03:41:46.614Z | Compiling autocfg v1.5.0 |
| 1848 | 2026-05-12T03:41:46.614Z | Compiling portable-atomic v1.13.1 |
| 1849 | 2026-05-12T03:41:46.614Z | Compiling memchr v2.8.0 |
| 1850 | 2026-05-12T03:41:46.614Z | Compiling zmij v1.0.21 |
| 1851 | 2026-05-12T03:41:46.777Z | Compiling zerocopy v0.8.40 |
| 1852 | 2026-05-12T03:41:46.796Z | Compiling serde_json v1.0.149 |
| 1853 | 2026-05-12T03:41:46.864Z | Compiling libm v0.2.16 |
| 1854 | 2026-05-12T03:41:46.928Z | Compiling generic-array v0.14.7 |
| 1855 | 2026-05-12T03:41:46.938Z | Compiling parking_lot_core v0.9.12 |
| 1856 | 2026-05-12T03:41:47.080Z | Compiling smallvec v1.15.1 |
| 1857 | 2026-05-12T03:41:47.210Z | Compiling num-traits v0.2.19 |
| 1858 | 2026-05-12T03:41:47.241Z | Compiling icu_normalizer_data v2.1.1 |
| 1859 | 2026-05-12T03:41:47.241Z | Compiling icu_properties_data v2.1.2 |
| 1860 | 2026-05-12T03:41:47.241Z | Compiling pkg-config v0.3.32 |
| 1861 | 2026-05-12T03:41:47.241Z | Compiling log v0.4.29 |
| 1862 | 2026-05-12T03:41:47.241Z | Compiling itoa v1.0.17 |
| 1863 | 2026-05-12T03:41:47.241Z | Compiling getrandom v0.4.1 |
| 1864 | 2026-05-12T03:41:47.367Z | Compiling subtle v2.6.1 |
| 1865 | 2026-05-12T03:41:47.427Z | Compiling scopeguard v1.2.0 |
| 1866 | 2026-05-12T03:41:47.445Z | Compiling getrandom v0.3.4 |
| 1867 | 2026-05-12T03:41:47.495Z | Compiling stable_deref_trait v1.2.1 |
| 1868 | 2026-05-12T03:41:47.518Z | Compiling jobserver v0.1.34 |
| 1869 | 2026-05-12T03:41:47.532Z | Compiling getrandom v0.2.17 |
| 1870 | 2026-05-12T03:41:47.556Z | Compiling lock_api v0.4.14 |
| 1871 | 2026-05-12T03:41:47.599Z | Compiling rustix v1.1.3 |
| 1872 | 2026-05-12T03:41:47.664Z | Compiling errno v0.3.14 |
| 1873 | 2026-05-12T03:41:47.691Z | Compiling rand_core v0.6.4 |
| 1874 | 2026-05-12T03:41:47.724Z | Compiling cc v1.2.56 |
| 1875 | 2026-05-12T03:41:47.849Z | Compiling syn v2.0.117 |
| 1876 | 2026-05-12T03:41:47.887Z | Compiling critical-section v1.2.0 |
| 1877 | 2026-05-12T03:41:47.939Z | Compiling dunce v1.0.5 |
| 1878 | 2026-05-12T03:41:47.953Z | Compiling fs_extra v1.3.0 |
| 1879 | 2026-05-12T03:41:47.968Z | Compiling heck v0.5.0 |
| 1880 | 2026-05-12T03:41:48.082Z | Compiling pin-project-lite v0.2.17 |
| 1881 | 2026-05-12T03:41:48.210Z | Compiling once_cell v1.21.3 |
| 1882 | 2026-05-12T03:41:48.227Z | Compiling writeable v0.6.2 |
| 1883 | 2026-05-12T03:41:48.244Z | Compiling fnv v1.0.7 |
| 1884 | 2026-05-12T03:41:48.259Z | Compiling percent-encoding v2.3.2 |
| 1885 | 2026-05-12T03:41:48.292Z | Compiling litemap v0.8.1 |
| 1886 | 2026-05-12T03:41:48.295Z | Compiling thiserror v2.0.18 |
| 1887 | 2026-05-12T03:41:48.328Z | Compiling const-oid v0.9.6 |
| 1888 | 2026-05-12T03:41:48.491Z | Compiling cmake v0.1.57 |
| 1889 | 2026-05-12T03:41:48.494Z | Compiling aws-lc-rs v1.16.3 |
| 1890 | 2026-05-12T03:41:48.494Z | Compiling rustversion v1.0.22 |
| 1891 | 2026-05-12T03:41:48.543Z | Compiling signal-hook-registry v1.4.8 |
| 1892 | 2026-05-12T03:41:48.660Z | Compiling equivalent v1.0.2 |
| 1893 | 2026-05-12T03:41:48.660Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-05-12T03:41:48.770Z | Compiling parking_lot v0.12.5 |
| 1895 | 2026-05-12T03:41:48.820Z | Compiling mio v1.2.0 |
| 1896 | 2026-05-12T03:41:48.877Z | Compiling semver v1.0.28 |
| 1897 | 2026-05-12T03:41:48.999Z | Compiling httparse v1.10.1 |
| 1898 | 2026-05-12T03:41:49.030Z | Compiling bitflags v2.11.0 |
| 1899 | 2026-05-12T03:41:49.046Z | Compiling ring v0.17.14 |
| 1900 | 2026-05-12T03:41:49.063Z | Compiling aws-lc-sys v0.40.0 |
| 1901 | 2026-05-12T03:41:49.219Z | Compiling vcpkg v0.2.15 |
| 1902 | 2026-05-12T03:41:49.247Z | Compiling socket2 v0.6.3 |
| 1903 | 2026-05-12T03:41:49.360Z | Compiling schemars v0.8.22 |
| 1904 | 2026-05-12T03:41:49.375Z | Compiling utf8_iter v1.0.4 |
| 1905 | 2026-05-12T03:41:49.517Z | Compiling form_urlencoded v1.2.2 |
| 1906 | 2026-05-12T03:41:49.592Z | Compiling hashbrown v0.17.0 |
| 1907 | 2026-05-12T03:41:49.711Z | Compiling rustls v0.23.37 |
| 1908 | 2026-05-12T03:41:49.784Z | Compiling rand_core v0.10.0 |
| 1909 | 2026-05-12T03:41:49.799Z | Compiling openssl-sys v0.9.114 |
| 1910 | 2026-05-12T03:41:49.829Z | Compiling futures-sink v0.3.32 |
| 1911 | 2026-05-12T03:41:49.832Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-05-12T03:41:49.936Z | Compiling futures-channel v0.3.32 |
| 1913 | 2026-05-12T03:41:50.037Z | Compiling slab v0.4.12 |
| 1914 | 2026-05-12T03:41:50.503Z | Compiling futures-io v0.3.32 |
| 1915 | 2026-05-12T03:41:50.516Z | Compiling cpufeatures v0.2.17 |
| 1916 | 2026-05-12T03:41:50.516Z | Compiling futures-task v0.3.32 |
| 1917 | 2026-05-12T03:41:50.516Z | Compiling indexmap v2.14.0 |
| 1918 | 2026-05-12T03:41:50.516Z | Compiling rustc_version v0.4.1 |
| 1919 | 2026-05-12T03:41:50.516Z | Compiling byteorder v1.5.0 |
| 1920 | 2026-05-12T03:41:50.517Z | Compiling ucd-trie v0.1.7 |
| 1921 | 2026-05-12T03:41:50.517Z | Compiling strsim v0.11.1 |
| 1922 | 2026-05-12T03:41:50.517Z | Compiling openssl v0.10.78 |
| 1923 | 2026-05-12T03:41:50.531Z | Compiling pest v2.8.6 |
| 1924 | 2026-05-12T03:41:50.616Z | Compiling native-tls v0.2.18 |
| 1925 | 2026-05-12T03:41:50.701Z | Compiling iana-time-zone v0.1.65 |
| 1926 | 2026-05-12T03:41:50.701Z | Compiling num-conv v0.2.0 |
| 1927 | 2026-05-12T03:41:50.729Z | Compiling synstructure v0.13.2 |
| 1928 | 2026-05-12T03:41:50.752Z | Compiling serde_derive_internals v0.29.1 |
| 1929 | 2026-05-12T03:41:50.880Z | Compiling thiserror v1.0.69 |
| 1930 | 2026-05-12T03:41:50.927Z | Compiling ident_case v1.0.1 |
| 1931 | 2026-05-12T03:41:51.000Z | Compiling time-core v0.1.8 |
| 1932 | 2026-05-12T03:41:51.076Z | Compiling regex-syntax v0.8.10 |
| 1933 | 2026-05-12T03:41:51.109Z | Compiling base64 v0.22.1 |
| 1934 | 2026-05-12T03:41:51.121Z | Compiling syn v1.0.109 |
| 1935 | 2026-05-12T03:41:51.203Z | Compiling time-macros v0.2.27 |
| 1936 | 2026-05-12T03:41:51.280Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1937 | 2026-05-12T03:41:51.317Z | Compiling base64ct v1.8.3 |
| 1938 | 2026-05-12T03:41:51.425Z | Compiling untrusted v0.9.0 |
| 1939 | 2026-05-12T03:41:51.459Z | Compiling crossbeam-utils v0.8.21 |
| 1940 | 2026-05-12T03:41:51.566Z | Compiling uuid v1.23.0 |
| 1941 | 2026-05-12T03:41:51.606Z | Compiling pest_meta v2.8.6 |
| 1942 | 2026-05-12T03:41:51.611Z | Compiling pem-rfc7468 v0.7.0 |
| 1943 | 2026-05-12T03:41:51.659Z | Compiling slog v2.8.2 |
| 1944 | 2026-05-12T03:41:51.824Z | Compiling flagset v0.4.7 |
| 1945 | 2026-05-12T03:41:52.334Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-05-12T03:41:52.341Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1947 | 2026-05-12T03:41:52.341Z | Compiling serde_derive v1.0.228 |
| 1948 | 2026-05-12T03:41:52.341Z | Compiling zeroize_derive v1.4.3 |
| 1949 | 2026-05-12T03:41:52.341Z | Compiling zerofrom-derive v0.1.6 |
| 1950 | 2026-05-12T03:41:52.341Z | Compiling yoke-derive v0.8.1 |
| 1951 | 2026-05-12T03:41:52.341Z | Compiling zerocopy-derive v0.8.40 |
| 1952 | 2026-05-12T03:41:52.341Z | Compiling zerovec-derive v0.11.2 |
| 1953 | 2026-05-12T03:41:52.341Z | Compiling displaydoc v0.2.5 |
| 1954 | 2026-05-12T03:41:52.341Z | Compiling tokio-macros v2.7.0 |
| 1955 | 2026-05-12T03:41:52.466Z | Compiling futures-macro v0.3.32 |
| 1956 | 2026-05-12T03:41:52.483Z | Compiling der_derive v0.7.3 |
| 1957 | 2026-05-12T03:41:52.661Z | Compiling zeroize v1.8.2 |
| 1958 | 2026-05-12T03:41:53.070Z | Compiling thiserror-impl v2.0.18 |
| 1959 | 2026-05-12T03:41:53.098Z | Compiling tracing-attributes v0.1.31 |
| 1960 | 2026-05-12T03:41:53.164Z | Compiling schemars_derive v0.8.22 |
| 1961 | 2026-05-12T03:41:53.195Z | Compiling rustls-pki-types v1.14.0 |
| 1962 | 2026-05-12T03:41:53.247Z | Compiling futures-util v0.3.32 |
| 1963 | 2026-05-12T03:41:53.337Z | Compiling zerofrom v0.1.6 |
| 1964 | 2026-05-12T03:41:53.448Z | Compiling yoke v0.8.1 |
| 1965 | 2026-05-12T03:41:53.486Z | Compiling crypto-common v0.1.7 |
| 1966 | 2026-05-12T03:41:53.649Z | Compiling zerovec v0.11.5 |
| 1967 | 2026-05-12T03:41:53.666Z | Compiling zerotrie v0.2.3 |
| 1968 | 2026-05-12T03:41:53.821Z | Compiling block-buffer v0.10.4 |
| 1969 | 2026-05-12T03:41:54.020Z | Compiling digest v0.10.7 |
| 1970 | 2026-05-12T03:41:54.203Z | Compiling tinystr v0.8.2 |
| 1971 | 2026-05-12T03:41:54.240Z | Compiling potential_utf v0.1.4 |
| 1972 | 2026-05-12T03:41:54.271Z | Compiling hmac v0.12.1 |
| 1973 | 2026-05-12T03:41:54.287Z | Compiling block-padding v0.3.3 |
| 1974 | 2026-05-12T03:41:54.398Z | Compiling icu_locale_core v2.1.1 |
| 1975 | 2026-05-12T03:41:54.436Z | Compiling icu_collections v2.1.1 |
| 1976 | 2026-05-12T03:41:54.464Z | Compiling openssl-macros v0.1.1 |
| 1977 | 2026-05-12T03:41:54.467Z | Compiling inout v0.1.4 |
| 1978 | 2026-05-12T03:41:54.682Z | Compiling pest_generator v2.8.6 |
| 1979 | 2026-05-12T03:41:55.016Z | Compiling cipher v0.4.4 |
| 1980 | 2026-05-12T03:41:55.108Z | Compiling bytes v1.11.1 |
| 1981 | 2026-05-12T03:41:55.239Z | Compiling icu_provider v2.1.1 |
| 1982 | 2026-05-12T03:41:55.288Z | Compiling chrono v0.4.44 |
| 1983 | 2026-05-12T03:41:55.461Z | Compiling sha2 v0.10.9 |
| 1984 | 2026-05-12T03:41:55.499Z | Compiling pest_derive v2.8.6 |
| 1985 | 2026-05-12T03:41:55.583Z | Compiling icu_properties v2.1.2 |
| 1986 | 2026-05-12T03:41:55.718Z | Compiling icu_normalizer v2.1.1 |
| 1987 | 2026-05-12T03:41:56.138Z | Compiling tokio v1.52.1 |
| 1988 | 2026-05-12T03:41:56.159Z | Compiling http v1.4.0 |
| 1989 | 2026-05-12T03:41:56.159Z | Compiling scroll_derive v0.13.1 |
| 1990 | 2026-05-12T03:41:56.586Z | Compiling idna_adapter v1.2.1 |
| 1991 | 2026-05-12T03:41:56.648Z | Compiling ppv-lite86 v0.2.21 |
| 1992 | 2026-05-12T03:41:56.702Z | Compiling idna v1.1.0 |
| 1993 | 2026-05-12T03:41:56.828Z | Compiling thiserror-impl v1.0.69 |
| 1994 | 2026-05-12T03:41:57.081Z | Compiling url v2.5.8 |
| 1995 | 2026-05-12T03:41:57.134Z | Compiling der v0.7.10 |
| 1996 | 2026-05-12T03:41:57.186Z | Compiling tracing-core v0.1.36 |
| 1997 | 2026-05-12T03:41:57.717Z | Compiling plain v0.2.3 |
| 1998 | 2026-05-12T03:41:57.882Z | Compiling paste v1.0.15 |
| 1999 | 2026-05-12T03:41:57.951Z | Compiling camino v1.2.2 |
| 2000 | 2026-05-12T03:41:57.998Z | Compiling spki v0.7.3 |
| 2001 | 2026-05-12T03:41:58.150Z | Compiling tracing v0.1.44 |
| 2002 | 2026-05-12T03:41:58.202Z | Compiling http-body v1.0.1 |
| 2003 | 2026-05-12T03:41:58.632Z | Compiling salsa20 v0.10.2 |
| 2004 | 2026-05-12T03:41:58.662Z | Compiling pbkdf2 v0.12.2 |
| 2005 | 2026-05-12T03:41:59.260Z | Compiling aho-corasick v1.1.4 |
| 2006 | 2026-05-12T03:41:59.486Z | Compiling cookie v0.18.1 |
| 2007 | 2026-05-12T03:41:59.486Z | Compiling num-bigint-dig v0.8.6 |
| 2008 | 2026-05-12T03:41:59.486Z | Compiling fastrand v2.3.0 |
| 2009 | 2026-05-12T03:41:59.486Z | Compiling atomic-waker v1.1.2 |
| 2010 | 2026-05-12T03:41:59.486Z | Compiling dyn-clone v1.0.20 |
| 2011 | 2026-05-12T03:42:00.715Z | Compiling scrypt v0.11.0 |
| 2012 | 2026-05-12T03:42:00.715Z | Compiling tokio-util v0.7.18 |
| 2013 | 2026-05-12T03:42:00.872Z | Compiling rand_chacha v0.9.0 |
| 2014 | 2026-05-12T03:42:00.872Z | Compiling cbc v0.1.2 |
| 2015 | 2026-05-12T03:42:00.872Z | Compiling regex-automata v0.4.14 |
| 2016 | 2026-05-12T03:42:00.872Z | Compiling aes v0.8.4 |
| 2017 | 2026-05-12T03:42:00.872Z | Compiling async-trait v0.1.89 |
| 2018 | 2026-05-12T03:42:00.872Z | Compiling ahash v0.8.12 |
| 2019 | 2026-05-12T03:42:00.872Z | Compiling pretty-hex v0.4.1 |
| 2020 | 2026-05-12T03:42:00.872Z | Compiling openssl-probe v0.2.1 |
| 2021 | 2026-05-12T03:42:00.872Z | Compiling tower-service v0.3.3 |
| 2022 | 2026-05-12T03:42:00.872Z | Compiling zstd-safe v7.2.4 |
| 2023 | 2026-05-12T03:42:00.872Z | Compiling untrusted v0.7.1 |
| 2024 | 2026-05-12T03:42:00.872Z | Compiling anyhow v1.0.102 |
| 2025 | 2026-05-12T03:42:00.872Z | Compiling try-lock v0.2.5 |
| 2026 | 2026-05-12T03:42:00.873Z | Compiling tinyvec_macros v0.1.1 |
| 2027 | 2026-05-12T03:42:00.873Z | Compiling tower-layer v0.3.3 |
| 2028 | 2026-05-12T03:42:00.873Z | Compiling usdt-impl v0.6.0 |
| 2029 | 2026-05-12T03:42:00.873Z | Compiling want v0.3.1 |
| 2030 | 2026-05-12T03:42:00.961Z | Compiling tinyvec v1.10.0 |
| 2031 | 2026-05-12T03:42:00.961Z | Compiling h2 v0.4.13 |
| 2032 | 2026-05-12T03:42:00.961Z | Compiling pkcs5 v0.7.1 |
| 2033 | 2026-05-12T03:42:00.961Z | Compiling rand v0.9.2 |
| 2034 | 2026-05-12T03:42:01.240Z | Compiling scroll v0.13.0 |
| 2035 | 2026-05-12T03:42:01.345Z | Compiling ipnet v2.11.0 |
| 2036 | 2026-05-12T03:42:01.378Z | Compiling serde_tokenstream v0.2.3 |
| 2037 | 2026-05-12T03:42:01.459Z | Compiling scroll_derive v0.12.1 |
| 2038 | 2026-05-12T03:42:01.507Z | Compiling clap_derive v4.5.55 |
| 2039 | 2026-05-12T03:42:01.570Z | Compiling daft-derive v0.1.5 |
| 2040 | 2026-05-12T03:42:01.690Z | Compiling heapless v0.7.17 |
| 2041 | 2026-05-12T03:42:01.994Z | Compiling signal-hook v0.3.18 |
| 2042 | 2026-05-12T03:42:02.243Z | Compiling httpdate v1.0.3 |
| 2043 | 2026-05-12T03:42:02.276Z | Compiling pin-utils v0.1.0 |
| 2044 | 2026-05-12T03:42:02.524Z | Compiling goblin v0.10.5 |
| 2045 | 2026-05-12T03:42:02.652Z | Compiling pkcs8 v0.10.2 |
| 2046 | 2026-05-12T03:42:02.713Z | Compiling tempfile v3.25.0 |
| 2047 | 2026-05-12T03:42:03.051Z | Compiling pin-project-internal v1.1.11 |
| 2048 | 2026-05-12T03:42:03.167Z | Compiling darling_core v0.20.11 |
| 2049 | 2026-05-12T03:42:03.403Z | Compiling spin v0.9.8 |
| 2050 | 2026-05-12T03:42:03.522Z | Compiling litrs v1.0.0 |
| 2051 | 2026-05-12T03:42:03.645Z | Compiling foreign-types-shared v0.1.1 |
| 2052 | 2026-05-12T03:42:03.707Z | Compiling simd-adler32 v0.3.8 |
| 2053 | 2026-05-12T03:42:03.741Z | Compiling foreign-types v0.3.2 |
| 2054 | 2026-05-12T03:42:03.995Z | Compiling document-features v0.2.12 |
| 2055 | 2026-05-12T03:42:04.081Z | Compiling unicode-normalization v0.1.25 |
| 2056 | 2026-05-12T03:42:04.264Z | Compiling hyper v1.8.1 |
| 2057 | 2026-05-12T03:42:04.320Z | Compiling dtrace-parser v0.3.0 |
| 2058 | 2026-05-12T03:42:04.536Z | Compiling hex v0.4.3 |
| 2059 | 2026-05-12T03:42:04.565Z | Compiling zerocopy-derive v0.7.35 |
| 2060 | 2026-05-12T03:42:04.700Z | Compiling strum_macros v0.26.4 |
| 2061 | 2026-05-12T03:42:04.856Z | Compiling darling_core v0.21.3 |
| 2062 | 2026-05-12T03:42:04.893Z | Compiling curve25519-dalek v4.1.3 |
| 2063 | 2026-05-12T03:42:05.038Z | Compiling thread-id v5.1.0 |
| 2064 | 2026-05-12T03:42:05.137Z | Compiling memoffset v0.9.1 |
| 2065 | 2026-05-12T03:42:05.176Z | Compiling powerfmt v0.2.0 |
| 2066 | 2026-05-12T03:42:05.220Z | Compiling anstyle v1.0.13 |
| 2067 | 2026-05-12T03:42:05.220Z | Compiling rustix v0.38.44 |
| 2068 | 2026-05-12T03:42:05.220Z | Compiling adler2 v2.0.1 |
| 2069 | 2026-05-12T03:42:05.301Z | Compiling darling_macro v0.20.11 |
| 2070 | 2026-05-12T03:42:05.359Z | Compiling dof v0.4.0 |
| 2071 | 2026-05-12T03:42:05.410Z | Compiling ref-cast v1.0.25 |
| 2072 | 2026-05-12T03:42:05.478Z | Compiling smoltcp v0.9.1 |
| 2073 | 2026-05-12T03:42:05.527Z | Compiling utf8parse v0.2.2 |
| 2074 | 2026-05-12T03:42:05.594Z | Compiling miniz_oxide v0.8.9 |
| 2075 | 2026-05-12T03:42:05.672Z | Compiling anstyle-parse v0.2.7 |
| 2076 | 2026-05-12T03:42:05.737Z | Compiling hyper-util v0.1.20 |
| 2077 | 2026-05-12T03:42:05.761Z | Compiling darling v0.20.11 |
| 2078 | 2026-05-12T03:42:05.808Z | Compiling deranged v0.5.8 |
| 2079 | 2026-05-12T03:42:05.919Z | Compiling rustls-native-certs v0.8.3 |
| 2080 | 2026-05-12T03:42:06.715Z | Compiling http-body-util v0.1.3 |
| 2081 | 2026-05-12T03:42:06.812Z | Compiling serde_spanned v0.6.9 |
| 2082 | 2026-05-12T03:42:06.812Z | Compiling toml_datetime v0.6.11 |
| 2083 | 2026-05-12T03:42:06.812Z | Compiling snafu-derive v0.8.9 |
| 2084 | 2026-05-12T03:42:06.967Z | Compiling sync_wrapper v1.0.2 |
| 2085 | 2026-05-12T03:42:07.046Z | Compiling wait-timeout v0.2.1 |
| 2086 | 2026-05-12T03:42:07.085Z | Compiling colorchoice v1.0.4 |
| 2087 | 2026-05-12T03:42:07.085Z | Compiling darling_macro v0.21.3 |
| 2088 | 2026-05-12T03:42:07.162Z | Compiling anstyle-query v1.1.5 |
| 2089 | 2026-05-12T03:42:07.190Z | Compiling bit-vec v0.8.0 |
| 2090 | 2026-05-12T03:42:07.252Z | Compiling quick-error v1.2.3 |
| 2091 | 2026-05-12T03:42:07.293Z | Compiling siphasher v1.0.2 |
| 2092 | 2026-05-12T03:42:07.497Z | Compiling is_terminal_polyfill v1.70.2 |
| 2093 | 2026-05-12T03:42:07.531Z | Compiling num_threads v0.1.7 |
| 2094 | 2026-05-12T03:42:07.580Z | Compiling cfg_aliases v0.2.1 |
| 2095 | 2026-05-12T03:42:07.603Z | Compiling zlib-rs v0.6.2 |
| 2096 | 2026-05-12T03:42:07.660Z | Compiling ryu v1.0.23 |
| 2097 | 2026-05-12T03:42:07.696Z | Compiling nix v0.31.2 |
| 2098 | 2026-05-12T03:42:07.725Z | Compiling time v0.3.47 |
| 2099 | 2026-05-12T03:42:07.958Z | Compiling serde_urlencoded v0.7.1 |
| 2100 | 2026-05-12T03:42:08.075Z | Compiling darling v0.21.3 |
| 2101 | 2026-05-12T03:42:08.146Z | Compiling anstream v0.6.21 |
| 2102 | 2026-05-12T03:42:08.335Z | Compiling bit-set v0.8.0 |
| 2103 | 2026-05-12T03:42:08.350Z | Compiling rusty-fork v0.3.1 |
| 2104 | 2026-05-12T03:42:08.394Z | Compiling tower v0.5.3 |
| 2105 | 2026-05-12T03:42:08.521Z | Compiling derive_builder_core v0.20.2 |
| 2106 | 2026-05-12T03:42:08.591Z | Compiling regex v1.12.3 |
| 2107 | 2026-05-12T03:42:08.717Z | Compiling webpki-roots v1.0.6 |
| 2108 | 2026-05-12T03:42:08.717Z | Compiling erased-serde v0.3.31 |
| 2109 | 2026-05-12T03:42:08.756Z | Compiling hubpack_derive v0.1.1 |
| 2110 | 2026-05-12T03:42:08.756Z | Compiling signature v2.2.0 |
| 2111 | 2026-05-12T03:42:08.887Z | Compiling rand_xorshift v0.4.0 |
| 2112 | 2026-05-12T03:42:08.906Z | Compiling ref-cast-impl v1.0.25 |
| 2113 | 2026-05-12T03:42:08.945Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2114 | 2026-05-12T03:42:08.987Z | Compiling strum_macros v0.27.2 |
| 2115 | 2026-05-12T03:42:09.166Z | Compiling fs-err v3.3.0 |
| 2116 | 2026-05-12T03:42:09.278Z | Compiling usdt-impl v0.5.0 |
| 2117 | 2026-05-12T03:42:09.279Z | Compiling iri-string v0.7.10 |
| 2118 | 2026-05-12T03:42:09.356Z | Compiling unicode-bidi v0.3.18 |
| 2119 | 2026-05-12T03:42:09.370Z | Compiling unicode-properties v0.1.4 |
| 2120 | 2026-05-12T03:42:09.438Z | Compiling unarray v0.1.4 |
| 2121 | 2026-05-12T03:42:09.466Z | Compiling allocator-api2 v0.2.21 |
| 2122 | 2026-05-12T03:42:09.594Z | Compiling object v0.37.3 |
| 2123 | 2026-05-12T03:42:09.738Z | Compiling flate2 v1.1.9 |
| 2124 | 2026-05-12T03:42:09.799Z | Compiling stringprep v0.1.5 |
| 2125 | 2026-05-12T03:42:10.184Z | Compiling proptest v1.10.0 |
| 2126 | 2026-05-12T03:42:10.337Z | Compiling derive_builder_macro v0.20.2 |
| 2127 | 2026-05-12T03:42:10.628Z | Compiling tower-http v0.6.8 |
| 2128 | 2026-05-12T03:42:10.852Z | Compiling tokio-native-tls v0.3.1 |
| 2129 | 2026-05-12T03:42:10.893Z | Compiling serde_with_macros v3.17.0 |
| 2130 | 2026-05-12T03:42:11.006Z | Compiling usdt-macro v0.6.0 |
| 2131 | 2026-05-12T03:42:11.046Z | Compiling usdt-attr-macro v0.6.0 |
| 2132 | 2026-05-12T03:42:11.143Z | Compiling ipnetwork v0.21.1 |
| 2133 | 2026-05-12T03:42:11.380Z | Compiling scroll v0.12.0 |
| 2134 | 2026-05-12T03:42:11.517Z | Compiling bstr v1.12.1 |
| 2135 | 2026-05-12T03:42:11.753Z | Compiling rand_chacha v0.3.1 |
| 2136 | 2026-05-12T03:42:11.866Z | Compiling md-5 v0.10.6 |
| 2137 | 2026-05-12T03:42:12.116Z | Compiling async-recursion v1.1.1 |
| 2138 | 2026-05-12T03:42:12.511Z | Compiling terminal_size v0.4.3 |
| 2139 | 2026-05-12T03:42:12.511Z | Compiling num-integer v0.1.46 |
| 2140 | 2026-05-12T03:42:12.511Z | Compiling hash32 v0.2.1 |
| 2141 | 2026-05-12T03:42:12.511Z | Compiling vergen-lib v0.1.6 |
| 2142 | 2026-05-12T03:42:12.511Z | Compiling ff v0.13.1 |
| 2143 | 2026-05-12T03:42:12.689Z | Compiling base16ct v0.2.0 |
| 2144 | 2026-05-12T03:42:12.689Z | Compiling winnow v0.7.14 |
| 2145 | 2026-05-12T03:42:12.689Z | Compiling fallible-iterator v0.2.0 |
| 2146 | 2026-05-12T03:42:12.689Z | Compiling clap_lex v1.0.0 |
| 2147 | 2026-05-12T03:42:12.689Z | Compiling psl-types v2.0.11 |
| 2148 | 2026-05-12T03:42:12.807Z | Compiling sec1 v0.7.3 |
| 2149 | 2026-05-12T03:42:12.807Z | Compiling postgres-protocol v0.6.10 |
| 2150 | 2026-05-12T03:42:12.807Z | Compiling clap_builder v4.5.60 |
| 2151 | 2026-05-12T03:42:12.857Z | Compiling publicsuffix v2.3.0 |
| 2152 | 2026-05-12T03:42:12.857Z | Compiling num-iter v0.1.45 |
| 2153 | 2026-05-12T03:42:12.857Z | Compiling group v0.13.0 |
| 2154 | 2026-05-12T03:42:12.988Z | Compiling newtype-uuid v1.3.2 |
| 2155 | 2026-05-12T03:42:13.041Z | Compiling rand v0.8.6 |
| 2156 | 2026-05-12T03:42:14.753Z | Compiling goblin v0.8.2 |
| 2157 | 2026-05-12T03:42:14.792Z | Compiling oxnet v0.1.4 |
| 2158 | 2026-05-12T03:42:14.792Z | Compiling hyper-tls v0.6.0 |
| 2159 | 2026-05-12T03:42:14.792Z | Compiling derive_builder v0.20.2 |
| 2160 | 2026-05-12T03:42:14.792Z | Compiling phf_shared v0.13.1 |
| 2161 | 2026-05-12T03:42:14.792Z | Compiling zerocopy v0.7.35 |
| 2162 | 2026-05-12T03:42:14.792Z | Compiling lazy_static v1.5.0 |
| 2163 | 2026-05-12T03:42:14.792Z | Compiling pin-project v1.1.11 |
| 2164 | 2026-05-12T03:42:14.875Z | Compiling futures-executor v0.3.32 |
| 2165 | 2026-05-12T03:42:14.875Z | Compiling cargo-platform v0.1.9 |
| 2166 | 2026-05-12T03:42:14.875Z | Compiling hkdf v0.12.4 |
| 2167 | 2026-05-12T03:42:14.875Z | Compiling crypto-bigint v0.5.5 |
| 2168 | 2026-05-12T03:42:14.875Z | Compiling serde_repr v0.1.20 |
| 2169 | 2026-05-12T03:42:14.875Z | Compiling enum-as-inner v0.6.1 |
| 2170 | 2026-05-12T03:42:14.875Z | Compiling vergen v9.0.6 |
| 2171 | 2026-05-12T03:42:14.875Z | Compiling encoding_rs v0.8.35 |
| 2172 | 2026-05-12T03:42:15.087Z | Compiling foldhash v0.1.5 |
| 2173 | 2026-05-12T03:42:15.113Z | Compiling winnow v0.5.40 |
| 2174 | 2026-05-12T03:42:15.113Z | Compiling same-file v1.0.6 |
| 2175 | 2026-05-12T03:42:15.260Z | Compiling foldhash v0.2.0 |
| 2176 | 2026-05-12T03:42:15.278Z | Compiling managed v0.8.0 |
| 2177 | 2026-05-12T03:42:15.485Z | Compiling bitflags v1.3.2 |
| 2178 | 2026-05-12T03:42:15.508Z | Compiling bumpalo v3.20.2 |
| 2179 | 2026-05-12T03:42:15.605Z | Compiling mime v0.3.17 |
| 2180 | 2026-05-12T03:42:15.687Z | Compiling libbz2-rs-sys v0.2.2 |
| 2181 | 2026-05-12T03:42:15.812Z | Compiling unicode-segmentation v1.12.0 |
| 2182 | 2026-05-12T03:42:15.864Z | Compiling zopfli v0.8.3 |
| 2183 | 2026-05-12T03:42:16.196Z | Compiling dof v0.3.0 |
| 2184 | 2026-05-12T03:42:16.326Z | Compiling bzip2 v0.6.1 |
| 2185 | 2026-05-12T03:42:16.326Z | Compiling elliptic-curve v0.13.8 |
| 2186 | 2026-05-12T03:42:16.425Z | Compiling hashbrown v0.16.1 |
| 2187 | 2026-05-12T03:42:16.509Z | Compiling toml_edit v0.19.15 |
| 2188 | 2026-05-12T03:42:16.561Z | Compiling walkdir v2.5.0 |
| 2189 | 2026-05-12T03:42:16.608Z | Compiling hashbrown v0.15.5 |
| 2190 | 2026-05-12T03:42:17.091Z | Compiling cargo_metadata v0.19.2 |
| 2191 | 2026-05-12T03:42:17.424Z | Compiling clap v4.5.60 |
| 2192 | 2026-05-12T03:42:17.615Z | Compiling futures v0.3.32 |
| 2193 | 2026-05-12T03:42:17.615Z | Compiling snafu v0.8.9 |
| 2194 | 2026-05-12T03:42:17.931Z | Compiling phf v0.13.1 |
| 2195 | 2026-05-12T03:42:18.215Z | Compiling signal-hook-mio v0.2.5 |
| 2196 | 2026-05-12T03:42:18.275Z | Compiling daft v0.1.5 |
| 2197 | 2026-05-12T03:42:18.275Z | Compiling zstd v0.13.3 |
| 2198 | 2026-05-12T03:42:19.795Z | Compiling cookie_store v0.22.1 |
| 2199 | 2026-05-12T03:42:20.033Z | Compiling postgres-types v0.2.12 |
| 2200 | 2026-05-12T03:42:20.033Z | Compiling bzip2 v0.4.4 |
| 2201 | 2026-05-12T03:42:20.033Z | Compiling globset v0.4.18 |
| 2202 | 2026-05-12T03:42:20.033Z | Compiling strum v0.27.2 |
| 2203 | 2026-05-12T03:42:20.033Z | Compiling dtrace-parser v0.2.0 |
| 2204 | 2026-05-12T03:42:20.033Z | Compiling hubpack v0.1.2 |
| 2205 | 2026-05-12T03:42:20.033Z | Compiling ed25519 v2.2.3 |
| 2206 | 2026-05-12T03:42:20.033Z | Compiling phf_shared v0.11.3 |
| 2207 | 2026-05-12T03:42:20.033Z | Compiling olpc-cjson v0.1.4 |
| 2208 | 2026-05-12T03:42:20.033Z | Compiling pkcs1 v0.7.5 |
| 2209 | 2026-05-12T03:42:20.033Z | Compiling pem v3.0.6 |
| 2210 | 2026-05-12T03:42:20.033Z | Compiling serde-big-array v0.5.1 |
| 2211 | 2026-05-12T03:42:20.033Z | Compiling serde_plain v1.0.2 |
| 2212 | 2026-05-12T03:42:20.033Z | Compiling rfc6979 v0.4.0 |
| 2213 | 2026-05-12T03:42:20.033Z | Compiling float-cmp v0.10.0 |
| 2214 | 2026-05-12T03:42:20.033Z | Compiling memmap2 v0.9.10 |
| 2215 | 2026-05-12T03:42:20.033Z | Compiling thread-id v4.2.2 |
| 2216 | 2026-05-12T03:42:20.033Z | Compiling env_filter v1.0.0 |
| 2217 | 2026-05-12T03:42:20.086Z | Compiling data-encoding v2.10.0 |
| 2218 | 2026-05-12T03:42:20.087Z | Compiling predicates-core v1.0.10 |
| 2219 | 2026-05-12T03:42:20.087Z | Compiling either v1.15.0 |
| 2220 | 2026-05-12T03:42:20.087Z | Compiling precomputed-hash v0.1.1 |
| 2221 | 2026-05-12T03:42:20.087Z | Compiling fixedbitset v0.5.7 |
| 2222 | 2026-05-12T03:42:20.087Z | Compiling typed-path v0.9.3 |
| 2223 | 2026-05-12T03:42:20.087Z | Compiling difflib v0.4.0 |
| 2224 | 2026-05-12T03:42:20.087Z | Compiling whoami v2.1.0 |
| 2225 | 2026-05-12T03:42:20.087Z | Compiling rustc-hash v2.1.1 |
| 2226 | 2026-05-12T03:42:20.087Z | Compiling static_assertions v1.1.0 |
| 2227 | 2026-05-12T03:42:20.087Z | Compiling normalize-line-endings v0.3.0 |
| 2228 | 2026-05-12T03:42:20.087Z | Compiling fixedbitset v0.4.2 |
| 2229 | 2026-05-12T03:42:20.087Z | Compiling jiff v0.2.21 |
| 2230 | 2026-05-12T03:42:20.087Z | Compiling toml_write v0.1.2 |
| 2231 | 2026-05-12T03:42:20.087Z | Compiling keccak v0.1.6 |
| 2232 | 2026-05-12T03:42:20.087Z | Compiling new_debug_unreachable v1.0.6 |
| 2233 | 2026-05-12T03:42:20.087Z | Compiling sha3 v0.10.8 |
| 2234 | 2026-05-12T03:42:20.087Z | Compiling toml_edit v0.22.27 |
| 2235 | 2026-05-12T03:42:20.087Z | Compiling string_cache v0.8.9 |
| 2236 | 2026-05-12T03:42:20.087Z | Compiling petgraph v0.6.5 |
| 2237 | 2026-05-12T03:42:20.087Z | Compiling tokio-postgres v0.7.16 |
| 2238 | 2026-05-12T03:42:20.087Z | Compiling predicates v3.1.4 |
| 2239 | 2026-05-12T03:42:20.176Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2240 | 2026-05-12T03:42:20.247Z | Compiling petgraph v0.8.3 |
| 2241 | 2026-05-12T03:42:20.515Z | Compiling iddqd v0.3.18 |
| 2242 | 2026-05-12T03:42:20.614Z | Compiling hickory-proto v0.25.2 |
| 2243 | 2026-05-12T03:42:20.635Z | Compiling itertools v0.13.0 |
| 2244 | 2026-05-12T03:42:21.627Z | Compiling env_logger v0.11.9 |
| 2245 | 2026-05-12T03:42:21.790Z | Compiling usdt v0.6.0 |
| 2246 | 2026-05-12T03:42:21.981Z | Compiling ecdsa v0.16.9 |
| 2247 | 2026-05-12T03:42:22.068Z | Compiling rsa v0.9.10 |
| 2248 | 2026-05-12T03:42:22.268Z | Compiling zip v4.6.1 |
| 2249 | 2026-05-12T03:42:22.650Z | Compiling ed25519-dalek v2.2.0 |
| 2250 | 2026-05-12T03:42:22.704Z | Compiling crossterm v0.28.1 |
| 2251 | 2026-05-12T03:42:22.813Z | Compiling zip v0.6.6 |
| 2252 | 2026-05-12T03:42:23.171Z | Compiling toml v0.7.8 |
| 2253 | 2026-05-12T03:42:23.223Z | Compiling crossbeam-epoch v0.9.18 |
| 2254 | 2026-05-12T03:42:23.313Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2255 | 2026-05-12T03:42:23.349Z | Compiling similar v2.7.0 |
| 2256 | 2026-05-12T03:42:23.397Z | Compiling heck v0.4.1 |
| 2257 | 2026-05-12T03:42:23.562Z | Compiling serde_with v3.17.0 |
| 2258 | 2026-05-12T03:42:23.587Z | Compiling strum v0.26.3 |
| 2259 | 2026-05-12T03:42:23.686Z | Compiling tokio-stream v0.1.18 |
| 2260 | 2026-05-12T03:42:23.736Z | Compiling buf-list v1.1.2 |
| 2261 | 2026-05-12T03:42:23.900Z | Compiling x509-cert v0.2.5 |
| 2262 | 2026-05-12T03:42:24.022Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2263 | 2026-05-12T03:42:24.092Z | Compiling openapiv3 v2.2.0 |
| 2264 | 2026-05-12T03:42:24.182Z | Compiling sha1 v0.10.6 |
| 2265 | 2026-05-12T03:42:24.312Z | Compiling structmeta-derive v0.3.0 |
| 2266 | 2026-05-12T03:42:24.337Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2267 | 2026-05-12T03:42:24.558Z | Compiling peg-runtime v0.8.5 |
| 2268 | 2026-05-12T03:42:24.671Z | Compiling radium v0.7.0 |
| 2269 | 2026-05-12T03:42:24.728Z | Compiling lalrpop-util v0.19.12 |
| 2270 | 2026-05-12T03:42:25.337Z | Compiling structmeta v0.3.0 |
| 2271 | 2026-05-12T03:42:26.021Z | Compiling maybe-uninit v2.0.0 |
| 2272 | 2026-05-12T03:42:26.538Z | Compiling tap v1.0.1 |
| 2273 | 2026-05-12T03:42:26.664Z | Compiling wyz v0.5.1 |
| 2274 | 2026-05-12T03:42:27.891Z | Compiling packed_struct v0.10.1 |
| 2275 | 2026-05-12T03:42:27.941Z | Compiling funty v2.0.0 |
| 2276 | 2026-05-12T03:42:28.693Z | Compiling bitvec v1.0.1 |
| 2277 | 2026-05-12T03:42:30.832Z | Compiling packed_struct_codegen v0.10.1 |
| 2278 | 2026-05-12T03:42:31.107Z | Compiling bitfield-macros v0.19.4 |
| 2279 | 2026-05-12T03:42:31.344Z | Compiling zerocopy-derive v0.6.6 |
| 2280 | 2026-05-12T03:42:31.723Z | Compiling indexmap v1.9.3 |
| 2281 | 2026-05-12T03:42:31.821Z | Compiling crc-catalog v2.4.0 |
| 2282 | 2026-05-12T03:42:32.070Z | Compiling nodrop v0.1.14 |
| 2283 | 2026-05-12T03:42:32.178Z | Compiling typeid v1.0.3 |
| 2284 | 2026-05-12T03:42:32.289Z | Compiling zerocopy v0.6.6 |
| 2285 | 2026-05-12T03:42:32.289Z | Compiling array-init v0.0.4 |
| 2286 | 2026-05-12T03:42:32.689Z | Compiling crc v3.4.0 |
| 2287 | 2026-05-12T03:42:32.877Z | Compiling bitfield v0.19.4 |
| 2288 | 2026-05-12T03:42:33.482Z | Compiling smallvec v0.6.14 |
| 2289 | 2026-05-12T03:42:34.591Z | Compiling derive-ex v0.1.8 |
| 2290 | 2026-05-12T03:42:35.831Z | Compiling rustls v0.22.4 |
| 2291 | 2026-05-12T03:42:36.596Z | Compiling hashbrown v0.12.3 |
| 2292 | 2026-05-12T03:42:39.270Z | Compiling erased-serde v0.4.9 |
| 2293 | 2026-05-12T03:42:39.353Z | Compiling base64 v0.21.7 |
| 2294 | 2026-05-12T03:42:39.353Z | Compiling rustls-webpki v0.103.9 |
| 2295 | 2026-05-12T03:42:39.353Z | Compiling ron v0.8.1 |
| 2296 | 2026-05-12T03:42:39.353Z | Compiling test-strategy v0.4.5 |
| 2297 | 2026-05-12T03:42:40.422Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2298 | 2026-05-12T03:42:40.463Z | Compiling serde-hex v0.1.0 |
| 2299 | 2026-05-12T03:42:40.565Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2300 | 2026-05-12T03:42:40.675Z | Compiling tokio-rustls v0.26.4 |
| 2301 | 2026-05-12T03:42:40.767Z | Compiling rustls-platform-verifier v0.6.2 |
| 2302 | 2026-05-12T03:42:40.976Z | Compiling hyper-rustls v0.27.7 |
| 2303 | 2026-05-12T03:42:41.008Z | Compiling toml v0.8.23 |
| 2304 | 2026-05-12T03:42:41.318Z | Compiling reqwest v0.12.28 |
| 2305 | 2026-05-12T03:42:41.777Z | Compiling reqwest v0.13.2 |
| 2306 | 2026-05-12T03:42:41.858Z | Compiling hashbrown v0.13.2 |
| 2307 | 2026-05-12T03:42:42.156Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2308 | 2026-05-12T03:42:42.585Z | Compiling rustls-webpki v0.102.8 |
| 2309 | 2026-05-12T03:42:42.685Z | Compiling filetime v0.2.27 |
| 2310 | 2026-05-12T03:42:42.842Z | Compiling multer v3.1.0 |
| 2311 | 2026-05-12T03:42:42.885Z | Compiling thread_local v1.1.9 |
| 2312 | 2026-05-12T03:42:43.103Z | Compiling tough v0.22.0 |
| 2313 | 2026-05-12T03:42:43.174Z | Compiling slog-async v2.8.0 |
| 2314 | 2026-05-12T03:42:43.174Z | Compiling compression-core v0.4.31 |
| 2315 | 2026-05-12T03:42:43.272Z | Compiling crc-any v2.5.0 |
| 2316 | 2026-05-12T03:42:43.312Z | Compiling match_cfg v0.1.0 |
| 2317 | 2026-05-12T03:42:43.343Z | Compiling rayon-core v1.13.0 |
| 2318 | 2026-05-12T03:42:43.493Z | Compiling xattr v1.6.1 |
| 2319 | 2026-05-12T03:42:43.544Z | Compiling hostname v0.3.1 |
| 2320 | 2026-05-12T03:42:43.566Z | Compiling compression-codecs v0.4.37 |
| 2321 | 2026-05-12T03:42:43.642Z | Compiling tar v0.4.45 |
| 2322 | 2026-05-12T03:42:43.696Z | Compiling object v0.30.4 |
| 2323 | 2026-05-12T03:42:43.708Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2324 | 2026-05-12T03:42:43.931Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2325 | 2026-05-12T03:42:44.026Z | Compiling crossbeam-channel v0.5.15 |
| 2326 | 2026-05-12T03:42:44.360Z | Compiling slog-json v2.6.1 |
| 2327 | 2026-05-12T03:42:44.383Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2328 | 2026-05-12T03:42:44.715Z | Compiling async-stream-impl v0.3.6 |
| 2329 | 2026-05-12T03:42:44.782Z | Compiling ordered-float v2.10.1 |
| 2330 | 2026-05-12T03:42:44.837Z | Compiling serde_spanned v1.0.4 |
| 2331 | 2026-05-12T03:42:44.837Z | Compiling serde_path_to_error v0.1.20 |
| 2332 | 2026-05-12T03:42:44.894Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2333 | 2026-05-12T03:42:45.098Z | Compiling is-terminal v0.4.17 |
| 2334 | 2026-05-12T03:42:45.149Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2335 | 2026-05-12T03:42:45.149Z | Compiling fs-err v2.11.0 |
| 2336 | 2026-05-12T03:42:45.165Z | Compiling dropshot v0.17.0 |
| 2337 | 2026-05-12T03:42:45.402Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2338 | 2026-05-12T03:42:45.490Z | Compiling path-slash v0.1.5 |
| 2339 | 2026-05-12T03:42:45.490Z | Compiling take_mut v0.2.2 |
| 2340 | 2026-05-12T03:42:45.490Z | Compiling debug-ignore v1.0.5 |
| 2341 | 2026-05-12T03:42:45.491Z | Compiling term v1.2.1 |
| 2342 | 2026-05-12T03:42:45.549Z | Compiling async-stream v0.3.6 |
| 2343 | 2026-05-12T03:42:45.549Z | Compiling serde-value v0.7.0 |
| 2344 | 2026-05-12T03:42:45.549Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2345 | 2026-05-12T03:42:45.587Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2346 | 2026-05-12T03:42:45.611Z | Compiling slog-bunyan v2.5.0 |
| 2347 | 2026-05-12T03:42:45.722Z | Compiling slog-term v2.9.2 |
| 2348 | 2026-05-12T03:42:45.771Z | Compiling serde-untagged v0.1.9 |
| 2349 | 2026-05-12T03:42:45.845Z | Compiling async-compression v0.4.41 |
| 2350 | 2026-05-12T03:42:46.152Z | Compiling tokio-rustls v0.25.0 |
| 2351 | 2026-05-12T03:42:46.270Z | Compiling crossbeam-deque v0.8.6 |
| 2352 | 2026-05-12T03:42:46.304Z | Compiling parse-display-derive v0.10.0 |
| 2353 | 2026-05-12T03:42:46.429Z | Compiling camino-tempfile v1.4.1 |
| 2354 | 2026-05-12T03:42:46.518Z | Compiling newtype-uuid-macros v0.1.0 |
| 2355 | 2026-05-12T03:42:46.772Z | Compiling dropshot_endpoint v0.17.0 |
| 2356 | 2026-05-12T03:42:46.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2357 | 2026-05-12T03:42:46.844Z | Compiling waitgroup v0.1.2 |
| 2358 | 2026-05-12T03:42:47.001Z | Compiling backon v1.6.0 |
| 2359 | 2026-05-12T03:42:47.041Z | Compiling half v2.7.1 |
| 2360 | 2026-05-12T03:42:47.120Z | Compiling rustls-pemfile v2.2.0 |
| 2361 | 2026-05-12T03:42:47.164Z | Compiling blake3 v1.8.3 |
| 2362 | 2026-05-12T03:42:47.243Z | Compiling hostname v0.4.2 |
| 2363 | 2026-05-12T03:42:47.293Z | Compiling instant v0.1.13 |
| 2364 | 2026-05-12T03:42:47.379Z | Compiling ciborium-io v0.2.2 |
| 2365 | 2026-05-12T03:42:47.434Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-05-12T03:42:47.499Z | Compiling ciborium-ll v0.2.2 |
| 2367 | 2026-05-12T03:42:47.499Z | Compiling backoff v0.4.0 |
| 2368 | 2026-05-12T03:42:47.499Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2369 | 2026-05-12T03:42:47.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2370 | 2026-05-12T03:42:47.543Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2371 | 2026-05-12T03:42:47.601Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-05-12T03:42:47.876Z | Compiling parse-display v0.10.0 |
| 2373 | 2026-05-12T03:42:47.959Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2374 | 2026-05-12T03:42:48.059Z | Compiling regress v0.10.5 |
| 2375 | 2026-05-12T03:42:48.167Z | Compiling itertools v0.14.0 |
| 2376 | 2026-05-12T03:42:48.249Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2377 | 2026-05-12T03:42:48.665Z | Compiling cargo-platform v0.2.0 |
| 2378 | 2026-05-12T03:42:48.774Z | Compiling macaddr v1.0.1 |
| 2379 | 2026-05-12T03:42:49.070Z | Compiling arrayref v0.3.9 |
| 2380 | 2026-05-12T03:42:49.171Z | Compiling constant_time_eq v0.4.2 |
| 2381 | 2026-05-12T03:42:49.279Z | Compiling arrayvec v0.7.6 |
| 2382 | 2026-05-12T03:42:49.335Z | Compiling parse-size v1.1.0 |
| 2383 | 2026-05-12T03:42:49.471Z | Compiling indent_write v2.2.0 |
| 2384 | 2026-05-12T03:42:49.543Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-05-12T03:42:49.582Z | Compiling ciborium v0.2.2 |
| 2386 | 2026-05-12T03:42:49.604Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2387 | 2026-05-12T03:42:49.720Z | Compiling display-error-chain v0.2.2 |
| 2388 | 2026-05-12T03:42:49.800Z | Compiling topological-sort v0.2.2 |
| 2389 | 2026-05-12T03:42:49.884Z | Compiling shell-words v1.1.1 |
| 2390 | 2026-05-12T03:42:50.209Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2391 | 2026-05-12T03:43:00.789Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-05-12T03:43:00.827Z | Compiling progenitor-client v0.10.0 |
| 2393 | 2026-05-12T03:43:00.828Z | Compiling omicron-zone-package v0.12.2 |
| 2394 | 2026-05-12T03:43:01.250Z | Compiling progenitor-extras v0.2.0 |
| 2395 | 2026-05-12T03:43:03.656Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2396 | 2026-05-12T03:43:03.718Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2397 | 2026-05-12T03:43:03.806Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2398 | 2026-05-12T03:43:03.918Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2399 | 2026-05-12T03:43:08.043Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2400 | 2026-05-12T03:43:11.612Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2401 | 2026-05-12T03:43:19.640Z | Finished `release` profile [optimized] target(s) in 1m 33s |
| 2402 | 2026-05-12T03:43:19.786Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2403 | 2026-05-12T03:43:19.820Z | May 12 03:43:19.163 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2404 | 2026-05-12T03:43:20.095Z | May 12 03:43:19.254 DEBG running: git rev-parse HEAD |
| 2405 | 2026-05-12T03:43:20.179Z | May 12 03:43:19.257 DEBG process exited with exit status: 0 (3.332329ms) |
| 2406 | 2026-05-12T03:43:20.179Z | May 12 03:43:19.257 INFO version: 20.0.0-0.ci+git85c9add5e2f |
| 2407 | 2026-05-12T03:43:20.179Z | May 12 03:43:19.266 INFO cloning helios to /work/oxidecomputer/helios |
| 2408 | 2026-05-12T03:43:20.179Z | May 12 03:43:19.266 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2409 | 2026-05-12T03:43:20.179Z | Cloning into '/work/oxidecomputer/helios'... |
| 2410 | 2026-05-12T03:43:20.419Z | May 12 03:43:19.759 DEBG process exited with exit status: 0 (492.909727ms) |
| 2411 | 2026-05-12T03:43:20.419Z | May 12 03:43:19.759 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2412 | 2026-05-12T03:43:20.440Z | May 12 03:43:19.761 DEBG process exited with exit status: 0 (2.781747ms) |
| 2413 | 2026-05-12T03:43:20.440Z | May 12 03:43:19.761 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2414 | 2026-05-12T03:43:20.742Z | May 12 03:43:20.080 DEBG process exited with exit status: 0 (318.518657ms) |
| 2415 | 2026-05-12T03:43:20.742Z | May 12 03:43:20.080 DEBG running: zfs list rpool/images/build/host |
| 2416 | 2026-05-12T03:43:20.752Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2417 | 2026-05-12T03:43:20.752Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2418 | 2026-05-12T03:43:20.752Z | May 12 03:43:20.084 DEBG process exited with exit status: 0 (4.416602ms) |
| 2419 | 2026-05-12T03:43:20.752Z | May 12 03:43:20.084 DEBG running: zfs list rpool/images/build/recovery |
| 2420 | 2026-05-12T03:43:20.752Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2421 | 2026-05-12T03:43:20.752Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2422 | 2026-05-12T03:43:20.752Z | May 12 03:43:20.089 DEBG process exited with exit status: 0 (4.437912ms) |
| 2423 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.089 INFO [incorp-manifest] running task |
| 2424 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.090 INFO [hubris-staging] running task |
| 2425 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.090 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2426 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.090 INFO [hubris-production] running task |
| 2427 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.091 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2428 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.091 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2429 | 2026-05-12T03:43:20.753Z | May 12 03:43:20.091 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2430 | 2026-05-12T03:43:20.824Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2431 | 2026-05-12T03:43:20.988Z | May 12 03:43:20.329 INFO [incorp-create] process exited with exit status: 0 (238.128971ms) |
| 2432 | 2026-05-12T03:43:21.024Z | May 12 03:43:20.329 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2433 | 2026-05-12T03:43:21.203Z | May 12 03:43:20.556 DEBG process exited with exit status: 0 (466.296925ms) |
| 2434 | 2026-05-12T03:43:21.226Z | May 12 03:43:20.556 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2435 | 2026-05-12T03:43:21.226Z | May 12 03:43:20.566 INFO [incorp-publisher] process exited with exit status: 0 (236.097636ms) |
| 2436 | 2026-05-12T03:43:21.253Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2437 | 2026-05-12T03:43:21.657Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2438 | 2026-05-12T03:43:21.687Z | May 12 03:43:21.036 DEBG process exited with exit status: 0 (479.947961ms) |
| 2439 | 2026-05-12T03:43:21.712Z | May 12 03:43:21.037 INFO [incorp-manifest] task succeeded (947.279459ms) |
| 2440 | 2026-05-12T03:43:21.712Z | May 12 03:43:21.037 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2441 | 2026-05-12T03:43:21.916Z | May 12 03:43:21.190 INFO [hubris-production] task succeeded (1.10005227s) |
| 2442 | 2026-05-12T03:43:21.928Z | May 12 03:43:21.212 INFO [incorp-fmt] process exited with exit status: 0 (175.129701ms) |
| 2443 | 2026-05-12T03:43:21.928Z | May 12 03:43:21.212 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2444 | 2026-05-12T03:43:22.195Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260512T034321Z |
| 2445 | 2026-05-12T03:43:22.195Z | [ incorp-pkgsend] PUBLISHED |
| 2446 | 2026-05-12T03:43:22.396Z | May 12 03:43:21.465 INFO [incorp-pkgsend] process exited with exit status: 0 (253.311542ms) |
| 2447 | 2026-05-12T03:43:22.396Z | May 12 03:43:21.466 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2448 | 2026-05-12T03:43:22.610Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2449 | 2026-05-12T03:43:22.610Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2450 | 2026-05-12T03:43:22.610Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2451 | 2026-05-12T03:43:22.610Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2452 | 2026-05-12T03:43:22.610Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2453 | 2026-05-12T03:43:22.610Z | [ helios-incorp] |
| 2454 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Archiving packages ... |
| 2455 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Packages to add: 1 |
| 2456 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Files to retrieve: 0 |
| 2457 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2458 | 2026-05-12T03:43:22.611Z | [ helios-incorp] |
| 2459 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Packages to archive: |
| 2460 | 2026-05-12T03:43:22.611Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260512T034321Z |
| 2461 | 2026-05-12T03:43:22.611Z | [ helios-incorp] |
| 2462 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2463 | 2026-05-12T03:43:22.611Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2464 | 2026-05-12T03:43:22.611Z | May 12 03:43:21.726 INFO [helios-incorp] process exited with exit status: 0 (260.26147ms) |
| 2465 | 2026-05-12T03:43:22.707Z | [ omicron-package] Compiling ring v0.17.14 |
| 2466 | 2026-05-12T03:43:22.946Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2467 | 2026-05-12T03:43:22.946Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2468 | 2026-05-12T03:43:22.946Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2469 | 2026-05-12T03:43:23.011Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2470 | 2026-05-12T03:43:23.052Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2471 | 2026-05-12T03:43:23.052Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2472 | 2026-05-12T03:43:23.155Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2473 | 2026-05-12T03:43:23.184Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2474 | 2026-05-12T03:43:23.184Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2475 | 2026-05-12T03:43:23.298Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2476 | 2026-05-12T03:43:23.298Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2477 | 2026-05-12T03:43:23.416Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2478 | 2026-05-12T03:43:23.466Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2479 | 2026-05-12T03:43:23.533Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2480 | 2026-05-12T03:43:23.533Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2481 | 2026-05-12T03:43:23.533Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2482 | 2026-05-12T03:43:23.881Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2483 | 2026-05-12T03:43:24.064Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2484 | 2026-05-12T03:43:24.219Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2485 | 2026-05-12T03:43:24.219Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2486 | 2026-05-12T03:43:24.219Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2487 | 2026-05-12T03:43:24.219Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2488 | 2026-05-12T03:43:24.237Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2489 | 2026-05-12T03:43:24.910Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2490 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2491 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2492 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2493 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling aead v0.5.2 |
| 2494 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2495 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2496 | 2026-05-12T03:43:24.959Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2497 | 2026-05-12T03:43:24.995Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2498 | 2026-05-12T03:43:25.009Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2499 | 2026-05-12T03:43:25.093Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2500 | 2026-05-12T03:43:25.152Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2501 | 2026-05-12T03:43:25.187Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2502 | 2026-05-12T03:43:25.299Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2503 | 2026-05-12T03:43:25.299Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2504 | 2026-05-12T03:43:25.360Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2505 | 2026-05-12T03:43:25.454Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2506 | 2026-05-12T03:43:25.701Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2507 | 2026-05-12T03:43:25.818Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2508 | 2026-05-12T03:43:25.878Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2509 | 2026-05-12T03:43:26.012Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2510 | 2026-05-12T03:43:26.041Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2511 | 2026-05-12T03:43:26.137Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2512 | 2026-05-12T03:43:26.247Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2513 | 2026-05-12T03:43:26.261Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2514 | 2026-05-12T03:43:26.291Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2515 | 2026-05-12T03:43:26.435Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2516 | 2026-05-12T03:43:26.487Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2517 | 2026-05-12T03:43:26.610Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2518 | 2026-05-12T03:43:26.632Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2519 | 2026-05-12T03:43:26.764Z | [ omicron-package] Compiling rand v0.10.0 |
| 2520 | 2026-05-12T03:43:26.801Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2521 | 2026-05-12T03:43:26.809Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2522 | 2026-05-12T03:43:26.822Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2523 | 2026-05-12T03:43:26.894Z | [ omicron-package] Compiling colored v3.1.1 |
| 2524 | 2026-05-12T03:43:26.913Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2525 | 2026-05-12T03:43:26.933Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2526 | 2026-05-12T03:43:26.952Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2527 | 2026-05-12T03:43:27.012Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2528 | 2026-05-12T03:43:27.025Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2529 | 2026-05-12T03:43:27.046Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2530 | 2026-05-12T03:43:27.206Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2531 | 2026-05-12T03:43:27.243Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2532 | 2026-05-12T03:43:27.284Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2533 | 2026-05-12T03:43:27.338Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2534 | 2026-05-12T03:43:27.379Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2535 | 2026-05-12T03:43:27.396Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2536 | 2026-05-12T03:43:27.743Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2537 | 2026-05-12T03:43:27.801Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2538 | 2026-05-12T03:43:27.813Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2539 | 2026-05-12T03:43:27.876Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2540 | 2026-05-12T03:43:27.882Z | [ omicron-package] Compiling glob v0.3.3 |
| 2541 | 2026-05-12T03:43:28.039Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2542 | 2026-05-12T03:43:28.178Z | [ omicron-package] Compiling smf v0.2.3 |
| 2543 | 2026-05-12T03:43:28.231Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2544 | 2026-05-12T03:43:28.261Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2545 | 2026-05-12T03:43:28.304Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2546 | 2026-05-12T03:43:28.406Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2547 | 2026-05-12T03:43:28.510Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2548 | 2026-05-12T03:43:28.590Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2549 | 2026-05-12T03:43:28.633Z | [ omicron-package] Compiling zone v0.3.1 |
| 2550 | 2026-05-12T03:43:28.764Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-05-12T03:43:28.795Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2552 | 2026-05-12T03:43:28.839Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2553 | 2026-05-12T03:43:28.864Z | [ omicron-package] Compiling console v0.16.2 |
| 2554 | 2026-05-12T03:43:29.094Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2555 | 2026-05-12T03:43:29.268Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2556 | 2026-05-12T03:43:29.322Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2557 | 2026-05-12T03:43:29.351Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2558 | 2026-05-12T03:43:29.351Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2559 | 2026-05-12T03:43:29.584Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2560 | 2026-05-12T03:43:30.178Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2561 | 2026-05-12T03:43:30.583Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2562 | 2026-05-12T03:43:31.407Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2563 | 2026-05-12T03:43:31.915Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2564 | 2026-05-12T03:43:32.067Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2565 | 2026-05-12T03:43:32.103Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2566 | 2026-05-12T03:43:32.346Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2567 | 2026-05-12T03:43:32.619Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2568 | 2026-05-12T03:43:32.690Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2569 | 2026-05-12T03:43:33.162Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2570 | 2026-05-12T03:43:33.967Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2571 | 2026-05-12T03:43:34.083Z | [ omicron-package] Compiling tough v0.22.0 |
| 2572 | 2026-05-12T03:43:34.219Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2573 | 2026-05-12T03:43:36.184Z | May 12 03:43:35.544 INFO [hubris-staging] task succeeded (15.454291167s) |
| 2574 | 2026-05-12T03:43:36.408Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2575 | 2026-05-12T03:43:36.408Z | [ helios-setup] May 12 03:43:35.739 INFO helios repository root is: /work/oxidecomputer/helios |
| 2576 | 2026-05-12T03:43:36.408Z | [ helios-setup] May 12 03:43:35.741 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2577 | 2026-05-12T03:43:36.422Z | [ helios-setup] May 12 03:43:35.741 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 |
| 2578 | 2026-05-12T03:43:36.422Z | [ helios-setup] May 12 03:43:35.741 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2579 | 2026-05-12T03:43:37.203Z | [ helios-setup] May 12 03:43:36.550 INFO clone ok!, project: image-builder |
| 2580 | 2026-05-12T03:43:37.226Z | [ helios-setup] May 12 03:43:36.550 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 |
| 2581 | 2026-05-12T03:43:37.226Z | [ helios-setup] May 12 03:43:36.550 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2582 | 2026-05-12T03:43:37.227Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2583 | 2026-05-12T03:43:37.326Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2584 | 2026-05-12T03:43:37.624Z | [ helios-setup] May 12 03:43:36.981 INFO clone ok!, project: pinprick |
| 2585 | 2026-05-12T03:43:37.624Z | [ helios-setup] May 12 03:43:36.981 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 |
| 2586 | 2026-05-12T03:43:37.627Z | [ helios-setup] May 12 03:43:36.981 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2587 | 2026-05-12T03:43:37.628Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2588 | 2026-05-12T03:43:37.648Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2589 | 2026-05-12T03:43:37.701Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2590 | 2026-05-12T03:43:37.701Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2591 | 2026-05-12T03:43:37.716Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2592 | 2026-05-12T03:43:38.089Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2593 | 2026-05-12T03:43:38.130Z | [ helios-setup] May 12 03:43:37.494 INFO clone ok!, project: bootserver |
| 2594 | 2026-05-12T03:43:38.130Z | [ helios-setup] May 12 03:43:37.494 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2595 | 2026-05-12T03:43:38.135Z | [ helios-setup] May 12 03:43:37.494 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2596 | 2026-05-12T03:43:38.136Z | [ helios-setup] May 12 03:43:37.494 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 |
| 2597 | 2026-05-12T03:43:38.136Z | [ helios-setup] May 12 03:43:37.494 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 |
| 2598 | 2026-05-12T03:43:38.136Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2599 | 2026-05-12T03:43:38.919Z | [ helios-setup] May 12 03:43:38.273 INFO clone ok!, project: amd-host-image-builder |
| 2600 | 2026-05-12T03:43:38.919Z | [ helios-setup] May 12 03:43:38.273 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 |
| 2601 | 2026-05-12T03:43:38.926Z | [ helios-setup] May 12 03:43:38.273 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2602 | 2026-05-12T03:43:38.926Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2603 | 2026-05-12T03:43:40.552Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2604 | 2026-05-12T03:43:40.733Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2605 | 2026-05-12T03:43:40.999Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2606 | 2026-05-12T03:43:41.071Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2607 | 2026-05-12T03:43:41.174Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2608 | 2026-05-12T03:43:41.242Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2609 | 2026-05-12T03:43:41.323Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2610 | 2026-05-12T03:43:41.419Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2611 | 2026-05-12T03:43:41.581Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2612 | 2026-05-12T03:43:45.300Z | [ helios-setup] May 12 03:43:44.664 INFO clone ok!, project: amd-firmware |
| 2613 | 2026-05-12T03:43:45.300Z | [ helios-setup] May 12 03:43:44.664 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 |
| 2614 | 2026-05-12T03:43:45.306Z | [ helios-setup] May 12 03:43:44.664 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2615 | 2026-05-12T03:43:45.306Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2616 | 2026-05-12T03:43:45.421Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2617 | 2026-05-12T03:43:45.963Z | [ helios-setup] May 12 03:43:45.327 INFO clone ok!, project: dmar-report |
| 2618 | 2026-05-12T03:43:45.966Z | [ helios-setup] May 12 03:43:45.328 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 |
| 2619 | 2026-05-12T03:43:45.966Z | [ helios-setup] May 12 03:43:45.328 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2620 | 2026-05-12T03:43:45.966Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2621 | 2026-05-12T03:43:46.511Z | [ helios-setup] May 12 03:43:45.869 INFO clone ok!, project: phbl |
| 2622 | 2026-05-12T03:43:46.511Z | [ helios-setup] May 12 03:43:45.869 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 |
| 2623 | 2026-05-12T03:43:46.511Z | [ helios-setup] May 12 03:43:45.869 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2624 | 2026-05-12T03:43:46.530Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2625 | 2026-05-12T03:43:47.186Z | [ helios-setup] May 12 03:43:46.547 INFO clone ok!, project: chelsio-t6-roms |
| 2626 | 2026-05-12T03:43:47.186Z | [ helios-setup] May 12 03:43:46.548 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 |
| 2627 | 2026-05-12T03:43:47.192Z | [ helios-setup] May 12 03:43:46.548 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2628 | 2026-05-12T03:43:47.192Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2629 | 2026-05-12T03:43:47.952Z | [ helios-setup] May 12 03:43:47.316 INFO clone ok!, project: pilot |
| 2630 | 2026-05-12T03:43:47.952Z | [ helios-setup] May 12 03:43:47.316 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2631 | 2026-05-12T03:43:48.167Z | [ helios-setup] May 12 03:43:47.528 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2632 | 2026-05-12T03:43:48.376Z | [ helios-setup] May 12 03:43:47.740 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2633 | 2026-05-12T03:43:48.376Z | [ helios-setup] May 12 03:43:47.740 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2634 | 2026-05-12T03:43:48.599Z | [ helios-setup] May 12 03:43:47.956 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2635 | 2026-05-12T03:43:48.815Z | [ helios-setup] May 12 03:43:48.179 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2636 | 2026-05-12T03:43:48.816Z | [ helios-setup] May 12 03:43:48.179 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2637 | 2026-05-12T03:43:49.034Z | [ helios-setup] May 12 03:43:48.395 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2638 | 2026-05-12T03:43:49.244Z | [ helios-setup] May 12 03:43:48.609 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2639 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2640 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2641 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO ok! |
| 2642 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2643 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2644 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO ok! |
| 2645 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2646 | 2026-05-12T03:43:49.248Z | [ helios-setup] May 12 03:43:48.609 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2647 | 2026-05-12T03:43:49.249Z | [ helios-setup] May 12 03:43:48.609 INFO ok! |
| 2648 | 2026-05-12T03:43:49.249Z | [ helios-setup] May 12 03:43:48.609 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2649 | 2026-05-12T03:43:49.254Z | [ helios-setup] May 12 03:43:48.616 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 2650 | 2026-05-12T03:43:49.254Z | [ helios-setup] May 12 03:43:48.616 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2651 | 2026-05-12T03:43:49.254Z | [ helios-setup] May 12 03:43:48.616 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2652 | 2026-05-12T03:43:49.322Z | [ helios-setup] May 12 03:43:48.686 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2653 | 2026-05-12T03:43:49.569Z | [ helios-setup] May 12 03:43:48.929 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2654 | 2026-05-12T03:43:49.569Z | [ helios-setup] May 12 03:43:48.929 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2655 | 2026-05-12T03:43:49.574Z | [ helios-setup] May 12 03:43:48.938 INFO E| Updating crates.io index |
| 2656 | 2026-05-12T03:43:49.625Z | [ helios-setup] May 12 03:43:48.989 INFO E| Downloading crates ... |
| 2657 | 2026-05-12T03:43:49.688Z | [ helios-setup] May 12 03:43:49.046 INFO E| Downloaded once_cell v1.18.0 |
| 2658 | 2026-05-12T03:43:49.691Z | [ helios-setup] May 12 03:43:49.047 INFO E| Downloaded unicode-ident v1.0.11 |
| 2659 | 2026-05-12T03:43:49.691Z | [ helios-setup] May 12 03:43:49.053 INFO E| Downloaded block-buffer v0.9.0 |
| 2660 | 2026-05-12T03:43:49.692Z | [ helios-setup] May 12 03:43:49.054 INFO E| Downloaded fastrand v2.0.0 |
| 2661 | 2026-05-12T03:43:49.695Z | [ helios-setup] May 12 03:43:49.056 INFO E| Downloaded cpufeatures v0.2.9 |
| 2662 | 2026-05-12T03:43:49.713Z | [ helios-setup] May 12 03:43:49.066 INFO E| Downloaded glob v0.3.1 |
| 2663 | 2026-05-12T03:43:49.719Z | [ helios-setup] May 12 03:43:49.066 INFO E| Downloaded getrandom v0.2.10 |
| 2664 | 2026-05-12T03:43:49.719Z | [ helios-setup] May 12 03:43:49.068 INFO E| Downloaded sha-1 v0.9.8 |
| 2665 | 2026-05-12T03:43:49.719Z | [ helios-setup] May 12 03:43:49.069 INFO E| Downloaded opaque-debug v0.3.0 |
| 2666 | 2026-05-12T03:43:49.719Z | [ helios-setup] May 12 03:43:49.069 INFO E| Downloaded unicode-width v0.1.10 |
| 2667 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.070 INFO E| Downloaded tempfile v3.7.0 |
| 2668 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.071 INFO E| Downloaded itoa v1.0.9 |
| 2669 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.072 INFO E| Downloaded errno v0.3.1 |
| 2670 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.073 INFO E| Downloaded digest v0.9.0 |
| 2671 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.074 INFO E| Downloaded bitflags v2.3.3 |
| 2672 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.076 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2673 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.076 INFO E| Downloaded md-5 v0.9.1 |
| 2674 | 2026-05-12T03:43:49.720Z | [ helios-setup] May 12 03:43:49.079 INFO E| Downloaded anyhow v1.0.72 |
| 2675 | 2026-05-12T03:43:49.727Z | [ helios-setup] May 12 03:43:49.082 INFO E| Downloaded toml v0.5.11 |
| 2676 | 2026-05-12T03:43:49.750Z | [ helios-setup] May 12 03:43:49.094 INFO E| Downloaded ryu v1.0.15 |
| 2677 | 2026-05-12T03:43:49.761Z | [ helios-setup] May 12 03:43:49.096 INFO E| Downloaded typenum v1.16.0 |
| 2678 | 2026-05-12T03:43:49.761Z | [ helios-setup] May 12 03:43:49.097 INFO E| Downloaded walkdir v2.3.3 |
| 2679 | 2026-05-12T03:43:49.761Z | [ helios-setup] May 12 03:43:49.102 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2680 | 2026-05-12T03:43:49.762Z | [ helios-setup] May 12 03:43:49.106 INFO E| Downloaded uuid v0.8.2 |
| 2681 | 2026-05-12T03:43:49.762Z | [ helios-setup] May 12 03:43:49.108 INFO E| Downloaded quote v1.0.31 |
| 2682 | 2026-05-12T03:43:49.762Z | [ helios-setup] May 12 03:43:49.115 INFO E| Downloaded serde_derive v1.0.193 |
| 2683 | 2026-05-12T03:43:49.762Z | [ helios-setup] May 12 03:43:49.117 INFO E| Downloaded serde_json v1.0.103 |
| 2684 | 2026-05-12T03:43:49.806Z | [ helios-setup] May 12 03:43:49.121 INFO E| Downloaded serde v1.0.193 |
| 2685 | 2026-05-12T03:43:49.806Z | [ helios-setup] May 12 03:43:49.142 INFO E| Downloaded syn v2.0.32 |
| 2686 | 2026-05-12T03:43:49.836Z | [ helios-setup] May 12 03:43:49.157 INFO E| Downloaded rustix v0.38.4 |
| 2687 | 2026-05-12T03:43:49.860Z | [ helios-setup] May 12 03:43:49.181 INFO E| Downloaded libc v0.2.147 |
| 2688 | 2026-05-12T03:43:49.901Z | [ helios-setup] May 12 03:43:49.228 INFO E| Compiling libc v0.2.147 |
| 2689 | 2026-05-12T03:43:49.901Z | [ helios-setup] May 12 03:43:49.228 INFO E| Compiling proc-macro2 v1.0.66 |
| 2690 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.228 INFO E| Compiling cfg-if v1.0.0 |
| 2691 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.228 INFO E| Compiling unicode-ident v1.0.11 |
| 2692 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.228 INFO E| Compiling typenum v1.16.0 |
| 2693 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.229 INFO E| Compiling version_check v0.9.4 |
| 2694 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.229 INFO E| Compiling serde v1.0.193 |
| 2695 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.229 INFO E| Compiling rustix v0.38.4 |
| 2696 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.241 INFO E| Compiling time-core v0.1.2 |
| 2697 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.242 INFO E| Compiling powerfmt v0.2.0 |
| 2698 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.242 INFO E| Compiling itoa v1.0.9 |
| 2699 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.242 INFO E| Compiling slog v2.7.0 |
| 2700 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.245 INFO E| Compiling num-conv v0.1.0 |
| 2701 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.245 INFO E| Compiling once_cell v1.18.0 |
| 2702 | 2026-05-12T03:43:49.919Z | [ helios-setup] May 12 03:43:49.245 INFO E| Compiling num_threads v0.1.6 |
| 2703 | 2026-05-12T03:43:49.920Z | [ helios-setup] May 12 03:43:49.245 INFO E| Compiling bitflags v2.3.3 |
| 2704 | 2026-05-12T03:43:49.946Z | [ helios-setup] May 12 03:43:49.309 INFO E| Compiling fastrand v2.0.0 |
| 2705 | 2026-05-12T03:43:50.395Z | [ helios-setup] May 12 03:43:49.351 INFO E| Compiling opaque-debug v0.3.0 |
| 2706 | 2026-05-12T03:43:50.399Z | [ helios-setup] May 12 03:43:49.371 INFO E| Compiling anyhow v1.0.72 |
| 2707 | 2026-05-12T03:43:50.399Z | [ helios-setup] May 12 03:43:49.401 INFO E| Compiling serde_json v1.0.103 |
| 2708 | 2026-05-12T03:43:50.399Z | [ helios-setup] May 12 03:43:49.416 INFO E| Compiling ryu v1.0.15 |
| 2709 | 2026-05-12T03:43:50.399Z | [ helios-setup] May 12 03:43:49.422 INFO E| Compiling time-macros v0.2.18 |
| 2710 | 2026-05-12T03:43:50.399Z | [ helios-setup] May 12 03:43:49.446 INFO E| Compiling deranged v0.3.11 |
| 2711 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.480 INFO E| Compiling thread_local v1.1.7 |
| 2712 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.517 INFO E| Compiling cpufeatures v0.2.9 |
| 2713 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.532 INFO E| Compiling unicode-width v0.1.10 |
| 2714 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.569 INFO E| Compiling generic-array v0.14.7 |
| 2715 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.622 INFO E| Compiling same-file v1.0.6 |
| 2716 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.622 INFO E| Compiling glob v0.3.1 |
| 2717 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.644 INFO E| Compiling getopts v0.2.21 |
| 2718 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.648 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2719 | 2026-05-12T03:43:50.400Z | [ helios-setup] May 12 03:43:49.746 INFO E| Compiling walkdir v2.3.3 |
| 2720 | 2026-05-12T03:43:50.661Z | [ helios-setup] May 12 03:43:50.017 INFO E| Compiling quote v1.0.31 |
| 2721 | 2026-05-12T03:43:50.678Z | [ helios-setup] May 12 03:43:50.035 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2722 | 2026-05-12T03:43:50.678Z | [ helios-setup] May 12 03:43:50.035 INFO E| Compiling errno v0.3.1 |
| 2723 | 2026-05-12T03:43:50.692Z | [ helios-setup] May 12 03:43:50.035 INFO E| Compiling atty v0.2.14 |
| 2724 | 2026-05-12T03:43:50.692Z | [ helios-setup] May 12 03:43:50.035 INFO E| Compiling getrandom v0.2.10 |
| 2725 | 2026-05-12T03:43:50.799Z | [ helios-setup] May 12 03:43:50.163 INFO E| Compiling dirs-next v2.0.0 |
| 2726 | 2026-05-12T03:43:50.819Z | [ helios-setup] May 12 03:43:50.182 INFO E| Compiling syn v2.0.32 |
| 2727 | 2026-05-12T03:43:50.872Z | [ helios-setup] May 12 03:43:50.233 INFO E| Compiling term v0.7.0 |
| 2728 | 2026-05-12T03:43:50.890Z | [ helios-setup] May 12 03:43:50.253 INFO E| Compiling time v0.3.36 |
| 2729 | 2026-05-12T03:43:51.175Z | [ helios-setup] May 12 03:43:50.539 INFO E| Compiling digest v0.9.0 |
| 2730 | 2026-05-12T03:43:51.175Z | [ helios-setup] May 12 03:43:50.539 INFO E| Compiling block-buffer v0.9.0 |
| 2731 | 2026-05-12T03:43:51.314Z | [ helios-setup] May 12 03:43:50.631 INFO E| Compiling md-5 v0.9.1 |
| 2732 | 2026-05-12T03:43:51.314Z | [ helios-setup] May 12 03:43:50.631 INFO E| Compiling sha-1 v0.9.8 |
| 2733 | 2026-05-12T03:43:51.328Z | [ helios-setup] May 12 03:43:50.651 INFO E| Compiling tempfile v3.7.0 |
| 2734 | 2026-05-12T03:43:51.624Z | [ helios-setup] May 12 03:43:50.988 INFO E| Compiling slog-term v2.9.0 |
| 2735 | 2026-05-12T03:43:52.065Z | [ helios-setup] May 12 03:43:51.429 INFO E| Compiling serde_derive v1.0.193 |
| 2736 | 2026-05-12T03:43:53.395Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2737 | 2026-05-12T03:43:55.501Z | [ helios-setup] May 12 03:43:54.865 INFO E| Compiling toml v0.5.11 |
| 2738 | 2026-05-12T03:43:55.501Z | [ helios-setup] May 12 03:43:54.865 INFO E| Compiling uuid v0.8.2 |
| 2739 | 2026-05-12T03:43:56.283Z | [ helios-setup] May 12 03:43:55.645 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2740 | 2026-05-12T03:43:56.711Z | [ helios-setup] May 12 03:43:56.074 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2741 | 2026-05-12T03:43:56.738Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2742 | 2026-05-12T03:43:57.726Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2743 | 2026-05-12T03:43:59.912Z | [ helios-setup] May 12 03:43:59.276 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s |
| 2744 | 2026-05-12T03:43:59.930Z | [ helios-setup] May 12 03:43:59.294 INFO building project "image-builder" ok (10 seconds) |
| 2745 | 2026-05-12T03:43:59.931Z | [ helios-setup] May 12 03:43:59.294 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2746 | 2026-05-12T03:43:59.937Z | [ helios-setup] May 12 03:43:59.301 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 2747 | 2026-05-12T03:43:59.938Z | [ helios-setup] May 12 03:43:59.301 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2748 | 2026-05-12T03:43:59.941Z | [ helios-setup] May 12 03:43:59.301 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2749 | 2026-05-12T03:44:00.052Z | [ helios-setup] May 12 03:43:59.417 INFO E| Downloading crates ... |
| 2750 | 2026-05-12T03:44:00.125Z | [ helios-setup] May 12 03:43:59.480 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2751 | 2026-05-12T03:44:00.170Z | [ helios-setup] May 12 03:43:59.482 INFO E| Downloaded adler2 v2.0.0 |
| 2752 | 2026-05-12T03:44:00.189Z | [ helios-setup] May 12 03:43:59.504 INFO E| Compiling adler2 v2.0.0 |
| 2753 | 2026-05-12T03:44:00.229Z | [ helios-setup] May 12 03:43:59.568 INFO E| Compiling miniz_oxide v0.8.8 |
| 2754 | 2026-05-12T03:44:00.985Z | [ helios-setup] May 12 03:44:00.349 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2755 | 2026-05-12T03:44:01.357Z | [ helios-setup] May 12 03:44:00.719 INFO E| Finished `release` profile [optimized] target(s) in 1.41s |
| 2756 | 2026-05-12T03:44:01.363Z | [ helios-setup] May 12 03:44:00.727 INFO building project "pinprick" ok (1 seconds) |
| 2757 | 2026-05-12T03:44:01.363Z | [ helios-setup] May 12 03:44:00.727 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2758 | 2026-05-12T03:44:01.369Z | [ helios-setup] May 12 03:44:00.733 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 2759 | 2026-05-12T03:44:01.369Z | [ helios-setup] May 12 03:44:00.733 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2760 | 2026-05-12T03:44:01.372Z | [ helios-setup] May 12 03:44:00.733 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2761 | 2026-05-12T03:44:01.439Z | [ helios-setup] May 12 03:44:00.803 INFO E| Downloading crates ... |
| 2762 | 2026-05-12T03:44:01.905Z | [ helios-setup] May 12 03:44:00.858 INFO E| Downloaded block-buffer v0.10.3 |
| 2763 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.877 INFO E| Downloaded cpufeatures v0.2.5 |
| 2764 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.883 INFO E| Downloaded generic-array v0.14.6 |
| 2765 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.887 INFO E| Downloaded typenum v1.15.0 |
| 2766 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.891 INFO E| Downloaded anyhow v1.0.62 |
| 2767 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.893 INFO E| Downloaded sha2 v0.10.5 |
| 2768 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.895 INFO E| Downloaded bytes v1.2.1 |
| 2769 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.897 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2770 | 2026-05-12T03:44:01.908Z | [ helios-setup] May 12 03:44:00.898 INFO E| Downloaded digest v0.10.3 |
| 2771 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.899 INFO E| Downloaded flate2 v1.0.25 |
| 2772 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling version_check v0.9.4 |
| 2773 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling typenum v1.15.0 |
| 2774 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling cfg-if v1.0.0 |
| 2775 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling crc32fast v1.3.2 |
| 2776 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling adler v1.0.2 |
| 2777 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling anyhow v1.0.62 |
| 2778 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling unicode-width v0.1.10 |
| 2779 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling cpufeatures v0.2.5 |
| 2780 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling bytes v1.2.1 |
| 2781 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:00.930 INFO E| Compiling bitflags v1.3.2 |
| 2782 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:01.024 INFO E| Compiling miniz_oxide v0.6.2 |
| 2783 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:01.031 INFO E| Compiling getopts v0.2.21 |
| 2784 | 2026-05-12T03:44:01.909Z | [ helios-setup] May 12 03:44:01.162 INFO E| Compiling generic-array v0.14.6 |
| 2785 | 2026-05-12T03:44:02.415Z | [ helios-setup] May 12 03:44:01.374 INFO E| Compiling flate2 v1.0.25 |
| 2786 | 2026-05-12T03:44:02.846Z | [ helios-setup] May 12 03:44:02.210 INFO E| Compiling crypto-common v0.1.6 |
| 2787 | 2026-05-12T03:44:02.846Z | [ helios-setup] May 12 03:44:02.210 INFO E| Compiling block-buffer v0.10.3 |
| 2788 | 2026-05-12T03:44:02.940Z | [ helios-setup] May 12 03:44:02.304 INFO E| Compiling digest v0.10.3 |
| 2789 | 2026-05-12T03:44:03.080Z | [ helios-setup] May 12 03:44:02.444 INFO E| Compiling sha2 v0.10.5 |
| 2790 | 2026-05-12T03:44:03.286Z | [ helios-setup] May 12 03:44:02.634 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2791 | 2026-05-12T03:44:04.410Z | [ helios-setup] May 12 03:44:03.773 INFO E| Finished `release` profile [optimized] target(s) in 3.03s |
| 2792 | 2026-05-12T03:44:04.827Z | [ helios-setup] May 12 03:44:03.782 INFO building project "bootserver" ok (3 seconds) |
| 2793 | 2026-05-12T03:44:04.827Z | [ helios-setup] May 12 03:44:03.782 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2794 | 2026-05-12T03:44:04.830Z | [ helios-setup] May 12 03:44:03.818 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2795 | 2026-05-12T03:44:04.830Z | [ helios-setup] May 12 03:44:03.818 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2796 | 2026-05-12T03:44:04.830Z | [ helios-setup] May 12 03:44:03.818 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2797 | 2026-05-12T03:44:04.831Z | [ helios-setup] May 12 03:44:03.957 INFO E| Updating crates.io index |
| 2798 | 2026-05-12T03:44:04.831Z | [ helios-setup] May 12 03:44:04.000 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2799 | 2026-05-12T03:44:05.004Z | [ helios-setup] May 12 03:44:04.366 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2800 | 2026-05-12T03:44:05.004Z | [ helios-setup] May 12 03:44:04.366 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2801 | 2026-05-12T03:44:05.014Z | [ helios-setup] May 12 03:44:04.379 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2802 | 2026-05-12T03:44:05.310Z | [ helios-setup] May 12 03:44:04.662 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2803 | 2026-05-12T03:44:05.310Z | [ helios-setup] May 12 03:44:04.662 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2804 | 2026-05-12T03:44:05.543Z | [ helios-setup] May 12 03:44:04.907 INFO E| Downloading crates ... |
| 2805 | 2026-05-12T03:44:05.617Z | [ helios-setup] May 12 03:44:04.981 INFO E| Downloaded log v0.4.27 |
| 2806 | 2026-05-12T03:44:05.620Z | [ helios-setup] May 12 03:44:04.983 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2807 | 2026-05-12T03:44:05.620Z | [ helios-setup] May 12 03:44:04.984 INFO E| Downloaded dyn-clone v1.0.19 |
| 2808 | 2026-05-12T03:44:05.624Z | [ helios-setup] May 12 03:44:04.988 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2809 | 2026-05-12T03:44:06.035Z | [ helios-setup] May 12 03:44:04.991 INFO E| Downloaded unic-char-property v0.9.0 |
| 2810 | 2026-05-12T03:44:06.035Z | [ helios-setup] May 12 03:44:04.991 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2811 | 2026-05-12T03:44:06.039Z | [ helios-setup] May 12 03:44:04.993 INFO E| Downloaded heck v0.3.3 |
| 2812 | 2026-05-12T03:44:06.039Z | [ helios-setup] May 12 03:44:04.994 INFO E| Downloaded unic-common v0.9.0 |
| 2813 | 2026-05-12T03:44:06.039Z | [ helios-setup] May 12 03:44:04.995 INFO E| Downloaded itoa v1.0.15 |
| 2814 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:04.996 INFO E| Downloaded strum v0.27.1 |
| 2815 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.002 INFO E| Downloaded parse_int v0.9.0 |
| 2816 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.003 INFO E| Downloaded fletcher v1.0.0 |
| 2817 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.005 INFO E| Downloaded structopt-derive v0.4.18 |
| 2818 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.006 INFO E| Downloaded textwrap v0.11.0 |
| 2819 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.007 INFO E| Downloaded rustversion v1.0.20 |
| 2820 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.008 INFO E| Downloaded autocfg v1.4.0 |
| 2821 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.010 INFO E| Downloaded vec_map v0.8.2 |
| 2822 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.010 INFO E| Downloaded strsim v0.8.0 |
| 2823 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.011 INFO E| Downloaded thiserror v2.0.12 |
| 2824 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.015 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2825 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.018 INFO E| Downloaded strum_macros v0.27.1 |
| 2826 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.020 INFO E| Downloaded pest_generator v2.8.0 |
| 2827 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.023 INFO E| Downloaded quote v1.0.40 |
| 2828 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.026 INFO E| Downloaded pest_meta v2.8.0 |
| 2829 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.030 INFO E| Downloaded pest_derive v2.8.0 |
| 2830 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.032 INFO E| Downloaded unicode-ident v1.0.18 |
| 2831 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.034 INFO E| Downloaded pest v2.8.0 |
| 2832 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.039 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2833 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.041 INFO E| Downloaded serde v1.0.219 |
| 2834 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.043 INFO E| Downloaded unic-char-range v0.9.0 |
| 2835 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.043 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2836 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.051 INFO E| Downloaded structopt v0.3.26 |
| 2837 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.055 INFO E| Downloaded four-cc v0.4.0 |
| 2838 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.068 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2839 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.073 INFO E| Downloaded memchr v2.7.4 |
| 2840 | 2026-05-12T03:44:06.040Z | [ helios-setup] May 12 03:44:05.076 INFO E| Downloaded ansi_term v0.12.1 |
| 2841 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.077 INFO E| Downloaded bytesize v2.0.1 |
| 2842 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.080 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2843 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.085 INFO E| Downloaded serde_derive v1.0.219 |
| 2844 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.087 INFO E| Downloaded ryu v1.0.20 |
| 2845 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.091 INFO E| Downloaded typenum v1.18.0 |
| 2846 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.109 INFO E| Downloaded serde_json v1.0.140 |
| 2847 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.113 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2848 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.137 INFO E| Downloaded zerocopy v0.8.25 |
| 2849 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.151 INFO E| Downloaded goblin v0.9.3 |
| 2850 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.155 INFO E| Downloaded clap v2.34.0 |
| 2851 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.158 INFO E| Downloaded syn v2.0.101 |
| 2852 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.188 INFO E| Downloaded libc v0.2.172 |
| 2853 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling proc-macro2 v1.0.95 |
| 2854 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling unicode-ident v1.0.18 |
| 2855 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling memchr v2.7.4 |
| 2856 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling autocfg v1.4.0 |
| 2857 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling thiserror v2.0.12 |
| 2858 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling serde v1.0.219 |
| 2859 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling syn v1.0.109 |
| 2860 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling version_check v0.9.5 |
| 2861 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling serde_json v1.0.140 |
| 2862 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling ryu v1.0.20 |
| 2863 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling itoa v1.0.15 |
| 2864 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling schemars v0.8.22 |
| 2865 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling libc v0.2.172 |
| 2866 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.241 INFO E| Compiling ucd-trie v0.1.7 |
| 2867 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.263 INFO E| Compiling paste v1.0.15 |
| 2868 | 2026-05-12T03:44:06.041Z | [ helios-setup] May 12 03:44:05.263 INFO E| Compiling rustversion v1.0.20 |
| 2869 | 2026-05-12T03:44:06.133Z | [ helios-setup] May 12 03:44:05.496 INFO E| Compiling dyn-clone v1.0.19 |
| 2870 | 2026-05-12T03:44:06.179Z | [ helios-setup] May 12 03:44:05.543 INFO E| Compiling static_assertions v1.1.0 |
| 2871 | 2026-05-12T03:44:06.210Z | [ helios-setup] May 12 03:44:05.572 INFO E| Compiling zerocopy v0.8.25 |
| 2872 | 2026-05-12T03:44:06.220Z | [ helios-setup] May 12 03:44:05.584 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2873 | 2026-05-12T03:44:06.656Z | [ helios-setup] May 12 03:44:05.608 INFO E| Compiling proc-macro-error v1.0.4 |
| 2874 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.631 INFO E| Compiling once_cell v1.21.3 |
| 2875 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.638 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2876 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.638 INFO E| Compiling num-traits v0.2.19 |
| 2877 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.650 INFO E| Compiling memoffset v0.9.1 |
| 2878 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.672 INFO E| Compiling unicode-width v0.1.14 |
| 2879 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.698 INFO E| Compiling heck v0.5.0 |
| 2880 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.842 INFO E| Compiling vec_map v0.8.2 |
| 2881 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.863 INFO E| Compiling byteorder v1.5.0 |
| 2882 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.887 INFO E| Compiling bitflags v1.3.2 |
| 2883 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.917 INFO E| Compiling textwrap v0.11.0 |
| 2884 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.917 INFO E| Compiling strsim v0.8.0 |
| 2885 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.971 INFO E| Compiling atty v0.2.14 |
| 2886 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.983 INFO E| Compiling heck v0.3.3 |
| 2887 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:05.999 INFO E| Compiling strum v0.27.1 |
| 2888 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:06.016 INFO E| Compiling unic-char-range v0.9.0 |
| 2889 | 2026-05-12T03:44:06.665Z | [ helios-setup] May 12 03:44:06.017 INFO E| Compiling ansi_term v0.12.1 |
| 2890 | 2026-05-12T03:44:06.679Z | [ helios-setup] May 12 03:44:06.032 INFO E| Compiling unic-common v0.9.0 |
| 2891 | 2026-05-12T03:44:06.699Z | [ helios-setup] May 12 03:44:06.064 INFO E| Compiling fletcher v1.0.0 |
| 2892 | 2026-05-12T03:44:06.749Z | [ helios-setup] May 12 03:44:06.113 INFO E| Compiling unic-char-property v0.9.0 |
| 2893 | 2026-05-12T03:44:06.749Z | [ helios-setup] May 12 03:44:06.113 INFO E| Compiling lazy_static v1.5.0 |
| 2894 | 2026-05-12T03:44:06.770Z | [ helios-setup] May 12 03:44:06.134 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2895 | 2026-05-12T03:44:06.782Z | [ helios-setup] May 12 03:44:06.146 INFO E| Compiling log v0.4.27 |
| 2896 | 2026-05-12T03:44:06.795Z | [ helios-setup] May 12 03:44:06.159 INFO E| Compiling plain v0.2.3 |
| 2897 | 2026-05-12T03:44:06.795Z | [ helios-setup] May 12 03:44:06.159 INFO E| Compiling bytesize v2.0.1 |
| 2898 | 2026-05-12T03:44:06.832Z | [ helios-setup] May 12 03:44:06.196 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2899 | 2026-05-12T03:44:07.246Z | [ helios-setup] May 12 03:44:06.207 INFO E| Compiling clap v2.34.0 |
| 2900 | 2026-05-12T03:44:07.658Z | [ helios-setup] May 12 03:44:06.240 INFO E| Compiling quote v1.0.40 |
| 2901 | 2026-05-12T03:44:07.659Z | [ helios-setup] May 12 03:44:06.402 INFO E| Compiling syn v2.0.101 |
| 2902 | 2026-05-12T03:44:07.665Z | [ helios-setup] May 12 03:44:06.627 INFO E| Compiling parse_int v0.9.0 |
| 2903 | 2026-05-12T03:44:07.694Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.95s |
| 2904 | 2026-05-12T03:44:07.935Z | [ omicron-package] |
| 2905 | 2026-05-12T03:44:07.943Z | [ omicron-package] real 47.139339882 |
| 2906 | 2026-05-12T03:44:07.943Z | [ omicron-package] user 5:32.633402675 |
| 2907 | 2026-05-12T03:44:07.943Z | [ omicron-package] sys 30.145193872 |
| 2908 | 2026-05-12T03:44:07.943Z | [ omicron-package] trap 0.518334232 |
| 2909 | 2026-05-12T03:44:07.943Z | [ omicron-package] tflt 0.874891597 |
| 2910 | 2026-05-12T03:44:07.943Z | [ omicron-package] dflt 3.414068823 |
| 2911 | 2026-05-12T03:44:07.943Z | [ omicron-package] kflt 0.000254130 |
| 2912 | 2026-05-12T03:44:07.943Z | [ omicron-package] lock 12:28.651847888 |
| 2913 | 2026-05-12T03:44:07.943Z | [ omicron-package] slp 7:21.289027007 |
| 2914 | 2026-05-12T03:44:07.943Z | [ omicron-package] lat 42.976007225 |
| 2915 | 2026-05-12T03:44:07.943Z | May 12 03:44:07.297 INFO [omicron-package] process exited with exit status: 0 (47.206730944s) |
| 2916 | 2026-05-12T03:44:07.943Z | [ omicron-package] stop 1:13.822027461 |
| 2917 | 2026-05-12T03:44:07.943Z | May 12 03:44:07.297 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2918 | 2026-05-12T03:44:07.943Z | May 12 03:44:07.298 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2919 | 2026-05-12T03:44:07.954Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-05-12T03:44:07.954Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2921 | 2026-05-12T03:44:07.954Z | [ host-target] Created new build target 'host' and set it as active |
| 2922 | 2026-05-12T03:44:07.954Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2923 | 2026-05-12T03:44:07.961Z | May 12 03:44:07.315 INFO [recovery-target] process exited with exit status: 0 (17.611408ms) |
| 2924 | 2026-05-12T03:44:07.961Z | May 12 03:44:07.315 INFO [host-target] process exited with exit status: 0 (18.29667ms) |
| 2925 | 2026-05-12T03:44:07.961Z | May 12 03:44:07.316 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2926 | 2026-05-12T03:44:07.967Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-05-12T03:44:08.857Z | [ helios-setup] May 12 03:44:08.221 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2928 | 2026-05-12T03:44:08.857Z | [ helios-setup] May 12 03:44:08.221 INFO E| Compiling structopt-derive v0.4.18 |
| 2929 | 2026-05-12T03:44:09.061Z | [ helios-setup] May 12 03:44:08.425 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2930 | 2026-05-12T03:44:09.462Z | [ helios-setup] May 12 03:44:08.826 INFO E| Compiling thiserror-impl v2.0.12 |
| 2931 | 2026-05-12T03:44:09.462Z | [ helios-setup] May 12 03:44:08.826 INFO E| Compiling serde_derive v1.0.219 |
| 2932 | 2026-05-12T03:44:09.462Z | [ helios-setup] May 12 03:44:08.826 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2933 | 2026-05-12T03:44:09.466Z | [ helios-setup] May 12 03:44:08.827 INFO E| Compiling num-derive v0.4.2 |
| 2934 | 2026-05-12T03:44:09.466Z | [ helios-setup] May 12 03:44:08.827 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2935 | 2026-05-12T03:44:09.466Z | [ helios-setup] May 12 03:44:08.827 INFO E| Compiling scroll_derive v0.12.1 |
| 2936 | 2026-05-12T03:44:09.466Z | [ helios-setup] May 12 03:44:08.827 INFO E| Compiling strum_macros v0.27.1 |
| 2937 | 2026-05-12T03:44:09.546Z | [ host-package] Compiling ring v0.17.14 |
| 2938 | 2026-05-12T03:44:09.551Z | [ helios-setup] May 12 03:44:08.915 INFO E| Compiling schemars_derive v0.8.22 |
| 2939 | 2026-05-12T03:44:09.732Z | [ helios-setup] May 12 03:44:09.083 INFO E| Compiling structopt v0.3.26 |
| 2940 | 2026-05-12T03:44:09.748Z | [ helios-setup] May 12 03:44:09.092 INFO E| Compiling modular-bitfield v0.11.2 |
| 2941 | 2026-05-12T03:44:09.859Z | [ host-package] Compiling heck v0.5.0 |
| 2942 | 2026-05-12T03:44:09.863Z | [ host-package] Compiling regress v0.11.1 |
| 2943 | 2026-05-12T03:44:09.863Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2944 | 2026-05-12T03:44:09.969Z | [ host-package] Compiling regress v0.10.5 |
| 2945 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2946 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2947 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2948 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling bytecount v0.6.9 |
| 2949 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling derive-where v1.6.0 |
| 2950 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling thread_local v1.1.9 |
| 2951 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2952 | 2026-05-12T03:44:10.017Z | [ host-package] Compiling compression-core v0.4.31 |
| 2953 | 2026-05-12T03:44:10.018Z | [ host-package] Compiling multer v3.1.0 |
| 2954 | 2026-05-12T03:44:10.197Z | [ helios-setup] May 12 03:44:09.561 INFO E| Compiling scroll v0.12.0 |
| 2955 | 2026-05-12T03:44:10.475Z | [ helios-setup] May 12 03:44:09.838 INFO E| Compiling goblin v0.9.3 |
| 2956 | 2026-05-12T03:44:10.605Z | [ host-package] Compiling slog-async v2.8.0 |
| 2957 | 2026-05-12T03:44:10.654Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2958 | 2026-05-12T03:44:10.771Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2959 | 2026-05-12T03:44:10.791Z | [ helios-setup] May 12 03:44:10.090 INFO E| Compiling pest v2.8.0 |
| 2960 | 2026-05-12T03:44:10.791Z | [ helios-setup] May 12 03:44:10.135 INFO E| Compiling modular-bitfield v0.13.1 |
| 2961 | 2026-05-12T03:44:10.817Z | [ host-package] Compiling slog-json v2.6.1 |
| 2962 | 2026-05-12T03:44:10.857Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2963 | 2026-05-12T03:44:10.857Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2964 | 2026-05-12T03:44:10.857Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2965 | 2026-05-12T03:44:11.076Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2966 | 2026-05-12T03:44:11.076Z | [ host-package] Compiling hostname v0.3.1 |
| 2967 | 2026-05-12T03:44:11.206Z | [ host-package] Compiling take_mut v0.2.2 |
| 2968 | 2026-05-12T03:44:11.242Z | [ host-package] Compiling term v1.2.1 |
| 2969 | 2026-05-12T03:44:11.355Z | [ host-package] Compiling async-compression v0.4.41 |
| 2970 | 2026-05-12T03:44:11.441Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2971 | 2026-05-12T03:44:11.463Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 2972 | 2026-05-12T03:44:11.475Z | [ host-package] Compiling dropshot v0.17.0 |
| 2973 | 2026-05-12T03:44:11.479Z | [ host-package] Compiling async-stream v0.3.6 |
| 2974 | 2026-05-12T03:44:11.479Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2975 | 2026-05-12T03:44:11.744Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2976 | 2026-05-12T03:44:11.762Z | [ host-package] Compiling slog-term v2.9.2 |
| 2977 | 2026-05-12T03:44:11.762Z | [ host-package] Compiling num-rational v0.4.2 |
| 2978 | 2026-05-12T03:44:11.824Z | [ helios-setup] May 12 03:44:11.187 INFO E| Compiling pest_meta v2.8.0 |
| 2979 | 2026-05-12T03:44:11.909Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2980 | 2026-05-12T03:44:11.909Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2981 | 2026-05-12T03:44:12.126Z | [ host-package] Compiling backon v1.6.0 |
| 2982 | 2026-05-12T03:44:12.133Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2983 | 2026-05-12T03:44:12.296Z | [ host-package] Compiling num-complex v0.4.6 |
| 2984 | 2026-05-12T03:44:12.326Z | [ host-package] Compiling hostname v0.4.2 |
| 2985 | 2026-05-12T03:44:12.326Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2986 | 2026-05-12T03:44:12.390Z | [ host-package] Compiling instant v0.1.13 |
| 2987 | 2026-05-12T03:44:12.416Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2988 | 2026-05-12T03:44:12.430Z | [ helios-setup] May 12 03:44:11.790 INFO E| Compiling pest_generator v2.8.0 |
| 2989 | 2026-05-12T03:44:12.443Z | [ host-package] Compiling parse-display v0.10.0 |
| 2990 | 2026-05-12T03:44:12.470Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2991 | 2026-05-12T03:44:12.494Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2992 | 2026-05-12T03:44:12.537Z | [ host-package] Compiling backoff v0.4.0 |
| 2993 | 2026-05-12T03:44:12.569Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2994 | 2026-05-12T03:44:12.610Z | [ host-package] Compiling macaddr v1.0.1 |
| 2995 | 2026-05-12T03:44:12.669Z | [ host-package] Compiling num v0.4.3 |
| 2996 | 2026-05-12T03:44:12.772Z | [ host-package] Compiling float-ord v0.3.2 |
| 2997 | 2026-05-12T03:44:13.195Z | [ host-package] Compiling console v0.15.11 |
| 2998 | 2026-05-12T03:44:13.199Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2999 | 2026-05-12T03:44:13.200Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3000 | 2026-05-12T03:44:13.200Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3001 | 2026-05-12T03:44:13.200Z | [ helios-setup] May 12 03:44:12.447 INFO E| Compiling pest_derive v2.8.0 |
| 3002 | 2026-05-12T03:44:13.200Z | [ host-package] Compiling owo-colors v4.3.0 |
| 3003 | 2026-05-12T03:44:13.207Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3004 | 2026-05-12T03:44:13.330Z | [ host-package] Compiling expectorate v1.2.0 |
| 3005 | 2026-05-12T03:44:13.355Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3006 | 2026-05-12T03:44:13.458Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 3007 | 2026-05-12T03:44:13.553Z | [ host-package] Compiling libsw v3.5.0 |
| 3008 | 2026-05-12T03:44:13.578Z | [ host-package] Compiling toml v0.8.23 |
| 3009 | 2026-05-12T03:44:13.578Z | [ host-package] Compiling linear-map v1.2.0 |
| 3010 | 2026-05-12T03:44:13.583Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3011 | 2026-05-12T03:44:13.832Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3012 | 2026-05-12T03:44:13.899Z | [ host-package] Compiling rustls v0.23.37 |
| 3013 | 2026-05-12T03:44:13.904Z | [ host-package] Compiling rustls v0.22.4 |
| 3014 | 2026-05-12T03:44:13.972Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3015 | 2026-05-12T03:44:13.972Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3016 | 2026-05-12T03:44:14.049Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3017 | 2026-05-12T03:44:14.076Z | [ helios-setup] May 12 03:44:13.435 INFO E| Compiling json5 v0.4.1 |
| 3018 | 2026-05-12T03:44:14.127Z | [ host-package] Compiling nom v7.1.3 |
| 3019 | 2026-05-12T03:44:14.179Z | [ host-package] Compiling convert_case v0.10.0 |
| 3020 | 2026-05-12T03:44:14.240Z | [ host-package] Compiling papergrid v0.11.0 |
| 3021 | 2026-05-12T03:44:14.283Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3022 | 2026-05-12T03:44:14.309Z | [ host-package] Compiling termtree v0.5.1 |
| 3023 | 2026-05-12T03:44:14.338Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3024 | 2026-05-12T03:44:14.359Z | [ host-package] Compiling vte v0.14.1 |
| 3025 | 2026-05-12T03:44:14.504Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3026 | 2026-05-12T03:44:14.552Z | [ host-package] Compiling csv-core v0.1.13 |
| 3027 | 2026-05-12T03:44:14.616Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3028 | 2026-05-12T03:44:14.669Z | [ host-package] Compiling highway v1.3.0 |
| 3029 | 2026-05-12T03:44:14.714Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3030 | 2026-05-12T03:44:14.774Z | [ host-package] Compiling phf v0.12.1 |
| 3031 | 2026-05-12T03:44:14.983Z | [ host-package] Compiling csv v1.4.0 |
| 3032 | 2026-05-12T03:44:15.095Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3033 | 2026-05-12T03:44:15.168Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 3034 | 2026-05-12T03:44:15.213Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-05-12T03:44:15.284Z | [ host-package] Compiling tabled v0.15.0 |
| 3036 | 2026-05-12T03:44:15.426Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3037 | 2026-05-12T03:44:15.518Z | [ host-package] Compiling derive_more v2.1.1 |
| 3038 | 2026-05-12T03:44:15.573Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3039 | 2026-05-12T03:44:15.612Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3040 | 2026-05-12T03:44:15.638Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3041 | 2026-05-12T03:44:15.641Z | [ host-package] Compiling crossterm v0.29.0 |
| 3042 | 2026-05-12T03:44:15.658Z | [ helios-setup] May 12 03:44:15.022 INFO E| Compiling four-cc v0.4.0 |
| 3043 | 2026-05-12T03:44:16.064Z | [ helios-setup] May 12 03:44:15.022 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3044 | 2026-05-12T03:44:16.068Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3045 | 2026-05-12T03:44:16.068Z | [ helios-setup] May 12 03:44:15.143 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3046 | 2026-05-12T03:44:16.147Z | [ host-package] Compiling const_format v0.2.35 |
| 3047 | 2026-05-12T03:44:16.458Z | [ host-package] Compiling reedline v0.40.0 |
| 3048 | 2026-05-12T03:44:16.468Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3049 | 2026-05-12T03:44:16.724Z | [ host-package] Compiling bcs v0.1.6 |
| 3050 | 2026-05-12T03:44:17.118Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3051 | 2026-05-12T03:44:17.244Z | [ host-package] Compiling peg v0.8.5 |
| 3052 | 2026-05-12T03:44:17.373Z | [ host-package] Compiling typify v0.6.2 |
| 3053 | 2026-05-12T03:44:17.547Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3054 | 2026-05-12T03:44:18.250Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3055 | 2026-05-12T03:44:18.505Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3056 | 2026-05-12T03:44:19.178Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3057 | 2026-05-12T03:44:19.500Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3058 | 2026-05-12T03:44:19.835Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3059 | 2026-05-12T03:44:19.914Z | [ host-package] Compiling reqwest v0.12.28 |
| 3060 | 2026-05-12T03:44:20.109Z | [ host-package] Compiling reqwest v0.13.2 |
| 3061 | 2026-05-12T03:44:21.145Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3062 | 2026-05-12T03:44:22.173Z | [ host-package] Compiling tough v0.22.0 |
| 3063 | 2026-05-12T03:44:22.706Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3064 | 2026-05-12T03:44:22.928Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3065 | 2026-05-12T03:44:23.103Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3066 | 2026-05-12T03:44:23.146Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3067 | 2026-05-12T03:44:23.459Z | [ host-package] Compiling qorb v0.4.1 |
| 3068 | 2026-05-12T03:44:23.570Z | [ host-package] Compiling semver v0.1.20 |
| 3069 | 2026-05-12T03:44:23.601Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3070 | 2026-05-12T03:44:23.882Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3071 | 2026-05-12T03:44:23.921Z | [ host-package] Compiling humantime v2.3.0 |
| 3072 | 2026-05-12T03:44:23.962Z | [ host-package] Compiling smawk v0.3.2 |
| 3073 | 2026-05-12T03:44:24.019Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3074 | 2026-05-12T03:44:24.535Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3075 | 2026-05-12T03:44:24.538Z | [ host-package] Compiling textwrap v0.16.2 |
| 3076 | 2026-05-12T03:44:24.538Z | [ host-package] Compiling dropshot-api-manager-types v0.7.1 |
| 3077 | 2026-05-12T03:44:25.320Z | [ host-package] Compiling steno v0.4.1 |
| 3078 | 2026-05-12T03:44:25.591Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3079 | 2026-05-12T03:44:25.988Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3080 | 2026-05-12T03:44:26.016Z | [ host-package] Compiling tagptr v0.2.0 |
| 3081 | 2026-05-12T03:44:26.016Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3082 | 2026-05-12T03:44:26.800Z | [ host-package] Compiling moka v0.12.13 |
| 3083 | 2026-05-12T03:44:26.800Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3084 | 2026-05-12T03:44:26.805Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3085 | 2026-05-12T03:44:26.805Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3086 | 2026-05-12T03:44:27.269Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3087 | 2026-05-12T03:44:27.274Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3088 | 2026-05-12T03:44:27.274Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3089 | 2026-05-12T03:44:27.429Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3090 | 2026-05-12T03:44:27.546Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3091 | 2026-05-12T03:44:27.740Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3092 | 2026-05-12T03:44:28.597Z | [ host-package] Compiling progenitor v0.14.0 |
| 3093 | 2026-05-12T03:44:28.724Z | [ host-package] Compiling progenitor v0.13.0 |
| 3094 | 2026-05-12T03:44:28.909Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3095 | 2026-05-12T03:44:28.975Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3096 | 2026-05-12T03:44:29.023Z | [ host-package] Compiling num-derive v0.3.3 |
| 3097 | 2026-05-12T03:44:29.892Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3098 | 2026-05-12T03:44:30.152Z | [ helios-setup] May 12 03:44:29.469 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3099 | 2026-05-12T03:44:30.758Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3100 | 2026-05-12T03:44:30.772Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3101 | 2026-05-12T03:44:32.875Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3102 | 2026-05-12T03:44:33.303Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3103 | 2026-05-12T03:44:33.434Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2026-05-12T03:44:33.839Z | [ helios-setup] May 12 03:44:33.187 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3105 | 2026-05-12T03:44:34.063Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3106 | 2026-05-12T03:44:34.225Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3107 | 2026-05-12T03:44:34.345Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3108 | 2026-05-12T03:44:34.585Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3109 | 2026-05-12T03:44:34.709Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3110 | 2026-05-12T03:44:34.759Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3111 | 2026-05-12T03:44:34.803Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3112 | 2026-05-12T03:44:34.825Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3113 | 2026-05-12T03:44:36.529Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3114 | 2026-05-12T03:44:37.104Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3115 | 2026-05-12T03:44:37.609Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3116 | 2026-05-12T03:44:38.165Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3117 | 2026-05-12T03:44:38.280Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3118 | 2026-05-12T03:44:38.579Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3119 | 2026-05-12T03:44:39.348Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3120 | 2026-05-12T03:44:39.565Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3121 | 2026-05-12T03:44:39.906Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3122 | 2026-05-12T03:44:40.167Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3123 | 2026-05-12T03:44:40.589Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3124 | 2026-05-12T03:44:41.217Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3125 | 2026-05-12T03:44:41.276Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3126 | 2026-05-12T03:44:42.409Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3127 | 2026-05-12T03:44:42.698Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3128 | 2026-05-12T03:44:42.748Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3129 | 2026-05-12T03:44:42.800Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3130 | 2026-05-12T03:44:42.860Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3131 | 2026-05-12T03:44:43.027Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3132 | 2026-05-12T03:44:43.817Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3133 | 2026-05-12T03:44:43.866Z | [ host-package] Compiling papergrid v0.17.0 |
| 3134 | 2026-05-12T03:44:44.007Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3135 | 2026-05-12T03:44:45.086Z | [ host-package] Compiling testing_table v0.3.0 |
| 3136 | 2026-05-12T03:44:45.135Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3137 | 2026-05-12T03:44:45.367Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3138 | 2026-05-12T03:44:45.463Z | [ host-package] Compiling glob v0.3.3 |
| 3139 | 2026-05-12T03:44:45.608Z | [ host-package] Compiling crunchy v0.2.4 |
| 3140 | 2026-05-12T03:44:45.694Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3141 | 2026-05-12T03:44:45.796Z | [ host-package] Compiling maplit v1.0.2 |
| 3142 | 2026-05-12T03:44:45.891Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3143 | 2026-05-12T03:44:45.926Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3144 | 2026-05-12T03:44:46.025Z | [ host-package] Compiling tabled v0.20.0 |
| 3145 | 2026-05-12T03:44:46.049Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3146 | 2026-05-12T03:44:46.075Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3147 | 2026-05-12T03:44:46.078Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3148 | 2026-05-12T03:44:46.472Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3149 | 2026-05-12T03:44:46.588Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3150 | 2026-05-12T03:44:46.703Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3151 | 2026-05-12T03:44:46.735Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3152 | 2026-05-12T03:44:47.218Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3153 | 2026-05-12T03:44:47.241Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3154 | 2026-05-12T03:44:47.241Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3155 | 2026-05-12T03:44:47.241Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3156 | 2026-05-12T03:44:47.289Z | [ host-package] Compiling xshell v0.2.7 |
| 3157 | 2026-05-12T03:44:47.312Z | [ helios-setup] May 12 03:44:46.644 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.78s |
| 3158 | 2026-05-12T03:44:47.328Z | [ helios-setup] May 12 03:44:46.679 INFO building project "amd-host-image-builder" ok (42 seconds) |
| 3159 | 2026-05-12T03:44:47.328Z | [ helios-setup] May 12 03:44:46.679 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3160 | 2026-05-12T03:44:47.340Z | [ helios-setup] May 12 03:44:46.687 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3161 | 2026-05-12T03:44:47.340Z | [ helios-setup] May 12 03:44:46.687 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3162 | 2026-05-12T03:44:47.340Z | [ helios-setup] May 12 03:44:46.687 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3163 | 2026-05-12T03:44:47.363Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3164 | 2026-05-12T03:44:47.551Z | [ helios-setup] May 12 03:44:46.889 INFO E| Downloading crates ... |
| 3165 | 2026-05-12T03:44:48.004Z | [ helios-setup] May 12 03:44:46.950 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3166 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.955 INFO E| Downloaded deranged v0.4.0 |
| 3167 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.956 INFO E| Downloaded anyhow v1.0.98 |
| 3168 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.959 INFO E| Downloaded time-core v0.1.4 |
| 3169 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.959 INFO E| Downloaded errno v0.3.12 |
| 3170 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.971 INFO E| Downloaded getrandom v0.3.3 |
| 3171 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.974 INFO E| Downloaded time-macros v0.2.22 |
| 3172 | 2026-05-12T03:44:48.019Z | [ helios-setup] May 12 03:44:46.981 INFO E| Downloaded tempfile v3.20.0 |
| 3173 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:46.985 INFO E| Downloaded bitflags v2.9.1 |
| 3174 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:46.990 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3175 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:46.996 INFO E| Downloaded time v0.3.41 |
| 3176 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:47.002 INFO E| Downloaded indexmap v2.9.0 |
| 3177 | 2026-05-12T03:44:48.020Z | [ host-package] Compiling term v0.7.0 |
| 3178 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:47.021 INFO E| Downloaded serde_with v3.12.0 |
| 3179 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:47.027 INFO E| Downloaded hashbrown v0.15.3 |
| 3180 | 2026-05-12T03:44:48.020Z | [ helios-setup] May 12 03:44:47.031 INFO E| Downloaded chrono v0.4.41 |
| 3181 | 2026-05-12T03:44:48.021Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3182 | 2026-05-12T03:44:48.021Z | [ helios-setup] May 12 03:44:47.041 INFO E| Downloaded rustix v1.0.7 |
| 3183 | 2026-05-12T03:44:48.021Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3184 | 2026-05-12T03:44:48.021Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling proc-macro2 v1.0.95 |
| 3185 | 2026-05-12T03:44:48.021Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling unicode-ident v1.0.18 |
| 3186 | 2026-05-12T03:44:48.021Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling libc v0.2.172 |
| 3187 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling ident_case v1.0.1 |
| 3188 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling fnv v1.0.7 |
| 3189 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling strsim v0.11.1 |
| 3190 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling serde v1.0.219 |
| 3191 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.124 INFO E| Compiling getrandom v0.3.3 |
| 3192 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling rustix v1.0.7 |
| 3193 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling anyhow v1.0.98 |
| 3194 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling bitflags v2.9.1 |
| 3195 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling serde_json v1.0.140 |
| 3196 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling thiserror v2.0.12 |
| 3197 | 2026-05-12T03:44:48.022Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling cfg-if v1.0.0 |
| 3198 | 2026-05-12T03:44:48.023Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling once_cell v1.21.3 |
| 3199 | 2026-05-12T03:44:48.023Z | [ helios-setup] May 12 03:44:47.159 INFO E| Compiling memchr v2.7.4 |
| 3200 | 2026-05-12T03:44:48.023Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3201 | 2026-05-12T03:44:48.104Z | [ helios-setup] May 12 03:44:47.433 INFO E| Compiling ryu v1.0.20 |
| 3202 | 2026-05-12T03:44:48.227Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3203 | 2026-05-12T03:44:48.251Z | [ helios-setup] May 12 03:44:47.517 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3204 | 2026-05-12T03:44:48.251Z | [ helios-setup] May 12 03:44:47.517 INFO E| Compiling itoa v1.0.15 |
| 3205 | 2026-05-12T03:44:48.301Z | [ host-package] Compiling itertools v0.10.5 |
| 3206 | 2026-05-12T03:44:48.377Z | [ helios-setup] May 12 03:44:47.732 INFO E| Compiling fastrand v2.3.0 |
| 3207 | 2026-05-12T03:44:48.503Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3208 | 2026-05-12T03:44:48.681Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3209 | 2026-05-12T03:44:48.811Z | [ helios-setup] May 12 03:44:48.171 INFO E| Compiling errno v0.3.12 |
| 3210 | 2026-05-12T03:44:49.245Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3211 | 2026-05-12T03:44:49.659Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3212 | 2026-05-12T03:44:49.659Z | [ host-package] Compiling bit-set v0.5.3 |
| 3213 | 2026-05-12T03:44:49.666Z | [ helios-setup] May 12 03:44:48.806 INFO E| Compiling quote v1.0.40 |
| 3214 | 2026-05-12T03:44:49.666Z | [ helios-setup] May 12 03:44:49.016 INFO E| Compiling syn v2.0.101 |
| 3215 | 2026-05-12T03:44:49.999Z | [ helios-setup] May 12 03:44:49.344 INFO E| Compiling tempfile v3.20.0 |
| 3216 | 2026-05-12T03:44:50.005Z | [ host-package] Compiling ena v0.14.4 |
| 3217 | 2026-05-12T03:44:50.382Z | [ host-package] Compiling libloading v0.8.9 |
| 3218 | 2026-05-12T03:44:50.630Z | [ host-package] Compiling unicase v2.9.0 |
| 3219 | 2026-05-12T03:44:50.713Z | [ host-package] Compiling crc8 v0.1.1 |
| 3220 | 2026-05-12T03:44:50.983Z | [ host-package] Compiling diff v0.1.13 |
| 3221 | 2026-05-12T03:44:51.007Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3222 | 2026-05-12T03:44:51.305Z | [ host-package] Compiling bindgen v0.71.1 |
| 3223 | 2026-05-12T03:44:51.724Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3224 | 2026-05-12T03:44:52.064Z | [ host-package] Compiling typify v0.4.3 |
| 3225 | 2026-05-12T03:44:52.261Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3226 | 2026-05-12T03:44:52.321Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3227 | 2026-05-12T03:44:52.350Z | [ host-package] Compiling diesel v2.3.7 |
| 3228 | 2026-05-12T03:44:52.472Z | [ helios-setup] May 12 03:44:51.836 INFO E| Compiling darling_core v0.20.11 |
| 3229 | 2026-05-12T03:44:52.610Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3230 | 2026-05-12T03:44:52.965Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3231 | 2026-05-12T03:44:53.464Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3232 | 2026-05-12T03:44:53.468Z | [ host-package] Compiling cexpr v0.6.0 |
| 3233 | 2026-05-12T03:44:53.468Z | [ helios-setup] May 12 03:44:52.586 INFO E| Compiling serde_derive v1.0.219 |
| 3234 | 2026-05-12T03:44:53.468Z | [ helios-setup] May 12 03:44:52.586 INFO E| Compiling thiserror-impl v2.0.12 |
| 3235 | 2026-05-12T03:44:53.468Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3236 | 2026-05-12T03:44:53.479Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3237 | 2026-05-12T03:44:54.166Z | [ host-package] Compiling headers-core v0.3.0 |
| 3238 | 2026-05-12T03:44:54.409Z | [ host-package] Compiling libxml v0.3.3 |
| 3239 | 2026-05-12T03:44:54.767Z | [ helios-setup] May 12 03:44:54.130 INFO E| Compiling darling_macro v0.20.11 |
| 3240 | 2026-05-12T03:44:54.851Z | [ host-package] Compiling headers v0.4.1 |
| 3241 | 2026-05-12T03:44:55.009Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3242 | 2026-05-12T03:44:55.111Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3243 | 2026-05-12T03:44:55.155Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3244 | 2026-05-12T03:44:55.529Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3245 | 2026-05-12T03:44:55.536Z | [ helios-setup] May 12 03:44:54.891 INFO E| Compiling darling v0.20.11 |
| 3246 | 2026-05-12T03:44:55.633Z | [ helios-setup] May 12 03:44:54.982 INFO E| Compiling serde_with_macros v3.12.0 |
| 3247 | 2026-05-12T03:44:55.650Z | [ host-package] Compiling indoc v1.0.9 |
| 3248 | 2026-05-12T03:44:56.442Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3249 | 2026-05-12T03:44:56.732Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3250 | 2026-05-12T03:44:56.799Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3251 | 2026-05-12T03:44:56.958Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3252 | 2026-05-12T03:44:56.998Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3253 | 2026-05-12T03:44:57.054Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3254 | 2026-05-12T03:44:57.525Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3255 | 2026-05-12T03:44:57.879Z | [ host-package] Compiling half v1.8.3 |
| 3256 | 2026-05-12T03:44:58.357Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3257 | 2026-05-12T03:44:58.416Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3258 | 2026-05-12T03:44:58.462Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3259 | 2026-05-12T03:44:58.487Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3260 | 2026-05-12T03:44:58.679Z | [ helios-setup] May 12 03:44:58.040 INFO E| Compiling serde_with v3.12.0 |
| 3261 | 2026-05-12T03:44:58.921Z | [ host-package] Compiling samael v0.0.19 |
| 3262 | 2026-05-12T03:44:59.226Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3263 | 2026-05-12T03:44:59.274Z | [ host-package] Compiling bb8 v0.8.6 |
| 3264 | 2026-05-12T03:44:59.454Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3265 | 2026-05-12T03:44:59.627Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3266 | 2026-05-12T03:44:59.752Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3267 | 2026-05-12T03:44:59.817Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3268 | 2026-05-12T03:44:59.983Z | [ host-package] Compiling fxhash v0.2.1 |
| 3269 | 2026-05-12T03:44:59.987Z | [ host-package] Compiling salty v0.3.0 |
| 3270 | 2026-05-12T03:45:00.202Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 3271 | 2026-05-12T03:45:00.305Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3272 | 2026-05-12T03:45:00.367Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3273 | 2026-05-12T03:45:00.521Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3274 | 2026-05-12T03:45:00.553Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3275 | 2026-05-12T03:45:01.079Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3276 | 2026-05-12T03:45:01.341Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3277 | 2026-05-12T03:45:01.621Z | [ host-package] Compiling polar-core v0.27.3 |
| 3278 | 2026-05-12T03:45:01.899Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3279 | 2026-05-12T03:45:02.420Z | [ host-package] Compiling nonempty v0.12.0 |
| 3280 | 2026-05-12T03:45:02.583Z | [ helios-setup] May 12 03:45:01.947 INFO E| Finished `release` profile [optimized] target(s) in 15.24s |
| 3281 | 2026-05-12T03:45:02.614Z | [ helios-setup] May 12 03:45:01.969 INFO building project "dmar-report" ok (15 seconds) |
| 3282 | 2026-05-12T03:45:02.614Z | [ helios-setup] May 12 03:45:01.969 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3283 | 2026-05-12T03:45:02.618Z | [ helios-setup] May 12 03:45:01.980 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3284 | 2026-05-12T03:45:02.618Z | [ helios-setup] May 12 03:45:01.980 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3285 | 2026-05-12T03:45:02.618Z | [ helios-setup] May 12 03:45:01.980 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3286 | 2026-05-12T03:45:02.732Z | [ helios-setup] May 12 03:45:02.097 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3287 | 2026-05-12T03:45:02.752Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3288 | 2026-05-12T03:45:02.790Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3289 | 2026-05-12T03:45:02.844Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3290 | 2026-05-12T03:45:02.927Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3291 | 2026-05-12T03:45:03.013Z | [ helios-setup] May 12 03:45:02.377 INFO E| From https://github.com/jclulow/hiercmd |
| 3292 | 2026-05-12T03:45:03.013Z | [ helios-setup] May 12 03:45:02.377 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3293 | 2026-05-12T03:45:03.025Z | [ helios-setup] May 12 03:45:02.389 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3294 | 2026-05-12T03:45:03.272Z | [ helios-setup] May 12 03:45:02.628 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3295 | 2026-05-12T03:45:03.272Z | [ helios-setup] May 12 03:45:02.628 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3296 | 2026-05-12T03:45:03.303Z | [ helios-setup] May 12 03:45:02.661 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3297 | 2026-05-12T03:45:03.567Z | [ helios-setup] May 12 03:45:02.928 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3298 | 2026-05-12T03:45:03.567Z | [ helios-setup] May 12 03:45:02.929 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3299 | 2026-05-12T03:45:03.583Z | [ helios-setup] May 12 03:45:02.946 INFO E| Updating crates.io index |
| 3300 | 2026-05-12T03:45:03.694Z | [ helios-setup] May 12 03:45:03.048 INFO E| Downloading crates ... |
| 3301 | 2026-05-12T03:45:03.768Z | [ helios-setup] May 12 03:45:03.130 INFO E| Downloaded futures-sink v0.3.31 |
| 3302 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.152 INFO E| Downloaded cc v1.2.44 |
| 3303 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.156 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3304 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.162 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3305 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.176 INFO E| Downloaded serde_spanned v1.0.3 |
| 3306 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.179 INFO E| Downloaded devinfo v0.1.0 |
| 3307 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.182 INFO E| Downloaded time-macros v0.2.24 |
| 3308 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.187 INFO E| Downloaded futures-macro v0.3.31 |
| 3309 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.187 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3310 | 2026-05-12T03:45:03.837Z | [ helios-setup] May 12 03:45:03.187 INFO E| Downloaded rand v0.8.5 |
| 3311 | 2026-05-12T03:45:03.846Z | [ helios-setup] May 12 03:45:03.193 INFO E| Downloaded time-core v0.1.6 |
| 3312 | 2026-05-12T03:45:03.846Z | [ helios-setup] May 12 03:45:03.195 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3313 | 2026-05-12T03:45:03.871Z | [ helios-setup] May 12 03:45:03.220 INFO E| Downloaded futures-task v0.3.31 |
| 3314 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.222 INFO E| Downloaded bitfield v0.19.3 |
| 3315 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.223 INFO E| Downloaded futures-io v0.3.31 |
| 3316 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.223 INFO E| Downloaded futures-core v0.3.31 |
| 3317 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.224 INFO E| Downloaded clap_lex v0.7.6 |
| 3318 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.248 INFO E| Downloaded uuid v1.18.1 |
| 3319 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.251 INFO E| Downloaded base64ct v1.8.0 |
| 3320 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.253 INFO E| Downloaded toml_datetime v0.7.3 |
| 3321 | 2026-05-12T03:45:03.898Z | [ helios-setup] May 12 03:45:03.254 INFO E| Downloaded socket2 v0.6.1 |
| 3322 | 2026-05-12T03:45:03.909Z | [ helios-setup] May 12 03:45:03.255 INFO E| Downloaded futures-channel v0.3.31 |
| 3323 | 2026-05-12T03:45:03.918Z | [ helios-setup] May 12 03:45:03.281 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3324 | 2026-05-12T03:45:03.923Z | [ helios-setup] May 12 03:45:03.283 INFO E| Downloaded quote v1.0.41 |
| 3325 | 2026-05-12T03:45:03.932Z | [ helios-setup] May 12 03:45:03.292 INFO E| Downloaded futures-executor v0.3.31 |
| 3326 | 2026-05-12T03:45:03.957Z | [ helios-setup] May 12 03:45:03.316 INFO E| Downloaded env_filter v0.1.4 |
| 3327 | 2026-05-12T03:45:03.980Z | [ helios-setup] May 12 03:45:03.318 INFO E| Downloaded anstyle-query v1.1.4 |
| 3328 | 2026-05-12T03:45:03.980Z | [ helios-setup] May 12 03:45:03.326 INFO E| Downloaded tokio-macros v2.6.0 |
| 3329 | 2026-05-12T03:45:03.980Z | [ helios-setup] May 12 03:45:03.328 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3330 | 2026-05-12T03:45:03.980Z | [ helios-setup] May 12 03:45:03.329 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3331 | 2026-05-12T03:45:03.980Z | [ helios-setup] May 12 03:45:03.329 INFO E| Downloaded deranged v0.5.5 |
| 3332 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.341 INFO E| Downloaded unicode-ident v1.0.22 |
| 3333 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.343 INFO E| Downloaded crc v3.3.0 |
| 3334 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.345 INFO E| Downloaded generic-array v0.14.9 |
| 3335 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.346 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3336 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.347 INFO E| Downloaded clap_derive v4.5.49 |
| 3337 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.349 INFO E| Downloaded slab v0.4.11 |
| 3338 | 2026-05-12T03:45:03.995Z | [ helios-setup] May 12 03:45:03.350 INFO E| Downloaded toml_writer v1.0.4 |
| 3339 | 2026-05-12T03:45:04.001Z | [ helios-setup] May 12 03:45:03.351 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3340 | 2026-05-12T03:45:04.008Z | [ helios-setup] May 12 03:45:03.367 INFO E| Downloaded toml_parser v1.0.4 |
| 3341 | 2026-05-12T03:45:04.028Z | [ helios-setup] May 12 03:45:03.369 INFO E| Downloaded env_logger v0.11.8 |
| 3342 | 2026-05-12T03:45:04.028Z | [ helios-setup] May 12 03:45:03.371 INFO E| Downloaded thiserror v2.0.17 |
| 3343 | 2026-05-12T03:45:04.028Z | [ helios-setup] May 12 03:45:03.376 INFO E| Downloaded log v0.4.28 |
| 3344 | 2026-05-12T03:45:04.028Z | [ helios-setup] May 12 03:45:03.378 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3345 | 2026-05-12T03:45:04.028Z | [ helios-setup] May 12 03:45:03.380 INFO E| Downloaded rsa v0.9.8 |
| 3346 | 2026-05-12T03:45:04.064Z | [ helios-setup] May 12 03:45:03.383 INFO E| Downloaded term v1.2.0 |
| 3347 | 2026-05-12T03:45:04.064Z | [ helios-setup] May 12 03:45:03.385 INFO E| Downloaded getrandom v0.2.16 |
| 3348 | 2026-05-12T03:45:04.081Z | [ helios-setup] May 12 03:45:03.402 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3349 | 2026-05-12T03:45:04.081Z | [ helios-setup] May 12 03:45:03.404 INFO E| Downloaded futures v0.3.31 |
| 3350 | 2026-05-12T03:45:04.081Z | [ helios-setup] May 12 03:45:03.407 INFO E| Downloaded bytes v1.10.1 |
| 3351 | 2026-05-12T03:45:04.081Z | [ helios-setup] May 12 03:45:03.410 INFO E| Downloaded syn v2.0.108 |
| 3352 | 2026-05-12T03:45:04.081Z | [ helios-setup] May 12 03:45:03.417 INFO E| Downloaded toml_edit v0.23.7 |
| 3353 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.420 INFO E| Downloaded memchr v2.7.6 |
| 3354 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.424 INFO E| Downloaded toml v0.9.8 |
| 3355 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.426 INFO E| Downloaded bitflags v2.10.0 |
| 3356 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.429 INFO E| Downloaded anyhow v1.0.100 |
| 3357 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.431 INFO E| Downloaded flate2 v1.1.5 |
| 3358 | 2026-05-12T03:45:04.082Z | [ helios-setup] May 12 03:45:03.434 INFO E| Downloaded iddqd v0.3.14 |
| 3359 | 2026-05-12T03:45:04.088Z | [ helios-setup] May 12 03:45:03.439 INFO E| Downloaded clap v4.5.51 |
| 3360 | 2026-05-12T03:45:04.088Z | [ helios-setup] May 12 03:45:03.444 INFO E| Downloaded getopts v0.2.24 |
| 3361 | 2026-05-12T03:45:04.153Z | [ helios-setup] May 12 03:45:03.464 INFO E| Downloaded mio v1.1.0 |
| 3362 | 2026-05-12T03:45:04.153Z | [ helios-setup] May 12 03:45:03.472 INFO E| Downloaded hashbrown v0.16.0 |
| 3363 | 2026-05-12T03:45:04.153Z | [ helios-setup] May 12 03:45:03.475 INFO E| Downloaded futures-util v0.3.31 |
| 3364 | 2026-05-12T03:45:04.173Z | [ helios-setup] May 12 03:45:03.483 INFO E| Downloaded time v0.3.44 |
| 3365 | 2026-05-12T03:45:04.173Z | [ helios-setup] May 12 03:45:03.488 INFO E| Downloaded indexmap v2.12.0 |
| 3366 | 2026-05-12T03:45:04.173Z | [ helios-setup] May 12 03:45:03.491 INFO E| Downloaded clap_builder v4.5.51 |
| 3367 | 2026-05-12T03:45:04.173Z | [ helios-setup] May 12 03:45:03.496 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3368 | 2026-05-12T03:45:04.173Z | [ helios-setup] May 12 03:45:03.499 INFO E| Downloaded winnow v0.7.13 |
| 3369 | 2026-05-12T03:45:04.174Z | [ helios-setup] May 12 03:45:03.505 INFO E| Downloaded serde_json v1.0.145 |
| 3370 | 2026-05-12T03:45:04.174Z | [ helios-setup] May 12 03:45:03.510 INFO E| Downloaded libm v0.2.15 |
| 3371 | 2026-05-12T03:45:04.174Z | [ helios-setup] May 12 03:45:03.516 INFO E| Downloaded zerocopy v0.8.27 |
| 3372 | 2026-05-12T03:45:04.214Z | [ helios-setup] May 12 03:45:03.561 INFO E| Downloaded unicode-width v0.2.2 |
| 3373 | 2026-05-12T03:45:04.239Z | [ helios-setup] May 12 03:45:03.566 INFO E| Downloaded chrono v0.4.42 |
| 3374 | 2026-05-12T03:45:04.248Z | [ helios-setup] May 12 03:45:03.605 INFO E| Downloaded rustix v1.1.2 |
| 3375 | 2026-05-12T03:45:04.362Z | [ helios-setup] May 12 03:45:03.725 INFO E| Downloaded tokio v1.48.0 |
| 3376 | 2026-05-12T03:45:04.390Z | [ helios-setup] May 12 03:45:03.749 INFO E| Downloaded libc v0.2.177 |
| 3377 | 2026-05-12T03:45:04.503Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling proc-macro2 v1.0.103 |
| 3378 | 2026-05-12T03:45:04.503Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling unicode-ident v1.0.22 |
| 3379 | 2026-05-12T03:45:04.503Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling quote v1.0.41 |
| 3380 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling libc v0.2.177 |
| 3381 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling serde_core v1.0.228 |
| 3382 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling cfg-if v1.0.4 |
| 3383 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling serde v1.0.228 |
| 3384 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling version_check v0.9.5 |
| 3385 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling autocfg v1.5.0 |
| 3386 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling typenum v1.19.0 |
| 3387 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling const-oid v0.9.6 |
| 3388 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling libm v0.2.15 |
| 3389 | 2026-05-12T03:45:04.515Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling zerocopy v0.8.27 |
| 3390 | 2026-05-12T03:45:04.516Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling rustversion v1.0.22 |
| 3391 | 2026-05-12T03:45:04.516Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling smallvec v1.15.1 |
| 3392 | 2026-05-12T03:45:04.516Z | [ helios-setup] May 12 03:45:03.858 INFO E| Compiling base64ct v1.8.0 |
| 3393 | 2026-05-12T03:45:04.712Z | [ helios-setup] May 12 03:45:04.072 INFO E| Compiling zeroize v1.8.2 |
| 3394 | 2026-05-12T03:45:04.722Z | [ helios-setup] May 12 03:45:04.079 INFO E| Compiling memchr v2.7.6 |
| 3395 | 2026-05-12T03:45:05.184Z | [ helios-setup] May 12 03:45:04.548 INFO E| Compiling generic-array v0.14.9 |
| 3396 | 2026-05-12T03:45:05.202Z | [ helios-setup] May 12 03:45:04.566 INFO E| Compiling rustix v1.1.2 |
| 3397 | 2026-05-12T03:45:05.455Z | [ helios-setup] May 12 03:45:04.795 INFO E| Compiling num-traits v0.2.19 |
| 3398 | 2026-05-12T03:45:05.477Z | [ helios-setup] May 12 03:45:04.841 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3399 | 2026-05-12T03:45:05.695Z | [ helios-setup] May 12 03:45:05.060 INFO E| Compiling anyhow v1.0.100 |
| 3400 | 2026-05-12T03:45:05.750Z | [ helios-setup] May 12 03:45:05.115 INFO E| Compiling byteorder v1.5.0 |
| 3401 | 2026-05-12T03:45:05.761Z | [ helios-setup] May 12 03:45:05.125 INFO E| Compiling crc32fast v1.5.0 |
| 3402 | 2026-05-12T03:45:05.894Z | [ helios-setup] May 12 03:45:05.192 INFO E| Compiling utf8parse v0.2.2 |
| 3403 | 2026-05-12T03:45:05.970Z | [ helios-setup] May 12 03:45:05.333 INFO E| Compiling flagset v0.4.7 |
| 3404 | 2026-05-12T03:45:05.978Z | [ helios-setup] May 12 03:45:05.342 INFO E| Compiling hashbrown v0.16.0 |
| 3405 | 2026-05-12T03:45:06.221Z | [ helios-setup] May 12 03:45:05.585 INFO E| Compiling winnow v0.7.13 |
| 3406 | 2026-05-12T03:45:06.525Z | [ helios-setup] May 12 03:45:05.886 INFO E| Compiling equivalent v1.0.2 |
| 3407 | 2026-05-12T03:45:06.642Z | [ helios-setup] May 12 03:45:06.002 INFO E| Compiling anstyle-parse v0.2.7 |
| 3408 | 2026-05-12T03:45:06.676Z | [ helios-setup] May 12 03:45:06.039 INFO E| Compiling anstyle-query v1.1.4 |
| 3409 | 2026-05-12T03:45:06.729Z | [ helios-setup] May 12 03:45:06.093 INFO E| Compiling toml_datetime v0.7.3 |
| 3410 | 2026-05-12T03:45:06.738Z | [ helios-setup] May 12 03:45:06.101 INFO E| Compiling shlex v1.3.0 |
| 3411 | 2026-05-12T03:45:06.894Z | [ helios-setup] May 12 03:45:06.258 INFO E| Compiling getrandom v0.2.16 |
| 3412 | 2026-05-12T03:45:06.986Z | [ helios-setup] May 12 03:45:06.348 INFO E| Compiling errno v0.3.14 |
| 3413 | 2026-05-12T03:45:06.986Z | [ helios-setup] May 12 03:45:06.348 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3414 | 2026-05-12T03:45:07.039Z | [ helios-setup] May 12 03:45:06.403 INFO E| Compiling anstyle v1.0.13 |
| 3415 | 2026-05-12T03:45:07.096Z | [ helios-setup] May 12 03:45:06.457 INFO E| Compiling radium v0.7.0 |
| 3416 | 2026-05-12T03:45:07.122Z | [ helios-setup] May 12 03:45:06.486 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3417 | 2026-05-12T03:45:07.127Z | [ helios-setup] May 12 03:45:06.491 INFO E| Compiling cpufeatures v0.2.17 |
| 3418 | 2026-05-12T03:45:07.205Z | [ helios-setup] May 12 03:45:06.569 INFO E| Compiling allocator-api2 v0.2.21 |
| 3419 | 2026-05-12T03:45:07.334Z | [ helios-setup] May 12 03:45:06.687 INFO E| Compiling rand_core v0.6.4 |
| 3420 | 2026-05-12T03:45:07.414Z | [ helios-setup] May 12 03:45:06.778 INFO E| Compiling indexmap v2.12.0 |
| 3421 | 2026-05-12T03:45:07.485Z | [ helios-setup] May 12 03:45:06.849 INFO E| Compiling syn v1.0.109 |
| 3422 | 2026-05-12T03:45:07.634Z | [ helios-setup] May 12 03:45:06.998 INFO E| Compiling colorchoice v1.0.4 |
| 3423 | 2026-05-12T03:45:07.641Z | [ helios-setup] May 12 03:45:07.006 INFO E| Compiling cc v1.2.44 |
| 3424 | 2026-05-12T03:45:07.740Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3425 | 2026-05-12T03:45:07.792Z | [ helios-setup] May 12 03:45:07.154 INFO E| Compiling syn v2.0.108 |
| 3426 | 2026-05-12T03:45:07.828Z | [ helios-setup] May 12 03:45:07.191 INFO E| Compiling anstream v0.6.21 |
| 3427 | 2026-05-12T03:45:07.888Z | [ helios-setup] May 12 03:45:07.251 INFO E| Compiling slog v2.8.2 |
| 3428 | 2026-05-12T03:45:08.069Z | [ helios-setup] May 12 03:45:07.432 INFO E| Compiling pkg-config v0.3.32 |
| 3429 | 2026-05-12T03:45:08.197Z | [ helios-setup] May 12 03:45:07.560 INFO E| Compiling futures-core v0.3.31 |
| 3430 | 2026-05-12T03:45:08.250Z | [ helios-setup] May 12 03:45:07.615 INFO E| Compiling parking_lot_core v0.9.12 |
| 3431 | 2026-05-12T03:45:08.513Z | [ helios-setup] May 12 03:45:07.877 INFO E| Compiling crypto-common v0.1.6 |
| 3432 | 2026-05-12T03:45:08.630Z | [ helios-setup] May 12 03:45:07.993 INFO E| Compiling block-buffer v0.10.4 |
| 3433 | 2026-05-12T03:45:08.630Z | [ helios-setup] May 12 03:45:07.993 INFO E| Compiling pin-project-lite v0.2.16 |
| 3434 | 2026-05-12T03:45:08.707Z | [ helios-setup] May 12 03:45:08.072 INFO E| Compiling unicode-width v0.2.2 |
| 3435 | 2026-05-12T03:45:08.722Z | [ helios-setup] May 12 03:45:08.086 INFO E| Compiling maybe-uninit v2.0.0 |
| 3436 | 2026-05-12T03:45:08.737Z | [ helios-setup] May 12 03:45:08.101 INFO E| Compiling tap v1.0.1 |
| 3437 | 2026-05-12T03:45:08.754Z | [ helios-setup] May 12 03:45:08.116 INFO E| Compiling futures-sink v0.3.31 |
| 3438 | 2026-05-12T03:45:08.828Z | [ helios-setup] May 12 03:45:08.193 INFO E| Compiling num-integer v0.1.46 |
| 3439 | 2026-05-12T03:45:08.912Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3440 | 2026-05-12T03:45:08.995Z | [ helios-setup] May 12 03:45:08.358 INFO E| Compiling digest v0.10.7 |
| 3441 | 2026-05-12T03:45:09.044Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3442 | 2026-05-12T03:45:09.309Z | [ helios-setup] May 12 03:45:08.673 INFO E| Compiling wyz v0.5.1 |
| 3443 | 2026-05-12T03:45:09.387Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3444 | 2026-05-12T03:45:09.453Z | [ helios-setup] May 12 03:45:08.818 INFO E| Compiling bitflags v2.10.0 |
| 3445 | 2026-05-12T03:45:09.460Z | [ helios-setup] May 12 03:45:08.825 INFO E| Compiling toml_parser v1.0.4 |
| 3446 | 2026-05-12T03:45:09.503Z | [ helios-setup] May 12 03:45:08.867 INFO E| Compiling getopts v0.2.24 |
| 3447 | 2026-05-12T03:45:09.562Z | [ helios-setup] May 12 03:45:08.927 INFO E| Compiling futures-channel v0.3.31 |
| 3448 | 2026-05-12T03:45:09.623Z | [ helios-setup] May 12 03:45:08.987 INFO E| Compiling ahash v0.8.12 |
| 3449 | 2026-05-12T03:45:09.701Z | [ helios-setup] May 12 03:45:09.064 INFO E| Compiling funty v2.0.0 |
| 3450 | 2026-05-12T03:45:09.713Z | [ helios-setup] May 12 03:45:09.077 INFO E| Compiling scopeguard v1.2.0 |
| 3451 | 2026-05-12T03:45:09.818Z | [ helios-setup] May 12 03:45:09.183 INFO E| Compiling spin v0.9.8 |
| 3452 | 2026-05-12T03:45:09.821Z | [ helios-setup] May 12 03:45:09.183 INFO E| Compiling futures-io v0.3.31 |
| 3453 | 2026-05-12T03:45:09.945Z | [ helios-setup] May 12 03:45:09.309 INFO E| Compiling sha2 v0.10.9 |
| 3454 | 2026-05-12T03:45:09.949Z | [ host-package] Compiling darling_core v0.23.0 |
| 3455 | 2026-05-12T03:45:10.061Z | [ helios-setup] May 12 03:45:09.425 INFO E| Compiling powerfmt v0.2.0 |
| 3456 | 2026-05-12T03:45:10.092Z | [ host-package] Compiling nanorand v0.7.0 |
| 3457 | 2026-05-12T03:45:10.130Z | [ helios-setup] May 12 03:45:09.488 INFO E| Compiling clap_lex v0.7.6 |
| 3458 | 2026-05-12T03:45:10.187Z | [ helios-setup] May 12 03:45:09.551 INFO E| Compiling futures-task v0.3.31 |
| 3459 | 2026-05-12T03:45:10.211Z | [ helios-setup] May 12 03:45:09.575 INFO E| Compiling packed_struct v0.10.1 |
| 3460 | 2026-05-12T03:45:10.259Z | [ helios-setup] May 12 03:45:09.623 INFO E| Compiling pin-utils v0.1.0 |
| 3461 | 2026-05-12T03:45:10.277Z | [ helios-setup] May 12 03:45:09.642 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3462 | 2026-05-12T03:45:10.347Z | [ helios-setup] May 12 03:45:09.712 INFO E| Compiling toml_edit v0.23.7 |
| 3463 | 2026-05-12T03:45:10.355Z | [ helios-setup] May 12 03:45:09.718 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3464 | 2026-05-12T03:45:10.480Z | [ helios-setup] May 12 03:45:09.826 INFO E| Compiling slab v0.4.11 |
| 3465 | 2026-05-12T03:45:10.562Z | [ helios-setup] May 12 03:45:09.926 INFO E| Compiling itoa v1.0.15 |
| 3466 | 2026-05-12T03:45:10.585Z | [ helios-setup] May 12 03:45:09.950 INFO E| Compiling time-core v0.1.6 |
| 3467 | 2026-05-12T03:45:10.673Z | [ helios-setup] May 12 03:45:10.037 INFO E| Compiling strsim v0.11.1 |
| 3468 | 2026-05-12T03:45:10.811Z | [ helios-setup] May 12 03:45:10.175 INFO E| Compiling num-conv v0.1.0 |
| 3469 | 2026-05-12T03:45:10.831Z | [ helios-setup] May 12 03:45:10.195 INFO E| Compiling thiserror v1.0.69 |
| 3470 | 2026-05-12T03:45:10.863Z | [ helios-setup] May 12 03:45:10.227 INFO E| Compiling bytes v1.10.1 |
| 3471 | 2026-05-12T03:45:10.876Z | [ helios-setup] May 12 03:45:10.240 INFO E| Compiling heck v0.5.0 |
| 3472 | 2026-05-12T03:45:10.886Z | [ helios-setup] May 12 03:45:10.250 INFO E| Compiling getrandom v0.3.4 |
| 3473 | 2026-05-12T03:45:10.899Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3474 | 2026-05-12T03:45:10.923Z | [ helios-setup] May 12 03:45:10.287 INFO E| Compiling bitvec v1.0.1 |
| 3475 | 2026-05-12T03:45:10.986Z | [ helios-setup] May 12 03:45:10.349 INFO E| Compiling deranged v0.5.5 |
| 3476 | 2026-05-12T03:45:11.057Z | [ helios-setup] May 12 03:45:10.421 INFO E| Compiling time-macros v0.2.24 |
| 3477 | 2026-05-12T03:45:11.498Z | [ helios-setup] May 12 03:45:10.858 INFO E| Compiling terminal_size v0.4.3 |
| 3478 | 2026-05-12T03:45:11.515Z | [ helios-setup] May 12 03:45:10.878 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3479 | 2026-05-12T03:45:11.778Z | [ helios-setup] May 12 03:45:11.142 INFO E| Compiling clap_builder v4.5.51 |
| 3480 | 2026-05-12T03:45:11.804Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3481 | 2026-05-12T03:45:11.858Z | [ helios-setup] May 12 03:45:11.219 INFO E| Compiling lazy_static v1.5.0 |
| 3482 | 2026-05-12T03:45:11.890Z | [ helios-setup] May 12 03:45:11.253 INFO E| Compiling lock_api v0.4.14 |
| 3483 | 2026-05-12T03:45:11.965Z | [ helios-setup] May 12 03:45:11.329 INFO E| Compiling num-iter v0.1.45 |
| 3484 | 2026-05-12T03:45:12.051Z | [ helios-setup] May 12 03:45:11.411 INFO E| Compiling indexmap v1.9.3 |
| 3485 | 2026-05-12T03:45:12.117Z | [ helios-setup] May 12 03:45:11.482 INFO E| Compiling once_cell v1.21.3 |
| 3486 | 2026-05-12T03:45:12.296Z | [ helios-setup] May 12 03:45:11.660 INFO E| Compiling simd-adler32 v0.3.7 |
| 3487 | 2026-05-12T03:45:12.330Z | [ helios-setup] May 12 03:45:11.693 INFO E| Compiling thiserror v2.0.17 |
| 3488 | 2026-05-12T03:45:12.430Z | [ helios-setup] May 12 03:45:11.793 INFO E| Compiling crc-catalog v2.4.0 |
| 3489 | 2026-05-12T03:45:12.664Z | [ helios-setup] May 12 03:45:12.028 INFO E| Compiling adler2 v2.0.1 |
| 3490 | 2026-05-12T03:45:12.689Z | [ helios-setup] May 12 03:45:12.053 INFO E| Compiling iana-time-zone v0.1.64 |
| 3491 | 2026-05-12T03:45:12.727Z | [ helios-setup] May 12 03:45:12.091 INFO E| Compiling nodrop v0.1.14 |
| 3492 | 2026-05-12T03:45:12.757Z | [ helios-setup] May 12 03:45:12.121 INFO E| Compiling serde_json v1.0.145 |
| 3493 | 2026-05-12T03:45:12.857Z | [ helios-setup] May 12 03:45:12.221 INFO E| Compiling log v0.4.28 |
| 3494 | 2026-05-12T03:45:12.886Z | [ helios-setup] May 12 03:45:12.251 INFO E| Compiling array-init v0.0.4 |
| 3495 | 2026-05-12T03:45:12.904Z | [ helios-setup] May 12 03:45:12.268 INFO E| Compiling miniz_oxide v0.8.9 |
| 3496 | 2026-05-12T03:45:12.969Z | [ helios-setup] May 12 03:45:12.334 INFO E| Compiling chrono v0.4.42 |
| 3497 | 2026-05-12T03:45:13.469Z | [ helios-setup] May 12 03:45:12.833 INFO E| Compiling env_filter v0.1.4 |
| 3498 | 2026-05-12T03:45:13.512Z | [ helios-setup] May 12 03:45:12.866 INFO E| Compiling crc v3.3.0 |
| 3499 | 2026-05-12T03:45:13.544Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3500 | 2026-05-12T03:45:13.547Z | [ helios-setup] May 12 03:45:12.909 INFO E| Compiling parking_lot v0.12.5 |
| 3501 | 2026-05-12T03:45:13.725Z | [ helios-setup] May 12 03:45:13.090 INFO E| Compiling smallvec v0.6.14 |
| 3502 | 2026-05-12T03:45:13.740Z | [ helios-setup] May 12 03:45:13.102 INFO E| Compiling signature v2.2.0 |
| 3503 | 2026-05-12T03:45:13.785Z | [ helios-setup] May 12 03:45:13.149 INFO E| Compiling time v0.3.44 |
| 3504 | 2026-05-12T03:45:13.965Z | [ helios-setup] May 12 03:45:13.330 INFO E| Compiling serde_spanned v1.0.3 |
| 3505 | 2026-05-12T03:45:14.049Z | [ helios-setup] May 12 03:45:13.412 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3506 | 2026-05-12T03:45:14.073Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3507 | 2026-05-12T03:45:14.215Z | [ helios-setup] May 12 03:45:13.578 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3508 | 2026-05-12T03:45:14.312Z | [ helios-setup] May 12 03:45:13.676 INFO E| Compiling socket2 v0.6.1 |
| 3509 | 2026-05-12T03:45:14.407Z | [ helios-setup] May 12 03:45:13.771 INFO E| Compiling mio v1.1.0 |
| 3510 | 2026-05-12T03:45:14.609Z | [ helios-setup] May 12 03:45:13.973 INFO E| Compiling serde_derive v1.0.228 |
| 3511 | 2026-05-12T03:45:14.814Z | [ helios-setup] May 12 03:45:14.152 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3512 | 2026-05-12T03:45:14.840Z | [ helios-setup] May 12 03:45:14.203 INFO E| Compiling der_derive v0.7.3 |
| 3513 | 2026-05-12T03:45:14.958Z | [ helios-setup] May 12 03:45:14.323 INFO E| Compiling futures-macro v0.3.31 |
| 3514 | 2026-05-12T03:45:15.002Z | [ helios-setup] May 12 03:45:14.366 INFO E| Compiling thiserror-impl v1.0.69 |
| 3515 | 2026-05-12T03:45:15.073Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3516 | 2026-05-12T03:45:15.457Z | [ host-package] Compiling flume v0.11.1 |
| 3517 | 2026-05-12T03:45:15.497Z | [ helios-setup] May 12 03:45:14.862 INFO E| Compiling bitfield-macros v0.19.3 |
| 3518 | 2026-05-12T03:45:15.497Z | [ helios-setup] May 12 03:45:14.862 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3519 | 2026-05-12T03:45:15.646Z | [ helios-setup] May 12 03:45:15.007 INFO E| Compiling clap_derive v4.5.49 |
| 3520 | 2026-05-12T03:45:15.832Z | [ helios-setup] May 12 03:45:15.195 INFO E| Compiling num_enum_derive v0.7.5 |
| 3521 | 2026-05-12T03:45:15.979Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3522 | 2026-05-12T03:45:16.145Z | [ helios-setup] May 12 03:45:15.509 INFO E| Compiling thiserror-impl v2.0.17 |
| 3523 | 2026-05-12T03:45:16.216Z | [ helios-setup] May 12 03:45:15.580 INFO E| Compiling tokio-macros v2.6.0 |
| 3524 | 2026-05-12T03:45:16.354Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3525 | 2026-05-12T03:45:16.548Z | [ helios-setup] May 12 03:45:15.912 INFO E| Compiling is-terminal v0.4.17 |
| 3526 | 2026-05-12T03:45:16.667Z | [ helios-setup] May 12 03:45:16.031 INFO E| Compiling thread_local v1.1.9 |
| 3527 | 2026-05-12T03:45:16.695Z | [ helios-setup] May 12 03:45:16.057 INFO E| Compiling futures-util v0.3.31 |
| 3528 | 2026-05-12T03:45:16.735Z | [ helios-setup] May 12 03:45:16.099 INFO E| Compiling base64 v0.21.7 |
| 3529 | 2026-05-12T03:45:16.972Z | [ helios-setup] May 12 03:45:16.337 INFO E| Compiling der v0.7.10 |
| 3530 | 2026-05-12T03:45:17.320Z | [ helios-setup] May 12 03:45:16.684 INFO E| Compiling zerocopy v0.6.6 |
| 3531 | 2026-05-12T03:45:17.413Z | [ helios-setup] May 12 03:45:16.777 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3532 | 2026-05-12T03:45:17.745Z | [ helios-setup] May 12 03:45:17.104 INFO E| Compiling term v1.2.0 |
| 3533 | 2026-05-12T03:45:17.748Z | [ helios-setup] May 12 03:45:17.111 INFO E| Compiling toml_writer v1.0.4 |
| 3534 | 2026-05-12T03:45:17.759Z | [ helios-setup] May 12 03:45:17.123 INFO E| Compiling bitfield v0.19.3 |
| 3535 | 2026-05-12T03:45:17.979Z | [ helios-setup] May 12 03:45:17.343 INFO E| Compiling hashbrown v0.12.3 |
| 3536 | 2026-05-12T03:45:18.065Z | [ helios-setup] May 12 03:45:17.429 INFO E| Compiling winnow v0.5.40 |
| 3537 | 2026-05-12T03:45:18.094Z | [ helios-setup] May 12 03:45:17.458 INFO E| Compiling subtle v2.6.1 |
| 3538 | 2026-05-12T03:45:18.365Z | [ helios-setup] May 12 03:45:17.726 INFO E| Compiling ryu v1.0.20 |
| 3539 | 2026-05-12T03:45:18.365Z | [ helios-setup] May 12 03:45:17.726 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3540 | 2026-05-12T03:45:18.641Z | [ host-package] Compiling oso v0.27.3 |
| 3541 | 2026-05-12T03:45:18.694Z | [ helios-setup] May 12 03:45:18.059 INFO E| Compiling num_enum v0.7.5 |
| 3542 | 2026-05-12T03:45:18.822Z | [ helios-setup] May 12 03:45:18.186 INFO E| Compiling tokio v1.48.0 |
| 3543 | 2026-05-12T03:45:18.915Z | [ helios-setup] May 12 03:45:18.279 INFO E| Compiling devinfo v0.1.0 |
| 3544 | 2026-05-12T03:45:19.024Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3545 | 2026-05-12T03:45:19.027Z | [ helios-setup] May 12 03:45:18.357 INFO E| Compiling toml v0.9.8 |
| 3546 | 2026-05-12T03:45:19.110Z | [ helios-setup] May 12 03:45:18.474 INFO E| Compiling spki v0.7.3 |
| 3547 | 2026-05-12T03:45:19.465Z | [ helios-setup] May 12 03:45:18.829 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3548 | 2026-05-12T03:45:19.527Z | [ helios-setup] May 12 03:45:18.891 INFO E| Compiling pkcs8 v0.10.2 |
| 3549 | 2026-05-12T03:45:19.758Z | [ helios-setup] May 12 03:45:19.119 INFO E| Compiling clap v4.5.51 |
| 3550 | 2026-05-12T03:45:19.820Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3551 | 2026-05-12T03:45:19.827Z | [ helios-setup] May 12 03:45:19.191 INFO E| Compiling x509-cert v0.2.5 |
| 3552 | 2026-05-12T03:45:19.850Z | [ helios-setup] May 12 03:45:19.214 INFO E| Compiling bzip2 v0.4.4 |
| 3553 | 2026-05-12T03:45:19.869Z | [ helios-setup] May 12 03:45:19.233 INFO E| Compiling env_logger v0.11.8 |
| 3554 | 2026-05-12T03:45:20.426Z | [ helios-setup] May 12 03:45:19.788 INFO E| Compiling pkcs1 v0.7.5 |
| 3555 | 2026-05-12T03:45:20.724Z | [ helios-setup] May 12 03:45:20.088 INFO E| Compiling uuid v1.18.1 |
| 3556 | 2026-05-12T03:45:20.738Z | [ helios-setup] May 12 03:45:20.102 INFO E| Compiling flate2 v1.1.5 |
| 3557 | 2026-05-12T03:45:20.769Z | [ helios-setup] May 12 03:45:20.128 INFO E| Compiling rustc-hash v2.1.1 |
| 3558 | 2026-05-12T03:45:21.202Z | [ helios-setup] May 12 03:45:20.564 INFO E| Compiling erased-serde v0.3.31 |
| 3559 | 2026-05-12T03:45:21.362Z | [ helios-setup] May 12 03:45:20.726 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3560 | 2026-05-12T03:45:21.365Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3561 | 2026-05-12T03:45:21.604Z | [ helios-setup] May 12 03:45:20.968 INFO E| Compiling futures-executor v0.3.31 |
| 3562 | 2026-05-12T03:45:21.736Z | [ helios-setup] May 12 03:45:21.099 INFO E| Compiling serde_spanned v0.6.9 |
| 3563 | 2026-05-12T03:45:21.800Z | [ helios-setup] May 12 03:45:21.164 INFO E| Compiling toml_datetime v0.6.11 |
| 3564 | 2026-05-12T03:45:21.892Z | [ helios-setup] May 12 03:45:21.256 INFO E| Compiling hashbrown v0.13.2 |
| 3565 | 2026-05-12T03:45:22.024Z | [ helios-setup] May 12 03:45:21.387 INFO E| Compiling ron v0.8.1 |
| 3566 | 2026-05-12T03:45:22.142Z | [ helios-setup] May 12 03:45:21.506 INFO E| Compiling rand_chacha v0.3.1 |
| 3567 | 2026-05-12T03:45:22.205Z | [ helios-setup] May 12 03:45:21.569 INFO E| Compiling toml_edit v0.19.15 |
| 3568 | 2026-05-12T03:45:22.480Z | [ helios-setup] May 12 03:45:21.844 INFO E| Compiling futures v0.3.31 |
| 3569 | 2026-05-12T03:45:22.525Z | [ helios-setup] May 12 03:45:21.888 INFO E| Compiling serde-hex v0.1.0 |
| 3570 | 2026-05-12T03:45:22.582Z | [ helios-setup] May 12 03:45:21.946 INFO E| Compiling crc-any v2.5.0 |
| 3571 | 2026-05-12T03:45:22.644Z | [ helios-setup] May 12 03:45:22.008 INFO E| Compiling rand v0.8.5 |
| 3572 | 2026-05-12T03:45:22.911Z | [ helios-setup] May 12 03:45:22.272 INFO E| Compiling bitflags v1.3.2 |
| 3573 | 2026-05-12T03:45:22.998Z | [ helios-setup] May 12 03:45:22.362 INFO E| Compiling hex v0.4.3 |
| 3574 | 2026-05-12T03:45:23.115Z | [ helios-setup] May 12 03:45:22.480 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3575 | 2026-05-12T03:45:23.232Z | [ helios-setup] May 12 03:45:22.596 INFO E| Compiling slog-term v2.9.2 |
| 3576 | 2026-05-12T03:45:23.238Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3577 | 2026-05-12T03:45:23.407Z | [ helios-setup] May 12 03:45:22.771 INFO E| Compiling foldhash v0.2.0 |
| 3578 | 2026-05-12T03:45:23.722Z | [ helios-setup] May 12 03:45:23.085 INFO E| Compiling iddqd v0.3.14 |
| 3579 | 2026-05-12T03:45:23.855Z | [ helios-setup] May 12 03:45:23.219 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3580 | 2026-05-12T03:45:23.983Z | [ helios-setup] May 12 03:45:23.347 INFO E| Compiling object v0.30.4 |
| 3581 | 2026-05-12T03:45:24.102Z | [ helios-setup] May 12 03:45:23.466 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3582 | 2026-05-12T03:45:24.193Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3583 | 2026-05-12T03:45:24.447Z | [ helios-setup] May 12 03:45:23.812 INFO E| Compiling zip v0.6.6 |
| 3584 | 2026-05-12T03:45:25.339Z | [ helios-setup] May 12 03:45:24.702 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3585 | 2026-05-12T03:45:25.571Z | [ helios-setup] May 12 03:45:24.935 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3586 | 2026-05-12T03:45:25.624Z | [ helios-setup] May 12 03:45:24.989 INFO E| Compiling toml v0.7.8 |
| 3587 | 2026-05-12T03:45:26.124Z | [ helios-setup] May 12 03:45:25.488 INFO E| Compiling rsa v0.9.8 |
| 3588 | 2026-05-12T03:45:26.628Z | [ helios-setup] May 12 03:45:25.992 INFO E| Compiling path-slash v0.1.5 |
| 3589 | 2026-05-12T03:45:26.818Z | [ helios-setup] May 12 03:45:26.182 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3590 | 2026-05-12T03:45:26.865Z | [ helios-setup] May 12 03:45:26.227 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3591 | 2026-05-12T03:45:29.035Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3592 | 2026-05-12T03:45:30.389Z | [ host-package] Compiling progenitor v0.11.2 |
| 3593 | 2026-05-12T03:45:30.751Z | [ host-package] Compiling progenitor v0.10.0 |
| 3594 | 2026-05-12T03:45:31.093Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3595 | 2026-05-12T03:45:32.886Z | [ host-package] Compiling primeorder v0.13.6 |
| 3596 | 2026-05-12T03:45:33.247Z | [ host-package] Compiling git-stub v1.0.0 |
| 3597 | 2026-05-12T03:45:33.393Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3598 | 2026-05-12T03:45:33.452Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3599 | 2026-05-12T03:45:33.625Z | [ host-package] Compiling instability v0.3.11 |
| 3600 | 2026-05-12T03:45:33.767Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3601 | 2026-05-12T03:45:33.826Z | [ host-package] Compiling p384 v0.13.1 |
| 3602 | 2026-05-12T03:45:34.001Z | [ helios-setup] May 12 03:45:33.364 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3603 | 2026-05-12T03:45:34.208Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3604 | 2026-05-12T03:45:35.195Z | [ helios-setup] May 12 03:45:34.559 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3605 | 2026-05-12T03:45:35.213Z | [ host-package] Compiling darling v0.23.0 |
| 3606 | 2026-05-12T03:45:35.349Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3607 | 2026-05-12T03:45:35.899Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3608 | 2026-05-12T03:45:35.957Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3609 | 2026-05-12T03:45:35.989Z | [ host-package] Compiling ignore v0.4.25 |
| 3610 | 2026-05-12T03:45:36.058Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3611 | 2026-05-12T03:45:36.442Z | [ host-package] Compiling castaway v0.2.4 |
| 3612 | 2026-05-12T03:45:36.673Z | [ host-package] Compiling atty v0.2.14 |
| 3613 | 2026-05-12T03:45:37.067Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3614 | 2026-05-12T03:45:37.485Z | [ host-package] Compiling indoc v2.0.7 |
| 3615 | 2026-05-12T03:45:37.605Z | [ host-package] Compiling http-range v0.1.5 |
| 3616 | 2026-05-12T03:45:37.742Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3617 | 2026-05-12T03:45:38.088Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3618 | 2026-05-12T03:45:38.243Z | [ host-package] Compiling globwalk v0.9.1 |
| 3619 | 2026-05-12T03:45:38.737Z | [ host-package] Compiling compact_str v0.8.1 |
| 3620 | 2026-05-12T03:45:39.238Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3621 | 2026-05-12T03:45:39.838Z | [ helios-setup] May 12 03:45:39.202 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3622 | 2026-05-12T03:45:39.922Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3623 | 2026-05-12T03:45:40.539Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3624 | 2026-05-12T03:45:40.913Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3625 | 2026-05-12T03:45:41.419Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3626 | 2026-05-12T03:45:41.560Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3627 | 2026-05-12T03:45:41.792Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3628 | 2026-05-12T03:45:41.797Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3629 | 2026-05-12T03:45:42.114Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3630 | 2026-05-12T03:45:42.594Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3631 | 2026-05-12T03:45:42.660Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3632 | 2026-05-12T03:45:43.058Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3633 | 2026-05-12T03:45:43.321Z | [ host-package] Compiling lru v0.12.5 |
| 3634 | 2026-05-12T03:45:43.422Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3635 | 2026-05-12T03:45:43.550Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3636 | 2026-05-12T03:45:43.647Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3637 | 2026-05-12T03:45:43.743Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3638 | 2026-05-12T03:45:43.881Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3639 | 2026-05-12T03:45:44.149Z | [ host-package] Compiling cassowary v0.3.0 |
| 3640 | 2026-05-12T03:45:44.225Z | [ host-package] Compiling corncobs v0.1.4 |
| 3641 | 2026-05-12T03:45:44.298Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3642 | 2026-05-12T03:45:44.762Z | [ host-package] Compiling ratatui v0.29.0 |
| 3643 | 2026-05-12T03:45:44.797Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3644 | 2026-05-12T03:45:44.830Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3645 | 2026-05-12T03:45:44.831Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3646 | 2026-05-12T03:45:45.094Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3647 | 2026-05-12T03:45:45.274Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3648 | 2026-05-12T03:45:45.381Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3649 | 2026-05-12T03:45:45.570Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3650 | 2026-05-12T03:45:45.659Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3651 | 2026-05-12T03:45:45.753Z | [ host-package] Compiling sled v0.34.7 |
| 3652 | 2026-05-12T03:45:46.057Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3653 | 2026-05-12T03:45:46.096Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3654 | 2026-05-12T03:45:47.252Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3655 | 2026-05-12T03:45:47.491Z | [ host-package] Compiling secrecy v0.8.0 |
| 3656 | 2026-05-12T03:45:47.773Z | [ host-package] Compiling rustls v0.21.12 |
| 3657 | 2026-05-12T03:45:48.101Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3658 | 2026-05-12T03:45:50.681Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3659 | 2026-05-12T03:45:50.734Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3660 | 2026-05-12T03:45:51.328Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3661 | 2026-05-12T03:45:51.440Z | [ helios-setup] May 12 03:45:50.804 INFO E| Finished `release` profile [optimized] target(s) in 48.81s |
| 3662 | 2026-05-12T03:45:51.443Z | [ helios-setup] May 12 03:45:50.807 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3663 | 2026-05-12T03:45:51.443Z | [ helios-setup] May 12 03:45:50.807 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3664 | 2026-05-12T03:45:51.500Z | [ helios-setup] May 12 03:45:50.864 INFO building project "pilot" ok (48 seconds) |
| 3665 | 2026-05-12T03:45:51.504Z | [ helios-setup] rm -f helios-build |
| 3666 | 2026-05-12T03:45:51.504Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3667 | 2026-05-12T03:45:51.507Z | [ helios-setup] |
| 3668 | 2026-05-12T03:45:51.507Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3669 | 2026-05-12T03:45:51.507Z | [ helios-setup] |
| 3670 | 2026-05-12T03:45:51.507Z | [ helios-setup] |
| 3671 | 2026-05-12T03:45:51.508Z | [ helios-setup] real 2:30.778744346 |
| 3672 | 2026-05-12T03:45:51.511Z | [ helios-setup] user 6:53.204059254 |
| 3673 | 2026-05-12T03:45:51.511Z | [ helios-setup] sys 1:13.979724285 |
| 3674 | 2026-05-12T03:45:51.511Z | [ helios-setup] trap 0.411773484 |
| 3675 | 2026-05-12T03:45:51.511Z | [ helios-setup] tflt 2.542231002 |
| 3676 | 2026-05-12T03:45:51.511Z | [ helios-setup] dflt 5.600128675 |
| 3677 | 2026-05-12T03:45:51.511Z | May 12 03:45:50.872[ helios-setup] kflt 0.005882543 |
| 3678 | 2026-05-12T03:45:51.511Z | INFO [helios-setup] process exited with exit status: 0 (150.781722853s) |
| 3679 | 2026-05-12T03:45:51.511Z | [ helios-setup] lock 38:33.666689715 |
| 3680 | 2026-05-12T03:45:51.511Z | [ helios-setup] slp 35:08.938636402 |
| 3681 | 2026-05-12T03:45:51.511Z | [ helios-setup] lat 6:09.023458556 |
| 3682 | 2026-05-12T03:45:51.511Z | [ helios-setup] stop 1:14.255641570 |
| 3683 | 2026-05-12T03:45:51.511Z | May 12 03:45:50.873 INFO [helios-record] running task |
| 3684 | 2026-05-12T03:45:51.511Z | May 12 03:45:50.873 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3685 | 2026-05-12T03:45:51.514Z | May 12 03:45:50.877 DEBG process exited with exit status: 0 (4.332272ms) |
| 3686 | 2026-05-12T03:45:51.514Z | May 12 03:45:50.877 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3687 | 2026-05-12T03:45:51.517Z | May 12 03:45:50.881 DEBG process exited with exit status: 0 (3.8799ms) |
| 3688 | 2026-05-12T03:45:51.517Z | May 12 03:45:50.881 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3689 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.885 DEBG process exited with exit status: 0 (3.64022ms) |
| 3690 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.885 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3691 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.888 DEBG process exited with exit status: 0 (3.42621ms) |
| 3692 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.888 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3693 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.892 DEBG process exited with exit status: 0 (3.649069ms) |
| 3694 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.892 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3695 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.895 DEBG process exited with exit status: 0 (3.51871ms) |
| 3696 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.895 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3697 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.899 DEBG process exited with exit status: 0 (3.335089ms) |
| 3698 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.899 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3699 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.902 DEBG process exited with exit status: 0 (3.297259ms) |
| 3700 | 2026-05-12T03:45:51.544Z | May 12 03:45:50.902 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3701 | 2026-05-12T03:45:51.548Z | May 12 03:45:50.909 DEBG process exited with exit status: 0 (6.790728ms) |
| 3702 | 2026-05-12T03:45:51.548Z | May 12 03:45:50.909 INFO [helios-record] task succeeded (36.602878ms) |
| 3703 | 2026-05-12T03:45:51.599Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3704 | 2026-05-12T03:45:52.173Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3705 | 2026-05-12T03:45:52.904Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3706 | 2026-05-12T03:45:54.341Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3707 | 2026-05-12T03:45:54.456Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3708 | 2026-05-12T03:45:54.523Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3709 | 2026-05-12T03:45:54.554Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3710 | 2026-05-12T03:45:54.754Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3711 | 2026-05-12T03:45:54.791Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3712 | 2026-05-12T03:45:54.985Z | [ host-package] Compiling sct v0.7.1 |
| 3713 | 2026-05-12T03:45:55.268Z | [ host-package] Compiling nix v0.29.0 |
| 3714 | 2026-05-12T03:45:55.293Z | [ host-package] Compiling dropshot v0.16.7 |
| 3715 | 2026-05-12T03:45:55.543Z | [ host-package] Compiling void v1.0.2 |
| 3716 | 2026-05-12T03:45:55.695Z | [ host-package] Compiling lzss v0.8.2 |
| 3717 | 2026-05-12T03:45:55.797Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3718 | 2026-05-12T03:45:56.354Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3719 | 2026-05-12T03:45:56.478Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3720 | 2026-05-12T03:45:57.423Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3721 | 2026-05-12T03:45:58.037Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3722 | 2026-05-12T03:45:58.261Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3723 | 2026-05-12T03:45:58.772Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3724 | 2026-05-12T03:45:59.022Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3725 | 2026-05-12T03:45:59.245Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3726 | 2026-05-12T03:45:59.318Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3727 | 2026-05-12T03:45:59.474Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3728 | 2026-05-12T03:45:59.539Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3729 | 2026-05-12T03:45:59.702Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 3730 | 2026-05-12T03:46:00.396Z | [ host-package] Compiling nix v0.27.1 |
| 3731 | 2026-05-12T03:46:00.431Z | [ host-package] Compiling dropshot_endpoint v0.16.7 |
| 3732 | 2026-05-12T03:46:00.746Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3733 | 2026-05-12T03:46:01.062Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3734 | 2026-05-12T03:46:01.555Z | [ host-package] Compiling git2 v0.20.4 |
| 3735 | 2026-05-12T03:46:01.597Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3736 | 2026-05-12T03:46:02.051Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3737 | 2026-05-12T03:46:02.076Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3738 | 2026-05-12T03:46:02.831Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3739 | 2026-05-12T03:46:04.479Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3740 | 2026-05-12T03:46:04.587Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3741 | 2026-05-12T03:46:06.302Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3742 | 2026-05-12T03:46:06.795Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3743 | 2026-05-12T03:46:07.162Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3744 | 2026-05-12T03:46:07.269Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3745 | 2026-05-12T03:46:09.135Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3746 | 2026-05-12T03:46:09.409Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3747 | 2026-05-12T03:46:09.533Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3748 | 2026-05-12T03:46:09.814Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3749 | 2026-05-12T03:46:10.078Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3750 | 2026-05-12T03:46:11.049Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3751 | 2026-05-12T03:46:11.268Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3752 | 2026-05-12T03:46:12.100Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3753 | 2026-05-12T03:46:12.277Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3754 | 2026-05-12T03:46:12.377Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3755 | 2026-05-12T03:46:14.070Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3756 | 2026-05-12T03:46:14.378Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3757 | 2026-05-12T03:46:14.856Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3758 | 2026-05-12T03:46:14.931Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3759 | 2026-05-12T03:46:14.955Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3760 | 2026-05-12T03:46:15.048Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3761 | 2026-05-12T03:46:15.106Z | [ host-package] Compiling yasna v0.5.2 |
| 3762 | 2026-05-12T03:46:15.169Z | [ host-package] Compiling is_ci v1.2.0 |
| 3763 | 2026-05-12T03:46:15.346Z | [ host-package] Compiling supports-color v3.0.2 |
| 3764 | 2026-05-12T03:46:15.374Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3765 | 2026-05-12T03:46:15.643Z | [ host-package] Compiling rcgen v0.12.1 |
| 3766 | 2026-05-12T03:46:16.530Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3767 | 2026-05-12T03:46:16.646Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3768 | 2026-05-12T03:46:17.220Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3769 | 2026-05-12T03:46:17.625Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3770 | 2026-05-12T03:46:17.682Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3771 | 2026-05-12T03:46:17.845Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3772 | 2026-05-12T03:46:18.162Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3773 | 2026-05-12T03:46:18.947Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3774 | 2026-05-12T03:46:20.099Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3775 | 2026-05-12T03:46:20.285Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3776 | 2026-05-12T03:46:20.506Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3777 | 2026-05-12T03:46:20.750Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3778 | 2026-05-12T03:46:21.037Z | [ host-package] Compiling fatfs v0.3.6 |
| 3779 | 2026-05-12T03:46:22.226Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3780 | 2026-05-12T03:46:22.632Z | [ host-package] Compiling subprocess v0.2.15 |
| 3781 | 2026-05-12T03:46:22.928Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3782 | 2026-05-12T03:46:22.967Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3783 | 2026-05-12T03:46:23.329Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3784 | 2026-05-12T03:46:23.371Z | [ host-package] Compiling rpassword v7.5.0 |
| 3785 | 2026-05-12T03:46:23.460Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3786 | 2026-05-12T03:46:23.505Z | [ host-package] error[E0425]: cannot find function `__errno_location` in crate `libc` |
| 3787 | 2026-05-12T03:46:23.505Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.5.0/src/unix.rs:26:16 |
| 3788 | 2026-05-12T03:46:23.509Z | [ host-package] | |
| 3789 | 2026-05-12T03:46:23.509Z | [ host-package] 26 | *libc::__errno_location() = 0; |
| 3790 | 2026-05-12T03:46:23.509Z | [ host-package] | ^^^^^^^^^^^^^^^^ not found in `libc` |
| 3791 | 2026-05-12T03:46:23.509Z | [ host-package] |
| 3792 | 2026-05-12T03:46:23.821Z | [ host-package] For more information about this error, try `rustc --explain E0425`. |
| 3793 | 2026-05-12T03:46:23.833Z | [ host-package] error: could not compile `rpassword` (lib) due to 1 previous error |
| 3794 | 2026-05-12T03:46:23.833Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 3795 | 2026-05-12T03:47:21.048Z | [ host-package] Error: Failed to build packages |
| 3796 | 2026-05-12T03:47:21.053Z | May 12 03:47:20.414 ERRO [host-package] process exited with exit status: 1 (193.098790519s) |
| 3797 | 2026-05-12T03:47:21.057Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 3798 | 2026-05-12T03:47:21.077Z | process exited: duration 466096 ms, exit code 1 |
| |
| 3799 | 2026-05-12T03:47:21.089Z | found 13 output files |
| 3800 | 2026-05-12T03:47:21.089Z | uploading: /work/helios.json (647 bytes) |
| 3801 | 2026-05-12T03:47:22.108Z | uploaded: /work/helios.json |
| 3802 | 2026-05-12T03:47:22.108Z | uploading: /work/incorporation.p5m (113249 bytes) |
| 3803 | 2026-05-12T03:47:23.150Z | uploaded: /work/incorporation.p5m |
| 3804 | 2026-05-12T03:47:23.150Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 3805 | 2026-05-12T03:47:24.174Z | uploaded: /work/incorporation.p5p |
| 3806 | 2026-05-12T03:47:24.174Z | uploading: /work/helios-incorp.log (522 bytes) |
| 3807 | 2026-05-12T03:47:25.190Z | uploaded: /work/helios-incorp.log |
| 3808 | 2026-05-12T03:47:25.191Z | uploading: /work/helios-setup.log (56083 bytes) |
| 3809 | 2026-05-12T03:47:26.205Z | uploaded: /work/helios-setup.log |
| 3810 | 2026-05-12T03:47:26.205Z | uploading: /work/host-package.log (32388 bytes) |
| 3811 | 2026-05-12T03:47:27.220Z | uploaded: /work/host-package.log |
| 3812 | 2026-05-12T03:47:27.220Z | uploading: /work/host-target.log (101 bytes) |
| 3813 | 2026-05-12T03:47:28.231Z | uploaded: /work/host-target.log |
| 3814 | 2026-05-12T03:47:28.231Z | uploading: /work/incorp-create.log (0 bytes) |
| 3815 | 2026-05-12T03:47:29.241Z | uploaded: /work/incorp-create.log |
| 3816 | 2026-05-12T03:47:29.241Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 3817 | 2026-05-12T03:47:30.247Z | uploaded: /work/incorp-fmt.log |
| 3818 | 2026-05-12T03:47:30.247Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 3819 | 2026-05-12T03:47:31.260Z | uploaded: /work/incorp-pkgsend.log |
| 3820 | 2026-05-12T03:47:31.260Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 3821 | 2026-05-12T03:47:32.276Z | uploaded: /work/incorp-publisher.log |
| 3822 | 2026-05-12T03:47:32.276Z | uploading: /work/omicron-package.log (9209 bytes) |
| 3823 | 2026-05-12T03:47:33.287Z | uploaded: /work/omicron-package.log |
| 3824 | 2026-05-12T03:47:33.287Z | uploading: /work/recovery-target.log (98 bytes) |
| 3825 | 2026-05-12T03:47:34.300Z | uploaded: /work/recovery-target.log |
| 3826 | 2026-05-12T03:47:34.301Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 3827 | 2026-05-12T03:47:34.301Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 3828 | 2026-05-12T03:47:34.301Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |