|
|
|
| 1 | 2026-05-14T03:41:18.400Z | job assigned to worker 01KRJ94T2X5TRC2GMXMRJJ7CTV [factory aws, i-0df810c9619f6afff] (queued for 47 s) |
| |
| 2 | 2026-05-14T03:41:25.471Z | starting task 0: "setup" |
| 3 | 2026-05-14T03:41:25.475Z | ++ uname -s |
| 4 | 2026-05-14T03:41:25.478Z | + kern=SunOS |
| 5 | 2026-05-14T03:41:25.478Z | + build_user=build |
| 6 | 2026-05-14T03:41:25.478Z | + build_uid=12345 |
| 7 | 2026-05-14T03:41:25.478Z | + work_dir=/work |
| 8 | 2026-05-14T03:41:25.478Z | + input_dir=/input |
| 9 | 2026-05-14T03:41:25.478Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T03:41:25.478Z | + case "$kern" in |
| 11 | 2026-05-14T03:41:25.478Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T03:41:25.481Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T03:41:27.486Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T03:41:27.599Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T03:41:27.602Z | + home_fs=zfs |
| 16 | 2026-05-14T03:41:27.603Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T03:41:27.603Z | + mkdir -p /home/build |
| 18 | 2026-05-14T03:41:27.605Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T03:41:29.606Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T03:41:29.610Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-05-14T03:41:29.620Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T03:41:29.625Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T03:41:29.625Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-14T03:41:29.625Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-14T03:41:29.625Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-14T03:41:29.625Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T03:41:29.626Z | * rust toolchain profile = "default" |
| 28 | 2026-05-14T03:41:29.628Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T03:41:29.628Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T03:41:29.712Z | info: downloading installer |
| 31 | 2026-05-14T03:41:31.329Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T03:41:31.329Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T03:41:31.329Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T03:41:31.329Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T03:41:31.341Z | info: profile set to default |
| 36 | 2026-05-14T03:41:31.342Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T03:41:31.344Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T03:41:31.482Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T03:41:31.485Z | info: downloading 6 components |
| 40 | 2026-05-14T03:41:45.692Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T03:41:45.692Z | |
| 42 | 2026-05-14T03:41:45.720Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T03:41:45.720Z | |
| 44 | 2026-05-14T03:41:45.720Z | |
| 45 | 2026-05-14T03:41:45.720Z | Rust is installed now. Great! |
| 46 | 2026-05-14T03:41:45.720Z | |
| 47 | 2026-05-14T03:41:45.720Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T03:41:45.720Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T03:41:45.720Z | |
| 50 | 2026-05-14T03:41:45.723Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T03:41:45.724Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T03:41:45.724Z | |
| 53 | 2026-05-14T03:41:45.724Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T03:41:45.724Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T03:41:45.724Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T03:41:45.724Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T03:41:45.724Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T03:41:45.724Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T03:41:45.724Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T03:41:45.724Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T03:41:45.724Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T03:41:45.823Z | + rustup --version |
| 63 | 2026-05-14T03:41:45.829Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T03:41:45.832Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T03:41:45.851Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T03:41:45.855Z | + cargo --version |
| 67 | 2026-05-14T03:41:45.860Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T03:41:45.863Z | + rustc --version |
| 69 | 2026-05-14T03:41:45.882Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T03:41:45.885Z | process exited: duration 16266 ms, exit code 0 |
| |
| 71 | 2026-05-14T03:41:45.890Z | starting task 2: "authentication" |
| 72 | 2026-05-14T03:41:45.907Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-14T03:41:45.914Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T03:41:45.917Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T03:41:45.920Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T03:41:45.952Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T03:41:55.345Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T03:41:55.345Z | + git fetch origin 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 79 | 2026-05-14T03:41:55.613Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T03:41:55.613Z | * branch 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 -> FETCH_HEAD |
| 81 | 2026-05-14T03:41:55.627Z | + [[ -n renovate/crucible-pantry-client-digest ]] |
| 82 | 2026-05-14T03:41:55.630Z | ++ git branch --show-current |
| 83 | 2026-05-14T03:41:55.633Z | + current=main |
| 84 | 2026-05-14T03:41:55.633Z | + [[ main != renovate/crucible-pantry-client-digest ]] |
| 85 | 2026-05-14T03:41:55.633Z | + git branch -f renovate/crucible-pantry-client-digest 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 86 | 2026-05-14T03:41:55.636Z | + git checkout -f renovate/crucible-pantry-client-digest |
| 87 | 2026-05-14T03:41:55.873Z | Switched to branch 'renovate/crucible-pantry-client-digest' |
| 88 | 2026-05-14T03:41:55.876Z | + git reset --hard 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 89 | 2026-05-14T03:41:56.110Z | HEAD is now at 1e82c54d3 Update crucible-pantry-client digest to 33a3712 |
| 90 | 2026-05-14T03:41:56.113Z | process exited: duration 10199 ms, exit code 0 |
| |
| 91 | 2026-05-14T03:41:56.120Z | starting task 4: "build" |
| 92 | 2026-05-14T03:41:56.123Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T03:41:56.123Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T03:41:56.123Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T03:41:56.127Z | + cargo --version |
| 96 | 2026-05-14T03:41:56.133Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T03:41:56.136Z | + rustc --version |
| 98 | 2026-05-14T03:41:56.157Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T03:41:56.160Z | + cargo tree --locked |
| 100 | 2026-05-14T03:41:56.322Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-14T03:41:56.589Z | Updating crates.io index |
| 102 | 2026-05-14T03:41:56.620Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-14T03:41:56.851Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-14T03:41:57.739Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-14T03:41:58.279Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-14T03:41:59.070Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-14T03:41:59.548Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-14T03:42:01.246Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-14T03:42:01.920Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-14T03:42:02.527Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-14T03:42:03.502Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-14T03:42:03.851Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-14T03:42:04.199Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-14T03:42:04.568Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-14T03:42:05.485Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-14T03:42:05.940Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 117 | 2026-05-14T03:42:06.304Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 118 | 2026-05-14T03:42:06.788Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 119 | 2026-05-14T03:42:07.091Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 120 | 2026-05-14T03:42:07.410Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 121 | 2026-05-14T03:42:07.648Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 122 | 2026-05-14T03:42:07.895Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-05-14T03:42:08.302Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-05-14T03:42:08.759Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 125 | 2026-05-14T03:42:09.322Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 126 | 2026-05-14T03:42:09.728Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 127 | 2026-05-14T03:42:10.065Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-05-14T03:42:10.383Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-05-14T03:42:11.336Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 130 | 2026-05-14T03:42:11.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-05-14T03:42:12.587Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-05-14T03:42:12.889Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-05-14T03:42:13.191Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-05-14T03:42:13.491Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-05-14T03:42:14.077Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 136 | 2026-05-14T03:42:14.301Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 137 | 2026-05-14T03:42:14.535Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 138 | 2026-05-14T03:42:14.778Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 139 | 2026-05-14T03:42:15.221Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 140 | 2026-05-14T03:42:27.225Z | Downloading crates ... |
| 141 | 2026-05-14T03:42:27.308Z | Downloaded bit-set v0.8.0 |
| 142 | 2026-05-14T03:42:27.315Z | Downloaded atty v0.2.14 |
| 143 | 2026-05-14T03:42:27.318Z | Downloaded cargo-platform v0.3.2 |
| 144 | 2026-05-14T03:42:27.318Z | Downloaded byteorder v1.5.0 |
| 145 | 2026-05-14T03:42:27.324Z | Downloaded base16ct v0.2.0 |
| 146 | 2026-05-14T03:42:27.329Z | Downloaded critical-section v1.2.0 |
| 147 | 2026-05-14T03:42:27.332Z | Downloaded bitfield-struct v0.6.2 |
| 148 | 2026-05-14T03:42:27.335Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 149 | 2026-05-14T03:42:27.338Z | Downloaded darling v0.20.11 |
| 150 | 2026-05-14T03:42:27.341Z | Downloaded bzip2 v0.6.1 |
| 151 | 2026-05-14T03:42:27.341Z | Downloaded cargo_metadata v0.21.0 |
| 152 | 2026-05-14T03:42:27.344Z | Downloaded bit-vec v0.6.3 |
| 153 | 2026-05-14T03:42:27.345Z | Downloaded derive_builder_core v0.20.2 |
| 154 | 2026-05-14T03:42:27.347Z | Downloaded des v0.8.1 |
| 155 | 2026-05-14T03:42:27.350Z | Downloaded darling_macro v0.21.3 |
| 156 | 2026-05-14T03:42:27.350Z | Downloaded camino-tempfile v1.4.1 |
| 157 | 2026-05-14T03:42:27.353Z | Downloaded bitfield v0.19.4 |
| 158 | 2026-05-14T03:42:27.353Z | Downloaded bit-vec v0.8.0 |
| 159 | 2026-05-14T03:42:27.356Z | Downloaded bitvec v1.0.1 |
| 160 | 2026-05-14T03:42:27.363Z | Downloaded cargo-platform v0.1.9 |
| 161 | 2026-05-14T03:42:27.366Z | Downloaded bytecount v0.6.9 |
| 162 | 2026-05-14T03:42:27.366Z | Downloaded crossbeam-deque v0.8.6 |
| 163 | 2026-05-14T03:42:27.368Z | Downloaded chacha20 v0.9.1 |
| 164 | 2026-05-14T03:42:27.368Z | Downloaded bzip2 v0.4.4 |
| 165 | 2026-05-14T03:42:27.368Z | Downloaded crypto-common v0.1.7 |
| 166 | 2026-05-14T03:42:27.371Z | Downloaded blowfish v0.9.1 |
| 167 | 2026-05-14T03:42:27.371Z | Downloaded anstyle-parse v0.2.7 |
| 168 | 2026-05-14T03:42:27.371Z | Downloaded assert_matches v1.5.0 |
| 169 | 2026-05-14T03:42:27.374Z | Downloaded blake2 v0.10.6 |
| 170 | 2026-05-14T03:42:27.374Z | Downloaded async-recursion v1.1.1 |
| 171 | 2026-05-14T03:42:27.377Z | Downloaded approx v0.5.1 |
| 172 | 2026-05-14T03:42:27.382Z | Downloaded bb8 v0.8.6 |
| 173 | 2026-05-14T03:42:27.385Z | Downloaded async-bb8-diesel v0.2.1 |
| 174 | 2026-05-14T03:42:27.387Z | Downloaded colored v3.1.1 |
| 175 | 2026-05-14T03:42:27.391Z | Downloaded derive_more v2.1.1 |
| 176 | 2026-05-14T03:42:27.395Z | Downloaded defmt v0.3.100 |
| 177 | 2026-05-14T03:42:27.398Z | Downloaded const-oid v0.9.6 |
| 178 | 2026-05-14T03:42:27.398Z | Downloaded block-buffer v0.10.4 |
| 179 | 2026-05-14T03:42:27.399Z | Downloaded bitfield-macros v0.19.4 |
| 180 | 2026-05-14T03:42:27.401Z | Downloaded crunchy v0.2.4 |
| 181 | 2026-05-14T03:42:27.401Z | Downloaded cargo_metadata v0.19.2 |
| 182 | 2026-05-14T03:42:27.401Z | Downloaded bitflags v2.11.0 |
| 183 | 2026-05-14T03:42:27.404Z | Downloaded constant_time_eq v0.3.1 |
| 184 | 2026-05-14T03:42:27.404Z | Downloaded aead v0.5.2 |
| 185 | 2026-05-14T03:42:27.407Z | Downloaded cargo-util-schemas v0.8.2 |
| 186 | 2026-05-14T03:42:27.407Z | Downloaded cpufeatures v0.2.17 |
| 187 | 2026-05-14T03:42:27.407Z | Downloaded backoff v0.4.0 |
| 188 | 2026-05-14T03:42:27.410Z | Downloaded cfg-if v1.0.4 |
| 189 | 2026-05-14T03:42:27.410Z | Downloaded display-error-chain v0.2.2 |
| 190 | 2026-05-14T03:42:27.413Z | Downloaded crucible-workspace-hack v0.1.0 |
| 191 | 2026-05-14T03:42:27.413Z | Downloaded async-trait v0.1.89 |
| 192 | 2026-05-14T03:42:27.413Z | Downloaded ciborium v0.2.2 |
| 193 | 2026-05-14T03:42:27.417Z | Downloaded array-init v0.0.4 |
| 194 | 2026-05-14T03:42:27.417Z | Downloaded argon2 v0.5.3 |
| 195 | 2026-05-14T03:42:27.420Z | Downloaded cmake v0.1.57 |
| 196 | 2026-05-14T03:42:27.420Z | Downloaded chacha20poly1305 v0.10.1 |
| 197 | 2026-05-14T03:42:27.420Z | Downloaded cfg-expr v0.20.6 |
| 198 | 2026-05-14T03:42:27.423Z | Downloaded difflib v0.4.0 |
| 199 | 2026-05-14T03:42:27.423Z | Downloaded defmt-parser v1.0.0 |
| 200 | 2026-05-14T03:42:27.423Z | Downloaded cargo-platform v0.2.0 |
| 201 | 2026-05-14T03:42:27.427Z | Downloaded cfg_aliases v0.1.1 |
| 202 | 2026-05-14T03:42:27.427Z | Downloaded debug-ignore v1.0.5 |
| 203 | 2026-05-14T03:42:27.427Z | Downloaded crc-catalog v2.4.0 |
| 204 | 2026-05-14T03:42:27.427Z | Downloaded convert_case v0.4.0 |
| 205 | 2026-05-14T03:42:27.430Z | Downloaded ciborium-io v0.2.2 |
| 206 | 2026-05-14T03:42:27.430Z | Downloaded dtrace-parser v0.3.0 |
| 207 | 2026-05-14T03:42:27.430Z | Downloaded darling_macro v0.20.11 |
| 208 | 2026-05-14T03:42:27.430Z | Downloaded castaway v0.2.4 |
| 209 | 2026-05-14T03:42:27.430Z | Downloaded assert-json-diff v2.0.2 |
| 210 | 2026-05-14T03:42:27.433Z | Downloaded cpufeatures v0.3.0 |
| 211 | 2026-05-14T03:42:27.433Z | Downloaded cfg_aliases v0.2.1 |
| 212 | 2026-05-14T03:42:27.433Z | Downloaded block-padding v0.3.3 |
| 213 | 2026-05-14T03:42:27.436Z | Downloaded dirs-next v2.0.0 |
| 214 | 2026-05-14T03:42:27.436Z | Downloaded clap_lex v1.0.0 |
| 215 | 2026-05-14T03:42:27.436Z | Downloaded arrayref v0.3.9 |
| 216 | 2026-05-14T03:42:27.439Z | Downloaded compression-core v0.4.31 |
| 217 | 2026-05-14T03:42:27.439Z | Downloaded async-stream-impl v0.3.6 |
| 218 | 2026-05-14T03:42:27.439Z | Downloaded dof v0.3.0 |
| 219 | 2026-05-14T03:42:27.439Z | Downloaded ascii-canvas v3.0.0 |
| 220 | 2026-05-14T03:42:27.442Z | Downloaded atomic-waker v1.1.2 |
| 221 | 2026-05-14T03:42:27.442Z | Downloaded darling_macro v0.23.0 |
| 222 | 2026-05-14T03:42:27.442Z | Downloaded cookie v0.18.1 |
| 223 | 2026-05-14T03:42:27.445Z | Downloaded derive-ex v0.1.8 |
| 224 | 2026-05-14T03:42:27.448Z | Downloaded deranged v0.5.8 |
| 225 | 2026-05-14T03:42:27.448Z | Downloaded concurrent-queue v2.5.0 |
| 226 | 2026-05-14T03:42:27.448Z | Downloaded digest v0.10.7 |
| 227 | 2026-05-14T03:42:27.451Z | Downloaded der_derive v0.7.3 |
| 228 | 2026-05-14T03:42:27.451Z | Downloaded defmt v1.0.1 |
| 229 | 2026-05-14T03:42:27.454Z | Downloaded anstyle v1.0.13 |
| 230 | 2026-05-14T03:42:27.454Z | Downloaded byte-wrapper v0.1.0 |
| 231 | 2026-05-14T03:42:27.457Z | Downloaded crc8 v0.1.1 |
| 232 | 2026-05-14T03:42:27.457Z | Downloaded autocfg v1.5.0 |
| 233 | 2026-05-14T03:42:27.457Z | Downloaded cstr-argument v0.1.2 |
| 234 | 2026-05-14T03:42:27.460Z | Downloaded cobs v0.3.0 |
| 235 | 2026-05-14T03:42:27.460Z | Downloaded atomicwrites v0.4.4 |
| 236 | 2026-05-14T03:42:27.460Z | Downloaded dirs-sys-next v0.1.2 |
| 237 | 2026-05-14T03:42:27.463Z | Downloaded dof v0.4.0 |
| 238 | 2026-05-14T03:42:27.463Z | Downloaded endian-type v0.1.2 |
| 239 | 2026-05-14T03:42:27.463Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 240 | 2026-05-14T03:42:27.463Z | Downloaded der v0.7.10 |
| 241 | 2026-05-14T03:42:27.466Z | Downloaded dyn-clone v1.0.20 |
| 242 | 2026-05-14T03:42:27.468Z | Downloaded constant_time_eq v0.4.2 |
| 243 | 2026-05-14T03:42:27.468Z | Downloaded bit-set v0.5.3 |
| 244 | 2026-05-14T03:42:27.471Z | Downloaded async-object-pool v0.2.0 |
| 245 | 2026-05-14T03:42:27.471Z | Downloaded cipher v0.4.4 |
| 246 | 2026-05-14T03:42:27.471Z | Downloaded derive_builder_macro v0.20.2 |
| 247 | 2026-05-14T03:42:27.474Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 248 | 2026-05-14T03:42:27.474Z | Downloaded async-stream v0.3.6 |
| 249 | 2026-05-14T03:42:27.474Z | Downloaded dtrace-parser v0.2.0 |
| 250 | 2026-05-14T03:42:27.474Z | Downloaded ciborium-ll v0.2.2 |
| 251 | 2026-05-14T03:42:27.477Z | Downloaded dunce v1.0.5 |
| 252 | 2026-05-14T03:42:27.477Z | Downloaded document-features v0.2.12 |
| 253 | 2026-05-14T03:42:27.477Z | Downloaded backtrace-ext v0.2.1 |
| 254 | 2026-05-14T03:42:27.480Z | Downloaded anstream v0.6.21 |
| 255 | 2026-05-14T03:42:27.480Z | Downloaded enum-as-inner v0.6.1 |
| 256 | 2026-05-14T03:42:27.480Z | Downloaded embedded-io v0.6.1 |
| 257 | 2026-05-14T03:42:27.483Z | Downloaded embedded-io v0.4.0 |
| 258 | 2026-05-14T03:42:27.483Z | Downloaded env_filter v1.0.0 |
| 259 | 2026-05-14T03:42:27.483Z | Downloaded dsl_auto_type v0.2.0 |
| 260 | 2026-05-14T03:42:27.486Z | Downloaded equivalent v1.0.2 |
| 261 | 2026-05-14T03:42:27.486Z | Downloaded daft v0.1.5 |
| 262 | 2026-05-14T03:42:27.486Z | Downloaded crc v3.4.0 |
| 263 | 2026-05-14T03:42:27.489Z | Downloaded cast v0.3.0 |
| 264 | 2026-05-14T03:42:27.489Z | Downloaded ctr v0.9.2 |
| 265 | 2026-05-14T03:42:27.491Z | Downloaded camino-tempfile-ext v0.3.3 |
| 266 | 2026-05-14T03:42:27.491Z | Downloaded ed25519 v2.2.3 |
| 267 | 2026-05-14T03:42:27.491Z | Downloaded daft-derive v0.1.5 |
| 268 | 2026-05-14T03:42:27.495Z | Downloaded compression-codecs v0.4.37 |
| 269 | 2026-05-14T03:42:27.498Z | Downloaded criterion-plot v0.6.0 |
| 270 | 2026-05-14T03:42:27.498Z | Downloaded cassowary v0.3.0 |
| 271 | 2026-05-14T03:42:27.501Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 272 | 2026-05-14T03:42:27.501Z | Downloaded errno v0.3.14 |
| 273 | 2026-05-14T03:42:27.502Z | Downloaded fd-lock v4.0.4 |
| 274 | 2026-05-14T03:42:27.504Z | Downloaded escape8259 v0.5.3 |
| 275 | 2026-05-14T03:42:27.504Z | Downloaded anes v0.1.6 |
| 276 | 2026-05-14T03:42:27.505Z | Downloaded bitflags v1.3.2 |
| 277 | 2026-05-14T03:42:27.511Z | Downloaded assert_cmd v2.1.2 |
| 278 | 2026-05-14T03:42:27.511Z | Downloaded corncobs v0.1.4 |
| 279 | 2026-05-14T03:42:27.514Z | Downloaded colorchoice v1.0.4 |
| 280 | 2026-05-14T03:42:27.514Z | Downloaded cbc v0.1.2 |
| 281 | 2026-05-14T03:42:27.514Z | Downloaded adler2 v2.0.1 |
| 282 | 2026-05-14T03:42:27.514Z | Downloaded const_format_proc_macros v0.2.34 |
| 283 | 2026-05-14T03:42:27.514Z | Downloaded cexpr v0.6.0 |
| 284 | 2026-05-14T03:42:27.517Z | Downloaded fnv v1.0.7 |
| 285 | 2026-05-14T03:42:27.517Z | Downloaded diesel-dtrace v0.5.0 |
| 286 | 2026-05-14T03:42:27.517Z | Downloaded defmt-macros v1.0.1 |
| 287 | 2026-05-14T03:42:27.519Z | Downloaded diesel_derives v2.3.7 |
| 288 | 2026-05-14T03:42:27.522Z | Downloaded foreign-types v0.5.0 |
| 289 | 2026-05-14T03:42:27.522Z | Downloaded event-listener-strategy v0.5.4 |
| 290 | 2026-05-14T03:42:27.525Z | Downloaded float-cmp v0.10.0 |
| 291 | 2026-05-14T03:42:27.525Z | Downloaded flagset v0.4.7 |
| 292 | 2026-05-14T03:42:27.525Z | Downloaded float-ord v0.3.2 |
| 293 | 2026-05-14T03:42:27.528Z | Downloaded foreign-types-shared v0.3.1 |
| 294 | 2026-05-14T03:42:27.528Z | Downloaded csv-core v0.1.13 |
| 295 | 2026-05-14T03:42:27.528Z | Downloaded futures-sink v0.3.32 |
| 296 | 2026-05-14T03:42:27.531Z | Downloaded futures-io v0.3.32 |
| 297 | 2026-05-14T03:42:27.531Z | Downloaded data-encoding v2.10.0 |
| 298 | 2026-05-14T03:42:27.531Z | Downloaded futures-core v0.3.32 |
| 299 | 2026-05-14T03:42:27.531Z | Downloaded futures-macro v0.3.32 |
| 300 | 2026-05-14T03:42:27.535Z | Downloaded futures-task v0.3.32 |
| 301 | 2026-05-14T03:42:27.535Z | Downloaded base64ct v1.8.3 |
| 302 | 2026-05-14T03:42:27.535Z | Downloaded cargo_metadata v0.23.1 |
| 303 | 2026-05-14T03:42:27.538Z | Downloaded convert_case v0.10.0 |
| 304 | 2026-05-14T03:42:27.538Z | Downloaded base64 v0.21.7 |
| 305 | 2026-05-14T03:42:27.543Z | Downloaded arrayvec v0.7.6 |
| 306 | 2026-05-14T03:42:27.543Z | Downloaded downcast-rs v2.0.2 |
| 307 | 2026-05-14T03:42:27.545Z | Downloaded displaydoc v0.2.5 |
| 308 | 2026-05-14T03:42:27.545Z | Downloaded gethostname v0.5.0 |
| 309 | 2026-05-14T03:42:27.545Z | Downloaded datatest-stable v0.3.3 |
| 310 | 2026-05-14T03:42:27.548Z | Downloaded cookie_store v0.22.1 |
| 311 | 2026-05-14T03:42:27.548Z | Downloaded anstyle-query v1.1.5 |
| 312 | 2026-05-14T03:42:27.548Z | Downloaded erased-serde v0.3.31 |
| 313 | 2026-05-14T03:42:27.551Z | Downloaded either v1.15.0 |
| 314 | 2026-05-14T03:42:27.551Z | Downloaded ena v0.14.4 |
| 315 | 2026-05-14T03:42:27.554Z | Downloaded ecdsa v0.16.9 |
| 316 | 2026-05-14T03:42:27.554Z | Downloaded fastrand v2.3.0 |
| 317 | 2026-05-14T03:42:27.554Z | Downloaded derive_builder v0.20.2 |
| 318 | 2026-05-14T03:42:27.557Z | Downloaded guppy-workspace-hack v0.1.0 |
| 319 | 2026-05-14T03:42:27.560Z | Downloaded globwalk v0.9.1 |
| 320 | 2026-05-14T03:42:27.560Z | Downloaded git-stub v1.0.0 |
| 321 | 2026-05-14T03:42:27.560Z | Downloaded ghash v0.5.1 |
| 322 | 2026-05-14T03:42:27.560Z | Downloaded fxhash v0.2.1 |
| 323 | 2026-05-14T03:42:27.563Z | Downloaded ff v0.13.1 |
| 324 | 2026-05-14T03:42:27.563Z | Downloaded chacha20 v0.10.0 |
| 325 | 2026-05-14T03:42:27.563Z | Downloaded blake2b_simd v1.0.4 |
| 326 | 2026-05-14T03:42:27.567Z | Downloaded funty v2.0.0 |
| 327 | 2026-05-14T03:42:27.567Z | Downloaded hash32 v0.2.1 |
| 328 | 2026-05-14T03:42:27.567Z | Downloaded camino v1.2.2 |
| 329 | 2026-05-14T03:42:27.570Z | Downloaded heck v0.4.1 |
| 330 | 2026-05-14T03:42:27.570Z | Downloaded cancel-safe-futures v0.1.5 |
| 331 | 2026-05-14T03:42:27.572Z | Downloaded ahash v0.8.12 |
| 332 | 2026-05-14T03:42:27.572Z | Downloaded derive_more v0.99.20 |
| 333 | 2026-05-14T03:42:27.575Z | Downloaded clap_derive v4.5.55 |
| 334 | 2026-05-14T03:42:27.578Z | Downloaded clap v4.5.60 |
| 335 | 2026-05-14T03:42:27.583Z | Downloaded hex v0.4.3 |
| 336 | 2026-05-14T03:42:27.586Z | Downloaded headers-core v0.3.0 |
| 337 | 2026-05-14T03:42:27.586Z | Downloaded diff v0.1.13 |
| 338 | 2026-05-14T03:42:27.586Z | Downloaded hex-literal v0.4.1 |
| 339 | 2026-05-14T03:42:27.589Z | Downloaded foreign-types-shared v0.1.1 |
| 340 | 2026-05-14T03:42:27.589Z | Downloaded foldhash v0.1.5 |
| 341 | 2026-05-14T03:42:27.589Z | Downloaded erased-serde v0.4.9 |
| 342 | 2026-05-14T03:42:27.592Z | Downloaded fixedbitset v0.5.7 |
| 343 | 2026-05-14T03:42:27.592Z | Downloaded filetime v0.2.27 |
| 344 | 2026-05-14T03:42:27.592Z | Downloaded httpdate v1.0.3 |
| 345 | 2026-05-14T03:42:27.595Z | Downloaded futures-timer v3.0.3 |
| 346 | 2026-05-14T03:42:27.595Z | Downloaded crc32fast v1.5.0 |
| 347 | 2026-05-14T03:42:27.595Z | Downloaded fs-err v3.3.0 |
| 348 | 2026-05-14T03:42:27.598Z | Downloaded futures-executor v0.3.32 |
| 349 | 2026-05-14T03:42:27.598Z | Downloaded http-range v0.1.5 |
| 350 | 2026-05-14T03:42:27.601Z | Downloaded hostname v0.4.2 |
| 351 | 2026-05-14T03:42:27.601Z | Downloaded http-body v1.0.1 |
| 352 | 2026-05-14T03:42:27.601Z | Downloaded fs_extra v1.3.0 |
| 353 | 2026-05-14T03:42:27.604Z | Downloaded generic-array v0.14.7 |
| 354 | 2026-05-14T03:42:27.604Z | Downloaded darling v0.21.3 |
| 355 | 2026-05-14T03:42:27.607Z | Downloaded drift v0.1.4 |
| 356 | 2026-05-14T03:42:27.611Z | Downloaded hostname v0.3.1 |
| 357 | 2026-05-14T03:42:27.614Z | Downloaded backon v1.6.0 |
| 358 | 2026-05-14T03:42:27.614Z | Downloaded console v0.16.2 |
| 359 | 2026-05-14T03:42:27.617Z | Downloaded globset v0.4.18 |
| 360 | 2026-05-14T03:42:27.617Z | Downloaded crossbeam-epoch v0.9.18 |
| 361 | 2026-05-14T03:42:27.621Z | Downloaded hubpack_derive v0.1.1 |
| 362 | 2026-05-14T03:42:27.621Z | Downloaded hubpack v0.1.2 |
| 363 | 2026-05-14T03:42:27.622Z | Downloaded darling v0.23.0 |
| 364 | 2026-05-14T03:42:27.624Z | Downloaded hyper-tls v0.6.0 |
| 365 | 2026-05-14T03:42:27.624Z | Downloaded event-listener v5.4.1 |
| 366 | 2026-05-14T03:42:27.627Z | Downloaded clang-sys v1.8.1 |
| 367 | 2026-05-14T03:42:27.627Z | Downloaded home v0.5.12 |
| 368 | 2026-05-14T03:42:27.627Z | Downloaded foldhash v0.2.0 |
| 369 | 2026-05-14T03:42:27.630Z | Downloaded fallible-iterator v0.2.0 |
| 370 | 2026-05-14T03:42:27.630Z | Downloaded derive-where v1.6.0 |
| 371 | 2026-05-14T03:42:27.633Z | Downloaded group v0.13.0 |
| 372 | 2026-05-14T03:42:27.633Z | Downloaded heck v0.5.0 |
| 373 | 2026-05-14T03:42:27.636Z | Downloaded hash32 v0.3.1 |
| 374 | 2026-05-14T03:42:27.636Z | Downloaded ident_case v1.0.1 |
| 375 | 2026-05-14T03:42:27.636Z | Downloaded foreign-types v0.3.2 |
| 376 | 2026-05-14T03:42:27.636Z | Downloaded find-msvc-tools v0.1.9 |
| 377 | 2026-05-14T03:42:27.638Z | Downloaded env_logger v0.11.9 |
| 378 | 2026-05-14T03:42:27.638Z | Downloaded crossbeam-utils v0.8.21 |
| 379 | 2026-05-14T03:42:27.641Z | Downloaded crc-any v2.5.0 |
| 380 | 2026-05-14T03:42:27.641Z | Downloaded cc v1.2.56 |
| 381 | 2026-05-14T03:42:27.644Z | Downloaded bcs v0.1.6 |
| 382 | 2026-05-14T03:42:27.647Z | Downloaded colored v2.2.0 |
| 383 | 2026-05-14T03:42:27.647Z | Downloaded indoc v1.0.9 |
| 384 | 2026-05-14T03:42:27.650Z | Downloaded idna_adapter v1.2.1 |
| 385 | 2026-05-14T03:42:27.650Z | Downloaded form_urlencoded v1.2.2 |
| 386 | 2026-05-14T03:42:27.650Z | Downloaded foreign-types-macros v0.2.3 |
| 387 | 2026-05-14T03:42:27.652Z | Downloaded buf-list v1.1.2 |
| 388 | 2026-05-14T03:42:27.653Z | Downloaded addr2line v0.25.1 |
| 389 | 2026-05-14T03:42:27.656Z | Downloaded instant v0.1.13 |
| 390 | 2026-05-14T03:42:27.656Z | Downloaded inout v0.1.4 |
| 391 | 2026-05-14T03:42:27.656Z | Downloaded indent_write v2.2.0 |
| 392 | 2026-05-14T03:42:27.656Z | Downloaded is_terminal_polyfill v1.70.2 |
| 393 | 2026-05-14T03:42:27.659Z | Downloaded is_ci v1.2.0 |
| 394 | 2026-05-14T03:42:27.662Z | Downloaded fixedbitset v0.4.2 |
| 395 | 2026-05-14T03:42:27.662Z | Downloaded fs-err v2.11.0 |
| 396 | 2026-05-14T03:42:27.664Z | Downloaded kstat-rs v0.2.4 |
| 397 | 2026-05-14T03:42:27.665Z | Downloaded lazy_static v1.5.0 |
| 398 | 2026-05-14T03:42:27.667Z | Downloaded lalrpop-util v0.19.12 |
| 399 | 2026-05-14T03:42:27.667Z | Downloaded highway v1.3.0 |
| 400 | 2026-05-14T03:42:27.667Z | Downloaded futures-channel v0.3.32 |
| 401 | 2026-05-14T03:42:27.670Z | Downloaded internet-checksum v0.2.1 |
| 402 | 2026-05-14T03:42:27.670Z | Downloaded instability v0.3.11 |
| 403 | 2026-05-14T03:42:27.670Z | Downloaded console v0.15.11 |
| 404 | 2026-05-14T03:42:27.673Z | Downloaded hyper-staticfile v0.10.1 |
| 405 | 2026-05-14T03:42:27.676Z | Downloaded is-terminal v0.4.17 |
| 406 | 2026-05-14T03:42:27.676Z | Downloaded async-lock v3.4.2 |
| 407 | 2026-05-14T03:42:27.679Z | Downloaded http-body-util v0.1.3 |
| 408 | 2026-05-14T03:42:27.679Z | Downloaded dropshot_endpoint v0.17.0 |
| 409 | 2026-05-14T03:42:27.682Z | Downloaded dropshot_endpoint v0.16.7 |
| 410 | 2026-05-14T03:42:27.684Z | Downloaded getrandom v0.2.17 |
| 411 | 2026-05-14T03:42:27.687Z | Downloaded humantime v2.3.0 |
| 412 | 2026-05-14T03:42:27.687Z | Downloaded darling_core v0.20.11 |
| 413 | 2026-05-14T03:42:27.691Z | Downloaded keccak v0.1.6 |
| 414 | 2026-05-14T03:42:27.691Z | Downloaded git-stub-vcs v0.1.0 |
| 415 | 2026-05-14T03:42:27.694Z | Downloaded half v1.8.3 |
| 416 | 2026-05-14T03:42:27.694Z | Downloaded const_format v0.2.35 |
| 417 | 2026-05-14T03:42:27.696Z | Downloaded bytes v1.11.1 |
| 418 | 2026-05-14T03:42:27.699Z | Downloaded arc-swap v1.8.2 |
| 419 | 2026-05-14T03:42:27.702Z | Downloaded lru-slab v0.1.2 |
| 420 | 2026-05-14T03:42:27.702Z | Downloaded linkme-impl v0.3.35 |
| 421 | 2026-05-14T03:42:27.702Z | Downloaded libscf-sys v1.1.0 |
| 422 | 2026-05-14T03:42:27.705Z | Downloaded anyhow v1.0.102 |
| 423 | 2026-05-14T03:42:27.708Z | Downloaded base64 v0.22.1 |
| 424 | 2026-05-14T03:42:27.708Z | Downloaded mime v0.3.17 |
| 425 | 2026-05-14T03:42:27.712Z | Downloaded memmap v0.7.0 |
| 426 | 2026-05-14T03:42:27.712Z | Downloaded md-5 v0.10.6 |
| 427 | 2026-05-14T03:42:27.712Z | Downloaded compact_str v0.8.1 |
| 428 | 2026-05-14T03:42:27.715Z | Downloaded maybe-uninit v2.0.0 |
| 429 | 2026-05-14T03:42:27.715Z | Downloaded indoc v2.0.7 |
| 430 | 2026-05-14T03:42:27.718Z | Downloaded elliptic-curve v0.13.8 |
| 431 | 2026-05-14T03:42:27.718Z | Downloaded fatfs v0.3.6 |
| 432 | 2026-05-14T03:42:27.720Z | Downloaded ingot v0.1.1 |
| 433 | 2026-05-14T03:42:27.723Z | Downloaded match_cfg v0.1.0 |
| 434 | 2026-05-14T03:42:27.723Z | Downloaded glob v0.3.3 |
| 435 | 2026-05-14T03:42:27.723Z | Downloaded allocator-api2 v0.2.21 |
| 436 | 2026-05-14T03:42:27.726Z | Downloaded miette-derive v5.10.0 |
| 437 | 2026-05-14T03:42:27.731Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 438 | 2026-05-14T03:42:27.734Z | Downloaded linked-hash-map v0.5.6 |
| 439 | 2026-05-14T03:42:27.736Z | Downloaded maplit v1.0.2 |
| 440 | 2026-05-14T03:42:27.736Z | Downloaded hmac v0.12.1 |
| 441 | 2026-05-14T03:42:27.736Z | Downloaded multimap v0.10.1 |
| 442 | 2026-05-14T03:42:27.739Z | Downloaded lru v0.12.5 |
| 443 | 2026-05-14T03:42:27.739Z | Downloaded managed v0.8.0 |
| 444 | 2026-05-14T03:42:27.742Z | Downloaded macaddr v1.0.1 |
| 445 | 2026-05-14T03:42:27.742Z | Downloaded memoffset v0.9.1 |
| 446 | 2026-05-14T03:42:27.743Z | Downloaded libloading v0.8.9 |
| 447 | 2026-05-14T03:42:27.745Z | Downloaded libefi-sys v0.1.0 |
| 448 | 2026-05-14T03:42:27.745Z | Downloaded darling_core v0.23.0 |
| 449 | 2026-05-14T03:42:27.748Z | Downloaded httptest v0.16.4 |
| 450 | 2026-05-14T03:42:27.751Z | Downloaded httparse v1.10.1 |
| 451 | 2026-05-14T03:42:27.751Z | Downloaded md5 v0.7.0 |
| 452 | 2026-05-14T03:42:27.754Z | Downloaded ipnetwork v0.21.1 |
| 453 | 2026-05-14T03:42:27.754Z | Downloaded nibble_vec v0.1.0 |
| 454 | 2026-05-14T03:42:27.756Z | Downloaded itoa v1.0.17 |
| 455 | 2026-05-14T03:42:27.761Z | Downloaded newline-converter v0.3.0 |
| 456 | 2026-05-14T03:42:27.761Z | Downloaded nested v0.1.1 |
| 457 | 2026-05-14T03:42:27.764Z | Downloaded getrandom v0.4.1 |
| 458 | 2026-05-14T03:42:27.764Z | Downloaded linkme v0.3.35 |
| 459 | 2026-05-14T03:42:27.767Z | Downloaded libsw v3.5.0 |
| 460 | 2026-05-14T03:42:27.767Z | Downloaded crossbeam-channel v0.5.15 |
| 461 | 2026-05-14T03:42:27.770Z | Downloaded half v2.7.1 |
| 462 | 2026-05-14T03:42:27.773Z | Downloaded jobserver v0.1.34 |
| 463 | 2026-05-14T03:42:27.773Z | Downloaded getrandom v0.3.4 |
| 464 | 2026-05-14T03:42:27.776Z | Downloaded newtype-uuid-macros v0.1.0 |
| 465 | 2026-05-14T03:42:27.776Z | Downloaded new_debug_unreachable v1.0.6 |
| 466 | 2026-05-14T03:42:27.776Z | Downloaded lru-cache v0.1.2 |
| 467 | 2026-05-14T03:42:27.776Z | Downloaded bumpalo v3.20.2 |
| 468 | 2026-05-14T03:42:27.780Z | Downloaded darling_core v0.21.3 |
| 469 | 2026-05-14T03:42:27.783Z | Downloaded num-derive v0.3.3 |
| 470 | 2026-05-14T03:42:27.783Z | Downloaded normalize-line-endings v0.3.0 |
| 471 | 2026-05-14T03:42:27.786Z | Downloaded crypto-bigint v0.5.5 |
| 472 | 2026-05-14T03:42:27.789Z | Downloaded ar_archive_writer v0.5.1 |
| 473 | 2026-05-14T03:42:27.790Z | Downloaded lock_api v0.4.14 |
| 474 | 2026-05-14T03:42:27.792Z | Downloaded num-derive v0.4.2 |
| 475 | 2026-05-14T03:42:27.792Z | Downloaded num v0.4.3 |
| 476 | 2026-05-14T03:42:27.792Z | Downloaded nonempty v0.12.0 |
| 477 | 2026-05-14T03:42:27.795Z | Downloaded nodrop v0.1.14 |
| 478 | 2026-05-14T03:42:27.795Z | Downloaded ingot-macros v0.1.1 |
| 479 | 2026-05-14T03:42:27.795Z | Downloaded linear-map v1.2.0 |
| 480 | 2026-05-14T03:42:27.798Z | Downloaded libsw-core v0.3.2 |
| 481 | 2026-05-14T03:42:27.798Z | Downloaded mime_guess v2.0.5 |
| 482 | 2026-05-14T03:42:27.798Z | Downloaded ipnet v2.11.0 |
| 483 | 2026-05-14T03:42:27.801Z | Downloaded iana-time-zone v0.1.65 |
| 484 | 2026-05-14T03:42:27.804Z | Downloaded crossterm v0.29.0 |
| 485 | 2026-05-14T03:42:27.808Z | Downloaded native-tls v0.2.18 |
| 486 | 2026-05-14T03:42:27.808Z | Downloaded multer v3.1.0 |
| 487 | 2026-05-14T03:42:27.811Z | Downloaded lzss v0.8.2 |
| 488 | 2026-05-14T03:42:27.811Z | Downloaded libtest-mimic v0.8.1 |
| 489 | 2026-05-14T03:42:27.811Z | Downloaded ingot-types v0.1.2 |
| 490 | 2026-05-14T03:42:27.814Z | Downloaded ordered-float v2.10.1 |
| 491 | 2026-05-14T03:42:27.814Z | Downloaded num_threads v0.1.7 |
| 492 | 2026-05-14T03:42:27.814Z | Downloaded hickory-client v0.25.2 |
| 493 | 2026-05-14T03:42:27.817Z | Downloaded num-iter v0.1.45 |
| 494 | 2026-05-14T03:42:27.817Z | Downloaded num_enum_derive v0.5.11 |
| 495 | 2026-05-14T03:42:27.820Z | Downloaded futures v0.3.32 |
| 496 | 2026-05-14T03:42:27.822Z | Downloaded chumsky v0.9.3 |
| 497 | 2026-05-14T03:42:27.825Z | Downloaded newtype_derive v0.1.6 |
| 498 | 2026-05-14T03:42:27.828Z | Downloaded oso-derive v0.27.3 |
| 499 | 2026-05-14T03:42:27.828Z | Downloaded newtype-uuid v1.3.2 |
| 500 | 2026-05-14T03:42:27.834Z | Downloaded packed_struct_codegen v0.10.1 |
| 501 | 2026-05-14T03:42:27.837Z | Downloaded openssl-probe v0.1.6 |
| 502 | 2026-05-14T03:42:27.837Z | Downloaded knuffel-derive v3.2.0 |
| 503 | 2026-05-14T03:42:27.840Z | Downloaded openssl-probe v0.2.1 |
| 504 | 2026-05-14T03:42:27.840Z | Downloaded openssl-macros v0.1.1 |
| 505 | 2026-05-14T03:42:27.840Z | Downloaded nu-ansi-term v0.50.3 |
| 506 | 2026-05-14T03:42:27.843Z | Downloaded opaque-debug v0.3.1 |
| 507 | 2026-05-14T03:42:27.843Z | Downloaded olpc-cjson v0.1.4 |
| 508 | 2026-05-14T03:42:27.846Z | Downloaded icu_properties v2.1.2 |
| 509 | 2026-05-14T03:42:27.852Z | Downloaded num-conv v0.2.0 |
| 510 | 2026-05-14T03:42:27.855Z | Downloaded litrs v1.0.0 |
| 511 | 2026-05-14T03:42:27.855Z | Downloaded litemap v0.8.1 |
| 512 | 2026-05-14T03:42:27.858Z | Downloaded flate2 v1.1.9 |
| 513 | 2026-05-14T03:42:27.861Z | Downloaded async-compression v0.4.41 |
| 514 | 2026-05-14T03:42:27.864Z | Downloaded pathdiff v0.2.3 |
| 515 | 2026-05-14T03:42:27.867Z | Downloaded parking v2.2.1 |
| 516 | 2026-05-14T03:42:27.867Z | Downloaded path-slash v0.1.5 |
| 517 | 2026-05-14T03:42:27.867Z | Downloaded parse-display v0.10.0 |
| 518 | 2026-05-14T03:42:27.867Z | Downloaded parse-size v1.1.0 |
| 519 | 2026-05-14T03:42:27.870Z | Downloaded num-complex v0.4.6 |
| 520 | 2026-05-14T03:42:27.870Z | Downloaded headers v0.4.1 |
| 521 | 2026-05-14T03:42:27.873Z | Downloaded percent-encoding v2.3.2 |
| 522 | 2026-05-14T03:42:27.873Z | Downloaded pbkdf2 v0.11.0 |
| 523 | 2026-05-14T03:42:27.876Z | Downloaded heapless v0.8.0 |
| 524 | 2026-05-14T03:42:27.878Z | Downloaded memmap2 v0.9.10 |
| 525 | 2026-05-14T03:42:27.878Z | Downloaded derive_more-impl v2.1.1 |
| 526 | 2026-05-14T03:42:27.882Z | Downloaded oorandom v11.1.5 |
| 527 | 2026-05-14T03:42:27.882Z | Downloaded nanorand v0.7.0 |
| 528 | 2026-05-14T03:42:27.886Z | Downloaded ignore v0.4.25 |
| 529 | 2026-05-14T03:42:27.890Z | Downloaded phf_shared v0.12.1 |
| 530 | 2026-05-14T03:42:27.890Z | Downloaded indexmap v1.9.3 |
| 531 | 2026-05-14T03:42:27.893Z | Downloaded num-integer v0.1.46 |
| 532 | 2026-05-14T03:42:27.893Z | Downloaded num-rational v0.4.2 |
| 533 | 2026-05-14T03:42:27.896Z | Downloaded hyper-rustls v0.27.7 |
| 534 | 2026-05-14T03:42:27.896Z | Downloaded pbkdf2 v0.12.2 |
| 535 | 2026-05-14T03:42:27.899Z | Downloaded num_enum v0.7.5 |
| 536 | 2026-05-14T03:42:27.902Z | Downloaded oxide-tokio-rt v0.1.4 |
| 537 | 2026-05-14T03:42:27.908Z | Downloaded owo-colors v4.3.0 |
| 538 | 2026-05-14T03:42:27.908Z | Downloaded num_enum_derive v0.7.5 |
| 539 | 2026-05-14T03:42:27.915Z | Downloaded fancy-regex v0.14.0 |
| 540 | 2026-05-14T03:42:27.915Z | Downloaded phf_shared v0.13.1 |
| 541 | 2026-05-14T03:42:27.915Z | Downloaded phf_shared v0.11.3 |
| 542 | 2026-05-14T03:42:27.915Z | Downloaded plotters-backend v0.3.7 |
| 543 | 2026-05-14T03:42:27.915Z | Downloaded plotters-svg v0.3.7 |
| 544 | 2026-05-14T03:42:27.915Z | Downloaded pin-utils v0.1.0 |
| 545 | 2026-05-14T03:42:27.918Z | Downloaded peg-runtime v0.8.5 |
| 546 | 2026-05-14T03:42:27.918Z | Downloaded packed_struct v0.10.1 |
| 547 | 2026-05-14T03:42:27.918Z | Downloaded flume v0.11.1 |
| 548 | 2026-05-14T03:42:27.921Z | Downloaded backtrace v0.3.76 |
| 549 | 2026-05-14T03:42:27.924Z | Downloaded icu_normalizer_data v2.1.1 |
| 550 | 2026-05-14T03:42:27.927Z | Downloaded icu_normalizer v2.1.1 |
| 551 | 2026-05-14T03:42:27.930Z | Downloaded predicates-core v1.0.10 |
| 552 | 2026-05-14T03:42:27.933Z | Downloaded indicatif v0.18.4 |
| 553 | 2026-05-14T03:42:27.936Z | Downloaded owo-colors v3.5.0 |
| 554 | 2026-05-14T03:42:27.938Z | Downloaded crossterm v0.28.1 |
| 555 | 2026-05-14T03:42:27.941Z | Downloaded peg v0.8.5 |
| 556 | 2026-05-14T03:42:27.944Z | Downloaded predicates-tree v1.0.13 |
| 557 | 2026-05-14T03:42:27.944Z | Downloaded potential_utf v0.1.4 |
| 558 | 2026-05-14T03:42:27.944Z | Downloaded plain v0.2.3 |
| 559 | 2026-05-14T03:42:27.947Z | Downloaded path-tree v0.8.3 |
| 560 | 2026-05-14T03:42:27.947Z | Downloaded libbz2-rs-sys v0.2.2 |
| 561 | 2026-05-14T03:42:27.947Z | Downloaded paste v1.0.15 |
| 562 | 2026-05-14T03:42:27.952Z | Downloaded once_cell v1.21.3 |
| 563 | 2026-05-14T03:42:27.954Z | Downloaded parking_lot_core v0.8.6 |
| 564 | 2026-05-14T03:42:27.954Z | Downloaded pem-rfc7468 v0.7.0 |
| 565 | 2026-05-14T03:42:27.957Z | Downloaded pem v3.0.6 |
| 566 | 2026-05-14T03:42:27.957Z | Downloaded omicron-zone-package v0.12.2 |
| 567 | 2026-05-14T03:42:27.960Z | Downloaded powerfmt v0.2.0 |
| 568 | 2026-05-14T03:42:27.961Z | Downloaded precomputed-hash v0.1.1 |
| 569 | 2026-05-14T03:42:27.961Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 570 | 2026-05-14T03:42:27.965Z | Downloaded parse-display-derive v0.10.0 |
| 571 | 2026-05-14T03:42:27.970Z | Downloaded heapless v0.7.17 |
| 572 | 2026-05-14T03:42:27.972Z | Downloaded icu_provider v2.1.1 |
| 573 | 2026-05-14T03:42:27.975Z | Downloaded log v0.4.29 |
| 574 | 2026-05-14T03:42:27.975Z | Downloaded partial-io v0.5.4 |
| 575 | 2026-05-14T03:42:27.978Z | Downloaded oxnet v0.1.4 |
| 576 | 2026-05-14T03:42:27.978Z | Downloaded phf v0.13.1 |
| 577 | 2026-05-14T03:42:27.982Z | Downloaded icu_locale_core v2.1.1 |
| 578 | 2026-05-14T03:42:27.985Z | Downloaded progenitor-client v0.14.0 |
| 579 | 2026-05-14T03:42:27.985Z | Downloaded proc-macro-error-attr v1.0.4 |
| 580 | 2026-05-14T03:42:27.985Z | Downloaded progenitor-client v0.11.2 |
| 581 | 2026-05-14T03:42:27.985Z | Downloaded proc-macro-crate v3.4.0 |
| 582 | 2026-05-14T03:42:27.988Z | Downloaded progenitor-client v0.10.0 |
| 583 | 2026-05-14T03:42:27.988Z | Downloaded proc-macro-crate v1.3.1 |
| 584 | 2026-05-14T03:42:27.988Z | Downloaded num_enum v0.5.11 |
| 585 | 2026-05-14T03:42:27.991Z | Downloaded hickory-resolver v0.24.4 |
| 586 | 2026-05-14T03:42:27.994Z | Downloaded expectorate v1.2.0 |
| 587 | 2026-05-14T03:42:27.997Z | Downloaded dropshot-api-manager v0.7.1 |
| 588 | 2026-05-14T03:42:28.028Z | Downloaded poly1305 v0.8.0 |
| 589 | 2026-05-14T03:42:28.029Z | Downloaded phf v0.12.1 |
| 590 | 2026-05-14T03:42:28.029Z | Downloaded progenitor-macro v0.11.2 |
| 591 | 2026-05-14T03:42:28.029Z | Downloaded progenitor-macro v0.10.0 |
| 592 | 2026-05-14T03:42:28.029Z | Downloaded progenitor-macro v0.14.0 |
| 593 | 2026-05-14T03:42:28.029Z | Downloaded parking_lot_core v0.9.12 |
| 594 | 2026-05-14T03:42:28.029Z | Downloaded knuffel v3.2.0 |
| 595 | 2026-05-14T03:42:28.029Z | Downloaded predicates v3.1.4 |
| 596 | 2026-05-14T03:42:28.029Z | Downloaded pretty-hex v0.4.1 |
| 597 | 2026-05-14T03:42:28.029Z | Downloaded password-hash v0.5.0 |
| 598 | 2026-05-14T03:42:28.029Z | Downloaded pin-project-internal v1.1.11 |
| 599 | 2026-05-14T03:42:28.029Z | Downloaded num-traits v0.2.19 |
| 600 | 2026-05-14T03:42:28.029Z | Downloaded radium v0.7.0 |
| 601 | 2026-05-14T03:42:28.029Z | Downloaded pkg-config v0.3.32 |
| 602 | 2026-05-14T03:42:28.029Z | Downloaded pest_derive v2.8.6 |
| 603 | 2026-05-14T03:42:28.029Z | Downloaded miniz_oxide v0.8.9 |
| 604 | 2026-05-14T03:42:28.029Z | Downloaded parking_lot v0.11.2 |
| 605 | 2026-05-14T03:42:28.032Z | Downloaded criterion v0.7.0 |
| 606 | 2026-05-14T03:42:28.032Z | Downloaded proc-macro-error v1.0.4 |
| 607 | 2026-05-14T03:42:28.032Z | Downloaded quick-error v1.2.3 |
| 608 | 2026-05-14T03:42:28.032Z | Downloaded psl-types v2.0.11 |
| 609 | 2026-05-14T03:42:28.032Z | Downloaded pkcs8 v0.10.2 |
| 610 | 2026-05-14T03:42:28.035Z | Downloaded rand_chacha v0.3.1 |
| 611 | 2026-05-14T03:42:28.035Z | Downloaded polyval v0.6.2 |
| 612 | 2026-05-14T03:42:28.038Z | Downloaded postgres-protocol v0.6.10 |
| 613 | 2026-05-14T03:42:28.038Z | Downloaded hashbrown v0.13.2 |
| 614 | 2026-05-14T03:42:28.041Z | Downloaded aes-gcm v0.10.3 |
| 615 | 2026-05-14T03:42:28.044Z | Downloaded progenitor v0.11.2 |
| 616 | 2026-05-14T03:42:28.044Z | Downloaded icu_collections v2.1.1 |
| 617 | 2026-05-14T03:42:28.048Z | Downloaded hashbrown v0.12.3 |
| 618 | 2026-05-14T03:42:28.051Z | Downloaded progenitor-extras v0.2.0 |
| 619 | 2026-05-14T03:42:28.051Z | Downloaded progenitor v0.14.0 |
| 620 | 2026-05-14T03:42:28.051Z | Downloaded progenitor v0.10.0 |
| 621 | 2026-05-14T03:42:28.054Z | Downloaded pin-project-lite v0.2.17 |
| 622 | 2026-05-14T03:42:28.057Z | Downloaded ref-cast-impl v1.0.25 |
| 623 | 2026-05-14T03:42:28.057Z | Downloaded primeorder v0.13.6 |
| 624 | 2026-05-14T03:42:28.057Z | Downloaded peg-macros v0.8.5 |
| 625 | 2026-05-14T03:42:28.060Z | Downloaded progenitor-client v0.13.0 |
| 626 | 2026-05-14T03:42:28.060Z | Downloaded ref-cast v1.0.25 |
| 627 | 2026-05-14T03:42:28.063Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 628 | 2026-05-14T03:42:28.063Z | Downloaded recursive v0.1.1 |
| 629 | 2026-05-14T03:42:28.063Z | Downloaded papergrid v0.17.0 |
| 630 | 2026-05-14T03:42:28.066Z | Downloaded rand_xorshift v0.4.0 |
| 631 | 2026-05-14T03:42:28.066Z | Downloaded hickory-server v0.25.2 |
| 632 | 2026-05-14T03:42:28.069Z | Downloaded hickory-resolver v0.25.2 |
| 633 | 2026-05-14T03:42:28.072Z | Downloaded progenitor-macro v0.13.0 |
| 634 | 2026-05-14T03:42:28.072Z | Downloaded postcard v1.1.3 |
| 635 | 2026-05-14T03:42:28.076Z | Downloaded pest_generator v2.8.6 |
| 636 | 2026-05-14T03:42:28.076Z | Downloaded ed25519-dalek v2.2.0 |
| 637 | 2026-05-14T03:42:28.079Z | Downloaded blake3 v1.8.3 |
| 638 | 2026-05-14T03:42:28.082Z | Downloaded password-hash v0.4.2 |
| 639 | 2026-05-14T03:42:28.085Z | Downloaded progenitor v0.13.0 |
| 640 | 2026-05-14T03:42:28.085Z | Downloaded papergrid v0.11.0 |
| 641 | 2026-05-14T03:42:28.088Z | Downloaded minimal-lexical v0.2.1 |
| 642 | 2026-05-14T03:42:28.091Z | Downloaded r2d2 v0.8.10 |
| 643 | 2026-05-14T03:42:28.093Z | Downloaded oso v0.27.3 |
| 644 | 2026-05-14T03:42:28.093Z | Downloaded pkcs5 v0.7.1 |
| 645 | 2026-05-14T03:42:28.096Z | Downloaded p256 v0.13.2 |
| 646 | 2026-05-14T03:42:28.099Z | Downloaded rand_core v0.6.4 |
| 647 | 2026-05-14T03:42:28.102Z | Downloaded proc-macro-error2 v2.0.1 |
| 648 | 2026-05-14T03:42:28.102Z | Downloaded rustc_version v0.1.7 |
| 649 | 2026-05-14T03:42:28.105Z | Downloaded rustc-hash v2.1.1 |
| 650 | 2026-05-14T03:42:28.105Z | Downloaded psm v0.1.30 |
| 651 | 2026-05-14T03:42:28.108Z | Downloaded rfc6979 v0.4.0 |
| 652 | 2026-05-14T03:42:28.108Z | Downloaded rand_core v0.9.5 |
| 653 | 2026-05-14T03:42:28.108Z | Downloaded jiff-static v0.2.21 |
| 654 | 2026-05-14T03:42:28.112Z | Downloaded russh-cryptovec v0.7.3 |
| 655 | 2026-05-14T03:42:28.115Z | Downloaded postgres-types v0.2.12 |
| 656 | 2026-05-14T03:42:28.115Z | Downloaded rand_seeder v0.4.0 |
| 657 | 2026-05-14T03:42:28.119Z | Downloaded rtoolbox v0.0.3 |
| 658 | 2026-05-14T03:42:28.122Z | Downloaded memchr v2.8.0 |
| 659 | 2026-05-14T03:42:28.125Z | Downloaded rand_chacha v0.9.0 |
| 660 | 2026-05-14T03:42:28.128Z | Downloaded ppv-lite86 v0.2.21 |
| 661 | 2026-05-14T03:42:28.128Z | Downloaded pkcs1 v0.7.5 |
| 662 | 2026-05-14T03:42:28.131Z | Downloaded rustc_version v0.4.1 |
| 663 | 2026-05-14T03:42:28.134Z | Downloaded miette v5.10.0 |
| 664 | 2026-05-14T03:42:28.134Z | Downloaded prefix-trie v0.7.0 |
| 665 | 2026-05-14T03:42:28.136Z | Downloaded rand_core v0.10.0 |
| 666 | 2026-05-14T03:42:28.155Z | Downloaded pest_meta v2.8.6 |
| 667 | 2026-05-14T03:42:28.162Z | Downloaded scheduled-thread-pool v0.2.7 |
| 668 | 2026-05-14T03:42:28.165Z | Downloaded hyper-util v0.1.20 |
| 669 | 2026-05-14T03:42:28.169Z | Downloaded rustc-demangle v0.1.27 |
| 670 | 2026-05-14T03:42:28.171Z | Downloaded pin-project v1.1.11 |
| 671 | 2026-05-14T03:42:28.176Z | Downloaded proc-macro2 v1.0.106 |
| 672 | 2026-05-14T03:42:28.179Z | Downloaded resolv-conf v0.7.6 |
| 673 | 2026-05-14T03:42:28.182Z | Downloaded parking_lot v0.12.5 |
| 674 | 2026-05-14T03:42:28.182Z | Downloaded aes v0.8.4 |
| 675 | 2026-05-14T03:42:28.185Z | Downloaded sapling-renderdag v0.1.0 |
| 676 | 2026-05-14T03:42:28.185Z | Downloaded clap_builder v4.5.60 |
| 677 | 2026-05-14T03:42:28.189Z | Downloaded relative-path v1.9.3 |
| 678 | 2026-05-14T03:42:28.192Z | Downloaded hashbrown v0.16.1 |
| 679 | 2026-05-14T03:42:28.194Z | Downloaded salsa20 v0.10.2 |
| 680 | 2026-05-14T03:42:28.195Z | Downloaded progenitor-impl v0.14.0 |
| 681 | 2026-05-14T03:42:28.198Z | Downloaded serde_bytes v0.11.19 |
| 682 | 2026-05-14T03:42:28.198Z | Downloaded scrypt v0.11.0 |
| 683 | 2026-05-14T03:42:28.202Z | Downloaded scopeguard v1.2.0 |
| 684 | 2026-05-14T03:42:28.205Z | Downloaded hashbrown v0.15.5 |
| 685 | 2026-05-14T03:42:28.208Z | Downloaded rust-argon2 v2.1.0 |
| 686 | 2026-05-14T03:42:28.211Z | Downloaded quote v1.0.45 |
| 687 | 2026-05-14T03:42:28.211Z | Downloaded same-file v1.0.6 |
| 688 | 2026-05-14T03:42:28.214Z | Downloaded scroll_derive v0.12.1 |
| 689 | 2026-05-14T03:42:28.214Z | Downloaded indexmap v2.14.0 |
| 690 | 2026-05-14T03:42:28.217Z | Downloaded mio v1.2.0 |
| 691 | 2026-05-14T03:42:28.220Z | Downloaded rustversion v1.0.22 |
| 692 | 2026-05-14T03:42:28.225Z | Downloaded openssl-sys v0.9.115 |
| 693 | 2026-05-14T03:42:28.225Z | Downloaded rusty-fork v0.3.1 |
| 694 | 2026-05-14T03:42:28.225Z | Downloaded itertools v0.10.5 |
| 695 | 2026-05-14T03:42:28.228Z | Downloaded progenitor-impl v0.11.2 |
| 696 | 2026-05-14T03:42:28.231Z | Downloaded semver v0.1.20 |
| 697 | 2026-05-14T03:42:28.231Z | Downloaded progenitor-impl v0.10.0 |
| 698 | 2026-05-14T03:42:28.234Z | Downloaded pretty_assertions v1.4.1 |
| 699 | 2026-05-14T03:42:28.234Z | Downloaded chrono v0.4.44 |
| 700 | 2026-05-14T03:42:28.237Z | Downloaded sha1 v0.10.6 |
| 701 | 2026-05-14T03:42:28.240Z | Downloaded serde_repr v0.1.20 |
| 702 | 2026-05-14T03:42:28.240Z | Downloaded serde_plain v1.0.2 |
| 703 | 2026-05-14T03:42:28.243Z | Downloaded shell-words v1.1.1 |
| 704 | 2026-05-14T03:42:28.243Z | Downloaded aho-corasick v1.1.4 |
| 705 | 2026-05-14T03:42:28.245Z | Downloaded serde_urlencoded v0.7.1 |
| 706 | 2026-05-14T03:42:28.250Z | Downloaded serde_spanned v0.6.9 |
| 707 | 2026-05-14T03:42:28.250Z | Downloaded serde_regex v1.1.0 |
| 708 | 2026-05-14T03:42:28.250Z | Downloaded progenitor-impl v0.13.0 |
| 709 | 2026-05-14T03:42:28.253Z | Downloaded quinn-udp v0.5.14 |
| 710 | 2026-05-14T03:42:28.253Z | Downloaded serde_spanned v1.0.4 |
| 711 | 2026-05-14T03:42:28.253Z | Downloaded serde-value v0.7.0 |
| 712 | 2026-05-14T03:42:28.253Z | Downloaded serde-big-array v0.5.1 |
| 713 | 2026-05-14T03:42:28.257Z | Downloaded secrecy v0.8.0 |
| 714 | 2026-05-14T03:42:28.257Z | Downloaded signature v2.2.0 |
| 715 | 2026-05-14T03:42:28.257Z | Downloaded rcgen v0.12.1 |
| 716 | 2026-05-14T03:42:28.260Z | Downloaded rustls-native-certs v0.8.3 |
| 717 | 2026-05-14T03:42:28.260Z | Downloaded schemars_derive v0.8.22 |
| 718 | 2026-05-14T03:42:28.264Z | Downloaded russh-keys v0.45.0 |
| 719 | 2026-05-14T03:42:28.264Z | Downloaded signal-hook-tokio v0.3.1 |
| 720 | 2026-05-14T03:42:28.267Z | Downloaded guppy v0.17.25 |
| 721 | 2026-05-14T03:42:28.271Z | Downloaded rustls-pemfile v1.0.4 |
| 722 | 2026-05-14T03:42:28.274Z | Downloaded idna v1.1.0 |
| 723 | 2026-05-14T03:42:28.277Z | Downloaded sigpipe v0.1.3 |
| 724 | 2026-05-14T03:42:28.277Z | Downloaded siphasher v1.0.2 |
| 725 | 2026-05-14T03:42:28.277Z | Downloaded secrecy v0.10.3 |
| 726 | 2026-05-14T03:42:28.280Z | Downloaded prettyplease v0.2.37 |
| 727 | 2026-05-14T03:42:28.283Z | Downloaded serde-hex v0.1.0 |
| 728 | 2026-05-14T03:42:28.283Z | Downloaded http v1.4.0 |
| 729 | 2026-05-14T03:42:28.286Z | Downloaded scroll_derive v0.13.1 |
| 730 | 2026-05-14T03:42:28.289Z | Downloaded rustls-pemfile v2.2.0 |
| 731 | 2026-05-14T03:42:28.289Z | Downloaded seq-macro v0.3.6 |
| 732 | 2026-05-14T03:42:28.291Z | Downloaded scroll v0.13.0 |
| 733 | 2026-05-14T03:42:28.291Z | Downloaded scroll v0.12.0 |
| 734 | 2026-05-14T03:42:28.294Z | Downloaded smawk v0.3.2 |
| 735 | 2026-05-14T03:42:28.294Z | Downloaded slog-envlogger v2.2.0 |
| 736 | 2026-05-14T03:42:28.294Z | Downloaded serde_derive_internals v0.29.1 |
| 737 | 2026-05-14T03:42:28.298Z | Downloaded rustls-pki-types v1.14.0 |
| 738 | 2026-05-14T03:42:28.301Z | Downloaded sec1 v0.7.3 |
| 739 | 2026-05-14T03:42:28.307Z | Downloaded serde_tokenstream v0.2.3 |
| 740 | 2026-05-14T03:42:28.312Z | Downloaded serde-untagged v0.1.9 |
| 741 | 2026-05-14T03:42:28.312Z | Downloaded sct v0.7.1 |
| 742 | 2026-05-14T03:42:28.316Z | Downloaded signal-hook-mio v0.2.5 |
| 743 | 2026-05-14T03:42:28.320Z | Downloaded shlex v1.3.0 |
| 744 | 2026-05-14T03:42:28.323Z | Downloaded sha2 v0.10.9 |
| 745 | 2026-05-14T03:42:28.328Z | Downloaded slog-bunyan v2.5.0 |
| 746 | 2026-05-14T03:42:28.331Z | Downloaded hyper v1.8.1 |
| 747 | 2026-05-14T03:42:28.334Z | Downloaded rand_distr v0.5.1 |
| 748 | 2026-05-14T03:42:28.336Z | Downloaded simd-adler32 v0.3.8 |
| 749 | 2026-05-14T03:42:28.337Z | Downloaded nom v7.1.3 |
| 750 | 2026-05-14T03:42:28.340Z | Downloaded ssh-cipher v0.2.0 |
| 751 | 2026-05-14T03:42:28.343Z | Downloaded sqlparser_derive v0.5.0 |
| 752 | 2026-05-14T03:42:28.343Z | Downloaded num-bigint v0.4.6 |
| 753 | 2026-05-14T03:42:28.346Z | Downloaded slab v0.4.12 |
| 754 | 2026-05-14T03:42:28.349Z | Downloaded similar-asserts v1.7.0 |
| 755 | 2026-05-14T03:42:28.349Z | Downloaded icu_properties_data v2.1.2 |
| 756 | 2026-05-14T03:42:28.353Z | Downloaded iri-string v0.7.10 |
| 757 | 2026-05-14T03:42:28.358Z | Downloaded num-bigint-dig v0.8.6 |
| 758 | 2026-05-14T03:42:28.361Z | Downloaded stable_deref_trait v1.2.1 |
| 759 | 2026-05-14T03:42:28.364Z | Downloaded ssh-encoding v0.2.0 |
| 760 | 2026-05-14T03:42:28.364Z | Downloaded hashbrown v0.17.0 |
| 761 | 2026-05-14T03:42:28.367Z | Downloaded subtle v2.6.1 |
| 762 | 2026-05-14T03:42:28.370Z | Downloaded structmeta v0.3.0 |
| 763 | 2026-05-14T03:42:28.370Z | Downloaded strsim v0.11.1 |
| 764 | 2026-05-14T03:42:28.370Z | Downloaded slog-stdlog v4.1.1 |
| 765 | 2026-05-14T03:42:28.370Z | Downloaded strum v0.27.2 |
| 766 | 2026-05-14T03:42:28.373Z | Downloaded strum v0.26.3 |
| 767 | 2026-05-14T03:42:28.373Z | Downloaded futures-util v0.3.32 |
| 768 | 2026-05-14T03:42:28.378Z | Downloaded slog-json v2.6.1 |
| 769 | 2026-05-14T03:42:28.381Z | Downloaded slog-dtrace v0.3.0 |
| 770 | 2026-05-14T03:42:28.381Z | Downloaded slog-async v2.8.0 |
| 771 | 2026-05-14T03:42:28.384Z | Downloaded strip-ansi-escapes v0.2.1 |
| 772 | 2026-05-14T03:42:28.384Z | Downloaded supports-color v3.0.2 |
| 773 | 2026-05-14T03:42:28.384Z | Downloaded supports-color v2.1.0 |
| 774 | 2026-05-14T03:42:28.384Z | Downloaded slog-term v2.9.2 |
| 775 | 2026-05-14T03:42:28.388Z | Downloaded serde_cbor v0.11.2 |
| 776 | 2026-05-14T03:42:28.391Z | Downloaded smf v0.2.3 |
| 777 | 2026-05-14T03:42:28.391Z | Downloaded serde_path_to_error v0.1.20 |
| 778 | 2026-05-14T03:42:28.391Z | Downloaded smallvec v0.6.14 |
| 779 | 2026-05-14T03:42:28.394Z | Downloaded sync-ptr v0.1.4 |
| 780 | 2026-05-14T03:42:28.394Z | Downloaded swrite v0.1.0 |
| 781 | 2026-05-14T03:42:28.394Z | Downloaded take_mut v0.2.2 |
| 782 | 2026-05-14T03:42:28.394Z | Downloaded slog-scope v4.4.1 |
| 783 | 2026-05-14T03:42:28.397Z | Downloaded tabled_derive v0.7.0 |
| 784 | 2026-05-14T03:42:28.397Z | Downloaded supports-unicode v2.1.0 |
| 785 | 2026-05-14T03:42:28.397Z | Downloaded ron v0.8.1 |
| 786 | 2026-05-14T03:42:28.400Z | Downloaded sync_wrapper v1.0.2 |
| 787 | 2026-05-14T03:42:28.403Z | Downloaded tagptr v0.2.0 |
| 788 | 2026-05-14T03:42:28.403Z | Downloaded ryu v1.0.23 |
| 789 | 2026-05-14T03:42:28.405Z | Downloaded snafu-derive v0.8.9 |
| 790 | 2026-05-14T03:42:28.405Z | Downloaded supports-hyperlinks v2.1.0 |
| 791 | 2026-05-14T03:42:28.406Z | Downloaded qorb v0.4.1 |
| 792 | 2026-05-14T03:42:28.408Z | Downloaded rstest_macros v0.25.0 |
| 793 | 2026-05-14T03:42:28.411Z | Downloaded quinn v0.11.9 |
| 794 | 2026-05-14T03:42:28.414Z | Downloaded rayon-core v1.13.0 |
| 795 | 2026-05-14T03:42:28.417Z | Downloaded rstest v0.25.0 |
| 796 | 2026-05-14T03:42:28.419Z | Downloaded tap v1.0.1 |
| 797 | 2026-05-14T03:42:28.419Z | Downloaded terminal_size v0.1.17 |
| 798 | 2026-05-14T03:42:28.422Z | Downloaded tabwriter v1.4.1 |
| 799 | 2026-05-14T03:42:28.422Z | Downloaded goblin v0.8.2 |
| 800 | 2026-05-14T03:42:28.425Z | Downloaded semver v1.0.28 |
| 801 | 2026-05-14T03:42:28.428Z | Downloaded static_assertions v1.1.0 |
| 802 | 2026-05-14T03:42:28.428Z | Downloaded tabled_derive v0.11.0 |
| 803 | 2026-05-14T03:42:28.431Z | Downloaded serde_with_macros v3.17.0 |
| 804 | 2026-05-14T03:42:28.431Z | Downloaded target-triple v1.0.0 |
| 805 | 2026-05-14T03:42:28.431Z | Downloaded stringprep v0.1.5 |
| 806 | 2026-05-14T03:42:28.435Z | Downloaded string_cache v0.8.9 |
| 807 | 2026-05-14T03:42:28.435Z | Downloaded stacker v0.1.23 |
| 808 | 2026-05-14T03:42:28.435Z | Downloaded termtree v0.5.1 |
| 809 | 2026-05-14T03:42:28.439Z | Downloaded publicsuffix v2.3.0 |
| 810 | 2026-05-14T03:42:28.439Z | Downloaded stringmetrics v2.2.2 |
| 811 | 2026-05-14T03:42:28.439Z | Downloaded itertools v0.14.0 |
| 812 | 2026-05-14T03:42:28.442Z | Downloaded itertools v0.13.0 |
| 813 | 2026-05-14T03:42:28.446Z | Downloaded testing_table v0.3.0 |
| 814 | 2026-05-14T03:42:28.449Z | Downloaded terminal_size v0.4.3 |
| 815 | 2026-05-14T03:42:28.449Z | Downloaded serde_core v1.0.228 |
| 816 | 2026-05-14T03:42:28.452Z | Downloaded support-bundle-viewer v0.1.2 |
| 817 | 2026-05-14T03:42:28.452Z | Downloaded strum_macros v0.24.3 |
| 818 | 2026-05-14T03:42:28.455Z | Downloaded rustls-platform-verifier v0.6.2 |
| 819 | 2026-05-14T03:42:28.455Z | Downloaded rand v0.9.2 |
| 820 | 2026-05-14T03:42:28.458Z | Downloaded rand v0.8.6 |
| 821 | 2026-05-14T03:42:28.461Z | Downloaded rsa v0.9.10 |
| 822 | 2026-05-14T03:42:28.463Z | Downloaded serde_derive v1.0.228 |
| 823 | 2026-05-14T03:42:28.466Z | Downloaded serde_yaml v0.9.34+deprecated |
| 824 | 2026-05-14T03:42:28.469Z | Downloaded time-core v0.1.8 |
| 825 | 2026-05-14T03:42:28.469Z | Downloaded signal-hook v0.3.18 |
| 826 | 2026-05-14T03:42:28.472Z | Downloaded schemars v0.8.22 |
| 827 | 2026-05-14T03:42:28.477Z | Downloaded thread-id v5.1.0 |
| 828 | 2026-05-14T03:42:28.480Z | Downloaded thread-id v4.2.2 |
| 829 | 2026-05-14T03:42:28.480Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 830 | 2026-05-14T03:42:28.480Z | Downloaded hashbrown v0.14.5 |
| 831 | 2026-05-14T03:42:28.483Z | Downloaded pest v2.8.6 |
| 832 | 2026-05-14T03:42:28.486Z | Downloaded termcolor v1.4.1 |
| 833 | 2026-05-14T03:42:28.489Z | Downloaded spin v0.9.8 |
| 834 | 2026-05-14T03:42:28.489Z | Downloaded tinyvec_macros v0.1.1 |
| 835 | 2026-05-14T03:42:28.492Z | Downloaded strum_macros v0.26.4 |
| 836 | 2026-05-14T03:42:28.492Z | Downloaded sqlformat v0.3.5 |
| 837 | 2026-05-14T03:42:28.495Z | Downloaded spki v0.7.3 |
| 838 | 2026-05-14T03:42:28.495Z | Downloaded p521 v0.13.3 |
| 839 | 2026-05-14T03:42:28.497Z | Downloaded target-spec v3.5.7 |
| 840 | 2026-05-14T03:42:28.497Z | Downloaded target-lexicon v0.13.3 |
| 841 | 2026-05-14T03:42:28.500Z | Downloaded itertools v0.12.1 |
| 842 | 2026-05-14T03:42:28.503Z | Downloaded tokio-macros v2.7.0 |
| 843 | 2026-05-14T03:42:28.506Z | Downloaded slog v2.8.2 |
| 844 | 2026-05-14T03:42:28.508Z | Downloaded termios v0.3.3 |
| 845 | 2026-05-14T03:42:28.508Z | Downloaded hkdf v0.12.4 |
| 846 | 2026-05-14T03:42:28.511Z | Downloaded toml_datetime v0.6.11 |
| 847 | 2026-05-14T03:42:28.511Z | Downloaded thiserror v1.0.69 |
| 848 | 2026-05-14T03:42:28.514Z | Downloaded samael v0.0.19 |
| 849 | 2026-05-14T03:42:28.517Z | Downloaded topological-sort v0.2.2 |
| 850 | 2026-05-14T03:42:28.519Z | Downloaded strum_macros v0.27.2 |
| 851 | 2026-05-14T03:42:28.519Z | Downloaded toml_write v0.1.2 |
| 852 | 2026-05-14T03:42:28.522Z | Downloaded smallvec v1.15.1 |
| 853 | 2026-05-14T03:42:28.522Z | Downloaded rustls-webpki v0.103.9 |
| 854 | 2026-05-14T03:42:28.525Z | Downloaded tokio-test v0.4.5 |
| 855 | 2026-05-14T03:42:28.525Z | Downloaded thiserror v2.0.18 |
| 856 | 2026-05-14T03:42:28.528Z | Downloaded structmeta-derive v0.3.0 |
| 857 | 2026-05-14T03:42:28.531Z | Downloaded libxml v0.3.3 |
| 858 | 2026-05-14T03:42:28.534Z | Downloaded tower-service v0.3.3 |
| 859 | 2026-05-14T03:42:28.534Z | Downloaded socket2 v0.5.10 |
| 860 | 2026-05-14T03:42:28.537Z | Downloaded term v0.7.0 |
| 861 | 2026-05-14T03:42:28.540Z | Downloaded time-macros v0.2.27 |
| 862 | 2026-05-14T03:42:28.540Z | Downloaded thread_local v1.1.9 |
| 863 | 2026-05-14T03:42:28.542Z | Downloaded socket2 v0.6.3 |
| 864 | 2026-05-14T03:42:28.542Z | Downloaded h2 v0.4.13 |
| 865 | 2026-05-14T03:42:28.546Z | Downloaded trait-variant v0.1.2 |
| 866 | 2026-05-14T03:42:28.548Z | Downloaded tls_codec v0.4.2 |
| 867 | 2026-05-14T03:42:28.548Z | Downloaded tinytemplate v1.2.1 |
| 868 | 2026-05-14T03:42:28.551Z | Downloaded tinystr v0.8.2 |
| 869 | 2026-05-14T03:42:28.551Z | Downloaded term v1.2.1 |
| 870 | 2026-05-14T03:42:28.554Z | Downloaded similar v2.7.0 |
| 871 | 2026-05-14T03:42:28.557Z | Downloaded typify-macro v0.4.3 |
| 872 | 2026-05-14T03:42:28.557Z | Downloaded typeid v1.0.3 |
| 873 | 2026-05-14T03:42:28.560Z | Downloaded tokio-dtrace v0.1.1 |
| 874 | 2026-05-14T03:42:28.560Z | Downloaded tiny-keccak v2.0.2 |
| 875 | 2026-05-14T03:42:28.560Z | Downloaded libm v0.2.16 |
| 876 | 2026-05-14T03:42:28.565Z | Downloaded tokio-rustls v0.25.0 |
| 877 | 2026-05-14T03:42:28.569Z | Downloaded try-lock v0.2.5 |
| 878 | 2026-05-14T03:42:28.569Z | Downloaded tokio-native-tls v0.3.1 |
| 879 | 2026-05-14T03:42:28.572Z | Downloaded thiserror-impl v1.0.69 |
| 880 | 2026-05-14T03:42:28.572Z | Downloaded schemars v0.9.0 |
| 881 | 2026-05-14T03:42:28.577Z | Downloaded unicode-linebreak v0.1.5 |
| 882 | 2026-05-14T03:42:28.580Z | Downloaded tower-layer v0.3.3 |
| 883 | 2026-05-14T03:42:28.580Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 884 | 2026-05-14T03:42:28.580Z | Downloaded unicode-truncate v1.1.0 |
| 885 | 2026-05-14T03:42:28.583Z | Downloaded thiserror-no-std v2.0.2 |
| 886 | 2026-05-14T03:42:28.585Z | Downloaded unicode-xid v0.2.6 |
| 887 | 2026-05-14T03:42:28.586Z | Downloaded tokio-tungstenite v0.21.0 |
| 888 | 2026-05-14T03:42:28.588Z | Downloaded unarray v0.1.4 |
| 889 | 2026-05-14T03:42:28.588Z | Downloaded thiserror-impl v2.0.18 |
| 890 | 2026-05-14T03:42:28.588Z | Downloaded universal-hash v0.5.1 |
| 891 | 2026-05-14T03:42:28.591Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2026-05-14T03:42:28.591Z | Downloaded synstructure v0.13.2 |
| 893 | 2026-05-14T03:42:28.594Z | Downloaded rand v0.10.0 |
| 894 | 2026-05-14T03:42:28.594Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 895 | 2026-05-14T03:42:28.598Z | Downloaded iddqd v0.3.18 |
| 896 | 2026-05-14T03:42:28.601Z | Downloaded untrusted v0.7.1 |
| 897 | 2026-05-14T03:42:28.601Z | Downloaded snafu v0.8.9 |
| 898 | 2026-05-14T03:42:28.604Z | Downloaded utf-8 v0.7.6 |
| 899 | 2026-05-14T03:42:28.606Z | Downloaded russh v0.45.0 |
| 900 | 2026-05-14T03:42:28.609Z | Downloaded usdt-macro v0.5.0 |
| 901 | 2026-05-14T03:42:28.609Z | Downloaded usdt-macro v0.6.0 |
| 902 | 2026-05-14T03:42:28.609Z | Downloaded usdt-attr-macro v0.5.0 |
| 903 | 2026-05-14T03:42:28.612Z | Downloaded usdt v0.6.0 |
| 904 | 2026-05-14T03:42:28.612Z | Downloaded signal-hook-registry v1.4.8 |
| 905 | 2026-05-14T03:42:28.618Z | Downloaded tempfile v3.25.0 |
| 906 | 2026-05-14T03:42:28.620Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 907 | 2026-05-14T03:42:28.624Z | Downloaded usdt-attr-macro v0.6.0 |
| 908 | 2026-05-14T03:42:28.624Z | Downloaded utf8parse v0.2.2 |
| 909 | 2026-05-14T03:42:28.627Z | Downloaded utf8_iter v1.0.4 |
| 910 | 2026-05-14T03:42:28.627Z | Downloaded bindgen v0.71.1 |
| 911 | 2026-05-14T03:42:28.630Z | Downloaded typify-macro v0.6.2 |
| 912 | 2026-05-14T03:42:28.633Z | Downloaded serde v1.0.228 |
| 913 | 2026-05-14T03:42:28.633Z | Downloaded waitgroup v0.1.2 |
| 914 | 2026-05-14T03:42:28.636Z | Downloaded schemars v1.2.1 |
| 915 | 2026-05-14T03:42:28.642Z | Downloaded tokio-rustls v0.24.1 |
| 916 | 2026-05-14T03:42:28.646Z | Downloaded test-strategy v0.4.5 |
| 917 | 2026-05-14T03:42:28.649Z | Downloaded aws-lc-rs v1.16.3 |
| 918 | 2026-05-14T03:42:28.652Z | Downloaded want v0.3.1 |
| 919 | 2026-05-14T03:42:28.655Z | Downloaded wait-timeout v0.2.1 |
| 920 | 2026-05-14T03:42:28.655Z | Downloaded unicase v2.9.0 |
| 921 | 2026-05-14T03:42:28.655Z | Downloaded version_check v0.9.5 |
| 922 | 2026-05-14T03:42:28.659Z | Downloaded toml v0.8.23 |
| 923 | 2026-05-14T03:42:28.662Z | Downloaded tokio-stream v0.1.18 |
| 924 | 2026-05-14T03:42:28.665Z | Downloaded tokio-rustls v0.26.4 |
| 925 | 2026-05-14T03:42:28.668Z | Downloaded untrusted v0.9.0 |
| 926 | 2026-05-14T03:42:28.668Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 927 | 2026-05-14T03:42:28.673Z | Downloaded void v1.0.2 |
| 928 | 2026-05-14T03:42:28.675Z | Downloaded zerofrom v0.1.6 |
| 929 | 2026-05-14T03:42:28.675Z | Downloaded rpassword v7.4.0 |
| 930 | 2026-05-14T03:42:28.678Z | Downloaded xattr v1.6.1 |
| 931 | 2026-05-14T03:42:28.681Z | Downloaded yoke-derive v0.8.1 |
| 932 | 2026-05-14T03:42:28.684Z | Downloaded xshell-macros v0.2.7 |
| 933 | 2026-05-14T03:42:28.684Z | Downloaded usdt-impl v0.5.0 |
| 934 | 2026-05-14T03:42:28.684Z | Downloaded tracing-attributes v0.1.31 |
| 935 | 2026-05-14T03:42:28.686Z | Downloaded rustyline v14.0.0 |
| 936 | 2026-05-14T03:42:28.689Z | Downloaded usdt-impl v0.6.0 |
| 937 | 2026-05-14T03:42:28.689Z | Downloaded tar v0.4.45 |
| 938 | 2026-05-14T03:42:28.692Z | Downloaded trybuild v1.0.116 |
| 939 | 2026-05-14T03:42:28.695Z | Downloaded tui-tree-widget v0.23.1 |
| 940 | 2026-05-14T03:42:28.699Z | Downloaded zerofrom-derive v0.1.6 |
| 941 | 2026-05-14T03:42:28.702Z | Downloaded vergen-lib v0.1.6 |
| 942 | 2026-05-14T03:42:28.705Z | Downloaded tinyvec v1.10.0 |
| 943 | 2026-05-14T03:42:28.705Z | Downloaded tls_codec_derive v0.4.2 |
| 944 | 2026-05-14T03:42:28.708Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 945 | 2026-05-14T03:42:28.708Z | Downloaded ucd-trie v0.1.7 |
| 946 | 2026-05-14T03:42:28.711Z | Downloaded vergen-git2 v1.0.7 |
| 947 | 2026-05-14T03:42:28.714Z | Downloaded toml v0.7.8 |
| 948 | 2026-05-14T03:42:28.717Z | Downloaded twox-hash v2.1.2 |
| 949 | 2026-05-14T03:42:28.720Z | Downloaded unit-prefix v0.5.2 |
| 950 | 2026-05-14T03:42:28.723Z | Downloaded zone_cfg_derive v0.3.1 |
| 951 | 2026-05-14T03:42:28.723Z | Downloaded textwrap v0.15.2 |
| 952 | 2026-05-14T03:42:28.725Z | Downloaded plotters v0.3.7 |
| 953 | 2026-05-14T03:42:28.730Z | Downloaded zone v0.3.1 |
| 954 | 2026-05-14T03:42:28.733Z | Downloaded subprocess v0.2.15 |
| 955 | 2026-05-14T03:42:28.733Z | Downloaded wyz v0.5.1 |
| 956 | 2026-05-14T03:42:28.736Z | Downloaded unicode-properties v0.1.4 |
| 957 | 2026-05-14T03:42:28.739Z | Downloaded walkdir v2.5.0 |
| 958 | 2026-05-14T03:42:28.741Z | Downloaded whoami v1.6.1 |
| 959 | 2026-05-14T03:42:28.747Z | Downloaded yoke v0.8.1 |
| 960 | 2026-05-14T03:42:28.751Z | Downloaded vergen-gitcl v1.0.8 |
| 961 | 2026-05-14T03:42:28.755Z | Downloaded usdt v0.5.0 |
| 962 | 2026-05-14T03:42:28.755Z | Downloaded whoami v2.1.0 |
| 963 | 2026-05-14T03:42:28.758Z | Downloaded writeable v0.6.2 |
| 964 | 2026-05-14T03:42:28.761Z | Downloaded lalrpop v0.19.12 |
| 965 | 2026-05-14T03:42:28.764Z | Downloaded zeroize_derive v1.4.3 |
| 966 | 2026-05-14T03:42:28.767Z | Downloaded vsss-rs v3.3.4 |
| 967 | 2026-05-14T03:42:28.767Z | Downloaded git2 v0.20.4 |
| 968 | 2026-05-14T03:42:28.772Z | Downloaded zerovec-derive v0.11.2 |
| 969 | 2026-05-14T03:42:28.774Z | Downloaded regex v1.12.3 |
| 970 | 2026-05-14T03:42:28.777Z | Downloaded tracing-core v0.1.36 |
| 971 | 2026-05-14T03:42:28.783Z | Downloaded reedline v0.40.0 |
| 972 | 2026-05-14T03:42:28.787Z | Downloaded unicode-ident v1.0.24 |
| 973 | 2026-05-14T03:42:28.787Z | Downloaded vergen v9.0.6 |
| 974 | 2026-05-14T03:42:28.787Z | Downloaded goblin v0.10.5 |
| 975 | 2026-05-14T03:42:28.790Z | Downloaded textwrap v0.16.2 |
| 976 | 2026-05-14T03:42:28.793Z | Downloaded reqwest v0.12.28 |
| 977 | 2026-05-14T03:42:28.796Z | Downloaded zmij v1.0.21 |
| 978 | 2026-05-14T03:42:28.796Z | Downloaded toml_edit v0.22.27 |
| 979 | 2026-05-14T03:42:28.799Z | Downloaded unicode-bidi v0.3.18 |
| 980 | 2026-05-14T03:42:28.802Z | Downloaded zeroize v1.8.2 |
| 981 | 2026-05-14T03:42:28.802Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 982 | 2026-05-14T03:42:28.804Z | Downloaded reqwest v0.13.2 |
| 983 | 2026-05-14T03:42:28.807Z | Downloaded xshell v0.2.7 |
| 984 | 2026-05-14T03:42:28.810Z | Downloaded yasna v0.5.2 |
| 985 | 2026-05-14T03:42:28.810Z | Downloaded typify v0.6.2 |
| 986 | 2026-05-14T03:42:28.813Z | Downloaded ssh-key v0.6.7 |
| 987 | 2026-05-14T03:42:28.818Z | Downloaded tungstenite v0.21.0 |
| 988 | 2026-05-14T03:42:28.820Z | Downloaded zerocopy v0.6.6 |
| 989 | 2026-05-14T03:42:28.821Z | Downloaded vte v0.14.1 |
| 990 | 2026-05-14T03:42:28.821Z | Downloaded moka v0.12.13 |
| 991 | 2026-05-14T03:42:28.825Z | Downloaded steno v0.4.1 |
| 992 | 2026-05-14T03:42:28.827Z | Downloaded typify v0.4.3 |
| 993 | 2026-05-14T03:42:28.830Z | Downloaded tungstenite v0.23.0 |
| 994 | 2026-05-14T03:42:28.833Z | Downloaded uzers v0.12.2 |
| 995 | 2026-05-14T03:42:28.836Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 996 | 2026-05-14T03:42:28.839Z | Downloaded typenum v1.19.0 |
| 997 | 2026-05-14T03:42:28.842Z | Downloaded zerocopy-derive v0.7.35 |
| 998 | 2026-05-14T03:42:28.842Z | Downloaded portable-atomic v1.13.1 |
| 999 | 2026-05-14T03:42:28.846Z | Downloaded unsafe-libyaml v0.2.11 |
| 1000 | 2026-05-14T03:42:28.849Z | Downloaded zstd-safe v7.2.4 |
| 1001 | 2026-05-14T03:42:28.853Z | Downloaded rayon v1.11.0 |
| 1002 | 2026-05-14T03:42:28.858Z | Downloaded toml_edit v0.19.15 |
| 1003 | 2026-05-14T03:42:28.868Z | Downloaded zstd v0.13.3 |
| 1004 | 2026-05-14T03:42:28.871Z | Downloaded salty v0.3.0 |
| 1005 | 2026-05-14T03:42:28.875Z | Downloaded tokio-postgres v0.7.16 |
| 1006 | 2026-05-14T03:42:28.878Z | Downloaded url v2.5.8 |
| 1007 | 2026-05-14T03:42:28.882Z | Downloaded uuid v1.23.0 |
| 1008 | 2026-05-14T03:42:28.885Z | Downloaded zopfli v0.8.3 |
| 1009 | 2026-05-14T03:42:28.888Z | Downloaded p384 v0.13.1 |
| 1010 | 2026-05-14T03:42:28.891Z | Downloaded curve25519-dalek v4.1.3 |
| 1011 | 2026-05-14T03:42:28.895Z | Downloaded gimli v0.32.3 |
| 1012 | 2026-05-14T03:42:28.900Z | Downloaded yansi v1.0.1 |
| 1013 | 2026-05-14T03:42:28.905Z | Downloaded quick-xml v0.37.5 |
| 1014 | 2026-05-14T03:42:28.912Z | Downloaded petname v2.0.2 |
| 1015 | 2026-05-14T03:42:28.915Z | Downloaded unicode-segmentation v1.12.0 |
| 1016 | 2026-05-14T03:42:28.919Z | Downloaded zerotrie v0.2.3 |
| 1017 | 2026-05-14T03:42:28.926Z | Downloaded object v0.30.4 |
| 1018 | 2026-05-14T03:42:28.935Z | Downloaded unicode_categories v0.1.1 |
| 1019 | 2026-05-14T03:42:28.942Z | Downloaded typed-path v0.9.3 |
| 1020 | 2026-05-14T03:42:28.948Z | Downloaded bstr v1.12.1 |
| 1021 | 2026-05-14T03:42:28.953Z | Downloaded proptest v1.10.0 |
| 1022 | 2026-05-14T03:42:28.979Z | Downloaded zerocopy-derive v0.8.40 |
| 1023 | 2026-05-14T03:42:28.985Z | Downloaded nix v0.27.1 |
| 1024 | 2026-05-14T03:42:28.990Z | Downloaded zip v0.6.6 |
| 1025 | 2026-05-14T03:42:28.994Z | Downloaded quinn-proto v0.11.13 |
| 1026 | 2026-05-14T03:42:28.999Z | Downloaded rustls-webpki v0.101.7 |
| 1027 | 2026-05-14T03:42:29.005Z | Downloaded x509-cert v0.2.5 |
| 1028 | 2026-05-14T03:42:29.010Z | Downloaded rustls-webpki v0.102.8 |
| 1029 | 2026-05-14T03:42:29.020Z | Downloaded serde_json v1.0.149 |
| 1030 | 2026-05-14T03:42:29.023Z | Downloaded tower-http v0.6.8 |
| 1031 | 2026-05-14T03:42:29.027Z | Downloaded tower v0.5.3 |
| 1032 | 2026-05-14T03:42:29.034Z | Downloaded tokio-util v0.7.18 |
| 1033 | 2026-05-14T03:42:29.037Z | Downloaded tough v0.22.0 |
| 1034 | 2026-05-14T03:42:29.043Z | Downloaded serde_with v3.17.0 |
| 1035 | 2026-05-14T03:42:29.072Z | Downloaded unicode-normalization v0.1.25 |
| 1036 | 2026-05-14T03:42:29.072Z | Downloaded dropshot v0.16.7 |
| 1037 | 2026-05-14T03:42:29.072Z | Downloaded polar-core v0.27.3 |
| 1038 | 2026-05-14T03:42:29.072Z | Downloaded radix_trie v0.2.1 |
| 1039 | 2026-05-14T03:42:29.075Z | Downloaded nix v0.29.0 |
| 1040 | 2026-05-14T03:42:29.085Z | Downloaded openssl v0.10.79 |
| 1041 | 2026-05-14T03:42:29.090Z | Downloaded zip v4.6.1 |
| 1042 | 2026-05-14T03:42:29.090Z | Downloaded winnow v0.6.26 |
| 1043 | 2026-05-14T03:42:29.095Z | Downloaded zerocopy v0.7.35 |
| 1044 | 2026-05-14T03:42:29.103Z | Downloaded diesel v2.3.7 |
| 1045 | 2026-05-14T03:42:29.114Z | Downloaded rustls v0.21.12 |
| 1046 | 2026-05-14T03:42:29.120Z | Downloaded regex-syntax v0.6.29 |
| 1047 | 2026-05-14T03:42:29.124Z | Downloaded zerovec v0.11.5 |
| 1048 | 2026-05-14T03:42:29.127Z | Downloaded winnow v0.7.14 |
| 1049 | 2026-05-14T03:42:29.132Z | Downloaded winnow v0.5.40 |
| 1050 | 2026-05-14T03:42:29.138Z | Downloaded tabled v0.20.0 |
| 1051 | 2026-05-14T03:42:29.148Z | Downloaded object v0.37.3 |
| 1052 | 2026-05-14T03:42:29.154Z | Downloaded syn v1.0.109 |
| 1053 | 2026-05-14T03:42:29.167Z | Downloaded hickory-proto v0.25.2 |
| 1054 | 2026-05-14T03:42:29.175Z | Downloaded tabled v0.15.0 |
| 1055 | 2026-05-14T03:42:29.184Z | Downloaded smoltcp v0.9.1 |
| 1056 | 2026-05-14T03:42:29.190Z | Downloaded zlib-rs v0.6.2 |
| 1057 | 2026-05-14T03:42:29.193Z | Downloaded time v0.3.47 |
| 1058 | 2026-05-14T03:42:29.200Z | Downloaded openapiv3 v2.2.0 |
| 1059 | 2026-05-14T03:42:29.209Z | Downloaded nix v0.31.2 |
| 1060 | 2026-05-14T03:42:29.219Z | Downloaded syn v2.0.117 |
| 1061 | 2026-05-14T03:42:29.223Z | Downloaded zerocopy v0.8.40 |
| 1062 | 2026-05-14T03:42:29.229Z | Downloaded rustix v0.38.44 |
| 1063 | 2026-05-14T03:42:29.242Z | Downloaded webpki-roots v1.0.6 |
| 1064 | 2026-05-14T03:42:29.245Z | Downloaded regress v0.11.1 |
| 1065 | 2026-05-14T03:42:29.249Z | Downloaded vcpkg v0.2.15 |
| 1066 | 2026-05-14T03:42:29.273Z | Downloaded unicode-width v0.1.14 |
| 1067 | 2026-05-14T03:42:29.277Z | Downloaded unicode-width v0.2.0 |
| 1068 | 2026-05-14T03:42:29.282Z | Downloaded regex-syntax v0.8.10 |
| 1069 | 2026-05-14T03:42:29.285Z | Downloaded smoltcp v0.11.0 |
| 1070 | 2026-05-14T03:42:29.293Z | Downloaded rustls v0.23.37 |
| 1071 | 2026-05-14T03:42:29.300Z | Downloaded regress v0.10.5 |
| 1072 | 2026-05-14T03:42:29.305Z | Downloaded rustls v0.22.4 |
| 1073 | 2026-05-14T03:42:29.313Z | Downloaded hickory-proto v0.24.4 |
| 1074 | 2026-05-14T03:42:29.321Z | Downloaded rustix v1.1.3 |
| 1075 | 2026-05-14T03:42:29.335Z | Downloaded dropshot v0.17.0 |
| 1076 | 2026-05-14T03:42:29.348Z | Downloaded sqlparser v0.61.0 |
| 1077 | 2026-05-14T03:42:29.354Z | Downloaded nix v0.28.0 |
| 1078 | 2026-05-14T03:42:29.360Z | Downloaded sled v0.34.7 |
| 1079 | 2026-05-14T03:42:29.366Z | Downloaded chrono-tz v0.10.4 |
| 1080 | 2026-05-14T03:42:29.378Z | Downloaded ratatui v0.29.0 |
| 1081 | 2026-05-14T03:42:29.389Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1082 | 2026-05-14T03:42:29.405Z | Downloaded regex-automata v0.4.14 |
| 1083 | 2026-05-14T03:42:29.413Z | Downloaded tracing v0.1.44 |
| 1084 | 2026-05-14T03:42:29.427Z | Downloaded typify-impl v0.4.3 |
| 1085 | 2026-05-14T03:42:29.437Z | Downloaded jiff v0.2.21 |
| 1086 | 2026-05-14T03:42:29.448Z | Downloaded typify-impl v0.6.2 |
| 1087 | 2026-05-14T03:42:29.457Z | Downloaded csv v1.4.0 |
| 1088 | 2026-05-14T03:42:29.477Z | Downloaded zerocopy-derive v0.6.6 |
| 1089 | 2026-05-14T03:42:29.485Z | Downloaded petgraph v0.6.5 |
| 1090 | 2026-05-14T03:42:29.495Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1091 | 2026-05-14T03:42:29.507Z | Downloaded tokio v1.52.1 |
| 1092 | 2026-05-14T03:42:29.574Z | Downloaded petgraph v0.8.3 |
| 1093 | 2026-05-14T03:42:29.587Z | Downloaded libc v0.2.185 |
| 1094 | 2026-05-14T03:42:29.611Z | Downloaded httpmock v0.8.3 |
| 1095 | 2026-05-14T03:42:29.624Z | Downloaded libz-sys v1.1.24 |
| 1096 | 2026-05-14T03:42:29.661Z | Downloaded sha3 v0.10.8 |
| 1097 | 2026-05-14T03:42:29.735Z | Downloaded encoding_rs v0.8.35 |
| 1098 | 2026-05-14T03:42:29.795Z | Downloaded ring v0.17.14 |
| 1099 | 2026-05-14T03:42:29.835Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1100 | 2026-05-14T03:42:30.363Z | Downloaded aws-lc-sys v0.40.0 |
| 1101 | 2026-05-14T03:42:30.785Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1102 | 2026-05-14T03:42:33.686Z | Startup: Refreshing catalog 'helios' ... Done |
| 1103 | 2026-05-14T03:42:33.744Z | Startup: Caching catalogs ... Done |
| 1104 | 2026-05-14T03:42:33.948Z | Planning: Solver setup ... Done (0.171s) |
| 1105 | 2026-05-14T03:42:33.964Z | Planning: Running solver ... Done (0.016s) |
| 1106 | 2026-05-14T03:42:33.969Z | Planning: Finding local manifests ... Done (0.003s) |
| 1107 | 2026-05-14T03:42:33.982Z | Planning: Fetching manifests: 0/2 0% complete |
| 1108 | 2026-05-14T03:42:33.997Z | Planning: Fetching manifests: 2/2 100% complete |
| 1109 | 2026-05-14T03:42:34.011Z | Planning: Package planning ... Done (0.014s) |
| 1110 | 2026-05-14T03:42:34.014Z | Planning: Merging actions ... Done (0.001s) |
| 1111 | 2026-05-14T03:42:34.204Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 1112 | 2026-05-14T03:42:34.207Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1113 | 2026-05-14T03:42:35.081Z | Planning: Evaluating mediators ... Done (0.876s) |
| 1114 | 2026-05-14T03:42:35.084Z | Planning: Planning completed in 1.32 seconds |
| 1115 | 2026-05-14T03:42:35.092Z | Packages to install: 2 |
| 1116 | 2026-05-14T03:42:35.092Z | Estimated space available: 155.71 GB |
| 1117 | 2026-05-14T03:42:35.094Z | Estimated space to be consumed: 19.74 MB |
| 1118 | 2026-05-14T03:42:35.094Z | Create boot environment: No |
| 1119 | 2026-05-14T03:42:35.094Z | Create backup boot environment: No |
| 1120 | 2026-05-14T03:42:35.094Z | Rebuild boot archive: No |
| 1121 | 2026-05-14T03:42:35.094Z | |
| 1122 | 2026-05-14T03:42:35.094Z | Changed packages: |
| 1123 | 2026-05-14T03:42:35.094Z | helios |
| 1124 | 2026-05-14T03:42:35.094Z | developer/build-essential |
| 1125 | 2026-05-14T03:42:35.094Z | None -> 11-3.0 |
| 1126 | 2026-05-14T03:42:35.094Z | library/libxmlsec1 |
| 1127 | 2026-05-14T03:42:35.094Z | None -> 1.2.35-3.0 |
| 1128 | 2026-05-14T03:42:35.118Z | |
| 1129 | 2026-05-14T03:42:35.118Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1130 | 2026-05-14T03:42:35.731Z | Download: Completed 1.28 MB in 0.61 seconds (2.1M/s) |
| 1131 | 2026-05-14T03:42:35.814Z | Actions: 1/268 actions (Installing new actions) |
| 1132 | 2026-05-14T03:42:35.852Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1133 | 2026-05-14T03:42:35.860Z | Finalize: Updating package state database ... Done (0.007s) |
| 1134 | 2026-05-14T03:42:35.863Z | Finalize: Updating package cache ... Done (0.000s) |
| 1135 | 2026-05-14T03:42:35.875Z | Finalize: Updating image state ... Done (0.015s) |
| 1136 | 2026-05-14T03:42:38.409Z | Finalize: Creating fast lookup database ... Done (2.511s) |
| 1137 | 2026-05-14T03:42:38.481Z | Finalize: Reading search index ... Done (0.012s) |
| 1138 | 2026-05-14T03:42:38.484Z | Finalize: Updating search index ... Done (0.000s) |
| 1139 | 2026-05-14T03:42:38.583Z | Finalize: Updating package cache ... Done (0.000s) |
| 1140 | 2026-05-14T03:42:38.876Z | Planning: Evaluating mediator changes ... Done |
| 1141 | 2026-05-14T03:42:38.981Z | Planning: Checking for conflicting actions ... Done |
| 1142 | 2026-05-14T03:42:38.983Z | Planning: Consolidating action changes ... Done |
| 1143 | 2026-05-14T03:42:39.140Z | Planning: Evaluating mediators ... Done |
| 1144 | 2026-05-14T03:42:39.143Z | Planning: Planning completed in 0.27 seconds |
| 1145 | 2026-05-14T03:42:39.164Z | Mediators to change: 2 |
| 1146 | 2026-05-14T03:42:39.164Z | Create boot environment: No |
| 1147 | 2026-05-14T03:42:39.164Z | Create backup boot environment: No |
| 1148 | 2026-05-14T03:42:39.221Z | Finalize: Updating package state database ... Done |
| 1149 | 2026-05-14T03:42:39.221Z | Finalize: Updating package cache ... Done |
| 1150 | 2026-05-14T03:42:39.232Z | Finalize: Updating image state ... Done |
| 1151 | 2026-05-14T03:42:41.199Z | Finalize: Creating fast lookup database ... Done |
| 1152 | 2026-05-14T03:42:41.259Z | Finalize: Reading search index ... Done |
| 1153 | 2026-05-14T03:42:41.288Z | Finalize: Updating search index ... Done |
| 1154 | 2026-05-14T03:42:41.359Z | Finalize: Updating package cache ... Done |
| 1155 | 2026-05-14T03:42:41.645Z | Planning: Evaluating mediator changes ... Done |
| 1156 | 2026-05-14T03:42:41.750Z | Planning: Checking for conflicting actions ... Done |
| 1157 | 2026-05-14T03:42:41.754Z | Planning: Consolidating action changes ... Done |
| 1158 | 2026-05-14T03:42:41.911Z | Planning: Evaluating mediators ... Done |
| 1159 | 2026-05-14T03:42:41.914Z | Planning: Planning completed in 0.27 seconds |
| 1160 | 2026-05-14T03:42:41.935Z | Mediators to change: 1 |
| 1161 | 2026-05-14T03:42:41.935Z | Create boot environment: No |
| 1162 | 2026-05-14T03:42:41.935Z | Create backup boot environment: No |
| 1163 | 2026-05-14T03:42:42.008Z | Finalize: Updating package state database ... Done |
| 1164 | 2026-05-14T03:42:42.008Z | Finalize: Updating package cache ... Done |
| 1165 | 2026-05-14T03:42:42.017Z | Finalize: Updating image state ... Done |
| 1166 | 2026-05-14T03:42:43.977Z | Finalize: Creating fast lookup database ... Done |
| 1167 | 2026-05-14T03:42:44.034Z | Finalize: Reading search index ... Done |
| 1168 | 2026-05-14T03:42:44.057Z | Finalize: Updating search index ... Done |
| 1169 | 2026-05-14T03:42:44.121Z | Finalize: Updating package cache ... Done |
| 1170 | 2026-05-14T03:42:44.440Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1171 | 2026-05-14T03:42:44.440Z | apache system 2.4 system |
| 1172 | 2026-05-14T03:42:44.440Z | clang system 15 system |
| 1173 | 2026-05-14T03:42:44.440Z | csh system system illumos |
| 1174 | 2026-05-14T03:42:44.440Z | ctags system system illumos |
| 1175 | 2026-05-14T03:42:44.440Z | file vendor vendor darwinsys |
| 1176 | 2026-05-14T03:42:44.440Z | file system system illumos |
| 1177 | 2026-05-14T03:42:44.440Z | gcc vendor 14 vendor |
| 1178 | 2026-05-14T03:42:44.440Z | gcc system 13 system |
| 1179 | 2026-05-14T03:42:44.440Z | gcc system 10 system |
| 1180 | 2026-05-14T03:42:44.440Z | go system 1.25 system |
| 1181 | 2026-05-14T03:42:44.440Z | llvm system 15 system |
| 1182 | 2026-05-14T03:42:44.440Z | mariadb system 11.4 system |
| 1183 | 2026-05-14T03:42:44.440Z | mta vendor vendor dma |
| 1184 | 2026-05-14T03:42:44.440Z | openjdk system 17 system |
| 1185 | 2026-05-14T03:42:44.440Z | openjdk system 11 system |
| 1186 | 2026-05-14T03:42:44.440Z | openssl vendor 3 vendor |
| 1187 | 2026-05-14T03:42:44.440Z | perl system 5.40 system |
| 1188 | 2026-05-14T03:42:44.441Z | postgresql system 18 system |
| 1189 | 2026-05-14T03:42:44.441Z | postgresql system 17 system |
| 1190 | 2026-05-14T03:42:44.441Z | python vendor 3 vendor |
| 1191 | 2026-05-14T03:42:44.441Z | python system 2 system |
| 1192 | 2026-05-14T03:42:44.441Z | python3 vendor 3.13 vendor |
| 1193 | 2026-05-14T03:42:44.441Z | ruby system 3.4 system |
| 1194 | 2026-05-14T03:42:44.441Z | ruby system 3.0 system |
| 1195 | 2026-05-14T03:42:44.441Z | words vendor vendor american-english |
| 1196 | 2026-05-14T03:42:44.441Z | words system system australian-english |
| 1197 | 2026-05-14T03:42:44.442Z | words system system british-english |
| 1198 | 2026-05-14T03:42:44.442Z | words system system canadian-english |
| 1199 | 2026-05-14T03:42:44.442Z | words system system french |
| 1200 | 2026-05-14T03:42:44.442Z | words system system italian |
| 1201 | 2026-05-14T03:42:44.442Z | words system system ngerman |
| 1202 | 2026-05-14T03:42:44.443Z | words system system ogerman |
| 1203 | 2026-05-14T03:42:44.443Z | words system system spanish |
| 1204 | 2026-05-14T03:42:44.694Z | PUBLISHER TYPE STATUS P LOCATION |
| 1205 | 2026-05-14T03:42:44.694Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1206 | 2026-05-14T03:42:44.948Z | FMRI IFO |
| 1207 | 2026-05-14T03:42:44.948Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1208 | 2026-05-14T03:42:44.948Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1209 | 2026-05-14T03:42:44.948Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1210 | 2026-05-14T03:42:44.948Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1211 | 2026-05-14T03:42:44.948Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1212 | 2026-05-14T03:42:44.948Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1213 | 2026-05-14T03:42:44.948Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1214 | 2026-05-14T03:42:44.948Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1215 | 2026-05-14T03:42:44.948Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1216 | 2026-05-14T03:42:45.526Z | Downloading crates ... |
| 1217 | 2026-05-14T03:42:45.600Z | Downloaded cargo_toml v0.21.0 |
| 1218 | 2026-05-14T03:42:45.647Z | Compiling proc-macro2 v1.0.106 |
| 1219 | 2026-05-14T03:42:45.650Z | Compiling quote v1.0.45 |
| 1220 | 2026-05-14T03:42:45.650Z | Compiling unicode-ident v1.0.24 |
| 1221 | 2026-05-14T03:42:45.650Z | Compiling serde_core v1.0.228 |
| 1222 | 2026-05-14T03:42:45.650Z | Compiling libc v0.2.185 |
| 1223 | 2026-05-14T03:42:45.650Z | Compiling version_check v0.9.5 |
| 1224 | 2026-05-14T03:42:45.650Z | Compiling stable_deref_trait v1.2.1 |
| 1225 | 2026-05-14T03:42:45.650Z | Compiling memchr v2.8.0 |
| 1226 | 2026-05-14T03:42:45.650Z | Compiling serde v1.0.228 |
| 1227 | 2026-05-14T03:42:45.650Z | Compiling zmij v1.0.21 |
| 1228 | 2026-05-14T03:42:45.650Z | Compiling itoa v1.0.17 |
| 1229 | 2026-05-14T03:42:45.650Z | Compiling ucd-trie v0.1.7 |
| 1230 | 2026-05-14T03:42:45.738Z | Compiling autocfg v1.5.0 |
| 1231 | 2026-05-14T03:42:45.743Z | Compiling thiserror v1.0.69 |
| 1232 | 2026-05-14T03:42:45.746Z | Compiling writeable v0.6.2 |
| 1233 | 2026-05-14T03:42:45.883Z | Compiling litemap v0.8.1 |
| 1234 | 2026-05-14T03:42:45.909Z | Compiling rustix v1.1.3 |
| 1235 | 2026-05-14T03:42:46.000Z | Compiling byteorder v1.5.0 |
| 1236 | 2026-05-14T03:42:46.096Z | Compiling icu_properties_data v2.1.2 |
| 1237 | 2026-05-14T03:42:46.124Z | Compiling icu_normalizer_data v2.1.1 |
| 1238 | 2026-05-14T03:42:46.166Z | Compiling bitflags v2.11.0 |
| 1239 | 2026-05-14T03:42:46.204Z | Compiling serde_json v1.0.149 |
| 1240 | 2026-05-14T03:42:46.269Z | Compiling pest v2.8.6 |
| 1241 | 2026-05-14T03:42:46.281Z | Compiling num-traits v0.2.19 |
| 1242 | 2026-05-14T03:42:46.306Z | Compiling hashbrown v0.17.0 |
| 1243 | 2026-05-14T03:42:46.437Z | Compiling typeid v1.0.3 |
| 1244 | 2026-05-14T03:42:46.462Z | Compiling equivalent v1.0.2 |
| 1245 | 2026-05-14T03:42:46.529Z | Compiling smallvec v1.15.1 |
| 1246 | 2026-05-14T03:42:46.537Z | Compiling proc-macro-error-attr v1.0.4 |
| 1247 | 2026-05-14T03:42:46.565Z | Compiling usdt-impl v0.5.0 |
| 1248 | 2026-05-14T03:42:46.574Z | Compiling toml_write v0.1.2 |
| 1249 | 2026-05-14T03:42:46.602Z | Compiling winnow v0.7.14 |
| 1250 | 2026-05-14T03:42:46.620Z | Compiling syn v1.0.109 |
| 1251 | 2026-05-14T03:42:46.651Z | Compiling erased-serde v0.4.9 |
| 1252 | 2026-05-14T03:42:46.720Z | Compiling errno v0.3.14 |
| 1253 | 2026-05-14T03:42:46.748Z | Compiling thread-id v4.2.2 |
| 1254 | 2026-05-14T03:42:46.807Z | Compiling proc-macro-error v1.0.4 |
| 1255 | 2026-05-14T03:42:46.810Z | Compiling plain v0.2.3 |
| 1256 | 2026-05-14T03:42:46.848Z | Compiling getrandom v0.4.1 |
| 1257 | 2026-05-14T03:42:46.898Z | Compiling indexmap v2.14.0 |
| 1258 | 2026-05-14T03:42:46.945Z | Compiling thiserror v2.0.18 |
| 1259 | 2026-05-14T03:42:46.964Z | Compiling log v0.4.29 |
| 1260 | 2026-05-14T03:42:46.964Z | Compiling utf8parse v0.2.2 |
| 1261 | 2026-05-14T03:42:47.013Z | Compiling utf8_iter v1.0.4 |
| 1262 | 2026-05-14T03:42:47.030Z | Compiling percent-encoding v2.3.2 |
| 1263 | 2026-05-14T03:42:47.030Z | Compiling camino v1.2.2 |
| 1264 | 2026-05-14T03:42:47.088Z | Compiling anstyle-parse v0.2.7 |
| 1265 | 2026-05-14T03:42:47.153Z | Compiling form_urlencoded v1.2.2 |
| 1266 | 2026-05-14T03:42:47.231Z | Compiling colorchoice v1.0.4 |
| 1267 | 2026-05-14T03:42:47.244Z | Compiling anstyle v1.0.13 |
| 1268 | 2026-05-14T03:42:47.285Z | Compiling pretty-hex v0.4.1 |
| 1269 | 2026-05-14T03:42:47.371Z | Compiling syn v2.0.117 |
| 1270 | 2026-05-14T03:42:47.382Z | Compiling pest_meta v2.8.6 |
| 1271 | 2026-05-14T03:42:47.437Z | Compiling ordered-float v2.10.1 |
| 1272 | 2026-05-14T03:42:47.450Z | Compiling cfg-if v1.0.4 |
| 1273 | 2026-05-14T03:42:47.450Z | Compiling anstyle-query v1.1.5 |
| 1274 | 2026-05-14T03:42:47.472Z | Compiling is_terminal_polyfill v1.70.2 |
| 1275 | 2026-05-14T03:42:47.566Z | Compiling anstream v0.6.21 |
| 1276 | 2026-05-14T03:42:47.583Z | Compiling fs-err v3.3.0 |
| 1277 | 2026-05-14T03:42:47.595Z | Compiling heck v0.5.0 |
| 1278 | 2026-05-14T03:42:47.618Z | Compiling bytecount v0.6.9 |
| 1279 | 2026-05-14T03:42:47.652Z | Compiling anyhow v1.0.102 |
| 1280 | 2026-05-14T03:42:47.699Z | Compiling unicode-xid v0.2.6 |
| 1281 | 2026-05-14T03:42:47.720Z | Compiling unicode-width v0.1.14 |
| 1282 | 2026-05-14T03:42:47.769Z | Compiling terminal_size v0.4.3 |
| 1283 | 2026-05-14T03:42:47.796Z | Compiling heck v0.4.1 |
| 1284 | 2026-05-14T03:42:47.836Z | Compiling fastrand v2.3.0 |
| 1285 | 2026-05-14T03:42:47.858Z | Compiling strsim v0.11.1 |
| 1286 | 2026-05-14T03:42:47.898Z | Compiling clap_lex v1.0.0 |
| 1287 | 2026-05-14T03:42:47.901Z | Compiling fnv v1.0.7 |
| 1288 | 2026-05-14T03:42:47.925Z | Compiling once_cell v1.21.3 |
| 1289 | 2026-05-14T03:42:48.045Z | Compiling semver v1.0.28 |
| 1290 | 2026-05-14T03:42:48.120Z | Compiling tempfile v3.25.0 |
| 1291 | 2026-05-14T03:42:48.145Z | Compiling clap_builder v4.5.60 |
| 1292 | 2026-05-14T03:42:48.157Z | Compiling papergrid v0.11.0 |
| 1293 | 2026-05-14T03:42:48.205Z | Compiling memmap v0.7.0 |
| 1294 | 2026-05-14T03:42:48.235Z | Compiling smawk v0.3.2 |
| 1295 | 2026-05-14T03:42:48.302Z | Compiling unicode-width v0.2.0 |
| 1296 | 2026-05-14T03:42:48.386Z | Compiling unicode-linebreak v0.1.5 |
| 1297 | 2026-05-14T03:42:48.399Z | Compiling camino-tempfile v1.4.1 |
| 1298 | 2026-05-14T03:42:48.411Z | Compiling serde-untagged v0.1.9 |
| 1299 | 2026-05-14T03:42:48.511Z | Compiling swrite v0.1.0 |
| 1300 | 2026-05-14T03:42:48.523Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1301 | 2026-05-14T03:42:48.617Z | Compiling textwrap v0.16.2 |
| 1302 | 2026-05-14T03:42:49.030Z | Compiling tabled_derive v0.7.0 |
| 1303 | 2026-05-14T03:42:49.671Z | Compiling tabled v0.15.0 |
| 1304 | 2026-05-14T03:42:49.882Z | Compiling synstructure v0.13.2 |
| 1305 | 2026-05-14T03:42:49.885Z | Compiling pest_generator v2.8.6 |
| 1306 | 2026-05-14T03:42:50.452Z | Compiling serde_derive v1.0.228 |
| 1307 | 2026-05-14T03:42:50.452Z | Compiling zerofrom-derive v0.1.6 |
| 1308 | 2026-05-14T03:42:50.452Z | Compiling yoke-derive v0.8.1 |
| 1309 | 2026-05-14T03:42:50.456Z | Compiling zerovec-derive v0.11.2 |
| 1310 | 2026-05-14T03:42:50.456Z | Compiling displaydoc v0.2.5 |
| 1311 | 2026-05-14T03:42:50.456Z | Compiling thiserror-impl v1.0.69 |
| 1312 | 2026-05-14T03:42:50.456Z | Compiling zerocopy-derive v0.7.35 |
| 1313 | 2026-05-14T03:42:50.456Z | Compiling pest_derive v2.8.6 |
| 1314 | 2026-05-14T03:42:50.456Z | Compiling scroll_derive v0.12.1 |
| 1315 | 2026-05-14T03:42:50.456Z | Compiling thiserror-impl v2.0.18 |
| 1316 | 2026-05-14T03:42:50.456Z | Compiling clap_derive v4.5.55 |
| 1317 | 2026-05-14T03:42:51.174Z | Compiling scroll v0.12.0 |
| 1318 | 2026-05-14T03:42:51.240Z | Compiling zerocopy v0.7.35 |
| 1319 | 2026-05-14T03:42:51.399Z | Compiling goblin v0.8.2 |
| 1320 | 2026-05-14T03:42:51.521Z | Compiling zerofrom v0.1.6 |
| 1321 | 2026-05-14T03:42:51.575Z | Compiling dtrace-parser v0.2.0 |
| 1322 | 2026-05-14T03:42:51.618Z | Compiling yoke v0.8.1 |
| 1323 | 2026-05-14T03:42:51.765Z | Compiling zerovec v0.11.5 |
| 1324 | 2026-05-14T03:42:51.765Z | Compiling zerotrie v0.2.3 |
| 1325 | 2026-05-14T03:42:51.879Z | Compiling clap v4.5.60 |
| 1326 | 2026-05-14T03:42:52.209Z | Compiling tinystr v0.8.2 |
| 1327 | 2026-05-14T03:42:52.209Z | Compiling potential_utf v0.1.4 |
| 1328 | 2026-05-14T03:42:52.320Z | Compiling icu_collections v2.1.1 |
| 1329 | 2026-05-14T03:42:52.352Z | Compiling icu_locale_core v2.1.1 |
| 1330 | 2026-05-14T03:42:52.869Z | Compiling icu_provider v2.1.1 |
| 1331 | 2026-05-14T03:42:52.926Z | Compiling dof v0.3.0 |
| 1332 | 2026-05-14T03:42:52.926Z | Compiling serde_tokenstream v0.2.3 |
| 1333 | 2026-05-14T03:42:52.936Z | Compiling serde_spanned v0.6.9 |
| 1334 | 2026-05-14T03:42:52.940Z | Compiling toml_datetime v0.6.11 |
| 1335 | 2026-05-14T03:42:52.944Z | Compiling serde-value v0.7.0 |
| 1336 | 2026-05-14T03:42:52.947Z | Compiling cargo-platform v0.2.0 |
| 1337 | 2026-05-14T03:42:52.947Z | Compiling macaddr v1.0.1 |
| 1338 | 2026-05-14T03:42:53.087Z | Compiling icu_normalizer v2.1.1 |
| 1339 | 2026-05-14T03:42:53.087Z | Compiling icu_properties v2.1.2 |
| 1340 | 2026-05-14T03:42:53.171Z | Compiling toml_edit v0.22.27 |
| 1341 | 2026-05-14T03:42:53.609Z | Compiling usdt-attr-macro v0.5.0 |
| 1342 | 2026-05-14T03:42:53.612Z | Compiling usdt-macro v0.5.0 |
| 1343 | 2026-05-14T03:42:53.902Z | Compiling idna_adapter v1.2.1 |
| 1344 | 2026-05-14T03:42:54.005Z | Compiling idna v1.1.0 |
| 1345 | 2026-05-14T03:42:54.202Z | Compiling usdt v0.5.0 |
| 1346 | 2026-05-14T03:42:54.301Z | Compiling url v2.5.8 |
| 1347 | 2026-05-14T03:42:54.387Z | Compiling toml v0.8.23 |
| 1348 | 2026-05-14T03:42:54.722Z | Compiling cargo-util-schemas v0.8.2 |
| 1349 | 2026-05-14T03:42:54.722Z | Compiling cargo_toml v0.21.0 |
| 1350 | 2026-05-14T03:42:55.505Z | Compiling cargo_metadata v0.21.0 |
| 1351 | 2026-05-14T03:42:56.410Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1352 | 2026-05-14T03:42:58.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s |
| 1353 | 2026-05-14T03:42:58.550Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1354 | 2026-05-14T03:42:59.331Z | Compiling libc v0.2.185 |
| 1355 | 2026-05-14T03:42:59.331Z | Compiling serde v1.0.228 |
| 1356 | 2026-05-14T03:42:59.337Z | Compiling log v0.4.29 |
| 1357 | 2026-05-14T03:42:59.337Z | Compiling shlex v1.3.0 |
| 1358 | 2026-05-14T03:42:59.337Z | Compiling find-msvc-tools v0.1.9 |
| 1359 | 2026-05-14T03:42:59.337Z | Compiling smallvec v1.15.1 |
| 1360 | 2026-05-14T03:42:59.337Z | Compiling typenum v1.19.0 |
| 1361 | 2026-05-14T03:42:59.337Z | Compiling subtle v2.6.1 |
| 1362 | 2026-05-14T03:42:59.490Z | Compiling generic-array v0.14.7 |
| 1363 | 2026-05-14T03:42:59.531Z | Compiling scopeguard v1.2.0 |
| 1364 | 2026-05-14T03:42:59.554Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-05-14T03:42:59.557Z | Compiling serde_json v1.0.149 |
| 1366 | 2026-05-14T03:42:59.571Z | Compiling syn v2.0.117 |
| 1367 | 2026-05-14T03:42:59.585Z | Compiling zerocopy v0.8.40 |
| 1368 | 2026-05-14T03:42:59.591Z | Compiling pin-project-lite v0.2.17 |
| 1369 | 2026-05-14T03:42:59.591Z | Compiling portable-atomic v1.13.1 |
| 1370 | 2026-05-14T03:42:59.660Z | Compiling lock_api v0.4.14 |
| 1371 | 2026-05-14T03:42:59.676Z | Compiling parking_lot_core v0.9.12 |
| 1372 | 2026-05-14T03:42:59.679Z | Compiling pkg-config v0.3.32 |
| 1373 | 2026-05-14T03:42:59.702Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-05-14T03:42:59.718Z | Compiling critical-section v1.2.0 |
| 1375 | 2026-05-14T03:42:59.732Z | Compiling libm v0.2.16 |
| 1376 | 2026-05-14T03:42:59.805Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-05-14T03:42:59.823Z | Compiling num-traits v0.2.19 |
| 1378 | 2026-05-14T03:42:59.835Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-05-14T03:42:59.845Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-05-14T03:42:59.960Z | Compiling futures-io v0.3.32 |
| 1381 | 2026-05-14T03:42:59.983Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-05-14T03:43:00.036Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-05-14T03:43:00.040Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-05-14T03:43:00.040Z | Compiling cpufeatures v0.2.17 |
| 1385 | 2026-05-14T03:43:00.156Z | Compiling slab v0.4.12 |
| 1386 | 2026-05-14T03:43:00.161Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-05-14T03:43:00.170Z | Compiling indexmap v2.14.0 |
| 1388 | 2026-05-14T03:43:00.214Z | Compiling rustversion v1.0.22 |
| 1389 | 2026-05-14T03:43:00.243Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-05-14T03:43:00.259Z | Compiling form_urlencoded v1.2.2 |
| 1391 | 2026-05-14T03:43:00.274Z | Compiling dunce v1.0.5 |
| 1392 | 2026-05-14T03:43:00.294Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-05-14T03:43:00.307Z | Compiling ident_case v1.0.1 |
| 1394 | 2026-05-14T03:43:00.358Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-05-14T03:43:00.374Z | Compiling iana-time-zone v0.1.65 |
| 1396 | 2026-05-14T03:43:00.396Z | Compiling flagset v0.4.7 |
| 1397 | 2026-05-14T03:43:00.461Z | Compiling getrandom v0.2.17 |
| 1398 | 2026-05-14T03:43:00.461Z | Compiling jobserver v0.1.34 |
| 1399 | 2026-05-14T03:43:00.491Z | Compiling errno v0.3.14 |
| 1400 | 2026-05-14T03:43:00.571Z | Compiling mio v1.2.0 |
| 1401 | 2026-05-14T03:43:00.580Z | Compiling socket2 v0.6.3 |
| 1402 | 2026-05-14T03:43:00.608Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-05-14T03:43:00.650Z | Compiling rand_core v0.6.4 |
| 1404 | 2026-05-14T03:43:00.668Z | Compiling signal-hook-registry v1.4.8 |
| 1405 | 2026-05-14T03:43:00.672Z | Compiling once_cell v1.21.3 |
| 1406 | 2026-05-14T03:43:00.712Z | Compiling cc v1.2.56 |
| 1407 | 2026-05-14T03:43:00.752Z | Compiling parking_lot v0.12.5 |
| 1408 | 2026-05-14T03:43:00.846Z | Compiling rustix v1.1.3 |
| 1409 | 2026-05-14T03:43:00.874Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-05-14T03:43:00.889Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-05-14T03:43:00.904Z | Compiling aws-lc-rs v1.16.3 |
| 1412 | 2026-05-14T03:43:00.960Z | Compiling tracing-core v0.1.36 |
| 1413 | 2026-05-14T03:43:00.961Z | Compiling uuid v1.23.0 |
| 1414 | 2026-05-14T03:43:00.998Z | Compiling rustc_version v0.4.1 |
| 1415 | 2026-05-14T03:43:01.053Z | Compiling base64 v0.22.1 |
| 1416 | 2026-05-14T03:43:01.070Z | Compiling httparse v1.10.1 |
| 1417 | 2026-05-14T03:43:01.151Z | Compiling openssl-probe v0.2.1 |
| 1418 | 2026-05-14T03:43:01.229Z | Compiling rand_core v0.9.5 |
| 1419 | 2026-05-14T03:43:01.278Z | Compiling untrusted v0.7.1 |
| 1420 | 2026-05-14T03:43:01.312Z | Compiling tinyvec_macros v0.1.1 |
| 1421 | 2026-05-14T03:43:01.341Z | Compiling untrusted v0.9.0 |
| 1422 | 2026-05-14T03:43:01.357Z | Compiling aho-corasick v1.1.4 |
| 1423 | 2026-05-14T03:43:01.395Z | Compiling tinyvec v1.10.0 |
| 1424 | 2026-05-14T03:43:01.407Z | Compiling schemars v0.8.22 |
| 1425 | 2026-05-14T03:43:01.424Z | Compiling tower-service v0.3.3 |
| 1426 | 2026-05-14T03:43:01.446Z | Compiling cmake v0.1.57 |
| 1427 | 2026-05-14T03:43:01.479Z | Compiling atomic-waker v1.1.2 |
| 1428 | 2026-05-14T03:43:01.519Z | Compiling rustls v0.23.37 |
| 1429 | 2026-05-14T03:43:01.533Z | Compiling try-lock v0.2.5 |
| 1430 | 2026-05-14T03:43:01.549Z | Compiling tower-layer v0.3.3 |
| 1431 | 2026-05-14T03:43:01.552Z | Compiling dyn-clone v1.0.20 |
| 1432 | 2026-05-14T03:43:01.636Z | Compiling want v0.3.1 |
| 1433 | 2026-05-14T03:43:01.667Z | Compiling openssl v0.10.79 |
| 1434 | 2026-05-14T03:43:01.670Z | Compiling foreign-types-shared v0.1.1 |
| 1435 | 2026-05-14T03:43:01.696Z | Compiling httpdate v1.0.3 |
| 1436 | 2026-05-14T03:43:01.713Z | Compiling pin-utils v0.1.0 |
| 1437 | 2026-05-14T03:43:01.731Z | Compiling unicode-normalization v0.1.25 |
| 1438 | 2026-05-14T03:43:01.735Z | Compiling spin v0.9.8 |
| 1439 | 2026-05-14T03:43:01.761Z | Compiling foreign-types v0.3.2 |
| 1440 | 2026-05-14T03:43:01.764Z | Compiling num-conv v0.2.0 |
| 1441 | 2026-05-14T03:43:01.792Z | Compiling time-core v0.1.8 |
| 1442 | 2026-05-14T03:43:01.807Z | Compiling powerfmt v0.2.0 |
| 1443 | 2026-05-14T03:43:01.823Z | Compiling crc32fast v1.5.0 |
| 1444 | 2026-05-14T03:43:01.849Z | Compiling native-tls v0.2.18 |
| 1445 | 2026-05-14T03:43:01.875Z | Compiling wait-timeout v0.2.1 |
| 1446 | 2026-05-14T03:43:01.926Z | Compiling sync_wrapper v1.0.2 |
| 1447 | 2026-05-14T03:43:01.937Z | Compiling quick-error v1.2.3 |
| 1448 | 2026-05-14T03:43:01.937Z | Compiling simd-adler32 v0.3.8 |
| 1449 | 2026-05-14T03:43:01.968Z | Compiling time-macros v0.2.27 |
| 1450 | 2026-05-14T03:43:01.972Z | Compiling deranged v0.5.8 |
| 1451 | 2026-05-14T03:43:01.999Z | Compiling syn v1.0.109 |
| 1452 | 2026-05-14T03:43:02.033Z | Compiling num_threads v0.1.7 |
| 1453 | 2026-05-14T03:43:02.049Z | Compiling bit-vec v0.8.0 |
| 1454 | 2026-05-14T03:43:02.076Z | Compiling siphasher v1.0.2 |
| 1455 | 2026-05-14T03:43:02.090Z | Compiling unicode-segmentation v1.12.0 |
| 1456 | 2026-05-14T03:43:02.151Z | Compiling crossbeam-utils v0.8.21 |
| 1457 | 2026-05-14T03:43:02.165Z | Compiling usdt-impl v0.6.0 |
| 1458 | 2026-05-14T03:43:02.207Z | Compiling slog v2.8.2 |
| 1459 | 2026-05-14T03:43:02.224Z | Compiling rand_xorshift v0.4.0 |
| 1460 | 2026-05-14T03:43:02.288Z | Compiling bit-set v0.8.0 |
| 1461 | 2026-05-14T03:43:02.308Z | Compiling heapless v0.7.17 |
| 1462 | 2026-05-14T03:43:02.311Z | Compiling aws-lc-sys v0.40.0 |
| 1463 | 2026-05-14T03:43:02.346Z | Compiling ring v0.17.14 |
| 1464 | 2026-05-14T03:43:02.423Z | Compiling synstructure v0.13.2 |
| 1465 | 2026-05-14T03:43:02.429Z | Compiling openssl-sys v0.9.115 |
| 1466 | 2026-05-14T03:43:02.429Z | Compiling serde_derive_internals v0.29.1 |
| 1467 | 2026-05-14T03:43:02.433Z | Compiling pest_generator v2.8.6 |
| 1468 | 2026-05-14T03:43:02.464Z | Compiling darling_core v0.20.11 |
| 1469 | 2026-05-14T03:43:02.480Z | Compiling regex-automata v0.4.14 |
| 1470 | 2026-05-14T03:43:02.499Z | Compiling tempfile v3.25.0 |
| 1471 | 2026-05-14T03:43:02.577Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-14T03:43:02.731Z | Compiling darling_core v0.21.3 |
| 1473 | 2026-05-14T03:43:02.933Z | Compiling rusty-fork v0.3.1 |
| 1474 | 2026-05-14T03:43:03.047Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1475 | 2026-05-14T03:43:03.066Z | Compiling thread-id v5.1.0 |
| 1476 | 2026-05-14T03:43:03.125Z | Compiling time v0.3.47 |
| 1477 | 2026-05-14T03:43:03.125Z | Compiling cookie v0.18.1 |
| 1478 | 2026-05-14T03:43:03.208Z | Compiling paste v1.0.15 |
| 1479 | 2026-05-14T03:43:03.230Z | Compiling adler2 v2.0.1 |
| 1480 | 2026-05-14T03:43:03.269Z | Compiling unicode-properties v0.1.4 |
| 1481 | 2026-05-14T03:43:03.289Z | Compiling anyhow v1.0.102 |
| 1482 | 2026-05-14T03:43:03.350Z | Compiling unarray v0.1.4 |
| 1483 | 2026-05-14T03:43:03.366Z | Compiling ryu v1.0.23 |
| 1484 | 2026-05-14T03:43:03.383Z | Compiling iri-string v0.7.10 |
| 1485 | 2026-05-14T03:43:03.387Z | Compiling allocator-api2 v0.2.21 |
| 1486 | 2026-05-14T03:43:03.480Z | Compiling unicode-bidi v0.3.18 |
| 1487 | 2026-05-14T03:43:03.499Z | Compiling signal-hook v0.3.18 |
| 1488 | 2026-05-14T03:43:03.516Z | Compiling zstd-safe v7.2.4 |
| 1489 | 2026-05-14T03:43:03.713Z | Compiling miniz_oxide v0.8.9 |
| 1490 | 2026-05-14T03:43:03.831Z | Compiling stringprep v0.1.5 |
| 1491 | 2026-05-14T03:43:03.874Z | Compiling heck v0.4.1 |
| 1492 | 2026-05-14T03:43:04.043Z | Compiling num-integer v0.1.46 |
| 1493 | 2026-05-14T03:43:04.142Z | Compiling vergen-lib v0.1.6 |
| 1494 | 2026-05-14T03:43:04.203Z | Compiling serde_derive v1.0.228 |
| 1495 | 2026-05-14T03:43:04.294Z | Compiling zeroize_derive v1.4.3 |
| 1496 | 2026-05-14T03:43:04.318Z | Compiling zerofrom-derive v0.1.6 |
| 1497 | 2026-05-14T03:43:04.343Z | Compiling yoke-derive v0.8.1 |
| 1498 | 2026-05-14T03:43:04.390Z | Compiling zerovec-derive v0.11.2 |
| 1499 | 2026-05-14T03:43:04.394Z | Compiling zerocopy-derive v0.8.40 |
| 1500 | 2026-05-14T03:43:04.422Z | Compiling displaydoc v0.2.5 |
| 1501 | 2026-05-14T03:43:04.787Z | Compiling tokio-macros v2.7.0 |
| 1502 | 2026-05-14T03:43:04.904Z | Compiling futures-macro v0.3.32 |
| 1503 | 2026-05-14T03:43:04.981Z | Compiling der_derive v0.7.3 |
| 1504 | 2026-05-14T03:43:05.004Z | Compiling zeroize v1.8.2 |
| 1505 | 2026-05-14T03:43:05.226Z | Compiling rustls-pki-types v1.14.0 |
| 1506 | 2026-05-14T03:43:05.278Z | Compiling thiserror-impl v2.0.18 |
| 1507 | 2026-05-14T03:43:05.571Z | Compiling tracing-attributes v0.1.31 |
| 1508 | 2026-05-14T03:43:05.585Z | Compiling schemars_derive v0.8.22 |
| 1509 | 2026-05-14T03:43:05.616Z | Compiling pest_derive v2.8.6 |
| 1510 | 2026-05-14T03:43:05.734Z | Compiling scroll_derive v0.13.1 |
| 1511 | 2026-05-14T03:43:05.781Z | Compiling crypto-common v0.1.7 |
| 1512 | 2026-05-14T03:43:05.866Z | Compiling zerofrom v0.1.6 |
| 1513 | 2026-05-14T03:43:05.866Z | Compiling block-buffer v0.10.4 |
| 1514 | 2026-05-14T03:43:05.967Z | Compiling yoke v0.8.1 |
| 1515 | 2026-05-14T03:43:05.993Z | Compiling digest v0.10.7 |
| 1516 | 2026-05-14T03:43:06.011Z | Compiling futures-util v0.3.32 |
| 1517 | 2026-05-14T03:43:06.016Z | Compiling block-padding v0.3.3 |
| 1518 | 2026-05-14T03:43:06.069Z | Compiling der v0.7.10 |
| 1519 | 2026-05-14T03:43:06.150Z | Compiling zerovec v0.11.5 |
| 1520 | 2026-05-14T03:43:06.215Z | Compiling zerotrie v0.2.3 |
| 1521 | 2026-05-14T03:43:06.251Z | Compiling hmac v0.12.1 |
| 1522 | 2026-05-14T03:43:06.430Z | Compiling inout v0.1.4 |
| 1523 | 2026-05-14T03:43:06.549Z | Compiling sha2 v0.10.9 |
| 1524 | 2026-05-14T03:43:06.596Z | Compiling cipher v0.4.4 |
| 1525 | 2026-05-14T03:43:06.615Z | Compiling pbkdf2 v0.12.2 |
| 1526 | 2026-05-14T03:43:06.682Z | Compiling tinystr v0.8.2 |
| 1527 | 2026-05-14T03:43:06.718Z | Compiling potential_utf v0.1.4 |
| 1528 | 2026-05-14T03:43:06.746Z | Compiling thiserror v2.0.18 |
| 1529 | 2026-05-14T03:43:06.790Z | Compiling scroll v0.13.0 |
| 1530 | 2026-05-14T03:43:06.918Z | Compiling icu_locale_core v2.1.1 |
| 1531 | 2026-05-14T03:43:06.930Z | Compiling icu_collections v2.1.1 |
| 1532 | 2026-05-14T03:43:06.930Z | Compiling salsa20 v0.10.2 |
| 1533 | 2026-05-14T03:43:06.930Z | Compiling spki v0.7.3 |
| 1534 | 2026-05-14T03:43:06.930Z | Compiling aes v0.8.4 |
| 1535 | 2026-05-14T03:43:06.960Z | Compiling tracing v0.1.44 |
| 1536 | 2026-05-14T03:43:07.063Z | Compiling scrypt v0.11.0 |
| 1537 | 2026-05-14T03:43:07.074Z | Compiling cbc v0.1.2 |
| 1538 | 2026-05-14T03:43:07.152Z | Compiling darling_macro v0.20.11 |
| 1539 | 2026-05-14T03:43:07.243Z | Compiling openssl-macros v0.1.1 |
| 1540 | 2026-05-14T03:43:07.243Z | Compiling goblin v0.10.5 |
| 1541 | 2026-05-14T03:43:07.316Z | Compiling rustls-native-certs v0.8.3 |
| 1542 | 2026-05-14T03:43:07.411Z | Compiling pkcs5 v0.7.1 |
| 1543 | 2026-05-14T03:43:07.431Z | Compiling dtrace-parser v0.3.0 |
| 1544 | 2026-05-14T03:43:07.636Z | Compiling bytes v1.11.1 |
| 1545 | 2026-05-14T03:43:07.673Z | Compiling icu_provider v2.1.1 |
| 1546 | 2026-05-14T03:43:07.695Z | Compiling chrono v0.4.44 |
| 1547 | 2026-05-14T03:43:07.711Z | Compiling pkcs8 v0.10.2 |
| 1548 | 2026-05-14T03:43:07.727Z | Compiling ipnet v2.11.0 |
| 1549 | 2026-05-14T03:43:07.837Z | Compiling darling v0.20.11 |
| 1550 | 2026-05-14T03:43:07.933Z | Compiling icu_normalizer v2.1.1 |
| 1551 | 2026-05-14T03:43:07.940Z | Compiling icu_properties v2.1.2 |
| 1552 | 2026-05-14T03:43:07.992Z | Compiling derive_builder_core v0.20.2 |
| 1553 | 2026-05-14T03:43:08.007Z | Compiling signature v2.2.0 |
| 1554 | 2026-05-14T03:43:08.045Z | Compiling webpki-roots v1.0.6 |
| 1555 | 2026-05-14T03:43:08.144Z | Compiling tokio v1.52.1 |
| 1556 | 2026-05-14T03:43:08.186Z | Compiling http v1.4.0 |
| 1557 | 2026-05-14T03:43:08.217Z | Compiling scroll_derive v0.12.1 |
| 1558 | 2026-05-14T03:43:08.258Z | Compiling thiserror-impl v1.0.69 |
| 1559 | 2026-05-14T03:43:08.276Z | Compiling toml_datetime v0.6.11 |
| 1560 | 2026-05-14T03:43:08.345Z | Compiling serde_urlencoded v0.7.1 |
| 1561 | 2026-05-14T03:43:08.489Z | Compiling serde_tokenstream v0.2.3 |
| 1562 | 2026-05-14T03:43:08.578Z | Compiling serde_spanned v0.6.9 |
| 1563 | 2026-05-14T03:43:08.619Z | Compiling erased-serde v0.3.31 |
| 1564 | 2026-05-14T03:43:08.744Z | Compiling md-5 v0.10.6 |
| 1565 | 2026-05-14T03:43:08.828Z | Compiling idna_adapter v1.2.1 |
| 1566 | 2026-05-14T03:43:08.893Z | Compiling ppv-lite86 v0.2.21 |
| 1567 | 2026-05-14T03:43:08.912Z | Compiling http-body v1.0.1 |
| 1568 | 2026-05-14T03:43:08.935Z | Compiling scroll v0.12.0 |
| 1569 | 2026-05-14T03:43:08.945Z | Compiling idna v1.1.0 |
| 1570 | 2026-05-14T03:43:08.982Z | Compiling derive_builder_macro v0.20.2 |
| 1571 | 2026-05-14T03:43:08.996Z | Compiling darling_macro v0.21.3 |
| 1572 | 2026-05-14T03:43:09.058Z | Compiling http-body-util v0.1.3 |
| 1573 | 2026-05-14T03:43:09.089Z | Compiling bstr v1.12.1 |
| 1574 | 2026-05-14T03:43:09.159Z | Compiling pin-project-internal v1.1.11 |
| 1575 | 2026-05-14T03:43:09.175Z | Compiling async-trait v0.1.89 |
| 1576 | 2026-05-14T03:43:09.228Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-05-14T03:43:09.263Z | Compiling rand_chacha v0.9.0 |
| 1578 | 2026-05-14T03:43:09.286Z | Compiling url v2.5.8 |
| 1579 | 2026-05-14T03:43:09.334Z | Compiling rand_chacha v0.3.1 |
| 1580 | 2026-05-14T03:43:09.543Z | Compiling rand v0.9.2 |
| 1581 | 2026-05-14T03:43:09.563Z | Compiling curve25519-dalek v4.1.3 |
| 1582 | 2026-05-14T03:43:09.613Z | Compiling thiserror v1.0.69 |
| 1583 | 2026-05-14T03:43:09.692Z | Compiling ff v0.13.1 |
| 1584 | 2026-05-14T03:43:09.733Z | Compiling hash32 v0.2.1 |
| 1585 | 2026-05-14T03:43:09.783Z | Compiling memoffset v0.9.1 |
| 1586 | 2026-05-14T03:43:09.928Z | Compiling encoding_rs v0.8.35 |
| 1587 | 2026-05-14T03:43:09.943Z | Compiling zlib-rs v0.6.2 |
| 1588 | 2026-05-14T03:43:10.002Z | Compiling dof v0.4.0 |
| 1589 | 2026-05-14T03:43:10.024Z | Compiling ref-cast v1.0.25 |
| 1590 | 2026-05-14T03:43:10.128Z | Compiling proptest v1.10.0 |
| 1591 | 2026-05-14T03:43:10.174Z | Compiling rustix v0.38.44 |
| 1592 | 2026-05-14T03:43:10.277Z | Compiling psl-types v2.0.11 |
| 1593 | 2026-05-14T03:43:10.334Z | Compiling smoltcp v0.9.1 |
| 1594 | 2026-05-14T03:43:10.364Z | Compiling base16ct v0.2.0 |
| 1595 | 2026-05-14T03:43:10.383Z | Compiling cfg_aliases v0.2.1 |
| 1596 | 2026-05-14T03:43:10.423Z | Compiling fallible-iterator v0.2.0 |
| 1597 | 2026-05-14T03:43:10.456Z | Compiling mime v0.3.17 |
| 1598 | 2026-05-14T03:43:10.472Z | Compiling num-bigint-dig v0.8.6 |
| 1599 | 2026-05-14T03:43:10.561Z | Compiling litrs v1.0.0 |
| 1600 | 2026-05-14T03:43:10.692Z | Compiling ipnetwork v0.21.1 |
| 1601 | 2026-05-14T03:43:10.742Z | Compiling postgres-protocol v0.6.10 |
| 1602 | 2026-05-14T03:43:10.757Z | Compiling sec1 v0.7.3 |
| 1603 | 2026-05-14T03:43:10.811Z | Compiling nix v0.31.2 |
| 1604 | 2026-05-14T03:43:10.869Z | Compiling publicsuffix v2.3.0 |
| 1605 | 2026-05-14T03:43:11.029Z | Compiling oxnet v0.1.4 |
| 1606 | 2026-05-14T03:43:11.060Z | Compiling pin-project v1.1.11 |
| 1607 | 2026-05-14T03:43:11.092Z | Compiling document-features v0.2.12 |
| 1608 | 2026-05-14T03:43:11.122Z | Compiling zerocopy v0.7.35 |
| 1609 | 2026-05-14T03:43:11.211Z | Compiling group v0.13.0 |
| 1610 | 2026-05-14T03:43:11.225Z | Compiling darling v0.21.3 |
| 1611 | 2026-05-14T03:43:11.258Z | Compiling rand v0.8.6 |
| 1612 | 2026-05-14T03:43:11.281Z | Compiling derive_builder v0.20.2 |
| 1613 | 2026-05-14T03:43:11.324Z | Compiling goblin v0.8.2 |
| 1614 | 2026-05-14T03:43:11.354Z | Compiling futures-executor v0.3.32 |
| 1615 | 2026-05-14T03:43:11.445Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-05-14T03:43:11.451Z | Compiling hex v0.4.3 |
| 1617 | 2026-05-14T03:43:11.476Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-05-14T03:43:11.490Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-05-14T03:43:11.591Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-05-14T03:43:11.635Z | Compiling regex v1.12.3 |
| 1621 | 2026-05-14T03:43:11.725Z | Compiling num-iter v0.1.45 |
| 1622 | 2026-05-14T03:43:11.728Z | Compiling snafu-derive v0.8.9 |
| 1623 | 2026-05-14T03:43:11.752Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-05-14T03:43:11.755Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-05-14T03:43:11.788Z | Compiling ref-cast-impl v1.0.25 |
| 1626 | 2026-05-14T03:43:11.801Z | Compiling daft-derive v0.1.5 |
| 1627 | 2026-05-14T03:43:12.096Z | Compiling tokio-util v0.7.18 |
| 1628 | 2026-05-14T03:43:12.115Z | Compiling tower v0.5.3 |
| 1629 | 2026-05-14T03:43:12.224Z | Compiling tokio-native-tls v0.3.1 |
| 1630 | 2026-05-14T03:43:12.250Z | Compiling terminal_size v0.4.3 |
| 1631 | 2026-05-14T03:43:12.346Z | Compiling phf_shared v0.13.1 |
| 1632 | 2026-05-14T03:43:12.414Z | Compiling lazy_static v1.5.0 |
| 1633 | 2026-05-14T03:43:12.447Z | Compiling vergen v9.0.6 |
| 1634 | 2026-05-14T03:43:12.482Z | Compiling fs-err v3.3.0 |
| 1635 | 2026-05-14T03:43:12.529Z | Compiling tower-http v0.6.8 |
| 1636 | 2026-05-14T03:43:12.555Z | Compiling newtype-uuid v1.3.2 |
| 1637 | 2026-05-14T03:43:12.610Z | Compiling ahash v0.8.12 |
| 1638 | 2026-05-14T03:43:12.621Z | Compiling foldhash v0.2.0 |
| 1639 | 2026-05-14T03:43:12.637Z | Compiling libbz2-rs-sys v0.2.2 |
| 1640 | 2026-05-14T03:43:12.671Z | Compiling winnow v0.5.40 |
| 1641 | 2026-05-14T03:43:12.790Z | Compiling bitflags v1.3.2 |
| 1642 | 2026-05-14T03:43:12.847Z | Compiling h2 v0.4.13 |
| 1643 | 2026-05-14T03:43:12.880Z | Compiling flate2 v1.1.9 |
| 1644 | 2026-05-14T03:43:12.893Z | Compiling managed v0.8.0 |
| 1645 | 2026-05-14T03:43:12.934Z | Compiling foldhash v0.1.5 |
| 1646 | 2026-05-14T03:43:12.970Z | Compiling bumpalo v3.20.2 |
| 1647 | 2026-05-14T03:43:13.154Z | Compiling same-file v1.0.6 |
| 1648 | 2026-05-14T03:43:13.174Z | Compiling object v0.37.3 |
| 1649 | 2026-05-14T03:43:13.224Z | Compiling zopfli v0.8.3 |
| 1650 | 2026-05-14T03:43:13.261Z | Compiling walkdir v2.5.0 |
| 1651 | 2026-05-14T03:43:13.386Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-05-14T03:43:14.185Z | Compiling hashbrown v0.15.5 |
| 1653 | 2026-05-14T03:43:14.185Z | Compiling hashbrown v0.16.1 |
| 1654 | 2026-05-14T03:43:14.204Z | Compiling daft v0.1.5 |
| 1655 | 2026-05-14T03:43:14.204Z | Compiling dof v0.3.0 |
| 1656 | 2026-05-14T03:43:14.204Z | Compiling clap_builder v4.5.60 |
| 1657 | 2026-05-14T03:43:14.204Z | Compiling snafu v0.8.9 |
| 1658 | 2026-05-14T03:43:14.204Z | Compiling phf v0.13.1 |
| 1659 | 2026-05-14T03:43:14.204Z | Compiling strum v0.27.2 |
| 1660 | 2026-05-14T03:43:14.204Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-05-14T03:43:14.204Z | Compiling toml_edit v0.19.15 |
| 1662 | 2026-05-14T03:43:14.204Z | Compiling cargo_metadata v0.19.2 |
| 1663 | 2026-05-14T03:43:14.204Z | Compiling signal-hook-mio v0.2.5 |
| 1664 | 2026-05-14T03:43:14.204Z | Compiling cookie_store v0.22.1 |
| 1665 | 2026-05-14T03:43:14.204Z | Compiling hubpack v0.1.2 |
| 1666 | 2026-05-14T03:43:14.205Z | Compiling bzip2 v0.4.4 |
| 1667 | 2026-05-14T03:43:14.250Z | Compiling usdt-macro v0.6.0 |
| 1668 | 2026-05-14T03:43:14.287Z | Compiling usdt-attr-macro v0.6.0 |
| 1669 | 2026-05-14T03:43:14.368Z | Compiling futures v0.3.32 |
| 1670 | 2026-05-14T03:43:14.836Z | Compiling serde_with_macros v3.17.0 |
| 1671 | 2026-05-14T03:43:14.948Z | Compiling postgres-types v0.2.12 |
| 1672 | 2026-05-14T03:43:14.948Z | Compiling zstd v0.13.3 |
| 1673 | 2026-05-14T03:43:14.948Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-05-14T03:43:14.948Z | Compiling globset v0.4.18 |
| 1675 | 2026-05-14T03:43:15.029Z | Compiling ed25519 v2.2.3 |
| 1676 | 2026-05-14T03:43:15.110Z | Compiling pkcs1 v0.7.5 |
| 1677 | 2026-05-14T03:43:15.111Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-05-14T03:43:15.169Z | Compiling olpc-cjson v0.1.4 |
| 1679 | 2026-05-14T03:43:15.249Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-05-14T03:43:15.492Z | Compiling rfc6979 v0.4.0 |
| 1681 | 2026-05-14T03:43:15.598Z | Compiling enum-as-inner v0.6.1 |
| 1682 | 2026-05-14T03:43:15.598Z | Compiling serde_repr v0.1.20 |
| 1683 | 2026-05-14T03:43:15.598Z | Compiling clap_derive v4.5.55 |
| 1684 | 2026-05-14T03:43:15.599Z | Compiling strum_macros v0.26.4 |
| 1685 | 2026-05-14T03:43:15.696Z | Compiling async-recursion v1.1.1 |
| 1686 | 2026-05-14T03:43:15.696Z | Compiling phf_shared v0.11.3 |
| 1687 | 2026-05-14T03:43:15.696Z | Compiling float-cmp v0.10.0 |
| 1688 | 2026-05-14T03:43:15.769Z | Compiling pem v3.0.6 |
| 1689 | 2026-05-14T03:43:15.889Z | Compiling thread-id v4.2.2 |
| 1690 | 2026-05-14T03:43:15.889Z | Compiling memmap2 v0.9.10 |
| 1691 | 2026-05-14T03:43:15.978Z | Compiling env_filter v1.0.0 |
| 1692 | 2026-05-14T03:43:15.978Z | Compiling hyper v1.8.1 |
| 1693 | 2026-05-14T03:43:16.040Z | Compiling data-encoding v2.10.0 |
| 1694 | 2026-05-14T03:43:16.040Z | Compiling typed-path v0.9.3 |
| 1695 | 2026-05-14T03:43:16.085Z | Compiling fixedbitset v0.5.7 |
| 1696 | 2026-05-14T03:43:16.085Z | Compiling normalize-line-endings v0.3.0 |
| 1697 | 2026-05-14T03:43:16.195Z | Compiling fixedbitset v0.4.2 |
| 1698 | 2026-05-14T03:43:16.241Z | Compiling precomputed-hash v0.1.1 |
| 1699 | 2026-05-14T03:43:16.300Z | Compiling difflib v0.4.0 |
| 1700 | 2026-05-14T03:43:16.350Z | Compiling whoami v2.1.0 |
| 1701 | 2026-05-14T03:43:16.424Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-05-14T03:43:16.492Z | Compiling keccak v0.1.6 |
| 1703 | 2026-05-14T03:43:16.492Z | Compiling rustc-hash v2.1.1 |
| 1704 | 2026-05-14T03:43:16.615Z | Compiling jiff v0.2.21 |
| 1705 | 2026-05-14T03:43:16.734Z | Compiling new_debug_unreachable v1.0.6 |
| 1706 | 2026-05-14T03:43:16.783Z | Compiling predicates-core v1.0.10 |
| 1707 | 2026-05-14T03:43:16.783Z | Compiling either v1.15.0 |
| 1708 | 2026-05-14T03:43:16.894Z | Compiling string_cache v0.8.9 |
| 1709 | 2026-05-14T03:43:16.894Z | Compiling sha3 v0.10.8 |
| 1710 | 2026-05-14T03:43:16.937Z | Compiling predicates v3.1.4 |
| 1711 | 2026-05-14T03:43:16.957Z | Compiling itertools v0.13.0 |
| 1712 | 2026-05-14T03:43:16.958Z | Compiling iddqd v0.3.18 |
| 1713 | 2026-05-14T03:43:16.975Z | Compiling tokio-postgres v0.7.16 |
| 1714 | 2026-05-14T03:43:17.037Z | Compiling hyper-util v0.1.20 |
| 1715 | 2026-05-14T03:43:17.063Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1716 | 2026-05-14T03:43:17.236Z | Compiling petgraph v0.6.5 |
| 1717 | 2026-05-14T03:43:17.324Z | Compiling hickory-proto v0.25.2 |
| 1718 | 2026-05-14T03:43:17.332Z | Compiling toml_edit v0.22.27 |
| 1719 | 2026-05-14T03:43:17.332Z | Compiling strum v0.26.3 |
| 1720 | 2026-05-14T03:43:17.340Z | Compiling clap v4.5.60 |
| 1721 | 2026-05-14T03:43:17.445Z | Compiling petgraph v0.8.3 |
| 1722 | 2026-05-14T03:43:17.475Z | Compiling env_logger v0.11.9 |
| 1723 | 2026-05-14T03:43:17.502Z | Compiling usdt v0.6.0 |
| 1724 | 2026-05-14T03:43:17.559Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-05-14T03:43:17.780Z | Compiling serde_with v3.17.0 |
| 1726 | 2026-05-14T03:43:17.852Z | Compiling ecdsa v0.16.9 |
| 1727 | 2026-05-14T03:43:18.104Z | Compiling toml v0.7.8 |
| 1728 | 2026-05-14T03:43:18.172Z | Compiling crossterm v0.28.1 |
| 1729 | 2026-05-14T03:43:18.189Z | Compiling rsa v0.9.10 |
| 1730 | 2026-05-14T03:43:18.276Z | Compiling ed25519-dalek v2.2.0 |
| 1731 | 2026-05-14T03:43:18.783Z | Compiling hyper-tls v0.6.0 |
| 1732 | 2026-05-14T03:43:19.011Z | Compiling zip v0.6.6 |
| 1733 | 2026-05-14T03:43:19.225Z | Compiling zip v4.6.1 |
| 1734 | 2026-05-14T03:43:19.518Z | Compiling tokio-stream v0.1.18 |
| 1735 | 2026-05-14T03:43:19.587Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1736 | 2026-05-14T03:43:19.603Z | Compiling buf-list v1.1.2 |
| 1737 | 2026-05-14T03:43:19.607Z | Compiling similar v2.7.0 |
| 1738 | 2026-05-14T03:43:19.675Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1739 | 2026-05-14T03:43:19.692Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-05-14T03:43:19.961Z | Compiling x509-cert v0.2.5 |
| 1741 | 2026-05-14T03:43:20.019Z | Compiling sha1 v0.10.6 |
| 1742 | 2026-05-14T03:43:20.046Z | Compiling crossbeam-epoch v0.9.18 |
| 1743 | 2026-05-14T03:43:20.046Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1744 | 2026-05-14T03:43:20.134Z | Compiling lalrpop-util v0.19.12 |
| 1745 | 2026-05-14T03:43:20.256Z | Compiling peg-runtime v0.8.5 |
| 1746 | 2026-05-14T03:43:20.277Z | Compiling thread_local v1.1.9 |
| 1747 | 2026-05-14T03:43:20.280Z | Compiling slog-async v2.8.0 |
| 1748 | 2026-05-14T03:43:20.353Z | Compiling crossbeam-channel v0.5.15 |
| 1749 | 2026-05-14T03:43:20.359Z | Compiling is-terminal v0.4.17 |
| 1750 | 2026-05-14T03:43:20.385Z | Compiling filetime v0.2.27 |
| 1751 | 2026-05-14T03:43:20.398Z | Compiling take_mut v0.2.2 |
| 1752 | 2026-05-14T03:43:20.476Z | Compiling term v1.2.1 |
| 1753 | 2026-05-14T03:43:20.540Z | Compiling xattr v1.6.1 |
| 1754 | 2026-05-14T03:43:20.728Z | Compiling tar v0.4.45 |
| 1755 | 2026-05-14T03:43:20.814Z | Compiling slog-term v2.9.2 |
| 1756 | 2026-05-14T03:43:38.447Z | Compiling rustls-webpki v0.103.9 |
| 1757 | 2026-05-14T03:43:41.288Z | Compiling tokio-rustls v0.26.4 |
| 1758 | 2026-05-14T03:43:41.288Z | Compiling rustls-platform-verifier v0.6.2 |
| 1759 | 2026-05-14T03:43:41.493Z | Compiling hyper-rustls v0.27.7 |
| 1760 | 2026-05-14T03:43:41.681Z | Compiling reqwest v0.12.28 |
| 1761 | 2026-05-14T03:43:41.681Z | Compiling reqwest v0.13.2 |
| 1762 | 2026-05-14T03:43:42.916Z | Compiling tough v0.22.0 |
| 1763 | 2026-05-14T03:43:45.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1764 | 2026-05-14T03:43:45.691Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1765 | 2026-05-14T03:43:48.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s |
| 1766 | 2026-05-14T03:43:48.703Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1767 | 2026-05-14T03:43:48.754Z | May 14 03:43:47.804 INFO Starting download, target: Clickhouse |
| 1768 | 2026-05-14T03:43:48.754Z | May 14 03:43:47.805 INFO Starting download, target: Cockroach |
| 1769 | 2026-05-14T03:43:48.755Z | May 14 03:43:47.805 INFO Starting download, target: DendriteStub |
| 1770 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Starting download, target: Console |
| 1771 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Starting download, target: MaghemiteMgd |
| 1772 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Starting download, target: TransceiverControl |
| 1773 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1774 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1775 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1776 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1778 | 2026-05-14T03:43:48.758Z | May 14 03:43:47.805 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1779 | 2026-05-14T03:43:49.182Z | May 14 03:43:48.231 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1780 | 2026-05-14T03:43:49.404Z | May 14 03:43:48.448 INFO Download complete, target: TransceiverControl |
| 1781 | 2026-05-14T03:43:49.812Z | May 14 03:43:48.858 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1782 | 2026-05-14T03:43:50.067Z | May 14 03:43:49.106 INFO Download complete, target: Console |
| 1783 | 2026-05-14T03:43:50.261Z | May 14 03:43:49.302 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1784 | 2026-05-14T03:43:50.562Z | May 14 03:43:49.613 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1785 | 2026-05-14T03:43:50.866Z | May 14 03:43:49.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1786 | 2026-05-14T03:43:51.210Z | May 14 03:43:50.261 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1787 | 2026-05-14T03:43:51.210Z | May 14 03:43:50.261 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1788 | 2026-05-14T03:43:52.635Z | May 14 03:43:51.681 INFO Download complete, target: DendriteStub |
| 1789 | 2026-05-14T03:43:53.363Z | May 14 03:43:52.414 INFO Download complete, target: MaghemiteMgd |
| 1790 | 2026-05-14T03:43:56.151Z | May 14 03:43:55.191 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-05-14T03:43:56.321Z | May 14 03:43:55.369 INFO Download complete, target: Cockroach |
| 1792 | 2026-05-14T03:43:57.569Z | May 14 03:43:56.619 INFO Checking that binary works, target: Clickhouse |
| 1793 | 2026-05-14T03:43:57.657Z | May 14 03:43:56.707 INFO Download complete, target: Clickhouse |
| 1794 | 2026-05-14T03:43:57.663Z | All prerequisites installed successfully |
| 1795 | 2026-05-14T03:43:57.666Z | |
| 1796 | 2026-05-14T03:43:57.666Z | real 1:26.875513045 |
| 1797 | 2026-05-14T03:43:57.666Z | user 6:44.993401755 |
| 1798 | 2026-05-14T03:43:57.666Z | sys 1:41.348544501 |
| 1799 | 2026-05-14T03:43:57.666Z | trap 0.219064411 |
| 1800 | 2026-05-14T03:43:57.666Z | tflt 1.112209246 |
| 1801 | 2026-05-14T03:43:57.666Z | dflt 1.723905871 |
| 1802 | 2026-05-14T03:43:57.666Z | kflt 0.022608623 |
| 1803 | 2026-05-14T03:43:57.666Z | lock 23:58.389263071 |
| 1804 | 2026-05-14T03:43:57.666Z | slp 18:08.899119187 |
| 1805 | 2026-05-14T03:43:57.666Z | lat 21.705759063 |
| 1806 | 2026-05-14T03:43:57.666Z | stop 2:42.787224520 |
| 1807 | 2026-05-14T03:43:57.666Z | + source ./tools/include/force-git-over-https.sh |
| 1808 | 2026-05-14T03:43:57.666Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1809 | 2026-05-14T03:43:57.666Z | ++ (( i = 0 )) |
| 1810 | 2026-05-14T03:43:57.666Z | ++ (( i < 5 )) |
| 1811 | 2026-05-14T03:43:57.666Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1812 | 2026-05-14T03:43:57.671Z | ++ (( i++ )) |
| 1813 | 2026-05-14T03:43:57.671Z | ++ (( i < 5 )) |
| 1814 | 2026-05-14T03:43:57.671Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1815 | 2026-05-14T03:43:57.679Z | ++ (( i++ )) |
| 1816 | 2026-05-14T03:43:57.679Z | ++ (( i < 5 )) |
| 1817 | 2026-05-14T03:43:57.679Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1818 | 2026-05-14T03:43:57.679Z | ++ (( i++ )) |
| 1819 | 2026-05-14T03:43:57.679Z | ++ (( i < 5 )) |
| 1820 | 2026-05-14T03:43:57.680Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1821 | 2026-05-14T03:43:57.684Z | ++ (( i++ )) |
| 1822 | 2026-05-14T03:43:57.684Z | ++ (( i < 5 )) |
| 1823 | 2026-05-14T03:43:57.684Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1824 | 2026-05-14T03:43:57.684Z | ++ (( i++ )) |
| 1825 | 2026-05-14T03:43:57.684Z | ++ (( i < 5 )) |
| 1826 | 2026-05-14T03:43:57.684Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1827 | 2026-05-14T03:43:57.684Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1828 | 2026-05-14T03:43:57.684Z | + rc=0 |
| 1829 | 2026-05-14T03:43:57.684Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1830 | 2026-05-14T03:44:05.966Z | + case $rc in |
| 1831 | 2026-05-14T03:44:05.966Z | + pfexec zfs create -p rpool/images/build/host |
| 1832 | 2026-05-14T03:44:06.268Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1833 | 2026-05-14T03:44:06.335Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1834 | 2026-05-14T03:44:06.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1835 | 2026-05-14T03:44:06.885Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1836 | 2026-05-14T03:44:07.773Z | Compiling proc-macro2 v1.0.106 |
| 1837 | 2026-05-14T03:44:07.773Z | Compiling quote v1.0.45 |
| 1838 | 2026-05-14T03:44:07.773Z | Compiling unicode-ident v1.0.24 |
| 1839 | 2026-05-14T03:44:07.776Z | Compiling libc v0.2.185 |
| 1840 | 2026-05-14T03:44:07.776Z | Compiling serde_core v1.0.228 |
| 1841 | 2026-05-14T03:44:07.776Z | Compiling serde v1.0.228 |
| 1842 | 2026-05-14T03:44:07.776Z | Compiling cfg-if v1.0.4 |
| 1843 | 2026-05-14T03:44:07.776Z | Compiling version_check v0.9.5 |
| 1844 | 2026-05-14T03:44:07.777Z | Compiling find-msvc-tools v0.1.9 |
| 1845 | 2026-05-14T03:44:07.777Z | Compiling shlex v1.3.0 |
| 1846 | 2026-05-14T03:44:07.777Z | Compiling typenum v1.19.0 |
| 1847 | 2026-05-14T03:44:07.777Z | Compiling autocfg v1.5.0 |
| 1848 | 2026-05-14T03:44:07.777Z | Compiling memchr v2.8.0 |
| 1849 | 2026-05-14T03:44:07.912Z | Compiling zmij v1.0.21 |
| 1850 | 2026-05-14T03:44:07.915Z | Compiling zerocopy v0.8.40 |
| 1851 | 2026-05-14T03:44:08.036Z | Compiling serde_json v1.0.149 |
| 1852 | 2026-05-14T03:44:08.147Z | Compiling portable-atomic v1.13.1 |
| 1853 | 2026-05-14T03:44:08.211Z | Compiling libm v0.2.16 |
| 1854 | 2026-05-14T03:44:08.318Z | Compiling parking_lot_core v0.9.12 |
| 1855 | 2026-05-14T03:44:08.379Z | Compiling smallvec v1.15.1 |
| 1856 | 2026-05-14T03:44:08.382Z | Compiling icu_properties_data v2.1.2 |
| 1857 | 2026-05-14T03:44:08.382Z | Compiling generic-array v0.14.7 |
| 1858 | 2026-05-14T03:44:08.417Z | Compiling icu_normalizer_data v2.1.1 |
| 1859 | 2026-05-14T03:44:08.574Z | Compiling num-traits v0.2.19 |
| 1860 | 2026-05-14T03:44:08.578Z | Compiling pkg-config v0.3.32 |
| 1861 | 2026-05-14T03:44:08.578Z | Compiling log v0.4.29 |
| 1862 | 2026-05-14T03:44:08.595Z | Compiling itoa v1.0.17 |
| 1863 | 2026-05-14T03:44:08.665Z | Compiling getrandom v0.4.1 |
| 1864 | 2026-05-14T03:44:08.670Z | Compiling subtle v2.6.1 |
| 1865 | 2026-05-14T03:44:08.771Z | Compiling getrandom v0.3.4 |
| 1866 | 2026-05-14T03:44:08.811Z | Compiling scopeguard v1.2.0 |
| 1867 | 2026-05-14T03:44:08.868Z | Compiling stable_deref_trait v1.2.1 |
| 1868 | 2026-05-14T03:44:08.938Z | Compiling lock_api v0.4.14 |
| 1869 | 2026-05-14T03:44:08.957Z | Compiling jobserver v0.1.34 |
| 1870 | 2026-05-14T03:44:08.972Z | Compiling getrandom v0.2.17 |
| 1871 | 2026-05-14T03:44:08.976Z | Compiling rustix v1.1.3 |
| 1872 | 2026-05-14T03:44:08.976Z | Compiling errno v0.3.14 |
| 1873 | 2026-05-14T03:44:09.163Z | Compiling rand_core v0.6.4 |
| 1874 | 2026-05-14T03:44:09.192Z | Compiling cc v1.2.56 |
| 1875 | 2026-05-14T03:44:09.267Z | Compiling fs_extra v1.3.0 |
| 1876 | 2026-05-14T03:44:09.270Z | Compiling syn v2.0.117 |
| 1877 | 2026-05-14T03:44:09.306Z | Compiling dunce v1.0.5 |
| 1878 | 2026-05-14T03:44:09.340Z | Compiling critical-section v1.2.0 |
| 1879 | 2026-05-14T03:44:09.440Z | Compiling pin-project-lite v0.2.17 |
| 1880 | 2026-05-14T03:44:09.512Z | Compiling litemap v0.8.1 |
| 1881 | 2026-05-14T03:44:09.583Z | Compiling fnv v1.0.7 |
| 1882 | 2026-05-14T03:44:09.587Z | Compiling thiserror v2.0.18 |
| 1883 | 2026-05-14T03:44:09.620Z | Compiling writeable v0.6.2 |
| 1884 | 2026-05-14T03:44:09.623Z | Compiling percent-encoding v2.3.2 |
| 1885 | 2026-05-14T03:44:09.623Z | Compiling const-oid v0.9.6 |
| 1886 | 2026-05-14T03:44:09.779Z | Compiling rustversion v1.0.22 |
| 1887 | 2026-05-14T03:44:09.782Z | Compiling aws-lc-rs v1.16.3 |
| 1888 | 2026-05-14T03:44:09.869Z | Compiling once_cell v1.21.3 |
| 1889 | 2026-05-14T03:44:09.960Z | Compiling signal-hook-registry v1.4.8 |
| 1890 | 2026-05-14T03:44:09.994Z | Compiling cmake v0.1.57 |
| 1891 | 2026-05-14T03:44:10.044Z | Compiling equivalent v1.0.2 |
| 1892 | 2026-05-14T03:44:10.095Z | Compiling heck v0.5.0 |
| 1893 | 2026-05-14T03:44:10.112Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-05-14T03:44:10.150Z | Compiling parking_lot v0.12.5 |
| 1895 | 2026-05-14T03:44:10.286Z | Compiling bitflags v2.11.0 |
| 1896 | 2026-05-14T03:44:10.329Z | Compiling mio v1.2.0 |
| 1897 | 2026-05-14T03:44:10.362Z | Compiling semver v1.0.28 |
| 1898 | 2026-05-14T03:44:10.443Z | Compiling httparse v1.10.1 |
| 1899 | 2026-05-14T03:44:10.507Z | Compiling vcpkg v0.2.15 |
| 1900 | 2026-05-14T03:44:10.523Z | Compiling socket2 v0.6.3 |
| 1901 | 2026-05-14T03:44:10.563Z | Compiling ring v0.17.14 |
| 1902 | 2026-05-14T03:44:10.585Z | Compiling aws-lc-sys v0.40.0 |
| 1903 | 2026-05-14T03:44:10.683Z | Compiling utf8_iter v1.0.4 |
| 1904 | 2026-05-14T03:44:10.771Z | Compiling schemars v0.8.22 |
| 1905 | 2026-05-14T03:44:10.879Z | Compiling form_urlencoded v1.2.2 |
| 1906 | 2026-05-14T03:44:11.079Z | Compiling hashbrown v0.17.0 |
| 1907 | 2026-05-14T03:44:11.097Z | Compiling openssl-sys v0.9.115 |
| 1908 | 2026-05-14T03:44:11.196Z | Compiling rustls v0.23.37 |
| 1909 | 2026-05-14T03:44:11.266Z | Compiling futures-sink v0.3.32 |
| 1910 | 2026-05-14T03:44:11.306Z | Compiling rand_core v0.10.0 |
| 1911 | 2026-05-14T03:44:11.384Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-05-14T03:44:11.457Z | Compiling futures-channel v0.3.32 |
| 1913 | 2026-05-14T03:44:11.568Z | Compiling futures-task v0.3.32 |
| 1914 | 2026-05-14T03:44:11.572Z | Compiling futures-io v0.3.32 |
| 1915 | 2026-05-14T03:44:11.586Z | Compiling slab v0.4.12 |
| 1916 | 2026-05-14T03:44:11.656Z | Compiling cpufeatures v0.2.17 |
| 1917 | 2026-05-14T03:44:11.722Z | Compiling rustc_version v0.4.1 |
| 1918 | 2026-05-14T03:44:11.755Z | Compiling indexmap v2.14.0 |
| 1919 | 2026-05-14T03:44:11.864Z | Compiling byteorder v1.5.0 |
| 1920 | 2026-05-14T03:44:11.881Z | Compiling openssl v0.10.79 |
| 1921 | 2026-05-14T03:44:11.981Z | Compiling ucd-trie v0.1.7 |
| 1922 | 2026-05-14T03:44:12.014Z | Compiling strsim v0.11.1 |
| 1923 | 2026-05-14T03:44:12.148Z | Compiling pest v2.8.6 |
| 1924 | 2026-05-14T03:44:12.164Z | Compiling synstructure v0.13.2 |
| 1925 | 2026-05-14T03:44:12.168Z | Compiling serde_derive_internals v0.29.1 |
| 1926 | 2026-05-14T03:44:12.201Z | Compiling native-tls v0.2.18 |
| 1927 | 2026-05-14T03:44:12.306Z | Compiling thiserror v1.0.69 |
| 1928 | 2026-05-14T03:44:12.409Z | Compiling num-conv v0.2.0 |
| 1929 | 2026-05-14T03:44:12.450Z | Compiling ident_case v1.0.1 |
| 1930 | 2026-05-14T03:44:12.537Z | Compiling iana-time-zone v0.1.65 |
| 1931 | 2026-05-14T03:44:12.596Z | Compiling time-core v0.1.8 |
| 1932 | 2026-05-14T03:44:12.683Z | Compiling base64 v0.22.1 |
| 1933 | 2026-05-14T03:44:12.733Z | Compiling syn v1.0.109 |
| 1934 | 2026-05-14T03:44:12.788Z | Compiling regex-syntax v0.8.10 |
| 1935 | 2026-05-14T03:44:12.789Z | Compiling time-macros v0.2.27 |
| 1936 | 2026-05-14T03:44:12.806Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1937 | 2026-05-14T03:44:12.887Z | Compiling base64ct v1.8.3 |
| 1938 | 2026-05-14T03:44:12.915Z | Compiling untrusted v0.9.0 |
| 1939 | 2026-05-14T03:44:12.983Z | Compiling crossbeam-utils v0.8.21 |
| 1940 | 2026-05-14T03:44:13.011Z | Compiling uuid v1.23.0 |
| 1941 | 2026-05-14T03:44:13.150Z | Compiling pem-rfc7468 v0.7.0 |
| 1942 | 2026-05-14T03:44:13.206Z | Compiling slog v2.8.2 |
| 1943 | 2026-05-14T03:44:13.322Z | Compiling pest_meta v2.8.6 |
| 1944 | 2026-05-14T03:44:13.438Z | Compiling flagset v0.4.7 |
| 1945 | 2026-05-14T03:44:13.461Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-05-14T03:44:13.620Z | Compiling serde_derive v1.0.228 |
| 1947 | 2026-05-14T03:44:13.658Z | Compiling zeroize_derive v1.4.3 |
| 1948 | 2026-05-14T03:44:13.658Z | Compiling zerofrom-derive v0.1.6 |
| 1949 | 2026-05-14T03:44:13.658Z | Compiling yoke-derive v0.8.1 |
| 1950 | 2026-05-14T03:44:13.658Z | Compiling zerovec-derive v0.11.2 |
| 1951 | 2026-05-14T03:44:13.736Z | Compiling zerocopy-derive v0.8.40 |
| 1952 | 2026-05-14T03:44:13.736Z | Compiling displaydoc v0.2.5 |
| 1953 | 2026-05-14T03:44:13.784Z | Compiling tokio-macros v2.7.0 |
| 1954 | 2026-05-14T03:44:13.912Z | Compiling futures-macro v0.3.32 |
| 1955 | 2026-05-14T03:44:14.025Z | Compiling der_derive v0.7.3 |
| 1956 | 2026-05-14T03:44:14.111Z | Compiling zeroize v1.8.2 |
| 1957 | 2026-05-14T03:44:14.471Z | Compiling thiserror-impl v2.0.18 |
| 1958 | 2026-05-14T03:44:14.577Z | Compiling tracing-attributes v0.1.31 |
| 1959 | 2026-05-14T03:44:14.595Z | Compiling schemars_derive v0.8.22 |
| 1960 | 2026-05-14T03:44:14.670Z | Compiling zerofrom v0.1.6 |
| 1961 | 2026-05-14T03:44:14.729Z | Compiling futures-util v0.3.32 |
| 1962 | 2026-05-14T03:44:14.778Z | Compiling yoke v0.8.1 |
| 1963 | 2026-05-14T03:44:14.939Z | Compiling crypto-common v0.1.7 |
| 1964 | 2026-05-14T03:44:14.956Z | Compiling zerovec v0.11.5 |
| 1965 | 2026-05-14T03:44:14.960Z | Compiling zerotrie v0.2.3 |
| 1966 | 2026-05-14T03:44:15.056Z | Compiling block-buffer v0.10.4 |
| 1967 | 2026-05-14T03:44:15.241Z | Compiling digest v0.10.7 |
| 1968 | 2026-05-14T03:44:15.505Z | Compiling tinystr v0.8.2 |
| 1969 | 2026-05-14T03:44:15.522Z | Compiling potential_utf v0.1.4 |
| 1970 | 2026-05-14T03:44:15.560Z | Compiling hmac v0.12.1 |
| 1971 | 2026-05-14T03:44:15.670Z | Compiling icu_collections v2.1.1 |
| 1972 | 2026-05-14T03:44:15.724Z | Compiling icu_locale_core v2.1.1 |
| 1973 | 2026-05-14T03:44:15.792Z | Compiling block-padding v0.3.3 |
| 1974 | 2026-05-14T03:44:15.839Z | Compiling rustls-pki-types v1.14.0 |
| 1975 | 2026-05-14T03:44:15.934Z | Compiling openssl-macros v0.1.1 |
| 1976 | 2026-05-14T03:44:15.960Z | Compiling inout v0.1.4 |
| 1977 | 2026-05-14T03:44:16.396Z | Compiling pest_generator v2.8.6 |
| 1978 | 2026-05-14T03:44:16.450Z | Compiling icu_provider v2.1.1 |
| 1979 | 2026-05-14T03:44:16.687Z | Compiling bytes v1.11.1 |
| 1980 | 2026-05-14T03:44:16.739Z | Compiling icu_properties v2.1.2 |
| 1981 | 2026-05-14T03:44:16.756Z | Compiling icu_normalizer v2.1.1 |
| 1982 | 2026-05-14T03:44:16.882Z | Compiling chrono v0.4.44 |
| 1983 | 2026-05-14T03:44:17.036Z | Compiling pest_derive v2.8.6 |
| 1984 | 2026-05-14T03:44:17.297Z | Compiling tokio v1.52.1 |
| 1985 | 2026-05-14T03:44:17.429Z | Compiling http v1.4.0 |
| 1986 | 2026-05-14T03:44:17.508Z | Compiling cipher v0.4.4 |
| 1987 | 2026-05-14T03:44:17.641Z | Compiling idna_adapter v1.2.1 |
| 1988 | 2026-05-14T03:44:17.769Z | Compiling idna v1.1.0 |
| 1989 | 2026-05-14T03:44:17.910Z | Compiling sha2 v0.10.9 |
| 1990 | 2026-05-14T03:44:17.959Z | Compiling ppv-lite86 v0.2.21 |
| 1991 | 2026-05-14T03:44:18.152Z | Compiling url v2.5.8 |
| 1992 | 2026-05-14T03:44:18.284Z | Compiling thiserror-impl v1.0.69 |
| 1993 | 2026-05-14T03:44:18.300Z | Compiling scroll_derive v0.13.1 |
| 1994 | 2026-05-14T03:44:18.623Z | Compiling der v0.7.10 |
| 1995 | 2026-05-14T03:44:19.038Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1996 | 2026-05-14T03:44:19.064Z | Compiling tracing-core v0.1.36 |
| 1997 | 2026-05-14T03:44:19.376Z | Compiling plain v0.2.3 |
| 1998 | 2026-05-14T03:44:19.408Z | Compiling camino v1.2.2 |
| 1999 | 2026-05-14T03:44:19.453Z | Compiling paste v1.0.15 |
| 2000 | 2026-05-14T03:44:19.751Z | Compiling spki v0.7.3 |
| 2001 | 2026-05-14T03:44:19.812Z | Compiling tracing v0.1.44 |
| 2002 | 2026-05-14T03:44:19.860Z | Compiling http-body v1.0.1 |
| 2003 | 2026-05-14T03:44:19.876Z | Compiling salsa20 v0.10.2 |
| 2004 | 2026-05-14T03:44:19.995Z | Compiling pbkdf2 v0.12.2 |
| 2005 | 2026-05-14T03:44:20.420Z | Compiling aho-corasick v1.1.4 |
| 2006 | 2026-05-14T03:44:20.448Z | Compiling cookie v0.18.1 |
| 2007 | 2026-05-14T03:44:20.464Z | Compiling fastrand v2.3.0 |
| 2008 | 2026-05-14T03:44:20.495Z | Compiling atomic-waker v1.1.2 |
| 2009 | 2026-05-14T03:44:20.661Z | Compiling num-bigint-dig v0.8.6 |
| 2010 | 2026-05-14T03:44:20.680Z | Compiling dyn-clone v1.0.20 |
| 2011 | 2026-05-14T03:44:20.868Z | Compiling scrypt v0.11.0 |
| 2012 | 2026-05-14T03:44:21.017Z | Compiling tokio-util v0.7.18 |
| 2013 | 2026-05-14T03:44:21.036Z | Compiling rand_chacha v0.9.0 |
| 2014 | 2026-05-14T03:44:21.118Z | Compiling cbc v0.1.2 |
| 2015 | 2026-05-14T03:44:21.140Z | Compiling aes v0.8.4 |
| 2016 | 2026-05-14T03:44:21.285Z | Compiling regex-automata v0.4.14 |
| 2017 | 2026-05-14T03:44:21.347Z | Compiling async-trait v0.1.89 |
| 2018 | 2026-05-14T03:44:21.455Z | Compiling ahash v0.8.12 |
| 2019 | 2026-05-14T03:44:21.466Z | Compiling zstd-safe v7.2.4 |
| 2020 | 2026-05-14T03:44:21.477Z | Compiling tower-layer v0.3.3 |
| 2021 | 2026-05-14T03:44:21.676Z | Compiling openssl-probe v0.2.1 |
| 2022 | 2026-05-14T03:44:21.696Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-05-14T03:44:21.778Z | Compiling anyhow v1.0.102 |
| 2024 | 2026-05-14T03:44:21.850Z | Compiling try-lock v0.2.5 |
| 2025 | 2026-05-14T03:44:21.889Z | Compiling pretty-hex v0.4.1 |
| 2026 | 2026-05-14T03:44:21.895Z | Compiling untrusted v0.7.1 |
| 2027 | 2026-05-14T03:44:22.054Z | Compiling usdt-impl v0.6.0 |
| 2028 | 2026-05-14T03:44:22.069Z | Compiling tower-service v0.3.3 |
| 2029 | 2026-05-14T03:44:22.125Z | Compiling want v0.3.1 |
| 2030 | 2026-05-14T03:44:22.221Z | Compiling tinyvec v1.10.0 |
| 2031 | 2026-05-14T03:44:22.254Z | Compiling pkcs5 v0.7.1 |
| 2032 | 2026-05-14T03:44:22.319Z | Compiling rand v0.9.2 |
| 2033 | 2026-05-14T03:44:22.424Z | Compiling scroll v0.13.0 |
| 2034 | 2026-05-14T03:44:22.586Z | Compiling h2 v0.4.13 |
| 2035 | 2026-05-14T03:44:22.730Z | Compiling serde_tokenstream v0.2.3 |
| 2036 | 2026-05-14T03:44:22.759Z | Compiling ipnet v2.11.0 |
| 2037 | 2026-05-14T03:44:22.884Z | Compiling scroll_derive v0.12.1 |
| 2038 | 2026-05-14T03:44:22.922Z | Compiling daft-derive v0.1.5 |
| 2039 | 2026-05-14T03:44:22.943Z | Compiling clap_derive v4.5.55 |
| 2040 | 2026-05-14T03:44:23.045Z | Compiling heapless v0.7.17 |
| 2041 | 2026-05-14T03:44:23.535Z | Compiling httpdate v1.0.3 |
| 2042 | 2026-05-14T03:44:23.559Z | Compiling pin-utils v0.1.0 |
| 2043 | 2026-05-14T03:44:23.607Z | Compiling unicode-segmentation v1.12.0 |
| 2044 | 2026-05-14T03:44:23.822Z | Compiling signal-hook v0.3.18 |
| 2045 | 2026-05-14T03:44:24.031Z | Compiling goblin v0.10.5 |
| 2046 | 2026-05-14T03:44:24.108Z | Compiling pkcs8 v0.10.2 |
| 2047 | 2026-05-14T03:44:24.290Z | Compiling tempfile v3.25.0 |
| 2048 | 2026-05-14T03:44:24.428Z | Compiling pin-project-internal v1.1.11 |
| 2049 | 2026-05-14T03:44:24.579Z | Compiling darling_core v0.20.11 |
| 2050 | 2026-05-14T03:44:24.854Z | Compiling spin v0.9.8 |
| 2051 | 2026-05-14T03:44:25.053Z | Compiling foreign-types-shared v0.1.1 |
| 2052 | 2026-05-14T03:44:25.096Z | Compiling litrs v1.0.0 |
| 2053 | 2026-05-14T03:44:25.158Z | Compiling simd-adler32 v0.3.8 |
| 2054 | 2026-05-14T03:44:25.309Z | Compiling foreign-types v0.3.2 |
| 2055 | 2026-05-14T03:44:25.499Z | Compiling heck v0.4.1 |
| 2056 | 2026-05-14T03:44:25.599Z | Compiling document-features v0.2.12 |
| 2057 | 2026-05-14T03:44:25.731Z | Compiling unicode-normalization v0.1.25 |
| 2058 | 2026-05-14T03:44:25.837Z | Compiling dtrace-parser v0.3.0 |
| 2059 | 2026-05-14T03:44:25.855Z | Compiling hex v0.4.3 |
| 2060 | 2026-05-14T03:44:26.196Z | Compiling hyper v1.8.1 |
| 2061 | 2026-05-14T03:44:26.199Z | Compiling strum_macros v0.26.4 |
| 2062 | 2026-05-14T03:44:26.240Z | Compiling zerocopy-derive v0.7.35 |
| 2063 | 2026-05-14T03:44:26.243Z | Compiling darling_core v0.21.3 |
| 2064 | 2026-05-14T03:44:26.244Z | Compiling curve25519-dalek v4.1.3 |
| 2065 | 2026-05-14T03:44:26.469Z | Compiling thread-id v5.1.0 |
| 2066 | 2026-05-14T03:44:26.555Z | Compiling memoffset v0.9.1 |
| 2067 | 2026-05-14T03:44:26.571Z | Compiling powerfmt v0.2.0 |
| 2068 | 2026-05-14T03:44:26.607Z | Compiling darling_macro v0.20.11 |
| 2069 | 2026-05-14T03:44:26.635Z | Compiling smoltcp v0.9.1 |
| 2070 | 2026-05-14T03:44:26.656Z | Compiling utf8parse v0.2.2 |
| 2071 | 2026-05-14T03:44:26.676Z | Compiling ref-cast v1.0.25 |
| 2072 | 2026-05-14T03:44:26.802Z | Compiling adler2 v2.0.1 |
| 2073 | 2026-05-14T03:44:26.818Z | Compiling dof v0.4.0 |
| 2074 | 2026-05-14T03:44:26.874Z | Compiling rustix v0.38.44 |
| 2075 | 2026-05-14T03:44:27.005Z | Compiling anstyle v1.0.13 |
| 2076 | 2026-05-14T03:44:27.039Z | Compiling miniz_oxide v0.8.9 |
| 2077 | 2026-05-14T03:44:27.115Z | Compiling darling v0.20.11 |
| 2078 | 2026-05-14T03:44:27.138Z | Compiling anstyle-parse v0.2.7 |
| 2079 | 2026-05-14T03:44:27.240Z | Compiling deranged v0.5.8 |
| 2080 | 2026-05-14T03:44:27.347Z | Compiling snafu-derive v0.8.9 |
| 2081 | 2026-05-14T03:44:27.392Z | Compiling rustls-native-certs v0.8.3 |
| 2082 | 2026-05-14T03:44:27.741Z | Compiling hyper-util v0.1.20 |
| 2083 | 2026-05-14T03:44:27.982Z | Compiling http-body-util v0.1.3 |
| 2084 | 2026-05-14T03:44:28.300Z | Compiling toml_datetime v0.6.11 |
| 2085 | 2026-05-14T03:44:28.320Z | Compiling serde_spanned v0.6.9 |
| 2086 | 2026-05-14T03:44:28.463Z | Compiling darling_macro v0.21.3 |
| 2087 | 2026-05-14T03:44:28.543Z | Compiling sync_wrapper v1.0.2 |
| 2088 | 2026-05-14T03:44:28.550Z | Compiling wait-timeout v0.2.1 |
| 2089 | 2026-05-14T03:44:28.554Z | Compiling encoding_rs v0.8.35 |
| 2090 | 2026-05-14T03:44:28.708Z | Compiling bit-vec v0.8.0 |
| 2091 | 2026-05-14T03:44:28.730Z | Compiling mime v0.3.17 |
| 2092 | 2026-05-14T03:44:28.786Z | Compiling cfg_aliases v0.2.1 |
| 2093 | 2026-05-14T03:44:28.884Z | Compiling zlib-rs v0.6.2 |
| 2094 | 2026-05-14T03:44:28.887Z | Compiling ryu v1.0.23 |
| 2095 | 2026-05-14T03:44:28.971Z | Compiling num_threads v0.1.7 |
| 2096 | 2026-05-14T03:44:29.014Z | Compiling colorchoice v1.0.4 |
| 2097 | 2026-05-14T03:44:29.085Z | Compiling is_terminal_polyfill v1.70.2 |
| 2098 | 2026-05-14T03:44:29.158Z | Compiling quick-error v1.2.3 |
| 2099 | 2026-05-14T03:44:29.197Z | Compiling anstyle-query v1.1.5 |
| 2100 | 2026-05-14T03:44:29.244Z | Compiling siphasher v1.0.2 |
| 2101 | 2026-05-14T03:44:29.471Z | Compiling time v0.3.47 |
| 2102 | 2026-05-14T03:44:29.503Z | Compiling anstream v0.6.21 |
| 2103 | 2026-05-14T03:44:29.776Z | Compiling rusty-fork v0.3.1 |
| 2104 | 2026-05-14T03:44:29.836Z | Compiling serde_urlencoded v0.7.1 |
| 2105 | 2026-05-14T03:44:29.852Z | Compiling darling v0.21.3 |
| 2106 | 2026-05-14T03:44:29.892Z | Compiling bit-set v0.8.0 |
| 2107 | 2026-05-14T03:44:29.945Z | Compiling nix v0.31.2 |
| 2108 | 2026-05-14T03:44:30.059Z | Compiling tower v0.5.3 |
| 2109 | 2026-05-14T03:44:30.124Z | Compiling derive_builder_core v0.20.2 |
| 2110 | 2026-05-14T03:44:30.313Z | Compiling regex v1.12.3 |
| 2111 | 2026-05-14T03:44:30.344Z | Compiling webpki-roots v1.0.6 |
| 2112 | 2026-05-14T03:44:30.405Z | Compiling erased-serde v0.3.31 |
| 2113 | 2026-05-14T03:44:30.454Z | Compiling hubpack_derive v0.1.1 |
| 2114 | 2026-05-14T03:44:30.568Z | Compiling signature v2.2.0 |
| 2115 | 2026-05-14T03:44:30.591Z | Compiling rand_xorshift v0.4.0 |
| 2116 | 2026-05-14T03:44:30.628Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2117 | 2026-05-14T03:44:30.653Z | Compiling ref-cast-impl v1.0.25 |
| 2118 | 2026-05-14T03:44:30.688Z | Compiling strum_macros v0.27.2 |
| 2119 | 2026-05-14T03:44:30.924Z | Compiling fs-err v3.3.0 |
| 2120 | 2026-05-14T03:44:30.939Z | Compiling usdt-impl v0.5.0 |
| 2121 | 2026-05-14T03:44:30.973Z | Compiling object v0.37.3 |
| 2122 | 2026-05-14T03:44:30.995Z | Compiling unarray v0.1.4 |
| 2123 | 2026-05-14T03:44:31.088Z | Compiling flate2 v1.1.9 |
| 2124 | 2026-05-14T03:44:31.149Z | Compiling allocator-api2 v0.2.21 |
| 2125 | 2026-05-14T03:44:31.188Z | Compiling unicode-properties v0.1.4 |
| 2126 | 2026-05-14T03:44:31.266Z | Compiling iri-string v0.7.10 |
| 2127 | 2026-05-14T03:44:31.400Z | Compiling unicode-bidi v0.3.18 |
| 2128 | 2026-05-14T03:44:31.907Z | Compiling stringprep v0.1.5 |
| 2129 | 2026-05-14T03:44:31.969Z | Compiling proptest v1.10.0 |
| 2130 | 2026-05-14T03:44:32.309Z | Compiling derive_builder_macro v0.20.2 |
| 2131 | 2026-05-14T03:44:32.481Z | Compiling tower-http v0.6.8 |
| 2132 | 2026-05-14T03:44:32.687Z | Compiling serde_with_macros v3.17.0 |
| 2133 | 2026-05-14T03:44:32.920Z | Compiling tokio-native-tls v0.3.1 |
| 2134 | 2026-05-14T03:44:32.938Z | Compiling usdt-macro v0.6.0 |
| 2135 | 2026-05-14T03:44:33.064Z | Compiling usdt-attr-macro v0.6.0 |
| 2136 | 2026-05-14T03:44:33.116Z | Compiling ipnetwork v0.21.1 |
| 2137 | 2026-05-14T03:44:33.191Z | Compiling bstr v1.12.1 |
| 2138 | 2026-05-14T03:44:33.216Z | Compiling scroll v0.12.0 |
| 2139 | 2026-05-14T03:44:33.668Z | Compiling rand_chacha v0.3.1 |
| 2140 | 2026-05-14T03:44:33.811Z | Compiling md-5 v0.10.6 |
| 2141 | 2026-05-14T03:44:33.847Z | Compiling async-recursion v1.1.1 |
| 2142 | 2026-05-14T03:44:33.850Z | Compiling terminal_size v0.4.3 |
| 2143 | 2026-05-14T03:44:33.929Z | Compiling num-integer v0.1.46 |
| 2144 | 2026-05-14T03:44:33.982Z | Compiling hash32 v0.2.1 |
| 2145 | 2026-05-14T03:44:34.009Z | Compiling vergen-lib v0.1.6 |
| 2146 | 2026-05-14T03:44:34.024Z | Compiling ff v0.13.1 |
| 2147 | 2026-05-14T03:44:34.094Z | Compiling base16ct v0.2.0 |
| 2148 | 2026-05-14T03:44:34.224Z | Compiling psl-types v2.0.11 |
| 2149 | 2026-05-14T03:44:34.278Z | Compiling clap_lex v1.0.0 |
| 2150 | 2026-05-14T03:44:34.309Z | Compiling fallible-iterator v0.2.0 |
| 2151 | 2026-05-14T03:44:34.429Z | Compiling winnow v0.7.14 |
| 2152 | 2026-05-14T03:44:34.472Z | Compiling clap_builder v4.5.60 |
| 2153 | 2026-05-14T03:44:34.507Z | Compiling publicsuffix v2.3.0 |
| 2154 | 2026-05-14T03:44:34.590Z | Compiling postgres-protocol v0.6.10 |
| 2155 | 2026-05-14T03:44:34.681Z | Compiling sec1 v0.7.3 |
| 2156 | 2026-05-14T03:44:34.700Z | Compiling group v0.13.0 |
| 2157 | 2026-05-14T03:44:34.813Z | Compiling num-iter v0.1.45 |
| 2158 | 2026-05-14T03:44:34.951Z | Compiling newtype-uuid v1.3.2 |
| 2159 | 2026-05-14T03:44:34.968Z | Compiling rand v0.8.6 |
| 2160 | 2026-05-14T03:44:35.384Z | Compiling goblin v0.8.2 |
| 2161 | 2026-05-14T03:44:35.615Z | Compiling oxnet v0.1.4 |
| 2162 | 2026-05-14T03:44:35.672Z | Compiling hyper-tls v0.6.0 |
| 2163 | 2026-05-14T03:44:35.704Z | Compiling derive_builder v0.20.2 |
| 2164 | 2026-05-14T03:44:35.852Z | Compiling phf_shared v0.13.1 |
| 2165 | 2026-05-14T03:44:35.917Z | Compiling zerocopy v0.7.35 |
| 2166 | 2026-05-14T03:44:36.013Z | Compiling lazy_static v1.5.0 |
| 2167 | 2026-05-14T03:44:36.116Z | Compiling pin-project v1.1.11 |
| 2168 | 2026-05-14T03:44:36.185Z | Compiling futures-executor v0.3.32 |
| 2169 | 2026-05-14T03:44:36.200Z | Compiling cargo-platform v0.1.9 |
| 2170 | 2026-05-14T03:44:36.276Z | Compiling hkdf v0.12.4 |
| 2171 | 2026-05-14T03:44:36.338Z | Compiling crypto-bigint v0.5.5 |
| 2172 | 2026-05-14T03:44:36.440Z | Compiling enum-as-inner v0.6.1 |
| 2173 | 2026-05-14T03:44:36.459Z | Compiling serde_repr v0.1.20 |
| 2174 | 2026-05-14T03:44:36.516Z | Compiling vergen v9.0.6 |
| 2175 | 2026-05-14T03:44:36.660Z | Compiling libbz2-rs-sys v0.2.2 |
| 2176 | 2026-05-14T03:44:36.841Z | Compiling winnow v0.5.40 |
| 2177 | 2026-05-14T03:44:36.875Z | Compiling same-file v1.0.6 |
| 2178 | 2026-05-14T03:44:36.949Z | Compiling bitflags v1.3.2 |
| 2179 | 2026-05-14T03:44:37.004Z | Compiling bumpalo v3.20.2 |
| 2180 | 2026-05-14T03:44:37.080Z | Compiling foldhash v0.2.0 |
| 2181 | 2026-05-14T03:44:37.093Z | Compiling managed v0.8.0 |
| 2182 | 2026-05-14T03:44:37.093Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-05-14T03:44:37.265Z | Compiling elliptic-curve v0.13.8 |
| 2184 | 2026-05-14T03:44:37.279Z | Compiling zopfli v0.8.3 |
| 2185 | 2026-05-14T03:44:37.282Z | Compiling hashbrown v0.15.5 |
| 2186 | 2026-05-14T03:44:37.634Z | Compiling dof v0.3.0 |
| 2187 | 2026-05-14T03:44:37.773Z | Compiling hashbrown v0.16.1 |
| 2188 | 2026-05-14T03:44:37.862Z | Compiling bzip2 v0.6.1 |
| 2189 | 2026-05-14T03:44:38.082Z | Compiling walkdir v2.5.0 |
| 2190 | 2026-05-14T03:44:38.253Z | Compiling toml_edit v0.19.15 |
| 2191 | 2026-05-14T03:44:38.429Z | Compiling cargo_metadata v0.19.2 |
| 2192 | 2026-05-14T03:44:38.488Z | Compiling futures v0.3.32 |
| 2193 | 2026-05-14T03:44:38.590Z | Compiling clap v4.5.60 |
| 2194 | 2026-05-14T03:44:38.667Z | Compiling snafu v0.8.9 |
| 2195 | 2026-05-14T03:44:38.991Z | Compiling phf v0.13.1 |
| 2196 | 2026-05-14T03:44:39.132Z | Compiling daft v0.1.5 |
| 2197 | 2026-05-14T03:44:39.179Z | Compiling signal-hook-mio v0.2.5 |
| 2198 | 2026-05-14T03:44:39.314Z | Compiling cookie_store v0.22.1 |
| 2199 | 2026-05-14T03:44:39.576Z | Compiling zstd v0.13.3 |
| 2200 | 2026-05-14T03:44:39.641Z | Compiling postgres-types v0.2.12 |
| 2201 | 2026-05-14T03:44:39.644Z | Compiling bzip2 v0.4.4 |
| 2202 | 2026-05-14T03:44:39.755Z | Compiling globset v0.4.18 |
| 2203 | 2026-05-14T03:44:39.847Z | Compiling strum v0.27.2 |
| 2204 | 2026-05-14T03:44:39.850Z | Compiling dtrace-parser v0.2.0 |
| 2205 | 2026-05-14T03:44:39.944Z | Compiling hubpack v0.1.2 |
| 2206 | 2026-05-14T03:44:40.006Z | Compiling ed25519 v2.2.3 |
| 2207 | 2026-05-14T03:44:40.053Z | Compiling phf_shared v0.11.3 |
| 2208 | 2026-05-14T03:44:40.079Z | Compiling olpc-cjson v0.1.4 |
| 2209 | 2026-05-14T03:44:40.116Z | Compiling pkcs1 v0.7.5 |
| 2210 | 2026-05-14T03:44:40.200Z | Compiling pem v3.0.6 |
| 2211 | 2026-05-14T03:44:40.318Z | Compiling serde-big-array v0.5.1 |
| 2212 | 2026-05-14T03:44:40.328Z | Compiling serde_plain v1.0.2 |
| 2213 | 2026-05-14T03:44:40.328Z | Compiling rfc6979 v0.4.0 |
| 2214 | 2026-05-14T03:44:40.374Z | Compiling float-cmp v0.10.0 |
| 2215 | 2026-05-14T03:44:40.452Z | Compiling thread-id v4.2.2 |
| 2216 | 2026-05-14T03:44:40.470Z | Compiling memmap2 v0.9.10 |
| 2217 | 2026-05-14T03:44:40.484Z | Compiling env_filter v1.0.0 |
| 2218 | 2026-05-14T03:44:40.518Z | Compiling keccak v0.1.6 |
| 2219 | 2026-05-14T03:44:40.550Z | Compiling jiff v0.2.21 |
| 2220 | 2026-05-14T03:44:40.553Z | Compiling predicates-core v1.0.10 |
| 2221 | 2026-05-14T03:44:40.568Z | Compiling fixedbitset v0.5.7 |
| 2222 | 2026-05-14T03:44:40.689Z | Compiling data-encoding v2.10.0 |
| 2223 | 2026-05-14T03:44:40.744Z | Compiling normalize-line-endings v0.3.0 |
| 2224 | 2026-05-14T03:44:40.747Z | Compiling either v1.15.0 |
| 2225 | 2026-05-14T03:44:40.778Z | Compiling toml_write v0.1.2 |
| 2226 | 2026-05-14T03:44:40.781Z | Compiling difflib v0.4.0 |
| 2227 | 2026-05-14T03:44:40.781Z | Compiling whoami v2.1.0 |
| 2228 | 2026-05-14T03:44:40.858Z | Compiling fixedbitset v0.4.2 |
| 2229 | 2026-05-14T03:44:40.879Z | Compiling new_debug_unreachable v1.0.6 |
| 2230 | 2026-05-14T03:44:40.968Z | Compiling rustc-hash v2.1.1 |
| 2231 | 2026-05-14T03:44:40.983Z | Compiling static_assertions v1.1.0 |
| 2232 | 2026-05-14T03:44:40.998Z | Compiling typed-path v0.9.3 |
| 2233 | 2026-05-14T03:44:41.071Z | Compiling precomputed-hash v0.1.1 |
| 2234 | 2026-05-14T03:44:41.087Z | Compiling iddqd v0.3.18 |
| 2235 | 2026-05-14T03:44:41.107Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2236 | 2026-05-14T03:44:41.141Z | Compiling predicates v3.1.4 |
| 2237 | 2026-05-14T03:44:41.177Z | Compiling string_cache v0.8.9 |
| 2238 | 2026-05-14T03:44:41.224Z | Compiling tokio-postgres v0.7.16 |
| 2239 | 2026-05-14T03:44:41.261Z | Compiling petgraph v0.6.5 |
| 2240 | 2026-05-14T03:44:41.416Z | Compiling hickory-proto v0.25.2 |
| 2241 | 2026-05-14T03:44:41.748Z | Compiling toml_edit v0.22.27 |
| 2242 | 2026-05-14T03:44:42.259Z | Compiling itertools v0.13.0 |
| 2243 | 2026-05-14T03:44:42.275Z | Compiling petgraph v0.8.3 |
| 2244 | 2026-05-14T03:44:42.846Z | Compiling sha3 v0.10.8 |
| 2245 | 2026-05-14T03:44:43.126Z | Compiling env_logger v0.11.9 |
| 2246 | 2026-05-14T03:44:43.207Z | Compiling zip v4.6.1 |
| 2247 | 2026-05-14T03:44:43.354Z | Compiling usdt v0.6.0 |
| 2248 | 2026-05-14T03:44:43.538Z | Compiling ecdsa v0.16.9 |
| 2249 | 2026-05-14T03:44:43.616Z | Compiling rsa v0.9.10 |
| 2250 | 2026-05-14T03:44:44.167Z | Compiling ed25519-dalek v2.2.0 |
| 2251 | 2026-05-14T03:44:44.301Z | Compiling crossterm v0.28.1 |
| 2252 | 2026-05-14T03:44:44.320Z | Compiling zip v0.6.6 |
| 2253 | 2026-05-14T03:44:44.465Z | Compiling toml v0.7.8 |
| 2254 | 2026-05-14T03:44:44.643Z | Compiling crossbeam-epoch v0.9.18 |
| 2255 | 2026-05-14T03:44:44.687Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2256 | 2026-05-14T03:44:44.857Z | Compiling serde_with v3.17.0 |
| 2257 | 2026-05-14T03:44:44.902Z | Compiling similar v2.7.0 |
| 2258 | 2026-05-14T03:44:44.971Z | Compiling strum v0.26.3 |
| 2259 | 2026-05-14T03:44:45.032Z | Compiling tokio-stream v0.1.18 |
| 2260 | 2026-05-14T03:44:45.121Z | Compiling buf-list v1.1.2 |
| 2261 | 2026-05-14T03:44:45.308Z | Compiling x509-cert v0.2.5 |
| 2262 | 2026-05-14T03:44:45.514Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2263 | 2026-05-14T03:44:45.590Z | Compiling openapiv3 v2.2.0 |
| 2264 | 2026-05-14T03:44:45.670Z | Compiling sha1 v0.10.6 |
| 2265 | 2026-05-14T03:44:45.711Z | Compiling structmeta-derive v0.3.0 |
| 2266 | 2026-05-14T03:44:45.727Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2267 | 2026-05-14T03:44:45.902Z | Compiling peg-runtime v0.8.5 |
| 2268 | 2026-05-14T03:44:46.163Z | Compiling lalrpop-util v0.19.12 |
| 2269 | 2026-05-14T03:44:46.251Z | Compiling radium v0.7.0 |
| 2270 | 2026-05-14T03:44:46.721Z | Compiling structmeta v0.3.0 |
| 2271 | 2026-05-14T03:44:47.578Z | Compiling maybe-uninit v2.0.0 |
| 2272 | 2026-05-14T03:44:47.839Z | Compiling tap v1.0.1 |
| 2273 | 2026-05-14T03:44:47.974Z | Compiling wyz v0.5.1 |
| 2274 | 2026-05-14T03:44:49.216Z | Compiling funty v2.0.0 |
| 2275 | 2026-05-14T03:44:49.572Z | Compiling packed_struct v0.10.1 |
| 2276 | 2026-05-14T03:44:50.160Z | Compiling bitvec v1.0.1 |
| 2277 | 2026-05-14T03:44:52.247Z | Compiling packed_struct_codegen v0.10.1 |
| 2278 | 2026-05-14T03:44:52.468Z | Compiling bitfield-macros v0.19.4 |
| 2279 | 2026-05-14T03:44:52.663Z | Compiling zerocopy-derive v0.6.6 |
| 2280 | 2026-05-14T03:44:53.103Z | Compiling indexmap v1.9.3 |
| 2281 | 2026-05-14T03:44:53.393Z | Compiling crc-catalog v2.4.0 |
| 2282 | 2026-05-14T03:44:53.427Z | Compiling typeid v1.0.3 |
| 2283 | 2026-05-14T03:44:53.441Z | Compiling nodrop v0.1.14 |
| 2284 | 2026-05-14T03:44:53.532Z | Compiling array-init v0.0.4 |
| 2285 | 2026-05-14T03:44:53.562Z | Compiling crc v3.4.0 |
| 2286 | 2026-05-14T03:44:53.773Z | Compiling zerocopy v0.6.6 |
| 2287 | 2026-05-14T03:44:54.294Z | Compiling bitfield v0.19.4 |
| 2288 | 2026-05-14T03:44:54.750Z | Compiling smallvec v0.6.14 |
| 2289 | 2026-05-14T03:44:55.047Z | Compiling derive-ex v0.1.8 |
| 2290 | 2026-05-14T03:44:56.955Z | Compiling base64 v0.21.7 |
| 2291 | 2026-05-14T03:44:57.102Z | Compiling erased-serde v0.4.9 |
| 2292 | 2026-05-14T03:44:57.156Z | Compiling rustls v0.22.4 |
| 2293 | 2026-05-14T03:44:57.624Z | Compiling hashbrown v0.12.3 |
| 2294 | 2026-05-14T03:44:58.015Z | Compiling rustls-webpki v0.103.9 |
| 2295 | 2026-05-14T03:44:58.824Z | Compiling ron v0.8.1 |
| 2296 | 2026-05-14T03:45:00.153Z | Compiling test-strategy v0.4.5 |
| 2297 | 2026-05-14T03:45:01.178Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2298 | 2026-05-14T03:45:01.480Z | Compiling serde-hex v0.1.0 |
| 2299 | 2026-05-14T03:45:01.689Z | Compiling tokio-rustls v0.26.4 |
| 2300 | 2026-05-14T03:45:01.979Z | Compiling hyper-rustls v0.27.7 |
| 2301 | 2026-05-14T03:45:02.204Z | Compiling rustls-platform-verifier v0.6.2 |
| 2302 | 2026-05-14T03:45:02.315Z | Compiling reqwest v0.12.28 |
| 2303 | 2026-05-14T03:45:02.418Z | Compiling reqwest v0.13.2 |
| 2304 | 2026-05-14T03:45:02.432Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2305 | 2026-05-14T03:45:02.656Z | Compiling toml v0.8.23 |
| 2306 | 2026-05-14T03:45:02.748Z | Compiling hashbrown v0.13.2 |
| 2307 | 2026-05-14T03:45:03.275Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2308 | 2026-05-14T03:45:03.506Z | Compiling rustls-webpki v0.102.8 |
| 2309 | 2026-05-14T03:45:03.857Z | Compiling tough v0.22.0 |
| 2310 | 2026-05-14T03:45:03.955Z | Compiling filetime v0.2.27 |
| 2311 | 2026-05-14T03:45:03.972Z | Compiling multer v3.1.0 |
| 2312 | 2026-05-14T03:45:04.023Z | Compiling thread_local v1.1.9 |
| 2313 | 2026-05-14T03:45:04.076Z | Compiling xattr v1.6.1 |
| 2314 | 2026-05-14T03:45:04.186Z | Compiling slog-async v2.8.0 |
| 2315 | 2026-05-14T03:45:04.296Z | Compiling match_cfg v0.1.0 |
| 2316 | 2026-05-14T03:45:04.408Z | Compiling rayon-core v1.13.0 |
| 2317 | 2026-05-14T03:45:04.449Z | Compiling crc-any v2.5.0 |
| 2318 | 2026-05-14T03:45:04.475Z | Compiling compression-core v0.4.31 |
| 2319 | 2026-05-14T03:45:04.567Z | Compiling hostname v0.3.1 |
| 2320 | 2026-05-14T03:45:04.572Z | Compiling tar v0.4.45 |
| 2321 | 2026-05-14T03:45:04.646Z | Compiling compression-codecs v0.4.37 |
| 2322 | 2026-05-14T03:45:04.748Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2323 | 2026-05-14T03:45:04.864Z | Compiling object v0.30.4 |
| 2324 | 2026-05-14T03:45:05.053Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2325 | 2026-05-14T03:45:05.127Z | Compiling crossbeam-channel v0.5.15 |
| 2326 | 2026-05-14T03:45:05.345Z | Compiling slog-json v2.6.1 |
| 2327 | 2026-05-14T03:45:05.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2328 | 2026-05-14T03:45:05.652Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2329 | 2026-05-14T03:45:05.679Z | Compiling async-stream-impl v0.3.6 |
| 2330 | 2026-05-14T03:45:05.697Z | Compiling ordered-float v2.10.1 |
| 2331 | 2026-05-14T03:45:05.720Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2332 | 2026-05-14T03:45:05.833Z | Compiling serde_spanned v1.0.4 |
| 2333 | 2026-05-14T03:45:05.859Z | Compiling serde_path_to_error v0.1.20 |
| 2334 | 2026-05-14T03:45:05.996Z | Compiling is-terminal v0.4.17 |
| 2335 | 2026-05-14T03:45:06.020Z | Compiling fs-err v2.11.0 |
| 2336 | 2026-05-14T03:45:06.047Z | Compiling dropshot v0.17.0 |
| 2337 | 2026-05-14T03:45:06.115Z | Compiling take_mut v0.2.2 |
| 2338 | 2026-05-14T03:45:06.166Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2339 | 2026-05-14T03:45:06.251Z | Compiling term v1.2.1 |
| 2340 | 2026-05-14T03:45:06.272Z | Compiling path-slash v0.1.5 |
| 2341 | 2026-05-14T03:45:06.275Z | Compiling debug-ignore v1.0.5 |
| 2342 | 2026-05-14T03:45:06.330Z | Compiling async-stream v0.3.6 |
| 2343 | 2026-05-14T03:45:06.428Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2344 | 2026-05-14T03:45:06.463Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2345 | 2026-05-14T03:45:06.466Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-14T03:45:06.494Z | Compiling slog-bunyan v2.5.0 |
| 2347 | 2026-05-14T03:45:06.553Z | Compiling serde-untagged v0.1.9 |
| 2348 | 2026-05-14T03:45:06.641Z | Compiling slog-term v2.9.2 |
| 2349 | 2026-05-14T03:45:06.703Z | Compiling async-compression v0.4.41 |
| 2350 | 2026-05-14T03:45:06.941Z | Compiling tokio-rustls v0.25.0 |
| 2351 | 2026-05-14T03:45:07.191Z | Compiling crossbeam-deque v0.8.6 |
| 2352 | 2026-05-14T03:45:07.208Z | Compiling parse-display-derive v0.10.0 |
| 2353 | 2026-05-14T03:45:07.224Z | Compiling camino-tempfile v1.4.1 |
| 2354 | 2026-05-14T03:45:07.460Z | Compiling newtype-uuid-macros v0.1.0 |
| 2355 | 2026-05-14T03:45:07.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2356 | 2026-05-14T03:45:07.649Z | Compiling dropshot_endpoint v0.17.0 |
| 2357 | 2026-05-14T03:45:07.668Z | Compiling backon v1.6.0 |
| 2358 | 2026-05-14T03:45:07.736Z | Compiling waitgroup v0.1.2 |
| 2359 | 2026-05-14T03:45:07.878Z | Compiling half v2.7.1 |
| 2360 | 2026-05-14T03:45:07.908Z | Compiling rustls-pemfile v2.2.0 |
| 2361 | 2026-05-14T03:45:08.006Z | Compiling blake3 v1.8.3 |
| 2362 | 2026-05-14T03:45:08.007Z | Compiling hostname v0.4.2 |
| 2363 | 2026-05-14T03:45:08.080Z | Compiling instant v0.1.13 |
| 2364 | 2026-05-14T03:45:08.131Z | Compiling unicode-xid v0.2.6 |
| 2365 | 2026-05-14T03:45:08.188Z | Compiling ciborium-io v0.2.2 |
| 2366 | 2026-05-14T03:45:08.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2367 | 2026-05-14T03:45:08.227Z | Compiling cargo-util-schemas v0.8.2 |
| 2368 | 2026-05-14T03:45:08.255Z | Compiling backoff v0.4.0 |
| 2369 | 2026-05-14T03:45:08.285Z | Compiling ciborium-ll v0.2.2 |
| 2370 | 2026-05-14T03:45:08.332Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2371 | 2026-05-14T03:45:08.335Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2372 | 2026-05-14T03:45:08.703Z | Compiling parse-display v0.10.0 |
| 2373 | 2026-05-14T03:45:08.744Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2374 | 2026-05-14T03:45:08.795Z | Compiling regress v0.10.5 |
| 2375 | 2026-05-14T03:45:09.002Z | Compiling itertools v0.14.0 |
| 2376 | 2026-05-14T03:45:09.052Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2377 | 2026-05-14T03:45:09.586Z | Compiling macaddr v1.0.1 |
| 2378 | 2026-05-14T03:45:09.643Z | Compiling cargo-platform v0.2.0 |
| 2379 | 2026-05-14T03:45:09.890Z | Compiling constant_time_eq v0.4.2 |
| 2380 | 2026-05-14T03:45:10.014Z | Compiling indent_write v2.2.0 |
| 2381 | 2026-05-14T03:45:10.032Z | Compiling parse-size v1.1.0 |
| 2382 | 2026-05-14T03:45:10.112Z | Compiling arrayvec v0.7.6 |
| 2383 | 2026-05-14T03:45:10.148Z | Compiling arrayref v0.3.9 |
| 2384 | 2026-05-14T03:45:10.190Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-05-14T03:45:10.215Z | Compiling ciborium v0.2.2 |
| 2386 | 2026-05-14T03:45:10.236Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2387 | 2026-05-14T03:45:10.251Z | Compiling display-error-chain v0.2.2 |
| 2388 | 2026-05-14T03:45:10.411Z | Compiling topological-sort v0.2.2 |
| 2389 | 2026-05-14T03:45:10.515Z | Compiling shell-words v1.1.1 |
| 2390 | 2026-05-14T03:45:10.794Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2391 | 2026-05-14T03:45:20.831Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-05-14T03:45:20.900Z | Compiling progenitor-client v0.10.0 |
| 2393 | 2026-05-14T03:45:20.900Z | Compiling omicron-zone-package v0.12.2 |
| 2394 | 2026-05-14T03:45:21.317Z | Compiling progenitor-extras v0.2.0 |
| 2395 | 2026-05-14T03:45:23.520Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2396 | 2026-05-14T03:45:23.566Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2397 | 2026-05-14T03:45:23.583Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2398 | 2026-05-14T03:45:23.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2399 | 2026-05-14T03:45:27.954Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2400 | 2026-05-14T03:45:31.348Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2401 | 2026-05-14T03:45:39.233Z | Finished `release` profile [optimized] target(s) in 1m 32s |
| 2402 | 2026-05-14T03:45:39.386Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2403 | 2026-05-14T03:45:39.444Z | May 14 03:45:38.494 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2404 | 2026-05-14T03:45:39.533Z | May 14 03:45:38.584 DEBG running: git rev-parse HEAD |
| 2405 | 2026-05-14T03:45:39.536Z | May 14 03:45:38.586 DEBG process exited with exit status: 0 (2.405673ms) |
| 2406 | 2026-05-14T03:45:39.536Z | May 14 03:45:38.586 INFO version: 20.0.0-0.ci+git1e82c54d373 |
| 2407 | 2026-05-14T03:45:39.543Z | May 14 03:45:38.594 INFO cloning helios to /work/oxidecomputer/helios |
| 2408 | 2026-05-14T03:45:39.543Z | May 14 03:45:38.594 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2409 | 2026-05-14T03:45:39.546Z | Cloning into '/work/oxidecomputer/helios'... |
| 2410 | 2026-05-14T03:45:40.015Z | May 14 03:45:39.065 DEBG process exited with exit status: 0 (471.467078ms) |
| 2411 | 2026-05-14T03:45:40.015Z | May 14 03:45:39.066 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2412 | 2026-05-14T03:45:40.017Z | May 14 03:45:39.068 DEBG process exited with exit status: 0 (2.414433ms) |
| 2413 | 2026-05-14T03:45:40.017Z | May 14 03:45:39.068 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2414 | 2026-05-14T03:45:40.334Z | May 14 03:45:39.385 DEBG process exited with exit status: 0 (316.762491ms) |
| 2415 | 2026-05-14T03:45:40.334Z | May 14 03:45:39.385 DEBG running: zfs list rpool/images/build/host |
| 2416 | 2026-05-14T03:45:40.338Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2417 | 2026-05-14T03:45:40.338Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2418 | 2026-05-14T03:45:40.341Z | May 14 03:45:39.389 DEBG process exited with exit status: 0 (4.324155ms) |
| 2419 | 2026-05-14T03:45:40.341Z | May 14 03:45:39.389 DEBG running: zfs list rpool/images/build/recovery |
| 2420 | 2026-05-14T03:45:40.344Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2421 | 2026-05-14T03:45:40.344Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2422 | 2026-05-14T03:45:40.344Z | May 14 03:45:39.393 DEBG process exited with exit status: 0 (3.550454ms) |
| 2423 | 2026-05-14T03:45:40.344Z | May 14 03:45:39.393 INFO [hubris-staging] running task |
| 2424 | 2026-05-14T03:45:40.345Z | May 14 03:45:39.393 INFO [hubris-production] running task |
| 2425 | 2026-05-14T03:45:40.345Z | May 14 03:45:39.393 INFO [incorp-manifest] running task |
| 2426 | 2026-05-14T03:45:40.345Z | May 14 03:45:39.394 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2427 | 2026-05-14T03:45:40.345Z | May 14 03:45:39.394 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2428 | 2026-05-14T03:45:40.345Z | May 14 03:45:39.394 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2429 | 2026-05-14T03:45:40.348Z | May 14 03:45:39.395 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2430 | 2026-05-14T03:45:40.384Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2431 | 2026-05-14T03:45:40.580Z | May 14 03:45:39.631 INFO [incorp-create] process exited with exit status: 0 (236.70661ms) |
| 2432 | 2026-05-14T03:45:40.583Z | May 14 03:45:39.631 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2433 | 2026-05-14T03:45:40.806Z | May 14 03:45:39.857 INFO [incorp-publisher] process exited with exit status: 0 (225.359116ms) |
| 2434 | 2026-05-14T03:45:40.850Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2435 | 2026-05-14T03:45:40.865Z | May 14 03:45:39.916 DEBG process exited with exit status: 0 (522.818396ms) |
| 2436 | 2026-05-14T03:45:40.868Z | May 14 03:45:39.916 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2437 | 2026-05-14T03:45:41.236Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2438 | 2026-05-14T03:45:41.329Z | May 14 03:45:40.380 INFO [hubris-production] task succeeded (986.368785ms) |
| 2439 | 2026-05-14T03:45:41.429Z | May 14 03:45:40.479 DEBG process exited with exit status: 0 (562.861932ms) |
| 2440 | 2026-05-14T03:45:41.432Z | May 14 03:45:40.480 INFO [incorp-manifest] task succeeded (1.08670695s) |
| 2441 | 2026-05-14T03:45:41.432Z | May 14 03:45:40.480 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2442 | 2026-05-14T03:45:41.598Z | May 14 03:45:40.649 INFO [incorp-fmt] process exited with exit status: 0 (168.735943ms) |
| 2443 | 2026-05-14T03:45:41.601Z | May 14 03:45:40.649 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2444 | 2026-05-14T03:45:41.838Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260514T034540Z |
| 2445 | 2026-05-14T03:45:41.839Z | [ incorp-pkgsend] PUBLISHED |
| 2446 | 2026-05-14T03:45:41.874Z | May 14 03:45:40.925 INFO [incorp-pkgsend] process exited with exit status: 0 (275.754754ms) |
| 2447 | 2026-05-14T03:45:41.877Z | May 14 03:45:40.925 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2448 | 2026-05-14T03:45:42.067Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2449 | 2026-05-14T03:45:42.071Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2450 | 2026-05-14T03:45:42.093Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2451 | 2026-05-14T03:45:42.093Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2452 | 2026-05-14T03:45:42.093Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2453 | 2026-05-14T03:45:42.102Z | [ helios-incorp] |
| 2454 | 2026-05-14T03:45:42.102Z | [ helios-incorp] Archiving packages ... |
| 2455 | 2026-05-14T03:45:42.105Z | [ helios-incorp] Packages to add: 1 |
| 2456 | 2026-05-14T03:45:42.105Z | [ helios-incorp] Files to retrieve: 0 |
| 2457 | 2026-05-14T03:45:42.105Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2458 | 2026-05-14T03:45:42.105Z | [ helios-incorp] |
| 2459 | 2026-05-14T03:45:42.105Z | [ helios-incorp] Packages to archive: |
| 2460 | 2026-05-14T03:45:42.106Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260514T034540Z |
| 2461 | 2026-05-14T03:45:42.106Z | [ helios-incorp] |
| 2462 | 2026-05-14T03:45:42.106Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2463 | 2026-05-14T03:45:42.106Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2464 | 2026-05-14T03:45:42.186Z | May 14 03:45:41.236 INFO [helios-incorp] process exited with exit status: 0 (311.611416ms) |
| 2465 | 2026-05-14T03:45:42.318Z | [ omicron-package] Compiling ring v0.17.14 |
| 2466 | 2026-05-14T03:45:42.567Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2467 | 2026-05-14T03:45:42.567Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2468 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2469 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2470 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2471 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2472 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2473 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2474 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2475 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2476 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2477 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2478 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2479 | 2026-05-14T03:45:42.570Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2480 | 2026-05-14T03:45:43.578Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2481 | 2026-05-14T03:45:43.750Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2482 | 2026-05-14T03:45:43.777Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2483 | 2026-05-14T03:45:43.906Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2484 | 2026-05-14T03:45:43.970Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2485 | 2026-05-14T03:45:44.012Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2486 | 2026-05-14T03:45:44.015Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2487 | 2026-05-14T03:45:44.081Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2488 | 2026-05-14T03:45:44.084Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2489 | 2026-05-14T03:45:44.084Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2490 | 2026-05-14T03:45:44.232Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2491 | 2026-05-14T03:45:44.312Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2492 | 2026-05-14T03:45:44.312Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2493 | 2026-05-14T03:45:44.312Z | [ omicron-package] Compiling aead v0.5.2 |
| 2494 | 2026-05-14T03:45:44.315Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2495 | 2026-05-14T03:45:44.617Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2496 | 2026-05-14T03:45:44.617Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2497 | 2026-05-14T03:45:44.780Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2498 | 2026-05-14T03:45:44.783Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2499 | 2026-05-14T03:45:44.892Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2500 | 2026-05-14T03:45:44.895Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2501 | 2026-05-14T03:45:45.040Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2502 | 2026-05-14T03:45:45.043Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2503 | 2026-05-14T03:45:45.133Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2504 | 2026-05-14T03:45:45.174Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2505 | 2026-05-14T03:45:45.194Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2506 | 2026-05-14T03:45:45.277Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2507 | 2026-05-14T03:45:45.293Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2508 | 2026-05-14T03:45:45.614Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2509 | 2026-05-14T03:45:45.649Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2510 | 2026-05-14T03:45:45.700Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2511 | 2026-05-14T03:45:45.735Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2512 | 2026-05-14T03:45:45.778Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2513 | 2026-05-14T03:45:45.781Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2514 | 2026-05-14T03:45:45.831Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2515 | 2026-05-14T03:45:45.864Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2516 | 2026-05-14T03:45:45.881Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2517 | 2026-05-14T03:45:46.009Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2518 | 2026-05-14T03:45:46.145Z | [ omicron-package] Compiling rand v0.10.0 |
| 2519 | 2026-05-14T03:45:46.166Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2520 | 2026-05-14T03:45:46.252Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2521 | 2026-05-14T03:45:46.367Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2522 | 2026-05-14T03:45:46.432Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2523 | 2026-05-14T03:45:46.435Z | [ omicron-package] Compiling colored v3.1.1 |
| 2524 | 2026-05-14T03:45:46.455Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2525 | 2026-05-14T03:45:46.472Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2526 | 2026-05-14T03:45:46.547Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2527 | 2026-05-14T03:45:46.565Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2528 | 2026-05-14T03:45:46.605Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2529 | 2026-05-14T03:45:46.646Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2530 | 2026-05-14T03:45:46.805Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2531 | 2026-05-14T03:45:46.849Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2532 | 2026-05-14T03:45:47.006Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2533 | 2026-05-14T03:45:47.053Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2534 | 2026-05-14T03:45:47.080Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2535 | 2026-05-14T03:45:47.173Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2536 | 2026-05-14T03:45:47.202Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2537 | 2026-05-14T03:45:47.242Z | [ omicron-package] Compiling glob v0.3.3 |
| 2538 | 2026-05-14T03:45:47.242Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2539 | 2026-05-14T03:45:47.242Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2540 | 2026-05-14T03:45:47.343Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2541 | 2026-05-14T03:45:47.694Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2542 | 2026-05-14T03:45:47.744Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2543 | 2026-05-14T03:45:47.819Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2544 | 2026-05-14T03:45:47.871Z | [ omicron-package] Compiling smf v0.2.3 |
| 2545 | 2026-05-14T03:45:47.951Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2546 | 2026-05-14T03:45:47.993Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2547 | 2026-05-14T03:45:48.124Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2548 | 2026-05-14T03:45:48.232Z | [ omicron-package] Compiling zone v0.3.1 |
| 2549 | 2026-05-14T03:45:48.279Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2550 | 2026-05-14T03:45:48.369Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2551 | 2026-05-14T03:45:48.409Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-05-14T03:45:48.471Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2553 | 2026-05-14T03:45:48.471Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2554 | 2026-05-14T03:45:48.524Z | [ omicron-package] Compiling console v0.16.2 |
| 2555 | 2026-05-14T03:45:48.527Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2556 | 2026-05-14T03:45:48.786Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2557 | 2026-05-14T03:45:48.854Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2558 | 2026-05-14T03:45:48.894Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2559 | 2026-05-14T03:45:49.041Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2560 | 2026-05-14T03:45:49.644Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2561 | 2026-05-14T03:45:49.873Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2562 | 2026-05-14T03:45:50.867Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2563 | 2026-05-14T03:45:51.229Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2564 | 2026-05-14T03:45:51.825Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2565 | 2026-05-14T03:45:51.825Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2566 | 2026-05-14T03:45:52.059Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2567 | 2026-05-14T03:45:52.278Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2568 | 2026-05-14T03:45:52.279Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2569 | 2026-05-14T03:45:52.537Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2570 | 2026-05-14T03:45:53.369Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2571 | 2026-05-14T03:45:53.644Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2572 | 2026-05-14T03:45:53.800Z | [ omicron-package] Compiling tough v0.22.0 |
| 2573 | 2026-05-14T03:45:54.780Z | May 14 03:45:53.811 INFO [hubris-staging] task succeeded (14.41795035s) |
| 2574 | 2026-05-14T03:45:55.725Z | [ helios-setup] May 14 03:45:54.775 INFO helios repository root is: /work/oxidecomputer/helios |
| 2575 | 2026-05-14T03:45:55.728Z | [ helios-setup] May 14 03:45:54.777 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2576 | 2026-05-14T03:45:55.728Z | [ helios-setup] May 14 03:45:54.777 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 |
| 2577 | 2026-05-14T03:45:55.728Z | [ helios-setup] May 14 03:45:54.777 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2578 | 2026-05-14T03:45:55.731Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2579 | 2026-05-14T03:45:56.831Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2580 | 2026-05-14T03:45:57.169Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2581 | 2026-05-14T03:45:57.478Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2582 | 2026-05-14T03:45:57.481Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2583 | 2026-05-14T03:45:57.533Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2584 | 2026-05-14T03:45:57.761Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2585 | 2026-05-14T03:46:00.337Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2586 | 2026-05-14T03:46:00.602Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2587 | 2026-05-14T03:46:00.671Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2588 | 2026-05-14T03:46:00.755Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2589 | 2026-05-14T03:46:00.844Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2590 | 2026-05-14T03:46:00.873Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2591 | 2026-05-14T03:46:00.959Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2592 | 2026-05-14T03:46:01.009Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2593 | 2026-05-14T03:46:01.035Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2594 | 2026-05-14T03:46:02.861Z | [ helios-setup] May 14 03:46:01.911 INFO clone ok!, project: amd-firmware |
| 2595 | 2026-05-14T03:46:02.864Z | [ helios-setup] May 14 03:46:01.911 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 |
| 2596 | 2026-05-14T03:46:02.864Z | [ helios-setup] May 14 03:46:01.911 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2597 | 2026-05-14T03:46:02.864Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2598 | 2026-05-14T03:46:03.735Z | [ helios-setup] May 14 03:46:02.785 INFO clone ok!, project: image-builder |
| 2599 | 2026-05-14T03:46:03.735Z | [ helios-setup] May 14 03:46:02.785 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2600 | 2026-05-14T03:46:03.735Z | [ helios-setup] May 14 03:46:02.785 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 |
| 2601 | 2026-05-14T03:46:03.738Z | [ helios-setup] May 14 03:46:02.785 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2602 | 2026-05-14T03:46:03.738Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2603 | 2026-05-14T03:46:04.771Z | [ helios-setup] May 14 03:46:03.822 INFO clone ok!, project: chelsio-t6-roms |
| 2604 | 2026-05-14T03:46:04.774Z | [ helios-setup] May 14 03:46:03.822 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 |
| 2605 | 2026-05-14T03:46:04.774Z | [ helios-setup] May 14 03:46:03.822 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 |
| 2606 | 2026-05-14T03:46:04.774Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2607 | 2026-05-14T03:46:04.993Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2608 | 2026-05-14T03:46:05.444Z | [ helios-setup] May 14 03:46:04.495 INFO clone ok!, project: amd-host-image-builder |
| 2609 | 2026-05-14T03:46:05.447Z | [ helios-setup] May 14 03:46:04.495 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 |
| 2610 | 2026-05-14T03:46:05.447Z | [ helios-setup] May 14 03:46:04.495 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2611 | 2026-05-14T03:46:05.447Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2612 | 2026-05-14T03:46:06.335Z | [ helios-setup] May 14 03:46:05.386 INFO clone ok!, project: pilot |
| 2613 | 2026-05-14T03:46:06.335Z | [ helios-setup] May 14 03:46:05.386 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 |
| 2614 | 2026-05-14T03:46:06.338Z | [ helios-setup] May 14 03:46:05.386 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2615 | 2026-05-14T03:46:06.338Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2616 | 2026-05-14T03:46:06.779Z | [ helios-setup] May 14 03:46:05.829 INFO clone ok!, project: phbl |
| 2617 | 2026-05-14T03:46:06.779Z | [ helios-setup] May 14 03:46:05.829 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2618 | 2026-05-14T03:46:06.783Z | [ helios-setup] May 14 03:46:05.829 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 |
| 2619 | 2026-05-14T03:46:06.783Z | [ helios-setup] May 14 03:46:05.829 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2620 | 2026-05-14T03:46:06.783Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2621 | 2026-05-14T03:46:07.224Z | [ helios-setup] May 14 03:46:06.275 INFO clone ok!, project: bootserver |
| 2622 | 2026-05-14T03:46:07.224Z | [ helios-setup] May 14 03:46:06.275 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 |
| 2623 | 2026-05-14T03:46:07.224Z | [ helios-setup] May 14 03:46:06.275 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2624 | 2026-05-14T03:46:07.227Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2625 | 2026-05-14T03:46:07.677Z | [ helios-setup] May 14 03:46:06.727 INFO clone ok!, project: pinprick |
| 2626 | 2026-05-14T03:46:07.677Z | [ helios-setup] May 14 03:46:06.727 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 |
| 2627 | 2026-05-14T03:46:07.680Z | [ helios-setup] May 14 03:46:06.727 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2628 | 2026-05-14T03:46:07.680Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2629 | 2026-05-14T03:46:08.383Z | [ helios-setup] May 14 03:46:07.433 INFO clone ok!, project: dmar-report |
| 2630 | 2026-05-14T03:46:08.383Z | [ helios-setup] May 14 03:46:07.433 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2631 | 2026-05-14T03:46:08.597Z | [ helios-setup] May 14 03:46:07.648 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2632 | 2026-05-14T03:46:08.808Z | [ helios-setup] May 14 03:46:07.858 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2633 | 2026-05-14T03:46:08.808Z | [ helios-setup] May 14 03:46:07.858 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2634 | 2026-05-14T03:46:09.018Z | [ helios-setup] May 14 03:46:08.069 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2635 | 2026-05-14T03:46:09.231Z | [ helios-setup] May 14 03:46:08.281 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2636 | 2026-05-14T03:46:09.231Z | [ helios-setup] May 14 03:46:08.281 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2637 | 2026-05-14T03:46:09.446Z | [ helios-setup] May 14 03:46:08.493 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2638 | 2026-05-14T03:46:09.657Z | [ helios-setup] May 14 03:46:08.708 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2639 | 2026-05-14T03:46:09.657Z | [ helios-setup] May 14 03:46:08.708 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2640 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2641 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO ok! |
| 2642 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2643 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2644 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO ok! |
| 2645 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2646 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2647 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO ok! |
| 2648 | 2026-05-14T03:46:09.661Z | [ helios-setup] May 14 03:46:08.708 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2649 | 2026-05-14T03:46:09.665Z | [ helios-setup] May 14 03:46:08.716 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 2650 | 2026-05-14T03:46:09.665Z | [ helios-setup] May 14 03:46:08.716 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2651 | 2026-05-14T03:46:09.665Z | [ helios-setup] May 14 03:46:08.716 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2652 | 2026-05-14T03:46:09.736Z | [ helios-setup] May 14 03:46:08.787 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2653 | 2026-05-14T03:46:10.170Z | [ helios-setup] May 14 03:46:09.220 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2654 | 2026-05-14T03:46:10.170Z | [ helios-setup] May 14 03:46:09.220 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2655 | 2026-05-14T03:46:10.178Z | [ helios-setup] May 14 03:46:09.228 INFO E| Updating crates.io index |
| 2656 | 2026-05-14T03:46:10.231Z | [ helios-setup] May 14 03:46:09.282 INFO E| Downloading crates ... |
| 2657 | 2026-05-14T03:46:10.290Z | [ helios-setup] May 14 03:46:09.340 INFO E| Downloaded opaque-debug v0.3.0 |
| 2658 | 2026-05-14T03:46:10.294Z | [ helios-setup] May 14 03:46:09.342 INFO E| Downloaded sha-1 v0.9.8 |
| 2659 | 2026-05-14T03:46:10.297Z | [ helios-setup] May 14 03:46:09.345 INFO E| Downloaded once_cell v1.18.0 |
| 2660 | 2026-05-14T03:46:10.297Z | [ helios-setup] May 14 03:46:09.348 INFO E| Downloaded anyhow v1.0.72 |
| 2661 | 2026-05-14T03:46:10.301Z | [ helios-setup] May 14 03:46:09.352 INFO E| Downloaded cpufeatures v0.2.9 |
| 2662 | 2026-05-14T03:46:10.304Z | [ helios-setup] May 14 03:46:09.353 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2663 | 2026-05-14T03:46:10.306Z | [ helios-setup] May 14 03:46:09.355 INFO E| Downloaded walkdir v2.3.3 |
| 2664 | 2026-05-14T03:46:10.306Z | [ helios-setup] May 14 03:46:09.356 INFO E| Downloaded itoa v1.0.9 |
| 2665 | 2026-05-14T03:46:10.306Z | [ helios-setup] May 14 03:46:09.357 INFO E| Downloaded block-buffer v0.9.0 |
| 2666 | 2026-05-14T03:46:10.309Z | [ helios-setup] May 14 03:46:09.359 INFO E| Downloaded fastrand v2.0.0 |
| 2667 | 2026-05-14T03:46:10.312Z | [ helios-setup] May 14 03:46:09.363 INFO E| Downloaded errno v0.3.1 |
| 2668 | 2026-05-14T03:46:10.317Z | [ helios-setup] May 14 03:46:09.368 INFO E| Downloaded md-5 v0.9.1 |
| 2669 | 2026-05-14T03:46:10.320Z | [ helios-setup] May 14 03:46:09.369 INFO E| Downloaded digest v0.9.0 |
| 2670 | 2026-05-14T03:46:10.320Z | [ helios-setup] May 14 03:46:09.370 INFO E| Downloaded glob v0.3.1 |
| 2671 | 2026-05-14T03:46:10.324Z | [ helios-setup] May 14 03:46:09.372 INFO E| Downloaded tempfile v3.7.0 |
| 2672 | 2026-05-14T03:46:10.328Z | [ helios-setup] May 14 03:46:09.378 INFO E| Downloaded quote v1.0.31 |
| 2673 | 2026-05-14T03:46:10.330Z | [ helios-setup] May 14 03:46:09.380 INFO E| Downloaded unicode-width v0.1.10 |
| 2674 | 2026-05-14T03:46:10.330Z | [ helios-setup] May 14 03:46:09.381 INFO E| Downloaded unicode-ident v1.0.11 |
| 2675 | 2026-05-14T03:46:10.333Z | [ helios-setup] May 14 03:46:09.384 INFO E| Downloaded typenum v1.16.0 |
| 2676 | 2026-05-14T03:46:10.337Z | [ helios-setup] May 14 03:46:09.388 INFO E| Downloaded getrandom v0.2.10 |
| 2677 | 2026-05-14T03:46:10.346Z | [ helios-setup] May 14 03:46:09.397 INFO E| Downloaded bitflags v2.3.3 |
| 2678 | 2026-05-14T03:46:10.350Z | [ helios-setup] May 14 03:46:09.398 INFO E| Downloaded ryu v1.0.15 |
| 2679 | 2026-05-14T03:46:10.354Z | [ helios-setup] May 14 03:46:09.401 INFO E| Downloaded uuid v0.8.2 |
| 2680 | 2026-05-14T03:46:10.354Z | [ helios-setup] May 14 03:46:09.403 INFO E| Downloaded serde_derive v1.0.193 |
| 2681 | 2026-05-14T03:46:10.356Z | [ helios-setup] May 14 03:46:09.404 INFO E| Downloaded toml v0.5.11 |
| 2682 | 2026-05-14T03:46:10.356Z | [ helios-setup] May 14 03:46:09.405 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2683 | 2026-05-14T03:46:10.362Z | [ helios-setup] May 14 03:46:09.413 INFO E| Downloaded serde v1.0.193 |
| 2684 | 2026-05-14T03:46:10.382Z | [ helios-setup] May 14 03:46:09.433 INFO E| Downloaded serde_json v1.0.103 |
| 2685 | 2026-05-14T03:46:10.404Z | [ helios-setup] May 14 03:46:09.455 INFO E| Downloaded syn v2.0.32 |
| 2686 | 2026-05-14T03:46:10.413Z | [ helios-setup] May 14 03:46:09.463 INFO E| Downloaded rustix v0.38.4 |
| 2687 | 2026-05-14T03:46:10.435Z | [ helios-setup] May 14 03:46:09.485 INFO E| Downloaded libc v0.2.147 |
| 2688 | 2026-05-14T03:46:10.480Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling libc v0.2.147 |
| 2689 | 2026-05-14T03:46:10.480Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling proc-macro2 v1.0.66 |
| 2690 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling cfg-if v1.0.0 |
| 2691 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling unicode-ident v1.0.11 |
| 2692 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling typenum v1.16.0 |
| 2693 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling version_check v0.9.4 |
| 2694 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling serde v1.0.193 |
| 2695 | 2026-05-14T03:46:10.483Z | [ helios-setup] May 14 03:46:09.530 INFO E| Compiling rustix v0.38.4 |
| 2696 | 2026-05-14T03:46:10.491Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling powerfmt v0.2.0 |
| 2697 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling time-core v0.1.2 |
| 2698 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling num-conv v0.1.0 |
| 2699 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling itoa v1.0.9 |
| 2700 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling slog v2.7.0 |
| 2701 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.542 INFO E| Compiling bitflags v2.3.3 |
| 2702 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.543 INFO E| Compiling once_cell v1.18.0 |
| 2703 | 2026-05-14T03:46:10.494Z | [ helios-setup] May 14 03:46:09.543 INFO E| Compiling num_threads v0.1.6 |
| 2704 | 2026-05-14T03:46:10.593Z | [ helios-setup] May 14 03:46:09.643 INFO E| Compiling opaque-debug v0.3.0 |
| 2705 | 2026-05-14T03:46:10.619Z | [ helios-setup] May 14 03:46:09.669 INFO E| Compiling anyhow v1.0.72 |
| 2706 | 2026-05-14T03:46:10.619Z | [ helios-setup] May 14 03:46:09.669 INFO E| Compiling serde_json v1.0.103 |
| 2707 | 2026-05-14T03:46:10.648Z | [ helios-setup] May 14 03:46:09.699 INFO E| Compiling fastrand v2.0.0 |
| 2708 | 2026-05-14T03:46:10.654Z | [ helios-setup] May 14 03:46:09.704 INFO E| Compiling deranged v0.3.11 |
| 2709 | 2026-05-14T03:46:10.654Z | [ helios-setup] May 14 03:46:09.704 INFO E| Compiling time-macros v0.2.18 |
| 2710 | 2026-05-14T03:46:10.678Z | [ helios-setup] May 14 03:46:09.729 INFO E| Compiling thread_local v1.1.7 |
| 2711 | 2026-05-14T03:46:10.734Z | [ helios-setup] May 14 03:46:09.784 INFO E| Compiling same-file v1.0.6 |
| 2712 | 2026-05-14T03:46:10.763Z | [ helios-setup] May 14 03:46:09.814 INFO E| Compiling ryu v1.0.15 |
| 2713 | 2026-05-14T03:46:10.769Z | [ helios-setup] May 14 03:46:09.820 INFO E| Compiling cpufeatures v0.2.9 |
| 2714 | 2026-05-14T03:46:10.851Z | [ helios-setup] May 14 03:46:09.902 INFO E| Compiling unicode-width v0.1.10 |
| 2715 | 2026-05-14T03:46:10.870Z | [ helios-setup] May 14 03:46:09.920 INFO E| Compiling generic-array v0.14.7 |
| 2716 | 2026-05-14T03:46:10.889Z | [ helios-setup] May 14 03:46:09.940 INFO E| Compiling walkdir v2.3.3 |
| 2717 | 2026-05-14T03:46:10.926Z | [ helios-setup] May 14 03:46:09.976 INFO E| Compiling glob v0.3.1 |
| 2718 | 2026-05-14T03:46:10.943Z | [ helios-setup] May 14 03:46:09.994 INFO E| Compiling getopts v0.2.21 |
| 2719 | 2026-05-14T03:46:10.957Z | [ helios-setup] May 14 03:46:10.007 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2720 | 2026-05-14T03:46:11.225Z | [ helios-setup] May 14 03:46:10.275 INFO E| Compiling quote v1.0.31 |
| 2721 | 2026-05-14T03:46:11.260Z | [ helios-setup] May 14 03:46:10.311 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2722 | 2026-05-14T03:46:11.260Z | [ helios-setup] May 14 03:46:10.311 INFO E| Compiling errno v0.3.1 |
| 2723 | 2026-05-14T03:46:11.263Z | [ helios-setup] May 14 03:46:10.311 INFO E| Compiling atty v0.2.14 |
| 2724 | 2026-05-14T03:46:11.263Z | [ helios-setup] May 14 03:46:10.311 INFO E| Compiling getrandom v0.2.10 |
| 2725 | 2026-05-14T03:46:11.397Z | [ helios-setup] May 14 03:46:10.447 INFO E| Compiling dirs-next v2.0.0 |
| 2726 | 2026-05-14T03:46:11.400Z | [ helios-setup] May 14 03:46:10.450 INFO E| Compiling syn v2.0.32 |
| 2727 | 2026-05-14T03:46:11.467Z | [ helios-setup] May 14 03:46:10.517 INFO E| Compiling term v0.7.0 |
| 2728 | 2026-05-14T03:46:11.493Z | [ helios-setup] May 14 03:46:10.544 INFO E| Compiling time v0.3.36 |
| 2729 | 2026-05-14T03:46:11.765Z | [ helios-setup] May 14 03:46:10.815 INFO E| Compiling block-buffer v0.9.0 |
| 2730 | 2026-05-14T03:46:11.765Z | [ helios-setup] May 14 03:46:10.815 INFO E| Compiling digest v0.9.0 |
| 2731 | 2026-05-14T03:46:11.857Z | [ helios-setup] May 14 03:46:10.908 INFO E| Compiling md-5 v0.9.1 |
| 2732 | 2026-05-14T03:46:11.857Z | [ helios-setup] May 14 03:46:10.908 INFO E| Compiling sha-1 v0.9.8 |
| 2733 | 2026-05-14T03:46:11.882Z | [ helios-setup] May 14 03:46:10.932 INFO E| Compiling tempfile v3.7.0 |
| 2734 | 2026-05-14T03:46:12.209Z | [ helios-setup] May 14 03:46:11.260 INFO E| Compiling slog-term v2.9.0 |
| 2735 | 2026-05-14T03:46:12.645Z | [ helios-setup] May 14 03:46:11.696 INFO E| Compiling serde_derive v1.0.193 |
| 2736 | 2026-05-14T03:46:12.800Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2737 | 2026-05-14T03:46:16.013Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2738 | 2026-05-14T03:46:16.341Z | [ helios-setup] May 14 03:46:15.391 INFO E| Compiling toml v0.5.11 |
| 2739 | 2026-05-14T03:46:16.341Z | [ helios-setup] May 14 03:46:15.391 INFO E| Compiling uuid v0.8.2 |
| 2740 | 2026-05-14T03:46:17.042Z | [ helios-setup] May 14 03:46:16.093 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2741 | 2026-05-14T03:46:17.056Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2742 | 2026-05-14T03:46:17.418Z | [ helios-setup] May 14 03:46:16.468 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2743 | 2026-05-14T03:46:20.413Z | [ helios-setup] May 14 03:46:19.463 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s |
| 2744 | 2026-05-14T03:46:20.431Z | [ helios-setup] May 14 03:46:19.481 INFO building project "image-builder" ok (10 seconds) |
| 2745 | 2026-05-14T03:46:20.431Z | [ helios-setup] May 14 03:46:19.481 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2746 | 2026-05-14T03:46:20.457Z | [ helios-setup] May 14 03:46:19.508 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2747 | 2026-05-14T03:46:20.457Z | [ helios-setup] May 14 03:46:19.508 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2748 | 2026-05-14T03:46:20.460Z | [ helios-setup] May 14 03:46:19.508 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2749 | 2026-05-14T03:46:20.562Z | [ helios-setup] May 14 03:46:19.613 INFO E| Updating crates.io index |
| 2750 | 2026-05-14T03:46:20.565Z | [ helios-setup] May 14 03:46:19.613 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2751 | 2026-05-14T03:46:20.879Z | [ helios-setup] May 14 03:46:19.930 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2752 | 2026-05-14T03:46:20.879Z | [ helios-setup] May 14 03:46:19.930 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2753 | 2026-05-14T03:46:20.931Z | [ helios-setup] May 14 03:46:19.981 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2754 | 2026-05-14T03:46:21.258Z | [ helios-setup] May 14 03:46:20.249 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2755 | 2026-05-14T03:46:21.258Z | [ helios-setup] May 14 03:46:20.249 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2756 | 2026-05-14T03:46:21.352Z | [ helios-setup] May 14 03:46:20.402 INFO E| Downloading crates ... |
| 2757 | 2026-05-14T03:46:21.400Z | [ helios-setup] May 14 03:46:20.451 INFO E| Downloaded structopt-derive v0.4.18 |
| 2758 | 2026-05-14T03:46:21.403Z | [ helios-setup] May 14 03:46:20.452 INFO E| Downloaded strsim v0.8.0 |
| 2759 | 2026-05-14T03:46:21.412Z | [ helios-setup] May 14 03:46:20.463 INFO E| Downloaded pest_meta v2.8.0 |
| 2760 | 2026-05-14T03:46:21.434Z | [ helios-setup] May 14 03:46:20.485 INFO E| Downloaded four-cc v0.4.0 |
| 2761 | 2026-05-14T03:46:21.437Z | [ helios-setup] May 14 03:46:20.486 INFO E| Downloaded autocfg v1.4.0 |
| 2762 | 2026-05-14T03:46:21.440Z | [ helios-setup] May 14 03:46:20.490 INFO E| Downloaded pest_derive v2.8.0 |
| 2763 | 2026-05-14T03:46:21.443Z | [ helios-setup] May 14 03:46:20.493 INFO E| Downloaded unic-common v0.9.0 |
| 2764 | 2026-05-14T03:46:21.446Z | [ helios-setup] May 14 03:46:20.494 INFO E| Downloaded strum v0.27.1 |
| 2765 | 2026-05-14T03:46:21.449Z | [ helios-setup] May 14 03:46:20.497 INFO E| Downloaded thiserror v2.0.12 |
| 2766 | 2026-05-14T03:46:21.452Z | [ helios-setup] May 14 03:46:20.501 INFO E| Downloaded quote v1.0.40 |
| 2767 | 2026-05-14T03:46:21.452Z | [ helios-setup] May 14 03:46:20.502 INFO E| Downloaded log v0.4.27 |
| 2768 | 2026-05-14T03:46:21.455Z | [ helios-setup] May 14 03:46:20.503 INFO E| Downloaded ansi_term v0.12.1 |
| 2769 | 2026-05-14T03:46:21.457Z | [ helios-setup] May 14 03:46:20.506 INFO E| Downloaded parse_int v0.9.0 |
| 2770 | 2026-05-14T03:46:21.457Z | [ helios-setup] May 14 03:46:20.508 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2771 | 2026-05-14T03:46:21.461Z | [ helios-setup] May 14 03:46:20.510 INFO E| Downloaded bytesize v2.0.1 |
| 2772 | 2026-05-14T03:46:21.463Z | [ helios-setup] May 14 03:46:20.514 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2773 | 2026-05-14T03:46:21.466Z | [ helios-setup] May 14 03:46:20.515 INFO E| Downloaded dyn-clone v1.0.19 |
| 2774 | 2026-05-14T03:46:21.466Z | [ helios-setup] May 14 03:46:20.516 INFO E| Downloaded goblin v0.9.3 |
| 2775 | 2026-05-14T03:46:21.469Z | [ helios-setup] May 14 03:46:20.519 INFO E| Downloaded vec_map v0.8.2 |
| 2776 | 2026-05-14T03:46:21.472Z | [ helios-setup] May 14 03:46:20.520 INFO E| Downloaded fletcher v1.0.0 |
| 2777 | 2026-05-14T03:46:21.472Z | [ helios-setup] May 14 03:46:20.520 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2778 | 2026-05-14T03:46:21.472Z | [ helios-setup] May 14 03:46:20.522 INFO E| Downloaded unic-char-range v0.9.0 |
| 2779 | 2026-05-14T03:46:21.475Z | [ helios-setup] May 14 03:46:20.524 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2780 | 2026-05-14T03:46:21.477Z | [ helios-setup] May 14 03:46:20.527 INFO E| Downloaded unic-char-property v0.9.0 |
| 2781 | 2026-05-14T03:46:21.477Z | [ helios-setup] May 14 03:46:20.528 INFO E| Downloaded ryu v1.0.20 |
| 2782 | 2026-05-14T03:46:21.480Z | [ helios-setup] May 14 03:46:20.531 INFO E| Downloaded heck v0.3.3 |
| 2783 | 2026-05-14T03:46:21.483Z | [ helios-setup] May 14 03:46:20.533 INFO E| Downloaded textwrap v0.11.0 |
| 2784 | 2026-05-14T03:46:21.486Z | [ helios-setup] May 14 03:46:20.534 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2785 | 2026-05-14T03:46:21.486Z | [ helios-setup] May 14 03:46:20.535 INFO E| Downloaded itoa v1.0.15 |
| 2786 | 2026-05-14T03:46:21.486Z | [ helios-setup] May 14 03:46:20.535 INFO E| Downloaded memchr v2.7.4 |
| 2787 | 2026-05-14T03:46:21.491Z | [ helios-setup] May 14 03:46:20.540 INFO E| Downloaded pest_generator v2.8.0 |
| 2788 | 2026-05-14T03:46:21.494Z | [ helios-setup] May 14 03:46:20.542 INFO E| Downloaded unicode-ident v1.0.18 |
| 2789 | 2026-05-14T03:46:21.494Z | [ helios-setup] May 14 03:46:20.543 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2790 | 2026-05-14T03:46:21.501Z | [ helios-setup] May 14 03:46:20.551 INFO E| Downloaded strum_macros v0.27.1 |
| 2791 | 2026-05-14T03:46:21.505Z | [ helios-setup] May 14 03:46:20.556 INFO E| Downloaded serde v1.0.219 |
| 2792 | 2026-05-14T03:46:21.508Z | [ helios-setup] May 14 03:46:20.558 INFO E| Downloaded rustversion v1.0.20 |
| 2793 | 2026-05-14T03:46:21.511Z | [ helios-setup] May 14 03:46:20.560 INFO E| Downloaded structopt v0.3.26 |
| 2794 | 2026-05-14T03:46:21.514Z | [ helios-setup] May 14 03:46:20.564 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2795 | 2026-05-14T03:46:21.519Z | [ helios-setup] May 14 03:46:20.570 INFO E| Downloaded serde_derive v1.0.219 |
| 2796 | 2026-05-14T03:46:21.522Z | [ helios-setup] May 14 03:46:20.571 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2797 | 2026-05-14T03:46:21.525Z | [ helios-setup] May 14 03:46:20.576 INFO E| Downloaded typenum v1.18.0 |
| 2798 | 2026-05-14T03:46:21.537Z | [ helios-setup] May 14 03:46:20.588 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2799 | 2026-05-14T03:46:21.553Z | [ helios-setup] May 14 03:46:20.604 INFO E| Downloaded pest v2.8.0 |
| 2800 | 2026-05-14T03:46:21.569Z | [ helios-setup] May 14 03:46:20.620 INFO E| Downloaded serde_json v1.0.140 |
| 2801 | 2026-05-14T03:46:21.573Z | [ helios-setup] May 14 03:46:20.624 INFO E| Downloaded syn v2.0.101 |
| 2802 | 2026-05-14T03:46:21.579Z | [ helios-setup] May 14 03:46:20.629 INFO E| Downloaded clap v2.34.0 |
| 2803 | 2026-05-14T03:46:21.582Z | [ helios-setup] May 14 03:46:20.633 INFO E| Downloaded zerocopy v0.8.25 |
| 2804 | 2026-05-14T03:46:21.618Z | [ helios-setup] May 14 03:46:20.669 INFO E| Downloaded libc v0.2.172 |
| 2805 | 2026-05-14T03:46:21.668Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling proc-macro2 v1.0.95 |
| 2806 | 2026-05-14T03:46:21.668Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling unicode-ident v1.0.18 |
| 2807 | 2026-05-14T03:46:21.668Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling memchr v2.7.4 |
| 2808 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling autocfg v1.4.0 |
| 2809 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling thiserror v2.0.12 |
| 2810 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.718 INFO E| Compiling syn v1.0.109 |
| 2811 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling serde v1.0.219 |
| 2812 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling version_check v0.9.5 |
| 2813 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling serde_json v1.0.140 |
| 2814 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling ryu v1.0.20 |
| 2815 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling itoa v1.0.15 |
| 2816 | 2026-05-14T03:46:21.671Z | [ helios-setup] May 14 03:46:20.719 INFO E| Compiling schemars v0.8.22 |
| 2817 | 2026-05-14T03:46:21.688Z | [ helios-setup] May 14 03:46:20.739 INFO E| Compiling paste v1.0.15 |
| 2818 | 2026-05-14T03:46:21.691Z | [ helios-setup] May 14 03:46:20.739 INFO E| Compiling zerocopy v0.8.25 |
| 2819 | 2026-05-14T03:46:21.691Z | [ helios-setup] May 14 03:46:20.739 INFO E| Compiling static_assertions v1.1.0 |
| 2820 | 2026-05-14T03:46:21.691Z | [ helios-setup] May 14 03:46:20.739 INFO E| Compiling libc v0.2.172 |
| 2821 | 2026-05-14T03:46:21.788Z | [ helios-setup] May 14 03:46:20.839 INFO E| Compiling ucd-trie v0.1.7 |
| 2822 | 2026-05-14T03:46:21.828Z | [ helios-setup] May 14 03:46:20.878 INFO E| Compiling rustversion v1.0.20 |
| 2823 | 2026-05-14T03:46:21.869Z | [ helios-setup] May 14 03:46:20.918 INFO E| Compiling dyn-clone v1.0.19 |
| 2824 | 2026-05-14T03:46:21.910Z | [ helios-setup] May 14 03:46:20.961 INFO E| Compiling once_cell v1.21.3 |
| 2825 | 2026-05-14T03:46:21.980Z | [ helios-setup] May 14 03:46:21.030 INFO E| Compiling unicode-width v0.1.14 |
| 2826 | 2026-05-14T03:46:21.996Z | [ helios-setup] May 14 03:46:21.047 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2827 | 2026-05-14T03:46:22.044Z | [ helios-setup] May 14 03:46:21.095 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2828 | 2026-05-14T03:46:22.055Z | [ helios-setup] May 14 03:46:21.105 INFO E| Compiling proc-macro-error v1.0.4 |
| 2829 | 2026-05-14T03:46:22.055Z | [ helios-setup] May 14 03:46:21.105 INFO E| Compiling num-traits v0.2.19 |
| 2830 | 2026-05-14T03:46:22.074Z | [ helios-setup] May 14 03:46:21.124 INFO E| Compiling memoffset v0.9.1 |
| 2831 | 2026-05-14T03:46:22.113Z | [ helios-setup] May 14 03:46:21.163 INFO E| Compiling heck v0.5.0 |
| 2832 | 2026-05-14T03:46:22.144Z | [ helios-setup] May 14 03:46:21.193 INFO E| Compiling strum v0.27.1 |
| 2833 | 2026-05-14T03:46:22.176Z | [ helios-setup] May 14 03:46:21.226 INFO E| Compiling ansi_term v0.12.1 |
| 2834 | 2026-05-14T03:46:22.208Z | [ helios-setup] May 14 03:46:21.258 INFO E| Compiling bitflags v1.3.2 |
| 2835 | 2026-05-14T03:46:22.265Z | [ helios-setup] May 14 03:46:21.315 INFO E| Compiling textwrap v0.11.0 |
| 2836 | 2026-05-14T03:46:22.271Z | [ helios-setup] May 14 03:46:21.321 INFO E| Compiling fletcher v1.0.0 |
| 2837 | 2026-05-14T03:46:22.289Z | [ helios-setup] May 14 03:46:21.339 INFO E| Compiling strsim v0.8.0 |
| 2838 | 2026-05-14T03:46:22.358Z | [ helios-setup] May 14 03:46:21.408 INFO E| Compiling heck v0.3.3 |
| 2839 | 2026-05-14T03:46:22.367Z | [ helios-setup] May 14 03:46:21.417 INFO E| Compiling unic-char-range v0.9.0 |
| 2840 | 2026-05-14T03:46:22.376Z | [ helios-setup] May 14 03:46:21.426 INFO E| Compiling vec_map v0.8.2 |
| 2841 | 2026-05-14T03:46:22.434Z | [ helios-setup] May 14 03:46:21.484 INFO E| Compiling atty v0.2.14 |
| 2842 | 2026-05-14T03:46:22.441Z | [ helios-setup] May 14 03:46:21.491 INFO E| Compiling byteorder v1.5.0 |
| 2843 | 2026-05-14T03:46:22.447Z | [ helios-setup] May 14 03:46:21.498 INFO E| Compiling unic-common v0.9.0 |
| 2844 | 2026-05-14T03:46:22.452Z | [ helios-setup] May 14 03:46:21.503 INFO E| Compiling lazy_static v1.5.0 |
| 2845 | 2026-05-14T03:46:22.477Z | [ helios-setup] May 14 03:46:21.528 INFO E| Compiling unic-char-property v0.9.0 |
| 2846 | 2026-05-14T03:46:22.506Z | [ helios-setup] May 14 03:46:21.556 INFO E| Compiling log v0.4.27 |
| 2847 | 2026-05-14T03:46:22.544Z | [ helios-setup] May 14 03:46:21.595 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2848 | 2026-05-14T03:46:22.554Z | [ helios-setup] May 14 03:46:21.604 INFO E| Compiling clap v2.34.0 |
| 2849 | 2026-05-14T03:46:22.559Z | [ helios-setup] May 14 03:46:21.610 INFO E| Compiling plain v0.2.3 |
| 2850 | 2026-05-14T03:46:22.559Z | [ helios-setup] May 14 03:46:21.610 INFO E| Compiling bytesize v2.0.1 |
| 2851 | 2026-05-14T03:46:22.600Z | [ helios-setup] May 14 03:46:21.651 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2852 | 2026-05-14T03:46:22.648Z | [ helios-setup] May 14 03:46:21.698 INFO E| Compiling quote v1.0.40 |
| 2853 | 2026-05-14T03:46:22.811Z | [ helios-setup] May 14 03:46:21.861 INFO E| Compiling syn v2.0.101 |
| 2854 | 2026-05-14T03:46:23.022Z | [ helios-setup] May 14 03:46:22.073 INFO E| Compiling parse_int v0.9.0 |
| 2855 | 2026-05-14T03:46:24.826Z | [ helios-setup] May 14 03:46:23.876 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2856 | 2026-05-14T03:46:24.826Z | [ helios-setup] May 14 03:46:23.876 INFO E| Compiling structopt-derive v0.4.18 |
| 2857 | 2026-05-14T03:46:24.889Z | [ helios-setup] May 14 03:46:23.940 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2858 | 2026-05-14T03:46:25.695Z | [ helios-setup] May 14 03:46:24.745 INFO E| Compiling thiserror-impl v2.0.12 |
| 2859 | 2026-05-14T03:46:25.695Z | [ helios-setup] May 14 03:46:24.745 INFO E| Compiling serde_derive v1.0.219 |
| 2860 | 2026-05-14T03:46:25.695Z | [ helios-setup] May 14 03:46:24.745 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2861 | 2026-05-14T03:46:25.698Z | [ helios-setup] May 14 03:46:24.746 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2862 | 2026-05-14T03:46:25.698Z | [ helios-setup] May 14 03:46:24.746 INFO E| Compiling num-derive v0.4.2 |
| 2863 | 2026-05-14T03:46:25.698Z | [ helios-setup] May 14 03:46:24.746 INFO E| Compiling scroll_derive v0.12.1 |
| 2864 | 2026-05-14T03:46:25.698Z | [ helios-setup] May 14 03:46:24.746 INFO E| Compiling strum_macros v0.27.1 |
| 2865 | 2026-05-14T03:46:25.741Z | [ helios-setup] May 14 03:46:24.792 INFO E| Compiling schemars_derive v0.8.22 |
| 2866 | 2026-05-14T03:46:26.032Z | [ helios-setup] May 14 03:46:25.083 INFO E| Compiling modular-bitfield v0.11.2 |
| 2867 | 2026-05-14T03:46:26.061Z | [ helios-setup] May 14 03:46:25.112 INFO E| Compiling structopt v0.3.26 |
| 2868 | 2026-05-14T03:46:26.359Z | [ helios-setup] May 14 03:46:25.409 INFO E| Compiling scroll v0.12.0 |
| 2869 | 2026-05-14T03:46:26.573Z | [ helios-setup] May 14 03:46:25.623 INFO E| Compiling goblin v0.9.3 |
| 2870 | 2026-05-14T03:46:26.722Z | [ helios-setup] May 14 03:46:25.773 INFO E| Compiling modular-bitfield v0.13.1 |
| 2871 | 2026-05-14T03:46:26.815Z | [ helios-setup] May 14 03:46:25.865 INFO E| Compiling pest v2.8.0 |
| 2872 | 2026-05-14T03:46:27.526Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.17s |
| 2873 | 2026-05-14T03:46:27.806Z | [ helios-setup] May 14 03:46:26.856 INFO E| Compiling pest_meta v2.8.0 |
| 2874 | 2026-05-14T03:46:27.809Z | [ omicron-package] |
| 2875 | 2026-05-14T03:46:27.809Z | [ omicron-package] real 47.366928176 |
| 2876 | 2026-05-14T03:46:27.809Z | [ omicron-package] user 5:29.982127541 |
| 2877 | 2026-05-14T03:46:27.809Z | [ omicron-package] sys 29.884444669 |
| 2878 | 2026-05-14T03:46:27.809Z | [ omicron-package] trap 0.516850998 |
| 2879 | 2026-05-14T03:46:27.809Z | [ omicron-package] tflt 0.804441813 |
| 2880 | 2026-05-14T03:46:27.809Z | [ omicron-package] dflt 3.195418785 |
| 2881 | 2026-05-14T03:46:27.809Z | [ omicron-package] kflt 0.000310820 |
| 2882 | 2026-05-14T03:46:27.809Z | [ omicron-package] lock 12:01.520329905 |
| 2883 | 2026-05-14T03:46:27.809Z | [ omicron-package] slp 6:56.899467173 |
| 2884 | 2026-05-14T03:46:27.809Z | [ omicron-package] lat 39.871972786 |
| 2885 | 2026-05-14T03:46:27.809Z | [ omicron-package] stop 1:16.788796563 |
| 2886 | 2026-05-14T03:46:27.809Z | May 14 03:46:26.858 INFO [omicron-package] process exited with exit status: 0 (47.462036084s) |
| 2887 | 2026-05-14T03:46:27.809Z | May 14 03:46:26.858 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2888 | 2026-05-14T03:46:27.809Z | May 14 03:46:26.858 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2889 | 2026-05-14T03:46:27.819Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2890 | 2026-05-14T03:46:27.823Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2891 | 2026-05-14T03:46:27.823Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2892 | 2026-05-14T03:46:27.823Z | [ host-target] Created new build target 'host' and set it as active |
| 2893 | 2026-05-14T03:46:27.825Z | May 14 03:46:26.875 INFO [host-target] process exited with exit status: 0 (17.120899ms) |
| 2894 | 2026-05-14T03:46:27.825Z | May 14 03:46:26.875 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2895 | 2026-05-14T03:46:27.825Z | May 14 03:46:26.876 INFO [recovery-target] process exited with exit status: 0 (17.79493ms) |
| 2896 | 2026-05-14T03:46:27.834Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2897 | 2026-05-14T03:46:28.315Z | [ helios-setup] May 14 03:46:27.365 INFO E| Compiling pest_generator v2.8.0 |
| 2898 | 2026-05-14T03:46:28.790Z | [ helios-setup] May 14 03:46:27.837 INFO E| Compiling pest_derive v2.8.0 |
| 2899 | 2026-05-14T03:46:29.398Z | [ host-package] Compiling ring v0.17.14 |
| 2900 | 2026-05-14T03:46:29.532Z | [ helios-setup] May 14 03:46:28.582 INFO E| Compiling json5 v0.4.1 |
| 2901 | 2026-05-14T03:46:29.694Z | [ host-package] Compiling heck v0.5.0 |
| 2902 | 2026-05-14T03:46:29.697Z | [ host-package] Compiling regress v0.11.1 |
| 2903 | 2026-05-14T03:46:29.697Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2904 | 2026-05-14T03:46:29.791Z | [ host-package] Compiling regress v0.10.5 |
| 2905 | 2026-05-14T03:46:29.821Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2906 | 2026-05-14T03:46:29.845Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2907 | 2026-05-14T03:46:29.868Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2908 | 2026-05-14T03:46:29.868Z | [ host-package] Compiling bytecount v0.6.9 |
| 2909 | 2026-05-14T03:46:29.871Z | [ host-package] Compiling derive-where v1.6.0 |
| 2910 | 2026-05-14T03:46:29.871Z | [ host-package] Compiling thread_local v1.1.9 |
| 2911 | 2026-05-14T03:46:29.871Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2912 | 2026-05-14T03:46:29.889Z | [ host-package] Compiling compression-core v0.4.31 |
| 2913 | 2026-05-14T03:46:29.957Z | [ host-package] Compiling multer v3.1.0 |
| 2914 | 2026-05-14T03:46:30.010Z | [ host-package] Compiling hostname v0.3.1 |
| 2915 | 2026-05-14T03:46:30.012Z | [ host-package] Compiling slog-async v2.8.0 |
| 2916 | 2026-05-14T03:46:30.101Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2917 | 2026-05-14T03:46:30.153Z | [ host-package] Compiling slog-json v2.6.1 |
| 2918 | 2026-05-14T03:46:30.159Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2919 | 2026-05-14T03:46:30.205Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2920 | 2026-05-14T03:46:30.208Z | [ host-package] Compiling take_mut v0.2.2 |
| 2921 | 2026-05-14T03:46:30.208Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2922 | 2026-05-14T03:46:30.208Z | [ host-package] Compiling term v1.2.1 |
| 2923 | 2026-05-14T03:46:30.339Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2924 | 2026-05-14T03:46:30.342Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2925 | 2026-05-14T03:46:30.435Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2926 | 2026-05-14T03:46:30.461Z | [ host-package] Compiling dropshot v0.17.0 |
| 2927 | 2026-05-14T03:46:30.533Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 2928 | 2026-05-14T03:46:30.582Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2929 | 2026-05-14T03:46:30.605Z | [ host-package] Compiling async-compression v0.4.41 |
| 2930 | 2026-05-14T03:46:30.605Z | [ host-package] Compiling slog-term v2.9.2 |
| 2931 | 2026-05-14T03:46:30.608Z | [ host-package] Compiling async-stream v0.3.6 |
| 2932 | 2026-05-14T03:46:30.686Z | [ host-package] Compiling num-rational v0.4.2 |
| 2933 | 2026-05-14T03:46:30.746Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2934 | 2026-05-14T03:46:30.829Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2935 | 2026-05-14T03:46:30.854Z | [ host-package] Compiling backon v1.6.0 |
| 2936 | 2026-05-14T03:46:30.897Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2937 | 2026-05-14T03:46:30.915Z | [ helios-setup] May 14 03:46:29.965 INFO E| Compiling four-cc v0.4.0 |
| 2938 | 2026-05-14T03:46:30.915Z | [ helios-setup] May 14 03:46:29.965 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2939 | 2026-05-14T03:46:30.953Z | [ host-package] Compiling num-complex v0.4.6 |
| 2940 | 2026-05-14T03:46:31.014Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2941 | 2026-05-14T03:46:31.017Z | [ host-package] Compiling hostname v0.4.2 |
| 2942 | 2026-05-14T03:46:31.017Z | [ host-package] Compiling instant v0.1.13 |
| 2943 | 2026-05-14T03:46:31.029Z | [ helios-setup] May 14 03:46:30.079 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2944 | 2026-05-14T03:46:31.187Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2945 | 2026-05-14T03:46:31.187Z | [ host-package] Compiling backoff v0.4.0 |
| 2946 | 2026-05-14T03:46:31.187Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2947 | 2026-05-14T03:46:31.326Z | [ host-package] Compiling parse-display v0.10.0 |
| 2948 | 2026-05-14T03:46:31.405Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2949 | 2026-05-14T03:46:31.432Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2950 | 2026-05-14T03:46:31.475Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2951 | 2026-05-14T03:46:31.613Z | [ host-package] Compiling num v0.4.3 |
| 2952 | 2026-05-14T03:46:31.688Z | [ host-package] Compiling macaddr v1.0.1 |
| 2953 | 2026-05-14T03:46:31.730Z | [ host-package] Compiling float-ord v0.3.2 |
| 2954 | 2026-05-14T03:46:31.823Z | [ host-package] Compiling console v0.15.11 |
| 2955 | 2026-05-14T03:46:31.918Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2956 | 2026-05-14T03:46:31.920Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2957 | 2026-05-14T03:46:31.966Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2958 | 2026-05-14T03:46:31.993Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2959 | 2026-05-14T03:46:32.091Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2960 | 2026-05-14T03:46:32.125Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2961 | 2026-05-14T03:46:32.188Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2962 | 2026-05-14T03:46:32.290Z | [ host-package] Compiling expectorate v1.2.0 |
| 2963 | 2026-05-14T03:46:32.373Z | [ host-package] Compiling libsw v3.5.0 |
| 2964 | 2026-05-14T03:46:32.415Z | [ host-package] Compiling toml v0.8.23 |
| 2965 | 2026-05-14T03:46:32.418Z | [ host-package] Compiling linear-map v1.2.0 |
| 2966 | 2026-05-14T03:46:32.564Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2967 | 2026-05-14T03:46:32.567Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2968 | 2026-05-14T03:46:32.762Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2969 | 2026-05-14T03:46:32.865Z | [ host-package] Compiling nom v7.1.3 |
| 2970 | 2026-05-14T03:46:32.915Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2971 | 2026-05-14T03:46:32.963Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2972 | 2026-05-14T03:46:32.966Z | [ host-package] Compiling convert_case v0.10.0 |
| 2973 | 2026-05-14T03:46:33.009Z | [ host-package] Compiling papergrid v0.11.0 |
| 2974 | 2026-05-14T03:46:33.012Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2975 | 2026-05-14T03:46:33.059Z | [ host-package] Compiling termtree v0.5.1 |
| 2976 | 2026-05-14T03:46:33.118Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2977 | 2026-05-14T03:46:33.142Z | [ host-package] Compiling csv-core v0.1.13 |
| 2978 | 2026-05-14T03:46:33.201Z | [ host-package] Compiling vte v0.14.1 |
| 2979 | 2026-05-14T03:46:33.278Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2980 | 2026-05-14T03:46:33.309Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2981 | 2026-05-14T03:46:33.378Z | [ host-package] Compiling highway v1.3.0 |
| 2982 | 2026-05-14T03:46:33.473Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2983 | 2026-05-14T03:46:33.559Z | [ host-package] Compiling csv v1.4.0 |
| 2984 | 2026-05-14T03:46:33.585Z | [ host-package] Compiling phf v0.12.1 |
| 2985 | 2026-05-14T03:46:33.607Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2986 | 2026-05-14T03:46:33.831Z | [ host-package] Compiling rustls v0.23.37 |
| 2987 | 2026-05-14T03:46:33.866Z | [ host-package] Compiling rustls v0.22.4 |
| 2988 | 2026-05-14T03:46:33.906Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2989 | 2026-05-14T03:46:33.987Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2990 | 2026-05-14T03:46:34.090Z | [ host-package] Compiling tabled v0.15.0 |
| 2991 | 2026-05-14T03:46:34.147Z | [ host-package] Compiling derive_more v2.1.1 |
| 2992 | 2026-05-14T03:46:34.175Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2993 | 2026-05-14T03:46:34.262Z | [ host-package] Compiling crossterm v0.29.0 |
| 2994 | 2026-05-14T03:46:34.316Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2995 | 2026-05-14T03:46:34.428Z | [ host-package] Compiling const_format v0.2.35 |
| 2996 | 2026-05-14T03:46:34.497Z | [ host-package] Compiling reedline v0.40.0 |
| 2997 | 2026-05-14T03:46:34.807Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2998 | 2026-05-14T03:46:34.952Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2999 | 2026-05-14T03:46:34.996Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3000 | 2026-05-14T03:46:35.040Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3001 | 2026-05-14T03:46:35.272Z | [ host-package] Compiling peg v0.8.5 |
| 3002 | 2026-05-14T03:46:35.702Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3003 | 2026-05-14T03:46:35.777Z | [ host-package] Compiling bcs v0.1.6 |
| 3004 | 2026-05-14T03:46:36.310Z | [ host-package] Compiling semver v0.1.20 |
| 3005 | 2026-05-14T03:46:36.514Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3006 | 2026-05-14T03:46:36.608Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3007 | 2026-05-14T03:46:36.695Z | [ host-package] Compiling typify v0.6.2 |
| 3008 | 2026-05-14T03:46:36.834Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3009 | 2026-05-14T03:46:36.936Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3010 | 2026-05-14T03:46:38.473Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3011 | 2026-05-14T03:46:38.562Z | [ host-package] Compiling qorb v0.4.1 |
| 3012 | 2026-05-14T03:46:38.813Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3013 | 2026-05-14T03:46:39.065Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3014 | 2026-05-14T03:46:39.150Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3015 | 2026-05-14T03:46:39.363Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3016 | 2026-05-14T03:46:39.558Z | [ host-package] Compiling reqwest v0.13.2 |
| 3017 | 2026-05-14T03:46:39.834Z | [ host-package] Compiling reqwest v0.12.28 |
| 3018 | 2026-05-14T03:46:41.538Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3019 | 2026-05-14T03:46:41.747Z | [ host-package] Compiling tough v0.22.0 |
| 3020 | 2026-05-14T03:46:41.848Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3021 | 2026-05-14T03:46:41.889Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3022 | 2026-05-14T03:46:41.929Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3023 | 2026-05-14T03:46:42.241Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3024 | 2026-05-14T03:46:42.352Z | [ host-package] Compiling humantime v2.3.0 |
| 3025 | 2026-05-14T03:46:42.513Z | [ host-package] Compiling smawk v0.3.2 |
| 3026 | 2026-05-14T03:46:42.810Z | [ host-package] Compiling textwrap v0.16.2 |
| 3027 | 2026-05-14T03:46:42.981Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3028 | 2026-05-14T03:46:43.352Z | [ host-package] Compiling dropshot-api-manager-types v0.7.1 |
| 3029 | 2026-05-14T03:46:43.691Z | [ host-package] Compiling steno v0.4.1 |
| 3030 | 2026-05-14T03:46:44.129Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3031 | 2026-05-14T03:46:44.654Z | [ host-package] Compiling tagptr v0.2.0 |
| 3032 | 2026-05-14T03:46:44.853Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3033 | 2026-05-14T03:46:45.171Z | [ host-package] Compiling moka v0.12.13 |
| 3034 | 2026-05-14T03:46:45.177Z | [ helios-setup] May 14 03:46:44.227 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3035 | 2026-05-14T03:46:45.514Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-05-14T03:46:45.650Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3037 | 2026-05-14T03:46:45.947Z | [ host-package] Compiling num-derive v0.3.3 |
| 3038 | 2026-05-14T03:46:46.240Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3039 | 2026-05-14T03:46:46.310Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3040 | 2026-05-14T03:46:46.557Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3041 | 2026-05-14T03:46:46.616Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3042 | 2026-05-14T03:46:46.793Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3043 | 2026-05-14T03:46:46.861Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3044 | 2026-05-14T03:46:48.001Z | [ host-package] Compiling progenitor v0.14.0 |
| 3045 | 2026-05-14T03:46:48.063Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3046 | 2026-05-14T03:46:48.066Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3047 | 2026-05-14T03:46:48.173Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3048 | 2026-05-14T03:46:48.215Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3049 | 2026-05-14T03:46:48.456Z | [ host-package] Compiling progenitor v0.13.0 |
| 3050 | 2026-05-14T03:46:48.610Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3051 | 2026-05-14T03:46:48.646Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3052 | 2026-05-14T03:46:48.699Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3053 | 2026-05-14T03:46:48.728Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3054 | 2026-05-14T03:46:48.839Z | [ helios-setup] May 14 03:46:47.889 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3055 | 2026-05-14T03:46:49.095Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3056 | 2026-05-14T03:46:49.335Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3057 | 2026-05-14T03:46:52.880Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3058 | 2026-05-14T03:46:52.904Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3059 | 2026-05-14T03:46:52.935Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3060 | 2026-05-14T03:46:53.059Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3061 | 2026-05-14T03:46:53.198Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3062 | 2026-05-14T03:46:53.374Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3063 | 2026-05-14T03:46:53.405Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3064 | 2026-05-14T03:46:53.433Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3065 | 2026-05-14T03:46:53.671Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3066 | 2026-05-14T03:46:54.007Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3067 | 2026-05-14T03:46:54.038Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3068 | 2026-05-14T03:46:54.492Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3069 | 2026-05-14T03:46:54.781Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3070 | 2026-05-14T03:46:55.180Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3071 | 2026-05-14T03:46:55.584Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3072 | 2026-05-14T03:46:55.973Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3073 | 2026-05-14T03:46:56.629Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3074 | 2026-05-14T03:46:57.403Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3075 | 2026-05-14T03:46:58.002Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3076 | 2026-05-14T03:46:58.300Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3077 | 2026-05-14T03:46:58.568Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3078 | 2026-05-14T03:46:59.154Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3079 | 2026-05-14T03:46:59.617Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3080 | 2026-05-14T03:46:59.694Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3081 | 2026-05-14T03:46:59.837Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3082 | 2026-05-14T03:47:00.758Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3083 | 2026-05-14T03:47:00.937Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3084 | 2026-05-14T03:47:01.435Z | [ helios-setup] May 14 03:47:00.486 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.94s |
| 3085 | 2026-05-14T03:47:01.470Z | [ helios-setup] May 14 03:47:00.521 INFO building project "amd-host-image-builder" ok (41 seconds) |
| 3086 | 2026-05-14T03:47:01.470Z | [ helios-setup] May 14 03:47:00.521 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3087 | 2026-05-14T03:47:01.479Z | [ helios-setup] May 14 03:47:00.530 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3088 | 2026-05-14T03:47:01.480Z | [ helios-setup] May 14 03:47:00.530 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3089 | 2026-05-14T03:47:01.483Z | [ helios-setup] May 14 03:47:00.530 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3090 | 2026-05-14T03:47:01.592Z | [ helios-setup] May 14 03:47:00.642 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3091 | 2026-05-14T03:47:01.901Z | [ helios-setup] May 14 03:47:00.951 INFO E| From https://github.com/jclulow/hiercmd |
| 3092 | 2026-05-14T03:47:01.901Z | [ helios-setup] May 14 03:47:00.952 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3093 | 2026-05-14T03:47:01.915Z | [ helios-setup] May 14 03:47:00.965 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3094 | 2026-05-14T03:47:02.019Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3095 | 2026-05-14T03:47:02.193Z | [ helios-setup] May 14 03:47:01.243 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3096 | 2026-05-14T03:47:02.193Z | [ helios-setup] May 14 03:47:01.243 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3097 | 2026-05-14T03:47:02.205Z | [ helios-setup] May 14 03:47:01.256 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3098 | 2026-05-14T03:47:02.252Z | [ host-package] Compiling papergrid v0.17.0 |
| 3099 | 2026-05-14T03:47:02.465Z | [ host-package] Compiling testing_table v0.3.0 |
| 3100 | 2026-05-14T03:47:02.472Z | [ helios-setup] May 14 03:47:01.522 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3101 | 2026-05-14T03:47:02.472Z | [ helios-setup] May 14 03:47:01.522 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3102 | 2026-05-14T03:47:02.489Z | [ helios-setup] May 14 03:47:01.540 INFO E| Updating crates.io index |
| 3103 | 2026-05-14T03:47:02.601Z | [ helios-setup] May 14 03:47:01.651 INFO E| Downloading crates ... |
| 3104 | 2026-05-14T03:47:02.613Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3105 | 2026-05-14T03:47:02.748Z | [ helios-setup] May 14 03:47:01.799 INFO E| Downloaded toml_writer v1.0.4 |
| 3106 | 2026-05-14T03:47:02.752Z | [ helios-setup] May 14 03:47:01.800 INFO E| Downloaded clap v4.5.51 |
| 3107 | 2026-05-14T03:47:02.755Z | [ helios-setup] May 14 03:47:01.806 INFO E| Downloaded clap_derive v4.5.49 |
| 3108 | 2026-05-14T03:47:02.759Z | [ helios-setup] May 14 03:47:01.808 INFO E| Downloaded log v0.4.28 |
| 3109 | 2026-05-14T03:47:02.762Z | [ helios-setup] May 14 03:47:01.809 INFO E| Downloaded futures-macro v0.3.31 |
| 3110 | 2026-05-14T03:47:02.762Z | [ helios-setup] May 14 03:47:01.810 INFO E| Downloaded clap_lex v0.7.6 |
| 3111 | 2026-05-14T03:47:02.763Z | [ helios-setup] May 14 03:47:01.811 INFO E| Downloaded anstyle-query v1.1.4 |
| 3112 | 2026-05-14T03:47:02.763Z | [ helios-setup] May 14 03:47:01.811 INFO E| Downloaded toml_datetime v0.7.3 |
| 3113 | 2026-05-14T03:47:02.763Z | [ helios-setup] May 14 03:47:01.812 INFO E| Downloaded generic-array v0.14.9 |
| 3114 | 2026-05-14T03:47:02.786Z | [ helios-setup] May 14 03:47:01.836 INFO E| Downloaded time-core v0.1.6 |
| 3115 | 2026-05-14T03:47:02.789Z | [ helios-setup] May 14 03:47:01.838 INFO E| Downloaded thiserror v2.0.17 |
| 3116 | 2026-05-14T03:47:02.792Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3117 | 2026-05-14T03:47:02.795Z | [ helios-setup] May 14 03:47:01.844 INFO E| Downloaded time-macros v0.2.24 |
| 3118 | 2026-05-14T03:47:02.798Z | [ helios-setup] May 14 03:47:01.846 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3119 | 2026-05-14T03:47:02.820Z | [ helios-setup] May 14 03:47:01.870 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3120 | 2026-05-14T03:47:02.823Z | [ helios-setup] May 14 03:47:01.871 INFO E| Downloaded serde_spanned v1.0.3 |
| 3121 | 2026-05-14T03:47:02.823Z | [ helios-setup] May 14 03:47:01.872 INFO E| Downloaded quote v1.0.41 |
| 3122 | 2026-05-14T03:47:02.826Z | [ helios-setup] May 14 03:47:01.874 INFO E| Downloaded futures-io v0.3.31 |
| 3123 | 2026-05-14T03:47:02.826Z | [ helios-setup] May 14 03:47:01.875 INFO E| Downloaded env_logger v0.11.8 |
| 3124 | 2026-05-14T03:47:02.826Z | [ helios-setup] May 14 03:47:01.876 INFO E| Downloaded env_filter v0.1.4 |
| 3125 | 2026-05-14T03:47:02.851Z | [ helios-setup] May 14 03:47:01.901 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3126 | 2026-05-14T03:47:02.855Z | [ helios-setup] May 14 03:47:01.905 INFO E| Downloaded getrandom v0.2.16 |
| 3127 | 2026-05-14T03:47:02.858Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3128 | 2026-05-14T03:47:02.858Z | [ helios-setup] May 14 03:47:01.908 INFO E| Downloaded getopts v0.2.24 |
| 3129 | 2026-05-14T03:47:02.861Z | [ helios-setup] May 14 03:47:01.909 INFO E| Downloaded devinfo v0.1.0 |
| 3130 | 2026-05-14T03:47:02.861Z | [ helios-setup] May 14 03:47:01.910 INFO E| Downloaded futures-task v0.3.31 |
| 3131 | 2026-05-14T03:47:02.861Z | [ helios-setup] May 14 03:47:01.911 INFO E| Downloaded futures-core v0.3.31 |
| 3132 | 2026-05-14T03:47:02.873Z | [ helios-setup] May 14 03:47:01.923 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3133 | 2026-05-14T03:47:02.876Z | [ helios-setup] May 14 03:47:01.924 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3134 | 2026-05-14T03:47:02.876Z | [ helios-setup] May 14 03:47:01.924 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3135 | 2026-05-14T03:47:02.876Z | [ helios-setup] May 14 03:47:01.925 INFO E| Downloaded bitfield v0.19.3 |
| 3136 | 2026-05-14T03:47:02.876Z | [ helios-setup] May 14 03:47:01.926 INFO E| Downloaded futures-sink v0.3.31 |
| 3137 | 2026-05-14T03:47:02.880Z | [ helios-setup] May 14 03:47:01.926 INFO E| Downloaded futures-executor v0.3.31 |
| 3138 | 2026-05-14T03:47:02.880Z | [ helios-setup] May 14 03:47:01.927 INFO E| Downloaded crc v3.3.0 |
| 3139 | 2026-05-14T03:47:02.907Z | [ helios-setup] May 14 03:47:01.957 INFO E| Downloaded flate2 v1.1.5 |
| 3140 | 2026-05-14T03:47:02.911Z | [ helios-setup] May 14 03:47:01.960 INFO E| Downloaded bytes v1.10.1 |
| 3141 | 2026-05-14T03:47:02.911Z | [ host-package] Compiling crunchy v0.2.4 |
| 3142 | 2026-05-14T03:47:02.915Z | [ helios-setup] May 14 03:47:01.963 INFO E| Downloaded deranged v0.5.5 |
| 3143 | 2026-05-14T03:47:02.935Z | [ helios-setup] May 14 03:47:01.965 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3144 | 2026-05-14T03:47:02.938Z | [ helios-setup] May 14 03:47:01.988 INFO E| Downloaded toml_parser v1.0.4 |
| 3145 | 2026-05-14T03:47:02.941Z | [ helios-setup] May 14 03:47:01.990 INFO E| Downloaded slab v0.4.11 |
| 3146 | 2026-05-14T03:47:02.941Z | [ helios-setup] May 14 03:47:01.991 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3147 | 2026-05-14T03:47:02.994Z | [ helios-setup] May 14 03:47:02.045 INFO E| Downloaded tokio-macros v2.6.0 |
| 3148 | 2026-05-14T03:47:02.997Z | [ helios-setup] May 14 03:47:02.046 INFO E| Downloaded futures-channel v0.3.31 |
| 3149 | 2026-05-14T03:47:02.997Z | [ helios-setup] May 14 03:47:02.047 INFO E| Downloaded base64ct v1.8.0 |
| 3150 | 2026-05-14T03:47:03.001Z | [ helios-setup] May 14 03:47:02.049 INFO E| Downloaded anyhow v1.0.100 |
| 3151 | 2026-05-14T03:47:03.007Z | [ helios-setup] May 14 03:47:02.058 INFO E| Downloaded iddqd v0.3.14 |
| 3152 | 2026-05-14T03:47:03.012Z | [ helios-setup] May 14 03:47:02.063 INFO E| Downloaded socket2 v0.6.1 |
| 3153 | 2026-05-14T03:47:03.017Z | [ helios-setup] May 14 03:47:02.068 INFO E| Downloaded unicode-ident v1.0.22 |
| 3154 | 2026-05-14T03:47:03.024Z | [ helios-setup] May 14 03:47:02.074 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3155 | 2026-05-14T03:47:03.027Z | [ helios-setup] May 14 03:47:02.077 INFO E| Downloaded bitflags v2.10.0 |
| 3156 | 2026-05-14T03:47:03.032Z | [ helios-setup] May 14 03:47:02.082 INFO E| Downloaded toml_edit v0.23.7 |
| 3157 | 2026-05-14T03:47:03.035Z | [ helios-setup] May 14 03:47:02.085 INFO E| Downloaded uuid v1.18.1 |
| 3158 | 2026-05-14T03:47:03.040Z | [ helios-setup] May 14 03:47:02.090 INFO E| Downloaded toml v0.9.8 |
| 3159 | 2026-05-14T03:47:03.042Z | [ helios-setup] May 14 03:47:02.093 INFO E| Downloaded futures v0.3.31 |
| 3160 | 2026-05-14T03:47:03.046Z | [ helios-setup] May 14 03:47:02.096 INFO E| Downloaded serde_json v1.0.145 |
| 3161 | 2026-05-14T03:47:03.052Z | [ helios-setup] May 14 03:47:02.101 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3162 | 2026-05-14T03:47:03.057Z | [ helios-setup] May 14 03:47:02.105 INFO E| Downloaded term v1.2.0 |
| 3163 | 2026-05-14T03:47:03.070Z | [ helios-setup] May 14 03:47:02.120 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3164 | 2026-05-14T03:47:03.074Z | [ helios-setup] May 14 03:47:02.125 INFO E| Downloaded rsa v0.9.8 |
| 3165 | 2026-05-14T03:47:03.078Z | [ helios-setup] May 14 03:47:02.128 INFO E| Downloaded memchr v2.7.6 |
| 3166 | 2026-05-14T03:47:03.081Z | [ helios-setup] May 14 03:47:02.131 INFO E| Downloaded cc v1.2.44 |
| 3167 | 2026-05-14T03:47:03.085Z | [ helios-setup] May 14 03:47:02.133 INFO E| Downloaded rand v0.8.5 |
| 3168 | 2026-05-14T03:47:03.092Z | [ helios-setup] May 14 03:47:02.136 INFO E| Downloaded mio v1.1.0 |
| 3169 | 2026-05-14T03:47:03.092Z | [ helios-setup] May 14 03:47:02.142 INFO E| Downloaded clap_builder v4.5.51 |
| 3170 | 2026-05-14T03:47:03.101Z | [ helios-setup] May 14 03:47:02.144 INFO E| Downloaded futures-util v0.3.31 |
| 3171 | 2026-05-14T03:47:03.101Z | [ helios-setup] May 14 03:47:02.152 INFO E| Downloaded indexmap v2.12.0 |
| 3172 | 2026-05-14T03:47:03.106Z | [ helios-setup] May 14 03:47:02.157 INFO E| Downloaded winnow v0.7.13 |
| 3173 | 2026-05-14T03:47:03.129Z | [ helios-setup] May 14 03:47:02.179 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3174 | 2026-05-14T03:47:03.132Z | [ helios-setup] May 14 03:47:02.183 INFO E| Downloaded time v0.3.44 |
| 3175 | 2026-05-14T03:47:03.135Z | [ host-package] Compiling glob v0.3.3 |
| 3176 | 2026-05-14T03:47:03.144Z | [ helios-setup] May 14 03:47:02.194 INFO E| Downloaded libm v0.2.15 |
| 3177 | 2026-05-14T03:47:03.150Z | [ helios-setup] May 14 03:47:02.200 INFO E| Downloaded hashbrown v0.16.0 |
| 3178 | 2026-05-14T03:47:03.184Z | [ helios-setup] May 14 03:47:02.235 INFO E| Downloaded zerocopy v0.8.27 |
| 3179 | 2026-05-14T03:47:03.229Z | [ helios-setup] May 14 03:47:02.259 INFO E| Downloaded unicode-width v0.2.2 |
| 3180 | 2026-05-14T03:47:03.232Z | [ helios-setup] May 14 03:47:02.264 INFO E| Downloaded chrono v0.4.42 |
| 3181 | 2026-05-14T03:47:03.232Z | [ helios-setup] May 14 03:47:02.276 INFO E| Downloaded syn v2.0.108 |
| 3182 | 2026-05-14T03:47:03.272Z | [ helios-setup] May 14 03:47:02.322 INFO E| Downloaded rustix v1.1.2 |
| 3183 | 2026-05-14T03:47:03.275Z | [ host-package] Compiling maplit v1.0.2 |
| 3184 | 2026-05-14T03:47:03.336Z | [ helios-setup] May 14 03:47:02.386 INFO E| Downloaded libc v0.2.177 |
| 3185 | 2026-05-14T03:47:03.373Z | [ helios-setup] May 14 03:47:02.423 INFO E| Downloaded tokio v1.48.0 |
| 3186 | 2026-05-14T03:47:03.467Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3187 | 2026-05-14T03:47:03.498Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling proc-macro2 v1.0.103 |
| 3188 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling quote v1.0.41 |
| 3189 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling unicode-ident v1.0.22 |
| 3190 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling libc v0.2.177 |
| 3191 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling serde_core v1.0.228 |
| 3192 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling cfg-if v1.0.4 |
| 3193 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling serde v1.0.228 |
| 3194 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling version_check v0.9.5 |
| 3195 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling autocfg v1.5.0 |
| 3196 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling const-oid v0.9.6 |
| 3197 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling typenum v1.19.0 |
| 3198 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling libm v0.2.15 |
| 3199 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling zerocopy v0.8.27 |
| 3200 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling rustversion v1.0.22 |
| 3201 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling zeroize v1.8.2 |
| 3202 | 2026-05-14T03:47:03.502Z | [ helios-setup] May 14 03:47:02.549 INFO E| Compiling smallvec v1.15.1 |
| 3203 | 2026-05-14T03:47:03.536Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3204 | 2026-05-14T03:47:03.716Z | [ host-package] Compiling tabled v0.20.0 |
| 3205 | 2026-05-14T03:47:03.935Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3206 | 2026-05-14T03:47:04.007Z | [ helios-setup] May 14 03:47:03.057 INFO E| Compiling base64ct v1.8.0 |
| 3207 | 2026-05-14T03:47:04.089Z | [ helios-setup] May 14 03:47:03.137 INFO E| Compiling winnow v0.7.13 |
| 3208 | 2026-05-14T03:47:04.321Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3209 | 2026-05-14T03:47:04.350Z | [ helios-setup] May 14 03:47:03.400 INFO E| Compiling utf8parse v0.2.2 |
| 3210 | 2026-05-14T03:47:04.423Z | [ helios-setup] May 14 03:47:03.473 INFO E| Compiling byteorder v1.5.0 |
| 3211 | 2026-05-14T03:47:04.491Z | [ helios-setup] May 14 03:47:03.540 INFO E| Compiling crc32fast v1.5.0 |
| 3212 | 2026-05-14T03:47:04.496Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3213 | 2026-05-14T03:47:04.499Z | [ helios-setup] May 14 03:47:03.546 INFO E| Compiling generic-array v0.14.9 |
| 3214 | 2026-05-14T03:47:04.699Z | [ helios-setup] May 14 03:47:03.749 INFO E| Compiling rustix v1.1.2 |
| 3215 | 2026-05-14T03:47:04.729Z | [ helios-setup] May 14 03:47:03.779 INFO E| Compiling num-traits v0.2.19 |
| 3216 | 2026-05-14T03:47:04.732Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3217 | 2026-05-14T03:47:04.865Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3218 | 2026-05-14T03:47:04.911Z | [ helios-setup] May 14 03:47:03.961 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3219 | 2026-05-14T03:47:05.087Z | [ helios-setup] May 14 03:47:04.137 INFO E| Compiling memchr v2.7.6 |
| 3220 | 2026-05-14T03:47:05.101Z | [ helios-setup] May 14 03:47:04.151 INFO E| Compiling anyhow v1.0.100 |
| 3221 | 2026-05-14T03:47:05.101Z | [ helios-setup] May 14 03:47:04.151 INFO E| Compiling flagset v0.4.7 |
| 3222 | 2026-05-14T03:47:05.338Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3223 | 2026-05-14T03:47:05.412Z | [ helios-setup] May 14 03:47:04.462 INFO E| Compiling equivalent v1.0.2 |
| 3224 | 2026-05-14T03:47:05.477Z | [ helios-setup] May 14 03:47:04.528 INFO E| Compiling hashbrown v0.16.0 |
| 3225 | 2026-05-14T03:47:05.511Z | [ helios-setup] May 14 03:47:04.561 INFO E| Compiling anstyle-parse v0.2.7 |
| 3226 | 2026-05-14T03:47:05.532Z | [ helios-setup] May 14 03:47:04.583 INFO E| Compiling toml_datetime v0.7.3 |
| 3227 | 2026-05-14T03:47:05.830Z | [ helios-setup] May 14 03:47:04.881 INFO E| Compiling shlex v1.3.0 |
| 3228 | 2026-05-14T03:47:05.894Z | [ helios-setup] May 14 03:47:04.944 INFO E| Compiling getrandom v0.2.16 |
| 3229 | 2026-05-14T03:47:05.940Z | [ helios-setup] May 14 03:47:04.991 INFO E| Compiling errno v0.3.14 |
| 3230 | 2026-05-14T03:47:05.943Z | [ helios-setup] May 14 03:47:04.991 INFO E| Compiling anstyle-query v1.1.4 |
| 3231 | 2026-05-14T03:47:05.954Z | [ helios-setup] May 14 03:47:05.005 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3232 | 2026-05-14T03:47:05.984Z | [ helios-setup] May 14 03:47:05.034 INFO E| Compiling cpufeatures v0.2.17 |
| 3233 | 2026-05-14T03:47:05.988Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3234 | 2026-05-14T03:47:06.092Z | [ helios-setup] May 14 03:47:05.143 INFO E| Compiling colorchoice v1.0.4 |
| 3235 | 2026-05-14T03:47:06.102Z | [ helios-setup] May 14 03:47:05.152 INFO E| Compiling syn v1.0.109 |
| 3236 | 2026-05-14T03:47:06.140Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3237 | 2026-05-14T03:47:06.203Z | [ helios-setup] May 14 03:47:05.253 INFO E| Compiling rand_core v0.6.4 |
| 3238 | 2026-05-14T03:47:06.232Z | [ helios-setup] May 14 03:47:05.283 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3239 | 2026-05-14T03:47:06.232Z | [ helios-setup] May 14 03:47:05.283 INFO E| Compiling anstyle v1.0.13 |
| 3240 | 2026-05-14T03:47:06.233Z | [ helios-setup] May 14 03:47:05.283 INFO E| Compiling radium v0.7.0 |
| 3241 | 2026-05-14T03:47:06.311Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3242 | 2026-05-14T03:47:06.502Z | [ helios-setup] May 14 03:47:05.552 INFO E| Compiling indexmap v2.12.0 |
| 3243 | 2026-05-14T03:47:06.536Z | [ helios-setup] May 14 03:47:05.583 INFO E| Compiling toml_parser v1.0.4 |
| 3244 | 2026-05-14T03:47:06.616Z | [ helios-setup] May 14 03:47:05.666 INFO E| Compiling allocator-api2 v0.2.21 |
| 3245 | 2026-05-14T03:47:06.651Z | [ helios-setup] May 14 03:47:05.695 INFO E| Compiling anstream v0.6.21 |
| 3246 | 2026-05-14T03:47:06.756Z | [ helios-setup] May 14 03:47:05.807 INFO E| Compiling slog v2.8.2 |
| 3247 | 2026-05-14T03:47:06.777Z | [ helios-setup] May 14 03:47:05.827 INFO E| Compiling cc v1.2.44 |
| 3248 | 2026-05-14T03:47:06.929Z | [ helios-setup] May 14 03:47:05.980 INFO E| Compiling syn v2.0.108 |
| 3249 | 2026-05-14T03:47:07.089Z | [ helios-setup] May 14 03:47:06.139 INFO E| Compiling futures-sink v0.3.31 |
| 3250 | 2026-05-14T03:47:07.189Z | [ helios-setup] May 14 03:47:06.239 INFO E| Compiling pin-project-lite v0.2.16 |
| 3251 | 2026-05-14T03:47:07.225Z | [ helios-setup] May 14 03:47:06.276 INFO E| Compiling pkg-config v0.3.32 |
| 3252 | 2026-05-14T03:47:07.399Z | [ helios-setup] May 14 03:47:06.449 INFO E| Compiling futures-core v0.3.31 |
| 3253 | 2026-05-14T03:47:07.412Z | [ helios-setup] May 14 03:47:06.462 INFO E| Compiling tap v1.0.1 |
| 3254 | 2026-05-14T03:47:07.449Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3255 | 2026-05-14T03:47:07.453Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3256 | 2026-05-14T03:47:07.526Z | [ helios-setup] May 14 03:47:06.576 INFO E| Compiling toml_edit v0.23.7 |
| 3257 | 2026-05-14T03:47:07.551Z | [ helios-setup] May 14 03:47:06.600 INFO E| Compiling maybe-uninit v2.0.0 |
| 3258 | 2026-05-14T03:47:07.564Z | [ helios-setup] May 14 03:47:06.614 INFO E| Compiling parking_lot_core v0.9.12 |
| 3259 | 2026-05-14T03:47:07.707Z | [ helios-setup] May 14 03:47:06.757 INFO E| Compiling block-buffer v0.10.4 |
| 3260 | 2026-05-14T03:47:07.725Z | [ host-package] Compiling xshell v0.2.7 |
| 3261 | 2026-05-14T03:47:07.731Z | [ host-package] Compiling term v0.7.0 |
| 3262 | 2026-05-14T03:47:07.757Z | [ helios-setup] May 14 03:47:06.808 INFO E| Compiling crypto-common v0.1.6 |
| 3263 | 2026-05-14T03:47:07.834Z | [ helios-setup] May 14 03:47:06.885 INFO E| Compiling unicode-width v0.2.2 |
| 3264 | 2026-05-14T03:47:07.891Z | [ helios-setup] May 14 03:47:06.941 INFO E| Compiling digest v0.10.7 |
| 3265 | 2026-05-14T03:47:07.899Z | [ helios-setup] May 14 03:47:06.949 INFO E| Compiling num-integer v0.1.46 |
| 3266 | 2026-05-14T03:47:07.928Z | [ helios-setup] May 14 03:47:06.979 INFO E| Compiling futures-channel v0.3.31 |
| 3267 | 2026-05-14T03:47:07.986Z | [ helios-setup] May 14 03:47:07.036 INFO E| Compiling wyz v0.5.1 |
| 3268 | 2026-05-14T03:47:08.121Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3269 | 2026-05-14T03:47:08.124Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3270 | 2026-05-14T03:47:08.252Z | [ helios-setup] May 14 03:47:07.302 INFO E| Compiling sha2 v0.10.9 |
| 3271 | 2026-05-14T03:47:08.268Z | [ helios-setup] May 14 03:47:07.318 INFO E| Compiling getopts v0.2.24 |
| 3272 | 2026-05-14T03:47:08.268Z | [ helios-setup] May 14 03:47:07.318 INFO E| Compiling ahash v0.8.12 |
| 3273 | 2026-05-14T03:47:08.287Z | [ helios-setup] May 14 03:47:07.337 INFO E| Compiling pin-utils v0.1.0 |
| 3274 | 2026-05-14T03:47:08.313Z | [ helios-setup] May 14 03:47:07.363 INFO E| Compiling slab v0.4.11 |
| 3275 | 2026-05-14T03:47:08.377Z | [ helios-setup] May 14 03:47:07.428 INFO E| Compiling thiserror v1.0.69 |
| 3276 | 2026-05-14T03:47:08.415Z | [ helios-setup] May 14 03:47:07.465 INFO E| Compiling itoa v1.0.15 |
| 3277 | 2026-05-14T03:47:08.518Z | [ helios-setup] May 14 03:47:07.568 INFO E| Compiling packed_struct v0.10.1 |
| 3278 | 2026-05-14T03:47:08.540Z | [ helios-setup] May 14 03:47:07.590 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3279 | 2026-05-14T03:47:08.553Z | [ helios-setup] May 14 03:47:07.602 INFO E| Compiling time-core v0.1.6 |
| 3280 | 2026-05-14T03:47:08.626Z | [ helios-setup] May 14 03:47:07.677 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3281 | 2026-05-14T03:47:08.658Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3282 | 2026-05-14T03:47:08.748Z | [ helios-setup] May 14 03:47:07.798 INFO E| Compiling bitflags v2.10.0 |
| 3283 | 2026-05-14T03:47:08.791Z | [ helios-setup] May 14 03:47:07.841 INFO E| Compiling strsim v0.11.1 |
| 3284 | 2026-05-14T03:47:08.862Z | [ helios-setup] May 14 03:47:07.913 INFO E| Compiling futures-io v0.3.31 |
| 3285 | 2026-05-14T03:47:08.957Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3286 | 2026-05-14T03:47:09.007Z | [ helios-setup] May 14 03:47:08.057 INFO E| Compiling num-conv v0.1.0 |
| 3287 | 2026-05-14T03:47:09.033Z | [ helios-setup] May 14 03:47:08.083 INFO E| Compiling spin v0.9.8 |
| 3288 | 2026-05-14T03:47:09.135Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3289 | 2026-05-14T03:47:09.140Z | [ helios-setup] May 14 03:47:08.191 INFO E| Compiling clap_lex v0.7.6 |
| 3290 | 2026-05-14T03:47:09.253Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3291 | 2026-05-14T03:47:09.275Z | [ helios-setup] May 14 03:47:08.325 INFO E| Compiling getrandom v0.3.4 |
| 3292 | 2026-05-14T03:47:09.288Z | [ host-package] Compiling itertools v0.10.5 |
| 3293 | 2026-05-14T03:47:09.291Z | [ helios-setup] May 14 03:47:08.341 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3294 | 2026-05-14T03:47:09.304Z | [ helios-setup] May 14 03:47:08.354 INFO E| Compiling heck v0.5.0 |
| 3295 | 2026-05-14T03:47:09.342Z | [ helios-setup] May 14 03:47:08.391 INFO E| Compiling futures-task v0.3.31 |
| 3296 | 2026-05-14T03:47:09.354Z | [ helios-setup] May 14 03:47:08.404 INFO E| Compiling scopeguard v1.2.0 |
| 3297 | 2026-05-14T03:47:09.454Z | [ helios-setup] May 14 03:47:08.504 INFO E| Compiling funty v2.0.0 |
| 3298 | 2026-05-14T03:47:09.483Z | [ helios-setup] May 14 03:47:08.533 INFO E| Compiling powerfmt v0.2.0 |
| 3299 | 2026-05-14T03:47:09.483Z | [ helios-setup] May 14 03:47:08.533 INFO E| Compiling bytes v1.10.1 |
| 3300 | 2026-05-14T03:47:09.516Z | [ helios-setup] May 14 03:47:08.566 INFO E| Compiling time-macros v0.2.24 |
| 3301 | 2026-05-14T03:47:09.696Z | [ helios-setup] May 14 03:47:08.745 INFO E| Compiling deranged v0.5.5 |
| 3302 | 2026-05-14T03:47:09.725Z | [ helios-setup] May 14 03:47:08.770 INFO E| Compiling lock_api v0.4.14 |
| 3303 | 2026-05-14T03:47:09.794Z | [ helios-setup] May 14 03:47:08.844 INFO E| Compiling lazy_static v1.5.0 |
| 3304 | 2026-05-14T03:47:09.949Z | [ helios-setup] May 14 03:47:08.999 INFO E| Compiling terminal_size v0.4.3 |
| 3305 | 2026-05-14T03:47:10.032Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3306 | 2026-05-14T03:47:10.085Z | [ helios-setup] May 14 03:47:09.135 INFO E| Compiling num-iter v0.1.45 |
| 3307 | 2026-05-14T03:47:10.127Z | [ helios-setup] May 14 03:47:09.177 INFO E| Compiling clap_builder v4.5.51 |
| 3308 | 2026-05-14T03:47:10.131Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3309 | 2026-05-14T03:47:10.185Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3310 | 2026-05-14T03:47:10.193Z | [ helios-setup] May 14 03:47:09.243 INFO E| Compiling indexmap v1.9.3 |
| 3311 | 2026-05-14T03:47:10.223Z | [ helios-setup] May 14 03:47:09.273 INFO E| Compiling nodrop v0.1.14 |
| 3312 | 2026-05-14T03:47:10.248Z | [ helios-setup] May 14 03:47:09.298 INFO E| Compiling bitvec v1.0.1 |
| 3313 | 2026-05-14T03:47:10.334Z | [ helios-setup] May 14 03:47:09.384 INFO E| Compiling thiserror v2.0.17 |
| 3314 | 2026-05-14T03:47:10.474Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3315 | 2026-05-14T03:47:10.514Z | [ helios-setup] May 14 03:47:09.565 INFO E| Compiling simd-adler32 v0.3.7 |
| 3316 | 2026-05-14T03:47:10.521Z | [ helios-setup] May 14 03:47:09.571 INFO E| Compiling iana-time-zone v0.1.64 |
| 3317 | 2026-05-14T03:47:10.564Z | [ helios-setup] May 14 03:47:09.614 INFO E| Compiling crc-catalog v2.4.0 |
| 3318 | 2026-05-14T03:47:10.567Z | [ helios-setup] May 14 03:47:09.614 INFO E| Compiling serde_json v1.0.145 |
| 3319 | 2026-05-14T03:47:10.693Z | [ helios-setup] May 14 03:47:09.743 INFO E| Compiling log v0.4.28 |
| 3320 | 2026-05-14T03:47:10.733Z | [ helios-setup] May 14 03:47:09.784 INFO E| Compiling once_cell v1.21.3 |
| 3321 | 2026-05-14T03:47:11.003Z | [ host-package] Compiling bit-set v0.5.3 |
| 3322 | 2026-05-14T03:47:11.031Z | [ helios-setup] May 14 03:47:10.082 INFO E| Compiling adler2 v2.0.1 |
| 3323 | 2026-05-14T03:47:11.130Z | [ helios-setup] May 14 03:47:10.180 INFO E| Compiling env_filter v0.1.4 |
| 3324 | 2026-05-14T03:47:11.138Z | [ helios-setup] May 14 03:47:10.188 INFO E| Compiling parking_lot v0.12.5 |
| 3325 | 2026-05-14T03:47:11.241Z | [ helios-setup] May 14 03:47:10.291 INFO E| Compiling miniz_oxide v0.8.9 |
| 3326 | 2026-05-14T03:47:11.435Z | [ helios-setup] May 14 03:47:10.485 INFO E| Compiling crc v3.3.0 |
| 3327 | 2026-05-14T03:47:11.518Z | [ host-package] Compiling ena v0.14.4 |
| 3328 | 2026-05-14T03:47:11.546Z | [ helios-setup] May 14 03:47:10.594 INFO E| Compiling chrono v0.4.42 |
| 3329 | 2026-05-14T03:47:11.619Z | [ helios-setup] May 14 03:47:10.669 INFO E| Compiling array-init v0.0.4 |
| 3330 | 2026-05-14T03:47:11.754Z | [ helios-setup] May 14 03:47:10.804 INFO E| Compiling smallvec v0.6.14 |
| 3331 | 2026-05-14T03:47:11.927Z | [ host-package] Compiling libloading v0.8.9 |
| 3332 | 2026-05-14T03:47:11.980Z | [ helios-setup] May 14 03:47:11.017 INFO E| Compiling serde_spanned v1.0.3 |
| 3333 | 2026-05-14T03:47:12.265Z | [ helios-setup] May 14 03:47:11.316 INFO E| Compiling time v0.3.44 |
| 3334 | 2026-05-14T03:47:12.301Z | [ host-package] Compiling diff v0.1.13 |
| 3335 | 2026-05-14T03:47:12.328Z | [ helios-setup] May 14 03:47:11.379 INFO E| Compiling signature v2.2.0 |
| 3336 | 2026-05-14T03:47:12.361Z | [ host-package] Compiling unicase v2.9.0 |
| 3337 | 2026-05-14T03:47:12.388Z | [ helios-setup] May 14 03:47:11.439 INFO E| Compiling socket2 v0.6.1 |
| 3338 | 2026-05-14T03:47:12.411Z | [ helios-setup] May 14 03:47:11.461 INFO E| Compiling mio v1.1.0 |
| 3339 | 2026-05-14T03:47:12.569Z | [ helios-setup] May 14 03:47:11.619 INFO E| Compiling is-terminal v0.4.17 |
| 3340 | 2026-05-14T03:47:12.580Z | [ helios-setup] May 14 03:47:11.630 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3341 | 2026-05-14T03:47:12.701Z | [ host-package] Compiling crc8 v0.1.1 |
| 3342 | 2026-05-14T03:47:12.818Z | [ helios-setup] May 14 03:47:11.868 INFO E| Compiling thread_local v1.1.9 |
| 3343 | 2026-05-14T03:47:12.994Z | [ helios-setup] May 14 03:47:12.044 INFO E| Compiling ryu v1.0.20 |
| 3344 | 2026-05-14T03:47:13.034Z | [ helios-setup] May 14 03:47:12.083 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3345 | 2026-05-14T03:47:13.089Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3346 | 2026-05-14T03:47:13.168Z | [ host-package] Compiling bindgen v0.71.1 |
| 3347 | 2026-05-14T03:47:13.175Z | [ helios-setup] May 14 03:47:12.225 INFO E| Compiling term v1.2.0 |
| 3348 | 2026-05-14T03:47:13.356Z | [ helios-setup] May 14 03:47:12.406 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3349 | 2026-05-14T03:47:13.563Z | [ helios-setup] May 14 03:47:12.613 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3350 | 2026-05-14T03:47:13.586Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3351 | 2026-05-14T03:47:13.771Z | [ helios-setup] May 14 03:47:12.821 INFO E| Compiling serde_derive v1.0.228 |
| 3352 | 2026-05-14T03:47:13.808Z | [ helios-setup] May 14 03:47:12.858 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3353 | 2026-05-14T03:47:13.860Z | [ helios-setup] May 14 03:47:12.910 INFO E| Compiling der_derive v0.7.3 |
| 3354 | 2026-05-14T03:47:13.895Z | [ helios-setup] May 14 03:47:12.946 INFO E| Compiling futures-macro v0.3.31 |
| 3355 | 2026-05-14T03:47:13.920Z | [ helios-setup] May 14 03:47:12.971 INFO E| Compiling thiserror-impl v1.0.69 |
| 3356 | 2026-05-14T03:47:13.997Z | [ helios-setup] May 14 03:47:13.047 INFO E| Compiling bitfield-macros v0.19.3 |
| 3357 | 2026-05-14T03:47:14.049Z | [ helios-setup] May 14 03:47:13.099 INFO E| Compiling num_enum_derive v0.7.5 |
| 3358 | 2026-05-14T03:47:14.083Z | [ helios-setup] May 14 03:47:13.133 INFO E| Compiling clap_derive v4.5.49 |
| 3359 | 2026-05-14T03:47:14.195Z | [ helios-setup] May 14 03:47:13.245 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3360 | 2026-05-14T03:47:14.314Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3361 | 2026-05-14T03:47:14.949Z | [ helios-setup] May 14 03:47:13.999 INFO E| Compiling thiserror-impl v2.0.17 |
| 3362 | 2026-05-14T03:47:15.187Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3363 | 2026-05-14T03:47:15.425Z | [ helios-setup] May 14 03:47:14.475 INFO E| Compiling bitfield v0.19.3 |
| 3364 | 2026-05-14T03:47:15.667Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-05-14T03:47:15.726Z | [ helios-setup] May 14 03:47:14.776 INFO E| Compiling tokio-macros v2.6.0 |
| 3366 | 2026-05-14T03:47:15.837Z | [ helios-setup] May 14 03:47:14.888 INFO E| Compiling zerocopy v0.6.6 |
| 3367 | 2026-05-14T03:47:15.849Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3368 | 2026-05-14T03:47:15.906Z | [ host-package] Compiling cexpr v0.6.0 |
| 3369 | 2026-05-14T03:47:15.980Z | [ helios-setup] May 14 03:47:15.014 INFO E| Compiling hashbrown v0.12.3 |
| 3370 | 2026-05-14T03:47:16.064Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3371 | 2026-05-14T03:47:16.091Z | [ helios-setup] May 14 03:47:15.142 INFO E| Compiling der v0.7.10 |
| 3372 | 2026-05-14T03:47:16.119Z | [ helios-setup] May 14 03:47:15.169 INFO E| Compiling subtle v2.6.1 |
| 3373 | 2026-05-14T03:47:16.197Z | [ helios-setup] May 14 03:47:15.226 INFO E| Compiling futures-util v0.3.31 |
| 3374 | 2026-05-14T03:47:16.250Z | [ helios-setup] May 14 03:47:15.298 INFO E| Compiling base64 v0.21.7 |
| 3375 | 2026-05-14T03:47:16.351Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3376 | 2026-05-14T03:47:16.387Z | [ helios-setup] May 14 03:47:15.437 INFO E| Compiling num_enum v0.7.5 |
| 3377 | 2026-05-14T03:47:16.460Z | [ helios-setup] May 14 03:47:15.511 INFO E| Compiling winnow v0.5.40 |
| 3378 | 2026-05-14T03:47:16.675Z | [ helios-setup] May 14 03:47:15.725 INFO E| Compiling toml_writer v1.0.4 |
| 3379 | 2026-05-14T03:47:17.040Z | [ helios-setup] May 14 03:47:16.090 INFO E| Compiling toml v0.9.8 |
| 3380 | 2026-05-14T03:47:17.057Z | [ helios-setup] May 14 03:47:16.108 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3381 | 2026-05-14T03:47:17.117Z | [ helios-setup] May 14 03:47:16.168 INFO E| Compiling devinfo v0.1.0 |
| 3382 | 2026-05-14T03:47:17.125Z | [ helios-setup] May 14 03:47:16.175 INFO E| Compiling tokio v1.48.0 |
| 3383 | 2026-05-14T03:47:17.229Z | [ host-package] Compiling diesel v2.3.7 |
| 3384 | 2026-05-14T03:47:17.382Z | [ helios-setup] May 14 03:47:16.432 INFO E| Compiling bzip2 v0.4.4 |
| 3385 | 2026-05-14T03:47:17.437Z | [ host-package] Compiling typify v0.4.3 |
| 3386 | 2026-05-14T03:47:17.478Z | [ helios-setup] May 14 03:47:16.529 INFO E| Compiling flate2 v1.1.5 |
| 3387 | 2026-05-14T03:47:17.550Z | [ helios-setup] May 14 03:47:16.600 INFO E| Compiling uuid v1.18.1 |
| 3388 | 2026-05-14T03:47:17.757Z | [ host-package] Compiling headers-core v0.3.0 |
| 3389 | 2026-05-14T03:47:17.868Z | [ host-package] Compiling libxml v0.3.3 |
| 3390 | 2026-05-14T03:47:18.021Z | [ helios-setup] May 14 03:47:17.071 INFO E| Compiling spki v0.7.3 |
| 3391 | 2026-05-14T03:47:18.036Z | [ helios-setup] May 14 03:47:17.087 INFO E| Compiling env_logger v0.11.8 |
| 3392 | 2026-05-14T03:47:18.053Z | [ host-package] Compiling headers v0.4.1 |
| 3393 | 2026-05-14T03:47:18.424Z | [ helios-setup] May 14 03:47:17.474 INFO E| Compiling pkcs8 v0.10.2 |
| 3394 | 2026-05-14T03:47:18.443Z | [ helios-setup] May 14 03:47:17.493 INFO E| Compiling clap v4.5.51 |
| 3395 | 2026-05-14T03:47:18.507Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3396 | 2026-05-14T03:47:18.540Z | [ helios-setup] May 14 03:47:17.590 INFO E| Compiling x509-cert v0.2.5 |
| 3397 | 2026-05-14T03:47:18.547Z | [ helios-setup] May 14 03:47:17.597 INFO E| Compiling foldhash v0.2.0 |
| 3398 | 2026-05-14T03:47:18.676Z | [ helios-setup] May 14 03:47:17.726 INFO E| Compiling hex v0.4.3 |
| 3399 | 2026-05-14T03:47:18.744Z | [ helios-setup] May 14 03:47:17.794 INFO E| Compiling crc-any v2.5.0 |
| 3400 | 2026-05-14T03:47:18.956Z | [ helios-setup] May 14 03:47:18.006 INFO E| Compiling pkcs1 v0.7.5 |
| 3401 | 2026-05-14T03:47:19.179Z | [ helios-setup] May 14 03:47:18.229 INFO E| Compiling rustc-hash v2.1.1 |
| 3402 | 2026-05-14T03:47:19.189Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3403 | 2026-05-14T03:47:19.323Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3404 | 2026-05-14T03:47:19.452Z | [ helios-setup] May 14 03:47:18.502 INFO E| Compiling bitflags v1.3.2 |
| 3405 | 2026-05-14T03:47:19.474Z | [ helios-setup] May 14 03:47:18.524 INFO E| Compiling iddqd v0.3.14 |
| 3406 | 2026-05-14T03:47:19.485Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3407 | 2026-05-14T03:47:19.546Z | [ helios-setup] May 14 03:47:18.595 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3408 | 2026-05-14T03:47:19.558Z | [ helios-setup] May 14 03:47:18.608 INFO E| Compiling zip v0.6.6 |
| 3409 | 2026-05-14T03:47:19.922Z | [ helios-setup] May 14 03:47:18.972 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3410 | 2026-05-14T03:47:20.171Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3411 | 2026-05-14T03:47:20.233Z | [ helios-setup] May 14 03:47:19.283 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3412 | 2026-05-14T03:47:20.551Z | [ helios-setup] May 14 03:47:19.601 INFO E| Compiling path-slash v0.1.5 |
| 3413 | 2026-05-14T03:47:20.671Z | [ helios-setup] May 14 03:47:19.721 INFO E| Compiling hashbrown v0.13.2 |
| 3414 | 2026-05-14T03:47:21.159Z | [ helios-setup] May 14 03:47:20.209 INFO E| Compiling rand_chacha v0.3.1 |
| 3415 | 2026-05-14T03:47:21.338Z | [ host-package] Compiling indoc v1.0.9 |
| 3416 | 2026-05-14T03:47:21.494Z | [ helios-setup] May 14 03:47:20.544 INFO E| Compiling rand v0.8.5 |
| 3417 | 2026-05-14T03:47:21.520Z | [ helios-setup] May 14 03:47:20.570 INFO E| Compiling erased-serde v0.3.31 |
| 3418 | 2026-05-14T03:47:21.629Z | [ helios-setup] May 14 03:47:20.679 INFO E| Compiling serde_spanned v0.6.9 |
| 3419 | 2026-05-14T03:47:21.773Z | [ helios-setup] May 14 03:47:20.823 INFO E| Compiling futures-executor v0.3.31 |
| 3420 | 2026-05-14T03:47:22.082Z | [ helios-setup] May 14 03:47:21.133 INFO E| Compiling toml_datetime v0.6.11 |
| 3421 | 2026-05-14T03:47:22.164Z | [ helios-setup] May 14 03:47:21.214 INFO E| Compiling futures v0.3.31 |
| 3422 | 2026-05-14T03:47:22.218Z | [ helios-setup] May 14 03:47:21.268 INFO E| Compiling serde-hex v0.1.0 |
| 3423 | 2026-05-14T03:47:22.267Z | [ helios-setup] May 14 03:47:21.317 INFO E| Compiling ron v0.8.1 |
| 3424 | 2026-05-14T03:47:22.306Z | [ helios-setup] May 14 03:47:21.357 INFO E| Compiling object v0.30.4 |
| 3425 | 2026-05-14T03:47:22.311Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3426 | 2026-05-14T03:47:22.914Z | [ helios-setup] May 14 03:47:21.963 INFO E| Compiling toml_edit v0.19.15 |
| 3427 | 2026-05-14T03:47:23.034Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3428 | 2026-05-14T03:47:23.351Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3429 | 2026-05-14T03:47:23.541Z | [ helios-setup] May 14 03:47:22.592 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3430 | 2026-05-14T03:47:23.854Z | [ helios-setup] May 14 03:47:22.904 INFO E| Compiling slog-term v2.9.2 |
| 3431 | 2026-05-14T03:47:23.971Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3432 | 2026-05-14T03:47:24.174Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3433 | 2026-05-14T03:47:24.177Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3434 | 2026-05-14T03:47:24.584Z | [ helios-setup] May 14 03:47:23.634 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3435 | 2026-05-14T03:47:24.795Z | [ helios-setup] May 14 03:47:23.845 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3436 | 2026-05-14T03:47:25.088Z | [ helios-setup] May 14 03:47:24.138 INFO E| Compiling rsa v0.9.8 |
| 3437 | 2026-05-14T03:47:25.095Z | [ helios-setup] May 14 03:47:24.145 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3438 | 2026-05-14T03:47:25.149Z | [ helios-setup] May 14 03:47:24.200 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3439 | 2026-05-14T03:47:25.332Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3440 | 2026-05-14T03:47:25.435Z | [ host-package] Compiling half v1.8.3 |
| 3441 | 2026-05-14T03:47:25.756Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3442 | 2026-05-14T03:47:25.837Z | [ helios-setup] May 14 03:47:24.887 INFO E| Compiling toml v0.7.8 |
| 3443 | 2026-05-14T03:47:25.972Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3444 | 2026-05-14T03:47:26.443Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3445 | 2026-05-14T03:47:27.011Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3446 | 2026-05-14T03:47:27.293Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3447 | 2026-05-14T03:47:27.440Z | [ host-package] Compiling bb8 v0.8.6 |
| 3448 | 2026-05-14T03:47:28.052Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3449 | 2026-05-14T03:47:28.235Z | [ host-package] Compiling samael v0.0.19 |
| 3450 | 2026-05-14T03:47:28.353Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3451 | 2026-05-14T03:47:28.740Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3452 | 2026-05-14T03:47:28.740Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3453 | 2026-05-14T03:47:29.131Z | [ host-package] Compiling fxhash v0.2.1 |
| 3454 | 2026-05-14T03:47:29.584Z | [ host-package] Compiling salty v0.3.0 |
| 3455 | 2026-05-14T03:47:29.739Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 3456 | 2026-05-14T03:47:30.193Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3457 | 2026-05-14T03:47:30.614Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3458 | 2026-05-14T03:47:30.755Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3459 | 2026-05-14T03:47:30.783Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3460 | 2026-05-14T03:47:31.073Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3461 | 2026-05-14T03:47:31.328Z | [ host-package] Compiling polar-core v0.27.3 |
| 3462 | 2026-05-14T03:47:31.354Z | [ host-package] Compiling nonempty v0.12.0 |
| 3463 | 2026-05-14T03:47:31.442Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3464 | 2026-05-14T03:47:31.596Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3465 | 2026-05-14T03:47:32.503Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3466 | 2026-05-14T03:47:32.782Z | [ helios-setup] May 14 03:47:31.832 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3467 | 2026-05-14T03:47:32.877Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3468 | 2026-05-14T03:47:32.977Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3469 | 2026-05-14T03:47:33.949Z | [ helios-setup] May 14 03:47:32.999 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3470 | 2026-05-14T03:47:34.082Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3471 | 2026-05-14T03:47:35.129Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3472 | 2026-05-14T03:47:35.658Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3473 | 2026-05-14T03:47:36.395Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3474 | 2026-05-14T03:47:37.149Z | [ host-package] Compiling darling_core v0.23.0 |
| 3475 | 2026-05-14T03:47:37.255Z | [ host-package] Compiling nanorand v0.7.0 |
| 3476 | 2026-05-14T03:47:37.692Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3477 | 2026-05-14T03:47:38.243Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3478 | 2026-05-14T03:47:38.404Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3479 | 2026-05-14T03:47:38.495Z | [ helios-setup] May 14 03:47:37.545 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3480 | 2026-05-14T03:47:38.706Z | [ host-package] Compiling progenitor v0.11.2 |
| 3481 | 2026-05-14T03:47:38.904Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3482 | 2026-05-14T03:47:39.075Z | [ host-package] Compiling flume v0.11.1 |
| 3483 | 2026-05-14T03:47:39.357Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3484 | 2026-05-14T03:47:39.426Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3485 | 2026-05-14T03:47:39.659Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3486 | 2026-05-14T03:47:39.970Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3487 | 2026-05-14T03:47:42.144Z | [ host-package] Compiling oso v0.27.3 |
| 3488 | 2026-05-14T03:47:42.827Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3489 | 2026-05-14T03:47:44.370Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3490 | 2026-05-14T03:47:45.160Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3491 | 2026-05-14T03:47:46.064Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3492 | 2026-05-14T03:47:47.889Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3493 | 2026-05-14T03:47:48.091Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3494 | 2026-05-14T03:47:50.145Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3495 | 2026-05-14T03:47:50.260Z | [ helios-setup] May 14 03:47:49.310 INFO E| Finished `release` profile [optimized] target(s) in 48.76s |
| 3496 | 2026-05-14T03:47:50.263Z | [ helios-setup] May 14 03:47:49.313 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3497 | 2026-05-14T03:47:50.263Z | [ helios-setup] May 14 03:47:49.313 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3498 | 2026-05-14T03:47:50.321Z | [ helios-setup] May 14 03:47:49.371 INFO building project "pilot" ok (48 seconds) |
| 3499 | 2026-05-14T03:47:50.321Z | [ helios-setup] May 14 03:47:49.371 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3500 | 2026-05-14T03:47:50.330Z | [ helios-setup] May 14 03:47:49.380 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 3501 | 2026-05-14T03:47:50.330Z | [ helios-setup] May 14 03:47:49.380 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3502 | 2026-05-14T03:47:50.330Z | [ helios-setup] May 14 03:47:49.380 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3503 | 2026-05-14T03:47:50.443Z | [ helios-setup] May 14 03:47:49.493 INFO E| Downloading crates ... |
| 3504 | 2026-05-14T03:47:50.635Z | [ helios-setup] May 14 03:47:49.685 INFO E| Downloaded sha2 v0.10.5 |
| 3505 | 2026-05-14T03:47:50.648Z | [ helios-setup] May 14 03:47:49.698 INFO E| Downloaded block-buffer v0.10.3 |
| 3506 | 2026-05-14T03:47:50.651Z | [ helios-setup] May 14 03:47:49.700 INFO E| Downloaded bytes v1.2.1 |
| 3507 | 2026-05-14T03:47:50.654Z | [ helios-setup] May 14 03:47:49.702 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3508 | 2026-05-14T03:47:50.657Z | [ helios-setup] May 14 03:47:49.707 INFO E| Downloaded flate2 v1.0.25 |
| 3509 | 2026-05-14T03:47:50.660Z | [ helios-setup] May 14 03:47:49.709 INFO E| Downloaded generic-array v0.14.6 |
| 3510 | 2026-05-14T03:47:50.663Z | [ helios-setup] May 14 03:47:49.710 INFO E| Downloaded digest v0.10.3 |
| 3511 | 2026-05-14T03:47:50.663Z | [ helios-setup] May 14 03:47:49.712 INFO E| Downloaded anyhow v1.0.62 |
| 3512 | 2026-05-14T03:47:50.684Z | [ helios-setup] May 14 03:47:49.734 INFO E| Downloaded cpufeatures v0.2.5 |
| 3513 | 2026-05-14T03:47:50.687Z | [ helios-setup] May 14 03:47:49.737 INFO E| Downloaded typenum v1.15.0 |
| 3514 | 2026-05-14T03:47:50.731Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling typenum v1.15.0 |
| 3515 | 2026-05-14T03:47:50.731Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling version_check v0.9.4 |
| 3516 | 2026-05-14T03:47:50.731Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling crc32fast v1.3.2 |
| 3517 | 2026-05-14T03:47:50.734Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling cfg-if v1.0.0 |
| 3518 | 2026-05-14T03:47:50.734Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling anyhow v1.0.62 |
| 3519 | 2026-05-14T03:47:50.734Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling adler v1.0.2 |
| 3520 | 2026-05-14T03:47:50.734Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling unicode-width v0.1.10 |
| 3521 | 2026-05-14T03:47:50.735Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling cpufeatures v0.2.5 |
| 3522 | 2026-05-14T03:47:50.735Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling bytes v1.2.1 |
| 3523 | 2026-05-14T03:47:50.735Z | [ helios-setup] May 14 03:47:49.781 INFO E| Compiling bitflags v1.3.2 |
| 3524 | 2026-05-14T03:47:51.000Z | [ helios-setup] May 14 03:47:50.049 INFO E| Compiling getopts v0.2.21 |
| 3525 | 2026-05-14T03:47:51.150Z | [ helios-setup] May 14 03:47:50.200 INFO E| Compiling miniz_oxide v0.6.2 |
| 3526 | 2026-05-14T03:47:51.384Z | [ helios-setup] May 14 03:47:50.434 INFO E| Compiling generic-array v0.14.6 |
| 3527 | 2026-05-14T03:47:51.827Z | [ helios-setup] May 14 03:47:50.878 INFO E| Compiling flate2 v1.0.25 |
| 3528 | 2026-05-14T03:47:52.063Z | [ host-package] Compiling primeorder v0.13.6 |
| 3529 | 2026-05-14T03:47:52.724Z | [ host-package] Compiling git-stub v1.0.0 |
| 3530 | 2026-05-14T03:47:52.813Z | [ helios-setup] May 14 03:47:51.863 INFO E| Compiling block-buffer v0.10.3 |
| 3531 | 2026-05-14T03:47:52.813Z | [ helios-setup] May 14 03:47:51.863 INFO E| Compiling crypto-common v0.1.6 |
| 3532 | 2026-05-14T03:47:52.938Z | [ helios-setup] May 14 03:47:51.988 INFO E| Compiling digest v0.10.3 |
| 3533 | 2026-05-14T03:47:53.041Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3534 | 2026-05-14T03:47:53.088Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3535 | 2026-05-14T03:47:53.113Z | [ helios-setup] May 14 03:47:52.162 INFO E| Compiling sha2 v0.10.5 |
| 3536 | 2026-05-14T03:47:53.346Z | [ host-package] Compiling instability v0.3.11 |
| 3537 | 2026-05-14T03:47:53.349Z | [ helios-setup] May 14 03:47:52.399 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3538 | 2026-05-14T03:47:53.543Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3539 | 2026-05-14T03:47:53.728Z | [ host-package] Compiling p384 v0.13.1 |
| 3540 | 2026-05-14T03:47:55.334Z | [ host-package] Compiling progenitor v0.10.0 |
| 3541 | 2026-05-14T03:47:55.389Z | [ helios-setup] May 14 03:47:54.439 INFO E| Finished `release` profile [optimized] target(s) in 5.04s |
| 3542 | 2026-05-14T03:47:55.404Z | [ helios-setup] May 14 03:47:54.454 INFO building project "bootserver" ok (5 seconds) |
| 3543 | 2026-05-14T03:47:55.404Z | [ helios-setup] May 14 03:47:54.454 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3544 | 2026-05-14T03:47:55.414Z | [ helios-setup] May 14 03:47:54.464 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 3545 | 2026-05-14T03:47:55.414Z | [ helios-setup] May 14 03:47:54.464 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3546 | 2026-05-14T03:47:55.417Z | [ helios-setup] May 14 03:47:54.464 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3547 | 2026-05-14T03:47:55.474Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3548 | 2026-05-14T03:47:55.519Z | [ host-package] Compiling darling v0.23.0 |
| 3549 | 2026-05-14T03:47:55.572Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3550 | 2026-05-14T03:47:55.599Z | [ helios-setup] May 14 03:47:54.649 INFO E| Downloading crates ... |
| 3551 | 2026-05-14T03:47:55.646Z | [ helios-setup] May 14 03:47:54.696 INFO E| Downloaded adler2 v2.0.0 |
| 3552 | 2026-05-14T03:47:55.655Z | [ helios-setup] May 14 03:47:54.705 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3553 | 2026-05-14T03:47:55.698Z | [ helios-setup] May 14 03:47:54.748 INFO E| Compiling adler2 v2.0.0 |
| 3554 | 2026-05-14T03:47:55.793Z | [ helios-setup] May 14 03:47:54.843 INFO E| Compiling miniz_oxide v0.8.8 |
| 3555 | 2026-05-14T03:47:56.161Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3556 | 2026-05-14T03:47:56.227Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3557 | 2026-05-14T03:47:56.257Z | [ host-package] Compiling ignore v0.4.25 |
| 3558 | 2026-05-14T03:47:56.338Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3559 | 2026-05-14T03:47:56.645Z | [ host-package] Compiling castaway v0.2.4 |
| 3560 | 2026-05-14T03:47:56.837Z | [ host-package] Compiling atty v0.2.14 |
| 3561 | 2026-05-14T03:47:56.877Z | [ helios-setup] May 14 03:47:55.927 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3562 | 2026-05-14T03:47:56.896Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3563 | 2026-05-14T03:47:57.008Z | [ host-package] Compiling http-range v0.1.5 |
| 3564 | 2026-05-14T03:47:57.158Z | [ host-package] Compiling indoc v2.0.7 |
| 3565 | 2026-05-14T03:47:57.332Z | [ helios-setup] May 14 03:47:56.382 INFO E| Finished `release` profile [optimized] target(s) in 1.90s |
| 3566 | 2026-05-14T03:47:57.341Z | [ helios-setup] May 14 03:47:56.392 INFO building project "pinprick" ok (1 seconds) |
| 3567 | 2026-05-14T03:47:57.341Z | [ helios-setup] May 14 03:47:56.392 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3568 | 2026-05-14T03:47:57.350Z | [ helios-setup] May 14 03:47:56.400 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3569 | 2026-05-14T03:47:57.350Z | [ helios-setup] May 14 03:47:56.401 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3570 | 2026-05-14T03:47:57.350Z | [ helios-setup] May 14 03:47:56.401 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3571 | 2026-05-14T03:47:57.372Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3572 | 2026-05-14T03:47:57.528Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3573 | 2026-05-14T03:47:57.545Z | [ helios-setup] May 14 03:47:56.595 INFO E| Downloading crates ... |
| 3574 | 2026-05-14T03:47:57.598Z | [ helios-setup] May 14 03:47:56.648 INFO E| Downloaded time-macros v0.2.22 |
| 3575 | 2026-05-14T03:47:57.601Z | [ helios-setup] May 14 03:47:56.650 INFO E| Downloaded errno v0.3.12 |
| 3576 | 2026-05-14T03:47:57.604Z | [ helios-setup] May 14 03:47:56.653 INFO E| Downloaded time-core v0.1.4 |
| 3577 | 2026-05-14T03:47:57.607Z | [ helios-setup] May 14 03:47:56.656 INFO E| Downloaded getrandom v0.3.3 |
| 3578 | 2026-05-14T03:47:57.631Z | [ helios-setup] May 14 03:47:56.681 INFO E| Downloaded deranged v0.4.0 |
| 3579 | 2026-05-14T03:47:57.634Z | [ helios-setup] May 14 03:47:56.683 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3580 | 2026-05-14T03:47:57.638Z | [ helios-setup] May 14 03:47:56.688 INFO E| Downloaded bitflags v2.9.1 |
| 3581 | 2026-05-14T03:47:57.647Z | [ helios-setup] May 14 03:47:56.697 INFO E| Downloaded tempfile v3.20.0 |
| 3582 | 2026-05-14T03:47:57.650Z | [ helios-setup] May 14 03:47:56.699 INFO E| Downloaded anyhow v1.0.98 |
| 3583 | 2026-05-14T03:47:57.655Z | [ helios-setup] May 14 03:47:56.706 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3584 | 2026-05-14T03:47:57.658Z | [ helios-setup] May 14 03:47:56.708 INFO E| Downloaded indexmap v2.9.0 |
| 3585 | 2026-05-14T03:47:57.673Z | [ helios-setup] May 14 03:47:56.724 INFO E| Downloaded time v0.3.41 |
| 3586 | 2026-05-14T03:47:57.679Z | [ helios-setup] May 14 03:47:56.729 INFO E| Downloaded hashbrown v0.15.3 |
| 3587 | 2026-05-14T03:47:57.682Z | [ helios-setup] May 14 03:47:56.733 INFO E| Downloaded serde_with v3.12.0 |
| 3588 | 2026-05-14T03:47:57.709Z | [ helios-setup] May 14 03:47:56.759 INFO E| Downloaded chrono v0.4.41 |
| 3589 | 2026-05-14T03:47:57.714Z | [ helios-setup] May 14 03:47:56.764 INFO E| Downloaded rustix v1.0.7 |
| 3590 | 2026-05-14T03:47:57.784Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling proc-macro2 v1.0.95 |
| 3591 | 2026-05-14T03:47:57.784Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling unicode-ident v1.0.18 |
| 3592 | 2026-05-14T03:47:57.784Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling libc v0.2.172 |
| 3593 | 2026-05-14T03:47:57.784Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling ident_case v1.0.1 |
| 3594 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling fnv v1.0.7 |
| 3595 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling strsim v0.11.1 |
| 3596 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling serde v1.0.219 |
| 3597 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling getrandom v0.3.3 |
| 3598 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling rustix v1.0.7 |
| 3599 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling bitflags v2.9.1 |
| 3600 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling anyhow v1.0.98 |
| 3601 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling thiserror v2.0.12 |
| 3602 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling cfg-if v1.0.0 |
| 3603 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling serde_json v1.0.140 |
| 3604 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling itoa v1.0.15 |
| 3605 | 2026-05-14T03:47:57.787Z | [ helios-setup] May 14 03:47:56.834 INFO E| Compiling fastrand v2.3.0 |
| 3606 | 2026-05-14T03:47:57.934Z | [ host-package] Compiling globwalk v0.9.1 |
| 3607 | 2026-05-14T03:47:57.960Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3608 | 2026-05-14T03:47:58.044Z | [ helios-setup] May 14 03:47:57.094 INFO E| Compiling once_cell v1.21.3 |
| 3609 | 2026-05-14T03:47:58.136Z | [ helios-setup] May 14 03:47:57.186 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3610 | 2026-05-14T03:47:58.195Z | [ helios-setup] May 14 03:47:57.246 INFO E| Compiling ryu v1.0.20 |
| 3611 | 2026-05-14T03:47:58.428Z | [ helios-setup] May 14 03:47:57.478 INFO E| Compiling memchr v2.7.4 |
| 3612 | 2026-05-14T03:47:58.791Z | [ host-package] Compiling compact_str v0.8.1 |
| 3613 | 2026-05-14T03:47:59.268Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3614 | 2026-05-14T03:47:59.344Z | [ helios-setup] May 14 03:47:58.394 INFO E| Compiling errno v0.3.12 |
| 3615 | 2026-05-14T03:47:59.598Z | [ helios-setup] May 14 03:47:58.648 INFO E| Compiling quote v1.0.40 |
| 3616 | 2026-05-14T03:47:59.876Z | [ helios-setup] May 14 03:47:58.926 INFO E| Compiling syn v2.0.101 |
| 3617 | 2026-05-14T03:48:00.297Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3618 | 2026-05-14T03:48:00.370Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3619 | 2026-05-14T03:48:00.450Z | [ helios-setup] May 14 03:47:59.500 INFO E| Compiling tempfile v3.20.0 |
| 3620 | 2026-05-14T03:48:00.624Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3621 | 2026-05-14T03:48:01.398Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3622 | 2026-05-14T03:48:01.555Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3623 | 2026-05-14T03:48:01.604Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3624 | 2026-05-14T03:48:01.646Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3625 | 2026-05-14T03:48:01.895Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3626 | 2026-05-14T03:48:02.000Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3627 | 2026-05-14T03:48:02.408Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3628 | 2026-05-14T03:48:02.481Z | [ host-package] Compiling lru v0.12.5 |
| 3629 | 2026-05-14T03:48:02.491Z | [ helios-setup] May 14 03:48:01.541 INFO E| Compiling darling_core v0.20.11 |
| 3630 | 2026-05-14T03:48:02.513Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3631 | 2026-05-14T03:48:02.576Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3632 | 2026-05-14T03:48:02.692Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3633 | 2026-05-14T03:48:02.728Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3634 | 2026-05-14T03:48:02.731Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3635 | 2026-05-14T03:48:02.877Z | [ host-package] Compiling corncobs v0.1.4 |
| 3636 | 2026-05-14T03:48:02.981Z | [ host-package] Compiling cassowary v0.3.0 |
| 3637 | 2026-05-14T03:48:03.168Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3638 | 2026-05-14T03:48:03.191Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3639 | 2026-05-14T03:48:03.254Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3640 | 2026-05-14T03:48:03.298Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-05-14T03:48:03.320Z | [ helios-setup] May 14 03:48:02.370 INFO E| Compiling serde_derive v1.0.219 |
| 3642 | 2026-05-14T03:48:03.320Z | [ helios-setup] May 14 03:48:02.370 INFO E| Compiling thiserror-impl v2.0.12 |
| 3643 | 2026-05-14T03:48:03.399Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3644 | 2026-05-14T03:48:03.497Z | [ host-package] Compiling ratatui v0.29.0 |
| 3645 | 2026-05-14T03:48:03.763Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3646 | 2026-05-14T03:48:04.038Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3647 | 2026-05-14T03:48:04.285Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3648 | 2026-05-14T03:48:04.313Z | [ host-package] Compiling sled v0.34.7 |
| 3649 | 2026-05-14T03:48:04.392Z | [ helios-setup] May 14 03:48:03.442 INFO E| Compiling darling_macro v0.20.11 |
| 3650 | 2026-05-14T03:48:04.657Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3651 | 2026-05-14T03:48:05.073Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3652 | 2026-05-14T03:48:05.173Z | [ helios-setup] May 14 03:48:04.223 INFO E| Compiling darling v0.20.11 |
| 3653 | 2026-05-14T03:48:05.264Z | [ helios-setup] May 14 03:48:04.314 INFO E| Compiling serde_with_macros v3.12.0 |
| 3654 | 2026-05-14T03:48:05.413Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3655 | 2026-05-14T03:48:05.771Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3656 | 2026-05-14T03:48:06.019Z | [ host-package] Compiling secrecy v0.8.0 |
| 3657 | 2026-05-14T03:48:06.309Z | [ host-package] Compiling rustls v0.21.12 |
| 3658 | 2026-05-14T03:48:06.689Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3659 | 2026-05-14T03:48:08.362Z | [ helios-setup] May 14 03:48:07.412 INFO E| Compiling serde_with v3.12.0 |
| 3660 | 2026-05-14T03:48:08.797Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3661 | 2026-05-14T03:48:08.875Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3662 | 2026-05-14T03:48:09.457Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3663 | 2026-05-14T03:48:09.734Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3664 | 2026-05-14T03:48:11.251Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3665 | 2026-05-14T03:48:11.251Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3666 | 2026-05-14T03:48:12.323Z | [ helios-setup] May 14 03:48:11.373 INFO E| Finished `release` profile [optimized] target(s) in 14.96s |
| 3667 | 2026-05-14T03:48:12.345Z | [ helios-setup] May 14 03:48:11.395 INFO building project "dmar-report" ok (14 seconds) |
| 3668 | 2026-05-14T03:48:12.349Z | [ helios-setup] rm -f helios-build |
| 3669 | 2026-05-14T03:48:12.349Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3670 | 2026-05-14T03:48:12.353Z | [ helios-setup] |
| 3671 | 2026-05-14T03:48:12.353Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3672 | 2026-05-14T03:48:12.353Z | [ helios-setup] |
| 3673 | 2026-05-14T03:48:12.356Z | [ helios-setup] |
| 3674 | 2026-05-14T03:48:12.356Z | [ helios-setup] real 2:32.007563181 |
| 3675 | 2026-05-14T03:48:12.356Z | [ helios-setup] user 6:49.616484558 |
| 3676 | 2026-05-14T03:48:12.356Z | [ helios-setup] sys 1:13.959785066 |
| 3677 | 2026-05-14T03:48:12.356Z | [ helios-setup] trap 0.424429872 |
| 3678 | 2026-05-14T03:48:12.356Z | [ helios-setup] tflt 2.377740646 |
| 3679 | 2026-05-14T03:48:12.356Z | [ helios-setup] dflt 5.810594069 |
| 3680 | 2026-05-14T03:48:12.356Z | [ helios-setup] kflt 0.002090561 |
| 3681 | 2026-05-14T03:48:12.356Z | [ helios-setup] lock 35:19.480395250 |
| 3682 | 2026-05-14T03:48:12.356Z | [ helios-setup] slp 33:37.634025745 |
| 3683 | 2026-05-14T03:48:12.356Z | [ helios-setup] lat 6:00.850657420 |
| 3684 | 2026-05-14T03:48:12.356Z | [ helios-setup] stop 1:08.463733558 |
| 3685 | 2026-05-14T03:48:12.356Z | May 14 03:48:11.404 INFO [helios-setup] process exited with exit status: 0 (152.010277943s) |
| 3686 | 2026-05-14T03:48:12.356Z | May 14 03:48:11.404 INFO [helios-record] running task |
| 3687 | 2026-05-14T03:48:12.356Z | May 14 03:48:11.404 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3688 | 2026-05-14T03:48:12.360Z | May 14 03:48:11.409 DEBG process exited with exit status: 0 (4.439965ms) |
| 3689 | 2026-05-14T03:48:12.360Z | May 14 03:48:11.409 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3690 | 2026-05-14T03:48:12.363Z | May 14 03:48:11.413 DEBG process exited with exit status: 0 (4.439115ms) |
| 3691 | 2026-05-14T03:48:12.363Z | May 14 03:48:11.413 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3692 | 2026-05-14T03:48:12.366Z | May 14 03:48:11.417 DEBG process exited with exit status: 0 (3.426014ms) |
| 3693 | 2026-05-14T03:48:12.366Z | May 14 03:48:11.417 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3694 | 2026-05-14T03:48:12.370Z | May 14 03:48:11.420 DEBG process exited with exit status: 0 (3.241903ms) |
| 3695 | 2026-05-14T03:48:12.370Z | May 14 03:48:11.420 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3696 | 2026-05-14T03:48:12.373Z | May 14 03:48:11.424 DEBG process exited with exit status: 0 (3.796675ms) |
| 3697 | 2026-05-14T03:48:12.373Z | May 14 03:48:11.424 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3698 | 2026-05-14T03:48:12.379Z | May 14 03:48:11.430 DEBG process exited with exit status: 0 (5.911856ms) |
| 3699 | 2026-05-14T03:48:12.379Z | May 14 03:48:11.430 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3700 | 2026-05-14T03:48:12.383Z | May 14 03:48:11.433 DEBG process exited with exit status: 0 (3.682464ms) |
| 3701 | 2026-05-14T03:48:12.383Z | May 14 03:48:11.433 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3702 | 2026-05-14T03:48:12.388Z | May 14 03:48:11.438 DEBG process exited with exit status: 0 (4.345655ms) |
| 3703 | 2026-05-14T03:48:12.388Z | May 14 03:48:11.438 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3704 | 2026-05-14T03:48:12.391Z | May 14 03:48:11.442 DEBG process exited with exit status: 0 (4.082034ms) |
| 3705 | 2026-05-14T03:48:12.394Z | May 14 03:48:11.442 INFO [helios-record] task succeeded (38.026404ms) |
| 3706 | 2026-05-14T03:48:12.700Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3707 | 2026-05-14T03:48:12.830Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3708 | 2026-05-14T03:48:13.017Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3709 | 2026-05-14T03:48:13.244Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3710 | 2026-05-14T03:48:13.532Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3711 | 2026-05-14T03:48:13.652Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3712 | 2026-05-14T03:48:13.771Z | [ host-package] Compiling sct v0.7.1 |
| 3713 | 2026-05-14T03:48:14.046Z | [ host-package] Compiling nix v0.29.0 |
| 3714 | 2026-05-14T03:48:14.445Z | [ host-package] Compiling dropshot v0.16.7 |
| 3715 | 2026-05-14T03:48:14.703Z | [ host-package] Compiling void v1.0.2 |
| 3716 | 2026-05-14T03:48:14.828Z | [ host-package] Compiling lzss v0.8.2 |
| 3717 | 2026-05-14T03:48:14.851Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3718 | 2026-05-14T03:48:15.459Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3719 | 2026-05-14T03:48:15.918Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3720 | 2026-05-14T03:48:15.961Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3721 | 2026-05-14T03:48:16.625Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3722 | 2026-05-14T03:48:17.363Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3723 | 2026-05-14T03:48:17.597Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3724 | 2026-05-14T03:48:17.833Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3725 | 2026-05-14T03:48:17.858Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3726 | 2026-05-14T03:48:18.065Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3727 | 2026-05-14T03:48:18.092Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3728 | 2026-05-14T03:48:18.313Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3729 | 2026-05-14T03:48:18.348Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 3730 | 2026-05-14T03:48:18.747Z | [ host-package] Compiling nix v0.27.1 |
| 3731 | 2026-05-14T03:48:19.149Z | [ host-package] Compiling dropshot_endpoint v0.16.7 |
| 3732 | 2026-05-14T03:48:19.498Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3733 | 2026-05-14T03:48:19.797Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3734 | 2026-05-14T03:48:19.943Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3735 | 2026-05-14T03:48:20.454Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3736 | 2026-05-14T03:48:20.595Z | [ host-package] Compiling git2 v0.20.4 |
| 3737 | 2026-05-14T03:48:20.660Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3738 | 2026-05-14T03:48:21.413Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3739 | 2026-05-14T03:48:22.583Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3740 | 2026-05-14T03:48:24.217Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3741 | 2026-05-14T03:48:24.537Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3742 | 2026-05-14T03:48:25.523Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3743 | 2026-05-14T03:48:25.562Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3744 | 2026-05-14T03:48:25.974Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3745 | 2026-05-14T03:48:27.638Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3746 | 2026-05-14T03:48:27.693Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3747 | 2026-05-14T03:48:28.691Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3748 | 2026-05-14T03:48:28.984Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3749 | 2026-05-14T03:48:29.073Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3750 | 2026-05-14T03:48:29.989Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3751 | 2026-05-14T03:48:30.431Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3752 | 2026-05-14T03:48:31.004Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3753 | 2026-05-14T03:48:32.101Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3754 | 2026-05-14T03:48:32.832Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3755 | 2026-05-14T03:48:32.972Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3756 | 2026-05-14T03:48:33.024Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122) |
| 3757 | 2026-05-14T03:48:33.059Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3758 | 2026-05-14T03:48:33.302Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3759 | 2026-05-14T03:48:33.513Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3760 | 2026-05-14T03:48:33.709Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3761 | 2026-05-14T03:48:33.743Z | [ host-package] Compiling yasna v0.5.2 |
| 3762 | 2026-05-14T03:48:33.845Z | [ host-package] Compiling is_ci v1.2.0 |
| 3763 | 2026-05-14T03:48:34.078Z | [ host-package] Compiling supports-color v3.0.2 |
| 3764 | 2026-05-14T03:48:34.386Z | [ host-package] Compiling rcgen v0.12.1 |
| 3765 | 2026-05-14T03:48:35.006Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3766 | 2026-05-14T03:48:35.360Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3767 | 2026-05-14T03:48:35.385Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3768 | 2026-05-14T03:48:36.184Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3769 | 2026-05-14T03:48:36.431Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3770 | 2026-05-14T03:48:36.459Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3771 | 2026-05-14T03:48:37.402Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3772 | 2026-05-14T03:48:37.634Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3773 | 2026-05-14T03:48:37.658Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3774 | 2026-05-14T03:48:38.985Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3775 | 2026-05-14T03:48:39.151Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3776 | 2026-05-14T03:48:39.388Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3777 | 2026-05-14T03:48:39.642Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3778 | 2026-05-14T03:48:39.883Z | [ host-package] Compiling fatfs v0.3.6 |
| 3779 | 2026-05-14T03:48:41.180Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3780 | 2026-05-14T03:48:41.499Z | [ host-package] Compiling subprocess v0.2.15 |
| 3781 | 2026-05-14T03:48:41.826Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3782 | 2026-05-14T03:48:42.122Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3783 | 2026-05-14T03:48:42.629Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3784 | 2026-05-14T03:48:42.703Z | [ host-package] Compiling rpassword v7.4.0 |
| 3785 | 2026-05-14T03:48:42.747Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3786 | 2026-05-14T03:48:42.890Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3787 | 2026-05-14T03:48:43.002Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3788 | 2026-05-14T03:48:43.766Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3789 | 2026-05-14T03:48:43.913Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3790 | 2026-05-14T03:48:44.945Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3791 | 2026-05-14T03:48:45.211Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3792 | 2026-05-14T03:48:45.248Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3793 | 2026-05-14T03:48:45.274Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3794 | 2026-05-14T03:48:45.464Z | [ host-package] Compiling uzers v0.12.2 |
| 3795 | 2026-05-14T03:48:45.806Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3796 | 2026-05-14T03:48:47.047Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3797 | 2026-05-14T03:48:47.910Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3798 | 2026-05-14T03:48:48.093Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3799 | 2026-05-14T03:48:50.232Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3800 | 2026-05-14T03:48:52.530Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3801 | 2026-05-14T03:48:53.049Z | [ host-package] Compiling multimap v0.10.1 |
| 3802 | 2026-05-14T03:48:58.628Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3803 | 2026-05-14T03:49:14.833Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3804 | 2026-05-14T03:49:15.466Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3805 | 2026-05-14T03:49:52.910Z | [ host-package] error[E0027]: pattern does not mention field `info` |
| 3806 | 2026-05-14T03:49:52.910Z | [ host-package] --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9 |
| 3807 | 2026-05-14T03:49:52.910Z | [ host-package] | |
| 3808 | 2026-05-14T03:49:52.910Z | [ host-package] 104 | let VolumeStatus { active, num_job_handles, seen_active } = |
| 3809 | 2026-05-14T03:49:52.913Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info` |
| 3810 | 2026-05-14T03:49:52.913Z | [ host-package] | |
| 3811 | 2026-05-14T03:49:52.913Z | [ host-package] help: include the missing field in the pattern |
| 3812 | 2026-05-14T03:49:52.914Z | [ host-package] | |
| 3813 | 2026-05-14T03:49:52.914Z | [ host-package] 104 | let VolumeStatus { active, num_job_handles, seen_active, info } = |
| 3814 | 2026-05-14T03:49:52.914Z | [ host-package] | ++++++ |
| 3815 | 2026-05-14T03:49:52.914Z | [ host-package] help: if you don't care about this missing field, you can explicitly ignore it |
| 3816 | 2026-05-14T03:49:52.914Z | [ host-package] | |
| 3817 | 2026-05-14T03:49:52.914Z | [ host-package] 104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } = |
| 3818 | 2026-05-14T03:49:52.914Z | [ host-package] | +++++++++ |
| 3819 | 2026-05-14T03:49:52.914Z | [ host-package] help: or always ignore missing fields here |
| 3820 | 2026-05-14T03:49:52.914Z | [ host-package] | |
| 3821 | 2026-05-14T03:49:52.914Z | [ host-package] 104 | let VolumeStatus { active, num_job_handles, seen_active, .. } = |
| 3822 | 2026-05-14T03:49:52.914Z | [ host-package] | ++++ |
| 3823 | 2026-05-14T03:49:52.914Z | [ host-package] |
| 3824 | 2026-05-14T03:49:53.464Z | [ host-package] error[E0308]: mismatched types |
| 3825 | 2026-05-14T03:49:53.464Z | [ host-package] --> nexus/src/app/disk.rs:571:17 |
| 3826 | 2026-05-14T03:49:53.464Z | [ host-package] | |
| 3827 | 2026-05-14T03:49:53.464Z | [ host-package] 569 | let client = crucible_pantry_client::Client::new_with_client( |
| 3828 | 2026-05-14T03:49:53.468Z | [ host-package] | ----------------------------------------------- arguments to this function are incorrect |
| 3829 | 2026-05-14T03:49:53.468Z | [ host-package] 570 | &format!("http://{}", endpoint), |
| 3830 | 2026-05-14T03:49:53.468Z | [ host-package] 571 | self.reqwest012_client.clone(), |
| 3831 | 2026-05-14T03:49:53.468Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client` |
| 3832 | 2026-05-14T03:49:53.468Z | [ host-package] | |
| 3833 | 2026-05-14T03:49:53.468Z | [ host-package] note: there are multiple different versions of crate `reqwest` in the dependency graph |
| 3834 | 2026-05-14T03:49:53.468Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1 |
| 3835 | 2026-05-14T03:49:53.468Z | [ host-package] | |
| 3836 | 2026-05-14T03:49:53.468Z | [ host-package] 93 | pub struct Client { |
| 3837 | 2026-05-14T03:49:53.468Z | [ host-package] | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 3838 | 2026-05-14T03:49:53.468Z | [ host-package] | |
| 3839 | 2026-05-14T03:49:53.468Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1 |
| 3840 | 2026-05-14T03:49:53.468Z | [ host-package] | |
| 3841 | 2026-05-14T03:49:53.468Z | [ host-package] 93 | pub struct Client { |
| 3842 | 2026-05-14T03:49:53.468Z | [ host-package] | ----------------- this is the found type |
| 3843 | 2026-05-14T03:49:53.468Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3844 | 2026-05-14T03:49:53.468Z | [ host-package] note: associated function defined here |
| 3845 | 2026-05-14T03:49:53.469Z | [ host-package] --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/33a3712/pantry-client/src/lib.rs:5:1 |
| 3846 | 2026-05-14T03:49:53.469Z | [ host-package] | |
| 3847 | 2026-05-14T03:49:53.469Z | [ host-package] 5 | / generate_api!( |
| 3848 | 2026-05-14T03:49:53.469Z | [ host-package] 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json", |
| 3849 | 2026-05-14T03:49:53.469Z | [ host-package] 7 | | derives = [schemars::JsonSchema], |
| 3850 | 2026-05-14T03:49:53.469Z | [ host-package] 8 | | patch = { |
| 3851 | 2026-05-14T03:49:53.469Z | [ host-package] ... | |
| 3852 | 2026-05-14T03:49:53.469Z | [ host-package] 11 | | }, |
| 3853 | 2026-05-14T03:49:53.469Z | [ host-package] 12 | | ); |
| 3854 | 2026-05-14T03:49:53.469Z | [ host-package] | |_^ |
| 3855 | 2026-05-14T03:49:53.469Z | [ host-package] = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 3856 | 2026-05-14T03:49:53.469Z | [ host-package] |
| 3857 | 2026-05-14T03:49:57.407Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 3858 | 2026-05-14T03:49:57.407Z | [ host-package] --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 3859 | 2026-05-14T03:49:57.407Z | [ host-package] | |
| 3860 | 2026-05-14T03:49:57.411Z | [ host-package] 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3861 | 2026-05-14T03:49:57.411Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3862 | 2026-05-14T03:49:57.411Z | [ host-package] | |
| 3863 | 2026-05-14T03:49:57.411Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3864 | 2026-05-14T03:49:57.411Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3865 | 2026-05-14T03:49:57.412Z | [ host-package] | |
| 3866 | 2026-05-14T03:49:57.412Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 3867 | 2026-05-14T03:49:57.412Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3868 | 2026-05-14T03:49:57.412Z | [ host-package] | |
| 3869 | 2026-05-14T03:49:57.412Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3870 | 2026-05-14T03:49:57.412Z | [ host-package] | |
| 3871 | 2026-05-14T03:49:57.412Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 3872 | 2026-05-14T03:49:57.412Z | [ host-package] | ---------------------- this is the found type |
| 3873 | 2026-05-14T03:49:57.412Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3874 | 2026-05-14T03:49:57.412Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry` |
| 3875 | 2026-05-14T03:49:57.412Z | [ host-package] --> common/src/progenitor_operation_retry.rs:73:17 |
| 3876 | 2026-05-14T03:49:57.412Z | [ host-package] | |
| 3877 | 2026-05-14T03:49:57.413Z | [ host-package] 69 | pub struct ProgenitorOperationRetry< |
| 3878 | 2026-05-14T03:49:57.413Z | [ host-package] | ------------------------ required by a bound in this struct |
| 3879 | 2026-05-14T03:49:57.413Z | [ host-package] ... |
| 3880 | 2026-05-14T03:49:57.413Z | [ host-package] 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3881 | 2026-05-14T03:49:57.413Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3882 | 2026-05-14T03:49:57.413Z | [ host-package] |
| 3883 | 2026-05-14T03:49:57.413Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 3884 | 2026-05-14T03:49:57.413Z | [ host-package] --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 3885 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3886 | 2026-05-14T03:49:57.413Z | [ host-package] 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3887 | 2026-05-14T03:49:57.413Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3888 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3889 | 2026-05-14T03:49:57.413Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3890 | 2026-05-14T03:49:57.413Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3891 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3892 | 2026-05-14T03:49:57.413Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 3893 | 2026-05-14T03:49:57.413Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3894 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3895 | 2026-05-14T03:49:57.413Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3896 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3897 | 2026-05-14T03:49:57.413Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 3898 | 2026-05-14T03:49:57.413Z | [ host-package] | ---------------------- this is the found type |
| 3899 | 2026-05-14T03:49:57.413Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3900 | 2026-05-14T03:49:57.413Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3901 | 2026-05-14T03:49:57.413Z | [ host-package] --> common/src/progenitor_operation_retry.rs:88:17 |
| 3902 | 2026-05-14T03:49:57.413Z | [ host-package] | |
| 3903 | 2026-05-14T03:49:57.413Z | [ host-package] 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3904 | 2026-05-14T03:49:57.413Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3905 | 2026-05-14T03:49:57.413Z | [ host-package] ... |
| 3906 | 2026-05-14T03:49:57.413Z | [ host-package] 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3907 | 2026-05-14T03:49:57.413Z | [ host-package] | --- required by a bound in this associated function |
| 3908 | 2026-05-14T03:49:57.413Z | [ host-package] |
| 3909 | 2026-05-14T03:49:57.439Z | [ host-package] error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3910 | 2026-05-14T03:49:57.439Z | [ host-package] --> nexus/src/app/sagas/snapshot_create.rs:1242:10 |
| 3911 | 2026-05-14T03:49:57.439Z | [ host-package] | |
| 3912 | 2026-05-14T03:49:57.442Z | [ host-package] 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3913 | 2026-05-14T03:49:57.442Z | [ host-package] 1242 | | .run(log) |
| 3914 | 2026-05-14T03:49:57.442Z | [ host-package] | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 3915 | 2026-05-14T03:49:57.442Z | [ host-package] | |_________| |
| 3916 | 2026-05-14T03:49:57.442Z | [ host-package] | |
| 3917 | 2026-05-14T03:49:57.442Z | [ host-package] | |
| 3918 | 2026-05-14T03:49:57.442Z | [ host-package] = note: the following trait bounds were not satisfied: |
| 3919 | 2026-05-14T03:49:57.442Z | [ host-package] `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3920 | 2026-05-14T03:49:57.442Z | [ host-package] = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-10272479723055326232.txt' |
| 3921 | 2026-05-14T03:49:57.442Z | [ host-package] = note: consider using `--verbose` to print the full type name to the console |
| 3922 | 2026-05-14T03:49:57.442Z | [ host-package] |
| 3923 | 2026-05-14T03:49:57.442Z | [ host-package] error[E0282]: type annotations needed |
| 3924 | 2026-05-14T03:49:57.442Z | [ host-package] --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 3925 | 2026-05-14T03:49:57.442Z | [ host-package] | |
| 3926 | 2026-05-14T03:49:57.442Z | [ host-package] 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3927 | 2026-05-14T03:49:57.442Z | [ host-package] 1242 | | .run(log) |
| 3928 | 2026-05-14T03:49:57.442Z | [ host-package] 1243 | | .await |
| 3929 | 2026-05-14T03:49:57.442Z | [ host-package] | |______________^ cannot infer type |
| 3930 | 2026-05-14T03:49:57.442Z | [ host-package] |
| 3931 | 2026-05-14T03:49:57.442Z | [ host-package] error[E0282]: type annotations needed |
| 3932 | 2026-05-14T03:49:57.442Z | [ host-package] --> nexus/src/app/sagas/snapshot_create.rs:1244:19 |
| 3933 | 2026-05-14T03:49:57.443Z | [ host-package] | |
| 3934 | 2026-05-14T03:49:57.443Z | [ host-package] 1244 | .map_err(|e| { |
| 3935 | 2026-05-14T03:49:57.443Z | [ host-package] | ^ |
| 3936 | 2026-05-14T03:49:57.443Z | [ host-package] 1245 | saga_action_failed(Error::internal_error(&e.to_string())) |
| 3937 | 2026-05-14T03:49:57.443Z | [ host-package] | - type must be known at this point |
| 3938 | 2026-05-14T03:49:57.443Z | [ host-package] | |
| 3939 | 2026-05-14T03:49:57.443Z | [ host-package] help: consider giving this closure parameter an explicit type |
| 3940 | 2026-05-14T03:49:57.443Z | [ host-package] | |
| 3941 | 2026-05-14T03:49:57.443Z | [ host-package] 1244 | .map_err(|e: /* Type */| { |
| 3942 | 2026-05-14T03:49:57.443Z | [ host-package] | ++++++++++++ |
| 3943 | 2026-05-14T03:49:57.443Z | [ host-package] |
| 3944 | 2026-05-14T03:49:57.811Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>` |
| 3945 | 2026-05-14T03:49:57.811Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3946 | 2026-05-14T03:49:57.811Z | [ host-package] | |
| 3947 | 2026-05-14T03:49:57.815Z | [ host-package] 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3948 | 2026-05-14T03:49:57.815Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3949 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3950 | 2026-05-14T03:49:57.815Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3951 | 2026-05-14T03:49:57.815Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3952 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3953 | 2026-05-14T03:49:57.815Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 3954 | 2026-05-14T03:49:57.815Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3955 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3956 | 2026-05-14T03:49:57.815Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3957 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3958 | 2026-05-14T03:49:57.815Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 3959 | 2026-05-14T03:49:57.815Z | [ host-package] | ---------------------- this is the found type |
| 3960 | 2026-05-14T03:49:57.815Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3961 | 2026-05-14T03:49:57.815Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry` |
| 3962 | 2026-05-14T03:49:57.815Z | [ host-package] --> common/src/progenitor_operation_retry.rs:73:17 |
| 3963 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3964 | 2026-05-14T03:49:57.815Z | [ host-package] 69 | pub struct ProgenitorOperationRetry< |
| 3965 | 2026-05-14T03:49:57.815Z | [ host-package] | ------------------------ required by a bound in this struct |
| 3966 | 2026-05-14T03:49:57.815Z | [ host-package] ... |
| 3967 | 2026-05-14T03:49:57.815Z | [ host-package] 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3968 | 2026-05-14T03:49:57.815Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3969 | 2026-05-14T03:49:57.815Z | [ host-package] |
| 3970 | 2026-05-14T03:49:57.815Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>` |
| 3971 | 2026-05-14T03:49:57.815Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3972 | 2026-05-14T03:49:57.815Z | [ host-package] | |
| 3973 | 2026-05-14T03:49:57.816Z | [ host-package] 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3974 | 2026-05-14T03:49:57.816Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3975 | 2026-05-14T03:49:57.816Z | [ host-package] | |
| 3976 | 2026-05-14T03:49:57.816Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3977 | 2026-05-14T03:49:57.816Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3978 | 2026-05-14T03:49:57.816Z | [ host-package] | |
| 3979 | 2026-05-14T03:49:57.816Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 3980 | 2026-05-14T03:49:57.816Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3981 | 2026-05-14T03:49:57.816Z | [ host-package] | |
| 3982 | 2026-05-14T03:49:57.816Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3983 | 2026-05-14T03:49:57.816Z | [ host-package] | |
| 3984 | 2026-05-14T03:49:57.816Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 3985 | 2026-05-14T03:49:57.816Z | [ host-package] | ---------------------- this is the found type |
| 3986 | 2026-05-14T03:49:57.816Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3987 | 2026-05-14T03:49:57.816Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3988 | 2026-05-14T03:49:57.816Z | [ host-package] --> common/src/progenitor_operation_retry.rs:88:17 |
| 3989 | 2026-05-14T03:49:57.816Z | [ host-package] | |
| 3990 | 2026-05-14T03:49:57.816Z | [ host-package] 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3991 | 2026-05-14T03:49:57.816Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3992 | 2026-05-14T03:49:57.816Z | [ host-package] ... |
| 3993 | 2026-05-14T03:49:57.816Z | [ host-package] 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3994 | 2026-05-14T03:49:57.816Z | [ host-package] | --- required by a bound in this associated function |
| 3995 | 2026-05-14T03:49:57.816Z | [ host-package] |
| 3996 | 2026-05-14T03:49:57.839Z | [ host-package] error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3997 | 2026-05-14T03:49:57.839Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:143:10 |
| 3998 | 2026-05-14T03:49:57.839Z | [ host-package] | |
| 3999 | 2026-05-14T03:49:57.839Z | [ host-package] 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 4000 | 2026-05-14T03:49:57.842Z | [ host-package] 143 | | .run(log) |
| 4001 | 2026-05-14T03:49:57.842Z | [ host-package] | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 4002 | 2026-05-14T03:49:57.842Z | [ host-package] | |_________| |
| 4003 | 2026-05-14T03:49:57.843Z | [ host-package] | |
| 4004 | 2026-05-14T03:49:57.843Z | [ host-package] | |
| 4005 | 2026-05-14T03:49:57.843Z | [ host-package] = note: the following trait bounds were not satisfied: |
| 4006 | 2026-05-14T03:49:57.843Z | [ host-package] `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 4007 | 2026-05-14T03:49:57.843Z | [ host-package] = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-11173144137712345534.txt' |
| 4008 | 2026-05-14T03:49:57.843Z | [ host-package] = note: consider using `--verbose` to print the full type name to the console |
| 4009 | 2026-05-14T03:49:57.843Z | [ host-package] |
| 4010 | 2026-05-14T03:49:57.843Z | [ host-package] error[E0282]: type annotations needed |
| 4011 | 2026-05-14T03:49:57.843Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 4012 | 2026-05-14T03:49:57.843Z | [ host-package] | |
| 4013 | 2026-05-14T03:49:57.843Z | [ host-package] 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 4014 | 2026-05-14T03:49:57.843Z | [ host-package] 143 | | .run(log) |
| 4015 | 2026-05-14T03:49:57.843Z | [ host-package] 144 | | .await |
| 4016 | 2026-05-14T03:49:57.843Z | [ host-package] | |______________^ cannot infer type |
| 4017 | 2026-05-14T03:49:57.843Z | [ host-package] |
| 4018 | 2026-05-14T03:49:57.846Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 4019 | 2026-05-14T03:49:57.846Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 4020 | 2026-05-14T03:49:57.846Z | [ host-package] | |
| 4021 | 2026-05-14T03:49:57.846Z | [ host-package] 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 4022 | 2026-05-14T03:49:57.846Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 4023 | 2026-05-14T03:49:57.846Z | [ host-package] | |
| 4024 | 2026-05-14T03:49:57.847Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 4025 | 2026-05-14T03:49:57.847Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 4026 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4027 | 2026-05-14T03:49:57.847Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 4028 | 2026-05-14T03:49:57.847Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4029 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4030 | 2026-05-14T03:49:57.847Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 4031 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4032 | 2026-05-14T03:49:57.847Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 4033 | 2026-05-14T03:49:57.847Z | [ host-package] | ---------------------- this is the found type |
| 4034 | 2026-05-14T03:49:57.847Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 4035 | 2026-05-14T03:49:57.847Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry` |
| 4036 | 2026-05-14T03:49:57.847Z | [ host-package] --> common/src/progenitor_operation_retry.rs:73:17 |
| 4037 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4038 | 2026-05-14T03:49:57.847Z | [ host-package] 69 | pub struct ProgenitorOperationRetry< |
| 4039 | 2026-05-14T03:49:57.847Z | [ host-package] | ------------------------ required by a bound in this struct |
| 4040 | 2026-05-14T03:49:57.847Z | [ host-package] ... |
| 4041 | 2026-05-14T03:49:57.847Z | [ host-package] 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 4042 | 2026-05-14T03:49:57.847Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 4043 | 2026-05-14T03:49:57.847Z | [ host-package] |
| 4044 | 2026-05-14T03:49:57.847Z | [ host-package] error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 4045 | 2026-05-14T03:49:57.847Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 4046 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4047 | 2026-05-14T03:49:57.847Z | [ host-package] 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 4048 | 2026-05-14T03:49:57.847Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 4049 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4050 | 2026-05-14T03:49:57.847Z | [ host-package] note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 4051 | 2026-05-14T03:49:57.847Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 4052 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4053 | 2026-05-14T03:49:57.847Z | [ host-package] 224 | pub enum Error<E = ()> { |
| 4054 | 2026-05-14T03:49:57.847Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 4055 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4056 | 2026-05-14T03:49:57.847Z | [ host-package] ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 4057 | 2026-05-14T03:49:57.847Z | [ host-package] | |
| 4058 | 2026-05-14T03:49:57.847Z | [ host-package] 327 | pub enum Error<E = ()> { |
| 4059 | 2026-05-14T03:49:57.847Z | [ host-package] | ---------------------- this is the found type |
| 4060 | 2026-05-14T03:49:57.847Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 4061 | 2026-05-14T03:49:57.847Z | [ host-package] note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 4062 | 2026-05-14T03:49:57.848Z | [ host-package] --> common/src/progenitor_operation_retry.rs:88:17 |
| 4063 | 2026-05-14T03:49:57.848Z | [ host-package] | |
| 4064 | 2026-05-14T03:49:57.848Z | [ host-package] 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 4065 | 2026-05-14T03:49:57.848Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 4066 | 2026-05-14T03:49:57.848Z | [ host-package] ... |
| 4067 | 2026-05-14T03:49:57.848Z | [ host-package] 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 4068 | 2026-05-14T03:49:57.848Z | [ host-package] | --- required by a bound in this associated function |
| 4069 | 2026-05-14T03:49:57.848Z | [ host-package] |
| 4070 | 2026-05-14T03:49:57.867Z | [ host-package] error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 4071 | 2026-05-14T03:49:57.868Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:173:10 |
| 4072 | 2026-05-14T03:49:57.868Z | [ host-package] | |
| 4073 | 2026-05-14T03:49:57.868Z | [ host-package] 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 4074 | 2026-05-14T03:49:57.871Z | [ host-package] 173 | | .run(log) |
| 4075 | 2026-05-14T03:49:57.871Z | [ host-package] | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 4076 | 2026-05-14T03:49:57.871Z | [ host-package] | |_________| |
| 4077 | 2026-05-14T03:49:57.871Z | [ host-package] | |
| 4078 | 2026-05-14T03:49:57.871Z | [ host-package] | |
| 4079 | 2026-05-14T03:49:57.871Z | [ host-package] = note: the following trait bounds were not satisfied: |
| 4080 | 2026-05-14T03:49:57.871Z | [ host-package] `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 4081 | 2026-05-14T03:49:57.871Z | [ host-package] = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-3794488924932545571.txt' |
| 4082 | 2026-05-14T03:49:57.871Z | [ host-package] = note: consider using `--verbose` to print the full type name to the console |
| 4083 | 2026-05-14T03:49:57.871Z | [ host-package] |
| 4084 | 2026-05-14T03:49:57.871Z | [ host-package] error[E0282]: type annotations needed |
| 4085 | 2026-05-14T03:49:57.871Z | [ host-package] --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 4086 | 2026-05-14T03:49:57.871Z | [ host-package] | |
| 4087 | 2026-05-14T03:49:57.872Z | [ host-package] 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 4088 | 2026-05-14T03:49:57.872Z | [ host-package] 173 | | .run(log) |
| 4089 | 2026-05-14T03:49:57.872Z | [ host-package] 174 | | .await |
| 4090 | 2026-05-14T03:49:57.872Z | [ host-package] | |______________^ cannot infer type |
| 4091 | 2026-05-14T03:49:57.872Z | [ host-package] |
| 4092 | 2026-05-14T03:49:59.906Z | [ host-package] For more information about this error, try `rustc --explain E0027`. |
| 4093 | 2026-05-14T03:50:00.121Z | [ host-package] error: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error |
| 4094 | 2026-05-14T03:50:00.121Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 4095 | 2026-05-14T03:50:31.941Z | [ host-package] Some errors have detailed explanations: E0271, E0282, E0308, E0599. |
| 4096 | 2026-05-14T03:50:31.941Z | [ host-package] For more information about an error, try `rustc --explain E0271`. |
| 4097 | 2026-05-14T03:50:32.328Z | [ host-package] error: could not compile `omicron-nexus` (lib) due to 14 previous errors |
| 4098 | 2026-05-14T03:50:32.600Z | [ host-package] Error: Failed to build packages |
| 4099 | 2026-05-14T03:50:32.604Z | May 14 03:50:31.654 ERRO [host-package] process exited with exit status: 1 (244.778705643s) |
| 4100 | 2026-05-14T03:50:32.606Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 4101 | 2026-05-14T03:50:32.629Z | process exited: duration 516508 ms, exit code 1 |
| |
| 4102 | 2026-05-14T03:50:32.640Z | found 13 output files |
| 4103 | 2026-05-14T03:50:32.640Z | uploading: /work/helios.json (647 bytes) |
| 4104 | 2026-05-14T03:50:33.651Z | uploaded: /work/helios.json |
| 4105 | 2026-05-14T03:50:33.651Z | uploading: /work/incorporation.p5m (113249 bytes) |
| 4106 | 2026-05-14T03:50:34.667Z | uploaded: /work/incorporation.p5m |
| 4107 | 2026-05-14T03:50:34.667Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 4108 | 2026-05-14T03:50:35.680Z | uploaded: /work/incorporation.p5p |
| 4109 | 2026-05-14T03:50:35.684Z | uploading: /work/helios-incorp.log (522 bytes) |
| 4110 | 2026-05-14T03:50:36.691Z | uploaded: /work/helios-incorp.log |
| 4111 | 2026-05-14T03:50:36.691Z | uploading: /work/helios-setup.log (56151 bytes) |
| 4112 | 2026-05-14T03:50:37.701Z | uploaded: /work/helios-setup.log |
| 4113 | 2026-05-14T03:50:37.701Z | uploading: /work/host-package.log (55868 bytes) |
| 4114 | 2026-05-14T03:50:38.713Z | uploaded: /work/host-package.log |
| 4115 | 2026-05-14T03:50:38.716Z | uploading: /work/host-target.log (101 bytes) |
| 4116 | 2026-05-14T03:50:39.721Z | uploaded: /work/host-target.log |
| 4117 | 2026-05-14T03:50:39.721Z | uploading: /work/incorp-create.log (0 bytes) |
| 4118 | 2026-05-14T03:50:40.728Z | uploaded: /work/incorp-create.log |
| 4119 | 2026-05-14T03:50:40.728Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 4120 | 2026-05-14T03:50:41.735Z | uploaded: /work/incorp-fmt.log |
| 4121 | 2026-05-14T03:50:41.735Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 4122 | 2026-05-14T03:50:42.744Z | uploaded: /work/incorp-pkgsend.log |
| 4123 | 2026-05-14T03:50:42.747Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 4124 | 2026-05-14T03:50:43.751Z | uploaded: /work/incorp-publisher.log |
| 4125 | 2026-05-14T03:50:43.752Z | uploading: /work/omicron-package.log (9209 bytes) |
| 4126 | 2026-05-14T03:50:44.765Z | uploaded: /work/omicron-package.log |
| 4127 | 2026-05-14T03:50:44.765Z | uploading: /work/recovery-target.log (98 bytes) |
| 4128 | 2026-05-14T03:50:45.776Z | uploaded: /work/recovery-target.log |
| 4129 | 2026-05-14T03:50:45.776Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 4130 | 2026-05-14T03:50:45.776Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 4131 | 2026-05-14T03:50:45.776Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |