|
|
|
| 1 | 2026-01-30T18:03:32.890Z | job assigned to worker 01KG814CGR173CAQZJ84MV68V2 [factory aws, i-03b6a4df640701182] (queued for 1 m 0 s) |
| |
| 2 | 2026-01-30T18:03:41.536Z | starting task 0: "setup" |
| 3 | 2026-01-30T18:03:41.541Z | ++ uname -s |
| 4 | 2026-01-30T18:03:41.544Z | + kern=SunOS |
| 5 | 2026-01-30T18:03:41.544Z | + build_user=build |
| 6 | 2026-01-30T18:03:41.544Z | + build_uid=12345 |
| 7 | 2026-01-30T18:03:41.544Z | + work_dir=/work |
| 8 | 2026-01-30T18:03:41.544Z | + input_dir=/input |
| 9 | 2026-01-30T18:03:41.544Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-30T18:03:41.544Z | + case "$kern" in |
| 11 | 2026-01-30T18:03:41.544Z | + groupadd -g 12345 build |
| 12 | 2026-01-30T18:03:41.547Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-30T18:03:43.634Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-30T18:03:43.692Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-30T18:03:43.695Z | + home_fs=zfs |
| 16 | 2026-01-30T18:03:43.696Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-30T18:03:43.696Z | + mkdir -p /home/build |
| 18 | 2026-01-30T18:03:43.701Z | + chown build:build /home/build /work |
| 19 | 2026-01-30T18:03:45.700Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-30T18:03:45.703Z | process exited: duration 4167 ms, exit code 0 |
| |
| 21 | 2026-01-30T18:03:45.709Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-30T18:03:45.714Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-30T18:03:45.715Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-30T18:03:45.715Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-01-30T18:03:45.715Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-01-30T18:03:45.718Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-01-30T18:03:45.718Z | * rust toolchain profile = "default" |
| 28 | 2026-01-30T18:03:45.718Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-30T18:03:45.718Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-30T18:03:45.852Z | info: downloading installer |
| 31 | 2026-01-30T18:03:47.547Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-30T18:03:47.547Z | warn: /opt/ooce/bin |
| 33 | 2026-01-30T18:03:47.548Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-30T18:03:47.548Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-30T18:03:47.548Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-30T18:03:47.548Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-30T18:03:47.548Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-30T18:03:47.548Z | error: cannot install while Rust is installed |
| 39 | 2026-01-30T18:03:47.548Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-30T18:03:47.561Z | info: profile set to 'default' |
| 41 | 2026-01-30T18:03:47.561Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-30T18:03:47.564Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-30T18:03:47.742Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-30T18:03:47.742Z | info: downloading component 'cargo' |
| 45 | 2026-01-30T18:03:48.560Z | info: downloading component 'clippy' |
| 46 | 2026-01-30T18:03:48.959Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-30T18:03:50.208Z | info: downloading component 'rust-std' |
| 48 | 2026-01-30T18:03:52.389Z | info: downloading component 'rustc' |
| 49 | 2026-01-30T18:04:01.493Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-30T18:04:01.816Z | info: installing component 'cargo' |
| 51 | 2026-01-30T18:04:02.715Z | info: installing component 'clippy' |
| 52 | 2026-01-30T18:04:03.108Z | info: installing component 'rust-docs' |
| 53 | 2026-01-30T18:04:05.059Z | info: installing component 'rust-std' |
| 54 | 2026-01-30T18:04:06.913Z | info: installing component 'rustc' |
| 55 | 2026-01-30T18:04:13.573Z | info: installing component 'rustfmt' |
| 56 | 2026-01-30T18:04:13.918Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-30T18:04:13.918Z | |
| 58 | 2026-01-30T18:04:14.377Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-30T18:04:14.377Z | |
| 60 | 2026-01-30T18:04:14.380Z | |
| 61 | 2026-01-30T18:04:14.380Z | Rust is installed now. Great! |
| 62 | 2026-01-30T18:04:14.380Z | |
| 63 | 2026-01-30T18:04:14.380Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-30T18:04:14.380Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-30T18:04:14.380Z | |
| 66 | 2026-01-30T18:04:14.380Z | To configure your current shell, you need to source |
| 67 | 2026-01-30T18:04:14.380Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-30T18:04:14.380Z | |
| 69 | 2026-01-30T18:04:14.380Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-30T18:04:14.380Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-30T18:04:14.380Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-30T18:04:14.380Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-30T18:04:14.472Z | + rustup --version |
| 74 | 2026-01-30T18:04:14.483Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-30T18:04:14.483Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-30T18:04:14.571Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-30T18:04:14.575Z | + cargo --version |
| 78 | 2026-01-30T18:04:14.646Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-30T18:04:14.648Z | + rustc --version |
| 80 | 2026-01-30T18:04:14.724Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-30T18:04:14.728Z | process exited: duration 29013 ms, exit code 0 |
| |
| 82 | 2026-01-30T18:04:14.734Z | starting task 2: "authentication" |
| 83 | 2026-01-30T18:04:14.756Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-01-30T18:04:14.762Z | starting task 3: "clone repository" |
| 85 | 2026-01-30T18:04:14.766Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-30T18:04:14.769Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-30T18:04:14.809Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-30T18:05:12.378Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-30T18:05:12.378Z | + git fetch origin af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 90 | 2026-01-30T18:05:13.228Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-30T18:05:13.228Z | * branch af6659ec15f2d5e6b5e29aebd82b669817d4defe -> FETCH_HEAD |
| 92 | 2026-01-30T18:05:13.239Z | + [[ -n eliza/snapshot-or-image ]] |
| 93 | 2026-01-30T18:05:13.242Z | ++ git branch --show-current |
| 94 | 2026-01-30T18:05:13.245Z | + current=main |
| 95 | 2026-01-30T18:05:13.245Z | + [[ main != eliza/snapshot-or-image ]] |
| 96 | 2026-01-30T18:05:13.245Z | + git branch -f eliza/snapshot-or-image af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 97 | 2026-01-30T18:05:13.248Z | + git checkout -f eliza/snapshot-or-image |
| 98 | 2026-01-30T18:05:13.709Z | Switched to branch 'eliza/snapshot-or-image' |
| 99 | 2026-01-30T18:05:13.715Z | + git reset --hard af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 100 | 2026-01-30T18:05:13.739Z | HEAD is now at af6659ec1 lookup snapshot or image VCRs? |
| 101 | 2026-01-30T18:05:13.742Z | process exited: duration 58967 ms, exit code 0 |
| |
| 102 | 2026-01-30T18:05:13.750Z | starting task 4: "build" |
| 103 | 2026-01-30T18:05:13.753Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-30T18:05:13.756Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-30T18:05:13.756Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-30T18:05:13.756Z | + cargo --version |
| 107 | 2026-01-30T18:05:13.817Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-30T18:05:13.820Z | + rustc --version |
| 109 | 2026-01-30T18:05:13.895Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-30T18:05:13.898Z | + cargo tree --locked |
| 111 | 2026-01-30T18:05:14.176Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-01-30T18:05:14.863Z | Updating crates.io index |
| 113 | 2026-01-30T18:05:14.901Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2026-01-30T18:05:15.623Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2026-01-30T18:05:17.666Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2026-01-30T18:05:18.552Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 117 | 2026-01-30T18:05:19.255Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2026-01-30T18:05:20.007Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2026-01-30T18:05:23.968Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2026-01-30T18:05:29.586Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2026-01-30T18:05:32.401Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 122 | 2026-01-30T18:05:32.950Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-01-30T18:05:36.420Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 124 | 2026-01-30T18:05:37.876Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-01-30T18:05:38.752Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-01-30T18:05:39.677Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-01-30T18:05:40.500Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-01-30T18:05:42.362Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-01-30T18:05:43.611Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-01-30T18:05:44.187Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-01-30T18:05:44.971Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-01-30T18:05:45.719Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-01-30T18:05:46.256Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-01-30T18:05:46.808Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-01-30T18:05:47.435Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 136 | 2026-01-30T18:05:48.572Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 137 | 2026-01-30T18:05:49.969Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 138 | 2026-01-30T18:05:50.505Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 139 | 2026-01-30T18:05:51.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 140 | 2026-01-30T18:05:51.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-01-30T18:05:53.769Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 142 | 2026-01-30T18:05:54.484Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 143 | 2026-01-30T18:05:54.971Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 144 | 2026-01-30T18:05:55.726Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 145 | 2026-01-30T18:05:56.568Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 146 | 2026-01-30T18:05:57.436Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 147 | 2026-01-30T18:05:57.910Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 148 | 2026-01-30T18:05:58.548Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 149 | 2026-01-30T18:05:59.225Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 150 | 2026-01-30T18:06:37.692Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2026-01-30T18:06:38.404Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 152 | 2026-01-30T18:06:40.699Z | Downloading crates ... |
| 153 | 2026-01-30T18:06:40.794Z | Downloaded async-object-pool v0.1.5 |
| 154 | 2026-01-30T18:06:40.809Z | Downloaded adler2 v2.0.0 |
| 155 | 2026-01-30T18:06:40.813Z | Downloaded camino-tempfile v1.4.1 |
| 156 | 2026-01-30T18:06:40.819Z | Downloaded addr2line v0.24.2 |
| 157 | 2026-01-30T18:06:40.826Z | Downloaded anstyle-parse v0.2.5 |
| 158 | 2026-01-30T18:06:40.831Z | Downloaded cfg_aliases v0.2.1 |
| 159 | 2026-01-30T18:06:40.836Z | Downloaded clap_derive v4.5.47 |
| 160 | 2026-01-30T18:06:40.842Z | Downloaded cfg_aliases v0.1.1 |
| 161 | 2026-01-30T18:06:40.847Z | Downloaded constant_time_eq v0.3.1 |
| 162 | 2026-01-30T18:06:40.852Z | Downloaded cmake v0.1.51 |
| 163 | 2026-01-30T18:06:40.857Z | Downloaded derive_builder_macro v0.20.2 |
| 164 | 2026-01-30T18:06:40.862Z | Downloaded crypto-common v0.1.6 |
| 165 | 2026-01-30T18:06:40.866Z | Downloaded block-buffer v0.10.4 |
| 166 | 2026-01-30T18:06:40.871Z | Downloaded crunchy v0.2.2 |
| 167 | 2026-01-30T18:06:40.876Z | Downloaded crucible-workspace-hack v0.1.0 |
| 168 | 2026-01-30T18:06:40.880Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 169 | 2026-01-30T18:06:40.885Z | Downloaded convert_case v0.4.0 |
| 170 | 2026-01-30T18:06:40.890Z | Downloaded cpufeatures v0.2.14 |
| 171 | 2026-01-30T18:06:40.894Z | Downloaded crc8 v0.1.1 |
| 172 | 2026-01-30T18:06:40.898Z | Downloaded atomic-waker v1.1.2 |
| 173 | 2026-01-30T18:06:40.903Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 174 | 2026-01-30T18:06:40.907Z | Downloaded darling v0.21.0 |
| 175 | 2026-01-30T18:06:40.915Z | Downloaded const-oid v0.9.6 |
| 176 | 2026-01-30T18:06:40.920Z | Downloaded arrayref v0.3.9 |
| 177 | 2026-01-30T18:06:40.924Z | Downloaded doc-comment v0.3.3 |
| 178 | 2026-01-30T18:06:40.929Z | Downloaded document-features v0.2.11 |
| 179 | 2026-01-30T18:06:40.933Z | Downloaded dyn-clone v1.0.20 |
| 180 | 2026-01-30T18:06:40.939Z | Downloaded debug-ignore v1.0.5 |
| 181 | 2026-01-30T18:06:40.943Z | Downloaded dtrace-parser v0.3.0 |
| 182 | 2026-01-30T18:06:40.947Z | Downloaded dunce v1.0.5 |
| 183 | 2026-01-30T18:06:40.951Z | Downloaded embedded-io v0.6.1 |
| 184 | 2026-01-30T18:06:40.955Z | Downloaded escape8259 v0.5.3 |
| 185 | 2026-01-30T18:06:40.959Z | Downloaded blocking v1.6.1 |
| 186 | 2026-01-30T18:06:40.964Z | Downloaded critical-section v1.1.3 |
| 187 | 2026-01-30T18:06:40.968Z | Downloaded event-listener-strategy v0.5.2 |
| 188 | 2026-01-30T18:06:40.972Z | Downloaded fixedbitset v0.4.2 |
| 189 | 2026-01-30T18:06:40.977Z | Downloaded float-ord v0.3.2 |
| 190 | 2026-01-30T18:06:40.981Z | Downloaded enum-as-inner v0.6.1 |
| 191 | 2026-01-30T18:06:40.985Z | Downloaded equivalent v1.0.2 |
| 192 | 2026-01-30T18:06:40.989Z | Downloaded foreign-types-macros v0.2.3 |
| 193 | 2026-01-30T18:06:40.993Z | Downloaded blake2 v0.10.6 |
| 194 | 2026-01-30T18:06:40.999Z | Downloaded foreign-types-shared v0.3.1 |
| 195 | 2026-01-30T18:06:41.002Z | Downloaded either v1.15.0 |
| 196 | 2026-01-30T18:06:41.006Z | Downloaded futures-macro v0.3.31 |
| 197 | 2026-01-30T18:06:41.010Z | Downloaded gethostname v0.5.0 |
| 198 | 2026-01-30T18:06:41.014Z | Downloaded crossbeam-deque v0.8.5 |
| 199 | 2026-01-30T18:06:41.019Z | Downloaded globwalk v0.9.1 |
| 200 | 2026-01-30T18:06:41.022Z | Downloaded fixedbitset v0.5.7 |
| 201 | 2026-01-30T18:06:41.026Z | Downloaded erased-serde v0.4.6 |
| 202 | 2026-01-30T18:06:41.032Z | Downloaded fnv v1.0.7 |
| 203 | 2026-01-30T18:06:41.036Z | Downloaded form_urlencoded v1.2.2 |
| 204 | 2026-01-30T18:06:41.039Z | Downloaded cfg-expr v0.20.1 |
| 205 | 2026-01-30T18:06:41.045Z | Downloaded fs-err v2.11.0 |
| 206 | 2026-01-30T18:06:41.050Z | Downloaded heck v0.4.1 |
| 207 | 2026-01-30T18:06:41.053Z | Downloaded futures-task v0.3.31 |
| 208 | 2026-01-30T18:06:41.057Z | Downloaded ff v0.13.0 |
| 209 | 2026-01-30T18:06:41.061Z | Downloaded group v0.13.0 |
| 210 | 2026-01-30T18:06:41.065Z | Downloaded hex v0.4.3 |
| 211 | 2026-01-30T18:06:41.069Z | Downloaded colored v3.0.0 |
| 212 | 2026-01-30T18:06:41.074Z | Downloaded des v0.8.1 |
| 213 | 2026-01-30T18:06:41.079Z | Downloaded http-body v1.0.1 |
| 214 | 2026-01-30T18:06:41.082Z | Downloaded httpdate v1.0.3 |
| 215 | 2026-01-30T18:06:41.087Z | Downloaded hubpack_derive v0.1.1 |
| 216 | 2026-01-30T18:06:41.090Z | Downloaded hyper-tls v0.6.0 |
| 217 | 2026-01-30T18:06:41.093Z | Downloaded futures-lite v2.3.0 |
| 218 | 2026-01-30T18:06:41.097Z | Downloaded futures-channel v0.3.31 |
| 219 | 2026-01-30T18:06:41.102Z | Downloaded ident_case v1.0.1 |
| 220 | 2026-01-30T18:06:41.105Z | Downloaded inout v0.1.3 |
| 221 | 2026-01-30T18:06:41.109Z | Downloaded getrandom v0.2.15 |
| 222 | 2026-01-30T18:06:41.114Z | Downloaded is_ci v1.2.0 |
| 223 | 2026-01-30T18:06:41.118Z | Downloaded crossbeam-epoch v0.9.18 |
| 224 | 2026-01-30T18:06:41.123Z | Downloaded http-body-util v0.1.3 |
| 225 | 2026-01-30T18:06:41.127Z | Downloaded is-terminal v0.4.13 |
| 226 | 2026-01-30T18:06:41.130Z | Downloaded humantime v2.2.0 |
| 227 | 2026-01-30T18:06:41.134Z | Downloaded icu_locid_transform v1.5.0 |
| 228 | 2026-01-30T18:06:41.140Z | Downloaded itoa v1.0.11 |
| 229 | 2026-01-30T18:06:41.143Z | Downloaded dropshot-api-manager v0.2.4 |
| 230 | 2026-01-30T18:06:41.147Z | Downloaded darling_core v0.20.10 |
| 231 | 2026-01-30T18:06:41.154Z | Downloaded diesel_derives v2.2.3 |
| 232 | 2026-01-30T18:06:41.160Z | Downloaded libsw-core v0.3.1 |
| 233 | 2026-01-30T18:06:41.164Z | Downloaded libscf-sys v1.1.0 |
| 234 | 2026-01-30T18:06:41.167Z | Downloaded backtrace v0.3.74 |
| 235 | 2026-01-30T18:06:41.174Z | Downloaded lru-cache v0.1.2 |
| 236 | 2026-01-30T18:06:41.177Z | Downloaded lzss v0.8.2 |
| 237 | 2026-01-30T18:06:41.182Z | Downloaded ipnetwork v0.21.1 |
| 238 | 2026-01-30T18:06:41.186Z | Downloaded memmap v0.7.0 |
| 239 | 2026-01-30T18:06:41.189Z | Downloaded icu_locid_transform_data v1.5.0 |
| 240 | 2026-01-30T18:06:41.193Z | Downloaded md-5 v0.10.6 |
| 241 | 2026-01-30T18:06:41.197Z | Downloaded memoffset v0.9.1 |
| 242 | 2026-01-30T18:06:41.201Z | Downloaded newline-converter v0.3.0 |
| 243 | 2026-01-30T18:06:41.204Z | Downloaded new_debug_unreachable v1.0.6 |
| 244 | 2026-01-30T18:06:41.207Z | Downloaded multimap v0.10.1 |
| 245 | 2026-01-30T18:06:41.210Z | Downloaded hostname v0.4.2 |
| 246 | 2026-01-30T18:06:41.214Z | Downloaded fancy-regex v0.14.0 |
| 247 | 2026-01-30T18:06:41.219Z | Downloaded newtype_derive v0.1.6 |
| 248 | 2026-01-30T18:06:41.223Z | Downloaded nibble_vec v0.1.0 |
| 249 | 2026-01-30T18:06:41.236Z | Downloaded normalize-line-endings v0.3.0 |
| 250 | 2026-01-30T18:06:41.241Z | Downloaded num-derive v0.4.2 |
| 251 | 2026-01-30T18:06:41.245Z | Downloaded lazy_static v1.5.0 |
| 252 | 2026-01-30T18:06:41.252Z | Downloaded number_prefix v0.4.0 |
| 253 | 2026-01-30T18:06:41.255Z | Downloaded num-derive v0.3.3 |
| 254 | 2026-01-30T18:06:41.260Z | Downloaded olpc-cjson v0.1.4 |
| 255 | 2026-01-30T18:06:41.263Z | Downloaded icu_normalizer_data v1.5.0 |
| 256 | 2026-01-30T18:06:41.268Z | Downloaded native-tls v0.2.12 |
| 257 | 2026-01-30T18:06:41.273Z | Downloaded indexmap v1.9.3 |
| 258 | 2026-01-30T18:06:41.279Z | Downloaded ordered-float v2.10.1 |
| 259 | 2026-01-30T18:06:41.282Z | Downloaded openssl-probe v0.1.5 |
| 260 | 2026-01-30T18:06:41.285Z | Downloaded crossterm v0.29.0 |
| 261 | 2026-01-30T18:06:41.294Z | Downloaded oso-derive v0.27.3 |
| 262 | 2026-01-30T18:06:41.296Z | Downloaded cc v1.2.30 |
| 263 | 2026-01-30T18:06:41.301Z | Downloaded ignore v0.4.23 |
| 264 | 2026-01-30T18:06:41.306Z | Downloaded parking v2.2.1 |
| 265 | 2026-01-30T18:06:41.309Z | Downloaded guppy v0.17.20 |
| 266 | 2026-01-30T18:06:41.317Z | Downloaded mime v0.3.17 |
| 267 | 2026-01-30T18:06:41.321Z | Downloaded parse-size v1.1.0 |
| 268 | 2026-01-30T18:06:41.324Z | Downloaded path-slash v0.1.5 |
| 269 | 2026-01-30T18:06:41.327Z | Downloaded heapless v0.7.17 |
| 270 | 2026-01-30T18:06:41.333Z | Downloaded pathdiff v0.2.3 |
| 271 | 2026-01-30T18:06:41.336Z | Downloaded pbkdf2 v0.12.2 |
| 272 | 2026-01-30T18:06:41.340Z | Downloaded indicatif v0.18.0 |
| 273 | 2026-01-30T18:06:41.346Z | Downloaded indicatif v0.17.11 |
| 274 | 2026-01-30T18:06:41.352Z | Downloaded oxnet v0.1.4 |
| 275 | 2026-01-30T18:06:41.356Z | Downloaded peg-runtime v0.8.5 |
| 276 | 2026-01-30T18:06:41.359Z | Downloaded num v0.4.3 |
| 277 | 2026-01-30T18:06:41.363Z | Downloaded hickory-resolver v0.25.2 |
| 278 | 2026-01-30T18:06:41.368Z | Downloaded owo-colors v3.5.0 |
| 279 | 2026-01-30T18:06:41.373Z | Downloaded hashbrown v0.16.1 |
| 280 | 2026-01-30T18:06:41.381Z | Downloaded phf_shared v0.11.2 |
| 281 | 2026-01-30T18:06:41.385Z | Downloaded phf_shared v0.12.1 |
| 282 | 2026-01-30T18:06:41.388Z | Downloaded path-tree v0.8.1 |
| 283 | 2026-01-30T18:06:41.392Z | Downloaded omicron-zone-package v0.12.2 |
| 284 | 2026-01-30T18:06:41.397Z | Downloaded peg v0.8.5 |
| 285 | 2026-01-30T18:06:41.403Z | Downloaded plain v0.2.3 |
| 286 | 2026-01-30T18:06:41.407Z | Downloaded plotters-backend v0.3.7 |
| 287 | 2026-01-30T18:06:41.410Z | Downloaded packed_struct v0.10.1 |
| 288 | 2026-01-30T18:06:41.414Z | Downloaded pest_generator v2.8.2 |
| 289 | 2026-01-30T18:06:41.418Z | Downloaded powerfmt v0.2.0 |
| 290 | 2026-01-30T18:06:41.421Z | Downloaded pem v3.0.5 |
| 291 | 2026-01-30T18:06:41.425Z | Downloaded gimli v0.31.1 |
| 292 | 2026-01-30T18:06:41.433Z | Downloaded piper v0.2.4 |
| 293 | 2026-01-30T18:06:41.437Z | Downloaded predicates-core v1.0.8 |
| 294 | 2026-01-30T18:06:41.439Z | Downloaded phf v0.11.2 |
| 295 | 2026-01-30T18:06:41.444Z | Downloaded pin-utils v0.1.0 |
| 296 | 2026-01-30T18:06:41.447Z | Downloaded pretty-hex v0.4.1 |
| 297 | 2026-01-30T18:06:41.449Z | Downloaded proc-macro-error-attr v1.0.4 |
| 298 | 2026-01-30T18:06:41.452Z | Downloaded proc-macro-crate v3.2.0 |
| 299 | 2026-01-30T18:06:41.454Z | Downloaded hickory-server v0.25.2 |
| 300 | 2026-01-30T18:06:41.461Z | Downloaded pkg-config v0.3.31 |
| 301 | 2026-01-30T18:06:41.465Z | Downloaded progenitor v0.8.0 |
| 302 | 2026-01-30T18:06:41.468Z | Downloaded oso v0.27.3 |
| 303 | 2026-01-30T18:06:41.473Z | Downloaded pretty-hex v0.2.1 |
| 304 | 2026-01-30T18:06:41.476Z | Downloaded precomputed-hash v0.1.1 |
| 305 | 2026-01-30T18:06:41.479Z | Downloaded progenitor-client v0.10.0 |
| 306 | 2026-01-30T18:06:41.482Z | Downloaded pest_derive v2.8.2 |
| 307 | 2026-01-30T18:06:41.485Z | Downloaded papergrid v0.11.0 |
| 308 | 2026-01-30T18:06:41.492Z | Downloaded progenitor-macro v0.11.2 |
| 309 | 2026-01-30T18:06:41.495Z | Downloaded radium v0.7.0 |
| 310 | 2026-01-30T18:06:41.498Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 311 | 2026-01-30T18:06:41.503Z | Downloaded primeorder v0.13.6 |
| 312 | 2026-01-30T18:06:41.507Z | Downloaded progenitor v0.11.2 |
| 313 | 2026-01-30T18:06:41.510Z | Downloaded memchr v2.7.4 |
| 314 | 2026-01-30T18:06:41.516Z | Downloaded pkcs5 v0.7.1 |
| 315 | 2026-01-30T18:06:41.521Z | Downloaded proc-macro2 v1.0.101 |
| 316 | 2026-01-30T18:06:41.527Z | Downloaded jiff-static v0.2.15 |
| 317 | 2026-01-30T18:06:41.530Z | Downloaded ingot-types v0.1.2 |
| 318 | 2026-01-30T18:06:41.533Z | Downloaded ingot-macros v0.1.1 |
| 319 | 2026-01-30T18:06:41.537Z | Downloaded progenitor-macro v0.10.0 |
| 320 | 2026-01-30T18:06:41.540Z | Downloaded progenitor-macro v0.8.0 |
| 321 | 2026-01-30T18:06:41.543Z | Downloaded papergrid v0.17.0 |
| 322 | 2026-01-30T18:06:41.550Z | Downloaded ref-cast-impl v1.0.25 |
| 323 | 2026-01-30T18:06:41.553Z | Downloaded lazycell v1.3.0 |
| 324 | 2026-01-30T18:06:41.556Z | Downloaded pin-project v1.1.6 |
| 325 | 2026-01-30T18:06:41.572Z | Downloaded rfc6979 v0.4.0 |
| 326 | 2026-01-30T18:06:41.572Z | Downloaded rustc-hash v2.1.1 |
| 327 | 2026-01-30T18:06:41.575Z | Downloaded rand v0.9.2 |
| 328 | 2026-01-30T18:06:41.580Z | Downloaded openssl-macros v0.1.1 |
| 329 | 2026-01-30T18:06:41.583Z | Downloaded proc-macro-error v1.0.4 |
| 330 | 2026-01-30T18:06:41.588Z | Downloaded bitvec v1.0.1 |
| 331 | 2026-01-30T18:06:41.604Z | Downloaded rustc_version v0.4.1 |
| 332 | 2026-01-30T18:06:41.607Z | Downloaded heck v0.3.3 |
| 333 | 2026-01-30T18:06:41.616Z | Downloaded rstest_macros v0.25.0 |
| 334 | 2026-01-30T18:06:41.620Z | Downloaded oorandom v11.1.4 |
| 335 | 2026-01-30T18:06:41.620Z | Downloaded aws-lc-rs v1.12.4 |
| 336 | 2026-01-30T18:06:41.637Z | Downloaded relative-path v1.9.3 |
| 337 | 2026-01-30T18:06:41.640Z | Downloaded ryu v1.0.18 |
| 338 | 2026-01-30T18:06:41.644Z | Downloaded mio v1.0.2 |
| 339 | 2026-01-30T18:06:41.651Z | Downloaded schemars_derive v0.8.22 |
| 340 | 2026-01-30T18:06:41.655Z | Downloaded packed_struct_codegen v0.10.1 |
| 341 | 2026-01-30T18:06:41.657Z | Downloaded libxml v0.3.3 |
| 342 | 2026-01-30T18:06:41.664Z | Downloaded rand_xorshift v0.4.0 |
| 343 | 2026-01-30T18:06:41.667Z | Downloaded rustc-demangle v0.1.24 |
| 344 | 2026-01-30T18:06:41.670Z | Downloaded salsa20 v0.10.2 |
| 345 | 2026-01-30T18:06:41.673Z | Downloaded same-file v1.0.6 |
| 346 | 2026-01-30T18:06:41.676Z | Downloaded psl-types v2.0.11 |
| 347 | 2026-01-30T18:06:41.679Z | Downloaded serde-value v0.7.0 |
| 348 | 2026-01-30T18:06:41.681Z | Downloaded itertools v0.13.0 |
| 349 | 2026-01-30T18:06:41.689Z | Downloaded rustls-native-certs v0.8.1 |
| 350 | 2026-01-30T18:06:41.693Z | Downloaded progenitor-impl v0.11.2 |
| 351 | 2026-01-30T18:06:41.697Z | Downloaded serde_bytes v0.11.19 |
| 352 | 2026-01-30T18:06:41.700Z | Downloaded serde_regex v1.1.0 |
| 353 | 2026-01-30T18:06:41.702Z | Downloaded scheduled-thread-pool v0.2.7 |
| 354 | 2026-01-30T18:06:41.706Z | Downloaded sapling-renderdag v0.1.0 |
| 355 | 2026-01-30T18:06:41.709Z | Downloaded rustversion v1.0.22 |
| 356 | 2026-01-30T18:06:41.714Z | Downloaded rusty-fork v0.3.0 |
| 357 | 2026-01-30T18:06:41.717Z | Downloaded idna_adapter v1.2.0 |
| 358 | 2026-01-30T18:06:41.719Z | Downloaded scrypt v0.11.0 |
| 359 | 2026-01-30T18:06:41.723Z | Downloaded nom v7.1.3 |
| 360 | 2026-01-30T18:06:41.730Z | Downloaded serde-big-array v0.5.1 |
| 361 | 2026-01-30T18:06:41.734Z | Downloaded serde_repr v0.1.19 |
| 362 | 2026-01-30T18:06:41.737Z | Downloaded signature v2.2.0 |
| 363 | 2026-01-30T18:06:41.741Z | Downloaded rcgen v0.12.1 |
| 364 | 2026-01-30T18:06:41.745Z | Downloaded itertools v0.14.0 |
| 365 | 2026-01-30T18:06:41.756Z | Downloaded sha1 v0.10.6 |
| 366 | 2026-01-30T18:06:41.759Z | Downloaded quinn v0.11.5 |
| 367 | 2026-01-30T18:06:41.763Z | Downloaded libefi-sys v0.1.0 |
| 368 | 2026-01-30T18:06:41.765Z | Downloaded shell-words v1.1.0 |
| 369 | 2026-01-30T18:06:41.768Z | Downloaded scroll v0.13.0 |
| 370 | 2026-01-30T18:06:41.771Z | Downloaded simd-adler32 v0.3.7 |
| 371 | 2026-01-30T18:06:41.774Z | Downloaded maybe-uninit v2.0.0 |
| 372 | 2026-01-30T18:06:41.777Z | Downloaded signal-hook-tokio v0.3.1 |
| 373 | 2026-01-30T18:06:41.780Z | Downloaded sigpipe v0.1.3 |
| 374 | 2026-01-30T18:06:41.783Z | Downloaded slog-bunyan v2.5.0 |
| 375 | 2026-01-30T18:06:41.789Z | Downloaded siphasher v0.3.11 |
| 376 | 2026-01-30T18:06:41.789Z | Downloaded num-iter v0.1.45 |
| 377 | 2026-01-30T18:06:41.792Z | Downloaded linked-hash-map v0.5.6 |
| 378 | 2026-01-30T18:06:41.792Z | Downloaded serde-hex v0.1.0 |
| 379 | 2026-01-30T18:06:41.794Z | Downloaded serde_path_to_error v0.1.20 |
| 380 | 2026-01-30T18:06:41.797Z | Downloaded smawk v0.3.2 |
| 381 | 2026-01-30T18:06:41.801Z | Downloaded rand_chacha v0.3.1 |
| 382 | 2026-01-30T18:06:41.804Z | Downloaded percent-encoding v2.3.2 |
| 383 | 2026-01-30T18:06:41.806Z | Downloaded async-std v1.13.0 |
| 384 | 2026-01-30T18:06:41.824Z | Downloaded rayon-core v1.12.1 |
| 385 | 2026-01-30T18:06:41.829Z | Downloaded hyper-rustls v0.27.7 |
| 386 | 2026-01-30T18:06:41.833Z | Downloaded shlex v1.3.0 |
| 387 | 2026-01-30T18:06:41.837Z | Downloaded scopeguard v1.2.0 |
| 388 | 2026-01-30T18:06:41.840Z | Downloaded rand v0.8.5 |
| 389 | 2026-01-30T18:06:41.843Z | Downloaded serde_urlencoded v0.7.1 |
| 390 | 2026-01-30T18:06:41.846Z | Downloaded stable_deref_trait v1.2.0 |
| 391 | 2026-01-30T18:06:41.848Z | Downloaded ssh-encoding v0.2.0 |
| 392 | 2026-01-30T18:06:41.851Z | Downloaded serde_tokenstream v0.2.2 |
| 393 | 2026-01-30T18:06:41.855Z | Downloaded slog-term v2.9.2 |
| 394 | 2026-01-30T18:06:41.858Z | Downloaded slog-json v2.6.1 |
| 395 | 2026-01-30T18:06:41.858Z | Downloaded strum v0.27.2 |
| 396 | 2026-01-30T18:06:41.885Z | Downloaded bindgen v0.69.5 |
| 397 | 2026-01-30T18:06:41.885Z | Downloaded structmeta-derive v0.3.0 |
| 398 | 2026-01-30T18:06:41.885Z | Downloaded strsim v0.11.1 |
| 399 | 2026-01-30T18:06:41.885Z | Downloaded supports-color v2.1.0 |
| 400 | 2026-01-30T18:06:41.886Z | Downloaded slog-stdlog v4.1.1 |
| 401 | 2026-01-30T18:06:41.886Z | Downloaded supports-color v3.0.2 |
| 402 | 2026-01-30T18:06:41.886Z | Downloaded rust-argon2 v2.1.0 |
| 403 | 2026-01-30T18:06:41.886Z | Downloaded supports-unicode v2.1.0 |
| 404 | 2026-01-30T18:06:41.889Z | Downloaded tabled_derive v0.11.0 |
| 405 | 2026-01-30T18:06:41.889Z | Downloaded spki v0.7.3 |
| 406 | 2026-01-30T18:06:41.892Z | Downloaded snafu-derive v0.8.5 |
| 407 | 2026-01-30T18:06:41.894Z | Downloaded tabwriter v1.4.0 |
| 408 | 2026-01-30T18:06:41.897Z | Downloaded parking_lot_core v0.9.10 |
| 409 | 2026-01-30T18:06:41.900Z | Downloaded hickory-client v0.25.2 |
| 410 | 2026-01-30T18:06:41.902Z | Downloaded serde_yaml v0.9.34+deprecated |
| 411 | 2026-01-30T18:06:41.907Z | Downloaded tap v1.0.1 |
| 412 | 2026-01-30T18:06:41.910Z | Downloaded password-hash v0.4.2 |
| 413 | 2026-01-30T18:06:41.910Z | Downloaded take_mut v0.2.2 |
| 414 | 2026-01-30T18:06:41.913Z | Downloaded smf v0.2.3 |
| 415 | 2026-01-30T18:06:41.916Z | Downloaded serde_with_macros v3.16.1 |
| 416 | 2026-01-30T18:06:41.918Z | Downloaded serde_derive_internals v0.29.1 |
| 417 | 2026-01-30T18:06:41.918Z | Downloaded strum_macros v0.24.3 |
| 418 | 2026-01-30T18:06:41.924Z | Downloaded terminal_size v0.4.0 |
| 419 | 2026-01-30T18:06:41.924Z | Downloaded bindgen v0.71.1 |
| 420 | 2026-01-30T18:06:41.930Z | Downloaded target-triple v0.1.3 |
| 421 | 2026-01-30T18:06:41.933Z | Downloaded testing_table v0.3.0 |
| 422 | 2026-01-30T18:06:41.936Z | Downloaded support-bundle-viewer v0.1.2 |
| 423 | 2026-01-30T18:06:41.938Z | Downloaded termtree v0.5.1 |
| 424 | 2026-01-30T18:06:41.938Z | Downloaded terminal_size v0.1.17 |
| 425 | 2026-01-30T18:06:41.941Z | Downloaded synstructure v0.13.1 |
| 426 | 2026-01-30T18:06:41.943Z | Downloaded slog-scope v4.4.0 |
| 427 | 2026-01-30T18:06:41.946Z | Downloaded strum_macros v0.27.2 |
| 428 | 2026-01-30T18:06:41.949Z | Downloaded thread-id v4.2.2 |
| 429 | 2026-01-30T18:06:41.949Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 430 | 2026-01-30T18:06:41.952Z | Downloaded postgres-types v0.2.9 |
| 431 | 2026-01-30T18:06:41.955Z | Downloaded goblin v0.10.2 |
| 432 | 2026-01-30T18:06:41.962Z | Downloaded tinyvec_macros v0.1.1 |
| 433 | 2026-01-30T18:06:41.964Z | Downloaded thread_local v1.1.8 |
| 434 | 2026-01-30T18:06:41.967Z | Downloaded thread-id v5.0.0 |
| 435 | 2026-01-30T18:06:41.970Z | Downloaded time-core v0.1.6 |
| 436 | 2026-01-30T18:06:41.970Z | Downloaded static_assertions v1.1.0 |
| 437 | 2026-01-30T18:06:41.973Z | Downloaded tagptr v0.2.0 |
| 438 | 2026-01-30T18:06:41.975Z | Downloaded termcolor v1.4.1 |
| 439 | 2026-01-30T18:06:41.975Z | Downloaded strum_macros v0.26.4 |
| 440 | 2026-01-30T18:06:41.978Z | Downloaded sqlformat v0.3.5 |
| 441 | 2026-01-30T18:06:41.981Z | Downloaded stringmetrics v2.2.2 |
| 442 | 2026-01-30T18:06:41.983Z | Downloaded subprocess v0.2.9 |
| 443 | 2026-01-30T18:06:41.991Z | Downloaded samael v0.0.19 |
| 444 | 2026-01-30T18:06:41.993Z | Downloaded topological-sort v0.2.2 |
| 445 | 2026-01-30T18:06:41.996Z | Downloaded schemars v0.9.0 |
| 446 | 2026-01-30T18:06:42.007Z | Downloaded try-lock v0.2.5 |
| 447 | 2026-01-30T18:06:42.010Z | Downloaded signal-hook v0.3.18 |
| 448 | 2026-01-30T18:06:42.012Z | Downloaded icu_properties_data v1.5.0 |
| 449 | 2026-01-30T18:06:42.022Z | Downloaded tokio-macros v2.6.0 |
| 450 | 2026-01-30T18:06:42.025Z | Downloaded tower-service v0.3.3 |
| 451 | 2026-01-30T18:06:42.028Z | Downloaded tower-layer v0.3.3 |
| 452 | 2026-01-30T18:06:42.028Z | Downloaded slog-dtrace v0.3.0 |
| 453 | 2026-01-30T18:06:42.032Z | Downloaded termios v0.3.3 |
| 454 | 2026-01-30T18:06:42.032Z | Downloaded tokio-native-tls v0.3.1 |
| 455 | 2026-01-30T18:06:42.034Z | Downloaded typeid v1.0.3 |
| 456 | 2026-01-30T18:06:42.037Z | Downloaded typify-macro v0.2.0 |
| 457 | 2026-01-30T18:06:42.037Z | Downloaded trait-variant v0.1.2 |
| 458 | 2026-01-30T18:06:42.040Z | Downloaded thiserror-impl v2.0.18 |
| 459 | 2026-01-30T18:06:42.042Z | Downloaded term v1.1.0 |
| 460 | 2026-01-30T18:06:42.045Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 461 | 2026-01-30T18:06:42.048Z | Downloaded thiserror-impl v1.0.69 |
| 462 | 2026-01-30T18:06:42.048Z | Downloaded unicode-xid v0.2.6 |
| 463 | 2026-01-30T18:06:42.051Z | Downloaded serde v1.0.228 |
| 464 | 2026-01-30T18:06:42.054Z | Downloaded untrusted v0.7.1 |
| 465 | 2026-01-30T18:06:42.056Z | Downloaded unit-prefix v0.5.1 |
| 466 | 2026-01-30T18:06:42.056Z | Downloaded unicode-truncate v1.1.0 |
| 467 | 2026-01-30T18:06:42.059Z | Downloaded tokio-rustls v0.25.0 |
| 468 | 2026-01-30T18:06:42.063Z | Downloaded unarray v0.1.4 |
| 469 | 2026-01-30T18:06:42.066Z | Downloaded typify-macro v0.4.3 |
| 470 | 2026-01-30T18:06:42.066Z | Downloaded tokio-dtrace v0.1.0 |
| 471 | 2026-01-30T18:06:42.066Z | Downloaded universal-hash v0.5.1 |
| 472 | 2026-01-30T18:06:42.068Z | Downloaded tracing-attributes v0.1.27 |
| 473 | 2026-01-30T18:06:42.071Z | Downloaded minimal-lexical v0.2.1 |
| 474 | 2026-01-30T18:06:42.074Z | Downloaded tinytemplate v1.2.1 |
| 475 | 2026-01-30T18:06:42.076Z | Downloaded progenitor-impl v0.8.0 |
| 476 | 2026-01-30T18:06:42.079Z | Downloaded usdt-attr-macro v0.6.0 |
| 477 | 2026-01-30T18:06:42.082Z | Downloaded tls_codec v0.4.1 |
| 478 | 2026-01-30T18:06:42.082Z | Downloaded target-lexicon v0.13.2 |
| 479 | 2026-01-30T18:06:42.084Z | Downloaded utf8_iter v1.0.4 |
| 480 | 2026-01-30T18:06:42.087Z | Downloaded usdt v0.6.0 |
| 481 | 2026-01-30T18:06:42.087Z | Downloaded usdt v0.5.0 |
| 482 | 2026-01-30T18:06:42.090Z | Downloaded utf16_iter v1.0.5 |
| 483 | 2026-01-30T18:06:42.090Z | Downloaded usdt-attr-macro v0.5.0 |
| 484 | 2026-01-30T18:06:42.092Z | Downloaded utf-8 v0.7.6 |
| 485 | 2026-01-30T18:06:42.092Z | Downloaded unicode-linebreak v0.1.5 |
| 486 | 2026-01-30T18:06:42.095Z | Downloaded csv v1.3.1 |
| 487 | 2026-01-30T18:06:42.113Z | Downloaded utf8parse v0.2.2 |
| 488 | 2026-01-30T18:06:42.115Z | Downloaded typify v0.2.0 |
| 489 | 2026-01-30T18:06:42.118Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 490 | 2026-01-30T18:06:42.118Z | Downloaded tokio-tungstenite v0.23.1 |
| 491 | 2026-01-30T18:06:42.121Z | Downloaded void v1.0.2 |
| 492 | 2026-01-30T18:06:42.123Z | Downloaded textwrap v0.15.2 |
| 493 | 2026-01-30T18:06:42.126Z | Downloaded wait-timeout v0.2.0 |
| 494 | 2026-01-30T18:06:42.126Z | Downloaded vte_generate_state_changes v0.1.2 |
| 495 | 2026-01-30T18:06:42.129Z | Downloaded rand_distr v0.5.1 |
| 496 | 2026-01-30T18:06:42.131Z | Downloaded test-strategy v0.4.3 |
| 497 | 2026-01-30T18:06:42.135Z | Downloaded unicase v2.8.1 |
| 498 | 2026-01-30T18:06:42.138Z | Downloaded twox-hash v2.1.0 |
| 499 | 2026-01-30T18:06:42.140Z | Downloaded tui-tree-widget v0.23.1 |
| 500 | 2026-01-30T18:06:42.143Z | Downloaded write16 v1.0.0 |
| 501 | 2026-01-30T18:06:42.143Z | Downloaded xattr v1.3.1 |
| 502 | 2026-01-30T18:06:42.146Z | Downloaded waitgroup v0.1.2 |
| 503 | 2026-01-30T18:06:42.146Z | Downloaded usdt-impl v0.6.0 |
| 504 | 2026-01-30T18:06:42.149Z | Downloaded which v4.4.2 |
| 505 | 2026-01-30T18:06:42.149Z | Downloaded xshell-macros v0.2.7 |
| 506 | 2026-01-30T18:06:42.151Z | Downloaded tokio-stream v0.1.17 |
| 507 | 2026-01-30T18:06:42.154Z | Downloaded snafu v0.8.5 |
| 508 | 2026-01-30T18:06:42.160Z | Downloaded yoke-derive v0.7.4 |
| 509 | 2026-01-30T18:06:42.163Z | Downloaded steno v0.4.1 |
| 510 | 2026-01-30T18:06:42.166Z | Downloaded unicode-ident v1.0.19 |
| 511 | 2026-01-30T18:06:42.168Z | Downloaded uzers v0.12.1 |
| 512 | 2026-01-30T18:06:42.171Z | Downloaded unicode-properties v0.1.3 |
| 513 | 2026-01-30T18:06:42.174Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 514 | 2026-01-30T18:06:42.176Z | Downloaded zerofrom v0.1.4 |
| 515 | 2026-01-30T18:06:42.179Z | Downloaded bstr v1.10.0 |
| 516 | 2026-01-30T18:06:42.187Z | Downloaded zeroize_derive v1.4.2 |
| 517 | 2026-01-30T18:06:42.189Z | Downloaded zerofrom-derive v0.1.4 |
| 518 | 2026-01-30T18:06:42.189Z | Downloaded walkdir v2.5.0 |
| 519 | 2026-01-30T18:06:42.192Z | Downloaded zone v0.3.1 |
| 520 | 2026-01-30T18:06:42.192Z | Downloaded openssl-sys v0.9.109 |
| 521 | 2026-01-30T18:06:42.197Z | Downloaded vsss-rs v3.3.4 |
| 522 | 2026-01-30T18:06:42.200Z | Downloaded typenum v1.17.0 |
| 523 | 2026-01-30T18:06:42.203Z | Downloaded tungstenite v0.23.0 |
| 524 | 2026-01-30T18:06:42.206Z | Downloaded tungstenite v0.21.0 |
| 525 | 2026-01-30T18:06:42.210Z | Downloaded zone_cfg_derive v0.3.0 |
| 526 | 2026-01-30T18:06:42.213Z | Downloaded zone_cfg_derive v0.1.2 |
| 527 | 2026-01-30T18:06:42.213Z | Downloaded xz2 v0.1.7 |
| 528 | 2026-01-30T18:06:42.216Z | Downloaded xshell v0.2.7 |
| 529 | 2026-01-30T18:06:42.216Z | Downloaded wyz v0.5.1 |
| 530 | 2026-01-30T18:06:42.218Z | Downloaded writeable v0.5.5 |
| 531 | 2026-01-30T18:06:42.222Z | Downloaded indexmap v2.13.0 |
| 532 | 2026-01-30T18:06:42.225Z | Downloaded serde_core v1.0.228 |
| 533 | 2026-01-30T18:06:42.227Z | Downloaded yoke v0.7.4 |
| 534 | 2026-01-30T18:06:42.232Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 535 | 2026-01-30T18:06:42.235Z | Downloaded p521 v0.13.3 |
| 536 | 2026-01-30T18:06:42.238Z | Downloaded vte v0.11.1 |
| 537 | 2026-01-30T18:06:42.241Z | Downloaded reqwest v0.12.24 |
| 538 | 2026-01-30T18:06:42.245Z | Downloaded typify v0.4.3 |
| 539 | 2026-01-30T18:06:42.249Z | Downloaded zerovec-derive v0.10.3 |
| 540 | 2026-01-30T18:06:42.252Z | Downloaded zeroize v1.8.1 |
| 541 | 2026-01-30T18:06:42.254Z | Downloaded regex v1.11.3 |
| 542 | 2026-01-30T18:06:42.258Z | Downloaded zstd-safe v7.2.3 |
| 543 | 2026-01-30T18:06:42.261Z | Downloaded zstd v0.13.3 |
| 544 | 2026-01-30T18:06:42.264Z | Downloaded zerocopy v0.6.6 |
| 545 | 2026-01-30T18:06:42.267Z | Downloaded unicode-bidi v0.3.17 |
| 546 | 2026-01-30T18:06:42.269Z | Downloaded yasna v0.5.2 |
| 547 | 2026-01-30T18:06:42.272Z | Downloaded vergen v9.0.6 |
| 548 | 2026-01-30T18:06:42.275Z | Downloaded chrono-tz v0.10.4 |
| 549 | 2026-01-30T18:06:42.289Z | Downloaded zerocopy-derive v0.7.35 |
| 550 | 2026-01-30T18:06:42.293Z | Downloaded value-bag v1.12.0 |
| 551 | 2026-01-30T18:06:42.296Z | Downloaded rustls-webpki v0.101.7 |
| 552 | 2026-01-30T18:06:42.310Z | Downloaded zmij v1.0.15 |
| 553 | 2026-01-30T18:06:42.313Z | Downloaded unsafe-libyaml v0.2.11 |
| 554 | 2026-01-30T18:06:42.316Z | Downloaded reedline v0.40.0 |
| 555 | 2026-01-30T18:06:42.323Z | Downloaded url v2.5.4 |
| 556 | 2026-01-30T18:06:42.326Z | Downloaded serde_json v1.0.149 |
| 557 | 2026-01-30T18:06:42.333Z | Downloaded toml_edit v0.19.15 |
| 558 | 2026-01-30T18:06:42.350Z | Downloaded zopfli v0.8.1 |
| 559 | 2026-01-30T18:06:42.353Z | Downloaded quinn-proto v0.11.8 |
| 560 | 2026-01-30T18:06:42.358Z | Downloaded salty v0.3.0 |
| 561 | 2026-01-30T18:06:42.365Z | Downloaded tower v0.5.2 |
| 562 | 2026-01-30T18:06:42.374Z | Downloaded zip v0.6.6 |
| 563 | 2026-01-30T18:06:42.379Z | Downloaded yansi v1.0.1 |
| 564 | 2026-01-30T18:06:42.381Z | Downloaded unicode_categories v0.1.1 |
| 565 | 2026-01-30T18:06:42.384Z | Downloaded typed-path v0.9.3 |
| 566 | 2026-01-30T18:06:42.389Z | Downloaded dropshot v0.16.7 |
| 567 | 2026-01-30T18:06:42.411Z | Downloaded unicode-segmentation v1.12.0 |
| 568 | 2026-01-30T18:06:42.413Z | Downloaded tracing v0.1.40 |
| 569 | 2026-01-30T18:06:42.417Z | Downloaded petname v2.0.2 |
| 570 | 2026-01-30T18:06:42.422Z | Downloaded toml_edit v0.22.27 |
| 571 | 2026-01-30T18:06:42.427Z | Downloaded time v0.3.43 |
| 572 | 2026-01-30T18:06:42.435Z | Downloaded tower-http v0.6.6 |
| 573 | 2026-01-30T18:06:42.443Z | Downloaded unicode-normalization v0.1.24 |
| 574 | 2026-01-30T18:06:42.447Z | Downloaded nix v0.28.0 |
| 575 | 2026-01-30T18:06:42.458Z | Downloaded x509-cert v0.2.5 |
| 576 | 2026-01-30T18:06:42.464Z | Downloaded tough v0.20.0 |
| 577 | 2026-01-30T18:06:42.473Z | Downloaded zerocopy-derive v0.8.27 |
| 578 | 2026-01-30T18:06:42.479Z | Downloaded zerovec v0.10.4 |
| 579 | 2026-01-30T18:06:42.485Z | Downloaded serde_with v3.16.1 |
| 580 | 2026-01-30T18:06:42.499Z | Downloaded zip v4.2.0 |
| 581 | 2026-01-30T18:06:42.503Z | Downloaded lalrpop v0.19.12 |
| 582 | 2026-01-30T18:06:42.513Z | Downloaded hickory-proto v0.24.4 |
| 583 | 2026-01-30T18:06:42.528Z | Downloaded zerocopy v0.7.35 |
| 584 | 2026-01-30T18:06:42.544Z | Downloaded tabled v0.18.0 |
| 585 | 2026-01-30T18:06:42.562Z | Downloaded winnow v0.5.40 |
| 586 | 2026-01-30T18:06:42.570Z | Downloaded nix v0.30.1 |
| 587 | 2026-01-30T18:06:42.582Z | Downloaded winnow v0.6.26 |
| 588 | 2026-01-30T18:06:42.591Z | Downloaded vcpkg v0.2.15 |
| 589 | 2026-01-30T18:06:42.630Z | Downloaded winnow v0.7.13 |
| 590 | 2026-01-30T18:06:42.637Z | Downloaded smoltcp v0.9.1 |
| 591 | 2026-01-30T18:06:42.648Z | Downloaded unicode-width v0.2.0 |
| 592 | 2026-01-30T18:06:42.654Z | Downloaded tabled v0.20.0 |
| 593 | 2026-01-30T18:06:42.671Z | Downloaded zlib-rs v0.5.1 |
| 594 | 2026-01-30T18:06:42.676Z | Downloaded object v0.36.5 |
| 595 | 2026-01-30T18:06:42.687Z | Downloaded ratatui v0.29.0 |
| 596 | 2026-01-30T18:06:42.706Z | Downloaded rustls v0.23.19 |
| 597 | 2026-01-30T18:06:42.717Z | Downloaded smoltcp v0.11.0 |
| 598 | 2026-01-30T18:06:42.726Z | Downloaded zerocopy v0.8.27 |
| 599 | 2026-01-30T18:06:42.748Z | Downloaded webpki-roots v1.0.1 |
| 600 | 2026-01-30T18:06:42.752Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 601 | 2026-01-30T18:06:42.762Z | Downloaded unicode-width v0.1.14 |
| 602 | 2026-01-30T18:06:42.768Z | Downloaded rustix v1.1.3 |
| 603 | 2026-01-30T18:06:42.790Z | Downloaded rustix v0.38.37 |
| 604 | 2026-01-30T18:06:42.810Z | Downloaded regress v0.10.4 |
| 605 | 2026-01-30T18:06:42.817Z | Downloaded regex-syntax v0.8.5 |
| 606 | 2026-01-30T18:06:42.824Z | Downloaded rustls v0.22.4 |
| 607 | 2026-01-30T18:06:42.841Z | Downloaded syn v2.0.114 |
| 608 | 2026-01-30T18:06:42.851Z | Downloaded polar-core v0.27.3 |
| 609 | 2026-01-30T18:06:42.858Z | Downloaded hickory-proto v0.25.2 |
| 610 | 2026-01-30T18:06:42.872Z | Downloaded openapiv3 v2.2.0 |
| 611 | 2026-01-30T18:06:42.882Z | Downloaded sled v0.34.7 |
| 612 | 2026-01-30T18:06:42.892Z | Downloaded tabled v0.15.0 |
| 613 | 2026-01-30T18:06:42.904Z | Downloaded syn v1.0.109 |
| 614 | 2026-01-30T18:06:42.915Z | Downloaded moka v0.12.10 |
| 615 | 2026-01-30T18:06:42.921Z | Downloaded typify-impl v0.2.0 |
| 616 | 2026-01-30T18:06:42.932Z | Downloaded regex-syntax v0.6.29 |
| 617 | 2026-01-30T18:06:42.938Z | Downloaded rustls v0.21.12 |
| 618 | 2026-01-30T18:06:42.947Z | Downloaded typify-impl v0.4.3 |
| 619 | 2026-01-30T18:06:42.960Z | Downloaded regex-automata v0.4.11 |
| 620 | 2026-01-30T18:06:42.973Z | Downloaded jiff v0.2.15 |
| 621 | 2026-01-30T18:06:42.987Z | Downloaded zerocopy-derive v0.6.6 |
| 622 | 2026-01-30T18:06:42.995Z | Downloaded petgraph v0.6.5 |
| 623 | 2026-01-30T18:06:43.011Z | Downloaded lzma-sys v0.1.20 |
| 624 | 2026-01-30T18:06:43.036Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 625 | 2026-01-30T18:06:43.051Z | Downloaded nix v0.29.0 |
| 626 | 2026-01-30T18:06:43.060Z | Downloaded petgraph v0.8.2 |
| 627 | 2026-01-30T18:06:43.078Z | Downloaded sqlparser v0.45.0 |
| 628 | 2026-01-30T18:06:43.082Z | Downloaded rustls-webpki v0.102.8 |
| 629 | 2026-01-30T18:06:43.098Z | Downloaded libz-sys v1.1.20 |
| 630 | 2026-01-30T18:06:43.116Z | Downloaded openssl v0.10.73 |
| 631 | 2026-01-30T18:06:43.123Z | Downloaded tokio-util v0.7.15 |
| 632 | 2026-01-30T18:06:43.129Z | Downloaded radix_trie v0.2.1 |
| 633 | 2026-01-30T18:06:43.133Z | Downloaded tokio v1.49.0 |
| 634 | 2026-01-30T18:06:43.168Z | Downloaded sha3 v0.10.8 |
| 635 | 2026-01-30T18:06:43.172Z | Downloaded tracing-core v0.1.32 |
| 636 | 2026-01-30T18:06:43.175Z | Downloaded nix v0.27.1 |
| 637 | 2026-01-30T18:06:43.184Z | Downloaded uuid v1.19.0 |
| 638 | 2026-01-30T18:06:43.187Z | Downloaded tokio-postgres v0.7.13 |
| 639 | 2026-01-30T18:06:43.191Z | Downloaded ssh-key v0.6.6 |
| 640 | 2026-01-30T18:06:43.198Z | Downloaded socket2 v0.5.10 |
| 641 | 2026-01-30T18:06:43.201Z | Downloaded quick-xml v0.37.2 |
| 642 | 2026-01-30T18:06:43.205Z | Downloaded toml v0.7.8 |
| 643 | 2026-01-30T18:06:43.209Z | Downloaded rayon v1.10.0 |
| 644 | 2026-01-30T18:06:43.217Z | Downloaded qorb v0.4.1 |
| 645 | 2026-01-30T18:06:43.221Z | Downloaded whoami v1.5.2 |
| 646 | 2026-01-30T18:06:43.224Z | Downloaded ucd-trie v0.1.7 |
| 647 | 2026-01-30T18:06:43.227Z | Downloaded tokio-rustls v0.24.1 |
| 648 | 2026-01-30T18:06:43.227Z | Downloaded trybuild v1.0.106 |
| 649 | 2026-01-30T18:06:43.231Z | Downloaded zone v0.1.8 |
| 650 | 2026-01-30T18:06:43.236Z | Downloaded version_check v0.9.5 |
| 651 | 2026-01-30T18:06:43.236Z | Downloaded vergen-lib v0.1.6 |
| 652 | 2026-01-30T18:06:43.236Z | Downloaded vergen-git2 v1.0.7 |
| 653 | 2026-01-30T18:06:43.239Z | Downloaded vergen-gitcl v1.0.8 |
| 654 | 2026-01-30T18:06:43.239Z | Downloaded textwrap v0.16.2 |
| 655 | 2026-01-30T18:06:43.239Z | Downloaded toml v0.8.23 |
| 656 | 2026-01-30T18:06:43.242Z | Downloaded portable-atomic v1.11.0 |
| 657 | 2026-01-30T18:06:43.247Z | Downloaded tar v0.4.44 |
| 658 | 2026-01-30T18:06:43.250Z | Downloaded rustyline v14.0.0 |
| 659 | 2026-01-30T18:06:43.254Z | Downloaded libc v0.2.180 |
| 660 | 2026-01-30T18:06:43.285Z | Downloaded publicsuffix v2.3.0 |
| 661 | 2026-01-30T18:06:43.287Z | Downloaded httpmock v0.8.0-alpha.1 |
| 662 | 2026-01-30T18:06:43.303Z | Downloaded encoding_rs v0.8.34 |
| 663 | 2026-01-30T18:06:43.321Z | Downloaded want v0.3.1 |
| 664 | 2026-01-30T18:06:43.324Z | Downloaded usdt-impl v0.5.0 |
| 665 | 2026-01-30T18:06:43.324Z | Downloaded tokio-rustls v0.26.0 |
| 666 | 2026-01-30T18:06:43.327Z | Downloaded p384 v0.13.1 |
| 667 | 2026-01-30T18:06:43.329Z | Downloaded term v0.7.0 |
| 668 | 2026-01-30T18:06:43.332Z | Downloaded usdt-macro v0.6.0 |
| 669 | 2026-01-30T18:06:43.335Z | Downloaded icu_collections v1.5.0 |
| 670 | 2026-01-30T18:06:43.338Z | Downloaded tokio-tungstenite v0.21.0 |
| 671 | 2026-01-30T18:06:43.341Z | Downloaded usdt-macro v0.5.0 |
| 672 | 2026-01-30T18:06:43.343Z | Downloaded untrusted v0.9.0 |
| 673 | 2026-01-30T18:06:43.343Z | Downloaded serde_cbor v0.11.2 |
| 674 | 2026-01-30T18:06:43.346Z | Downloaded socket2 v0.6.1 |
| 675 | 2026-01-30T18:06:43.349Z | Downloaded tinyvec v1.8.0 |
| 676 | 2026-01-30T18:06:43.352Z | Downloaded ring v0.17.14 |
| 677 | 2026-01-30T18:06:43.386Z | Downloaded tempfile v3.24.0 |
| 678 | 2026-01-30T18:06:43.389Z | Downloaded rpassword v7.4.0 |
| 679 | 2026-01-30T18:06:43.392Z | Downloaded papergrid v0.14.0 |
| 680 | 2026-01-30T18:06:43.395Z | Downloaded tinystr v0.7.6 |
| 681 | 2026-01-30T18:06:43.398Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 682 | 2026-01-30T18:06:43.447Z | Downloaded tiny-keccak v2.0.2 |
| 683 | 2026-01-30T18:06:43.449Z | Downloaded time-macros v0.2.24 |
| 684 | 2026-01-30T18:06:43.452Z | Downloaded tls_codec_derive v0.4.1 |
| 685 | 2026-01-30T18:06:43.455Z | Downloaded spin v0.9.8 |
| 686 | 2026-01-30T18:06:43.455Z | Downloaded slog v2.8.2 |
| 687 | 2026-01-30T18:06:43.458Z | Downloaded similar v2.7.0 |
| 688 | 2026-01-30T18:06:43.462Z | Downloaded russh v0.45.0 |
| 689 | 2026-01-30T18:06:43.468Z | Downloaded plotters v0.3.7 |
| 690 | 2026-01-30T18:06:43.474Z | Downloaded toml_write v0.1.2 |
| 691 | 2026-01-30T18:06:43.478Z | Downloaded thiserror-no-std v2.0.2 |
| 692 | 2026-01-30T18:06:43.480Z | Downloaded thiserror v1.0.69 |
| 693 | 2026-01-30T18:06:43.484Z | Downloaded target-spec v3.5.0 |
| 694 | 2026-01-30T18:06:43.486Z | Downloaded rustls-pemfile v2.2.0 |
| 695 | 2026-01-30T18:06:43.489Z | Downloaded toml_datetime v0.6.11 |
| 696 | 2026-01-30T18:06:43.489Z | Downloaded thiserror v2.0.18 |
| 697 | 2026-01-30T18:06:43.494Z | Downloaded russh-keys v0.45.0 |
| 698 | 2026-01-30T18:06:43.496Z | Downloaded rustls-pki-types v1.10.0 |
| 699 | 2026-01-30T18:06:43.499Z | Downloaded signal-hook-registry v1.4.2 |
| 700 | 2026-01-30T18:06:43.502Z | Downloaded smallvec v1.15.1 |
| 701 | 2026-01-30T18:06:43.502Z | Downloaded stringprep v0.1.5 |
| 702 | 2026-01-30T18:06:43.504Z | Downloaded string_cache v0.8.9 |
| 703 | 2026-01-30T18:06:43.507Z | Downloaded serde-untagged v0.1.7 |
| 704 | 2026-01-30T18:06:43.507Z | Downloaded postgres-protocol v0.6.8 |
| 705 | 2026-01-30T18:06:43.510Z | Downloaded tabled_derive v0.10.0 |
| 706 | 2026-01-30T18:06:43.510Z | Downloaded tabled_derive v0.7.0 |
| 707 | 2026-01-30T18:06:43.510Z | Downloaded sync_wrapper v1.0.1 |
| 708 | 2026-01-30T18:06:43.513Z | Downloaded sync-ptr v0.1.4 |
| 709 | 2026-01-30T18:06:43.513Z | Downloaded rsa v0.9.8 |
| 710 | 2026-01-30T18:06:43.516Z | Downloaded swrite v0.1.0 |
| 711 | 2026-01-30T18:06:43.518Z | Downloaded schemars v0.8.22 |
| 712 | 2026-01-30T18:06:43.529Z | Downloaded supports-hyperlinks v2.1.0 |
| 713 | 2026-01-30T18:06:43.539Z | Downloaded structmeta v0.3.0 |
| 714 | 2026-01-30T18:06:43.539Z | Downloaded predicates v3.1.3 |
| 715 | 2026-01-30T18:06:43.539Z | Downloaded phf v0.12.1 |
| 716 | 2026-01-30T18:06:43.539Z | Downloaded polyval v0.6.2 |
| 717 | 2026-01-30T18:06:43.542Z | Downloaded pem-rfc7468 v0.7.0 |
| 718 | 2026-01-30T18:06:43.542Z | Downloaded oxide-tokio-rt v0.1.2 |
| 719 | 2026-01-30T18:06:43.542Z | Downloaded subtle v2.6.1 |
| 720 | 2026-01-30T18:06:43.542Z | Downloaded smallvec v0.6.14 |
| 721 | 2026-01-30T18:06:43.542Z | Downloaded slog-envlogger v2.2.0 |
| 722 | 2026-01-30T18:06:43.542Z | Downloaded slab v0.4.9 |
| 723 | 2026-01-30T18:06:43.549Z | Downloaded pest v2.8.2 |
| 724 | 2026-01-30T18:06:43.553Z | Downloaded strum v0.26.3 |
| 725 | 2026-01-30T18:06:43.553Z | Downloaded strip-ansi-escapes v0.2.0 |
| 726 | 2026-01-30T18:06:43.553Z | Downloaded ssh-cipher v0.2.0 |
| 727 | 2026-01-30T18:06:43.553Z | Downloaded serde_derive v1.0.228 |
| 728 | 2026-01-30T18:06:43.553Z | Downloaded schemars v1.0.4 |
| 729 | 2026-01-30T18:06:43.565Z | Downloaded num-rational v0.4.2 |
| 730 | 2026-01-30T18:06:43.567Z | Downloaded slog-async v2.8.0 |
| 731 | 2026-01-30T18:06:43.567Z | Downloaded signal-hook-mio v0.2.4 |
| 732 | 2026-01-30T18:06:43.570Z | Downloaded semver v1.0.27 |
| 733 | 2026-01-30T18:06:43.570Z | Downloaded indoc v2.0.6 |
| 734 | 2026-01-30T18:06:43.575Z | Downloaded miette v5.10.0 |
| 735 | 2026-01-30T18:06:43.578Z | Downloaded sqlparser_derive v0.2.2 |
| 736 | 2026-01-30T18:06:43.578Z | Downloaded siphasher v1.0.1 |
| 737 | 2026-01-30T18:06:43.578Z | Downloaded serde_plain v1.0.2 |
| 738 | 2026-01-30T18:06:43.587Z | Downloaded goblin v0.8.2 |
| 739 | 2026-01-30T18:06:43.600Z | Downloaded sha2 v0.10.9 |
| 740 | 2026-01-30T18:06:43.600Z | Downloaded scroll_derive v0.12.0 |
| 741 | 2026-01-30T18:06:43.600Z | Downloaded quick-error v1.2.3 |
| 742 | 2026-01-30T18:06:43.600Z | Downloaded progenitor-impl v0.10.0 |
| 743 | 2026-01-30T18:06:43.601Z | Downloaded pretty_assertions v1.4.1 |
| 744 | 2026-01-30T18:06:43.601Z | Downloaded secrecy v0.10.3 |
| 745 | 2026-01-30T18:06:43.616Z | Downloaded sec1 v0.7.3 |
| 746 | 2026-01-30T18:06:43.616Z | Downloaded nested v0.1.1 |
| 747 | 2026-01-30T18:06:43.616Z | Downloaded similar-asserts v1.7.0 |
| 748 | 2026-01-30T18:06:43.616Z | Downloaded ref-cast v1.0.25 |
| 749 | 2026-01-30T18:06:43.616Z | Downloaded ron v0.8.1 |
| 750 | 2026-01-30T18:06:43.616Z | Downloaded sct v0.7.1 |
| 751 | 2026-01-30T18:06:43.616Z | Downloaded rstest v0.25.0 |
| 752 | 2026-01-30T18:06:43.616Z | Downloaded hmac v0.12.1 |
| 753 | 2026-01-30T18:06:43.616Z | Downloaded scroll v0.12.0 |
| 754 | 2026-01-30T18:06:43.616Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-01-30T18:06:43.616Z | Downloaded num_enum_derive v0.5.11 |
| 756 | 2026-01-30T18:06:43.656Z | Downloaded miette-derive v5.10.0 |
| 757 | 2026-01-30T18:06:43.656Z | Downloaded serde_spanned v1.0.4 |
| 758 | 2026-01-30T18:06:43.656Z | Downloaded serde_spanned v0.6.9 |
| 759 | 2026-01-30T18:06:43.656Z | Downloaded rustls-pemfile v1.0.4 |
| 760 | 2026-01-30T18:06:43.670Z | Downloaded prettyplease v0.2.36 |
| 761 | 2026-01-30T18:06:43.670Z | Downloaded itertools v0.12.1 |
| 762 | 2026-01-30T18:06:43.670Z | Downloaded hyper-staticfile v0.10.1 |
| 763 | 2026-01-30T18:06:43.670Z | Downloaded indoc v1.0.9 |
| 764 | 2026-01-30T18:06:43.670Z | Downloaded home v0.5.9 |
| 765 | 2026-01-30T18:06:43.670Z | Downloaded semver v0.1.20 |
| 766 | 2026-01-30T18:06:43.670Z | Downloaded seq-macro v0.3.6 |
| 767 | 2026-01-30T18:06:43.670Z | Downloaded secrecy v0.8.0 |
| 768 | 2026-01-30T18:06:43.670Z | Downloaded num-bigint-dig v0.8.6 |
| 769 | 2026-01-30T18:06:43.670Z | Downloaded managed v0.8.0 |
| 770 | 2026-01-30T18:06:43.670Z | Downloaded proc-macro-error2 v2.0.1 |
| 771 | 2026-01-30T18:06:43.670Z | Downloaded postcard v1.0.10 |
| 772 | 2026-01-30T18:06:43.670Z | Downloaded rand_chacha v0.9.0 |
| 773 | 2026-01-30T18:06:43.670Z | Downloaded quote v1.0.40 |
| 774 | 2026-01-30T18:06:43.670Z | Downloaded progenitor v0.10.0 |
| 775 | 2026-01-30T18:06:43.670Z | Downloaded progenitor-client v0.11.2 |
| 776 | 2026-01-30T18:06:43.670Z | Downloaded poly1305 v0.8.0 |
| 777 | 2026-01-30T18:06:43.670Z | Downloaded scroll_derive v0.13.1 |
| 778 | 2026-01-30T18:06:43.671Z | Downloaded iri-string v0.7.8 |
| 779 | 2026-01-30T18:06:43.678Z | Downloaded progenitor-client v0.8.0 |
| 780 | 2026-01-30T18:06:43.678Z | Downloaded hash32 v0.2.1 |
| 781 | 2026-01-30T18:06:43.678Z | Downloaded rand_core v0.6.4 |
| 782 | 2026-01-30T18:06:43.679Z | Downloaded polling v3.7.3 |
| 783 | 2026-01-30T18:06:43.679Z | Downloaded newtype-uuid v1.3.2 |
| 784 | 2026-01-30T18:06:43.679Z | Downloaded h2 v0.4.6 |
| 785 | 2026-01-30T18:06:43.679Z | Downloaded num-conv v0.1.0 |
| 786 | 2026-01-30T18:06:43.682Z | Downloaded idna v1.0.3 |
| 787 | 2026-01-30T18:06:43.682Z | Downloaded resolv-conf v0.7.0 |
| 788 | 2026-01-30T18:06:43.682Z | Downloaded pkcs1 v0.7.5 |
| 789 | 2026-01-30T18:06:43.682Z | Downloaded nu-ansi-term v0.50.1 |
| 790 | 2026-01-30T18:06:43.685Z | Downloaded http v1.4.0 |
| 791 | 2026-01-30T18:06:43.687Z | Downloaded hashbrown v0.14.5 |
| 792 | 2026-01-30T18:06:43.690Z | Downloaded prefix-trie v0.7.0 |
| 793 | 2026-01-30T18:06:43.693Z | Downloaded plotters-svg v0.3.7 |
| 794 | 2026-01-30T18:06:43.695Z | Downloaded paste v1.0.15 |
| 795 | 2026-01-30T18:06:43.697Z | Downloaded mime_guess v2.0.5 |
| 796 | 2026-01-30T18:06:43.697Z | Downloaded lock_api v0.4.12 |
| 797 | 2026-01-30T18:06:43.700Z | Downloaded litrs v0.4.1 |
| 798 | 2026-01-30T18:06:43.702Z | Downloaded num_threads v0.1.7 |
| 799 | 2026-01-30T18:06:43.702Z | Downloaded num-bigint v0.4.6 |
| 800 | 2026-01-30T18:06:43.706Z | Downloaded itertools v0.10.5 |
| 801 | 2026-01-30T18:06:43.711Z | Downloaded rustc_version v0.1.7 |
| 802 | 2026-01-30T18:06:43.714Z | Downloaded rustc-hash v1.1.0 |
| 803 | 2026-01-30T18:06:43.714Z | Downloaded russh-cryptovec v0.7.3 |
| 804 | 2026-01-30T18:06:43.714Z | Downloaded rtoolbox v0.0.2 |
| 805 | 2026-01-30T18:06:43.717Z | Downloaded ron v0.7.1 |
| 806 | 2026-01-30T18:06:43.719Z | Downloaded rand_seeder v0.4.0 |
| 807 | 2026-01-30T18:06:43.722Z | Downloaded rand_core v0.9.3 |
| 808 | 2026-01-30T18:06:43.722Z | Downloaded proptest v1.7.0 |
| 809 | 2026-01-30T18:06:43.729Z | Downloaded md5 v0.7.0 |
| 810 | 2026-01-30T18:06:43.732Z | Downloaded match_cfg v0.1.0 |
| 811 | 2026-01-30T18:06:43.732Z | Downloaded macaddr v1.0.1 |
| 812 | 2026-01-30T18:06:43.734Z | Downloaded futures-util v0.3.31 |
| 813 | 2026-01-30T18:06:43.743Z | Downloaded blake3 v1.5.4 |
| 814 | 2026-01-30T18:06:43.749Z | Downloaded lockfree-object-pool v0.1.6 |
| 815 | 2026-01-30T18:06:43.752Z | Downloaded iddqd v0.3.16 |
| 816 | 2026-01-30T18:06:43.757Z | Downloaded hashbrown v0.15.4 |
| 817 | 2026-01-30T18:06:43.762Z | Downloaded r2d2 v0.8.10 |
| 818 | 2026-01-30T18:06:43.764Z | Downloaded quinn-udp v0.5.5 |
| 819 | 2026-01-30T18:06:43.764Z | Downloaded libm v0.2.8 |
| 820 | 2026-01-30T18:06:43.772Z | Downloaded lalrpop-util v0.19.12 |
| 821 | 2026-01-30T18:06:43.775Z | Downloaded object v0.30.4 |
| 822 | 2026-01-30T18:06:43.781Z | Downloaded ppv-lite86 v0.2.20 |
| 823 | 2026-01-30T18:06:43.784Z | Downloaded p256 v0.13.2 |
| 824 | 2026-01-30T18:06:43.786Z | Downloaded predicates-tree v1.0.12 |
| 825 | 2026-01-30T18:06:43.786Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 826 | 2026-01-30T18:06:43.786Z | Downloaded pkcs8 v0.10.2 |
| 827 | 2026-01-30T18:06:43.790Z | Downloaded hyper-util v0.1.19 |
| 828 | 2026-01-30T18:06:43.793Z | Downloaded proc-macro-crate v1.3.1 |
| 829 | 2026-01-30T18:06:43.795Z | Downloaded pest_meta v2.8.2 |
| 830 | 2026-01-30T18:06:43.798Z | Downloaded diesel v2.2.12 |
| 831 | 2026-01-30T18:06:43.813Z | Downloaded pin-project-lite v0.2.14 |
| 832 | 2026-01-30T18:06:43.817Z | Downloaded pin-project-internal v1.1.6 |
| 833 | 2026-01-30T18:06:43.819Z | Downloaded miniz_oxide v0.8.5 |
| 834 | 2026-01-30T18:06:43.822Z | Downloaded hashbrown v0.13.2 |
| 835 | 2026-01-30T18:06:43.825Z | Downloaded parking_lot v0.12.3 |
| 836 | 2026-01-30T18:06:43.827Z | Downloaded parking_lot v0.11.2 |
| 837 | 2026-01-30T18:06:43.827Z | Downloaded num-traits v0.2.19 |
| 838 | 2026-01-30T18:06:43.830Z | Downloaded hubpack v0.1.2 |
| 839 | 2026-01-30T18:06:43.833Z | Downloaded password-hash v0.5.0 |
| 840 | 2026-01-30T18:06:43.833Z | Downloaded peg-macros v0.8.5 |
| 841 | 2026-01-30T18:06:43.835Z | Downloaded curve25519-dalek v4.1.3 |
| 842 | 2026-01-30T18:06:43.840Z | Downloaded owo-colors v4.2.2 |
| 843 | 2026-01-30T18:06:43.844Z | Downloaded num-integer v0.1.46 |
| 844 | 2026-01-30T18:06:43.846Z | Downloaded knuffel v3.2.0 |
| 845 | 2026-01-30T18:06:43.846Z | Downloaded hkdf v0.12.4 |
| 846 | 2026-01-30T18:06:43.849Z | Downloaded partial-io v0.5.4 |
| 847 | 2026-01-30T18:06:43.852Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-01-30T18:06:43.852Z | Downloaded parse-display v0.10.0 |
| 849 | 2026-01-30T18:06:43.852Z | Downloaded parking_lot_core v0.8.6 |
| 850 | 2026-01-30T18:06:43.854Z | Downloaded opaque-debug v0.3.1 |
| 851 | 2026-01-30T18:06:43.854Z | Downloaded once_cell v1.21.3 |
| 852 | 2026-01-30T18:06:43.857Z | Downloaded hostname v0.3.1 |
| 853 | 2026-01-30T18:06:43.860Z | Downloaded hex-literal v0.4.1 |
| 854 | 2026-01-30T18:06:43.860Z | Downloaded git2 v0.20.2 |
| 855 | 2026-01-30T18:06:43.865Z | Downloaded nanorand v0.7.0 |
| 856 | 2026-01-30T18:06:43.867Z | Downloaded hyper v1.8.1 |
| 857 | 2026-01-30T18:06:43.872Z | Downloaded num-complex v0.4.6 |
| 858 | 2026-01-30T18:06:43.875Z | Downloaded chrono v0.4.43 |
| 859 | 2026-01-30T18:06:43.879Z | Downloaded hickory-resolver v0.24.4 |
| 860 | 2026-01-30T18:06:43.883Z | Downloaded pbkdf2 v0.11.0 |
| 861 | 2026-01-30T18:06:43.885Z | Downloaded log v0.4.29 |
| 862 | 2026-01-30T18:06:43.888Z | Downloaded memmap2 v0.9.8 |
| 863 | 2026-01-30T18:06:43.888Z | Downloaded num_enum v0.5.11 |
| 864 | 2026-01-30T18:06:43.892Z | Downloaded maplit v1.0.2 |
| 865 | 2026-01-30T18:06:43.894Z | Downloaded hashbrown v0.12.3 |
| 866 | 2026-01-30T18:06:43.897Z | Downloaded clap_builder v4.5.48 |
| 867 | 2026-01-30T18:06:43.901Z | Downloaded litemap v0.7.3 |
| 868 | 2026-01-30T18:06:43.904Z | Downloaded crossterm v0.28.1 |
| 869 | 2026-01-30T18:06:43.908Z | Downloaded linear-map v1.2.0 |
| 870 | 2026-01-30T18:06:43.911Z | Downloaded libtest-mimic v0.8.1 |
| 871 | 2026-01-30T18:06:43.914Z | Downloaded ipnet v2.11.0 |
| 872 | 2026-01-30T18:06:43.914Z | Downloaded icu_provider v1.5.0 |
| 873 | 2026-01-30T18:06:43.916Z | Downloaded kv-log-macro v1.0.7 |
| 874 | 2026-01-30T18:06:43.916Z | Downloaded ingot v0.1.1 |
| 875 | 2026-01-30T18:06:43.919Z | Downloaded icu_properties v1.5.1 |
| 876 | 2026-01-30T18:06:43.922Z | Downloaded icu_normalizer v1.5.0 |
| 877 | 2026-01-30T18:06:43.924Z | Downloaded icu_locid v1.5.0 |
| 878 | 2026-01-30T18:06:43.927Z | Downloaded heapless v0.8.0 |
| 879 | 2026-01-30T18:06:43.930Z | Downloaded headers v0.4.1 |
| 880 | 2026-01-30T18:06:43.934Z | Downloaded ed25519-dalek v2.1.1 |
| 881 | 2026-01-30T18:06:43.937Z | Downloaded multer v3.1.0 |
| 882 | 2026-01-30T18:06:43.939Z | Downloaded criterion v0.7.0 |
| 883 | 2026-01-30T18:06:43.943Z | Downloaded nonempty v0.12.0 |
| 884 | 2026-01-30T18:06:43.946Z | Downloaded nodrop v0.1.14 |
| 885 | 2026-01-30T18:06:43.946Z | Downloaded is_terminal_polyfill v1.70.1 |
| 886 | 2026-01-30T18:06:43.946Z | Downloaded iana-time-zone v0.1.63 |
| 887 | 2026-01-30T18:06:43.949Z | Downloaded libz-rs-sys v0.5.1 |
| 888 | 2026-01-30T18:06:43.949Z | Downloaded libsw v3.5.0 |
| 889 | 2026-01-30T18:06:43.952Z | Downloaded libloading v0.8.5 |
| 890 | 2026-01-30T18:06:43.952Z | Downloaded knuffel-derive v3.2.0 |
| 891 | 2026-01-30T18:06:43.954Z | Downloaded expectorate v1.2.0 |
| 892 | 2026-01-30T18:06:43.957Z | Downloaded keccak v0.1.5 |
| 893 | 2026-01-30T18:06:43.957Z | Downloaded jobserver v0.1.32 |
| 894 | 2026-01-30T18:06:43.960Z | Downloaded getrandom v0.3.4 |
| 895 | 2026-01-30T18:06:43.960Z | Downloaded httparse v1.9.5 |
| 896 | 2026-01-30T18:06:43.962Z | Downloaded half v2.4.1 |
| 897 | 2026-01-30T18:06:43.965Z | Downloaded indent_write v2.2.0 |
| 898 | 2026-01-30T18:06:43.965Z | Downloaded der v0.7.10 |
| 899 | 2026-01-30T18:06:43.969Z | Downloaded chumsky v0.9.3 |
| 900 | 2026-01-30T18:06:43.972Z | Downloaded base64 v0.21.7 |
| 901 | 2026-01-30T18:06:43.975Z | Downloaded lru v0.12.5 |
| 902 | 2026-01-30T18:06:43.977Z | Downloaded flume v0.11.1 |
| 903 | 2026-01-30T18:06:43.980Z | Downloaded flate2 v1.1.2 |
| 904 | 2026-01-30T18:06:43.983Z | Downloaded crypto-bigint v0.5.5 |
| 905 | 2026-01-30T18:06:43.988Z | Downloaded ghash v0.5.1 |
| 906 | 2026-01-30T18:06:43.991Z | Downloaded kstat-rs v0.2.4 |
| 907 | 2026-01-30T18:06:43.991Z | Downloaded futures v0.3.31 |
| 908 | 2026-01-30T18:06:43.994Z | Downloaded derive-where v1.5.0 |
| 909 | 2026-01-30T18:06:43.997Z | Downloaded darling_core v0.21.0 |
| 910 | 2026-01-30T18:06:44.001Z | Downloaded compact_str v0.8.0 |
| 911 | 2026-01-30T18:06:44.005Z | Downloaded httptest v0.16.3 |
| 912 | 2026-01-30T18:06:44.009Z | Downloaded derive_more-impl v2.0.1 |
| 913 | 2026-01-30T18:06:44.012Z | Downloaded const_format v0.2.34 |
| 914 | 2026-01-30T18:06:44.016Z | Downloaded instability v0.3.2 |
| 915 | 2026-01-30T18:06:44.016Z | Downloaded generic-array v0.14.7 |
| 916 | 2026-01-30T18:06:44.016Z | Downloaded derive_more v2.0.1 |
| 917 | 2026-01-30T18:06:44.022Z | Downloaded clap v4.5.48 |
| 918 | 2026-01-30T18:06:44.030Z | Downloaded highway v1.3.0 |
| 919 | 2026-01-30T18:06:44.033Z | Downloaded derive_more v0.99.20 |
| 920 | 2026-01-30T18:06:44.036Z | Downloaded crc-any v2.5.0 |
| 921 | 2026-01-30T18:06:44.039Z | Downloaded internet-checksum v0.2.1 |
| 922 | 2026-01-30T18:06:44.039Z | Downloaded instant v0.1.13 |
| 923 | 2026-01-30T18:06:44.039Z | Downloaded half v1.8.3 |
| 924 | 2026-01-30T18:06:44.042Z | Downloaded globset v0.4.15 |
| 925 | 2026-01-30T18:06:44.042Z | Downloaded clang-sys v1.8.1 |
| 926 | 2026-01-30T18:06:44.045Z | Downloaded base64 v0.22.1 |
| 927 | 2026-01-30T18:06:44.049Z | Downloaded fatfs v0.3.6 |
| 928 | 2026-01-30T18:06:44.049Z | Downloaded event-listener v5.3.1 |
| 929 | 2026-01-30T18:06:44.052Z | Downloaded icu_provider_macros v1.5.0 |
| 930 | 2026-01-30T18:06:44.053Z | Downloaded hash32 v0.3.1 |
| 931 | 2026-01-30T18:06:44.053Z | Downloaded crossbeam-channel v0.5.15 |
| 932 | 2026-01-30T18:06:44.056Z | Downloaded dropshot_endpoint v0.16.7 |
| 933 | 2026-01-30T18:06:44.059Z | Downloaded derive_builder v0.20.2 |
| 934 | 2026-01-30T18:06:44.061Z | Downloaded http-range v0.1.5 |
| 935 | 2026-01-30T18:06:44.064Z | Downloaded console v0.15.10 |
| 936 | 2026-01-30T18:06:44.067Z | Downloaded guppy-workspace-hack v0.1.0 |
| 937 | 2026-01-30T18:06:44.067Z | Downloaded fs-err v3.1.1 |
| 938 | 2026-01-30T18:06:44.068Z | Downloaded foldhash v0.2.0 |
| 939 | 2026-01-30T18:06:44.072Z | Downloaded foldhash v0.1.5 |
| 940 | 2026-01-30T18:06:44.072Z | Downloaded elliptic-curve v0.13.8 |
| 941 | 2026-01-30T18:06:44.074Z | Downloaded diff v0.1.13 |
| 942 | 2026-01-30T18:06:44.074Z | Downloaded bumpalo v3.16.0 |
| 943 | 2026-01-30T18:06:44.077Z | Downloaded arc-swap v1.7.1 |
| 944 | 2026-01-30T18:06:44.080Z | Downloaded convert_case v0.7.1 |
| 945 | 2026-01-30T18:06:44.082Z | Downloaded cookie v0.18.1 |
| 946 | 2026-01-30T18:06:44.082Z | Downloaded console v0.16.0 |
| 947 | 2026-01-30T18:06:44.085Z | Downloaded heck v0.5.0 |
| 948 | 2026-01-30T18:06:44.088Z | Downloaded filetime v0.2.26 |
| 949 | 2026-01-30T18:06:44.088Z | Downloaded glob v0.3.2 |
| 950 | 2026-01-30T18:06:44.088Z | Downloaded fallible-iterator v0.2.0 |
| 951 | 2026-01-30T18:06:44.091Z | Downloaded env_logger v0.11.8 |
| 952 | 2026-01-30T18:06:44.094Z | Downloaded ena v0.14.3 |
| 953 | 2026-01-30T18:06:44.094Z | Downloaded crc32fast v1.4.2 |
| 954 | 2026-01-30T18:06:44.094Z | Downloaded base64 v0.13.1 |
| 955 | 2026-01-30T18:06:44.099Z | Downloaded headers-core v0.3.0 |
| 956 | 2026-01-30T18:06:44.100Z | Downloaded futures-timer v3.0.3 |
| 957 | 2026-01-30T18:06:44.103Z | Downloaded futures-sink v0.3.31 |
| 958 | 2026-01-30T18:06:44.103Z | Downloaded futures-executor v0.3.31 |
| 959 | 2026-01-30T18:06:44.103Z | Downloaded futures-core v0.3.31 |
| 960 | 2026-01-30T18:06:44.103Z | Downloaded fs_extra v1.3.0 |
| 961 | 2026-01-30T18:06:44.103Z | Downloaded ed25519 v2.2.3 |
| 962 | 2026-01-30T18:06:44.109Z | Downloaded ecdsa v0.16.9 |
| 963 | 2026-01-30T18:06:44.109Z | Downloaded deranged v0.5.3 |
| 964 | 2026-01-30T18:06:44.109Z | Downloaded daft-derive v0.1.4 |
| 965 | 2026-01-30T18:06:44.111Z | Downloaded crossbeam-utils v0.8.21 |
| 966 | 2026-01-30T18:06:44.114Z | Downloaded concurrent-queue v2.5.0 |
| 967 | 2026-01-30T18:06:44.114Z | Downloaded colored v2.2.0 |
| 968 | 2026-01-30T18:06:44.117Z | Downloaded ciborium v0.2.2 |
| 969 | 2026-01-30T18:06:44.120Z | Downloaded cargo-util-schemas v0.8.2 |
| 970 | 2026-01-30T18:06:44.120Z | Downloaded cancel-safe-futures v0.1.5 |
| 971 | 2026-01-30T18:06:44.123Z | Downloaded anyhow v1.0.99 |
| 972 | 2026-01-30T18:06:44.126Z | Downloaded bzip2 v0.4.4 |
| 973 | 2026-01-30T18:06:44.126Z | Downloaded async-lock v3.4.0 |
| 974 | 2026-01-30T18:06:44.129Z | Downloaded arrayvec v0.7.6 |
| 975 | 2026-01-30T18:06:44.132Z | Downloaded erased-serde v0.3.31 |
| 976 | 2026-01-30T18:06:44.132Z | Downloaded async-trait v0.1.89 |
| 977 | 2026-01-30T18:06:44.135Z | Downloaded async-task v4.7.1 |
| 978 | 2026-01-30T18:06:44.138Z | Downloaded async-signal v0.2.10 |
| 979 | 2026-01-30T18:06:44.138Z | Downloaded async-io v2.3.4 |
| 980 | 2026-01-30T18:06:44.140Z | Downloaded fxhash v0.2.1 |
| 981 | 2026-01-30T18:06:44.140Z | Downloaded futures-io v0.3.31 |
| 982 | 2026-01-30T18:06:44.140Z | Downloaded displaydoc v0.2.5 |
| 983 | 2026-01-30T18:06:44.143Z | Downloaded async-bb8-diesel v0.2.1 |
| 984 | 2026-01-30T18:06:44.146Z | Downloaded funty v2.0.0 |
| 985 | 2026-01-30T18:06:44.146Z | Downloaded der_derive v0.7.3 |
| 986 | 2026-01-30T18:06:44.148Z | Downloaded defmt-macros v0.3.9 |
| 987 | 2026-01-30T18:06:44.151Z | Downloaded defmt v0.3.8 |
| 988 | 2026-01-30T18:06:44.151Z | Downloaded darling v0.20.10 |
| 989 | 2026-01-30T18:06:44.155Z | Downloaded csv-core v0.1.11 |
| 990 | 2026-01-30T18:06:44.158Z | Downloaded derive_builder_core v0.20.2 |
| 991 | 2026-01-30T18:06:44.161Z | Downloaded foreign-types-shared v0.1.1 |
| 992 | 2026-01-30T18:06:44.161Z | Downloaded foreign-types v0.5.0 |
| 993 | 2026-01-30T18:06:44.161Z | Downloaded flagset v0.4.6 |
| 994 | 2026-01-30T18:06:44.161Z | Downloaded drift v0.1.3 |
| 995 | 2026-01-30T18:06:44.164Z | Downloaded dof v0.3.0 |
| 996 | 2026-01-30T18:06:44.168Z | Downloaded datatest-stable v0.3.2 |
| 997 | 2026-01-30T18:06:44.170Z | Downloaded corncobs v0.1.4 |
| 998 | 2026-01-30T18:06:44.170Z | Downloaded cipher v0.4.4 |
| 999 | 2026-01-30T18:06:44.173Z | Downloaded cargo_metadata v0.19.2 |
| 1000 | 2026-01-30T18:06:44.173Z | Downloaded foreign-types v0.3.2 |
| 1001 | 2026-01-30T18:06:44.176Z | Downloaded float-cmp v0.10.0 |
| 1002 | 2026-01-30T18:06:44.176Z | Downloaded fd-lock v4.0.2 |
| 1003 | 2026-01-30T18:06:44.176Z | Downloaded bzip2 v0.5.2 |
| 1004 | 2026-01-30T18:06:44.179Z | Downloaded env_filter v0.1.2 |
| 1005 | 2026-01-30T18:06:44.179Z | Downloaded endian-type v0.1.2 |
| 1006 | 2026-01-30T18:06:44.179Z | Downloaded bcs v0.1.6 |
| 1007 | 2026-01-30T18:06:44.181Z | Downloaded embedded-io v0.4.0 |
| 1008 | 2026-01-30T18:06:44.182Z | Downloaded cookie_store v0.21.1 |
| 1009 | 2026-01-30T18:06:44.184Z | Downloaded blowfish v0.9.1 |
| 1010 | 2026-01-30T18:06:44.184Z | Downloaded autocfg v1.4.0 |
| 1011 | 2026-01-30T18:06:44.187Z | Downloaded derive-ex v0.1.8 |
| 1012 | 2026-01-30T18:06:44.187Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1013 | 2026-01-30T18:06:44.190Z | Downloaded buf-list v1.0.3 |
| 1014 | 2026-01-30T18:06:44.190Z | Downloaded blake2b_simd v1.0.2 |
| 1015 | 2026-01-30T18:06:44.194Z | Downloaded bitflags v2.9.4 |
| 1016 | 2026-01-30T18:06:44.197Z | Downloaded fastrand v2.1.1 |
| 1017 | 2026-01-30T18:06:44.197Z | Downloaded event-listener v2.5.3 |
| 1018 | 2026-01-30T18:06:44.197Z | Downloaded errno v0.3.12 |
| 1019 | 2026-01-30T18:06:44.199Z | Downloaded digest v0.10.7 |
| 1020 | 2026-01-30T18:06:44.199Z | Downloaded diesel-dtrace v0.4.2 |
| 1021 | 2026-01-30T18:06:44.202Z | Downloaded data-encoding v2.9.0 |
| 1022 | 2026-01-30T18:06:44.202Z | Downloaded daft v0.1.4 |
| 1023 | 2026-01-30T18:06:44.205Z | Downloaded ctr v0.9.2 |
| 1024 | 2026-01-30T18:06:44.205Z | Downloaded criterion-plot v0.6.0 |
| 1025 | 2026-01-30T18:06:44.208Z | Downloaded cbc v0.1.2 |
| 1026 | 2026-01-30T18:06:44.208Z | Downloaded cassowary v0.3.0 |
| 1027 | 2026-01-30T18:06:44.208Z | Downloaded cargo_metadata v0.21.0 |
| 1028 | 2026-01-30T18:06:44.211Z | Downloaded const_format_proc_macros v0.2.34 |
| 1029 | 2026-01-30T18:06:44.213Z | Downloaded cast v0.3.0 |
| 1030 | 2026-01-30T18:06:44.213Z | Downloaded argon2 v0.5.3 |
| 1031 | 2026-01-30T18:06:44.213Z | Downloaded dirs-sys-next v0.1.2 |
| 1032 | 2026-01-30T18:06:44.216Z | Downloaded bit-vec v0.8.0 |
| 1033 | 2026-01-30T18:06:44.216Z | Downloaded bit-vec v0.6.3 |
| 1034 | 2026-01-30T18:06:44.219Z | Downloaded assert_cmd v2.0.17 |
| 1035 | 2026-01-30T18:06:44.219Z | Downloaded dirs-next v2.0.0 |
| 1036 | 2026-01-30T18:06:44.222Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1037 | 2026-01-30T18:06:44.222Z | Downloaded display-error-chain v0.2.2 |
| 1038 | 2026-01-30T18:06:44.222Z | Downloaded difflib v0.4.0 |
| 1039 | 2026-01-30T18:06:44.222Z | Downloaded darling_macro v0.20.10 |
| 1040 | 2026-01-30T18:06:44.224Z | Downloaded bytes v1.10.1 |
| 1041 | 2026-01-30T18:06:44.227Z | Downloaded async-executor v1.13.1 |
| 1042 | 2026-01-30T18:06:44.227Z | Downloaded ciborium-io v0.2.2 |
| 1043 | 2026-01-30T18:06:44.229Z | Downloaded byteorder v1.5.0 |
| 1044 | 2026-01-30T18:06:44.230Z | Downloaded dtrace-parser v0.2.0 |
| 1045 | 2026-01-30T18:06:44.232Z | Downloaded dsl_auto_type v0.1.2 |
| 1046 | 2026-01-30T18:06:44.232Z | Downloaded dof v0.4.0 |
| 1047 | 2026-01-30T18:06:44.232Z | Downloaded async-recursion v1.1.1 |
| 1048 | 2026-01-30T18:06:44.238Z | Downloaded darling_macro v0.21.0 |
| 1049 | 2026-01-30T18:06:44.241Z | Downloaded colorchoice v1.0.2 |
| 1050 | 2026-01-30T18:06:44.241Z | Downloaded ciborium-ll v0.2.2 |
| 1051 | 2026-01-30T18:06:44.241Z | Downloaded castaway v0.2.3 |
| 1052 | 2026-01-30T18:06:44.241Z | Downloaded array-init v0.0.4 |
| 1053 | 2026-01-30T18:06:44.241Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1054 | 2026-01-30T18:06:44.241Z | Downloaded backtrace-ext v0.2.1 |
| 1055 | 2026-01-30T18:06:44.241Z | Downloaded chacha20poly1305 v0.10.1 |
| 1056 | 2026-01-30T18:06:44.244Z | Downloaded cargo-platform v0.2.0 |
| 1057 | 2026-01-30T18:06:44.244Z | Downloaded cargo-platform v0.1.8 |
| 1058 | 2026-01-30T18:06:44.244Z | Downloaded bitfield v0.19.2 |
| 1059 | 2026-01-30T18:06:44.247Z | Downloaded bit-set v0.8.0 |
| 1060 | 2026-01-30T18:06:44.247Z | Downloaded backoff v0.4.0 |
| 1061 | 2026-01-30T18:06:44.252Z | Downloaded chacha20 v0.9.1 |
| 1062 | 2026-01-30T18:06:44.252Z | Downloaded bytecount v0.6.8 |
| 1063 | 2026-01-30T18:06:44.252Z | Downloaded atty v0.2.14 |
| 1064 | 2026-01-30T18:06:44.255Z | Downloaded bb8 v0.8.5 |
| 1065 | 2026-01-30T18:06:44.255Z | Downloaded base16ct v0.2.0 |
| 1066 | 2026-01-30T18:06:44.255Z | Downloaded async-stream-impl v0.3.6 |
| 1067 | 2026-01-30T18:06:44.255Z | Downloaded async-stream v0.3.6 |
| 1068 | 2026-01-30T18:06:44.258Z | Downloaded async-channel v1.9.0 |
| 1069 | 2026-01-30T18:06:44.258Z | Downloaded approx v0.5.1 |
| 1070 | 2026-01-30T18:06:44.258Z | Downloaded atomicwrites v0.4.4 |
| 1071 | 2026-01-30T18:06:44.261Z | Downloaded async-channel v2.3.1 |
| 1072 | 2026-01-30T18:06:44.261Z | Downloaded async-attributes v1.1.2 |
| 1073 | 2026-01-30T18:06:44.261Z | Downloaded defmt-parser v0.3.4 |
| 1074 | 2026-01-30T18:06:44.264Z | Downloaded bitfield-struct v0.6.2 |
| 1075 | 2026-01-30T18:06:44.264Z | Downloaded bitfield-macros v0.19.2 |
| 1076 | 2026-01-30T18:06:44.264Z | Downloaded crc v3.2.1 |
| 1077 | 2026-01-30T18:06:44.267Z | Downloaded clap_lex v0.7.4 |
| 1078 | 2026-01-30T18:06:44.267Z | Downloaded base64ct v1.6.0 |
| 1079 | 2026-01-30T18:06:44.272Z | Downloaded assert-json-diff v2.0.2 |
| 1080 | 2026-01-30T18:06:44.272Z | Downloaded cobs v0.2.3 |
| 1081 | 2026-01-30T18:06:44.272Z | Downloaded cexpr v0.6.0 |
| 1082 | 2026-01-30T18:06:44.272Z | Downloaded block-padding v0.3.3 |
| 1083 | 2026-01-30T18:06:44.272Z | Downloaded assert_matches v1.5.0 |
| 1084 | 2026-01-30T18:06:44.276Z | Downloaded anstyle-query v1.1.1 |
| 1085 | 2026-01-30T18:06:44.276Z | Downloaded async-global-executor v2.4.1 |
| 1086 | 2026-01-30T18:06:44.276Z | Downloaded ascii-canvas v3.0.0 |
| 1087 | 2026-01-30T18:06:44.279Z | Downloaded aes-gcm v0.10.3 |
| 1088 | 2026-01-30T18:06:44.281Z | Downloaded crc-catalog v2.4.0 |
| 1089 | 2026-01-30T18:06:44.282Z | Downloaded cstr-argument v0.1.2 |
| 1090 | 2026-01-30T18:06:44.282Z | Downloaded cfg-if v1.0.4 |
| 1091 | 2026-01-30T18:06:44.282Z | Downloaded async-process v2.3.0 |
| 1092 | 2026-01-30T18:06:44.285Z | Downloaded bitflags v1.3.2 |
| 1093 | 2026-01-30T18:06:44.288Z | Downloaded camino v1.2.2 |
| 1094 | 2026-01-30T18:06:44.288Z | Downloaded bit-set v0.5.3 |
| 1095 | 2026-01-30T18:06:44.291Z | Downloaded aho-corasick v1.1.3 |
| 1096 | 2026-01-30T18:06:44.297Z | Downloaded anes v0.1.6 |
| 1097 | 2026-01-30T18:06:44.297Z | Downloaded allocator-api2 v0.2.21 |
| 1098 | 2026-01-30T18:06:44.297Z | Downloaded aes v0.8.4 |
| 1099 | 2026-01-30T18:06:44.300Z | Downloaded anstyle v1.0.11 |
| 1100 | 2026-01-30T18:06:44.303Z | Downloaded ahash v0.8.12 |
| 1101 | 2026-01-30T18:06:44.303Z | Downloaded aead v0.5.2 |
| 1102 | 2026-01-30T18:06:44.306Z | Downloaded anstream v0.6.18 |
| 1103 | 2026-01-30T18:06:44.306Z | Downloaded aws-lc-sys v0.26.0 |
| 1104 | 2026-01-30T18:06:44.781Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1105 | 2026-01-30T18:06:57.140Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1106 | 2026-01-30T18:07:07.086Z | Startup: Caching catalogs ... Done |
| 1107 | 2026-01-30T18:07:27.275Z | Planning: Solver setup ... Done (18.753s) |
| 1108 | 2026-01-30T18:07:27.425Z | Planning: Running solver ... Done (0.150s) |
| 1109 | 2026-01-30T18:07:27.582Z | Planning: Finding local manifests ... Done (0.003s) |
| 1110 | 2026-01-30T18:07:27.596Z | Planning: Fetching manifests: 0/4 0% complete |
| 1111 | 2026-01-30T18:07:27.733Z | Planning: Fetching manifests: 4/4 100% complete |
| 1112 | 2026-01-30T18:07:27.782Z | Planning: Package planning ... Done (0.048s) |
| 1113 | 2026-01-30T18:07:27.831Z | Planning: Merging actions ... Done (0.050s) |
| 1114 | 2026-01-30T18:07:28.111Z | Planning: Checking for conflicting actions ... Done (0.279s) |
| 1115 | 2026-01-30T18:07:28.122Z | Planning: Consolidating action changes ... Done (0.011s) |
| 1116 | 2026-01-30T18:07:29.164Z | Planning: Evaluating mediators ... Done (1.042s) |
| 1117 | 2026-01-30T18:07:29.174Z | Planning: Planning completed in 21.94 seconds |
| 1118 | 2026-01-30T18:07:29.191Z | Packages to install: 4 |
| 1119 | 2026-01-30T18:07:29.191Z | Mediators to change: 2 |
| 1120 | 2026-01-30T18:07:29.194Z | Services to change: 1 |
| 1121 | 2026-01-30T18:07:29.194Z | Estimated space available: 155.10 GB |
| 1122 | 2026-01-30T18:07:29.194Z | Estimated space to be consumed: 1.80 GB |
| 1123 | 2026-01-30T18:07:29.194Z | Create boot environment: No |
| 1124 | 2026-01-30T18:07:29.194Z | Create backup boot environment: No |
| 1125 | 2026-01-30T18:07:29.194Z | Rebuild boot archive: No |
| 1126 | 2026-01-30T18:07:29.194Z | |
| 1127 | 2026-01-30T18:07:29.194Z | Changed mediators: |
| 1128 | 2026-01-30T18:07:29.194Z | mediator clang: |
| 1129 | 2026-01-30T18:07:29.194Z | version: None -> 15 (system default) |
| 1130 | 2026-01-30T18:07:29.194Z | |
| 1131 | 2026-01-30T18:07:29.194Z | mediator llvm: |
| 1132 | 2026-01-30T18:07:29.194Z | version: 14 (system default) -> 15 (system default) |
| 1133 | 2026-01-30T18:07:29.194Z | |
| 1134 | 2026-01-30T18:07:29.194Z | Changed packages: |
| 1135 | 2026-01-30T18:07:29.194Z | helios-dev |
| 1136 | 2026-01-30T18:07:29.194Z | developer/build-essential |
| 1137 | 2026-01-30T18:07:29.194Z | None -> 11-2.0 |
| 1138 | 2026-01-30T18:07:29.194Z | library/libxmlsec1 |
| 1139 | 2026-01-30T18:07:29.195Z | None -> 1.2.35-2.0 |
| 1140 | 2026-01-30T18:07:29.195Z | ooce/developer/clang-15 |
| 1141 | 2026-01-30T18:07:29.195Z | None -> 15.0.7-2.0 |
| 1142 | 2026-01-30T18:07:29.195Z | ooce/developer/llvm-15 |
| 1143 | 2026-01-30T18:07:29.195Z | None -> 15.0.7-2.0 |
| 1144 | 2026-01-30T18:07:29.195Z | |
| 1145 | 2026-01-30T18:07:29.195Z | Services: |
| 1146 | 2026-01-30T18:07:29.195Z | restart_fmri: |
| 1147 | 2026-01-30T18:07:29.195Z | svc:/system/update-man-index:default |
| 1148 | 2026-01-30T18:07:29.245Z | |
| 1149 | 2026-01-30T18:07:29.245Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1150 | 2026-01-30T18:07:34.247Z | Download: 2312/3290 items 119.6/212.6MB 56% complete (24.1M/s) |
| 1151 | 2026-01-30T18:07:37.098Z | Download: Completed 212.60 MB in 7.85 seconds (27.1M/s) |
| 1152 | 2026-01-30T18:07:38.165Z | Actions: 1/3689 actions (Installing new actions) |
| 1153 | 2026-01-30T18:07:42.726Z | Actions: Completed 3689 actions in 4.56 seconds. |
| 1154 | 2026-01-30T18:07:43.143Z | Done (0.412s) |
| 1155 | 2026-01-30T18:07:43.143Z | Done (0.000s) |
| 1156 | 2026-01-30T18:07:44.215Z | Done (1.071s) |
| 1157 | 2026-01-30T18:07:48.767Z | Done (4.190s) |
| 1158 | 2026-01-30T18:07:48.853Z | Done (0.018s) |
| 1159 | 2026-01-30T18:07:48.856Z | Done (0.000s) |
| 1160 | 2026-01-30T18:07:49.008Z | Done (0.000s) |
| 1161 | 2026-01-30T18:07:49.953Z | Planning: Evaluating mediator changes ... Done |
| 1162 | 2026-01-30T18:07:50.115Z | Planning: Checking for conflicting actions ... Done |
| 1163 | 2026-01-30T18:07:50.118Z | Planning: Consolidating action changes ... Done |
| 1164 | 2026-01-30T18:07:50.389Z | Planning: Evaluating mediators ... Done |
| 1165 | 2026-01-30T18:07:50.392Z | Planning: Planning completed in 0.44 seconds |
| 1166 | 2026-01-30T18:07:50.422Z | Mediators to change: 2 |
| 1167 | 2026-01-30T18:07:50.422Z | Create boot environment: No |
| 1168 | 2026-01-30T18:07:50.425Z | Create backup boot environment: No |
| 1169 | 2026-01-30T18:07:50.507Z | Done |
| 1170 | 2026-01-30T18:07:50.507Z | Done |
| 1171 | 2026-01-30T18:07:51.266Z | Done |
| 1172 | 2026-01-30T18:07:54.784Z | Done |
| 1173 | 2026-01-30T18:07:54.869Z | Done |
| 1174 | 2026-01-30T18:07:54.873Z | Done |
| 1175 | 2026-01-30T18:07:55.033Z | Done |
| 1176 | 2026-01-30T18:07:55.651Z | Planning: Evaluating mediator changes ... Done |
| 1177 | 2026-01-30T18:07:55.654Z | Planning: Merging actions ... Done |
| 1178 | 2026-01-30T18:07:55.840Z | Planning: Checking for conflicting actions ... Done |
| 1179 | 2026-01-30T18:07:55.843Z | Planning: Consolidating action changes ... Done |
| 1180 | 2026-01-30T18:07:56.106Z | Planning: Evaluating mediators ... Done |
| 1181 | 2026-01-30T18:07:56.162Z | Planning: Planning completed in 0.76 seconds |
| 1182 | 2026-01-30T18:07:56.197Z | Packages to change: 1 |
| 1183 | 2026-01-30T18:07:56.197Z | Mediators to change: 1 |
| 1184 | 2026-01-30T18:07:56.201Z | Services to change: 1 |
| 1185 | 2026-01-30T18:07:56.201Z | Create boot environment: No |
| 1186 | 2026-01-30T18:07:56.201Z | Create backup boot environment: Yes |
| 1187 | 2026-01-30T18:07:58.710Z | Actions: 1/6 actions (Updating modified actions) |
| 1188 | 2026-01-30T18:07:58.713Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1189 | 2026-01-30T18:07:58.713Z | Done |
| 1190 | 2026-01-30T18:07:58.713Z | Done |
| 1191 | 2026-01-30T18:07:58.928Z | Done |
| 1192 | 2026-01-30T18:08:02.541Z | Done |
| 1193 | 2026-01-30T18:08:02.630Z | Done |
| 1194 | 2026-01-30T18:08:02.634Z | Done |
| 1195 | 2026-01-30T18:08:02.794Z | Done |
| 1196 | 2026-01-30T18:08:03.232Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1197 | 2026-01-30T18:08:03.232Z | clang system 15 system |
| 1198 | 2026-01-30T18:08:03.232Z | csh system system illumos |
| 1199 | 2026-01-30T18:08:03.232Z | ctags system system illumos |
| 1200 | 2026-01-30T18:08:03.232Z | file system system illumos |
| 1201 | 2026-01-30T18:08:03.232Z | gcc vendor 12 vendor |
| 1202 | 2026-01-30T18:08:03.232Z | gcc system 10 system |
| 1203 | 2026-01-30T18:08:03.232Z | gcc system 7 system |
| 1204 | 2026-01-30T18:08:03.232Z | go system 1.20 system |
| 1205 | 2026-01-30T18:08:03.232Z | go system 1.19 system |
| 1206 | 2026-01-30T18:08:03.232Z | llvm system 15 system |
| 1207 | 2026-01-30T18:08:03.232Z | llvm system 14 system |
| 1208 | 2026-01-30T18:08:03.233Z | mariadb system 10.6 system |
| 1209 | 2026-01-30T18:08:03.233Z | mta vendor vendor dma |
| 1210 | 2026-01-30T18:08:03.233Z | openjdk system 17 system |
| 1211 | 2026-01-30T18:08:03.233Z | openjdk system 11 system |
| 1212 | 2026-01-30T18:08:03.233Z | openjdk system 1.8 system |
| 1213 | 2026-01-30T18:08:03.233Z | openssl vendor 3 vendor |
| 1214 | 2026-01-30T18:08:03.233Z | perl system 5.36 system |
| 1215 | 2026-01-30T18:08:03.233Z | postgresql system 15 system |
| 1216 | 2026-01-30T18:08:03.233Z | postgresql system 13 system |
| 1217 | 2026-01-30T18:08:03.233Z | python vendor 3 vendor |
| 1218 | 2026-01-30T18:08:03.233Z | python system 2 system |
| 1219 | 2026-01-30T18:08:03.233Z | python3 system 3.11 system |
| 1220 | 2026-01-30T18:08:03.233Z | ruby system 3.0 system |
| 1221 | 2026-01-30T18:08:03.233Z | words vendor vendor american-english |
| 1222 | 2026-01-30T18:08:03.233Z | words system system australian-english |
| 1223 | 2026-01-30T18:08:03.233Z | words system system british-english |
| 1224 | 2026-01-30T18:08:03.233Z | words system system canadian-english |
| 1225 | 2026-01-30T18:08:03.233Z | words system system french |
| 1226 | 2026-01-30T18:08:03.233Z | words system system italian |
| 1227 | 2026-01-30T18:08:03.233Z | words system system ngerman |
| 1228 | 2026-01-30T18:08:03.233Z | words system system ogerman |
| 1229 | 2026-01-30T18:08:03.233Z | words system system spanish |
| 1230 | 2026-01-30T18:08:03.568Z | PUBLISHER TYPE STATUS P LOCATION |
| 1231 | 2026-01-30T18:08:03.568Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1232 | 2026-01-30T18:08:09.812Z | FMRI IFO |
| 1233 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1234 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1235 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1236 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1237 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1238 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1239 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1240 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1241 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1242 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1243 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1244 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1245 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1246 | 2026-01-30T18:08:09.812Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1247 | 2026-01-30T18:08:09.813Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1248 | 2026-01-30T18:08:09.813Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1249 | 2026-01-30T18:08:11.459Z | Downloading crates ... |
| 1250 | 2026-01-30T18:08:11.541Z | Downloaded cargo_toml v0.21.0 |
| 1251 | 2026-01-30T18:08:11.605Z | Compiling proc-macro2 v1.0.101 |
| 1252 | 2026-01-30T18:08:11.608Z | Compiling unicode-ident v1.0.19 |
| 1253 | 2026-01-30T18:08:11.608Z | Compiling serde_core v1.0.228 |
| 1254 | 2026-01-30T18:08:11.608Z | Compiling version_check v0.9.5 |
| 1255 | 2026-01-30T18:08:11.608Z | Compiling serde v1.0.228 |
| 1256 | 2026-01-30T18:08:11.608Z | Compiling libc v0.2.180 |
| 1257 | 2026-01-30T18:08:11.712Z | Compiling memchr v2.7.4 |
| 1258 | 2026-01-30T18:08:11.720Z | Compiling stable_deref_trait v1.2.0 |
| 1259 | 2026-01-30T18:08:11.877Z | Compiling thiserror v2.0.18 |
| 1260 | 2026-01-30T18:08:11.946Z | Compiling zmij v1.0.15 |
| 1261 | 2026-01-30T18:08:12.385Z | Compiling itoa v1.0.11 |
| 1262 | 2026-01-30T18:08:12.459Z | Compiling thiserror v1.0.69 |
| 1263 | 2026-01-30T18:08:12.589Z | Compiling litemap v0.7.3 |
| 1264 | 2026-01-30T18:08:12.931Z | Compiling ucd-trie v0.1.7 |
| 1265 | 2026-01-30T18:08:13.026Z | Compiling writeable v0.5.5 |
| 1266 | 2026-01-30T18:08:13.094Z | Compiling autocfg v1.4.0 |
| 1267 | 2026-01-30T18:08:13.453Z | Compiling bitflags v2.9.4 |
| 1268 | 2026-01-30T18:08:13.504Z | Compiling icu_locid_transform_data v1.5.0 |
| 1269 | 2026-01-30T18:08:13.538Z | Compiling byteorder v1.5.0 |
| 1270 | 2026-01-30T18:08:13.742Z | Compiling quote v1.0.40 |
| 1271 | 2026-01-30T18:08:13.880Z | Compiling errno v0.3.12 |
| 1272 | 2026-01-30T18:08:13.955Z | Compiling serde_json v1.0.149 |
| 1273 | 2026-01-30T18:08:14.119Z | Compiling syn v2.0.114 |
| 1274 | 2026-01-30T18:08:14.257Z | Compiling icu_properties_data v1.5.0 |
| 1275 | 2026-01-30T18:08:14.317Z | Compiling num-traits v0.2.19 |
| 1276 | 2026-01-30T18:08:14.332Z | Compiling write16 v1.0.0 |
| 1277 | 2026-01-30T18:08:14.390Z | Compiling icu_normalizer_data v1.5.0 |
| 1278 | 2026-01-30T18:08:14.475Z | Compiling typeid v1.0.3 |
| 1279 | 2026-01-30T18:08:14.496Z | Compiling rustix v0.38.37 |
| 1280 | 2026-01-30T18:08:14.508Z | Compiling utf16_iter v1.0.5 |
| 1281 | 2026-01-30T18:08:14.648Z | Compiling equivalent v1.0.2 |
| 1282 | 2026-01-30T18:08:14.764Z | Compiling hashbrown v0.16.1 |
| 1283 | 2026-01-30T18:08:14.778Z | Compiling smallvec v1.15.1 |
| 1284 | 2026-01-30T18:08:14.944Z | Compiling utf8_iter v1.0.4 |
| 1285 | 2026-01-30T18:08:15.191Z | Compiling usdt-impl v0.5.0 |
| 1286 | 2026-01-30T18:08:15.304Z | Compiling proc-macro-error-attr v1.0.4 |
| 1287 | 2026-01-30T18:08:15.391Z | Compiling syn v1.0.109 |
| 1288 | 2026-01-30T18:08:15.583Z | Compiling toml_write v0.1.2 |
| 1289 | 2026-01-30T18:08:15.634Z | Compiling winnow v0.7.13 |
| 1290 | 2026-01-30T18:08:15.919Z | Compiling indexmap v2.13.0 |
| 1291 | 2026-01-30T18:08:16.017Z | Compiling thread-id v4.2.2 |
| 1292 | 2026-01-30T18:08:16.388Z | Compiling proc-macro-error v1.0.4 |
| 1293 | 2026-01-30T18:08:16.712Z | Compiling camino v1.2.2 |
| 1294 | 2026-01-30T18:08:17.340Z | Compiling log v0.4.29 |
| 1295 | 2026-01-30T18:08:17.343Z | Compiling percent-encoding v2.3.2 |
| 1296 | 2026-01-30T18:08:17.516Z | Compiling getrandom v0.3.4 |
| 1297 | 2026-01-30T18:08:17.689Z | Compiling utf8parse v0.2.2 |
| 1298 | 2026-01-30T18:08:17.723Z | Compiling plain v0.2.3 |
| 1299 | 2026-01-30T18:08:17.762Z | Compiling rustix v1.1.3 |
| 1300 | 2026-01-30T18:08:17.863Z | Compiling anstyle-parse v0.2.5 |
| 1301 | 2026-01-30T18:08:17.895Z | Compiling ordered-float v2.10.1 |
| 1302 | 2026-01-30T18:08:18.213Z | Compiling form_urlencoded v1.2.2 |
| 1303 | 2026-01-30T18:08:18.605Z | Compiling terminal_size v0.4.0 |
| 1304 | 2026-01-30T18:08:18.941Z | Compiling anstyle v1.0.11 |
| 1305 | 2026-01-30T18:08:19.177Z | Compiling colorchoice v1.0.2 |
| 1306 | 2026-01-30T18:08:19.286Z | Compiling anstyle-query v1.1.1 |
| 1307 | 2026-01-30T18:08:19.359Z | Compiling cfg-if v1.0.4 |
| 1308 | 2026-01-30T18:08:19.384Z | Compiling is_terminal_polyfill v1.70.1 |
| 1309 | 2026-01-30T18:08:19.454Z | Compiling pretty-hex v0.4.1 |
| 1310 | 2026-01-30T18:08:19.525Z | Compiling anstream v0.6.18 |
| 1311 | 2026-01-30T18:08:19.788Z | Compiling semver v1.0.27 |
| 1312 | 2026-01-30T18:08:20.191Z | Compiling fs-err v3.1.1 |
| 1313 | 2026-01-30T18:08:20.532Z | Compiling unicode-width v0.1.14 |
| 1314 | 2026-01-30T18:08:20.579Z | Compiling anyhow v1.0.99 |
| 1315 | 2026-01-30T18:08:20.596Z | Compiling unicode-xid v0.2.6 |
| 1316 | 2026-01-30T18:08:20.802Z | Compiling synstructure v0.13.1 |
| 1317 | 2026-01-30T18:08:20.907Z | Compiling heck v0.5.0 |
| 1318 | 2026-01-30T18:08:21.089Z | Compiling bytecount v0.6.8 |
| 1319 | 2026-01-30T18:08:21.173Z | Compiling once_cell v1.21.3 |
| 1320 | 2026-01-30T18:08:21.300Z | Compiling strsim v0.11.1 |
| 1321 | 2026-01-30T18:08:21.396Z | Compiling fnv v1.0.7 |
| 1322 | 2026-01-30T18:08:21.570Z | Compiling fastrand v2.1.1 |
| 1323 | 2026-01-30T18:08:21.791Z | Compiling heck v0.4.1 |
| 1324 | 2026-01-30T18:08:22.021Z | Compiling clap_lex v0.7.4 |
| 1325 | 2026-01-30T18:08:22.057Z | Compiling tempfile v3.24.0 |
| 1326 | 2026-01-30T18:08:22.123Z | Compiling papergrid v0.11.0 |
| 1327 | 2026-01-30T18:08:22.362Z | Compiling clap_builder v4.5.48 |
| 1328 | 2026-01-30T18:08:22.458Z | Compiling memmap v0.7.0 |
| 1329 | 2026-01-30T18:08:22.546Z | Compiling unicode-linebreak v0.1.5 |
| 1330 | 2026-01-30T18:08:22.846Z | Compiling unicode-width v0.2.0 |
| 1331 | 2026-01-30T18:08:22.864Z | Compiling smawk v0.3.2 |
| 1332 | 2026-01-30T18:08:23.101Z | Compiling camino-tempfile v1.4.1 |
| 1333 | 2026-01-30T18:08:23.407Z | Compiling textwrap v0.16.2 |
| 1334 | 2026-01-30T18:08:23.867Z | Compiling swrite v0.1.0 |
| 1335 | 2026-01-30T18:08:23.981Z | Compiling tabled_derive v0.7.0 |
| 1336 | 2026-01-30T18:08:24.007Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1337 | 2026-01-30T18:08:24.835Z | Compiling serde_derive v1.0.228 |
| 1338 | 2026-01-30T18:08:24.836Z | Compiling zerofrom-derive v0.1.4 |
| 1339 | 2026-01-30T18:08:24.915Z | Compiling yoke-derive v0.7.4 |
| 1340 | 2026-01-30T18:08:24.938Z | Compiling thiserror-impl v2.0.18 |
| 1341 | 2026-01-30T18:08:25.010Z | Compiling zerovec-derive v0.10.3 |
| 1342 | 2026-01-30T18:08:25.561Z | Compiling displaydoc v0.2.5 |
| 1343 | 2026-01-30T18:08:27.098Z | Compiling thiserror-impl v1.0.69 |
| 1344 | 2026-01-30T18:08:27.480Z | Compiling icu_provider_macros v1.5.0 |
| 1345 | 2026-01-30T18:08:27.674Z | Compiling zerocopy-derive v0.7.35 |
| 1346 | 2026-01-30T18:08:28.121Z | Compiling pest v2.8.2 |
| 1347 | 2026-01-30T18:08:28.134Z | Compiling zerofrom v0.1.4 |
| 1348 | 2026-01-30T18:08:28.395Z | Compiling yoke v0.7.4 |
| 1349 | 2026-01-30T18:08:28.533Z | Compiling scroll_derive v0.12.0 |
| 1350 | 2026-01-30T18:08:28.775Z | Compiling zerovec v0.10.4 |
| 1351 | 2026-01-30T18:08:29.572Z | Compiling zerocopy v0.7.35 |
| 1352 | 2026-01-30T18:08:29.864Z | Compiling scroll v0.12.0 |
| 1353 | 2026-01-30T18:08:29.931Z | Compiling clap_derive v4.5.47 |
| 1354 | 2026-01-30T18:08:30.160Z | Compiling tabled v0.15.0 |
| 1355 | 2026-01-30T18:08:30.426Z | Compiling goblin v0.8.2 |
| 1356 | 2026-01-30T18:08:30.547Z | Compiling tinystr v0.7.6 |
| 1357 | 2026-01-30T18:08:30.824Z | Compiling pest_meta v2.8.2 |
| 1358 | 2026-01-30T18:08:30.947Z | Compiling icu_locid v1.5.0 |
| 1359 | 2026-01-30T18:08:30.960Z | Compiling icu_collections v1.5.0 |
| 1360 | 2026-01-30T18:08:31.935Z | Compiling icu_provider v1.5.0 |
| 1361 | 2026-01-30T18:08:32.718Z | Compiling icu_locid_transform v1.5.0 |
| 1362 | 2026-01-30T18:08:32.953Z | Compiling pest_generator v2.8.2 |
| 1363 | 2026-01-30T18:08:33.058Z | Compiling serde_spanned v0.6.9 |
| 1364 | 2026-01-30T18:08:33.312Z | Compiling toml_datetime v0.6.11 |
| 1365 | 2026-01-30T18:08:33.348Z | Compiling dof v0.3.0 |
| 1366 | 2026-01-30T18:08:33.842Z | Compiling toml_edit v0.22.27 |
| 1367 | 2026-01-30T18:08:34.180Z | Compiling icu_properties v1.5.1 |
| 1368 | 2026-01-30T18:08:34.236Z | Compiling serde_tokenstream v0.2.2 |
| 1369 | 2026-01-30T18:08:34.691Z | Compiling erased-serde v0.4.6 |
| 1370 | 2026-01-30T18:08:34.836Z | Compiling serde-value v0.7.0 |
| 1371 | 2026-01-30T18:08:35.025Z | Compiling cargo-platform v0.2.0 |
| 1372 | 2026-01-30T18:08:35.271Z | Compiling pest_derive v2.8.2 |
| 1373 | 2026-01-30T18:08:35.578Z | Compiling clap v4.5.48 |
| 1374 | 2026-01-30T18:08:35.622Z | Compiling macaddr v1.0.1 |
| 1375 | 2026-01-30T18:08:35.694Z | Compiling serde-untagged v0.1.7 |
| 1376 | 2026-01-30T18:08:36.083Z | Compiling dtrace-parser v0.2.0 |
| 1377 | 2026-01-30T18:08:37.158Z | Compiling toml v0.8.23 |
| 1378 | 2026-01-30T18:08:37.784Z | Compiling icu_normalizer v1.5.0 |
| 1379 | 2026-01-30T18:08:38.020Z | Compiling usdt-attr-macro v0.5.0 |
| 1380 | 2026-01-30T18:08:38.181Z | Compiling usdt-macro v0.5.0 |
| 1381 | 2026-01-30T18:08:38.252Z | Compiling cargo_toml v0.21.0 |
| 1382 | 2026-01-30T18:08:38.668Z | Compiling idna_adapter v1.2.0 |
| 1383 | 2026-01-30T18:08:38.818Z | Compiling idna v1.0.3 |
| 1384 | 2026-01-30T18:08:39.239Z | Compiling usdt v0.5.0 |
| 1385 | 2026-01-30T18:08:39.245Z | Compiling url v2.5.4 |
| 1386 | 2026-01-30T18:08:39.865Z | Compiling cargo-util-schemas v0.8.2 |
| 1387 | 2026-01-30T18:08:41.446Z | Compiling cargo_metadata v0.21.0 |
| 1388 | 2026-01-30T18:08:42.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1389 | 2026-01-30T18:08:46.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s |
| 1390 | 2026-01-30T18:08:46.495Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1391 | 2026-01-30T18:08:47.613Z | Compiling value-bag v1.12.0 |
| 1392 | 2026-01-30T18:08:47.613Z | Compiling lock_api v0.4.12 |
| 1393 | 2026-01-30T18:08:47.616Z | Compiling scopeguard v1.2.0 |
| 1394 | 2026-01-30T18:08:47.616Z | Compiling shlex v1.3.0 |
| 1395 | 2026-01-30T18:08:47.616Z | Compiling typenum v1.17.0 |
| 1396 | 2026-01-30T18:08:47.762Z | Compiling syn v2.0.114 |
| 1397 | 2026-01-30T18:08:47.776Z | Compiling getrandom v0.2.15 |
| 1398 | 2026-01-30T18:08:47.779Z | Compiling jobserver v0.1.32 |
| 1399 | 2026-01-30T18:08:47.922Z | Compiling smallvec v1.15.1 |
| 1400 | 2026-01-30T18:08:48.133Z | Compiling rand_core v0.6.4 |
| 1401 | 2026-01-30T18:08:48.220Z | Compiling log v0.4.29 |
| 1402 | 2026-01-30T18:08:48.280Z | Compiling cc v1.2.30 |
| 1403 | 2026-01-30T18:08:48.317Z | Compiling generic-array v0.14.7 |
| 1404 | 2026-01-30T18:08:48.601Z | Compiling subtle v2.6.1 |
| 1405 | 2026-01-30T18:08:48.655Z | Compiling portable-atomic v1.11.0 |
| 1406 | 2026-01-30T18:08:48.726Z | Compiling critical-section v1.1.3 |
| 1407 | 2026-01-30T18:08:48.746Z | Compiling const-oid v0.9.6 |
| 1408 | 2026-01-30T18:08:48.911Z | Compiling serde_json v1.0.149 |
| 1409 | 2026-01-30T18:08:48.929Z | Compiling pkg-config v0.3.31 |
| 1410 | 2026-01-30T18:08:48.961Z | Compiling getrandom v0.3.4 |
| 1411 | 2026-01-30T18:08:49.281Z | Compiling spin v0.9.8 |
| 1412 | 2026-01-30T18:08:49.650Z | Compiling parking_lot_core v0.9.10 |
| 1413 | 2026-01-30T18:08:50.073Z | Compiling pin-project-lite v0.2.14 |
| 1414 | 2026-01-30T18:08:50.115Z | Compiling regex-syntax v0.8.5 |
| 1415 | 2026-01-30T18:08:50.214Z | Compiling libm v0.2.8 |
| 1416 | 2026-01-30T18:08:50.593Z | Compiling rustix v0.38.37 |
| 1417 | 2026-01-30T18:08:50.720Z | Compiling once_cell v1.21.3 |
| 1418 | 2026-01-30T18:08:50.870Z | Compiling signal-hook-registry v1.4.2 |
| 1419 | 2026-01-30T18:08:51.112Z | Compiling num-traits v0.2.19 |
| 1420 | 2026-01-30T18:08:51.350Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-01-30T18:08:51.443Z | Compiling parking_lot v0.12.3 |
| 1422 | 2026-01-30T18:08:51.722Z | Compiling mio v1.0.2 |
| 1423 | 2026-01-30T18:08:52.027Z | Compiling futures-core v0.3.31 |
| 1424 | 2026-01-30T18:08:52.081Z | Compiling lazy_static v1.5.0 |
| 1425 | 2026-01-30T18:08:52.234Z | Compiling aho-corasick v1.1.3 |
| 1426 | 2026-01-30T18:08:52.273Z | Compiling percent-encoding v2.3.2 |
| 1427 | 2026-01-30T18:08:52.294Z | Compiling socket2 v0.6.1 |
| 1428 | 2026-01-30T18:08:52.784Z | Compiling slab v0.4.9 |
| 1429 | 2026-01-30T18:08:52.814Z | Compiling cpufeatures v0.2.14 |
| 1430 | 2026-01-30T18:08:52.835Z | Compiling futures-sink v0.3.31 |
| 1431 | 2026-01-30T18:08:52.931Z | Compiling glob v0.3.2 |
| 1432 | 2026-01-30T18:08:53.016Z | Compiling futures-channel v0.3.31 |
| 1433 | 2026-01-30T18:08:53.166Z | Compiling hashbrown v0.16.1 |
| 1434 | 2026-01-30T18:08:53.412Z | Compiling either v1.15.0 |
| 1435 | 2026-01-30T18:08:53.572Z | Compiling futures-task v0.3.31 |
| 1436 | 2026-01-30T18:08:53.788Z | Compiling clang-sys v1.8.1 |
| 1437 | 2026-01-30T18:08:53.850Z | Compiling rustversion v1.0.22 |
| 1438 | 2026-01-30T18:08:53.888Z | Compiling futures-io v0.3.31 |
| 1439 | 2026-01-30T18:08:54.164Z | Compiling prettyplease v0.2.36 |
| 1440 | 2026-01-30T18:08:54.338Z | Compiling regex-automata v0.4.11 |
| 1441 | 2026-01-30T18:08:54.341Z | Compiling pin-utils v0.1.0 |
| 1442 | 2026-01-30T18:08:54.449Z | Compiling minimal-lexical v0.2.1 |
| 1443 | 2026-01-30T18:08:54.509Z | Compiling indexmap v2.13.0 |
| 1444 | 2026-01-30T18:08:54.578Z | Compiling libloading v0.8.5 |
| 1445 | 2026-01-30T18:08:54.951Z | Compiling synstructure v0.13.1 |
| 1446 | 2026-01-30T18:08:54.973Z | Compiling nom v7.1.3 |
| 1447 | 2026-01-30T18:08:55.775Z | Compiling home v0.5.9 |
| 1448 | 2026-01-30T18:08:55.858Z | Compiling bindgen v0.69.5 |
| 1449 | 2026-01-30T18:08:55.935Z | Compiling base64ct v1.6.0 |
| 1450 | 2026-01-30T18:08:56.007Z | Compiling ident_case v1.0.1 |
| 1451 | 2026-01-30T18:08:56.481Z | Compiling pem-rfc7468 v0.7.0 |
| 1452 | 2026-01-30T18:08:56.520Z | Compiling itertools v0.10.5 |
| 1453 | 2026-01-30T18:08:56.886Z | Compiling form_urlencoded v1.2.2 |
| 1454 | 2026-01-30T18:08:57.111Z | Compiling lazycell v1.3.0 |
| 1455 | 2026-01-30T18:08:57.203Z | Compiling flagset v0.4.6 |
| 1456 | 2026-01-30T18:08:57.301Z | Compiling rustc-hash v1.1.0 |
| 1457 | 2026-01-30T18:08:57.434Z | Compiling rand_core v0.9.3 |
| 1458 | 2026-01-30T18:08:57.481Z | Compiling cmake v0.1.51 |
| 1459 | 2026-01-30T18:08:58.039Z | Compiling paste v1.0.15 |
| 1460 | 2026-01-30T18:08:58.330Z | Compiling cexpr v0.6.0 |
| 1461 | 2026-01-30T18:08:58.368Z | Compiling fs_extra v1.3.0 |
| 1462 | 2026-01-30T18:08:58.565Z | Compiling foldhash v0.1.5 |
| 1463 | 2026-01-30T18:08:58.863Z | Compiling dunce v1.0.5 |
| 1464 | 2026-01-30T18:08:58.866Z | Compiling iana-time-zone v0.1.63 |
| 1465 | 2026-01-30T18:08:59.013Z | Compiling hashbrown v0.15.4 |
| 1466 | 2026-01-30T18:08:59.114Z | Compiling rustc_version v0.4.1 |
| 1467 | 2026-01-30T18:08:59.164Z | Compiling uuid v1.19.0 |
| 1468 | 2026-01-30T18:08:59.237Z | Compiling vcpkg v0.2.15 |
| 1469 | 2026-01-30T18:08:59.649Z | Compiling serde_derive v1.0.228 |
| 1470 | 2026-01-30T18:08:59.766Z | Compiling zeroize_derive v1.4.2 |
| 1471 | 2026-01-30T18:08:59.870Z | Compiling zerofrom-derive v0.1.4 |
| 1472 | 2026-01-30T18:09:00.235Z | Compiling yoke-derive v0.7.4 |
| 1473 | 2026-01-30T18:09:00.702Z | Compiling zerovec-derive v0.10.3 |
| 1474 | 2026-01-30T18:09:00.910Z | Compiling displaydoc v0.2.5 |
| 1475 | 2026-01-30T18:09:01.155Z | Compiling zeroize v1.8.1 |
| 1476 | 2026-01-30T18:09:02.504Z | Compiling icu_provider_macros v1.5.0 |
| 1477 | 2026-01-30T18:09:02.978Z | Compiling crypto-common v0.1.6 |
| 1478 | 2026-01-30T18:09:03.035Z | Compiling block-buffer v0.10.4 |
| 1479 | 2026-01-30T18:09:03.163Z | Compiling zerocopy-derive v0.7.35 |
| 1480 | 2026-01-30T18:09:03.206Z | Compiling zerofrom v0.1.4 |
| 1481 | 2026-01-30T18:09:03.225Z | Compiling tokio-macros v2.6.0 |
| 1482 | 2026-01-30T18:09:03.316Z | Compiling digest v0.10.7 |
| 1483 | 2026-01-30T18:09:03.437Z | Compiling yoke v0.7.4 |
| 1484 | 2026-01-30T18:09:03.570Z | Compiling thiserror-impl v2.0.18 |
| 1485 | 2026-01-30T18:09:03.790Z | Compiling zerovec v0.10.4 |
| 1486 | 2026-01-30T18:09:03.824Z | Compiling hmac v0.12.1 |
| 1487 | 2026-01-30T18:09:04.119Z | Compiling block-padding v0.3.3 |
| 1488 | 2026-01-30T18:09:04.397Z | Compiling futures-macro v0.3.31 |
| 1489 | 2026-01-30T18:09:04.528Z | Compiling inout v0.1.3 |
| 1490 | 2026-01-30T18:09:04.754Z | Compiling regex v1.11.3 |
| 1491 | 2026-01-30T18:09:04.820Z | Compiling cipher v0.4.4 |
| 1492 | 2026-01-30T18:09:05.097Z | Compiling zerocopy v0.7.35 |
| 1493 | 2026-01-30T18:09:05.356Z | Compiling sha2 v0.10.9 |
| 1494 | 2026-01-30T18:09:05.720Z | Compiling tinystr v0.7.6 |
| 1495 | 2026-01-30T18:09:05.861Z | Compiling icu_collections v1.5.0 |
| 1496 | 2026-01-30T18:09:06.097Z | Compiling icu_locid v1.5.0 |
| 1497 | 2026-01-30T18:09:06.190Z | Compiling futures-util v0.3.31 |
| 1498 | 2026-01-30T18:09:06.320Z | Compiling der_derive v0.7.3 |
| 1499 | 2026-01-30T18:09:06.452Z | Compiling ppv-lite86 v0.2.20 |
| 1500 | 2026-01-30T18:09:06.763Z | Compiling thiserror v2.0.18 |
| 1501 | 2026-01-30T18:09:06.841Z | Compiling serde v1.0.228 |
| 1502 | 2026-01-30T18:09:06.928Z | Compiling pest v2.8.2 |
| 1503 | 2026-01-30T18:09:07.124Z | Compiling salsa20 v0.10.2 |
| 1504 | 2026-01-30T18:09:07.202Z | Compiling icu_provider v1.5.0 |
| 1505 | 2026-01-30T18:09:07.367Z | Compiling pbkdf2 v0.12.2 |
| 1506 | 2026-01-30T18:09:07.557Z | Compiling zerocopy v0.8.27 |
| 1507 | 2026-01-30T18:09:08.069Z | Compiling bitflags v2.9.4 |
| 1508 | 2026-01-30T18:09:08.100Z | Compiling bytes v1.10.1 |
| 1509 | 2026-01-30T18:09:08.171Z | Compiling icu_locid_transform v1.5.0 |
| 1510 | 2026-01-30T18:09:08.542Z | Compiling chrono v0.4.43 |
| 1511 | 2026-01-30T18:09:08.576Z | Compiling der v0.7.10 |
| 1512 | 2026-01-30T18:09:09.053Z | Compiling scrypt v0.11.0 |
| 1513 | 2026-01-30T18:09:09.450Z | Compiling tokio v1.49.0 |
| 1514 | 2026-01-30T18:09:09.585Z | Compiling icu_properties v1.5.1 |
| 1515 | 2026-01-30T18:09:09.918Z | Compiling pest_meta v2.8.2 |
| 1516 | 2026-01-30T18:09:10.504Z | Compiling spki v0.7.3 |
| 1517 | 2026-01-30T18:09:10.902Z | Compiling http v1.4.0 |
| 1518 | 2026-01-30T18:09:11.459Z | Compiling rand_chacha v0.9.0 |
| 1519 | 2026-01-30T18:09:11.629Z | Compiling cbc v0.1.2 |
| 1520 | 2026-01-30T18:09:11.927Z | Compiling aes v0.8.4 |
| 1521 | 2026-01-30T18:09:11.972Z | Compiling which v4.4.2 |
| 1522 | 2026-01-30T18:09:13.076Z | Compiling openssl-sys v0.9.109 |
| 1523 | 2026-01-30T18:09:13.100Z | Compiling zerocopy-derive v0.8.27 |
| 1524 | 2026-01-30T18:09:14.172Z | Compiling icu_normalizer v1.5.0 |
| 1525 | 2026-01-30T18:09:14.226Z | Compiling pkcs5 v0.7.1 |
| 1526 | 2026-01-30T18:09:14.316Z | Compiling rand v0.9.2 |
| 1527 | 2026-01-30T18:09:14.446Z | Compiling pest_generator v2.8.2 |
| 1528 | 2026-01-30T18:09:14.597Z | Compiling tracing-attributes v0.1.27 |
| 1529 | 2026-01-30T18:09:15.290Z | Compiling idna_adapter v1.2.0 |
| 1530 | 2026-01-30T18:09:15.538Z | Compiling idna v1.0.3 |
| 1531 | 2026-01-30T18:09:15.823Z | Compiling serde_derive_internals v0.29.1 |
| 1532 | 2026-01-30T18:09:16.063Z | Compiling ring v0.17.14 |
| 1533 | 2026-01-30T18:09:16.110Z | Compiling tracing-core v0.1.32 |
| 1534 | 2026-01-30T18:09:16.293Z | Compiling url v2.5.4 |
| 1535 | 2026-01-30T18:09:17.157Z | Compiling rustix v1.1.3 |
| 1536 | 2026-01-30T18:09:17.292Z | Compiling adler2 v2.0.0 |
| 1537 | 2026-01-30T18:09:17.517Z | Compiling aws-lc-rs v1.12.4 |
| 1538 | 2026-01-30T18:09:17.716Z | Compiling schemars v0.8.22 |
| 1539 | 2026-01-30T18:09:17.996Z | Compiling schemars_derive v0.8.22 |
| 1540 | 2026-01-30T18:09:18.017Z | Compiling tracing v0.1.40 |
| 1541 | 2026-01-30T18:09:18.043Z | Compiling miniz_oxide v0.8.5 |
| 1542 | 2026-01-30T18:09:18.100Z | Compiling tokio-util v0.7.15 |
| 1543 | 2026-01-30T18:09:18.504Z | Compiling pest_derive v2.8.2 |
| 1544 | 2026-01-30T18:09:19.313Z | Compiling pkcs8 v0.10.2 |
| 1545 | 2026-01-30T18:09:19.366Z | Compiling http-body v1.0.1 |
| 1546 | 2026-01-30T18:09:19.600Z | Compiling scroll_derive v0.13.1 |
| 1547 | 2026-01-30T18:09:19.953Z | Compiling darling_core v0.20.10 |
| 1548 | 2026-01-30T18:09:20.264Z | Compiling httparse v1.9.5 |
| 1549 | 2026-01-30T18:09:20.681Z | Compiling tinyvec_macros v0.1.1 |
| 1550 | 2026-01-30T18:09:20.800Z | Compiling base64 v0.22.1 |
| 1551 | 2026-01-30T18:09:20.900Z | Compiling dyn-clone v1.0.20 |
| 1552 | 2026-01-30T18:09:20.927Z | Compiling rustls-pki-types v1.10.0 |
| 1553 | 2026-01-30T18:09:21.412Z | Compiling scroll v0.13.0 |
| 1554 | 2026-01-30T18:09:21.541Z | Compiling tinyvec v1.8.0 |
| 1555 | 2026-01-30T18:09:21.950Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1556 | 2026-01-30T18:09:22.446Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1557 | 2026-01-30T18:09:23.102Z | Compiling time-core v0.1.6 |
| 1558 | 2026-01-30T18:09:23.126Z | Compiling untrusted v0.7.1 |
| 1559 | 2026-01-30T18:09:23.253Z | Compiling openssl v0.10.73 |
| 1560 | 2026-01-30T18:09:23.331Z | Compiling atomic-waker v1.1.2 |
| 1561 | 2026-01-30T18:09:23.412Z | Compiling try-lock v0.2.5 |
| 1562 | 2026-01-30T18:09:23.527Z | Compiling untrusted v0.9.0 |
| 1563 | 2026-01-30T18:09:23.602Z | Compiling tower-layer v0.3.3 |
| 1564 | 2026-01-30T18:09:23.696Z | Compiling foreign-types-shared v0.1.1 |
| 1565 | 2026-01-30T18:09:23.751Z | Compiling openssl-probe v0.1.5 |
| 1566 | 2026-01-30T18:09:23.810Z | Compiling powerfmt v0.2.0 |
| 1567 | 2026-01-30T18:09:23.853Z | Compiling tower-service v0.3.3 |
| 1568 | 2026-01-30T18:09:23.891Z | Compiling num-conv v0.1.0 |
| 1569 | 2026-01-30T18:09:24.005Z | Compiling foreign-types v0.3.2 |
| 1570 | 2026-01-30T18:09:24.126Z | Compiling deranged v0.5.3 |
| 1571 | 2026-01-30T18:09:24.212Z | Compiling time-macros v0.2.24 |
| 1572 | 2026-01-30T18:09:24.230Z | Compiling tempfile v3.24.0 |
| 1573 | 2026-01-30T18:09:24.294Z | Compiling want v0.3.1 |
| 1574 | 2026-01-30T18:09:24.598Z | Compiling h2 v0.4.6 |
| 1575 | 2026-01-30T18:09:25.416Z | Compiling darling_macro v0.20.10 |
| 1576 | 2026-01-30T18:09:26.314Z | Compiling darling v0.20.10 |
| 1577 | 2026-01-30T18:09:26.419Z | Compiling goblin v0.10.2 |
| 1578 | 2026-01-30T18:09:26.715Z | Compiling ipnet v2.11.0 |
| 1579 | 2026-01-30T18:09:27.302Z | Compiling openssl-macros v0.1.1 |
| 1580 | 2026-01-30T18:09:27.855Z | Compiling wait-timeout v0.2.0 |
| 1581 | 2026-01-30T18:09:27.950Z | Compiling socket2 v0.5.10 |
| 1582 | 2026-01-30T18:09:28.073Z | Compiling crossbeam-utils v0.8.21 |
| 1583 | 2026-01-30T18:09:28.102Z | Compiling httpdate v1.0.3 |
| 1584 | 2026-01-30T18:09:28.342Z | Compiling num_threads v0.1.7 |
| 1585 | 2026-01-30T18:09:28.502Z | Compiling usdt-impl v0.6.0 |
| 1586 | 2026-01-30T18:09:28.529Z | Compiling gimli v0.31.1 |
| 1587 | 2026-01-30T18:09:28.644Z | Compiling syn v1.0.109 |
| 1588 | 2026-01-30T18:09:28.834Z | Compiling bit-vec v0.8.0 |
| 1589 | 2026-01-30T18:09:28.881Z | Compiling rustls v0.23.19 |
| 1590 | 2026-01-30T18:09:29.187Z | Compiling quick-error v1.2.3 |
| 1591 | 2026-01-30T18:09:29.235Z | Compiling native-tls v0.2.12 |
| 1592 | 2026-01-30T18:09:29.358Z | Compiling rusty-fork v0.3.0 |
| 1593 | 2026-01-30T18:09:29.379Z | Compiling bit-set v0.8.0 |
| 1594 | 2026-01-30T18:09:29.695Z | Compiling time v0.3.43 |
| 1595 | 2026-01-30T18:09:30.213Z | Compiling derive_builder_core v0.20.2 |
| 1596 | 2026-01-30T18:09:32.327Z | Compiling hyper v1.8.1 |
| 1597 | 2026-01-30T18:09:33.069Z | Compiling addr2line v0.24.2 |
| 1598 | 2026-01-30T18:09:33.486Z | Compiling dof v0.4.0 |
| 1599 | 2026-01-30T18:09:33.747Z | Compiling unicode-normalization v0.1.24 |
| 1600 | 2026-01-30T18:09:33.996Z | Compiling dtrace-parser v0.3.0 |
| 1601 | 2026-01-30T18:09:34.683Z | Compiling signature v2.2.0 |
| 1602 | 2026-01-30T18:09:35.015Z | Compiling heapless v0.7.17 |
| 1603 | 2026-01-30T18:09:35.463Z | Compiling thiserror-impl v1.0.69 |
| 1604 | 2026-01-30T18:09:35.700Z | Compiling scroll_derive v0.12.0 |
| 1605 | 2026-01-30T18:09:35.802Z | Compiling rand_xorshift v0.4.0 |
| 1606 | 2026-01-30T18:09:35.853Z | Compiling darling_core v0.21.0 |
| 1607 | 2026-01-30T18:09:36.057Z | Compiling slog v2.8.2 |
| 1608 | 2026-01-30T18:09:36.408Z | Compiling thread-id v5.0.0 |
| 1609 | 2026-01-30T18:09:36.548Z | Compiling cookie v0.18.1 |
| 1610 | 2026-01-30T18:09:36.867Z | Compiling crc32fast v1.4.2 |
| 1611 | 2026-01-30T18:09:36.969Z | Compiling object v0.36.5 |
| 1612 | 2026-01-30T18:09:37.001Z | Compiling anyhow v1.0.99 |
| 1613 | 2026-01-30T18:09:37.191Z | Compiling siphasher v0.3.11 |
| 1614 | 2026-01-30T18:09:37.275Z | Compiling zstd-safe v7.2.3 |
| 1615 | 2026-01-30T18:09:37.571Z | Compiling zlib-rs v0.5.1 |
| 1616 | 2026-01-30T18:09:37.615Z | Compiling rustc-demangle v0.1.24 |
| 1617 | 2026-01-30T18:09:37.634Z | Compiling signal-hook v0.3.18 |
| 1618 | 2026-01-30T18:09:38.007Z | Compiling unicode-bidi v0.3.17 |
| 1619 | 2026-01-30T18:09:38.296Z | Compiling unicode-properties v0.1.3 |
| 1620 | 2026-01-30T18:09:38.510Z | Compiling unarray v0.1.4 |
| 1621 | 2026-01-30T18:09:38.697Z | Compiling proptest v1.7.0 |
| 1622 | 2026-01-30T18:09:38.717Z | Compiling thiserror v1.0.69 |
| 1623 | 2026-01-30T18:09:38.868Z | Compiling stringprep v0.1.5 |
| 1624 | 2026-01-30T18:09:39.270Z | Compiling phf_shared v0.11.2 |
| 1625 | 2026-01-30T18:09:39.647Z | Compiling scroll v0.12.0 |
| 1626 | 2026-01-30T18:09:40.189Z | Compiling hyper-util v0.1.19 |
| 1627 | 2026-01-30T18:09:40.596Z | Compiling derive_builder_macro v0.20.2 |
| 1628 | 2026-01-30T18:09:41.785Z | Compiling darling_macro v0.21.0 |
| 1629 | 2026-01-30T18:09:42.107Z | Compiling ipnetwork v0.21.1 |
| 1630 | 2026-01-30T18:09:42.677Z | Compiling erased-serde v0.3.31 |
| 1631 | 2026-01-30T18:09:42.963Z | Compiling serde_tokenstream v0.2.2 |
| 1632 | 2026-01-30T18:09:43.667Z | Compiling backtrace v0.3.74 |
| 1633 | 2026-01-30T18:09:43.852Z | Compiling libz-rs-sys v0.5.1 |
| 1634 | 2026-01-30T18:09:44.056Z | Compiling serde_spanned v0.6.9 |
| 1635 | 2026-01-30T18:09:44.202Z | Compiling toml_datetime v0.6.11 |
| 1636 | 2026-01-30T18:09:44.282Z | Compiling rand_chacha v0.3.1 |
| 1637 | 2026-01-30T18:09:44.293Z | Compiling md-5 v0.10.6 |
| 1638 | 2026-01-30T18:09:44.580Z | Compiling curve25519-dalek v4.1.3 |
| 1639 | 2026-01-30T18:09:44.645Z | Compiling vergen-lib v0.1.6 |
| 1640 | 2026-01-30T18:09:44.709Z | Compiling num-integer v0.1.46 |
| 1641 | 2026-01-30T18:09:44.940Z | Compiling sync_wrapper v1.0.1 |
| 1642 | 2026-01-30T18:09:45.127Z | Compiling hash32 v0.2.1 |
| 1643 | 2026-01-30T18:09:45.283Z | Compiling ff v0.13.0 |
| 1644 | 2026-01-30T18:09:45.422Z | Compiling memoffset v0.9.1 |
| 1645 | 2026-01-30T18:09:45.490Z | Compiling num-bigint-dig v0.8.6 |
| 1646 | 2026-01-30T18:09:45.527Z | Compiling base16ct v0.2.0 |
| 1647 | 2026-01-30T18:09:45.746Z | Compiling psl-types v2.0.11 |
| 1648 | 2026-01-30T18:09:45.839Z | Compiling fallible-iterator v0.2.0 |
| 1649 | 2026-01-30T18:09:45.861Z | Compiling litrs v0.4.1 |
| 1650 | 2026-01-30T18:09:45.961Z | Compiling smoltcp v0.9.1 |
| 1651 | 2026-01-30T18:09:46.199Z | Compiling ref-cast v1.0.25 |
| 1652 | 2026-01-30T18:09:46.307Z | Compiling cfg_aliases v0.2.1 |
| 1653 | 2026-01-30T18:09:46.428Z | Compiling nix v0.29.0 |
| 1654 | 2026-01-30T18:09:46.493Z | Compiling postgres-protocol v0.6.8 |
| 1655 | 2026-01-30T18:09:46.677Z | Compiling publicsuffix v2.3.0 |
| 1656 | 2026-01-30T18:09:46.917Z | Compiling document-features v0.2.11 |
| 1657 | 2026-01-30T18:09:46.942Z | Compiling sec1 v0.7.3 |
| 1658 | 2026-01-30T18:09:47.192Z | Compiling group v0.13.0 |
| 1659 | 2026-01-30T18:09:47.512Z | Compiling num-iter v0.1.45 |
| 1660 | 2026-01-30T18:09:47.610Z | Compiling tower v0.5.2 |
| 1661 | 2026-01-30T18:09:47.725Z | Compiling rand v0.8.5 |
| 1662 | 2026-01-30T18:09:48.110Z | Compiling newtype-uuid v1.3.2 |
| 1663 | 2026-01-30T18:09:48.329Z | Compiling flate2 v1.1.2 |
| 1664 | 2026-01-30T18:09:48.656Z | Compiling darling v0.21.0 |
| 1665 | 2026-01-30T18:09:48.791Z | Compiling oxnet v0.1.4 |
| 1666 | 2026-01-30T18:09:48.796Z | Compiling derive_builder v0.20.2 |
| 1667 | 2026-01-30T18:09:49.012Z | Compiling tokio-native-tls v0.3.1 |
| 1668 | 2026-01-30T18:09:49.257Z | Compiling goblin v0.8.2 |
| 1669 | 2026-01-30T18:09:49.704Z | Compiling rustls-native-certs v0.8.1 |
| 1670 | 2026-01-30T18:09:50.047Z | Compiling webpki-roots v1.0.1 |
| 1671 | 2026-01-30T18:09:50.204Z | Compiling http-body-util v0.1.3 |
| 1672 | 2026-01-30T18:09:50.254Z | Compiling strum_macros v0.27.2 |
| 1673 | 2026-01-30T18:09:50.277Z | Compiling terminal_size v0.4.0 |
| 1674 | 2026-01-30T18:09:50.474Z | Compiling cargo-platform v0.1.8 |
| 1675 | 2026-01-30T18:09:50.520Z | Compiling hkdf v0.12.4 |
| 1676 | 2026-01-30T18:09:50.717Z | Compiling crypto-bigint v0.5.5 |
| 1677 | 2026-01-30T18:09:50.810Z | Compiling daft-derive v0.1.4 |
| 1678 | 2026-01-30T18:09:50.989Z | Compiling async-trait v0.1.89 |
| 1679 | 2026-01-30T18:09:52.448Z | Compiling ref-cast-impl v1.0.25 |
| 1680 | 2026-01-30T18:09:53.100Z | Compiling hubpack_derive v0.1.1 |
| 1681 | 2026-01-30T18:09:53.469Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1682 | 2026-01-30T18:09:53.667Z | Compiling vergen v9.0.6 |
| 1683 | 2026-01-30T18:09:53.997Z | Compiling ahash v0.8.12 |
| 1684 | 2026-01-30T18:09:54.019Z | Compiling fs-err v3.1.1 |
| 1685 | 2026-01-30T18:09:54.370Z | Compiling lockfree-object-pool v0.1.6 |
| 1686 | 2026-01-30T18:09:54.391Z | Compiling bumpalo v3.16.0 |
| 1687 | 2026-01-30T18:09:54.641Z | Compiling managed v0.8.0 |
| 1688 | 2026-01-30T18:09:54.804Z | Compiling simd-adler32 v0.3.7 |
| 1689 | 2026-01-30T18:09:54.870Z | Compiling buf-list v1.0.3 |
| 1690 | 2026-01-30T18:09:55.076Z | Compiling winnow v0.5.40 |
| 1691 | 2026-01-30T18:09:55.098Z | Compiling ryu v1.0.18 |
| 1692 | 2026-01-30T18:09:55.344Z | Compiling unicode-segmentation v1.12.0 |
| 1693 | 2026-01-30T18:09:55.438Z | Compiling iri-string v0.7.8 |
| 1694 | 2026-01-30T18:09:55.491Z | Compiling bitflags v1.3.2 |
| 1695 | 2026-01-30T18:09:56.309Z | Compiling serde_urlencoded v0.7.1 |
| 1696 | 2026-01-30T18:09:56.393Z | Compiling zopfli v0.8.1 |
| 1697 | 2026-01-30T18:09:56.839Z | Compiling strum v0.27.2 |
| 1698 | 2026-01-30T18:09:57.049Z | Compiling clap_builder v4.5.48 |
| 1699 | 2026-01-30T18:09:57.488Z | Compiling dof v0.3.0 |
| 1700 | 2026-01-30T18:09:58.506Z | Compiling tower-http v0.6.6 |
| 1701 | 2026-01-30T18:09:58.641Z | Compiling toml_edit v0.19.15 |
| 1702 | 2026-01-30T18:09:59.278Z | Compiling hubpack v0.1.2 |
| 1703 | 2026-01-30T18:09:59.375Z | Compiling elliptic-curve v0.13.8 |
| 1704 | 2026-01-30T18:09:59.479Z | Compiling daft v0.1.4 |
| 1705 | 2026-01-30T18:09:59.688Z | Compiling cargo_metadata v0.19.2 |
| 1706 | 2026-01-30T18:10:00.052Z | Compiling hyper-tls v0.6.0 |
| 1707 | 2026-01-30T18:10:00.247Z | Compiling zstd v0.13.3 |
| 1708 | 2026-01-30T18:10:00.483Z | Compiling cookie_store v0.21.1 |
| 1709 | 2026-01-30T18:10:00.783Z | Compiling signal-hook-mio v0.2.4 |
| 1710 | 2026-01-30T18:10:02.741Z | Compiling serde_with_macros v3.16.1 |
| 1711 | 2026-01-30T18:10:03.194Z | Compiling postgres-types v0.2.9 |
| 1712 | 2026-01-30T18:10:04.483Z | Compiling usdt-macro v0.6.0 |
| 1713 | 2026-01-30T18:10:04.604Z | Compiling usdt-attr-macro v0.6.0 |
| 1714 | 2026-01-30T18:10:04.808Z | Compiling phf v0.11.2 |
| 1715 | 2026-01-30T18:10:05.127Z | Compiling dtrace-parser v0.2.0 |
| 1716 | 2026-01-30T18:10:05.283Z | Compiling ed25519 v2.2.3 |
| 1717 | 2026-01-30T18:10:05.303Z | Compiling bzip2 v0.5.2 |
| 1718 | 2026-01-30T18:10:05.703Z | Compiling bzip2 v0.4.4 |
| 1719 | 2026-01-30T18:10:05.967Z | Compiling pkcs1 v0.7.5 |
| 1720 | 2026-01-30T18:10:06.022Z | Compiling enum-as-inner v0.6.1 |
| 1721 | 2026-01-30T18:10:06.084Z | Compiling strum_macros v0.26.4 |
| 1722 | 2026-01-30T18:10:06.189Z | Compiling clap_derive v4.5.47 |
| 1723 | 2026-01-30T18:10:06.888Z | Compiling serde-big-array v0.5.1 |
| 1724 | 2026-01-30T18:10:06.968Z | Compiling hex v0.4.3 |
| 1725 | 2026-01-30T18:10:07.096Z | Compiling rfc6979 v0.4.0 |
| 1726 | 2026-01-30T18:10:07.146Z | Compiling serde_repr v0.1.19 |
| 1727 | 2026-01-30T18:10:07.303Z | Compiling bstr v1.10.0 |
| 1728 | 2026-01-30T18:10:07.334Z | Compiling float-cmp v0.10.0 |
| 1729 | 2026-01-30T18:10:07.527Z | Compiling env_filter v0.1.2 |
| 1730 | 2026-01-30T18:10:07.587Z | Compiling memmap2 v0.9.8 |
| 1731 | 2026-01-30T18:10:08.037Z | Compiling encoding_rs v0.8.34 |
| 1732 | 2026-01-30T18:10:08.221Z | Compiling data-encoding v2.9.0 |
| 1733 | 2026-01-30T18:10:08.272Z | Compiling mime v0.3.17 |
| 1734 | 2026-01-30T18:10:08.795Z | Compiling fixedbitset v0.4.2 |
| 1735 | 2026-01-30T18:10:08.817Z | Compiling predicates-core v1.0.8 |
| 1736 | 2026-01-30T18:10:09.145Z | Compiling jiff v0.2.15 |
| 1737 | 2026-01-30T18:10:09.229Z | Compiling fixedbitset v0.5.7 |
| 1738 | 2026-01-30T18:10:09.881Z | Compiling difflib v0.4.0 |
| 1739 | 2026-01-30T18:10:09.918Z | Compiling precomputed-hash v0.1.1 |
| 1740 | 2026-01-30T18:10:10.057Z | Compiling keccak v0.1.5 |
| 1741 | 2026-01-30T18:10:10.330Z | Compiling new_debug_unreachable v1.0.6 |
| 1742 | 2026-01-30T18:10:10.448Z | Compiling whoami v1.5.2 |
| 1743 | 2026-01-30T18:10:10.530Z | Compiling static_assertions v1.1.0 |
| 1744 | 2026-01-30T18:10:10.651Z | Compiling foldhash v0.2.0 |
| 1745 | 2026-01-30T18:10:10.977Z | Compiling normalize-line-endings v0.3.0 |
| 1746 | 2026-01-30T18:10:11.072Z | Compiling rustc-hash v2.1.1 |
| 1747 | 2026-01-30T18:10:11.132Z | Compiling predicates v3.1.3 |
| 1748 | 2026-01-30T18:10:11.179Z | Compiling tokio-postgres v0.7.13 |
| 1749 | 2026-01-30T18:10:11.276Z | Compiling iddqd v0.3.16 |
| 1750 | 2026-01-30T18:10:11.684Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1751 | 2026-01-30T18:10:12.334Z | Compiling clap v4.5.48 |
| 1752 | 2026-01-30T18:10:12.470Z | Compiling string_cache v0.8.9 |
| 1753 | 2026-01-30T18:10:12.646Z | Compiling sha3 v0.10.8 |
| 1754 | 2026-01-30T18:10:12.925Z | Compiling strum v0.26.3 |
| 1755 | 2026-01-30T18:10:13.141Z | Compiling toml_edit v0.22.27 |
| 1756 | 2026-01-30T18:10:13.753Z | Compiling petgraph v0.8.2 |
| 1757 | 2026-01-30T18:10:13.901Z | Compiling petgraph v0.6.5 |
| 1758 | 2026-01-30T18:10:14.272Z | Compiling hickory-proto v0.25.2 |
| 1759 | 2026-01-30T18:10:16.573Z | Compiling zip v4.2.0 |
| 1760 | 2026-01-30T18:10:17.479Z | Compiling similar v2.7.0 |
| 1761 | 2026-01-30T18:10:18.243Z | Compiling usdt v0.6.0 |
| 1762 | 2026-01-30T18:10:18.474Z | Compiling env_logger v0.11.8 |
| 1763 | 2026-01-30T18:10:18.721Z | Compiling usdt-impl v0.5.0 |
| 1764 | 2026-01-30T18:10:18.796Z | Compiling serde_with v3.16.1 |
| 1765 | 2026-01-30T18:10:19.220Z | Compiling ecdsa v0.16.9 |
| 1766 | 2026-01-30T18:10:19.565Z | Compiling rsa v0.9.8 |
| 1767 | 2026-01-30T18:10:20.007Z | Compiling zip v0.6.6 |
| 1768 | 2026-01-30T18:10:20.029Z | Compiling ed25519-dalek v2.1.1 |
| 1769 | 2026-01-30T18:10:21.252Z | Compiling toml v0.7.8 |
| 1770 | 2026-01-30T18:10:21.370Z | Compiling crossterm v0.28.1 |
| 1771 | 2026-01-30T18:10:22.556Z | Compiling heck v0.4.1 |
| 1772 | 2026-01-30T18:10:22.655Z | Compiling crossbeam-epoch v0.9.18 |
| 1773 | 2026-01-30T18:10:22.802Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1774 | 2026-01-30T18:10:23.052Z | Compiling tokio-stream v0.1.17 |
| 1775 | 2026-01-30T18:10:23.138Z | Compiling x509-cert v0.2.5 |
| 1776 | 2026-01-30T18:10:23.226Z | Compiling openapiv3 v2.2.0 |
| 1777 | 2026-01-30T18:10:23.394Z | Compiling sha1 v0.10.6 |
| 1778 | 2026-01-30T18:10:23.835Z | Compiling itertools v0.13.0 |
| 1779 | 2026-01-30T18:10:24.034Z | Compiling winnow v0.6.26 |
| 1780 | 2026-01-30T18:10:24.603Z | Compiling lalrpop-util v0.19.12 |
| 1781 | 2026-01-30T18:10:24.979Z | Compiling peg-runtime v0.8.5 |
| 1782 | 2026-01-30T18:10:25.581Z | Compiling thread_local v1.1.8 |
| 1783 | 2026-01-30T18:10:26.040Z | Compiling slog-async v2.8.0 |
| 1784 | 2026-01-30T18:10:26.062Z | Compiling crossbeam-channel v0.5.15 |
| 1785 | 2026-01-30T18:10:26.661Z | Compiling xattr v1.3.1 |
| 1786 | 2026-01-30T18:10:26.775Z | Compiling futures-executor v0.3.31 |
| 1787 | 2026-01-30T18:10:26.939Z | Compiling is-terminal v0.4.13 |
| 1788 | 2026-01-30T18:10:27.073Z | Compiling filetime v0.2.26 |
| 1789 | 2026-01-30T18:10:27.095Z | Compiling term v1.1.0 |
| 1790 | 2026-01-30T18:10:27.115Z | Compiling take_mut v0.2.2 |
| 1791 | 2026-01-30T18:10:27.238Z | Compiling futures v0.3.31 |
| 1792 | 2026-01-30T18:10:27.334Z | Compiling tar v0.4.44 |
| 1793 | 2026-01-30T18:10:28.339Z | Compiling slog-term v2.9.2 |
| 1794 | 2026-01-30T18:10:29.921Z | Compiling aws-lc-sys v0.26.0 |
| 1795 | 2026-01-30T18:10:59.196Z | Compiling rustls-webpki v0.102.8 |
| 1796 | 2026-01-30T18:11:03.727Z | Compiling tokio-rustls v0.26.0 |
| 1797 | 2026-01-30T18:11:04.026Z | Compiling hyper-rustls v0.27.7 |
| 1798 | 2026-01-30T18:11:04.379Z | Compiling reqwest v0.12.24 |
| 1799 | 2026-01-30T18:11:08.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-01-30T18:11:08.315Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-01-30T18:11:12.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1802 | 2026-01-30T18:11:13.076Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1803 | 2026-01-30T18:11:13.135Z | Jan 30 18:11:12.575 INFO Starting download, target: Cockroach |
| 1804 | 2026-01-30T18:11:13.135Z | Jan 30 18:11:12.576 INFO Starting download, target: Clickhouse |
| 1805 | 2026-01-30T18:11:13.135Z | Jan 30 18:11:12.576 INFO Starting download, target: Console |
| 1806 | 2026-01-30T18:11:13.135Z | Jan 30 18:11:12.576 INFO Starting download, target: DendriteStub |
| 1807 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Starting download, target: MaghemiteMgd |
| 1808 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Starting download, target: TransceiverControl |
| 1809 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1810 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1811 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1812 | 2026-01-30T18:11:13.138Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1813 | 2026-01-30T18:11:13.139Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1814 | 2026-01-30T18:11:13.139Z | Jan 30 18:11:12.576 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1815 | 2026-01-30T18:11:13.428Z | Jan 30 18:11:12.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1816 | 2026-01-30T18:11:13.677Z | Jan 30 18:11:13.071 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1817 | 2026-01-30T18:11:13.877Z | Jan 30 18:11:13.317 INFO Download complete, target: TransceiverControl |
| 1818 | 2026-01-30T18:11:14.129Z | Jan 30 18:11:13.572 INFO Download complete, target: Console |
| 1819 | 2026-01-30T18:11:14.288Z | Jan 30 18:11:13.730 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1820 | 2026-01-30T18:11:14.523Z | Jan 30 18:11:13.968 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1821 | 2026-01-30T18:11:14.893Z | Jan 30 18:11:14.339 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1822 | 2026-01-30T18:11:14.893Z | Jan 30 18:11:14.339 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1823 | 2026-01-30T18:11:15.097Z | Jan 30 18:11:14.543 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1824 | 2026-01-30T18:11:18.221Z | Jan 30 18:11:17.666 INFO Download complete, target: DendriteStub |
| 1825 | 2026-01-30T18:11:18.514Z | Jan 30 18:11:17.958 INFO Download complete, target: MaghemiteMgd |
| 1826 | 2026-01-30T18:11:22.968Z | Jan 30 18:11:22.413 INFO Checking that binary works, target: Cockroach |
| 1827 | 2026-01-30T18:11:23.094Z | Jan 30 18:11:22.539 INFO Download complete, target: Cockroach |
| 1828 | 2026-01-30T18:11:26.437Z | Jan 30 18:11:25.873 INFO Checking that binary works, target: Clickhouse |
| 1829 | 2026-01-30T18:11:26.636Z | Jan 30 18:11:26.057 INFO Download complete, target: Clickhouse |
| 1830 | 2026-01-30T18:11:26.655Z | All prerequisites installed successfully |
| 1831 | 2026-01-30T18:11:26.656Z | |
| 1832 | 2026-01-30T18:11:26.656Z | real 4:41.781268164 |
| 1833 | 2026-01-30T18:11:26.656Z | user 18:14.202556923 |
| 1834 | 2026-01-30T18:11:26.656Z | sys 2:26.336337345 |
| 1835 | 2026-01-30T18:11:26.656Z | trap 0.625562472 |
| 1836 | 2026-01-30T18:11:26.656Z | tflt 0.900283066 |
| 1837 | 2026-01-30T18:11:26.657Z | dflt 1.173438940 |
| 1838 | 2026-01-30T18:11:26.657Z | kflt 0.031809231 |
| 1839 | 2026-01-30T18:11:26.657Z | lock 48:06.205523590 |
| 1840 | 2026-01-30T18:11:26.657Z | slp 1:07:04.711969702 |
| 1841 | 2026-01-30T18:11:26.657Z | lat 1:16.764281419 |
| 1842 | 2026-01-30T18:11:26.657Z | stop 3:09.345549713 |
| 1843 | 2026-01-30T18:11:26.657Z | + source ./tools/include/force-git-over-https.sh |
| 1844 | 2026-01-30T18:11:26.657Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1845 | 2026-01-30T18:11:26.658Z | ++ (( i = 0 )) |
| 1846 | 2026-01-30T18:11:26.658Z | ++ (( i < 5 )) |
| 1847 | 2026-01-30T18:11:26.658Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1848 | 2026-01-30T18:11:26.693Z | ++ (( i++ )) |
| 1849 | 2026-01-30T18:11:26.694Z | ++ (( i < 5 )) |
| 1850 | 2026-01-30T18:11:26.694Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1851 | 2026-01-30T18:11:26.694Z | ++ (( i++ )) |
| 1852 | 2026-01-30T18:11:26.694Z | ++ (( i < 5 )) |
| 1853 | 2026-01-30T18:11:26.694Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1854 | 2026-01-30T18:11:26.695Z | ++ (( i++ )) |
| 1855 | 2026-01-30T18:11:26.695Z | ++ (( i < 5 )) |
| 1856 | 2026-01-30T18:11:26.695Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1857 | 2026-01-30T18:11:26.695Z | ++ (( i++ )) |
| 1858 | 2026-01-30T18:11:26.695Z | ++ (( i < 5 )) |
| 1859 | 2026-01-30T18:11:26.696Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1860 | 2026-01-30T18:11:26.696Z | ++ (( i++ )) |
| 1861 | 2026-01-30T18:11:26.696Z | ++ (( i < 5 )) |
| 1862 | 2026-01-30T18:11:26.696Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1863 | 2026-01-30T18:11:26.696Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1864 | 2026-01-30T18:11:26.696Z | + rc=0 |
| 1865 | 2026-01-30T18:11:26.696Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1866 | 2026-01-30T18:12:08.431Z | + case $rc in |
| 1867 | 2026-01-30T18:12:08.431Z | + pfexec zfs create -p rpool/images/build/host |
| 1868 | 2026-01-30T18:12:08.713Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1869 | 2026-01-30T18:12:08.793Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1870 | 2026-01-30T18:12:09.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1871 | 2026-01-30T18:12:09.572Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1872 | 2026-01-30T18:12:10.792Z | Compiling proc-macro2 v1.0.101 |
| 1873 | 2026-01-30T18:12:10.792Z | Compiling unicode-ident v1.0.19 |
| 1874 | 2026-01-30T18:12:10.792Z | Compiling libc v0.2.180 |
| 1875 | 2026-01-30T18:12:10.792Z | Compiling serde_core v1.0.228 |
| 1876 | 2026-01-30T18:12:10.795Z | Compiling serde v1.0.228 |
| 1877 | 2026-01-30T18:12:10.795Z | Compiling autocfg v1.4.0 |
| 1878 | 2026-01-30T18:12:10.795Z | Compiling cfg-if v1.0.4 |
| 1879 | 2026-01-30T18:12:11.088Z | Compiling version_check v0.9.5 |
| 1880 | 2026-01-30T18:12:11.135Z | Compiling memchr v2.7.4 |
| 1881 | 2026-01-30T18:12:11.168Z | Compiling shlex v1.3.0 |
| 1882 | 2026-01-30T18:12:11.553Z | Compiling typenum v1.17.0 |
| 1883 | 2026-01-30T18:12:11.780Z | Compiling lock_api v0.4.12 |
| 1884 | 2026-01-30T18:12:12.157Z | Compiling generic-array v0.14.7 |
| 1885 | 2026-01-30T18:12:12.316Z | Compiling value-bag v1.12.0 |
| 1886 | 2026-01-30T18:12:12.361Z | Compiling portable-atomic v1.11.0 |
| 1887 | 2026-01-30T18:12:12.523Z | Compiling getrandom v0.3.4 |
| 1888 | 2026-01-30T18:12:12.926Z | Compiling quote v1.0.40 |
| 1889 | 2026-01-30T18:12:12.977Z | Compiling jobserver v0.1.32 |
| 1890 | 2026-01-30T18:12:13.152Z | Compiling log v0.4.29 |
| 1891 | 2026-01-30T18:12:13.343Z | Compiling zmij v1.0.15 |
| 1892 | 2026-01-30T18:12:13.543Z | Compiling syn v2.0.114 |
| 1893 | 2026-01-30T18:12:13.622Z | Compiling cc v1.2.30 |
| 1894 | 2026-01-30T18:12:13.687Z | Compiling libm v0.2.8 |
| 1895 | 2026-01-30T18:12:13.858Z | Compiling serde_json v1.0.149 |
| 1896 | 2026-01-30T18:12:13.918Z | Compiling num-traits v0.2.19 |
| 1897 | 2026-01-30T18:12:14.286Z | Compiling scopeguard v1.2.0 |
| 1898 | 2026-01-30T18:12:14.339Z | Compiling smallvec v1.15.1 |
| 1899 | 2026-01-30T18:12:14.429Z | Compiling parking_lot_core v0.9.10 |
| 1900 | 2026-01-30T18:12:14.865Z | Compiling rustix v0.38.37 |
| 1901 | 2026-01-30T18:12:14.954Z | Compiling pkg-config v0.3.31 |
| 1902 | 2026-01-30T18:12:15.017Z | Compiling getrandom v0.2.15 |
| 1903 | 2026-01-30T18:12:15.598Z | Compiling thiserror v2.0.18 |
| 1904 | 2026-01-30T18:12:15.949Z | Compiling itoa v1.0.11 |
| 1905 | 2026-01-30T18:12:16.312Z | Compiling regex-syntax v0.8.5 |
| 1906 | 2026-01-30T18:12:16.352Z | Compiling errno v0.3.12 |
| 1907 | 2026-01-30T18:12:16.886Z | Compiling spin v0.9.8 |
| 1908 | 2026-01-30T18:12:17.078Z | Compiling aho-corasick v1.1.3 |
| 1909 | 2026-01-30T18:12:17.082Z | Compiling slab v0.4.9 |
| 1910 | 2026-01-30T18:12:17.174Z | Compiling stable_deref_trait v1.2.0 |
| 1911 | 2026-01-30T18:12:17.346Z | Compiling subtle v2.6.1 |
| 1912 | 2026-01-30T18:12:17.389Z | Compiling lazy_static v1.5.0 |
| 1913 | 2026-01-30T18:12:17.494Z | Compiling critical-section v1.1.3 |
| 1914 | 2026-01-30T18:12:17.576Z | Compiling semver v1.0.27 |
| 1915 | 2026-01-30T18:12:17.616Z | Compiling rand_core v0.6.4 |
| 1916 | 2026-01-30T18:12:18.220Z | Compiling glob v0.3.2 |
| 1917 | 2026-01-30T18:12:18.986Z | Compiling once_cell v1.21.3 |
| 1918 | 2026-01-30T18:12:19.061Z | Compiling clang-sys v1.8.1 |
| 1919 | 2026-01-30T18:12:19.951Z | Compiling regex-automata v0.4.11 |
| 1920 | 2026-01-30T18:12:19.985Z | Compiling either v1.15.0 |
| 1921 | 2026-01-30T18:12:19.988Z | Compiling heck v0.5.0 |
| 1922 | 2026-01-30T18:12:20.506Z | Compiling prettyplease v0.2.36 |
| 1923 | 2026-01-30T18:12:21.008Z | Compiling synstructure v0.13.1 |
| 1924 | 2026-01-30T18:12:21.174Z | Compiling minimal-lexical v0.2.1 |
| 1925 | 2026-01-30T18:12:21.377Z | Compiling schemars v0.8.22 |
| 1926 | 2026-01-30T18:12:21.698Z | Compiling nom v7.1.3 |
| 1927 | 2026-01-30T18:12:21.800Z | Compiling serde_derive_internals v0.29.1 |
| 1928 | 2026-01-30T18:12:21.992Z | Compiling libloading v0.8.5 |
| 1929 | 2026-01-30T18:12:22.243Z | Compiling litemap v0.7.3 |
| 1930 | 2026-01-30T18:12:22.305Z | Compiling paste v1.0.15 |
| 1931 | 2026-01-30T18:12:22.460Z | Compiling writeable v0.5.5 |
| 1932 | 2026-01-30T18:12:22.759Z | Compiling bindgen v0.69.5 |
| 1933 | 2026-01-30T18:12:22.877Z | Compiling home v0.5.9 |
| 1934 | 2026-01-30T18:12:23.928Z | Compiling itertools v0.10.5 |
| 1935 | 2026-01-30T18:12:24.774Z | Compiling serde_derive v1.0.228 |
| 1936 | 2026-01-30T18:12:25.225Z | Compiling zeroize_derive v1.4.2 |
| 1937 | 2026-01-30T18:12:26.222Z | Compiling zerofrom-derive v0.1.4 |
| 1938 | 2026-01-30T18:12:26.523Z | Compiling yoke-derive v0.7.4 |
| 1939 | 2026-01-30T18:12:26.559Z | Compiling zerovec-derive v0.10.3 |
| 1940 | 2026-01-30T18:12:26.777Z | Compiling displaydoc v0.2.5 |
| 1941 | 2026-01-30T18:12:28.275Z | Compiling icu_provider_macros v1.5.0 |
| 1942 | 2026-01-30T18:12:28.866Z | Compiling zeroize v1.8.1 |
| 1943 | 2026-01-30T18:12:29.088Z | Compiling thiserror-impl v2.0.18 |
| 1944 | 2026-01-30T18:12:29.316Z | Compiling tokio-macros v2.6.0 |
| 1945 | 2026-01-30T18:12:29.417Z | Compiling zerocopy-derive v0.7.35 |
| 1946 | 2026-01-30T18:12:29.464Z | Compiling regex v1.11.3 |
| 1947 | 2026-01-30T18:12:29.583Z | Compiling zerofrom v0.1.4 |
| 1948 | 2026-01-30T18:12:29.647Z | Compiling futures-macro v0.3.31 |
| 1949 | 2026-01-30T18:12:29.920Z | Compiling yoke v0.7.4 |
| 1950 | 2026-01-30T18:12:30.402Z | Compiling zerovec v0.10.4 |
| 1951 | 2026-01-30T18:12:31.588Z | Compiling cexpr v0.6.0 |
| 1952 | 2026-01-30T18:12:31.671Z | Compiling schemars_derive v0.8.22 |
| 1953 | 2026-01-30T18:12:32.193Z | Compiling allocator-api2 v0.2.21 |
| 1954 | 2026-01-30T18:12:32.278Z | Compiling lazycell v1.3.0 |
| 1955 | 2026-01-30T18:12:32.578Z | Compiling tinystr v0.7.6 |
| 1956 | 2026-01-30T18:12:32.708Z | Compiling percent-encoding v2.3.2 |
| 1957 | 2026-01-30T18:12:33.062Z | Compiling icu_locid v1.5.0 |
| 1958 | 2026-01-30T18:12:33.196Z | Compiling bitflags v2.9.4 |
| 1959 | 2026-01-30T18:12:33.221Z | Compiling bytes v1.10.1 |
| 1960 | 2026-01-30T18:12:33.221Z | Compiling rustc-hash v1.1.0 |
| 1961 | 2026-01-30T18:12:33.695Z | Compiling byteorder v1.5.0 |
| 1962 | 2026-01-30T18:12:34.420Z | Compiling cmake v0.1.51 |
| 1963 | 2026-01-30T18:12:34.505Z | Compiling icu_provider v1.5.0 |
| 1964 | 2026-01-30T18:12:34.778Z | Compiling dunce v1.0.5 |
| 1965 | 2026-01-30T18:12:34.836Z | Compiling fs_extra v1.3.0 |
| 1966 | 2026-01-30T18:12:35.447Z | Compiling equivalent v1.0.2 |
| 1967 | 2026-01-30T18:12:35.477Z | Compiling icu_locid_transform_data v1.5.0 |
| 1968 | 2026-01-30T18:12:35.654Z | Compiling icu_locid_transform v1.5.0 |
| 1969 | 2026-01-30T18:12:35.689Z | Compiling icu_collections v1.5.0 |
| 1970 | 2026-01-30T18:12:35.969Z | Compiling icu_properties_data v1.5.0 |
| 1971 | 2026-01-30T18:12:35.975Z | Compiling crypto-common v0.1.6 |
| 1972 | 2026-01-30T18:12:36.333Z | Compiling utf16_iter v1.0.5 |
| 1973 | 2026-01-30T18:12:36.385Z | Compiling pin-project-lite v0.2.14 |
| 1974 | 2026-01-30T18:12:36.616Z | Compiling utf8_iter v1.0.4 |
| 1975 | 2026-01-30T18:12:36.672Z | Compiling icu_normalizer_data v1.5.0 |
| 1976 | 2026-01-30T18:12:36.855Z | Compiling write16 v1.0.0 |
| 1977 | 2026-01-30T18:12:37.047Z | Compiling der_derive v0.7.3 |
| 1978 | 2026-01-30T18:12:37.278Z | Compiling icu_properties v1.5.1 |
| 1979 | 2026-01-30T18:12:37.394Z | Compiling which v4.4.2 |
| 1980 | 2026-01-30T18:12:38.346Z | Compiling rustversion v1.0.22 |
| 1981 | 2026-01-30T18:12:38.458Z | Compiling const-oid v0.9.6 |
| 1982 | 2026-01-30T18:12:39.388Z | Compiling ring v0.17.14 |
| 1983 | 2026-01-30T18:12:41.536Z | Compiling icu_normalizer v1.5.0 |
| 1984 | 2026-01-30T18:12:41.794Z | Compiling form_urlencoded v1.2.2 |
| 1985 | 2026-01-30T18:12:42.368Z | Compiling fnv v1.0.7 |
| 1986 | 2026-01-30T18:12:42.399Z | Compiling aws-lc-rs v1.12.4 |
| 1987 | 2026-01-30T18:12:42.530Z | Compiling futures-core v0.3.31 |
| 1988 | 2026-01-30T18:12:42.676Z | Compiling idna_adapter v1.2.0 |
| 1989 | 2026-01-30T18:12:42.791Z | Compiling vcpkg v0.2.15 |
| 1990 | 2026-01-30T18:12:43.009Z | Compiling idna v1.0.3 |
| 1991 | 2026-01-30T18:12:43.673Z | Compiling block-buffer v0.10.4 |
| 1992 | 2026-01-30T18:12:43.972Z | Compiling signal-hook-registry v1.4.2 |
| 1993 | 2026-01-30T18:12:44.119Z | Compiling zerocopy v0.8.27 |
| 1994 | 2026-01-30T18:12:44.148Z | Compiling openssl-sys v0.9.109 |
| 1995 | 2026-01-30T18:12:45.104Z | Compiling digest v0.10.7 |
| 1996 | 2026-01-30T18:12:45.220Z | Compiling url v2.5.4 |
| 1997 | 2026-01-30T18:12:45.545Z | Compiling parking_lot v0.12.3 |
| 1998 | 2026-01-30T18:12:45.716Z | Compiling hashbrown v0.16.1 |
| 1999 | 2026-01-30T18:12:46.765Z | Compiling tracing-attributes v0.1.27 |
| 2000 | 2026-01-30T18:12:47.501Z | Compiling mio v1.0.2 |
| 2001 | 2026-01-30T18:12:48.680Z | Compiling zerocopy-derive v0.8.27 |
| 2002 | 2026-01-30T18:12:48.900Z | Compiling httparse v1.9.5 |
| 2003 | 2026-01-30T18:12:49.275Z | Compiling rustix v1.1.3 |
| 2004 | 2026-01-30T18:12:49.318Z | Compiling indexmap v2.13.0 |
| 2005 | 2026-01-30T18:12:49.754Z | Compiling socket2 v0.6.1 |
| 2006 | 2026-01-30T18:12:50.425Z | Compiling tokio v1.49.0 |
| 2007 | 2026-01-30T18:12:50.503Z | Compiling aws-lc-sys v0.26.0 |
| 2008 | 2026-01-30T18:12:50.602Z | Compiling foldhash v0.1.5 |
| 2009 | 2026-01-30T18:12:51.080Z | Compiling iana-time-zone v0.1.63 |
| 2010 | 2026-01-30T18:12:51.080Z | Compiling hashbrown v0.15.4 |
| 2011 | 2026-01-30T18:12:51.316Z | Compiling chrono v0.4.43 |
| 2012 | 2026-01-30T18:12:51.704Z | Compiling zerocopy v0.7.35 |
| 2013 | 2026-01-30T18:12:52.347Z | Compiling time-core v0.1.6 |
| 2014 | 2026-01-30T18:12:52.445Z | Compiling futures-sink v0.3.31 |
| 2015 | 2026-01-30T18:12:52.687Z | Compiling num-conv v0.1.0 |
| 2016 | 2026-01-30T18:12:52.718Z | Compiling futures-channel v0.3.31 |
| 2017 | 2026-01-30T18:12:53.047Z | Compiling time-macros v0.2.24 |
| 2018 | 2026-01-30T18:12:53.250Z | Compiling uuid v1.19.0 |
| 2019 | 2026-01-30T18:12:53.743Z | Compiling futures-task v0.3.31 |
| 2020 | 2026-01-30T18:12:54.119Z | Compiling futures-io v0.3.31 |
| 2021 | 2026-01-30T18:12:54.152Z | Compiling pin-utils v0.1.0 |
| 2022 | 2026-01-30T18:12:54.225Z | Compiling openssl v0.10.73 |
| 2023 | 2026-01-30T18:12:54.406Z | Compiling futures-util v0.3.31 |
| 2024 | 2026-01-30T18:12:56.259Z | Compiling cpufeatures v0.2.14 |
| 2025 | 2026-01-30T18:12:56.429Z | Compiling ppv-lite86 v0.2.20 |
| 2026 | 2026-01-30T18:12:56.506Z | Compiling openssl-macros v0.1.1 |
| 2027 | 2026-01-30T18:12:57.291Z | Compiling rustc_version v0.4.1 |
| 2028 | 2026-01-30T18:12:57.780Z | Compiling strsim v0.11.1 |
| 2029 | 2026-01-30T18:12:57.867Z | Compiling rustls v0.23.19 |
| 2030 | 2026-01-30T18:12:58.042Z | Compiling native-tls v0.2.12 |
| 2031 | 2026-01-30T18:12:58.439Z | Compiling ucd-trie v0.1.7 |
| 2032 | 2026-01-30T18:12:58.511Z | Compiling hmac v0.12.1 |
| 2033 | 2026-01-30T18:12:58.577Z | Compiling serde_tokenstream v0.2.2 |
| 2034 | 2026-01-30T18:12:58.697Z | Compiling dyn-clone v1.0.20 |
| 2035 | 2026-01-30T18:12:58.834Z | Compiling pest v2.8.2 |
| 2036 | 2026-01-30T18:12:59.588Z | Compiling block-padding v0.3.3 |
| 2037 | 2026-01-30T18:13:00.022Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2038 | 2026-01-30T18:13:00.556Z | Compiling cookie v0.18.1 |
| 2039 | 2026-01-30T18:13:00.718Z | Compiling ident_case v1.0.1 |
| 2040 | 2026-01-30T18:13:00.955Z | Compiling thiserror v1.0.69 |
| 2041 | 2026-01-30T18:13:01.346Z | Compiling inout v0.1.3 |
| 2042 | 2026-01-30T18:13:01.626Z | Compiling pest_meta v2.8.2 |
| 2043 | 2026-01-30T18:13:01.905Z | Compiling http v1.4.0 |
| 2044 | 2026-01-30T18:13:02.913Z | Compiling base64 v0.22.1 |
| 2045 | 2026-01-30T18:13:03.428Z | Compiling pest_generator v2.8.2 |
| 2046 | 2026-01-30T18:13:05.481Z | Compiling syn v1.0.109 |
| 2047 | 2026-01-30T18:13:05.592Z | Compiling pest_derive v2.8.2 |
| 2048 | 2026-01-30T18:13:06.730Z | Compiling cipher v0.4.4 |
| 2049 | 2026-01-30T18:13:06.836Z | Compiling sha2 v0.10.9 |
| 2050 | 2026-01-30T18:13:07.258Z | Compiling slog v2.8.2 |
| 2051 | 2026-01-30T18:13:09.924Z | Compiling scroll_derive v0.13.1 |
| 2052 | 2026-01-30T18:13:10.704Z | Compiling thiserror-impl v1.0.69 |
| 2053 | 2026-01-30T18:13:11.835Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 2054 | 2026-01-30T18:13:12.028Z | Compiling base64ct v1.6.0 |
| 2055 | 2026-01-30T18:13:12.761Z | Compiling rustls-pki-types v1.10.0 |
| 2056 | 2026-01-30T18:13:12.835Z | Compiling crossbeam-utils v0.8.21 |
| 2057 | 2026-01-30T18:13:13.470Z | Compiling pem-rfc7468 v0.7.0 |
| 2058 | 2026-01-30T18:13:14.723Z | Compiling flagset v0.4.6 |
| 2059 | 2026-01-30T18:13:14.937Z | Compiling litrs v0.4.1 |
| 2060 | 2026-01-30T18:13:14.988Z | Compiling der v0.7.10 |
| 2061 | 2026-01-30T18:13:15.933Z | Compiling document-features v0.2.11 |
| 2062 | 2026-01-30T18:13:17.881Z | Compiling tokio-util v0.7.15 |
| 2063 | 2026-01-30T18:13:19.064Z | Compiling rand_core v0.9.3 |
| 2064 | 2026-01-30T18:13:19.250Z | Compiling tracing-core v0.1.32 |
| 2065 | 2026-01-30T18:13:19.503Z | Compiling untrusted v0.7.1 |
| 2066 | 2026-01-30T18:13:19.741Z | Compiling powerfmt v0.2.0 |
| 2067 | 2026-01-30T18:13:20.436Z | Compiling plain v0.2.3 |
| 2068 | 2026-01-30T18:13:20.627Z | Compiling camino v1.2.2 |
| 2069 | 2026-01-30T18:13:21.488Z | Compiling untrusted v0.9.0 |
| 2070 | 2026-01-30T18:13:21.779Z | Compiling deranged v0.5.3 |
| 2071 | 2026-01-30T18:13:21.817Z | Compiling tracing v0.1.40 |
| 2072 | 2026-01-30T18:13:22.541Z | Compiling spki v0.7.3 |
| 2073 | 2026-01-30T18:13:22.749Z | Compiling salsa20 v0.10.2 |
| 2074 | 2026-01-30T18:13:22.972Z | Compiling http-body v1.0.1 |
| 2075 | 2026-01-30T18:13:23.041Z | Compiling pbkdf2 v0.12.2 |
| 2076 | 2026-01-30T18:13:23.598Z | Compiling num_threads v0.1.7 |
| 2077 | 2026-01-30T18:13:24.119Z | Compiling atomic-waker v1.1.2 |
| 2078 | 2026-01-30T18:13:24.178Z | Compiling num-bigint-dig v0.8.6 |
| 2079 | 2026-01-30T18:13:24.900Z | Compiling time v0.3.43 |
| 2080 | 2026-01-30T18:13:25.589Z | Compiling scrypt v0.11.0 |
| 2081 | 2026-01-30T18:13:26.182Z | Compiling rand_chacha v0.9.0 |
| 2082 | 2026-01-30T18:13:26.503Z | Compiling aes v0.8.4 |
| 2083 | 2026-01-30T18:13:26.737Z | Compiling cbc v0.1.2 |
| 2084 | 2026-01-30T18:13:27.839Z | Compiling ahash v0.8.12 |
| 2085 | 2026-01-30T18:13:27.900Z | Compiling tower-service v0.3.3 |
| 2086 | 2026-01-30T18:13:28.247Z | Compiling usdt-impl v0.6.0 |
| 2087 | 2026-01-30T18:13:28.297Z | Compiling anyhow v1.0.99 |
| 2088 | 2026-01-30T18:13:28.690Z | Compiling pretty-hex v0.4.1 |
| 2089 | 2026-01-30T18:13:28.991Z | Compiling zstd-safe v7.2.3 |
| 2090 | 2026-01-30T18:13:29.065Z | Compiling tower-layer v0.3.3 |
| 2091 | 2026-01-30T18:13:29.088Z | Compiling try-lock v0.2.5 |
| 2092 | 2026-01-30T18:13:29.308Z | Compiling want v0.3.1 |
| 2093 | 2026-01-30T18:13:29.699Z | Compiling pkcs5 v0.7.1 |
| 2094 | 2026-01-30T18:13:32.022Z | Compiling rand v0.9.2 |
| 2095 | 2026-01-30T18:13:32.398Z | Compiling h2 v0.4.6 |
| 2096 | 2026-01-30T18:13:34.351Z | Compiling scroll v0.13.0 |
| 2097 | 2026-01-30T18:13:34.572Z | Compiling heapless v0.7.17 |
| 2098 | 2026-01-30T18:13:35.036Z | Compiling ipnet v2.11.0 |
| 2099 | 2026-01-30T18:13:35.175Z | Compiling clap_derive v4.5.47 |
| 2100 | 2026-01-30T18:13:35.256Z | Compiling daft-derive v0.1.4 |
| 2101 | 2026-01-30T18:13:35.831Z | Compiling async-trait v0.1.89 |
| 2102 | 2026-01-30T18:13:36.618Z | Compiling scroll_derive v0.12.0 |
| 2103 | 2026-01-30T18:13:36.874Z | Compiling socket2 v0.5.10 |
| 2104 | 2026-01-30T18:13:38.021Z | Compiling openssl-probe v0.1.5 |
| 2105 | 2026-01-30T18:13:38.047Z | Compiling adler2 v2.0.0 |
| 2106 | 2026-01-30T18:13:38.102Z | Compiling foreign-types-shared v0.1.1 |
| 2107 | 2026-01-30T18:13:38.325Z | Compiling httpdate v1.0.3 |
| 2108 | 2026-01-30T18:13:38.359Z | Compiling fastrand v2.1.1 |
| 2109 | 2026-01-30T18:13:38.670Z | Compiling signal-hook v0.3.18 |
| 2110 | 2026-01-30T18:13:38.673Z | Compiling miniz_oxide v0.8.5 |
| 2111 | 2026-01-30T18:13:39.182Z | Compiling tempfile v3.24.0 |
| 2112 | 2026-01-30T18:13:39.209Z | Compiling foreign-types v0.3.2 |
| 2113 | 2026-01-30T18:13:39.622Z | Compiling goblin v0.10.2 |
| 2114 | 2026-01-30T18:13:40.215Z | Compiling pkcs8 v0.10.2 |
| 2115 | 2026-01-30T18:13:41.419Z | Compiling darling_core v0.20.10 |
| 2116 | 2026-01-30T18:13:41.950Z | Compiling hyper v1.8.1 |
| 2117 | 2026-01-30T18:13:47.482Z | Compiling tinyvec_macros v0.1.1 |
| 2118 | 2026-01-30T18:13:49.001Z | Compiling tinyvec v1.8.0 |
| 2119 | 2026-01-30T18:13:50.447Z | Compiling dof v0.4.0 |
| 2120 | 2026-01-30T18:13:50.979Z | Compiling darling_macro v0.20.10 |
| 2121 | 2026-01-30T18:13:52.265Z | Compiling hyper-util v0.1.19 |
| 2122 | 2026-01-30T18:13:56.944Z | Compiling dtrace-parser v0.3.0 |
| 2123 | 2026-01-30T18:13:57.034Z | Compiling darling_core v0.21.0 |
| 2124 | 2026-01-30T18:13:57.264Z | Compiling curve25519-dalek v4.1.3 |
| 2125 | 2026-01-30T18:13:57.948Z | Compiling strum_macros v0.26.4 |
| 2126 | 2026-01-30T18:13:58.538Z | Compiling hex v0.4.3 |
| 2127 | 2026-01-30T18:13:59.366Z | Compiling thread-id v5.0.0 |
| 2128 | 2026-01-30T18:13:59.597Z | Compiling memoffset v0.9.1 |
| 2129 | 2026-01-30T18:14:00.070Z | Compiling anstyle v1.0.11 |
| 2130 | 2026-01-30T18:14:00.987Z | Compiling utf8parse v0.2.2 |
| 2131 | 2026-01-30T18:14:01.546Z | Compiling smoltcp v0.9.1 |
| 2132 | 2026-01-30T18:14:01.965Z | Compiling ref-cast v1.0.25 |
| 2133 | 2026-01-30T18:14:02.616Z | Compiling unicode-segmentation v1.12.0 |
| 2134 | 2026-01-30T18:14:02.694Z | Compiling ryu v1.0.18 |
| 2135 | 2026-01-30T18:14:03.038Z | Compiling darling_macro v0.21.0 |
| 2136 | 2026-01-30T18:14:03.477Z | Compiling anstyle-parse v0.2.5 |
| 2137 | 2026-01-30T18:14:07.332Z | Compiling darling v0.20.10 |
| 2138 | 2026-01-30T18:14:08.574Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-01-30T18:14:09.396Z | Compiling sync_wrapper v1.0.1 |
| 2140 | 2026-01-30T18:14:09.607Z | Compiling serde_spanned v0.6.9 |
| 2141 | 2026-01-30T18:14:09.831Z | Compiling erased-serde v0.3.31 |
| 2142 | 2026-01-30T18:14:09.906Z | Compiling toml_datetime v0.6.11 |
| 2143 | 2026-01-30T18:14:10.935Z | Compiling wait-timeout v0.2.0 |
| 2144 | 2026-01-30T18:14:11.614Z | Compiling encoding_rs v0.8.34 |
| 2145 | 2026-01-30T18:14:11.775Z | Compiling quick-error v1.2.3 |
| 2146 | 2026-01-30T18:14:11.992Z | Compiling mime v0.3.17 |
| 2147 | 2026-01-30T18:14:12.332Z | Compiling psl-types v2.0.11 |
| 2148 | 2026-01-30T18:14:13.346Z | Compiling is_terminal_polyfill v1.70.1 |
| 2149 | 2026-01-30T18:14:13.515Z | Compiling anstyle-query v1.1.1 |
| 2150 | 2026-01-30T18:14:13.871Z | Compiling colorchoice v1.0.2 |
| 2151 | 2026-01-30T18:14:14.122Z | Compiling bit-vec v0.8.0 |
| 2152 | 2026-01-30T18:14:14.374Z | Compiling gimli v0.31.1 |
| 2153 | 2026-01-30T18:14:14.409Z | Compiling cfg_aliases v0.2.1 |
| 2154 | 2026-01-30T18:14:14.563Z | Compiling buf-list v1.0.3 |
| 2155 | 2026-01-30T18:14:14.621Z | Compiling nix v0.29.0 |
| 2156 | 2026-01-30T18:14:15.266Z | Compiling bit-set v0.8.0 |
| 2157 | 2026-01-30T18:14:18.421Z | Compiling anstream v0.6.18 |
| 2158 | 2026-01-30T18:14:19.378Z | Compiling addr2line v0.24.2 |
| 2159 | 2026-01-30T18:14:20.059Z | Compiling serde_urlencoded v0.7.1 |
| 2160 | 2026-01-30T18:14:20.143Z | Compiling publicsuffix v2.3.0 |
| 2161 | 2026-01-30T18:14:20.606Z | Compiling rusty-fork v0.3.0 |
| 2162 | 2026-01-30T18:14:21.309Z | Compiling tower v0.5.2 |
| 2163 | 2026-01-30T18:14:22.772Z | Compiling derive_builder_core v0.20.2 |
| 2164 | 2026-01-30T18:14:23.190Z | Compiling tokio-native-tls v0.3.1 |
| 2165 | 2026-01-30T18:14:23.623Z | Compiling darling v0.21.0 |
| 2166 | 2026-01-30T18:14:23.810Z | Compiling heck v0.4.1 |
| 2167 | 2026-01-30T18:14:24.218Z | Compiling unicode-normalization v0.1.24 |
| 2168 | 2026-01-30T18:14:24.782Z | Compiling rustls-native-certs v0.8.1 |
| 2169 | 2026-01-30T18:14:24.900Z | Compiling hubpack_derive v0.1.1 |
| 2170 | 2026-01-30T18:14:25.464Z | Compiling rand_xorshift v0.4.0 |
| 2171 | 2026-01-30T18:14:25.735Z | Compiling webpki-roots v1.0.1 |
| 2172 | 2026-01-30T18:14:25.995Z | Compiling ipnetwork v0.21.1 |
| 2173 | 2026-01-30T18:14:26.542Z | Compiling openapiv3 v2.2.0 |
| 2174 | 2026-01-30T18:14:26.769Z | Compiling signature v2.2.0 |
| 2175 | 2026-01-30T18:14:27.142Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2176 | 2026-01-30T18:14:28.583Z | Compiling strum_macros v0.27.2 |
| 2177 | 2026-01-30T18:14:30.111Z | Compiling ref-cast-impl v1.0.25 |
| 2178 | 2026-01-30T18:14:31.016Z | Compiling object v0.36.5 |
| 2179 | 2026-01-30T18:14:31.317Z | Compiling fs-err v3.1.1 |
| 2180 | 2026-01-30T18:14:31.385Z | Compiling usdt-impl v0.5.0 |
| 2181 | 2026-01-30T18:14:31.778Z | Compiling crc32fast v1.4.2 |
| 2182 | 2026-01-30T18:14:32.444Z | Compiling rustc-demangle v0.1.24 |
| 2183 | 2026-01-30T18:14:32.762Z | Compiling siphasher v0.3.11 |
| 2184 | 2026-01-30T18:14:33.441Z | Compiling unicode-bidi v0.3.17 |
| 2185 | 2026-01-30T18:14:33.628Z | Compiling zlib-rs v0.5.1 |
| 2186 | 2026-01-30T18:14:33.984Z | Compiling unarray v0.1.4 |
| 2187 | 2026-01-30T18:14:34.235Z | Compiling unicode-properties v0.1.3 |
| 2188 | 2026-01-30T18:14:34.363Z | Compiling iri-string v0.7.8 |
| 2189 | 2026-01-30T18:14:34.734Z | Compiling stringprep v0.1.5 |
| 2190 | 2026-01-30T18:14:36.425Z | Compiling proptest v1.7.0 |
| 2191 | 2026-01-30T18:14:38.771Z | Compiling libz-rs-sys v0.5.1 |
| 2192 | 2026-01-30T18:14:38.954Z | Compiling backtrace v0.3.74 |
| 2193 | 2026-01-30T18:14:39.213Z | Compiling tower-http v0.6.6 |
| 2194 | 2026-01-30T18:14:40.811Z | Compiling phf_shared v0.11.2 |
| 2195 | 2026-01-30T18:14:41.702Z | Compiling oxnet v0.1.4 |
| 2196 | 2026-01-30T18:14:41.855Z | Compiling derive_builder_macro v0.20.2 |
| 2197 | 2026-01-30T18:14:42.018Z | Compiling serde_with_macros v3.16.1 |
| 2198 | 2026-01-30T18:14:42.914Z | Compiling hyper-tls v0.6.0 |
| 2199 | 2026-01-30T18:14:43.762Z | Compiling cookie_store v0.21.1 |
| 2200 | 2026-01-30T18:14:44.703Z | Compiling rustls-webpki v0.102.8 |
| 2201 | 2026-01-30T18:14:44.748Z | Compiling usdt-attr-macro v0.6.0 |
| 2202 | 2026-01-30T18:14:45.609Z | Compiling usdt-macro v0.6.0 |
| 2203 | 2026-01-30T18:14:45.779Z | Compiling scroll v0.12.0 |
| 2204 | 2026-01-30T18:14:46.556Z | Compiling terminal_size v0.4.0 |
| 2205 | 2026-01-30T18:14:47.175Z | Compiling rand_chacha v0.3.1 |
| 2206 | 2026-01-30T18:14:48.233Z | Compiling md-5 v0.10.6 |
| 2207 | 2026-01-30T18:14:48.365Z | Compiling num-integer v0.1.46 |
| 2208 | 2026-01-30T18:14:48.555Z | Compiling vergen-lib v0.1.6 |
| 2209 | 2026-01-30T18:14:48.626Z | Compiling hash32 v0.2.1 |
| 2210 | 2026-01-30T18:14:49.014Z | Compiling ff v0.13.0 |
| 2211 | 2026-01-30T18:14:49.643Z | Compiling fallible-iterator v0.2.0 |
| 2212 | 2026-01-30T18:14:49.753Z | Compiling winnow v0.7.13 |
| 2213 | 2026-01-30T18:14:50.682Z | Compiling base16ct v0.2.0 |
| 2214 | 2026-01-30T18:14:51.084Z | Compiling clap_lex v0.7.4 |
| 2215 | 2026-01-30T18:14:51.843Z | Compiling clap_builder v4.5.48 |
| 2216 | 2026-01-30T18:14:52.388Z | Compiling sec1 v0.7.3 |
| 2217 | 2026-01-30T18:14:54.748Z | Compiling tokio-rustls v0.26.0 |
| 2218 | 2026-01-30T18:14:54.867Z | Compiling postgres-protocol v0.6.8 |
| 2219 | 2026-01-30T18:14:55.463Z | Compiling group v0.13.0 |
| 2220 | 2026-01-30T18:14:56.396Z | Compiling num-iter v0.1.45 |
| 2221 | 2026-01-30T18:14:56.724Z | Compiling rand v0.8.5 |
| 2222 | 2026-01-30T18:15:00.071Z | Compiling goblin v0.8.2 |
| 2223 | 2026-01-30T18:15:00.834Z | Compiling derive_builder v0.20.2 |
| 2224 | 2026-01-30T18:15:00.955Z | Compiling newtype-uuid v1.3.2 |
| 2225 | 2026-01-30T18:15:01.576Z | Compiling flate2 v1.1.2 |
| 2226 | 2026-01-30T18:15:04.726Z | Compiling hkdf v0.12.4 |
| 2227 | 2026-01-30T18:15:04.926Z | Compiling regress v0.10.4 |
| 2228 | 2026-01-30T18:15:05.017Z | Compiling vergen v9.0.6 |
| 2229 | 2026-01-30T18:15:05.589Z | Compiling crypto-bigint v0.5.5 |
| 2230 | 2026-01-30T18:15:05.853Z | Compiling cargo-platform v0.1.8 |
| 2231 | 2026-01-30T18:15:06.417Z | Compiling enum-as-inner v0.6.1 |
| 2232 | 2026-01-30T18:15:07.547Z | Compiling serde_repr v0.1.19 |
| 2233 | 2026-01-30T18:15:09.134Z | Compiling lockfree-object-pool v0.1.6 |
| 2234 | 2026-01-30T18:15:09.228Z | Compiling managed v0.8.0 |
| 2235 | 2026-01-30T18:15:10.530Z | Compiling winnow v0.5.40 |
| 2236 | 2026-01-30T18:15:10.534Z | Compiling bumpalo v3.16.0 |
| 2237 | 2026-01-30T18:15:10.534Z | Compiling bitflags v1.3.2 |
| 2238 | 2026-01-30T18:15:10.534Z | Compiling simd-adler32 v0.3.7 |
| 2239 | 2026-01-30T18:15:11.024Z | Compiling zopfli v0.8.1 |
| 2240 | 2026-01-30T18:15:12.498Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-01-30T18:15:13.305Z | Compiling reqwest v0.12.24 |
| 2242 | 2026-01-30T18:15:14.671Z | Compiling toml_edit v0.19.15 |
| 2243 | 2026-01-30T18:15:16.952Z | Compiling typify-impl v0.4.3 |
| 2244 | 2026-01-30T18:15:17.183Z | Compiling elliptic-curve v0.13.8 |
| 2245 | 2026-01-30T18:15:17.947Z | Compiling dof v0.3.0 |
| 2246 | 2026-01-30T18:15:18.872Z | Compiling cargo_metadata v0.19.2 |
| 2247 | 2026-01-30T18:15:21.717Z | Compiling daft v0.1.4 |
| 2248 | 2026-01-30T18:15:22.383Z | Compiling zstd v0.13.3 |
| 2249 | 2026-01-30T18:15:22.567Z | Compiling signal-hook-mio v0.2.4 |
| 2250 | 2026-01-30T18:15:22.908Z | Compiling clap v4.5.48 |
| 2251 | 2026-01-30T18:15:22.999Z | Compiling postgres-types v0.2.9 |
| 2252 | 2026-01-30T18:15:23.782Z | Compiling dtrace-parser v0.2.0 |
| 2253 | 2026-01-30T18:15:24.214Z | Compiling phf v0.11.2 |
| 2254 | 2026-01-30T18:15:24.290Z | Compiling strum v0.27.2 |
| 2255 | 2026-01-30T18:15:24.805Z | Compiling ed25519 v2.2.3 |
| 2256 | 2026-01-30T18:15:24.838Z | Compiling hubpack v0.1.2 |
| 2257 | 2026-01-30T18:15:24.897Z | Compiling bzip2 v0.4.4 |
| 2258 | 2026-01-30T18:15:25.163Z | Compiling bzip2 v0.5.2 |
| 2259 | 2026-01-30T18:15:25.406Z | Compiling pkcs1 v0.7.5 |
| 2260 | 2026-01-30T18:15:25.671Z | Compiling rfc6979 v0.4.0 |
| 2261 | 2026-01-30T18:15:25.788Z | Compiling float-cmp v0.10.0 |
| 2262 | 2026-01-30T18:15:26.102Z | Compiling serde-big-array v0.5.1 |
| 2263 | 2026-01-30T18:15:26.291Z | Compiling bstr v1.10.0 |
| 2264 | 2026-01-30T18:15:26.393Z | Compiling structmeta-derive v0.3.0 |
| 2265 | 2026-01-30T18:15:26.528Z | Compiling env_filter v0.1.2 |
| 2266 | 2026-01-30T18:15:26.854Z | Compiling thread-id v4.2.2 |
| 2267 | 2026-01-30T18:15:27.014Z | Compiling memmap2 v0.9.8 |
| 2268 | 2026-01-30T18:15:27.948Z | Compiling fixedbitset v0.5.7 |
| 2269 | 2026-01-30T18:15:28.603Z | Compiling static_assertions v1.1.0 |
| 2270 | 2026-01-30T18:15:28.770Z | Compiling precomputed-hash v0.1.1 |
| 2271 | 2026-01-30T18:15:28.908Z | Compiling toml_write v0.1.2 |
| 2272 | 2026-01-30T18:15:29.014Z | Compiling radium v0.7.0 |
| 2273 | 2026-01-30T18:15:29.729Z | Compiling whoami v1.5.2 |
| 2274 | 2026-01-30T18:15:30.243Z | Compiling jiff v0.2.15 |
| 2275 | 2026-01-30T18:15:30.423Z | Compiling foldhash v0.2.0 |
| 2276 | 2026-01-30T18:15:30.822Z | Compiling data-encoding v2.9.0 |
| 2277 | 2026-01-30T18:15:30.960Z | Compiling predicates-core v1.0.8 |
| 2278 | 2026-01-30T18:15:31.417Z | Compiling difflib v0.4.0 |
| 2279 | 2026-01-30T18:15:32.318Z | Compiling new_debug_unreachable v1.0.6 |
| 2280 | 2026-01-30T18:15:32.450Z | Compiling rustc-hash v2.1.1 |
| 2281 | 2026-01-30T18:15:32.638Z | Compiling normalize-line-endings v0.3.0 |
| 2282 | 2026-01-30T18:15:32.714Z | Compiling fixedbitset v0.4.2 |
| 2283 | 2026-01-30T18:15:32.812Z | Compiling keccak v0.1.5 |
| 2284 | 2026-01-30T18:15:33.338Z | Compiling sha3 v0.10.8 |
| 2285 | 2026-01-30T18:15:33.527Z | Compiling petgraph v0.6.5 |
| 2286 | 2026-01-30T18:15:34.383Z | Compiling predicates v3.1.3 |
| 2287 | 2026-01-30T18:15:35.195Z | Compiling iddqd v0.3.16 |
| 2288 | 2026-01-30T18:15:35.718Z | Compiling string_cache v0.8.9 |
| 2289 | 2026-01-30T18:15:36.163Z | Compiling hickory-proto v0.25.2 |
| 2290 | 2026-01-30T18:15:37.339Z | Compiling toml_edit v0.22.27 |
| 2291 | 2026-01-30T18:15:37.970Z | Compiling zip v4.2.0 |
| 2292 | 2026-01-30T18:15:40.350Z | Compiling tokio-postgres v0.7.13 |
| 2293 | 2026-01-30T18:15:43.956Z | Compiling structmeta v0.3.0 |
| 2294 | 2026-01-30T18:15:44.407Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2295 | 2026-01-30T18:15:45.854Z | Compiling petgraph v0.8.2 |
| 2296 | 2026-01-30T18:15:48.004Z | Compiling usdt v0.6.0 |
| 2297 | 2026-01-30T18:15:48.561Z | Compiling similar v2.7.0 |
| 2298 | 2026-01-30T18:15:50.895Z | Compiling env_logger v0.11.8 |
| 2299 | 2026-01-30T18:15:50.928Z | Compiling typify-macro v0.4.3 |
| 2300 | 2026-01-30T18:15:51.458Z | Compiling serde_with v3.16.1 |
| 2301 | 2026-01-30T18:15:51.603Z | Compiling rsa v0.9.8 |
| 2302 | 2026-01-30T18:15:51.754Z | Compiling ecdsa v0.16.9 |
| 2303 | 2026-01-30T18:15:53.692Z | Compiling zip v0.6.6 |
| 2304 | 2026-01-30T18:15:54.711Z | Compiling ed25519-dalek v2.1.1 |
| 2305 | 2026-01-30T18:15:55.444Z | Compiling crossterm v0.28.1 |
| 2306 | 2026-01-30T18:15:56.051Z | Compiling crossbeam-epoch v0.9.18 |
| 2307 | 2026-01-30T18:15:56.734Z | Compiling toml v0.7.8 |
| 2308 | 2026-01-30T18:15:56.771Z | Compiling strum v0.26.3 |
| 2309 | 2026-01-30T18:15:57.149Z | Compiling tokio-stream v0.1.17 |
| 2310 | 2026-01-30T18:15:58.041Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2311 | 2026-01-30T18:15:58.202Z | Compiling x509-cert v0.2.5 |
| 2312 | 2026-01-30T18:15:58.667Z | Compiling sha1 v0.10.6 |
| 2313 | 2026-01-30T18:15:59.216Z | Compiling itertools v0.13.0 |
| 2314 | 2026-01-30T18:16:00.862Z | Compiling winnow v0.6.26 |
| 2315 | 2026-01-30T18:16:02.449Z | Compiling tap v1.0.1 |
| 2316 | 2026-01-30T18:16:02.672Z | Compiling maybe-uninit v2.0.0 |
| 2317 | 2026-01-30T18:16:02.779Z | Compiling peg-runtime v0.8.5 |
| 2318 | 2026-01-30T18:16:03.225Z | Compiling lalrpop-util v0.19.12 |
| 2319 | 2026-01-30T18:16:03.361Z | Compiling wyz v0.5.1 |
| 2320 | 2026-01-30T18:16:04.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2321 | 2026-01-30T18:16:10.343Z | Compiling funty v2.0.0 |
| 2322 | 2026-01-30T18:16:13.612Z | Compiling packed_struct v0.10.1 |
| 2323 | 2026-01-30T18:16:15.715Z | Compiling bitvec v1.0.1 |
| 2324 | 2026-01-30T18:16:20.204Z | Compiling packed_struct_codegen v0.10.1 |
| 2325 | 2026-01-30T18:16:20.226Z | Compiling futures-executor v0.3.31 |
| 2326 | 2026-01-30T18:16:21.358Z | Compiling zerocopy-derive v0.6.6 |
| 2327 | 2026-01-30T18:16:21.588Z | Compiling bitfield-macros v0.19.2 |
| 2328 | 2026-01-30T18:16:22.567Z | Compiling indexmap v1.9.3 |
| 2329 | 2026-01-30T18:16:23.199Z | Compiling typeid v1.0.3 |
| 2330 | 2026-01-30T18:16:23.283Z | Compiling nodrop v0.1.14 |
| 2331 | 2026-01-30T18:16:23.807Z | Compiling crc-catalog v2.4.0 |
| 2332 | 2026-01-30T18:16:24.042Z | Compiling crc v3.2.1 |
| 2333 | 2026-01-30T18:16:25.295Z | Compiling array-init v0.0.4 |
| 2334 | 2026-01-30T18:16:25.390Z | Compiling bitfield v0.19.2 |
| 2335 | 2026-01-30T18:16:26.086Z | Compiling zerocopy v0.6.6 |
| 2336 | 2026-01-30T18:16:28.377Z | Compiling futures v0.3.31 |
| 2337 | 2026-01-30T18:16:29.777Z | Compiling smallvec v0.6.14 |
| 2338 | 2026-01-30T18:16:31.170Z | Compiling typify v0.4.3 |
| 2339 | 2026-01-30T18:16:31.380Z | Compiling derive-ex v0.1.8 |
| 2340 | 2026-01-30T18:16:33.095Z | Compiling rustls v0.22.4 |
| 2341 | 2026-01-30T18:16:33.712Z | Compiling unsafe-libyaml v0.2.11 |
| 2342 | 2026-01-30T18:16:33.821Z | Compiling hashbrown v0.12.3 |
| 2343 | 2026-01-30T18:16:35.404Z | Compiling base64 v0.21.7 |
| 2344 | 2026-01-30T18:16:35.430Z | Compiling test-strategy v0.4.3 |
| 2345 | 2026-01-30T18:16:36.522Z | Compiling ron v0.8.1 |
| 2346 | 2026-01-30T18:16:37.155Z | Compiling serde_yaml v0.9.34+deprecated |
| 2347 | 2026-01-30T18:16:41.166Z | Compiling progenitor-impl v0.11.2 |
| 2348 | 2026-01-30T18:16:41.484Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2349 | 2026-01-30T18:16:42.766Z | Compiling serde-hex v0.1.0 |
| 2350 | 2026-01-30T18:16:46.667Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2351 | 2026-01-30T18:16:47.648Z | Compiling toml v0.8.23 |
| 2352 | 2026-01-30T18:16:48.057Z | Compiling hashbrown v0.13.2 |
| 2353 | 2026-01-30T18:16:52.834Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2354 | 2026-01-30T18:16:53.099Z | Compiling xattr v1.3.1 |
| 2355 | 2026-01-30T18:16:53.432Z | Compiling pin-project-internal v1.1.6 |
| 2356 | 2026-01-30T18:16:53.996Z | Compiling thread_local v1.1.8 |
| 2357 | 2026-01-30T18:16:54.053Z | Compiling filetime v0.2.26 |
| 2358 | 2026-01-30T18:16:54.624Z | Compiling multer v3.1.0 |
| 2359 | 2026-01-30T18:16:54.649Z | Compiling slog-async v2.8.0 |
| 2360 | 2026-01-30T18:16:55.211Z | Compiling crc-any v2.5.0 |
| 2361 | 2026-01-30T18:16:56.248Z | Compiling match_cfg v0.1.0 |
| 2362 | 2026-01-30T18:16:56.362Z | Compiling same-file v1.0.6 |
| 2363 | 2026-01-30T18:16:56.823Z | Compiling rayon-core v1.12.1 |
| 2364 | 2026-01-30T18:17:03.374Z | Compiling walkdir v2.5.0 |
| 2365 | 2026-01-30T18:17:04.817Z | Compiling hostname v0.3.1 |
| 2366 | 2026-01-30T18:17:05.729Z | Compiling pin-project v1.1.6 |
| 2367 | 2026-01-30T18:17:05.773Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2368 | 2026-01-30T18:17:07.648Z | Compiling tar v0.4.44 |
| 2369 | 2026-01-30T18:17:12.165Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2370 | 2026-01-30T18:17:15.158Z | Compiling object v0.30.4 |
| 2371 | 2026-01-30T18:17:15.508Z | Compiling erased-serde v0.4.6 |
| 2372 | 2026-01-30T18:17:15.539Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2373 | 2026-01-30T18:17:15.652Z | Compiling progenitor-macro v0.11.2 |
| 2374 | 2026-01-30T18:17:23.068Z | Compiling progenitor-client v0.11.2 |
| 2375 | 2026-01-30T18:17:24.043Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2376 | 2026-01-30T18:17:25.046Z | Compiling crossbeam-channel v0.5.15 |
| 2377 | 2026-01-30T18:17:26.430Z | Compiling snafu-derive v0.8.5 |
| 2378 | 2026-01-30T18:17:26.505Z | Compiling slog-json v2.6.1 |
| 2379 | 2026-01-30T18:17:27.290Z | Compiling async-stream-impl v0.3.6 |
| 2380 | 2026-01-30T18:17:27.470Z | Compiling ordered-float v2.10.1 |
| 2381 | 2026-01-30T18:17:28.123Z | Compiling serde_spanned v1.0.4 |
| 2382 | 2026-01-30T18:17:28.386Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2383 | 2026-01-30T18:17:28.432Z | Compiling serde_path_to_error v0.1.20 |
| 2384 | 2026-01-30T18:17:29.348Z | Compiling is-terminal v0.4.13 |
| 2385 | 2026-01-30T18:17:29.451Z | Compiling fs-err v2.11.0 |
| 2386 | 2026-01-30T18:17:29.496Z | Compiling dropshot v0.16.7 |
| 2387 | 2026-01-30T18:17:29.523Z | Compiling path-slash v0.1.5 |
| 2388 | 2026-01-30T18:17:29.800Z | Compiling unicode-width v0.1.14 |
| 2389 | 2026-01-30T18:17:29.881Z | Compiling debug-ignore v1.0.5 |
| 2390 | 2026-01-30T18:17:30.088Z | Compiling term v1.1.0 |
| 2391 | 2026-01-30T18:17:30.444Z | Compiling take_mut v0.2.2 |
| 2392 | 2026-01-30T18:17:30.534Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2393 | 2026-01-30T18:17:31.019Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2394 | 2026-01-30T18:17:31.072Z | Compiling slog-term v2.9.2 |
| 2395 | 2026-01-30T18:17:33.029Z | Compiling snafu v0.8.5 |
| 2396 | 2026-01-30T18:17:33.953Z | Compiling tabwriter v1.4.0 |
| 2397 | 2026-01-30T18:17:34.194Z | Compiling async-stream v0.3.6 |
| 2398 | 2026-01-30T18:17:34.221Z | Compiling serde-value v0.7.0 |
| 2399 | 2026-01-30T18:17:34.224Z | Compiling slog-bunyan v2.5.0 |
| 2400 | 2026-01-30T18:17:34.269Z | Compiling progenitor v0.11.2 |
| 2401 | 2026-01-30T18:17:34.528Z | Compiling tokio-rustls v0.25.0 |
| 2402 | 2026-01-30T18:17:34.580Z | Compiling serde-untagged v0.1.7 |
| 2403 | 2026-01-30T18:17:34.706Z | Compiling globset v0.4.15 |
| 2404 | 2026-01-30T18:17:34.987Z | Compiling crossbeam-deque v0.8.5 |
| 2405 | 2026-01-30T18:17:35.363Z | Compiling camino-tempfile v1.4.1 |
| 2406 | 2026-01-30T18:17:35.418Z | Compiling parse-display-derive v0.10.0 |
| 2407 | 2026-01-30T18:17:35.818Z | Compiling olpc-cjson v0.1.4 |
| 2408 | 2026-01-30T18:17:36.187Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2409 | 2026-01-30T18:17:36.217Z | Compiling waitgroup v0.1.2 |
| 2410 | 2026-01-30T18:17:36.498Z | Compiling rustls-pemfile v2.2.0 |
| 2411 | 2026-01-30T18:17:37.019Z | Compiling pem v3.0.5 |
| 2412 | 2026-01-30T18:17:37.188Z | Compiling dropshot_endpoint v0.16.7 |
| 2413 | 2026-01-30T18:17:38.507Z | Compiling newtype-uuid-macros v0.1.0 |
| 2414 | 2026-01-30T18:17:38.753Z | Compiling serde_plain v1.0.2 |
| 2415 | 2026-01-30T18:17:38.786Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2416 | 2026-01-30T18:17:39.327Z | Compiling async-recursion v1.1.1 |
| 2417 | 2026-01-30T18:17:39.565Z | Compiling blake3 v1.5.4 |
| 2418 | 2026-01-30T18:17:40.113Z | Compiling hostname v0.4.2 |
| 2419 | 2026-01-30T18:17:40.233Z | Compiling half v2.4.1 |
| 2420 | 2026-01-30T18:17:40.339Z | Compiling instant v0.1.13 |
| 2421 | 2026-01-30T18:17:40.404Z | Compiling typed-path v0.9.3 |
| 2422 | 2026-01-30T18:17:40.536Z | Compiling ciborium-io v0.2.2 |
| 2423 | 2026-01-30T18:17:40.622Z | Compiling colored v3.0.0 |
| 2424 | 2026-01-30T18:17:40.709Z | Compiling unicode-xid v0.2.6 |
| 2425 | 2026-01-30T18:17:40.772Z | Compiling ciborium-ll v0.2.2 |
| 2426 | 2026-01-30T18:17:40.904Z | Compiling backoff v0.4.0 |
| 2427 | 2026-01-30T18:17:41.002Z | Compiling cargo-util-schemas v0.8.2 |
| 2428 | 2026-01-30T18:17:41.271Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2429 | 2026-01-30T18:17:41.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2430 | 2026-01-30T18:17:41.963Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2431 | 2026-01-30T18:17:42.231Z | Compiling parse-display v0.10.0 |
| 2432 | 2026-01-30T18:17:44.163Z | Compiling tough v0.20.0 |
| 2433 | 2026-01-30T18:17:46.535Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2434 | 2026-01-30T18:17:47.296Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2435 | 2026-01-30T18:17:47.945Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2436 | 2026-01-30T18:17:48.486Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2437 | 2026-01-30T18:17:48.513Z | Compiling itertools v0.14.0 |
| 2438 | 2026-01-30T18:17:49.147Z | Compiling progenitor-client v0.10.0 |
| 2439 | 2026-01-30T18:17:50.123Z | Compiling cargo-platform v0.2.0 |
| 2440 | 2026-01-30T18:17:51.316Z | Compiling macaddr v1.0.1 |
| 2441 | 2026-01-30T18:17:51.907Z | Compiling arrayvec v0.7.6 |
| 2442 | 2026-01-30T18:17:52.069Z | Compiling constant_time_eq v0.3.1 |
| 2443 | 2026-01-30T18:17:52.296Z | Compiling indent_write v2.2.0 |
| 2444 | 2026-01-30T18:17:52.411Z | Compiling arrayref v0.3.9 |
| 2445 | 2026-01-30T18:17:52.548Z | Compiling parse-size v1.1.0 |
| 2446 | 2026-01-30T18:17:52.905Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2447 | 2026-01-30T18:17:53.955Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2448 | 2026-01-30T18:17:54.909Z | Compiling cargo_metadata v0.21.0 |
| 2449 | 2026-01-30T18:17:55.961Z | Compiling ciborium v0.2.2 |
| 2450 | 2026-01-30T18:17:57.982Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2451 | 2026-01-30T18:18:01.889Z | Compiling display-error-chain v0.2.2 |
| 2452 | 2026-01-30T18:18:02.150Z | Compiling topological-sort v0.2.2 |
| 2453 | 2026-01-30T18:18:02.487Z | Compiling omicron-zone-package v0.12.2 |
| 2454 | 2026-01-30T18:18:02.738Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2455 | 2026-01-30T18:18:05.996Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2456 | 2026-01-30T18:18:06.848Z | Compiling shell-words v1.1.0 |
| 2457 | 2026-01-30T18:18:09.778Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2458 | 2026-01-30T18:18:26.295Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2459 | 2026-01-30T18:18:45.522Z | Finished `release` profile [optimized] target(s) in 6m 35s |
| 2460 | 2026-01-30T18:18:45.712Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2461 | 2026-01-30T18:18:45.770Z | Jan 30 18:18:45.128 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2462 | 2026-01-30T18:18:45.901Z | Jan 30 18:18:45.260 DEBG running: git rev-parse HEAD |
| 2463 | 2026-01-30T18:18:45.904Z | Jan 30 18:18:45.263 DEBG process exited with exit status: 0 (3.287634ms) |
| 2464 | 2026-01-30T18:18:45.908Z | Jan 30 18:18:45.263 INFO version: 18.0.0-0.ci+gitaf6659ec15f |
| 2465 | 2026-01-30T18:18:45.944Z | Jan 30 18:18:45.303 INFO cloning helios to /work/oxidecomputer/helios |
| 2466 | 2026-01-30T18:18:45.944Z | Jan 30 18:18:45.303 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2467 | 2026-01-30T18:18:45.950Z | Cloning into '/work/oxidecomputer/helios'... |
| 2468 | 2026-01-30T18:18:46.852Z | Jan 30 18:18:46.211 DEBG process exited with exit status: 0 (907.7737ms) |
| 2469 | 2026-01-30T18:18:46.852Z | Jan 30 18:18:46.211 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2470 | 2026-01-30T18:18:46.857Z | Jan 30 18:18:46.214 DEBG process exited with exit status: 0 (3.36506ms) |
| 2471 | 2026-01-30T18:18:46.857Z | Jan 30 18:18:46.214 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2472 | 2026-01-30T18:18:48.121Z | Jan 30 18:18:47.478 DEBG process exited with exit status: 0 (1.264128134s) |
| 2473 | 2026-01-30T18:18:48.122Z | Jan 30 18:18:47.478 DEBG running: zfs list rpool/images/build/host |
| 2474 | 2026-01-30T18:18:48.127Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2475 | 2026-01-30T18:18:48.127Z | rpool/images/build/host 24K 151G 24K /rpool/images/build/host |
| 2476 | 2026-01-30T18:18:48.130Z | Jan 30 18:18:47.484 DEBG process exited with exit status: 0 (5.382456ms) |
| 2477 | 2026-01-30T18:18:48.130Z | Jan 30 18:18:47.484 DEBG running: zfs list rpool/images/build/recovery |
| 2478 | 2026-01-30T18:18:48.130Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2479 | 2026-01-30T18:18:48.130Z | rpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery |
| 2480 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.488 DEBG process exited with exit status: 0 (4.549193ms) |
| 2481 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.489 INFO [incorp-manifest] running task |
| 2482 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.489 INFO [hubris-production] running task |
| 2483 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.489 INFO [hubris-staging] running task |
| 2484 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.489 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2485 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.491 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2486 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.491 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2487 | 2026-01-30T18:18:48.135Z | Jan 30 18:18:47.491 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2488 | 2026-01-30T18:18:48.224Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2489 | 2026-01-30T18:18:48.516Z | Jan 30 18:18:47.873 INFO [incorp-create] process exited with exit status: 0 (383.343934ms) |
| 2490 | 2026-01-30T18:18:48.520Z | Jan 30 18:18:47.873 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2491 | 2026-01-30T18:18:48.965Z | Jan 30 18:18:48.322 INFO [incorp-publisher] process exited with exit status: 0 (449.116816ms) |
| 2492 | 2026-01-30T18:18:49.127Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2493 | 2026-01-30T18:18:49.246Z | Jan 30 18:18:48.604 INFO [hubris-production] task succeeded (1.114559417s) |
| 2494 | 2026-01-30T18:18:49.677Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2495 | 2026-01-30T18:18:51.058Z | [ omicron-package] Compiling ring v0.17.14 |
| 2496 | 2026-01-30T18:18:51.072Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2497 | 2026-01-30T18:18:51.072Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2498 | 2026-01-30T18:18:51.077Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2499 | 2026-01-30T18:18:51.878Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2500 | 2026-01-30T18:18:51.883Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2501 | 2026-01-30T18:18:51.883Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2502 | 2026-01-30T18:18:52.423Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2503 | 2026-01-30T18:18:52.851Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2504 | 2026-01-30T18:18:52.976Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2505 | 2026-01-30T18:18:53.504Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2506 | 2026-01-30T18:18:54.183Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2507 | 2026-01-30T18:18:54.272Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2508 | 2026-01-30T18:18:54.794Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2509 | 2026-01-30T18:18:55.831Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2510 | 2026-01-30T18:18:56.140Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2511 | 2026-01-30T18:18:56.440Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2512 | 2026-01-30T18:18:57.133Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2513 | 2026-01-30T18:18:57.894Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2514 | 2026-01-30T18:18:58.476Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2515 | 2026-01-30T18:18:58.639Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2516 | 2026-01-30T18:18:58.760Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2517 | 2026-01-30T18:18:58.997Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2518 | 2026-01-30T18:18:59.661Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2519 | 2026-01-30T18:18:59.721Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2520 | 2026-01-30T18:18:59.934Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2521 | 2026-01-30T18:18:59.934Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2522 | 2026-01-30T18:19:00.817Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2523 | 2026-01-30T18:19:01.232Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2524 | 2026-01-30T18:19:01.487Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2525 | 2026-01-30T18:19:01.804Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2526 | 2026-01-30T18:19:02.026Z | [ omicron-package] Compiling colored v2.2.0 |
| 2527 | 2026-01-30T18:19:02.511Z | [ omicron-package] Compiling nix v0.30.1 |
| 2528 | 2026-01-30T18:19:03.418Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2529 | 2026-01-30T18:19:04.544Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2530 | 2026-01-30T18:19:04.919Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2531 | 2026-01-30T18:19:07.493Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2532 | 2026-01-30T18:19:07.652Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2533 | 2026-01-30T18:19:08.315Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2534 | 2026-01-30T18:19:09.402Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2535 | 2026-01-30T18:19:09.580Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2536 | 2026-01-30T18:19:10.134Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2537 | 2026-01-30T18:19:10.389Z | Jan 30 18:19:09.743 INFO [hubris-staging] task succeeded (22.253906653s) |
| 2538 | 2026-01-30T18:19:10.792Z | [ omicron-package] Compiling glob v0.3.2 |
| 2539 | 2026-01-30T18:19:10.962Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2540 | 2026-01-30T18:19:11.977Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2541 | 2026-01-30T18:19:12.096Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2542 | 2026-01-30T18:19:12.644Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2543 | 2026-01-30T18:19:15.711Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2544 | 2026-01-30T18:19:15.861Z | [ omicron-package] Compiling zone v0.3.1 |
| 2545 | 2026-01-30T18:19:15.862Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2546 | 2026-01-30T18:19:15.862Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2547 | 2026-01-30T18:19:15.862Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2548 | 2026-01-30T18:19:16.823Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2549 | 2026-01-30T18:19:17.168Z | [ omicron-package] Compiling smf v0.2.3 |
| 2550 | 2026-01-30T18:19:18.238Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2551 | 2026-01-30T18:19:18.547Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2552 | 2026-01-30T18:19:18.924Z | [ omicron-package] Compiling reqwest v0.12.24 |
| 2553 | 2026-01-30T18:19:19.020Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2554 | 2026-01-30T18:19:20.627Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2555 | 2026-01-30T18:19:23.032Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2556 | 2026-01-30T18:19:23.716Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2557 | 2026-01-30T18:19:24.313Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2558 | 2026-01-30T18:19:24.656Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-01-30T18:19:24.858Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2560 | 2026-01-30T18:19:25.662Z | [ omicron-package] Compiling console v0.16.0 |
| 2561 | 2026-01-30T18:19:25.698Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2562 | 2026-01-30T18:19:25.807Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2563 | 2026-01-30T18:19:26.488Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2564 | 2026-01-30T18:19:26.891Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2565 | 2026-01-30T18:19:27.327Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2566 | 2026-01-30T18:19:27.412Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2567 | 2026-01-30T18:19:27.785Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2568 | 2026-01-30T18:19:27.838Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2569 | 2026-01-30T18:19:28.483Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2570 | 2026-01-30T18:19:28.653Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2571 | 2026-01-30T18:19:29.423Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2572 | 2026-01-30T18:19:31.413Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2573 | 2026-01-30T18:19:31.413Z | [ helios-setup] --> src/main.rs:79:10 |
| 2574 | 2026-01-30T18:19:31.418Z | [ helios-setup] | |
| 2575 | 2026-01-30T18:19:31.418Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2576 | 2026-01-30T18:19:31.418Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2577 | 2026-01-30T18:19:31.418Z | [ helios-setup] | | |
| 2578 | 2026-01-30T18:19:31.418Z | [ helios-setup] | the lifetime is elided here |
| 2579 | 2026-01-30T18:19:31.418Z | [ helios-setup] | |
| 2580 | 2026-01-30T18:19:31.418Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2581 | 2026-01-30T18:19:31.418Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2582 | 2026-01-30T18:19:31.418Z | [ helios-setup] help: use `'_` for type paths |
| 2583 | 2026-01-30T18:19:31.418Z | [ helios-setup] | |
| 2584 | 2026-01-30T18:19:31.418Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2585 | 2026-01-30T18:19:31.418Z | [ helios-setup] | ++++ |
| 2586 | 2026-01-30T18:19:31.418Z | [ helios-setup] |
| 2587 | 2026-01-30T18:19:34.437Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2588 | 2026-01-30T18:19:35.450Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2589 | 2026-01-30T18:19:38.467Z | [ helios-setup] Jan 30 18:19:37.813 INFO helios repository root is: /work/oxidecomputer/helios |
| 2590 | 2026-01-30T18:19:38.471Z | [ helios-setup] Jan 30 18:19:37.816 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 |
| 2591 | 2026-01-30T18:19:38.471Z | [ helios-setup] Jan 30 18:19:37.816 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 |
| 2592 | 2026-01-30T18:19:38.475Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2593 | 2026-01-30T18:19:39.629Z | [ omicron-package] Compiling progenitor-client v0.11.2 |
| 2594 | 2026-01-30T18:19:40.231Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2595 | 2026-01-30T18:19:40.235Z | [ helios-setup] Jan 30 18:19:39.582 INFO clone ok!, project: amd-host-image-builder |
| 2596 | 2026-01-30T18:19:40.235Z | [ helios-setup] Jan 30 18:19:39.583 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 |
| 2597 | 2026-01-30T18:19:40.235Z | [ helios-setup] Jan 30 18:19:39.583 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2598 | 2026-01-30T18:19:40.239Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2599 | 2026-01-30T18:19:40.301Z | [ omicron-package] Compiling progenitor v0.11.2 |
| 2600 | 2026-01-30T18:19:40.612Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2601 | 2026-01-30T18:19:41.015Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2602 | 2026-01-30T18:19:41.250Z | [ helios-setup] Jan 30 18:19:40.596 INFO clone ok!, project: phbl |
| 2603 | 2026-01-30T18:19:41.253Z | [ helios-setup] Jan 30 18:19:40.596 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2604 | 2026-01-30T18:19:41.253Z | [ helios-setup] Jan 30 18:19:40.596 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 |
| 2605 | 2026-01-30T18:19:41.253Z | [ helios-setup] Jan 30 18:19:40.597 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2606 | 2026-01-30T18:19:41.253Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2607 | 2026-01-30T18:19:41.359Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2608 | 2026-01-30T18:19:43.250Z | [ helios-setup] Jan 30 18:19:42.597 INFO clone ok!, project: chelsio-t6-roms |
| 2609 | 2026-01-30T18:19:43.255Z | [ helios-setup] Jan 30 18:19:42.597 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2610 | 2026-01-30T18:19:43.255Z | [ helios-setup] Jan 30 18:19:42.597 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 |
| 2611 | 2026-01-30T18:19:43.255Z | [ helios-setup] Jan 30 18:19:42.597 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2612 | 2026-01-30T18:19:43.258Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2613 | 2026-01-30T18:19:44.675Z | [ helios-setup] Jan 30 18:19:44.021 INFO clone ok!, project: dmar-report |
| 2614 | 2026-01-30T18:19:44.679Z | [ helios-setup] Jan 30 18:19:44.021 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 |
| 2615 | 2026-01-30T18:19:44.679Z | [ helios-setup] Jan 30 18:19:44.021 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2616 | 2026-01-30T18:19:44.679Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2617 | 2026-01-30T18:19:50.169Z | Jan 30 18:19:49.515 DEBG process exited with exit status: 0 (62.023702406s) |
| 2618 | 2026-01-30T18:19:50.172Z | Jan 30 18:19:49.517 INFO [incorp-manifest] task succeeded (62.027594265s) |
| 2619 | 2026-01-30T18:19:50.172Z | Jan 30 18:19:49.517 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2620 | 2026-01-30T18:19:50.633Z | Jan 30 18:19:49.979 INFO [incorp-fmt] process exited with exit status: 0 (462.446969ms) |
| 2621 | 2026-01-30T18:19:50.636Z | Jan 30 18:19:49.979 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2622 | 2026-01-30T18:19:51.312Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260130T181950Z |
| 2623 | 2026-01-30T18:19:51.313Z | [ incorp-pkgsend] PUBLISHED |
| 2624 | 2026-01-30T18:19:51.393Z | Jan 30 18:19:50.736 INFO [incorp-pkgsend] process exited with exit status: 0 (756.755848ms) |
| 2625 | 2026-01-30T18:19:51.398Z | Jan 30 18:19:50.736 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2626 | 2026-01-30T18:19:51.819Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2627 | 2026-01-30T18:19:51.829Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2628 | 2026-01-30T18:19:51.891Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2629 | 2026-01-30T18:19:51.891Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2630 | 2026-01-30T18:19:51.894Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2631 | 2026-01-30T18:19:51.899Z | [ helios-incorp] |
| 2632 | 2026-01-30T18:19:51.899Z | [ helios-incorp] Archiving packages ... |
| 2633 | 2026-01-30T18:19:51.902Z | [ helios-incorp] Packages to add: 1 |
| 2634 | 2026-01-30T18:19:51.902Z | [ helios-incorp] Files to retrieve: 0 |
| 2635 | 2026-01-30T18:19:51.902Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2636 | 2026-01-30T18:19:51.902Z | [ helios-incorp] |
| 2637 | 2026-01-30T18:19:51.902Z | [ helios-incorp] Packages to archive: |
| 2638 | 2026-01-30T18:19:51.902Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260130T181950Z |
| 2639 | 2026-01-30T18:19:51.903Z | [ helios-incorp] |
| 2640 | 2026-01-30T18:19:51.903Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2641 | 2026-01-30T18:19:51.903Z | [ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds |
| 2642 | 2026-01-30T18:19:51.975Z | Jan 30 18:19:51.320 INFO [helios-incorp] process exited with exit status: 0 (583.911631ms) |
| 2643 | 2026-01-30T18:19:53.889Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2644 | 2026-01-30T18:20:11.502Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2645 | 2026-01-30T18:20:13.028Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2646 | 2026-01-30T18:20:15.294Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2647 | 2026-01-30T18:20:21.897Z | [ helios-setup] Jan 30 18:20:21.237 INFO clone ok!, project: amd-firmware |
| 2648 | 2026-01-30T18:20:21.897Z | [ helios-setup] Jan 30 18:20:21.237 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 |
| 2649 | 2026-01-30T18:20:21.900Z | [ helios-setup] Jan 30 18:20:21.237 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2650 | 2026-01-30T18:20:21.901Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2651 | 2026-01-30T18:20:22.568Z | [ helios-setup] Jan 30 18:20:21.908 INFO clone ok!, project: image-builder |
| 2652 | 2026-01-30T18:20:22.571Z | [ helios-setup] Jan 30 18:20:21.908 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 |
| 2653 | 2026-01-30T18:20:22.571Z | [ helios-setup] Jan 30 18:20:21.908 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2654 | 2026-01-30T18:20:22.571Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2655 | 2026-01-30T18:20:23.151Z | [ helios-setup] Jan 30 18:20:22.491 INFO clone ok!, project: pinprick |
| 2656 | 2026-01-30T18:20:23.154Z | [ helios-setup] Jan 30 18:20:22.491 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 |
| 2657 | 2026-01-30T18:20:23.154Z | [ helios-setup] Jan 30 18:20:22.491 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2658 | 2026-01-30T18:20:23.157Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2659 | 2026-01-30T18:20:24.011Z | [ helios-setup] Jan 30 18:20:23.351 INFO clone ok!, project: bootserver |
| 2660 | 2026-01-30T18:20:24.014Z | [ helios-setup] Jan 30 18:20:23.351 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 |
| 2661 | 2026-01-30T18:20:24.014Z | [ helios-setup] Jan 30 18:20:23.351 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2662 | 2026-01-30T18:20:24.019Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2663 | 2026-01-30T18:20:25.888Z | [ helios-setup] Jan 30 18:20:25.227 INFO clone ok!, project: pilot |
| 2664 | 2026-01-30T18:20:25.893Z | [ helios-setup] Jan 30 18:20:25.227 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2665 | 2026-01-30T18:20:25.893Z | [ helios-setup] Jan 30 18:20:25.227 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2666 | 2026-01-30T18:20:26.357Z | [ helios-setup] Jan 30 18:20:25.696 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2667 | 2026-01-30T18:20:26.923Z | [ helios-setup] Jan 30 18:20:26.262 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2668 | 2026-01-30T18:20:26.926Z | [ helios-setup] Jan 30 18:20:26.262 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2669 | 2026-01-30T18:20:27.514Z | [ helios-setup] Jan 30 18:20:26.852 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2670 | 2026-01-30T18:20:28.061Z | [ helios-setup] Jan 30 18:20:27.399 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2671 | 2026-01-30T18:20:28.061Z | [ helios-setup] Jan 30 18:20:27.399 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2672 | 2026-01-30T18:20:28.604Z | [ helios-setup] Jan 30 18:20:27.941 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2673 | 2026-01-30T18:20:29.107Z | [ helios-setup] Jan 30 18:20:28.446 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2674 | 2026-01-30T18:20:29.107Z | [ helios-setup] Jan 30 18:20:28.446 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2675 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2676 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO ok! |
| 2677 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2678 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2679 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO ok! |
| 2680 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2681 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2682 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO ok! |
| 2683 | 2026-01-30T18:20:29.111Z | [ helios-setup] Jan 30 18:20:28.446 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2684 | 2026-01-30T18:20:29.217Z | [ helios-setup] Jan 30 18:20:28.555 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2685 | 2026-01-30T18:20:29.217Z | [ helios-setup] Jan 30 18:20:28.555 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2686 | 2026-01-30T18:20:29.221Z | [ helios-setup] Jan 30 18:20:28.555 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2687 | 2026-01-30T18:20:29.461Z | [ helios-setup] Jan 30 18:20:28.800 INFO E| Updating crates.io index |
| 2688 | 2026-01-30T18:20:29.507Z | [ helios-setup] Jan 30 18:20:28.845 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2689 | 2026-01-30T18:20:30.370Z | [ helios-setup] Jan 30 18:20:29.708 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2690 | 2026-01-30T18:20:30.370Z | [ helios-setup] Jan 30 18:20:29.709 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2691 | 2026-01-30T18:20:30.386Z | [ helios-setup] Jan 30 18:20:29.725 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2692 | 2026-01-30T18:20:31.167Z | [ helios-setup] Jan 30 18:20:30.506 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2693 | 2026-01-30T18:20:31.168Z | [ helios-setup] Jan 30 18:20:30.506 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2694 | 2026-01-30T18:20:31.201Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 43s |
| 2695 | 2026-01-30T18:20:31.423Z | [ helios-setup] Jan 30 18:20:30.761 INFO E| Downloading crates ... |
| 2696 | 2026-01-30T18:20:31.463Z | [ omicron-package] |
| 2697 | 2026-01-30T18:20:31.463Z | [ omicron-package] real 1:43.259544034 |
| 2698 | 2026-01-30T18:20:31.463Z | [ omicron-package] user 8:29.950651721 |
| 2699 | 2026-01-30T18:20:31.463Z | [ omicron-package] sys 33.620996569 |
| 2700 | 2026-01-30T18:20:31.466Z | [ omicron-package] trap 0.875392102 |
| 2701 | 2026-01-30T18:20:31.466Z | [ omicron-package] tflt 0.764310891 |
| 2702 | 2026-01-30T18:20:31.466Z | [ omicron-package] dflt 1.055676288 |
| 2703 | 2026-01-30T18:20:31.466Z | [ omicron-package] kflt 0.000175978 |
| 2704 | 2026-01-30T18:20:31.466Z | [ omicron-package] lock 24:50.488597543 |
| 2705 | 2026-01-30T18:20:31.466Z | [ omicron-package] slp 29:16.062712901 |
| 2706 | 2026-01-30T18:20:31.466Z | [ omicron-package] lat 3:05.790095609 |
| 2707 | 2026-01-30T18:20:31.466Z | [ omicron-package] stop 1:28.722549011 |
| 2708 | 2026-01-30T18:20:31.466Z | Jan 30 18:20:30.801 INFO [omicron-package] process exited with exit status: 0 (103.311154588s) |
| 2709 | 2026-01-30T18:20:31.466Z | Jan 30 18:20:30.801 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2710 | 2026-01-30T18:20:31.466Z | Jan 30 18:20:30.801 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2711 | 2026-01-30T18:20:31.477Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2712 | 2026-01-30T18:20:31.477Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2713 | 2026-01-30T18:20:31.480Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2714 | 2026-01-30T18:20:31.480Z | [ host-target] Created new build target 'host' and set it as active |
| 2715 | 2026-01-30T18:20:31.483Z | Jan 30 18:20:30.818 INFO [recovery-target] process exited with exit status: 0 (17.240419ms) |
| 2716 | 2026-01-30T18:20:31.483Z | Jan 30 18:20:30.818 INFO [host-target] process exited with exit status: 0 (17.616933ms) |
| 2717 | 2026-01-30T18:20:31.483Z | Jan 30 18:20:30.819 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2718 | 2026-01-30T18:20:31.483Z | [ helios-setup] Jan 30 18:20:30.821 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2719 | 2026-01-30T18:20:31.486Z | [ helios-setup] Jan 30 18:20:30.824 INFO E| Downloaded bytesize v2.0.1 |
| 2720 | 2026-01-30T18:20:31.489Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2721 | 2026-01-30T18:20:31.492Z | [ helios-setup] Jan 30 18:20:30.829 INFO E| Downloaded ansi_term v0.12.1 |
| 2722 | 2026-01-30T18:20:31.494Z | [ helios-setup] Jan 30 18:20:30.832 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2723 | 2026-01-30T18:20:31.501Z | [ helios-setup] Jan 30 18:20:30.840 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2724 | 2026-01-30T18:20:31.504Z | [ helios-setup] Jan 30 18:20:30.841 INFO E| Downloaded parse_int v0.9.0 |
| 2725 | 2026-01-30T18:20:31.504Z | [ helios-setup] Jan 30 18:20:30.842 INFO E| Downloaded unic-char-property v0.9.0 |
| 2726 | 2026-01-30T18:20:31.507Z | [ helios-setup] Jan 30 18:20:30.843 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2727 | 2026-01-30T18:20:31.507Z | [ helios-setup] Jan 30 18:20:30.845 INFO E| Downloaded itoa v1.0.15 |
| 2728 | 2026-01-30T18:20:31.510Z | [ helios-setup] Jan 30 18:20:30.846 INFO E| Downloaded four-cc v0.4.0 |
| 2729 | 2026-01-30T18:20:31.510Z | [ helios-setup] Jan 30 18:20:30.847 INFO E| Downloaded vec_map v0.8.2 |
| 2730 | 2026-01-30T18:20:31.510Z | [ helios-setup] Jan 30 18:20:30.848 INFO E| Downloaded log v0.4.27 |
| 2731 | 2026-01-30T18:20:31.513Z | [ helios-setup] Jan 30 18:20:30.850 INFO E| Downloaded unic-common v0.9.0 |
| 2732 | 2026-01-30T18:20:31.513Z | [ helios-setup] Jan 30 18:20:30.851 INFO E| Downloaded unic-char-range v0.9.0 |
| 2733 | 2026-01-30T18:20:31.516Z | [ helios-setup] Jan 30 18:20:30.852 INFO E| Downloaded cpufeatures v0.2.17 |
| 2734 | 2026-01-30T18:20:31.516Z | [ helios-setup] Jan 30 18:20:30.853 INFO E| Downloaded scroll_derive v0.12.1 |
| 2735 | 2026-01-30T18:20:31.516Z | [ helios-setup] Jan 30 18:20:30.854 INFO E| Downloaded fletcher v1.0.0 |
| 2736 | 2026-01-30T18:20:31.520Z | [ helios-setup] Jan 30 18:20:30.859 INFO E| Downloaded strsim v0.8.0 |
| 2737 | 2026-01-30T18:20:31.528Z | [ helios-setup] Jan 30 18:20:30.867 INFO E| Downloaded strum v0.27.1 |
| 2738 | 2026-01-30T18:20:31.532Z | [ helios-setup] Jan 30 18:20:30.867 INFO E| Downloaded dyn-clone v1.0.19 |
| 2739 | 2026-01-30T18:20:31.536Z | [ helios-setup] Jan 30 18:20:30.875 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2740 | 2026-01-30T18:20:31.540Z | [ helios-setup] Jan 30 18:20:30.878 INFO E| Downloaded textwrap v0.11.0 |
| 2741 | 2026-01-30T18:20:31.543Z | [ helios-setup] Jan 30 18:20:30.881 INFO E| Downloaded thiserror v2.0.12 |
| 2742 | 2026-01-30T18:20:31.548Z | [ helios-setup] Jan 30 18:20:30.886 INFO E| Downloaded strum_macros v0.27.1 |
| 2743 | 2026-01-30T18:20:31.551Z | [ helios-setup] Jan 30 18:20:30.888 INFO E| Downloaded rustversion v1.0.20 |
| 2744 | 2026-01-30T18:20:31.554Z | [ helios-setup] Jan 30 18:20:30.891 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2745 | 2026-01-30T18:20:31.556Z | [ helios-setup] Jan 30 18:20:30.894 INFO E| Downloaded structopt-derive v0.4.18 |
| 2746 | 2026-01-30T18:20:31.559Z | [ helios-setup] Jan 30 18:20:30.896 INFO E| Downloaded pest_generator v2.8.0 |
| 2747 | 2026-01-30T18:20:31.565Z | [ helios-setup] Jan 30 18:20:30.904 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2748 | 2026-01-30T18:20:31.574Z | [ helios-setup] Jan 30 18:20:30.912 INFO E| Downloaded unicode-ident v1.0.18 |
| 2749 | 2026-01-30T18:20:31.577Z | [ helios-setup] Jan 30 18:20:30.915 INFO E| Downloaded ryu v1.0.20 |
| 2750 | 2026-01-30T18:20:31.579Z | [ helios-setup] Jan 30 18:20:30.917 INFO E| Downloaded pest_meta v2.8.0 |
| 2751 | 2026-01-30T18:20:31.582Z | [ helios-setup] Jan 30 18:20:30.919 INFO E| Downloaded pest_derive v2.8.0 |
| 2752 | 2026-01-30T18:20:31.585Z | [ helios-setup] Jan 30 18:20:30.923 INFO E| Downloaded serde_derive v1.0.219 |
| 2753 | 2026-01-30T18:20:31.594Z | [ helios-setup] Jan 30 18:20:30.932 INFO E| Downloaded structopt v0.3.26 |
| 2754 | 2026-01-30T18:20:31.600Z | [ helios-setup] Jan 30 18:20:30.938 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2755 | 2026-01-30T18:20:31.604Z | [ helios-setup] Jan 30 18:20:30.942 INFO E| Downloaded typenum v1.18.0 |
| 2756 | 2026-01-30T18:20:31.607Z | [ helios-setup] Jan 30 18:20:30.945 INFO E| Downloaded serde v1.0.219 |
| 2757 | 2026-01-30T18:20:31.614Z | [ helios-setup] Jan 30 18:20:30.951 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2758 | 2026-01-30T18:20:31.634Z | [ helios-setup] Jan 30 18:20:30.972 INFO E| Downloaded pest v2.8.0 |
| 2759 | 2026-01-30T18:20:31.652Z | [ helios-setup] Jan 30 18:20:30.985 INFO E| Downloaded serde_json v1.0.140 |
| 2760 | 2026-01-30T18:20:31.658Z | [ helios-setup] Jan 30 18:20:30.996 INFO E| Downloaded goblin v0.9.3 |
| 2761 | 2026-01-30T18:20:31.664Z | [ helios-setup] Jan 30 18:20:31.002 INFO E| Downloaded clap v2.34.0 |
| 2762 | 2026-01-30T18:20:31.674Z | [ helios-setup] Jan 30 18:20:31.012 INFO E| Downloaded zerocopy v0.8.25 |
| 2763 | 2026-01-30T18:20:31.703Z | [ helios-setup] Jan 30 18:20:31.042 INFO E| Downloaded syn v2.0.101 |
| 2764 | 2026-01-30T18:20:31.740Z | [ helios-setup] Jan 30 18:20:31.078 INFO E| Downloaded libc v0.2.172 |
| 2765 | 2026-01-30T18:20:31.810Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling proc-macro2 v1.0.95 |
| 2766 | 2026-01-30T18:20:31.810Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling unicode-ident v1.0.18 |
| 2767 | 2026-01-30T18:20:31.813Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling memchr v2.7.4 |
| 2768 | 2026-01-30T18:20:31.813Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling autocfg v1.4.0 |
| 2769 | 2026-01-30T18:20:31.813Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling thiserror v2.0.12 |
| 2770 | 2026-01-30T18:20:31.813Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling serde v1.0.219 |
| 2771 | 2026-01-30T18:20:31.813Z | [ helios-setup] Jan 30 18:20:31.148 INFO E| Compiling syn v1.0.109 |
| 2772 | 2026-01-30T18:20:31.836Z | [ helios-setup] Jan 30 18:20:31.174 INFO E| Compiling version_check v0.9.5 |
| 2773 | 2026-01-30T18:20:32.059Z | [ helios-setup] Jan 30 18:20:31.397 INFO E| Compiling serde_json v1.0.140 |
| 2774 | 2026-01-30T18:20:32.433Z | [ helios-setup] Jan 30 18:20:31.766 INFO E| Compiling ryu v1.0.20 |
| 2775 | 2026-01-30T18:20:32.503Z | [ helios-setup] Jan 30 18:20:31.841 INFO E| Compiling schemars v0.8.22 |
| 2776 | 2026-01-30T18:20:32.556Z | [ helios-setup] Jan 30 18:20:31.893 INFO E| Compiling itoa v1.0.15 |
| 2777 | 2026-01-30T18:20:32.591Z | [ helios-setup] Jan 30 18:20:31.929 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2778 | 2026-01-30T18:20:32.635Z | [ helios-setup] Jan 30 18:20:31.972 INFO E| Compiling num-traits v0.2.19 |
| 2779 | 2026-01-30T18:20:32.805Z | [ helios-setup] Jan 30 18:20:32.142 INFO E| Compiling memoffset v0.9.1 |
| 2780 | 2026-01-30T18:20:32.838Z | [ helios-setup] Jan 30 18:20:32.176 INFO E| Compiling libc v0.2.172 |
| 2781 | 2026-01-30T18:20:32.887Z | [ helios-setup] Jan 30 18:20:32.225 INFO E| Compiling zerocopy v0.8.25 |
| 2782 | 2026-01-30T18:20:33.008Z | [ helios-setup] Jan 30 18:20:32.344 INFO E| Compiling dyn-clone v1.0.19 |
| 2783 | 2026-01-30T18:20:33.030Z | [ helios-setup] Jan 30 18:20:32.368 INFO E| Compiling rustversion v1.0.20 |
| 2784 | 2026-01-30T18:20:33.244Z | [ helios-setup] Jan 30 18:20:32.581 INFO E| Compiling ucd-trie v0.1.7 |
| 2785 | 2026-01-30T18:20:33.397Z | [ helios-setup] Jan 30 18:20:32.734 INFO E| Compiling paste v1.0.15 |
| 2786 | 2026-01-30T18:20:33.457Z | [ helios-setup] Jan 30 18:20:32.794 INFO E| Compiling static_assertions v1.1.0 |
| 2787 | 2026-01-30T18:20:33.671Z | [ helios-setup] Jan 30 18:20:33.008 INFO E| Compiling quote v1.0.40 |
| 2788 | 2026-01-30T18:20:33.741Z | [ helios-setup] Jan 30 18:20:33.024 INFO E| Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-01-30T18:20:33.760Z | [ helios-setup] Jan 30 18:20:33.097 INFO E| Compiling once_cell v1.21.3 |
| 2790 | 2026-01-30T18:20:34.201Z | [ helios-setup] Jan 30 18:20:33.538 INFO E| Compiling syn v2.0.101 |
| 2791 | 2026-01-30T18:20:34.389Z | [ helios-setup] Jan 30 18:20:33.727 INFO E| Compiling heck v0.5.0 |
| 2792 | 2026-01-30T18:20:34.788Z | [ helios-setup] Jan 30 18:20:34.126 INFO E| Compiling unicode-width v0.1.14 |
| 2793 | 2026-01-30T18:20:34.863Z | [ helios-setup] Jan 30 18:20:34.198 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2794 | 2026-01-30T18:20:35.076Z | [ host-package] Compiling ring v0.17.14 |
| 2795 | 2026-01-30T18:20:35.297Z | [ helios-setup] Jan 30 18:20:34.624 INFO E| Compiling textwrap v0.11.0 |
| 2796 | 2026-01-30T18:20:35.300Z | [ helios-setup] Jan 30 18:20:34.637 INFO E| Compiling atty v0.2.14 |
| 2797 | 2026-01-30T18:20:35.313Z | [ helios-setup] Jan 30 18:20:34.650 INFO E| Compiling bitflags v1.3.2 |
| 2798 | 2026-01-30T18:20:35.371Z | [ helios-setup] Jan 30 18:20:34.694 INFO E| Compiling parse_int v0.9.0 |
| 2799 | 2026-01-30T18:20:35.446Z | [ helios-setup] Jan 30 18:20:34.783 INFO E| Compiling unic-common v0.9.0 |
| 2800 | 2026-01-30T18:20:35.449Z | [ helios-setup] Jan 30 18:20:34.784 INFO E| Compiling strum v0.27.1 |
| 2801 | 2026-01-30T18:20:35.468Z | [ host-package] Compiling convert_case v0.4.0 |
| 2802 | 2026-01-30T18:20:35.471Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2803 | 2026-01-30T18:20:35.471Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2804 | 2026-01-30T18:20:35.471Z | [ host-package] Compiling thread_local v1.1.8 |
| 2805 | 2026-01-30T18:20:35.471Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2806 | 2026-01-30T18:20:35.566Z | [ helios-setup] Jan 30 18:20:34.904 INFO E| Compiling fletcher v1.0.0 |
| 2807 | 2026-01-30T18:20:35.569Z | [ helios-setup] Jan 30 18:20:34.904 INFO E| Compiling unic-char-range v0.9.0 |
| 2808 | 2026-01-30T18:20:35.601Z | [ helios-setup] Jan 30 18:20:34.938 INFO E| Compiling vec_map v0.8.2 |
| 2809 | 2026-01-30T18:20:35.618Z | [ helios-setup] Jan 30 18:20:34.955 INFO E| Compiling strsim v0.8.0 |
| 2810 | 2026-01-30T18:20:35.796Z | [ helios-setup] Jan 30 18:20:35.133 INFO E| Compiling heck v0.3.3 |
| 2811 | 2026-01-30T18:20:35.796Z | [ helios-setup] Jan 30 18:20:35.133 INFO E| Compiling ansi_term v0.12.1 |
| 2812 | 2026-01-30T18:20:35.847Z | [ helios-setup] Jan 30 18:20:35.184 INFO E| Compiling byteorder v1.5.0 |
| 2813 | 2026-01-30T18:20:35.944Z | [ helios-setup] Jan 30 18:20:35.266 INFO E| Compiling unic-char-property v0.9.0 |
| 2814 | 2026-01-30T18:20:35.952Z | [ helios-setup] Jan 30 18:20:35.289 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2815 | 2026-01-30T18:20:36.062Z | [ helios-setup] Jan 30 18:20:35.398 INFO E| Compiling plain v0.2.3 |
| 2816 | 2026-01-30T18:20:36.159Z | [ helios-setup] Jan 30 18:20:35.496 INFO E| Compiling log v0.4.27 |
| 2817 | 2026-01-30T18:20:36.203Z | [ helios-setup] Jan 30 18:20:35.540 INFO E| Compiling lazy_static v1.5.0 |
| 2818 | 2026-01-30T18:20:36.207Z | [ host-package] Compiling hostname v0.3.1 |
| 2819 | 2026-01-30T18:20:36.360Z | [ helios-setup] Jan 30 18:20:35.697 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2820 | 2026-01-30T18:20:36.388Z | [ helios-setup] Jan 30 18:20:35.724 INFO E| Compiling clap v2.34.0 |
| 2821 | 2026-01-30T18:20:36.560Z | [ helios-setup] Jan 30 18:20:35.897 INFO E| Compiling bytesize v2.0.1 |
| 2822 | 2026-01-30T18:20:36.625Z | [ host-package] Compiling multer v3.1.0 |
| 2823 | 2026-01-30T18:20:36.738Z | [ host-package] Compiling slog-async v2.8.0 |
| 2824 | 2026-01-30T18:20:36.814Z | [ host-package] Compiling derive_more v0.99.20 |
| 2825 | 2026-01-30T18:20:36.817Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2826 | 2026-01-30T18:20:36.954Z | [ host-package] Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2827 | 2026-01-30T18:20:37.057Z | [ host-package] Compiling slog-json v2.6.1 |
| 2828 | 2026-01-30T18:20:37.755Z | [ host-package] Compiling futures-executor v0.3.31 |
| 2829 | 2026-01-30T18:20:38.047Z | [ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2830 | 2026-01-30T18:20:38.389Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2831 | 2026-01-30T18:20:38.829Z | [ host-package] Compiling take_mut v0.2.2 |
| 2832 | 2026-01-30T18:20:38.916Z | [ host-package] Compiling term v1.1.0 |
| 2833 | 2026-01-30T18:20:38.997Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2834 | 2026-01-30T18:20:39.243Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2835 | 2026-01-30T18:20:39.889Z | [ host-package] Compiling slog-term v2.9.2 |
| 2836 | 2026-01-30T18:20:39.943Z | [ host-package] Compiling toml v0.9.11+spec-1.1.0 |
| 2837 | 2026-01-30T18:20:40.545Z | [ host-package] Compiling tabwriter v1.4.0 |
| 2838 | 2026-01-30T18:20:41.233Z | [ host-package] Compiling rustls v0.23.19 |
| 2839 | 2026-01-30T18:20:41.330Z | [ host-package] Compiling rustls v0.22.4 |
| 2840 | 2026-01-30T18:20:41.596Z | [ host-package] Compiling futures v0.3.31 |
| 2841 | 2026-01-30T18:20:41.963Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2842 | 2026-01-30T18:20:42.019Z | [ helios-setup] Jan 30 18:20:41.352 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2843 | 2026-01-30T18:20:42.188Z | [ helios-setup] Jan 30 18:20:41.524 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2844 | 2026-01-30T18:20:42.188Z | [ helios-setup] Jan 30 18:20:41.524 INFO E| Compiling structopt-derive v0.4.18 |
| 2845 | 2026-01-30T18:20:43.131Z | [ host-package] Compiling async-stream v0.3.6 |
| 2846 | 2026-01-30T18:20:43.763Z | [ host-package] Compiling dropshot v0.16.7 |
| 2847 | 2026-01-30T18:20:43.941Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 2848 | 2026-01-30T18:20:44.092Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2849 | 2026-01-30T18:20:44.293Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2850 | 2026-01-30T18:20:44.654Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2851 | 2026-01-30T18:20:44.756Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2852 | 2026-01-30T18:20:44.889Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2853 | 2026-01-30T18:20:45.056Z | [ host-package] Compiling instant v0.1.13 |
| 2854 | 2026-01-30T18:20:45.654Z | [ host-package] Compiling hostname v0.4.2 |
| 2855 | 2026-01-30T18:20:45.736Z | [ host-package] Compiling colored v3.0.0 |
| 2856 | 2026-01-30T18:20:45.752Z | [ helios-setup] Jan 30 18:20:45.087 INFO E| Compiling thiserror-impl v2.0.12 |
| 2857 | 2026-01-30T18:20:45.752Z | [ helios-setup] Jan 30 18:20:45.087 INFO E| Compiling serde_derive v1.0.219 |
| 2858 | 2026-01-30T18:20:45.890Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2859 | 2026-01-30T18:20:45.970Z | [ helios-setup] Jan 30 18:20:45.305 INFO E| Compiling schemars_derive v0.8.22 |
| 2860 | 2026-01-30T18:20:46.023Z | [ helios-setup] Jan 30 18:20:45.358 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2861 | 2026-01-30T18:20:46.104Z | [ helios-setup] Jan 30 18:20:45.427 INFO E| Compiling num-derive v0.4.2 |
| 2862 | 2026-01-30T18:20:46.257Z | [ helios-setup] Jan 30 18:20:45.592 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2863 | 2026-01-30T18:20:46.274Z | [ host-package] Compiling backoff v0.4.0 |
| 2864 | 2026-01-30T18:20:46.378Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2865 | 2026-01-30T18:20:46.540Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2866 | 2026-01-30T18:20:46.564Z | [ helios-setup] Jan 30 18:20:45.899 INFO E| Compiling modular-bitfield v0.11.2 |
| 2867 | 2026-01-30T18:20:47.087Z | [ helios-setup] Jan 30 18:20:46.422 INFO E| Compiling strum_macros v0.27.1 |
| 2868 | 2026-01-30T18:20:47.349Z | [ host-package] Compiling parse-display v0.10.0 |
| 2869 | 2026-01-30T18:20:47.412Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2870 | 2026-01-30T18:20:47.896Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2871 | 2026-01-30T18:20:48.386Z | [ helios-setup] Jan 30 18:20:47.721 INFO E| Compiling scroll_derive v0.12.1 |
| 2872 | 2026-01-30T18:20:49.088Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2873 | 2026-01-30T18:20:49.260Z | [ host-package] Compiling macaddr v1.0.1 |
| 2874 | 2026-01-30T18:20:50.279Z | [ helios-setup] Jan 30 18:20:49.614 INFO E| Compiling structopt v0.3.26 |
| 2875 | 2026-01-30T18:20:50.439Z | [ host-package] Compiling num-rational v0.4.2 |
| 2876 | 2026-01-30T18:20:51.069Z | [ helios-setup] Jan 30 18:20:50.402 INFO E| Compiling pest v2.8.0 |
| 2877 | 2026-01-30T18:20:51.116Z | [ helios-setup] Jan 30 18:20:50.450 INFO E| Compiling modular-bitfield v0.13.1 |
| 2878 | 2026-01-30T18:20:51.200Z | [ host-package] Compiling num-complex v0.4.6 |
| 2879 | 2026-01-30T18:20:51.345Z | [ helios-setup] Jan 30 18:20:50.680 INFO E| Compiling scroll v0.12.0 |
| 2880 | 2026-01-30T18:20:52.163Z | [ helios-setup] Jan 30 18:20:51.497 INFO E| Compiling goblin v0.9.3 |
| 2881 | 2026-01-30T18:20:52.955Z | [ host-package] Compiling num v0.4.3 |
| 2882 | 2026-01-30T18:20:53.465Z | [ host-package] Compiling secrecy v0.10.3 |
| 2883 | 2026-01-30T18:20:54.228Z | [ host-package] Compiling float-ord v0.3.2 |
| 2884 | 2026-01-30T18:20:55.611Z | [ helios-setup] Jan 30 18:20:54.944 INFO E| Compiling pest_meta v2.8.0 |
| 2885 | 2026-01-30T18:20:55.896Z | [ host-package] Compiling toml v0.8.23 |
| 2886 | 2026-01-30T18:20:56.000Z | [ host-package] Compiling prettyplease v0.2.36 |
| 2887 | 2026-01-30T18:20:56.555Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2888 | 2026-01-30T18:20:57.457Z | [ helios-setup] Jan 30 18:20:56.790 INFO E| Compiling pest_generator v2.8.0 |
| 2889 | 2026-01-30T18:20:58.128Z | [ host-package] Compiling bytecount v0.6.8 |
| 2890 | 2026-01-30T18:20:58.879Z | [ host-package] Compiling swrite v0.1.0 |
| 2891 | 2026-01-30T18:20:59.238Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2892 | 2026-01-30T18:20:59.960Z | [ helios-setup] Jan 30 18:20:59.292 INFO E| Compiling pest_derive v2.8.0 |
| 2893 | 2026-01-30T18:21:00.269Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2894 | 2026-01-30T18:21:01.011Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2895 | 2026-01-30T18:21:01.885Z | [ host-package] Compiling reqwest v0.12.24 |
| 2896 | 2026-01-30T18:21:03.616Z | [ helios-setup] Jan 30 18:21:02.948 INFO E| Compiling json5 v0.4.1 |
| 2897 | 2026-01-30T18:21:06.802Z | [ host-package] Compiling password-hash v0.5.0 |
| 2898 | 2026-01-30T18:21:09.022Z | [ helios-setup] Jan 30 18:21:08.353 INFO E| Compiling four-cc v0.4.0 |
| 2899 | 2026-01-30T18:21:09.022Z | [ helios-setup] Jan 30 18:21:08.353 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2900 | 2026-01-30T18:21:09.285Z | [ helios-setup] Jan 30 18:21:08.616 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2901 | 2026-01-30T18:21:09.384Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 2902 | 2026-01-30T18:21:09.547Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 2903 | 2026-01-30T18:21:10.157Z | [ host-package] Compiling progenitor v0.11.2 |
| 2904 | 2026-01-30T18:21:10.439Z | [ host-package] Compiling blake2 v0.10.6 |
| 2905 | 2026-01-30T18:21:10.581Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2906 | 2026-01-30T18:21:12.127Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2907 | 2026-01-30T18:21:12.519Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2908 | 2026-01-30T18:21:14.707Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2909 | 2026-01-30T18:21:15.913Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2910 | 2026-01-30T18:21:17.979Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2911 | 2026-01-30T18:21:20.596Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2912 | 2026-01-30T18:21:23.316Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2913 | 2026-01-30T18:21:27.335Z | [ host-package] Compiling progenitor v0.10.0 |
| 2914 | 2026-01-30T18:21:27.634Z | [ host-package] Compiling derive-where v1.5.0 |
| 2915 | 2026-01-30T18:21:28.864Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2916 | 2026-01-30T18:21:29.062Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2917 | 2026-01-30T18:21:30.678Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2918 | 2026-01-30T18:21:30.831Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2919 | 2026-01-30T18:21:31.066Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2920 | 2026-01-30T18:21:39.291Z | [ host-package] Compiling argon2 v0.5.3 |
| 2921 | 2026-01-30T18:21:42.003Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2922 | 2026-01-30T18:21:42.054Z | [ host-package] Compiling aead v0.5.2 |
| 2923 | 2026-01-30T18:21:42.595Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2924 | 2026-01-30T18:21:42.655Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2925 | 2026-01-30T18:21:42.973Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2926 | 2026-01-30T18:21:43.477Z | [ host-package] Compiling console v0.15.10 |
| 2927 | 2026-01-30T18:21:46.741Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2928 | 2026-01-30T18:21:47.063Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2929 | 2026-01-30T18:21:47.817Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2930 | 2026-01-30T18:21:47.964Z | [ host-package] Compiling expectorate v1.2.0 |
| 2931 | 2026-01-30T18:21:48.395Z | [ host-package] Compiling owo-colors v4.2.2 |
| 2932 | 2026-01-30T18:21:48.464Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2933 | 2026-01-30T18:21:48.650Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2934 | 2026-01-30T18:21:48.974Z | [ host-package] Compiling libsw-core v0.3.1 |
| 2935 | 2026-01-30T18:21:49.852Z | [ host-package] Compiling libsw v3.5.0 |
| 2936 | 2026-01-30T18:21:50.269Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2937 | 2026-01-30T18:21:50.416Z | [ host-package] Compiling linear-map v1.2.0 |
| 2938 | 2026-01-30T18:21:50.825Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2939 | 2026-01-30T18:21:51.047Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2940 | 2026-01-30T18:21:51.114Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2941 | 2026-01-30T18:21:51.337Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2942 | 2026-01-30T18:21:51.409Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2943 | 2026-01-30T18:21:51.938Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2944 | 2026-01-30T18:21:52.329Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2945 | 2026-01-30T18:21:52.671Z | [ helios-setup] Jan 30 18:21:51.990 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 2946 | 2026-01-30T18:21:56.064Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2947 | 2026-01-30T18:22:00.555Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2948 | 2026-01-30T18:22:00.700Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2949 | 2026-01-30T18:22:00.734Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2950 | 2026-01-30T18:22:02.457Z | [ helios-setup] Jan 30 18:22:01.771 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2951 | 2026-01-30T18:22:03.697Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2952 | 2026-01-30T18:22:09.451Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2953 | 2026-01-30T18:22:11.239Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2954 | 2026-01-30T18:22:11.376Z | [ host-package] Compiling convert_case v0.7.1 |
| 2955 | 2026-01-30T18:22:12.282Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2956 | 2026-01-30T18:22:14.893Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 2957 | 2026-01-30T18:22:15.187Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2958 | 2026-01-30T18:22:16.802Z | [ host-package] Compiling qorb v0.4.1 |
| 2959 | 2026-01-30T18:22:22.858Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2960 | 2026-01-30T18:22:23.758Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2961 | 2026-01-30T18:22:25.484Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2962 | 2026-01-30T18:22:29.388Z | [ host-package] Compiling derive_more v2.0.1 |
| 2963 | 2026-01-30T18:22:29.594Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2964 | 2026-01-30T18:22:29.682Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2965 | 2026-01-30T18:22:29.980Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 2966 | 2026-01-30T18:22:30.179Z | [ host-package] Compiling siphasher v1.0.1 |
| 2967 | 2026-01-30T18:22:30.736Z | [ host-package] Compiling termtree v0.5.1 |
| 2968 | 2026-01-30T18:22:30.790Z | [ host-package] Compiling vte v0.11.1 |
| 2969 | 2026-01-30T18:22:30.851Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2970 | 2026-01-30T18:22:31.121Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2971 | 2026-01-30T18:22:31.505Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2972 | 2026-01-30T18:22:32.537Z | [ host-package] Compiling crossterm v0.29.0 |
| 2973 | 2026-01-30T18:22:33.332Z | [ helios-setup] Jan 30 18:22:32.638 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 2974 | 2026-01-30T18:22:33.376Z | [ helios-setup] Jan 30 18:22:32.690 INFO building project "amd-host-image-builder" ok (124 seconds) |
| 2975 | 2026-01-30T18:22:33.380Z | [ helios-setup] Jan 30 18:22:32.690 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 2976 | 2026-01-30T18:22:33.498Z | [ helios-setup] Jan 30 18:22:32.812 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 2977 | 2026-01-30T18:22:33.498Z | [ helios-setup] Jan 30 18:22:32.812 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 2978 | 2026-01-30T18:22:33.502Z | [ helios-setup] Jan 30 18:22:32.812 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 2979 | 2026-01-30T18:22:34.042Z | [ helios-setup] Jan 30 18:22:33.339 INFO E| Downloading crates ... |
| 2980 | 2026-01-30T18:22:34.128Z | [ helios-setup] Jan 30 18:22:33.442 INFO E| Downloaded time-core v0.1.4 |
| 2981 | 2026-01-30T18:22:34.131Z | [ helios-setup] Jan 30 18:22:33.444 INFO E| Downloaded fastrand v2.3.0 |
| 2982 | 2026-01-30T18:22:34.134Z | [ helios-setup] Jan 30 18:22:33.446 INFO E| Downloaded darling_macro v0.20.11 |
| 2983 | 2026-01-30T18:22:34.161Z | [ helios-setup] Jan 30 18:22:33.474 INFO E| Downloaded serde_with_macros v3.12.0 |
| 2984 | 2026-01-30T18:22:34.165Z | [ helios-setup] Jan 30 18:22:33.476 INFO E| Downloaded deranged v0.4.0 |
| 2985 | 2026-01-30T18:22:34.175Z | [ helios-setup] Jan 30 18:22:33.489 INFO E| Downloaded time-macros v0.2.22 |
| 2986 | 2026-01-30T18:22:34.178Z | [ helios-setup] Jan 30 18:22:33.493 INFO E| Downloaded darling v0.20.11 |
| 2987 | 2026-01-30T18:22:34.187Z | [ helios-setup] Jan 30 18:22:33.501 INFO E| Downloaded getrandom v0.3.3 |
| 2988 | 2026-01-30T18:22:34.195Z | [ helios-setup] Jan 30 18:22:33.508 INFO E| Downloaded indexmap v2.9.0 |
| 2989 | 2026-01-30T18:22:34.203Z | [ helios-setup] Jan 30 18:22:33.515 INFO E| Downloaded darling_core v0.20.11 |
| 2990 | 2026-01-30T18:22:34.224Z | [ helios-setup] Jan 30 18:22:33.523 INFO E| Downloaded anyhow v1.0.98 |
| 2991 | 2026-01-30T18:22:34.224Z | [ helios-setup] Jan 30 18:22:33.530 INFO E| Downloaded bitflags v2.9.1 |
| 2992 | 2026-01-30T18:22:34.228Z | [ helios-setup] Jan 30 18:22:33.537 INFO E| Downloaded time v0.3.41 |
| 2993 | 2026-01-30T18:22:34.236Z | [ helios-setup] Jan 30 18:22:33.549 INFO E| Downloaded hashbrown v0.15.3 |
| 2994 | 2026-01-30T18:22:34.254Z | [ helios-setup] Jan 30 18:22:33.557 INFO E| Downloaded serde_with v3.12.0 |
| 2995 | 2026-01-30T18:22:34.261Z | [ helios-setup] Jan 30 18:22:33.570 INFO E| Downloaded tempfile v3.20.0 |
| 2996 | 2026-01-30T18:22:34.269Z | [ helios-setup] Jan 30 18:22:33.574 INFO E| Downloaded chrono v0.4.41 |
| 2997 | 2026-01-30T18:22:34.280Z | [ helios-setup] Jan 30 18:22:33.594 INFO E| Downloaded rustix v1.0.7 |
| 2998 | 2026-01-30T18:22:34.388Z | [ helios-setup] Jan 30 18:22:33.701 INFO E| Compiling proc-macro2 v1.0.95 |
| 2999 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.701 INFO E| Compiling unicode-ident v1.0.18 |
| 3000 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling libc v0.2.172 |
| 3001 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling strsim v0.11.1 |
| 3002 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling fnv v1.0.7 |
| 3003 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling ident_case v1.0.1 |
| 3004 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling serde v1.0.219 |
| 3005 | 2026-01-30T18:22:34.391Z | [ helios-setup] Jan 30 18:22:33.702 INFO E| Compiling getrandom v0.3.3 |
| 3006 | 2026-01-30T18:22:34.826Z | [ helios-setup] Jan 30 18:22:34.140 INFO E| Compiling rustix v1.0.7 |
| 3007 | 2026-01-30T18:22:34.832Z | [ helios-setup] Jan 30 18:22:34.146 INFO E| Compiling serde_json v1.0.140 |
| 3008 | 2026-01-30T18:22:35.262Z | [ helios-setup] Jan 30 18:22:34.575 INFO E| Compiling anyhow v1.0.98 |
| 3009 | 2026-01-30T18:22:35.278Z | [ helios-setup] Jan 30 18:22:34.575 INFO E| Compiling cfg-if v1.0.0 |
| 3010 | 2026-01-30T18:22:35.404Z | [ helios-setup] Jan 30 18:22:34.717 INFO E| Compiling bitflags v2.9.1 |
| 3011 | 2026-01-30T18:22:35.813Z | [ helios-setup] Jan 30 18:22:35.127 INFO E| Compiling thiserror v2.0.12 |
| 3012 | 2026-01-30T18:22:35.939Z | [ helios-setup] Jan 30 18:22:35.253 INFO E| Compiling memchr v2.7.4 |
| 3013 | 2026-01-30T18:22:36.168Z | [ helios-setup] Jan 30 18:22:35.482 INFO E| Compiling ryu v1.0.20 |
| 3014 | 2026-01-30T18:22:36.450Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3015 | 2026-01-30T18:22:37.004Z | [ helios-setup] Jan 30 18:22:36.318 INFO E| Compiling once_cell v1.21.3 |
| 3016 | 2026-01-30T18:22:37.066Z | [ helios-setup] Jan 30 18:22:36.380 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3017 | 2026-01-30T18:22:37.297Z | [ helios-setup] Jan 30 18:22:36.610 INFO E| Compiling errno v0.3.12 |
| 3018 | 2026-01-30T18:22:37.896Z | [ helios-setup] Jan 30 18:22:37.210 INFO E| Compiling fastrand v2.3.0 |
| 3019 | 2026-01-30T18:22:37.899Z | [ helios-setup] Jan 30 18:22:37.210 INFO E| Compiling itoa v1.0.15 |
| 3020 | 2026-01-30T18:22:38.219Z | [ helios-setup] Jan 30 18:22:37.531 INFO E| Compiling quote v1.0.40 |
| 3021 | 2026-01-30T18:22:39.049Z | [ helios-setup] Jan 30 18:22:38.362 INFO E| Compiling syn v2.0.101 |
| 3022 | 2026-01-30T18:22:41.109Z | [ helios-setup] Jan 30 18:22:40.423 INFO E| Compiling tempfile v3.20.0 |
| 3023 | 2026-01-30T18:22:45.052Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3024 | 2026-01-30T18:22:45.478Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3025 | 2026-01-30T18:22:45.880Z | [ host-package] Compiling csv-core v0.1.11 |
| 3026 | 2026-01-30T18:22:46.701Z | [ helios-setup] Jan 30 18:22:46.013 INFO E| Compiling darling_core v0.20.11 |
| 3027 | 2026-01-30T18:22:46.741Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3028 | 2026-01-30T18:22:46.945Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3029 | 2026-01-30T18:22:47.618Z | [ host-package] Compiling csv v1.3.1 |
| 3030 | 2026-01-30T18:22:47.685Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3031 | 2026-01-30T18:22:48.875Z | [ host-package] Compiling phf v0.12.1 |
| 3032 | 2026-01-30T18:22:49.028Z | [ helios-setup] Jan 30 18:22:48.339 INFO E| Compiling serde_derive v1.0.219 |
| 3033 | 2026-01-30T18:22:49.028Z | [ helios-setup] Jan 30 18:22:48.340 INFO E| Compiling thiserror-impl v2.0.12 |
| 3034 | 2026-01-30T18:22:49.359Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3035 | 2026-01-30T18:22:50.941Z | [ host-package] Compiling papergrid v0.11.0 |
| 3036 | 2026-01-30T18:22:52.050Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3037 | 2026-01-30T18:22:52.225Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3038 | 2026-01-30T18:22:52.841Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3039 | 2026-01-30T18:22:53.196Z | [ helios-setup] Jan 30 18:22:52.504 INFO E| Compiling darling_macro v0.20.11 |
| 3040 | 2026-01-30T18:22:53.682Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3041 | 2026-01-30T18:22:54.121Z | [ host-package] Compiling highway v1.3.0 |
| 3042 | 2026-01-30T18:22:54.723Z | [ helios-setup] Jan 30 18:22:54.033 INFO E| Compiling darling v0.20.11 |
| 3043 | 2026-01-30T18:22:54.876Z | [ helios-setup] Jan 30 18:22:54.186 INFO E| Compiling serde_with_macros v3.12.0 |
| 3044 | 2026-01-30T18:22:54.897Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3045 | 2026-01-30T18:22:55.235Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3046 | 2026-01-30T18:22:56.246Z | [ host-package] Compiling reedline v0.40.0 |
| 3047 | 2026-01-30T18:22:56.337Z | [ host-package] Compiling tough v0.20.0 |
| 3048 | 2026-01-30T18:22:56.887Z | [ host-package] Compiling peg v0.8.5 |
| 3049 | 2026-01-30T18:22:57.129Z | [ host-package] Compiling tabled v0.15.0 |
| 3050 | 2026-01-30T18:23:00.542Z | [ host-package] Compiling const_format v0.2.34 |
| 3051 | 2026-01-30T18:23:01.857Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3052 | 2026-01-30T18:23:03.598Z | [ helios-setup] Jan 30 18:23:02.904 INFO E| Compiling serde_with v3.12.0 |
| 3053 | 2026-01-30T18:23:11.581Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3054 | 2026-01-30T18:23:12.929Z | [ host-package] Compiling bcs v0.1.6 |
| 3055 | 2026-01-30T18:23:14.314Z | [ host-package] Compiling semver v0.1.20 |
| 3056 | 2026-01-30T18:23:14.911Z | [ helios-setup] Jan 30 18:23:14.210 INFO E| Finished `release` profile [optimized] target(s) in 41.20s |
| 3057 | 2026-01-30T18:23:14.941Z | [ helios-setup] Jan 30 18:23:14.242 INFO building project "dmar-report" ok (41 seconds) |
| 3058 | 2026-01-30T18:23:14.942Z | [ helios-setup] Jan 30 18:23:14.242 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3059 | 2026-01-30T18:23:14.970Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3060 | 2026-01-30T18:23:15.069Z | [ helios-setup] Jan 30 18:23:14.370 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 3061 | 2026-01-30T18:23:15.069Z | [ helios-setup] Jan 30 18:23:14.370 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3062 | 2026-01-30T18:23:15.069Z | [ helios-setup] Jan 30 18:23:14.370 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3063 | 2026-01-30T18:23:15.320Z | [ helios-setup] Jan 30 18:23:14.626 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3064 | 2026-01-30T18:23:15.415Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3065 | 2026-01-30T18:23:15.816Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3066 | 2026-01-30T18:23:15.823Z | [ helios-setup] Jan 30 18:23:15.130 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3067 | 2026-01-30T18:23:15.823Z | [ helios-setup] Jan 30 18:23:15.130 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3068 | 2026-01-30T18:23:15.859Z | [ helios-setup] Jan 30 18:23:15.166 INFO E| Updating crates.io index |
| 3069 | 2026-01-30T18:23:15.937Z | [ helios-setup] Jan 30 18:23:15.242 INFO E| Downloading crates ... |
| 3070 | 2026-01-30T18:23:16.150Z | [ helios-setup] Jan 30 18:23:15.457 INFO E| Downloaded toml v0.5.11 |
| 3071 | 2026-01-30T18:23:16.154Z | [ helios-setup] Jan 30 18:23:15.460 INFO E| Downloaded errno v0.3.1 |
| 3072 | 2026-01-30T18:23:16.158Z | [ helios-setup] Jan 30 18:23:15.462 INFO E| Downloaded digest v0.9.0 |
| 3073 | 2026-01-30T18:23:16.161Z | [ helios-setup] Jan 30 18:23:15.464 INFO E| Downloaded sha-1 v0.9.8 |
| 3074 | 2026-01-30T18:23:16.161Z | [ helios-setup] Jan 30 18:23:15.466 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3075 | 2026-01-30T18:23:16.164Z | [ helios-setup] Jan 30 18:23:15.467 INFO E| Downloaded itoa v1.0.9 |
| 3076 | 2026-01-30T18:23:16.164Z | [ helios-setup] Jan 30 18:23:15.468 INFO E| Downloaded opaque-debug v0.3.0 |
| 3077 | 2026-01-30T18:23:16.164Z | [ helios-setup] Jan 30 18:23:15.469 INFO E| Downloaded fastrand v2.0.0 |
| 3078 | 2026-01-30T18:23:16.166Z | [ helios-setup] Jan 30 18:23:15.472 INFO E| Downloaded cpufeatures v0.2.9 |
| 3079 | 2026-01-30T18:23:16.169Z | [ helios-setup] Jan 30 18:23:15.474 INFO E| Downloaded block-buffer v0.9.0 |
| 3080 | 2026-01-30T18:23:16.224Z | [ helios-setup] Jan 30 18:23:15.494 INFO E| Downloaded walkdir v2.3.3 |
| 3081 | 2026-01-30T18:23:16.224Z | [ helios-setup] Jan 30 18:23:15.496 INFO E| Downloaded md-5 v0.9.1 |
| 3082 | 2026-01-30T18:23:16.224Z | [ helios-setup] Jan 30 18:23:15.499 INFO E| Downloaded anyhow v1.0.72 |
| 3083 | 2026-01-30T18:23:16.224Z | [ helios-setup] Jan 30 18:23:15.504 INFO E| Downloaded uuid v0.8.2 |
| 3084 | 2026-01-30T18:23:16.224Z | [ helios-setup] Jan 30 18:23:15.509 INFO E| Downloaded once_cell v1.18.0 |
| 3085 | 2026-01-30T18:23:16.225Z | [ helios-setup] Jan 30 18:23:15.513 INFO E| Downloaded serde_derive v1.0.193 |
| 3086 | 2026-01-30T18:23:16.225Z | [ helios-setup] Jan 30 18:23:15.516 INFO E| Downloaded serde v1.0.193 |
| 3087 | 2026-01-30T18:23:16.225Z | [ helios-setup] Jan 30 18:23:15.520 INFO E| Downloaded ryu v1.0.15 |
| 3088 | 2026-01-30T18:23:16.225Z | [ helios-setup] Jan 30 18:23:15.524 INFO E| Downloaded getrandom v0.2.10 |
| 3089 | 2026-01-30T18:23:16.228Z | [ helios-setup] Jan 30 18:23:15.528 INFO E| Downloaded bitflags v2.3.3 |
| 3090 | 2026-01-30T18:23:16.228Z | [ helios-setup] Jan 30 18:23:15.532 INFO E| Downloaded unicode-ident v1.0.11 |
| 3091 | 2026-01-30T18:23:16.259Z | [ helios-setup] Jan 30 18:23:15.536 INFO E| Downloaded serde_json v1.0.103 |
| 3092 | 2026-01-30T18:23:16.259Z | [ helios-setup] Jan 30 18:23:15.547 INFO E| Downloaded typenum v1.16.0 |
| 3093 | 2026-01-30T18:23:16.262Z | [ helios-setup] Jan 30 18:23:15.550 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3094 | 2026-01-30T18:23:16.263Z | [ helios-setup] Jan 30 18:23:15.553 INFO E| Downloaded unicode-width v0.1.10 |
| 3095 | 2026-01-30T18:23:16.263Z | [ helios-setup] Jan 30 18:23:15.555 INFO E| Downloaded tempfile v3.7.0 |
| 3096 | 2026-01-30T18:23:16.263Z | [ helios-setup] Jan 30 18:23:15.558 INFO E| Downloaded syn v2.0.32 |
| 3097 | 2026-01-30T18:23:16.263Z | [ host-package] Compiling smawk v0.3.2 |
| 3098 | 2026-01-30T18:23:16.266Z | [ helios-setup] Jan 30 18:23:15.571 INFO E| Downloaded quote v1.0.31 |
| 3099 | 2026-01-30T18:23:16.269Z | [ helios-setup] Jan 30 18:23:15.575 INFO E| Downloaded glob v0.3.1 |
| 3100 | 2026-01-30T18:23:16.289Z | [ helios-setup] Jan 30 18:23:15.596 INFO E| Downloaded rustix v0.38.4 |
| 3101 | 2026-01-30T18:23:16.350Z | [ helios-setup] Jan 30 18:23:15.656 INFO E| Downloaded libc v0.2.147 |
| 3102 | 2026-01-30T18:23:16.449Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling libc v0.2.147 |
| 3103 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling proc-macro2 v1.0.66 |
| 3104 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling cfg-if v1.0.0 |
| 3105 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling unicode-ident v1.0.11 |
| 3106 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling version_check v0.9.4 |
| 3107 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling typenum v1.16.0 |
| 3108 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling serde v1.0.193 |
| 3109 | 2026-01-30T18:23:16.453Z | [ helios-setup] Jan 30 18:23:15.756 INFO E| Compiling num-conv v0.1.0 |
| 3110 | 2026-01-30T18:23:16.665Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3111 | 2026-01-30T18:23:16.852Z | [ helios-setup] Jan 30 18:23:16.158 INFO E| Compiling rustix v0.38.4 |
| 3112 | 2026-01-30T18:23:17.143Z | [ helios-setup] Jan 30 18:23:16.450 INFO E| Compiling slog v2.7.0 |
| 3113 | 2026-01-30T18:23:17.469Z | [ helios-setup] Jan 30 18:23:16.775 INFO E| Compiling itoa v1.0.9 |
| 3114 | 2026-01-30T18:23:17.856Z | [ host-package] Compiling humantime v2.2.0 |
| 3115 | 2026-01-30T18:23:18.038Z | [ helios-setup] Jan 30 18:23:17.344 INFO E| Compiling generic-array v0.14.7 |
| 3116 | 2026-01-30T18:23:18.101Z | [ helios-setup] Jan 30 18:23:17.406 INFO E| Compiling powerfmt v0.2.0 |
| 3117 | 2026-01-30T18:23:18.185Z | [ helios-setup] Jan 30 18:23:17.491 INFO E| Compiling time-core v0.1.2 |
| 3118 | 2026-01-30T18:23:18.313Z | [ helios-setup] Jan 30 18:23:17.618 INFO E| Compiling once_cell v1.18.0 |
| 3119 | 2026-01-30T18:23:18.565Z | [ host-package] Compiling textwrap v0.16.2 |
| 3120 | 2026-01-30T18:23:18.669Z | [ helios-setup] Jan 30 18:23:17.974 INFO E| Compiling time-macros v0.2.18 |
| 3121 | 2026-01-30T18:23:18.867Z | [ helios-setup] Jan 30 18:23:18.172 INFO E| Compiling deranged v0.3.11 |
| 3122 | 2026-01-30T18:23:18.924Z | [ helios-setup] Jan 30 18:23:18.230 INFO E| Compiling num_threads v0.1.6 |
| 3123 | 2026-01-30T18:23:19.026Z | [ helios-setup] Jan 30 18:23:18.332 INFO E| Compiling bitflags v2.3.3 |
| 3124 | 2026-01-30T18:23:19.032Z | [ helios-setup] Jan 30 18:23:18.337 INFO E| Compiling thread_local v1.1.7 |
| 3125 | 2026-01-30T18:23:19.325Z | [ helios-setup] Jan 30 18:23:18.630 INFO E| Compiling quote v1.0.31 |
| 3126 | 2026-01-30T18:23:20.030Z | [ helios-setup] Jan 30 18:23:19.336 INFO E| Compiling syn v2.0.32 |
| 3127 | 2026-01-30T18:23:20.222Z | [ helios-setup] Jan 30 18:23:19.528 INFO E| Compiling serde_json v1.0.103 |
| 3128 | 2026-01-30T18:23:20.381Z | [ host-package] Compiling dropshot-api-manager-types v0.2.4 |
| 3129 | 2026-01-30T18:23:20.414Z | [ helios-setup] Jan 30 18:23:19.719 INFO E| Compiling opaque-debug v0.3.0 |
| 3130 | 2026-01-30T18:23:20.518Z | [ helios-setup] Jan 30 18:23:19.824 INFO E| Compiling anyhow v1.0.72 |
| 3131 | 2026-01-30T18:23:21.184Z | [ helios-setup] Jan 30 18:23:20.489 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3132 | 2026-01-30T18:23:21.520Z | [ helios-setup] Jan 30 18:23:20.825 INFO E| Compiling errno v0.3.1 |
| 3133 | 2026-01-30T18:23:21.683Z | [ helios-setup] Jan 30 18:23:20.988 INFO E| Compiling atty v0.2.14 |
| 3134 | 2026-01-30T18:23:21.895Z | [ helios-setup] Jan 30 18:23:21.200 INFO E| Compiling dirs-next v2.0.0 |
| 3135 | 2026-01-30T18:23:21.986Z | [ helios-setup] Jan 30 18:23:21.291 INFO E| Compiling fastrand v2.0.0 |
| 3136 | 2026-01-30T18:23:22.434Z | [ helios-setup] Jan 30 18:23:21.738 INFO E| Compiling term v0.7.0 |
| 3137 | 2026-01-30T18:23:22.504Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3138 | 2026-01-30T18:23:22.911Z | [ helios-setup] Jan 30 18:23:22.216 INFO E| Compiling time v0.3.36 |
| 3139 | 2026-01-30T18:23:22.947Z | [ helios-setup] Jan 30 18:23:22.252 INFO E| Compiling getrandom v0.2.10 |
| 3140 | 2026-01-30T18:23:22.988Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3141 | 2026-01-30T18:23:23.090Z | [ helios-setup] Jan 30 18:23:22.395 INFO E| Compiling block-buffer v0.9.0 |
| 3142 | 2026-01-30T18:23:23.203Z | [ helios-setup] Jan 30 18:23:22.508 INFO E| Compiling digest v0.9.0 |
| 3143 | 2026-01-30T18:23:23.233Z | [ helios-setup] Jan 30 18:23:22.538 INFO E| Compiling same-file v1.0.6 |
| 3144 | 2026-01-30T18:23:23.532Z | [ helios-setup] Jan 30 18:23:22.836 INFO E| Compiling unicode-width v0.1.10 |
| 3145 | 2026-01-30T18:23:23.543Z | [ helios-setup] Jan 30 18:23:22.846 INFO E| Compiling ryu v1.0.15 |
| 3146 | 2026-01-30T18:23:23.755Z | [ helios-setup] Jan 30 18:23:23.059 INFO E| Compiling cpufeatures v0.2.9 |
| 3147 | 2026-01-30T18:23:23.797Z | [ helios-setup] Jan 30 18:23:23.102 INFO E| Compiling getopts v0.2.21 |
| 3148 | 2026-01-30T18:23:23.826Z | [ helios-setup] Jan 30 18:23:23.131 INFO E| Compiling walkdir v2.3.3 |
| 3149 | 2026-01-30T18:23:23.976Z | [ helios-setup] Jan 30 18:23:23.280 INFO E| Compiling sha-1 v0.9.8 |
| 3150 | 2026-01-30T18:23:24.213Z | [ helios-setup] Jan 30 18:23:23.518 INFO E| Compiling md-5 v0.9.1 |
| 3151 | 2026-01-30T18:23:24.827Z | [ host-package] Compiling steno v0.4.1 |
| 3152 | 2026-01-30T18:23:25.097Z | [ helios-setup] Jan 30 18:23:24.400 INFO E| Compiling tempfile v3.7.0 |
| 3153 | 2026-01-30T18:23:25.341Z | [ helios-setup] Jan 30 18:23:24.645 INFO E| Compiling glob v0.3.1 |
| 3154 | 2026-01-30T18:23:25.397Z | [ helios-setup] Jan 30 18:23:24.701 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3155 | 2026-01-30T18:23:26.618Z | [ helios-setup] Jan 30 18:23:25.922 INFO E| Compiling slog-term v2.9.0 |
| 3156 | 2026-01-30T18:23:27.148Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3157 | 2026-01-30T18:23:27.298Z | [ helios-setup] Jan 30 18:23:26.602 INFO E| Compiling serde_derive v1.0.193 |
| 3158 | 2026-01-30T18:23:27.965Z | [ host-package] Compiling moka v0.12.10 |
| 3159 | 2026-01-30T18:23:28.241Z | [ host-package] Compiling tagptr v0.2.0 |
| 3160 | 2026-01-30T18:23:28.705Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3161 | 2026-01-30T18:23:30.183Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3162 | 2026-01-30T18:23:30.499Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3163 | 2026-01-30T18:23:31.224Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3164 | 2026-01-30T18:23:32.373Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3165 | 2026-01-30T18:23:32.965Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3166 | 2026-01-30T18:23:33.019Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3167 | 2026-01-30T18:23:34.801Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3168 | 2026-01-30T18:23:38.451Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3169 | 2026-01-30T18:23:39.205Z | [ helios-setup] Jan 30 18:23:38.506 INFO E| Compiling toml v0.5.11 |
| 3170 | 2026-01-30T18:23:39.205Z | [ helios-setup] Jan 30 18:23:38.506 INFO E| Compiling uuid v0.8.2 |
| 3171 | 2026-01-30T18:23:41.480Z | [ helios-setup] Jan 30 18:23:40.781 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3172 | 2026-01-30T18:23:42.103Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3173 | 2026-01-30T18:23:43.065Z | [ helios-setup] Jan 30 18:23:42.367 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3174 | 2026-01-30T18:23:44.630Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3175 | 2026-01-30T18:23:48.189Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3176 | 2026-01-30T18:23:51.634Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3177 | 2026-01-30T18:23:52.256Z | [ host-package] Compiling num-derive v0.3.3 |
| 3178 | 2026-01-30T18:23:53.543Z | [ helios-setup] Jan 30 18:23:52.842 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.35s |
| 3179 | 2026-01-30T18:23:53.576Z | [ helios-setup] Jan 30 18:23:52.876 INFO building project "image-builder" ok (38 seconds) |
| 3180 | 2026-01-30T18:23:53.576Z | [ helios-setup] Jan 30 18:23:52.876 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3181 | 2026-01-30T18:23:53.706Z | [ helios-setup] Jan 30 18:23:53.004 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 3182 | 2026-01-30T18:23:53.707Z | [ helios-setup] Jan 30 18:23:53.004 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3183 | 2026-01-30T18:23:53.707Z | [ helios-setup] Jan 30 18:23:53.004 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3184 | 2026-01-30T18:23:54.137Z | [ helios-setup] Jan 30 18:23:53.436 INFO E| Downloading crates ... |
| 3185 | 2026-01-30T18:23:54.277Z | [ helios-setup] Jan 30 18:23:53.576 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3186 | 2026-01-30T18:23:54.403Z | [ helios-setup] Jan 30 18:23:53.702 INFO E| Compiling adler2 v2.0.0 |
| 3187 | 2026-01-30T18:23:54.507Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3188 | 2026-01-30T18:23:54.582Z | [ helios-setup] Jan 30 18:23:53.880 INFO E| Compiling miniz_oxide v0.8.8 |
| 3189 | 2026-01-30T18:23:57.318Z | [ helios-setup] Jan 30 18:23:56.616 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3190 | 2026-01-30T18:23:58.282Z | [ helios-setup] Jan 30 18:23:57.580 INFO E| Finished `release` profile [optimized] target(s) in 4.42s |
| 3191 | 2026-01-30T18:23:58.295Z | [ helios-setup] Jan 30 18:23:57.593 INFO building project "pinprick" ok (4 seconds) |
| 3192 | 2026-01-30T18:23:58.295Z | [ helios-setup] Jan 30 18:23:57.593 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3193 | 2026-01-30T18:23:58.346Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3194 | 2026-01-30T18:23:58.419Z | [ helios-setup] Jan 30 18:23:57.716 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 3195 | 2026-01-30T18:23:58.419Z | [ helios-setup] Jan 30 18:23:57.717 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3196 | 2026-01-30T18:23:58.422Z | [ helios-setup] Jan 30 18:23:57.717 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3197 | 2026-01-30T18:23:58.689Z | [ helios-setup] Jan 30 18:23:57.986 INFO E| Downloading crates ... |
| 3198 | 2026-01-30T18:23:58.806Z | [ helios-setup] Jan 30 18:23:58.103 INFO E| Downloaded generic-array v0.14.6 |
| 3199 | 2026-01-30T18:23:58.809Z | [ helios-setup] Jan 30 18:23:58.106 INFO E| Downloaded flate2 v1.0.25 |
| 3200 | 2026-01-30T18:23:58.816Z | [ helios-setup] Jan 30 18:23:58.114 INFO E| Downloaded sha2 v0.10.5 |
| 3201 | 2026-01-30T18:23:58.820Z | [ helios-setup] Jan 30 18:23:58.118 INFO E| Downloaded typenum v1.15.0 |
| 3202 | 2026-01-30T18:23:58.824Z | [ helios-setup] Jan 30 18:23:58.121 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3203 | 2026-01-30T18:23:58.827Z | [ helios-setup] Jan 30 18:23:58.124 INFO E| Downloaded digest v0.10.3 |
| 3204 | 2026-01-30T18:23:58.830Z | [ helios-setup] Jan 30 18:23:58.127 INFO E| Downloaded bytes v1.2.1 |
| 3205 | 2026-01-30T18:23:58.834Z | [ helios-setup] Jan 30 18:23:58.132 INFO E| Downloaded cpufeatures v0.2.5 |
| 3206 | 2026-01-30T18:23:58.836Z | [ helios-setup] Jan 30 18:23:58.134 INFO E| Downloaded block-buffer v0.10.3 |
| 3207 | 2026-01-30T18:23:58.840Z | [ helios-setup] Jan 30 18:23:58.135 INFO E| Downloaded anyhow v1.0.62 |
| 3208 | 2026-01-30T18:23:58.925Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling typenum v1.15.0 |
| 3209 | 2026-01-30T18:23:58.925Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling version_check v0.9.4 |
| 3210 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling crc32fast v1.3.2 |
| 3211 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling cfg-if v1.0.0 |
| 3212 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling adler v1.0.2 |
| 3213 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling anyhow v1.0.62 |
| 3214 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.223 INFO E| Compiling unicode-width v0.1.10 |
| 3215 | 2026-01-30T18:23:58.933Z | [ helios-setup] Jan 30 18:23:58.224 INFO E| Compiling cpufeatures v0.2.5 |
| 3216 | 2026-01-30T18:23:58.984Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3217 | 2026-01-30T18:23:59.474Z | [ helios-setup] Jan 30 18:23:58.772 INFO E| Compiling bytes v1.2.1 |
| 3218 | 2026-01-30T18:23:59.630Z | [ helios-setup] Jan 30 18:23:58.928 INFO E| Compiling getopts v0.2.21 |
| 3219 | 2026-01-30T18:23:59.772Z | [ helios-setup] Jan 30 18:23:59.048 INFO E| Compiling bitflags v1.3.2 |
| 3220 | 2026-01-30T18:23:59.820Z | [ helios-setup] Jan 30 18:23:59.117 INFO E| Compiling miniz_oxide v0.6.2 |
| 3221 | 2026-01-30T18:24:00.024Z | [ helios-setup] Jan 30 18:23:59.322 INFO E| Compiling generic-array v0.14.6 |
| 3222 | 2026-01-30T18:24:00.955Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3223 | 2026-01-30T18:24:01.599Z | [ helios-setup] Jan 30 18:24:00.894 INFO E| Compiling flate2 v1.0.25 |
| 3224 | 2026-01-30T18:24:02.043Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3225 | 2026-01-30T18:24:02.965Z | [ host-package] Compiling crunchy v0.2.2 |
| 3226 | 2026-01-30T18:24:04.104Z | [ host-package] Compiling maplit v1.0.2 |
| 3227 | 2026-01-30T18:24:04.375Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3228 | 2026-01-30T18:24:04.485Z | [ helios-setup] Jan 30 18:24:03.782 INFO E| Compiling crypto-common v0.1.6 |
| 3229 | 2026-01-30T18:24:04.485Z | [ helios-setup] Jan 30 18:24:03.782 INFO E| Compiling block-buffer v0.10.3 |
| 3230 | 2026-01-30T18:24:04.709Z | [ helios-setup] Jan 30 18:24:04.005 INFO E| Compiling digest v0.10.3 |
| 3231 | 2026-01-30T18:24:04.908Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3232 | 2026-01-30T18:24:05.084Z | [ helios-setup] Jan 30 18:24:04.381 INFO E| Compiling sha2 v0.10.5 |
| 3233 | 2026-01-30T18:24:05.438Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3234 | 2026-01-30T18:24:05.749Z | [ helios-setup] Jan 30 18:24:05.045 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3235 | 2026-01-30T18:24:06.709Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3236 | 2026-01-30T18:24:07.044Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3237 | 2026-01-30T18:24:07.112Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3238 | 2026-01-30T18:24:07.697Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3239 | 2026-01-30T18:24:07.768Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3240 | 2026-01-30T18:24:08.217Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3241 | 2026-01-30T18:24:09.046Z | [ host-package] Compiling term v0.7.0 |
| 3242 | 2026-01-30T18:24:10.550Z | [ helios-setup] Jan 30 18:24:09.846 INFO E| Finished `release` profile [optimized] target(s) in 12.01s |
| 3243 | 2026-01-30T18:24:10.575Z | [ helios-setup] Jan 30 18:24:09.871 INFO building project "bootserver" ok (12 seconds) |
| 3244 | 2026-01-30T18:24:10.575Z | [ helios-setup] Jan 30 18:24:09.871 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3245 | 2026-01-30T18:24:10.714Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3246 | 2026-01-30T18:24:10.725Z | [ helios-setup] Jan 30 18:24:10.020 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 3247 | 2026-01-30T18:24:10.725Z | [ helios-setup] Jan 30 18:24:10.020 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3248 | 2026-01-30T18:24:10.728Z | [ helios-setup] Jan 30 18:24:10.020 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3249 | 2026-01-30T18:24:10.861Z | [ host-package] Compiling papergrid v0.17.0 |
| 3250 | 2026-01-30T18:24:11.039Z | [ helios-setup] Jan 30 18:24:10.333 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 3251 | 2026-01-30T18:24:12.019Z | [ host-package] Compiling testing_table v0.3.0 |
| 3252 | 2026-01-30T18:24:12.891Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3253 | 2026-01-30T18:24:13.275Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3254 | 2026-01-30T18:24:13.704Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3255 | 2026-01-30T18:24:14.508Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3256 | 2026-01-30T18:24:14.976Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3257 | 2026-01-30T18:24:15.750Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3258 | 2026-01-30T18:24:16.435Z | [ helios-setup] Jan 30 18:24:15.729 INFO E| From https://github.com/oxidecomputer/progenitor |
| 3259 | 2026-01-30T18:24:16.435Z | [ helios-setup] Jan 30 18:24:15.729 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 |
| 3260 | 2026-01-30T18:24:16.543Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3261 | 2026-01-30T18:24:16.558Z | [ helios-setup] Jan 30 18:24:15.853 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3262 | 2026-01-30T18:24:16.669Z | [ host-package] Compiling bit-set v0.5.3 |
| 3263 | 2026-01-30T18:24:17.008Z | [ host-package] Compiling xshell v0.2.7 |
| 3264 | 2026-01-30T18:24:17.041Z | [ helios-setup] Jan 30 18:24:16.335 INFO E| From https://github.com/jclulow/hiercmd |
| 3265 | 2026-01-30T18:24:17.041Z | [ helios-setup] Jan 30 18:24:16.335 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3266 | 2026-01-30T18:24:17.045Z | [ host-package] Compiling tabled v0.20.0 |
| 3267 | 2026-01-30T18:24:17.058Z | [ helios-setup] Jan 30 18:24:16.352 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3268 | 2026-01-30T18:24:17.671Z | [ helios-setup] Jan 30 18:24:16.966 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3269 | 2026-01-30T18:24:17.671Z | [ helios-setup] Jan 30 18:24:16.966 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3270 | 2026-01-30T18:24:17.695Z | [ helios-setup] Jan 30 18:24:16.989 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3271 | 2026-01-30T18:24:18.222Z | [ helios-setup] Jan 30 18:24:17.516 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3272 | 2026-01-30T18:24:18.222Z | [ helios-setup] Jan 30 18:24:17.516 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3273 | 2026-01-30T18:24:18.257Z | [ helios-setup] Jan 30 18:24:17.552 INFO E| Updating crates.io index |
| 3274 | 2026-01-30T18:24:18.780Z | [ helios-setup] Jan 30 18:24:18.074 INFO E| Downloading crates ... |
| 3275 | 2026-01-30T18:24:19.032Z | [ host-package] Compiling diesel v2.2.12 |
| 3276 | 2026-01-30T18:24:19.119Z | [ helios-setup] Jan 30 18:24:18.413 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3277 | 2026-01-30T18:24:19.122Z | [ helios-setup] Jan 30 18:24:18.416 INFO E| Downloaded autocfg v1.5.0 |
| 3278 | 2026-01-30T18:24:19.125Z | [ helios-setup] Jan 30 18:24:18.420 INFO E| Downloaded anstyle-query v1.1.4 |
| 3279 | 2026-01-30T18:24:19.130Z | [ helios-setup] Jan 30 18:24:18.425 INFO E| Downloaded adler2 v2.0.1 |
| 3280 | 2026-01-30T18:24:19.133Z | [ helios-setup] Jan 30 18:24:18.427 INFO E| Downloaded bincode_derive v2.0.1 |
| 3281 | 2026-01-30T18:24:19.137Z | [ helios-setup] Jan 30 18:24:18.429 INFO E| Downloaded anstyle-parse v0.2.7 |
| 3282 | 2026-01-30T18:24:19.140Z | [ helios-setup] Jan 30 18:24:18.432 INFO E| Downloaded anstyle v1.0.13 |
| 3283 | 2026-01-30T18:24:19.150Z | [ helios-setup] Jan 30 18:24:18.444 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3284 | 2026-01-30T18:24:19.153Z | [ helios-setup] Jan 30 18:24:18.446 INFO E| Downloaded anstream v0.6.21 |
| 3285 | 2026-01-30T18:24:19.156Z | [ helios-setup] Jan 30 18:24:18.450 INFO E| Downloaded bincode v2.0.1 |
| 3286 | 2026-01-30T18:24:19.166Z | [ helios-setup] Jan 30 18:24:18.460 INFO E| Downloaded base64ct v1.8.0 |
| 3287 | 2026-01-30T18:24:19.171Z | [ helios-setup] Jan 30 18:24:18.466 INFO E| Downloaded zerofrom-derive v0.1.6 |
| 3288 | 2026-01-30T18:24:19.174Z | [ helios-setup] Jan 30 18:24:18.469 INFO E| Downloaded thread_local v1.1.9 |
| 3289 | 2026-01-30T18:24:19.178Z | [ helios-setup] Jan 30 18:24:18.472 INFO E| Downloaded zerofrom v0.1.6 |
| 3290 | 2026-01-30T18:24:19.180Z | [ helios-setup] Jan 30 18:24:18.474 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3291 | 2026-01-30T18:24:19.185Z | [ helios-setup] Jan 30 18:24:18.480 INFO E| Downloaded potential_utf v0.1.4 |
| 3292 | 2026-01-30T18:24:19.188Z | [ helios-setup] Jan 30 18:24:18.482 INFO E| Downloaded unty v0.0.4 |
| 3293 | 2026-01-30T18:24:19.191Z | [ helios-setup] Jan 30 18:24:18.484 INFO E| Downloaded sync_wrapper v1.0.2 |
| 3294 | 2026-01-30T18:24:19.194Z | [ helios-setup] Jan 30 18:24:18.486 INFO E| Downloaded is-terminal v0.4.17 |
| 3295 | 2026-01-30T18:24:19.197Z | [ helios-setup] Jan 30 18:24:18.488 INFO E| Downloaded idna_adapter v1.2.1 |
| 3296 | 2026-01-30T18:24:19.197Z | [ helios-setup] Jan 30 18:24:18.490 INFO E| Downloaded devinfo v0.1.0 |
| 3297 | 2026-01-30T18:24:19.200Z | [ helios-setup] Jan 30 18:24:18.493 INFO E| Downloaded colorchoice v1.0.4 |
| 3298 | 2026-01-30T18:24:19.203Z | [ helios-setup] Jan 30 18:24:18.495 INFO E| Downloaded crunchy v0.2.4 |
| 3299 | 2026-01-30T18:24:19.203Z | [ helios-setup] Jan 30 18:24:18.497 INFO E| Downloaded const-random-macro v0.1.16 |
| 3300 | 2026-01-30T18:24:19.206Z | [ helios-setup] Jan 30 18:24:18.499 INFO E| Downloaded bitflags v2.10.0 |
| 3301 | 2026-01-30T18:24:19.211Z | [ helios-setup] Jan 30 18:24:18.505 INFO E| Downloaded yoke-derive v0.8.1 |
| 3302 | 2026-01-30T18:24:19.214Z | [ helios-setup] Jan 30 18:24:18.507 INFO E| Downloaded typify-macro v0.5.0 |
| 3303 | 2026-01-30T18:24:19.217Z | [ helios-setup] Jan 30 18:24:18.509 INFO E| Downloaded tls_codec v0.4.2 |
| 3304 | 2026-01-30T18:24:19.220Z | [ helios-setup] Jan 30 18:24:18.512 INFO E| Downloaded zerotrie v0.2.3 |
| 3305 | 2026-01-30T18:24:19.223Z | [ helios-setup] Jan 30 18:24:18.518 INFO E| Downloaded zerovec-derive v0.11.2 |
| 3306 | 2026-01-30T18:24:19.226Z | [ helios-setup] Jan 30 18:24:18.521 INFO E| Downloaded tinystr v0.8.2 |
| 3307 | 2026-01-30T18:24:19.230Z | [ helios-setup] Jan 30 18:24:18.524 INFO E| Downloaded toml_datetime v0.7.3 |
| 3308 | 2026-01-30T18:24:19.240Z | [ helios-setup] Jan 30 18:24:18.527 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 3309 | 2026-01-30T18:24:19.265Z | [ helios-setup] Jan 30 18:24:18.558 INFO E| Downloaded zeroize v1.8.2 |
| 3310 | 2026-01-30T18:24:19.268Z | [ helios-setup] Jan 30 18:24:18.561 INFO E| Downloaded toml_parser v1.0.4 |
| 3311 | 2026-01-30T18:24:19.271Z | [ helios-setup] Jan 30 18:24:18.565 INFO E| Downloaded log v0.4.28 |
| 3312 | 2026-01-30T18:24:19.275Z | [ helios-setup] Jan 30 18:24:18.570 INFO E| Downloaded unicode-ident v1.0.22 |
| 3313 | 2026-01-30T18:24:19.280Z | [ helios-setup] Jan 30 18:24:18.574 INFO E| Downloaded uuid v1.18.1 |
| 3314 | 2026-01-30T18:24:19.286Z | [ helios-setup] Jan 30 18:24:18.580 INFO E| Downloaded typify v0.5.0 |
| 3315 | 2026-01-30T18:24:19.293Z | [ helios-setup] Jan 30 18:24:18.587 INFO E| Downloaded tungstenite v0.28.0 |
| 3316 | 2026-01-30T18:24:19.300Z | [ helios-setup] Jan 30 18:24:18.594 INFO E| Downloaded toml v0.9.8 |
| 3317 | 2026-01-30T18:24:19.307Z | [ helios-setup] Jan 30 18:24:18.601 INFO E| Downloaded tracing v0.1.41 |
| 3318 | 2026-01-30T18:24:19.314Z | [ helios-setup] Jan 30 18:24:18.608 INFO E| Downloaded thiserror v2.0.17 |
| 3319 | 2026-01-30T18:24:19.325Z | [ helios-setup] Jan 30 18:24:18.619 INFO E| Downloaded url v2.5.7 |
| 3320 | 2026-01-30T18:24:19.330Z | [ helios-setup] Jan 30 18:24:18.624 INFO E| Downloaded zerovec v0.11.5 |
| 3321 | 2026-01-30T18:24:19.339Z | [ helios-setup] Jan 30 18:24:18.633 INFO E| Downloaded rhai_codegen v3.1.0 |
| 3322 | 2026-01-30T18:24:19.353Z | [ helios-setup] Jan 30 18:24:18.647 INFO E| Downloaded time v0.3.44 |
| 3323 | 2026-01-30T18:24:19.365Z | [ helios-setup] Jan 30 18:24:18.659 INFO E| Downloaded thin-vec v0.2.14 |
| 3324 | 2026-01-30T18:24:19.368Z | [ helios-setup] Jan 30 18:24:18.662 INFO E| Downloaded term v1.2.0 |
| 3325 | 2026-01-30T18:24:19.373Z | [ helios-setup] Jan 30 18:24:18.667 INFO E| Downloaded quote v1.0.41 |
| 3326 | 2026-01-30T18:24:19.377Z | [ helios-setup] Jan 30 18:24:18.671 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3327 | 2026-01-30T18:24:19.381Z | [ helios-setup] Jan 30 18:24:18.676 INFO E| Downloaded litemap v0.8.1 |
| 3328 | 2026-01-30T18:24:19.386Z | [ helios-setup] Jan 30 18:24:18.680 INFO E| Downloaded dropshot_endpoint v0.16.4 |
| 3329 | 2026-01-30T18:24:19.392Z | [ helios-setup] Jan 30 18:24:18.686 INFO E| Downloaded tempfile v3.23.0 |
| 3330 | 2026-01-30T18:24:19.396Z | [ helios-setup] Jan 30 18:24:18.690 INFO E| Downloaded unicode-width v0.2.2 |
| 3331 | 2026-01-30T18:24:19.404Z | [ helios-setup] Jan 30 18:24:18.698 INFO E| Downloaded rustls-pki-types v1.13.0 |
| 3332 | 2026-01-30T18:24:19.412Z | [ helios-setup] Jan 30 18:24:18.706 INFO E| Downloaded icu_normalizer v2.1.1 |
| 3333 | 2026-01-30T18:24:19.418Z | [ helios-setup] Jan 30 18:24:18.712 INFO E| Downloaded miniz_oxide v0.8.9 |
| 3334 | 2026-01-30T18:24:19.422Z | [ helios-setup] Jan 30 18:24:18.716 INFO E| Downloaded flate2 v1.1.5 |
| 3335 | 2026-01-30T18:24:19.430Z | [ helios-setup] Jan 30 18:24:18.724 INFO E| Downloaded memchr v2.7.6 |
| 3336 | 2026-01-30T18:24:19.438Z | [ helios-setup] Jan 30 18:24:18.732 INFO E| Downloaded http v1.3.1 |
| 3337 | 2026-01-30T18:24:19.444Z | [ helios-setup] Jan 30 18:24:18.738 INFO E| Downloaded icu_collections v2.1.1 |
| 3338 | 2026-01-30T18:24:19.453Z | [ helios-setup] Jan 30 18:24:18.747 INFO E| Downloaded icu_locale_core v2.1.1 |
| 3339 | 2026-01-30T18:24:19.463Z | [ helios-setup] Jan 30 18:24:18.757 INFO E| Downloaded mio v1.1.0 |
| 3340 | 2026-01-30T18:24:19.472Z | [ helios-setup] Jan 30 18:24:18.766 INFO E| Downloaded indexmap v2.12.0 |
| 3341 | 2026-01-30T18:24:19.479Z | [ helios-setup] Jan 30 18:24:18.773 INFO E| Downloaded clap_builder v4.5.51 |
| 3342 | 2026-01-30T18:24:19.490Z | [ helios-setup] Jan 30 18:24:18.784 INFO E| Downloaded iddqd v0.3.14 |
| 3343 | 2026-01-30T18:24:19.500Z | [ helios-setup] Jan 30 18:24:18.795 INFO E| Downloaded typify-impl v0.5.0 |
| 3344 | 2026-01-30T18:24:19.523Z | [ helios-setup] Jan 30 18:24:18.817 INFO E| Downloaded libm v0.2.15 |
| 3345 | 2026-01-30T18:24:19.541Z | [ helios-setup] Jan 30 18:24:18.835 INFO E| Downloaded hyper v1.7.0 |
| 3346 | 2026-01-30T18:24:19.552Z | [ helios-setup] Jan 30 18:24:18.846 INFO E| Downloaded regex v1.12.2 |
| 3347 | 2026-01-30T18:24:19.563Z | [ helios-setup] Jan 30 18:24:18.857 INFO E| Downloaded serde_json v1.0.145 |
| 3348 | 2026-01-30T18:24:19.574Z | [ helios-setup] Jan 30 18:24:18.868 INFO E| Downloaded idna v1.1.0 |
| 3349 | 2026-01-30T18:24:19.580Z | [ helios-setup] Jan 30 18:24:18.874 INFO E| Downloaded portable-atomic v1.11.1 |
| 3350 | 2026-01-30T18:24:19.591Z | [ helios-setup] Jan 30 18:24:18.885 INFO E| Downloaded h2 v0.4.12 |
| 3351 | 2026-01-30T18:24:19.600Z | [ helios-setup] Jan 30 18:24:18.894 INFO E| Downloaded chrono v0.4.42 |
| 3352 | 2026-01-30T18:24:19.609Z | [ helios-setup] Jan 30 18:24:18.903 INFO E| Downloaded hashbrown v0.16.0 |
| 3353 | 2026-01-30T18:24:19.617Z | [ helios-setup] Jan 30 18:24:18.911 INFO E| Downloaded aho-corasick v1.1.4 |
| 3354 | 2026-01-30T18:24:19.626Z | [ helios-setup] Jan 30 18:24:18.920 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3355 | 2026-01-30T18:24:19.634Z | [ helios-setup] Jan 30 18:24:18.928 INFO E| Downloaded syn v2.0.108 |
| 3356 | 2026-01-30T18:24:19.651Z | [ helios-setup] Jan 30 18:24:18.945 INFO E| Downloaded icu_properties_data v2.1.1 |
| 3357 | 2026-01-30T18:24:19.667Z | [ helios-setup] Jan 30 18:24:18.961 INFO E| Downloaded hyper-util v0.1.17 |
| 3358 | 2026-01-30T18:24:19.675Z | [ helios-setup] Jan 30 18:24:18.969 INFO E| Downloaded regress v0.10.5 |
| 3359 | 2026-01-30T18:24:19.688Z | [ helios-setup] Jan 30 18:24:18.982 INFO E| Downloaded rhai v1.23.6 |
| 3360 | 2026-01-30T18:24:19.707Z | [ helios-setup] Jan 30 18:24:19.001 INFO E| Downloaded regex-syntax v0.8.8 |
| 3361 | 2026-01-30T18:24:19.718Z | [ helios-setup] Jan 30 18:24:19.012 INFO E| Downloaded dropshot v0.16.4 |
| 3362 | 2026-01-30T18:24:19.752Z | [ helios-setup] Jan 30 18:24:19.046 INFO E| Downloaded tokio v1.48.0 |
| 3363 | 2026-01-30T18:24:19.806Z | [ helios-setup] Jan 30 18:24:19.100 INFO E| Downloaded cc v1.2.44 |
| 3364 | 2026-01-30T18:24:19.809Z | [ helios-setup] Jan 30 18:24:19.104 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3365 | 2026-01-30T18:24:19.824Z | [ helios-setup] Jan 30 18:24:19.110 INFO E| Downloaded tokio-util v0.7.16 |
| 3366 | 2026-01-30T18:24:19.826Z | [ helios-setup] Jan 30 18:24:19.120 INFO E| Downloaded rustix v1.1.2 |
| 3367 | 2026-01-30T18:24:19.855Z | [ helios-setup] Jan 30 18:24:19.148 INFO E| Downloaded typenum v1.19.0 |
| 3368 | 2026-01-30T18:24:19.858Z | [ helios-setup] Jan 30 18:24:19.152 INFO E| Downloaded synstructure v0.13.2 |
| 3369 | 2026-01-30T18:24:19.861Z | [ helios-setup] Jan 30 18:24:19.154 INFO E| Downloaded parking_lot_core v0.9.12 |
| 3370 | 2026-01-30T18:24:19.864Z | [ helios-setup] Jan 30 18:24:19.156 INFO E| Downloaded parking_lot v0.12.5 |
| 3371 | 2026-01-30T18:24:19.868Z | [ helios-setup] Jan 30 18:24:19.160 INFO E| Downloaded icu_properties v2.1.1 |
| 3372 | 2026-01-30T18:24:19.870Z | [ helios-setup] Jan 30 18:24:19.163 INFO E| Downloaded icu_normalizer_data v2.1.1 |
| 3373 | 2026-01-30T18:24:19.873Z | [ helios-setup] Jan 30 18:24:19.165 INFO E| Downloaded httparse v1.10.1 |
| 3374 | 2026-01-30T18:24:19.875Z | [ helios-setup] Jan 30 18:24:19.169 INFO E| Downloaded getrandom v0.2.16 |
| 3375 | 2026-01-30T18:24:19.878Z | [ helios-setup] Jan 30 18:24:19.172 INFO E| Downloaded deranged v0.5.5 |
| 3376 | 2026-01-30T18:24:19.881Z | [ helios-setup] Jan 30 18:24:19.174 INFO E| Downloaded pkg-config v0.3.32 |
| 3377 | 2026-01-30T18:24:19.883Z | [ helios-setup] Jan 30 18:24:19.176 INFO E| Downloaded num_enum v0.7.5 |
| 3378 | 2026-01-30T18:24:19.888Z | [ helios-setup] Jan 30 18:24:19.182 INFO E| Downloaded regex-automata v0.4.13 |
| 3379 | 2026-01-30T18:24:19.908Z | [ helios-setup] Jan 30 18:24:19.202 INFO E| Downloaded crc v3.3.0 |
| 3380 | 2026-01-30T18:24:19.912Z | [ helios-setup] Jan 30 18:24:19.204 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3381 | 2026-01-30T18:24:19.912Z | [ helios-setup] Jan 30 18:24:19.206 INFO E| Downloaded icu_provider v2.1.1 |
| 3382 | 2026-01-30T18:24:19.915Z | [ helios-setup] Jan 30 18:24:19.209 INFO E| Downloaded getopts v0.2.24 |
| 3383 | 2026-01-30T18:24:19.918Z | [ helios-setup] Jan 30 18:24:19.211 INFO E| Downloaded clap_derive v4.5.49 |
| 3384 | 2026-01-30T18:24:19.920Z | [ helios-setup] Jan 30 18:24:19.213 INFO E| Downloaded tracing-core v0.1.34 |
| 3385 | 2026-01-30T18:24:19.923Z | [ helios-setup] Jan 30 18:24:19.217 INFO E| Downloaded toml_edit v0.23.7 |
| 3386 | 2026-01-30T18:24:19.927Z | [ helios-setup] Jan 30 18:24:19.221 INFO E| Downloaded smartstring v1.0.1 |
| 3387 | 2026-01-30T18:24:19.930Z | [ helios-setup] Jan 30 18:24:19.224 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3388 | 2026-01-30T18:24:19.933Z | [ helios-setup] Jan 30 18:24:19.226 INFO E| Downloaded toml_writer v1.0.4 |
| 3389 | 2026-01-30T18:24:19.935Z | [ helios-setup] Jan 30 18:24:19.228 INFO E| Downloaded slab v0.4.11 |
| 3390 | 2026-01-30T18:24:19.938Z | [ helios-setup] Jan 30 18:24:19.230 INFO E| Downloaded proc-macro-crate v3.4.0 |
| 3391 | 2026-01-30T18:24:19.938Z | [ helios-setup] Jan 30 18:24:19.231 INFO E| Downloaded ppv-lite86 v0.2.21 |
| 3392 | 2026-01-30T18:24:19.941Z | [ helios-setup] Jan 30 18:24:19.233 INFO E| Downloaded libc v0.2.177 |
| 3393 | 2026-01-30T18:24:19.970Z | [ helios-setup] Jan 30 18:24:19.264 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3394 | 2026-01-30T18:24:19.973Z | [ helios-setup] Jan 30 18:24:19.265 INFO E| Downloaded generic-array v0.14.9 |
| 3395 | 2026-01-30T18:24:19.976Z | [ helios-setup] Jan 30 18:24:19.267 INFO E| Downloaded lock_api v0.4.14 |
| 3396 | 2026-01-30T18:24:19.976Z | [ helios-setup] Jan 30 18:24:19.269 INFO E| Downloaded yoke v0.8.1 |
| 3397 | 2026-01-30T18:24:19.979Z | [ helios-setup] Jan 30 18:24:19.271 INFO E| Downloaded writeable v0.6.2 |
| 3398 | 2026-01-30T18:24:19.981Z | [ helios-setup] Jan 30 18:24:19.273 INFO E| Downloaded virtue v0.0.18 |
| 3399 | 2026-01-30T18:24:19.984Z | [ helios-setup] Jan 30 18:24:19.276 INFO E| Downloaded hostname v0.4.1 |
| 3400 | 2026-01-30T18:24:19.984Z | [ helios-setup] Jan 30 18:24:19.278 INFO E| Downloaded env_filter v0.1.4 |
| 3401 | 2026-01-30T18:24:19.988Z | [ helios-setup] Jan 30 18:24:19.279 INFO E| Downloaded terminal_size v0.4.3 |
| 3402 | 2026-01-30T18:24:19.988Z | [ helios-setup] Jan 30 18:24:19.281 INFO E| Downloaded no-std-compat v0.4.1 |
| 3403 | 2026-01-30T18:24:19.990Z | [ helios-setup] Jan 30 18:24:19.282 INFO E| Downloaded const-random v0.1.18 |
| 3404 | 2026-01-30T18:24:19.993Z | [ helios-setup] Jan 30 18:24:19.283 INFO E| Downloaded stable_deref_trait v1.2.1 |
| 3405 | 2026-01-30T18:24:19.994Z | [ helios-setup] Jan 30 18:24:19.284 INFO E| Downloaded serde_spanned v1.0.3 |
| 3406 | 2026-01-30T18:24:19.994Z | [ helios-setup] Jan 30 18:24:19.286 INFO E| Downloaded is_terminal_polyfill v1.70.2 |
| 3407 | 2026-01-30T18:24:19.994Z | [ helios-setup] Jan 30 18:24:19.287 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3408 | 2026-01-30T18:24:19.996Z | [ helios-setup] Jan 30 18:24:19.289 INFO E| Downloaded clap v4.5.51 |
| 3409 | 2026-01-30T18:24:20.006Z | [ helios-setup] Jan 30 18:24:19.300 INFO E| Downloaded tokio-tungstenite v0.28.0 |
| 3410 | 2026-01-30T18:24:20.009Z | [ helios-setup] Jan 30 18:24:19.303 INFO E| Downloaded crc32fast v1.5.0 |
| 3411 | 2026-01-30T18:24:20.012Z | [ helios-setup] Jan 30 18:24:19.305 INFO E| Downloaded anyhow v1.0.100 |
| 3412 | 2026-01-30T18:24:20.016Z | [ helios-setup] Jan 30 18:24:19.310 INFO E| Downloaded spin v0.5.2 |
| 3413 | 2026-01-30T18:24:20.018Z | [ helios-setup] Jan 30 18:24:19.311 INFO E| Downloaded flagset v0.4.7 |
| 3414 | 2026-01-30T18:24:20.021Z | [ helios-setup] Jan 30 18:24:19.313 INFO E| Downloaded errno v0.3.14 |
| 3415 | 2026-01-30T18:24:20.021Z | [ helios-setup] Jan 30 18:24:19.314 INFO E| Downloaded clap_lex v0.7.6 |
| 3416 | 2026-01-30T18:24:20.024Z | [ helios-setup] Jan 30 18:24:19.316 INFO E| Downloaded camino v1.2.1 |
| 3417 | 2026-01-30T18:24:20.026Z | [ helios-setup] Jan 30 18:24:19.318 INFO E| Downloaded bitfield v0.19.3 |
| 3418 | 2026-01-30T18:24:20.052Z | [ helios-setup] Jan 30 18:24:19.346 INFO E| Downloaded encoding_rs v0.8.35 |
| 3419 | 2026-01-30T18:24:20.351Z | [ helios-setup] Jan 30 18:24:19.644 INFO E| Compiling proc-macro2 v1.0.103 |
| 3420 | 2026-01-30T18:24:20.351Z | [ helios-setup] Jan 30 18:24:19.644 INFO E| Compiling quote v1.0.41 |
| 3421 | 2026-01-30T18:24:20.351Z | [ helios-setup] Jan 30 18:24:19.644 INFO E| Compiling unicode-ident v1.0.22 |
| 3422 | 2026-01-30T18:24:20.355Z | [ helios-setup] Jan 30 18:24:19.644 INFO E| Compiling serde_core v1.0.228 |
| 3423 | 2026-01-30T18:24:20.355Z | [ helios-setup] Jan 30 18:24:19.645 INFO E| Compiling libc v0.2.177 |
| 3424 | 2026-01-30T18:24:20.355Z | [ helios-setup] Jan 30 18:24:19.645 INFO E| Compiling cfg-if v1.0.4 |
| 3425 | 2026-01-30T18:24:20.355Z | [ helios-setup] Jan 30 18:24:19.645 INFO E| Compiling serde v1.0.228 |
| 3426 | 2026-01-30T18:24:20.355Z | [ helios-setup] Jan 30 18:24:19.645 INFO E| Compiling autocfg v1.5.0 |
| 3427 | 2026-01-30T18:24:20.844Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3428 | 2026-01-30T18:24:21.008Z | [ helios-setup] Jan 30 18:24:20.301 INFO E| Compiling version_check v0.9.5 |
| 3429 | 2026-01-30T18:24:21.282Z | [ helios-setup] Jan 30 18:24:20.576 INFO E| Compiling memchr v2.7.6 |
| 3430 | 2026-01-30T18:24:21.882Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3431 | 2026-01-30T18:24:22.095Z | [ helios-setup] Jan 30 18:24:21.389 INFO E| Compiling itoa v1.0.15 |
| 3432 | 2026-01-30T18:24:22.258Z | [ helios-setup] Jan 30 18:24:21.549 INFO E| Compiling serde_json v1.0.145 |
| 3433 | 2026-01-30T18:24:22.666Z | [ helios-setup] Jan 30 18:24:21.960 INFO E| Compiling bytes v1.10.1 |
| 3434 | 2026-01-30T18:24:22.871Z | [ helios-setup] Jan 30 18:24:22.165 INFO E| Compiling pin-project-lite v0.2.16 |
| 3435 | 2026-01-30T18:24:22.985Z | [ helios-setup] Jan 30 18:24:22.279 INFO E| Compiling getrandom v0.3.4 |
| 3436 | 2026-01-30T18:24:23.798Z | [ helios-setup] Jan 30 18:24:23.091 INFO E| Compiling futures-core v0.3.31 |
| 3437 | 2026-01-30T18:24:24.961Z | [ helios-setup] Jan 30 18:24:24.253 INFO E| Compiling equivalent v1.0.2 |
| 3438 | 2026-01-30T18:24:25.286Z | [ helios-setup] Jan 30 18:24:24.579 INFO E| Compiling libm v0.2.15 |
| 3439 | 2026-01-30T18:24:25.469Z | [ helios-setup] Jan 30 18:24:24.762 INFO E| Compiling foldhash v0.2.0 |
| 3440 | 2026-01-30T18:24:26.062Z | [ helios-setup] Jan 30 18:24:25.355 INFO E| Compiling syn v2.0.108 |
| 3441 | 2026-01-30T18:24:26.107Z | [ helios-setup] Jan 30 18:24:25.399 INFO E| Compiling allocator-api2 v0.2.21 |
| 3442 | 2026-01-30T18:24:26.226Z | [ helios-setup] Jan 30 18:24:25.519 INFO E| Compiling num-traits v0.2.19 |
| 3443 | 2026-01-30T18:24:26.510Z | [ helios-setup] Jan 30 18:24:25.803 INFO E| Compiling typenum v1.19.0 |
| 3444 | 2026-01-30T18:24:26.882Z | [ helios-setup] Jan 30 18:24:26.173 INFO E| Compiling const-oid v0.9.6 |
| 3445 | 2026-01-30T18:24:27.630Z | [ helios-setup] Jan 30 18:24:26.921 INFO E| Compiling hashbrown v0.16.0 |
| 3446 | 2026-01-30T18:24:28.269Z | [ helios-setup] Jan 30 18:24:27.561 INFO E| Compiling futures-sink v0.3.31 |
| 3447 | 2026-01-30T18:24:28.413Z | [ helios-setup] Jan 30 18:24:27.704 INFO E| Compiling parking_lot_core v0.9.12 |
| 3448 | 2026-01-30T18:24:28.800Z | [ helios-setup] Jan 30 18:24:28.090 INFO E| Compiling generic-array v0.14.9 |
| 3449 | 2026-01-30T18:24:29.319Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3450 | 2026-01-30T18:24:29.996Z | [ helios-setup] Jan 30 18:24:29.288 INFO E| Compiling scopeguard v1.2.0 |
| 3451 | 2026-01-30T18:24:30.488Z | [ helios-setup] Jan 30 18:24:29.779 INFO E| Compiling lock_api v0.4.14 |
| 3452 | 2026-01-30T18:24:30.583Z | [ helios-setup] Jan 30 18:24:29.875 INFO E| Compiling thiserror v2.0.17 |
| 3453 | 2026-01-30T18:24:30.907Z | [ host-package] Compiling ena v0.14.3 |
| 3454 | 2026-01-30T18:24:31.545Z | [ helios-setup] Jan 30 18:24:30.836 INFO E| Compiling slab v0.4.11 |
| 3455 | 2026-01-30T18:24:32.753Z | [ host-package] Compiling unicase v2.8.1 |
| 3456 | 2026-01-30T18:24:32.834Z | [ host-package] Compiling bindgen v0.71.1 |
| 3457 | 2026-01-30T18:24:33.868Z | [ helios-setup] Jan 30 18:24:33.159 INFO E| Compiling futures-channel v0.3.31 |
| 3458 | 2026-01-30T18:24:34.088Z | [ helios-setup] Jan 30 18:24:33.378 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3459 | 2026-01-30T18:24:34.222Z | [ host-package] Compiling diff v0.1.13 |
| 3460 | 2026-01-30T18:24:34.457Z | [ helios-setup] Jan 30 18:24:33.748 INFO E| Compiling socket2 v0.6.1 |
| 3461 | 2026-01-30T18:24:34.557Z | [ helios-setup] Jan 30 18:24:33.848 INFO E| Compiling mio v1.1.0 |
| 3462 | 2026-01-30T18:24:34.671Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3463 | 2026-01-30T18:24:34.894Z | [ helios-setup] Jan 30 18:24:34.185 INFO E| Compiling zerocopy v0.8.27 |
| 3464 | 2026-01-30T18:24:35.272Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3465 | 2026-01-30T18:24:35.817Z | [ helios-setup] Jan 30 18:24:35.108 INFO E| Compiling ryu v1.0.20 |
| 3466 | 2026-01-30T18:24:36.531Z | [ helios-setup] Jan 30 18:24:35.821 INFO E| Compiling rustversion v1.0.22 |
| 3467 | 2026-01-30T18:24:36.696Z | [ helios-setup] Jan 30 18:24:35.986 INFO E| Compiling portable-atomic v1.11.1 |
| 3468 | 2026-01-30T18:24:36.741Z | [ helios-setup] Jan 30 18:24:36.032 INFO E| Compiling pin-utils v0.1.0 |
| 3469 | 2026-01-30T18:24:37.271Z | [ helios-setup] Jan 30 18:24:36.562 INFO E| Compiling futures-io v0.3.31 |
| 3470 | 2026-01-30T18:24:37.271Z | [ helios-setup] Jan 30 18:24:36.562 INFO E| Compiling futures-task v0.3.31 |
| 3471 | 2026-01-30T18:24:37.783Z | [ helios-setup] Jan 30 18:24:37.073 INFO E| Compiling crypto-common v0.1.6 |
| 3472 | 2026-01-30T18:24:37.939Z | [ helios-setup] Jan 30 18:24:37.229 INFO E| Compiling block-buffer v0.10.4 |
| 3473 | 2026-01-30T18:24:38.032Z | [ helios-setup] Jan 30 18:24:37.319 INFO E| Compiling bitflags v2.10.0 |
| 3474 | 2026-01-30T18:24:38.116Z | [ helios-setup] Jan 30 18:24:37.404 INFO E| Compiling fnv v1.0.7 |
| 3475 | 2026-01-30T18:24:38.719Z | [ helios-setup] Jan 30 18:24:38.009 INFO E| Compiling log v0.4.28 |
| 3476 | 2026-01-30T18:24:38.724Z | [ helios-setup] Jan 30 18:24:38.014 INFO E| Compiling stable_deref_trait v1.2.1 |
| 3477 | 2026-01-30T18:24:38.835Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3478 | 2026-01-30T18:24:39.273Z | [ helios-setup] Jan 30 18:24:38.564 INFO E| Compiling http v1.3.1 |
| 3479 | 2026-01-30T18:24:39.675Z | [ helios-setup] Jan 30 18:24:38.964 INFO E| Compiling digest v0.10.7 |
| 3480 | 2026-01-30T18:24:39.877Z | [ helios-setup] Jan 30 18:24:39.165 INFO E| Compiling indexmap v2.12.0 |
| 3481 | 2026-01-30T18:24:40.375Z | [ helios-setup] Jan 30 18:24:39.665 INFO E| Compiling once_cell v1.21.3 |
| 3482 | 2026-01-30T18:24:40.825Z | [ helios-setup] Jan 30 18:24:40.115 INFO E| Compiling heck v0.5.0 |
| 3483 | 2026-01-30T18:24:40.935Z | [ helios-setup] Jan 30 18:24:40.225 INFO E| Compiling schemars v0.8.22 |
| 3484 | 2026-01-30T18:24:41.942Z | [ helios-setup] Jan 30 18:24:41.232 INFO E| Compiling synstructure v0.13.2 |
| 3485 | 2026-01-30T18:24:41.987Z | [ helios-setup] Jan 30 18:24:41.276 INFO E| Compiling cpufeatures v0.2.17 |
| 3486 | 2026-01-30T18:24:42.116Z | [ helios-setup] Jan 30 18:24:41.405 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3487 | 2026-01-30T18:24:42.219Z | [ helios-setup] Jan 30 18:24:41.508 INFO E| Compiling slog v2.8.2 |
| 3488 | 2026-01-30T18:24:43.432Z | [ helios-setup] Jan 30 18:24:42.722 INFO E| Compiling iana-time-zone v0.1.64 |
| 3489 | 2026-01-30T18:24:43.458Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3490 | 2026-01-30T18:24:44.144Z | [ helios-setup] Jan 30 18:24:43.434 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3491 | 2026-01-30T18:24:44.822Z | [ helios-setup] Jan 30 18:24:44.111 INFO E| Compiling shlex v1.3.0 |
| 3492 | 2026-01-30T18:24:45.491Z | [ helios-setup] Jan 30 18:24:44.780 INFO E| Compiling zeroize v1.8.2 |
| 3493 | 2026-01-30T18:24:45.547Z | [ helios-setup] Jan 30 18:24:44.836 INFO E| Compiling httparse v1.10.1 |
| 3494 | 2026-01-30T18:24:45.878Z | [ helios-setup] Jan 30 18:24:45.167 INFO E| Compiling cc v1.2.44 |
| 3495 | 2026-01-30T18:24:46.937Z | [ helios-setup] Jan 30 18:24:46.224 INFO E| Compiling anyhow v1.0.100 |
| 3496 | 2026-01-30T18:24:47.853Z | [ helios-setup] Jan 30 18:24:47.141 INFO E| Compiling semver v1.0.27 |
| 3497 | 2026-01-30T18:24:48.214Z | [ helios-setup] Jan 30 18:24:47.503 INFO E| Compiling serde_derive v1.0.228 |
| 3498 | 2026-01-30T18:24:48.500Z | [ helios-setup] Jan 30 18:24:47.789 INFO E| Compiling tokio-macros v2.6.0 |
| 3499 | 2026-01-30T18:24:48.926Z | [ helios-setup] Jan 30 18:24:48.214 INFO E| Compiling futures-macro v0.3.31 |
| 3500 | 2026-01-30T18:24:49.067Z | [ helios-setup] Jan 30 18:24:48.355 INFO E| Compiling zerofrom-derive v0.1.6 |
| 3501 | 2026-01-30T18:24:49.255Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3502 | 2026-01-30T18:24:49.950Z | [ helios-setup] Jan 30 18:24:49.235 INFO E| Compiling thiserror-impl v2.0.17 |
| 3503 | 2026-01-30T18:24:50.894Z | [ helios-setup] Jan 30 18:24:50.181 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3504 | 2026-01-30T18:24:51.112Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3505 | 2026-01-30T18:24:51.306Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3506 | 2026-01-30T18:24:51.555Z | [ helios-setup] Jan 30 18:24:50.843 INFO E| Compiling yoke-derive v0.8.1 |
| 3507 | 2026-01-30T18:24:52.048Z | [ helios-setup] Jan 30 18:24:51.334 INFO E| Compiling zerovec-derive v0.11.2 |
| 3508 | 2026-01-30T18:24:52.089Z | [ helios-setup] Jan 30 18:24:51.376 INFO E| Compiling displaydoc v0.2.5 |
| 3509 | 2026-01-30T18:24:52.732Z | [ helios-setup] Jan 30 18:24:52.020 INFO E| Compiling futures-util v0.3.31 |
| 3510 | 2026-01-30T18:24:54.086Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3511 | 2026-01-30T18:24:55.049Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3512 | 2026-01-30T18:24:55.276Z | [ helios-setup] Jan 30 18:24:54.563 INFO E| Compiling zerofrom v0.1.6 |
| 3513 | 2026-01-30T18:24:55.562Z | [ helios-setup] Jan 30 18:24:54.849 INFO E| Compiling schemars_derive v0.8.22 |
| 3514 | 2026-01-30T18:24:55.885Z | [ host-package] Compiling crc8 v0.1.1 |
| 3515 | 2026-01-30T18:24:56.078Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3516 | 2026-01-30T18:24:56.697Z | [ helios-setup] Jan 30 18:24:55.984 INFO E| Compiling yoke v0.8.1 |
| 3517 | 2026-01-30T18:24:56.812Z | [ helios-setup] Jan 30 18:24:56.099 INFO E| Compiling getrandom v0.2.16 |
| 3518 | 2026-01-30T18:24:56.906Z | [ helios-setup] Jan 30 18:24:56.193 INFO E| Compiling litemap v0.8.1 |
| 3519 | 2026-01-30T18:24:57.403Z | [ helios-setup] Jan 30 18:24:56.690 INFO E| Compiling crc32fast v1.5.0 |
| 3520 | 2026-01-30T18:24:57.682Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3521 | 2026-01-30T18:24:57.713Z | [ helios-setup] Jan 30 18:24:57.000 INFO E| Compiling num-conv v0.1.0 |
| 3522 | 2026-01-30T18:24:57.939Z | [ helios-setup] Jan 30 18:24:57.225 INFO E| Compiling zerovec v0.11.5 |
| 3523 | 2026-01-30T18:24:58.011Z | [ helios-setup] Jan 30 18:24:57.297 INFO E| Compiling writeable v0.6.2 |
| 3524 | 2026-01-30T18:24:58.425Z | [ helios-setup] Jan 30 18:24:57.712 INFO E| Compiling time-core v0.1.6 |
| 3525 | 2026-01-30T18:24:58.630Z | [ helios-setup] Jan 30 18:24:57.916 INFO E| Compiling winnow v0.7.13 |
| 3526 | 2026-01-30T18:24:58.923Z | [ helios-setup] Jan 30 18:24:58.209 INFO E| Compiling powerfmt v0.2.0 |
| 3527 | 2026-01-30T18:24:59.148Z | [ helios-setup] Jan 30 18:24:58.433 INFO E| Compiling time-macros v0.2.24 |
| 3528 | 2026-01-30T18:24:59.883Z | [ host-package] Compiling headers-core v0.3.0 |
| 3529 | 2026-01-30T18:25:00.222Z | [ helios-setup] Jan 30 18:24:59.508 INFO E| Compiling deranged v0.5.5 |
| 3530 | 2026-01-30T18:25:00.304Z | [ host-package] Compiling libxml v0.3.3 |
| 3531 | 2026-01-30T18:25:00.490Z | [ host-package] Compiling headers v0.4.1 |
| 3532 | 2026-01-30T18:25:00.892Z | [ helios-setup] Jan 30 18:25:00.177 INFO E| Compiling tinystr v0.8.2 |
| 3533 | 2026-01-30T18:25:01.162Z | [ helios-setup] Jan 30 18:25:00.448 INFO E| Compiling potential_utf v0.1.4 |
| 3534 | 2026-01-30T18:25:01.956Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3535 | 2026-01-30T18:25:02.040Z | [ helios-setup] Jan 30 18:25:01.326 INFO E| Compiling icu_locale_core v2.1.1 |
| 3536 | 2026-01-30T18:25:04.467Z | [ helios-setup] Jan 30 18:25:03.752 INFO E| Compiling smallvec v1.15.1 |
| 3537 | 2026-01-30T18:25:04.726Z | [ helios-setup] Jan 30 18:25:04.012 INFO E| Compiling erased-serde v0.3.31 |
| 3538 | 2026-01-30T18:25:04.891Z | [ helios-setup] Jan 30 18:25:04.176 INFO E| Compiling chrono v0.4.42 |
| 3539 | 2026-01-30T18:25:05.437Z | [ helios-setup] Jan 30 18:25:04.722 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3540 | 2026-01-30T18:25:05.879Z | [ helios-setup] Jan 30 18:25:05.162 INFO E| Compiling uuid v1.18.1 |
| 3541 | 2026-01-30T18:25:06.136Z | [ helios-setup] Jan 30 18:25:05.421 INFO E| Compiling toml_parser v1.0.4 |
| 3542 | 2026-01-30T18:25:06.489Z | [ helios-setup] Jan 30 18:25:05.773 INFO E| Compiling serde_tokenstream v0.2.2 |
| 3543 | 2026-01-30T18:25:06.800Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3544 | 2026-01-30T18:25:07.107Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3545 | 2026-01-30T18:25:07.418Z | [ helios-setup] Jan 30 18:25:06.673 INFO E| Compiling parking_lot v0.12.5 |
| 3546 | 2026-01-30T18:25:08.129Z | [ helios-setup] Jan 30 18:25:07.414 INFO E| Compiling zerotrie v0.2.3 |
| 3547 | 2026-01-30T18:25:08.141Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3548 | 2026-01-30T18:25:08.328Z | [ helios-setup] Jan 30 18:25:07.613 INFO E| Compiling tokio v1.48.0 |
| 3549 | 2026-01-30T18:25:09.048Z | [ host-package] Compiling indoc v1.0.9 |
| 3550 | 2026-01-30T18:25:10.442Z | [ helios-setup] Jan 30 18:25:09.726 INFO E| Compiling icu_normalizer_data v2.1.1 |
| 3551 | 2026-01-30T18:25:10.947Z | [ helios-setup] Jan 30 18:25:10.231 INFO E| Compiling unicode-width v0.2.2 |
| 3552 | 2026-01-30T18:25:12.146Z | [ helios-setup] Jan 30 18:25:11.430 INFO E| Compiling num_threads v0.1.7 |
| 3553 | 2026-01-30T18:25:12.500Z | [ helios-setup] Jan 30 18:25:11.767 INFO E| Compiling icu_properties_data v2.1.1 |
| 3554 | 2026-01-30T18:25:12.577Z | [ helios-setup] Jan 30 18:25:11.861 INFO E| Compiling toml_datetime v0.7.3 |
| 3555 | 2026-01-30T18:25:12.580Z | [ helios-setup] Jan 30 18:25:11.864 INFO E| Compiling dyn-clone v1.0.20 |
| 3556 | 2026-01-30T18:25:12.908Z | [ helios-setup] Jan 30 18:25:12.191 INFO E| Compiling time v0.3.44 |
| 3557 | 2026-01-30T18:25:13.244Z | [ helios-setup] Jan 30 18:25:12.527 INFO E| Compiling icu_provider v2.1.1 |
| 3558 | 2026-01-30T18:25:13.583Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3559 | 2026-01-30T18:25:13.626Z | [ helios-setup] Jan 30 18:25:12.909 INFO E| Compiling toml_edit v0.23.7 |
| 3560 | 2026-01-30T18:25:14.036Z | [ helios-setup] Jan 30 18:25:13.319 INFO E| Compiling icu_collections v2.1.1 |
| 3561 | 2026-01-30T18:25:14.437Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3562 | 2026-01-30T18:25:14.900Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3563 | 2026-01-30T18:25:15.044Z | [ helios-setup] Jan 30 18:25:14.326 INFO E| Compiling regress v0.10.5 |
| 3564 | 2026-01-30T18:25:15.173Z | [ helios-setup] Jan 30 18:25:14.456 INFO E| Compiling http-body v1.0.1 |
| 3565 | 2026-01-30T18:25:15.872Z | [ helios-setup] Jan 30 18:25:15.155 INFO E| Compiling sha2 v0.10.9 |
| 3566 | 2026-01-30T18:25:16.881Z | [ helios-setup] Jan 30 18:25:16.164 INFO E| Compiling tracing-core v0.1.34 |
| 3567 | 2026-01-30T18:25:18.051Z | [ helios-setup] Jan 30 18:25:17.333 INFO E| Compiling crunchy v0.2.4 |
| 3568 | 2026-01-30T18:25:19.095Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3569 | 2026-01-30T18:25:19.241Z | [ helios-setup] Jan 30 18:25:18.523 INFO E| Compiling percent-encoding v2.3.2 |
| 3570 | 2026-01-30T18:25:20.233Z | [ helios-setup] Jan 30 18:25:19.515 INFO E| Compiling atomic-waker v1.1.2 |
| 3571 | 2026-01-30T18:25:20.533Z | [ host-package] Compiling samael v0.0.19 |
| 3572 | 2026-01-30T18:25:20.977Z | [ helios-setup] Jan 30 18:25:20.260 INFO E| Compiling tracing v0.1.41 |
| 3573 | 2026-01-30T18:25:21.093Z | [ helios-setup] Jan 30 18:25:20.375 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3574 | 2026-01-30T18:25:21.309Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3575 | 2026-01-30T18:25:22.304Z | [ helios-setup] Jan 30 18:25:21.586 INFO E| Compiling getopts v0.2.24 |
| 3576 | 2026-01-30T18:25:22.369Z | [ helios-setup] Jan 30 18:25:21.650 INFO E| Compiling futures-executor v0.3.31 |
| 3577 | 2026-01-30T18:25:22.496Z | [ helios-setup] Jan 30 18:25:21.777 INFO E| Compiling thread_local v1.1.9 |
| 3578 | 2026-01-30T18:25:22.647Z | [ helios-setup] Jan 30 18:25:21.929 INFO E| Compiling typify-impl v0.5.0 |
| 3579 | 2026-01-30T18:25:23.872Z | [ helios-setup] Jan 30 18:25:23.153 INFO E| Compiling tiny-keccak v2.0.2 |
| 3580 | 2026-01-30T18:25:24.036Z | [ helios-setup] Jan 30 18:25:23.317 INFO E| Compiling try-lock v0.2.5 |
| 3581 | 2026-01-30T18:25:24.140Z | [ helios-setup] Jan 30 18:25:23.421 INFO E| Compiling thiserror v1.0.69 |
| 3582 | 2026-01-30T18:25:24.326Z | [ helios-setup] Jan 30 18:25:23.608 INFO E| Compiling rustix v1.1.2 |
| 3583 | 2026-01-30T18:25:24.585Z | [ helios-setup] Jan 30 18:25:23.866 INFO E| Compiling tower-service v0.3.3 |
| 3584 | 2026-01-30T18:25:24.588Z | [ host-package] Compiling polar-core v0.27.3 |
| 3585 | 2026-01-30T18:25:24.915Z | [ helios-setup] Jan 30 18:25:24.197 INFO E| Compiling want v0.3.1 |
| 3586 | 2026-01-30T18:25:25.647Z | [ host-package] Compiling half v1.8.3 |
| 3587 | 2026-01-30T18:25:26.027Z | [ helios-setup] Jan 30 18:25:25.308 INFO E| Compiling num_enum_derive v0.7.5 |
| 3588 | 2026-01-30T18:25:26.287Z | [ helios-setup] Jan 30 18:25:25.568 INFO E| Compiling futures v0.3.31 |
| 3589 | 2026-01-30T18:25:26.626Z | [ helios-setup] Jan 30 18:25:25.907 INFO E| Compiling icu_normalizer v2.1.1 |
| 3590 | 2026-01-30T18:25:26.849Z | [ helios-setup] Jan 30 18:25:26.128 INFO E| Compiling tokio-util v0.7.16 |
| 3591 | 2026-01-30T18:25:27.777Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3592 | 2026-01-30T18:25:27.997Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3593 | 2026-01-30T18:25:28.882Z | [ helios-setup] Jan 30 18:25:28.157 INFO E| Compiling icu_properties v2.1.1 |
| 3594 | 2026-01-30T18:25:30.533Z | [ helios-setup] Jan 30 18:25:29.813 INFO E| Compiling h2 v0.4.12 |
| 3595 | 2026-01-30T18:25:31.124Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3596 | 2026-01-30T18:25:31.679Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3597 | 2026-01-30T18:25:31.919Z | [ helios-setup] Jan 30 18:25:31.199 INFO E| Compiling form_urlencoded v1.2.2 |
| 3598 | 2026-01-30T18:25:32.226Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3599 | 2026-01-30T18:25:32.504Z | [ helios-setup] Jan 30 18:25:31.782 INFO E| Compiling thiserror-impl v1.0.69 |
| 3600 | 2026-01-30T18:25:33.175Z | [ helios-setup] Jan 30 18:25:32.454 INFO E| Compiling serde_spanned v1.0.3 |
| 3601 | 2026-01-30T18:25:33.426Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3602 | 2026-01-30T18:25:34.300Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3603 | 2026-01-30T18:25:35.277Z | [ helios-setup] Jan 30 18:25:34.557 INFO E| Compiling errno v0.3.14 |
| 3604 | 2026-01-30T18:25:35.886Z | [ helios-setup] Jan 30 18:25:35.165 INFO E| Compiling is-terminal v0.4.17 |
| 3605 | 2026-01-30T18:25:36.202Z | [ helios-setup] Jan 30 18:25:35.471 INFO E| Compiling simd-adler32 v0.3.7 |
| 3606 | 2026-01-30T18:25:36.309Z | [ helios-setup] Jan 30 18:25:35.588 INFO E| Compiling httpdate v1.0.3 |
| 3607 | 2026-01-30T18:25:36.477Z | [ helios-setup] Jan 30 18:25:35.756 INFO E| Compiling term v1.2.0 |
| 3608 | 2026-01-30T18:25:38.336Z | [ helios-setup] Jan 30 18:25:37.615 INFO E| Compiling adler2 v2.0.1 |
| 3609 | 2026-01-30T18:25:38.790Z | [ helios-setup] Jan 30 18:25:38.068 INFO E| Compiling toml_writer v1.0.4 |
| 3610 | 2026-01-30T18:25:38.891Z | [ helios-setup] Jan 30 18:25:38.169 INFO E| Compiling miniz_oxide v0.8.9 |
| 3611 | 2026-01-30T18:25:39.784Z | [ helios-setup] Jan 30 18:25:39.063 INFO E| Compiling toml v0.9.8 |
| 3612 | 2026-01-30T18:25:40.477Z | [ helios-setup] Jan 30 18:25:39.755 INFO E| Compiling slog-term v2.9.2 |
| 3613 | 2026-01-30T18:25:40.962Z | [ host-package] Compiling bb8 v0.8.5 |
| 3614 | 2026-01-30T18:25:41.116Z | [ helios-setup] Jan 30 18:25:40.395 INFO E| Compiling typify-macro v0.5.0 |
| 3615 | 2026-01-30T18:25:42.347Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3616 | 2026-01-30T18:25:44.434Z | [ helios-setup] Jan 30 18:25:43.712 INFO E| Compiling hyper v1.7.0 |
| 3617 | 2026-01-30T18:25:44.867Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3618 | 2026-01-30T18:25:44.977Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3619 | 2026-01-30T18:25:48.110Z | [ helios-setup] Jan 30 18:25:47.387 INFO E| Compiling idna_adapter v1.2.1 |
| 3620 | 2026-01-30T18:25:48.165Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3621 | 2026-01-30T18:25:48.904Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3622 | 2026-01-30T18:25:49.885Z | [ helios-setup] Jan 30 18:25:49.161 INFO E| Compiling num_enum v0.7.5 |
| 3623 | 2026-01-30T18:25:50.485Z | [ helios-setup] Jan 30 18:25:49.762 INFO E| Compiling aho-corasick v1.1.4 |
| 3624 | 2026-01-30T18:25:51.131Z | [ helios-setup] Jan 30 18:25:50.407 INFO E| Compiling rand_core v0.9.3 |
| 3625 | 2026-01-30T18:25:52.917Z | [ helios-setup] Jan 30 18:25:52.193 INFO E| Compiling sync_wrapper v1.0.2 |
| 3626 | 2026-01-30T18:25:53.721Z | [ helios-setup] Jan 30 18:25:52.996 INFO E| Compiling tower-layer v0.3.3 |
| 3627 | 2026-01-30T18:25:54.827Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3628 | 2026-01-30T18:25:54.965Z | [ helios-setup] Jan 30 18:25:54.241 INFO E| Compiling base64 v0.22.1 |
| 3629 | 2026-01-30T18:25:55.762Z | [ host-package] Compiling fxhash v0.2.1 |
| 3630 | 2026-01-30T18:25:55.885Z | [ helios-setup] Jan 30 18:25:55.161 INFO E| Compiling base64ct v1.8.0 |
| 3631 | 2026-01-30T18:25:56.424Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3632 | 2026-01-30T18:25:57.325Z | [ helios-setup] Jan 30 18:25:56.600 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3633 | 2026-01-30T18:25:57.394Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3634 | 2026-01-30T18:25:57.429Z | [ helios-setup] Jan 30 18:25:56.703 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3635 | 2026-01-30T18:25:57.569Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3636 | 2026-01-30T18:25:57.762Z | [ helios-setup] Jan 30 18:25:57.037 INFO E| Compiling ipnet v2.11.0 |
| 3637 | 2026-01-30T18:25:58.068Z | [ helios-setup] Jan 30 18:25:57.343 INFO E| Compiling utf8_iter v1.0.4 |
| 3638 | 2026-01-30T18:25:58.884Z | [ helios-setup] Jan 30 18:25:58.158 INFO E| Compiling regex-syntax v0.8.8 |
| 3639 | 2026-01-30T18:25:59.459Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3640 | 2026-01-30T18:26:00.287Z | [ helios-setup] Jan 30 18:25:59.561 INFO E| Compiling hyper-util v0.1.17 |
| 3641 | 2026-01-30T18:26:00.938Z | [ host-package] Compiling nonempty v0.12.0 |
| 3642 | 2026-01-30T18:26:01.378Z | [ helios-setup] Jan 30 18:26:00.652 INFO E| Compiling idna v1.1.0 |
| 3643 | 2026-01-30T18:26:01.510Z | [ helios-setup] Jan 30 18:26:00.784 INFO E| Compiling const-random-macro v0.1.16 |
| 3644 | 2026-01-30T18:26:02.359Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3645 | 2026-01-30T18:26:02.700Z | [ helios-setup] Jan 30 18:26:01.974 INFO E| Compiling devinfo v0.1.0 |
| 3646 | 2026-01-30T18:26:02.928Z | [ helios-setup] Jan 30 18:26:02.201 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3647 | 2026-01-30T18:26:03.454Z | [ helios-setup] Jan 30 18:26:02.728 INFO E| Compiling tower v0.5.2 |
| 3648 | 2026-01-30T18:26:05.283Z | [ helios-setup] Jan 30 18:26:04.557 INFO E| Compiling rand_chacha v0.9.0 |
| 3649 | 2026-01-30T18:26:05.920Z | [ helios-setup] Jan 30 18:26:05.193 INFO E| Compiling flate2 v1.1.5 |
| 3650 | 2026-01-30T18:26:06.963Z | [ helios-setup] Jan 30 18:26:06.236 INFO E| Compiling regex-automata v0.4.13 |
| 3651 | 2026-01-30T18:26:07.734Z | [ helios-setup] Jan 30 18:26:07.007 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3652 | 2026-01-30T18:26:08.358Z | [ helios-setup] Jan 30 18:26:07.631 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3653 | 2026-01-30T18:26:08.552Z | [ helios-setup] Jan 30 18:26:07.825 INFO E| Compiling http-body-util v0.1.3 |
| 3654 | 2026-01-30T18:26:09.366Z | [ helios-setup] Jan 30 18:26:08.638 INFO E| Compiling ring v0.17.14 |
| 3655 | 2026-01-30T18:26:09.805Z | [ helios-setup] Jan 30 18:26:09.077 INFO E| Compiling der_derive v0.7.3 |
| 3656 | 2026-01-30T18:26:09.887Z | [ helios-setup] Jan 30 18:26:09.160 INFO E| Compiling sha1 v0.10.6 |
| 3657 | 2026-01-30T18:26:10.413Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3658 | 2026-01-30T18:26:12.207Z | [ helios-setup] Jan 30 18:26:11.480 INFO E| Compiling ahash v0.8.12 |
| 3659 | 2026-01-30T18:26:12.767Z | [ helios-setup] Jan 30 18:26:12.038 INFO E| Compiling iri-string v0.7.8 |
| 3660 | 2026-01-30T18:26:13.196Z | [ host-package] Compiling oso v0.27.3 |
| 3661 | 2026-01-30T18:26:14.992Z | [ helios-setup] Jan 30 18:26:14.263 INFO E| Compiling bitflags v1.3.2 |
| 3662 | 2026-01-30T18:26:15.031Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3663 | 2026-01-30T18:26:15.185Z | [ helios-setup] Jan 30 18:26:14.456 INFO E| Compiling spin v0.9.8 |
| 3664 | 2026-01-30T18:26:15.927Z | [ helios-setup] Jan 30 18:26:15.198 INFO E| Compiling byteorder v1.5.0 |
| 3665 | 2026-01-30T18:26:17.085Z | [ helios-setup] Jan 30 18:26:16.329 INFO E| Compiling utf8parse v0.2.2 |
| 3666 | 2026-01-30T18:26:17.880Z | [ helios-setup] Jan 30 18:26:17.150 INFO E| Compiling flagset v0.4.7 |
| 3667 | 2026-01-30T18:26:18.719Z | [ helios-setup] Jan 30 18:26:17.989 INFO E| Compiling der v0.7.10 |
| 3668 | 2026-01-30T18:26:18.822Z | [ helios-setup] Jan 30 18:26:18.091 INFO E| Compiling anstyle-parse v0.2.7 |
| 3669 | 2026-01-30T18:26:20.806Z | [ helios-setup] Jan 30 18:26:20.072 INFO E| Compiling tower-http v0.6.6 |
| 3670 | 2026-01-30T18:26:21.180Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3671 | 2026-01-30T18:26:25.256Z | [ helios-setup] Jan 30 18:26:24.525 INFO E| Compiling regex v1.12.2 |
| 3672 | 2026-01-30T18:26:31.443Z | [ helios-setup] Jan 30 18:26:30.712 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3673 | 2026-01-30T18:26:34.234Z | [ helios-setup] Jan 30 18:26:33.502 INFO E| Compiling rand v0.9.2 |
| 3674 | 2026-01-30T18:26:34.414Z | [ helios-setup] Jan 30 18:26:33.682 INFO E| Compiling const-random v0.1.18 |
| 3675 | 2026-01-30T18:26:34.825Z | [ helios-setup] Jan 30 18:26:34.093 INFO E| Compiling url v2.5.7 |
| 3676 | 2026-01-30T18:26:38.386Z | [ helios-setup] Jan 30 18:26:37.653 INFO E| Compiling typify v0.5.0 |
| 3677 | 2026-01-30T18:26:38.856Z | [ helios-setup] Jan 30 18:26:38.123 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3678 | 2026-01-30T18:26:40.256Z | [ helios-setup] Jan 30 18:26:39.522 INFO E| Compiling openapiv3 v2.2.0 |
| 3679 | 2026-01-30T18:26:42.206Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3680 | 2026-01-30T18:26:43.995Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3681 | 2026-01-30T18:26:46.508Z | [ helios-setup] Jan 30 18:26:45.774 INFO E| Compiling rand_core v0.6.4 |
| 3682 | 2026-01-30T18:26:47.976Z | [ helios-setup] Jan 30 18:26:47.241 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3683 | 2026-01-30T18:26:48.542Z | [ helios-setup] Jan 30 18:26:47.808 INFO E| Compiling unsafe-libyaml v0.2.11 |
| 3684 | 2026-01-30T18:26:48.659Z | [ helios-setup] Jan 30 18:26:47.923 INFO E| Compiling anstyle-query v1.1.4 |
| 3685 | 2026-01-30T18:26:48.871Z | [ helios-setup] Jan 30 18:26:48.136 INFO E| Compiling anstyle v1.0.13 |
| 3686 | 2026-01-30T18:26:49.288Z | [ helios-setup] Jan 30 18:26:48.551 INFO E| Compiling syn v1.0.109 |
| 3687 | 2026-01-30T18:26:50.016Z | [ helios-setup] Jan 30 18:26:49.280 INFO E| Compiling utf-8 v0.7.6 |
| 3688 | 2026-01-30T18:26:50.779Z | [ helios-setup] Jan 30 18:26:50.044 INFO E| Compiling radium v0.7.0 |
| 3689 | 2026-01-30T18:26:50.790Z | [ host-package] Compiling nanorand v0.7.0 |
| 3690 | 2026-01-30T18:26:51.051Z | [ helios-setup] Jan 30 18:26:50.316 INFO E| Compiling colorchoice v1.0.4 |
| 3691 | 2026-01-30T18:26:51.091Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3692 | 2026-01-30T18:26:51.544Z | [ helios-setup] Jan 30 18:26:50.808 INFO E| Compiling subtle v2.6.1 |
| 3693 | 2026-01-30T18:26:51.864Z | [ helios-setup] Jan 30 18:26:51.129 INFO E| Compiling data-encoding v2.9.0 |
| 3694 | 2026-01-30T18:26:52.148Z | [ helios-setup] Jan 30 18:26:51.413 INFO E| Compiling anstream v0.6.21 |
| 3695 | 2026-01-30T18:26:52.210Z | [ helios-setup] Jan 30 18:26:51.475 INFO E| Compiling serde_yaml v0.9.34+deprecated |
| 3696 | 2026-01-30T18:26:52.685Z | [ host-package] Compiling flume v0.11.1 |
| 3697 | 2026-01-30T18:26:52.905Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3698 | 2026-01-30T18:26:52.947Z | [ helios-setup] Jan 30 18:26:52.211 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3699 | 2026-01-30T18:26:54.269Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3700 | 2026-01-30T18:26:54.286Z | [ helios-setup] Jan 30 18:26:53.548 INFO E| Compiling tungstenite v0.28.0 |
| 3701 | 2026-01-30T18:26:54.318Z | [ helios-setup] Jan 30 18:26:53.582 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3702 | 2026-01-30T18:26:54.869Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3703 | 2026-01-30T18:26:58.983Z | [ helios-setup] Jan 30 18:26:58.232 INFO E| Compiling reqwest v0.12.24 |
| 3704 | 2026-01-30T18:27:05.810Z | [ helios-setup] Jan 30 18:27:05.071 INFO E| Compiling spki v0.7.3 |
| 3705 | 2026-01-30T18:27:06.923Z | [ helios-setup] Jan 30 18:27:06.184 INFO E| Compiling terminal_size v0.4.3 |
| 3706 | 2026-01-30T18:27:07.006Z | [ helios-setup] Jan 30 18:27:06.268 INFO E| Compiling rustls-pki-types v1.13.0 |
| 3707 | 2026-01-30T18:27:07.701Z | [ helios-setup] Jan 30 18:27:06.963 INFO E| Compiling maybe-uninit v2.0.0 |
| 3708 | 2026-01-30T18:27:09.158Z | [ helios-setup] Jan 30 18:27:08.419 INFO E| Compiling untrusted v0.9.0 |
| 3709 | 2026-01-30T18:27:09.275Z | [ host-package] Compiling libgit2-sys v0.18.2+1.9.1 |
| 3710 | 2026-01-30T18:27:09.897Z | [ helios-setup] Jan 30 18:27:09.157 INFO E| Compiling pkg-config v0.3.32 |
| 3711 | 2026-01-30T18:27:10.575Z | [ helios-setup] Jan 30 18:27:09.834 INFO E| Compiling tap v1.0.1 |
| 3712 | 2026-01-30T18:27:10.886Z | [ helios-setup] Jan 30 18:27:10.147 INFO E| Compiling crossbeam-utils v0.8.21 |
| 3713 | 2026-01-30T18:27:11.424Z | [ helios-setup] Jan 30 18:27:10.685 INFO E| Compiling wyz v0.5.1 |
| 3714 | 2026-01-30T18:27:11.479Z | [ host-package] Compiling salty v0.3.0 |
| 3715 | 2026-01-30T18:27:12.270Z | [ helios-setup] Jan 30 18:27:11.530 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3716 | 2026-01-30T18:27:13.008Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3717 | 2026-01-30T18:27:13.841Z | [ helios-setup] Jan 30 18:27:13.101 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3718 | 2026-01-30T18:27:16.406Z | [ helios-setup] Jan 30 18:27:15.665 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3719 | 2026-01-30T18:27:18.891Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3720 | 2026-01-30T18:27:20.026Z | [ helios-setup] Jan 30 18:27:19.285 INFO E| Compiling tokio-tungstenite v0.28.0 |
| 3721 | 2026-01-30T18:27:24.302Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3722 | 2026-01-30T18:27:32.204Z | [ helios-setup] Jan 30 18:27:31.461 INFO E| Compiling rand_chacha v0.3.1 |
| 3723 | 2026-01-30T18:27:34.722Z | [ helios-setup] Jan 30 18:27:33.978 INFO E| Compiling num-integer v0.1.46 |
| 3724 | 2026-01-30T18:27:35.335Z | [ helios-setup] Jan 30 18:27:34.591 INFO E| Compiling smartstring v1.0.1 |
| 3725 | 2026-01-30T18:27:36.632Z | [ helios-setup] Jan 30 18:27:35.888 INFO E| Compiling virtue v0.0.18 |
| 3726 | 2026-01-30T18:27:36.800Z | [ helios-setup] Jan 30 18:27:36.055 INFO E| Compiling packed_struct v0.10.1 |
| 3727 | 2026-01-30T18:27:37.135Z | [ helios-setup] Jan 30 18:27:36.391 INFO E| Compiling rustls v0.22.4 |
| 3728 | 2026-01-30T18:27:37.843Z | [ host-package] Compiling ignore v0.4.23 |
| 3729 | 2026-01-30T18:27:37.979Z | [ helios-setup] Jan 30 18:27:37.233 INFO E| Compiling strsim v0.11.1 |
| 3730 | 2026-01-30T18:27:38.046Z | [ helios-setup] Jan 30 18:27:37.302 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3731 | 2026-01-30T18:27:38.209Z | [ helios-setup] Jan 30 18:27:37.465 INFO E| Compiling funty v2.0.0 |
| 3732 | 2026-01-30T18:27:39.303Z | [ helios-setup] Jan 30 18:27:38.558 INFO E| Compiling clap_lex v0.7.6 |
| 3733 | 2026-01-30T18:27:39.354Z | [ helios-setup] Jan 30 18:27:38.609 INFO E| Compiling bincode_derive v2.0.1 |
| 3734 | 2026-01-30T18:27:41.131Z | [ helios-setup] Jan 30 18:27:40.386 INFO E| Compiling bitvec v1.0.1 |
| 3735 | 2026-01-30T18:27:41.300Z | [ helios-setup] Jan 30 18:27:40.555 INFO E| Compiling clap_builder v4.5.51 |
| 3736 | 2026-01-30T18:27:42.367Z | [ helios-setup] Jan 30 18:27:41.622 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016) |
| 3737 | 2026-01-30T18:27:42.941Z | [ helios-setup] Jan 30 18:27:42.196 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3738 | 2026-01-30T18:27:44.445Z | [ helios-setup] Jan 30 18:27:43.699 INFO E| Compiling num-iter v0.1.45 |
| 3739 | 2026-01-30T18:27:45.009Z | [ helios-setup] Jan 30 18:27:44.264 INFO E| Compiling rand v0.8.5 |
| 3740 | 2026-01-30T18:27:47.795Z | [ helios-setup] Jan 30 18:27:47.049 INFO E| Compiling rustls-webpki v0.102.8 |
| 3741 | 2026-01-30T18:27:54.023Z | [ helios-setup] Jan 30 18:27:53.275 INFO E| Compiling pkcs8 v0.10.2 |
| 3742 | 2026-01-30T18:27:55.425Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3743 | 2026-01-30T18:27:55.459Z | [ helios-setup] Jan 30 18:27:54.711 INFO E| Compiling lazy_static v1.5.0 |
| 3744 | 2026-01-30T18:27:55.908Z | [ helios-setup] Jan 30 18:27:55.160 INFO E| Compiling clap_derive v4.5.49 |
| 3745 | 2026-01-30T18:27:56.965Z | [ helios-setup] Jan 30 18:27:56.217 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3746 | 2026-01-30T18:27:58.687Z | [ helios-setup] Jan 30 18:27:57.938 INFO E| Compiling bitfield-macros v0.19.3 |
| 3747 | 2026-01-30T18:27:59.800Z | [ host-package] Compiling papergrid v0.14.0 |
| 3748 | 2026-01-30T18:28:00.582Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3749 | 2026-01-30T18:28:00.743Z | [ helios-setup] Jan 30 18:27:59.994 INFO E| Compiling multer v3.1.0 |
| 3750 | 2026-01-30T18:28:01.442Z | [ helios-setup] Jan 30 18:28:00.693 INFO E| Compiling indexmap v1.9.3 |
| 3751 | 2026-01-30T18:28:01.901Z | [ helios-setup] Jan 30 18:28:01.151 INFO E| Compiling unty v0.0.4 |
| 3752 | 2026-01-30T18:28:02.349Z | [ helios-setup] Jan 30 18:28:01.600 INFO E| Compiling nodrop v0.1.14 |
| 3753 | 2026-01-30T18:28:02.428Z | [ helios-setup] Jan 30 18:28:01.679 INFO E| Compiling static_assertions v1.1.0 |
| 3754 | 2026-01-30T18:28:02.645Z | [ helios-setup] Jan 30 18:28:01.896 INFO E| Compiling slog-async v2.8.0 |
| 3755 | 2026-01-30T18:28:02.897Z | [ helios-setup] Jan 30 18:28:02.147 INFO E| Compiling paste v1.0.15 |
| 3756 | 2026-01-30T18:28:02.900Z | [ helios-setup] Jan 30 18:28:02.148 INFO E| Compiling camino v1.2.1 |
| 3757 | 2026-01-30T18:28:03.545Z | [ helios-setup] Jan 30 18:28:02.794 INFO E| Compiling match_cfg v0.1.0 |
| 3758 | 2026-01-30T18:28:03.631Z | [ helios-setup] Jan 30 18:28:02.881 INFO E| Compiling crc-catalog v2.4.0 |
| 3759 | 2026-01-30T18:28:03.865Z | [ helios-setup] Jan 30 18:28:03.114 INFO E| Compiling hostname v0.3.1 |
| 3760 | 2026-01-30T18:28:04.166Z | [ helios-setup] Jan 30 18:28:03.416 INFO E| Compiling crc v3.3.0 |
| 3761 | 2026-01-30T18:28:04.610Z | [ helios-setup] Jan 30 18:28:03.861 INFO E| Compiling clap v4.5.51 |
| 3762 | 2026-01-30T18:28:04.863Z | [ helios-setup] Jan 30 18:28:04.114 INFO E| Compiling array-init v0.0.4 |
| 3763 | 2026-01-30T18:28:05.016Z | [ helios-setup] Jan 30 18:28:04.266 INFO E| Compiling bitfield v0.19.3 |
| 3764 | 2026-01-30T18:28:05.072Z | [ helios-setup] Jan 30 18:28:04.322 INFO E| Compiling bincode v2.0.1 |
| 3765 | 2026-01-30T18:28:06.594Z | [ helios-setup] Jan 30 18:28:05.844 INFO E| Compiling zerocopy v0.6.6 |
| 3766 | 2026-01-30T18:28:06.616Z | [ host-package] Compiling castaway v0.2.3 |
| 3767 | 2026-01-30T18:28:07.000Z | [ helios-setup] Jan 30 18:28:06.251 INFO E| Compiling pkcs1 v0.7.5 |
| 3768 | 2026-01-30T18:28:07.281Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3769 | 2026-01-30T18:28:07.521Z | [ helios-setup] Jan 30 18:28:06.771 INFO E| Compiling crossbeam-channel v0.5.15 |
| 3770 | 2026-01-30T18:28:08.007Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3771 | 2026-01-30T18:28:08.445Z | [ helios-setup] Jan 30 18:28:07.694 INFO E| Compiling smallvec v0.6.14 |
| 3772 | 2026-01-30T18:28:09.204Z | [ host-package] Compiling atty v0.2.14 |
| 3773 | 2026-01-30T18:28:09.904Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3774 | 2026-01-30T18:28:10.559Z | [ helios-setup] Jan 30 18:28:09.808 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3775 | 2026-01-30T18:28:10.803Z | [ host-package] Compiling http-range v0.1.5 |
| 3776 | 2026-01-30T18:28:12.081Z | [ host-package] Compiling endian-type v0.1.2 |
| 3777 | 2026-01-30T18:28:12.902Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3778 | 2026-01-30T18:28:13.359Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3779 | 2026-01-30T18:28:14.255Z | [ helios-setup] Jan 30 18:28:13.502 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3780 | 2026-01-30T18:28:14.418Z | [ helios-setup] Jan 30 18:28:13.666 INFO E| Compiling signature v2.2.0 |
| 3781 | 2026-01-30T18:28:14.774Z | [ host-package] Compiling compact_str v0.8.0 |
| 3782 | 2026-01-30T18:28:15.047Z | [ helios-setup] Jan 30 18:28:14.295 INFO E| Compiling slog-json v2.6.1 |
| 3783 | 2026-01-30T18:28:16.133Z | [ helios-setup] Jan 30 18:28:15.381 INFO E| Compiling toml_datetime v0.6.11 |
| 3784 | 2026-01-30T18:28:18.119Z | [ helios-setup] Jan 30 18:28:17.367 INFO E| Compiling serde_spanned v0.6.9 |
| 3785 | 2026-01-30T18:28:18.833Z | [ helios-setup] Jan 30 18:28:18.080 INFO E| Compiling thin-vec v0.2.14 |
| 3786 | 2026-01-30T18:28:19.037Z | [ helios-setup] Jan 30 18:28:18.265 INFO E| Compiling async-stream-impl v0.3.6 |
| 3787 | 2026-01-30T18:28:19.682Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3788 | 2026-01-30T18:28:20.687Z | [ helios-setup] Jan 30 18:28:19.934 INFO E| Compiling rhai_codegen v3.1.0 |
| 3789 | 2026-01-30T18:28:21.498Z | [ helios-setup] Jan 30 18:28:20.745 INFO E| Compiling env_filter v0.1.4 |
| 3790 | 2026-01-30T18:28:23.433Z | [ host-package] Compiling tabled v0.18.0 |
| 3791 | 2026-01-30T18:28:23.646Z | [ host-package] Compiling globwalk v0.9.1 |
| 3792 | 2026-01-30T18:28:24.543Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3793 | 2026-01-30T18:28:24.646Z | [ helios-setup] Jan 30 18:28:23.892 INFO E| Compiling dropshot v0.16.4 |
| 3794 | 2026-01-30T18:28:25.656Z | [ helios-setup] Jan 30 18:28:24.900 INFO E| Compiling encoding_rs v0.8.35 |
| 3795 | 2026-01-30T18:28:25.927Z | [ helios-setup] Jan 30 18:28:25.173 INFO E| Compiling hashbrown v0.12.3 |
| 3796 | 2026-01-30T18:28:26.720Z | [ helios-setup] Jan 30 18:28:25.966 INFO E| Compiling base64 v0.21.7 |
| 3797 | 2026-01-30T18:28:28.136Z | [ helios-setup] Jan 30 18:28:27.382 INFO E| Compiling winnow v0.5.40 |
| 3798 | 2026-01-30T18:28:28.349Z | [ host-package] Compiling typify v0.2.0 |
| 3799 | 2026-01-30T18:28:28.847Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3800 | 2026-01-30T18:28:28.925Z | [ helios-setup] Jan 30 18:28:28.170 INFO E| Compiling take_mut v0.2.2 |
| 3801 | 2026-01-30T18:28:28.992Z | [ helios-setup] Jan 30 18:28:28.227 INFO E| Compiling mime v0.3.17 |
| 3802 | 2026-01-30T18:28:29.676Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3803 | 2026-01-30T18:28:30.883Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3804 | 2026-01-30T18:28:32.722Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3805 | 2026-01-30T18:28:36.200Z | [ helios-setup] Jan 30 18:28:35.443 INFO E| Compiling toml_edit v0.19.15 |
| 3806 | 2026-01-30T18:28:36.650Z | [ helios-setup] Jan 30 18:28:35.894 INFO E| Compiling ron v0.8.1 |
| 3807 | 2026-01-30T18:28:37.302Z | [ helios-setup] Jan 30 18:28:36.521 INFO E| Compiling rhai v1.23.6 |
| 3808 | 2026-01-30T18:28:38.074Z | [ helios-setup] Jan 30 18:28:37.318 INFO E| Compiling env_logger v0.11.8 |
| 3809 | 2026-01-30T18:28:39.425Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3810 | 2026-01-30T18:28:40.930Z | [ host-package] Compiling primeorder v0.13.6 |
| 3811 | 2026-01-30T18:28:41.762Z | [ helios-setup] Jan 30 18:28:41.005 INFO E| Compiling async-stream v0.3.6 |
| 3812 | 2026-01-30T18:28:42.445Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3813 | 2026-01-30T18:28:42.915Z | [ helios-setup] Jan 30 18:28:42.158 INFO E| Compiling tokio-rustls v0.25.0 |
| 3814 | 2026-01-30T18:28:43.941Z | [ helios-setup] Jan 30 18:28:43.183 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3815 | 2026-01-30T18:28:44.457Z | [ host-package] Compiling lru v0.12.5 |
| 3816 | 2026-01-30T18:28:44.804Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3817 | 2026-01-30T18:28:44.958Z | [ helios-setup] Jan 30 18:28:44.201 INFO E| Compiling slog-bunyan v2.5.0 |
| 3818 | 2026-01-30T18:28:45.278Z | [ host-package] Compiling instability v0.3.2 |
| 3819 | 2026-01-30T18:28:45.730Z | [ helios-setup] Jan 30 18:28:44.971 INFO E| Compiling rsa v0.9.8 |
| 3820 | 2026-01-30T18:28:46.047Z | [ host-package] Compiling indoc v2.0.6 |
| 3821 | 2026-01-30T18:28:47.016Z | [ helios-setup] Jan 30 18:28:46.258 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3822 | 2026-01-30T18:28:47.484Z | [ helios-setup] Jan 30 18:28:46.723 INFO E| Compiling serde-hex v0.1.0 |
| 3823 | 2026-01-30T18:28:47.515Z | [ host-package] Compiling cassowary v0.3.0 |
| 3824 | 2026-01-30T18:28:47.876Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3825 | 2026-01-30T18:28:50.957Z | [ helios-setup] Jan 30 18:28:50.199 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3826 | 2026-01-30T18:28:52.015Z | [ helios-setup] Jan 30 18:28:51.256 INFO E| Compiling bzip2 v0.4.4 |
| 3827 | 2026-01-30T18:28:54.907Z | [ host-package] Compiling ratatui v0.29.0 |
| 3828 | 2026-01-30T18:28:55.885Z | [ helios-setup] Jan 30 18:28:55.126 INFO E| Compiling rustls-pemfile v2.2.0 |
| 3829 | 2026-01-30T18:28:56.601Z | [ helios-setup] Jan 30 18:28:55.841 INFO E| Compiling x509-cert v0.2.5 |
| 3830 | 2026-01-30T18:28:57.173Z | [ helios-setup] Jan 30 18:28:56.412 INFO E| Compiling hashbrown v0.13.2 |
| 3831 | 2026-01-30T18:28:58.214Z | [ helios-setup] Jan 30 18:28:57.453 INFO E| Compiling waitgroup v0.1.2 |
| 3832 | 2026-01-30T18:28:58.843Z | [ helios-setup] Jan 30 18:28:58.082 INFO E| Compiling dropshot_endpoint v0.16.4 |
| 3833 | 2026-01-30T18:28:59.098Z | [ helios-setup] Jan 30 18:28:58.338 INFO E| Compiling async-trait v0.1.89 |
| 3834 | 2026-01-30T18:29:00.001Z | [ helios-setup] Jan 30 18:28:59.240 INFO E| Compiling serde_path_to_error v0.1.20 |
| 3835 | 2026-01-30T18:29:02.237Z | [ helios-setup] Jan 30 18:29:01.476 INFO E| Compiling hostname v0.4.1 |
| 3836 | 2026-01-30T18:29:02.988Z | [ helios-setup] Jan 30 18:29:02.227 INFO E| Compiling crc-any v2.5.0 |
| 3837 | 2026-01-30T18:29:03.249Z | [ host-package] Compiling p384 v0.13.1 |
| 3838 | 2026-01-30T18:29:03.708Z | [ helios-setup] Jan 30 18:29:02.947 INFO E| Compiling debug-ignore v1.0.5 |
| 3839 | 2026-01-30T18:29:03.992Z | [ helios-setup] Jan 30 18:29:03.231 INFO E| Compiling rustc-hash v2.1.1 |
| 3840 | 2026-01-30T18:29:04.582Z | [ helios-setup] Jan 30 18:29:03.820 INFO E| Compiling fastrand v2.3.0 |
| 3841 | 2026-01-30T18:29:04.748Z | [ helios-setup] Jan 30 18:29:03.986 INFO E| Compiling hex v0.4.3 |
| 3842 | 2026-01-30T18:29:06.340Z | [ helios-setup] Jan 30 18:29:05.578 INFO E| Compiling tempfile v3.23.0 |
| 3843 | 2026-01-30T18:29:06.614Z | [ helios-setup] Jan 30 18:29:05.853 INFO E| Compiling iddqd v0.3.14 |
| 3844 | 2026-01-30T18:29:10.055Z | [ helios-setup] Jan 30 18:29:09.283 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3845 | 2026-01-30T18:29:10.927Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3846 | 2026-01-30T18:29:13.074Z | [ helios-setup] Jan 30 18:29:12.311 INFO E| Compiling object v0.30.4 |
| 3847 | 2026-01-30T18:29:14.389Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3848 | 2026-01-30T18:29:15.749Z | [ helios-setup] Jan 30 18:29:14.985 INFO E| Compiling zip v0.6.6 |
| 3849 | 2026-01-30T18:29:17.044Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3850 | 2026-01-30T18:29:19.361Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3851 | 2026-01-30T18:29:19.671Z | [ helios-setup] Jan 30 18:29:18.907 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3852 | 2026-01-30T18:29:20.803Z | [ helios-setup] Jan 30 18:29:20.039 INFO E| Compiling toml v0.7.8 |
| 3853 | 2026-01-30T18:29:22.511Z | [ helios-setup] Jan 30 18:29:21.746 INFO E| Compiling unicode-linebreak v0.1.5 |
| 3854 | 2026-01-30T18:29:24.099Z | [ helios-setup] Jan 30 18:29:23.334 INFO E| Compiling smawk v0.3.2 |
| 3855 | 2026-01-30T18:29:24.193Z | [ helios-setup] Jan 30 18:29:23.428 INFO E| Compiling path-slash v0.1.5 |
| 3856 | 2026-01-30T18:29:24.303Z | [ host-package] Compiling sled v0.34.7 |
| 3857 | 2026-01-30T18:29:24.729Z | [ helios-setup] Jan 30 18:29:23.958 INFO E| Compiling textwrap v0.16.2 |
| 3858 | 2026-01-30T18:29:24.969Z | [ helios-setup] Jan 30 18:29:24.203 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3859 | 2026-01-30T18:29:25.340Z | [ host-package] Compiling git2 v0.20.2 |
| 3860 | 2026-01-30T18:29:27.388Z | [ helios-setup] Jan 30 18:29:26.622 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3861 | 2026-01-30T18:29:28.397Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3862 | 2026-01-30T18:29:32.100Z | [ helios-setup] Jan 30 18:29:31.333 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3863 | 2026-01-30T18:29:33.145Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3864 | 2026-01-30T18:29:33.661Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3865 | 2026-01-30T18:29:36.514Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3866 | 2026-01-30T18:29:37.129Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3867 | 2026-01-30T18:29:37.623Z | [ helios-setup] Jan 30 18:29:36.856 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
| 3868 | 2026-01-30T18:29:41.826Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3869 | 2026-01-30T18:29:47.613Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3870 | 2026-01-30T18:29:51.956Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3871 | 2026-01-30T18:29:52.766Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3872 | 2026-01-30T18:29:53.088Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3873 | 2026-01-30T18:29:54.593Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3874 | 2026-01-30T18:29:54.868Z | [ host-package] Compiling rustls v0.21.12 |
| 3875 | 2026-01-30T18:29:55.757Z | [ host-package] Compiling corncobs v0.1.4 |
| 3876 | 2026-01-30T18:29:56.236Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3877 | 2026-01-30T18:29:56.363Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3878 | 2026-01-30T18:29:56.689Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3879 | 2026-01-30T18:29:56.978Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3880 | 2026-01-30T18:29:59.264Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3881 | 2026-01-30T18:30:01.690Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3882 | 2026-01-30T18:30:04.831Z | [ helios-setup] Jan 30 18:30:04.058 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3883 | 2026-01-30T18:30:18.179Z | [ helios-setup] Jan 30 18:30:17.403 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3884 | 2026-01-30T18:30:21.218Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3885 | 2026-01-30T18:30:21.668Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3886 | 2026-01-30T18:30:29.033Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3887 | 2026-01-30T18:30:42.098Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3888 | 2026-01-30T18:30:46.618Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3889 | 2026-01-30T18:30:46.665Z | [ helios-setup] Jan 30 18:30:45.078 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3890 | 2026-01-30T18:30:53.520Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3891 | 2026-01-30T18:30:53.878Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3892 | 2026-01-30T18:30:54.510Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3893 | 2026-01-30T18:30:56.465Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3894 | 2026-01-30T18:30:57.124Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3895 | 2026-01-30T18:30:58.391Z | [ host-package] Compiling sct v0.7.1 |
| 3896 | 2026-01-30T18:30:59.189Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3897 | 2026-01-30T18:31:05.188Z | [ host-package] Compiling heck v0.3.3 |
| 3898 | 2026-01-30T18:31:05.680Z | [ host-package] Compiling secrecy v0.8.0 |
| 3899 | 2026-01-30T18:31:06.131Z | [ host-package] Compiling void v1.0.2 |
| 3900 | 2026-01-30T18:31:06.496Z | [ host-package] Compiling lzss v0.8.2 |
| 3901 | 2026-01-30T18:31:07.805Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3902 | 2026-01-30T18:31:11.525Z | [ host-package] Compiling progenitor v0.8.0 |
| 3903 | 2026-01-30T18:31:12.011Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3904 | 2026-01-30T18:31:16.241Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3905 | 2026-01-30T18:31:18.382Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3906 | 2026-01-30T18:31:18.840Z | [ host-package] error[E0521]: borrowed data escapes outside of associated function |
| 3907 | 2026-01-30T18:31:18.842Z | [ host-package] --> nexus/db-queries/src/db/datastore/disk.rs:1912:21 |
| 3908 | 2026-01-30T18:31:18.845Z | [ host-package] | |
| 3909 | 2026-01-30T18:31:18.845Z | [ host-package] 1838 | params: ¶ms::DiskCreate, |
| 3910 | 2026-01-30T18:31:18.845Z | [ host-package] | ------ - let's call the lifetime of this reference `'1` |
| 3911 | 2026-01-30T18:31:18.845Z | [ host-package] | | |
| 3912 | 2026-01-30T18:31:18.845Z | [ host-package] | `params` is a reference that is only valid in the associated function body |
| 3913 | 2026-01-30T18:31:18.845Z | [ host-package] ... |
| 3914 | 2026-01-30T18:31:18.845Z | [ host-package] 1912 | / dsl::image |
| 3915 | 2026-01-30T18:31:18.845Z | [ host-package] 1913 | | .filter(dsl::time_deleted.is_null()) |
| 3916 | 2026-01-30T18:31:18.846Z | [ host-package] 1914 | | .filter(dsl::id.eq(image_id)) |
| 3917 | 2026-01-30T18:31:18.846Z | [ host-package] 1915 | | .select(db::model::Image::as_select()) |
| 3918 | 2026-01-30T18:31:18.846Z | [ host-package] 1916 | | .get_result_async(conn) |
| 3919 | 2026-01-30T18:31:18.846Z | [ host-package] | | ^ |
| 3920 | 2026-01-30T18:31:18.846Z | [ host-package] | | | |
| 3921 | 2026-01-30T18:31:18.846Z | [ host-package] | |_______________________________________________`params` escapes the associated function body here |
| 3922 | 2026-01-30T18:31:18.846Z | [ host-package] | argument requires that `'1` must outlive `'static` |
| 3923 | 2026-01-30T18:31:18.847Z | [ host-package] |
| 3924 | 2026-01-30T18:31:20.139Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3925 | 2026-01-30T18:31:26.592Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3926 | 2026-01-30T18:31:27.780Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3927 | 2026-01-30T18:31:39.388Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3928 | 2026-01-30T18:31:40.002Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3929 | 2026-01-30T18:31:46.596Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3930 | 2026-01-30T18:31:47.185Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3931 | 2026-01-30T18:31:47.608Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3932 | 2026-01-30T18:31:47.907Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3933 | 2026-01-30T18:31:47.973Z | [ helios-setup] Jan 30 18:31:47.180 INFO E| Finished `release` profile [optimized] target(s) in 7m 37s |
| 3934 | 2026-01-30T18:31:47.977Z | [ helios-setup] Jan 30 18:31:47.181 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3935 | 2026-01-30T18:31:47.977Z | [ helios-setup] Jan 30 18:31:47.184 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3936 | 2026-01-30T18:31:48.071Z | [ host-package] Compiling nix v0.27.1 |
| 3937 | 2026-01-30T18:31:48.130Z | [ helios-setup] Jan 30 18:31:47.337 INFO building project "pilot" ok (457 seconds) |
| 3938 | 2026-01-30T18:31:48.134Z | [ helios-setup] rm -f helios-build |
| 3939 | 2026-01-30T18:31:48.138Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3940 | 2026-01-30T18:31:48.138Z | [ helios-setup] |
| 3941 | 2026-01-30T18:31:48.141Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3942 | 2026-01-30T18:31:48.146Z | [ helios-setup] |
| 3943 | 2026-01-30T18:31:48.146Z | [ helios-setup] |
| 3944 | 2026-01-30T18:31:48.146Z | [ helios-setup] real 12:59.855812500 |
| 3945 | 2026-01-30T18:31:48.146Z | [ helios-setup] user 33:33.618955901 |
| 3946 | 2026-01-30T18:31:48.147Z | [ helios-setup] sys 2:47.356172645 |
| 3947 | 2026-01-30T18:31:48.147Z | [ helios-setup] trap 2.112883359 |
| 3948 | 2026-01-30T18:31:48.147Z | [ helios-setup] tflt 6.921050353 |
| 3949 | 2026-01-30T18:31:48.147Z | [ helios-setup] dflt 17.683510759 |
| 3950 | 2026-01-30T18:31:48.147Z | [ helios-setup] kflt 0.005137781 |
| 3951 | 2026-01-30T18:31:48.148Z | [ helios-setup] lock 3:06:21.197492548 |
| 3952 | 2026-01-30T18:31:48.148Z | [ helios-setup] slp 4:17:03.762808027 |
| 3953 | 2026-01-30T18:31:48.148Z | [ helios-setup] lat 37:13.570949117 |
| 3954 | 2026-01-30T18:31:48.148Z | [ helios-setup] stop 6:00.845015697 |
| 3955 | 2026-01-30T18:31:48.148Z | Jan 30 18:31:47.351 INFO [helios-setup] process exited with exit status: 0 (779.859924648s) |
| 3956 | 2026-01-30T18:31:48.148Z | Jan 30 18:31:47.351 INFO [helios-record] running task |
| 3957 | 2026-01-30T18:31:48.148Z | Jan 30 18:31:47.351 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3958 | 2026-01-30T18:31:48.152Z | Jan 30 18:31:47.358 DEBG process exited with exit status: 0 (6.951562ms) |
| 3959 | 2026-01-30T18:31:48.152Z | Jan 30 18:31:47.358 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3960 | 2026-01-30T18:31:48.157Z | Jan 30 18:31:47.364 DEBG process exited with exit status: 0 (5.572974ms) |
| 3961 | 2026-01-30T18:31:48.157Z | Jan 30 18:31:47.364 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3962 | 2026-01-30T18:31:48.163Z | Jan 30 18:31:47.370 DEBG process exited with exit status: 0 (5.562325ms) |
| 3963 | 2026-01-30T18:31:48.163Z | Jan 30 18:31:47.370 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3964 | 2026-01-30T18:31:48.169Z | Jan 30 18:31:47.376 DEBG process exited with exit status: 0 (6.314774ms) |
| 3965 | 2026-01-30T18:31:48.169Z | Jan 30 18:31:47.376 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3966 | 2026-01-30T18:31:48.174Z | Jan 30 18:31:47.382 DEBG process exited with exit status: 0 (5.519093ms) |
| 3967 | 2026-01-30T18:31:48.174Z | Jan 30 18:31:47.382 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3968 | 2026-01-30T18:31:48.181Z | Jan 30 18:31:47.388 DEBG process exited with exit status: 0 (6.304885ms) |
| 3969 | 2026-01-30T18:31:48.181Z | Jan 30 18:31:47.388 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3970 | 2026-01-30T18:31:48.187Z | Jan 30 18:31:47.394 DEBG process exited with exit status: 0 (5.924821ms) |
| 3971 | 2026-01-30T18:31:48.187Z | Jan 30 18:31:47.394 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3972 | 2026-01-30T18:31:48.192Z | Jan 30 18:31:47.399 DEBG process exited with exit status: 0 (5.621805ms) |
| 3973 | 2026-01-30T18:31:48.192Z | Jan 30 18:31:47.400 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3974 | 2026-01-30T18:31:48.198Z | Jan 30 18:31:47.405 DEBG process exited with exit status: 0 (5.59008ms) |
| 3975 | 2026-01-30T18:31:48.201Z | Jan 30 18:31:47.406 INFO [helios-record] task succeeded (54.456075ms) |
| 3976 | 2026-01-30T18:31:48.304Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3977 | 2026-01-30T18:31:49.012Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3978 | 2026-01-30T18:31:49.570Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3979 | 2026-01-30T18:31:49.606Z | [ host-package] Compiling base64 v0.13.1 |
| 3980 | 2026-01-30T18:31:49.907Z | [ host-package] Compiling indicatif v0.17.11 |
| 3981 | 2026-01-30T18:31:50.409Z | [ host-package] Compiling ron v0.7.1 |
| 3982 | 2026-01-30T18:31:50.938Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3983 | 2026-01-30T18:31:55.413Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3984 | 2026-01-30T18:31:56.385Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3985 | 2026-01-30T18:31:56.419Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3986 | 2026-01-30T18:31:57.043Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3987 | 2026-01-30T18:31:58.468Z | [ host-package] Compiling xz2 v0.1.7 |
| 3988 | 2026-01-30T18:31:58.953Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3989 | 2026-01-30T18:32:03.926Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3990 | 2026-01-30T18:32:04.504Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3991 | 2026-01-30T18:32:08.319Z | [ host-package] Compiling zone v0.1.8 |
| 3992 | 2026-01-30T18:32:11.128Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3993 | 2026-01-30T18:32:11.972Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3994 | 2026-01-30T18:32:16.679Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3995 | 2026-01-30T18:32:17.952Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3996 | 2026-01-30T18:32:19.945Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3997 | 2026-01-30T18:32:20.415Z | [ host-package] For more information about this error, try `rustc --explain E0521`. |
| 3998 | 2026-01-30T18:32:20.935Z | [ host-package] error: could not compile `nexus-db-queries` (lib) due to 1 previous error |
| 3999 | 2026-01-30T18:32:20.935Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 4000 | 2026-01-30T18:32:52.258Z | [ host-package] Error: Failed to build packages |
| 4001 | 2026-01-30T18:32:52.262Z | Jan 30 18:32:51.456 ERRO [host-package] process exited with exit status: 1 (740.637406573s) |
| 4002 | 2026-01-30T18:32:52.265Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 4003 | 2026-01-30T18:32:52.294Z | process exited: duration 1658225 ms, exit code 1 |
| |
| 4004 | 2026-01-30T18:32:52.307Z | found 13 output files |
| 4005 | 2026-01-30T18:32:52.307Z | uploading: /work/helios.json (647 bytes) |
| 4006 | 2026-01-30T18:32:53.321Z | uploaded: /work/helios.json |
| 4007 | 2026-01-30T18:32:53.321Z | uploading: /work/incorporation.p5m (100324 bytes) |
| 4008 | 2026-01-30T18:32:54.338Z | uploaded: /work/incorporation.p5m |
| 4009 | 2026-01-30T18:32:54.339Z | uploading: /work/incorporation.p5p (122880 bytes) |
| 4010 | 2026-01-30T18:32:55.356Z | uploaded: /work/incorporation.p5p |
| 4011 | 2026-01-30T18:32:55.356Z | uploading: /work/helios-incorp.log (526 bytes) |
| 4012 | 2026-01-30T18:32:56.366Z | uploaded: /work/helios-incorp.log |
| 4013 | 2026-01-30T18:32:56.366Z | uploading: /work/helios-setup.log (73330 bytes) |
| 4014 | 2026-01-30T18:32:57.380Z | uploaded: /work/helios-setup.log |
| 4015 | 2026-01-30T18:32:57.380Z | uploading: /work/host-package.log (30430 bytes) |
| 4016 | 2026-01-30T18:32:58.393Z | uploaded: /work/host-package.log |
| 4017 | 2026-01-30T18:32:58.393Z | uploading: /work/host-target.log (101 bytes) |
| 4018 | 2026-01-30T18:32:59.474Z | uploaded: /work/host-target.log |
| 4019 | 2026-01-30T18:32:59.474Z | uploading: /work/incorp-create.log (0 bytes) |
| 4020 | 2026-01-30T18:33:00.483Z | uploaded: /work/incorp-create.log |
| 4021 | 2026-01-30T18:33:00.484Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 4022 | 2026-01-30T18:33:01.493Z | uploaded: /work/incorp-fmt.log |
| 4023 | 2026-01-30T18:33:01.493Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 4024 | 2026-01-30T18:33:02.504Z | uploaded: /work/incorp-pkgsend.log |
| 4025 | 2026-01-30T18:33:02.504Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 4026 | 2026-01-30T18:33:03.511Z | uploaded: /work/incorp-publisher.log |
| 4027 | 2026-01-30T18:33:03.511Z | uploading: /work/omicron-package.log (6693 bytes) |
| 4028 | 2026-01-30T18:33:04.522Z | uploaded: /work/omicron-package.log |
| 4029 | 2026-01-30T18:33:04.522Z | uploading: /work/recovery-target.log (98 bytes) |
| 4030 | 2026-01-30T18:33:05.537Z | uploaded: /work/recovery-target.log |
| 4031 | 2026-01-30T18:33:05.537Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 4032 | 2026-01-30T18:33:05.538Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 4033 | 2026-01-30T18:33:05.538Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |