|
|
|
| 1 | 2026-06-16T22:35:00.591Z | job assigned to worker 01KV9942QV1A4X57N3KWTWQF94 [factory aws, i-04f18b0d80eca1dec] (queued for 1 m 0 s) |
| |
| 2 | 2026-06-16T22:35:07.179Z | starting task 0: "setup" |
| 3 | 2026-06-16T22:35:07.183Z | ++ uname -s |
| 4 | 2026-06-16T22:35:07.187Z | + kern=SunOS |
| 5 | 2026-06-16T22:35:07.187Z | + build_user=build |
| 6 | 2026-06-16T22:35:07.187Z | + build_uid=12345 |
| 7 | 2026-06-16T22:35:07.187Z | + work_dir=/work |
| 8 | 2026-06-16T22:35:07.187Z | + input_dir=/input |
| 9 | 2026-06-16T22:35:07.187Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-16T22:35:07.187Z | + case "$kern" in |
| 11 | 2026-06-16T22:35:07.187Z | + groupadd -g 12345 build |
| 12 | 2026-06-16T22:35:07.190Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-16T22:35:09.194Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-16T22:35:09.253Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-16T22:35:09.258Z | + home_fs=zfs |
| 16 | 2026-06-16T22:35:09.258Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-16T22:35:09.258Z | + mkdir -p /home/build |
| 18 | 2026-06-16T22:35:09.258Z | + chown build:build /home/build /work |
| 19 | 2026-06-16T22:35:11.260Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-16T22:35:11.264Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2026-06-16T22:35:11.273Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-16T22:35:11.278Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-16T22:35:11.278Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-16T22:35:11.278Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-16T22:35:11.278Z | * rust toolchain profile = "default" |
| 26 | 2026-06-16T22:35:11.278Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-16T22:35:11.278Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-16T22:35:11.281Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-16T22:35:11.281Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-16T22:35:11.391Z | info: downloading installer |
| 31 | 2026-06-16T22:35:13.028Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-16T22:35:13.028Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-16T22:35:13.028Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-16T22:35:13.028Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-16T22:35:13.042Z | info: profile set to default |
| 36 | 2026-06-16T22:35:13.042Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-16T22:35:13.045Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-16T22:35:13.185Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-16T22:35:13.188Z | info: downloading 6 components |
| 40 | 2026-06-16T22:35:28.104Z | |
| 41 | 2026-06-16T22:35:28.104Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-16T22:35:28.138Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-16T22:35:28.138Z | |
| 44 | 2026-06-16T22:35:28.138Z | |
| 45 | 2026-06-16T22:35:28.138Z | Rust is installed now. Great! |
| 46 | 2026-06-16T22:35:28.138Z | |
| 47 | 2026-06-16T22:35:28.138Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-16T22:35:28.139Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-16T22:35:28.139Z | |
| 50 | 2026-06-16T22:35:28.139Z | To configure your current shell, you need to source |
| 51 | 2026-06-16T22:35:28.139Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-16T22:35:28.145Z | |
| 53 | 2026-06-16T22:35:28.145Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-16T22:35:28.145Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-16T22:35:28.145Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-16T22:35:28.145Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-16T22:35:28.145Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-16T22:35:28.145Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-16T22:35:28.145Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-16T22:35:28.145Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-16T22:35:28.146Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-16T22:35:28.233Z | + rustup --version |
| 63 | 2026-06-16T22:35:28.239Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-16T22:35:28.243Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-16T22:35:28.259Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-16T22:35:28.263Z | + cargo --version |
| 67 | 2026-06-16T22:35:28.270Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-16T22:35:28.273Z | + rustc --version |
| 69 | 2026-06-16T22:35:28.295Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-16T22:35:28.300Z | process exited: duration 17022 ms, exit code 0 |
| |
| 71 | 2026-06-16T22:35:28.309Z | starting task 2: "authentication" |
| 72 | 2026-06-16T22:35:28.328Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-16T22:35:28.338Z | starting task 3: "clone repository" |
| 74 | 2026-06-16T22:35:28.342Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-16T22:35:28.347Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-16T22:35:28.381Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-16T22:35:42.695Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-16T22:35:42.695Z | + git fetch origin 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 79 | 2026-06-16T22:35:43.014Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-16T22:35:43.014Z | * branch 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 -> FETCH_HEAD |
| 81 | 2026-06-16T22:35:43.026Z | + [[ -n iliana/dering ]] |
| 82 | 2026-06-16T22:35:43.029Z | ++ git branch --show-current |
| 83 | 2026-06-16T22:35:43.032Z | + current=main |
| 84 | 2026-06-16T22:35:43.032Z | + [[ main != iliana/dering ]] |
| 85 | 2026-06-16T22:35:43.032Z | + git branch -f iliana/dering 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 86 | 2026-06-16T22:35:43.035Z | + git checkout -f iliana/dering |
| 87 | 2026-06-16T22:35:43.086Z | Switched to branch 'iliana/dering' |
| 88 | 2026-06-16T22:35:43.089Z | + git reset --hard 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 89 | 2026-06-16T22:35:43.140Z | HEAD is now at 1aa34b5f7 [DO NOT MERGE] remove ring |
| 90 | 2026-06-16T22:35:43.146Z | process exited: duration 14803 ms, exit code 0 |
| |
| 91 | 2026-06-16T22:35:43.153Z | starting task 4: "build" |
| 92 | 2026-06-16T22:35:43.157Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-16T22:35:43.157Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-16T22:35:43.157Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-16T22:35:43.157Z | + cargo --version |
| 96 | 2026-06-16T22:35:43.169Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-16T22:35:43.172Z | + rustc --version |
| 98 | 2026-06-16T22:35:43.191Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-16T22:35:43.194Z | + cargo tree --locked |
| 100 | 2026-06-16T22:35:43.358Z | Updating git repository `https://github.com/oxidecomputer/omicron-package` |
| 101 | 2026-06-16T22:35:43.656Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 102 | 2026-06-16T22:35:43.916Z | Updating crates.io index |
| 103 | 2026-06-16T22:35:43.951Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 104 | 2026-06-16T22:35:44.719Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 105 | 2026-06-16T22:35:45.212Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 106 | 2026-06-16T22:35:45.793Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 107 | 2026-06-16T22:35:46.686Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 108 | 2026-06-16T22:35:47.203Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 109 | 2026-06-16T22:35:49.083Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 110 | 2026-06-16T22:35:49.922Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 111 | 2026-06-16T22:35:50.168Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 112 | 2026-06-16T22:35:51.367Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 113 | 2026-06-16T22:35:51.794Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 114 | 2026-06-16T22:35:52.154Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 115 | 2026-06-16T22:35:52.529Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 116 | 2026-06-16T22:35:53.430Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 117 | 2026-06-16T22:35:53.958Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 118 | 2026-06-16T22:35:54.288Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-06-16T22:35:54.678Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 120 | 2026-06-16T22:35:55.297Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 121 | 2026-06-16T22:35:55.828Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 122 | 2026-06-16T22:35:56.147Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 123 | 2026-06-16T22:35:56.360Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 124 | 2026-06-16T22:35:56.646Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 125 | 2026-06-16T22:35:56.992Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 126 | 2026-06-16T22:35:57.584Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 127 | 2026-06-16T22:35:57.848Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 128 | 2026-06-16T22:35:58.323Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 129 | 2026-06-16T22:35:58.835Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 130 | 2026-06-16T22:35:59.096Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 131 | 2026-06-16T22:36:00.259Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 132 | 2026-06-16T22:36:01.016Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-06-16T22:36:01.500Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 134 | 2026-06-16T22:36:01.910Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 135 | 2026-06-16T22:36:02.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 136 | 2026-06-16T22:36:02.669Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 137 | 2026-06-16T22:36:02.921Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 138 | 2026-06-16T22:36:03.264Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 139 | 2026-06-16T22:36:03.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-06-16T22:36:04.005Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-06-16T22:36:04.250Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-06-16T22:36:04.704Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 143 | 2026-06-16T22:36:06.446Z | Downloading crates ... |
| 144 | 2026-06-16T22:36:06.534Z | Downloaded aead v0.5.2 |
| 145 | 2026-06-16T22:36:06.579Z | Downloaded anstyle-query v1.1.5 |
| 146 | 2026-06-16T22:36:06.579Z | Downloaded adler2 v2.0.1 |
| 147 | 2026-06-16T22:36:06.579Z | Downloaded array-init v0.0.4 |
| 148 | 2026-06-16T22:36:06.579Z | Downloaded approx v0.5.1 |
| 149 | 2026-06-16T22:36:06.579Z | Downloaded argon2 v0.5.3 |
| 150 | 2026-06-16T22:36:06.579Z | Downloaded bitfield-macros v0.19.4 |
| 151 | 2026-06-16T22:36:06.579Z | Downloaded chacha20 v0.10.0 |
| 152 | 2026-06-16T22:36:06.580Z | Downloaded anstream v0.6.21 |
| 153 | 2026-06-16T22:36:06.580Z | Downloaded anstyle-parse v1.0.0 |
| 154 | 2026-06-16T22:36:06.637Z | Downloaded chacha20 v0.9.1 |
| 155 | 2026-06-16T22:36:06.637Z | Downloaded cast v0.3.0 |
| 156 | 2026-06-16T22:36:06.637Z | Downloaded darling_core v0.13.4 |
| 157 | 2026-06-16T22:36:06.637Z | Downloaded crc-catalog v2.4.0 |
| 158 | 2026-06-16T22:36:06.637Z | Downloaded crunchy v0.2.4 |
| 159 | 2026-06-16T22:36:06.637Z | Downloaded anyhow v1.0.102 |
| 160 | 2026-06-16T22:36:06.637Z | Downloaded ahash v0.8.12 |
| 161 | 2026-06-16T22:36:06.637Z | Downloaded bit-set v0.8.0 |
| 162 | 2026-06-16T22:36:06.637Z | Downloaded crc v3.4.0 |
| 163 | 2026-06-16T22:36:06.637Z | Downloaded crc8 v0.1.1 |
| 164 | 2026-06-16T22:36:06.637Z | Downloaded compact_str v0.8.1 |
| 165 | 2026-06-16T22:36:06.637Z | Downloaded critical-section v1.2.0 |
| 166 | 2026-06-16T22:36:06.637Z | Downloaded block-buffer v0.10.4 |
| 167 | 2026-06-16T22:36:06.637Z | Downloaded cfg_aliases v0.1.1 |
| 168 | 2026-06-16T22:36:06.637Z | Downloaded arrayref v0.3.9 |
| 169 | 2026-06-16T22:36:06.637Z | Downloaded atomicwrites v0.4.4 |
| 170 | 2026-06-16T22:36:06.637Z | Downloaded blake2 v0.10.6 |
| 171 | 2026-06-16T22:36:06.637Z | Downloaded base16ct v0.2.0 |
| 172 | 2026-06-16T22:36:06.637Z | Downloaded csv-core v0.1.13 |
| 173 | 2026-06-16T22:36:06.637Z | Downloaded crossbeam-epoch v0.9.18 |
| 174 | 2026-06-16T22:36:06.637Z | Downloaded constant_time_eq v0.4.2 |
| 175 | 2026-06-16T22:36:06.637Z | Downloaded console v0.16.2 |
| 176 | 2026-06-16T22:36:06.637Z | Downloaded assert_matches v1.5.0 |
| 177 | 2026-06-16T22:36:06.638Z | Downloaded ascii-canvas v3.0.0 |
| 178 | 2026-06-16T22:36:06.638Z | Downloaded convert_case v0.4.0 |
| 179 | 2026-06-16T22:36:06.638Z | Downloaded concurrent-queue v2.5.0 |
| 180 | 2026-06-16T22:36:06.638Z | Downloaded block-padding v0.3.3 |
| 181 | 2026-06-16T22:36:06.638Z | Downloaded colored v2.2.0 |
| 182 | 2026-06-16T22:36:06.638Z | Downloaded cstr-argument v0.1.2 |
| 183 | 2026-06-16T22:36:06.638Z | Downloaded console v0.15.11 |
| 184 | 2026-06-16T22:36:06.640Z | Downloaded bit-set v0.5.3 |
| 185 | 2026-06-16T22:36:06.640Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 186 | 2026-06-16T22:36:06.640Z | Downloaded cpufeatures v0.2.17 |
| 187 | 2026-06-16T22:36:06.640Z | Downloaded cargo-platform v0.2.0 |
| 188 | 2026-06-16T22:36:06.640Z | Downloaded bit-vec v0.6.3 |
| 189 | 2026-06-16T22:36:06.640Z | Downloaded anstyle-parse v0.2.7 |
| 190 | 2026-06-16T22:36:06.640Z | Downloaded criterion-plot v0.6.0 |
| 191 | 2026-06-16T22:36:06.640Z | Downloaded colored v3.1.1 |
| 192 | 2026-06-16T22:36:06.718Z | Downloaded async-stream-impl v0.3.6 |
| 193 | 2026-06-16T22:36:06.718Z | Downloaded cargo-platform v0.3.2 |
| 194 | 2026-06-16T22:36:06.718Z | Downloaded addr2line v0.25.1 |
| 195 | 2026-06-16T22:36:06.719Z | Downloaded crypto-common v0.1.7 |
| 196 | 2026-06-16T22:36:06.719Z | Downloaded darling_macro v0.23.0 |
| 197 | 2026-06-16T22:36:06.719Z | Downloaded cfg_aliases v0.2.1 |
| 198 | 2026-06-16T22:36:06.719Z | Downloaded anes v0.1.6 |
| 199 | 2026-06-16T22:36:06.719Z | Downloaded crossterm v0.29.0 |
| 200 | 2026-06-16T22:36:06.719Z | Downloaded crossbeam-deque v0.8.6 |
| 201 | 2026-06-16T22:36:06.719Z | Downloaded bytecount v0.6.9 |
| 202 | 2026-06-16T22:36:06.719Z | Downloaded arc-swap v1.8.2 |
| 203 | 2026-06-16T22:36:06.719Z | Downloaded crypto-common v0.2.2 |
| 204 | 2026-06-16T22:36:06.719Z | Downloaded constant_time_eq v0.3.1 |
| 205 | 2026-06-16T22:36:06.719Z | Downloaded compression-core v0.4.31 |
| 206 | 2026-06-16T22:36:06.720Z | Downloaded bitfield-struct v0.6.2 |
| 207 | 2026-06-16T22:36:06.720Z | Downloaded crucible-workspace-hack v0.1.0 |
| 208 | 2026-06-16T22:36:06.720Z | Downloaded cfg-if v1.0.4 |
| 209 | 2026-06-16T22:36:06.720Z | Downloaded castaway v0.2.4 |
| 210 | 2026-06-16T22:36:06.720Z | Downloaded atty v0.2.14 |
| 211 | 2026-06-16T22:36:06.720Z | Downloaded async-recursion v1.1.1 |
| 212 | 2026-06-16T22:36:06.720Z | Downloaded async-object-pool v0.2.0 |
| 213 | 2026-06-16T22:36:06.720Z | Downloaded const_format v0.2.35 |
| 214 | 2026-06-16T22:36:06.720Z | Downloaded const-oid v0.9.6 |
| 215 | 2026-06-16T22:36:06.720Z | Downloaded bb8 v0.8.6 |
| 216 | 2026-06-16T22:36:06.720Z | Downloaded async-stream v0.3.6 |
| 217 | 2026-06-16T22:36:06.720Z | Downloaded cpufeatures v0.3.0 |
| 218 | 2026-06-16T22:36:06.720Z | Downloaded defmt v0.3.100 |
| 219 | 2026-06-16T22:36:06.721Z | Downloaded difflib v0.4.0 |
| 220 | 2026-06-16T22:36:06.721Z | Downloaded block-buffer v0.12.1 |
| 221 | 2026-06-16T22:36:06.721Z | Downloaded colorchoice v1.0.4 |
| 222 | 2026-06-16T22:36:06.721Z | Downloaded dirs-next v2.0.0 |
| 223 | 2026-06-16T22:36:06.721Z | Downloaded ciborium-ll v0.2.2 |
| 224 | 2026-06-16T22:36:06.721Z | Downloaded display-error-chain v0.2.2 |
| 225 | 2026-06-16T22:36:06.721Z | Downloaded dof v0.3.0 |
| 226 | 2026-06-16T22:36:06.721Z | Downloaded darling_macro v0.20.11 |
| 227 | 2026-06-16T22:36:06.721Z | Downloaded darling_macro v0.13.4 |
| 228 | 2026-06-16T22:36:06.721Z | Downloaded camino-tempfile-ext v0.3.3 |
| 229 | 2026-06-16T22:36:06.721Z | Downloaded dirs-sys-next v0.1.2 |
| 230 | 2026-06-16T22:36:06.721Z | Downloaded camino-tempfile v1.4.1 |
| 231 | 2026-06-16T22:36:06.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 232 | 2026-06-16T22:36:06.722Z | Downloaded ciborium-io v0.2.2 |
| 233 | 2026-06-16T22:36:06.722Z | Downloaded buf-list v1.1.2 |
| 234 | 2026-06-16T22:36:06.722Z | Downloaded autocfg v1.5.0 |
| 235 | 2026-06-16T22:36:06.722Z | Downloaded darling_macro v0.21.3 |
| 236 | 2026-06-16T22:36:06.722Z | Downloaded backoff v0.4.0 |
| 237 | 2026-06-16T22:36:06.722Z | Downloaded assert-json-diff v2.0.2 |
| 238 | 2026-06-16T22:36:06.722Z | Downloaded base64ct v1.8.3 |
| 239 | 2026-06-16T22:36:06.722Z | Downloaded bitflags v1.3.2 |
| 240 | 2026-06-16T22:36:06.722Z | Downloaded defmt-parser v1.0.0 |
| 241 | 2026-06-16T22:36:06.723Z | Downloaded bitfield v0.19.4 |
| 242 | 2026-06-16T22:36:06.723Z | Downloaded clap_lex v1.0.0 |
| 243 | 2026-06-16T22:36:06.723Z | Downloaded byteorder v1.5.0 |
| 244 | 2026-06-16T22:36:06.723Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 245 | 2026-06-16T22:36:06.723Z | Downloaded dyn-clone v1.0.20 |
| 246 | 2026-06-16T22:36:06.723Z | Downloaded downcast-rs v2.0.2 |
| 247 | 2026-06-16T22:36:06.723Z | Downloaded dof v0.4.0 |
| 248 | 2026-06-16T22:36:06.723Z | Downloaded document-features v0.2.12 |
| 249 | 2026-06-16T22:36:06.786Z | Downloaded bzip2 v0.4.4 |
| 250 | 2026-06-16T22:36:06.786Z | Downloaded ar_archive_writer v0.5.1 |
| 251 | 2026-06-16T22:36:06.786Z | Downloaded dtrace-parser v0.2.0 |
| 252 | 2026-06-16T22:36:06.786Z | Downloaded compression-codecs v0.4.37 |
| 253 | 2026-06-16T22:36:06.786Z | Downloaded dsl_auto_type v0.2.0 |
| 254 | 2026-06-16T22:36:06.786Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 255 | 2026-06-16T22:36:06.786Z | Downloaded endian-type v0.1.2 |
| 256 | 2026-06-16T22:36:06.786Z | Downloaded fastrand v2.3.0 |
| 257 | 2026-06-16T22:36:06.786Z | Downloaded daft v0.1.7 |
| 258 | 2026-06-16T22:36:06.786Z | Downloaded event-listener-strategy v0.5.4 |
| 259 | 2026-06-16T22:36:06.786Z | Downloaded fd-lock v4.0.4 |
| 260 | 2026-06-16T22:36:06.786Z | Downloaded darling v0.13.4 |
| 261 | 2026-06-16T22:36:06.786Z | Downloaded corncobs v0.1.4 |
| 262 | 2026-06-16T22:36:06.786Z | Downloaded debug-ignore v1.0.5 |
| 263 | 2026-06-16T22:36:06.786Z | Downloaded async-trait v0.1.89 |
| 264 | 2026-06-16T22:36:06.786Z | Downloaded bit-vec v0.8.0 |
| 265 | 2026-06-16T22:36:06.787Z | Downloaded anstyle v1.0.14 |
| 266 | 2026-06-16T22:36:06.787Z | Downloaded embedded-io v0.4.0 |
| 267 | 2026-06-16T22:36:06.787Z | Downloaded cassowary v0.3.0 |
| 268 | 2026-06-16T22:36:06.787Z | Downloaded env_filter v1.0.0 |
| 269 | 2026-06-16T22:36:06.787Z | Downloaded dunce v1.0.5 |
| 270 | 2026-06-16T22:36:06.787Z | Downloaded dtrace-parser v0.3.0 |
| 271 | 2026-06-16T22:36:06.787Z | Downloaded cargo_metadata v0.21.0 |
| 272 | 2026-06-16T22:36:06.787Z | Downloaded bcs v0.1.6 |
| 273 | 2026-06-16T22:36:06.787Z | Downloaded errno v0.3.14 |
| 274 | 2026-06-16T22:36:06.787Z | Downloaded embedded-io v0.6.1 |
| 275 | 2026-06-16T22:36:06.787Z | Downloaded enum-as-inner v0.6.1 |
| 276 | 2026-06-16T22:36:06.787Z | Downloaded digest v0.11.3 |
| 277 | 2026-06-16T22:36:06.787Z | Downloaded fnv v1.0.7 |
| 278 | 2026-06-16T22:36:06.787Z | Downloaded digest v0.10.7 |
| 279 | 2026-06-16T22:36:06.787Z | Downloaded escape8259 v0.5.3 |
| 280 | 2026-06-16T22:36:06.787Z | Downloaded float-ord v0.3.2 |
| 281 | 2026-06-16T22:36:06.788Z | Downloaded foreign-types v0.3.2 |
| 282 | 2026-06-16T22:36:06.788Z | Downloaded flagset v0.4.7 |
| 283 | 2026-06-16T22:36:06.788Z | Downloaded cbc v0.1.2 |
| 284 | 2026-06-16T22:36:06.788Z | Downloaded foreign-types-shared v0.1.1 |
| 285 | 2026-06-16T22:36:06.788Z | Downloaded backon v1.6.0 |
| 286 | 2026-06-16T22:36:06.788Z | Downloaded ed25519 v2.2.3 |
| 287 | 2026-06-16T22:36:06.788Z | Downloaded derive_builder_macro v0.20.2 |
| 288 | 2026-06-16T22:36:06.788Z | Downloaded ctr v0.9.2 |
| 289 | 2026-06-16T22:36:06.788Z | Downloaded form_urlencoded v1.2.2 |
| 290 | 2026-06-16T22:36:06.788Z | Downloaded cmake v0.1.57 |
| 291 | 2026-06-16T22:36:06.788Z | Downloaded base64 v0.22.1 |
| 292 | 2026-06-16T22:36:06.788Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-06-16T22:36:06.788Z | Downloaded defmt v1.0.1 |
| 294 | 2026-06-16T22:36:06.788Z | Downloaded ena v0.14.4 |
| 295 | 2026-06-16T22:36:06.788Z | Downloaded futures-io v0.3.32 |
| 296 | 2026-06-16T22:36:06.788Z | Downloaded cobs v0.3.0 |
| 297 | 2026-06-16T22:36:06.788Z | Downloaded fxhash v0.2.1 |
| 298 | 2026-06-16T22:36:06.788Z | Downloaded futures-macro v0.3.32 |
| 299 | 2026-06-16T22:36:06.788Z | Downloaded derive-ex v0.1.8 |
| 300 | 2026-06-16T22:36:06.788Z | Downloaded generic-array v0.14.7 |
| 301 | 2026-06-16T22:36:06.789Z | Downloaded ghash v0.5.1 |
| 302 | 2026-06-16T22:36:06.840Z | Downloaded futures-core v0.3.32 |
| 303 | 2026-06-16T22:36:06.840Z | Downloaded funty v2.0.0 |
| 304 | 2026-06-16T22:36:06.841Z | Downloaded cookie_store v0.22.1 |
| 305 | 2026-06-16T22:36:06.842Z | Downloaded either v1.15.0 |
| 306 | 2026-06-16T22:36:06.842Z | Downloaded guppy-workspace-hack v0.1.0 |
| 307 | 2026-06-16T22:36:06.842Z | Downloaded ecdsa v0.16.9 |
| 308 | 2026-06-16T22:36:06.842Z | Downloaded filetime v0.2.27 |
| 309 | 2026-06-16T22:36:06.842Z | Downloaded fallible-iterator v0.2.0 |
| 310 | 2026-06-16T22:36:06.842Z | Downloaded cookie v0.18.1 |
| 311 | 2026-06-16T22:36:06.842Z | Downloaded cargo_metadata v0.23.1 |
| 312 | 2026-06-16T22:36:06.842Z | Downloaded clap_derive v4.6.1 |
| 313 | 2026-06-16T22:36:06.842Z | Downloaded diff v0.1.13 |
| 314 | 2026-06-16T22:36:06.842Z | Downloaded futures-task v0.3.32 |
| 315 | 2026-06-16T22:36:06.842Z | Downloaded futures-sink v0.3.32 |
| 316 | 2026-06-16T22:36:06.842Z | Downloaded globwalk v0.9.1 |
| 317 | 2026-06-16T22:36:06.842Z | Downloaded float-cmp v0.10.0 |
| 318 | 2026-06-16T22:36:06.842Z | Downloaded const-oid v0.10.2 |
| 319 | 2026-06-16T22:36:06.842Z | Downloaded crossbeam-channel v0.5.15 |
| 320 | 2026-06-16T22:36:06.842Z | Downloaded hash32 v0.2.1 |
| 321 | 2026-06-16T22:36:06.842Z | Downloaded env_logger v0.11.9 |
| 322 | 2026-06-16T22:36:06.843Z | Downloaded diesel-dtrace v0.5.0 |
| 323 | 2026-06-16T22:36:06.843Z | Downloaded fixedbitset v0.4.2 |
| 324 | 2026-06-16T22:36:06.843Z | Downloaded ff v0.13.1 |
| 325 | 2026-06-16T22:36:06.843Z | Downloaded erased-serde v0.4.9 |
| 326 | 2026-06-16T22:36:06.843Z | Downloaded foldhash v0.1.5 |
| 327 | 2026-06-16T22:36:06.843Z | Downloaded fixedbitset v0.5.7 |
| 328 | 2026-06-16T22:36:06.843Z | Downloaded cipher v0.4.4 |
| 329 | 2026-06-16T22:36:06.843Z | Downloaded heck v0.5.0 |
| 330 | 2026-06-16T22:36:06.843Z | Downloaded hex v0.4.3 |
| 331 | 2026-06-16T22:36:06.843Z | Downloaded headers-core v0.3.0 |
| 332 | 2026-06-16T22:36:06.843Z | Downloaded hash32 v0.3.1 |
| 333 | 2026-06-16T22:36:06.843Z | Downloaded home v0.5.12 |
| 334 | 2026-06-16T22:36:06.843Z | Downloaded hex-literal v0.4.1 |
| 335 | 2026-06-16T22:36:06.843Z | Downloaded heck v0.4.1 |
| 336 | 2026-06-16T22:36:06.843Z | Downloaded find-msvc-tools v0.1.9 |
| 337 | 2026-06-16T22:36:06.843Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-06-16T22:36:06.843Z | Downloaded des v0.8.1 |
| 339 | 2026-06-16T22:36:06.843Z | Downloaded darling v0.23.0 |
| 340 | 2026-06-16T22:36:06.843Z | Downloaded clang-sys v1.8.1 |
| 341 | 2026-06-16T22:36:06.843Z | Downloaded gethostname v0.5.0 |
| 342 | 2026-06-16T22:36:06.843Z | Downloaded futures-timer v3.0.3 |
| 343 | 2026-06-16T22:36:06.844Z | Downloaded defmt-macros v1.0.1 |
| 344 | 2026-06-16T22:36:06.844Z | Downloaded daft-derive v0.1.7 |
| 345 | 2026-06-16T22:36:06.844Z | Downloaded http-body v1.0.1 |
| 346 | 2026-06-16T22:36:06.855Z | Downloaded hostname v0.4.2 |
| 347 | 2026-06-16T22:36:06.855Z | Downloaded hostname v0.3.1 |
| 348 | 2026-06-16T22:36:06.855Z | Downloaded futures-executor v0.3.32 |
| 349 | 2026-06-16T22:36:06.855Z | Downloaded hubpack_derive v0.1.1 |
| 350 | 2026-06-16T22:36:06.855Z | Downloaded http-range v0.1.5 |
| 351 | 2026-06-16T22:36:06.855Z | Downloaded datatest-stable v0.3.3 |
| 352 | 2026-06-16T22:36:06.855Z | Downloaded hyper-tls v0.6.0 |
| 353 | 2026-06-16T22:36:06.855Z | Downloaded crc-any v2.5.0 |
| 354 | 2026-06-16T22:36:06.855Z | Downloaded clap v4.6.1 |
| 355 | 2026-06-16T22:36:06.855Z | Downloaded group v0.13.0 |
| 356 | 2026-06-16T22:36:06.855Z | Downloaded glob v0.3.3 |
| 357 | 2026-06-16T22:36:06.855Z | Downloaded git-stub v1.0.0 |
| 358 | 2026-06-16T22:36:06.855Z | Downloaded fs_extra v1.3.0 |
| 359 | 2026-06-16T22:36:06.855Z | Downloaded ciborium v0.2.2 |
| 360 | 2026-06-16T22:36:06.855Z | Downloaded darling v0.21.3 |
| 361 | 2026-06-16T22:36:06.855Z | Downloaded ident_case v1.0.1 |
| 362 | 2026-06-16T22:36:06.855Z | Downloaded crc32fast v1.5.0 |
| 363 | 2026-06-16T22:36:06.855Z | Downloaded git-stub-vcs v0.1.0 |
| 364 | 2026-06-16T22:36:06.855Z | Downloaded erased-serde v0.3.31 |
| 365 | 2026-06-16T22:36:06.855Z | Downloaded derive_builder_core v0.20.2 |
| 366 | 2026-06-16T22:36:06.855Z | Downloaded globset v0.4.18 |
| 367 | 2026-06-16T22:36:06.855Z | Downloaded drift v0.2.0 |
| 368 | 2026-06-16T22:36:06.899Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 369 | 2026-06-16T22:36:06.900Z | Downloaded idna_adapter v1.2.1 |
| 370 | 2026-06-16T22:36:06.900Z | Downloaded fs-err v2.11.0 |
| 371 | 2026-06-16T22:36:06.900Z | Downloaded fs-err v3.3.0 |
| 372 | 2026-06-16T22:36:06.900Z | Downloaded instant v0.1.13 |
| 373 | 2026-06-16T22:36:06.900Z | Downloaded instability v0.3.11 |
| 374 | 2026-06-16T22:36:06.901Z | Downloaded internet-checksum v0.2.1 |
| 375 | 2026-06-16T22:36:06.901Z | Downloaded indoc v1.0.9 |
| 376 | 2026-06-16T22:36:06.901Z | Downloaded inout v0.1.4 |
| 377 | 2026-06-16T22:36:06.901Z | Downloaded is_terminal_polyfill v1.70.2 |
| 378 | 2026-06-16T22:36:06.901Z | Downloaded is-terminal v0.4.17 |
| 379 | 2026-06-16T22:36:06.901Z | Downloaded indent_write v2.2.0 |
| 380 | 2026-06-16T22:36:06.901Z | Downloaded illumos-nvpair v0.3.0 |
| 381 | 2026-06-16T22:36:06.901Z | Downloaded derive-where v1.6.0 |
| 382 | 2026-06-16T22:36:06.901Z | Downloaded is_ci v1.2.0 |
| 383 | 2026-06-16T22:36:06.901Z | Downloaded keccak v0.1.6 |
| 384 | 2026-06-16T22:36:06.901Z | Downloaded derive_builder v0.20.2 |
| 385 | 2026-06-16T22:36:06.901Z | Downloaded futures-channel v0.3.32 |
| 386 | 2026-06-16T22:36:06.901Z | Downloaded deranged v0.5.8 |
| 387 | 2026-06-16T22:36:06.901Z | Downloaded darling v0.20.11 |
| 388 | 2026-06-16T22:36:06.902Z | Downloaded bumpalo v3.20.2 |
| 389 | 2026-06-16T22:36:06.902Z | Downloaded foreign-types-shared v0.3.1 |
| 390 | 2026-06-16T22:36:06.902Z | Downloaded camino v1.2.2 |
| 391 | 2026-06-16T22:36:06.902Z | Downloaded cfg-expr v0.20.6 |
| 392 | 2026-06-16T22:36:06.902Z | Downloaded bzip2 v0.6.1 |
| 393 | 2026-06-16T22:36:06.902Z | Downloaded lalrpop-util v0.19.12 |
| 394 | 2026-06-16T22:36:06.902Z | Downloaded highway v1.3.0 |
| 395 | 2026-06-16T22:36:06.902Z | Downloaded derive_more v0.99.20 |
| 396 | 2026-06-16T22:36:06.902Z | Downloaded hubpack v0.1.2 |
| 397 | 2026-06-16T22:36:06.902Z | Downloaded httpdate v1.0.3 |
| 398 | 2026-06-16T22:36:06.908Z | Downloaded http-body-util v0.1.3 |
| 399 | 2026-06-16T22:36:06.908Z | Downloaded libscf-sys v1.1.0 |
| 400 | 2026-06-16T22:36:06.908Z | Downloaded async-lock v3.4.2 |
| 401 | 2026-06-16T22:36:06.908Z | Downloaded lazy_static v1.5.0 |
| 402 | 2026-06-16T22:36:06.908Z | Downloaded getrandom v0.2.17 |
| 403 | 2026-06-16T22:36:06.908Z | Downloaded displaydoc v0.2.5 |
| 404 | 2026-06-16T22:36:06.908Z | Downloaded humantime v2.3.0 |
| 405 | 2026-06-16T22:36:06.908Z | Downloaded crypto-bigint v0.5.5 |
| 406 | 2026-06-16T22:36:06.919Z | Downloaded linkme-impl v0.3.35 |
| 407 | 2026-06-16T22:36:06.919Z | Downloaded linked-hash-map v0.5.6 |
| 408 | 2026-06-16T22:36:06.919Z | Downloaded managed v0.8.0 |
| 409 | 2026-06-16T22:36:06.919Z | Downloaded macaddr v1.0.1 |
| 410 | 2026-06-16T22:36:06.919Z | Downloaded lru-cache v0.1.2 |
| 411 | 2026-06-16T22:36:06.929Z | Downloaded der_derive v0.7.3 |
| 412 | 2026-06-16T22:36:06.929Z | Downloaded maybe-uninit v2.0.0 |
| 413 | 2026-06-16T22:36:06.929Z | Downloaded lzss v0.8.2 |
| 414 | 2026-06-16T22:36:06.929Z | Downloaded memmap v0.7.0 |
| 415 | 2026-06-16T22:36:06.929Z | Downloaded md-5 v0.10.6 |
| 416 | 2026-06-16T22:36:06.929Z | Downloaded match_cfg v0.1.0 |
| 417 | 2026-06-16T22:36:06.929Z | Downloaded maplit v1.0.2 |
| 418 | 2026-06-16T22:36:06.929Z | Downloaded dropshot_endpoint v0.17.1 |
| 419 | 2026-06-16T22:36:06.929Z | Downloaded data-encoding v2.10.0 |
| 420 | 2026-06-16T22:36:06.929Z | Downloaded lru v0.12.5 |
| 421 | 2026-06-16T22:36:06.929Z | Downloaded crossbeam-utils v0.8.21 |
| 422 | 2026-06-16T22:36:06.965Z | Downloaded cargo-util-schemas v0.8.2 |
| 423 | 2026-06-16T22:36:06.965Z | Downloaded half v1.8.3 |
| 424 | 2026-06-16T22:36:06.965Z | Downloaded md5 v0.7.0 |
| 425 | 2026-06-16T22:36:06.968Z | Downloaded fatfs v0.3.6 |
| 426 | 2026-06-16T22:36:06.968Z | Downloaded cancel-safe-futures v0.1.5 |
| 427 | 2026-06-16T22:36:06.968Z | Downloaded base64 v0.21.7 |
| 428 | 2026-06-16T22:36:06.968Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 429 | 2026-06-16T22:36:06.968Z | Downloaded backtrace v0.3.76 |
| 430 | 2026-06-16T22:36:06.996Z | Downloaded memoffset v0.9.1 |
| 431 | 2026-06-16T22:36:06.997Z | Downloaded async-bb8-diesel v0.2.1 |
| 432 | 2026-06-16T22:36:06.997Z | Downloaded miette-derive v5.10.0 |
| 433 | 2026-06-16T22:36:06.997Z | Downloaded foreign-types-macros v0.2.3 |
| 434 | 2026-06-16T22:36:06.997Z | Downloaded foreign-types v0.5.0 |
| 435 | 2026-06-16T22:36:06.997Z | Downloaded cexpr v0.6.0 |
| 436 | 2026-06-16T22:36:06.997Z | Downloaded convert_case v0.10.0 |
| 437 | 2026-06-16T22:36:06.997Z | Downloaded const_format_proc_macros v0.2.34 |
| 438 | 2026-06-16T22:36:06.997Z | Downloaded anstream v1.0.0 |
| 439 | 2026-06-16T22:36:06.997Z | Downloaded ingot-types v0.1.2 |
| 440 | 2026-06-16T22:36:06.997Z | Downloaded ingot v0.1.1 |
| 441 | 2026-06-16T22:36:06.997Z | Downloaded darling_core v0.21.3 |
| 442 | 2026-06-16T22:36:06.997Z | Downloaded itoa v1.0.17 |
| 443 | 2026-06-16T22:36:06.997Z | Downloaded ipnetwork v0.21.1 |
| 444 | 2026-06-16T22:36:06.998Z | Downloaded new_debug_unreachable v1.0.6 |
| 445 | 2026-06-16T22:36:06.998Z | Downloaded nested v0.1.1 |
| 446 | 2026-06-16T22:36:06.998Z | Downloaded multimap v0.10.1 |
| 447 | 2026-06-16T22:36:06.998Z | Downloaded darling_core v0.20.11 |
| 448 | 2026-06-16T22:36:06.998Z | Downloaded jobserver v0.1.34 |
| 449 | 2026-06-16T22:36:06.998Z | Downloaded futures v0.3.32 |
| 450 | 2026-06-16T22:36:06.998Z | Downloaded knuffel-derive v3.2.0 |
| 451 | 2026-06-16T22:36:06.998Z | Downloaded hickory-client v0.25.2 |
| 452 | 2026-06-16T22:36:06.998Z | Downloaded httptest v0.16.4 |
| 453 | 2026-06-16T22:36:06.998Z | Downloaded libefi-sys v0.1.0 |
| 454 | 2026-06-16T22:36:06.999Z | Downloaded hmac v0.12.1 |
| 455 | 2026-06-16T22:36:06.999Z | Downloaded getrandom v0.4.1 |
| 456 | 2026-06-16T22:36:06.999Z | Downloaded nibble_vec v0.1.0 |
| 457 | 2026-06-16T22:36:06.999Z | Downloaded normalize-line-endings v0.3.0 |
| 458 | 2026-06-16T22:36:06.999Z | Downloaded num v0.4.3 |
| 459 | 2026-06-16T22:36:06.999Z | Downloaded getrandom v0.3.4 |
| 460 | 2026-06-16T22:36:06.999Z | Downloaded libsw v3.5.0 |
| 461 | 2026-06-16T22:36:06.999Z | Downloaded hybrid-array v0.4.10 |
| 462 | 2026-06-16T22:36:06.999Z | Downloaded nonempty v0.12.0 |
| 463 | 2026-06-16T22:36:06.999Z | Downloaded lru-slab v0.1.2 |
| 464 | 2026-06-16T22:36:07.000Z | Downloaded num-derive v0.3.3 |
| 465 | 2026-06-16T22:36:07.000Z | Downloaded bytes v1.11.1 |
| 466 | 2026-06-16T22:36:07.027Z | Downloaded num-conv v0.2.0 |
| 467 | 2026-06-16T22:36:07.027Z | Downloaded iana-time-zone v0.1.65 |
| 468 | 2026-06-16T22:36:07.027Z | Downloaded darling_core v0.23.0 |
| 469 | 2026-06-16T22:36:07.027Z | Downloaded hyper-staticfile v0.10.1 |
| 470 | 2026-06-16T22:36:07.028Z | Downloaded elliptic-curve v0.13.8 |
| 471 | 2026-06-16T22:36:07.028Z | Downloaded chumsky v0.9.3 |
| 472 | 2026-06-16T22:36:07.028Z | Downloaded cc v1.2.56 |
| 473 | 2026-06-16T22:36:07.028Z | Downloaded lock_api v0.4.14 |
| 474 | 2026-06-16T22:36:07.028Z | Downloaded mime v0.3.17 |
| 475 | 2026-06-16T22:36:07.028Z | Downloaded num-derive v0.4.2 |
| 476 | 2026-06-16T22:36:07.028Z | Downloaded linear-map v1.2.0 |
| 477 | 2026-06-16T22:36:07.028Z | Downloaded num_enum_derive v0.5.11 |
| 478 | 2026-06-16T22:36:07.028Z | Downloaded num-iter v0.1.45 |
| 479 | 2026-06-16T22:36:07.028Z | Downloaded ingot-macros v0.1.1 |
| 480 | 2026-06-16T22:36:07.028Z | Downloaded hyper-rustls v0.27.7 |
| 481 | 2026-06-16T22:36:07.028Z | Downloaded num_threads v0.1.7 |
| 482 | 2026-06-16T22:36:07.028Z | Downloaded native-tls v0.2.18 |
| 483 | 2026-06-16T22:36:07.029Z | Downloaded multer v3.1.0 |
| 484 | 2026-06-16T22:36:07.029Z | Downloaded olpc-cjson v0.1.4 |
| 485 | 2026-06-16T22:36:07.029Z | Downloaded nodrop v0.1.14 |
| 486 | 2026-06-16T22:36:07.029Z | Downloaded linkme v0.3.35 |
| 487 | 2026-06-16T22:36:07.036Z | Downloaded opaque-debug v0.3.1 |
| 488 | 2026-06-16T22:36:07.036Z | Downloaded flume v0.11.1 |
| 489 | 2026-06-16T22:36:07.036Z | Downloaded libsw-core v0.3.2 |
| 490 | 2026-06-16T22:36:07.036Z | Downloaded derive_more v2.1.1 |
| 491 | 2026-06-16T22:36:07.036Z | Downloaded indoc v2.0.7 |
| 492 | 2026-06-16T22:36:07.036Z | Downloaded httparse v1.10.1 |
| 493 | 2026-06-16T22:36:07.036Z | Downloaded ipnet v2.11.0 |
| 494 | 2026-06-16T22:36:07.036Z | Downloaded openssl-probe v0.1.6 |
| 495 | 2026-06-16T22:36:07.036Z | Downloaded openssl-macros v0.1.1 |
| 496 | 2026-06-16T22:36:07.037Z | Downloaded newtype_derive v0.1.6 |
| 497 | 2026-06-16T22:36:07.037Z | Downloaded mime_guess v2.0.5 |
| 498 | 2026-06-16T22:36:07.054Z | Downloaded openssl-probe v0.2.1 |
| 499 | 2026-06-16T22:36:07.054Z | Downloaded newtype-uuid-macros v0.1.0 |
| 500 | 2026-06-16T22:36:07.054Z | Downloaded newline-converter v0.3.0 |
| 501 | 2026-06-16T22:36:07.054Z | Downloaded libloading v0.8.9 |
| 502 | 2026-06-16T22:36:07.055Z | Downloaded der v0.7.10 |
| 503 | 2026-06-16T22:36:07.055Z | Downloaded ordered-float v2.10.1 |
| 504 | 2026-06-16T22:36:07.055Z | Downloaded newtype-uuid v1.3.2 |
| 505 | 2026-06-16T22:36:07.055Z | Downloaded nanorand v0.7.0 |
| 506 | 2026-06-16T22:36:07.055Z | Downloaded oso-derive v0.27.3 |
| 507 | 2026-06-16T22:36:07.055Z | Downloaded packed_struct_codegen v0.10.1 |
| 508 | 2026-06-16T22:36:07.055Z | Downloaded fancy-regex v0.14.0 |
| 509 | 2026-06-16T22:36:07.071Z | Downloaded ed25519-dalek v2.2.0 |
| 510 | 2026-06-16T22:36:07.071Z | Downloaded kstat-rs v0.2.4 |
| 511 | 2026-06-16T22:36:07.071Z | Downloaded event-listener v5.4.1 |
| 512 | 2026-06-16T22:36:07.071Z | Downloaded nu-ansi-term v0.50.3 |
| 513 | 2026-06-16T22:36:07.071Z | Downloaded libtest-mimic v0.8.1 |
| 514 | 2026-06-16T22:36:07.071Z | Downloaded chacha20poly1305 v0.10.1 |
| 515 | 2026-06-16T22:36:07.071Z | Downloaded blake2b_simd v1.0.4 |
| 516 | 2026-06-16T22:36:07.071Z | Downloaded equivalent v1.0.2 |
| 517 | 2026-06-16T22:36:07.072Z | Downloaded byte-wrapper v0.1.0 |
| 518 | 2026-06-16T22:36:07.072Z | Downloaded backtrace-ext v0.2.1 |
| 519 | 2026-06-16T22:36:07.079Z | Downloaded blowfish v0.9.1 |
| 520 | 2026-06-16T22:36:07.079Z | Downloaded atomic-waker v1.1.2 |
| 521 | 2026-06-16T22:36:07.079Z | Downloaded allocator-api2 v0.2.21 |
| 522 | 2026-06-16T22:36:07.079Z | Downloaded path-slash v0.1.5 |
| 523 | 2026-06-16T22:36:07.080Z | Downloaded icu_provider v2.1.1 |
| 524 | 2026-06-16T22:36:07.080Z | Downloaded num-integer v0.1.46 |
| 525 | 2026-06-16T22:36:07.080Z | Downloaded assert_cmd v2.1.2 |
| 526 | 2026-06-16T22:36:07.080Z | Downloaded flate2 v1.1.9 |
| 527 | 2026-06-16T22:36:07.080Z | Downloaded icu_properties v2.1.2 |
| 528 | 2026-06-16T22:36:07.080Z | Downloaded async-compression v0.4.41 |
| 529 | 2026-06-16T22:36:07.080Z | Downloaded half v2.7.1 |
| 530 | 2026-06-16T22:36:07.086Z | Downloaded num_enum v0.5.11 |
| 531 | 2026-06-16T22:36:07.086Z | Downloaded pbkdf2 v0.11.0 |
| 532 | 2026-06-16T22:36:07.086Z | Downloaded num-rational v0.4.2 |
| 533 | 2026-06-16T22:36:07.086Z | Downloaded litrs v1.0.0 |
| 534 | 2026-06-16T22:36:07.086Z | Downloaded parse-size v1.1.0 |
| 535 | 2026-06-16T22:36:07.086Z | Downloaded oorandom v11.1.5 |
| 536 | 2026-06-16T22:36:07.090Z | Downloaded pathdiff v0.2.3 |
| 537 | 2026-06-16T22:36:07.090Z | Downloaded parse-display v0.10.0 |
| 538 | 2026-06-16T22:36:07.090Z | Downloaded parking v2.2.1 |
| 539 | 2026-06-16T22:36:07.090Z | Downloaded arrayvec v0.7.6 |
| 540 | 2026-06-16T22:36:07.097Z | Downloaded ignore v0.4.25 |
| 541 | 2026-06-16T22:36:07.101Z | Downloaded memmap2 v0.9.10 |
| 542 | 2026-06-16T22:36:07.101Z | Downloaded phf_shared v0.11.3 |
| 543 | 2026-06-16T22:36:07.101Z | Downloaded num_enum_derive v0.7.6 |
| 544 | 2026-06-16T22:36:07.101Z | Downloaded pbkdf2 v0.12.2 |
| 545 | 2026-06-16T22:36:07.104Z | Downloaded num_enum v0.7.6 |
| 546 | 2026-06-16T22:36:07.104Z | Downloaded phf_shared v0.12.1 |
| 547 | 2026-06-16T22:36:07.114Z | Downloaded owo-colors v4.3.0 |
| 548 | 2026-06-16T22:36:07.114Z | Downloaded aho-corasick v1.1.4 |
| 549 | 2026-06-16T22:36:07.119Z | Downloaded indexmap v1.9.3 |
| 550 | 2026-06-16T22:36:07.119Z | Downloaded libbz2-rs-sys v0.2.2 |
| 551 | 2026-06-16T22:36:07.119Z | Downloaded phf_shared v0.13.1 |
| 552 | 2026-06-16T22:36:07.119Z | Downloaded peg-runtime v0.8.5 |
| 553 | 2026-06-16T22:36:07.120Z | Downloaded headers v0.4.1 |
| 554 | 2026-06-16T22:36:07.120Z | Downloaded plotters-svg v0.3.7 |
| 555 | 2026-06-16T22:36:07.120Z | Downloaded plotters-backend v0.3.7 |
| 556 | 2026-06-16T22:36:07.120Z | Downloaded percent-encoding v2.3.2 |
| 557 | 2026-06-16T22:36:07.123Z | Downloaded plain v0.2.3 |
| 558 | 2026-06-16T22:36:07.127Z | Downloaded powerfmt v0.2.0 |
| 559 | 2026-06-16T22:36:07.131Z | Downloaded owo-colors v3.5.0 |
| 560 | 2026-06-16T22:36:07.134Z | Downloaded oxnet v0.1.6 |
| 561 | 2026-06-16T22:36:07.142Z | Downloaded parking_lot_core v0.8.6 |
| 562 | 2026-06-16T22:36:07.142Z | Downloaded potential_utf v0.1.4 |
| 563 | 2026-06-16T22:36:07.142Z | Downloaded oxide-tokio-rt v0.1.4 |
| 564 | 2026-06-16T22:36:07.148Z | Downloaded packed_struct v0.10.1 |
| 565 | 2026-06-16T22:36:07.148Z | Downloaded num-complex v0.4.6 |
| 566 | 2026-06-16T22:36:07.148Z | Downloaded predicates-core v1.0.10 |
| 567 | 2026-06-16T22:36:07.148Z | Downloaded precomputed-hash v0.1.1 |
| 568 | 2026-06-16T22:36:07.148Z | Downloaded pretty-hex v0.4.1 |
| 569 | 2026-06-16T22:36:07.148Z | Downloaded predicates-tree v1.0.13 |
| 570 | 2026-06-16T22:36:07.148Z | Downloaded parse-display-derive v0.10.0 |
| 571 | 2026-06-16T22:36:07.160Z | Downloaded expectorate v1.2.0 |
| 572 | 2026-06-16T22:36:07.160Z | Downloaded heapless v0.7.17 |
| 573 | 2026-06-16T22:36:07.161Z | Downloaded heapless v0.8.0 |
| 574 | 2026-06-16T22:36:07.161Z | Downloaded paste v1.0.15 |
| 575 | 2026-06-16T22:36:07.161Z | Downloaded password-hash v0.4.2 |
| 576 | 2026-06-16T22:36:07.171Z | Downloaded partial-io v0.5.4 |
| 577 | 2026-06-16T22:36:07.171Z | Downloaded proc-macro-crate v1.3.1 |
| 578 | 2026-06-16T22:36:07.171Z | Downloaded log v0.4.29 |
| 579 | 2026-06-16T22:36:07.171Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 580 | 2026-06-16T22:36:07.172Z | Downloaded proc-macro-crate v3.4.0 |
| 581 | 2026-06-16T22:36:07.172Z | Downloaded diesel_derives v2.3.7 |
| 582 | 2026-06-16T22:36:07.172Z | Downloaded peg-macros v0.8.5 |
| 583 | 2026-06-16T22:36:07.172Z | Downloaded path-tree v0.8.3 |
| 584 | 2026-06-16T22:36:07.172Z | Downloaded aes v0.8.4 |
| 585 | 2026-06-16T22:36:07.179Z | Downloaded derive_more-impl v2.1.1 |
| 586 | 2026-06-16T22:36:07.179Z | Downloaded peg v0.8.5 |
| 587 | 2026-06-16T22:36:07.193Z | Downloaded proc-macro-error-attr v1.0.4 |
| 588 | 2026-06-16T22:36:07.193Z | Downloaded password-hash v0.5.0 |
| 589 | 2026-06-16T22:36:07.197Z | Downloaded litemap v0.8.1 |
| 590 | 2026-06-16T22:36:07.197Z | Downloaded icu_normalizer v2.1.1 |
| 591 | 2026-06-16T22:36:07.197Z | Downloaded pin-project-internal v1.1.11 |
| 592 | 2026-06-16T22:36:07.197Z | Downloaded progenitor-macro v0.14.0 |
| 593 | 2026-06-16T22:36:07.198Z | Downloaded progenitor-macro v0.13.0 |
| 594 | 2026-06-16T22:36:07.198Z | Downloaded pin-project-lite v0.2.17 |
| 595 | 2026-06-16T22:36:07.198Z | Downloaded phf v0.12.1 |
| 596 | 2026-06-16T22:36:07.198Z | Downloaded pem-rfc7468 v0.7.0 |
| 597 | 2026-06-16T22:36:07.198Z | Downloaded quick-error v1.2.3 |
| 598 | 2026-06-16T22:36:07.198Z | Downloaded phf v0.13.1 |
| 599 | 2026-06-16T22:36:07.199Z | Downloaded postgres-protocol v0.6.10 |
| 600 | 2026-06-16T22:36:07.206Z | Downloaded pkg-config v0.3.32 |
| 601 | 2026-06-16T22:36:07.207Z | Downloaded knuffel v3.2.0 |
| 602 | 2026-06-16T22:36:07.207Z | Downloaded psl-types v2.0.11 |
| 603 | 2026-06-16T22:36:07.207Z | Downloaded parking_lot v0.11.2 |
| 604 | 2026-06-16T22:36:07.215Z | Downloaded polyval v0.6.2 |
| 605 | 2026-06-16T22:36:07.215Z | Downloaded criterion v0.7.0 |
| 606 | 2026-06-16T22:36:07.224Z | Downloaded radium v0.7.0 |
| 607 | 2026-06-16T22:36:07.224Z | Downloaded parking_lot_core v0.9.12 |
| 608 | 2026-06-16T22:36:07.224Z | Downloaded icu_collections v2.1.1 |
| 609 | 2026-06-16T22:36:07.235Z | Downloaded predicates v3.1.4 |
| 610 | 2026-06-16T22:36:07.235Z | Downloaded proc-macro-error v1.0.4 |
| 611 | 2026-06-16T22:36:07.235Z | Downloaded icu_normalizer_data v2.1.1 |
| 612 | 2026-06-16T22:36:07.235Z | Downloaded num-traits v0.2.19 |
| 613 | 2026-06-16T22:36:07.242Z | Downloaded miniz_oxide v0.8.9 |
| 614 | 2026-06-16T22:36:07.242Z | Downloaded primeorder v0.13.6 |
| 615 | 2026-06-16T22:36:07.242Z | Downloaded progenitor-client v0.13.0 |
| 616 | 2026-06-16T22:36:07.242Z | Downloaded recursive v0.1.1 |
| 617 | 2026-06-16T22:36:07.242Z | Downloaded ref-cast v1.0.25 |
| 618 | 2026-06-16T22:36:07.242Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 619 | 2026-06-16T22:36:07.243Z | Downloaded pest_derive v2.8.6 |
| 620 | 2026-06-16T22:36:07.247Z | Downloaded progenitor-extras v0.2.0 |
| 621 | 2026-06-16T22:36:07.247Z | Downloaded proc-macro-error2 v2.0.1 |
| 622 | 2026-06-16T22:36:07.247Z | Downloaded crossterm v0.28.1 |
| 623 | 2026-06-16T22:36:07.253Z | Downloaded pem v3.0.6 |
| 624 | 2026-06-16T22:36:07.253Z | Downloaded indicatif v0.18.4 |
| 625 | 2026-06-16T22:36:07.258Z | Downloaded progenitor-client v0.14.0 |
| 626 | 2026-06-16T22:36:07.258Z | Downloaded ref-cast-impl v1.0.25 |
| 627 | 2026-06-16T22:36:07.258Z | Downloaded progenitor v0.13.0 |
| 628 | 2026-06-16T22:36:07.258Z | Downloaded psm v0.1.30 |
| 629 | 2026-06-16T22:36:07.262Z | Downloaded pkcs1 v0.7.5 |
| 630 | 2026-06-16T22:36:07.262Z | Downloaded pest_generator v2.8.6 |
| 631 | 2026-06-16T22:36:07.262Z | Downloaded hashbrown v0.13.2 |
| 632 | 2026-06-16T22:36:07.270Z | Downloaded once_cell v1.21.3 |
| 633 | 2026-06-16T22:36:07.270Z | Downloaded hickory-resolver v0.24.4 |
| 634 | 2026-06-16T22:36:07.270Z | Downloaded oso v0.27.3 |
| 635 | 2026-06-16T22:36:07.283Z | Downloaded r2d2 v0.8.10 |
| 636 | 2026-06-16T22:36:07.283Z | Downloaded pkcs5 v0.7.1 |
| 637 | 2026-06-16T22:36:07.283Z | Downloaded jiff-static v0.2.21 |
| 638 | 2026-06-16T22:36:07.283Z | Downloaded rfc6979 v0.4.0 |
| 639 | 2026-06-16T22:36:07.283Z | Downloaded pkcs8 v0.10.2 |
| 640 | 2026-06-16T22:36:07.284Z | Downloaded rustc_version v0.1.7 |
| 641 | 2026-06-16T22:36:07.284Z | Downloaded hickory-resolver v0.25.2 |
| 642 | 2026-06-16T22:36:07.288Z | Downloaded russh-cryptovec v0.7.3 |
| 643 | 2026-06-16T22:36:07.288Z | Downloaded p256 v0.13.2 |
| 644 | 2026-06-16T22:36:07.288Z | Downloaded rand_chacha v0.3.1 |
| 645 | 2026-06-16T22:36:07.288Z | Downloaded rand_xorshift v0.4.0 |
| 646 | 2026-06-16T22:36:07.288Z | Downloaded parking_lot v0.12.5 |
| 647 | 2026-06-16T22:36:07.291Z | Downloaded papergrid v0.11.0 |
| 648 | 2026-06-16T22:36:07.294Z | Downloaded hashbrown v0.12.3 |
| 649 | 2026-06-16T22:36:07.297Z | Downloaded rand_core v0.6.4 |
| 650 | 2026-06-16T22:36:07.297Z | Downloaded rustc_version v0.4.1 |
| 651 | 2026-06-16T22:36:07.319Z | Downloaded rand_core v0.9.5 |
| 652 | 2026-06-16T22:36:07.319Z | Downloaded rand_chacha v0.9.0 |
| 653 | 2026-06-16T22:36:07.319Z | Downloaded rustc-hash v2.1.1 |
| 654 | 2026-06-16T22:36:07.319Z | Downloaded postgres-types v0.2.12 |
| 655 | 2026-06-16T22:36:07.320Z | Downloaded quote v1.0.45 |
| 656 | 2026-06-16T22:36:07.327Z | Downloaded rand_seeder v0.4.0 |
| 657 | 2026-06-16T22:36:07.327Z | Downloaded miette v5.10.0 |
| 658 | 2026-06-16T22:36:07.327Z | Downloaded ppv-lite86 v0.2.21 |
| 659 | 2026-06-16T22:36:07.327Z | Downloaded icu_locale_core v2.1.1 |
| 660 | 2026-06-16T22:36:07.327Z | Downloaded salsa20 v0.10.2 |
| 661 | 2026-06-16T22:36:07.327Z | Downloaded progenitor v0.14.0 |
| 662 | 2026-06-16T22:36:07.327Z | Downloaded http v1.4.2 |
| 663 | 2026-06-16T22:36:07.327Z | Downloaded same-file v1.0.6 |
| 664 | 2026-06-16T22:36:07.327Z | Downloaded scheduled-thread-pool v0.2.7 |
| 665 | 2026-06-16T22:36:07.331Z | Downloaded scrypt v0.11.0 |
| 666 | 2026-06-16T22:36:07.334Z | Downloaded relative-path v1.9.3 |
| 667 | 2026-06-16T22:36:07.337Z | Downloaded openssl-sys v0.9.115 |
| 668 | 2026-06-16T22:36:07.343Z | Downloaded pin-project v1.1.11 |
| 669 | 2026-06-16T22:36:07.349Z | Downloaded serde-value v0.7.0 |
| 670 | 2026-06-16T22:36:07.366Z | Downloaded scopeguard v1.2.0 |
| 671 | 2026-06-16T22:36:07.366Z | Downloaded dropshot-api-manager v0.7.2 |
| 672 | 2026-06-16T22:36:07.366Z | Downloaded sapling-renderdag v0.1.0 |
| 673 | 2026-06-16T22:36:07.366Z | Downloaded scroll_derive v0.13.1 |
| 674 | 2026-06-16T22:36:07.366Z | Downloaded secrecy v0.10.3 |
| 675 | 2026-06-16T22:36:07.366Z | Downloaded secrecy v0.8.0 |
| 676 | 2026-06-16T22:36:07.366Z | Downloaded serde-big-array v0.5.1 |
| 677 | 2026-06-16T22:36:07.366Z | Downloaded semver v0.1.20 |
| 678 | 2026-06-16T22:36:07.366Z | Downloaded scroll_derive v0.12.1 |
| 679 | 2026-06-16T22:36:07.366Z | Downloaded rtoolbox v0.0.3 |
| 680 | 2026-06-16T22:36:07.367Z | Downloaded resolv-conf v0.7.6 |
| 681 | 2026-06-16T22:36:07.374Z | Downloaded poly1305 v0.8.0 |
| 682 | 2026-06-16T22:36:07.374Z | Downloaded quinn-udp v0.5.14 |
| 683 | 2026-06-16T22:36:07.374Z | Downloaded rustc-demangle v0.1.27 |
| 684 | 2026-06-16T22:36:07.374Z | Downloaded papergrid v0.17.0 |
| 685 | 2026-06-16T22:36:07.374Z | Downloaded rust-argon2 v2.1.0 |
| 686 | 2026-06-16T22:36:07.374Z | Downloaded serde_bytes v0.11.19 |
| 687 | 2026-06-16T22:36:07.374Z | Downloaded serde_plain v1.0.2 |
| 688 | 2026-06-16T22:36:07.374Z | Downloaded aes-gcm v0.10.3 |
| 689 | 2026-06-16T22:36:07.380Z | Downloaded prefix-trie v0.7.0 |
| 690 | 2026-06-16T22:36:07.380Z | Downloaded rand_core v0.10.0 |
| 691 | 2026-06-16T22:36:07.385Z | Downloaded serde_spanned v0.6.9 |
| 692 | 2026-06-16T22:36:07.388Z | Downloaded serde_regex v1.1.0 |
| 693 | 2026-06-16T22:36:07.388Z | Downloaded seq-macro v0.3.6 |
| 694 | 2026-06-16T22:36:07.388Z | Downloaded rusty-fork v0.3.1 |
| 695 | 2026-06-16T22:36:07.391Z | Downloaded serde_urlencoded v0.7.1 |
| 696 | 2026-06-16T22:36:07.391Z | Downloaded serde_spanned v1.1.1 |
| 697 | 2026-06-16T22:36:07.391Z | Downloaded indexmap v2.14.0 |
| 698 | 2026-06-16T22:36:07.394Z | Downloaded sha1 v0.10.6 |
| 699 | 2026-06-16T22:36:07.394Z | Downloaded memchr v2.8.0 |
| 700 | 2026-06-16T22:36:07.398Z | Downloaded serde_repr v0.1.20 |
| 701 | 2026-06-16T22:36:07.404Z | Downloaded sha1 v0.11.0 |
| 702 | 2026-06-16T22:36:07.404Z | Downloaded minimal-lexical v0.2.1 |
| 703 | 2026-06-16T22:36:07.404Z | Downloaded proc-macro2 v1.0.106 |
| 704 | 2026-06-16T22:36:07.410Z | Downloaded itertools v0.10.5 |
| 705 | 2026-06-16T22:36:07.410Z | Downloaded postcard v1.1.3 |
| 706 | 2026-06-16T22:36:07.413Z | Downloaded hickory-server v0.25.2 |
| 707 | 2026-06-16T22:36:07.417Z | Downloaded shell-words v1.1.1 |
| 708 | 2026-06-16T22:36:07.417Z | Downloaded schemars_derive v0.8.22 |
| 709 | 2026-06-16T22:36:07.421Z | Downloaded signal-hook-tokio v0.3.1 |
| 710 | 2026-06-16T22:36:07.422Z | Downloaded sigpipe v0.1.3 |
| 711 | 2026-06-16T22:36:07.422Z | Downloaded signature v2.2.0 |
| 712 | 2026-06-16T22:36:07.425Z | Downloaded scroll v0.13.0 |
| 713 | 2026-06-16T22:36:07.428Z | Downloaded rustversion v1.0.22 |
| 714 | 2026-06-16T22:36:07.428Z | Downloaded progenitor-impl v0.13.0 |
| 715 | 2026-06-16T22:36:07.433Z | Downloaded pest_meta v2.8.6 |
| 716 | 2026-06-16T22:36:07.441Z | Downloaded scroll v0.12.0 |
| 717 | 2026-06-16T22:36:07.442Z | Downloaded sec1 v0.7.3 |
| 718 | 2026-06-16T22:36:07.454Z | Downloaded serde-hex v0.1.0 |
| 719 | 2026-06-16T22:36:07.454Z | Downloaded serde_derive_internals v0.29.1 |
| 720 | 2026-06-16T22:36:07.454Z | Downloaded similar-asserts v1.7.0 |
| 721 | 2026-06-16T22:36:07.454Z | Downloaded siphasher v1.0.2 |
| 722 | 2026-06-16T22:36:07.454Z | Downloaded rustls-native-certs v0.8.3 |
| 723 | 2026-06-16T22:36:07.458Z | Downloaded serde_path_to_error v0.1.20 |
| 724 | 2026-06-16T22:36:07.458Z | Downloaded prettyplease v0.2.37 |
| 725 | 2026-06-16T22:36:07.465Z | Downloaded guppy v0.17.25 |
| 726 | 2026-06-16T22:36:07.470Z | Downloaded pretty_assertions v1.4.1 |
| 727 | 2026-06-16T22:36:07.470Z | Downloaded slog-bunyan v2.5.0 |
| 728 | 2026-06-16T22:36:07.470Z | Downloaded smawk v0.3.2 |
| 729 | 2026-06-16T22:36:07.470Z | Downloaded rustls-pemfile v2.2.0 |
| 730 | 2026-06-16T22:36:07.470Z | Downloaded hashbrown v0.15.5 |
| 731 | 2026-06-16T22:36:07.485Z | Downloaded sha2 v0.10.9 |
| 732 | 2026-06-16T22:36:07.485Z | Downloaded slog-envlogger v2.2.0 |
| 733 | 2026-06-16T22:36:07.485Z | Downloaded rustls-pki-types v1.14.0 |
| 734 | 2026-06-16T22:36:07.485Z | Downloaded serde_tokenstream v0.2.3 |
| 735 | 2026-06-16T22:36:07.485Z | Downloaded sqlparser_derive v0.5.0 |
| 736 | 2026-06-16T22:36:07.491Z | Downloaded clap_builder v4.6.0 |
| 737 | 2026-06-16T22:36:07.491Z | Downloaded serde_with_macros v1.5.2 |
| 738 | 2026-06-16T22:36:07.491Z | Downloaded ssh-encoding v0.2.0 |
| 739 | 2026-06-16T22:36:07.491Z | Downloaded hashbrown v0.16.1 |
| 740 | 2026-06-16T22:36:07.491Z | Downloaded progenitor-impl v0.14.0 |
| 741 | 2026-06-16T22:36:07.491Z | Downloaded hyper-util v0.1.20 |
| 742 | 2026-06-16T22:36:07.496Z | Downloaded signal-hook-mio v0.2.5 |
| 743 | 2026-06-16T22:36:07.510Z | Downloaded simd-adler32 v0.3.8 |
| 744 | 2026-06-16T22:36:07.510Z | Downloaded shlex v1.3.0 |
| 745 | 2026-06-16T22:36:07.510Z | Downloaded rstest v0.25.0 |
| 746 | 2026-06-16T22:36:07.510Z | Downloaded stable_deref_trait v1.2.1 |
| 747 | 2026-06-16T22:36:07.510Z | Downloaded ssh-cipher v0.2.0 |
| 748 | 2026-06-16T22:36:07.510Z | Downloaded signal-hook-registry v1.4.8 |
| 749 | 2026-06-16T22:36:07.526Z | Downloaded russh-keys v0.45.0 |
| 750 | 2026-06-16T22:36:07.532Z | Downloaded serde-untagged v0.1.9 |
| 751 | 2026-06-16T22:36:07.532Z | Downloaded num-bigint v0.4.6 |
| 752 | 2026-06-16T22:36:07.532Z | Downloaded nom v7.1.3 |
| 753 | 2026-06-16T22:36:07.532Z | Downloaded structmeta-derive v0.3.0 |
| 754 | 2026-06-16T22:36:07.532Z | Downloaded structmeta v0.3.0 |
| 755 | 2026-06-16T22:36:07.532Z | Downloaded strsim v0.10.0 |
| 756 | 2026-06-16T22:36:07.532Z | Downloaded serde_cbor v0.11.2 |
| 757 | 2026-06-16T22:36:07.532Z | Downloaded strum v0.26.3 |
| 758 | 2026-06-16T22:36:07.532Z | Downloaded slog-async v2.8.0 |
| 759 | 2026-06-16T22:36:07.536Z | Downloaded strum v0.27.2 |
| 760 | 2026-06-16T22:36:07.536Z | Downloaded libxml v0.3.3 |
| 761 | 2026-06-16T22:36:07.539Z | Downloaded supports-color v3.0.2 |
| 762 | 2026-06-16T22:36:07.544Z | Downloaded supports-color v2.1.0 |
| 763 | 2026-06-16T22:36:07.544Z | Downloaded subtle v2.6.1 |
| 764 | 2026-06-16T22:36:07.544Z | Downloaded slog-dtrace v0.3.0 |
| 765 | 2026-06-16T22:36:07.547Z | Downloaded slab v0.4.12 |
| 766 | 2026-06-16T22:36:07.547Z | Downloaded serde_with_macros v3.17.0 |
| 767 | 2026-06-16T22:36:07.547Z | Downloaded itertools v0.13.0 |
| 768 | 2026-06-16T22:36:07.550Z | Downloaded snafu-derive v0.8.9 |
| 769 | 2026-06-16T22:36:07.554Z | Downloaded smf v0.2.3 |
| 770 | 2026-06-16T22:36:07.554Z | Downloaded swrite v0.1.0 |
| 771 | 2026-06-16T22:36:07.554Z | Downloaded supports-unicode v2.1.0 |
| 772 | 2026-06-16T22:36:07.554Z | Downloaded sqlformat v0.3.5 |
| 773 | 2026-06-16T22:36:07.557Z | Downloaded supports-hyperlinks v2.1.0 |
| 774 | 2026-06-16T22:36:07.557Z | Downloaded slog-scope v4.4.1 |
| 775 | 2026-06-16T22:36:07.557Z | Downloaded slog-json v2.6.1 |
| 776 | 2026-06-16T22:36:07.557Z | Downloaded sync-ptr v0.1.4 |
| 777 | 2026-06-16T22:36:07.560Z | Downloaded slog-term v2.9.2 |
| 778 | 2026-06-16T22:36:07.560Z | Downloaded sync_wrapper v1.0.2 |
| 779 | 2026-06-16T22:36:07.560Z | Downloaded hashbrown v0.17.0 |
| 780 | 2026-06-16T22:36:07.568Z | Downloaded mio v1.2.0 |
| 781 | 2026-06-16T22:36:07.577Z | Downloaded spki v0.7.3 |
| 782 | 2026-06-16T22:36:07.577Z | Downloaded rstest_macros v0.25.0 |
| 783 | 2026-06-16T22:36:07.577Z | Downloaded ron v0.8.1 |
| 784 | 2026-06-16T22:36:07.577Z | Downloaded schemars v0.8.22 |
| 785 | 2026-06-16T22:36:07.593Z | Downloaded take_mut v0.2.2 |
| 786 | 2026-06-16T22:36:07.593Z | Downloaded tabled_derive v0.11.0 |
| 787 | 2026-06-16T22:36:07.593Z | Downloaded tagptr v0.2.0 |
| 788 | 2026-06-16T22:36:07.593Z | Downloaded tabwriter v1.4.1 |
| 789 | 2026-06-16T22:36:07.593Z | Downloaded tabled_derive v0.7.0 |
| 790 | 2026-06-16T22:36:07.593Z | Downloaded strip-ansi-escapes v0.2.1 |
| 791 | 2026-06-16T22:36:07.593Z | Downloaded stringmetrics v2.2.2 |
| 792 | 2026-06-16T22:36:07.593Z | Downloaded blake3 v1.8.3 |
| 793 | 2026-06-16T22:36:07.598Z | Downloaded quinn v0.11.9 |
| 794 | 2026-06-16T22:36:07.598Z | Downloaded serde_core v1.0.228 |
| 795 | 2026-06-16T22:36:07.598Z | Downloaded publicsuffix v2.3.0 |
| 796 | 2026-06-16T22:36:07.598Z | Downloaded strum_macros v0.26.4 |
| 797 | 2026-06-16T22:36:07.598Z | Downloaded target-triple v1.0.0 |
| 798 | 2026-06-16T22:36:07.598Z | Downloaded tap v1.0.1 |
| 799 | 2026-06-16T22:36:07.603Z | Downloaded stringprep v0.1.5 |
| 800 | 2026-06-16T22:36:07.603Z | Downloaded string_cache v0.8.9 |
| 801 | 2026-06-16T22:36:07.603Z | Downloaded terminal_size v0.4.3 |
| 802 | 2026-06-16T22:36:07.603Z | Downloaded rand v0.8.6 |
| 803 | 2026-06-16T22:36:07.606Z | Downloaded semver v1.0.28 |
| 804 | 2026-06-16T22:36:07.606Z | Downloaded strsim v0.11.1 |
| 805 | 2026-06-16T22:36:07.606Z | Downloaded static_assertions v1.1.0 |
| 806 | 2026-06-16T22:36:07.609Z | Downloaded stacker v0.1.23 |
| 807 | 2026-06-16T22:36:07.609Z | Downloaded futures-util v0.3.32 |
| 808 | 2026-06-16T22:36:07.619Z | Downloaded testing_table v0.3.0 |
| 809 | 2026-06-16T22:36:07.642Z | Downloaded terminal_size v0.1.17 |
| 810 | 2026-06-16T22:36:07.642Z | Downloaded support-bundle-viewer v0.1.2 |
| 811 | 2026-06-16T22:36:07.642Z | Downloaded strum_macros v0.27.2 |
| 812 | 2026-06-16T22:36:07.642Z | Downloaded strum_macros v0.24.3 |
| 813 | 2026-06-16T22:36:07.642Z | Downloaded synstructure v0.13.2 |
| 814 | 2026-06-16T22:36:07.642Z | Downloaded slog-stdlog v4.1.1 |
| 815 | 2026-06-16T22:36:07.642Z | Downloaded time-core v0.1.8 |
| 816 | 2026-06-16T22:36:07.677Z | Downloaded icu_properties_data v2.1.2 |
| 817 | 2026-06-16T22:36:07.677Z | Downloaded smallvec v0.6.14 |
| 818 | 2026-06-16T22:36:07.677Z | Downloaded qorb v0.4.1 |
| 819 | 2026-06-16T22:36:07.677Z | Downloaded bitvec v1.0.1 |
| 820 | 2026-06-16T22:36:07.677Z | Downloaded tinyvec_macros v0.1.1 |
| 821 | 2026-06-16T22:36:07.678Z | Downloaded rsa v0.9.10 |
| 822 | 2026-06-16T22:36:07.678Z | Downloaded idna v1.1.0 |
| 823 | 2026-06-16T22:36:07.678Z | Downloaded hashbrown v0.14.5 |
| 824 | 2026-06-16T22:36:07.678Z | Downloaded num-bigint-dig v0.8.6 |
| 825 | 2026-06-16T22:36:07.678Z | Downloaded serde_derive v1.0.228 |
| 826 | 2026-06-16T22:36:07.699Z | Downloaded thread-id v5.1.0 |
| 827 | 2026-06-16T22:36:07.699Z | Downloaded thread-id v4.2.2 |
| 828 | 2026-06-16T22:36:07.699Z | Downloaded termtree v0.5.1 |
| 829 | 2026-06-16T22:36:07.699Z | Downloaded termios v0.3.3 |
| 830 | 2026-06-16T22:36:07.699Z | Downloaded tokio-test v0.4.5 |
| 831 | 2026-06-16T22:36:07.699Z | Downloaded termcolor v1.4.1 |
| 832 | 2026-06-16T22:36:07.699Z | Downloaded signal-hook v0.3.18 |
| 833 | 2026-06-16T22:36:07.699Z | Downloaded schemars v0.9.0 |
| 834 | 2026-06-16T22:36:07.699Z | Downloaded itertools v0.12.1 |
| 835 | 2026-06-16T22:36:07.700Z | Downloaded target-spec v3.5.7 |
| 836 | 2026-06-16T22:36:07.700Z | Downloaded target-lexicon v0.13.3 |
| 837 | 2026-06-16T22:36:07.700Z | Downloaded similar v2.7.0 |
| 838 | 2026-06-16T22:36:07.700Z | Downloaded toml_write v0.1.2 |
| 839 | 2026-06-16T22:36:07.700Z | Downloaded rayon-core v1.13.0 |
| 840 | 2026-06-16T22:36:07.700Z | Downloaded toml_datetime v0.6.11 |
| 841 | 2026-06-16T22:36:07.700Z | Downloaded aws-lc-rs v1.16.3 |
| 842 | 2026-06-16T22:36:07.700Z | Downloaded tower-service v0.3.3 |
| 843 | 2026-06-16T22:36:07.700Z | Downloaded tower-layer v0.3.3 |
| 844 | 2026-06-16T22:36:07.700Z | Downloaded thiserror v2.0.18 |
| 845 | 2026-06-16T22:36:07.700Z | Downloaded slog v2.8.2 |
| 846 | 2026-06-16T22:36:07.700Z | Downloaded try-lock v0.2.5 |
| 847 | 2026-06-16T22:36:07.700Z | Downloaded trait-variant v0.1.2 |
| 848 | 2026-06-16T22:36:07.700Z | Downloaded thread_local v1.1.9 |
| 849 | 2026-06-16T22:36:07.700Z | Downloaded thiserror v1.0.69 |
| 850 | 2026-06-16T22:36:07.706Z | Downloaded topological-sort v0.2.2 |
| 851 | 2026-06-16T22:36:07.706Z | Downloaded h2 v0.4.15 |
| 852 | 2026-06-16T22:36:07.706Z | Downloaded time-macros v0.2.27 |
| 853 | 2026-06-16T22:36:07.706Z | Downloaded smallvec v1.15.1 |
| 854 | 2026-06-16T22:36:07.709Z | Downloaded typeid v1.0.3 |
| 855 | 2026-06-16T22:36:07.709Z | Downloaded serde_yaml v0.9.34+deprecated |
| 856 | 2026-06-16T22:36:07.709Z | Downloaded hkdf v0.12.4 |
| 857 | 2026-06-16T22:36:07.714Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 858 | 2026-06-16T22:36:07.714Z | Downloaded thiserror-impl v1.0.69 |
| 859 | 2026-06-16T22:36:07.714Z | Downloaded thiserror-impl v2.0.18 |
| 860 | 2026-06-16T22:36:07.714Z | Downloaded rand v0.9.2 |
| 861 | 2026-06-16T22:36:07.717Z | Downloaded nom v8.0.0 |
| 862 | 2026-06-16T22:36:07.721Z | Downloaded typify-macro v0.6.2 |
| 863 | 2026-06-16T22:36:07.721Z | Downloaded spin v0.9.8 |
| 864 | 2026-06-16T22:36:07.721Z | Downloaded tls_codec v0.4.2 |
| 865 | 2026-06-16T22:36:07.724Z | Downloaded term v1.2.1 |
| 866 | 2026-06-16T22:36:07.724Z | Downloaded unarray v0.1.4 |
| 867 | 2026-06-16T22:36:07.730Z | Downloaded tinystr v0.8.2 |
| 868 | 2026-06-16T22:36:07.730Z | Downloaded itertools v0.14.0 |
| 869 | 2026-06-16T22:36:07.734Z | Downloaded unicode-linebreak v0.1.5 |
| 870 | 2026-06-16T22:36:07.734Z | Downloaded unit-prefix v0.5.2 |
| 871 | 2026-06-16T22:36:07.735Z | Downloaded pest v2.8.6 |
| 872 | 2026-06-16T22:36:07.739Z | Downloaded unicode-truncate v1.1.0 |
| 873 | 2026-06-16T22:36:07.739Z | Downloaded tinytemplate v1.2.1 |
| 874 | 2026-06-16T22:36:07.739Z | Downloaded tiny-keccak v2.0.2 |
| 875 | 2026-06-16T22:36:07.739Z | Downloaded universal-hash v0.5.1 |
| 876 | 2026-06-16T22:36:07.756Z | Downloaded unicode-xid v0.2.6 |
| 877 | 2026-06-16T22:36:07.757Z | Downloaded untrusted v0.9.0 |
| 878 | 2026-06-16T22:36:07.757Z | Downloaded subprocess v0.2.15 |
| 879 | 2026-06-16T22:36:07.757Z | Downloaded tokio-tungstenite v0.21.0 |
| 880 | 2026-06-16T22:36:07.757Z | Downloaded rand v0.10.0 |
| 881 | 2026-06-16T22:36:07.757Z | Downloaded goblin v0.8.2 |
| 882 | 2026-06-16T22:36:07.761Z | Downloaded tokio-native-tls v0.3.1 |
| 883 | 2026-06-16T22:36:07.761Z | Downloaded untrusted v0.7.1 |
| 884 | 2026-06-16T22:36:07.761Z | Downloaded iddqd v0.4.2 |
| 885 | 2026-06-16T22:36:07.761Z | Downloaded tokio-macros v2.7.0 |
| 886 | 2026-06-16T22:36:07.761Z | Downloaded usdt-attr-macro v0.5.0 |
| 887 | 2026-06-16T22:36:07.761Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 888 | 2026-06-16T22:36:07.761Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 889 | 2026-06-16T22:36:07.761Z | Downloaded usdt v0.6.0 |
| 890 | 2026-06-16T22:36:07.767Z | Downloaded tls_codec_derive v0.4.2 |
| 891 | 2026-06-16T22:36:07.767Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2026-06-16T22:36:07.767Z | Downloaded term v0.7.0 |
| 893 | 2026-06-16T22:36:07.772Z | Downloaded russh v0.45.0 |
| 894 | 2026-06-16T22:36:07.772Z | Downloaded usdt-attr-macro v0.6.0 |
| 895 | 2026-06-16T22:36:07.773Z | Downloaded hyper v1.10.1 |
| 896 | 2026-06-16T22:36:07.779Z | Downloaded usdt-macro v0.5.0 |
| 897 | 2026-06-16T22:36:07.779Z | Downloaded socket2 v0.6.3 |
| 898 | 2026-06-16T22:36:07.779Z | Downloaded serde v1.0.228 |
| 899 | 2026-06-16T22:36:07.779Z | Downloaded tui-tree-widget v0.23.1 |
| 900 | 2026-06-16T22:36:07.784Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 901 | 2026-06-16T22:36:07.784Z | Downloaded utf8parse v0.2.2 |
| 902 | 2026-06-16T22:36:07.784Z | Downloaded socket2 v0.5.10 |
| 903 | 2026-06-16T22:36:07.784Z | Downloaded utf8_iter v1.0.4 |
| 904 | 2026-06-16T22:36:07.784Z | Downloaded snafu v0.8.9 |
| 905 | 2026-06-16T22:36:07.789Z | Downloaded unicase v2.9.0 |
| 906 | 2026-06-16T22:36:07.790Z | Downloaded usdt-macro v0.6.0 |
| 907 | 2026-06-16T22:36:07.790Z | Downloaded usdt v0.5.0 |
| 908 | 2026-06-16T22:36:07.790Z | Downloaded tokio-rustls v0.26.4 |
| 909 | 2026-06-16T22:36:07.790Z | Downloaded tempfile v3.25.0 |
| 910 | 2026-06-16T22:36:07.796Z | Downloaded p521 v0.13.3 |
| 911 | 2026-06-16T22:36:07.796Z | Downloaded iri-string v0.7.10 |
| 912 | 2026-06-16T22:36:07.813Z | Downloaded tokio-stream v0.1.18 |
| 913 | 2026-06-16T22:36:07.813Z | Downloaded samael v0.0.19 |
| 914 | 2026-06-16T22:36:07.820Z | Downloaded schemars v1.2.1 |
| 915 | 2026-06-16T22:36:07.820Z | Downloaded want v0.3.1 |
| 916 | 2026-06-16T22:36:07.820Z | Downloaded waitgroup v0.1.2 |
| 917 | 2026-06-16T22:36:07.820Z | Downloaded wait-timeout v0.2.1 |
| 918 | 2026-06-16T22:36:07.820Z | Downloaded void v1.0.2 |
| 919 | 2026-06-16T22:36:07.820Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 920 | 2026-06-16T22:36:07.820Z | Downloaded textwrap v0.16.2 |
| 921 | 2026-06-16T22:36:07.820Z | Downloaded textwrap v0.15.2 |
| 922 | 2026-06-16T22:36:07.820Z | Downloaded toml v0.8.23 |
| 923 | 2026-06-16T22:36:07.829Z | Downloaded tokio-dtrace v0.1.1 |
| 924 | 2026-06-16T22:36:07.829Z | Downloaded bindgen v0.71.1 |
| 925 | 2026-06-16T22:36:07.830Z | Downloaded libm v0.2.16 |
| 926 | 2026-06-16T22:36:07.853Z | Downloaded rustls-webpki v0.103.9 |
| 927 | 2026-06-16T22:36:07.853Z | Downloaded ryu v1.0.23 |
| 928 | 2026-06-16T22:36:07.853Z | Downloaded rustls-platform-verifier v0.6.2 |
| 929 | 2026-06-16T22:36:07.853Z | Downloaded rcgen v0.12.1 |
| 930 | 2026-06-16T22:36:07.854Z | Downloaded thiserror-no-std v2.0.2 |
| 931 | 2026-06-16T22:36:07.858Z | Downloaded xshell-macros v0.2.7 |
| 932 | 2026-06-16T22:36:07.858Z | Downloaded usdt-impl v0.5.0 |
| 933 | 2026-06-16T22:36:07.858Z | Downloaded tracing-attributes v0.1.31 |
| 934 | 2026-06-16T22:36:07.858Z | Downloaded steno v0.4.1 |
| 935 | 2026-06-16T22:36:07.858Z | Downloaded zerofrom-derive v0.1.6 |
| 936 | 2026-06-16T22:36:07.858Z | Downloaded zeroize_derive v1.4.3 |
| 937 | 2026-06-16T22:36:07.858Z | Downloaded rpassword v7.4.0 |
| 938 | 2026-06-16T22:36:07.858Z | Downloaded usdt-impl v0.6.0 |
| 939 | 2026-06-16T22:36:07.858Z | Downloaded zerofrom v0.1.6 |
| 940 | 2026-06-16T22:36:07.858Z | Downloaded utf-8 v0.7.6 |
| 941 | 2026-06-16T22:36:07.858Z | Downloaded rand_distr v0.5.1 |
| 942 | 2026-06-16T22:36:07.859Z | Downloaded yoke-derive v0.8.1 |
| 943 | 2026-06-16T22:36:07.859Z | Downloaded twox-hash v2.1.2 |
| 944 | 2026-06-16T22:36:07.866Z | Downloaded zone v0.3.1 |
| 945 | 2026-06-16T22:36:07.879Z | Downloaded uzers v0.12.2 |
| 946 | 2026-06-16T22:36:07.879Z | Downloaded chrono v0.4.44 |
| 947 | 2026-06-16T22:36:07.884Z | Downloaded rustyline v14.0.0 |
| 948 | 2026-06-16T22:36:07.884Z | Downloaded vergen-lib v0.1.6 |
| 949 | 2026-06-16T22:36:07.884Z | Downloaded version_check v0.9.5 |
| 950 | 2026-06-16T22:36:07.884Z | Downloaded vergen-gitcl v1.0.8 |
| 951 | 2026-06-16T22:36:07.884Z | Downloaded vergen-git2 v9.1.0 |
| 952 | 2026-06-16T22:36:07.885Z | Downloaded zone_cfg_derive v0.3.1 |
| 953 | 2026-06-16T22:36:07.885Z | Downloaded vsss-rs v3.3.4 |
| 954 | 2026-06-16T22:36:07.893Z | Downloaded vergen-lib v9.1.0 |
| 955 | 2026-06-16T22:36:07.893Z | Downloaded whoami v2.1.0 |
| 956 | 2026-06-16T22:36:07.893Z | Downloaded git2 v0.20.4 |
| 957 | 2026-06-16T22:36:07.896Z | Downloaded whoami v1.6.1 |
| 958 | 2026-06-16T22:36:07.896Z | Downloaded tar v0.4.45 |
| 959 | 2026-06-16T22:36:07.900Z | Downloaded writeable v0.6.2 |
| 960 | 2026-06-16T22:36:07.904Z | Downloaded walkdir v2.5.0 |
| 961 | 2026-06-16T22:36:07.905Z | Downloaded plotters v0.3.7 |
| 962 | 2026-06-16T22:36:07.915Z | Downloaded yoke v0.8.1 |
| 963 | 2026-06-16T22:36:07.915Z | Downloaded tracing-core v0.1.36 |
| 964 | 2026-06-16T22:36:07.915Z | Downloaded xattr v1.6.1 |
| 965 | 2026-06-16T22:36:07.915Z | Downloaded test-strategy v0.4.5 |
| 966 | 2026-06-16T22:36:07.922Z | Downloaded zeroize v1.8.2 |
| 967 | 2026-06-16T22:36:07.923Z | Downloaded xshell v0.2.7 |
| 968 | 2026-06-16T22:36:07.923Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 969 | 2026-06-16T22:36:07.923Z | Downloaded tinyvec v1.10.0 |
| 970 | 2026-06-16T22:36:07.932Z | Downloaded trybuild v1.0.116 |
| 971 | 2026-06-16T22:36:07.933Z | Downloaded typify v0.6.2 |
| 972 | 2026-06-16T22:36:07.933Z | Downloaded zerovec-derive v0.11.2 |
| 973 | 2026-06-16T22:36:07.933Z | Downloaded tungstenite v0.23.0 |
| 974 | 2026-06-16T22:36:07.933Z | Downloaded unicode-ident v1.0.24 |
| 975 | 2026-06-16T22:36:07.937Z | Downloaded unicode-bidi v0.3.18 |
| 976 | 2026-06-16T22:36:07.938Z | Downloaded zmij v1.0.21 |
| 977 | 2026-06-16T22:36:07.938Z | Downloaded vergen v9.1.0 |
| 978 | 2026-06-16T22:36:07.938Z | Downloaded tungstenite v0.21.0 |
| 979 | 2026-06-16T22:36:07.938Z | Downloaded zstd-safe v7.2.4 |
| 980 | 2026-06-16T22:36:07.964Z | Downloaded wyz v0.5.1 |
| 981 | 2026-06-16T22:36:07.964Z | Downloaded toml_edit v0.22.27 |
| 982 | 2026-06-16T22:36:07.975Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 983 | 2026-06-16T22:36:07.975Z | Downloaded unsafe-libyaml v0.2.11 |
| 984 | 2026-06-16T22:36:07.976Z | Downloaded toml v0.7.8 |
| 985 | 2026-06-16T22:36:07.986Z | Downloaded zerocopy v0.6.6 |
| 986 | 2026-06-16T22:36:07.986Z | Downloaded uuid v1.23.3 |
| 987 | 2026-06-16T22:36:07.986Z | Downloaded ssh-key v0.6.7 |
| 988 | 2026-06-16T22:36:07.986Z | Downloaded reqwest v0.13.2 |
| 989 | 2026-06-16T22:36:08.006Z | Downloaded yasna v0.5.2 |
| 990 | 2026-06-16T22:36:08.006Z | Downloaded ucd-trie v0.1.7 |
| 991 | 2026-06-16T22:36:08.006Z | Downloaded typenum v1.19.0 |
| 992 | 2026-06-16T22:36:08.007Z | Downloaded reedline v0.40.0 |
| 993 | 2026-06-16T22:36:08.018Z | Downloaded zstd v0.13.3 |
| 994 | 2026-06-16T22:36:08.018Z | Downloaded reqwest v0.12.28 |
| 995 | 2026-06-16T22:36:08.018Z | Downloaded unicode-properties v0.1.4 |
| 996 | 2026-06-16T22:36:08.018Z | Downloaded vte v0.14.1 |
| 997 | 2026-06-16T22:36:08.018Z | Downloaded goblin v0.10.5 |
| 998 | 2026-06-16T22:36:08.028Z | Downloaded serde_with v1.14.0 |
| 999 | 2026-06-16T22:36:08.028Z | Downloaded tokio-postgres v0.7.16 |
| 1000 | 2026-06-16T22:36:08.037Z | Downloaded toml_edit v0.19.15 |
| 1001 | 2026-06-16T22:36:08.037Z | Downloaded zerocopy-derive v0.7.35 |
| 1002 | 2026-06-16T22:36:08.049Z | Downloaded lalrpop v0.19.12 |
| 1003 | 2026-06-16T22:36:08.054Z | Downloaded portable-atomic v1.13.1 |
| 1004 | 2026-06-16T22:36:08.054Z | Downloaded curve25519-dalek v4.1.3 |
| 1005 | 2026-06-16T22:36:08.061Z | Downloaded rayon v1.11.0 |
| 1006 | 2026-06-16T22:36:08.068Z | Downloaded regex v1.12.3 |
| 1007 | 2026-06-16T22:36:08.078Z | Downloaded unicode_categories v0.1.1 |
| 1008 | 2026-06-16T22:36:08.078Z | Downloaded quick-xml v0.37.5 |
| 1009 | 2026-06-16T22:36:08.078Z | Downloaded moka v0.12.13 |
| 1010 | 2026-06-16T22:36:08.086Z | Downloaded zip v0.6.6 |
| 1011 | 2026-06-16T22:36:08.086Z | Downloaded serde_json v1.0.150 |
| 1012 | 2026-06-16T22:36:08.093Z | Downloaded gimli v0.32.3 |
| 1013 | 2026-06-16T22:36:08.098Z | Downloaded p384 v0.13.1 |
| 1014 | 2026-06-16T22:36:08.098Z | Downloaded unicode-segmentation v1.12.0 |
| 1015 | 2026-06-16T22:36:08.102Z | Downloaded zopfli v0.8.3 |
| 1016 | 2026-06-16T22:36:08.105Z | Downloaded url v2.5.8 |
| 1017 | 2026-06-16T22:36:08.128Z | Downloaded yansi v1.0.1 |
| 1018 | 2026-06-16T22:36:08.128Z | Downloaded tower v0.5.3 |
| 1019 | 2026-06-16T22:36:08.174Z | Downloaded zerotrie v0.2.3 |
| 1020 | 2026-06-16T22:36:08.174Z | Downloaded typed-path v0.9.3 |
| 1021 | 2026-06-16T22:36:08.174Z | Downloaded proptest v1.10.0 |
| 1022 | 2026-06-16T22:36:08.194Z | Downloaded zerocopy-derive v0.8.40 |
| 1023 | 2026-06-16T22:36:08.194Z | Downloaded x509-cert v0.2.5 |
| 1024 | 2026-06-16T22:36:08.194Z | Downloaded unicode-normalization v0.1.25 |
| 1025 | 2026-06-16T22:36:08.195Z | Downloaded tough v0.22.0 |
| 1026 | 2026-06-16T22:36:08.195Z | Downloaded tower-http v0.6.8 |
| 1027 | 2026-06-16T22:36:08.195Z | Downloaded tokio-util v0.7.18 |
| 1028 | 2026-06-16T22:36:08.202Z | Downloaded object v0.30.4 |
| 1029 | 2026-06-16T22:36:08.202Z | Downloaded zip v4.6.1 |
| 1030 | 2026-06-16T22:36:08.202Z | Downloaded salty v0.3.0 |
| 1031 | 2026-06-16T22:36:08.202Z | Downloaded quinn-proto v0.11.13 |
| 1032 | 2026-06-16T22:36:08.207Z | Downloaded radix_trie v0.2.1 |
| 1033 | 2026-06-16T22:36:08.210Z | Downloaded nix v0.27.1 |
| 1034 | 2026-06-16T22:36:08.214Z | Downloaded petname v2.0.2 |
| 1035 | 2026-06-16T22:36:08.217Z | Downloaded serde_with v3.17.0 |
| 1036 | 2026-06-16T22:36:08.222Z | Downloaded bstr v1.12.1 |
| 1037 | 2026-06-16T22:36:08.230Z | Downloaded nix v0.28.0 |
| 1038 | 2026-06-16T22:36:08.238Z | Downloaded zerovec v0.11.5 |
| 1039 | 2026-06-16T22:36:08.272Z | Downloaded dropshot v0.17.1 |
| 1040 | 2026-06-16T22:36:08.286Z | Downloaded zerocopy v0.7.35 |
| 1041 | 2026-06-16T22:36:08.296Z | Downloaded winnow v0.6.26 |
| 1042 | 2026-06-16T22:36:08.303Z | Downloaded openssl v0.10.79 |
| 1043 | 2026-06-16T22:36:08.311Z | Downloaded polar-core v0.27.3 |
| 1044 | 2026-06-16T22:36:08.316Z | Downloaded winnow v1.0.3 |
| 1045 | 2026-06-16T22:36:08.319Z | Downloaded winnow v0.7.14 |
| 1046 | 2026-06-16T22:36:08.322Z | Downloaded smoltcp v0.9.1 |
| 1047 | 2026-06-16T22:36:08.328Z | Downloaded time v0.3.47 |
| 1048 | 2026-06-16T22:36:08.334Z | Downloaded syn v1.0.109 |
| 1049 | 2026-06-16T22:36:08.340Z | Downloaded hickory-proto v0.24.4 |
| 1050 | 2026-06-16T22:36:08.360Z | Downloaded regex-syntax v0.6.29 |
| 1051 | 2026-06-16T22:36:08.380Z | Downloaded hickory-proto v0.25.2 |
| 1052 | 2026-06-16T22:36:08.380Z | Downloaded tabled v0.20.0 |
| 1053 | 2026-06-16T22:36:08.386Z | Downloaded regex-syntax v0.8.10 |
| 1054 | 2026-06-16T22:36:08.386Z | Downloaded diesel v2.3.7 |
| 1055 | 2026-06-16T22:36:08.391Z | Downloaded zlib-rs v0.6.2 |
| 1056 | 2026-06-16T22:36:08.396Z | Downloaded rustls v0.23.40 |
| 1057 | 2026-06-16T22:36:08.406Z | Downloaded zerocopy v0.8.40 |
| 1058 | 2026-06-16T22:36:08.441Z | Downloaded vcpkg v0.2.15 |
| 1059 | 2026-06-16T22:36:08.441Z | Downloaded smoltcp v0.11.0 |
| 1060 | 2026-06-16T22:36:08.441Z | Downloaded regress v0.11.1 |
| 1061 | 2026-06-16T22:36:08.446Z | Downloaded unicode-width v0.2.0 |
| 1062 | 2026-06-16T22:36:08.446Z | Downloaded rustix v1.1.3 |
| 1063 | 2026-06-16T22:36:08.460Z | Downloaded syn v2.0.117 |
| 1064 | 2026-06-16T22:36:08.466Z | Downloaded unicode-width v0.1.14 |
| 1065 | 2026-06-16T22:36:08.469Z | Downloaded regress v0.10.5 |
| 1066 | 2026-06-16T22:36:08.475Z | Downloaded rustix v0.38.44 |
| 1067 | 2026-06-16T22:36:08.489Z | Downloaded openapiv3 v2.2.0 |
| 1068 | 2026-06-16T22:36:08.495Z | Downloaded tabled v0.15.0 |
| 1069 | 2026-06-16T22:36:08.505Z | Downloaded nix v0.31.2 |
| 1070 | 2026-06-16T22:36:08.518Z | Downloaded sled v0.34.7 |
| 1071 | 2026-06-16T22:36:08.523Z | Downloaded object v0.37.3 |
| 1072 | 2026-06-16T22:36:08.527Z | Downloaded winnow v0.5.40 |
| 1073 | 2026-06-16T22:36:08.531Z | Downloaded sqlparser v0.61.0 |
| 1074 | 2026-06-16T22:36:08.536Z | Downloaded tracing v0.1.44 |
| 1075 | 2026-06-16T22:36:08.553Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1076 | 2026-06-16T22:36:08.562Z | Downloaded regex-automata v0.4.14 |
| 1077 | 2026-06-16T22:36:08.570Z | Downloaded typify-impl v0.6.2 |
| 1078 | 2026-06-16T22:36:08.585Z | Downloaded ratatui v0.29.0 |
| 1079 | 2026-06-16T22:36:08.592Z | Downloaded petgraph v0.6.5 |
| 1080 | 2026-06-16T22:36:08.603Z | Downloaded jiff v0.2.21 |
| 1081 | 2026-06-16T22:36:08.650Z | Downloaded zerocopy-derive v0.6.6 |
| 1082 | 2026-06-16T22:36:08.656Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1083 | 2026-06-16T22:36:08.672Z | Downloaded chrono-tz v0.10.4 |
| 1084 | 2026-06-16T22:36:08.697Z | Downloaded libc v0.2.185 |
| 1085 | 2026-06-16T22:36:08.717Z | Downloaded petgraph v0.8.3 |
| 1086 | 2026-06-16T22:36:08.742Z | Downloaded libz-sys v1.1.24 |
| 1087 | 2026-06-16T22:36:08.752Z | Downloaded encoding_rs v0.8.35 |
| 1088 | 2026-06-16T22:36:08.766Z | Downloaded csv v1.4.0 |
| 1089 | 2026-06-16T22:36:08.776Z | Downloaded sha3 v0.10.8 |
| 1090 | 2026-06-16T22:36:08.798Z | Downloaded tokio v1.52.1 |
| 1091 | 2026-06-16T22:36:08.851Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1092 | 2026-06-16T22:36:08.897Z | Downloaded ring v0.17.14 |
| 1093 | 2026-06-16T22:36:08.921Z | Downloaded httpmock v0.8.3 |
| 1094 | 2026-06-16T22:36:09.394Z | Downloaded aws-lc-sys v0.40.0 |
| 1095 | 2026-06-16T22:36:09.811Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1096 | 2026-06-16T22:36:11.324Z | Startup: Refreshing catalog 'helios' ... Done |
| 1097 | 2026-06-16T22:36:11.420Z | Startup: Caching catalogs ... Done |
| 1098 | 2026-06-16T22:36:11.794Z | Planning: Solver setup ... Done (0.327s) |
| 1099 | 2026-06-16T22:36:11.817Z | Planning: Running solver ... Done (0.023s) |
| 1100 | 2026-06-16T22:36:11.829Z | Planning: Finding local manifests ... Done (0.004s) |
| 1101 | 2026-06-16T22:36:11.843Z | Planning: Fetching manifests: 0/2 0% complete |
| 1102 | 2026-06-16T22:36:11.860Z | Planning: Fetching manifests: 2/2 100% complete |
| 1103 | 2026-06-16T22:36:11.874Z | Planning: Package planning ... Done (0.015s) |
| 1104 | 2026-06-16T22:36:11.878Z | Planning: Merging actions ... Done (0.002s) |
| 1105 | 2026-06-16T22:36:12.073Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 1106 | 2026-06-16T22:36:12.077Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1107 | 2026-06-16T22:36:12.991Z | Planning: Evaluating mediators ... Done (0.885s) |
| 1108 | 2026-06-16T22:36:13.081Z | Planning: Planning completed in 1.52 seconds |
| 1109 | 2026-06-16T22:36:13.081Z | Packages to install: 2 |
| 1110 | 2026-06-16T22:36:13.081Z | Estimated space available: 155.81 GB |
| 1111 | 2026-06-16T22:36:13.081Z | Estimated space to be consumed: 26.76 MB |
| 1112 | 2026-06-16T22:36:13.081Z | Create boot environment: No |
| 1113 | 2026-06-16T22:36:13.081Z | Create backup boot environment: No |
| 1114 | 2026-06-16T22:36:13.081Z | Rebuild boot archive: No |
| 1115 | 2026-06-16T22:36:13.081Z | |
| 1116 | 2026-06-16T22:36:13.081Z | Changed packages: |
| 1117 | 2026-06-16T22:36:13.081Z | helios |
| 1118 | 2026-06-16T22:36:13.081Z | developer/build-essential |
| 1119 | 2026-06-16T22:36:13.081Z | None -> 11-3.0 |
| 1120 | 2026-06-16T22:36:13.081Z | library/libxmlsec1 |
| 1121 | 2026-06-16T22:36:13.082Z | None -> 1.2.35-3.0 |
| 1122 | 2026-06-16T22:36:13.082Z | |
| 1123 | 2026-06-16T22:36:13.082Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1124 | 2026-06-16T22:36:13.572Z | Download: Completed 1.28 MB in 0.50 seconds (2.5M/s) |
| 1125 | 2026-06-16T22:36:13.658Z | Actions: 1/268 actions (Installing new actions) |
| 1126 | 2026-06-16T22:36:13.784Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1127 | 2026-06-16T22:36:13.785Z | Finalize: Updating package state database ... Done (0.010s) |
| 1128 | 2026-06-16T22:36:13.785Z | Finalize: Updating package cache ... Done (0.000s) |
| 1129 | 2026-06-16T22:36:13.785Z | Finalize: Updating image state ... Done (0.024s) |
| 1130 | 2026-06-16T22:36:16.199Z | Finalize: Creating fast lookup database ... Done (2.505s) |
| 1131 | 2026-06-16T22:36:16.266Z | Finalize: Reading search index ... Done (0.013s) |
| 1132 | 2026-06-16T22:36:16.269Z | Finalize: Updating search index ... Done (0.000s) |
| 1133 | 2026-06-16T22:36:16.390Z | Finalize: Updating package cache ... Done (0.000s) |
| 1134 | 2026-06-16T22:36:16.694Z | Planning: Evaluating mediator changes ... Done |
| 1135 | 2026-06-16T22:36:16.798Z | Planning: Checking for conflicting actions ... Done |
| 1136 | 2026-06-16T22:36:16.801Z | Planning: Consolidating action changes ... Done |
| 1137 | 2026-06-16T22:36:16.958Z | Planning: Evaluating mediators ... Done |
| 1138 | 2026-06-16T22:36:16.961Z | Planning: Planning completed in 0.27 seconds |
| 1139 | 2026-06-16T22:36:16.980Z | Mediators to change: 2 |
| 1140 | 2026-06-16T22:36:16.980Z | Create boot environment: No |
| 1141 | 2026-06-16T22:36:16.980Z | Create backup boot environment: No |
| 1142 | 2026-06-16T22:36:17.029Z | Finalize: Updating package state database ... Done |
| 1143 | 2026-06-16T22:36:17.029Z | Finalize: Updating package cache ... Done |
| 1144 | 2026-06-16T22:36:17.042Z | Finalize: Updating image state ... Done |
| 1145 | 2026-06-16T22:36:18.971Z | Finalize: Creating fast lookup database ... Done |
| 1146 | 2026-06-16T22:36:19.036Z | Finalize: Reading search index ... Done |
| 1147 | 2026-06-16T22:36:19.039Z | Finalize: Updating search index ... Done |
| 1148 | 2026-06-16T22:36:19.104Z | Finalize: Updating package cache ... Done |
| 1149 | 2026-06-16T22:36:19.385Z | Planning: Evaluating mediator changes ... Done |
| 1150 | 2026-06-16T22:36:19.488Z | Planning: Checking for conflicting actions ... Done |
| 1151 | 2026-06-16T22:36:19.491Z | Planning: Consolidating action changes ... Done |
| 1152 | 2026-06-16T22:36:19.648Z | Planning: Evaluating mediators ... Done |
| 1153 | 2026-06-16T22:36:19.651Z | Planning: Planning completed in 0.26 seconds |
| 1154 | 2026-06-16T22:36:19.672Z | Mediators to change: 1 |
| 1155 | 2026-06-16T22:36:19.672Z | Create boot environment: No |
| 1156 | 2026-06-16T22:36:19.672Z | Create backup boot environment: No |
| 1157 | 2026-06-16T22:36:19.714Z | Finalize: Updating package state database ... Done |
| 1158 | 2026-06-16T22:36:19.714Z | Finalize: Updating package cache ... Done |
| 1159 | 2026-06-16T22:36:19.730Z | Finalize: Updating image state ... Done |
| 1160 | 2026-06-16T22:36:21.663Z | Finalize: Creating fast lookup database ... Done |
| 1161 | 2026-06-16T22:36:21.729Z | Finalize: Reading search index ... Done |
| 1162 | 2026-06-16T22:36:21.744Z | Finalize: Updating search index ... Done |
| 1163 | 2026-06-16T22:36:21.789Z | Finalize: Updating package cache ... Done |
| 1164 | 2026-06-16T22:36:22.101Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1165 | 2026-06-16T22:36:22.101Z | apache system 2.4 system |
| 1166 | 2026-06-16T22:36:22.101Z | clang system 15 system |
| 1167 | 2026-06-16T22:36:22.102Z | csh system system illumos |
| 1168 | 2026-06-16T22:36:22.102Z | ctags system system illumos |
| 1169 | 2026-06-16T22:36:22.102Z | file vendor vendor darwinsys |
| 1170 | 2026-06-16T22:36:22.102Z | file system system illumos |
| 1171 | 2026-06-16T22:36:22.102Z | gcc vendor 14 vendor |
| 1172 | 2026-06-16T22:36:22.102Z | gcc system 13 system |
| 1173 | 2026-06-16T22:36:22.102Z | gcc system 10 system |
| 1174 | 2026-06-16T22:36:22.102Z | go system 1.25 system |
| 1175 | 2026-06-16T22:36:22.102Z | llvm system 15 system |
| 1176 | 2026-06-16T22:36:22.102Z | mariadb system 11.4 system |
| 1177 | 2026-06-16T22:36:22.102Z | mta vendor vendor dma |
| 1178 | 2026-06-16T22:36:22.102Z | openjdk system 17 system |
| 1179 | 2026-06-16T22:36:22.102Z | openjdk system 11 system |
| 1180 | 2026-06-16T22:36:22.102Z | openssl vendor 3 vendor |
| 1181 | 2026-06-16T22:36:22.102Z | perl system 5.40 system |
| 1182 | 2026-06-16T22:36:22.102Z | postgresql system 18 system |
| 1183 | 2026-06-16T22:36:22.102Z | postgresql system 17 system |
| 1184 | 2026-06-16T22:36:22.102Z | python vendor 3 vendor |
| 1185 | 2026-06-16T22:36:22.102Z | python system 2 system |
| 1186 | 2026-06-16T22:36:22.102Z | python3 vendor 3.13 vendor |
| 1187 | 2026-06-16T22:36:22.102Z | ruby system 3.4 system |
| 1188 | 2026-06-16T22:36:22.102Z | ruby system 3.0 system |
| 1189 | 2026-06-16T22:36:22.102Z | words vendor vendor american-english |
| 1190 | 2026-06-16T22:36:22.102Z | words system system australian-english |
| 1191 | 2026-06-16T22:36:22.102Z | words system system british-english |
| 1192 | 2026-06-16T22:36:22.102Z | words system system canadian-english |
| 1193 | 2026-06-16T22:36:22.102Z | words system system french |
| 1194 | 2026-06-16T22:36:22.102Z | words system system italian |
| 1195 | 2026-06-16T22:36:22.102Z | words system system ngerman |
| 1196 | 2026-06-16T22:36:22.102Z | words system system ogerman |
| 1197 | 2026-06-16T22:36:22.102Z | words system system spanish |
| 1198 | 2026-06-16T22:36:22.352Z | PUBLISHER TYPE STATUS P LOCATION |
| 1199 | 2026-06-16T22:36:22.352Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1200 | 2026-06-16T22:36:22.640Z | FMRI IFO |
| 1201 | 2026-06-16T22:36:22.640Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1202 | 2026-06-16T22:36:22.640Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1203 | 2026-06-16T22:36:22.640Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1204 | 2026-06-16T22:36:22.640Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1205 | 2026-06-16T22:36:22.640Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1206 | 2026-06-16T22:36:22.640Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1207 | 2026-06-16T22:36:22.640Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1208 | 2026-06-16T22:36:22.640Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1209 | 2026-06-16T22:36:22.641Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1210 | 2026-06-16T22:36:23.159Z | Downloading crates ... |
| 1211 | 2026-06-16T22:36:23.222Z | Downloaded cargo_toml v0.21.0 |
| 1212 | 2026-06-16T22:36:23.269Z | Compiling proc-macro2 v1.0.106 |
| 1213 | 2026-06-16T22:36:23.269Z | Compiling quote v1.0.45 |
| 1214 | 2026-06-16T22:36:23.272Z | Compiling unicode-ident v1.0.24 |
| 1215 | 2026-06-16T22:36:23.272Z | Compiling serde_core v1.0.228 |
| 1216 | 2026-06-16T22:36:23.272Z | Compiling libc v0.2.185 |
| 1217 | 2026-06-16T22:36:23.273Z | Compiling version_check v0.9.5 |
| 1218 | 2026-06-16T22:36:23.273Z | Compiling serde v1.0.228 |
| 1219 | 2026-06-16T22:36:23.273Z | Compiling stable_deref_trait v1.2.1 |
| 1220 | 2026-06-16T22:36:23.273Z | Compiling memchr v2.8.0 |
| 1221 | 2026-06-16T22:36:23.273Z | Compiling zmij v1.0.21 |
| 1222 | 2026-06-16T22:36:23.273Z | Compiling ucd-trie v0.1.7 |
| 1223 | 2026-06-16T22:36:23.273Z | Compiling autocfg v1.5.0 |
| 1224 | 2026-06-16T22:36:23.273Z | Compiling itoa v1.0.17 |
| 1225 | 2026-06-16T22:36:23.349Z | Compiling thiserror v1.0.69 |
| 1226 | 2026-06-16T22:36:23.359Z | Compiling writeable v0.6.2 |
| 1227 | 2026-06-16T22:36:23.479Z | Compiling litemap v0.8.1 |
| 1228 | 2026-06-16T22:36:23.495Z | Compiling byteorder v1.5.0 |
| 1229 | 2026-06-16T22:36:23.652Z | Compiling rustix v1.1.3 |
| 1230 | 2026-06-16T22:36:23.732Z | Compiling icu_normalizer_data v2.1.1 |
| 1231 | 2026-06-16T22:36:23.787Z | Compiling icu_properties_data v2.1.2 |
| 1232 | 2026-06-16T22:36:23.799Z | Compiling bitflags v2.11.0 |
| 1233 | 2026-06-16T22:36:23.803Z | Compiling serde_json v1.0.150 |
| 1234 | 2026-06-16T22:36:23.833Z | Compiling pest v2.8.6 |
| 1235 | 2026-06-16T22:36:23.924Z | Compiling num-traits v0.2.19 |
| 1236 | 2026-06-16T22:36:24.059Z | Compiling equivalent v1.0.2 |
| 1237 | 2026-06-16T22:36:24.074Z | Compiling smallvec v1.15.1 |
| 1238 | 2026-06-16T22:36:24.088Z | Compiling hashbrown v0.17.0 |
| 1239 | 2026-06-16T22:36:24.091Z | Compiling typeid v1.0.3 |
| 1240 | 2026-06-16T22:36:24.166Z | Compiling proc-macro-error-attr v1.0.4 |
| 1241 | 2026-06-16T22:36:24.172Z | Compiling usdt-impl v0.5.0 |
| 1242 | 2026-06-16T22:36:24.172Z | Compiling erased-serde v0.4.9 |
| 1243 | 2026-06-16T22:36:24.176Z | Compiling winnow v0.7.14 |
| 1244 | 2026-06-16T22:36:24.231Z | Compiling toml_write v0.1.2 |
| 1245 | 2026-06-16T22:36:24.303Z | Compiling errno v0.3.14 |
| 1246 | 2026-06-16T22:36:24.323Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-06-16T22:36:24.334Z | Compiling syn v1.0.109 |
| 1248 | 2026-06-16T22:36:24.360Z | Compiling proc-macro-error v1.0.4 |
| 1249 | 2026-06-16T22:36:24.412Z | Compiling plain v0.2.3 |
| 1250 | 2026-06-16T22:36:24.444Z | Compiling getrandom v0.4.1 |
| 1251 | 2026-06-16T22:36:24.475Z | Compiling log v0.4.29 |
| 1252 | 2026-06-16T22:36:24.503Z | Compiling camino v1.2.2 |
| 1253 | 2026-06-16T22:36:24.517Z | Compiling utf8parse v0.2.2 |
| 1254 | 2026-06-16T22:36:24.528Z | Compiling percent-encoding v2.3.2 |
| 1255 | 2026-06-16T22:36:24.558Z | Compiling thiserror v2.0.18 |
| 1256 | 2026-06-16T22:36:24.569Z | Compiling utf8_iter v1.0.4 |
| 1257 | 2026-06-16T22:36:24.651Z | Compiling indexmap v2.14.0 |
| 1258 | 2026-06-16T22:36:24.681Z | Compiling form_urlencoded v1.2.2 |
| 1259 | 2026-06-16T22:36:24.721Z | Compiling anstyle-parse v1.0.0 |
| 1260 | 2026-06-16T22:36:24.820Z | Compiling syn v2.0.117 |
| 1261 | 2026-06-16T22:36:24.873Z | Compiling pretty-hex v0.4.1 |
| 1262 | 2026-06-16T22:36:24.886Z | Compiling is_terminal_polyfill v1.70.2 |
| 1263 | 2026-06-16T22:36:24.895Z | Compiling colorchoice v1.0.4 |
| 1264 | 2026-06-16T22:36:24.930Z | Compiling anstyle v1.0.14 |
| 1265 | 2026-06-16T22:36:24.966Z | Compiling pest_meta v2.8.6 |
| 1266 | 2026-06-16T22:36:24.993Z | Compiling ordered-float v2.10.1 |
| 1267 | 2026-06-16T22:36:25.023Z | Compiling cfg-if v1.0.4 |
| 1268 | 2026-06-16T22:36:25.032Z | Compiling anstyle-query v1.1.5 |
| 1269 | 2026-06-16T22:36:25.133Z | Compiling anstream v1.0.0 |
| 1270 | 2026-06-16T22:36:25.172Z | Compiling fs-err v3.3.0 |
| 1271 | 2026-06-16T22:36:25.175Z | Compiling anyhow v1.0.102 |
| 1272 | 2026-06-16T22:36:25.198Z | Compiling clap_lex v1.0.0 |
| 1273 | 2026-06-16T22:36:25.272Z | Compiling heck v0.4.1 |
| 1274 | 2026-06-16T22:36:25.288Z | Compiling terminal_size v0.4.3 |
| 1275 | 2026-06-16T22:36:25.315Z | Compiling fnv v1.0.7 |
| 1276 | 2026-06-16T22:36:25.352Z | Compiling once_cell v1.21.3 |
| 1277 | 2026-06-16T22:36:25.382Z | Compiling strsim v0.11.1 |
| 1278 | 2026-06-16T22:36:25.406Z | Compiling bytecount v0.6.9 |
| 1279 | 2026-06-16T22:36:25.438Z | Compiling fastrand v2.3.0 |
| 1280 | 2026-06-16T22:36:25.447Z | Compiling unicode-width v0.1.14 |
| 1281 | 2026-06-16T22:36:25.458Z | Compiling unicode-xid v0.2.6 |
| 1282 | 2026-06-16T22:36:25.510Z | Compiling heck v0.5.0 |
| 1283 | 2026-06-16T22:36:25.559Z | Compiling clap_builder v4.6.0 |
| 1284 | 2026-06-16T22:36:25.583Z | Compiling memmap v0.7.0 |
| 1285 | 2026-06-16T22:36:25.594Z | Compiling unicode-width v0.2.0 |
| 1286 | 2026-06-16T22:36:25.752Z | Compiling semver v1.0.28 |
| 1287 | 2026-06-16T22:36:25.784Z | Compiling papergrid v0.11.0 |
| 1288 | 2026-06-16T22:36:25.787Z | Compiling tempfile v3.25.0 |
| 1289 | 2026-06-16T22:36:25.806Z | Compiling smawk v0.3.2 |
| 1290 | 2026-06-16T22:36:25.835Z | Compiling unicode-linebreak v0.1.5 |
| 1291 | 2026-06-16T22:36:25.955Z | Compiling swrite v0.1.0 |
| 1292 | 2026-06-16T22:36:26.086Z | Compiling camino-tempfile v1.4.1 |
| 1293 | 2026-06-16T22:36:26.095Z | Compiling textwrap v0.16.2 |
| 1294 | 2026-06-16T22:36:26.167Z | Compiling serde-untagged v0.1.9 |
| 1295 | 2026-06-16T22:36:26.182Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1296 | 2026-06-16T22:36:26.539Z | Compiling tabled_derive v0.7.0 |
| 1297 | 2026-06-16T22:36:27.277Z | Compiling tabled v0.15.0 |
| 1298 | 2026-06-16T22:36:27.368Z | Compiling synstructure v0.13.2 |
| 1299 | 2026-06-16T22:36:27.368Z | Compiling pest_generator v2.8.6 |
| 1300 | 2026-06-16T22:36:27.904Z | Compiling serde_derive v1.0.228 |
| 1301 | 2026-06-16T22:36:27.904Z | Compiling zerofrom-derive v0.1.6 |
| 1302 | 2026-06-16T22:36:27.907Z | Compiling yoke-derive v0.8.1 |
| 1303 | 2026-06-16T22:36:27.908Z | Compiling zerovec-derive v0.11.2 |
| 1304 | 2026-06-16T22:36:27.908Z | Compiling displaydoc v0.2.5 |
| 1305 | 2026-06-16T22:36:27.908Z | Compiling thiserror-impl v1.0.69 |
| 1306 | 2026-06-16T22:36:27.908Z | Compiling zerocopy-derive v0.7.35 |
| 1307 | 2026-06-16T22:36:27.908Z | Compiling scroll_derive v0.12.1 |
| 1308 | 2026-06-16T22:36:27.908Z | Compiling thiserror-impl v2.0.18 |
| 1309 | 2026-06-16T22:36:27.908Z | Compiling clap_derive v4.6.1 |
| 1310 | 2026-06-16T22:36:27.935Z | Compiling pest_derive v2.8.6 |
| 1311 | 2026-06-16T22:36:28.534Z | Compiling scroll v0.12.0 |
| 1312 | 2026-06-16T22:36:28.667Z | Compiling zerocopy v0.7.35 |
| 1313 | 2026-06-16T22:36:28.743Z | Compiling goblin v0.8.2 |
| 1314 | 2026-06-16T22:36:28.988Z | Compiling zerofrom v0.1.6 |
| 1315 | 2026-06-16T22:36:29.037Z | Compiling dtrace-parser v0.2.0 |
| 1316 | 2026-06-16T22:36:29.082Z | Compiling yoke v0.8.1 |
| 1317 | 2026-06-16T22:36:29.222Z | Compiling zerovec v0.11.5 |
| 1318 | 2026-06-16T22:36:29.222Z | Compiling zerotrie v0.2.3 |
| 1319 | 2026-06-16T22:36:29.252Z | Compiling clap v4.6.1 |
| 1320 | 2026-06-16T22:36:29.621Z | Compiling tinystr v0.8.2 |
| 1321 | 2026-06-16T22:36:29.621Z | Compiling potential_utf v0.1.4 |
| 1322 | 2026-06-16T22:36:29.799Z | Compiling icu_collections v2.1.1 |
| 1323 | 2026-06-16T22:36:29.833Z | Compiling icu_locale_core v2.1.1 |
| 1324 | 2026-06-16T22:36:30.339Z | Compiling toml_datetime v0.6.11 |
| 1325 | 2026-06-16T22:36:30.339Z | Compiling serde_spanned v0.6.9 |
| 1326 | 2026-06-16T22:36:30.339Z | Compiling serde-value v0.7.0 |
| 1327 | 2026-06-16T22:36:30.339Z | Compiling cargo-platform v0.2.0 |
| 1328 | 2026-06-16T22:36:30.344Z | Compiling macaddr v1.0.1 |
| 1329 | 2026-06-16T22:36:30.350Z | Compiling icu_provider v2.1.1 |
| 1330 | 2026-06-16T22:36:30.353Z | Compiling dof v0.3.0 |
| 1331 | 2026-06-16T22:36:30.353Z | Compiling serde_tokenstream v0.2.3 |
| 1332 | 2026-06-16T22:36:30.503Z | Compiling toml_edit v0.22.27 |
| 1333 | 2026-06-16T22:36:30.625Z | Compiling icu_properties v2.1.2 |
| 1334 | 2026-06-16T22:36:30.625Z | Compiling icu_normalizer v2.1.1 |
| 1335 | 2026-06-16T22:36:31.031Z | Compiling usdt-attr-macro v0.5.0 |
| 1336 | 2026-06-16T22:36:31.035Z | Compiling usdt-macro v0.5.0 |
| 1337 | 2026-06-16T22:36:31.423Z | Compiling idna_adapter v1.2.1 |
| 1338 | 2026-06-16T22:36:31.519Z | Compiling idna v1.1.0 |
| 1339 | 2026-06-16T22:36:31.618Z | Compiling usdt v0.5.0 |
| 1340 | 2026-06-16T22:36:31.758Z | Compiling toml v0.8.23 |
| 1341 | 2026-06-16T22:36:31.772Z | Compiling url v2.5.8 |
| 1342 | 2026-06-16T22:36:32.088Z | Compiling cargo_toml v0.21.0 |
| 1343 | 2026-06-16T22:36:32.168Z | Compiling cargo-util-schemas v0.8.2 |
| 1344 | 2026-06-16T22:36:32.963Z | Compiling cargo_metadata v0.21.0 |
| 1345 | 2026-06-16T22:36:33.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1346 | 2026-06-16T22:36:35.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s |
| 1347 | 2026-06-16T22:36:35.998Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1348 | 2026-06-16T22:36:36.684Z | Compiling libc v0.2.185 |
| 1349 | 2026-06-16T22:36:36.687Z | Compiling serde v1.0.228 |
| 1350 | 2026-06-16T22:36:36.687Z | Compiling log v0.4.29 |
| 1351 | 2026-06-16T22:36:36.687Z | Compiling smallvec v1.15.1 |
| 1352 | 2026-06-16T22:36:36.687Z | Compiling shlex v1.3.0 |
| 1353 | 2026-06-16T22:36:36.798Z | Compiling find-msvc-tools v0.1.9 |
| 1354 | 2026-06-16T22:36:36.802Z | Compiling typenum v1.19.0 |
| 1355 | 2026-06-16T22:36:36.802Z | Compiling subtle v2.6.1 |
| 1356 | 2026-06-16T22:36:36.847Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-06-16T22:36:36.850Z | Compiling scopeguard v1.2.0 |
| 1358 | 2026-06-16T22:36:36.858Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-06-16T22:36:36.910Z | Compiling serde_json v1.0.150 |
| 1360 | 2026-06-16T22:36:36.934Z | Compiling syn v2.0.117 |
| 1361 | 2026-06-16T22:36:36.937Z | Compiling zerocopy v0.8.40 |
| 1362 | 2026-06-16T22:36:36.937Z | Compiling portable-atomic v1.13.1 |
| 1363 | 2026-06-16T22:36:36.946Z | Compiling parking_lot_core v0.9.12 |
| 1364 | 2026-06-16T22:36:37.013Z | Compiling lock_api v0.4.14 |
| 1365 | 2026-06-16T22:36:37.028Z | Compiling pin-project-lite v0.2.17 |
| 1366 | 2026-06-16T22:36:37.040Z | Compiling pkg-config v0.3.32 |
| 1367 | 2026-06-16T22:36:37.057Z | Compiling bitflags v2.11.0 |
| 1368 | 2026-06-16T22:36:37.089Z | Compiling futures-core v0.3.32 |
| 1369 | 2026-06-16T22:36:37.151Z | Compiling critical-section v1.2.0 |
| 1370 | 2026-06-16T22:36:37.151Z | Compiling libm v0.2.16 |
| 1371 | 2026-06-16T22:36:37.177Z | Compiling num-traits v0.2.19 |
| 1372 | 2026-06-16T22:36:37.180Z | Compiling percent-encoding v2.3.2 |
| 1373 | 2026-06-16T22:36:37.313Z | Compiling futures-sink v0.3.32 |
| 1374 | 2026-06-16T22:36:37.316Z | Compiling futures-io v0.3.32 |
| 1375 | 2026-06-16T22:36:37.316Z | Compiling cpufeatures v0.2.17 |
| 1376 | 2026-06-16T22:36:37.316Z | Compiling getrandom v0.4.1 |
| 1377 | 2026-06-16T22:36:37.343Z | Compiling futures-task v0.3.32 |
| 1378 | 2026-06-16T22:36:37.415Z | Compiling slab v0.4.12 |
| 1379 | 2026-06-16T22:36:37.443Z | Compiling futures-channel v0.3.32 |
| 1380 | 2026-06-16T22:36:37.446Z | Compiling rand_core v0.10.0 |
| 1381 | 2026-06-16T22:36:37.477Z | Compiling indexmap v2.14.0 |
| 1382 | 2026-06-16T22:36:37.515Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-06-16T22:36:37.563Z | Compiling getrandom v0.3.4 |
| 1384 | 2026-06-16T22:36:37.615Z | Compiling form_urlencoded v1.2.2 |
| 1385 | 2026-06-16T22:36:37.615Z | Compiling ident_case v1.0.1 |
| 1386 | 2026-06-16T22:36:37.643Z | Compiling dunce v1.0.5 |
| 1387 | 2026-06-16T22:36:37.646Z | Compiling fs_extra v1.3.0 |
| 1388 | 2026-06-16T22:36:37.668Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-06-16T22:36:37.695Z | Compiling regex-syntax v0.8.10 |
| 1390 | 2026-06-16T22:36:37.732Z | Compiling flagset v0.4.7 |
| 1391 | 2026-06-16T22:36:37.756Z | Compiling rustix v1.1.3 |
| 1392 | 2026-06-16T22:36:37.772Z | Compiling iana-time-zone v0.1.65 |
| 1393 | 2026-06-16T22:36:37.819Z | Compiling jobserver v0.1.34 |
| 1394 | 2026-06-16T22:36:37.881Z | Compiling getrandom v0.2.17 |
| 1395 | 2026-06-16T22:36:37.895Z | Compiling errno v0.3.14 |
| 1396 | 2026-06-16T22:36:37.923Z | Compiling mio v1.2.0 |
| 1397 | 2026-06-16T22:36:37.969Z | Compiling once_cell v1.21.3 |
| 1398 | 2026-06-16T22:36:38.013Z | Compiling socket2 v0.6.3 |
| 1399 | 2026-06-16T22:36:38.050Z | Compiling cc v1.2.56 |
| 1400 | 2026-06-16T22:36:38.064Z | Compiling rand_core v0.6.4 |
| 1401 | 2026-06-16T22:36:38.080Z | Compiling signal-hook-registry v1.4.8 |
| 1402 | 2026-06-16T22:36:38.130Z | Compiling parking_lot v0.12.5 |
| 1403 | 2026-06-16T22:36:38.198Z | Compiling pem-rfc7468 v0.7.0 |
| 1404 | 2026-06-16T22:36:38.227Z | Compiling vcpkg v0.2.15 |
| 1405 | 2026-06-16T22:36:38.369Z | Compiling uuid v1.23.3 |
| 1406 | 2026-06-16T22:36:38.383Z | Compiling tracing-core v0.1.36 |
| 1407 | 2026-06-16T22:36:38.397Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-06-16T22:36:38.412Z | Compiling base64 v0.22.1 |
| 1409 | 2026-06-16T22:36:38.425Z | Compiling aws-lc-rs v1.16.3 |
| 1410 | 2026-06-16T22:36:38.561Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-06-16T22:36:38.565Z | Compiling openssl-probe v0.2.1 |
| 1412 | 2026-06-16T22:36:38.638Z | Compiling httparse v1.10.1 |
| 1413 | 2026-06-16T22:36:38.687Z | Compiling tinyvec_macros v0.1.1 |
| 1414 | 2026-06-16T22:36:38.766Z | Compiling tinyvec v1.10.0 |
| 1415 | 2026-06-16T22:36:38.780Z | Compiling aho-corasick v1.1.4 |
| 1416 | 2026-06-16T22:36:38.796Z | Compiling atomic-waker v1.1.2 |
| 1417 | 2026-06-16T22:36:38.800Z | Compiling try-lock v0.2.5 |
| 1418 | 2026-06-16T22:36:38.800Z | Compiling untrusted v0.7.1 |
| 1419 | 2026-06-16T22:36:38.846Z | Compiling cmake v0.1.57 |
| 1420 | 2026-06-16T22:36:38.860Z | Compiling schemars v0.8.22 |
| 1421 | 2026-06-16T22:36:38.933Z | Compiling tower-layer v0.3.3 |
| 1422 | 2026-06-16T22:36:38.954Z | Compiling dyn-clone v1.0.20 |
| 1423 | 2026-06-16T22:36:38.969Z | Compiling tower-service v0.3.3 |
| 1424 | 2026-06-16T22:36:38.982Z | Compiling want v0.3.1 |
| 1425 | 2026-06-16T22:36:39.001Z | Compiling httpdate v1.0.3 |
| 1426 | 2026-06-16T22:36:39.036Z | Compiling rustls v0.23.40 |
| 1427 | 2026-06-16T22:36:39.072Z | Compiling foreign-types-shared v0.1.1 |
| 1428 | 2026-06-16T22:36:39.114Z | Compiling untrusted v0.9.0 |
| 1429 | 2026-06-16T22:36:39.119Z | Compiling openssl v0.10.79 |
| 1430 | 2026-06-16T22:36:39.143Z | Compiling foreign-types v0.3.2 |
| 1431 | 2026-06-16T22:36:39.143Z | Compiling unicode-normalization v0.1.25 |
| 1432 | 2026-06-16T22:36:39.174Z | Compiling spin v0.9.8 |
| 1433 | 2026-06-16T22:36:39.177Z | Compiling time-core v0.1.8 |
| 1434 | 2026-06-16T22:36:39.203Z | Compiling num-conv v0.2.0 |
| 1435 | 2026-06-16T22:36:39.227Z | Compiling powerfmt v0.2.0 |
| 1436 | 2026-06-16T22:36:39.242Z | Compiling native-tls v0.2.18 |
| 1437 | 2026-06-16T22:36:39.246Z | Compiling crc32fast v1.5.0 |
| 1438 | 2026-06-16T22:36:39.271Z | Compiling wait-timeout v0.2.1 |
| 1439 | 2026-06-16T22:36:39.274Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-06-16T22:36:39.334Z | Compiling quick-error v1.2.3 |
| 1441 | 2026-06-16T22:36:39.347Z | Compiling time-macros v0.2.27 |
| 1442 | 2026-06-16T22:36:39.380Z | Compiling deranged v0.5.8 |
| 1443 | 2026-06-16T22:36:39.394Z | Compiling usdt-impl v0.6.0 |
| 1444 | 2026-06-16T22:36:39.408Z | Compiling tempfile v3.25.0 |
| 1445 | 2026-06-16T22:36:39.423Z | Compiling bit-vec v0.8.0 |
| 1446 | 2026-06-16T22:36:39.451Z | Compiling crossbeam-utils v0.8.21 |
| 1447 | 2026-06-16T22:36:39.468Z | Compiling simd-adler32 v0.3.8 |
| 1448 | 2026-06-16T22:36:39.481Z | Compiling syn v1.0.109 |
| 1449 | 2026-06-16T22:36:39.566Z | Compiling num_threads v0.1.7 |
| 1450 | 2026-06-16T22:36:39.606Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-06-16T22:36:39.629Z | Compiling siphasher v1.0.2 |
| 1452 | 2026-06-16T22:36:39.666Z | Compiling rusty-fork v0.3.1 |
| 1453 | 2026-06-16T22:36:39.681Z | Compiling aws-lc-sys v0.40.0 |
| 1454 | 2026-06-16T22:36:39.681Z | Compiling openssl-sys v0.9.115 |
| 1455 | 2026-06-16T22:36:39.726Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1456 | 2026-06-16T22:36:39.742Z | Compiling synstructure v0.13.2 |
| 1457 | 2026-06-16T22:36:39.771Z | Compiling serde_derive_internals v0.29.1 |
| 1458 | 2026-06-16T22:36:39.797Z | Compiling pest_generator v2.8.6 |
| 1459 | 2026-06-16T22:36:39.816Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-16T22:36:39.903Z | Compiling darling_core v0.21.3 |
| 1461 | 2026-06-16T22:36:39.919Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1462 | 2026-06-16T22:36:40.002Z | Compiling bit-set v0.8.0 |
| 1463 | 2026-06-16T22:36:40.122Z | Compiling slog v2.8.2 |
| 1464 | 2026-06-16T22:36:40.177Z | Compiling heapless v0.7.17 |
| 1465 | 2026-06-16T22:36:40.235Z | Compiling rand_xorshift v0.4.0 |
| 1466 | 2026-06-16T22:36:40.329Z | Compiling thread-id v5.1.0 |
| 1467 | 2026-06-16T22:36:40.416Z | Compiling cookie v0.18.1 |
| 1468 | 2026-06-16T22:36:40.430Z | Compiling zstd-safe v7.2.4 |
| 1469 | 2026-06-16T22:36:40.433Z | Compiling unicode-properties v0.1.4 |
| 1470 | 2026-06-16T22:36:40.433Z | Compiling signal-hook v0.3.18 |
| 1471 | 2026-06-16T22:36:40.475Z | Compiling time v0.3.47 |
| 1472 | 2026-06-16T22:36:40.481Z | Compiling ryu v1.0.23 |
| 1473 | 2026-06-16T22:36:40.522Z | Compiling unicode-bidi v0.3.18 |
| 1474 | 2026-06-16T22:36:40.541Z | Compiling iri-string v0.7.10 |
| 1475 | 2026-06-16T22:36:40.618Z | Compiling adler2 v2.0.1 |
| 1476 | 2026-06-16T22:36:40.638Z | Compiling anyhow v1.0.102 |
| 1477 | 2026-06-16T22:36:40.665Z | Compiling allocator-api2 v0.2.21 |
| 1478 | 2026-06-16T22:36:40.680Z | Compiling unarray v0.1.4 |
| 1479 | 2026-06-16T22:36:40.693Z | Compiling paste v1.0.15 |
| 1480 | 2026-06-16T22:36:40.728Z | Compiling miniz_oxide v0.8.9 |
| 1481 | 2026-06-16T22:36:40.852Z | Compiling stringprep v0.1.5 |
| 1482 | 2026-06-16T22:36:41.045Z | Compiling num-integer v0.1.46 |
| 1483 | 2026-06-16T22:36:41.068Z | Compiling vergen-lib v9.1.0 |
| 1484 | 2026-06-16T22:36:41.201Z | Compiling curve25519-dalek v4.1.3 |
| 1485 | 2026-06-16T22:36:41.300Z | Compiling ff v0.13.1 |
| 1486 | 2026-06-16T22:36:41.353Z | Compiling hash32 v0.2.1 |
| 1487 | 2026-06-16T22:36:41.395Z | Compiling memoffset v0.9.1 |
| 1488 | 2026-06-16T22:36:41.411Z | Compiling encoding_rs v0.8.35 |
| 1489 | 2026-06-16T22:36:41.425Z | Compiling base16ct v0.2.0 |
| 1490 | 2026-06-16T22:36:41.447Z | Compiling fallible-iterator v0.2.0 |
| 1491 | 2026-06-16T22:36:41.515Z | Compiling serde_derive v1.0.228 |
| 1492 | 2026-06-16T22:36:41.558Z | Compiling zeroize_derive v1.4.3 |
| 1493 | 2026-06-16T22:36:41.570Z | Compiling zerofrom-derive v0.1.6 |
| 1494 | 2026-06-16T22:36:41.600Z | Compiling yoke-derive v0.8.1 |
| 1495 | 2026-06-16T22:36:42.616Z | Compiling zerocopy-derive v0.8.40 |
| 1496 | 2026-06-16T22:36:42.620Z | Compiling zerovec-derive v0.11.2 |
| 1497 | 2026-06-16T22:36:42.620Z | Compiling displaydoc v0.2.5 |
| 1498 | 2026-06-16T22:36:42.620Z | Compiling tokio-macros v2.7.0 |
| 1499 | 2026-06-16T22:36:42.620Z | Compiling futures-macro v0.3.32 |
| 1500 | 2026-06-16T22:36:42.620Z | Compiling der_derive v0.7.3 |
| 1501 | 2026-06-16T22:36:42.620Z | Compiling zeroize v1.8.2 |
| 1502 | 2026-06-16T22:36:42.620Z | Compiling tracing-attributes v0.1.31 |
| 1503 | 2026-06-16T22:36:42.620Z | Compiling thiserror-impl v2.0.18 |
| 1504 | 2026-06-16T22:36:42.836Z | Compiling rustls-pki-types v1.14.0 |
| 1505 | 2026-06-16T22:36:42.840Z | Compiling scroll_derive v0.13.1 |
| 1506 | 2026-06-16T22:36:42.948Z | Compiling pest_derive v2.8.6 |
| 1507 | 2026-06-16T22:36:42.983Z | Compiling schemars_derive v0.8.22 |
| 1508 | 2026-06-16T22:36:43.061Z | Compiling crypto-common v0.1.7 |
| 1509 | 2026-06-16T22:36:43.074Z | Compiling block-buffer v0.10.4 |
| 1510 | 2026-06-16T22:36:43.103Z | Compiling zerofrom v0.1.6 |
| 1511 | 2026-06-16T22:36:43.231Z | Compiling yoke v0.8.1 |
| 1512 | 2026-06-16T22:36:43.246Z | Compiling digest v0.10.7 |
| 1513 | 2026-06-16T22:36:43.260Z | Compiling futures-util v0.3.32 |
| 1514 | 2026-06-16T22:36:43.275Z | Compiling block-padding v0.3.3 |
| 1515 | 2026-06-16T22:36:43.323Z | Compiling der v0.7.10 |
| 1516 | 2026-06-16T22:36:43.422Z | Compiling zerovec v0.11.5 |
| 1517 | 2026-06-16T22:36:43.441Z | Compiling zerotrie v0.2.3 |
| 1518 | 2026-06-16T22:36:43.459Z | Compiling hmac v0.12.1 |
| 1519 | 2026-06-16T22:36:43.517Z | Compiling inout v0.1.4 |
| 1520 | 2026-06-16T22:36:43.634Z | Compiling sha2 v0.10.9 |
| 1521 | 2026-06-16T22:36:43.708Z | Compiling cipher v0.4.4 |
| 1522 | 2026-06-16T22:36:43.708Z | Compiling pbkdf2 v0.12.2 |
| 1523 | 2026-06-16T22:36:43.766Z | Compiling scroll v0.13.0 |
| 1524 | 2026-06-16T22:36:43.854Z | Compiling darling_macro v0.20.11 |
| 1525 | 2026-06-16T22:36:43.857Z | Compiling openssl-macros v0.1.1 |
| 1526 | 2026-06-16T22:36:43.885Z | Compiling tinystr v0.8.2 |
| 1527 | 2026-06-16T22:36:43.950Z | Compiling potential_utf v0.1.4 |
| 1528 | 2026-06-16T22:36:43.997Z | Compiling salsa20 v0.10.2 |
| 1529 | 2026-06-16T22:36:44.011Z | Compiling thiserror v2.0.18 |
| 1530 | 2026-06-16T22:36:44.052Z | Compiling icu_locale_core v2.1.1 |
| 1531 | 2026-06-16T22:36:44.105Z | Compiling icu_collections v2.1.1 |
| 1532 | 2026-06-16T22:36:44.130Z | Compiling scrypt v0.11.0 |
| 1533 | 2026-06-16T22:36:44.143Z | Compiling cbc v0.1.2 |
| 1534 | 2026-06-16T22:36:44.160Z | Compiling aes v0.8.4 |
| 1535 | 2026-06-16T22:36:44.326Z | Compiling spki v0.7.3 |
| 1536 | 2026-06-16T22:36:44.342Z | Compiling tracing v0.1.44 |
| 1537 | 2026-06-16T22:36:44.394Z | Compiling darling v0.20.11 |
| 1538 | 2026-06-16T22:36:44.431Z | Compiling goblin v0.10.5 |
| 1539 | 2026-06-16T22:36:44.489Z | Compiling derive_builder_core v0.20.2 |
| 1540 | 2026-06-16T22:36:44.554Z | Compiling dtrace-parser v0.3.0 |
| 1541 | 2026-06-16T22:36:44.610Z | Compiling pkcs5 v0.7.1 |
| 1542 | 2026-06-16T22:36:44.644Z | Compiling signature v2.2.0 |
| 1543 | 2026-06-16T22:36:44.657Z | Compiling thiserror-impl v1.0.69 |
| 1544 | 2026-06-16T22:36:44.841Z | Compiling icu_provider v2.1.1 |
| 1545 | 2026-06-16T22:36:45.001Z | Compiling pkcs8 v0.10.2 |
| 1546 | 2026-06-16T22:36:45.015Z | Compiling scroll_derive v0.12.1 |
| 1547 | 2026-06-16T22:36:45.067Z | Compiling bytes v1.11.1 |
| 1548 | 2026-06-16T22:36:45.117Z | Compiling icu_properties v2.1.2 |
| 1549 | 2026-06-16T22:36:45.150Z | Compiling icu_normalizer v2.1.1 |
| 1550 | 2026-06-16T22:36:45.164Z | Compiling chrono v0.4.44 |
| 1551 | 2026-06-16T22:36:45.256Z | Compiling ipnet v2.11.0 |
| 1552 | 2026-06-16T22:36:45.318Z | Compiling serde_spanned v0.6.9 |
| 1553 | 2026-06-16T22:36:45.331Z | Compiling toml_datetime v0.6.11 |
| 1554 | 2026-06-16T22:36:45.387Z | Compiling derive_builder_macro v0.20.2 |
| 1555 | 2026-06-16T22:36:45.473Z | Compiling serde_tokenstream v0.2.3 |
| 1556 | 2026-06-16T22:36:45.599Z | Compiling tokio v1.52.1 |
| 1557 | 2026-06-16T22:36:45.614Z | Compiling http v1.4.2 |
| 1558 | 2026-06-16T22:36:45.707Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-06-16T22:36:45.722Z | Compiling scroll v0.12.0 |
| 1560 | 2026-06-16T22:36:45.735Z | Compiling erased-serde v0.3.31 |
| 1561 | 2026-06-16T22:36:45.775Z | Compiling md-5 v0.10.6 |
| 1562 | 2026-06-16T22:36:45.803Z | Compiling rustls-native-certs v0.8.3 |
| 1563 | 2026-06-16T22:36:45.891Z | Compiling darling_macro v0.21.3 |
| 1564 | 2026-06-16T22:36:45.964Z | Compiling bstr v1.12.1 |
| 1565 | 2026-06-16T22:36:45.981Z | Compiling idna_adapter v1.2.1 |
| 1566 | 2026-06-16T22:36:45.995Z | Compiling thiserror v1.0.69 |
| 1567 | 2026-06-16T22:36:46.013Z | Compiling pin-project-internal v1.1.11 |
| 1568 | 2026-06-16T22:36:46.111Z | Compiling idna v1.1.0 |
| 1569 | 2026-06-16T22:36:46.125Z | Compiling ppv-lite86 v0.2.21 |
| 1570 | 2026-06-16T22:36:46.142Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-06-16T22:36:46.234Z | Compiling async-trait v0.1.89 |
| 1572 | 2026-06-16T22:36:46.248Z | Compiling http-body v1.0.1 |
| 1573 | 2026-06-16T22:36:46.272Z | Compiling rustix v0.38.44 |
| 1574 | 2026-06-16T22:36:46.405Z | Compiling url v2.5.8 |
| 1575 | 2026-06-16T22:36:46.419Z | Compiling rand_chacha v0.9.0 |
| 1576 | 2026-06-16T22:36:46.461Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-06-16T22:36:46.539Z | Compiling rand_chacha v0.3.1 |
| 1578 | 2026-06-16T22:36:46.630Z | Compiling rand v0.9.2 |
| 1579 | 2026-06-16T22:36:46.647Z | Compiling psl-types v2.0.11 |
| 1580 | 2026-06-16T22:36:46.722Z | Compiling cfg_aliases v0.2.1 |
| 1581 | 2026-06-16T22:36:46.791Z | Compiling zlib-rs v0.6.2 |
| 1582 | 2026-06-16T22:36:46.791Z | Compiling mime v0.3.17 |
| 1583 | 2026-06-16T22:36:46.841Z | Compiling smoltcp v0.9.1 |
| 1584 | 2026-06-16T22:36:47.071Z | Compiling num-bigint-dig v0.8.6 |
| 1585 | 2026-06-16T22:36:47.108Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-06-16T22:36:47.165Z | Compiling dof v0.4.0 |
| 1587 | 2026-06-16T22:36:47.201Z | Compiling litrs v1.0.0 |
| 1588 | 2026-06-16T22:36:47.235Z | Compiling pin-project v1.1.11 |
| 1589 | 2026-06-16T22:36:47.288Z | Compiling proptest v1.10.0 |
| 1590 | 2026-06-16T22:36:47.329Z | Compiling postgres-protocol v0.6.10 |
| 1591 | 2026-06-16T22:36:47.343Z | Compiling zerocopy v0.7.35 |
| 1592 | 2026-06-16T22:36:47.357Z | Compiling nix v0.31.2 |
| 1593 | 2026-06-16T22:36:47.380Z | Compiling rand v0.8.6 |
| 1594 | 2026-06-16T22:36:47.448Z | Compiling publicsuffix v2.3.0 |
| 1595 | 2026-06-16T22:36:47.521Z | Compiling darling v0.21.3 |
| 1596 | 2026-06-16T22:36:47.642Z | Compiling goblin v0.8.2 |
| 1597 | 2026-06-16T22:36:47.658Z | Compiling derive_builder v0.20.2 |
| 1598 | 2026-06-16T22:36:47.743Z | Compiling document-features v0.2.12 |
| 1599 | 2026-06-16T22:36:47.757Z | Compiling ipnetwork v0.21.1 |
| 1600 | 2026-06-16T22:36:47.800Z | Compiling futures-executor v0.3.32 |
| 1601 | 2026-06-16T22:36:47.921Z | Compiling sec1 v0.7.3 |
| 1602 | 2026-06-16T22:36:48.000Z | Compiling oxnet v0.1.6 |
| 1603 | 2026-06-16T22:36:48.014Z | Compiling hex v0.4.3 |
| 1604 | 2026-06-16T22:36:48.078Z | Compiling hubpack_derive v0.1.1 |
| 1605 | 2026-06-16T22:36:48.177Z | Compiling hkdf v0.12.4 |
| 1606 | 2026-06-16T22:36:48.221Z | Compiling crypto-bigint v0.5.5 |
| 1607 | 2026-06-16T22:36:48.238Z | Compiling regex v1.12.3 |
| 1608 | 2026-06-16T22:36:48.384Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1609 | 2026-06-16T22:36:48.436Z | Compiling snafu-derive v0.8.9 |
| 1610 | 2026-06-16T22:36:48.459Z | Compiling ref-cast-impl v1.0.25 |
| 1611 | 2026-06-16T22:36:48.474Z | Compiling daft-derive v0.1.7 |
| 1612 | 2026-06-16T22:36:48.477Z | Compiling strum_macros v0.27.2 |
| 1613 | 2026-06-16T22:36:48.561Z | Compiling group v0.13.0 |
| 1614 | 2026-06-16T22:36:48.704Z | Compiling num-iter v0.1.45 |
| 1615 | 2026-06-16T22:36:48.867Z | Compiling phf_shared v0.13.1 |
| 1616 | 2026-06-16T22:36:49.003Z | Compiling terminal_size v0.4.3 |
| 1617 | 2026-06-16T22:36:49.041Z | Compiling lazy_static v1.5.0 |
| 1618 | 2026-06-16T22:36:49.067Z | Compiling anstyle-parse v0.2.7 |
| 1619 | 2026-06-16T22:36:49.109Z | Compiling vergen v9.1.0 |
| 1620 | 2026-06-16T22:36:49.131Z | Compiling cargo-platform v0.3.2 |
| 1621 | 2026-06-16T22:36:49.148Z | Compiling fs-err v3.3.0 |
| 1622 | 2026-06-16T22:36:49.162Z | Compiling ahash v0.8.12 |
| 1623 | 2026-06-16T22:36:49.162Z | Compiling bitflags v1.3.2 |
| 1624 | 2026-06-16T22:36:49.248Z | Compiling libbz2-rs-sys v0.2.2 |
| 1625 | 2026-06-16T22:36:49.270Z | Compiling bumpalo v3.20.2 |
| 1626 | 2026-06-16T22:36:49.270Z | Compiling foldhash v0.2.0 |
| 1627 | 2026-06-16T22:36:49.299Z | Compiling same-file v1.0.6 |
| 1628 | 2026-06-16T22:36:49.314Z | Compiling unicode-segmentation v1.12.0 |
| 1629 | 2026-06-16T22:36:49.356Z | Compiling managed v0.8.0 |
| 1630 | 2026-06-16T22:36:49.390Z | Compiling tokio-util v0.7.18 |
| 1631 | 2026-06-16T22:36:49.424Z | Compiling tower v0.5.3 |
| 1632 | 2026-06-16T22:36:49.483Z | Compiling tokio-native-tls v0.3.1 |
| 1633 | 2026-06-16T22:36:49.522Z | Compiling object v0.37.3 |
| 1634 | 2026-06-16T22:36:49.539Z | Compiling foldhash v0.1.5 |
| 1635 | 2026-06-16T22:36:49.592Z | Compiling winnow v0.5.40 |
| 1636 | 2026-06-16T22:36:49.681Z | Compiling newtype-uuid v1.3.2 |
| 1637 | 2026-06-16T22:36:49.723Z | Compiling hashbrown v0.15.5 |
| 1638 | 2026-06-16T22:36:49.737Z | Compiling flate2 v1.1.9 |
| 1639 | 2026-06-16T22:36:49.868Z | Compiling tower-http v0.6.8 |
| 1640 | 2026-06-16T22:36:49.926Z | Compiling daft v0.1.7 |
| 1641 | 2026-06-16T22:36:49.942Z | Compiling dof v0.3.0 |
| 1642 | 2026-06-16T22:36:50.037Z | Compiling bzip2 v0.6.1 |
| 1643 | 2026-06-16T22:36:50.129Z | Compiling h2 v0.4.15 |
| 1644 | 2026-06-16T22:36:50.237Z | Compiling zopfli v0.8.3 |
| 1645 | 2026-06-16T22:36:50.276Z | Compiling hashbrown v0.16.1 |
| 1646 | 2026-06-16T22:36:50.303Z | Compiling walkdir v2.5.0 |
| 1647 | 2026-06-16T22:36:50.399Z | Compiling cargo_metadata v0.23.1 |
| 1648 | 2026-06-16T22:36:50.417Z | Compiling snafu v0.8.9 |
| 1649 | 2026-06-16T22:36:50.469Z | Compiling clap_builder v4.6.0 |
| 1650 | 2026-06-16T22:36:50.490Z | Compiling anstream v0.6.21 |
| 1651 | 2026-06-16T22:36:50.526Z | Compiling strum v0.27.2 |
| 1652 | 2026-06-16T22:36:50.640Z | Compiling elliptic-curve v0.13.8 |
| 1653 | 2026-06-16T22:36:50.778Z | Compiling phf v0.13.1 |
| 1654 | 2026-06-16T22:36:50.814Z | Compiling signal-hook-mio v0.2.5 |
| 1655 | 2026-06-16T22:36:50.880Z | Compiling toml_edit v0.19.15 |
| 1656 | 2026-06-16T22:36:50.957Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-06-16T22:36:50.989Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-06-16T22:36:51.043Z | Compiling cookie_store v0.22.1 |
| 1659 | 2026-06-16T22:36:51.058Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-06-16T22:36:51.157Z | Compiling bzip2 v0.4.4 |
| 1661 | 2026-06-16T22:36:51.172Z | Compiling futures v0.3.32 |
| 1662 | 2026-06-16T22:36:51.264Z | Compiling zstd v0.13.3 |
| 1663 | 2026-06-16T22:36:51.322Z | Compiling postgres-types v0.2.12 |
| 1664 | 2026-06-16T22:36:51.342Z | Compiling serde_with_macros v3.17.0 |
| 1665 | 2026-06-16T22:36:51.405Z | Compiling globset v0.4.18 |
| 1666 | 2026-06-16T22:36:51.543Z | Compiling dtrace-parser v0.2.0 |
| 1667 | 2026-06-16T22:36:51.719Z | Compiling ed25519 v2.2.3 |
| 1668 | 2026-06-16T22:36:51.793Z | Compiling pkcs1 v0.7.5 |
| 1669 | 2026-06-16T22:36:51.821Z | Compiling serde_plain v1.0.2 |
| 1670 | 2026-06-16T22:36:51.821Z | Compiling serde-big-array v0.5.1 |
| 1671 | 2026-06-16T22:36:51.913Z | Compiling olpc-cjson v0.1.4 |
| 1672 | 2026-06-16T22:36:51.993Z | Compiling rfc6979 v0.4.0 |
| 1673 | 2026-06-16T22:36:52.041Z | Compiling async-recursion v1.1.1 |
| 1674 | 2026-06-16T22:36:52.092Z | Compiling serde_repr v0.1.20 |
| 1675 | 2026-06-16T22:36:52.135Z | Compiling strum_macros v0.26.4 |
| 1676 | 2026-06-16T22:36:52.163Z | Compiling enum-as-inner v0.6.1 |
| 1677 | 2026-06-16T22:36:52.237Z | Compiling clap_derive v4.6.1 |
| 1678 | 2026-06-16T22:36:52.385Z | Compiling phf_shared v0.11.3 |
| 1679 | 2026-06-16T22:36:52.589Z | Compiling float-cmp v0.10.0 |
| 1680 | 2026-06-16T22:36:52.604Z | Compiling pem v3.0.6 |
| 1681 | 2026-06-16T22:36:52.616Z | Compiling thread-id v4.2.2 |
| 1682 | 2026-06-16T22:36:52.662Z | Compiling memmap2 v0.9.10 |
| 1683 | 2026-06-16T22:36:52.714Z | Compiling env_filter v1.0.0 |
| 1684 | 2026-06-16T22:36:52.729Z | Compiling fixedbitset v0.4.2 |
| 1685 | 2026-06-16T22:36:52.733Z | Compiling either v1.15.0 |
| 1686 | 2026-06-16T22:36:52.760Z | Compiling predicates-core v1.0.10 |
| 1687 | 2026-06-16T22:36:52.764Z | Compiling fixedbitset v0.5.7 |
| 1688 | 2026-06-16T22:36:52.900Z | Compiling whoami v2.1.0 |
| 1689 | 2026-06-16T22:36:52.956Z | Compiling typed-path v0.9.3 |
| 1690 | 2026-06-16T22:36:52.972Z | Compiling static_assertions v1.1.0 |
| 1691 | 2026-06-16T22:36:52.976Z | Compiling keccak v0.1.6 |
| 1692 | 2026-06-16T22:36:52.998Z | Compiling winnow v1.0.3 |
| 1693 | 2026-06-16T22:36:53.043Z | Compiling difflib v0.4.0 |
| 1694 | 2026-06-16T22:36:53.072Z | Compiling normalize-line-endings v0.3.0 |
| 1695 | 2026-06-16T22:36:53.107Z | Compiling data-encoding v2.10.0 |
| 1696 | 2026-06-16T22:36:53.185Z | Compiling precomputed-hash v0.1.1 |
| 1697 | 2026-06-16T22:36:53.288Z | Compiling hyper v1.10.1 |
| 1698 | 2026-06-16T22:36:53.302Z | Compiling new_debug_unreachable v1.0.6 |
| 1699 | 2026-06-16T22:36:53.379Z | Compiling jiff v0.2.21 |
| 1700 | 2026-06-16T22:36:53.393Z | Compiling toml_edit v0.22.27 |
| 1701 | 2026-06-16T22:36:53.545Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-06-16T22:36:53.603Z | Compiling string_cache v0.8.9 |
| 1703 | 2026-06-16T22:36:53.632Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1704 | 2026-06-16T22:36:53.738Z | Compiling predicates v3.1.4 |
| 1705 | 2026-06-16T22:36:53.816Z | Compiling sha3 v0.10.8 |
| 1706 | 2026-06-16T22:36:53.833Z | Compiling tokio-postgres v0.7.16 |
| 1707 | 2026-06-16T22:36:53.852Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1708 | 2026-06-16T22:36:53.982Z | Compiling strum v0.26.3 |
| 1709 | 2026-06-16T22:36:54.070Z | Compiling clap v4.6.1 |
| 1710 | 2026-06-16T22:36:54.133Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-06-16T22:36:54.169Z | Compiling itertools v0.13.0 |
| 1712 | 2026-06-16T22:36:54.227Z | Compiling petgraph v0.6.5 |
| 1713 | 2026-06-16T22:36:54.302Z | Compiling env_logger v0.11.9 |
| 1714 | 2026-06-16T22:36:54.302Z | Compiling usdt v0.6.0 |
| 1715 | 2026-06-16T22:36:54.380Z | Compiling usdt-impl v0.5.0 |
| 1716 | 2026-06-16T22:36:54.431Z | Compiling hyper-util v0.1.20 |
| 1717 | 2026-06-16T22:36:54.603Z | Compiling serde_with v3.17.0 |
| 1718 | 2026-06-16T22:36:54.676Z | Compiling crossterm v0.28.1 |
| 1719 | 2026-06-16T22:36:54.930Z | Compiling toml v0.7.8 |
| 1720 | 2026-06-16T22:36:54.989Z | Compiling ecdsa v0.16.9 |
| 1721 | 2026-06-16T22:36:55.388Z | Compiling rsa v0.9.10 |
| 1722 | 2026-06-16T22:36:55.401Z | Compiling ed25519-dalek v2.2.0 |
| 1723 | 2026-06-16T22:36:55.715Z | Compiling zip v0.6.6 |
| 1724 | 2026-06-16T22:36:55.982Z | Compiling hyper-tls v0.6.0 |
| 1725 | 2026-06-16T22:36:56.069Z | Compiling zip v4.6.1 |
| 1726 | 2026-06-16T22:36:56.123Z | Compiling iddqd v0.4.2 |
| 1727 | 2026-06-16T22:36:56.157Z | Compiling reqwest v0.12.28 |
| 1728 | 2026-06-16T22:36:56.321Z | Compiling tokio-stream v0.1.18 |
| 1729 | 2026-06-16T22:36:56.337Z | Compiling heck v0.4.1 |
| 1730 | 2026-06-16T22:36:56.483Z | Compiling similar v2.7.0 |
| 1731 | 2026-06-16T22:36:56.539Z | Compiling buf-list v1.1.2 |
| 1732 | 2026-06-16T22:36:56.596Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1733 | 2026-06-16T22:36:56.611Z | Compiling openapiv3 v2.2.0 |
| 1734 | 2026-06-16T22:36:56.706Z | Compiling x509-cert v0.2.5 |
| 1735 | 2026-06-16T22:36:56.836Z | Compiling sha1 v0.10.6 |
| 1736 | 2026-06-16T22:36:56.875Z | Compiling crossbeam-epoch v0.9.18 |
| 1737 | 2026-06-16T22:36:56.957Z | Compiling lalrpop-util v0.19.12 |
| 1738 | 2026-06-16T22:36:57.087Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-06-16T22:36:57.099Z | Compiling thread_local v1.1.9 |
| 1740 | 2026-06-16T22:36:57.111Z | Compiling slog-async v2.8.0 |
| 1741 | 2026-06-16T22:36:57.173Z | Compiling crossbeam-channel v0.5.15 |
| 1742 | 2026-06-16T22:36:57.232Z | Compiling filetime v0.2.27 |
| 1743 | 2026-06-16T22:36:57.368Z | Compiling is-terminal v0.4.17 |
| 1744 | 2026-06-16T22:36:57.386Z | Compiling take_mut v0.2.2 |
| 1745 | 2026-06-16T22:36:57.417Z | Compiling term v1.2.1 |
| 1746 | 2026-06-16T22:36:57.433Z | Compiling xattr v1.6.1 |
| 1747 | 2026-06-16T22:36:57.570Z | Compiling tar v0.4.45 |
| 1748 | 2026-06-16T22:36:57.776Z | Compiling slog-term v2.9.2 |
| 1749 | 2026-06-16T22:37:15.507Z | Compiling rustls-webpki v0.103.9 |
| 1750 | 2026-06-16T22:37:18.185Z | Compiling tokio-rustls v0.26.4 |
| 1751 | 2026-06-16T22:37:18.185Z | Compiling rustls-platform-verifier v0.6.2 |
| 1752 | 2026-06-16T22:37:18.185Z | Compiling tough v0.22.0 |
| 1753 | 2026-06-16T22:37:18.386Z | Compiling hyper-rustls v0.27.7 |
| 1754 | 2026-06-16T22:37:18.568Z | Compiling reqwest v0.13.2 |
| 1755 | 2026-06-16T22:37:20.768Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1756 | 2026-06-16T22:37:20.999Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1757 | 2026-06-16T22:37:23.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.72s |
| 1758 | 2026-06-16T22:37:23.885Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1759 | 2026-06-16T22:37:23.940Z | Jun 16 22:37:23.303 INFO Starting download, target: Cockroach |
| 1760 | 2026-06-16T22:37:23.940Z | Jun 16 22:37:23.303 INFO Starting download, target: Clickhouse |
| 1761 | 2026-06-16T22:37:23.940Z | Jun 16 22:37:23.303 INFO Starting download, target: MaghemiteMgd |
| 1762 | 2026-06-16T22:37:23.950Z | Jun 16 22:37:23.303 INFO Starting download, target: Console |
| 1763 | 2026-06-16T22:37:23.950Z | Jun 16 22:37:23.303 INFO Starting download, target: MaghemiteDdmd |
| 1764 | 2026-06-16T22:37:23.950Z | Jun 16 22:37:23.303 INFO Starting download, target: DendriteStub |
| 1765 | 2026-06-16T22:37:23.950Z | Jun 16 22:37:23.303 INFO Starting download, target: TransceiverControl |
| 1766 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.303 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1767 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.303 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1768 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.304 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1769 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.304 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1770 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.304 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1771 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.304 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1772 | 2026-06-16T22:37:23.951Z | Jun 16 22:37:23.304 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1773 | 2026-06-16T22:37:24.479Z | Jun 16 22:37:23.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1774 | 2026-06-16T22:37:24.705Z | Jun 16 22:37:24.056 INFO Download complete, target: TransceiverControl |
| 1775 | 2026-06-16T22:37:24.849Z | Jun 16 22:37:24.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1776 | 2026-06-16T22:37:25.088Z | Jun 16 22:37:24.434 INFO Download complete, target: Console |
| 1777 | 2026-06-16T22:37:25.761Z | Jun 16 22:37:25.109 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1778 | 2026-06-16T22:37:26.394Z | Jun 16 22:37:25.740 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1779 | 2026-06-16T22:37:26.878Z | Jun 16 22:37:26.244 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1780 | 2026-06-16T22:37:26.888Z | Jun 16 22:37:26.256 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1781 | 2026-06-16T22:37:27.181Z | Jun 16 22:37:26.547 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1782 | 2026-06-16T22:37:27.181Z | Jun 16 22:37:26.547 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1783 | 2026-06-16T22:37:27.611Z | Jun 16 22:37:26.978 INFO Download complete, target: MaghemiteDdmd |
| 1784 | 2026-06-16T22:37:28.973Z | Jun 16 22:37:28.340 INFO Download complete, target: DendriteStub |
| 1785 | 2026-06-16T22:37:29.355Z | Jun 16 22:37:28.722 INFO Download complete, target: MaghemiteMgd |
| 1786 | 2026-06-16T22:37:31.885Z | Jun 16 22:37:31.250 INFO Checking that binary works, target: Cockroach |
| 1787 | 2026-06-16T22:37:32.012Z | Jun 16 22:37:31.379 INFO Download complete, target: Cockroach |
| 1788 | 2026-06-16T22:37:33.665Z | Jun 16 22:37:33.033 INFO Checking that binary works, target: Clickhouse |
| 1789 | 2026-06-16T22:37:33.749Z | Jun 16 22:37:33.116 INFO Download complete, target: Clickhouse |
| 1790 | 2026-06-16T22:37:33.754Z | All prerequisites installed successfully |
| 1791 | 2026-06-16T22:37:33.758Z | |
| 1792 | 2026-06-16T22:37:33.758Z | real 1:23.944502120 |
| 1793 | 2026-06-16T22:37:33.758Z | user 6:42.916494398 |
| 1794 | 2026-06-16T22:37:33.759Z | sys 1:38.847924500 |
| 1795 | 2026-06-16T22:37:33.759Z | trap 0.227819395 |
| 1796 | 2026-06-16T22:37:33.759Z | tflt 1.074371656 |
| 1797 | 2026-06-16T22:37:33.759Z | dflt 1.533780958 |
| 1798 | 2026-06-16T22:37:33.759Z | kflt 0.027688537 |
| 1799 | 2026-06-16T22:37:33.759Z | lock 23:48.317205436 |
| 1800 | 2026-06-16T22:37:33.759Z | slp 18:01.431538514 |
| 1801 | 2026-06-16T22:37:33.759Z | lat 20.968932219 |
| 1802 | 2026-06-16T22:37:33.759Z | stop 2:26.581807848 |
| 1803 | 2026-06-16T22:37:33.759Z | + source ./tools/include/force-git-over-https.sh |
| 1804 | 2026-06-16T22:37:33.759Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1805 | 2026-06-16T22:37:33.759Z | ++ (( i = 0 )) |
| 1806 | 2026-06-16T22:37:33.759Z | ++ (( i < 5 )) |
| 1807 | 2026-06-16T22:37:33.759Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1808 | 2026-06-16T22:37:33.762Z | ++ (( i++ )) |
| 1809 | 2026-06-16T22:37:33.762Z | ++ (( i < 5 )) |
| 1810 | 2026-06-16T22:37:33.762Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1811 | 2026-06-16T22:37:33.766Z | ++ (( i++ )) |
| 1812 | 2026-06-16T22:37:33.766Z | ++ (( i < 5 )) |
| 1813 | 2026-06-16T22:37:33.766Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1814 | 2026-06-16T22:37:33.766Z | ++ (( i++ )) |
| 1815 | 2026-06-16T22:37:33.766Z | ++ (( i < 5 )) |
| 1816 | 2026-06-16T22:37:33.766Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1817 | 2026-06-16T22:37:33.769Z | ++ (( i++ )) |
| 1818 | 2026-06-16T22:37:33.769Z | ++ (( i < 5 )) |
| 1819 | 2026-06-16T22:37:33.769Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1820 | 2026-06-16T22:37:33.773Z | ++ (( i++ )) |
| 1821 | 2026-06-16T22:37:33.773Z | ++ (( i < 5 )) |
| 1822 | 2026-06-16T22:37:33.773Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1823 | 2026-06-16T22:37:33.773Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1824 | 2026-06-16T22:37:33.773Z | + rc=0 |
| 1825 | 2026-06-16T22:37:33.773Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1826 | 2026-06-16T22:37:39.010Z | + case $rc in |
| 1827 | 2026-06-16T22:37:39.010Z | + pfexec zfs create -p rpool/images/build/host |
| 1828 | 2026-06-16T22:37:39.126Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1829 | 2026-06-16T22:37:39.165Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1830 | 2026-06-16T22:37:39.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1831 | 2026-06-16T22:37:39.636Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1832 | 2026-06-16T22:37:40.432Z | Compiling proc-macro2 v1.0.106 |
| 1833 | 2026-06-16T22:37:40.432Z | Compiling quote v1.0.45 |
| 1834 | 2026-06-16T22:37:40.432Z | Compiling unicode-ident v1.0.24 |
| 1835 | 2026-06-16T22:37:40.438Z | Compiling libc v0.2.185 |
| 1836 | 2026-06-16T22:37:40.438Z | Compiling serde_core v1.0.228 |
| 1837 | 2026-06-16T22:37:40.438Z | Compiling serde v1.0.228 |
| 1838 | 2026-06-16T22:37:40.440Z | Compiling cfg-if v1.0.4 |
| 1839 | 2026-06-16T22:37:40.440Z | Compiling version_check v0.9.5 |
| 1840 | 2026-06-16T22:37:40.440Z | Compiling typenum v1.19.0 |
| 1841 | 2026-06-16T22:37:40.440Z | Compiling find-msvc-tools v0.1.9 |
| 1842 | 2026-06-16T22:37:40.561Z | Compiling shlex v1.3.0 |
| 1843 | 2026-06-16T22:37:40.564Z | Compiling autocfg v1.5.0 |
| 1844 | 2026-06-16T22:37:40.564Z | Compiling zmij v1.0.21 |
| 1845 | 2026-06-16T22:37:40.564Z | Compiling zerocopy v0.8.40 |
| 1846 | 2026-06-16T22:37:40.565Z | Compiling memchr v2.8.0 |
| 1847 | 2026-06-16T22:37:40.665Z | Compiling portable-atomic v1.13.1 |
| 1848 | 2026-06-16T22:37:40.777Z | Compiling serde_json v1.0.150 |
| 1849 | 2026-06-16T22:37:40.887Z | Compiling libm v0.2.16 |
| 1850 | 2026-06-16T22:37:40.961Z | Compiling generic-array v0.14.7 |
| 1851 | 2026-06-16T22:37:40.992Z | Compiling parking_lot_core v0.9.12 |
| 1852 | 2026-06-16T22:37:40.995Z | Compiling icu_properties_data v2.1.2 |
| 1853 | 2026-06-16T22:37:40.995Z | Compiling smallvec v1.15.1 |
| 1854 | 2026-06-16T22:37:41.034Z | Compiling icu_normalizer_data v2.1.1 |
| 1855 | 2026-06-16T22:37:41.038Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-06-16T22:37:41.154Z | Compiling num-traits v0.2.19 |
| 1857 | 2026-06-16T22:37:41.174Z | Compiling getrandom v0.4.1 |
| 1858 | 2026-06-16T22:37:41.197Z | Compiling itoa v1.0.17 |
| 1859 | 2026-06-16T22:37:41.218Z | Compiling log v0.4.29 |
| 1860 | 2026-06-16T22:37:41.370Z | Compiling getrandom v0.3.4 |
| 1861 | 2026-06-16T22:37:41.388Z | Compiling stable_deref_trait v1.2.1 |
| 1862 | 2026-06-16T22:37:41.432Z | Compiling rustix v1.1.3 |
| 1863 | 2026-06-16T22:37:41.451Z | Compiling scopeguard v1.2.0 |
| 1864 | 2026-06-16T22:37:41.466Z | Compiling subtle v2.6.1 |
| 1865 | 2026-06-16T22:37:41.542Z | Compiling lock_api v0.4.14 |
| 1866 | 2026-06-16T22:37:41.571Z | Compiling jobserver v0.1.34 |
| 1867 | 2026-06-16T22:37:41.587Z | Compiling getrandom v0.2.17 |
| 1868 | 2026-06-16T22:37:41.602Z | Compiling errno v0.3.14 |
| 1869 | 2026-06-16T22:37:41.763Z | Compiling rand_core v0.6.4 |
| 1870 | 2026-06-16T22:37:41.857Z | Compiling cc v1.2.56 |
| 1871 | 2026-06-16T22:37:41.875Z | Compiling syn v2.0.117 |
| 1872 | 2026-06-16T22:37:41.878Z | Compiling heck v0.5.0 |
| 1873 | 2026-06-16T22:37:41.878Z | Compiling critical-section v1.2.0 |
| 1874 | 2026-06-16T22:37:41.950Z | Compiling fs_extra v1.3.0 |
| 1875 | 2026-06-16T22:37:42.004Z | Compiling dunce v1.0.5 |
| 1876 | 2026-06-16T22:37:42.110Z | Compiling thiserror v2.0.18 |
| 1877 | 2026-06-16T22:37:42.125Z | Compiling fnv v1.0.7 |
| 1878 | 2026-06-16T22:37:42.138Z | Compiling pin-project-lite v0.2.17 |
| 1879 | 2026-06-16T22:37:42.182Z | Compiling rustversion v1.0.22 |
| 1880 | 2026-06-16T22:37:42.199Z | Compiling writeable v0.6.2 |
| 1881 | 2026-06-16T22:37:42.237Z | Compiling const-oid v0.9.6 |
| 1882 | 2026-06-16T22:37:42.253Z | Compiling litemap v0.8.1 |
| 1883 | 2026-06-16T22:37:42.270Z | Compiling percent-encoding v2.3.2 |
| 1884 | 2026-06-16T22:37:42.346Z | Compiling once_cell v1.21.3 |
| 1885 | 2026-06-16T22:37:42.476Z | Compiling futures-core v0.3.32 |
| 1886 | 2026-06-16T22:37:42.479Z | Compiling aws-lc-rs v1.16.3 |
| 1887 | 2026-06-16T22:37:42.520Z | Compiling equivalent v1.0.2 |
| 1888 | 2026-06-16T22:37:42.621Z | Compiling cmake v0.1.57 |
| 1889 | 2026-06-16T22:37:42.654Z | Compiling semver v1.0.28 |
| 1890 | 2026-06-16T22:37:42.669Z | Compiling signal-hook-registry v1.4.8 |
| 1891 | 2026-06-16T22:37:42.673Z | Compiling httparse v1.10.1 |
| 1892 | 2026-06-16T22:37:42.750Z | Compiling bitflags v2.11.0 |
| 1893 | 2026-06-16T22:37:42.982Z | Compiling parking_lot v0.12.5 |
| 1894 | 2026-06-16T22:37:43.011Z | Compiling mio v1.2.0 |
| 1895 | 2026-06-16T22:37:43.061Z | Compiling schemars v0.8.22 |
| 1896 | 2026-06-16T22:37:43.149Z | Compiling aws-lc-sys v0.40.0 |
| 1897 | 2026-06-16T22:37:43.226Z | Compiling utf8_iter v1.0.4 |
| 1898 | 2026-06-16T22:37:43.309Z | Compiling vcpkg v0.2.15 |
| 1899 | 2026-06-16T22:37:43.333Z | Compiling form_urlencoded v1.2.2 |
| 1900 | 2026-06-16T22:37:43.333Z | Compiling socket2 v0.6.3 |
| 1901 | 2026-06-16T22:37:43.409Z | Compiling rand_core v0.10.0 |
| 1902 | 2026-06-16T22:37:43.427Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-06-16T22:37:43.671Z | Compiling crc32fast v1.5.0 |
| 1904 | 2026-06-16T22:37:43.850Z | Compiling futures-sink v0.3.32 |
| 1905 | 2026-06-16T22:37:43.869Z | Compiling rustls v0.23.40 |
| 1906 | 2026-06-16T22:37:43.888Z | Compiling openssl-sys v0.9.115 |
| 1907 | 2026-06-16T22:37:43.937Z | Compiling slab v0.4.12 |
| 1908 | 2026-06-16T22:37:43.971Z | Compiling futures-channel v0.3.32 |
| 1909 | 2026-06-16T22:37:43.986Z | Compiling futures-task v0.3.32 |
| 1910 | 2026-06-16T22:37:43.989Z | Compiling futures-io v0.3.32 |
| 1911 | 2026-06-16T22:37:44.035Z | Compiling indexmap v2.14.0 |
| 1912 | 2026-06-16T22:37:44.049Z | Compiling cpufeatures v0.2.17 |
| 1913 | 2026-06-16T22:37:44.178Z | Compiling rustc_version v0.4.1 |
| 1914 | 2026-06-16T22:37:44.238Z | Compiling byteorder v1.5.0 |
| 1915 | 2026-06-16T22:37:44.287Z | Compiling ucd-trie v0.1.7 |
| 1916 | 2026-06-16T22:37:44.292Z | Compiling strsim v0.11.1 |
| 1917 | 2026-06-16T22:37:44.469Z | Compiling pest v2.8.6 |
| 1918 | 2026-06-16T22:37:44.473Z | Compiling num-conv v0.2.0 |
| 1919 | 2026-06-16T22:37:44.510Z | Compiling time-core v0.1.8 |
| 1920 | 2026-06-16T22:37:44.615Z | Compiling openssl v0.10.79 |
| 1921 | 2026-06-16T22:37:44.631Z | Compiling ident_case v1.0.1 |
| 1922 | 2026-06-16T22:37:44.655Z | Compiling thiserror v1.0.69 |
| 1923 | 2026-06-16T22:37:44.684Z | Compiling synstructure v0.13.2 |
| 1924 | 2026-06-16T22:37:44.706Z | Compiling serde_derive_internals v0.29.1 |
| 1925 | 2026-06-16T22:37:44.742Z | Compiling time-macros v0.2.27 |
| 1926 | 2026-06-16T22:37:44.764Z | Compiling iana-time-zone v0.1.65 |
| 1927 | 2026-06-16T22:37:44.823Z | Compiling syn v1.0.109 |
| 1928 | 2026-06-16T22:37:44.849Z | Compiling regex-syntax v0.8.10 |
| 1929 | 2026-06-16T22:37:44.987Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1930 | 2026-06-16T22:37:45.019Z | Compiling base64ct v1.8.3 |
| 1931 | 2026-06-16T22:37:45.020Z | Compiling base64 v0.22.1 |
| 1932 | 2026-06-16T22:37:45.108Z | Compiling crossbeam-utils v0.8.21 |
| 1933 | 2026-06-16T22:37:45.148Z | Compiling native-tls v0.2.18 |
| 1934 | 2026-06-16T22:37:45.251Z | Compiling uuid v1.23.3 |
| 1935 | 2026-06-16T22:37:45.393Z | Compiling pem-rfc7468 v0.7.0 |
| 1936 | 2026-06-16T22:37:45.423Z | Compiling slog v2.8.2 |
| 1937 | 2026-06-16T22:37:45.558Z | Compiling flagset v0.4.7 |
| 1938 | 2026-06-16T22:37:45.653Z | Compiling pest_meta v2.8.6 |
| 1939 | 2026-06-16T22:37:45.670Z | Compiling rand_core v0.9.5 |
| 1940 | 2026-06-16T22:37:45.688Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1941 | 2026-06-16T22:37:45.779Z | Compiling cookie v0.18.1 |
| 1942 | 2026-06-16T22:37:45.921Z | Compiling camino v1.2.2 |
| 1943 | 2026-06-16T22:37:45.980Z | Compiling serde_derive v1.0.228 |
| 1944 | 2026-06-16T22:37:46.004Z | Compiling zeroize_derive v1.4.3 |
| 1945 | 2026-06-16T22:37:46.019Z | Compiling zerofrom-derive v0.1.6 |
| 1946 | 2026-06-16T22:37:46.032Z | Compiling yoke-derive v0.8.1 |
| 1947 | 2026-06-16T22:37:46.065Z | Compiling zerocopy-derive v0.8.40 |
| 1948 | 2026-06-16T22:37:46.123Z | Compiling zerovec-derive v0.11.2 |
| 1949 | 2026-06-16T22:37:46.140Z | Compiling displaydoc v0.2.5 |
| 1950 | 2026-06-16T22:37:46.227Z | Compiling tokio-macros v2.7.0 |
| 1951 | 2026-06-16T22:37:46.242Z | Compiling futures-macro v0.3.32 |
| 1952 | 2026-06-16T22:37:46.542Z | Compiling der_derive v0.7.3 |
| 1953 | 2026-06-16T22:37:46.613Z | Compiling zeroize v1.8.2 |
| 1954 | 2026-06-16T22:37:46.921Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-06-16T22:37:46.940Z | Compiling tracing-attributes v0.1.31 |
| 1956 | 2026-06-16T22:37:47.015Z | Compiling schemars_derive v0.8.22 |
| 1957 | 2026-06-16T22:37:47.033Z | Compiling futures-util v0.3.32 |
| 1958 | 2026-06-16T22:37:47.185Z | Compiling pest_generator v2.8.6 |
| 1959 | 2026-06-16T22:37:47.188Z | Compiling zerofrom v0.1.6 |
| 1960 | 2026-06-16T22:37:47.350Z | Compiling yoke v0.8.1 |
| 1961 | 2026-06-16T22:37:47.445Z | Compiling crypto-common v0.1.7 |
| 1962 | 2026-06-16T22:37:47.564Z | Compiling zerovec v0.11.5 |
| 1963 | 2026-06-16T22:37:47.608Z | Compiling zerotrie v0.2.3 |
| 1964 | 2026-06-16T22:37:47.835Z | Compiling block-buffer v0.10.4 |
| 1965 | 2026-06-16T22:37:48.006Z | Compiling digest v0.10.7 |
| 1966 | 2026-06-16T22:37:48.135Z | Compiling tinystr v0.8.2 |
| 1967 | 2026-06-16T22:37:48.181Z | Compiling potential_utf v0.1.4 |
| 1968 | 2026-06-16T22:37:48.195Z | Compiling block-padding v0.3.3 |
| 1969 | 2026-06-16T22:37:48.276Z | Compiling hmac v0.12.1 |
| 1970 | 2026-06-16T22:37:48.355Z | Compiling icu_locale_core v2.1.1 |
| 1971 | 2026-06-16T22:37:48.379Z | Compiling icu_collections v2.1.1 |
| 1972 | 2026-06-16T22:37:48.393Z | Compiling inout v0.1.4 |
| 1973 | 2026-06-16T22:37:48.433Z | Compiling sha2 v0.10.9 |
| 1974 | 2026-06-16T22:37:48.802Z | Compiling cipher v0.4.4 |
| 1975 | 2026-06-16T22:37:48.805Z | Compiling pest_derive v2.8.6 |
| 1976 | 2026-06-16T22:37:49.050Z | Compiling icu_provider v2.1.1 |
| 1977 | 2026-06-16T22:37:49.120Z | Compiling bytes v1.11.1 |
| 1978 | 2026-06-16T22:37:49.270Z | Compiling chrono v0.4.44 |
| 1979 | 2026-06-16T22:37:49.286Z | Compiling openssl-macros v0.1.1 |
| 1980 | 2026-06-16T22:37:49.302Z | Compiling scroll_derive v0.13.1 |
| 1981 | 2026-06-16T22:37:49.374Z | Compiling icu_normalizer v2.1.1 |
| 1982 | 2026-06-16T22:37:49.545Z | Compiling icu_properties v2.1.2 |
| 1983 | 2026-06-16T22:37:49.711Z | Compiling tokio v1.52.1 |
| 1984 | 2026-06-16T22:37:49.730Z | Compiling thiserror-impl v1.0.69 |
| 1985 | 2026-06-16T22:37:49.793Z | Compiling http v1.4.2 |
| 1986 | 2026-06-16T22:37:50.485Z | Compiling idna_adapter v1.2.1 |
| 1987 | 2026-06-16T22:37:50.579Z | Compiling ppv-lite86 v0.2.21 |
| 1988 | 2026-06-16T22:37:50.712Z | Compiling idna v1.1.0 |
| 1989 | 2026-06-16T22:37:50.832Z | Compiling der v0.7.10 |
| 1990 | 2026-06-16T22:37:50.846Z | Compiling plain v0.2.3 |
| 1991 | 2026-06-16T22:37:50.864Z | Compiling fastrand v2.3.0 |
| 1992 | 2026-06-16T22:37:50.970Z | Compiling paste v1.0.15 |
| 1993 | 2026-06-16T22:37:51.007Z | Compiling url v2.5.8 |
| 1994 | 2026-06-16T22:37:51.129Z | Compiling salsa20 v0.10.2 |
| 1995 | 2026-06-16T22:37:51.220Z | Compiling pbkdf2 v0.12.2 |
| 1996 | 2026-06-16T22:37:51.309Z | Compiling rustls-pki-types v1.14.0 |
| 1997 | 2026-06-16T22:37:51.773Z | Compiling spki v0.7.3 |
| 1998 | 2026-06-16T22:37:51.914Z | Compiling tracing-core v0.1.36 |
| 1999 | 2026-06-16T22:37:51.999Z | Compiling aho-corasick v1.1.4 |
| 2000 | 2026-06-16T22:37:52.323Z | Compiling dyn-clone v1.0.20 |
| 2001 | 2026-06-16T22:37:52.384Z | Compiling num-bigint-dig v0.8.6 |
| 2002 | 2026-06-16T22:37:52.430Z | Compiling tracing v0.1.44 |
| 2003 | 2026-06-16T22:37:52.492Z | Compiling scrypt v0.11.0 |
| 2004 | 2026-06-16T22:37:52.755Z | Compiling http-body v1.0.1 |
| 2005 | 2026-06-16T22:37:52.771Z | Compiling rand_chacha v0.9.0 |
| 2006 | 2026-06-16T22:37:52.805Z | Compiling regex-automata v0.4.14 |
| 2007 | 2026-06-16T22:37:52.833Z | Compiling aes v0.8.4 |
| 2008 | 2026-06-16T22:37:52.863Z | Compiling cbc v0.1.2 |
| 2009 | 2026-06-16T22:37:53.014Z | Compiling async-trait v0.1.89 |
| 2010 | 2026-06-16T22:37:53.088Z | Compiling ahash v0.8.12 |
| 2011 | 2026-06-16T22:37:53.105Z | Compiling zstd-safe v7.2.4 |
| 2012 | 2026-06-16T22:37:53.109Z | Compiling atomic-waker v1.1.2 |
| 2013 | 2026-06-16T22:37:53.135Z | Compiling anyhow v1.0.102 |
| 2014 | 2026-06-16T22:37:53.154Z | Compiling openssl-probe v0.2.1 |
| 2015 | 2026-06-16T22:37:53.272Z | Compiling tinyvec_macros v0.1.1 |
| 2016 | 2026-06-16T22:37:53.327Z | Compiling pretty-hex v0.4.1 |
| 2017 | 2026-06-16T22:37:53.343Z | Compiling usdt-impl v0.6.0 |
| 2018 | 2026-06-16T22:37:53.356Z | Compiling tinyvec v1.10.0 |
| 2019 | 2026-06-16T22:37:53.372Z | Compiling pkcs5 v0.7.1 |
| 2020 | 2026-06-16T22:37:53.411Z | Compiling tokio-util v0.7.18 |
| 2021 | 2026-06-16T22:37:53.485Z | Compiling rand v0.9.2 |
| 2022 | 2026-06-16T22:37:53.576Z | Compiling tempfile v3.25.0 |
| 2023 | 2026-06-16T22:37:53.925Z | Compiling scroll v0.13.0 |
| 2024 | 2026-06-16T22:37:53.940Z | Compiling serde_tokenstream v0.2.3 |
| 2025 | 2026-06-16T22:37:54.063Z | Compiling clap_derive v4.6.1 |
| 2026 | 2026-06-16T22:37:54.094Z | Compiling daft-derive v0.1.7 |
| 2027 | 2026-06-16T22:37:54.099Z | Compiling scroll_derive v0.12.1 |
| 2028 | 2026-06-16T22:37:54.268Z | Compiling heapless v0.7.17 |
| 2029 | 2026-06-16T22:37:54.349Z | Compiling tower-service v0.3.3 |
| 2030 | 2026-06-16T22:37:54.450Z | Compiling try-lock v0.2.5 |
| 2031 | 2026-06-16T22:37:54.468Z | Compiling tower-layer v0.3.3 |
| 2032 | 2026-06-16T22:37:54.487Z | Compiling signal-hook v0.3.18 |
| 2033 | 2026-06-16T22:37:54.523Z | Compiling litrs v1.0.0 |
| 2034 | 2026-06-16T22:37:54.556Z | Compiling untrusted v0.7.1 |
| 2035 | 2026-06-16T22:37:54.602Z | Compiling utf8parse v0.2.2 |
| 2036 | 2026-06-16T22:37:54.879Z | Compiling h2 v0.4.15 |
| 2037 | 2026-06-16T22:37:54.896Z | Compiling want v0.3.1 |
| 2038 | 2026-06-16T22:37:55.031Z | Compiling document-features v0.2.12 |
| 2039 | 2026-06-16T22:37:55.106Z | Compiling goblin v0.10.5 |
| 2040 | 2026-06-16T22:37:55.144Z | Compiling pkcs8 v0.10.2 |
| 2041 | 2026-06-16T22:37:55.260Z | Compiling ipnet v2.11.0 |
| 2042 | 2026-06-16T22:37:55.471Z | Compiling pin-project-internal v1.1.11 |
| 2043 | 2026-06-16T22:37:55.590Z | Compiling darling_core v0.20.11 |
| 2044 | 2026-06-16T22:37:55.781Z | Compiling spin v0.9.8 |
| 2045 | 2026-06-16T22:37:55.816Z | Compiling rustix v0.38.44 |
| 2046 | 2026-06-16T22:37:55.866Z | Compiling foreign-types-shared v0.1.1 |
| 2047 | 2026-06-16T22:37:55.969Z | Compiling simd-adler32 v0.3.8 |
| 2048 | 2026-06-16T22:37:56.061Z | Compiling anstyle v1.0.14 |
| 2049 | 2026-06-16T22:37:56.075Z | Compiling powerfmt v0.2.0 |
| 2050 | 2026-06-16T22:37:56.184Z | Compiling httpdate v1.0.3 |
| 2051 | 2026-06-16T22:37:56.351Z | Compiling untrusted v0.9.0 |
| 2052 | 2026-06-16T22:37:56.500Z | Compiling deranged v0.5.8 |
| 2053 | 2026-06-16T22:37:56.534Z | Compiling foreign-types v0.3.2 |
| 2054 | 2026-06-16T22:37:56.583Z | Compiling unicode-normalization v0.1.25 |
| 2055 | 2026-06-16T22:37:56.703Z | Compiling dtrace-parser v0.3.0 |
| 2056 | 2026-06-16T22:37:56.825Z | Compiling hex v0.4.3 |
| 2057 | 2026-06-16T22:37:56.933Z | Compiling strum_macros v0.26.4 |
| 2058 | 2026-06-16T22:37:57.080Z | Compiling zerocopy-derive v0.7.35 |
| 2059 | 2026-06-16T22:37:57.097Z | Compiling darling_core v0.21.3 |
| 2060 | 2026-06-16T22:37:57.171Z | Compiling curve25519-dalek v4.1.3 |
| 2061 | 2026-06-16T22:37:57.464Z | Compiling thread-id v5.1.0 |
| 2062 | 2026-06-16T22:37:57.568Z | Compiling memoffset v0.9.1 |
| 2063 | 2026-06-16T22:37:57.589Z | Compiling darling_macro v0.20.11 |
| 2064 | 2026-06-16T22:37:57.651Z | Compiling num_threads v0.1.7 |
| 2065 | 2026-06-16T22:37:57.708Z | Compiling adler2 v2.0.1 |
| 2066 | 2026-06-16T22:37:57.747Z | Compiling is_terminal_polyfill v1.70.2 |
| 2067 | 2026-06-16T22:37:57.805Z | Compiling colorchoice v1.0.4 |
| 2068 | 2026-06-16T22:37:57.852Z | Compiling dof v0.4.0 |
| 2069 | 2026-06-16T22:37:57.887Z | Compiling ref-cast v1.0.25 |
| 2070 | 2026-06-16T22:37:57.901Z | Compiling smoltcp v0.9.1 |
| 2071 | 2026-06-16T22:37:57.916Z | Compiling anstyle-query v1.1.5 |
| 2072 | 2026-06-16T22:37:57.934Z | Compiling time v0.3.47 |
| 2073 | 2026-06-16T22:37:57.949Z | Compiling miniz_oxide v0.8.9 |
| 2074 | 2026-06-16T22:37:58.076Z | Compiling serde_spanned v0.6.9 |
| 2075 | 2026-06-16T22:37:58.091Z | Compiling hyper v1.10.1 |
| 2076 | 2026-06-16T22:37:58.211Z | Compiling darling v0.20.11 |
| 2077 | 2026-06-16T22:37:58.236Z | Compiling toml_datetime v0.6.11 |
| 2078 | 2026-06-16T22:37:58.280Z | Compiling snafu-derive v0.8.9 |
| 2079 | 2026-06-16T22:37:58.918Z | Compiling sync_wrapper v1.0.2 |
| 2080 | 2026-06-16T22:37:58.931Z | Compiling wait-timeout v0.2.1 |
| 2081 | 2026-06-16T22:37:59.046Z | Compiling siphasher v1.0.2 |
| 2082 | 2026-06-16T22:37:59.202Z | Compiling cfg_aliases v0.2.1 |
| 2083 | 2026-06-16T22:37:59.219Z | Compiling hyper-util v0.1.20 |
| 2084 | 2026-06-16T22:37:59.282Z | Compiling zlib-rs v0.6.2 |
| 2085 | 2026-06-16T22:37:59.301Z | Compiling bit-vec v0.8.0 |
| 2086 | 2026-06-16T22:37:59.395Z | Compiling darling_macro v0.21.3 |
| 2087 | 2026-06-16T22:37:59.513Z | Compiling quick-error v1.2.3 |
| 2088 | 2026-06-16T22:37:59.637Z | Compiling rusty-fork v0.3.1 |
| 2089 | 2026-06-16T22:37:59.651Z | Compiling bit-set v0.8.0 |
| 2090 | 2026-06-16T22:37:59.860Z | Compiling nix v0.31.2 |
| 2091 | 2026-06-16T22:37:59.919Z | Compiling darling v0.21.3 |
| 2092 | 2026-06-16T22:38:00.024Z | Compiling tower v0.5.3 |
| 2093 | 2026-06-16T22:38:00.168Z | Compiling derive_builder_core v0.20.2 |
| 2094 | 2026-06-16T22:38:00.260Z | Compiling regex v1.12.3 |
| 2095 | 2026-06-16T22:38:00.504Z | Compiling anstyle-parse v1.0.0 |
| 2096 | 2026-06-16T22:38:00.596Z | Compiling http-body-util v0.1.3 |
| 2097 | 2026-06-16T22:38:00.743Z | Compiling erased-serde v0.3.31 |
| 2098 | 2026-06-16T22:38:00.825Z | Compiling hubpack_derive v0.1.1 |
| 2099 | 2026-06-16T22:38:00.856Z | Compiling signature v2.2.0 |
| 2100 | 2026-06-16T22:38:00.892Z | Compiling ref-cast-impl v1.0.25 |
| 2101 | 2026-06-16T22:38:00.943Z | Compiling strum_macros v0.27.2 |
| 2102 | 2026-06-16T22:38:00.960Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2103 | 2026-06-16T22:38:00.976Z | Compiling rand_xorshift v0.4.0 |
| 2104 | 2026-06-16T22:38:01.286Z | Compiling fs-err v3.3.0 |
| 2105 | 2026-06-16T22:38:01.315Z | Compiling usdt-impl v0.5.0 |
| 2106 | 2026-06-16T22:38:01.362Z | Compiling encoding_rs v0.8.35 |
| 2107 | 2026-06-16T22:38:01.451Z | Compiling mime v0.3.17 |
| 2108 | 2026-06-16T22:38:01.526Z | Compiling flate2 v1.1.9 |
| 2109 | 2026-06-16T22:38:01.565Z | Compiling object v0.37.3 |
| 2110 | 2026-06-16T22:38:01.725Z | Compiling allocator-api2 v0.2.21 |
| 2111 | 2026-06-16T22:38:01.750Z | Compiling ryu v1.0.23 |
| 2112 | 2026-06-16T22:38:01.851Z | Compiling unicode-properties v0.1.4 |
| 2113 | 2026-06-16T22:38:01.938Z | Compiling iri-string v0.7.10 |
| 2114 | 2026-06-16T22:38:02.093Z | Compiling unicode-bidi v0.3.18 |
| 2115 | 2026-06-16T22:38:02.122Z | Compiling unarray v0.1.4 |
| 2116 | 2026-06-16T22:38:02.245Z | Compiling serde_urlencoded v0.7.1 |
| 2117 | 2026-06-16T22:38:02.408Z | Compiling proptest v1.10.0 |
| 2118 | 2026-06-16T22:38:02.539Z | Compiling stringprep v0.1.5 |
| 2119 | 2026-06-16T22:38:03.052Z | Compiling derive_builder_macro v0.20.2 |
| 2120 | 2026-06-16T22:38:03.104Z | Compiling tower-http v0.6.8 |
| 2121 | 2026-06-16T22:38:03.324Z | Compiling anstream v1.0.0 |
| 2122 | 2026-06-16T22:38:03.517Z | Compiling tokio-native-tls v0.3.1 |
| 2123 | 2026-06-16T22:38:03.534Z | Compiling serde_with_macros v3.17.0 |
| 2124 | 2026-06-16T22:38:03.548Z | Compiling usdt-macro v0.6.0 |
| 2125 | 2026-06-16T22:38:03.564Z | Compiling usdt-attr-macro v0.6.0 |
| 2126 | 2026-06-16T22:38:03.579Z | Compiling ipnetwork v0.21.1 |
| 2127 | 2026-06-16T22:38:03.706Z | Compiling bstr v1.12.1 |
| 2128 | 2026-06-16T22:38:03.743Z | Compiling scroll v0.12.0 |
| 2129 | 2026-06-16T22:38:03.902Z | Compiling rustls-native-certs v0.8.3 |
| 2130 | 2026-06-16T22:38:04.018Z | Compiling rand_chacha v0.3.1 |
| 2131 | 2026-06-16T22:38:04.166Z | Compiling md-5 v0.10.6 |
| 2132 | 2026-06-16T22:38:04.369Z | Compiling async-recursion v1.1.1 |
| 2133 | 2026-06-16T22:38:04.386Z | Compiling terminal_size v0.4.3 |
| 2134 | 2026-06-16T22:38:04.413Z | Compiling num-integer v0.1.46 |
| 2135 | 2026-06-16T22:38:04.436Z | Compiling hash32 v0.2.1 |
| 2136 | 2026-06-16T22:38:04.450Z | Compiling vergen-lib v9.1.0 |
| 2137 | 2026-06-16T22:38:04.484Z | Compiling ff v0.13.1 |
| 2138 | 2026-06-16T22:38:04.644Z | Compiling clap_lex v1.0.0 |
| 2139 | 2026-06-16T22:38:04.660Z | Compiling fallible-iterator v0.2.0 |
| 2140 | 2026-06-16T22:38:04.664Z | Compiling psl-types v2.0.11 |
| 2141 | 2026-06-16T22:38:04.799Z | Compiling base16ct v0.2.0 |
| 2142 | 2026-06-16T22:38:05.033Z | Compiling postgres-protocol v0.6.10 |
| 2143 | 2026-06-16T22:38:05.036Z | Compiling sec1 v0.7.3 |
| 2144 | 2026-06-16T22:38:05.127Z | Compiling clap_builder v4.6.0 |
| 2145 | 2026-06-16T22:38:05.241Z | Compiling publicsuffix v2.3.0 |
| 2146 | 2026-06-16T22:38:05.291Z | Compiling num-iter v0.1.45 |
| 2147 | 2026-06-16T22:38:05.294Z | Compiling group v0.13.0 |
| 2148 | 2026-06-16T22:38:05.492Z | Compiling newtype-uuid v1.3.2 |
| 2149 | 2026-06-16T22:38:05.553Z | Compiling rand v0.8.6 |
| 2150 | 2026-06-16T22:38:05.807Z | Compiling goblin v0.8.2 |
| 2151 | 2026-06-16T22:38:05.877Z | Compiling oxnet v0.1.6 |
| 2152 | 2026-06-16T22:38:05.906Z | Compiling hyper-tls v0.6.0 |
| 2153 | 2026-06-16T22:38:06.081Z | Compiling derive_builder v0.20.2 |
| 2154 | 2026-06-16T22:38:06.141Z | Compiling phf_shared v0.13.1 |
| 2155 | 2026-06-16T22:38:06.312Z | Compiling zerocopy v0.7.35 |
| 2156 | 2026-06-16T22:38:06.346Z | Compiling lazy_static v1.5.0 |
| 2157 | 2026-06-16T22:38:06.459Z | Compiling pin-project v1.1.11 |
| 2158 | 2026-06-16T22:38:06.475Z | Compiling anstyle-parse v0.2.7 |
| 2159 | 2026-06-16T22:38:06.630Z | Compiling futures-executor v0.3.32 |
| 2160 | 2026-06-16T22:38:06.671Z | Compiling hkdf v0.12.4 |
| 2161 | 2026-06-16T22:38:06.710Z | Compiling crypto-bigint v0.5.5 |
| 2162 | 2026-06-16T22:38:06.763Z | Compiling enum-as-inner v0.6.1 |
| 2163 | 2026-06-16T22:38:06.878Z | Compiling serde_repr v0.1.20 |
| 2164 | 2026-06-16T22:38:06.933Z | Compiling vergen v9.1.0 |
| 2165 | 2026-06-16T22:38:07.031Z | Compiling cargo-platform v0.3.2 |
| 2166 | 2026-06-16T22:38:07.248Z | Compiling same-file v1.0.6 |
| 2167 | 2026-06-16T22:38:07.251Z | Compiling managed v0.8.0 |
| 2168 | 2026-06-16T22:38:07.299Z | Compiling unicode-segmentation v1.12.0 |
| 2169 | 2026-06-16T22:38:07.364Z | Compiling foldhash v0.1.5 |
| 2170 | 2026-06-16T22:38:07.414Z | Compiling bumpalo v3.20.2 |
| 2171 | 2026-06-16T22:38:07.442Z | Compiling bitflags v1.3.2 |
| 2172 | 2026-06-16T22:38:07.499Z | Compiling foldhash v0.2.0 |
| 2173 | 2026-06-16T22:38:07.524Z | Compiling libbz2-rs-sys v0.2.2 |
| 2174 | 2026-06-16T22:38:07.539Z | Compiling winnow v0.5.40 |
| 2175 | 2026-06-16T22:38:07.647Z | Compiling zopfli v0.8.3 |
| 2176 | 2026-06-16T22:38:07.700Z | Compiling hashbrown v0.16.1 |
| 2177 | 2026-06-16T22:38:07.703Z | Compiling elliptic-curve v0.13.8 |
| 2178 | 2026-06-16T22:38:07.855Z | Compiling hashbrown v0.15.5 |
| 2179 | 2026-06-16T22:38:08.078Z | Compiling dof v0.3.0 |
| 2180 | 2026-06-16T22:38:08.120Z | Compiling bzip2 v0.6.1 |
| 2181 | 2026-06-16T22:38:08.305Z | Compiling walkdir v2.5.0 |
| 2182 | 2026-06-16T22:38:08.337Z | Compiling cargo_metadata v0.23.1 |
| 2183 | 2026-06-16T22:38:08.564Z | Compiling clap v4.6.1 |
| 2184 | 2026-06-16T22:38:08.668Z | Compiling futures v0.3.32 |
| 2185 | 2026-06-16T22:38:08.775Z | Compiling anstream v0.6.21 |
| 2186 | 2026-06-16T22:38:08.881Z | Compiling toml_edit v0.19.15 |
| 2187 | 2026-06-16T22:38:09.058Z | Compiling snafu v0.8.9 |
| 2188 | 2026-06-16T22:38:09.631Z | Compiling phf v0.13.1 |
| 2189 | 2026-06-16T22:38:09.778Z | Compiling daft v0.1.7 |
| 2190 | 2026-06-16T22:38:09.805Z | Compiling reqwest v0.12.28 |
| 2191 | 2026-06-16T22:38:09.821Z | Compiling signal-hook-mio v0.2.5 |
| 2192 | 2026-06-16T22:38:09.948Z | Compiling cookie_store v0.22.1 |
| 2193 | 2026-06-16T22:38:09.970Z | Compiling postgres-types v0.2.12 |
| 2194 | 2026-06-16T22:38:10.031Z | Compiling zstd v0.13.3 |
| 2195 | 2026-06-16T22:38:10.070Z | Compiling bzip2 v0.4.4 |
| 2196 | 2026-06-16T22:38:10.090Z | Compiling globset v0.4.18 |
| 2197 | 2026-06-16T22:38:10.107Z | Compiling dtrace-parser v0.2.0 |
| 2198 | 2026-06-16T22:38:10.226Z | Compiling strum v0.27.2 |
| 2199 | 2026-06-16T22:38:10.359Z | Compiling hubpack v0.1.2 |
| 2200 | 2026-06-16T22:38:10.374Z | Compiling ed25519 v2.2.3 |
| 2201 | 2026-06-16T22:38:10.457Z | Compiling phf_shared v0.11.3 |
| 2202 | 2026-06-16T22:38:10.494Z | Compiling olpc-cjson v0.1.4 |
| 2203 | 2026-06-16T22:38:10.540Z | Compiling pkcs1 v0.7.5 |
| 2204 | 2026-06-16T22:38:10.687Z | Compiling pem v3.0.6 |
| 2205 | 2026-06-16T22:38:10.704Z | Compiling serde_plain v1.0.2 |
| 2206 | 2026-06-16T22:38:10.718Z | Compiling serde-big-array v0.5.1 |
| 2207 | 2026-06-16T22:38:10.721Z | Compiling rfc6979 v0.4.0 |
| 2208 | 2026-06-16T22:38:10.931Z | Compiling float-cmp v0.10.0 |
| 2209 | 2026-06-16T22:38:10.962Z | Compiling thread-id v4.2.2 |
| 2210 | 2026-06-16T22:38:10.980Z | Compiling memmap2 v0.9.10 |
| 2211 | 2026-06-16T22:38:10.996Z | Compiling env_filter v1.0.0 |
| 2212 | 2026-06-16T22:38:11.109Z | Compiling new_debug_unreachable v1.0.6 |
| 2213 | 2026-06-16T22:38:11.196Z | Compiling typed-path v0.9.3 |
| 2214 | 2026-06-16T22:38:11.212Z | Compiling normalize-line-endings v0.3.0 |
| 2215 | 2026-06-16T22:38:11.226Z | Compiling static_assertions v1.1.0 |
| 2216 | 2026-06-16T22:38:11.243Z | Compiling predicates-core v1.0.10 |
| 2217 | 2026-06-16T22:38:11.266Z | Compiling toml_write v0.1.2 |
| 2218 | 2026-06-16T22:38:11.279Z | Compiling jiff v0.2.21 |
| 2219 | 2026-06-16T22:38:11.317Z | Compiling fixedbitset v0.5.7 |
| 2220 | 2026-06-16T22:38:11.331Z | Compiling precomputed-hash v0.1.1 |
| 2221 | 2026-06-16T22:38:11.410Z | Compiling keccak v0.1.6 |
| 2222 | 2026-06-16T22:38:11.426Z | Compiling either v1.15.0 |
| 2223 | 2026-06-16T22:38:11.444Z | Compiling winnow v0.7.14 |
| 2224 | 2026-06-16T22:38:11.479Z | Compiling fixedbitset v0.4.2 |
| 2225 | 2026-06-16T22:38:11.627Z | Compiling whoami v2.1.0 |
| 2226 | 2026-06-16T22:38:11.652Z | Compiling winnow v1.0.3 |
| 2227 | 2026-06-16T22:38:11.699Z | Compiling data-encoding v2.10.0 |
| 2228 | 2026-06-16T22:38:11.770Z | Compiling difflib v0.4.0 |
| 2229 | 2026-06-16T22:38:12.012Z | Compiling predicates v3.1.4 |
| 2230 | 2026-06-16T22:38:12.235Z | Compiling hickory-proto v0.25.2 |
| 2231 | 2026-06-16T22:38:12.250Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2232 | 2026-06-16T22:38:12.321Z | Compiling tokio-postgres v0.7.16 |
| 2233 | 2026-06-16T22:38:12.607Z | Compiling petgraph v0.6.5 |
| 2234 | 2026-06-16T22:38:12.824Z | Compiling toml_edit v0.22.27 |
| 2235 | 2026-06-16T22:38:12.851Z | Compiling itertools v0.13.0 |
| 2236 | 2026-06-16T22:38:13.209Z | Compiling sha3 v0.10.8 |
| 2237 | 2026-06-16T22:38:13.518Z | Compiling petgraph v0.8.3 |
| 2238 | 2026-06-16T22:38:13.701Z | Compiling string_cache v0.8.9 |
| 2239 | 2026-06-16T22:38:13.869Z | Compiling zip v4.6.1 |
| 2240 | 2026-06-16T22:38:13.936Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2241 | 2026-06-16T22:38:14.081Z | Compiling env_logger v0.11.9 |
| 2242 | 2026-06-16T22:38:14.381Z | Compiling usdt v0.6.0 |
| 2243 | 2026-06-16T22:38:15.020Z | Compiling ecdsa v0.16.9 |
| 2244 | 2026-06-16T22:38:15.174Z | Compiling rsa v0.9.10 |
| 2245 | 2026-06-16T22:38:15.438Z | Compiling ed25519-dalek v2.2.0 |
| 2246 | 2026-06-16T22:38:15.687Z | Compiling toml v0.7.8 |
| 2247 | 2026-06-16T22:38:15.687Z | Compiling zip v0.6.6 |
| 2248 | 2026-06-16T22:38:15.725Z | Compiling iddqd v0.4.2 |
| 2249 | 2026-06-16T22:38:15.815Z | Compiling crossterm v0.28.1 |
| 2250 | 2026-06-16T22:38:16.168Z | Compiling crossbeam-epoch v0.9.18 |
| 2251 | 2026-06-16T22:38:16.239Z | Compiling similar v2.7.0 |
| 2252 | 2026-06-16T22:38:16.256Z | Compiling heck v0.4.1 |
| 2253 | 2026-06-16T22:38:16.476Z | Compiling serde_with v3.17.0 |
| 2254 | 2026-06-16T22:38:16.504Z | Compiling strum v0.26.3 |
| 2255 | 2026-06-16T22:38:16.542Z | Compiling tokio-stream v0.1.18 |
| 2256 | 2026-06-16T22:38:16.652Z | Compiling buf-list v1.1.2 |
| 2257 | 2026-06-16T22:38:16.779Z | Compiling x509-cert v0.2.5 |
| 2258 | 2026-06-16T22:38:16.884Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2259 | 2026-06-16T22:38:16.966Z | Compiling openapiv3 v2.2.0 |
| 2260 | 2026-06-16T22:38:16.983Z | Compiling sha1 v0.10.6 |
| 2261 | 2026-06-16T22:38:17.000Z | Compiling structmeta-derive v0.3.0 |
| 2262 | 2026-06-16T22:38:17.235Z | Compiling peg-runtime v0.8.5 |
| 2263 | 2026-06-16T22:38:17.447Z | Compiling radium v0.7.0 |
| 2264 | 2026-06-16T22:38:17.517Z | Compiling lalrpop-util v0.19.12 |
| 2265 | 2026-06-16T22:38:17.978Z | Compiling structmeta v0.3.0 |
| 2266 | 2026-06-16T22:38:18.957Z | Compiling maybe-uninit v2.0.0 |
| 2267 | 2026-06-16T22:38:19.277Z | Compiling tap v1.0.1 |
| 2268 | 2026-06-16T22:38:19.410Z | Compiling wyz v0.5.1 |
| 2269 | 2026-06-16T22:38:20.616Z | Compiling funty v2.0.0 |
| 2270 | 2026-06-16T22:38:20.630Z | Compiling packed_struct v0.10.1 |
| 2271 | 2026-06-16T22:38:21.768Z | Compiling bitvec v1.0.1 |
| 2272 | 2026-06-16T22:38:23.880Z | Compiling packed_struct_codegen v0.10.1 |
| 2273 | 2026-06-16T22:38:24.113Z | Compiling zerocopy-derive v0.6.6 |
| 2274 | 2026-06-16T22:38:24.380Z | Compiling bitfield-macros v0.19.4 |
| 2275 | 2026-06-16T22:38:24.796Z | Compiling hybrid-array v0.4.10 |
| 2276 | 2026-06-16T22:38:24.954Z | Compiling indexmap v1.9.3 |
| 2277 | 2026-06-16T22:38:25.110Z | Compiling nodrop v0.1.14 |
| 2278 | 2026-06-16T22:38:25.222Z | Compiling typeid v1.0.3 |
| 2279 | 2026-06-16T22:38:25.397Z | Compiling crc-catalog v2.4.0 |
| 2280 | 2026-06-16T22:38:25.513Z | Compiling crc v3.4.0 |
| 2281 | 2026-06-16T22:38:25.713Z | Compiling array-init v0.0.4 |
| 2282 | 2026-06-16T22:38:26.092Z | Compiling bitfield v0.19.4 |
| 2283 | 2026-06-16T22:38:26.096Z | Compiling zerocopy v0.6.6 |
| 2284 | 2026-06-16T22:38:26.612Z | Compiling smallvec v0.6.14 |
| 2285 | 2026-06-16T22:38:27.430Z | Compiling derive-ex v0.1.8 |
| 2286 | 2026-06-16T22:38:28.949Z | Compiling base64 v0.21.7 |
| 2287 | 2026-06-16T22:38:29.028Z | Compiling erased-serde v0.4.9 |
| 2288 | 2026-06-16T22:38:29.124Z | Compiling hashbrown v0.12.3 |
| 2289 | 2026-06-16T22:38:30.696Z | Compiling ron v0.8.1 |
| 2290 | 2026-06-16T22:38:31.438Z | Compiling rustls-webpki v0.103.9 |
| 2291 | 2026-06-16T22:38:31.992Z | Compiling test-strategy v0.4.5 |
| 2292 | 2026-06-16T22:38:33.294Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2293 | 2026-06-16T22:38:33.326Z | Compiling serde-hex v0.1.0 |
| 2294 | 2026-06-16T22:38:35.194Z | Compiling tokio-rustls v0.26.4 |
| 2295 | 2026-06-16T22:38:35.446Z | Compiling hyper-rustls v0.27.7 |
| 2296 | 2026-06-16T22:38:35.486Z | Compiling rustls-platform-verifier v0.6.2 |
| 2297 | 2026-06-16T22:38:35.502Z | Compiling tough v0.22.0 |
| 2298 | 2026-06-16T22:38:35.546Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2299 | 2026-06-16T22:38:35.707Z | Compiling reqwest v0.13.2 |
| 2300 | 2026-06-16T22:38:35.722Z | Compiling crypto-common v0.2.2 |
| 2301 | 2026-06-16T22:38:35.766Z | Compiling block-buffer v0.12.1 |
| 2302 | 2026-06-16T22:38:35.781Z | Compiling toml v0.8.23 |
| 2303 | 2026-06-16T22:38:35.978Z | Compiling hashbrown v0.13.2 |
| 2304 | 2026-06-16T22:38:36.038Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2305 | 2026-06-16T22:38:36.404Z | Compiling filetime v0.2.27 |
| 2306 | 2026-06-16T22:38:36.512Z | Compiling multer v3.1.0 |
| 2307 | 2026-06-16T22:38:36.596Z | Compiling thread_local v1.1.9 |
| 2308 | 2026-06-16T22:38:36.617Z | Compiling compression-core v0.4.31 |
| 2309 | 2026-06-16T22:38:36.632Z | Compiling match_cfg v0.1.0 |
| 2310 | 2026-06-16T22:38:36.725Z | Compiling const-oid v0.10.2 |
| 2311 | 2026-06-16T22:38:36.728Z | Compiling crc-any v2.5.0 |
| 2312 | 2026-06-16T22:38:36.759Z | Compiling slog-async v2.8.0 |
| 2313 | 2026-06-16T22:38:36.833Z | Compiling rayon-core v1.13.0 |
| 2314 | 2026-06-16T22:38:36.963Z | Compiling xattr v1.6.1 |
| 2315 | 2026-06-16T22:38:37.044Z | Compiling digest v0.11.3 |
| 2316 | 2026-06-16T22:38:37.077Z | Compiling compression-codecs v0.4.37 |
| 2317 | 2026-06-16T22:38:37.107Z | Compiling tar v0.4.45 |
| 2318 | 2026-06-16T22:38:37.122Z | Compiling hostname v0.3.1 |
| 2319 | 2026-06-16T22:38:37.159Z | Compiling object v0.30.4 |
| 2320 | 2026-06-16T22:38:37.182Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2321 | 2026-06-16T22:38:37.194Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2322 | 2026-06-16T22:38:37.322Z | Compiling crossbeam-channel v0.5.15 |
| 2323 | 2026-06-16T22:38:37.478Z | Compiling slog-json v2.6.1 |
| 2324 | 2026-06-16T22:38:37.519Z | Compiling async-stream-impl v0.3.6 |
| 2325 | 2026-06-16T22:38:37.760Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2326 | 2026-06-16T22:38:37.851Z | Compiling ordered-float v2.10.1 |
| 2327 | 2026-06-16T22:38:37.879Z | Compiling serde_spanned v1.1.1 |
| 2328 | 2026-06-16T22:38:38.028Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2329 | 2026-06-16T22:38:38.083Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2330 | 2026-06-16T22:38:38.098Z | Compiling serde_path_to_error v0.1.20 |
| 2331 | 2026-06-16T22:38:38.160Z | Compiling is-terminal v0.4.17 |
| 2332 | 2026-06-16T22:38:38.180Z | Compiling fs-err v2.11.0 |
| 2333 | 2026-06-16T22:38:38.246Z | Compiling dropshot v0.17.1 |
| 2334 | 2026-06-16T22:38:38.282Z | Compiling take_mut v0.2.2 |
| 2335 | 2026-06-16T22:38:38.397Z | Compiling term v1.2.1 |
| 2336 | 2026-06-16T22:38:38.423Z | Compiling cpufeatures v0.3.0 |
| 2337 | 2026-06-16T22:38:38.476Z | Compiling debug-ignore v1.0.5 |
| 2338 | 2026-06-16T22:38:38.497Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2339 | 2026-06-16T22:38:38.518Z | Compiling path-slash v0.1.5 |
| 2340 | 2026-06-16T22:38:38.536Z | Compiling sha1 v0.11.0 |
| 2341 | 2026-06-16T22:38:38.674Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2342 | 2026-06-16T22:38:38.692Z | Compiling async-stream v0.3.6 |
| 2343 | 2026-06-16T22:38:38.734Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2344 | 2026-06-16T22:38:38.791Z | Compiling slog-term v2.9.2 |
| 2345 | 2026-06-16T22:38:38.851Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-06-16T22:38:38.914Z | Compiling serde-untagged v0.1.9 |
| 2347 | 2026-06-16T22:38:38.955Z | Compiling slog-bunyan v2.5.0 |
| 2348 | 2026-06-16T22:38:39.050Z | Compiling async-compression v0.4.41 |
| 2349 | 2026-06-16T22:38:39.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2350 | 2026-06-16T22:38:39.321Z | Compiling atomicwrites v0.4.4 |
| 2351 | 2026-06-16T22:38:39.358Z | Compiling crossbeam-deque v0.8.6 |
| 2352 | 2026-06-16T22:38:39.479Z | Compiling parse-display-derive v0.10.0 |
| 2353 | 2026-06-16T22:38:39.564Z | Compiling camino-tempfile v1.4.1 |
| 2354 | 2026-06-16T22:38:39.595Z | Compiling dropshot_endpoint v0.17.1 |
| 2355 | 2026-06-16T22:38:39.611Z | Compiling newtype-uuid-macros v0.1.0 |
| 2356 | 2026-06-16T22:38:39.628Z | Compiling waitgroup v0.1.2 |
| 2357 | 2026-06-16T22:38:39.642Z | Compiling rustls-pemfile v2.2.0 |
| 2358 | 2026-06-16T22:38:39.802Z | Compiling backon v1.6.0 |
| 2359 | 2026-06-16T22:38:39.916Z | Compiling half v2.7.1 |
| 2360 | 2026-06-16T22:38:39.950Z | Compiling blake3 v1.8.3 |
| 2361 | 2026-06-16T22:38:39.985Z | Compiling hostname v0.4.2 |
| 2362 | 2026-06-16T22:38:40.070Z | Compiling instant v0.1.13 |
| 2363 | 2026-06-16T22:38:40.085Z | Compiling unicode-xid v0.2.6 |
| 2364 | 2026-06-16T22:38:40.170Z | Compiling ciborium-io v0.2.2 |
| 2365 | 2026-06-16T22:38:40.211Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-06-16T22:38:40.248Z | Compiling backoff v0.4.0 |
| 2367 | 2026-06-16T22:38:40.262Z | Compiling ciborium-ll v0.2.2 |
| 2368 | 2026-06-16T22:38:40.290Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2369 | 2026-06-16T22:38:40.347Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2370 | 2026-06-16T22:38:40.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2371 | 2026-06-16T22:38:40.547Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2372 | 2026-06-16T22:38:40.769Z | Compiling regress v0.10.5 |
| 2373 | 2026-06-16T22:38:40.836Z | Compiling itertools v0.14.0 |
| 2374 | 2026-06-16T22:38:40.857Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2375 | 2026-06-16T22:38:40.885Z | Compiling macaddr v1.0.1 |
| 2376 | 2026-06-16T22:38:40.999Z | Compiling parse-display v0.10.0 |
| 2377 | 2026-06-16T22:38:41.189Z | Compiling cargo-platform v0.2.0 |
| 2378 | 2026-06-16T22:38:41.203Z | Compiling arrayref v0.3.9 |
| 2379 | 2026-06-16T22:38:41.300Z | Compiling parse-size v1.1.0 |
| 2380 | 2026-06-16T22:38:41.501Z | Compiling constant_time_eq v0.4.2 |
| 2381 | 2026-06-16T22:38:41.715Z | Compiling indent_write v2.2.0 |
| 2382 | 2026-06-16T22:38:41.748Z | Compiling humantime v2.3.0 |
| 2383 | 2026-06-16T22:38:41.838Z | Compiling arrayvec v0.7.6 |
| 2384 | 2026-06-16T22:38:41.887Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-06-16T22:38:41.901Z | Compiling ciborium v0.2.2 |
| 2386 | 2026-06-16T22:38:42.023Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2387 | 2026-06-16T22:38:42.148Z | Compiling topological-sort v0.2.2 |
| 2388 | 2026-06-16T22:38:42.163Z | Compiling display-error-chain v0.2.2 |
| 2389 | 2026-06-16T22:38:42.209Z | Compiling shell-words v1.1.1 |
| 2390 | 2026-06-16T22:38:42.482Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2391 | 2026-06-16T22:38:51.886Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-06-16T22:38:51.886Z | Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package?rev=6c6abacc64dcf2ad233e3625577a09d26eb65dbc#6c6abacc) |
| 2393 | 2026-06-16T22:38:52.123Z | Compiling progenitor-extras v0.2.0 |
| 2394 | 2026-06-16T22:38:52.471Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-06-16T22:38:52.521Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2396 | 2026-06-16T22:38:52.536Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2397 | 2026-06-16T22:38:53.806Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2398 | 2026-06-16T22:38:58.031Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2399 | 2026-06-16T22:39:01.445Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2400 | 2026-06-16T22:39:09.332Z | Finished `release` profile [optimized] target(s) in 1m 29s |
| 2401 | 2026-06-16T22:39:09.469Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2402 | 2026-06-16T22:39:09.525Z | Jun 16 22:39:08.891 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2403 | 2026-06-16T22:39:09.619Z | Jun 16 22:39:08.985 DEBG running: git rev-parse HEAD |
| 2404 | 2026-06-16T22:39:09.622Z | Jun 16 22:39:08.988 DEBG process exited with exit status: 0 (2.523983ms) |
| 2405 | 2026-06-16T22:39:09.622Z | Jun 16 22:39:08.988 INFO version: 21.0.0-0.ci+git1aa34b5f75d |
| 2406 | 2026-06-16T22:39:09.629Z | Jun 16 22:39:08.997 INFO cloning helios to /work/oxidecomputer/helios |
| 2407 | 2026-06-16T22:39:09.629Z | Jun 16 22:39:08.997 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2408 | 2026-06-16T22:39:09.633Z | Cloning into '/work/oxidecomputer/helios'... |
| 2409 | 2026-06-16T22:39:10.115Z | Jun 16 22:39:09.483 DEBG process exited with exit status: 0 (486.051665ms) |
| 2410 | 2026-06-16T22:39:10.116Z | Jun 16 22:39:09.483 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2411 | 2026-06-16T22:39:10.119Z | Jun 16 22:39:09.485 DEBG process exited with exit status: 0 (2.401522ms) |
| 2412 | 2026-06-16T22:39:10.119Z | Jun 16 22:39:09.485 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2413 | 2026-06-16T22:39:10.439Z | Jun 16 22:39:09.806 DEBG process exited with exit status: 0 (320.639896ms) |
| 2414 | 2026-06-16T22:39:10.439Z | Jun 16 22:39:09.806 DEBG running: zfs list rpool/images/build/host |
| 2415 | 2026-06-16T22:39:10.443Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2416 | 2026-06-16T22:39:10.443Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2417 | 2026-06-16T22:39:10.446Z | Jun 16 22:39:09.810 DEBG process exited with exit status: 0 (4.488395ms) |
| 2418 | 2026-06-16T22:39:10.446Z | Jun 16 22:39:09.810 DEBG running: zfs list rpool/images/build/recovery |
| 2419 | 2026-06-16T22:39:10.449Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2420 | 2026-06-16T22:39:10.449Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2421 | 2026-06-16T22:39:10.449Z | Jun 16 22:39:09.814 DEBG process exited with exit status: 0 (3.446634ms) |
| 2422 | 2026-06-16T22:39:10.449Z | Jun 16 22:39:09.814 INFO [hubris-staging] running task |
| 2423 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.814 INFO [hubris-production] running task |
| 2424 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.814 INFO [incorp-manifest] running task |
| 2425 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.814 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2426 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.815 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 |
| 2427 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.815 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2428 | 2026-06-16T22:39:10.450Z | Jun 16 22:39:09.816 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2429 | 2026-06-16T22:39:10.489Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2430 | 2026-06-16T22:39:10.687Z | Jun 16 22:39:10.054 INFO [incorp-create] process exited with exit status: 0 (238.044891ms) |
| 2431 | 2026-06-16T22:39:10.690Z | Jun 16 22:39:10.054 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2432 | 2026-06-16T22:39:10.882Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2433 | 2026-06-16T22:39:10.920Z | Jun 16 22:39:10.287 INFO [incorp-publisher] process exited with exit status: 0 (232.893875ms) |
| 2434 | 2026-06-16T22:39:11.131Z | Jun 16 22:39:10.498 DEBG process exited with exit status: 0 (683.835971ms) |
| 2435 | 2026-06-16T22:39:11.131Z | Jun 16 22:39:10.498 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2436 | 2026-06-16T22:39:11.327Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2437 | 2026-06-16T22:39:11.513Z | Jun 16 22:39:10.880 INFO [hubris-production] task succeeded (1.065963116s) |
| 2438 | 2026-06-16T22:39:11.820Z | Jun 16 22:39:11.188 DEBG process exited with exit status: 0 (689.348676ms) |
| 2439 | 2026-06-16T22:39:11.824Z | Jun 16 22:39:11.189 INFO [incorp-manifest] task succeeded (1.374600698s) |
| 2440 | 2026-06-16T22:39:11.824Z | Jun 16 22:39:11.189 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2441 | 2026-06-16T22:39:11.994Z | Jun 16 22:39:11.361 INFO [incorp-fmt] process exited with exit status: 0 (171.553495ms) |
| 2442 | 2026-06-16T22:39:11.997Z | Jun 16 22:39:11.361 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2443 | 2026-06-16T22:39:12.249Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260616T223911Z |
| 2444 | 2026-06-16T22:39:12.249Z | [ incorp-pkgsend] PUBLISHED |
| 2445 | 2026-06-16T22:39:12.314Z | Jun 16 22:39:11.681 INFO [incorp-pkgsend] process exited with exit status: 0 (320.278675ms) |
| 2446 | 2026-06-16T22:39:12.314Z | Jun 16 22:39:11.681 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2447 | 2026-06-16T22:39:12.353Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2448 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2449 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2450 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2451 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2452 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2453 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2454 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2455 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2456 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2457 | 2026-06-16T22:39:12.356Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2458 | 2026-06-16T22:39:12.357Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2459 | 2026-06-16T22:39:12.357Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2460 | 2026-06-16T22:39:12.357Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2461 | 2026-06-16T22:39:12.360Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2462 | 2026-06-16T22:39:12.360Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2463 | 2026-06-16T22:39:12.564Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2464 | 2026-06-16T22:39:12.568Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2465 | 2026-06-16T22:39:12.594Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2466 | 2026-06-16T22:39:12.594Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2467 | 2026-06-16T22:39:12.594Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2468 | 2026-06-16T22:39:12.597Z | [ helios-incorp] |
| 2469 | 2026-06-16T22:39:12.598Z | [ helios-incorp] Archiving packages ... |
| 2470 | 2026-06-16T22:39:12.598Z | [ helios-incorp] Packages to add: 1 |
| 2471 | 2026-06-16T22:39:12.598Z | [ helios-incorp] Files to retrieve: 0 |
| 2472 | 2026-06-16T22:39:12.598Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2473 | 2026-06-16T22:39:12.598Z | [ helios-incorp] |
| 2474 | 2026-06-16T22:39:12.598Z | [ helios-incorp] Packages to archive: |
| 2475 | 2026-06-16T22:39:12.598Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260616T223911Z |
| 2476 | 2026-06-16T22:39:12.601Z | [ helios-incorp] |
| 2477 | 2026-06-16T22:39:12.601Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2478 | 2026-06-16T22:39:12.601Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2479 | 2026-06-16T22:39:12.653Z | Jun 16 22:39:12.020 INFO [helios-incorp] process exited with exit status: 0 (338.477016ms) |
| 2480 | 2026-06-16T22:39:13.392Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2481 | 2026-06-16T22:39:13.620Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2482 | 2026-06-16T22:39:13.624Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2483 | 2026-06-16T22:39:13.624Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2484 | 2026-06-16T22:39:13.688Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2485 | 2026-06-16T22:39:13.691Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2486 | 2026-06-16T22:39:13.691Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2487 | 2026-06-16T22:39:13.691Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2488 | 2026-06-16T22:39:13.691Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2489 | 2026-06-16T22:39:13.713Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2490 | 2026-06-16T22:39:13.771Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2491 | 2026-06-16T22:39:14.000Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2492 | 2026-06-16T22:39:14.004Z | [ omicron-package] Compiling aead v0.5.2 |
| 2493 | 2026-06-16T22:39:14.004Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2494 | 2026-06-16T22:39:14.389Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2495 | 2026-06-16T22:39:14.500Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2496 | 2026-06-16T22:39:14.557Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2497 | 2026-06-16T22:39:14.665Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2498 | 2026-06-16T22:39:14.698Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2499 | 2026-06-16T22:39:14.701Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2500 | 2026-06-16T22:39:14.851Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2501 | 2026-06-16T22:39:14.908Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2502 | 2026-06-16T22:39:14.970Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2503 | 2026-06-16T22:39:14.970Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2504 | 2026-06-16T22:39:15.025Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2505 | 2026-06-16T22:39:15.025Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2506 | 2026-06-16T22:39:15.167Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2507 | 2026-06-16T22:39:15.204Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2508 | 2026-06-16T22:39:15.339Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2509 | 2026-06-16T22:39:15.456Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2510 | 2026-06-16T22:39:15.497Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2511 | 2026-06-16T22:39:15.542Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2512 | 2026-06-16T22:39:15.655Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2513 | 2026-06-16T22:39:15.748Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2514 | 2026-06-16T22:39:15.751Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2515 | 2026-06-16T22:39:15.816Z | [ omicron-package] Compiling rand v0.10.0 |
| 2516 | 2026-06-16T22:39:15.931Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2517 | 2026-06-16T22:39:16.047Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2518 | 2026-06-16T22:39:16.108Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2519 | 2026-06-16T22:39:16.228Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2520 | 2026-06-16T22:39:16.231Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2521 | 2026-06-16T22:39:16.313Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2522 | 2026-06-16T22:39:16.376Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2523 | 2026-06-16T22:39:16.400Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2524 | 2026-06-16T22:39:16.403Z | [ omicron-package] Compiling colored v3.1.1 |
| 2525 | 2026-06-16T22:39:16.463Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2526 | 2026-06-16T22:39:16.488Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2527 | 2026-06-16T22:39:16.523Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2528 | 2026-06-16T22:39:16.592Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2529 | 2026-06-16T22:39:16.634Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2530 | 2026-06-16T22:39:16.648Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2531 | 2026-06-16T22:39:16.691Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2532 | 2026-06-16T22:39:16.757Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2533 | 2026-06-16T22:39:16.802Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2534 | 2026-06-16T22:39:16.870Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2535 | 2026-06-16T22:39:16.873Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2536 | 2026-06-16T22:39:16.944Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2537 | 2026-06-16T22:39:17.056Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2538 | 2026-06-16T22:39:17.107Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2539 | 2026-06-16T22:39:17.156Z | [ omicron-package] Compiling glob v0.3.3 |
| 2540 | 2026-06-16T22:39:17.205Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2541 | 2026-06-16T22:39:17.247Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2542 | 2026-06-16T22:39:17.633Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2543 | 2026-06-16T22:39:17.675Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2544 | 2026-06-16T22:39:17.713Z | [ omicron-package] Compiling smf v0.2.3 |
| 2545 | 2026-06-16T22:39:17.906Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2546 | 2026-06-16T22:39:17.930Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2547 | 2026-06-16T22:39:17.966Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2548 | 2026-06-16T22:39:17.969Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2549 | 2026-06-16T22:39:18.071Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2550 | 2026-06-16T22:39:18.104Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2551 | 2026-06-16T22:39:18.104Z | [ omicron-package] Compiling console v0.16.2 |
| 2552 | 2026-06-16T22:39:18.104Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2553 | 2026-06-16T22:39:18.208Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2554 | 2026-06-16T22:39:18.237Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2555 | 2026-06-16T22:39:18.347Z | [ omicron-package] Compiling zone v0.3.1 |
| 2556 | 2026-06-16T22:39:18.397Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2557 | 2026-06-16T22:39:18.421Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2558 | 2026-06-16T22:39:18.440Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2559 | 2026-06-16T22:39:18.544Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2560 | 2026-06-16T22:39:18.662Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2561 | 2026-06-16T22:39:18.818Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2562 | 2026-06-16T22:39:18.861Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2563 | 2026-06-16T22:39:18.965Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2564 | 2026-06-16T22:39:20.668Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2565 | 2026-06-16T22:39:21.955Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2566 | 2026-06-16T22:39:23.081Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2567 | 2026-06-16T22:39:24.910Z | Jun 16 22:39:24.277 INFO [hubris-staging] task succeeded (14.463029132s) |
| 2568 | 2026-06-16T22:39:25.425Z | [ helios-setup] Jun 16 22:39:24.791 INFO helios repository root is: /work/oxidecomputer/helios |
| 2569 | 2026-06-16T22:39:25.429Z | [ helios-setup] Jun 16 22:39:24.792 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2570 | 2026-06-16T22:39:25.429Z | [ helios-setup] Jun 16 22:39:24.792 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 |
| 2571 | 2026-06-16T22:39:25.429Z | [ helios-setup] Jun 16 22:39:24.792 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2572 | 2026-06-16T22:39:25.429Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2573 | 2026-06-16T22:39:26.101Z | [ helios-setup] Jun 16 22:39:25.468 INFO clone ok!, project: dmar-report |
| 2574 | 2026-06-16T22:39:26.101Z | [ helios-setup] Jun 16 22:39:25.468 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 |
| 2575 | 2026-06-16T22:39:26.101Z | [ helios-setup] Jun 16 22:39:25.468 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 |
| 2576 | 2026-06-16T22:39:26.104Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2577 | 2026-06-16T22:39:26.780Z | [ helios-setup] Jun 16 22:39:26.147 INFO clone ok!, project: amd-host-image-builder |
| 2578 | 2026-06-16T22:39:26.780Z | [ helios-setup] Jun 16 22:39:26.147 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 |
| 2579 | 2026-06-16T22:39:26.783Z | [ helios-setup] Jun 16 22:39:26.147 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2580 | 2026-06-16T22:39:26.783Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2581 | 2026-06-16T22:39:27.060Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2582 | 2026-06-16T22:39:27.708Z | [ helios-setup] Jun 16 22:39:27.073 INFO clone ok!, project: bootserver |
| 2583 | 2026-06-16T22:39:27.708Z | [ helios-setup] Jun 16 22:39:27.073 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2584 | 2026-06-16T22:39:27.711Z | [ helios-setup] Jun 16 22:39:27.073 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 |
| 2585 | 2026-06-16T22:39:27.712Z | [ helios-setup] Jun 16 22:39:27.073 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2586 | 2026-06-16T22:39:27.712Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2587 | 2026-06-16T22:39:28.442Z | [ helios-setup] Jun 16 22:39:27.809 INFO clone ok!, project: pilot |
| 2588 | 2026-06-16T22:39:28.445Z | [ helios-setup] Jun 16 22:39:27.809 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 |
| 2589 | 2026-06-16T22:39:28.446Z | [ helios-setup] Jun 16 22:39:27.809 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2590 | 2026-06-16T22:39:28.446Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2591 | 2026-06-16T22:39:28.851Z | [ helios-setup] Jun 16 22:39:28.218 INFO clone ok!, project: pinprick |
| 2592 | 2026-06-16T22:39:28.857Z | [ helios-setup] Jun 16 22:39:28.218 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 |
| 2593 | 2026-06-16T22:39:28.857Z | [ helios-setup] Jun 16 22:39:28.218 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2594 | 2026-06-16T22:39:28.857Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2595 | 2026-06-16T22:39:29.670Z | [ helios-setup] Jun 16 22:39:29.037 INFO clone ok!, project: phbl |
| 2596 | 2026-06-16T22:39:29.673Z | [ helios-setup] Jun 16 22:39:29.037 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 |
| 2597 | 2026-06-16T22:39:29.673Z | [ helios-setup] Jun 16 22:39:29.037 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2598 | 2026-06-16T22:39:29.673Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2599 | 2026-06-16T22:39:30.205Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2600 | 2026-06-16T22:39:30.415Z | [ helios-setup] Jun 16 22:39:29.782 INFO clone ok!, project: image-builder |
| 2601 | 2026-06-16T22:39:30.415Z | [ helios-setup] Jun 16 22:39:29.782 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2602 | 2026-06-16T22:39:30.418Z | [ helios-setup] Jun 16 22:39:29.782 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2603 | 2026-06-16T22:39:30.418Z | [ helios-setup] Jun 16 22:39:29.782 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2604 | 2026-06-16T22:39:30.418Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2605 | 2026-06-16T22:39:31.184Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2606 | 2026-06-16T22:39:36.447Z | [ helios-setup] Jun 16 22:39:35.814 INFO clone ok!, project: amd-firmware |
| 2607 | 2026-06-16T22:39:36.451Z | [ helios-setup] Jun 16 22:39:35.814 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 |
| 2608 | 2026-06-16T22:39:36.451Z | [ helios-setup] Jun 16 22:39:35.814 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2609 | 2026-06-16T22:39:36.451Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2610 | 2026-06-16T22:39:37.181Z | [ helios-setup] Jun 16 22:39:36.545 INFO clone ok!, project: chelsio-t6-roms |
| 2611 | 2026-06-16T22:39:37.181Z | [ helios-setup] Jun 16 22:39:36.546 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2612 | 2026-06-16T22:39:37.392Z | [ helios-setup] Jun 16 22:39:36.758 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2613 | 2026-06-16T22:39:37.610Z | [ helios-setup] Jun 16 22:39:36.977 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2614 | 2026-06-16T22:39:37.610Z | [ helios-setup] Jun 16 22:39:36.978 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2615 | 2026-06-16T22:39:37.841Z | [ helios-setup] Jun 16 22:39:37.208 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2616 | 2026-06-16T22:39:38.088Z | [ helios-setup] Jun 16 22:39:37.454 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2617 | 2026-06-16T22:39:38.088Z | [ helios-setup] Jun 16 22:39:37.455 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2618 | 2026-06-16T22:39:38.337Z | [ helios-setup] Jun 16 22:39:37.704 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2619 | 2026-06-16T22:39:38.582Z | [ helios-setup] Jun 16 22:39:37.949 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2620 | 2026-06-16T22:39:38.582Z | [ helios-setup] Jun 16 22:39:37.949 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2621 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2622 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO ok! |
| 2623 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2624 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2625 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO ok! |
| 2626 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2627 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2628 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO ok! |
| 2629 | 2026-06-16T22:39:38.585Z | [ helios-setup] Jun 16 22:39:37.949 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 2630 | 2026-06-16T22:39:38.589Z | [ helios-setup] Jun 16 22:39:37.956 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 2631 | 2026-06-16T22:39:38.589Z | [ helios-setup] Jun 16 22:39:37.956 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 2632 | 2026-06-16T22:39:38.592Z | [ helios-setup] Jun 16 22:39:37.956 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 2633 | 2026-06-16T22:39:38.696Z | [ helios-setup] Jun 16 22:39:38.063 INFO E| Updating crates.io index |
| 2634 | 2026-06-16T22:39:38.805Z | [ helios-setup] Jun 16 22:39:38.172 INFO E| Downloading crates ... |
| 2635 | 2026-06-16T22:39:38.863Z | [ helios-setup] Jun 16 22:39:38.230 INFO E| Downloaded ryu v1.0.20 |
| 2636 | 2026-06-16T22:39:38.874Z | [ helios-setup] Jun 16 22:39:38.241 INFO E| Downloaded itoa v1.0.15 |
| 2637 | 2026-06-16T22:39:38.877Z | [ helios-setup] Jun 16 22:39:38.242 INFO E| Downloaded errno v0.3.12 |
| 2638 | 2026-06-16T22:39:38.885Z | [ helios-setup] Jun 16 22:39:38.252 INFO E| Downloaded time-core v0.1.4 |
| 2639 | 2026-06-16T22:39:38.902Z | [ helios-setup] Jun 16 22:39:38.269 INFO E| Downloaded autocfg v1.4.0 |
| 2640 | 2026-06-16T22:39:38.910Z | [ helios-setup] Jun 16 22:39:38.277 INFO E| Downloaded quote v1.0.40 |
| 2641 | 2026-06-16T22:39:38.914Z | [ helios-setup] Jun 16 22:39:38.282 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2642 | 2026-06-16T22:39:38.918Z | [ helios-setup] Jun 16 22:39:38.283 INFO E| Downloaded serde_with_macros v3.12.0 |
| 2643 | 2026-06-16T22:39:38.918Z | [ helios-setup] Jun 16 22:39:38.284 INFO E| Downloaded thiserror v2.0.12 |
| 2644 | 2026-06-16T22:39:38.921Z | [ helios-setup] Jun 16 22:39:38.287 INFO E| Downloaded time-macros v0.2.22 |
| 2645 | 2026-06-16T22:39:38.921Z | [ helios-setup] Jun 16 22:39:38.288 INFO E| Downloaded deranged v0.4.0 |
| 2646 | 2026-06-16T22:39:38.926Z | [ helios-setup] Jun 16 22:39:38.293 INFO E| Downloaded unicode-ident v1.0.18 |
| 2647 | 2026-06-16T22:39:38.932Z | [ helios-setup] Jun 16 22:39:38.299 INFO E| Downloaded iana-time-zone v0.1.63 |
| 2648 | 2026-06-16T22:39:38.941Z | [ helios-setup] Jun 16 22:39:38.308 INFO E| Downloaded tempfile v3.20.0 |
| 2649 | 2026-06-16T22:39:38.945Z | [ helios-setup] Jun 16 22:39:38.312 INFO E| Downloaded getrandom v0.3.3 |
| 2650 | 2026-06-16T22:39:38.948Z | [ helios-setup] Jun 16 22:39:38.315 INFO E| Downloaded bitflags v2.9.1 |
| 2651 | 2026-06-16T22:39:38.951Z | [ helios-setup] Jun 16 22:39:38.318 INFO E| Downloaded serde_derive v1.0.219 |
| 2652 | 2026-06-16T22:39:38.956Z | [ helios-setup] Jun 16 22:39:38.321 INFO E| Downloaded serde v1.0.219 |
| 2653 | 2026-06-16T22:39:38.968Z | [ helios-setup] Jun 16 22:39:38.335 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2654 | 2026-06-16T22:39:38.971Z | [ helios-setup] Jun 16 22:39:38.337 INFO E| Downloaded indexmap v2.9.0 |
| 2655 | 2026-06-16T22:39:39.002Z | [ helios-setup] Jun 16 22:39:38.369 INFO E| Downloaded anyhow v1.0.98 |
| 2656 | 2026-06-16T22:39:39.005Z | [ helios-setup] Jun 16 22:39:38.372 INFO E| Downloaded time v0.3.41 |
| 2657 | 2026-06-16T22:39:39.010Z | [ helios-setup] Jun 16 22:39:38.377 INFO E| Downloaded memchr v2.7.4 |
| 2658 | 2026-06-16T22:39:39.019Z | [ helios-setup] Jun 16 22:39:38.385 INFO E| Downloaded hashbrown v0.15.3 |
| 2659 | 2026-06-16T22:39:39.026Z | [ helios-setup] Jun 16 22:39:38.393 INFO E| Downloaded serde_json v1.0.140 |
| 2660 | 2026-06-16T22:39:39.043Z | [ helios-setup] Jun 16 22:39:38.410 INFO E| Downloaded serde_with v3.12.0 |
| 2661 | 2026-06-16T22:39:39.057Z | [ helios-setup] Jun 16 22:39:38.424 INFO E| Downloaded chrono v0.4.41 |
| 2662 | 2026-06-16T22:39:39.064Z | [ helios-setup] Jun 16 22:39:38.431 INFO E| Downloaded syn v2.0.101 |
| 2663 | 2026-06-16T22:39:39.079Z | [ helios-setup] Jun 16 22:39:38.446 INFO E| Downloaded rustix v1.0.7 |
| 2664 | 2026-06-16T22:39:39.103Z | [ helios-setup] Jun 16 22:39:38.470 INFO E| Downloaded libc v0.2.172 |
| 2665 | 2026-06-16T22:39:39.159Z | [ helios-setup] Jun 16 22:39:38.526 INFO E| Compiling proc-macro2 v1.0.95 |
| 2666 | 2026-06-16T22:39:39.159Z | [ helios-setup] Jun 16 22:39:38.526 INFO E| Compiling unicode-ident v1.0.18 |
| 2667 | 2026-06-16T22:39:39.159Z | [ helios-setup] Jun 16 22:39:38.526 INFO E| Compiling libc v0.2.172 |
| 2668 | 2026-06-16T22:39:39.162Z | [ helios-setup] Jun 16 22:39:38.526 INFO E| Compiling ident_case v1.0.1 |
| 2669 | 2026-06-16T22:39:39.162Z | [ helios-setup] Jun 16 22:39:38.526 INFO E| Compiling strsim v0.11.1 |
| 2670 | 2026-06-16T22:39:39.174Z | [ helios-setup] Jun 16 22:39:38.541 INFO E| Compiling fnv v1.0.7 |
| 2671 | 2026-06-16T22:39:39.174Z | [ helios-setup] Jun 16 22:39:38.541 INFO E| Compiling serde v1.0.219 |
| 2672 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling getrandom v0.3.3 |
| 2673 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling rustix v1.0.7 |
| 2674 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling thiserror v2.0.12 |
| 2675 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling cfg-if v1.0.0 |
| 2676 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling anyhow v1.0.98 |
| 2677 | 2026-06-16T22:39:39.177Z | [ helios-setup] Jun 16 22:39:38.542 INFO E| Compiling bitflags v2.9.1 |
| 2678 | 2026-06-16T22:39:39.184Z | [ helios-setup] Jun 16 22:39:38.551 INFO E| Compiling serde_json v1.0.140 |
| 2679 | 2026-06-16T22:39:39.187Z | [ helios-setup] Jun 16 22:39:38.551 INFO E| Compiling memchr v2.7.4 |
| 2680 | 2026-06-16T22:39:39.212Z | [ helios-setup] Jun 16 22:39:38.579 INFO E| Compiling ryu v1.0.20 |
| 2681 | 2026-06-16T22:39:39.378Z | [ helios-setup] Jun 16 22:39:38.744 INFO E| Compiling once_cell v1.21.3 |
| 2682 | 2026-06-16T22:39:39.378Z | [ helios-setup] Jun 16 22:39:38.745 INFO E| Compiling fastrand v2.3.0 |
| 2683 | 2026-06-16T22:39:39.592Z | [ helios-setup] Jun 16 22:39:38.959 INFO E| Compiling itoa v1.0.15 |
| 2684 | 2026-06-16T22:39:39.625Z | [ helios-setup] Jun 16 22:39:38.992 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 2685 | 2026-06-16T22:39:39.880Z | [ helios-setup] Jun 16 22:39:39.247 INFO E| Compiling errno v0.3.12 |
| 2686 | 2026-06-16T22:39:40.192Z | [ helios-setup] Jun 16 22:39:39.559 INFO E| Compiling quote v1.0.40 |
| 2687 | 2026-06-16T22:39:40.348Z | [ helios-setup] Jun 16 22:39:39.715 INFO E| Compiling syn v2.0.101 |
| 2688 | 2026-06-16T22:39:40.633Z | [ helios-setup] Jun 16 22:39:40.000 INFO E| Compiling tempfile v3.20.0 |
| 2689 | 2026-06-16T22:39:40.999Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 30.54s |
| 2690 | 2026-06-16T22:39:41.216Z | [ omicron-package] |
| 2691 | 2026-06-16T22:39:41.216Z | [ omicron-package] real 30.710904172 |
| 2692 | 2026-06-16T22:39:41.219Z | [ omicron-package] user 2:57.055108604 |
| 2693 | 2026-06-16T22:39:41.219Z | [ omicron-package] sys 20.896235444 |
| 2694 | 2026-06-16T22:39:41.219Z | [ omicron-package] trap 0.320254024 |
| 2695 | 2026-06-16T22:39:41.219Z | [ omicron-package] tflt 0.736353910 |
| 2696 | 2026-06-16T22:39:41.219Z | [ omicron-package] dflt 2.165753826 |
| 2697 | 2026-06-16T22:39:41.219Z | [ omicron-package] kflt 0.000166120 |
| 2698 | 2026-06-16T22:39:41.219Z | [ omicron-package] lock 7:43.668525554 |
| 2699 | 2026-06-16T22:39:41.219Z | [ omicron-package] slp 4:18.638193530 |
| 2700 | 2026-06-16T22:39:41.219Z | [ omicron-package] lat 33.663397101 |
| 2701 | 2026-06-16T22:39:41.219Z | [ omicron-package] stop 1:17.406042792 |
| 2702 | 2026-06-16T22:39:41.219Z | Jun 16 22:39:40.583 INFO [omicron-package] process exited with exit status: 0 (30.768415727s) |
| 2703 | 2026-06-16T22:39:41.219Z | Jun 16 22:39:40.584 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2704 | 2026-06-16T22:39:41.219Z | Jun 16 22:39:40.584 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2705 | 2026-06-16T22:39:41.226Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2706 | 2026-06-16T22:39:41.229Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2707 | 2026-06-16T22:39:41.229Z | [ host-target] Created new build target 'host' and set it as active |
| 2708 | 2026-06-16T22:39:41.229Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2709 | 2026-06-16T22:39:41.229Z | Jun 16 22:39:40.597 INFO [recovery-target] process exited with exit status: 0 (12.970645ms) |
| 2710 | 2026-06-16T22:39:41.229Z | Jun 16 22:39:40.597 INFO [host-target] process exited with exit status: 0 (12.527045ms) |
| 2711 | 2026-06-16T22:39:41.232Z | Jun 16 22:39:40.597 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2712 | 2026-06-16T22:39:41.235Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2713 | 2026-06-16T22:39:42.251Z | [ helios-setup] Jun 16 22:39:41.617 INFO E| Compiling darling_core v0.20.11 |
| 2714 | 2026-06-16T22:39:42.607Z | [ helios-setup] Jun 16 22:39:41.973 INFO E| Compiling serde_derive v1.0.219 |
| 2715 | 2026-06-16T22:39:42.607Z | [ helios-setup] Jun 16 22:39:41.973 INFO E| Compiling thiserror-impl v2.0.12 |
| 2716 | 2026-06-16T22:39:42.623Z | [ host-package] Compiling heck v0.5.0 |
| 2717 | 2026-06-16T22:39:42.623Z | [ host-package] Compiling regress v0.11.1 |
| 2718 | 2026-06-16T22:39:42.861Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2719 | 2026-06-16T22:39:42.886Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2720 | 2026-06-16T22:39:42.915Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2721 | 2026-06-16T22:39:42.915Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2722 | 2026-06-16T22:39:42.937Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2723 | 2026-06-16T22:39:42.956Z | [ host-package] Compiling derive-where v1.6.0 |
| 2724 | 2026-06-16T22:39:42.998Z | [ host-package] Compiling bytecount v0.6.9 |
| 2725 | 2026-06-16T22:39:43.001Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2726 | 2026-06-16T22:39:43.001Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2727 | 2026-06-16T22:39:43.018Z | [ host-package] Compiling console v0.15.11 |
| 2728 | 2026-06-16T22:39:43.020Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2729 | 2026-06-16T22:39:43.020Z | [ host-package] Compiling hybrid-array v0.4.10 |
| 2730 | 2026-06-16T22:39:43.039Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2731 | 2026-06-16T22:39:43.244Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2732 | 2026-06-16T22:39:43.249Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2733 | 2026-06-16T22:39:43.249Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2734 | 2026-06-16T22:39:43.314Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2735 | 2026-06-16T22:39:43.348Z | [ host-package] Compiling num-rational v0.4.2 |
| 2736 | 2026-06-16T22:39:43.414Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2737 | 2026-06-16T22:39:43.493Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2738 | 2026-06-16T22:39:43.607Z | [ host-package] Compiling block-buffer v0.12.1 |
| 2739 | 2026-06-16T22:39:43.660Z | [ host-package] Compiling crypto-common v0.2.2 |
| 2740 | 2026-06-16T22:39:43.695Z | [ host-package] Compiling expectorate v1.2.0 |
| 2741 | 2026-06-16T22:39:43.775Z | [ host-package] Compiling num-complex v0.4.6 |
| 2742 | 2026-06-16T22:39:43.790Z | [ helios-setup] Jun 16 22:39:43.156 INFO E| Compiling darling_macro v0.20.11 |
| 2743 | 2026-06-16T22:39:43.852Z | [ host-package] Compiling thread_local v1.1.9 |
| 2744 | 2026-06-16T22:39:43.852Z | [ host-package] Compiling compression-core v0.4.31 |
| 2745 | 2026-06-16T22:39:43.930Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2746 | 2026-06-16T22:39:43.969Z | [ host-package] Compiling const-oid v0.10.2 |
| 2747 | 2026-06-16T22:39:44.029Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2748 | 2026-06-16T22:39:44.082Z | [ host-package] Compiling hostname v0.3.1 |
| 2749 | 2026-06-16T22:39:44.169Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2750 | 2026-06-16T22:39:44.334Z | [ host-package] Compiling digest v0.11.3 |
| 2751 | 2026-06-16T22:39:44.338Z | [ host-package] Compiling libsw v3.5.0 |
| 2752 | 2026-06-16T22:39:44.386Z | [ host-package] Compiling multer v3.1.0 |
| 2753 | 2026-06-16T22:39:44.417Z | [ host-package] Compiling num v0.4.3 |
| 2754 | 2026-06-16T22:39:44.441Z | [ host-package] Compiling slog-async v2.8.0 |
| 2755 | 2026-06-16T22:39:44.499Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2756 | 2026-06-16T22:39:44.549Z | [ helios-setup] Jun 16 22:39:43.915 INFO E| Compiling darling v0.20.11 |
| 2757 | 2026-06-16T22:39:44.578Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2758 | 2026-06-16T22:39:44.594Z | [ host-package] Compiling slog-json v2.6.1 |
| 2759 | 2026-06-16T22:39:44.594Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2760 | 2026-06-16T22:39:44.642Z | [ helios-setup] Jun 16 22:39:44.009 INFO E| Compiling serde_with_macros v3.12.0 |
| 2761 | 2026-06-16T22:39:44.661Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2762 | 2026-06-16T22:39:44.665Z | [ host-package] Compiling take_mut v0.2.2 |
| 2763 | 2026-06-16T22:39:44.665Z | [ host-package] Compiling term v1.2.1 |
| 2764 | 2026-06-16T22:39:44.687Z | [ host-package] Compiling float-ord v0.3.2 |
| 2765 | 2026-06-16T22:39:44.748Z | [ host-package] Compiling cpufeatures v0.3.0 |
| 2766 | 2026-06-16T22:39:44.813Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2767 | 2026-06-16T22:39:44.879Z | [ host-package] Compiling linear-map v1.2.0 |
| 2768 | 2026-06-16T22:39:44.879Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2769 | 2026-06-16T22:39:44.920Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2770 | 2026-06-16T22:39:45.006Z | [ host-package] Compiling sha1 v0.11.0 |
| 2771 | 2026-06-16T22:39:45.043Z | [ host-package] Compiling slog-term v2.9.2 |
| 2772 | 2026-06-16T22:39:45.043Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2773 | 2026-06-16T22:39:45.046Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2774 | 2026-06-16T22:39:45.137Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2775 | 2026-06-16T22:39:45.206Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2776 | 2026-06-16T22:39:45.299Z | [ host-package] Compiling async-compression v0.4.41 |
| 2777 | 2026-06-16T22:39:45.365Z | [ host-package] Compiling dropshot v0.17.1 |
| 2778 | 2026-06-16T22:39:45.396Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2779 | 2026-06-16T22:39:45.400Z | [ host-package] Compiling async-stream v0.3.6 |
| 2780 | 2026-06-16T22:39:45.469Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2781 | 2026-06-16T22:39:45.528Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2782 | 2026-06-16T22:39:45.582Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2783 | 2026-06-16T22:39:45.662Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2784 | 2026-06-16T22:39:45.710Z | [ host-package] Compiling backon v1.6.0 |
| 2785 | 2026-06-16T22:39:45.710Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2786 | 2026-06-16T22:39:45.783Z | [ host-package] Compiling hostname v0.4.2 |
| 2787 | 2026-06-16T22:39:45.783Z | [ host-package] Compiling instant v0.1.13 |
| 2788 | 2026-06-16T22:39:45.866Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2789 | 2026-06-16T22:39:45.869Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2790 | 2026-06-16T22:39:45.954Z | [ host-package] Compiling backoff v0.4.0 |
| 2791 | 2026-06-16T22:39:45.995Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2792 | 2026-06-16T22:39:46.015Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2793 | 2026-06-16T22:39:46.019Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2794 | 2026-06-16T22:39:46.126Z | [ host-package] Compiling nom v7.1.3 |
| 2795 | 2026-06-16T22:39:46.187Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2796 | 2026-06-16T22:39:46.229Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2797 | 2026-06-16T22:39:46.264Z | [ host-package] Compiling parse-display v0.10.0 |
| 2798 | 2026-06-16T22:39:46.304Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2799 | 2026-06-16T22:39:46.381Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2800 | 2026-06-16T22:39:46.613Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2801 | 2026-06-16T22:39:46.667Z | [ host-package] Compiling regress v0.10.5 |
| 2802 | 2026-06-16T22:39:47.163Z | [ host-package] Compiling macaddr v1.0.1 |
| 2803 | 2026-06-16T22:39:47.405Z | [ helios-setup] Jun 16 22:39:46.772 INFO E| Compiling serde_with v3.12.0 |
| 2804 | 2026-06-16T22:39:47.485Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2805 | 2026-06-16T22:39:47.527Z | [ host-package] Compiling humantime v2.3.0 |
| 2806 | 2026-06-16T22:39:47.711Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2807 | 2026-06-16T22:39:47.714Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2808 | 2026-06-16T22:39:47.830Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2809 | 2026-06-16T22:39:47.833Z | [ host-package] Compiling convert_case v0.10.0 |
| 2810 | 2026-06-16T22:39:47.860Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2811 | 2026-06-16T22:39:48.090Z | [ host-package] Compiling toml v0.8.23 |
| 2812 | 2026-06-16T22:39:48.211Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2813 | 2026-06-16T22:39:48.288Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2814 | 2026-06-16T22:39:48.598Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2815 | 2026-06-16T22:39:48.680Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2816 | 2026-06-16T22:39:48.760Z | [ host-package] Compiling papergrid v0.11.0 |
| 2817 | 2026-06-16T22:39:48.955Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2818 | 2026-06-16T22:39:49.042Z | [ host-package] Compiling termtree v0.5.1 |
| 2819 | 2026-06-16T22:39:49.324Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2820 | 2026-06-16T22:39:49.397Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2821 | 2026-06-16T22:39:49.576Z | [ host-package] Compiling derive_more v2.1.1 |
| 2822 | 2026-06-16T22:39:49.745Z | [ host-package] Compiling crossterm v0.29.0 |
| 2823 | 2026-06-16T22:39:49.951Z | [ host-package] Compiling typify v0.6.2 |
| 2824 | 2026-06-16T22:39:50.116Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 2825 | 2026-06-16T22:39:50.595Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2826 | 2026-06-16T22:39:51.017Z | [ host-package] Compiling qorb v0.4.1 |
| 2827 | 2026-06-16T22:39:51.360Z | [ host-package] Compiling tabled v0.15.0 |
| 2828 | 2026-06-16T22:39:51.531Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2829 | 2026-06-16T22:39:51.593Z | [ helios-setup] Jun 16 22:39:50.960 INFO E| Finished `release` profile [optimized] target(s) in 12.99s |
| 2830 | 2026-06-16T22:39:51.619Z | [ helios-setup] Jun 16 22:39:50.986 INFO building project "dmar-report" ok (13 seconds) |
| 2831 | 2026-06-16T22:39:51.619Z | [ helios-setup] Jun 16 22:39:50.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2832 | 2026-06-16T22:39:51.658Z | [ helios-setup] Jun 16 22:39:51.025 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')" |
| 2833 | 2026-06-16T22:39:51.658Z | [ helios-setup] Jun 16 22:39:51.025 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2834 | 2026-06-16T22:39:51.661Z | [ helios-setup] Jun 16 22:39:51.025 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2835 | 2026-06-16T22:39:51.828Z | [ helios-setup] Jun 16 22:39:51.195 INFO E| Updating crates.io index |
| 2836 | 2026-06-16T22:39:51.828Z | [ helios-setup] Jun 16 22:39:51.195 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2837 | 2026-06-16T22:39:52.217Z | [ helios-setup] Jun 16 22:39:51.584 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2838 | 2026-06-16T22:39:52.217Z | [ helios-setup] Jun 16 22:39:51.584 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2839 | 2026-06-16T22:39:52.275Z | [ helios-setup] Jun 16 22:39:51.642 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2840 | 2026-06-16T22:39:52.639Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 2841 | 2026-06-16T22:39:52.696Z | [ helios-setup] Jun 16 22:39:52.063 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2842 | 2026-06-16T22:39:52.696Z | [ helios-setup] Jun 16 22:39:52.063 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2843 | 2026-06-16T22:39:52.850Z | [ helios-setup] Jun 16 22:39:52.217 INFO E| Downloading crates ... |
| 2844 | 2026-06-16T22:39:52.910Z | [ helios-setup] Jun 16 22:39:52.277 INFO E| Downloaded heck v0.3.3 |
| 2845 | 2026-06-16T22:39:52.913Z | [ helios-setup] Jun 16 22:39:52.278 INFO E| Downloaded fletcher v1.0.0 |
| 2846 | 2026-06-16T22:39:52.919Z | [ helios-setup] Jun 16 22:39:52.286 INFO E| Downloaded dyn-clone v1.0.19 |
| 2847 | 2026-06-16T22:39:52.924Z | [ helios-setup] Jun 16 22:39:52.291 INFO E| Downloaded strsim v0.8.0 |
| 2848 | 2026-06-16T22:39:52.927Z | [ helios-setup] Jun 16 22:39:52.292 INFO E| Downloaded parse_int v0.9.0 |
| 2849 | 2026-06-16T22:39:52.984Z | [ helios-setup] Jun 16 22:39:52.351 INFO E| Downloaded vec_map v0.8.2 |
| 2850 | 2026-06-16T22:39:52.987Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2851 | 2026-06-16T22:39:52.987Z | [ helios-setup] Jun 16 22:39:52.352 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2852 | 2026-06-16T22:39:52.987Z | [ helios-setup] Jun 16 22:39:52.352 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2853 | 2026-06-16T22:39:52.987Z | [ helios-setup] Jun 16 22:39:52.354 INFO E| Downloaded unic-common v0.9.0 |
| 2854 | 2026-06-16T22:39:52.987Z | [ helios-setup] Jun 16 22:39:52.354 INFO E| Downloaded unic-char-range v0.9.0 |
| 2855 | 2026-06-16T22:39:52.990Z | [ helios-setup] Jun 16 22:39:52.355 INFO E| Downloaded unic-char-property v0.9.0 |
| 2856 | 2026-06-16T22:39:52.990Z | [ helios-setup] Jun 16 22:39:52.356 INFO E| Downloaded textwrap v0.11.0 |
| 2857 | 2026-06-16T22:39:52.990Z | [ helios-setup] Jun 16 22:39:52.356 INFO E| Downloaded strum v0.27.1 |
| 2858 | 2026-06-16T22:39:52.990Z | [ helios-setup] Jun 16 22:39:52.357 INFO E| Downloaded pest_generator v2.8.0 |
| 2859 | 2026-06-16T22:39:52.993Z | [ helios-setup] Jun 16 22:39:52.358 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2860 | 2026-06-16T22:39:52.993Z | [ helios-setup] Jun 16 22:39:52.359 INFO E| Downloaded goblin v0.9.3 |
| 2861 | 2026-06-16T22:39:52.996Z | [ helios-setup] Jun 16 22:39:52.362 INFO E| Downloaded bytesize v2.0.1 |
| 2862 | 2026-06-16T22:39:52.999Z | [ helios-setup] Jun 16 22:39:52.363 INFO E| Downloaded four-cc v0.4.0 |
| 2863 | 2026-06-16T22:39:53.006Z | [ helios-setup] Jun 16 22:39:52.373 INFO E| Downloaded strum_macros v0.27.1 |
| 2864 | 2026-06-16T22:39:53.009Z | [ helios-setup] Jun 16 22:39:52.375 INFO E| Downloaded ansi_term v0.12.1 |
| 2865 | 2026-06-16T22:39:53.012Z | [ helios-setup] Jun 16 22:39:52.377 INFO E| Downloaded pest_derive v2.8.0 |
| 2866 | 2026-06-16T22:39:53.012Z | [ helios-setup] Jun 16 22:39:52.378 INFO E| Downloaded structopt-derive v0.4.18 |
| 2867 | 2026-06-16T22:39:53.016Z | [ helios-setup] Jun 16 22:39:52.379 INFO E| Downloaded rustversion v1.0.20 |
| 2868 | 2026-06-16T22:39:53.016Z | [ helios-setup] Jun 16 22:39:52.381 INFO E| Downloaded pest_meta v2.8.0 |
| 2869 | 2026-06-16T22:39:53.019Z | [ helios-setup] Jun 16 22:39:52.382 INFO E| Downloaded log v0.4.27 |
| 2870 | 2026-06-16T22:39:53.019Z | [ helios-setup] Jun 16 22:39:52.384 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2871 | 2026-06-16T22:39:53.043Z | [ helios-setup] Jun 16 22:39:52.410 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2872 | 2026-06-16T22:39:53.047Z | [ helios-setup] Jun 16 22:39:52.414 INFO E| Downloaded structopt v0.3.26 |
| 2873 | 2026-06-16T22:39:53.052Z | [ helios-setup] Jun 16 22:39:52.419 INFO E| Downloaded typenum v1.18.0 |
| 2874 | 2026-06-16T22:39:53.055Z | [ helios-setup] Jun 16 22:39:52.421 INFO E| Downloaded pest v2.8.0 |
| 2875 | 2026-06-16T22:39:53.057Z | [ helios-setup] Jun 16 22:39:52.424 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2876 | 2026-06-16T22:39:53.062Z | [ helios-setup] Jun 16 22:39:52.429 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2877 | 2026-06-16T22:39:53.093Z | [ helios-setup] Jun 16 22:39:52.460 INFO E| Downloaded zerocopy v0.8.25 |
| 2878 | 2026-06-16T22:39:53.108Z | [ helios-setup] Jun 16 22:39:52.475 INFO E| Downloaded clap v2.34.0 |
| 2879 | 2026-06-16T22:39:53.163Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling proc-macro2 v1.0.95 |
| 2880 | 2026-06-16T22:39:53.163Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling unicode-ident v1.0.18 |
| 2881 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling memchr v2.7.4 |
| 2882 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling thiserror v2.0.12 |
| 2883 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling autocfg v1.4.0 |
| 2884 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling syn v1.0.109 |
| 2885 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling serde v1.0.219 |
| 2886 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.529 INFO E| Compiling version_check v0.9.5 |
| 2887 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling serde_json v1.0.140 |
| 2888 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling schemars v0.8.22 |
| 2889 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling ryu v1.0.20 |
| 2890 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling itoa v1.0.15 |
| 2891 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling paste v1.0.15 |
| 2892 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling ucd-trie v0.1.7 |
| 2893 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling dyn-clone v1.0.19 |
| 2894 | 2026-06-16T22:39:53.166Z | [ helios-setup] Jun 16 22:39:52.530 INFO E| Compiling zerocopy v0.8.25 |
| 2895 | 2026-06-16T22:39:53.315Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2896 | 2026-06-16T22:39:53.781Z | [ helios-setup] Jun 16 22:39:53.148 INFO E| Compiling static_assertions v1.1.0 |
| 2897 | 2026-06-16T22:39:53.785Z | [ helios-setup] Jun 16 22:39:53.149 INFO E| Compiling rustversion v1.0.20 |
| 2898 | 2026-06-16T22:39:53.785Z | [ helios-setup] Jun 16 22:39:53.150 INFO E| Compiling libc v0.2.172 |
| 2899 | 2026-06-16T22:39:53.944Z | [ helios-setup] Jun 16 22:39:53.311 INFO E| Compiling once_cell v1.21.3 |
| 2900 | 2026-06-16T22:39:54.111Z | [ helios-setup] Jun 16 22:39:53.477 INFO E| Compiling unicode-width v0.1.14 |
| 2901 | 2026-06-16T22:39:54.361Z | [ helios-setup] Jun 16 22:39:53.728 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2902 | 2026-06-16T22:39:54.389Z | [ host-package] Compiling csv-core v0.1.13 |
| 2903 | 2026-06-16T22:39:54.414Z | [ helios-setup] Jun 16 22:39:53.780 INFO E| Compiling proc-macro-error v1.0.4 |
| 2904 | 2026-06-16T22:39:54.429Z | [ helios-setup] Jun 16 22:39:53.796 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2905 | 2026-06-16T22:39:54.486Z | [ helios-setup] Jun 16 22:39:53.853 INFO E| Compiling heck v0.5.0 |
| 2906 | 2026-06-16T22:39:54.514Z | [ helios-setup] Jun 16 22:39:53.875 INFO E| Compiling textwrap v0.11.0 |
| 2907 | 2026-06-16T22:39:54.667Z | [ helios-setup] Jun 16 22:39:54.033 INFO E| Compiling bitflags v1.3.2 |
| 2908 | 2026-06-16T22:39:54.709Z | [ helios-setup] Jun 16 22:39:54.075 INFO E| Compiling fletcher v1.0.0 |
| 2909 | 2026-06-16T22:39:54.771Z | [ helios-setup] Jun 16 22:39:54.138 INFO E| Compiling ansi_term v0.12.1 |
| 2910 | 2026-06-16T22:39:54.808Z | [ helios-setup] Jun 16 22:39:54.174 INFO E| Compiling unic-char-range v0.9.0 |
| 2911 | 2026-06-16T22:39:54.853Z | [ helios-setup] Jun 16 22:39:54.219 INFO E| Compiling num-traits v0.2.19 |
| 2912 | 2026-06-16T22:39:54.897Z | [ helios-setup] Jun 16 22:39:54.264 INFO E| Compiling memoffset v0.9.1 |
| 2913 | 2026-06-16T22:39:54.905Z | [ host-package] Compiling vte v0.14.1 |
| 2914 | 2026-06-16T22:39:54.957Z | [ helios-setup] Jun 16 22:39:54.324 INFO E| Compiling vec_map v0.8.2 |
| 2915 | 2026-06-16T22:39:54.985Z | [ helios-setup] Jun 16 22:39:54.351 INFO E| Compiling unic-common v0.9.0 |
| 2916 | 2026-06-16T22:39:55.076Z | [ helios-setup] Jun 16 22:39:54.440 INFO E| Compiling strum v0.27.1 |
| 2917 | 2026-06-16T22:39:55.080Z | [ helios-setup] Jun 16 22:39:54.446 INFO E| Compiling byteorder v1.5.0 |
| 2918 | 2026-06-16T22:39:55.128Z | [ helios-setup] Jun 16 22:39:54.495 INFO E| Compiling strsim v0.8.0 |
| 2919 | 2026-06-16T22:39:55.197Z | [ helios-setup] Jun 16 22:39:54.562 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2920 | 2026-06-16T22:39:55.238Z | [ helios-setup] Jun 16 22:39:54.605 INFO E| Compiling heck v0.3.3 |
| 2921 | 2026-06-16T22:39:55.294Z | [ helios-setup] Jun 16 22:39:54.661 INFO E| Compiling unic-char-property v0.9.0 |
| 2922 | 2026-06-16T22:39:55.308Z | [ helios-setup] Jun 16 22:39:54.674 INFO E| Compiling lazy_static v1.5.0 |
| 2923 | 2026-06-16T22:39:55.334Z | [ helios-setup] Jun 16 22:39:54.700 INFO E| Compiling log v0.4.27 |
| 2924 | 2026-06-16T22:39:55.378Z | [ helios-setup] Jun 16 22:39:54.744 INFO E| Compiling plain v0.2.3 |
| 2925 | 2026-06-16T22:39:55.406Z | [ helios-setup] Jun 16 22:39:54.769 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2926 | 2026-06-16T22:39:55.423Z | [ helios-setup] Jun 16 22:39:54.789 INFO E| Compiling bytesize v2.0.1 |
| 2927 | 2026-06-16T22:39:55.508Z | [ helios-setup] Jun 16 22:39:54.874 INFO E| Compiling atty v0.2.14 |
| 2928 | 2026-06-16T22:39:55.524Z | [ helios-setup] Jun 16 22:39:54.890 INFO E| Compiling quote v1.0.40 |
| 2929 | 2026-06-16T22:39:55.588Z | [ helios-setup] Jun 16 22:39:54.955 INFO E| Compiling clap v2.34.0 |
| 2930 | 2026-06-16T22:39:55.633Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2931 | 2026-06-16T22:39:55.686Z | [ host-package] Compiling highway v1.3.0 |
| 2932 | 2026-06-16T22:39:55.806Z | [ helios-setup] Jun 16 22:39:55.173 INFO E| Compiling syn v2.0.101 |
| 2933 | 2026-06-16T22:39:55.864Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2934 | 2026-06-16T22:39:55.951Z | [ host-package] Compiling csv v1.4.0 |
| 2935 | 2026-06-16T22:39:56.022Z | [ host-package] Compiling phf v0.12.1 |
| 2936 | 2026-06-16T22:39:56.147Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2937 | 2026-06-16T22:39:56.382Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2938 | 2026-06-16T22:39:56.419Z | [ helios-setup] Jun 16 22:39:55.786 INFO E| Compiling parse_int v0.9.0 |
| 2939 | 2026-06-16T22:39:56.493Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2940 | 2026-06-16T22:39:56.704Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2941 | 2026-06-16T22:39:56.784Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2942 | 2026-06-16T22:39:57.141Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2943 | 2026-06-16T22:39:57.597Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2944 | 2026-06-16T22:39:57.670Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2945 | 2026-06-16T22:39:57.870Z | [ host-package] Compiling progenitor v0.14.0 |
| 2946 | 2026-06-16T22:39:58.147Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2947 | 2026-06-16T22:39:58.238Z | [ helios-setup] Jun 16 22:39:57.605 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2948 | 2026-06-16T22:39:58.344Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2949 | 2026-06-16T22:39:58.692Z | [ host-package] Compiling reedline v0.40.0 |
| 2950 | 2026-06-16T22:39:58.876Z | [ host-package] Compiling peg v0.8.5 |
| 2951 | 2026-06-16T22:39:59.101Z | [ host-package] Compiling const_format v0.2.35 |
| 2952 | 2026-06-16T22:39:59.220Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2953 | 2026-06-16T22:39:59.257Z | [ helios-setup] Jun 16 22:39:58.624 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2954 | 2026-06-16T22:39:59.257Z | [ helios-setup] Jun 16 22:39:58.624 INFO E| Compiling structopt-derive v0.4.18 |
| 2955 | 2026-06-16T22:39:59.538Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling thiserror-impl v2.0.12 |
| 2956 | 2026-06-16T22:39:59.538Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling serde_derive v1.0.219 |
| 2957 | 2026-06-16T22:39:59.538Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling schemars_derive v0.8.22 |
| 2958 | 2026-06-16T22:39:59.538Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2959 | 2026-06-16T22:39:59.541Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2960 | 2026-06-16T22:39:59.541Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling num-derive v0.4.2 |
| 2961 | 2026-06-16T22:39:59.542Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling strum_macros v0.27.1 |
| 2962 | 2026-06-16T22:39:59.542Z | [ helios-setup] Jun 16 22:39:58.905 INFO E| Compiling scroll_derive v0.12.1 |
| 2963 | 2026-06-16T22:39:59.658Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2964 | 2026-06-16T22:40:00.232Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2965 | 2026-06-16T22:40:00.970Z | [ helios-setup] Jun 16 22:40:00.336 INFO E| Compiling modular-bitfield v0.11.2 |
| 2966 | 2026-06-16T22:40:01.158Z | [ helios-setup] Jun 16 22:40:00.524 INFO E| Compiling scroll v0.12.0 |
| 2967 | 2026-06-16T22:40:01.364Z | [ helios-setup] Jun 16 22:40:00.731 INFO E| Compiling modular-bitfield v0.13.1 |
| 2968 | 2026-06-16T22:40:01.519Z | [ helios-setup] Jun 16 22:40:00.885 INFO E| Compiling goblin v0.9.3 |
| 2969 | 2026-06-16T22:40:01.577Z | [ host-package] Compiling bcs v0.1.6 |
| 2970 | 2026-06-16T22:40:01.618Z | [ helios-setup] Jun 16 22:40:00.985 INFO E| Compiling structopt v0.3.26 |
| 2971 | 2026-06-16T22:40:01.803Z | [ helios-setup] Jun 16 22:40:01.170 INFO E| Compiling pest v2.8.0 |
| 2972 | 2026-06-16T22:40:01.917Z | [ host-package] Compiling nom v8.0.0 |
| 2973 | 2026-06-16T22:40:02.331Z | [ host-package] Compiling semver v0.1.20 |
| 2974 | 2026-06-16T22:40:02.754Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2975 | 2026-06-16T22:40:02.795Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2976 | 2026-06-16T22:40:02.798Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2977 | 2026-06-16T22:40:02.981Z | [ host-package] Compiling smawk v0.3.2 |
| 2978 | 2026-06-16T22:40:03.170Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2979 | 2026-06-16T22:40:03.198Z | [ helios-setup] Jun 16 22:40:02.564 INFO E| Compiling pest_meta v2.8.0 |
| 2980 | 2026-06-16T22:40:03.265Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 2981 | 2026-06-16T22:40:03.342Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2982 | 2026-06-16T22:40:03.685Z | [ host-package] Compiling textwrap v0.16.2 |
| 2983 | 2026-06-16T22:40:03.877Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2984 | 2026-06-16T22:40:03.908Z | [ helios-setup] Jun 16 22:40:03.275 INFO E| Compiling pest_generator v2.8.0 |
| 2985 | 2026-06-16T22:40:03.955Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2986 | 2026-06-16T22:40:04.083Z | [ host-package] Compiling steno v0.4.1 |
| 2987 | 2026-06-16T22:40:04.472Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 2988 | 2026-06-16T22:40:04.659Z | [ host-package] Compiling tagptr v0.2.0 |
| 2989 | 2026-06-16T22:40:04.712Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2990 | 2026-06-16T22:40:04.795Z | [ helios-setup] Jun 16 22:40:04.161 INFO E| Compiling pest_derive v2.8.0 |
| 2991 | 2026-06-16T22:40:04.999Z | [ host-package] Compiling moka v0.12.13 |
| 2992 | 2026-06-16T22:40:05.180Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2993 | 2026-06-16T22:40:05.444Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2994 | 2026-06-16T22:40:05.546Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2995 | 2026-06-16T22:40:05.649Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2996 | 2026-06-16T22:40:05.889Z | [ helios-setup] Jun 16 22:40:05.256 INFO E| Compiling json5 v0.4.1 |
| 2997 | 2026-06-16T22:40:05.909Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2998 | 2026-06-16T22:40:05.997Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 2999 | 2026-06-16T22:40:06.595Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3000 | 2026-06-16T22:40:06.703Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3001 | 2026-06-16T22:40:06.843Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3002 | 2026-06-16T22:40:06.977Z | [ host-package] Compiling num-derive v0.3.3 |
| 3003 | 2026-06-16T22:40:07.208Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3004 | 2026-06-16T22:40:07.267Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3005 | 2026-06-16T22:40:07.486Z | [ helios-setup] Jun 16 22:40:06.852 INFO E| Compiling four-cc v0.4.0 |
| 3006 | 2026-06-16T22:40:07.486Z | [ helios-setup] Jun 16 22:40:06.852 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3007 | 2026-06-16T22:40:07.546Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3008 | 2026-06-16T22:40:07.661Z | [ helios-setup] Jun 16 22:40:07.028 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3009 | 2026-06-16T22:40:08.004Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3010 | 2026-06-16T22:40:08.041Z | [ host-package] Compiling maplit v1.0.2 |
| 3011 | 2026-06-16T22:40:08.078Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3012 | 2026-06-16T22:40:08.213Z | [ host-package] Compiling glob v0.3.3 |
| 3013 | 2026-06-16T22:40:08.540Z | [ host-package] Compiling crunchy v0.2.4 |
| 3014 | 2026-06-16T22:40:08.609Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3015 | 2026-06-16T22:40:08.948Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3016 | 2026-06-16T22:40:09.100Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3017 | 2026-06-16T22:40:09.211Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3018 | 2026-06-16T22:40:09.259Z | [ host-package] Compiling papergrid v0.17.0 |
| 3019 | 2026-06-16T22:40:09.321Z | [ host-package] Compiling testing_table v0.3.0 |
| 3020 | 2026-06-16T22:40:09.562Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3021 | 2026-06-16T22:40:09.866Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3022 | 2026-06-16T22:40:09.898Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3023 | 2026-06-16T22:40:10.166Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3024 | 2026-06-16T22:40:10.346Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3025 | 2026-06-16T22:40:10.403Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3026 | 2026-06-16T22:40:10.645Z | [ host-package] Compiling tabled v0.20.0 |
| 3027 | 2026-06-16T22:40:10.804Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3028 | 2026-06-16T22:40:11.162Z | [ host-package] Compiling term v0.7.0 |
| 3029 | 2026-06-16T22:40:11.727Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3030 | 2026-06-16T22:40:11.963Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3031 | 2026-06-16T22:40:12.600Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3032 | 2026-06-16T22:40:12.920Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3033 | 2026-06-16T22:40:13.021Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3034 | 2026-06-16T22:40:13.227Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3035 | 2026-06-16T22:40:13.437Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3036 | 2026-06-16T22:40:13.496Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3037 | 2026-06-16T22:40:13.617Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3038 | 2026-06-16T22:40:13.885Z | [ host-package] Compiling bit-set v0.5.3 |
| 3039 | 2026-06-16T22:40:13.946Z | [ host-package] Compiling xshell v0.2.7 |
| 3040 | 2026-06-16T22:40:13.998Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3041 | 2026-06-16T22:40:14.084Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3042 | 2026-06-16T22:40:14.361Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3043 | 2026-06-16T22:40:14.680Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3044 | 2026-06-16T22:40:15.180Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3045 | 2026-06-16T22:40:15.303Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3046 | 2026-06-16T22:40:15.353Z | [ host-package] Compiling itertools v0.10.5 |
| 3047 | 2026-06-16T22:40:15.353Z | [ host-package] Compiling ena v0.14.4 |
| 3048 | 2026-06-16T22:40:15.554Z | [ host-package] Compiling diesel v2.3.7 |
| 3049 | 2026-06-16T22:40:15.677Z | [ host-package] Compiling libloading v0.8.9 |
| 3050 | 2026-06-16T22:40:15.881Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3051 | 2026-06-16T22:40:15.963Z | [ host-package] Compiling bindgen v0.71.1 |
| 3052 | 2026-06-16T22:40:16.309Z | [ host-package] Compiling diff v0.1.13 |
| 3053 | 2026-06-16T22:40:16.340Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3054 | 2026-06-16T22:40:16.406Z | [ host-package] Compiling unicase v2.9.0 |
| 3055 | 2026-06-16T22:40:16.678Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3056 | 2026-06-16T22:40:17.982Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3057 | 2026-06-16T22:40:18.382Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3058 | 2026-06-16T22:40:18.519Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3059 | 2026-06-16T22:40:18.613Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3060 | 2026-06-16T22:40:18.867Z | [ host-package] Compiling cexpr v0.6.0 |
| 3061 | 2026-06-16T22:40:19.055Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3062 | 2026-06-16T22:40:19.286Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3063 | 2026-06-16T22:40:19.430Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3064 | 2026-06-16T22:40:19.495Z | [ host-package] Compiling crc8 v0.1.1 |
| 3065 | 2026-06-16T22:40:19.544Z | [ host-package] Compiling progenitor v0.13.0 |
| 3066 | 2026-06-16T22:40:19.670Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3067 | 2026-06-16T22:40:19.695Z | [ host-package] Compiling headers-core v0.3.0 |
| 3068 | 2026-06-16T22:40:19.768Z | [ host-package] Compiling libxml v0.3.3 |
| 3069 | 2026-06-16T22:40:19.878Z | [ host-package] Compiling headers v0.4.1 |
| 3070 | 2026-06-16T22:40:19.928Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3071 | 2026-06-16T22:40:20.002Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3072 | 2026-06-16T22:40:20.035Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3073 | 2026-06-16T22:40:20.080Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3074 | 2026-06-16T22:40:20.209Z | [ host-package] Compiling git-stub v1.0.0 |
| 3075 | 2026-06-16T22:40:20.286Z | [ host-package] Compiling indoc v1.0.9 |
| 3076 | 2026-06-16T22:40:20.576Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3077 | 2026-06-16T22:40:20.803Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3078 | 2026-06-16T22:40:20.974Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3079 | 2026-06-16T22:40:21.231Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3080 | 2026-06-16T22:40:21.282Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3081 | 2026-06-16T22:40:21.411Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3082 | 2026-06-16T22:40:21.485Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3083 | 2026-06-16T22:40:21.611Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3084 | 2026-06-16T22:40:21.947Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3085 | 2026-06-16T22:40:21.989Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3086 | 2026-06-16T22:40:21.992Z | [ host-package] Compiling half v1.8.3 |
| 3087 | 2026-06-16T22:40:22.043Z | [ helios-setup] Jun 16 22:40:21.410 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3088 | 2026-06-16T22:40:22.548Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3089 | 2026-06-16T22:40:22.695Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3090 | 2026-06-16T22:40:22.763Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3091 | 2026-06-16T22:40:23.101Z | [ host-package] Compiling bb8 v0.8.6 |
| 3092 | 2026-06-16T22:40:23.168Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3093 | 2026-06-16T22:40:23.752Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3094 | 2026-06-16T22:40:23.777Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3095 | 2026-06-16T22:40:23.993Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3096 | 2026-06-16T22:40:24.111Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3097 | 2026-06-16T22:40:24.373Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3098 | 2026-06-16T22:40:24.396Z | [ host-package] Compiling fxhash v0.2.1 |
| 3099 | 2026-06-16T22:40:24.505Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3100 | 2026-06-16T22:40:24.568Z | [ host-package] Compiling samael v0.0.19 |
| 3101 | 2026-06-16T22:40:24.653Z | [ host-package] Compiling salty v0.3.0 |
| 3102 | 2026-06-16T22:40:25.137Z | [ host-package] Compiling nonempty v0.12.0 |
| 3103 | 2026-06-16T22:40:25.508Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3104 | 2026-06-16T22:40:25.656Z | [ helios-setup] Jun 16 22:40:25.022 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3105 | 2026-06-16T22:40:25.857Z | [ host-package] Compiling polar-core v0.27.3 |
| 3106 | 2026-06-16T22:40:25.861Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3107 | 2026-06-16T22:40:25.951Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3108 | 2026-06-16T22:40:26.172Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3109 | 2026-06-16T22:40:26.565Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3110 | 2026-06-16T22:40:26.682Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3111 | 2026-06-16T22:40:27.023Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3112 | 2026-06-16T22:40:27.221Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3113 | 2026-06-16T22:40:27.831Z | [ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3114 | 2026-06-16T22:40:28.306Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3115 | 2026-06-16T22:40:28.510Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3116 | 2026-06-16T22:40:28.643Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3117 | 2026-06-16T22:40:29.129Z | [ host-package] Compiling nanorand v0.7.0 |
| 3118 | 2026-06-16T22:40:29.569Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3119 | 2026-06-16T22:40:29.842Z | [ host-package] Compiling darling_core v0.23.0 |
| 3120 | 2026-06-16T22:40:29.913Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3121 | 2026-06-16T22:40:29.983Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3122 | 2026-06-16T22:40:30.416Z | [ host-package] Compiling flume v0.11.1 |
| 3123 | 2026-06-16T22:40:30.923Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3124 | 2026-06-16T22:40:31.021Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3125 | 2026-06-16T22:40:31.157Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3126 | 2026-06-16T22:40:31.816Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3127 | 2026-06-16T22:40:31.986Z | [ host-package] Compiling primeorder v0.13.6 |
| 3128 | 2026-06-16T22:40:32.046Z | [ host-package] Compiling atty v0.2.14 |
| 3129 | 2026-06-16T22:40:32.223Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3130 | 2026-06-16T22:40:32.292Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3131 | 2026-06-16T22:40:32.432Z | [ host-package] Compiling strsim v0.10.0 |
| 3132 | 2026-06-16T22:40:32.553Z | [ host-package] Compiling instability v0.3.11 |
| 3133 | 2026-06-16T22:40:32.557Z | [ host-package] Compiling http-range v0.1.5 |
| 3134 | 2026-06-16T22:40:32.805Z | [ host-package] Compiling darling_core v0.13.4 |
| 3135 | 2026-06-16T22:40:33.037Z | [ host-package] Compiling darling v0.23.0 |
| 3136 | 2026-06-16T22:40:33.147Z | [ host-package] Compiling p384 v0.13.1 |
| 3137 | 2026-06-16T22:40:33.211Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3138 | 2026-06-16T22:40:33.254Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3139 | 2026-06-16T22:40:34.131Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3140 | 2026-06-16T22:40:34.463Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3141 | 2026-06-16T22:40:34.983Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3142 | 2026-06-16T22:40:35.263Z | [ host-package] Compiling ignore v0.4.25 |
| 3143 | 2026-06-16T22:40:35.587Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3144 | 2026-06-16T22:40:36.169Z | [ host-package] Compiling oso v0.27.3 |
| 3145 | 2026-06-16T22:40:37.237Z | [ host-package] Compiling castaway v0.2.4 |
| 3146 | 2026-06-16T22:40:37.399Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3147 | 2026-06-16T22:40:37.500Z | [ helios-setup] Jun 16 22:40:36.866 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.80s |
| 3148 | 2026-06-16T22:40:37.534Z | [ helios-setup] Jun 16 22:40:36.900 INFO building project "amd-host-image-builder" ok (45 seconds) |
| 3149 | 2026-06-16T22:40:37.534Z | [ helios-setup] Jun 16 22:40:36.900 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3150 | 2026-06-16T22:40:37.542Z | [ helios-setup] Jun 16 22:40:36.908 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 3151 | 2026-06-16T22:40:37.542Z | [ helios-setup] Jun 16 22:40:36.908 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3152 | 2026-06-16T22:40:37.542Z | [ helios-setup] Jun 16 22:40:36.908 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3153 | 2026-06-16T22:40:37.666Z | [ helios-setup] Jun 16 22:40:37.033 INFO E| Downloading crates ... |
| 3154 | 2026-06-16T22:40:37.712Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3155 | 2026-06-16T22:40:37.732Z | [ helios-setup] Jun 16 22:40:37.099 INFO E| Downloaded sha2 v0.10.5 |
| 3156 | 2026-06-16T22:40:37.745Z | [ helios-setup] Jun 16 22:40:37.101 INFO E| Downloaded block-buffer v0.10.3 |
| 3157 | 2026-06-16T22:40:37.750Z | [ helios-setup] Jun 16 22:40:37.112 INFO E| Downloaded flate2 v1.0.25 |
| 3158 | 2026-06-16T22:40:37.750Z | [ helios-setup] Jun 16 22:40:37.115 INFO E| Downloaded bytes v1.2.1 |
| 3159 | 2026-06-16T22:40:37.753Z | [ helios-setup] Jun 16 22:40:37.119 INFO E| Downloaded cpufeatures v0.2.5 |
| 3160 | 2026-06-16T22:40:37.756Z | [ helios-setup] Jun 16 22:40:37.120 INFO E| Downloaded unicode-width v0.1.10 |
| 3161 | 2026-06-16T22:40:37.756Z | [ helios-setup] Jun 16 22:40:37.121 INFO E| Downloaded generic-array v0.14.6 |
| 3162 | 2026-06-16T22:40:37.759Z | [ helios-setup] Jun 16 22:40:37.123 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3163 | 2026-06-16T22:40:37.763Z | [ helios-setup] Jun 16 22:40:37.127 INFO E| Downloaded typenum v1.15.0 |
| 3164 | 2026-06-16T22:40:37.763Z | [ helios-setup] Jun 16 22:40:37.128 INFO E| Downloaded anyhow v1.0.62 |
| 3165 | 2026-06-16T22:40:37.766Z | [ helios-setup] Jun 16 22:40:37.130 INFO E| Downloaded digest v0.10.3 |
| 3166 | 2026-06-16T22:40:37.808Z | [ helios-setup] Jun 16 22:40:37.174 INFO E| Compiling version_check v0.9.4 |
| 3167 | 2026-06-16T22:40:37.808Z | [ helios-setup] Jun 16 22:40:37.174 INFO E| Compiling typenum v1.15.0 |
| 3168 | 2026-06-16T22:40:37.808Z | [ helios-setup] Jun 16 22:40:37.174 INFO E| Compiling cfg-if v1.0.0 |
| 3169 | 2026-06-16T22:40:37.811Z | [ helios-setup] Jun 16 22:40:37.175 INFO E| Compiling crc32fast v1.3.2 |
| 3170 | 2026-06-16T22:40:37.811Z | [ helios-setup] Jun 16 22:40:37.175 INFO E| Compiling adler v1.0.2 |
| 3171 | 2026-06-16T22:40:37.811Z | [ helios-setup] Jun 16 22:40:37.175 INFO E| Compiling anyhow v1.0.62 |
| 3172 | 2026-06-16T22:40:37.811Z | [ helios-setup] Jun 16 22:40:37.175 INFO E| Compiling unicode-width v0.1.10 |
| 3173 | 2026-06-16T22:40:37.816Z | [ helios-setup] Jun 16 22:40:37.182 INFO E| Compiling cpufeatures v0.2.5 |
| 3174 | 2026-06-16T22:40:37.819Z | [ helios-setup] Jun 16 22:40:37.182 INFO E| Compiling bitflags v1.3.2 |
| 3175 | 2026-06-16T22:40:37.819Z | [ helios-setup] Jun 16 22:40:37.183 INFO E| Compiling bytes v1.2.1 |
| 3176 | 2026-06-16T22:40:37.912Z | [ helios-setup] Jun 16 22:40:37.278 INFO E| Compiling miniz_oxide v0.6.2 |
| 3177 | 2026-06-16T22:40:38.028Z | [ helios-setup] Jun 16 22:40:37.394 INFO E| Compiling getopts v0.2.21 |
| 3178 | 2026-06-16T22:40:38.162Z | [ host-package] Compiling indoc v2.0.7 |
| 3179 | 2026-06-16T22:40:38.472Z | [ helios-setup] Jun 16 22:40:37.838 INFO E| Compiling generic-array v0.14.6 |
| 3180 | 2026-06-16T22:40:38.539Z | [ host-package] Compiling compact_str v0.8.1 |
| 3181 | 2026-06-16T22:40:38.711Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3182 | 2026-06-16T22:40:38.834Z | [ host-package] Compiling globwalk v0.9.1 |
| 3183 | 2026-06-16T22:40:38.904Z | [ helios-setup] Jun 16 22:40:38.270 INFO E| Compiling flate2 v1.0.25 |
| 3184 | 2026-06-16T22:40:39.675Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3185 | 2026-06-16T22:40:39.798Z | [ helios-setup] Jun 16 22:40:39.165 INFO E| Compiling block-buffer v0.10.3 |
| 3186 | 2026-06-16T22:40:39.798Z | [ helios-setup] Jun 16 22:40:39.165 INFO E| Compiling crypto-common v0.1.6 |
| 3187 | 2026-06-16T22:40:39.919Z | [ helios-setup] Jun 16 22:40:39.285 INFO E| Compiling digest v0.10.3 |
| 3188 | 2026-06-16T22:40:39.929Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3189 | 2026-06-16T22:40:40.092Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3190 | 2026-06-16T22:40:40.095Z | [ helios-setup] Jun 16 22:40:39.461 INFO E| Compiling sha2 v0.10.5 |
| 3191 | 2026-06-16T22:40:40.337Z | [ helios-setup] Jun 16 22:40:39.704 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3192 | 2026-06-16T22:40:40.706Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3193 | 2026-06-16T22:40:40.749Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3194 | 2026-06-16T22:40:40.987Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3195 | 2026-06-16T22:40:41.353Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3196 | 2026-06-16T22:40:41.866Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3197 | 2026-06-16T22:40:41.907Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3198 | 2026-06-16T22:40:42.123Z | [ helios-setup] Jun 16 22:40:41.489 INFO E| Finished `release` profile [optimized] target(s) in 4.56s |
| 3199 | 2026-06-16T22:40:42.135Z | [ helios-setup] Jun 16 22:40:41.501 INFO building project "bootserver" ok (4 seconds) |
| 3200 | 2026-06-16T22:40:42.135Z | [ helios-setup] Jun 16 22:40:41.501 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3201 | 2026-06-16T22:40:42.143Z | [ helios-setup] Jun 16 22:40:41.510 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3202 | 2026-06-16T22:40:42.143Z | [ helios-setup] Jun 16 22:40:41.510 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3203 | 2026-06-16T22:40:42.147Z | [ helios-setup] Jun 16 22:40:41.510 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3204 | 2026-06-16T22:40:42.237Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3205 | 2026-06-16T22:40:42.256Z | [ helios-setup] Jun 16 22:40:41.622 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3206 | 2026-06-16T22:40:42.380Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3207 | 2026-06-16T22:40:42.406Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3208 | 2026-06-16T22:40:42.692Z | [ helios-setup] Jun 16 22:40:42.058 INFO E| From https://github.com/jclulow/hiercmd |
| 3209 | 2026-06-16T22:40:42.692Z | [ helios-setup] Jun 16 22:40:42.058 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3210 | 2026-06-16T22:40:42.705Z | [ helios-setup] Jun 16 22:40:42.071 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3211 | 2026-06-16T22:40:42.894Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 3212 | 2026-06-16T22:40:42.965Z | [ helios-setup] Jun 16 22:40:42.331 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3213 | 2026-06-16T22:40:42.965Z | [ helios-setup] Jun 16 22:40:42.331 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3214 | 2026-06-16T22:40:42.977Z | [ helios-setup] Jun 16 22:40:42.343 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3215 | 2026-06-16T22:40:43.235Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3216 | 2026-06-16T22:40:43.416Z | [ helios-setup] Jun 16 22:40:42.782 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3217 | 2026-06-16T22:40:43.416Z | [ helios-setup] Jun 16 22:40:42.782 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3218 | 2026-06-16T22:40:43.435Z | [ helios-setup] Jun 16 22:40:42.801 INFO E| Updating crates.io index |
| 3219 | 2026-06-16T22:40:43.523Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3220 | 2026-06-16T22:40:43.546Z | [ helios-setup] Jun 16 22:40:42.912 INFO E| Downloading crates ... |
| 3221 | 2026-06-16T22:40:43.618Z | [ helios-setup] Jun 16 22:40:42.984 INFO E| Downloaded anstyle-query v1.1.4 |
| 3222 | 2026-06-16T22:40:43.637Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3223 | 2026-06-16T22:40:43.640Z | [ helios-setup] Jun 16 22:40:43.005 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3224 | 2026-06-16T22:40:43.640Z | [ helios-setup] Jun 16 22:40:43.007 INFO E| Downloaded anstyle v1.0.13 |
| 3225 | 2026-06-16T22:40:43.644Z | [ helios-setup] Jun 16 22:40:43.008 INFO E| Downloaded unicode-ident v1.0.22 |
| 3226 | 2026-06-16T22:40:43.647Z | [ helios-setup] Jun 16 22:40:43.010 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3227 | 2026-06-16T22:40:43.647Z | [ helios-setup] Jun 16 22:40:43.011 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3228 | 2026-06-16T22:40:43.647Z | [ helios-setup] Jun 16 22:40:43.012 INFO E| Downloaded serde_spanned v1.0.3 |
| 3229 | 2026-06-16T22:40:43.647Z | [ helios-setup] Jun 16 22:40:43.013 INFO E| Downloaded time-macros v0.2.24 |
| 3230 | 2026-06-16T22:40:43.650Z | [ helios-setup] Jun 16 22:40:43.015 INFO E| Downloaded clap_derive v4.5.49 |
| 3231 | 2026-06-16T22:40:43.650Z | [ helios-setup] Jun 16 22:40:43.017 INFO E| Downloaded deranged v0.5.5 |
| 3232 | 2026-06-16T22:40:43.654Z | [ helios-setup] Jun 16 22:40:43.018 INFO E| Downloaded crc v3.3.0 |
| 3233 | 2026-06-16T22:40:43.654Z | [ helios-setup] Jun 16 22:40:43.020 INFO E| Downloaded clap_lex v0.7.6 |
| 3234 | 2026-06-16T22:40:43.662Z | [ helios-setup] Jun 16 22:40:43.027 INFO E| Downloaded quote v1.0.41 |
| 3235 | 2026-06-16T22:40:43.666Z | [ helios-setup] Jun 16 22:40:43.030 INFO E| Downloaded futures-task v0.3.31 |
| 3236 | 2026-06-16T22:40:43.666Z | [ helios-setup] Jun 16 22:40:43.031 INFO E| Downloaded anyhow v1.0.100 |
| 3237 | 2026-06-16T22:40:43.672Z | [ helios-setup] Jun 16 22:40:43.039 INFO E| Downloaded futures-channel v0.3.31 |
| 3238 | 2026-06-16T22:40:43.676Z | [ helios-setup] Jun 16 22:40:43.042 INFO E| Downloaded getopts v0.2.24 |
| 3239 | 2026-06-16T22:40:43.680Z | [ helios-setup] Jun 16 22:40:43.046 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3240 | 2026-06-16T22:40:43.705Z | [ helios-setup] Jun 16 22:40:43.070 INFO E| Downloaded futures-macro v0.3.31 |
| 3241 | 2026-06-16T22:40:43.709Z | [ helios-setup] Jun 16 22:40:43.071 INFO E| Downloaded pin-utils v0.1.0 |
| 3242 | 2026-06-16T22:40:43.709Z | [ helios-setup] Jun 16 22:40:43.072 INFO E| Downloaded futures-sink v0.3.31 |
| 3243 | 2026-06-16T22:40:43.712Z | [ helios-setup] Jun 16 22:40:43.077 INFO E| Downloaded devinfo v0.1.0 |
| 3244 | 2026-06-16T22:40:43.712Z | [ helios-setup] Jun 16 22:40:43.078 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3245 | 2026-06-16T22:40:43.715Z | [ helios-setup] Jun 16 22:40:43.081 INFO E| Downloaded tokio-macros v2.6.0 |
| 3246 | 2026-06-16T22:40:43.715Z | [ host-package] Compiling lru v0.12.5 |
| 3247 | 2026-06-16T22:40:43.721Z | [ helios-setup] Jun 16 22:40:43.082 INFO E| Downloaded slab v0.4.11 |
| 3248 | 2026-06-16T22:40:43.721Z | [ helios-setup] Jun 16 22:40:43.083 INFO E| Downloaded bitfield v0.19.3 |
| 3249 | 2026-06-16T22:40:43.725Z | [ helios-setup] Jun 16 22:40:43.091 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3250 | 2026-06-16T22:40:43.742Z | [ helios-setup] Jun 16 22:40:43.108 INFO E| Downloaded toml_datetime v0.7.3 |
| 3251 | 2026-06-16T22:40:43.745Z | [ helios-setup] Jun 16 22:40:43.109 INFO E| Downloaded toml_writer v1.0.4 |
| 3252 | 2026-06-16T22:40:43.745Z | [ helios-setup] Jun 16 22:40:43.110 INFO E| Downloaded futures-executor v0.3.31 |
| 3253 | 2026-06-16T22:40:43.752Z | [ helios-setup] Jun 16 22:40:43.118 INFO E| Downloaded time-core v0.1.6 |
| 3254 | 2026-06-16T22:40:43.755Z | [ helios-setup] Jun 16 22:40:43.122 INFO E| Downloaded futures-io v0.3.31 |
| 3255 | 2026-06-16T22:40:43.759Z | [ helios-setup] Jun 16 22:40:43.126 INFO E| Downloaded futures-core v0.3.31 |
| 3256 | 2026-06-16T22:40:43.767Z | [ helios-setup] Jun 16 22:40:43.127 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3257 | 2026-06-16T22:40:43.767Z | [ helios-setup] Jun 16 22:40:43.133 INFO E| Downloaded toml_edit v0.23.7 |
| 3258 | 2026-06-16T22:40:43.770Z | [ helios-setup] Jun 16 22:40:43.136 INFO E| Downloaded env_filter v0.1.4 |
| 3259 | 2026-06-16T22:40:43.773Z | [ helios-setup] Jun 16 22:40:43.140 INFO E| Downloaded rand v0.8.5 |
| 3260 | 2026-06-16T22:40:43.778Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3261 | 2026-06-16T22:40:43.783Z | [ helios-setup] Jun 16 22:40:43.149 INFO E| Downloaded thiserror v2.0.17 |
| 3262 | 2026-06-16T22:40:43.787Z | [ helios-setup] Jun 16 22:40:43.153 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3263 | 2026-06-16T22:40:43.798Z | [ helios-setup] Jun 16 22:40:43.164 INFO E| Downloaded getrandom v0.2.16 |
| 3264 | 2026-06-16T22:40:43.801Z | [ helios-setup] Jun 16 22:40:43.166 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3265 | 2026-06-16T22:40:43.805Z | [ helios-setup] Jun 16 22:40:43.171 INFO E| Downloaded num_enum v0.7.5 |
| 3266 | 2026-06-16T22:40:43.809Z | [ helios-setup] Jun 16 22:40:43.174 INFO E| Downloaded uuid v1.18.1 |
| 3267 | 2026-06-16T22:40:43.812Z | [ helios-setup] Jun 16 22:40:43.176 INFO E| Downloaded base64ct v1.8.0 |
| 3268 | 2026-06-16T22:40:43.819Z | [ helios-setup] Jun 16 22:40:43.185 INFO E| Downloaded toml_parser v1.0.4 |
| 3269 | 2026-06-16T22:40:43.822Z | [ helios-setup] Jun 16 22:40:43.187 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3270 | 2026-06-16T22:40:43.825Z | [ helios-setup] Jun 16 22:40:43.189 INFO E| Downloaded generic-array v0.14.9 |
| 3271 | 2026-06-16T22:40:43.828Z | [ helios-setup] Jun 16 22:40:43.193 INFO E| Downloaded term v1.2.0 |
| 3272 | 2026-06-16T22:40:43.831Z | [ helios-setup] Jun 16 22:40:43.196 INFO E| Downloaded clap v4.5.51 |
| 3273 | 2026-06-16T22:40:43.835Z | [ helios-setup] Jun 16 22:40:43.202 INFO E| Downloaded indexmap v2.12.0 |
| 3274 | 2026-06-16T22:40:43.838Z | [ helios-setup] Jun 16 22:40:43.205 INFO E| Downloaded bitflags v2.10.0 |
| 3275 | 2026-06-16T22:40:43.843Z | [ helios-setup] Jun 16 22:40:43.207 INFO E| Downloaded iddqd v0.3.14 |
| 3276 | 2026-06-16T22:40:43.846Z | [ helios-setup] Jun 16 22:40:43.211 INFO E| Downloaded futures v0.3.31 |
| 3277 | 2026-06-16T22:40:43.849Z | [ helios-setup] Jun 16 22:40:43.214 INFO E| Downloaded env_logger v0.11.8 |
| 3278 | 2026-06-16T22:40:43.856Z | [ helios-setup] Jun 16 22:40:43.221 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3279 | 2026-06-16T22:40:43.859Z | [ helios-setup] Jun 16 22:40:43.223 INFO E| Downloaded socket2 v0.6.1 |
| 3280 | 2026-06-16T22:40:43.859Z | [ helios-setup] Jun 16 22:40:43.225 INFO E| Downloaded bytes v1.10.1 |
| 3281 | 2026-06-16T22:40:43.864Z | [ helios-setup] Jun 16 22:40:43.231 INFO E| Downloaded flate2 v1.1.5 |
| 3282 | 2026-06-16T22:40:43.868Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3283 | 2026-06-16T22:40:43.872Z | [ helios-setup] Jun 16 22:40:43.238 INFO E| Downloaded toml v0.9.8 |
| 3284 | 2026-06-16T22:40:43.887Z | [ helios-setup] Jun 16 22:40:43.253 INFO E| Downloaded log v0.4.28 |
| 3285 | 2026-06-16T22:40:43.894Z | [ helios-setup] Jun 16 22:40:43.261 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3286 | 2026-06-16T22:40:43.914Z | [ helios-setup] Jun 16 22:40:43.280 INFO E| Downloaded rsa v0.9.8 |
| 3287 | 2026-06-16T22:40:43.917Z | [ helios-setup] Jun 16 22:40:43.284 INFO E| Downloaded cc v1.2.44 |
| 3288 | 2026-06-16T22:40:43.920Z | [ helios-setup] Jun 16 22:40:43.286 INFO E| Downloaded mio v1.1.0 |
| 3289 | 2026-06-16T22:40:43.923Z | [ helios-setup] Jun 16 22:40:43.289 INFO E| Downloaded memchr v2.7.6 |
| 3290 | 2026-06-16T22:40:43.957Z | [ helios-setup] Jun 16 22:40:43.324 INFO E| Downloaded time v0.3.44 |
| 3291 | 2026-06-16T22:40:43.962Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3292 | 2026-06-16T22:40:43.970Z | [ helios-setup] Jun 16 22:40:43.329 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3293 | 2026-06-16T22:40:43.975Z | [ helios-setup] Jun 16 22:40:43.331 INFO E| Downloaded libm v0.2.15 |
| 3294 | 2026-06-16T22:40:43.975Z | [ helios-setup] Jun 16 22:40:43.338 INFO E| Downloaded clap_builder v4.5.51 |
| 3295 | 2026-06-16T22:40:43.978Z | [ helios-setup] Jun 16 22:40:43.344 INFO E| Downloaded serde_json v1.0.145 |
| 3296 | 2026-06-16T22:40:43.982Z | [ helios-setup] Jun 16 22:40:43.348 INFO E| Downloaded hashbrown v0.16.0 |
| 3297 | 2026-06-16T22:40:43.986Z | [ helios-setup] Jun 16 22:40:43.352 INFO E| Downloaded winnow v0.7.13 |
| 3298 | 2026-06-16T22:40:43.992Z | [ helios-setup] Jun 16 22:40:43.359 INFO E| Downloaded futures-util v0.3.31 |
| 3299 | 2026-06-16T22:40:44.001Z | [ helios-setup] Jun 16 22:40:43.367 INFO E| Downloaded unicode-width v0.2.2 |
| 3300 | 2026-06-16T22:40:44.010Z | [ helios-setup] Jun 16 22:40:43.371 INFO E| Downloaded chrono v0.4.42 |
| 3301 | 2026-06-16T22:40:44.026Z | [ helios-setup] Jun 16 22:40:43.393 INFO E| Downloaded zerocopy v0.8.27 |
| 3302 | 2026-06-16T22:40:44.034Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=96424dca1286ff7a93511c7869ffa1554b66c569#96424dca) |
| 3303 | 2026-06-16T22:40:44.040Z | [ helios-setup] Jun 16 22:40:43.406 INFO E| Downloaded syn v2.0.108 |
| 3304 | 2026-06-16T22:40:44.094Z | [ helios-setup] Jun 16 22:40:43.460 INFO E| Downloaded rustix v1.1.2 |
| 3305 | 2026-06-16T22:40:44.152Z | [ helios-setup] Jun 16 22:40:43.519 INFO E| Downloaded libc v0.2.177 |
| 3306 | 2026-06-16T22:40:44.188Z | [ helios-setup] Jun 16 22:40:43.555 INFO E| Downloaded tokio v1.48.0 |
| 3307 | 2026-06-16T22:40:44.295Z | [ helios-setup] Jun 16 22:40:43.661 INFO E| Compiling proc-macro2 v1.0.103 |
| 3308 | 2026-06-16T22:40:44.347Z | [ host-package] Compiling cassowary v0.3.0 |
| 3309 | 2026-06-16T22:40:44.369Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling unicode-ident v1.0.22 |
| 3310 | 2026-06-16T22:40:44.369Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling quote v1.0.41 |
| 3311 | 2026-06-16T22:40:44.373Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling libc v0.2.177 |
| 3312 | 2026-06-16T22:40:44.373Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling serde_core v1.0.228 |
| 3313 | 2026-06-16T22:40:44.373Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling cfg-if v1.0.4 |
| 3314 | 2026-06-16T22:40:44.373Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling serde v1.0.228 |
| 3315 | 2026-06-16T22:40:44.373Z | [ helios-setup] Jun 16 22:40:43.736 INFO E| Compiling version_check v0.9.5 |
| 3316 | 2026-06-16T22:40:44.383Z | [ helios-setup] Jun 16 22:40:43.749 INFO E| Compiling autocfg v1.5.0 |
| 3317 | 2026-06-16T22:40:44.383Z | [ helios-setup] Jun 16 22:40:43.749 INFO E| Compiling const-oid v0.9.6 |
| 3318 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.749 INFO E| Compiling typenum v1.19.0 |
| 3319 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.750 INFO E| Compiling libm v0.2.15 |
| 3320 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.750 INFO E| Compiling zerocopy v0.8.27 |
| 3321 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.750 INFO E| Compiling rustversion v1.0.22 |
| 3322 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.750 INFO E| Compiling base64ct v1.8.0 |
| 3323 | 2026-06-16T22:40:44.386Z | [ helios-setup] Jun 16 22:40:43.750 INFO E| Compiling zeroize v1.8.2 |
| 3324 | 2026-06-16T22:40:44.509Z | [ host-package] Compiling corncobs v0.1.4 |
| 3325 | 2026-06-16T22:40:44.622Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3326 | 2026-06-16T22:40:44.693Z | [ helios-setup] Jun 16 22:40:44.059 INFO E| Compiling smallvec v1.15.1 |
| 3327 | 2026-06-16T22:40:44.698Z | [ helios-setup] Jun 16 22:40:44.064 INFO E| Compiling winnow v0.7.13 |
| 3328 | 2026-06-16T22:40:44.927Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3329 | 2026-06-16T22:40:45.008Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-06-16T22:40:45.133Z | [ helios-setup] Jun 16 22:40:44.499 INFO E| Compiling byteorder v1.5.0 |
| 3331 | 2026-06-16T22:40:45.167Z | [ helios-setup] Jun 16 22:40:44.532 INFO E| Compiling utf8parse v0.2.2 |
| 3332 | 2026-06-16T22:40:45.359Z | [ helios-setup] Jun 16 22:40:44.724 INFO E| Compiling memchr v2.7.6 |
| 3333 | 2026-06-16T22:40:45.461Z | [ helios-setup] Jun 16 22:40:44.827 INFO E| Compiling generic-array v0.14.9 |
| 3334 | 2026-06-16T22:40:45.462Z | [ helios-setup] Jun 16 22:40:44.828 INFO E| Compiling anyhow v1.0.100 |
| 3335 | 2026-06-16T22:40:45.675Z | [ host-package] Compiling ratatui v0.29.0 |
| 3336 | 2026-06-16T22:40:45.720Z | [ helios-setup] Jun 16 22:40:45.086 INFO E| Compiling num-traits v0.2.19 |
| 3337 | 2026-06-16T22:40:45.762Z | [ helios-setup] Jun 16 22:40:45.128 INFO E| Compiling getrandom v0.2.16 |
| 3338 | 2026-06-16T22:40:45.762Z | [ helios-setup] Jun 16 22:40:45.128 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3339 | 2026-06-16T22:40:45.831Z | [ helios-setup] Jun 16 22:40:45.197 INFO E| Compiling crc32fast v1.5.0 |
| 3340 | 2026-06-16T22:40:45.887Z | [ helios-setup] Jun 16 22:40:45.253 INFO E| Compiling rustix v1.1.2 |
| 3341 | 2026-06-16T22:40:46.021Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3342 | 2026-06-16T22:40:46.044Z | [ helios-setup] Jun 16 22:40:45.410 INFO E| Compiling hashbrown v0.16.0 |
| 3343 | 2026-06-16T22:40:46.366Z | [ helios-setup] Jun 16 22:40:45.730 INFO E| Compiling equivalent v1.0.2 |
| 3344 | 2026-06-16T22:40:46.485Z | [ helios-setup] Jun 16 22:40:45.851 INFO E| Compiling flagset v0.4.7 |
| 3345 | 2026-06-16T22:40:46.581Z | [ helios-setup] Jun 16 22:40:45.946 INFO E| Compiling syn v2.0.108 |
| 3346 | 2026-06-16T22:40:46.584Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3347 | 2026-06-16T22:40:46.588Z | [ helios-setup] Jun 16 22:40:45.953 INFO E| Compiling rand_core v0.6.4 |
| 3348 | 2026-06-16T22:40:46.661Z | [ helios-setup] Jun 16 22:40:46.027 INFO E| Compiling errno v0.3.14 |
| 3349 | 2026-06-16T22:40:46.702Z | [ helios-setup] Jun 16 22:40:46.068 INFO E| Compiling anstyle-parse v0.2.7 |
| 3350 | 2026-06-16T22:40:46.722Z | [ helios-setup] Jun 16 22:40:46.088 INFO E| Compiling anstyle v1.0.13 |
| 3351 | 2026-06-16T22:40:46.735Z | [ helios-setup] Jun 16 22:40:46.101 INFO E| Compiling toml_datetime v0.7.3 |
| 3352 | 2026-06-16T22:40:46.790Z | [ helios-setup] Jun 16 22:40:46.157 INFO E| Compiling shlex v1.3.0 |
| 3353 | 2026-06-16T22:40:47.010Z | [ helios-setup] Jun 16 22:40:46.376 INFO E| Compiling indexmap v2.12.0 |
| 3354 | 2026-06-16T22:40:47.034Z | [ helios-setup] Jun 16 22:40:46.400 INFO E| Compiling colorchoice v1.0.4 |
| 3355 | 2026-06-16T22:40:47.054Z | [ helios-setup] Jun 16 22:40:46.420 INFO E| Compiling anstyle-query v1.1.4 |
| 3356 | 2026-06-16T22:40:47.208Z | [ helios-setup] Jun 16 22:40:46.573 INFO E| Compiling toml_parser v1.0.4 |
| 3357 | 2026-06-16T22:40:47.236Z | [ helios-setup] Jun 16 22:40:46.602 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3358 | 2026-06-16T22:40:47.262Z | [ helios-setup] Jun 16 22:40:46.628 INFO E| Compiling cpufeatures v0.2.17 |
| 3359 | 2026-06-16T22:40:47.362Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3360 | 2026-06-16T22:40:47.384Z | [ helios-setup] Jun 16 22:40:46.751 INFO E| Compiling allocator-api2 v0.2.21 |
| 3361 | 2026-06-16T22:40:47.407Z | [ helios-setup] Jun 16 22:40:46.773 INFO E| Compiling radium v0.7.0 |
| 3362 | 2026-06-16T22:40:47.423Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3363 | 2026-06-16T22:40:47.472Z | [ helios-setup] Jun 16 22:40:46.838 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3364 | 2026-06-16T22:40:47.528Z | [ helios-setup] Jun 16 22:40:46.894 INFO E| Compiling syn v1.0.109 |
| 3365 | 2026-06-16T22:40:47.564Z | [ helios-setup] Jun 16 22:40:46.930 INFO E| Compiling anstream v0.6.21 |
| 3366 | 2026-06-16T22:40:47.586Z | [ helios-setup] Jun 16 22:40:46.950 INFO E| Compiling slog v2.8.2 |
| 3367 | 2026-06-16T22:40:47.733Z | [ helios-setup] Jun 16 22:40:47.099 INFO E| Compiling cc v1.2.44 |
| 3368 | 2026-06-16T22:40:47.773Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3369 | 2026-06-16T22:40:47.835Z | [ helios-setup] Jun 16 22:40:47.201 INFO E| Compiling pin-project-lite v0.2.16 |
| 3370 | 2026-06-16T22:40:47.964Z | [ helios-setup] Jun 16 22:40:47.330 INFO E| Compiling futures-core v0.3.31 |
| 3371 | 2026-06-16T22:40:48.040Z | [ helios-setup] Jun 16 22:40:47.406 INFO E| Compiling toml_edit v0.23.7 |
| 3372 | 2026-06-16T22:40:48.167Z | [ host-package] Compiling darling v0.13.4 |
| 3373 | 2026-06-16T22:40:48.241Z | [ helios-setup] Jun 16 22:40:47.608 INFO E| Compiling block-buffer v0.10.4 |
| 3374 | 2026-06-16T22:40:48.261Z | [ helios-setup] Jun 16 22:40:47.627 INFO E| Compiling crypto-common v0.1.6 |
| 3375 | 2026-06-16T22:40:48.389Z | [ helios-setup] Jun 16 22:40:47.755 INFO E| Compiling pkg-config v0.3.32 |
| 3376 | 2026-06-16T22:40:48.421Z | [ helios-setup] Jun 16 22:40:47.788 INFO E| Compiling digest v0.10.7 |
| 3377 | 2026-06-16T22:40:48.481Z | [ host-package] Compiling sled v0.34.7 |
| 3378 | 2026-06-16T22:40:48.524Z | [ helios-setup] Jun 16 22:40:47.890 INFO E| Compiling unicode-width v0.2.2 |
| 3379 | 2026-06-16T22:40:48.542Z | [ helios-setup] Jun 16 22:40:47.908 INFO E| Compiling maybe-uninit v2.0.0 |
| 3380 | 2026-06-16T22:40:48.577Z | [ helios-setup] Jun 16 22:40:47.943 INFO E| Compiling tap v1.0.1 |
| 3381 | 2026-06-16T22:40:48.620Z | [ helios-setup] Jun 16 22:40:47.986 INFO E| Compiling futures-sink v0.3.31 |
| 3382 | 2026-06-16T22:40:48.712Z | [ helios-setup] Jun 16 22:40:48.078 INFO E| Compiling sha2 v0.10.9 |
| 3383 | 2026-06-16T22:40:48.782Z | [ helios-setup] Jun 16 22:40:48.148 INFO E| Compiling parking_lot_core v0.9.12 |
| 3384 | 2026-06-16T22:40:48.794Z | [ helios-setup] Jun 16 22:40:48.160 INFO E| Compiling futures-channel v0.3.31 |
| 3385 | 2026-06-16T22:40:48.801Z | [ helios-setup] Jun 16 22:40:48.167 INFO E| Compiling wyz v0.5.1 |
| 3386 | 2026-06-16T22:40:48.879Z | [ helios-setup] Jun 16 22:40:48.243 INFO E| Compiling num-integer v0.1.46 |
| 3387 | 2026-06-16T22:40:49.187Z | [ helios-setup] Jun 16 22:40:48.553 INFO E| Compiling getopts v0.2.24 |
| 3388 | 2026-06-16T22:40:49.213Z | [ helios-setup] Jun 16 22:40:48.579 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3389 | 2026-06-16T22:40:49.248Z | [ helios-setup] Jun 16 22:40:48.615 INFO E| Compiling ahash v0.8.12 |
| 3390 | 2026-06-16T22:40:49.270Z | [ helios-setup] Jun 16 22:40:48.636 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3391 | 2026-06-16T22:40:49.306Z | [ helios-setup] Jun 16 22:40:48.672 INFO E| Compiling itoa v1.0.15 |
| 3392 | 2026-06-16T22:40:49.314Z | [ helios-setup] Jun 16 22:40:48.680 INFO E| Compiling clap_lex v0.7.6 |
| 3393 | 2026-06-16T22:40:49.380Z | [ helios-setup] Jun 16 22:40:48.746 INFO E| Compiling slab v0.4.11 |
| 3394 | 2026-06-16T22:40:49.469Z | [ helios-setup] Jun 16 22:40:48.835 INFO E| Compiling futures-task v0.3.31 |
| 3395 | 2026-06-16T22:40:49.521Z | [ helios-setup] Jun 16 22:40:48.887 INFO E| Compiling funty v2.0.0 |
| 3396 | 2026-06-16T22:40:49.724Z | [ helios-setup] Jun 16 22:40:49.090 INFO E| Compiling bitflags v2.10.0 |
| 3397 | 2026-06-16T22:40:49.734Z | [ helios-setup] Jun 16 22:40:49.100 INFO E| Compiling futures-io v0.3.31 |
| 3398 | 2026-06-16T22:40:49.783Z | [ helios-setup] Jun 16 22:40:49.147 INFO E| Compiling thiserror v1.0.69 |
| 3399 | 2026-06-16T22:40:49.866Z | [ helios-setup] Jun 16 22:40:49.232 INFO E| Compiling strsim v0.11.1 |
| 3400 | 2026-06-16T22:40:49.881Z | [ helios-setup] Jun 16 22:40:49.247 INFO E| Compiling bytes v1.10.1 |
| 3401 | 2026-06-16T22:40:49.951Z | [ helios-setup] Jun 16 22:40:49.317 INFO E| Compiling pin-utils v0.1.0 |
| 3402 | 2026-06-16T22:40:50.015Z | [ helios-setup] Jun 16 22:40:49.381 INFO E| Compiling getrandom v0.3.4 |
| 3403 | 2026-06-16T22:40:50.021Z | [ helios-setup] Jun 16 22:40:49.388 INFO E| Compiling time-core v0.1.6 |
| 3404 | 2026-06-16T22:40:50.025Z | [ helios-setup] Jun 16 22:40:49.388 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3405 | 2026-06-16T22:40:50.046Z | [ helios-setup] Jun 16 22:40:49.412 INFO E| Compiling packed_struct v0.10.1 |
| 3406 | 2026-06-16T22:40:50.081Z | [ helios-setup] Jun 16 22:40:49.448 INFO E| Compiling powerfmt v0.2.0 |
| 3407 | 2026-06-16T22:40:50.181Z | [ helios-setup] Jun 16 22:40:49.548 INFO E| Compiling heck v0.5.0 |
| 3408 | 2026-06-16T22:40:50.403Z | [ helios-setup] Jun 16 22:40:49.769 INFO E| Compiling spin v0.9.8 |
| 3409 | 2026-06-16T22:40:50.535Z | [ helios-setup] Jun 16 22:40:49.902 INFO E| Compiling num-conv v0.1.0 |
| 3410 | 2026-06-16T22:40:50.696Z | [ helios-setup] Jun 16 22:40:50.062 INFO E| Compiling scopeguard v1.2.0 |
| 3411 | 2026-06-16T22:40:50.726Z | [ helios-setup] Jun 16 22:40:50.092 INFO E| Compiling lazy_static v1.5.0 |
| 3412 | 2026-06-16T22:40:50.733Z | [ helios-setup] Jun 16 22:40:50.099 INFO E| Compiling deranged v0.5.5 |
| 3413 | 2026-06-16T22:40:50.733Z | [ helios-setup] Jun 16 22:40:50.100 INFO E| Compiling time-macros v0.2.24 |
| 3414 | 2026-06-16T22:40:50.762Z | [ helios-setup] Jun 16 22:40:50.129 INFO E| Compiling bitvec v1.0.1 |
| 3415 | 2026-06-16T22:40:50.808Z | [ helios-setup] Jun 16 22:40:50.174 INFO E| Compiling lock_api v0.4.14 |
| 3416 | 2026-06-16T22:40:50.913Z | [ helios-setup] Jun 16 22:40:50.280 INFO E| Compiling num-iter v0.1.45 |
| 3417 | 2026-06-16T22:40:51.171Z | [ helios-setup] Jun 16 22:40:50.538 INFO E| Compiling indexmap v1.9.3 |
| 3418 | 2026-06-16T22:40:51.177Z | [ helios-setup] Jun 16 22:40:50.544 INFO E| Compiling crc-catalog v2.4.0 |
| 3419 | 2026-06-16T22:40:51.224Z | [ helios-setup] Jun 16 22:40:50.591 INFO E| Compiling adler2 v2.0.1 |
| 3420 | 2026-06-16T22:40:51.281Z | [ helios-setup] Jun 16 22:40:50.647 INFO E| Compiling iana-time-zone v0.1.64 |
| 3421 | 2026-06-16T22:40:51.288Z | [ helios-setup] Jun 16 22:40:50.655 INFO E| Compiling serde_json v1.0.145 |
| 3422 | 2026-06-16T22:40:51.480Z | [ helios-setup] Jun 16 22:40:50.846 INFO E| Compiling terminal_size v0.4.3 |
| 3423 | 2026-06-16T22:40:51.508Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3424 | 2026-06-16T22:40:51.589Z | [ helios-setup] Jun 16 22:40:50.956 INFO E| Compiling once_cell v1.21.3 |
| 3425 | 2026-06-16T22:40:51.679Z | [ helios-setup] Jun 16 22:40:51.046 INFO E| Compiling clap_builder v4.5.51 |
| 3426 | 2026-06-16T22:40:51.805Z | [ helios-setup] Jun 16 22:40:51.171 INFO E| Compiling log v0.4.28 |
| 3427 | 2026-06-16T22:40:51.913Z | [ helios-setup] Jun 16 22:40:51.279 INFO E| Compiling nodrop v0.1.14 |
| 3428 | 2026-06-16T22:40:52.039Z | [ helios-setup] Jun 16 22:40:51.406 INFO E| Compiling thiserror v2.0.17 |
| 3429 | 2026-06-16T22:40:52.061Z | [ helios-setup] Jun 16 22:40:51.427 INFO E| Compiling simd-adler32 v0.3.7 |
| 3430 | 2026-06-16T22:40:52.096Z | [ helios-setup] Jun 16 22:40:51.462 INFO E| Compiling env_filter v0.1.4 |
| 3431 | 2026-06-16T22:40:52.131Z | [ helios-setup] Jun 16 22:40:51.497 INFO E| Compiling array-init v0.0.4 |
| 3432 | 2026-06-16T22:40:52.292Z | [ helios-setup] Jun 16 22:40:51.658 INFO E| Compiling chrono v0.4.42 |
| 3433 | 2026-06-16T22:40:52.305Z | [ helios-setup] Jun 16 22:40:51.671 INFO E| Compiling miniz_oxide v0.8.9 |
| 3434 | 2026-06-16T22:40:52.373Z | [ helios-setup] Jun 16 22:40:51.740 INFO E| Compiling parking_lot v0.12.5 |
| 3435 | 2026-06-16T22:40:52.574Z | [ helios-setup] Jun 16 22:40:51.940 INFO E| Compiling crc v3.3.0 |
| 3436 | 2026-06-16T22:40:52.775Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3437 | 2026-06-16T22:40:52.778Z | [ helios-setup] Jun 16 22:40:52.141 INFO E| Compiling smallvec v0.6.14 |
| 3438 | 2026-06-16T22:40:53.162Z | [ helios-setup] Jun 16 22:40:52.529 INFO E| Compiling serde_spanned v1.0.3 |
| 3439 | 2026-06-16T22:40:53.490Z | [ helios-setup] Jun 16 22:40:52.856 INFO E| Compiling time v0.3.44 |
| 3440 | 2026-06-16T22:40:53.500Z | [ helios-setup] Jun 16 22:40:52.866 INFO E| Compiling signature v2.2.0 |
| 3441 | 2026-06-16T22:40:53.560Z | [ helios-setup] Jun 16 22:40:52.927 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3442 | 2026-06-16T22:40:53.590Z | [ helios-setup] Jun 16 22:40:52.956 INFO E| Compiling mio v1.1.0 |
| 3443 | 2026-06-16T22:40:53.715Z | [ helios-setup] Jun 16 22:40:53.082 INFO E| Compiling socket2 v0.6.1 |
| 3444 | 2026-06-16T22:40:53.788Z | [ helios-setup] Jun 16 22:40:53.154 INFO E| Compiling is-terminal v0.4.17 |
| 3445 | 2026-06-16T22:40:54.033Z | [ helios-setup] Jun 16 22:40:53.399 INFO E| Compiling thread_local v1.1.9 |
| 3446 | 2026-06-16T22:40:54.041Z | [ helios-setup] Jun 16 22:40:53.406 INFO E| Compiling subtle v2.6.1 |
| 3447 | 2026-06-16T22:40:54.262Z | [ helios-setup] Jun 16 22:40:53.629 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3448 | 2026-06-16T22:40:54.305Z | [ helios-setup] Jun 16 22:40:53.671 INFO E| Compiling toml_writer v1.0.4 |
| 3449 | 2026-06-16T22:40:54.787Z | [ helios-setup] Jun 16 22:40:54.153 INFO E| Compiling winnow v0.5.40 |
| 3450 | 2026-06-16T22:40:54.801Z | [ helios-setup] Jun 16 22:40:54.168 INFO E| Compiling term v1.2.0 |
| 3451 | 2026-06-16T22:40:54.917Z | [ helios-setup] Jun 16 22:40:54.283 INFO E| Compiling base64 v0.21.7 |
| 3452 | 2026-06-16T22:40:54.982Z | [ helios-setup] Jun 16 22:40:54.348 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3453 | 2026-06-16T22:40:55.004Z | [ helios-setup] Jun 16 22:40:54.370 INFO E| Compiling hashbrown v0.12.3 |
| 3454 | 2026-06-16T22:40:55.092Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3455 | 2026-06-16T22:40:55.114Z | [ helios-setup] Jun 16 22:40:54.480 INFO E| Compiling serde_derive v1.0.228 |
| 3456 | 2026-06-16T22:40:55.216Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3457 | 2026-06-16T22:40:55.239Z | [ helios-setup] Jun 16 22:40:54.605 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3458 | 2026-06-16T22:40:55.411Z | [ helios-setup] Jun 16 22:40:54.777 INFO E| Compiling der_derive v0.7.3 |
| 3459 | 2026-06-16T22:40:55.469Z | [ helios-setup] Jun 16 22:40:54.835 INFO E| Compiling futures-macro v0.3.31 |
| 3460 | 2026-06-16T22:40:55.551Z | [ helios-setup] Jun 16 22:40:54.917 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3461 | 2026-06-16T22:40:55.622Z | [ helios-setup] Jun 16 22:40:54.988 INFO E| Compiling clap_derive v4.5.49 |
| 3462 | 2026-06-16T22:40:56.041Z | [ helios-setup] Jun 16 22:40:55.407 INFO E| Compiling num_enum_derive v0.7.5 |
| 3463 | 2026-06-16T22:40:56.162Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3464 | 2026-06-16T22:40:56.241Z | [ helios-setup] Jun 16 22:40:55.605 INFO E| Compiling thiserror-impl v1.0.69 |
| 3465 | 2026-06-16T22:40:56.254Z | [ helios-setup] Jun 16 22:40:55.616 INFO E| Compiling bitfield-macros v0.19.3 |
| 3466 | 2026-06-16T22:40:56.747Z | [ host-package] Compiling secrecy v0.8.0 |
| 3467 | 2026-06-16T22:40:56.841Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3468 | 2026-06-16T22:40:56.935Z | [ helios-setup] Jun 16 22:40:56.301 INFO E| Compiling thiserror-impl v2.0.17 |
| 3469 | 2026-06-16T22:40:56.941Z | [ helios-setup] Jun 16 22:40:56.308 INFO E| Compiling tokio-macros v2.6.0 |
| 3470 | 2026-06-16T22:40:57.111Z | [ helios-setup] Jun 16 22:40:56.477 INFO E| Compiling futures-util v0.3.31 |
| 3471 | 2026-06-16T22:40:57.566Z | [ helios-setup] Jun 16 22:40:56.932 INFO E| Compiling ryu v1.0.20 |
| 3472 | 2026-06-16T22:40:57.587Z | [ helios-setup] Jun 16 22:40:56.953 INFO E| Compiling zerocopy v0.6.6 |
| 3473 | 2026-06-16T22:40:57.715Z | [ helios-setup] Jun 16 22:40:57.081 INFO E| Compiling der v0.7.10 |
| 3474 | 2026-06-16T22:40:57.798Z | [ helios-setup] Jun 16 22:40:57.164 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3475 | 2026-06-16T22:40:58.011Z | [ helios-setup] Jun 16 22:40:57.377 INFO E| Compiling bzip2 v0.4.4 |
| 3476 | 2026-06-16T22:40:58.152Z | [ helios-setup] Jun 16 22:40:57.518 INFO E| Compiling bitfield v0.19.3 |
| 3477 | 2026-06-16T22:40:58.256Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3478 | 2026-06-16T22:40:58.352Z | [ helios-setup] Jun 16 22:40:57.718 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3479 | 2026-06-16T22:40:58.426Z | [ helios-setup] Jun 16 22:40:57.786 INFO E| Compiling toml v0.9.8 |
| 3480 | 2026-06-16T22:40:58.700Z | [ host-package] Compiling git2 v0.20.4 |
| 3481 | 2026-06-16T22:40:58.715Z | [ helios-setup] Jun 16 22:40:58.079 INFO E| Compiling tokio v1.48.0 |
| 3482 | 2026-06-16T22:40:58.720Z | [ helios-setup] Jun 16 22:40:58.087 INFO E| Compiling uuid v1.18.1 |
| 3483 | 2026-06-16T22:40:58.729Z | [ helios-setup] Jun 16 22:40:58.095 INFO E| Compiling flate2 v1.1.5 |
| 3484 | 2026-06-16T22:40:58.882Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3485 | 2026-06-16T22:40:58.911Z | [ helios-setup] Jun 16 22:40:58.277 INFO E| Compiling env_logger v0.11.8 |
| 3486 | 2026-06-16T22:40:58.930Z | [ helios-setup] Jun 16 22:40:58.296 INFO E| Compiling num_enum v0.7.5 |
| 3487 | 2026-06-16T22:40:58.948Z | [ helios-setup] Jun 16 22:40:58.315 INFO E| Compiling rustc-hash v2.1.1 |
| 3488 | 2026-06-16T22:40:58.966Z | [ helios-setup] Jun 16 22:40:58.332 INFO E| Compiling crc-any v2.5.0 |
| 3489 | 2026-06-16T22:40:58.992Z | [ helios-setup] Jun 16 22:40:58.358 INFO E| Compiling clap v4.5.51 |
| 3490 | 2026-06-16T22:40:59.017Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3491 | 2026-06-16T22:40:59.086Z | [ helios-setup] Jun 16 22:40:58.452 INFO E| Compiling devinfo v0.1.0 |
| 3492 | 2026-06-16T22:40:59.092Z | [ helios-setup] Jun 16 22:40:58.459 INFO E| Compiling bitflags v1.3.2 |
| 3493 | 2026-06-16T22:40:59.098Z | [ helios-setup] Jun 16 22:40:58.465 INFO E| Compiling foldhash v0.2.0 |
| 3494 | 2026-06-16T22:40:59.204Z | [ helios-setup] Jun 16 22:40:58.570 INFO E| Compiling hex v0.4.3 |
| 3495 | 2026-06-16T22:40:59.436Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3496 | 2026-06-16T22:40:59.753Z | [ helios-setup] Jun 16 22:40:59.119 INFO E| Compiling spki v0.7.3 |
| 3497 | 2026-06-16T22:40:59.783Z | [ helios-setup] Jun 16 22:40:59.149 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3498 | 2026-06-16T22:40:59.864Z | [ helios-setup] Jun 16 22:40:59.230 INFO E| Compiling iddqd v0.3.14 |
| 3499 | 2026-06-16T22:41:00.067Z | [ helios-setup] Jun 16 22:40:59.433 INFO E| Compiling zip v0.6.6 |
| 3500 | 2026-06-16T22:41:00.163Z | [ helios-setup] Jun 16 22:40:59.529 INFO E| Compiling pkcs8 v0.10.2 |
| 3501 | 2026-06-16T22:41:00.266Z | [ helios-setup] Jun 16 22:40:59.632 INFO E| Compiling x509-cert v0.2.5 |
| 3502 | 2026-06-16T22:41:00.655Z | [ helios-setup] Jun 16 22:41:00.022 INFO E| Compiling pkcs1 v0.7.5 |
| 3503 | 2026-06-16T22:41:00.663Z | [ helios-setup] Jun 16 22:41:00.029 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3504 | 2026-06-16T22:41:00.918Z | [ helios-setup] Jun 16 22:41:00.284 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3505 | 2026-06-16T22:41:00.938Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3506 | 2026-06-16T22:41:01.208Z | [ helios-setup] Jun 16 22:41:00.574 INFO E| Compiling path-slash v0.1.5 |
| 3507 | 2026-06-16T22:41:01.591Z | [ helios-setup] Jun 16 22:41:00.958 INFO E| Compiling rand_chacha v0.3.1 |
| 3508 | 2026-06-16T22:41:01.598Z | [ helios-setup] Jun 16 22:41:00.965 INFO E| Compiling hashbrown v0.13.2 |
| 3509 | 2026-06-16T22:41:01.738Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3510 | 2026-06-16T22:41:01.945Z | [ helios-setup] Jun 16 22:41:01.312 INFO E| Compiling erased-serde v0.3.31 |
| 3511 | 2026-06-16T22:41:02.083Z | [ helios-setup] Jun 16 22:41:01.449 INFO E| Compiling rand v0.8.5 |
| 3512 | 2026-06-16T22:41:02.120Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3513 | 2026-06-16T22:41:02.391Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3514 | 2026-06-16T22:41:02.433Z | [ helios-setup] Jun 16 22:41:01.799 INFO E| Compiling serde_spanned v0.6.9 |
| 3515 | 2026-06-16T22:41:02.517Z | [ helios-setup] Jun 16 22:41:01.883 INFO E| Compiling toml_datetime v0.6.11 |
| 3516 | 2026-06-16T22:41:02.562Z | [ helios-setup] Jun 16 22:41:01.928 INFO E| Compiling ron v0.8.1 |
| 3517 | 2026-06-16T22:41:02.673Z | [ helios-setup] Jun 16 22:41:02.039 INFO E| Compiling serde-hex v0.1.0 |
| 3518 | 2026-06-16T22:41:02.706Z | [ helios-setup] Jun 16 22:41:02.072 INFO E| Compiling object v0.30.4 |
| 3519 | 2026-06-16T22:41:02.981Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3520 | 2026-06-16T22:41:03.092Z | [ helios-setup] Jun 16 22:41:02.458 INFO E| Compiling toml_edit v0.19.15 |
| 3521 | 2026-06-16T22:41:03.133Z | [ helios-setup] Jun 16 22:41:02.499 INFO E| Compiling futures-executor v0.3.31 |
| 3522 | 2026-06-16T22:41:03.462Z | [ helios-setup] Jun 16 22:41:02.828 INFO E| Compiling slog-term v2.9.2 |
| 3523 | 2026-06-16T22:41:03.727Z | [ helios-setup] Jun 16 22:41:03.084 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3524 | 2026-06-16T22:41:03.740Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3525 | 2026-06-16T22:41:03.811Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3526 | 2026-06-16T22:41:03.831Z | [ helios-setup] Jun 16 22:41:03.197 INFO E| Compiling futures v0.3.31 |
| 3527 | 2026-06-16T22:41:04.069Z | [ helios-setup] Jun 16 22:41:03.435 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3528 | 2026-06-16T22:41:04.665Z | [ helios-setup] Jun 16 22:41:04.031 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3529 | 2026-06-16T22:41:04.767Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3530 | 2026-06-16T22:41:04.973Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3531 | 2026-06-16T22:41:05.340Z | [ host-package] Compiling base64 v0.21.7 |
| 3532 | 2026-06-16T22:41:05.713Z | [ host-package] Compiling void v1.0.2 |
| 3533 | 2026-06-16T22:41:05.806Z | [ helios-setup] Jun 16 22:41:05.173 INFO E| Compiling rsa v0.9.8 |
| 3534 | 2026-06-16T22:41:05.987Z | [ host-package] Compiling ron v0.8.1 |
| 3535 | 2026-06-16T22:41:05.991Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 3536 | 2026-06-16T22:41:06.166Z | [ host-package] Compiling lzss v0.8.2 |
| 3537 | 2026-06-16T22:41:06.891Z | [ helios-setup] Jun 16 22:41:06.257 INFO E| Compiling toml v0.7.8 |
| 3538 | 2026-06-16T22:41:06.900Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3539 | 2026-06-16T22:41:07.260Z | [ host-package] Compiling serde_with v1.14.0 |
| 3540 | 2026-06-16T22:41:07.767Z | [ helios-setup] Jun 16 22:41:07.133 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3541 | 2026-06-16T22:41:07.896Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3542 | 2026-06-16T22:41:08.093Z | [ helios-setup] Jun 16 22:41:07.459 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3543 | 2026-06-16T22:41:08.874Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3544 | 2026-06-16T22:41:09.010Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3545 | 2026-06-16T22:41:09.861Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3546 | 2026-06-16T22:41:12.969Z | [ helios-setup] Jun 16 22:41:12.335 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3547 | 2026-06-16T22:41:13.124Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3548 | 2026-06-16T22:41:13.423Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3549 | 2026-06-16T22:41:13.921Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3550 | 2026-06-16T22:41:13.969Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3551 | 2026-06-16T22:41:14.143Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3552 | 2026-06-16T22:41:14.160Z | [ helios-setup] Jun 16 22:41:13.526 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3553 | 2026-06-16T22:41:14.562Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3554 | 2026-06-16T22:41:16.601Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3555 | 2026-06-16T22:41:16.802Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3556 | 2026-06-16T22:41:16.980Z | [ host-package] Compiling nix v0.27.1 |
| 3557 | 2026-06-16T22:41:18.235Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3558 | 2026-06-16T22:41:18.453Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3559 | 2026-06-16T22:41:18.789Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3560 | 2026-06-16T22:41:18.835Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3561 | 2026-06-16T22:41:18.984Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3562 | 2026-06-16T22:41:19.068Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3563 | 2026-06-16T22:41:19.084Z | [ helios-setup] Jun 16 22:41:18.450 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3564 | 2026-06-16T22:41:19.181Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3565 | 2026-06-16T22:41:19.592Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3566 | 2026-06-16T22:41:21.000Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3567 | 2026-06-16T22:41:22.590Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3568 | 2026-06-16T22:41:23.282Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3569 | 2026-06-16T22:41:23.310Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3570 | 2026-06-16T22:41:23.953Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3571 | 2026-06-16T22:41:24.038Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3572 | 2026-06-16T22:41:24.164Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3573 | 2026-06-16T22:41:24.346Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3574 | 2026-06-16T22:41:24.889Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3575 | 2026-06-16T22:41:25.463Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3576 | 2026-06-16T22:41:26.203Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3577 | 2026-06-16T22:41:27.831Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3578 | 2026-06-16T22:41:28.412Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3579 | 2026-06-16T22:41:28.845Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3580 | 2026-06-16T22:41:29.728Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3581 | 2026-06-16T22:41:30.370Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3582 | 2026-06-16T22:41:31.307Z | [ helios-setup] Jun 16 22:41:30.673 INFO E| Finished `release` profile [optimized] target(s) in 49.15s |
| 3583 | 2026-06-16T22:41:31.310Z | [ helios-setup] Jun 16 22:41:30.673 INFO E| Blocking waiting for file lock on package cache |
| 3584 | 2026-06-16T22:41:31.811Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3585 | 2026-06-16T22:41:31.988Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3586 | 2026-06-16T22:41:32.174Z | [ helios-setup] Jun 16 22:41:31.540 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3587 | 2026-06-16T22:41:32.174Z | [ helios-setup] Jun 16 22:41:31.540 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3588 | 2026-06-16T22:41:32.230Z | [ helios-setup] Jun 16 22:41:31.596 INFO building project "pilot" ok (50 seconds) |
| 3589 | 2026-06-16T22:41:32.230Z | [ helios-setup] Jun 16 22:41:31.596 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3590 | 2026-06-16T22:41:32.241Z | [ helios-setup] Jun 16 22:41:31.606 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 3591 | 2026-06-16T22:41:32.241Z | [ helios-setup] Jun 16 22:41:31.606 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3592 | 2026-06-16T22:41:32.244Z | [ helios-setup] Jun 16 22:41:31.606 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3593 | 2026-06-16T22:41:32.427Z | [ helios-setup] Jun 16 22:41:31.794 INFO E| Downloading crates ... |
| 3594 | 2026-06-16T22:41:32.480Z | [ helios-setup] Jun 16 22:41:31.846 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3595 | 2026-06-16T22:41:32.483Z | [ helios-setup] Jun 16 22:41:31.848 INFO E| Downloaded adler2 v2.0.0 |
| 3596 | 2026-06-16T22:41:32.523Z | [ helios-setup] Jun 16 22:41:31.889 INFO E| Compiling adler2 v2.0.0 |
| 3597 | 2026-06-16T22:41:32.619Z | [ helios-setup] Jun 16 22:41:31.985 INFO E| Compiling miniz_oxide v0.8.8 |
| 3598 | 2026-06-16T22:41:32.985Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 3599 | 2026-06-16T22:41:33.121Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 3600 | 2026-06-16T22:41:33.497Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3601 | 2026-06-16T22:41:33.595Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3602 | 2026-06-16T22:41:33.849Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3603 | 2026-06-16T22:41:33.953Z | [ helios-setup] Jun 16 22:41:33.319 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3604 | 2026-06-16T22:41:34.113Z | [ host-package] Compiling fatfs v0.3.6 |
| 3605 | 2026-06-16T22:41:34.483Z | [ helios-setup] Jun 16 22:41:33.849 INFO E| Finished `release` profile [optimized] target(s) in 2.23s |
| 3606 | 2026-06-16T22:41:34.493Z | [ helios-setup] Jun 16 22:41:33.859 INFO building project "pinprick" ok (2 seconds) |
| 3607 | 2026-06-16T22:41:34.493Z | [ helios-setup] Jun 16 22:41:33.859 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3608 | 2026-06-16T22:41:34.502Z | [ helios-setup] Jun 16 22:41:33.868 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 3609 | 2026-06-16T22:41:34.502Z | [ helios-setup] Jun 16 22:41:33.868 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3610 | 2026-06-16T22:41:34.502Z | [ helios-setup] Jun 16 22:41:33.868 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3611 | 2026-06-16T22:41:34.621Z | [ helios-setup] Jun 16 22:41:33.983 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3612 | 2026-06-16T22:41:34.727Z | [ host-package] Compiling yasna v0.5.2 |
| 3613 | 2026-06-16T22:41:34.852Z | [ helios-setup] Jun 16 22:41:34.218 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3614 | 2026-06-16T22:41:34.852Z | [ helios-setup] Jun 16 22:41:34.218 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3615 | 2026-06-16T22:41:34.865Z | [ helios-setup] Jun 16 22:41:34.231 INFO E| Updating crates.io index |
| 3616 | 2026-06-16T22:41:34.922Z | [ helios-setup] Jun 16 22:41:34.288 INFO E| Downloading crates ... |
| 3617 | 2026-06-16T22:41:34.983Z | [ helios-setup] Jun 16 22:41:34.349 INFO E| Downloaded toml v0.5.11 |
| 3618 | 2026-06-16T22:41:34.987Z | [ helios-setup] Jun 16 22:41:34.351 INFO E| Downloaded quote v1.0.31 |
| 3619 | 2026-06-16T22:41:34.990Z | [ helios-setup] Jun 16 22:41:34.353 INFO E| Downloaded fastrand v2.0.0 |
| 3620 | 2026-06-16T22:41:34.990Z | [ helios-setup] Jun 16 22:41:34.355 INFO E| Downloaded cpufeatures v0.2.9 |
| 3621 | 2026-06-16T22:41:34.993Z | [ helios-setup] Jun 16 22:41:34.357 INFO E| Downloaded sha-1 v0.9.8 |
| 3622 | 2026-06-16T22:41:34.993Z | [ helios-setup] Jun 16 22:41:34.358 INFO E| Downloaded md-5 v0.9.1 |
| 3623 | 2026-06-16T22:41:34.993Z | [ helios-setup] Jun 16 22:41:34.359 INFO E| Downloaded digest v0.9.0 |
| 3624 | 2026-06-16T22:41:34.998Z | [ helios-setup] Jun 16 22:41:34.360 INFO E| Downloaded errno v0.3.1 |
| 3625 | 2026-06-16T22:41:34.998Z | [ helios-setup] Jun 16 22:41:34.361 INFO E| Downloaded block-buffer v0.9.0 |
| 3626 | 2026-06-16T22:41:35.002Z | [ helios-setup] Jun 16 22:41:34.367 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3627 | 2026-06-16T22:41:35.016Z | [ helios-setup] Jun 16 22:41:34.382 INFO E| Downloaded glob v0.3.1 |
| 3628 | 2026-06-16T22:41:35.019Z | [ helios-setup] Jun 16 22:41:34.383 INFO E| Downloaded walkdir v2.3.3 |
| 3629 | 2026-06-16T22:41:35.019Z | [ helios-setup] Jun 16 22:41:34.385 INFO E| Downloaded once_cell v1.18.0 |
| 3630 | 2026-06-16T22:41:35.025Z | [ helios-setup] Jun 16 22:41:34.390 INFO E| Downloaded tempfile v3.7.0 |
| 3631 | 2026-06-16T22:41:35.028Z | [ helios-setup] Jun 16 22:41:34.393 INFO E| Downloaded typenum v1.16.0 |
| 3632 | 2026-06-16T22:41:35.028Z | [ helios-setup] Jun 16 22:41:34.394 INFO E| Downloaded getrandom v0.2.10 |
| 3633 | 2026-06-16T22:41:35.031Z | [ helios-setup] Jun 16 22:41:34.398 INFO E| Downloaded unicode-ident v1.0.11 |
| 3634 | 2026-06-16T22:41:35.034Z | [ helios-setup] Jun 16 22:41:34.399 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3635 | 2026-06-16T22:41:35.040Z | [ helios-setup] Jun 16 22:41:34.404 INFO E| Downloaded uuid v0.8.2 |
| 3636 | 2026-06-16T22:41:35.045Z | [ helios-setup] Jun 16 22:41:34.407 INFO E| Downloaded bitflags v2.3.3 |
| 3637 | 2026-06-16T22:41:35.045Z | [ helios-setup] Jun 16 22:41:34.408 INFO E| Downloaded serde_derive v1.0.193 |
| 3638 | 2026-06-16T22:41:35.045Z | [ helios-setup] Jun 16 22:41:34.410 INFO E| Downloaded anyhow v1.0.72 |
| 3639 | 2026-06-16T22:41:35.054Z | [ helios-setup] Jun 16 22:41:34.418 INFO E| Downloaded serde v1.0.193 |
| 3640 | 2026-06-16T22:41:35.067Z | [ helios-setup] Jun 16 22:41:34.433 INFO E| Downloaded serde_json v1.0.103 |
| 3641 | 2026-06-16T22:41:35.086Z | [ helios-setup] Jun 16 22:41:34.452 INFO E| Downloaded syn v2.0.32 |
| 3642 | 2026-06-16T22:41:35.096Z | [ helios-setup] Jun 16 22:41:34.462 INFO E| Downloaded rustix v0.38.4 |
| 3643 | 2026-06-16T22:41:35.133Z | [ helios-setup] Jun 16 22:41:34.499 INFO E| Downloaded libc v0.2.147 |
| 3644 | 2026-06-16T22:41:35.229Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling libc v0.2.147 |
| 3645 | 2026-06-16T22:41:35.229Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling proc-macro2 v1.0.66 |
| 3646 | 2026-06-16T22:41:35.229Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling unicode-ident v1.0.11 |
| 3647 | 2026-06-16T22:41:35.233Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling cfg-if v1.0.0 |
| 3648 | 2026-06-16T22:41:35.233Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling typenum v1.16.0 |
| 3649 | 2026-06-16T22:41:35.233Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling version_check v0.9.4 |
| 3650 | 2026-06-16T22:41:35.233Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling serde v1.0.193 |
| 3651 | 2026-06-16T22:41:35.233Z | [ helios-setup] Jun 16 22:41:34.595 INFO E| Compiling time-core v0.1.2 |
| 3652 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling slog v2.7.0 |
| 3653 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling powerfmt v0.2.0 |
| 3654 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling itoa v1.0.9 |
| 3655 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling num-conv v0.1.0 |
| 3656 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling rustix v0.38.4 |
| 3657 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling num_threads v0.1.6 |
| 3658 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling once_cell v1.18.0 |
| 3659 | 2026-06-16T22:41:35.234Z | [ helios-setup] Jun 16 22:41:34.596 INFO E| Compiling bitflags v2.3.3 |
| 3660 | 2026-06-16T22:41:35.406Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3661 | 2026-06-16T22:41:35.639Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3662 | 2026-06-16T22:41:35.640Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3663 | 2026-06-16T22:41:35.723Z | [ helios-setup] Jun 16 22:41:35.088 INFO E| Compiling opaque-debug v0.3.0 |
| 3664 | 2026-06-16T22:41:35.750Z | [ host-package] Compiling is_ci v1.2.0 |
| 3665 | 2026-06-16T22:41:35.790Z | [ helios-setup] Jun 16 22:41:35.156 INFO E| Compiling anyhow v1.0.72 |
| 3666 | 2026-06-16T22:41:35.796Z | [ helios-setup] Jun 16 22:41:35.162 INFO E| Compiling serde_json v1.0.103 |
| 3667 | 2026-06-16T22:41:35.818Z | [ helios-setup] Jun 16 22:41:35.185 INFO E| Compiling fastrand v2.0.0 |
| 3668 | 2026-06-16T22:41:35.822Z | [ helios-setup] Jun 16 22:41:35.185 INFO E| Compiling same-file v1.0.6 |
| 3669 | 2026-06-16T22:41:35.943Z | [ host-package] Compiling rcgen v0.12.1 |
| 3670 | 2026-06-16T22:41:36.024Z | [ helios-setup] Jun 16 22:41:35.390 INFO E| Compiling time-macros v0.2.18 |
| 3671 | 2026-06-16T22:41:36.090Z | [ helios-setup] Jun 16 22:41:35.457 INFO E| Compiling cpufeatures v0.2.9 |
| 3672 | 2026-06-16T22:41:36.141Z | [ helios-setup] Jun 16 22:41:35.505 INFO E| Compiling deranged v0.3.11 |
| 3673 | 2026-06-16T22:41:36.156Z | [ helios-setup] Jun 16 22:41:35.522 INFO E| Compiling unicode-width v0.1.10 |
| 3674 | 2026-06-16T22:41:36.179Z | [ helios-setup] Jun 16 22:41:35.545 INFO E| Compiling thread_local v1.1.7 |
| 3675 | 2026-06-16T22:41:36.269Z | [ helios-setup] Jun 16 22:41:35.635 INFO E| Compiling ryu v1.0.15 |
| 3676 | 2026-06-16T22:41:36.298Z | [ helios-setup] Jun 16 22:41:35.664 INFO E| Compiling generic-array v0.14.7 |
| 3677 | 2026-06-16T22:41:36.339Z | [ helios-setup] Jun 16 22:41:35.705 INFO E| Compiling getopts v0.2.21 |
| 3678 | 2026-06-16T22:41:36.354Z | [ host-package] Compiling supports-color v3.0.2 |
| 3679 | 2026-06-16T22:41:36.385Z | [ helios-setup] Jun 16 22:41:35.750 INFO E| Compiling walkdir v2.3.3 |
| 3680 | 2026-06-16T22:41:36.408Z | [ helios-setup] Jun 16 22:41:35.773 INFO E| Compiling glob v0.3.1 |
| 3681 | 2026-06-16T22:41:36.462Z | [ helios-setup] Jun 16 22:41:35.827 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3682 | 2026-06-16T22:41:36.541Z | [ helios-setup] Jun 16 22:41:35.907 INFO E| Compiling quote v1.0.31 |
| 3683 | 2026-06-16T22:41:36.794Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3684 | 2026-06-16T22:41:36.908Z | [ helios-setup] Jun 16 22:41:36.274 INFO E| Compiling syn v2.0.32 |
| 3685 | 2026-06-16T22:41:37.073Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3686 | 2026-06-16T22:41:37.210Z | [ helios-setup] Jun 16 22:41:36.576 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3687 | 2026-06-16T22:41:37.211Z | [ helios-setup] Jun 16 22:41:36.576 INFO E| Compiling errno v0.3.1 |
| 3688 | 2026-06-16T22:41:37.211Z | [ helios-setup] Jun 16 22:41:36.576 INFO E| Compiling atty v0.2.14 |
| 3689 | 2026-06-16T22:41:37.214Z | [ helios-setup] Jun 16 22:41:36.576 INFO E| Compiling getrandom v0.2.10 |
| 3690 | 2026-06-16T22:41:37.409Z | [ helios-setup] Jun 16 22:41:36.775 INFO E| Compiling dirs-next v2.0.0 |
| 3691 | 2026-06-16T22:41:37.461Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3692 | 2026-06-16T22:41:37.525Z | [ helios-setup] Jun 16 22:41:36.891 INFO E| Compiling term v0.7.0 |
| 3693 | 2026-06-16T22:41:37.747Z | [ helios-setup] Jun 16 22:41:37.113 INFO E| Compiling time v0.3.36 |
| 3694 | 2026-06-16T22:41:38.133Z | [ helios-setup] Jun 16 22:41:37.499 INFO E| Compiling tempfile v3.7.0 |
| 3695 | 2026-06-16T22:41:38.332Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3696 | 2026-06-16T22:41:38.391Z | [ helios-setup] Jun 16 22:41:37.755 INFO E| Compiling digest v0.9.0 |
| 3697 | 2026-06-16T22:41:38.483Z | [ helios-setup] Jun 16 22:41:37.849 INFO E| Compiling block-buffer v0.9.0 |
| 3698 | 2026-06-16T22:41:38.580Z | [ helios-setup] Jun 16 22:41:37.945 INFO E| Compiling md-5 v0.9.1 |
| 3699 | 2026-06-16T22:41:38.580Z | [ helios-setup] Jun 16 22:41:37.945 INFO E| Compiling sha-1 v0.9.8 |
| 3700 | 2026-06-16T22:41:38.816Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3701 | 2026-06-16T22:41:39.023Z | [ helios-setup] Jun 16 22:41:38.389 INFO E| Compiling slog-term v2.9.0 |
| 3702 | 2026-06-16T22:41:39.059Z | [ helios-setup] Jun 16 22:41:38.425 INFO E| Compiling serde_derive v1.0.193 |
| 3703 | 2026-06-16T22:41:39.243Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3704 | 2026-06-16T22:41:39.670Z | [ host-package] Compiling subprocess v0.2.15 |
| 3705 | 2026-06-16T22:41:40.268Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3706 | 2026-06-16T22:41:40.671Z | [ host-package] Compiling rpassword v7.4.0 |
| 3707 | 2026-06-16T22:41:41.308Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3708 | 2026-06-16T22:41:41.876Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3709 | 2026-06-16T22:41:42.034Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3710 | 2026-06-16T22:41:42.089Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3711 | 2026-06-16T22:41:42.205Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3712 | 2026-06-16T22:41:42.564Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3713 | 2026-06-16T22:41:43.528Z | [ helios-setup] Jun 16 22:41:42.894 INFO E| Compiling toml v0.5.11 |
| 3714 | 2026-06-16T22:41:43.528Z | [ helios-setup] Jun 16 22:41:42.894 INFO E| Compiling uuid v0.8.2 |
| 3715 | 2026-06-16T22:41:44.292Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3716 | 2026-06-16T22:41:44.367Z | [ helios-setup] Jun 16 22:41:43.732 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3717 | 2026-06-16T22:41:44.678Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3718 | 2026-06-16T22:41:44.994Z | [ host-package] Compiling uzers v0.12.2 |
| 3719 | 2026-06-16T22:41:45.132Z | [ helios-setup] Jun 16 22:41:44.498 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3720 | 2026-06-16T22:41:45.932Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3721 | 2026-06-16T22:41:46.531Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3722 | 2026-06-16T22:41:47.545Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3723 | 2026-06-16T22:41:47.656Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3724 | 2026-06-16T22:41:49.169Z | [ host-package] error[E0308]: mismatched types |
| 3725 | 2026-06-16T22:41:49.169Z | [ host-package] --> sled-agent/src/sim/storage.rs:2093:21 |
| 3726 | 2026-06-16T22:41:49.173Z | [ host-package] | |
| 3727 | 2026-06-16T22:41:49.173Z | [ host-package] 2093 | / crucible_client_types::CrucibleOpts { |
| 3728 | 2026-06-16T22:41:49.173Z | [ host-package] 2094 | | id, |
| 3729 | 2026-06-16T22:41:49.174Z | [ host-package] 2095 | | target, |
| 3730 | 2026-06-16T22:41:49.174Z | [ host-package] 2096 | | lossy: _, |
| 3731 | 2026-06-16T22:41:49.174Z | [ host-package] ... | |
| 3732 | 2026-06-16T22:41:49.174Z | [ host-package] 2103 | | read_only, |
| 3733 | 2026-06-16T22:41:49.174Z | [ host-package] 2104 | | }, |
| 3734 | 2026-06-16T22:41:49.174Z | [ host-package] | |_____________________^ expected `propolis_client::CrucibleOpts`, found `crucible_client_types::CrucibleOpts` |
| 3735 | 2026-06-16T22:41:49.174Z | [ host-package] | |
| 3736 | 2026-06-16T22:41:49.174Z | [ host-package] note: there are multiple different versions of crate `crucible_client_types` in the dependency graph |
| 3737 | 2026-06-16T22:41:49.174Z | [ host-package] --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/crucible-client-types/src/lib.rs:60:1 |
| 3738 | 2026-06-16T22:41:49.174Z | [ host-package] | |
| 3739 | 2026-06-16T22:41:49.174Z | [ host-package] 60 | pub struct CrucibleOpts { |
| 3740 | 2026-06-16T22:41:49.174Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3741 | 2026-06-16T22:41:49.174Z | [ host-package] | |
| 3742 | 2026-06-16T22:41:49.174Z | [ host-package] ::: /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/a1f21c0/crucible-client-types/src/lib.rs:60:1 |
| 3743 | 2026-06-16T22:41:49.174Z | [ host-package] | |
| 3744 | 2026-06-16T22:41:49.174Z | [ host-package] 60 | pub struct CrucibleOpts { |
| 3745 | 2026-06-16T22:41:49.174Z | [ host-package] | ----------------------- this is the found type |
| 3746 | 2026-06-16T22:41:49.174Z | [ host-package] = help: you can use `cargo tree` to explore your dependency tree |
| 3747 | 2026-06-16T22:41:49.174Z | [ host-package] |
| 3748 | 2026-06-16T22:41:50.059Z | [ helios-setup] Jun 16 22:41:49.425 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
| 3749 | 2026-06-16T22:41:50.084Z | [ helios-setup] Jun 16 22:41:49.450 INFO building project "image-builder" ok (15 seconds) |
| 3750 | 2026-06-16T22:41:50.088Z | [ helios-setup] rm -f helios-build |
| 3751 | 2026-06-16T22:41:50.088Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3752 | 2026-06-16T22:41:50.091Z | [ helios-setup] |
| 3753 | 2026-06-16T22:41:50.091Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3754 | 2026-06-16T22:41:50.095Z | [ helios-setup] |
| 3755 | 2026-06-16T22:41:50.095Z | [ helios-setup] |
| 3756 | 2026-06-16T22:41:50.095Z | [ helios-setup] real 2:39.640920001 |
| 3757 | 2026-06-16T22:41:50.095Z | [ helios-setup] user 6:53.834063284 |
| 3758 | 2026-06-16T22:41:50.095Z | [ helios-setup] sys 1:15.422673205 |
| 3759 | 2026-06-16T22:41:50.095Z | [ helios-setup] trap 0.501238163 |
| 3760 | 2026-06-16T22:41:50.095Z | [ helios-setup] tflt 2.595605639 |
| 3761 | 2026-06-16T22:41:50.095Z | [ helios-setup] dflt 7.058263329 |
| 3762 | 2026-06-16T22:41:50.095Z | [ helios-setup] kflt 0.005239834 |
| 3763 | 2026-06-16T22:41:50.095Z | [ helios-setup] lock 39:20.891065538 |
| 3764 | 2026-06-16T22:41:50.095Z | [ helios-setup] slp 36:20.962545163 |
| 3765 | 2026-06-16T22:41:50.095Z | [ helios-setup] lat 7:03.641788402 |
| 3766 | 2026-06-16T22:41:50.095Z | [ helios-setup] stop 1:20.297922050 |
| 3767 | 2026-06-16T22:41:50.095Z | Jun 16 22:41:49.459 INFO [helios-setup] process exited with exit status: 0 (159.643762484s) |
| 3768 | 2026-06-16T22:41:50.095Z | Jun 16 22:41:49.459 INFO [helios-record] running task |
| 3769 | 2026-06-16T22:41:50.095Z | Jun 16 22:41:49.459 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3770 | 2026-06-16T22:41:50.099Z | Jun 16 22:41:49.463 DEBG process exited with exit status: 0 (3.891145ms) |
| 3771 | 2026-06-16T22:41:50.099Z | Jun 16 22:41:49.463 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3772 | 2026-06-16T22:41:50.102Z | Jun 16 22:41:49.467 DEBG process exited with exit status: 0 (3.734424ms) |
| 3773 | 2026-06-16T22:41:50.102Z | Jun 16 22:41:49.467 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3774 | 2026-06-16T22:41:50.106Z | Jun 16 22:41:49.471 DEBG process exited with exit status: 0 (3.523204ms) |
| 3775 | 2026-06-16T22:41:50.106Z | Jun 16 22:41:49.471 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3776 | 2026-06-16T22:41:50.109Z | Jun 16 22:41:49.474 DEBG process exited with exit status: 0 (3.471394ms) |
| 3777 | 2026-06-16T22:41:50.109Z | Jun 16 22:41:49.474 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3778 | 2026-06-16T22:41:50.112Z | Jun 16 22:41:49.478 DEBG process exited with exit status: 0 (3.397824ms) |
| 3779 | 2026-06-16T22:41:50.112Z | Jun 16 22:41:49.478 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3780 | 2026-06-16T22:41:50.115Z | Jun 16 22:41:49.481 DEBG process exited with exit status: 0 (3.596704ms) |
| 3781 | 2026-06-16T22:41:50.115Z | Jun 16 22:41:49.481 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3782 | 2026-06-16T22:41:50.118Z | Jun 16 22:41:49.485 DEBG process exited with exit status: 0 (3.346294ms) |
| 3783 | 2026-06-16T22:41:50.118Z | Jun 16 22:41:49.485 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3784 | 2026-06-16T22:41:50.123Z | Jun 16 22:41:49.488 DEBG process exited with exit status: 0 (3.338534ms) |
| 3785 | 2026-06-16T22:41:50.123Z | Jun 16 22:41:49.488 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3786 | 2026-06-16T22:41:50.126Z | Jun 16 22:41:49.491 DEBG process exited with exit status: 0 (3.410634ms) |
| 3787 | 2026-06-16T22:41:50.126Z | Jun 16 22:41:49.492 INFO [helios-record] task succeeded (32.607317ms) |
| 3788 | 2026-06-16T22:41:51.920Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3789 | 2026-06-16T22:41:51.973Z | [ host-package] For more information about this error, try `rustc --explain E0308`. |
| 3790 | 2026-06-16T22:41:52.218Z | [ host-package] error: could not compile `omicron-sled-agent` (lib) due to 1 previous error |
| 3791 | 2026-06-16T22:41:52.221Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 3792 | 2026-06-16T22:42:19.259Z | [ host-package] Error: Failed to build packages |
| 3793 | 2026-06-16T22:42:19.266Z | Jun 16 22:42:18.624 ERRO [host-package] process exited with exit status: 1 (158.02769881s) |
| 3794 | 2026-06-16T22:42:19.266Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 3795 | 2026-06-16T22:42:19.286Z | process exited: duration 396130 ms, exit code 1 |
| |
| 3796 | 2026-06-16T22:42:19.303Z | found 13 output files |
| 3797 | 2026-06-16T22:42:19.303Z | uploading: /work/helios.json (647 bytes) |
| 3798 | 2026-06-16T22:42:20.321Z | uploaded: /work/helios.json |
| 3799 | 2026-06-16T22:42:20.321Z | uploading: /work/incorporation.p5m (113333 bytes) |
| 3800 | 2026-06-16T22:42:21.338Z | uploaded: /work/incorporation.p5m |
| 3801 | 2026-06-16T22:42:21.338Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 3802 | 2026-06-16T22:42:22.357Z | uploaded: /work/incorporation.p5p |
| 3803 | 2026-06-16T22:42:22.357Z | uploading: /work/helios-incorp.log (522 bytes) |
| 3804 | 2026-06-16T22:42:23.373Z | uploaded: /work/helios-incorp.log |
| 3805 | 2026-06-16T22:42:23.373Z | uploading: /work/helios-setup.log (56396 bytes) |
| 3806 | 2026-06-16T22:42:24.391Z | uploaded: /work/helios-setup.log |
| 3807 | 2026-06-16T22:42:24.392Z | uploading: /work/host-package.log (34153 bytes) |
| 3808 | 2026-06-16T22:42:25.417Z | uploaded: /work/host-package.log |
| 3809 | 2026-06-16T22:42:25.417Z | uploading: /work/host-target.log (101 bytes) |
| 3810 | 2026-06-16T22:42:26.435Z | uploaded: /work/host-target.log |
| 3811 | 2026-06-16T22:42:26.435Z | uploading: /work/incorp-create.log (0 bytes) |
| 3812 | 2026-06-16T22:42:27.451Z | uploaded: /work/incorp-create.log |
| 3813 | 2026-06-16T22:42:27.451Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 3814 | 2026-06-16T22:42:28.457Z | uploaded: /work/incorp-fmt.log |
| 3815 | 2026-06-16T22:42:28.457Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 3816 | 2026-06-16T22:42:29.465Z | uploaded: /work/incorp-pkgsend.log |
| 3817 | 2026-06-16T22:42:29.465Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 3818 | 2026-06-16T22:42:30.476Z | uploaded: /work/incorp-publisher.log |
| 3819 | 2026-06-16T22:42:30.476Z | uploading: /work/omicron-package.log (8064 bytes) |
| 3820 | 2026-06-16T22:42:31.486Z | uploaded: /work/omicron-package.log |
| 3821 | 2026-06-16T22:42:31.487Z | uploading: /work/recovery-target.log (98 bytes) |
| 3822 | 2026-06-16T22:42:32.496Z | uploaded: /work/recovery-target.log |
| 3823 | 2026-06-16T22:42:32.496Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 3824 | 2026-06-16T22:42:32.496Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 3825 | 2026-06-16T22:42:32.496Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |