|
|
|
| 1 | 2026-06-18T22:25:14.581Z | job assigned to worker 01KVEDBMVDSDQWZGXYEK44N1YQ [factory aws, i-0f6b92910a5dcdba8] (queued for 1 m 2 s) |
| |
| 2 | 2026-06-18T22:25:21.688Z | starting task 0: "setup" |
| 3 | 2026-06-18T22:25:21.692Z | ++ uname -s |
| 4 | 2026-06-18T22:25:21.696Z | + kern=SunOS |
| 5 | 2026-06-18T22:25:21.696Z | + build_user=build |
| 6 | 2026-06-18T22:25:21.696Z | + build_uid=12345 |
| 7 | 2026-06-18T22:25:21.696Z | + work_dir=/work |
| 8 | 2026-06-18T22:25:21.696Z | + input_dir=/input |
| 9 | 2026-06-18T22:25:21.696Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-18T22:25:21.696Z | + case "$kern" in |
| 11 | 2026-06-18T22:25:21.696Z | + groupadd -g 12345 build |
| 12 | 2026-06-18T22:25:21.699Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-18T22:25:23.705Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-18T22:25:23.801Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-18T22:25:23.804Z | + home_fs=zfs |
| 16 | 2026-06-18T22:25:23.804Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-18T22:25:23.804Z | + mkdir -p /home/build |
| 18 | 2026-06-18T22:25:23.807Z | + chown build:build /home/build /work |
| 19 | 2026-06-18T22:25:25.809Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-18T22:25:25.812Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-06-18T22:25:25.818Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-18T22:25:25.825Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-18T22:25:25.825Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-18T22:25:25.825Z | * rust toolchain profile = "default" |
| 25 | 2026-06-18T22:25:25.825Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-18T22:25:25.825Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-18T22:25:25.825Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-18T22:25:25.830Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-18T22:25:25.830Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-18T22:25:25.942Z | info: downloading installer |
| 31 | 2026-06-18T22:25:27.769Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-18T22:25:27.769Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-18T22:25:27.769Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-18T22:25:27.769Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-18T22:25:27.781Z | info: profile set to default |
| 36 | 2026-06-18T22:25:27.781Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-18T22:25:27.785Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-18T22:25:27.940Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-18T22:25:27.943Z | info: downloading 6 components |
| 40 | 2026-06-18T22:25:43.119Z | |
| 41 | 2026-06-18T22:25:43.120Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-18T22:25:43.148Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-18T22:25:43.148Z | |
| 44 | 2026-06-18T22:25:43.148Z | |
| 45 | 2026-06-18T22:25:43.148Z | Rust is installed now. Great! |
| 46 | 2026-06-18T22:25:43.148Z | |
| 47 | 2026-06-18T22:25:43.148Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-18T22:25:43.148Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-18T22:25:43.151Z | |
| 50 | 2026-06-18T22:25:43.151Z | To configure your current shell, you need to source |
| 51 | 2026-06-18T22:25:43.151Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-18T22:25:43.152Z | |
| 53 | 2026-06-18T22:25:43.152Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-18T22:25:43.152Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-18T22:25:43.152Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-18T22:25:43.152Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-18T22:25:43.152Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-18T22:25:43.152Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-18T22:25:43.152Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-18T22:25:43.152Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-18T22:25:43.152Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-18T22:25:43.251Z | + rustup --version |
| 63 | 2026-06-18T22:25:43.257Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-18T22:25:43.260Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-18T22:25:43.277Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-18T22:25:43.280Z | + cargo --version |
| 67 | 2026-06-18T22:25:43.290Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-18T22:25:43.293Z | + rustc --version |
| 69 | 2026-06-18T22:25:43.311Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-18T22:25:43.314Z | process exited: duration 17496 ms, exit code 0 |
| |
| 71 | 2026-06-18T22:25:43.321Z | starting task 2: "authentication" |
| 72 | 2026-06-18T22:25:43.340Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-18T22:25:43.345Z | starting task 3: "clone repository" |
| 74 | 2026-06-18T22:25:43.350Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-18T22:25:43.353Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-18T22:25:43.385Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-18T22:25:54.154Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-18T22:25:54.154Z | + git fetch origin 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 |
| 79 | 2026-06-18T22:25:54.456Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-18T22:25:54.456Z | * branch 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 -> FETCH_HEAD |
| 81 | 2026-06-18T22:25:54.471Z | + [[ -n eliza/rectifier-i-hardly-knew-er ]] |
| 82 | 2026-06-18T22:25:54.475Z | ++ git branch --show-current |
| 83 | 2026-06-18T22:25:54.479Z | + current=main |
| 84 | 2026-06-18T22:25:54.479Z | + [[ main != eliza/rectifier-i-hardly-knew-er ]] |
| 85 | 2026-06-18T22:25:54.479Z | + git branch -f eliza/rectifier-i-hardly-knew-er 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 |
| 86 | 2026-06-18T22:25:54.479Z | + git checkout -f eliza/rectifier-i-hardly-knew-er |
| 87 | 2026-06-18T22:25:54.723Z | Switched to branch 'eliza/rectifier-i-hardly-knew-er' |
| 88 | 2026-06-18T22:25:54.726Z | + git reset --hard 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 |
| 89 | 2026-06-18T22:25:54.742Z | HEAD is now at 1f34068bb Merge branch 'main' into eliza/rectifier-i-hardly-knew-er |
| 90 | 2026-06-18T22:25:54.745Z | process exited: duration 11397 ms, exit code 0 |
| |
| 91 | 2026-06-18T22:25:54.751Z | starting task 4: "build" |
| 92 | 2026-06-18T22:25:54.757Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-18T22:25:54.758Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-18T22:25:54.758Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-18T22:25:54.758Z | + cargo --version |
| 96 | 2026-06-18T22:25:54.768Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-18T22:25:54.771Z | + rustc --version |
| 98 | 2026-06-18T22:25:54.792Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-18T22:25:54.795Z | + cargo tree --locked |
| 100 | 2026-06-18T22:25:54.972Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-06-18T22:25:55.247Z | Updating crates.io index |
| 102 | 2026-06-18T22:25:55.287Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-06-18T22:25:56.181Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-06-18T22:25:56.489Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-06-18T22:25:57.373Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-06-18T22:25:58.326Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-06-18T22:25:58.896Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-06-18T22:26:00.457Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-06-18T22:26:01.341Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-06-18T22:26:01.633Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-06-18T22:26:02.775Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-06-18T22:26:03.056Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-06-18T22:26:03.601Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-06-18T22:26:03.970Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-06-18T22:26:04.424Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-06-18T22:26:04.902Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-06-18T22:26:05.229Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 118 | 2026-06-18T22:26:05.602Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 119 | 2026-06-18T22:26:05.939Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 120 | 2026-06-18T22:26:06.312Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 121 | 2026-06-18T22:26:06.726Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 122 | 2026-06-18T22:26:06.956Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 123 | 2026-06-18T22:26:07.211Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 124 | 2026-06-18T22:26:07.536Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-06-18T22:26:07.932Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 126 | 2026-06-18T22:26:08.323Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 127 | 2026-06-18T22:26:08.810Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 128 | 2026-06-18T22:26:09.212Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 129 | 2026-06-18T22:26:09.529Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 130 | 2026-06-18T22:26:10.716Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 131 | 2026-06-18T22:26:10.952Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-06-18T22:26:11.915Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 133 | 2026-06-18T22:26:12.339Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 134 | 2026-06-18T22:26:12.578Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 135 | 2026-06-18T22:26:12.996Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 136 | 2026-06-18T22:26:13.259Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 137 | 2026-06-18T22:26:13.591Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 138 | 2026-06-18T22:26:14.125Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-06-18T22:26:14.382Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 140 | 2026-06-18T22:26:14.653Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 141 | 2026-06-18T22:26:14.892Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 142 | 2026-06-18T22:26:16.831Z | Downloading crates ... |
| 143 | 2026-06-18T22:26:16.917Z | Downloaded ascii-canvas v3.0.0 |
| 144 | 2026-06-18T22:26:16.926Z | Downloaded aead v0.5.2 |
| 145 | 2026-06-18T22:26:16.929Z | Downloaded colorchoice v1.0.4 |
| 146 | 2026-06-18T22:26:16.932Z | Downloaded cpufeatures v0.3.0 |
| 147 | 2026-06-18T22:26:16.932Z | Downloaded bit-set v0.8.0 |
| 148 | 2026-06-18T22:26:16.935Z | Downloaded atomic-waker v1.1.2 |
| 149 | 2026-06-18T22:26:16.935Z | Downloaded array-init v0.0.4 |
| 150 | 2026-06-18T22:26:16.939Z | Downloaded derive_builder v0.20.2 |
| 151 | 2026-06-18T22:26:16.942Z | Downloaded defmt-parser v1.0.0 |
| 152 | 2026-06-18T22:26:16.942Z | Downloaded daft-derive v0.1.7 |
| 153 | 2026-06-18T22:26:16.945Z | Downloaded constant_time_eq v0.3.1 |
| 154 | 2026-06-18T22:26:16.949Z | Downloaded assert_matches v1.5.0 |
| 155 | 2026-06-18T22:26:16.949Z | Downloaded crc v3.4.0 |
| 156 | 2026-06-18T22:26:16.949Z | Downloaded base16ct v0.2.0 |
| 157 | 2026-06-18T22:26:16.952Z | Downloaded async-stream v0.3.6 |
| 158 | 2026-06-18T22:26:16.955Z | Downloaded cpufeatures v0.2.17 |
| 159 | 2026-06-18T22:26:16.955Z | Downloaded clap_lex v1.0.0 |
| 160 | 2026-06-18T22:26:16.955Z | Downloaded cfg_aliases v0.1.1 |
| 161 | 2026-06-18T22:26:16.957Z | Downloaded anstream v0.6.21 |
| 162 | 2026-06-18T22:26:16.960Z | Downloaded arrayvec v0.7.6 |
| 163 | 2026-06-18T22:26:16.960Z | Downloaded anstyle-parse v0.2.7 |
| 164 | 2026-06-18T22:26:16.963Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-06-18T22:26:16.966Z | Downloaded camino-tempfile-ext v0.3.3 |
| 166 | 2026-06-18T22:26:16.969Z | Downloaded convert_case v0.4.0 |
| 167 | 2026-06-18T22:26:16.972Z | Downloaded bitflags v1.3.2 |
| 168 | 2026-06-18T22:26:16.972Z | Downloaded bcs v0.1.6 |
| 169 | 2026-06-18T22:26:16.975Z | Downloaded base64ct v1.8.3 |
| 170 | 2026-06-18T22:26:16.975Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 171 | 2026-06-18T22:26:16.975Z | Downloaded backtrace-ext v0.2.1 |
| 172 | 2026-06-18T22:26:16.978Z | Downloaded cobs v0.3.0 |
| 173 | 2026-06-18T22:26:16.978Z | Downloaded cargo_metadata v0.21.0 |
| 174 | 2026-06-18T22:26:16.981Z | Downloaded cbc v0.1.2 |
| 175 | 2026-06-18T22:26:16.981Z | Downloaded bitfield v0.19.4 |
| 176 | 2026-06-18T22:26:16.981Z | Downloaded anyhow v1.0.102 |
| 177 | 2026-06-18T22:26:16.984Z | Downloaded constant_time_eq v0.4.2 |
| 178 | 2026-06-18T22:26:16.987Z | Downloaded chacha20 v0.9.1 |
| 179 | 2026-06-18T22:26:16.987Z | Downloaded dirs-next v2.0.0 |
| 180 | 2026-06-18T22:26:16.987Z | Downloaded concurrent-queue v2.5.0 |
| 181 | 2026-06-18T22:26:16.990Z | Downloaded ahash v0.8.12 |
| 182 | 2026-06-18T22:26:16.990Z | Downloaded cargo-platform v0.3.2 |
| 183 | 2026-06-18T22:26:16.990Z | Downloaded bytecount v0.6.9 |
| 184 | 2026-06-18T22:26:16.993Z | Downloaded derive_builder_macro v0.20.2 |
| 185 | 2026-06-18T22:26:16.993Z | Downloaded darling_macro v0.20.11 |
| 186 | 2026-06-18T22:26:16.993Z | Downloaded bzip2 v0.4.4 |
| 187 | 2026-06-18T22:26:16.996Z | Downloaded compression-codecs v0.4.37 |
| 188 | 2026-06-18T22:26:16.999Z | Downloaded const_format_proc_macros v0.2.34 |
| 189 | 2026-06-18T22:26:16.999Z | Downloaded cmake v0.1.57 |
| 190 | 2026-06-18T22:26:16.999Z | Downloaded block-padding v0.3.3 |
| 191 | 2026-06-18T22:26:17.006Z | Downloaded blake2 v0.10.6 |
| 192 | 2026-06-18T22:26:17.006Z | Downloaded backon v1.6.0 |
| 193 | 2026-06-18T22:26:17.006Z | Downloaded async-lock v3.4.2 |
| 194 | 2026-06-18T22:26:17.006Z | Downloaded anstyle-query v1.1.5 |
| 195 | 2026-06-18T22:26:17.006Z | Downloaded addr2line v0.25.1 |
| 196 | 2026-06-18T22:26:17.009Z | Downloaded atty v0.2.14 |
| 197 | 2026-06-18T22:26:17.009Z | Downloaded crucible-workspace-hack v0.1.0 |
| 198 | 2026-06-18T22:26:17.012Z | Downloaded compression-core v0.4.31 |
| 199 | 2026-06-18T22:26:17.012Z | Downloaded castaway v0.2.4 |
| 200 | 2026-06-18T22:26:17.015Z | Downloaded bitfield-struct v0.6.2 |
| 201 | 2026-06-18T22:26:17.015Z | Downloaded bitfield-macros v0.19.4 |
| 202 | 2026-06-18T22:26:17.015Z | Downloaded digest v0.10.7 |
| 203 | 2026-06-18T22:26:17.019Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 204 | 2026-06-18T22:26:17.022Z | Downloaded buf-list v1.1.2 |
| 205 | 2026-06-18T22:26:17.022Z | Downloaded async-recursion v1.1.1 |
| 206 | 2026-06-18T22:26:17.025Z | Downloaded crunchy v0.2.4 |
| 207 | 2026-06-18T22:26:17.025Z | Downloaded cookie_store v0.22.1 |
| 208 | 2026-06-18T22:26:17.031Z | Downloaded dirs-sys-next v0.1.2 |
| 209 | 2026-06-18T22:26:17.031Z | Downloaded convert_case v0.10.0 |
| 210 | 2026-06-18T22:26:17.031Z | Downloaded async-object-pool v0.2.0 |
| 211 | 2026-06-18T22:26:17.031Z | Downloaded adler2 v2.0.1 |
| 212 | 2026-06-18T22:26:17.037Z | Downloaded clap_derive v4.6.1 |
| 213 | 2026-06-18T22:26:17.037Z | Downloaded arrayref v0.3.9 |
| 214 | 2026-06-18T22:26:17.037Z | Downloaded bb8 v0.8.6 |
| 215 | 2026-06-18T22:26:17.041Z | Downloaded cargo-util-schemas v0.8.2 |
| 216 | 2026-06-18T22:26:17.041Z | Downloaded bitflags v2.11.0 |
| 217 | 2026-06-18T22:26:17.041Z | Downloaded defmt v0.3.100 |
| 218 | 2026-06-18T22:26:17.041Z | Downloaded cstr-argument v0.1.2 |
| 219 | 2026-06-18T22:26:17.041Z | Downloaded crc-catalog v2.4.0 |
| 220 | 2026-06-18T22:26:17.044Z | Downloaded camino-tempfile v1.4.1 |
| 221 | 2026-06-18T22:26:17.044Z | Downloaded difflib v0.4.0 |
| 222 | 2026-06-18T22:26:17.044Z | Downloaded bit-set v0.5.3 |
| 223 | 2026-06-18T22:26:17.044Z | Downloaded approx v0.5.1 |
| 224 | 2026-06-18T22:26:17.047Z | Downloaded ciborium-io v0.2.2 |
| 225 | 2026-06-18T22:26:17.050Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 226 | 2026-06-18T22:26:17.050Z | Downloaded downcast-rs v2.0.2 |
| 227 | 2026-06-18T22:26:17.050Z | Downloaded async-stream-impl v0.3.6 |
| 228 | 2026-06-18T22:26:17.054Z | Downloaded assert-json-diff v2.0.2 |
| 229 | 2026-06-18T22:26:17.054Z | Downloaded darling_macro v0.23.0 |
| 230 | 2026-06-18T22:26:17.054Z | Downloaded crc8 v0.1.1 |
| 231 | 2026-06-18T22:26:17.054Z | Downloaded ciborium-ll v0.2.2 |
| 232 | 2026-06-18T22:26:17.059Z | Downloaded atomicwrites v0.4.4 |
| 233 | 2026-06-18T22:26:17.059Z | Downloaded cargo-platform v0.2.0 |
| 234 | 2026-06-18T22:26:17.062Z | Downloaded cfg-if v1.0.4 |
| 235 | 2026-06-18T22:26:17.062Z | Downloaded cfg-expr v0.20.6 |
| 236 | 2026-06-18T22:26:17.062Z | Downloaded deranged v0.5.8 |
| 237 | 2026-06-18T22:26:17.062Z | Downloaded colored v2.2.0 |
| 238 | 2026-06-18T22:26:17.067Z | Downloaded console v0.16.2 |
| 239 | 2026-06-18T22:26:17.067Z | Downloaded cfg_aliases v0.2.1 |
| 240 | 2026-06-18T22:26:17.070Z | Downloaded document-features v0.2.12 |
| 241 | 2026-06-18T22:26:17.070Z | Downloaded darling_macro v0.21.3 |
| 242 | 2026-06-18T22:26:17.070Z | Downloaded dof v0.4.0 |
| 243 | 2026-06-18T22:26:17.073Z | Downloaded dyn-clone v1.0.20 |
| 244 | 2026-06-18T22:26:17.074Z | Downloaded embedded-io v0.6.1 |
| 245 | 2026-06-18T22:26:17.077Z | Downloaded debug-ignore v1.0.5 |
| 246 | 2026-06-18T22:26:17.077Z | Downloaded dunce v1.0.5 |
| 247 | 2026-06-18T22:26:17.077Z | Downloaded dtrace-parser v0.2.0 |
| 248 | 2026-06-18T22:26:17.077Z | Downloaded display-error-chain v0.2.2 |
| 249 | 2026-06-18T22:26:17.081Z | Downloaded crypto-common v0.1.7 |
| 250 | 2026-06-18T22:26:17.081Z | Downloaded darling_macro v0.13.4 |
| 251 | 2026-06-18T22:26:17.081Z | Downloaded dsl_auto_type v0.2.0 |
| 252 | 2026-06-18T22:26:17.085Z | Downloaded cast v0.3.0 |
| 253 | 2026-06-18T22:26:17.085Z | Downloaded cassowary v0.3.0 |
| 254 | 2026-06-18T22:26:17.085Z | Downloaded cargo_metadata v0.23.1 |
| 255 | 2026-06-18T22:26:17.086Z | Downloaded dtrace-parser v0.3.0 |
| 256 | 2026-06-18T22:26:17.086Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 257 | 2026-06-18T22:26:17.089Z | Downloaded embedded-io v0.4.0 |
| 258 | 2026-06-18T22:26:17.090Z | Downloaded console v0.15.11 |
| 259 | 2026-06-18T22:26:17.090Z | Downloaded anstream v1.0.0 |
| 260 | 2026-06-18T22:26:17.090Z | Downloaded endian-type v0.1.2 |
| 261 | 2026-06-18T22:26:17.093Z | Downloaded colored v3.1.1 |
| 262 | 2026-06-18T22:26:17.093Z | Downloaded event-listener-strategy v0.5.4 |
| 263 | 2026-06-18T22:26:17.093Z | Downloaded enum-as-inner v0.6.1 |
| 264 | 2026-06-18T22:26:17.098Z | Downloaded escape8259 v0.5.3 |
| 265 | 2026-06-18T22:26:17.098Z | Downloaded env_filter v1.0.0 |
| 266 | 2026-06-18T22:26:17.098Z | Downloaded defmt-macros v1.0.1 |
| 267 | 2026-06-18T22:26:17.098Z | Downloaded fastrand v2.3.0 |
| 268 | 2026-06-18T22:26:17.101Z | Downloaded equivalent v1.0.2 |
| 269 | 2026-06-18T22:26:17.101Z | Downloaded fd-lock v4.0.4 |
| 270 | 2026-06-18T22:26:17.102Z | Downloaded flagset v0.4.7 |
| 271 | 2026-06-18T22:26:17.109Z | Downloaded fixedbitset v0.4.2 |
| 272 | 2026-06-18T22:26:17.109Z | Downloaded cookie v0.18.1 |
| 273 | 2026-06-18T22:26:17.109Z | Downloaded float-ord v0.3.2 |
| 274 | 2026-06-18T22:26:17.109Z | Downloaded der_derive v0.7.3 |
| 275 | 2026-06-18T22:26:17.109Z | Downloaded cancel-safe-futures v0.1.5 |
| 276 | 2026-06-18T22:26:17.119Z | Downloaded derive-ex v0.1.8 |
| 277 | 2026-06-18T22:26:17.119Z | Downloaded bit-vec v0.6.3 |
| 278 | 2026-06-18T22:26:17.119Z | Downloaded backoff v0.4.0 |
| 279 | 2026-06-18T22:26:17.119Z | Downloaded derive_builder_core v0.20.2 |
| 280 | 2026-06-18T22:26:17.119Z | Downloaded data-encoding v2.10.0 |
| 281 | 2026-06-18T22:26:17.123Z | Downloaded defmt v1.0.1 |
| 282 | 2026-06-18T22:26:17.123Z | Downloaded cexpr v0.6.0 |
| 283 | 2026-06-18T22:26:17.123Z | Downloaded autocfg v1.5.0 |
| 284 | 2026-06-18T22:26:17.123Z | Downloaded foreign-types-shared v0.1.1 |
| 285 | 2026-06-18T22:26:17.123Z | Downloaded foreign-types v0.5.0 |
| 286 | 2026-06-18T22:26:17.123Z | Downloaded assert_cmd v2.1.2 |
| 287 | 2026-06-18T22:26:17.123Z | Downloaded fnv v1.0.7 |
| 288 | 2026-06-18T22:26:17.123Z | Downloaded displaydoc v0.2.5 |
| 289 | 2026-06-18T22:26:17.127Z | Downloaded float-cmp v0.10.0 |
| 290 | 2026-06-18T22:26:17.127Z | Downloaded darling v0.13.4 |
| 291 | 2026-06-18T22:26:17.127Z | Downloaded foreign-types-macros v0.2.3 |
| 292 | 2026-06-18T22:26:17.127Z | Downloaded des v0.8.1 |
| 293 | 2026-06-18T22:26:17.130Z | Downloaded crc-any v2.5.0 |
| 294 | 2026-06-18T22:26:17.130Z | Downloaded datatest-stable v0.3.3 |
| 295 | 2026-06-18T22:26:17.134Z | Downloaded csv-core v0.1.13 |
| 296 | 2026-06-18T22:26:17.134Z | Downloaded foreign-types-shared v0.3.1 |
| 297 | 2026-06-18T22:26:17.139Z | Downloaded futures-sink v0.3.32 |
| 298 | 2026-06-18T22:26:17.139Z | Downloaded blake2b_simd v1.0.4 |
| 299 | 2026-06-18T22:26:17.139Z | Downloaded foreign-types v0.3.2 |
| 300 | 2026-06-18T22:26:17.139Z | Downloaded either v1.15.0 |
| 301 | 2026-06-18T22:26:17.139Z | Downloaded ctr v0.9.2 |
| 302 | 2026-06-18T22:26:17.139Z | Downloaded cipher v0.4.4 |
| 303 | 2026-06-18T22:26:17.149Z | Downloaded clang-sys v1.8.1 |
| 304 | 2026-06-18T22:26:17.149Z | Downloaded funty v2.0.0 |
| 305 | 2026-06-18T22:26:17.149Z | Downloaded ena v0.14.4 |
| 306 | 2026-06-18T22:26:17.152Z | Downloaded futures-io v0.3.32 |
| 307 | 2026-06-18T22:26:17.153Z | Downloaded fxhash v0.2.1 |
| 308 | 2026-06-18T22:26:17.153Z | Downloaded futures-macro v0.3.32 |
| 309 | 2026-06-18T22:26:17.153Z | Downloaded diesel-dtrace v0.5.0 |
| 310 | 2026-06-18T22:26:17.153Z | Downloaded generic-array v0.14.7 |
| 311 | 2026-06-18T22:26:17.153Z | Downloaded futures-core v0.3.32 |
| 312 | 2026-06-18T22:26:17.153Z | Downloaded erased-serde v0.4.9 |
| 313 | 2026-06-18T22:26:17.153Z | Downloaded anes v0.1.6 |
| 314 | 2026-06-18T22:26:17.153Z | Downloaded ed25519 v2.2.3 |
| 315 | 2026-06-18T22:26:17.157Z | Downloaded gethostname v0.5.0 |
| 316 | 2026-06-18T22:26:17.157Z | Downloaded derive_more v0.99.20 |
| 317 | 2026-06-18T22:26:17.160Z | Downloaded find-msvc-tools v0.1.9 |
| 318 | 2026-06-18T22:26:17.160Z | Downloaded fallible-iterator v0.2.0 |
| 319 | 2026-06-18T22:26:17.161Z | Downloaded env_logger v0.11.9 |
| 320 | 2026-06-18T22:26:17.165Z | Downloaded darling v0.20.11 |
| 321 | 2026-06-18T22:26:17.165Z | Downloaded guppy-workspace-hack v0.1.0 |
| 322 | 2026-06-18T22:26:17.165Z | Downloaded globwalk v0.9.1 |
| 323 | 2026-06-18T22:26:17.165Z | Downloaded git-stub v1.0.0 |
| 324 | 2026-06-18T22:26:17.168Z | Downloaded heck v0.4.1 |
| 325 | 2026-06-18T22:26:17.168Z | Downloaded filetime v0.2.27 |
| 326 | 2026-06-18T22:26:17.168Z | Downloaded ff v0.13.1 |
| 327 | 2026-06-18T22:26:17.173Z | Downloaded fixedbitset v0.5.7 |
| 328 | 2026-06-18T22:26:17.173Z | Downloaded chacha20poly1305 v0.10.1 |
| 329 | 2026-06-18T22:26:17.173Z | Downloaded ghash v0.5.1 |
| 330 | 2026-06-18T22:26:17.176Z | Downloaded crossbeam-deque v0.8.6 |
| 331 | 2026-06-18T22:26:17.176Z | Downloaded futures-task v0.3.32 |
| 332 | 2026-06-18T22:26:17.176Z | Downloaded compact_str v0.8.1 |
| 333 | 2026-06-18T22:26:17.176Z | Downloaded darling v0.21.3 |
| 334 | 2026-06-18T22:26:17.181Z | Downloaded crossbeam-utils v0.8.21 |
| 335 | 2026-06-18T22:26:17.185Z | Downloaded ciborium v0.2.2 |
| 336 | 2026-06-18T22:26:17.185Z | Downloaded critical-section v1.2.0 |
| 337 | 2026-06-18T22:26:17.185Z | Downloaded headers-core v0.3.0 |
| 338 | 2026-06-18T22:26:17.185Z | Downloaded diff v0.1.13 |
| 339 | 2026-06-18T22:26:17.189Z | Downloaded hex-literal v0.4.1 |
| 340 | 2026-06-18T22:26:17.189Z | Downloaded ecdsa v0.16.9 |
| 341 | 2026-06-18T22:26:17.189Z | Downloaded chacha20 v0.10.0 |
| 342 | 2026-06-18T22:26:17.193Z | Downloaded form_urlencoded v1.2.2 |
| 343 | 2026-06-18T22:26:17.193Z | Downloaded foldhash v0.2.0 |
| 344 | 2026-06-18T22:26:17.193Z | Downloaded crossbeam-epoch v0.9.18 |
| 345 | 2026-06-18T22:26:17.193Z | Downloaded const_format v0.2.35 |
| 346 | 2026-06-18T22:26:17.196Z | Downloaded home v0.5.12 |
| 347 | 2026-06-18T22:26:17.200Z | Downloaded heck v0.5.0 |
| 348 | 2026-06-18T22:26:17.203Z | Downloaded async-bb8-diesel v0.2.1 |
| 349 | 2026-06-18T22:26:17.203Z | Downloaded http-body v1.0.1 |
| 350 | 2026-06-18T22:26:17.203Z | Downloaded http-range v0.1.5 |
| 351 | 2026-06-18T22:26:17.203Z | Downloaded ar_archive_writer v0.5.1 |
| 352 | 2026-06-18T22:26:17.204Z | Downloaded crc32fast v1.5.0 |
| 353 | 2026-06-18T22:26:17.204Z | Downloaded hubpack_derive v0.1.1 |
| 354 | 2026-06-18T22:26:17.207Z | Downloaded hubpack v0.1.2 |
| 355 | 2026-06-18T22:26:17.207Z | Downloaded darling_core v0.13.4 |
| 356 | 2026-06-18T22:26:17.210Z | Downloaded fs_extra v1.3.0 |
| 357 | 2026-06-18T22:26:17.210Z | Downloaded httpdate v1.0.3 |
| 358 | 2026-06-18T22:26:17.210Z | Downloaded hostname v0.3.1 |
| 359 | 2026-06-18T22:26:17.210Z | Downloaded hex v0.4.3 |
| 360 | 2026-06-18T22:26:17.214Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-06-18T22:26:17.214Z | Downloaded fs-err v2.11.0 |
| 362 | 2026-06-18T22:26:17.217Z | Downloaded hyper-tls v0.6.0 |
| 363 | 2026-06-18T22:26:17.217Z | Downloaded argon2 v0.5.3 |
| 364 | 2026-06-18T22:26:17.217Z | Downloaded byteorder v1.5.0 |
| 365 | 2026-06-18T22:26:17.217Z | Downloaded blowfish v0.9.1 |
| 366 | 2026-06-18T22:26:17.221Z | Downloaded async-trait v0.1.89 |
| 367 | 2026-06-18T22:26:17.221Z | Downloaded allocator-api2 v0.2.21 |
| 368 | 2026-06-18T22:26:17.224Z | Downloaded ident_case v1.0.1 |
| 369 | 2026-06-18T22:26:17.224Z | Downloaded futures-executor v0.3.32 |
| 370 | 2026-06-18T22:26:17.224Z | Downloaded derive-where v1.6.0 |
| 371 | 2026-06-18T22:26:17.234Z | Downloaded event-listener v5.4.1 |
| 372 | 2026-06-18T22:26:17.238Z | Downloaded globset v0.4.18 |
| 373 | 2026-06-18T22:26:17.238Z | Downloaded glob v0.3.3 |
| 374 | 2026-06-18T22:26:17.238Z | Downloaded hash32 v0.3.1 |
| 375 | 2026-06-18T22:26:17.238Z | Downloaded group v0.13.0 |
| 376 | 2026-06-18T22:26:17.238Z | Downloaded git-stub-vcs v0.1.0 |
| 377 | 2026-06-18T22:26:17.238Z | Downloaded erased-serde v0.3.31 |
| 378 | 2026-06-18T22:26:17.238Z | Downloaded illumos-nvpair v0.3.0 |
| 379 | 2026-06-18T22:26:17.238Z | Downloaded idna_adapter v1.2.1 |
| 380 | 2026-06-18T22:26:17.238Z | Downloaded bzip2 v0.6.1 |
| 381 | 2026-06-18T22:26:17.238Z | Downloaded criterion-plot v0.6.0 |
| 382 | 2026-06-18T22:26:17.242Z | Downloaded corncobs v0.1.4 |
| 383 | 2026-06-18T22:26:17.242Z | Downloaded const-oid v0.9.6 |
| 384 | 2026-06-18T22:26:17.242Z | Downloaded darling v0.23.0 |
| 385 | 2026-06-18T22:26:17.246Z | Downloaded bumpalo v3.20.2 |
| 386 | 2026-06-18T22:26:17.247Z | Downloaded errno v0.3.14 |
| 387 | 2026-06-18T22:26:17.247Z | Downloaded byte-wrapper v0.1.0 |
| 388 | 2026-06-18T22:26:17.250Z | Downloaded clap v4.6.1 |
| 389 | 2026-06-18T22:26:17.254Z | Downloaded indoc v1.0.9 |
| 390 | 2026-06-18T22:26:17.257Z | Downloaded foldhash v0.1.5 |
| 391 | 2026-06-18T22:26:17.257Z | Downloaded is-terminal v0.4.17 |
| 392 | 2026-06-18T22:26:17.257Z | Downloaded instant v0.1.13 |
| 393 | 2026-06-18T22:26:17.260Z | Downloaded base64 v0.22.1 |
| 394 | 2026-06-18T22:26:17.260Z | Downloaded indent_write v2.2.0 |
| 395 | 2026-06-18T22:26:17.261Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 396 | 2026-06-18T22:26:17.266Z | Downloaded hash32 v0.2.1 |
| 397 | 2026-06-18T22:26:17.266Z | Downloaded dropshot_endpoint v0.17.0 |
| 398 | 2026-06-18T22:26:17.266Z | Downloaded hostname v0.4.2 |
| 399 | 2026-06-18T22:26:17.266Z | Downloaded daft v0.1.7 |
| 400 | 2026-06-18T22:26:17.270Z | Downloaded internet-checksum v0.2.1 |
| 401 | 2026-06-18T22:26:17.270Z | Downloaded instability v0.3.11 |
| 402 | 2026-06-18T22:26:17.270Z | Downloaded highway v1.3.0 |
| 403 | 2026-06-18T22:26:17.270Z | Downloaded camino v1.2.2 |
| 404 | 2026-06-18T22:26:17.274Z | Downloaded is_terminal_polyfill v1.70.2 |
| 405 | 2026-06-18T22:26:17.274Z | Downloaded kstat-rs v0.2.4 |
| 406 | 2026-06-18T22:26:17.274Z | Downloaded keccak v0.1.6 |
| 407 | 2026-06-18T22:26:17.274Z | Downloaded itoa v1.0.17 |
| 408 | 2026-06-18T22:26:17.277Z | Downloaded is_ci v1.2.0 |
| 409 | 2026-06-18T22:26:17.277Z | Downloaded lazy_static v1.5.0 |
| 410 | 2026-06-18T22:26:17.277Z | Downloaded lalrpop-util v0.19.12 |
| 411 | 2026-06-18T22:26:17.277Z | Downloaded bit-vec v0.8.0 |
| 412 | 2026-06-18T22:26:17.280Z | Downloaded anstyle-parse v1.0.0 |
| 413 | 2026-06-18T22:26:17.280Z | Downloaded drift v0.2.0 |
| 414 | 2026-06-18T22:26:17.285Z | Downloaded http-body-util v0.1.3 |
| 415 | 2026-06-18T22:26:17.288Z | Downloaded hyper-staticfile v0.10.1 |
| 416 | 2026-06-18T22:26:17.288Z | Downloaded futures-timer v3.0.3 |
| 417 | 2026-06-18T22:26:17.291Z | Downloaded futures-channel v0.3.32 |
| 418 | 2026-06-18T22:26:17.291Z | Downloaded elliptic-curve v0.13.8 |
| 419 | 2026-06-18T22:26:17.294Z | Downloaded anstyle v1.0.14 |
| 420 | 2026-06-18T22:26:17.294Z | Downloaded linked-hash-map v0.5.6 |
| 421 | 2026-06-18T22:26:17.294Z | Downloaded dof v0.3.0 |
| 422 | 2026-06-18T22:26:17.298Z | Downloaded humantime v2.3.0 |
| 423 | 2026-06-18T22:26:17.302Z | Downloaded libscf-sys v1.1.0 |
| 424 | 2026-06-18T22:26:17.309Z | Downloaded inout v0.1.4 |
| 425 | 2026-06-18T22:26:17.312Z | Downloaded indoc v2.0.7 |
| 426 | 2026-06-18T22:26:17.312Z | Downloaded lzss v0.8.2 |
| 427 | 2026-06-18T22:26:17.312Z | Downloaded linkme-impl v0.3.35 |
| 428 | 2026-06-18T22:26:17.315Z | Downloaded half v1.8.3 |
| 429 | 2026-06-18T22:26:17.318Z | Downloaded md-5 v0.10.6 |
| 430 | 2026-06-18T22:26:17.318Z | Downloaded darling_core v0.23.0 |
| 431 | 2026-06-18T22:26:17.322Z | Downloaded lru-cache v0.1.2 |
| 432 | 2026-06-18T22:26:17.322Z | Downloaded managed v0.8.0 |
| 433 | 2026-06-18T22:26:17.325Z | Downloaded darling_core v0.21.3 |
| 434 | 2026-06-18T22:26:17.329Z | Downloaded match_cfg v0.1.0 |
| 435 | 2026-06-18T22:26:17.329Z | Downloaded lru v0.12.5 |
| 436 | 2026-06-18T22:26:17.329Z | Downloaded chumsky v0.9.3 |
| 437 | 2026-06-18T22:26:17.336Z | Downloaded macaddr v1.0.1 |
| 438 | 2026-06-18T22:26:17.336Z | Downloaded ingot-types v0.1.2 |
| 439 | 2026-06-18T22:26:17.336Z | Downloaded ingot v0.1.1 |
| 440 | 2026-06-18T22:26:17.336Z | Downloaded lru-slab v0.1.2 |
| 441 | 2026-06-18T22:26:17.340Z | Downloaded memmap v0.7.0 |
| 442 | 2026-06-18T22:26:17.340Z | Downloaded miette-derive v5.10.0 |
| 443 | 2026-06-18T22:26:17.340Z | Downloaded memoffset v0.9.1 |
| 444 | 2026-06-18T22:26:17.340Z | Downloaded mime v0.3.17 |
| 445 | 2026-06-18T22:26:17.343Z | Downloaded maybe-uninit v2.0.0 |
| 446 | 2026-06-18T22:26:17.343Z | Downloaded darling_core v0.20.11 |
| 447 | 2026-06-18T22:26:17.343Z | Downloaded nested v0.1.1 |
| 448 | 2026-06-18T22:26:17.346Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 449 | 2026-06-18T22:26:17.349Z | Downloaded ipnetwork v0.21.1 |
| 450 | 2026-06-18T22:26:17.349Z | Downloaded futures v0.3.32 |
| 451 | 2026-06-18T22:26:17.353Z | Downloaded knuffel-derive v3.2.0 |
| 452 | 2026-06-18T22:26:17.356Z | Downloaded ipnet v2.11.0 |
| 453 | 2026-06-18T22:26:17.356Z | Downloaded nibble_vec v0.1.0 |
| 454 | 2026-06-18T22:26:17.356Z | Downloaded multimap v0.10.1 |
| 455 | 2026-06-18T22:26:17.361Z | Downloaded libloading v0.8.9 |
| 456 | 2026-06-18T22:26:17.364Z | Downloaded newline-converter v0.3.0 |
| 457 | 2026-06-18T22:26:17.364Z | Downloaded httparse v1.10.1 |
| 458 | 2026-06-18T22:26:17.371Z | Downloaded arc-swap v1.8.2 |
| 459 | 2026-06-18T22:26:17.374Z | Downloaded hyper-rustls v0.27.7 |
| 460 | 2026-06-18T22:26:17.374Z | Downloaded getrandom v0.2.17 |
| 461 | 2026-06-18T22:26:17.377Z | Downloaded libefi-sys v0.1.0 |
| 462 | 2026-06-18T22:26:17.377Z | Downloaded normalize-line-endings v0.3.0 |
| 463 | 2026-06-18T22:26:17.377Z | Downloaded hmac v0.12.1 |
| 464 | 2026-06-18T22:26:17.380Z | Downloaded num-derive v0.3.3 |
| 465 | 2026-06-18T22:26:17.383Z | Downloaded libtest-mimic v0.8.1 |
| 466 | 2026-06-18T22:26:17.383Z | Downloaded hickory-client v0.25.2 |
| 467 | 2026-06-18T22:26:17.386Z | Downloaded libsw-core v0.3.2 |
| 468 | 2026-06-18T22:26:17.386Z | Downloaded half v2.7.1 |
| 469 | 2026-06-18T22:26:17.389Z | Downloaded num v0.4.3 |
| 470 | 2026-06-18T22:26:17.389Z | Downloaded nodrop v0.1.14 |
| 471 | 2026-06-18T22:26:17.392Z | Downloaded libsw v3.5.0 |
| 472 | 2026-06-18T22:26:17.392Z | Downloaded base64 v0.21.7 |
| 473 | 2026-06-18T22:26:17.395Z | Downloaded num-iter v0.1.45 |
| 474 | 2026-06-18T22:26:17.395Z | Downloaded maplit v1.0.2 |
| 475 | 2026-06-18T22:26:17.395Z | Downloaded linkme v0.3.35 |
| 476 | 2026-06-18T22:26:17.398Z | Downloaded linear-map v1.2.0 |
| 477 | 2026-06-18T22:26:17.398Z | Downloaded iana-time-zone v0.1.65 |
| 478 | 2026-06-18T22:26:17.401Z | Downloaded der v0.7.10 |
| 479 | 2026-06-18T22:26:17.413Z | Downloaded num-derive v0.4.2 |
| 480 | 2026-06-18T22:26:17.416Z | Downloaded num-conv v0.2.0 |
| 481 | 2026-06-18T22:26:17.416Z | Downloaded md5 v0.7.0 |
| 482 | 2026-06-18T22:26:17.419Z | Downloaded ingot-macros v0.1.1 |
| 483 | 2026-06-18T22:26:17.419Z | Downloaded derive_more v2.1.1 |
| 484 | 2026-06-18T22:26:17.426Z | Downloaded num_threads v0.1.7 |
| 485 | 2026-06-18T22:26:17.429Z | Downloaded num_enum_derive v0.5.11 |
| 486 | 2026-06-18T22:26:17.429Z | Downloaded flume v0.11.1 |
| 487 | 2026-06-18T22:26:17.432Z | Downloaded ordered-float v2.10.1 |
| 488 | 2026-06-18T22:26:17.432Z | Downloaded nanorand v0.7.0 |
| 489 | 2026-06-18T22:26:17.432Z | Downloaded olpc-cjson v0.1.4 |
| 490 | 2026-06-18T22:26:17.435Z | Downloaded mime_guess v2.0.5 |
| 491 | 2026-06-18T22:26:17.435Z | Downloaded openssl-probe v0.2.1 |
| 492 | 2026-06-18T22:26:17.435Z | Downloaded openssl-macros v0.1.1 |
| 493 | 2026-06-18T22:26:17.439Z | Downloaded newtype-uuid-macros v0.1.0 |
| 494 | 2026-06-18T22:26:17.439Z | Downloaded openssl-probe v0.1.6 |
| 495 | 2026-06-18T22:26:17.439Z | Downloaded jobserver v0.1.34 |
| 496 | 2026-06-18T22:26:17.443Z | Downloaded derive_more-impl v2.1.1 |
| 497 | 2026-06-18T22:26:17.443Z | Downloaded multer v3.1.0 |
| 498 | 2026-06-18T22:26:17.446Z | Downloaded icu_properties v2.1.2 |
| 499 | 2026-06-18T22:26:17.446Z | Downloaded newtype-uuid v1.3.2 |
| 500 | 2026-06-18T22:26:17.449Z | Downloaded new_debug_unreachable v1.0.6 |
| 501 | 2026-06-18T22:26:17.449Z | Downloaded native-tls v0.2.18 |
| 502 | 2026-06-18T22:26:17.449Z | Downloaded ed25519-dalek v2.2.0 |
| 503 | 2026-06-18T22:26:17.452Z | Downloaded httptest v0.16.4 |
| 504 | 2026-06-18T22:26:17.452Z | Downloaded packed_struct_codegen v0.10.1 |
| 505 | 2026-06-18T22:26:17.455Z | Downloaded oso-derive v0.27.3 |
| 506 | 2026-06-18T22:26:17.455Z | Downloaded getrandom v0.4.1 |
| 507 | 2026-06-18T22:26:17.461Z | Downloaded parking v2.2.1 |
| 508 | 2026-06-18T22:26:17.461Z | Downloaded getrandom v0.3.4 |
| 509 | 2026-06-18T22:26:17.465Z | Downloaded fatfs v0.3.6 |
| 510 | 2026-06-18T22:26:17.465Z | Downloaded newtype_derive v0.1.6 |
| 511 | 2026-06-18T22:26:17.465Z | Downloaded icu_provider v2.1.1 |
| 512 | 2026-06-18T22:26:17.465Z | Downloaded litrs v1.0.0 |
| 513 | 2026-06-18T22:26:17.470Z | Downloaded fancy-regex v0.14.0 |
| 514 | 2026-06-18T22:26:17.470Z | Downloaded parse-size v1.1.0 |
| 515 | 2026-06-18T22:26:17.470Z | Downloaded litemap v0.8.1 |
| 516 | 2026-06-18T22:26:17.474Z | Downloaded crypto-bigint v0.5.5 |
| 517 | 2026-06-18T22:26:17.478Z | Downloaded crossbeam-channel v0.5.15 |
| 518 | 2026-06-18T22:26:17.481Z | Downloaded peg-runtime v0.8.5 |
| 519 | 2026-06-18T22:26:17.481Z | Downloaded parse-display v0.10.0 |
| 520 | 2026-06-18T22:26:17.481Z | Downloaded pbkdf2 v0.11.0 |
| 521 | 2026-06-18T22:26:17.481Z | Downloaded pathdiff v0.2.3 |
| 522 | 2026-06-18T22:26:17.531Z | Downloaded percent-encoding v2.3.2 |
| 523 | 2026-06-18T22:26:17.531Z | Downloaded path-slash v0.1.5 |
| 524 | 2026-06-18T22:26:17.531Z | Downloaded opaque-debug v0.3.1 |
| 525 | 2026-06-18T22:26:17.531Z | Downloaded pbkdf2 v0.12.2 |
| 526 | 2026-06-18T22:26:17.531Z | Downloaded oorandom v11.1.5 |
| 527 | 2026-06-18T22:26:17.531Z | Downloaded memmap2 v0.9.10 |
| 528 | 2026-06-18T22:26:17.531Z | Downloaded lock_api v0.4.14 |
| 529 | 2026-06-18T22:26:17.531Z | Downloaded num_enum_derive v0.7.6 |
| 530 | 2026-06-18T22:26:17.531Z | Downloaded heapless v0.7.17 |
| 531 | 2026-06-18T22:26:17.531Z | Downloaded async-compression v0.4.41 |
| 532 | 2026-06-18T22:26:17.531Z | Downloaded headers v0.4.1 |
| 533 | 2026-06-18T22:26:17.531Z | Downloaded phf_shared v0.12.1 |
| 534 | 2026-06-18T22:26:17.531Z | Downloaded libbz2-rs-sys v0.2.2 |
| 535 | 2026-06-18T22:26:17.531Z | Downloaded num-rational v0.4.2 |
| 536 | 2026-06-18T22:26:17.531Z | Downloaded phf_shared v0.11.3 |
| 537 | 2026-06-18T22:26:17.531Z | Downloaded cc v1.2.56 |
| 538 | 2026-06-18T22:26:17.531Z | Downloaded backtrace v0.3.76 |
| 539 | 2026-06-18T22:26:17.531Z | Downloaded pin-utils v0.1.0 |
| 540 | 2026-06-18T22:26:17.531Z | Downloaded indexmap v1.9.3 |
| 541 | 2026-06-18T22:26:17.531Z | Downloaded num-integer v0.1.46 |
| 542 | 2026-06-18T22:26:17.531Z | Downloaded oxide-tokio-rt v0.1.4 |
| 543 | 2026-06-18T22:26:17.531Z | Downloaded nu-ansi-term v0.50.3 |
| 544 | 2026-06-18T22:26:17.531Z | Downloaded num_enum v0.5.11 |
| 545 | 2026-06-18T22:26:17.531Z | Downloaded phf_shared v0.13.1 |
| 546 | 2026-06-18T22:26:17.531Z | Downloaded num-complex v0.4.6 |
| 547 | 2026-06-18T22:26:17.535Z | Downloaded flate2 v1.1.9 |
| 548 | 2026-06-18T22:26:17.535Z | Downloaded plotters-svg v0.3.7 |
| 549 | 2026-06-18T22:26:17.535Z | Downloaded plotters-backend v0.3.7 |
| 550 | 2026-06-18T22:26:17.535Z | Downloaded oxnet v0.1.6 |
| 551 | 2026-06-18T22:26:17.535Z | Downloaded heapless v0.8.0 |
| 552 | 2026-06-18T22:26:17.541Z | Downloaded precomputed-hash v0.1.1 |
| 553 | 2026-06-18T22:26:17.541Z | Downloaded packed_struct v0.10.1 |
| 554 | 2026-06-18T22:26:17.541Z | Downloaded icu_locale_core v2.1.1 |
| 555 | 2026-06-18T22:26:17.544Z | Downloaded num_enum v0.7.6 |
| 556 | 2026-06-18T22:26:17.544Z | Downloaded plain v0.2.3 |
| 557 | 2026-06-18T22:26:17.547Z | Downloaded paste v1.0.15 |
| 558 | 2026-06-18T22:26:17.550Z | Downloaded predicates-tree v1.0.13 |
| 559 | 2026-06-18T22:26:17.550Z | Downloaded predicates-core v1.0.10 |
| 560 | 2026-06-18T22:26:17.550Z | Downloaded powerfmt v0.2.0 |
| 561 | 2026-06-18T22:26:17.550Z | Downloaded pretty-hex v0.4.1 |
| 562 | 2026-06-18T22:26:17.553Z | Downloaded potential_utf v0.1.4 |
| 563 | 2026-06-18T22:26:17.553Z | Downloaded expectorate v1.2.0 |
| 564 | 2026-06-18T22:26:17.556Z | Downloaded pem v3.0.6 |
| 565 | 2026-06-18T22:26:17.556Z | Downloaded parking_lot_core v0.8.6 |
| 566 | 2026-06-18T22:26:17.559Z | Downloaded password-hash v0.4.2 |
| 567 | 2026-06-18T22:26:17.559Z | Downloaded once_cell v1.21.3 |
| 568 | 2026-06-18T22:26:17.562Z | Downloaded log v0.4.29 |
| 569 | 2026-06-18T22:26:17.562Z | Downloaded ignore v0.4.25 |
| 570 | 2026-06-18T22:26:17.565Z | Downloaded pem-rfc7468 v0.7.0 |
| 571 | 2026-06-18T22:26:17.568Z | Downloaded phf v0.13.1 |
| 572 | 2026-06-18T22:26:17.568Z | Downloaded phf v0.12.1 |
| 573 | 2026-06-18T22:26:17.568Z | Downloaded pkcs8 v0.10.2 |
| 574 | 2026-06-18T22:26:17.571Z | Downloaded proc-macro-error-attr v1.0.4 |
| 575 | 2026-06-18T22:26:17.571Z | Downloaded diesel_derives v2.3.7 |
| 576 | 2026-06-18T22:26:17.575Z | Downloaded progenitor-macro v0.13.0 |
| 577 | 2026-06-18T22:26:17.578Z | Downloaded progenitor-client v0.14.0 |
| 578 | 2026-06-18T22:26:17.578Z | Downloaded password-hash v0.5.0 |
| 579 | 2026-06-18T22:26:17.578Z | Downloaded partial-io v0.5.4 |
| 580 | 2026-06-18T22:26:17.581Z | Downloaded path-tree v0.8.3 |
| 581 | 2026-06-18T22:26:17.581Z | Downloaded knuffel v3.2.0 |
| 582 | 2026-06-18T22:26:17.584Z | Downloaded peg-macros v0.8.5 |
| 583 | 2026-06-18T22:26:17.587Z | Downloaded hickory-resolver v0.24.4 |
| 584 | 2026-06-18T22:26:17.590Z | Downloaded proc-macro-crate v1.3.1 |
| 585 | 2026-06-18T22:26:17.590Z | Downloaded peg v0.8.5 |
| 586 | 2026-06-18T22:26:17.593Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 587 | 2026-06-18T22:26:17.593Z | Downloaded parking_lot v0.11.2 |
| 588 | 2026-06-18T22:26:17.593Z | Downloaded parse-display-derive v0.10.0 |
| 589 | 2026-06-18T22:26:17.596Z | Downloaded omicron-zone-package v0.12.2 |
| 590 | 2026-06-18T22:26:17.596Z | Downloaded indicatif v0.18.4 |
| 591 | 2026-06-18T22:26:17.599Z | Downloaded quick-error v1.2.3 |
| 592 | 2026-06-18T22:26:17.599Z | Downloaded psl-types v2.0.11 |
| 593 | 2026-06-18T22:26:17.602Z | Downloaded progenitor-macro v0.14.0 |
| 594 | 2026-06-18T22:26:17.602Z | Downloaded icu_normalizer_data v2.1.1 |
| 595 | 2026-06-18T22:26:17.602Z | Downloaded icu_normalizer v2.1.1 |
| 596 | 2026-06-18T22:26:17.606Z | Downloaded owo-colors v3.5.0 |
| 597 | 2026-06-18T22:26:17.611Z | Downloaded pkg-config v0.3.32 |
| 598 | 2026-06-18T22:26:17.611Z | Downloaded icu_collections v2.1.1 |
| 599 | 2026-06-18T22:26:17.615Z | Downloaded nonempty v0.12.0 |
| 600 | 2026-06-18T22:26:17.615Z | Downloaded bytes v1.11.1 |
| 601 | 2026-06-18T22:26:17.618Z | Downloaded parking_lot_core v0.9.12 |
| 602 | 2026-06-18T22:26:17.618Z | Downloaded owo-colors v4.3.0 |
| 603 | 2026-06-18T22:26:17.621Z | Downloaded radium v0.7.0 |
| 604 | 2026-06-18T22:26:17.624Z | Downloaded ppv-lite86 v0.2.21 |
| 605 | 2026-06-18T22:26:17.627Z | Downloaded rand_xorshift v0.4.0 |
| 606 | 2026-06-18T22:26:17.627Z | Downloaded rand_chacha v0.3.1 |
| 607 | 2026-06-18T22:26:17.631Z | Downloaded proc-macro-crate v3.4.0 |
| 608 | 2026-06-18T22:26:17.631Z | Downloaded postgres-protocol v0.6.10 |
| 609 | 2026-06-18T22:26:17.635Z | Downloaded poly1305 v0.8.0 |
| 610 | 2026-06-18T22:26:17.635Z | Downloaded parking_lot v0.12.5 |
| 611 | 2026-06-18T22:26:17.639Z | Downloaded miniz_oxide v0.8.9 |
| 612 | 2026-06-18T22:26:17.639Z | Downloaded crossterm v0.28.1 |
| 613 | 2026-06-18T22:26:17.641Z | Downloaded hickory-resolver v0.25.2 |
| 614 | 2026-06-18T22:26:17.644Z | Downloaded num-traits v0.2.19 |
| 615 | 2026-06-18T22:26:17.644Z | Downloaded predicates v3.1.4 |
| 616 | 2026-06-18T22:26:17.648Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 617 | 2026-06-18T22:26:17.648Z | Downloaded proc-macro-error v1.0.4 |
| 618 | 2026-06-18T22:26:17.651Z | Downloaded progenitor-extras v0.2.0 |
| 619 | 2026-06-18T22:26:17.651Z | Downloaded progenitor v0.13.0 |
| 620 | 2026-06-18T22:26:17.654Z | Downloaded http v1.4.0 |
| 621 | 2026-06-18T22:26:17.657Z | Downloaded proc-macro-error2 v2.0.1 |
| 622 | 2026-06-18T22:26:17.660Z | Downloaded progenitor-client v0.13.0 |
| 623 | 2026-06-18T22:26:17.660Z | Downloaded aes v0.8.4 |
| 624 | 2026-06-18T22:26:17.663Z | Downloaded pkcs5 v0.7.1 |
| 625 | 2026-06-18T22:26:17.663Z | Downloaded papergrid v0.17.0 |
| 626 | 2026-06-18T22:26:17.666Z | Downloaded papergrid v0.11.0 |
| 627 | 2026-06-18T22:26:17.669Z | Downloaded oso v0.27.3 |
| 628 | 2026-06-18T22:26:17.672Z | Downloaded psm v0.1.30 |
| 629 | 2026-06-18T22:26:17.675Z | Downloaded progenitor v0.14.0 |
| 630 | 2026-06-18T22:26:17.678Z | Downloaded pest_derive v2.8.6 |
| 631 | 2026-06-18T22:26:17.681Z | Downloaded jiff-static v0.2.21 |
| 632 | 2026-06-18T22:26:17.685Z | Downloaded ref-cast-impl v1.0.25 |
| 633 | 2026-06-18T22:26:17.688Z | Downloaded memchr v2.8.0 |
| 634 | 2026-06-18T22:26:17.688Z | Downloaded ref-cast v1.0.25 |
| 635 | 2026-06-18T22:26:17.691Z | Downloaded rand_chacha v0.9.0 |
| 636 | 2026-06-18T22:26:17.691Z | Downloaded russh-cryptovec v0.7.3 |
| 637 | 2026-06-18T22:26:17.693Z | Downloaded rfc6979 v0.4.0 |
| 638 | 2026-06-18T22:26:17.693Z | Downloaded recursive v0.1.1 |
| 639 | 2026-06-18T22:26:17.693Z | Downloaded rand_core v0.9.5 |
| 640 | 2026-06-18T22:26:17.696Z | Downloaded pest_generator v2.8.6 |
| 641 | 2026-06-18T22:26:17.700Z | Downloaded rtoolbox v0.0.3 |
| 642 | 2026-06-18T22:26:17.703Z | Downloaded r2d2 v0.8.10 |
| 643 | 2026-06-18T22:26:17.706Z | Downloaded rustc_version v0.4.1 |
| 644 | 2026-06-18T22:26:17.706Z | Downloaded miette v5.10.0 |
| 645 | 2026-06-18T22:26:17.709Z | Downloaded rand_seeder v0.4.0 |
| 646 | 2026-06-18T22:26:17.709Z | Downloaded rand_core v0.10.0 |
| 647 | 2026-06-18T22:26:17.711Z | Downloaded quote v1.0.45 |
| 648 | 2026-06-18T22:26:17.711Z | Downloaded pin-project-lite v0.2.17 |
| 649 | 2026-06-18T22:26:17.714Z | Downloaded rustc-hash v2.1.1 |
| 650 | 2026-06-18T22:26:17.717Z | Downloaded pkcs1 v0.7.5 |
| 651 | 2026-06-18T22:26:17.717Z | Downloaded postcard v1.1.3 |
| 652 | 2026-06-18T22:26:17.720Z | Downloaded polyval v0.6.2 |
| 653 | 2026-06-18T22:26:17.720Z | Downloaded hickory-server v0.25.2 |
| 654 | 2026-06-18T22:26:17.724Z | Downloaded rand_core v0.6.4 |
| 655 | 2026-06-18T22:26:17.726Z | Downloaded criterion v0.7.0 |
| 656 | 2026-06-18T22:26:17.731Z | Downloaded rustc_version v0.1.7 |
| 657 | 2026-06-18T22:26:17.734Z | Downloaded postgres-types v0.2.12 |
| 658 | 2026-06-18T22:26:17.734Z | Downloaded primeorder v0.13.6 |
| 659 | 2026-06-18T22:26:17.734Z | Downloaded crossterm v0.29.0 |
| 660 | 2026-06-18T22:26:17.737Z | Downloaded openssl-sys v0.9.115 |
| 661 | 2026-06-18T22:26:17.741Z | Downloaded dropshot-api-manager v0.7.2 |
| 662 | 2026-06-18T22:26:17.745Z | Downloaded scopeguard v1.2.0 |
| 663 | 2026-06-18T22:26:17.754Z | Downloaded salsa20 v0.10.2 |
| 664 | 2026-06-18T22:26:17.756Z | Downloaded same-file v1.0.6 |
| 665 | 2026-06-18T22:26:17.759Z | Downloaded scheduled-thread-pool v0.2.7 |
| 666 | 2026-06-18T22:26:17.764Z | Downloaded clap_builder v4.6.0 |
| 667 | 2026-06-18T22:26:17.768Z | Downloaded prefix-trie v0.7.0 |
| 668 | 2026-06-18T22:26:17.771Z | Downloaded pin-project-internal v1.1.11 |
| 669 | 2026-06-18T22:26:17.774Z | Downloaded hashbrown v0.13.2 |
| 670 | 2026-06-18T22:26:17.777Z | Downloaded serde-big-array v0.5.1 |
| 671 | 2026-06-18T22:26:17.777Z | Downloaded semver v0.1.20 |
| 672 | 2026-06-18T22:26:17.777Z | Downloaded sapling-renderdag v0.1.0 |
| 673 | 2026-06-18T22:26:17.780Z | Downloaded secrecy v0.10.3 |
| 674 | 2026-06-18T22:26:17.780Z | Downloaded scroll_derive v0.12.1 |
| 675 | 2026-06-18T22:26:17.780Z | Downloaded secrecy v0.8.0 |
| 676 | 2026-06-18T22:26:17.780Z | Downloaded scrypt v0.11.0 |
| 677 | 2026-06-18T22:26:17.784Z | Downloaded hashbrown v0.12.3 |
| 678 | 2026-06-18T22:26:17.787Z | Downloaded rustls-native-certs v0.8.3 |
| 679 | 2026-06-18T22:26:17.787Z | Downloaded resolv-conf v0.7.6 |
| 680 | 2026-06-18T22:26:17.787Z | Downloaded proc-macro2 v1.0.106 |
| 681 | 2026-06-18T22:26:17.790Z | Downloaded pest_meta v2.8.6 |
| 682 | 2026-06-18T22:26:17.793Z | Downloaded quinn-udp v0.5.14 |
| 683 | 2026-06-18T22:26:17.796Z | Downloaded rust-argon2 v2.1.0 |
| 684 | 2026-06-18T22:26:17.801Z | Downloaded rustc-demangle v0.1.27 |
| 685 | 2026-06-18T22:26:17.801Z | Downloaded serde_bytes v0.11.19 |
| 686 | 2026-06-18T22:26:17.804Z | Downloaded seq-macro v0.3.6 |
| 687 | 2026-06-18T22:26:17.804Z | Downloaded rustls-pemfile v1.0.4 |
| 688 | 2026-06-18T22:26:17.804Z | Downloaded rustls-pemfile v2.2.0 |
| 689 | 2026-06-18T22:26:17.807Z | Downloaded rusty-fork v0.3.1 |
| 690 | 2026-06-18T22:26:17.810Z | Downloaded p256 v0.13.2 |
| 691 | 2026-06-18T22:26:17.813Z | Downloaded serde_spanned v0.6.9 |
| 692 | 2026-06-18T22:26:17.816Z | Downloaded serde_repr v0.1.20 |
| 693 | 2026-06-18T22:26:17.816Z | Downloaded rustversion v1.0.22 |
| 694 | 2026-06-18T22:26:17.818Z | Downloaded progenitor-impl v0.13.0 |
| 695 | 2026-06-18T22:26:17.819Z | Downloaded hyper-util v0.1.20 |
| 696 | 2026-06-18T22:26:17.821Z | Downloaded serde_spanned v1.0.4 |
| 697 | 2026-06-18T22:26:17.824Z | Downloaded serde_plain v1.0.2 |
| 698 | 2026-06-18T22:26:17.824Z | Downloaded serde_regex v1.1.0 |
| 699 | 2026-06-18T22:26:17.829Z | Downloaded aes-gcm v0.10.3 |
| 700 | 2026-06-18T22:26:17.837Z | Downloaded scroll v0.13.0 |
| 701 | 2026-06-18T22:26:17.842Z | Downloaded scroll v0.12.0 |
| 702 | 2026-06-18T22:26:17.844Z | Downloaded shell-words v1.1.1 |
| 703 | 2026-06-18T22:26:17.844Z | Downloaded signature v2.2.0 |
| 704 | 2026-06-18T22:26:17.844Z | Downloaded sha1 v0.10.6 |
| 705 | 2026-06-18T22:26:17.847Z | Downloaded signal-hook-mio v0.2.5 |
| 706 | 2026-06-18T22:26:17.850Z | Downloaded hashbrown v0.15.5 |
| 707 | 2026-06-18T22:26:17.853Z | Downloaded serde-value v0.7.0 |
| 708 | 2026-06-18T22:26:17.853Z | Downloaded schemars_derive v0.8.22 |
| 709 | 2026-06-18T22:26:17.856Z | Downloaded serde-untagged v0.1.9 |
| 710 | 2026-06-18T22:26:17.856Z | Downloaded signal-hook-tokio v0.3.1 |
| 711 | 2026-06-18T22:26:17.856Z | Downloaded siphasher v1.0.2 |
| 712 | 2026-06-18T22:26:17.859Z | Downloaded serde-hex v0.1.0 |
| 713 | 2026-06-18T22:26:17.859Z | Downloaded relative-path v1.9.3 |
| 714 | 2026-06-18T22:26:17.862Z | Downloaded pin-project v1.1.11 |
| 715 | 2026-06-18T22:26:17.866Z | Downloaded sigpipe v0.1.3 |
| 716 | 2026-06-18T22:26:17.869Z | Downloaded scroll_derive v0.13.1 |
| 717 | 2026-06-18T22:26:17.869Z | Downloaded sct v0.7.1 |
| 718 | 2026-06-18T22:26:17.872Z | Downloaded russh-keys v0.45.0 |
| 719 | 2026-06-18T22:26:17.876Z | Downloaded progenitor-impl v0.14.0 |
| 720 | 2026-06-18T22:26:17.882Z | Downloaded rustls-pki-types v1.14.0 |
| 721 | 2026-06-18T22:26:17.885Z | Downloaded similar-asserts v1.7.0 |
| 722 | 2026-06-18T22:26:17.888Z | Downloaded serde_tokenstream v0.2.3 |
| 723 | 2026-06-18T22:26:17.888Z | Downloaded serde_path_to_error v0.1.20 |
| 724 | 2026-06-18T22:26:17.888Z | Downloaded serde_derive_internals v0.29.1 |
| 725 | 2026-06-18T22:26:17.891Z | Downloaded slog-envlogger v2.2.0 |
| 726 | 2026-06-18T22:26:17.896Z | Downloaded prettyplease v0.2.37 |
| 727 | 2026-06-18T22:26:17.899Z | Downloaded indexmap v2.14.0 |
| 728 | 2026-06-18T22:26:17.903Z | Downloaded shlex v1.3.0 |
| 729 | 2026-06-18T22:26:17.906Z | Downloaded serde_urlencoded v0.7.1 |
| 730 | 2026-06-18T22:26:17.906Z | Downloaded slog-bunyan v2.5.0 |
| 731 | 2026-06-18T22:26:17.909Z | Downloaded hashbrown v0.16.1 |
| 732 | 2026-06-18T22:26:17.912Z | Downloaded smawk v0.3.2 |
| 733 | 2026-06-18T22:26:17.912Z | Downloaded guppy v0.17.25 |
| 734 | 2026-06-18T22:26:17.918Z | Downloaded minimal-lexical v0.2.1 |
| 735 | 2026-06-18T22:26:17.922Z | Downloaded sha2 v0.10.9 |
| 736 | 2026-06-18T22:26:17.925Z | Downloaded sec1 v0.7.3 |
| 737 | 2026-06-18T22:26:17.928Z | Downloaded hashbrown v0.17.0 |
| 738 | 2026-06-18T22:26:17.931Z | Downloaded serde_with_macros v1.5.2 |
| 739 | 2026-06-18T22:26:17.931Z | Downloaded sqlparser_derive v0.5.0 |
| 740 | 2026-06-18T22:26:17.934Z | Downloaded simd-adler32 v0.3.8 |
| 741 | 2026-06-18T22:26:17.934Z | Downloaded semver v1.0.28 |
| 742 | 2026-06-18T22:26:17.936Z | Downloaded ssh-encoding v0.2.0 |
| 743 | 2026-06-18T22:26:17.936Z | Downloaded signal-hook-registry v1.4.8 |
| 744 | 2026-06-18T22:26:17.936Z | Downloaded mio v1.2.0 |
| 745 | 2026-06-18T22:26:17.940Z | Downloaded itertools v0.10.5 |
| 746 | 2026-06-18T22:26:17.943Z | Downloaded ssh-cipher v0.2.0 |
| 747 | 2026-06-18T22:26:17.947Z | Downloaded rstest v0.25.0 |
| 748 | 2026-06-18T22:26:17.952Z | Downloaded strip-ansi-escapes v0.2.1 |
| 749 | 2026-06-18T22:26:17.956Z | Downloaded stable_deref_trait v1.2.1 |
| 750 | 2026-06-18T22:26:17.959Z | Downloaded aho-corasick v1.1.4 |
| 751 | 2026-06-18T22:26:17.963Z | Downloaded futures-util v0.3.32 |
| 752 | 2026-06-18T22:26:17.969Z | Downloaded rustls-platform-verifier v0.6.2 |
| 753 | 2026-06-18T22:26:17.972Z | Downloaded strum v0.27.2 |
| 754 | 2026-06-18T22:26:17.973Z | Downloaded strum v0.26.3 |
| 755 | 2026-06-18T22:26:17.975Z | Downloaded slog-term v2.9.2 |
| 756 | 2026-06-18T22:26:17.975Z | Downloaded subtle v2.6.1 |
| 757 | 2026-06-18T22:26:17.978Z | Downloaded strsim v0.10.0 |
| 758 | 2026-06-18T22:26:17.978Z | Downloaded structmeta v0.3.0 |
| 759 | 2026-06-18T22:26:17.978Z | Downloaded idna v1.1.0 |
| 760 | 2026-06-18T22:26:17.981Z | Downloaded supports-color v3.0.2 |
| 761 | 2026-06-18T22:26:17.981Z | Downloaded libxml v0.3.3 |
| 762 | 2026-06-18T22:26:17.984Z | Downloaded supports-color v2.1.0 |
| 763 | 2026-06-18T22:26:17.987Z | Downloaded ryu v1.0.23 |
| 764 | 2026-06-18T22:26:17.990Z | Downloaded smallvec v0.6.14 |
| 765 | 2026-06-18T22:26:17.990Z | Downloaded slog-json v2.6.1 |
| 766 | 2026-06-18T22:26:17.990Z | Downloaded swrite v0.1.0 |
| 767 | 2026-06-18T22:26:17.993Z | Downloaded supports-unicode v2.1.0 |
| 768 | 2026-06-18T22:26:17.993Z | Downloaded smf v0.2.3 |
| 769 | 2026-06-18T22:26:17.993Z | Downloaded nom v7.1.3 |
| 770 | 2026-06-18T22:26:17.996Z | Downloaded quinn v0.11.9 |
| 771 | 2026-06-18T22:26:17.999Z | Downloaded rayon-core v1.13.0 |
| 772 | 2026-06-18T22:26:18.002Z | Downloaded publicsuffix v2.3.0 |
| 773 | 2026-06-18T22:26:18.002Z | Downloaded pretty_assertions v1.4.1 |
| 774 | 2026-06-18T22:26:18.005Z | Downloaded rand v0.8.6 |
| 775 | 2026-06-18T22:26:18.005Z | Downloaded snafu-derive v0.8.9 |
| 776 | 2026-06-18T22:26:18.008Z | Downloaded sync_wrapper v1.0.2 |
| 777 | 2026-06-18T22:26:18.008Z | Downloaded sync-ptr v0.1.4 |
| 778 | 2026-06-18T22:26:18.008Z | Downloaded sqlformat v0.3.5 |
| 779 | 2026-06-18T22:26:18.011Z | Downloaded spki v0.7.3 |
| 780 | 2026-06-18T22:26:18.011Z | Downloaded supports-hyperlinks v2.1.0 |
| 781 | 2026-06-18T22:26:18.011Z | Downloaded slog-dtrace v0.3.0 |
| 782 | 2026-06-18T22:26:18.014Z | Downloaded ron v0.8.1 |
| 783 | 2026-06-18T22:26:18.017Z | Downloaded hashbrown v0.14.5 |
| 784 | 2026-06-18T22:26:18.020Z | Downloaded itertools v0.12.1 |
| 785 | 2026-06-18T22:26:18.022Z | Downloaded tabled_derive v0.11.0 |
| 786 | 2026-06-18T22:26:18.025Z | Downloaded tabled_derive v0.7.0 |
| 787 | 2026-06-18T22:26:18.025Z | Downloaded serde_cbor v0.11.2 |
| 788 | 2026-06-18T22:26:18.028Z | Downloaded tagptr v0.2.0 |
| 789 | 2026-06-18T22:26:18.028Z | Downloaded tabwriter v1.4.1 |
| 790 | 2026-06-18T22:26:18.028Z | Downloaded target-triple v1.0.0 |
| 791 | 2026-06-18T22:26:18.028Z | Downloaded take_mut v0.2.2 |
| 792 | 2026-06-18T22:26:18.032Z | Downloaded stringprep v0.1.5 |
| 793 | 2026-06-18T22:26:18.032Z | Downloaded stringmetrics v2.2.2 |
| 794 | 2026-06-18T22:26:18.032Z | Downloaded iri-string v0.7.10 |
| 795 | 2026-06-18T22:26:18.035Z | Downloaded itertools v0.14.0 |
| 796 | 2026-06-18T22:26:18.040Z | Downloaded string_cache v0.8.9 |
| 797 | 2026-06-18T22:26:18.043Z | Downloaded tap v1.0.1 |
| 798 | 2026-06-18T22:26:18.043Z | Downloaded static_assertions v1.1.0 |
| 799 | 2026-06-18T22:26:18.043Z | Downloaded stacker v0.1.23 |
| 800 | 2026-06-18T22:26:18.046Z | Downloaded schemars v0.8.22 |
| 801 | 2026-06-18T22:26:18.050Z | Downloaded serde_derive v1.0.228 |
| 802 | 2026-06-18T22:26:18.053Z | Downloaded slab v0.4.12 |
| 803 | 2026-06-18T22:26:18.053Z | Downloaded num-bigint-dig v0.8.6 |
| 804 | 2026-06-18T22:26:18.056Z | Downloaded strum_macros v0.27.2 |
| 805 | 2026-06-18T22:26:18.059Z | Downloaded serde_core v1.0.228 |
| 806 | 2026-06-18T22:26:18.059Z | Downloaded strum_macros v0.26.4 |
| 807 | 2026-06-18T22:26:18.062Z | Downloaded strum_macros v0.24.3 |
| 808 | 2026-06-18T22:26:18.063Z | Downloaded terminal_size v0.4.3 |
| 809 | 2026-06-18T22:26:18.065Z | Downloaded terminal_size v0.1.17 |
| 810 | 2026-06-18T22:26:18.066Z | Downloaded testing_table v0.3.0 |
| 811 | 2026-06-18T22:26:18.066Z | Downloaded support-bundle-viewer v0.1.2 |
| 812 | 2026-06-18T22:26:18.066Z | Downloaded aws-lc-rs v1.16.3 |
| 813 | 2026-06-18T22:26:18.070Z | Downloaded h2 v0.4.13 |
| 814 | 2026-06-18T22:26:18.074Z | Downloaded rand v0.9.2 |
| 815 | 2026-06-18T22:26:18.077Z | Downloaded serde_yaml v0.9.34+deprecated |
| 816 | 2026-06-18T22:26:18.080Z | Downloaded serde_with_macros v3.17.0 |
| 817 | 2026-06-18T22:26:18.083Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 818 | 2026-06-18T22:26:18.083Z | Downloaded signal-hook v0.3.18 |
| 819 | 2026-06-18T22:26:18.086Z | Downloaded qorb v0.4.1 |
| 820 | 2026-06-18T22:26:18.086Z | Downloaded structmeta-derive v0.3.0 |
| 821 | 2026-06-18T22:26:18.089Z | Downloaded smallvec v1.15.1 |
| 822 | 2026-06-18T22:26:18.089Z | Downloaded num-bigint v0.4.6 |
| 823 | 2026-06-18T22:26:18.092Z | Downloaded time-core v0.1.8 |
| 824 | 2026-06-18T22:26:18.092Z | Downloaded synstructure v0.13.2 |
| 825 | 2026-06-18T22:26:18.095Z | Downloaded spin v0.9.8 |
| 826 | 2026-06-18T22:26:18.095Z | Downloaded itertools v0.13.0 |
| 827 | 2026-06-18T22:26:18.098Z | Downloaded tinyvec_macros v0.1.1 |
| 828 | 2026-06-18T22:26:18.101Z | Downloaded thread-id v4.2.2 |
| 829 | 2026-06-18T22:26:18.101Z | Downloaded similar v2.7.0 |
| 830 | 2026-06-18T22:26:18.106Z | Downloaded schemars v0.9.0 |
| 831 | 2026-06-18T22:26:18.110Z | Downloaded tokio-macros v2.7.0 |
| 832 | 2026-06-18T22:26:18.115Z | Downloaded thread-id v5.1.0 |
| 833 | 2026-06-18T22:26:18.116Z | Downloaded target-spec v3.5.7 |
| 834 | 2026-06-18T22:26:18.116Z | Downloaded libm v0.2.16 |
| 835 | 2026-06-18T22:26:18.123Z | Downloaded target-lexicon v0.13.3 |
| 836 | 2026-06-18T22:26:18.123Z | Downloaded hyper v1.8.1 |
| 837 | 2026-06-18T22:26:18.126Z | Downloaded hkdf v0.12.4 |
| 838 | 2026-06-18T22:26:18.126Z | Downloaded curve25519-dalek v4.1.3 |
| 839 | 2026-06-18T22:26:18.130Z | Downloaded termcolor v1.4.1 |
| 840 | 2026-06-18T22:26:18.132Z | Downloaded tokio-test v0.4.5 |
| 841 | 2026-06-18T22:26:18.132Z | Downloaded slog v2.8.2 |
| 842 | 2026-06-18T22:26:18.135Z | Downloaded goblin v0.8.2 |
| 843 | 2026-06-18T22:26:18.138Z | Downloaded termtree v0.5.1 |
| 844 | 2026-06-18T22:26:18.141Z | Downloaded termios v0.3.3 |
| 845 | 2026-06-18T22:26:18.141Z | Downloaded rstest_macros v0.25.0 |
| 846 | 2026-06-18T22:26:18.144Z | Downloaded thiserror v2.0.18 |
| 847 | 2026-06-18T22:26:18.147Z | Downloaded blake3 v1.8.3 |
| 848 | 2026-06-18T22:26:18.150Z | Downloaded toml_write v0.1.2 |
| 849 | 2026-06-18T22:26:18.152Z | Downloaded iddqd v0.4.2 |
| 850 | 2026-06-18T22:26:18.155Z | Downloaded tower-layer v0.3.3 |
| 851 | 2026-06-18T22:26:18.158Z | Downloaded trait-variant v0.1.2 |
| 852 | 2026-06-18T22:26:18.158Z | Downloaded samael v0.0.19 |
| 853 | 2026-06-18T22:26:18.161Z | Downloaded typeid v1.0.3 |
| 854 | 2026-06-18T22:26:18.164Z | Downloaded thiserror-impl v1.0.69 |
| 855 | 2026-06-18T22:26:18.164Z | Downloaded socket2 v0.5.10 |
| 856 | 2026-06-18T22:26:18.164Z | Downloaded tower-service v0.3.3 |
| 857 | 2026-06-18T22:26:18.167Z | Downloaded try-lock v0.2.5 |
| 858 | 2026-06-18T22:26:18.167Z | Downloaded thiserror-no-std v2.0.2 |
| 859 | 2026-06-18T22:26:18.170Z | Downloaded tinytemplate v1.2.1 |
| 860 | 2026-06-18T22:26:18.170Z | Downloaded tiny-keccak v2.0.2 |
| 861 | 2026-06-18T22:26:18.170Z | Downloaded time-macros v0.2.27 |
| 862 | 2026-06-18T22:26:18.172Z | Downloaded thread_local v1.1.9 |
| 863 | 2026-06-18T22:26:18.172Z | Downloaded schemars v1.2.1 |
| 864 | 2026-06-18T22:26:18.180Z | Downloaded unarray v0.1.4 |
| 865 | 2026-06-18T22:26:18.183Z | Downloaded unicode-xid v0.2.6 |
| 866 | 2026-06-18T22:26:18.183Z | Downloaded universal-hash v0.5.1 |
| 867 | 2026-06-18T22:26:18.183Z | Downloaded typify-macro v0.6.2 |
| 868 | 2026-06-18T22:26:18.186Z | Downloaded rsa v0.9.10 |
| 869 | 2026-06-18T22:26:18.189Z | Downloaded unicode-truncate v1.1.0 |
| 870 | 2026-06-18T22:26:18.189Z | Downloaded tokio-rustls v0.25.0 |
| 871 | 2026-06-18T22:26:18.189Z | Downloaded tinystr v0.8.2 |
| 872 | 2026-06-18T22:26:18.192Z | Downloaded p521 v0.13.3 |
| 873 | 2026-06-18T22:26:18.194Z | Downloaded icu_properties_data v2.1.2 |
| 874 | 2026-06-18T22:26:18.197Z | Downloaded toml_datetime v0.6.11 |
| 875 | 2026-06-18T22:26:18.200Z | Downloaded rustls-webpki v0.103.9 |
| 876 | 2026-06-18T22:26:18.203Z | Downloaded topological-sort v0.2.2 |
| 877 | 2026-06-18T22:26:18.203Z | Downloaded untrusted v0.7.1 |
| 878 | 2026-06-18T22:26:18.203Z | Downloaded tokio-tungstenite v0.23.1 |
| 879 | 2026-06-18T22:26:18.206Z | Downloaded term v0.7.0 |
| 880 | 2026-06-18T22:26:18.206Z | Downloaded nom v8.0.0 |
| 881 | 2026-06-18T22:26:18.210Z | Downloaded tokio-tungstenite v0.21.0 |
| 882 | 2026-06-18T22:26:18.213Z | Downloaded subprocess v0.2.15 |
| 883 | 2026-06-18T22:26:18.213Z | Downloaded unit-prefix v0.5.2 |
| 884 | 2026-06-18T22:26:18.213Z | Downloaded chrono v0.4.44 |
| 885 | 2026-06-18T22:26:18.217Z | Downloaded usdt v0.6.0 |
| 886 | 2026-06-18T22:26:18.220Z | Downloaded usdt v0.5.0 |
| 887 | 2026-06-18T22:26:18.220Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 888 | 2026-06-18T22:26:18.220Z | Downloaded untrusted v0.9.0 |
| 889 | 2026-06-18T22:26:18.223Z | Downloaded snafu v0.8.9 |
| 890 | 2026-06-18T22:26:18.226Z | Downloaded usdt-attr-macro v0.6.0 |
| 891 | 2026-06-18T22:26:18.226Z | Downloaded tokio-dtrace v0.1.1 |
| 892 | 2026-06-18T22:26:18.226Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 893 | 2026-06-18T22:26:18.229Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 894 | 2026-06-18T22:26:18.229Z | Downloaded rand v0.10.0 |
| 895 | 2026-06-18T22:26:18.233Z | Downloaded usdt-macro v0.5.0 |
| 896 | 2026-06-18T22:26:18.233Z | Downloaded tui-tree-widget v0.23.1 |
| 897 | 2026-06-18T22:26:18.233Z | Downloaded tempfile v3.25.0 |
| 898 | 2026-06-18T22:26:18.235Z | Downloaded tokio-native-tls v0.3.1 |
| 899 | 2026-06-18T22:26:18.235Z | Downloaded pest v2.8.6 |
| 900 | 2026-06-18T22:26:18.238Z | Downloaded usdt-macro v0.6.0 |
| 901 | 2026-06-18T22:26:18.238Z | Downloaded usdt-attr-macro v0.5.0 |
| 902 | 2026-06-18T22:26:18.238Z | Downloaded utf8_iter v1.0.4 |
| 903 | 2026-06-18T22:26:18.241Z | Downloaded utf-8 v0.7.6 |
| 904 | 2026-06-18T22:26:18.241Z | Downloaded serde v1.0.228 |
| 905 | 2026-06-18T22:26:18.244Z | Downloaded utf8parse v0.2.2 |
| 906 | 2026-06-18T22:26:18.244Z | Downloaded thiserror-impl v2.0.18 |
| 907 | 2026-06-18T22:26:18.244Z | Downloaded rcgen v0.12.1 |
| 908 | 2026-06-18T22:26:18.247Z | Downloaded rand_distr v0.5.1 |
| 909 | 2026-06-18T22:26:18.247Z | Downloaded strsim v0.11.1 |
| 910 | 2026-06-18T22:26:18.250Z | Downloaded unicode-linebreak v0.1.5 |
| 911 | 2026-06-18T22:26:18.250Z | Downloaded slog-stdlog v4.1.1 |
| 912 | 2026-06-18T22:26:18.250Z | Downloaded slog-scope v4.4.1 |
| 913 | 2026-06-18T22:26:18.253Z | Downloaded slog-async v2.8.0 |
| 914 | 2026-06-18T22:26:18.253Z | Downloaded unicase v2.9.0 |
| 915 | 2026-06-18T22:26:18.256Z | Downloaded void v1.0.2 |
| 916 | 2026-06-18T22:26:18.256Z | Downloaded russh v0.45.0 |
| 917 | 2026-06-18T22:26:18.260Z | Downloaded tls_codec v0.4.2 |
| 918 | 2026-06-18T22:26:18.264Z | Downloaded bitvec v1.0.1 |
| 919 | 2026-06-18T22:26:18.269Z | Downloaded tokio-stream v0.1.18 |
| 920 | 2026-06-18T22:26:18.272Z | Downloaded tokio-rustls v0.24.1 |
| 921 | 2026-06-18T22:26:18.275Z | Downloaded term v1.2.1 |
| 922 | 2026-06-18T22:26:18.278Z | Downloaded tokio-rustls v0.26.4 |
| 923 | 2026-06-18T22:26:18.281Z | Downloaded want v0.3.1 |
| 924 | 2026-06-18T22:26:18.286Z | Downloaded thiserror v1.0.69 |
| 925 | 2026-06-18T22:26:18.288Z | Downloaded waitgroup v0.1.2 |
| 926 | 2026-06-18T22:26:18.288Z | Downloaded test-strategy v0.4.5 |
| 927 | 2026-06-18T22:26:18.288Z | Downloaded toml v0.8.23 |
| 928 | 2026-06-18T22:26:18.291Z | Downloaded xattr v1.6.1 |
| 929 | 2026-06-18T22:26:18.294Z | Downloaded xshell-macros v0.2.7 |
| 930 | 2026-06-18T22:26:18.294Z | Downloaded textwrap v0.16.2 |
| 931 | 2026-06-18T22:26:18.297Z | Downloaded textwrap v0.15.2 |
| 932 | 2026-06-18T22:26:18.297Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 933 | 2026-06-18T22:26:18.300Z | Downloaded plotters v0.3.7 |
| 934 | 2026-06-18T22:26:18.304Z | Downloaded usdt-impl v0.6.0 |
| 935 | 2026-06-18T22:26:18.307Z | Downloaded bindgen v0.71.1 |
| 936 | 2026-06-18T22:26:18.310Z | Downloaded zerofrom v0.1.6 |
| 937 | 2026-06-18T22:26:18.313Z | Downloaded yoke-derive v0.8.1 |
| 938 | 2026-06-18T22:26:18.313Z | Downloaded usdt-impl v0.5.0 |
| 939 | 2026-06-18T22:26:18.316Z | Downloaded trybuild v1.0.116 |
| 940 | 2026-06-18T22:26:18.316Z | Downloaded uzers v0.12.2 |
| 941 | 2026-06-18T22:26:18.320Z | Downloaded tracing-attributes v0.1.31 |
| 942 | 2026-06-18T22:26:18.323Z | Downloaded zerofrom-derive v0.1.6 |
| 943 | 2026-06-18T22:26:18.323Z | Downloaded zeroize_derive v1.4.3 |
| 944 | 2026-06-18T22:26:18.323Z | Downloaded socket2 v0.6.3 |
| 945 | 2026-06-18T22:26:18.323Z | Downloaded twox-hash v2.1.2 |
| 946 | 2026-06-18T22:26:18.326Z | Downloaded tls_codec_derive v0.4.2 |
| 947 | 2026-06-18T22:26:18.326Z | Downloaded tinyvec v1.10.0 |
| 948 | 2026-06-18T22:26:18.329Z | Downloaded ucd-trie v0.1.7 |
| 949 | 2026-06-18T22:26:18.329Z | Downloaded version_check v0.9.5 |
| 950 | 2026-06-18T22:26:18.329Z | Downloaded vergen-git2 v9.1.0 |
| 951 | 2026-06-18T22:26:18.332Z | Downloaded unicode-properties v0.1.4 |
| 952 | 2026-06-18T22:26:18.332Z | Downloaded zone_cfg_derive v0.3.1 |
| 953 | 2026-06-18T22:26:18.335Z | Downloaded vergen-gitcl v1.0.8 |
| 954 | 2026-06-18T22:26:18.338Z | Downloaded vergen-lib v9.1.0 |
| 955 | 2026-06-18T22:26:18.338Z | Downloaded vergen-lib v0.1.6 |
| 956 | 2026-06-18T22:26:18.343Z | Downloaded zone v0.3.1 |
| 957 | 2026-06-18T22:26:18.349Z | Downloaded wait-timeout v0.2.1 |
| 958 | 2026-06-18T22:26:18.352Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 959 | 2026-06-18T22:26:18.355Z | Downloaded toml v0.7.8 |
| 960 | 2026-06-18T22:26:18.355Z | Downloaded vsss-rs v3.3.4 |
| 961 | 2026-06-18T22:26:18.358Z | Downloaded walkdir v2.5.0 |
| 962 | 2026-06-18T22:26:18.361Z | Downloaded rustyline v14.0.0 |
| 963 | 2026-06-18T22:26:18.364Z | Downloaded xshell v0.2.7 |
| 964 | 2026-06-18T22:26:18.367Z | Downloaded git2 v0.20.4 |
| 965 | 2026-06-18T22:26:18.370Z | Downloaded tracing-core v0.1.36 |
| 966 | 2026-06-18T22:26:18.377Z | Downloaded whoami v2.1.0 |
| 967 | 2026-06-18T22:26:18.381Z | Downloaded tungstenite v0.21.0 |
| 968 | 2026-06-18T22:26:18.385Z | Downloaded vergen v9.1.0 |
| 969 | 2026-06-18T22:26:18.388Z | Downloaded zerovec-derive v0.11.2 |
| 970 | 2026-06-18T22:26:18.391Z | Downloaded tungstenite v0.23.0 |
| 971 | 2026-06-18T22:26:18.396Z | Downloaded zstd-safe v7.2.4 |
| 972 | 2026-06-18T22:26:18.399Z | Downloaded typify v0.6.2 |
| 973 | 2026-06-18T22:26:18.407Z | Downloaded zmij v1.0.21 |
| 974 | 2026-06-18T22:26:18.410Z | Downloaded zstd v0.13.3 |
| 975 | 2026-06-18T22:26:18.413Z | Downloaded unicode-bidi v0.3.18 |
| 976 | 2026-06-18T22:26:18.413Z | Downloaded unicode-ident v1.0.24 |
| 977 | 2026-06-18T22:26:18.416Z | Downloaded toml_edit v0.22.27 |
| 978 | 2026-06-18T22:26:18.419Z | Downloaded steno v0.4.1 |
| 979 | 2026-06-18T22:26:18.422Z | Downloaded unsafe-libyaml v0.2.11 |
| 980 | 2026-06-18T22:26:18.425Z | Downloaded whoami v1.6.1 |
| 981 | 2026-06-18T22:26:18.429Z | Downloaded serde_with v1.14.0 |
| 982 | 2026-06-18T22:26:18.433Z | Downloaded yoke v0.8.1 |
| 983 | 2026-06-18T22:26:18.436Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 984 | 2026-06-18T22:26:18.439Z | Downloaded writeable v0.6.2 |
| 985 | 2026-06-18T22:26:18.439Z | Downloaded wyz v0.5.1 |
| 986 | 2026-06-18T22:26:18.444Z | Downloaded reedline v0.40.0 |
| 987 | 2026-06-18T22:26:18.447Z | Downloaded yasna v0.5.2 |
| 988 | 2026-06-18T22:26:18.447Z | Downloaded uuid v1.23.0 |
| 989 | 2026-06-18T22:26:18.451Z | Downloaded reqwest v0.12.28 |
| 990 | 2026-06-18T22:26:18.454Z | Downloaded zerocopy-derive v0.7.35 |
| 991 | 2026-06-18T22:26:18.460Z | Downloaded typenum v1.19.0 |
| 992 | 2026-06-18T22:26:18.463Z | Downloaded zerocopy v0.6.6 |
| 993 | 2026-06-18T22:26:18.466Z | Downloaded reqwest v0.13.2 |
| 994 | 2026-06-18T22:26:18.469Z | Downloaded tar v0.4.45 |
| 995 | 2026-06-18T22:26:18.472Z | Downloaded tokio-postgres v0.7.16 |
| 996 | 2026-06-18T22:26:18.475Z | Downloaded vte v0.14.1 |
| 997 | 2026-06-18T22:26:18.477Z | Downloaded p384 v0.13.1 |
| 998 | 2026-06-18T22:26:18.480Z | Downloaded toml_edit v0.19.15 |
| 999 | 2026-06-18T22:26:18.490Z | Downloaded quick-xml v0.37.5 |
| 1000 | 2026-06-18T22:26:18.494Z | Downloaded zeroize v1.8.2 |
| 1001 | 2026-06-18T22:26:18.497Z | Downloaded regex v1.12.3 |
| 1002 | 2026-06-18T22:26:18.500Z | Downloaded moka v0.12.13 |
| 1003 | 2026-06-18T22:26:18.507Z | Downloaded ssh-key v0.6.7 |
| 1004 | 2026-06-18T22:26:18.533Z | Downloaded zopfli v0.8.3 |
| 1005 | 2026-06-18T22:26:18.534Z | Downloaded unicode_categories v0.1.1 |
| 1006 | 2026-06-18T22:26:18.534Z | Downloaded rpassword v7.4.0 |
| 1007 | 2026-06-18T22:26:18.534Z | Downloaded rustls-webpki v0.101.7 |
| 1008 | 2026-06-18T22:26:18.534Z | Downloaded url v2.5.8 |
| 1009 | 2026-06-18T22:26:18.534Z | Downloaded gimli v0.32.3 |
| 1010 | 2026-06-18T22:26:18.538Z | Downloaded lalrpop v0.19.12 |
| 1011 | 2026-06-18T22:26:18.545Z | Downloaded salty v0.3.0 |
| 1012 | 2026-06-18T22:26:18.549Z | Downloaded tower v0.5.3 |
| 1013 | 2026-06-18T22:26:18.554Z | Downloaded zerotrie v0.2.3 |
| 1014 | 2026-06-18T22:26:18.557Z | Downloaded serde_json v1.0.149 |
| 1015 | 2026-06-18T22:26:18.560Z | Downloaded portable-atomic v1.13.1 |
| 1016 | 2026-06-18T22:26:18.565Z | Downloaded goblin v0.10.5 |
| 1017 | 2026-06-18T22:26:18.576Z | Downloaded yansi v1.0.1 |
| 1018 | 2026-06-18T22:26:18.579Z | Downloaded zerocopy-derive v0.8.40 |
| 1019 | 2026-06-18T22:26:18.590Z | Downloaded zip v0.6.6 |
| 1020 | 2026-06-18T22:26:18.598Z | Downloaded unicode-segmentation v1.12.0 |
| 1021 | 2026-06-18T22:26:18.606Z | Downloaded x509-cert v0.2.5 |
| 1022 | 2026-06-18T22:26:18.609Z | Downloaded rayon v1.11.0 |
| 1023 | 2026-06-18T22:26:18.617Z | Downloaded rustls-webpki v0.102.8 |
| 1024 | 2026-06-18T22:26:18.625Z | Downloaded serde_with v3.17.0 |
| 1025 | 2026-06-18T22:26:18.633Z | Downloaded tokio-util v0.7.18 |
| 1026 | 2026-06-18T22:26:18.637Z | Downloaded tough v0.22.0 |
| 1027 | 2026-06-18T22:26:18.641Z | Downloaded typed-path v0.9.3 |
| 1028 | 2026-06-18T22:26:18.645Z | Downloaded unicode-normalization v0.1.25 |
| 1029 | 2026-06-18T22:26:18.648Z | Downloaded petname v2.0.2 |
| 1030 | 2026-06-18T22:26:18.651Z | Downloaded radix_trie v0.2.1 |
| 1031 | 2026-06-18T22:26:18.654Z | Downloaded proptest v1.10.0 |
| 1032 | 2026-06-18T22:26:18.659Z | Downloaded nix v0.27.1 |
| 1033 | 2026-06-18T22:26:18.665Z | Downloaded tower-http v0.6.8 |
| 1034 | 2026-06-18T22:26:18.671Z | Downloaded bstr v1.12.1 |
| 1035 | 2026-06-18T22:26:18.676Z | Downloaded zip v4.6.1 |
| 1036 | 2026-06-18T22:26:18.679Z | Downloaded object v0.30.4 |
| 1037 | 2026-06-18T22:26:18.705Z | Downloaded quinn-proto v0.11.13 |
| 1038 | 2026-06-18T22:26:18.710Z | Downloaded nix v0.28.0 |
| 1039 | 2026-06-18T22:26:18.716Z | Downloaded polar-core v0.27.3 |
| 1040 | 2026-06-18T22:26:18.722Z | Downloaded winnow v0.5.40 |
| 1041 | 2026-06-18T22:26:18.731Z | Downloaded zerovec v0.11.5 |
| 1042 | 2026-06-18T22:26:18.745Z | Downloaded dropshot v0.17.0 |
| 1043 | 2026-06-18T22:26:18.758Z | Downloaded zerocopy v0.7.35 |
| 1044 | 2026-06-18T22:26:18.769Z | Downloaded winnow v0.6.26 |
| 1045 | 2026-06-18T22:26:18.775Z | Downloaded tabled v0.15.0 |
| 1046 | 2026-06-18T22:26:18.783Z | Downloaded nix v0.31.2 |
| 1047 | 2026-06-18T22:26:18.790Z | Downloaded hickory-proto v0.24.4 |
| 1048 | 2026-06-18T22:26:18.799Z | Downloaded tabled v0.20.0 |
| 1049 | 2026-06-18T22:26:18.810Z | Downloaded winnow v0.7.14 |
| 1050 | 2026-06-18T22:26:18.815Z | Downloaded syn v1.0.109 |
| 1051 | 2026-06-18T22:26:18.821Z | Downloaded zlib-rs v0.6.2 |
| 1052 | 2026-06-18T22:26:18.825Z | Downloaded rustls v0.22.4 |
| 1053 | 2026-06-18T22:26:18.832Z | Downloaded time v0.3.47 |
| 1054 | 2026-06-18T22:26:18.839Z | Downloaded regress v0.10.5 |
| 1055 | 2026-06-18T22:26:18.845Z | Downloaded webpki-roots v1.0.6 |
| 1056 | 2026-06-18T22:26:18.848Z | Downloaded hickory-proto v0.25.2 |
| 1057 | 2026-06-18T22:26:18.856Z | Downloaded zerocopy v0.8.40 |
| 1058 | 2026-06-18T22:26:18.862Z | Downloaded unicode-width v0.2.0 |
| 1059 | 2026-06-18T22:26:18.866Z | Downloaded rustls v0.23.37 |
| 1060 | 2026-06-18T22:26:18.874Z | Downloaded vcpkg v0.2.15 |
| 1061 | 2026-06-18T22:26:18.898Z | Downloaded unicode-width v0.1.14 |
| 1062 | 2026-06-18T22:26:18.902Z | Downloaded syn v2.0.117 |
| 1063 | 2026-06-18T22:26:18.908Z | Downloaded smoltcp v0.11.0 |
| 1064 | 2026-06-18T22:26:18.916Z | Downloaded regress v0.11.1 |
| 1065 | 2026-06-18T22:26:18.921Z | Downloaded rustix v0.38.44 |
| 1066 | 2026-06-18T22:26:18.934Z | Downloaded diesel v2.3.7 |
| 1067 | 2026-06-18T22:26:18.948Z | Downloaded sqlparser v0.61.0 |
| 1068 | 2026-06-18T22:26:18.954Z | Downloaded regex-syntax v0.8.10 |
| 1069 | 2026-06-18T22:26:18.959Z | Downloaded rustls v0.21.12 |
| 1070 | 2026-06-18T22:26:18.966Z | Downloaded rustix v1.1.3 |
| 1071 | 2026-06-18T22:26:18.982Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1072 | 2026-06-18T22:26:18.988Z | Downloaded smoltcp v0.9.1 |
| 1073 | 2026-06-18T22:26:18.994Z | Downloaded openapiv3 v2.2.0 |
| 1074 | 2026-06-18T22:26:19.002Z | Downloaded regex-syntax v0.6.29 |
| 1075 | 2026-06-18T22:26:19.006Z | Downloaded typify-impl v0.6.2 |
| 1076 | 2026-06-18T22:26:19.015Z | Downloaded tracing v0.1.44 |
| 1077 | 2026-06-18T22:26:19.028Z | Downloaded ratatui v0.29.0 |
| 1078 | 2026-06-18T22:26:19.040Z | Downloaded regex-automata v0.4.14 |
| 1079 | 2026-06-18T22:26:19.049Z | Downloaded sled v0.34.7 |
| 1080 | 2026-06-18T22:26:19.054Z | Downloaded object v0.37.3 |
| 1081 | 2026-06-18T22:26:19.062Z | Downloaded openssl v0.10.79 |
| 1082 | 2026-06-18T22:26:19.067Z | Downloaded petgraph v0.6.5 |
| 1083 | 2026-06-18T22:26:19.092Z | Downloaded petgraph v0.8.3 |
| 1084 | 2026-06-18T22:26:19.137Z | Downloaded chrono-tz v0.10.4 |
| 1085 | 2026-06-18T22:26:19.148Z | Downloaded zerocopy-derive v0.6.6 |
| 1086 | 2026-06-18T22:26:19.155Z | Downloaded tokio v1.52.1 |
| 1087 | 2026-06-18T22:26:19.178Z | Downloaded jiff v0.2.21 |
| 1088 | 2026-06-18T22:26:19.213Z | Downloaded encoding_rs v0.8.35 |
| 1089 | 2026-06-18T22:26:19.226Z | Downloaded libc v0.2.185 |
| 1090 | 2026-06-18T22:26:19.252Z | Downloaded csv v1.4.0 |
| 1091 | 2026-06-18T22:26:19.264Z | Downloaded libz-sys v1.1.24 |
| 1092 | 2026-06-18T22:26:19.282Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1093 | 2026-06-18T22:26:19.293Z | Downloaded sha3 v0.10.8 |
| 1094 | 2026-06-18T22:26:19.403Z | Downloaded ring v0.17.14 |
| 1095 | 2026-06-18T22:26:19.436Z | Downloaded httpmock v0.8.3 |
| 1096 | 2026-06-18T22:26:19.450Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1097 | 2026-06-18T22:26:19.861Z | Downloaded aws-lc-sys v0.40.0 |
| 1098 | 2026-06-18T22:26:20.270Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1099 | 2026-06-18T22:26:21.838Z | Startup: Refreshing catalog 'helios' ... Done |
| 1100 | 2026-06-18T22:26:21.934Z | Startup: Caching catalogs ... Done |
| 1101 | 2026-06-18T22:26:22.284Z | Planning: Solver setup ... Done (0.312s) |
| 1102 | 2026-06-18T22:26:22.305Z | Planning: Running solver ... Done (0.023s) |
| 1103 | 2026-06-18T22:26:22.314Z | Planning: Finding local manifests ... Done (0.003s) |
| 1104 | 2026-06-18T22:26:22.327Z | Planning: Fetching manifests: 0/2 0% complete |
| 1105 | 2026-06-18T22:26:22.342Z | Planning: Fetching manifests: 2/2 100% complete |
| 1106 | 2026-06-18T22:26:22.357Z | Planning: Package planning ... Done (0.014s) |
| 1107 | 2026-06-18T22:26:22.360Z | Planning: Merging actions ... Done (0.001s) |
| 1108 | 2026-06-18T22:26:22.563Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 1109 | 2026-06-18T22:26:22.566Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1110 | 2026-06-18T22:26:23.452Z | Planning: Evaluating mediators ... Done (0.888s) |
| 1111 | 2026-06-18T22:26:23.455Z | Planning: Planning completed in 1.50 seconds |
| 1112 | 2026-06-18T22:26:23.461Z | Packages to install: 2 |
| 1113 | 2026-06-18T22:26:23.461Z | Estimated space available: 155.80 GB |
| 1114 | 2026-06-18T22:26:23.461Z | Estimated space to be consumed: 26.78 MB |
| 1115 | 2026-06-18T22:26:23.464Z | Create boot environment: No |
| 1116 | 2026-06-18T22:26:23.464Z | Create backup boot environment: No |
| 1117 | 2026-06-18T22:26:23.464Z | Rebuild boot archive: No |
| 1118 | 2026-06-18T22:26:23.464Z | |
| 1119 | 2026-06-18T22:26:23.464Z | Changed packages: |
| 1120 | 2026-06-18T22:26:23.464Z | helios |
| 1121 | 2026-06-18T22:26:23.464Z | developer/build-essential |
| 1122 | 2026-06-18T22:26:23.464Z | None -> 11-3.0 |
| 1123 | 2026-06-18T22:26:23.464Z | library/libxmlsec1 |
| 1124 | 2026-06-18T22:26:23.464Z | None -> 1.2.35-3.0 |
| 1125 | 2026-06-18T22:26:23.488Z | |
| 1126 | 2026-06-18T22:26:23.488Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1127 | 2026-06-18T22:26:24.052Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 1128 | 2026-06-18T22:26:24.202Z | Actions: 1/268 actions (Installing new actions) |
| 1129 | 2026-06-18T22:26:24.241Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1130 | 2026-06-18T22:26:24.250Z | Finalize: Updating package state database ... Done (0.008s) |
| 1131 | 2026-06-18T22:26:24.250Z | Finalize: Updating package cache ... Done (0.000s) |
| 1132 | 2026-06-18T22:26:24.275Z | Finalize: Updating image state ... Done (0.024s) |
| 1133 | 2026-06-18T22:26:26.870Z | Finalize: Creating fast lookup database ... Done (2.573s) |
| 1134 | 2026-06-18T22:26:26.938Z | Finalize: Reading search index ... Done (0.013s) |
| 1135 | 2026-06-18T22:26:26.941Z | Finalize: Updating search index ... Done (0.000s) |
| 1136 | 2026-06-18T22:26:27.033Z | Finalize: Updating package cache ... Done (0.000s) |
| 1137 | 2026-06-18T22:26:27.358Z | Planning: Evaluating mediator changes ... Done |
| 1138 | 2026-06-18T22:26:27.454Z | Planning: Checking for conflicting actions ... Done |
| 1139 | 2026-06-18T22:26:27.488Z | Planning: Consolidating action changes ... Done |
| 1140 | 2026-06-18T22:26:27.618Z | Planning: Evaluating mediators ... Done |
| 1141 | 2026-06-18T22:26:27.675Z | Planning: Planning completed in 0.27 seconds |
| 1142 | 2026-06-18T22:26:27.675Z | Mediators to change: 2 |
| 1143 | 2026-06-18T22:26:27.675Z | Create boot environment: No |
| 1144 | 2026-06-18T22:26:27.675Z | Create backup boot environment: No |
| 1145 | 2026-06-18T22:26:27.757Z | Finalize: Updating package state database ... Done |
| 1146 | 2026-06-18T22:26:27.757Z | Finalize: Updating package cache ... Done |
| 1147 | 2026-06-18T22:26:27.757Z | Finalize: Updating image state ... Done |
| 1148 | 2026-06-18T22:26:29.677Z | Finalize: Creating fast lookup database ... Done |
| 1149 | 2026-06-18T22:26:29.743Z | Finalize: Reading search index ... Done |
| 1150 | 2026-06-18T22:26:29.746Z | Finalize: Updating search index ... Done |
| 1151 | 2026-06-18T22:26:29.811Z | Finalize: Updating package cache ... Done |
| 1152 | 2026-06-18T22:26:30.102Z | Planning: Evaluating mediator changes ... Done |
| 1153 | 2026-06-18T22:26:30.207Z | Planning: Checking for conflicting actions ... Done |
| 1154 | 2026-06-18T22:26:30.212Z | Planning: Consolidating action changes ... Done |
| 1155 | 2026-06-18T22:26:30.362Z | Planning: Evaluating mediators ... Done |
| 1156 | 2026-06-18T22:26:30.366Z | Planning: Planning completed in 0.26 seconds |
| 1157 | 2026-06-18T22:26:30.386Z | Mediators to change: 1 |
| 1158 | 2026-06-18T22:26:30.386Z | Create boot environment: No |
| 1159 | 2026-06-18T22:26:30.386Z | Create backup boot environment: No |
| 1160 | 2026-06-18T22:26:30.431Z | Finalize: Updating package state database ... Done |
| 1161 | 2026-06-18T22:26:30.431Z | Finalize: Updating package cache ... Done |
| 1162 | 2026-06-18T22:26:30.446Z | Finalize: Updating image state ... Done |
| 1163 | 2026-06-18T22:26:32.407Z | Finalize: Creating fast lookup database ... Done |
| 1164 | 2026-06-18T22:26:32.470Z | Finalize: Reading search index ... Done |
| 1165 | 2026-06-18T22:26:32.475Z | Finalize: Updating search index ... Done |
| 1166 | 2026-06-18T22:26:32.541Z | Finalize: Updating package cache ... Done |
| 1167 | 2026-06-18T22:26:32.857Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1168 | 2026-06-18T22:26:32.857Z | apache system 2.4 system |
| 1169 | 2026-06-18T22:26:32.857Z | clang system 15 system |
| 1170 | 2026-06-18T22:26:32.857Z | csh system system illumos |
| 1171 | 2026-06-18T22:26:32.857Z | ctags system system illumos |
| 1172 | 2026-06-18T22:26:32.857Z | file vendor vendor darwinsys |
| 1173 | 2026-06-18T22:26:32.857Z | file system system illumos |
| 1174 | 2026-06-18T22:26:32.858Z | gcc vendor 14 vendor |
| 1175 | 2026-06-18T22:26:32.858Z | gcc system 13 system |
| 1176 | 2026-06-18T22:26:32.858Z | gcc system 10 system |
| 1177 | 2026-06-18T22:26:32.858Z | go system 1.25 system |
| 1178 | 2026-06-18T22:26:32.858Z | llvm system 15 system |
| 1179 | 2026-06-18T22:26:32.858Z | mariadb system 11.4 system |
| 1180 | 2026-06-18T22:26:32.858Z | mta vendor vendor dma |
| 1181 | 2026-06-18T22:26:32.858Z | openjdk system 17 system |
| 1182 | 2026-06-18T22:26:32.858Z | openjdk system 11 system |
| 1183 | 2026-06-18T22:26:32.858Z | openssl vendor 3 vendor |
| 1184 | 2026-06-18T22:26:32.858Z | perl system 5.40 system |
| 1185 | 2026-06-18T22:26:32.858Z | postgresql system 18 system |
| 1186 | 2026-06-18T22:26:32.858Z | postgresql system 17 system |
| 1187 | 2026-06-18T22:26:32.858Z | python vendor 3 vendor |
| 1188 | 2026-06-18T22:26:32.858Z | python system 2 system |
| 1189 | 2026-06-18T22:26:32.858Z | python3 vendor 3.13 vendor |
| 1190 | 2026-06-18T22:26:32.858Z | ruby system 3.4 system |
| 1191 | 2026-06-18T22:26:32.858Z | ruby system 3.0 system |
| 1192 | 2026-06-18T22:26:32.858Z | words vendor vendor american-english |
| 1193 | 2026-06-18T22:26:32.858Z | words system system australian-english |
| 1194 | 2026-06-18T22:26:32.858Z | words system system british-english |
| 1195 | 2026-06-18T22:26:32.858Z | words system system canadian-english |
| 1196 | 2026-06-18T22:26:32.858Z | words system system french |
| 1197 | 2026-06-18T22:26:32.858Z | words system system italian |
| 1198 | 2026-06-18T22:26:32.858Z | words system system ngerman |
| 1199 | 2026-06-18T22:26:32.858Z | words system system ogerman |
| 1200 | 2026-06-18T22:26:32.859Z | words system system spanish |
| 1201 | 2026-06-18T22:26:33.124Z | PUBLISHER TYPE STATUS P LOCATION |
| 1202 | 2026-06-18T22:26:33.124Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1203 | 2026-06-18T22:26:33.411Z | FMRI IFO |
| 1204 | 2026-06-18T22:26:33.411Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1205 | 2026-06-18T22:26:33.411Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1206 | 2026-06-18T22:26:33.411Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1207 | 2026-06-18T22:26:33.411Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1208 | 2026-06-18T22:26:33.411Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1209 | 2026-06-18T22:26:33.411Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1210 | 2026-06-18T22:26:33.412Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1211 | 2026-06-18T22:26:33.412Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1212 | 2026-06-18T22:26:33.412Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1213 | 2026-06-18T22:26:33.938Z | Downloading crates ... |
| 1214 | 2026-06-18T22:26:34.003Z | Downloaded cargo_toml v0.21.0 |
| 1215 | 2026-06-18T22:26:34.056Z | Compiling proc-macro2 v1.0.106 |
| 1216 | 2026-06-18T22:26:34.056Z | Compiling unicode-ident v1.0.24 |
| 1217 | 2026-06-18T22:26:34.061Z | Compiling quote v1.0.45 |
| 1218 | 2026-06-18T22:26:34.061Z | Compiling serde_core v1.0.228 |
| 1219 | 2026-06-18T22:26:34.061Z | Compiling libc v0.2.185 |
| 1220 | 2026-06-18T22:26:34.061Z | Compiling version_check v0.9.5 |
| 1221 | 2026-06-18T22:26:34.061Z | Compiling stable_deref_trait v1.2.1 |
| 1222 | 2026-06-18T22:26:34.061Z | Compiling serde v1.0.228 |
| 1223 | 2026-06-18T22:26:34.061Z | Compiling memchr v2.8.0 |
| 1224 | 2026-06-18T22:26:34.061Z | Compiling zmij v1.0.21 |
| 1225 | 2026-06-18T22:26:34.136Z | Compiling itoa v1.0.17 |
| 1226 | 2026-06-18T22:26:34.139Z | Compiling thiserror v1.0.69 |
| 1227 | 2026-06-18T22:26:34.139Z | Compiling autocfg v1.5.0 |
| 1228 | 2026-06-18T22:26:34.139Z | Compiling ucd-trie v0.1.7 |
| 1229 | 2026-06-18T22:26:34.139Z | Compiling writeable v0.6.2 |
| 1230 | 2026-06-18T22:26:34.288Z | Compiling litemap v0.8.1 |
| 1231 | 2026-06-18T22:26:34.346Z | Compiling icu_normalizer_data v2.1.1 |
| 1232 | 2026-06-18T22:26:34.426Z | Compiling byteorder v1.5.0 |
| 1233 | 2026-06-18T22:26:34.516Z | Compiling icu_properties_data v2.1.2 |
| 1234 | 2026-06-18T22:26:34.614Z | Compiling pest v2.8.6 |
| 1235 | 2026-06-18T22:26:34.644Z | Compiling rustix v1.1.3 |
| 1236 | 2026-06-18T22:26:34.656Z | Compiling serde_json v1.0.149 |
| 1237 | 2026-06-18T22:26:34.718Z | Compiling bitflags v2.11.0 |
| 1238 | 2026-06-18T22:26:34.730Z | Compiling num-traits v0.2.19 |
| 1239 | 2026-06-18T22:26:34.765Z | Compiling smallvec v1.15.1 |
| 1240 | 2026-06-18T22:26:34.859Z | Compiling typeid v1.0.3 |
| 1241 | 2026-06-18T22:26:34.870Z | Compiling hashbrown v0.17.0 |
| 1242 | 2026-06-18T22:26:34.931Z | Compiling equivalent v1.0.2 |
| 1243 | 2026-06-18T22:26:34.948Z | Compiling proc-macro-error-attr v1.0.4 |
| 1244 | 2026-06-18T22:26:34.955Z | Compiling usdt-impl v0.5.0 |
| 1245 | 2026-06-18T22:26:34.955Z | Compiling syn v1.0.109 |
| 1246 | 2026-06-18T22:26:35.019Z | Compiling winnow v0.7.14 |
| 1247 | 2026-06-18T22:26:35.032Z | Compiling toml_write v0.1.2 |
| 1248 | 2026-06-18T22:26:35.032Z | Compiling erased-serde v0.4.9 |
| 1249 | 2026-06-18T22:26:35.079Z | Compiling proc-macro-error v1.0.4 |
| 1250 | 2026-06-18T22:26:35.183Z | Compiling errno v0.3.14 |
| 1251 | 2026-06-18T22:26:35.197Z | Compiling thread-id v4.2.2 |
| 1252 | 2026-06-18T22:26:35.294Z | Compiling utf8parse v0.2.2 |
| 1253 | 2026-06-18T22:26:35.329Z | Compiling thiserror v2.0.18 |
| 1254 | 2026-06-18T22:26:35.332Z | Compiling percent-encoding v2.3.2 |
| 1255 | 2026-06-18T22:26:35.362Z | Compiling log v0.4.29 |
| 1256 | 2026-06-18T22:26:35.407Z | Compiling plain v0.2.3 |
| 1257 | 2026-06-18T22:26:35.412Z | Compiling indexmap v2.14.0 |
| 1258 | 2026-06-18T22:26:35.420Z | Compiling camino v1.2.2 |
| 1259 | 2026-06-18T22:26:35.429Z | Compiling getrandom v0.4.1 |
| 1260 | 2026-06-18T22:26:35.469Z | Compiling utf8_iter v1.0.4 |
| 1261 | 2026-06-18T22:26:35.507Z | Compiling form_urlencoded v1.2.2 |
| 1262 | 2026-06-18T22:26:35.555Z | Compiling anstyle-parse v1.0.0 |
| 1263 | 2026-06-18T22:26:35.638Z | Compiling syn v2.0.117 |
| 1264 | 2026-06-18T22:26:35.715Z | Compiling colorchoice v1.0.4 |
| 1265 | 2026-06-18T22:26:35.765Z | Compiling pest_meta v2.8.6 |
| 1266 | 2026-06-18T22:26:35.826Z | Compiling ordered-float v2.10.1 |
| 1267 | 2026-06-18T22:26:35.836Z | Compiling cfg-if v1.0.4 |
| 1268 | 2026-06-18T22:26:35.850Z | Compiling anstyle v1.0.14 |
| 1269 | 2026-06-18T22:26:35.876Z | Compiling anstyle-query v1.1.5 |
| 1270 | 2026-06-18T22:26:35.920Z | Compiling pretty-hex v0.4.1 |
| 1271 | 2026-06-18T22:26:35.930Z | Compiling is_terminal_polyfill v1.70.2 |
| 1272 | 2026-06-18T22:26:36.038Z | Compiling anstream v1.0.0 |
| 1273 | 2026-06-18T22:26:36.050Z | Compiling fs-err v3.3.0 |
| 1274 | 2026-06-18T22:26:36.076Z | Compiling heck v0.5.0 |
| 1275 | 2026-06-18T22:26:36.087Z | Compiling clap_lex v1.0.0 |
| 1276 | 2026-06-18T22:26:36.106Z | Compiling strsim v0.11.1 |
| 1277 | 2026-06-18T22:26:36.117Z | Compiling once_cell v1.21.3 |
| 1278 | 2026-06-18T22:26:36.143Z | Compiling heck v0.4.1 |
| 1279 | 2026-06-18T22:26:36.161Z | Compiling bytecount v0.6.9 |
| 1280 | 2026-06-18T22:26:36.259Z | Compiling terminal_size v0.4.3 |
| 1281 | 2026-06-18T22:26:36.311Z | Compiling fnv v1.0.7 |
| 1282 | 2026-06-18T22:26:36.333Z | Compiling unicode-width v0.1.14 |
| 1283 | 2026-06-18T22:26:36.344Z | Compiling unicode-xid v0.2.6 |
| 1284 | 2026-06-18T22:26:36.356Z | Compiling fastrand v2.3.0 |
| 1285 | 2026-06-18T22:26:36.368Z | Compiling anyhow v1.0.102 |
| 1286 | 2026-06-18T22:26:36.388Z | Compiling clap_builder v4.6.0 |
| 1287 | 2026-06-18T22:26:36.508Z | Compiling semver v1.0.28 |
| 1288 | 2026-06-18T22:26:36.554Z | Compiling tempfile v3.25.0 |
| 1289 | 2026-06-18T22:26:36.632Z | Compiling papergrid v0.11.0 |
| 1290 | 2026-06-18T22:26:36.645Z | Compiling memmap v0.7.0 |
| 1291 | 2026-06-18T22:26:36.658Z | Compiling smawk v0.3.2 |
| 1292 | 2026-06-18T22:26:36.667Z | Compiling unicode-width v0.2.0 |
| 1293 | 2026-06-18T22:26:36.839Z | Compiling unicode-linebreak v0.1.5 |
| 1294 | 2026-06-18T22:26:36.858Z | Compiling camino-tempfile v1.4.1 |
| 1295 | 2026-06-18T22:26:36.944Z | Compiling serde-untagged v0.1.9 |
| 1296 | 2026-06-18T22:26:36.967Z | Compiling swrite v0.1.0 |
| 1297 | 2026-06-18T22:26:36.987Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1298 | 2026-06-18T22:26:37.094Z | Compiling textwrap v0.16.2 |
| 1299 | 2026-06-18T22:26:37.425Z | Compiling tabled_derive v0.7.0 |
| 1300 | 2026-06-18T22:26:38.122Z | Compiling tabled v0.15.0 |
| 1301 | 2026-06-18T22:26:38.226Z | Compiling synstructure v0.13.2 |
| 1302 | 2026-06-18T22:26:38.226Z | Compiling pest_generator v2.8.6 |
| 1303 | 2026-06-18T22:26:38.785Z | Compiling serde_derive v1.0.228 |
| 1304 | 2026-06-18T22:26:38.786Z | Compiling zerofrom-derive v0.1.6 |
| 1305 | 2026-06-18T22:26:38.786Z | Compiling yoke-derive v0.8.1 |
| 1306 | 2026-06-18T22:26:38.791Z | Compiling zerovec-derive v0.11.2 |
| 1307 | 2026-06-18T22:26:38.791Z | Compiling displaydoc v0.2.5 |
| 1308 | 2026-06-18T22:26:38.791Z | Compiling thiserror-impl v1.0.69 |
| 1309 | 2026-06-18T22:26:38.791Z | Compiling zerocopy-derive v0.7.35 |
| 1310 | 2026-06-18T22:26:38.791Z | Compiling pest_derive v2.8.6 |
| 1311 | 2026-06-18T22:26:38.791Z | Compiling scroll_derive v0.12.1 |
| 1312 | 2026-06-18T22:26:38.791Z | Compiling thiserror-impl v2.0.18 |
| 1313 | 2026-06-18T22:26:38.791Z | Compiling clap_derive v4.6.1 |
| 1314 | 2026-06-18T22:26:39.414Z | Compiling scroll v0.12.0 |
| 1315 | 2026-06-18T22:26:39.585Z | Compiling zerocopy v0.7.35 |
| 1316 | 2026-06-18T22:26:39.632Z | Compiling goblin v0.8.2 |
| 1317 | 2026-06-18T22:26:39.782Z | Compiling zerofrom v0.1.6 |
| 1318 | 2026-06-18T22:26:39.881Z | Compiling yoke v0.8.1 |
| 1319 | 2026-06-18T22:26:39.939Z | Compiling dtrace-parser v0.2.0 |
| 1320 | 2026-06-18T22:26:40.029Z | Compiling zerovec v0.11.5 |
| 1321 | 2026-06-18T22:26:40.029Z | Compiling zerotrie v0.2.3 |
| 1322 | 2026-06-18T22:26:40.167Z | Compiling clap v4.6.1 |
| 1323 | 2026-06-18T22:26:40.445Z | Compiling tinystr v0.8.2 |
| 1324 | 2026-06-18T22:26:40.445Z | Compiling potential_utf v0.1.4 |
| 1325 | 2026-06-18T22:26:40.557Z | Compiling icu_collections v2.1.1 |
| 1326 | 2026-06-18T22:26:40.589Z | Compiling icu_locale_core v2.1.1 |
| 1327 | 2026-06-18T22:26:41.133Z | Compiling icu_provider v2.1.1 |
| 1328 | 2026-06-18T22:26:41.235Z | Compiling toml_datetime v0.6.11 |
| 1329 | 2026-06-18T22:26:41.235Z | Compiling serde_spanned v0.6.9 |
| 1330 | 2026-06-18T22:26:41.242Z | Compiling serde-value v0.7.0 |
| 1331 | 2026-06-18T22:26:41.242Z | Compiling cargo-platform v0.2.0 |
| 1332 | 2026-06-18T22:26:41.243Z | Compiling macaddr v1.0.1 |
| 1333 | 2026-06-18T22:26:41.246Z | Compiling dof v0.3.0 |
| 1334 | 2026-06-18T22:26:41.246Z | Compiling serde_tokenstream v0.2.3 |
| 1335 | 2026-06-18T22:26:41.379Z | Compiling icu_properties v2.1.2 |
| 1336 | 2026-06-18T22:26:41.379Z | Compiling icu_normalizer v2.1.1 |
| 1337 | 2026-06-18T22:26:41.453Z | Compiling toml_edit v0.22.27 |
| 1338 | 2026-06-18T22:26:41.957Z | Compiling usdt-attr-macro v0.5.0 |
| 1339 | 2026-06-18T22:26:41.960Z | Compiling usdt-macro v0.5.0 |
| 1340 | 2026-06-18T22:26:42.201Z | Compiling idna_adapter v1.2.1 |
| 1341 | 2026-06-18T22:26:42.296Z | Compiling idna v1.1.0 |
| 1342 | 2026-06-18T22:26:42.548Z | Compiling usdt v0.5.0 |
| 1343 | 2026-06-18T22:26:42.559Z | Compiling url v2.5.8 |
| 1344 | 2026-06-18T22:26:42.722Z | Compiling toml v0.8.23 |
| 1345 | 2026-06-18T22:26:43.096Z | Compiling cargo-util-schemas v0.8.2 |
| 1346 | 2026-06-18T22:26:43.096Z | Compiling cargo_toml v0.21.0 |
| 1347 | 2026-06-18T22:26:43.880Z | Compiling cargo_metadata v0.21.0 |
| 1348 | 2026-06-18T22:26:44.819Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1349 | 2026-06-18T22:26:46.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s |
| 1350 | 2026-06-18T22:26:46.974Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1351 | 2026-06-18T22:26:47.692Z | Compiling libc v0.2.185 |
| 1352 | 2026-06-18T22:26:47.693Z | Compiling serde v1.0.228 |
| 1353 | 2026-06-18T22:26:47.693Z | Compiling log v0.4.29 |
| 1354 | 2026-06-18T22:26:47.696Z | Compiling find-msvc-tools v0.1.9 |
| 1355 | 2026-06-18T22:26:47.696Z | Compiling shlex v1.3.0 |
| 1356 | 2026-06-18T22:26:47.808Z | Compiling smallvec v1.15.1 |
| 1357 | 2026-06-18T22:26:47.811Z | Compiling typenum v1.19.0 |
| 1358 | 2026-06-18T22:26:47.811Z | Compiling subtle v2.6.1 |
| 1359 | 2026-06-18T22:26:47.867Z | Compiling generic-array v0.14.7 |
| 1360 | 2026-06-18T22:26:47.870Z | Compiling scopeguard v1.2.0 |
| 1361 | 2026-06-18T22:26:47.894Z | Compiling const-oid v0.9.6 |
| 1362 | 2026-06-18T22:26:47.931Z | Compiling serde_json v1.0.149 |
| 1363 | 2026-06-18T22:26:47.944Z | Compiling syn v2.0.117 |
| 1364 | 2026-06-18T22:26:47.948Z | Compiling zerocopy v0.8.40 |
| 1365 | 2026-06-18T22:26:47.948Z | Compiling parking_lot_core v0.9.12 |
| 1366 | 2026-06-18T22:26:47.982Z | Compiling portable-atomic v1.13.1 |
| 1367 | 2026-06-18T22:26:48.027Z | Compiling lock_api v0.4.14 |
| 1368 | 2026-06-18T22:26:48.042Z | Compiling pin-project-lite v0.2.17 |
| 1369 | 2026-06-18T22:26:48.046Z | Compiling pkg-config v0.3.32 |
| 1370 | 2026-06-18T22:26:48.109Z | Compiling bitflags v2.11.0 |
| 1371 | 2026-06-18T22:26:48.125Z | Compiling futures-core v0.3.32 |
| 1372 | 2026-06-18T22:26:48.128Z | Compiling libm v0.2.16 |
| 1373 | 2026-06-18T22:26:48.199Z | Compiling critical-section v1.2.0 |
| 1374 | 2026-06-18T22:26:48.215Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-06-18T22:26:48.262Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-06-18T22:26:48.309Z | Compiling futures-sink v0.3.32 |
| 1377 | 2026-06-18T22:26:48.312Z | Compiling futures-task v0.3.32 |
| 1378 | 2026-06-18T22:26:48.335Z | Compiling slab v0.4.12 |
| 1379 | 2026-06-18T22:26:48.351Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-06-18T22:26:48.380Z | Compiling futures-io v0.3.32 |
| 1381 | 2026-06-18T22:26:48.447Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-06-18T22:26:48.460Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-06-18T22:26:48.475Z | Compiling rand_core v0.10.0 |
| 1384 | 2026-06-18T22:26:48.485Z | Compiling indexmap v2.14.0 |
| 1385 | 2026-06-18T22:26:48.532Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-06-18T22:26:48.567Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-06-18T22:26:48.583Z | Compiling form_urlencoded v1.2.2 |
| 1388 | 2026-06-18T22:26:48.619Z | Compiling dunce v1.0.5 |
| 1389 | 2026-06-18T22:26:48.663Z | Compiling fs_extra v1.3.0 |
| 1390 | 2026-06-18T22:26:48.689Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-06-18T22:26:48.702Z | Compiling base64ct v1.8.3 |
| 1392 | 2026-06-18T22:26:48.718Z | Compiling regex-syntax v0.8.10 |
| 1393 | 2026-06-18T22:26:48.732Z | Compiling rustix v1.1.3 |
| 1394 | 2026-06-18T22:26:48.801Z | Compiling getrandom v0.2.17 |
| 1395 | 2026-06-18T22:26:48.829Z | Compiling jobserver v0.1.34 |
| 1396 | 2026-06-18T22:26:48.832Z | Compiling errno v0.3.14 |
| 1397 | 2026-06-18T22:26:48.949Z | Compiling mio v1.2.0 |
| 1398 | 2026-06-18T22:26:48.964Z | Compiling rand_core v0.6.4 |
| 1399 | 2026-06-18T22:26:48.977Z | Compiling signal-hook-registry v1.4.8 |
| 1400 | 2026-06-18T22:26:49.024Z | Compiling once_cell v1.21.3 |
| 1401 | 2026-06-18T22:26:49.041Z | Compiling socket2 v0.6.3 |
| 1402 | 2026-06-18T22:26:49.063Z | Compiling cc v1.2.56 |
| 1403 | 2026-06-18T22:26:49.121Z | Compiling parking_lot v0.12.5 |
| 1404 | 2026-06-18T22:26:49.178Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-06-18T22:26:49.249Z | Compiling iana-time-zone v0.1.65 |
| 1406 | 2026-06-18T22:26:49.269Z | Compiling flagset v0.4.7 |
| 1407 | 2026-06-18T22:26:49.298Z | Compiling vcpkg v0.2.15 |
| 1408 | 2026-06-18T22:26:49.437Z | Compiling aws-lc-rs v1.16.3 |
| 1409 | 2026-06-18T22:26:49.451Z | Compiling uuid v1.23.0 |
| 1410 | 2026-06-18T22:26:49.473Z | Compiling tracing-core v0.1.36 |
| 1411 | 2026-06-18T22:26:49.488Z | Compiling rand_core v0.9.5 |
| 1412 | 2026-06-18T22:26:49.503Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-06-18T22:26:49.535Z | Compiling base64 v0.22.1 |
| 1414 | 2026-06-18T22:26:49.551Z | Compiling httparse v1.10.1 |
| 1415 | 2026-06-18T22:26:49.592Z | Compiling untrusted v0.9.0 |
| 1416 | 2026-06-18T22:26:49.747Z | Compiling openssl-probe v0.2.1 |
| 1417 | 2026-06-18T22:26:49.762Z | Compiling tinyvec_macros v0.1.1 |
| 1418 | 2026-06-18T22:26:49.777Z | Compiling untrusted v0.7.1 |
| 1419 | 2026-06-18T22:26:49.822Z | Compiling aho-corasick v1.1.4 |
| 1420 | 2026-06-18T22:26:49.849Z | Compiling cmake v0.1.57 |
| 1421 | 2026-06-18T22:26:49.897Z | Compiling tinyvec v1.10.0 |
| 1422 | 2026-06-18T22:26:49.913Z | Compiling tower-service v0.3.3 |
| 1423 | 2026-06-18T22:26:49.929Z | Compiling atomic-waker v1.1.2 |
| 1424 | 2026-06-18T22:26:49.932Z | Compiling try-lock v0.2.5 |
| 1425 | 2026-06-18T22:26:49.957Z | Compiling schemars v0.8.22 |
| 1426 | 2026-06-18T22:26:50.029Z | Compiling rustls v0.23.37 |
| 1427 | 2026-06-18T22:26:50.043Z | Compiling tower-layer v0.3.3 |
| 1428 | 2026-06-18T22:26:50.073Z | Compiling dyn-clone v1.0.20 |
| 1429 | 2026-06-18T22:26:50.086Z | Compiling want v0.3.1 |
| 1430 | 2026-06-18T22:26:50.117Z | Compiling httpdate v1.0.3 |
| 1431 | 2026-06-18T22:26:50.120Z | Compiling openssl v0.10.79 |
| 1432 | 2026-06-18T22:26:50.220Z | Compiling foreign-types-shared v0.1.1 |
| 1433 | 2026-06-18T22:26:50.236Z | Compiling pin-utils v0.1.0 |
| 1434 | 2026-06-18T22:26:50.239Z | Compiling unicode-normalization v0.1.25 |
| 1435 | 2026-06-18T22:26:50.239Z | Compiling socket2 v0.5.10 |
| 1436 | 2026-06-18T22:26:50.283Z | Compiling spin v0.9.8 |
| 1437 | 2026-06-18T22:26:50.287Z | Compiling time-core v0.1.8 |
| 1438 | 2026-06-18T22:26:50.287Z | Compiling powerfmt v0.2.0 |
| 1439 | 2026-06-18T22:26:50.328Z | Compiling foreign-types v0.3.2 |
| 1440 | 2026-06-18T22:26:50.331Z | Compiling native-tls v0.2.18 |
| 1441 | 2026-06-18T22:26:50.331Z | Compiling crc32fast v1.5.0 |
| 1442 | 2026-06-18T22:26:50.369Z | Compiling num-conv v0.2.0 |
| 1443 | 2026-06-18T22:26:50.396Z | Compiling wait-timeout v0.2.1 |
| 1444 | 2026-06-18T22:26:50.415Z | Compiling sync_wrapper v1.0.2 |
| 1445 | 2026-06-18T22:26:50.434Z | Compiling crossbeam-utils v0.8.21 |
| 1446 | 2026-06-18T22:26:50.465Z | Compiling deranged v0.5.8 |
| 1447 | 2026-06-18T22:26:50.521Z | Compiling tempfile v3.25.0 |
| 1448 | 2026-06-18T22:26:50.537Z | Compiling time-macros v0.2.27 |
| 1449 | 2026-06-18T22:26:50.554Z | Compiling syn v1.0.109 |
| 1450 | 2026-06-18T22:26:50.568Z | Compiling usdt-impl v0.6.0 |
| 1451 | 2026-06-18T22:26:50.586Z | Compiling bit-vec v0.8.0 |
| 1452 | 2026-06-18T22:26:50.696Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-06-18T22:26:50.711Z | Compiling siphasher v1.0.2 |
| 1454 | 2026-06-18T22:26:50.729Z | Compiling num_threads v0.1.7 |
| 1455 | 2026-06-18T22:26:50.762Z | Compiling simd-adler32 v0.3.8 |
| 1456 | 2026-06-18T22:26:50.779Z | Compiling aws-lc-sys v0.40.0 |
| 1457 | 2026-06-18T22:26:50.794Z | Compiling ring v0.17.14 |
| 1458 | 2026-06-18T22:26:50.811Z | Compiling openssl-sys v0.9.115 |
| 1459 | 2026-06-18T22:26:50.826Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1460 | 2026-06-18T22:26:50.841Z | Compiling quick-error v1.2.3 |
| 1461 | 2026-06-18T22:26:50.856Z | Compiling unicode-segmentation v1.12.0 |
| 1462 | 2026-06-18T22:26:50.904Z | Compiling synstructure v0.13.2 |
| 1463 | 2026-06-18T22:26:50.920Z | Compiling serde_derive_internals v0.29.1 |
| 1464 | 2026-06-18T22:26:50.940Z | Compiling pest_generator v2.8.6 |
| 1465 | 2026-06-18T22:26:50.966Z | Compiling darling_core v0.20.11 |
| 1466 | 2026-06-18T22:26:51.046Z | Compiling rusty-fork v0.3.1 |
| 1467 | 2026-06-18T22:26:51.286Z | Compiling darling_core v0.21.3 |
| 1468 | 2026-06-18T22:26:51.319Z | Compiling bit-set v0.8.0 |
| 1469 | 2026-06-18T22:26:51.401Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1470 | 2026-06-18T22:26:51.566Z | Compiling slog v2.8.2 |
| 1471 | 2026-06-18T22:26:51.593Z | Compiling heapless v0.7.17 |
| 1472 | 2026-06-18T22:26:51.668Z | Compiling rand_xorshift v0.4.0 |
| 1473 | 2026-06-18T22:26:51.709Z | Compiling thread-id v5.1.0 |
| 1474 | 2026-06-18T22:26:51.810Z | Compiling time v0.3.47 |
| 1475 | 2026-06-18T22:26:51.813Z | Compiling cookie v0.18.1 |
| 1476 | 2026-06-18T22:26:51.814Z | Compiling unarray v0.1.4 |
| 1477 | 2026-06-18T22:26:51.814Z | Compiling anyhow v1.0.102 |
| 1478 | 2026-06-18T22:26:51.825Z | Compiling iri-string v0.7.10 |
| 1479 | 2026-06-18T22:26:51.866Z | Compiling zstd-safe v7.2.4 |
| 1480 | 2026-06-18T22:26:51.881Z | Compiling signal-hook v0.3.18 |
| 1481 | 2026-06-18T22:26:51.897Z | Compiling unicode-bidi v0.3.18 |
| 1482 | 2026-06-18T22:26:51.913Z | Compiling unicode-properties v0.1.4 |
| 1483 | 2026-06-18T22:26:51.963Z | Compiling adler2 v2.0.1 |
| 1484 | 2026-06-18T22:26:51.979Z | Compiling paste v1.0.15 |
| 1485 | 2026-06-18T22:26:52.080Z | Compiling ryu v1.0.23 |
| 1486 | 2026-06-18T22:26:52.094Z | Compiling allocator-api2 v0.2.21 |
| 1487 | 2026-06-18T22:26:52.143Z | Compiling miniz_oxide v0.8.9 |
| 1488 | 2026-06-18T22:26:52.284Z | Compiling stringprep v0.1.5 |
| 1489 | 2026-06-18T22:26:52.464Z | Compiling heck v0.4.1 |
| 1490 | 2026-06-18T22:26:52.506Z | Compiling num-integer v0.1.46 |
| 1491 | 2026-06-18T22:26:52.729Z | Compiling serde_derive v1.0.228 |
| 1492 | 2026-06-18T22:26:52.744Z | Compiling zeroize_derive v1.4.3 |
| 1493 | 2026-06-18T22:26:52.833Z | Compiling zerofrom-derive v0.1.6 |
| 1494 | 2026-06-18T22:26:52.873Z | Compiling yoke-derive v0.8.1 |
| 1495 | 2026-06-18T22:26:52.917Z | Compiling zerocopy-derive v0.8.40 |
| 1496 | 2026-06-18T22:26:52.968Z | Compiling zerovec-derive v0.11.2 |
| 1497 | 2026-06-18T22:26:53.100Z | Compiling displaydoc v0.2.5 |
| 1498 | 2026-06-18T22:26:53.451Z | Compiling zeroize v1.8.2 |
| 1499 | 2026-06-18T22:26:53.496Z | Compiling tokio-macros v2.7.0 |
| 1500 | 2026-06-18T22:26:53.511Z | Compiling futures-macro v0.3.32 |
| 1501 | 2026-06-18T22:26:53.527Z | Compiling der_derive v0.7.3 |
| 1502 | 2026-06-18T22:26:53.917Z | Compiling rustls-pki-types v1.14.0 |
| 1503 | 2026-06-18T22:26:54.060Z | Compiling thiserror-impl v2.0.18 |
| 1504 | 2026-06-18T22:26:54.163Z | Compiling tracing-attributes v0.1.31 |
| 1505 | 2026-06-18T22:26:54.210Z | Compiling scroll_derive v0.13.1 |
| 1506 | 2026-06-18T22:26:54.296Z | Compiling crypto-common v0.1.7 |
| 1507 | 2026-06-18T22:26:54.310Z | Compiling block-buffer v0.10.4 |
| 1508 | 2026-06-18T22:26:54.378Z | Compiling zerofrom v0.1.6 |
| 1509 | 2026-06-18T22:26:54.423Z | Compiling block-padding v0.3.3 |
| 1510 | 2026-06-18T22:26:54.426Z | Compiling futures-util v0.3.32 |
| 1511 | 2026-06-18T22:26:54.468Z | Compiling digest v0.10.7 |
| 1512 | 2026-06-18T22:26:54.516Z | Compiling yoke v0.8.1 |
| 1513 | 2026-06-18T22:26:54.516Z | Compiling schemars_derive v0.8.22 |
| 1514 | 2026-06-18T22:26:54.594Z | Compiling inout v0.1.4 |
| 1515 | 2026-06-18T22:26:54.611Z | Compiling der v0.7.10 |
| 1516 | 2026-06-18T22:26:54.742Z | Compiling zerovec v0.11.5 |
| 1517 | 2026-06-18T22:26:54.756Z | Compiling zerotrie v0.2.3 |
| 1518 | 2026-06-18T22:26:54.789Z | Compiling hmac v0.12.1 |
| 1519 | 2026-06-18T22:26:54.967Z | Compiling cipher v0.4.4 |
| 1520 | 2026-06-18T22:26:55.093Z | Compiling sha2 v0.10.9 |
| 1521 | 2026-06-18T22:26:55.108Z | Compiling pbkdf2 v0.12.2 |
| 1522 | 2026-06-18T22:26:55.192Z | Compiling pest_derive v2.8.6 |
| 1523 | 2026-06-18T22:26:55.244Z | Compiling tinystr v0.8.2 |
| 1524 | 2026-06-18T22:26:55.259Z | Compiling potential_utf v0.1.4 |
| 1525 | 2026-06-18T22:26:55.286Z | Compiling salsa20 v0.10.2 |
| 1526 | 2026-06-18T22:26:55.420Z | Compiling icu_locale_core v2.1.1 |
| 1527 | 2026-06-18T22:26:55.447Z | Compiling icu_collections v2.1.1 |
| 1528 | 2026-06-18T22:26:55.447Z | Compiling scrypt v0.11.0 |
| 1529 | 2026-06-18T22:26:55.484Z | Compiling cbc v0.1.2 |
| 1530 | 2026-06-18T22:26:55.541Z | Compiling spki v0.7.3 |
| 1531 | 2026-06-18T22:26:55.636Z | Compiling tracing v0.1.44 |
| 1532 | 2026-06-18T22:26:55.669Z | Compiling thiserror v2.0.18 |
| 1533 | 2026-06-18T22:26:55.686Z | Compiling aes v0.8.4 |
| 1534 | 2026-06-18T22:26:55.784Z | Compiling scroll v0.13.0 |
| 1535 | 2026-06-18T22:26:55.799Z | Compiling darling_macro v0.20.11 |
| 1536 | 2026-06-18T22:26:55.932Z | Compiling openssl-macros v0.1.1 |
| 1537 | 2026-06-18T22:26:55.947Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-06-18T22:26:55.951Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-06-18T22:26:55.994Z | Compiling signature v2.2.0 |
| 1540 | 2026-06-18T22:26:56.088Z | Compiling icu_provider v2.1.1 |
| 1541 | 2026-06-18T22:26:56.202Z | Compiling pkcs5 v0.7.1 |
| 1542 | 2026-06-18T22:26:56.276Z | Compiling goblin v0.10.5 |
| 1543 | 2026-06-18T22:26:56.336Z | Compiling icu_normalizer v2.1.1 |
| 1544 | 2026-06-18T22:26:56.381Z | Compiling icu_properties v2.1.2 |
| 1545 | 2026-06-18T22:26:56.420Z | Compiling darling v0.20.11 |
| 1546 | 2026-06-18T22:26:56.522Z | Compiling bytes v1.11.1 |
| 1547 | 2026-06-18T22:26:56.539Z | Compiling chrono v0.4.44 |
| 1548 | 2026-06-18T22:26:56.569Z | Compiling pkcs8 v0.10.2 |
| 1549 | 2026-06-18T22:26:56.615Z | Compiling ipnet v2.11.0 |
| 1550 | 2026-06-18T22:26:56.723Z | Compiling derive_builder_core v0.20.2 |
| 1551 | 2026-06-18T22:26:56.777Z | Compiling webpki-roots v1.0.6 |
| 1552 | 2026-06-18T22:26:56.822Z | Compiling scroll_derive v0.12.1 |
| 1553 | 2026-06-18T22:26:56.858Z | Compiling thiserror-impl v1.0.69 |
| 1554 | 2026-06-18T22:26:56.918Z | Compiling toml_datetime v0.6.11 |
| 1555 | 2026-06-18T22:26:56.941Z | Compiling erased-serde v0.3.31 |
| 1556 | 2026-06-18T22:26:56.944Z | Compiling serde_urlencoded v0.7.1 |
| 1557 | 2026-06-18T22:26:57.043Z | Compiling tokio v1.52.1 |
| 1558 | 2026-06-18T22:26:57.183Z | Compiling http v1.4.0 |
| 1559 | 2026-06-18T22:26:57.205Z | Compiling serde_tokenstream v0.2.3 |
| 1560 | 2026-06-18T22:26:57.225Z | Compiling serde_spanned v0.6.9 |
| 1561 | 2026-06-18T22:26:57.449Z | Compiling idna_adapter v1.2.1 |
| 1562 | 2026-06-18T22:26:57.519Z | Compiling md-5 v0.10.6 |
| 1563 | 2026-06-18T22:26:57.627Z | Compiling idna v1.1.0 |
| 1564 | 2026-06-18T22:26:57.649Z | Compiling ppv-lite86 v0.2.21 |
| 1565 | 2026-06-18T22:26:57.664Z | Compiling scroll v0.12.0 |
| 1566 | 2026-06-18T22:26:57.668Z | Compiling darling_macro v0.21.3 |
| 1567 | 2026-06-18T22:26:57.728Z | Compiling bstr v1.12.1 |
| 1568 | 2026-06-18T22:26:57.749Z | Compiling pin-project-internal v1.1.11 |
| 1569 | 2026-06-18T22:26:57.789Z | Compiling derive_builder_macro v0.20.2 |
| 1570 | 2026-06-18T22:26:57.853Z | Compiling zerocopy-derive v0.7.35 |
| 1571 | 2026-06-18T22:26:57.988Z | Compiling url v2.5.8 |
| 1572 | 2026-06-18T22:26:58.015Z | Compiling http-body v1.0.1 |
| 1573 | 2026-06-18T22:26:58.154Z | Compiling rand_chacha v0.9.0 |
| 1574 | 2026-06-18T22:26:58.198Z | Compiling http-body-util v0.1.3 |
| 1575 | 2026-06-18T22:26:58.215Z | Compiling rand_chacha v0.3.1 |
| 1576 | 2026-06-18T22:26:58.300Z | Compiling async-trait v0.1.89 |
| 1577 | 2026-06-18T22:26:58.332Z | Compiling vergen-lib v9.1.0 |
| 1578 | 2026-06-18T22:26:58.372Z | Compiling thiserror v1.0.69 |
| 1579 | 2026-06-18T22:26:58.385Z | Compiling rand v0.9.2 |
| 1580 | 2026-06-18T22:26:58.454Z | Compiling curve25519-dalek v4.1.3 |
| 1581 | 2026-06-18T22:26:58.487Z | Compiling ff v0.13.1 |
| 1582 | 2026-06-18T22:26:58.511Z | Compiling hash32 v0.2.1 |
| 1583 | 2026-06-18T22:26:58.660Z | Compiling memoffset v0.9.1 |
| 1584 | 2026-06-18T22:26:58.732Z | Compiling encoding_rs v0.8.35 |
| 1585 | 2026-06-18T22:26:58.822Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-06-18T22:26:58.842Z | Compiling num-bigint-dig v0.8.6 |
| 1587 | 2026-06-18T22:26:58.897Z | Compiling mime v0.3.17 |
| 1588 | 2026-06-18T22:26:58.929Z | Compiling zlib-rs v0.6.2 |
| 1589 | 2026-06-18T22:26:58.988Z | Compiling proptest v1.10.0 |
| 1590 | 2026-06-18T22:26:59.083Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2026-06-18T22:26:59.113Z | Compiling base16ct v0.2.0 |
| 1592 | 2026-06-18T22:26:59.158Z | Compiling rustix v0.38.44 |
| 1593 | 2026-06-18T22:26:59.173Z | Compiling psl-types v2.0.11 |
| 1594 | 2026-06-18T22:26:59.191Z | Compiling smoltcp v0.9.1 |
| 1595 | 2026-06-18T22:26:59.246Z | Compiling cfg_aliases v0.2.1 |
| 1596 | 2026-06-18T22:26:59.268Z | Compiling litrs v1.0.0 |
| 1597 | 2026-06-18T22:26:59.316Z | Compiling dof v0.4.0 |
| 1598 | 2026-06-18T22:26:59.319Z | Compiling publicsuffix v2.3.0 |
| 1599 | 2026-06-18T22:26:59.345Z | Compiling nix v0.31.2 |
| 1600 | 2026-06-18T22:26:59.433Z | Compiling ipnetwork v0.21.1 |
| 1601 | 2026-06-18T22:26:59.447Z | Compiling postgres-protocol v0.6.10 |
| 1602 | 2026-06-18T22:26:59.535Z | Compiling sec1 v0.7.3 |
| 1603 | 2026-06-18T22:26:59.685Z | Compiling oxnet v0.1.6 |
| 1604 | 2026-06-18T22:26:59.705Z | Compiling pin-project v1.1.11 |
| 1605 | 2026-06-18T22:26:59.837Z | Compiling document-features v0.2.12 |
| 1606 | 2026-06-18T22:26:59.853Z | Compiling zerocopy v0.7.35 |
| 1607 | 2026-06-18T22:26:59.887Z | Compiling group v0.13.0 |
| 1608 | 2026-06-18T22:26:59.915Z | Compiling rand v0.8.6 |
| 1609 | 2026-06-18T22:26:59.935Z | Compiling derive_builder v0.20.2 |
| 1610 | 2026-06-18T22:26:59.985Z | Compiling darling v0.21.3 |
| 1611 | 2026-06-18T22:27:00.080Z | Compiling goblin v0.8.2 |
| 1612 | 2026-06-18T22:27:00.094Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-06-18T22:27:00.165Z | Compiling futures-executor v0.3.32 |
| 1614 | 2026-06-18T22:27:00.349Z | Compiling hex v0.4.3 |
| 1615 | 2026-06-18T22:27:00.381Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-06-18T22:27:00.439Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-06-18T22:27:00.457Z | Compiling regex v1.12.3 |
| 1618 | 2026-06-18T22:27:00.568Z | Compiling num-iter v0.1.45 |
| 1619 | 2026-06-18T22:27:00.571Z | Compiling snafu-derive v0.8.9 |
| 1620 | 2026-06-18T22:27:00.596Z | Compiling daft-derive v0.1.7 |
| 1621 | 2026-06-18T22:27:00.601Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-06-18T22:27:00.644Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-06-18T22:27:00.670Z | Compiling ref-cast-impl v1.0.25 |
| 1624 | 2026-06-18T22:27:00.926Z | Compiling phf_shared v0.13.1 |
| 1625 | 2026-06-18T22:27:01.066Z | Compiling tokio-util v0.7.18 |
| 1626 | 2026-06-18T22:27:01.085Z | Compiling tower v0.5.3 |
| 1627 | 2026-06-18T22:27:01.190Z | Compiling tokio-native-tls v0.3.1 |
| 1628 | 2026-06-18T22:27:01.227Z | Compiling terminal_size v0.4.3 |
| 1629 | 2026-06-18T22:27:01.246Z | Compiling lazy_static v1.5.0 |
| 1630 | 2026-06-18T22:27:01.304Z | Compiling anstyle-parse v0.2.7 |
| 1631 | 2026-06-18T22:27:01.343Z | Compiling vergen v9.1.0 |
| 1632 | 2026-06-18T22:27:01.358Z | Compiling cargo-platform v0.3.2 |
| 1633 | 2026-06-18T22:27:01.372Z | Compiling newtype-uuid v1.3.2 |
| 1634 | 2026-06-18T22:27:01.387Z | Compiling fs-err v3.3.0 |
| 1635 | 2026-06-18T22:27:01.400Z | Compiling ahash v0.8.12 |
| 1636 | 2026-06-18T22:27:01.507Z | Compiling tower-http v0.6.8 |
| 1637 | 2026-06-18T22:27:01.548Z | Compiling managed v0.8.0 |
| 1638 | 2026-06-18T22:27:01.586Z | Compiling foldhash v0.1.5 |
| 1639 | 2026-06-18T22:27:01.604Z | Compiling winnow v0.5.40 |
| 1640 | 2026-06-18T22:27:01.630Z | Compiling bumpalo v3.20.2 |
| 1641 | 2026-06-18T22:27:01.659Z | Compiling object v0.37.3 |
| 1642 | 2026-06-18T22:27:01.738Z | Compiling same-file v1.0.6 |
| 1643 | 2026-06-18T22:27:01.779Z | Compiling libbz2-rs-sys v0.2.2 |
| 1644 | 2026-06-18T22:27:01.791Z | Compiling h2 v0.4.13 |
| 1645 | 2026-06-18T22:27:01.905Z | Compiling flate2 v1.1.9 |
| 1646 | 2026-06-18T22:27:01.928Z | Compiling bitflags v1.3.2 |
| 1647 | 2026-06-18T22:27:01.948Z | Compiling foldhash v0.2.0 |
| 1648 | 2026-06-18T22:27:02.028Z | Compiling walkdir v2.5.0 |
| 1649 | 2026-06-18T22:27:02.181Z | Compiling hashbrown v0.16.1 |
| 1650 | 2026-06-18T22:27:02.184Z | Compiling zopfli v0.8.3 |
| 1651 | 2026-06-18T22:27:02.221Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-06-18T22:27:02.329Z | Compiling dof v0.3.0 |
| 1653 | 2026-06-18T22:27:02.373Z | Compiling hashbrown v0.15.5 |
| 1654 | 2026-06-18T22:27:02.500Z | Compiling clap_builder v4.6.0 |
| 1655 | 2026-06-18T22:27:02.562Z | Compiling snafu v0.8.9 |
| 1656 | 2026-06-18T22:27:02.678Z | Compiling daft v0.1.7 |
| 1657 | 2026-06-18T22:27:02.718Z | Compiling cargo_metadata v0.23.1 |
| 1658 | 2026-06-18T22:27:02.763Z | Compiling strum v0.27.2 |
| 1659 | 2026-06-18T22:27:02.860Z | Compiling anstream v0.6.21 |
| 1660 | 2026-06-18T22:27:02.895Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-06-18T22:27:02.994Z | Compiling toml_edit v0.19.15 |
| 1662 | 2026-06-18T22:27:03.008Z | Compiling phf v0.13.1 |
| 1663 | 2026-06-18T22:27:03.084Z | Compiling signal-hook-mio v0.2.5 |
| 1664 | 2026-06-18T22:27:03.161Z | Compiling usdt-macro v0.6.0 |
| 1665 | 2026-06-18T22:27:03.175Z | Compiling usdt-attr-macro v0.6.0 |
| 1666 | 2026-06-18T22:27:03.191Z | Compiling cookie_store v0.22.1 |
| 1667 | 2026-06-18T22:27:03.207Z | Compiling hubpack v0.1.2 |
| 1668 | 2026-06-18T22:27:03.222Z | Compiling bzip2 v0.4.4 |
| 1669 | 2026-06-18T22:27:03.338Z | Compiling futures v0.3.32 |
| 1670 | 2026-06-18T22:27:03.439Z | Compiling serde_with_macros v3.17.0 |
| 1671 | 2026-06-18T22:27:03.455Z | Compiling postgres-types v0.2.12 |
| 1672 | 2026-06-18T22:27:03.523Z | Compiling zstd v0.13.3 |
| 1673 | 2026-06-18T22:27:03.661Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-06-18T22:27:03.827Z | Compiling globset v0.4.18 |
| 1675 | 2026-06-18T22:27:03.906Z | Compiling pkcs1 v0.7.5 |
| 1676 | 2026-06-18T22:27:03.977Z | Compiling ed25519 v2.2.3 |
| 1677 | 2026-06-18T22:27:04.058Z | Compiling olpc-cjson v0.1.4 |
| 1678 | 2026-06-18T22:27:04.080Z | Compiling serde-big-array v0.5.1 |
| 1679 | 2026-06-18T22:27:04.184Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-06-18T22:27:04.245Z | Compiling rfc6979 v0.4.0 |
| 1681 | 2026-06-18T22:27:04.259Z | Compiling serde_repr v0.1.20 |
| 1682 | 2026-06-18T22:27:04.346Z | Compiling enum-as-inner v0.6.1 |
| 1683 | 2026-06-18T22:27:04.393Z | Compiling async-recursion v1.1.1 |
| 1684 | 2026-06-18T22:27:04.407Z | Compiling clap_derive v4.6.1 |
| 1685 | 2026-06-18T22:27:04.474Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-06-18T22:27:04.555Z | Compiling phf_shared v0.11.3 |
| 1687 | 2026-06-18T22:27:04.658Z | Compiling float-cmp v0.10.0 |
| 1688 | 2026-06-18T22:27:04.762Z | Compiling pem v3.0.6 |
| 1689 | 2026-06-18T22:27:04.777Z | Compiling thread-id v4.2.2 |
| 1690 | 2026-06-18T22:27:04.831Z | Compiling memmap2 v0.9.10 |
| 1691 | 2026-06-18T22:27:04.845Z | Compiling env_filter v1.0.0 |
| 1692 | 2026-06-18T22:27:04.875Z | Compiling whoami v2.1.0 |
| 1693 | 2026-06-18T22:27:04.911Z | Compiling predicates-core v1.0.10 |
| 1694 | 2026-06-18T22:27:04.946Z | Compiling difflib v0.4.0 |
| 1695 | 2026-06-18T22:27:05.077Z | Compiling hyper v1.8.1 |
| 1696 | 2026-06-18T22:27:05.108Z | Compiling static_assertions v1.1.0 |
| 1697 | 2026-06-18T22:27:05.124Z | Compiling typed-path v0.9.3 |
| 1698 | 2026-06-18T22:27:05.139Z | Compiling fixedbitset v0.4.2 |
| 1699 | 2026-06-18T22:27:05.186Z | Compiling new_debug_unreachable v1.0.6 |
| 1700 | 2026-06-18T22:27:05.200Z | Compiling data-encoding v2.10.0 |
| 1701 | 2026-06-18T22:27:05.275Z | Compiling fixedbitset v0.5.7 |
| 1702 | 2026-06-18T22:27:05.298Z | Compiling jiff v0.2.21 |
| 1703 | 2026-06-18T22:27:05.381Z | Compiling either v1.15.0 |
| 1704 | 2026-06-18T22:27:05.550Z | Compiling precomputed-hash v0.1.1 |
| 1705 | 2026-06-18T22:27:05.607Z | Compiling normalize-line-endings v0.3.0 |
| 1706 | 2026-06-18T22:27:05.621Z | Compiling keccak v0.1.6 |
| 1707 | 2026-06-18T22:27:05.656Z | Compiling string_cache v0.8.9 |
| 1708 | 2026-06-18T22:27:05.710Z | Compiling predicates v3.1.4 |
| 1709 | 2026-06-18T22:27:05.730Z | Compiling itertools v0.13.0 |
| 1710 | 2026-06-18T22:27:05.814Z | Compiling sha3 v0.10.8 |
| 1711 | 2026-06-18T22:27:05.915Z | Compiling hickory-proto v0.25.2 |
| 1712 | 2026-06-18T22:27:05.965Z | Compiling petgraph v0.8.3 |
| 1713 | 2026-06-18T22:27:06.057Z | Compiling petgraph v0.6.5 |
| 1714 | 2026-06-18T22:27:06.138Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1715 | 2026-06-18T22:27:06.308Z | Compiling hyper-util v0.1.20 |
| 1716 | 2026-06-18T22:27:06.340Z | Compiling clap v4.6.1 |
| 1717 | 2026-06-18T22:27:06.381Z | Compiling strum v0.26.3 |
| 1718 | 2026-06-18T22:27:06.411Z | Compiling toml_edit v0.22.27 |
| 1719 | 2026-06-18T22:27:06.426Z | Compiling tokio-postgres v0.7.16 |
| 1720 | 2026-06-18T22:27:06.441Z | Compiling env_logger v0.11.9 |
| 1721 | 2026-06-18T22:27:06.491Z | Compiling usdt v0.6.0 |
| 1722 | 2026-06-18T22:27:06.541Z | Compiling usdt-impl v0.5.0 |
| 1723 | 2026-06-18T22:27:06.776Z | Compiling serde_with v3.17.0 |
| 1724 | 2026-06-18T22:27:06.794Z | Compiling crossterm v0.28.1 |
| 1725 | 2026-06-18T22:27:06.830Z | Compiling toml v0.7.8 |
| 1726 | 2026-06-18T22:27:07.054Z | Compiling ecdsa v0.16.9 |
| 1727 | 2026-06-18T22:27:07.163Z | Compiling ed25519-dalek v2.2.0 |
| 1728 | 2026-06-18T22:27:07.472Z | Compiling rsa v0.9.10 |
| 1729 | 2026-06-18T22:27:07.896Z | Compiling hyper-tls v0.6.0 |
| 1730 | 2026-06-18T22:27:07.939Z | Compiling zip v0.6.6 |
| 1731 | 2026-06-18T22:27:08.005Z | Compiling zip v4.6.1 |
| 1732 | 2026-06-18T22:27:08.154Z | Compiling iddqd v0.4.2 |
| 1733 | 2026-06-18T22:27:08.556Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-06-18T22:27:08.574Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1735 | 2026-06-18T22:27:08.608Z | Compiling buf-list v1.1.2 |
| 1736 | 2026-06-18T22:27:08.743Z | Compiling similar v2.7.0 |
| 1737 | 2026-06-18T22:27:08.805Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1738 | 2026-06-18T22:27:08.916Z | Compiling openapiv3 v2.2.0 |
| 1739 | 2026-06-18T22:27:09.037Z | Compiling x509-cert v0.2.5 |
| 1740 | 2026-06-18T22:27:09.058Z | Compiling sha1 v0.10.6 |
| 1741 | 2026-06-18T22:27:09.095Z | Compiling crossbeam-epoch v0.9.18 |
| 1742 | 2026-06-18T22:27:09.142Z | Compiling peg-runtime v0.8.5 |
| 1743 | 2026-06-18T22:27:09.208Z | Compiling lalrpop-util v0.19.12 |
| 1744 | 2026-06-18T22:27:09.228Z | Compiling thread_local v1.1.9 |
| 1745 | 2026-06-18T22:27:09.253Z | Compiling slog-async v2.8.0 |
| 1746 | 2026-06-18T22:27:09.313Z | Compiling crossbeam-channel v0.5.15 |
| 1747 | 2026-06-18T22:27:09.435Z | Compiling filetime v0.2.27 |
| 1748 | 2026-06-18T22:27:09.449Z | Compiling is-terminal v0.4.17 |
| 1749 | 2026-06-18T22:27:09.464Z | Compiling take_mut v0.2.2 |
| 1750 | 2026-06-18T22:27:09.507Z | Compiling xattr v1.6.1 |
| 1751 | 2026-06-18T22:27:09.522Z | Compiling term v1.2.1 |
| 1752 | 2026-06-18T22:27:09.636Z | Compiling tar v0.4.45 |
| 1753 | 2026-06-18T22:27:09.808Z | Compiling slog-term v2.9.2 |
| 1754 | 2026-06-18T22:27:27.480Z | Compiling rustls-webpki v0.103.9 |
| 1755 | 2026-06-18T22:27:30.296Z | Compiling tokio-rustls v0.26.4 |
| 1756 | 2026-06-18T22:27:30.296Z | Compiling rustls-platform-verifier v0.6.2 |
| 1757 | 2026-06-18T22:27:30.485Z | Compiling hyper-rustls v0.27.7 |
| 1758 | 2026-06-18T22:27:30.672Z | Compiling reqwest v0.12.28 |
| 1759 | 2026-06-18T22:27:30.678Z | Compiling reqwest v0.13.2 |
| 1760 | 2026-06-18T22:27:31.885Z | Compiling tough v0.22.0 |
| 1761 | 2026-06-18T22:27:34.404Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1762 | 2026-06-18T22:27:34.638Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1763 | 2026-06-18T22:27:37.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s |
| 1764 | 2026-06-18T22:27:37.673Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1765 | 2026-06-18T22:27:37.725Z | Jun 18 22:27:36.459 INFO Starting download, target: Cockroach |
| 1766 | 2026-06-18T22:27:37.725Z | Jun 18 22:27:36.460 INFO Starting download, target: Console |
| 1767 | 2026-06-18T22:27:37.725Z | Jun 18 22:27:36.460 INFO Starting download, target: Clickhouse |
| 1768 | 2026-06-18T22:27:37.725Z | Jun 18 22:27:36.460 INFO Starting download, target: DendriteStub |
| 1769 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Starting download, target: MaghemiteMgd |
| 1770 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Starting download, target: MaghemiteDdmd |
| 1771 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Starting download, target: TransceiverControl |
| 1772 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1773 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1774 | 2026-06-18T22:27:37.731Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1775 | 2026-06-18T22:27:37.732Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1776 | 2026-06-18T22:27:37.732Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1777 | 2026-06-18T22:27:37.732Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1778 | 2026-06-18T22:27:37.732Z | Jun 18 22:27:36.460 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1779 | 2026-06-18T22:27:38.466Z | Jun 18 22:27:37.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1780 | 2026-06-18T22:27:38.670Z | Jun 18 22:27:37.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1781 | 2026-06-18T22:27:38.726Z | Jun 18 22:27:37.383 INFO Download complete, target: TransceiverControl |
| 1782 | 2026-06-18T22:27:38.898Z | Jun 18 22:27:37.627 INFO Download complete, target: Console |
| 1783 | 2026-06-18T22:27:39.880Z | Jun 18 22:27:38.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1784 | 2026-06-18T22:27:40.056Z | Jun 18 22:27:38.791 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1785 | 2026-06-18T22:27:40.245Z | Jun 18 22:27:38.966 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1786 | 2026-06-18T22:27:40.282Z | Jun 18 22:27:38.973 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1787 | 2026-06-18T22:27:42.147Z | Jun 18 22:27:40.874 INFO Download complete, target: MaghemiteDdmd |
| 1788 | 2026-06-18T22:27:42.764Z | Jun 18 22:27:41.500 INFO Download complete, target: MaghemiteMgd |
| 1789 | 2026-06-18T22:27:42.962Z | Jun 18 22:27:41.683 INFO Download complete, target: DendriteStub |
| 1790 | 2026-06-18T22:27:44.652Z | Jun 18 22:27:43.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1791 | 2026-06-18T22:27:44.652Z | Jun 18 22:27:43.378 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1792 | 2026-06-18T22:27:46.718Z | Jun 18 22:27:45.454 INFO Checking that binary works, target: Clickhouse |
| 1793 | 2026-06-18T22:27:46.810Z | Jun 18 22:27:45.545 INFO Download complete, target: Clickhouse |
| 1794 | 2026-06-18T22:27:49.200Z | Jun 18 22:27:47.930 INFO Checking that binary works, target: Cockroach |
| 1795 | 2026-06-18T22:27:49.329Z | Jun 18 22:27:48.058 INFO Download complete, target: Cockroach |
| 1796 | 2026-06-18T22:27:49.346Z | All prerequisites installed successfully |
| 1797 | 2026-06-18T22:27:49.346Z | |
| 1798 | 2026-06-18T22:27:49.346Z | real 1:29.054991204 |
| 1799 | 2026-06-18T22:27:49.346Z | user 6:58.937288270 |
| 1800 | 2026-06-18T22:27:49.346Z | sys 1:43.172246234 |
| 1801 | 2026-06-18T22:27:49.346Z | trap 0.244927710 |
| 1802 | 2026-06-18T22:27:49.346Z | tflt 1.245312283 |
| 1803 | 2026-06-18T22:27:49.347Z | dflt 1.871331888 |
| 1804 | 2026-06-18T22:27:49.347Z | kflt 0.027745326 |
| 1805 | 2026-06-18T22:27:49.347Z | lock 25:19.543669508 |
| 1806 | 2026-06-18T22:27:49.347Z | slp 18:54.735175787 |
| 1807 | 2026-06-18T22:27:49.347Z | lat 21.894652966 |
| 1808 | 2026-06-18T22:27:49.348Z | stop 2:33.813773951 |
| 1809 | 2026-06-18T22:27:49.348Z | + source ./tools/include/force-git-over-https.sh |
| 1810 | 2026-06-18T22:27:49.348Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1811 | 2026-06-18T22:27:49.348Z | ++ (( i = 0 )) |
| 1812 | 2026-06-18T22:27:49.348Z | ++ (( i < 5 )) |
| 1813 | 2026-06-18T22:27:49.349Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1814 | 2026-06-18T22:27:49.349Z | ++ (( i++ )) |
| 1815 | 2026-06-18T22:27:49.349Z | ++ (( i < 5 )) |
| 1816 | 2026-06-18T22:27:49.349Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1817 | 2026-06-18T22:27:49.349Z | ++ (( i++ )) |
| 1818 | 2026-06-18T22:27:49.349Z | ++ (( i < 5 )) |
| 1819 | 2026-06-18T22:27:49.349Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1820 | 2026-06-18T22:27:49.350Z | ++ (( i++ )) |
| 1821 | 2026-06-18T22:27:49.350Z | ++ (( i < 5 )) |
| 1822 | 2026-06-18T22:27:49.350Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1823 | 2026-06-18T22:27:49.403Z | ++ (( i++ )) |
| 1824 | 2026-06-18T22:27:49.404Z | ++ (( i < 5 )) |
| 1825 | 2026-06-18T22:27:49.408Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1826 | 2026-06-18T22:27:49.408Z | ++ (( i++ )) |
| 1827 | 2026-06-18T22:27:49.408Z | ++ (( i < 5 )) |
| 1828 | 2026-06-18T22:27:49.408Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1829 | 2026-06-18T22:27:49.408Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1830 | 2026-06-18T22:27:49.408Z | + rc=0 |
| 1831 | 2026-06-18T22:27:49.408Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1832 | 2026-06-18T22:27:54.838Z | + case $rc in |
| 1833 | 2026-06-18T22:27:54.838Z | + pfexec zfs create -p rpool/images/build/host |
| 1834 | 2026-06-18T22:27:54.947Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1835 | 2026-06-18T22:27:54.988Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1836 | 2026-06-18T22:27:55.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1837 | 2026-06-18T22:27:55.460Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1838 | 2026-06-18T22:27:56.261Z | Compiling proc-macro2 v1.0.106 |
| 1839 | 2026-06-18T22:27:56.261Z | Compiling quote v1.0.45 |
| 1840 | 2026-06-18T22:27:56.261Z | Compiling unicode-ident v1.0.24 |
| 1841 | 2026-06-18T22:27:56.261Z | Compiling libc v0.2.185 |
| 1842 | 2026-06-18T22:27:56.263Z | Compiling serde_core v1.0.228 |
| 1843 | 2026-06-18T22:27:56.263Z | Compiling serde v1.0.228 |
| 1844 | 2026-06-18T22:27:56.280Z | Compiling cfg-if v1.0.4 |
| 1845 | 2026-06-18T22:27:56.280Z | Compiling version_check v0.9.5 |
| 1846 | 2026-06-18T22:27:56.280Z | Compiling find-msvc-tools v0.1.9 |
| 1847 | 2026-06-18T22:27:56.280Z | Compiling shlex v1.3.0 |
| 1848 | 2026-06-18T22:27:56.280Z | Compiling typenum v1.19.0 |
| 1849 | 2026-06-18T22:27:56.280Z | Compiling autocfg v1.5.0 |
| 1850 | 2026-06-18T22:27:56.280Z | Compiling zmij v1.0.21 |
| 1851 | 2026-06-18T22:27:56.280Z | Compiling zerocopy v0.8.40 |
| 1852 | 2026-06-18T22:27:56.389Z | Compiling memchr v2.8.0 |
| 1853 | 2026-06-18T22:27:56.616Z | Compiling portable-atomic v1.13.1 |
| 1854 | 2026-06-18T22:27:56.695Z | Compiling serde_json v1.0.149 |
| 1855 | 2026-06-18T22:27:56.722Z | Compiling libm v0.2.16 |
| 1856 | 2026-06-18T22:27:56.789Z | Compiling parking_lot_core v0.9.12 |
| 1857 | 2026-06-18T22:27:56.816Z | Compiling generic-array v0.14.7 |
| 1858 | 2026-06-18T22:27:56.820Z | Compiling smallvec v1.15.1 |
| 1859 | 2026-06-18T22:27:56.820Z | Compiling icu_properties_data v2.1.2 |
| 1860 | 2026-06-18T22:27:56.820Z | Compiling icu_normalizer_data v2.1.1 |
| 1861 | 2026-06-18T22:27:56.955Z | Compiling num-traits v0.2.19 |
| 1862 | 2026-06-18T22:27:56.985Z | Compiling pkg-config v0.3.32 |
| 1863 | 2026-06-18T22:27:57.072Z | Compiling log v0.4.29 |
| 1864 | 2026-06-18T22:27:57.098Z | Compiling itoa v1.0.17 |
| 1865 | 2026-06-18T22:27:57.098Z | Compiling getrandom v0.4.1 |
| 1866 | 2026-06-18T22:27:57.222Z | Compiling subtle v2.6.1 |
| 1867 | 2026-06-18T22:27:57.252Z | Compiling getrandom v0.3.4 |
| 1868 | 2026-06-18T22:27:57.274Z | Compiling scopeguard v1.2.0 |
| 1869 | 2026-06-18T22:27:57.342Z | Compiling stable_deref_trait v1.2.1 |
| 1870 | 2026-06-18T22:27:57.391Z | Compiling lock_api v0.4.14 |
| 1871 | 2026-06-18T22:27:57.391Z | Compiling rustix v1.1.3 |
| 1872 | 2026-06-18T22:27:57.406Z | Compiling jobserver v0.1.34 |
| 1873 | 2026-06-18T22:27:57.421Z | Compiling getrandom v0.2.17 |
| 1874 | 2026-06-18T22:27:57.421Z | Compiling errno v0.3.14 |
| 1875 | 2026-06-18T22:27:57.674Z | Compiling rand_core v0.6.4 |
| 1876 | 2026-06-18T22:27:57.683Z | Compiling cc v1.2.56 |
| 1877 | 2026-06-18T22:27:57.705Z | Compiling syn v2.0.117 |
| 1878 | 2026-06-18T22:27:57.750Z | Compiling dunce v1.0.5 |
| 1879 | 2026-06-18T22:27:57.771Z | Compiling critical-section v1.2.0 |
| 1880 | 2026-06-18T22:27:57.782Z | Compiling fs_extra v1.3.0 |
| 1881 | 2026-06-18T22:27:57.914Z | Compiling pin-project-lite v0.2.17 |
| 1882 | 2026-06-18T22:27:57.973Z | Compiling fnv v1.0.7 |
| 1883 | 2026-06-18T22:27:57.996Z | Compiling const-oid v0.9.6 |
| 1884 | 2026-06-18T22:27:58.031Z | Compiling thiserror v2.0.18 |
| 1885 | 2026-06-18T22:27:58.134Z | Compiling writeable v0.6.2 |
| 1886 | 2026-06-18T22:27:58.162Z | Compiling litemap v0.8.1 |
| 1887 | 2026-06-18T22:27:58.187Z | Compiling rustversion v1.0.22 |
| 1888 | 2026-06-18T22:27:58.257Z | Compiling once_cell v1.21.3 |
| 1889 | 2026-06-18T22:27:58.290Z | Compiling percent-encoding v2.3.2 |
| 1890 | 2026-06-18T22:27:58.396Z | Compiling heck v0.5.0 |
| 1891 | 2026-06-18T22:27:58.412Z | Compiling aws-lc-rs v1.16.3 |
| 1892 | 2026-06-18T22:27:58.412Z | Compiling signal-hook-registry v1.4.8 |
| 1893 | 2026-06-18T22:27:58.447Z | Compiling cmake v0.1.57 |
| 1894 | 2026-06-18T22:27:58.576Z | Compiling futures-core v0.3.32 |
| 1895 | 2026-06-18T22:27:58.615Z | Compiling equivalent v1.0.2 |
| 1896 | 2026-06-18T22:27:58.787Z | Compiling parking_lot v0.12.5 |
| 1897 | 2026-06-18T22:27:58.830Z | Compiling mio v1.2.0 |
| 1898 | 2026-06-18T22:27:58.830Z | Compiling httparse v1.10.1 |
| 1899 | 2026-06-18T22:27:58.856Z | Compiling semver v1.0.28 |
| 1900 | 2026-06-18T22:27:58.937Z | Compiling vcpkg v0.2.15 |
| 1901 | 2026-06-18T22:27:58.956Z | Compiling schemars v0.8.22 |
| 1902 | 2026-06-18T22:27:58.963Z | Compiling bitflags v2.11.0 |
| 1903 | 2026-06-18T22:27:59.035Z | Compiling ring v0.17.14 |
| 1904 | 2026-06-18T22:27:59.166Z | Compiling aws-lc-sys v0.40.0 |
| 1905 | 2026-06-18T22:27:59.267Z | Compiling socket2 v0.6.3 |
| 1906 | 2026-06-18T22:27:59.420Z | Compiling utf8_iter v1.0.4 |
| 1907 | 2026-06-18T22:27:59.556Z | Compiling form_urlencoded v1.2.2 |
| 1908 | 2026-06-18T22:27:59.561Z | Compiling openssl-sys v0.9.115 |
| 1909 | 2026-06-18T22:27:59.653Z | Compiling hashbrown v0.17.0 |
| 1910 | 2026-06-18T22:27:59.680Z | Compiling rand_core v0.10.0 |
| 1911 | 2026-06-18T22:27:59.887Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-06-18T22:27:59.917Z | Compiling rustls v0.23.37 |
| 1913 | 2026-06-18T22:27:59.978Z | Compiling cpufeatures v0.2.17 |
| 1914 | 2026-06-18T22:28:00.035Z | Compiling futures-sink v0.3.32 |
| 1915 | 2026-06-18T22:28:00.103Z | Compiling slab v0.4.12 |
| 1916 | 2026-06-18T22:28:00.114Z | Compiling futures-io v0.3.32 |
| 1917 | 2026-06-18T22:28:00.124Z | Compiling futures-task v0.3.32 |
| 1918 | 2026-06-18T22:28:00.149Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-06-18T22:28:00.182Z | Compiling rustc_version v0.4.1 |
| 1920 | 2026-06-18T22:28:00.279Z | Compiling byteorder v1.5.0 |
| 1921 | 2026-06-18T22:28:00.301Z | Compiling indexmap v2.14.0 |
| 1922 | 2026-06-18T22:28:00.363Z | Compiling strsim v0.11.1 |
| 1923 | 2026-06-18T22:28:00.401Z | Compiling ucd-trie v0.1.7 |
| 1924 | 2026-06-18T22:28:00.507Z | Compiling openssl v0.10.79 |
| 1925 | 2026-06-18T22:28:00.560Z | Compiling pest v2.8.6 |
| 1926 | 2026-06-18T22:28:00.570Z | Compiling time-core v0.1.8 |
| 1927 | 2026-06-18T22:28:00.682Z | Compiling synstructure v0.13.2 |
| 1928 | 2026-06-18T22:28:00.697Z | Compiling serde_derive_internals v0.29.1 |
| 1929 | 2026-06-18T22:28:00.751Z | Compiling num-conv v0.2.0 |
| 1930 | 2026-06-18T22:28:00.783Z | Compiling iana-time-zone v0.1.65 |
| 1931 | 2026-06-18T22:28:00.818Z | Compiling thiserror v1.0.69 |
| 1932 | 2026-06-18T22:28:00.855Z | Compiling ident_case v1.0.1 |
| 1933 | 2026-06-18T22:28:00.962Z | Compiling native-tls v0.2.18 |
| 1934 | 2026-06-18T22:28:00.967Z | Compiling time-macros v0.2.27 |
| 1935 | 2026-06-18T22:28:01.039Z | Compiling regex-syntax v0.8.10 |
| 1936 | 2026-06-18T22:28:01.126Z | Compiling syn v1.0.109 |
| 1937 | 2026-06-18T22:28:01.222Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1938 | 2026-06-18T22:28:01.227Z | Compiling base64ct v1.8.3 |
| 1939 | 2026-06-18T22:28:01.254Z | Compiling crossbeam-utils v0.8.21 |
| 1940 | 2026-06-18T22:28:01.332Z | Compiling base64 v0.22.1 |
| 1941 | 2026-06-18T22:28:01.546Z | Compiling pem-rfc7468 v0.7.0 |
| 1942 | 2026-06-18T22:28:01.565Z | Compiling uuid v1.23.0 |
| 1943 | 2026-06-18T22:28:01.593Z | Compiling slog v2.8.2 |
| 1944 | 2026-06-18T22:28:01.849Z | Compiling pest_meta v2.8.6 |
| 1945 | 2026-06-18T22:28:01.862Z | Compiling untrusted v0.9.0 |
| 1946 | 2026-06-18T22:28:01.894Z | Compiling flagset v0.4.7 |
| 1947 | 2026-06-18T22:28:01.920Z | Compiling rand_core v0.9.5 |
| 1948 | 2026-06-18T22:28:02.115Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1949 | 2026-06-18T22:28:02.181Z | Compiling serde_derive v1.0.228 |
| 1950 | 2026-06-18T22:28:02.181Z | Compiling zeroize_derive v1.4.3 |
| 1951 | 2026-06-18T22:28:02.181Z | Compiling zerofrom-derive v0.1.6 |
| 1952 | 2026-06-18T22:28:02.230Z | Compiling yoke-derive v0.8.1 |
| 1953 | 2026-06-18T22:28:02.281Z | Compiling zerocopy-derive v0.8.40 |
| 1954 | 2026-06-18T22:28:02.294Z | Compiling zerovec-derive v0.11.2 |
| 1955 | 2026-06-18T22:28:02.327Z | Compiling displaydoc v0.2.5 |
| 1956 | 2026-06-18T22:28:02.345Z | Compiling tokio-macros v2.7.0 |
| 1957 | 2026-06-18T22:28:02.361Z | Compiling futures-macro v0.3.32 |
| 1958 | 2026-06-18T22:28:02.380Z | Compiling der_derive v0.7.3 |
| 1959 | 2026-06-18T22:28:02.733Z | Compiling zeroize v1.8.2 |
| 1960 | 2026-06-18T22:28:03.126Z | Compiling thiserror-impl v2.0.18 |
| 1961 | 2026-06-18T22:28:03.187Z | Compiling tracing-attributes v0.1.31 |
| 1962 | 2026-06-18T22:28:03.211Z | Compiling schemars_derive v0.8.22 |
| 1963 | 2026-06-18T22:28:03.287Z | Compiling futures-util v0.3.32 |
| 1964 | 2026-06-18T22:28:03.381Z | Compiling rustls-pki-types v1.14.0 |
| 1965 | 2026-06-18T22:28:03.396Z | Compiling zerofrom v0.1.6 |
| 1966 | 2026-06-18T22:28:03.558Z | Compiling yoke v0.8.1 |
| 1967 | 2026-06-18T22:28:03.680Z | Compiling crypto-common v0.1.7 |
| 1968 | 2026-06-18T22:28:03.792Z | Compiling zerovec v0.11.5 |
| 1969 | 2026-06-18T22:28:03.818Z | Compiling zerotrie v0.2.3 |
| 1970 | 2026-06-18T22:28:03.958Z | Compiling block-buffer v0.10.4 |
| 1971 | 2026-06-18T22:28:04.180Z | Compiling digest v0.10.7 |
| 1972 | 2026-06-18T22:28:04.399Z | Compiling tinystr v0.8.2 |
| 1973 | 2026-06-18T22:28:04.474Z | Compiling potential_utf v0.1.4 |
| 1974 | 2026-06-18T22:28:04.508Z | Compiling hmac v0.12.1 |
| 1975 | 2026-06-18T22:28:04.508Z | Compiling block-padding v0.3.3 |
| 1976 | 2026-06-18T22:28:04.637Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-06-18T22:28:04.691Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-06-18T22:28:04.723Z | Compiling inout v0.1.4 |
| 1979 | 2026-06-18T22:28:04.932Z | Compiling pest_generator v2.8.6 |
| 1980 | 2026-06-18T22:28:04.945Z | Compiling openssl-macros v0.1.1 |
| 1981 | 2026-06-18T22:28:05.423Z | Compiling cipher v0.4.4 |
| 1982 | 2026-06-18T22:28:05.439Z | Compiling bytes v1.11.1 |
| 1983 | 2026-06-18T22:28:05.563Z | Compiling icu_provider v2.1.1 |
| 1984 | 2026-06-18T22:28:05.610Z | Compiling chrono v0.4.44 |
| 1985 | 2026-06-18T22:28:05.618Z | Compiling sha2 v0.10.9 |
| 1986 | 2026-06-18T22:28:05.635Z | Compiling pest_derive v2.8.6 |
| 1987 | 2026-06-18T22:28:05.986Z | Compiling icu_properties v2.1.2 |
| 1988 | 2026-06-18T22:28:05.986Z | Compiling icu_normalizer v2.1.1 |
| 1989 | 2026-06-18T22:28:06.908Z | Compiling tokio v1.52.1 |
| 1990 | 2026-06-18T22:28:07.139Z | Compiling scroll_derive v0.13.1 |
| 1991 | 2026-06-18T22:28:07.139Z | Compiling thiserror-impl v1.0.69 |
| 1992 | 2026-06-18T22:28:07.139Z | Compiling http v1.4.0 |
| 1993 | 2026-06-18T22:28:07.160Z | Compiling idna_adapter v1.2.1 |
| 1994 | 2026-06-18T22:28:07.160Z | Compiling ppv-lite86 v0.2.21 |
| 1995 | 2026-06-18T22:28:07.160Z | Compiling idna v1.1.0 |
| 1996 | 2026-06-18T22:28:07.384Z | Compiling der v0.7.10 |
| 1997 | 2026-06-18T22:28:07.475Z | Compiling url v2.5.8 |
| 1998 | 2026-06-18T22:28:07.727Z | Compiling camino v1.2.2 |
| 1999 | 2026-06-18T22:28:08.421Z | Compiling plain v0.2.3 |
| 2000 | 2026-06-18T22:28:08.460Z | Compiling fastrand v2.3.0 |
| 2001 | 2026-06-18T22:28:08.461Z | Compiling paste v1.0.15 |
| 2002 | 2026-06-18T22:28:08.461Z | Compiling spki v0.7.3 |
| 2003 | 2026-06-18T22:28:08.486Z | Compiling salsa20 v0.10.2 |
| 2004 | 2026-06-18T22:28:08.517Z | Compiling pbkdf2 v0.12.2 |
| 2005 | 2026-06-18T22:28:08.672Z | Compiling tracing-core v0.1.36 |
| 2006 | 2026-06-18T22:28:09.036Z | Compiling aho-corasick v1.1.4 |
| 2007 | 2026-06-18T22:28:09.211Z | Compiling cookie v0.18.1 |
| 2008 | 2026-06-18T22:28:09.268Z | Compiling dyn-clone v1.0.20 |
| 2009 | 2026-06-18T22:28:09.469Z | Compiling num-bigint-dig v0.8.6 |
| 2010 | 2026-06-18T22:28:09.660Z | Compiling tracing v0.1.44 |
| 2011 | 2026-06-18T22:28:09.765Z | Compiling scrypt v0.11.0 |
| 2012 | 2026-06-18T22:28:09.824Z | Compiling http-body v1.0.1 |
| 2013 | 2026-06-18T22:28:10.058Z | Compiling tokio-util v0.7.18 |
| 2014 | 2026-06-18T22:28:10.073Z | Compiling regex-automata v0.4.14 |
| 2015 | 2026-06-18T22:28:10.076Z | Compiling rand_chacha v0.9.0 |
| 2016 | 2026-06-18T22:28:10.185Z | Compiling aes v0.8.4 |
| 2017 | 2026-06-18T22:28:10.303Z | Compiling cbc v0.1.2 |
| 2018 | 2026-06-18T22:28:10.357Z | Compiling async-trait v0.1.89 |
| 2019 | 2026-06-18T22:28:10.555Z | Compiling ahash v0.8.12 |
| 2020 | 2026-06-18T22:28:10.570Z | Compiling openssl-probe v0.2.1 |
| 2021 | 2026-06-18T22:28:10.589Z | Compiling zstd-safe v7.2.4 |
| 2022 | 2026-06-18T22:28:10.706Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-06-18T22:28:10.837Z | Compiling untrusted v0.7.1 |
| 2024 | 2026-06-18T22:28:10.844Z | Compiling anyhow v1.0.102 |
| 2025 | 2026-06-18T22:28:10.862Z | Compiling usdt-impl v0.6.0 |
| 2026 | 2026-06-18T22:28:10.868Z | Compiling pretty-hex v0.4.1 |
| 2027 | 2026-06-18T22:28:11.041Z | Compiling atomic-waker v1.1.2 |
| 2028 | 2026-06-18T22:28:11.074Z | Compiling tinyvec v1.10.0 |
| 2029 | 2026-06-18T22:28:11.144Z | Compiling pkcs5 v0.7.1 |
| 2030 | 2026-06-18T22:28:11.405Z | Compiling rand v0.9.2 |
| 2031 | 2026-06-18T22:28:11.527Z | Compiling tempfile v3.25.0 |
| 2032 | 2026-06-18T22:28:11.659Z | Compiling scroll v0.13.0 |
| 2033 | 2026-06-18T22:28:12.039Z | Compiling serde_tokenstream v0.2.3 |
| 2034 | 2026-06-18T22:28:12.114Z | Compiling daft-derive v0.1.7 |
| 2035 | 2026-06-18T22:28:12.114Z | Compiling scroll_derive v0.12.1 |
| 2036 | 2026-06-18T22:28:12.114Z | Compiling clap_derive v4.6.1 |
| 2037 | 2026-06-18T22:28:12.122Z | Compiling heapless v0.7.17 |
| 2038 | 2026-06-18T22:28:12.295Z | Compiling tower-layer v0.3.3 |
| 2039 | 2026-06-18T22:28:12.404Z | Compiling unicode-segmentation v1.12.0 |
| 2040 | 2026-06-18T22:28:12.557Z | Compiling utf8parse v0.2.2 |
| 2041 | 2026-06-18T22:28:12.639Z | Compiling try-lock v0.2.5 |
| 2042 | 2026-06-18T22:28:12.700Z | Compiling tower-service v0.3.3 |
| 2043 | 2026-06-18T22:28:12.806Z | Compiling signal-hook v0.3.18 |
| 2044 | 2026-06-18T22:28:12.837Z | Compiling want v0.3.1 |
| 2045 | 2026-06-18T22:28:12.854Z | Compiling h2 v0.4.13 |
| 2046 | 2026-06-18T22:28:13.030Z | Compiling goblin v0.10.5 |
| 2047 | 2026-06-18T22:28:13.215Z | Compiling pkcs8 v0.10.2 |
| 2048 | 2026-06-18T22:28:13.249Z | Compiling ipnet v2.11.0 |
| 2049 | 2026-06-18T22:28:13.555Z | Compiling pin-project-internal v1.1.11 |
| 2050 | 2026-06-18T22:28:13.763Z | Compiling darling_core v0.20.11 |
| 2051 | 2026-06-18T22:28:13.827Z | Compiling spin v0.9.8 |
| 2052 | 2026-06-18T22:28:13.856Z | Compiling pin-utils v0.1.0 |
| 2053 | 2026-06-18T22:28:13.867Z | Compiling litrs v1.0.0 |
| 2054 | 2026-06-18T22:28:13.955Z | Compiling rustix v0.38.44 |
| 2055 | 2026-06-18T22:28:14.086Z | Compiling foreign-types-shared v0.1.1 |
| 2056 | 2026-06-18T22:28:14.205Z | Compiling anstyle v1.0.14 |
| 2057 | 2026-06-18T22:28:14.439Z | Compiling httpdate v1.0.3 |
| 2058 | 2026-06-18T22:28:14.530Z | Compiling simd-adler32 v0.3.8 |
| 2059 | 2026-06-18T22:28:14.609Z | Compiling document-features v0.2.12 |
| 2060 | 2026-06-18T22:28:14.684Z | Compiling foreign-types v0.3.2 |
| 2061 | 2026-06-18T22:28:14.775Z | Compiling heck v0.4.1 |
| 2062 | 2026-06-18T22:28:14.816Z | Compiling unicode-normalization v0.1.25 |
| 2063 | 2026-06-18T22:28:15.096Z | Compiling dtrace-parser v0.3.0 |
| 2064 | 2026-06-18T22:28:15.112Z | Compiling hex v0.4.3 |
| 2065 | 2026-06-18T22:28:15.126Z | Compiling strum_macros v0.26.4 |
| 2066 | 2026-06-18T22:28:15.202Z | Compiling zerocopy-derive v0.7.35 |
| 2067 | 2026-06-18T22:28:15.382Z | Compiling darling_core v0.21.3 |
| 2068 | 2026-06-18T22:28:15.480Z | Compiling curve25519-dalek v4.1.3 |
| 2069 | 2026-06-18T22:28:20.113Z | Compiling socket2 v0.5.10 |
| 2070 | 2026-06-18T22:28:20.161Z | Compiling thread-id v5.1.0 |
| 2071 | 2026-06-18T22:28:20.161Z | Compiling memoffset v0.9.1 |
| 2072 | 2026-06-18T22:28:20.161Z | Compiling ref-cast v1.0.25 |
| 2073 | 2026-06-18T22:28:20.161Z | Compiling dof v0.4.0 |
| 2074 | 2026-06-18T22:28:20.161Z | Compiling colorchoice v1.0.4 |
| 2075 | 2026-06-18T22:28:20.162Z | Compiling darling_macro v0.20.11 |
| 2076 | 2026-06-18T22:28:20.162Z | Compiling hyper v1.8.1 |
| 2077 | 2026-06-18T22:28:20.162Z | Compiling adler2 v2.0.1 |
| 2078 | 2026-06-18T22:28:20.162Z | Compiling smoltcp v0.9.1 |
| 2079 | 2026-06-18T22:28:20.162Z | Compiling is_terminal_polyfill v1.70.2 |
| 2080 | 2026-06-18T22:28:20.162Z | Compiling anstyle-query v1.1.5 |
| 2081 | 2026-06-18T22:28:20.162Z | Compiling powerfmt v0.2.0 |
| 2082 | 2026-06-18T22:28:20.162Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-06-18T22:28:20.162Z | Compiling deranged v0.5.8 |
| 2084 | 2026-06-18T22:28:20.162Z | Compiling darling v0.20.11 |
| 2085 | 2026-06-18T22:28:20.162Z | Compiling snafu-derive v0.8.9 |
| 2086 | 2026-06-18T22:28:20.162Z | Compiling rustls-native-certs v0.8.3 |
| 2087 | 2026-06-18T22:28:20.162Z | Compiling toml_datetime v0.6.11 |
| 2088 | 2026-06-18T22:28:20.162Z | Compiling serde_spanned v0.6.9 |
| 2089 | 2026-06-18T22:28:20.162Z | Compiling sync_wrapper v1.0.2 |
| 2090 | 2026-06-18T22:28:20.163Z | Compiling hyper-util v0.1.20 |
| 2091 | 2026-06-18T22:28:20.163Z | Compiling wait-timeout v0.2.1 |
| 2092 | 2026-06-18T22:28:20.163Z | Compiling bit-vec v0.8.0 |
| 2093 | 2026-06-18T22:28:20.163Z | Compiling zlib-rs v0.6.2 |
| 2094 | 2026-06-18T22:28:20.163Z | Compiling darling_macro v0.21.3 |
| 2095 | 2026-06-18T22:28:20.163Z | Compiling quick-error v1.2.3 |
| 2096 | 2026-06-18T22:28:20.163Z | Compiling siphasher v1.0.2 |
| 2097 | 2026-06-18T22:28:20.163Z | Compiling num_threads v0.1.7 |
| 2098 | 2026-06-18T22:28:20.163Z | Compiling cfg_aliases v0.2.1 |
| 2099 | 2026-06-18T22:28:20.163Z | Compiling nix v0.31.2 |
| 2100 | 2026-06-18T22:28:20.163Z | Compiling rusty-fork v0.3.1 |
| 2101 | 2026-06-18T22:28:20.163Z | Compiling darling v0.21.3 |
| 2102 | 2026-06-18T22:28:20.163Z | Compiling time v0.3.47 |
| 2103 | 2026-06-18T22:28:20.163Z | Compiling bit-set v0.8.0 |
| 2104 | 2026-06-18T22:28:20.163Z | Compiling tower v0.5.3 |
| 2105 | 2026-06-18T22:28:20.164Z | Compiling derive_builder_core v0.20.2 |
| 2106 | 2026-06-18T22:28:20.164Z | Compiling anstyle-parse v1.0.0 |
| 2107 | 2026-06-18T22:28:20.164Z | Compiling regex v1.12.3 |
| 2108 | 2026-06-18T22:28:20.164Z | Compiling http-body-util v0.1.3 |
| 2109 | 2026-06-18T22:28:20.164Z | Compiling webpki-roots v1.0.6 |
| 2110 | 2026-06-18T22:28:20.164Z | Compiling erased-serde v0.3.31 |
| 2111 | 2026-06-18T22:28:20.164Z | Compiling hubpack_derive v0.1.1 |
| 2112 | 2026-06-18T22:28:20.164Z | Compiling signature v2.2.0 |
| 2113 | 2026-06-18T22:28:20.164Z | Compiling rand_xorshift v0.4.0 |
| 2114 | 2026-06-18T22:28:20.164Z | Compiling strum_macros v0.27.2 |
| 2115 | 2026-06-18T22:28:20.164Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2116 | 2026-06-18T22:28:20.164Z | Compiling ref-cast-impl v1.0.25 |
| 2117 | 2026-06-18T22:28:20.164Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-06-18T22:28:20.164Z | Compiling fs-err v3.3.0 |
| 2119 | 2026-06-18T22:28:20.164Z | Compiling usdt-impl v0.5.0 |
| 2120 | 2026-06-18T22:28:20.337Z | Compiling encoding_rs v0.8.35 |
| 2121 | 2026-06-18T22:28:20.358Z | Compiling iri-string v0.7.10 |
| 2122 | 2026-06-18T22:28:20.358Z | Compiling ryu v1.0.23 |
| 2123 | 2026-06-18T22:28:20.361Z | Compiling unicode-properties v0.1.4 |
| 2124 | 2026-06-18T22:28:20.449Z | Compiling allocator-api2 v0.2.21 |
| 2125 | 2026-06-18T22:28:20.683Z | Compiling object v0.37.3 |
| 2126 | 2026-06-18T22:28:20.698Z | Compiling unicode-bidi v0.3.18 |
| 2127 | 2026-06-18T22:28:20.753Z | Compiling mime v0.3.17 |
| 2128 | 2026-06-18T22:28:20.959Z | Compiling unarray v0.1.4 |
| 2129 | 2026-06-18T22:28:21.103Z | Compiling stringprep v0.1.5 |
| 2130 | 2026-06-18T22:28:21.305Z | Compiling proptest v1.10.0 |
| 2131 | 2026-06-18T22:28:21.395Z | Compiling serde_urlencoded v0.7.1 |
| 2132 | 2026-06-18T22:28:21.609Z | Compiling tower-http v0.6.8 |
| 2133 | 2026-06-18T22:28:21.907Z | Compiling derive_builder_macro v0.20.2 |
| 2134 | 2026-06-18T22:28:22.032Z | Compiling tokio-native-tls v0.3.1 |
| 2135 | 2026-06-18T22:28:22.066Z | Compiling anstream v1.0.0 |
| 2136 | 2026-06-18T22:28:22.085Z | Compiling serde_with_macros v3.17.0 |
| 2137 | 2026-06-18T22:28:22.242Z | Compiling usdt-macro v0.6.0 |
| 2138 | 2026-06-18T22:28:22.277Z | Compiling usdt-attr-macro v0.6.0 |
| 2139 | 2026-06-18T22:28:22.438Z | Compiling ipnetwork v0.21.1 |
| 2140 | 2026-06-18T22:28:22.594Z | Compiling scroll v0.12.0 |
| 2141 | 2026-06-18T22:28:22.610Z | Compiling bstr v1.12.1 |
| 2142 | 2026-06-18T22:28:22.904Z | Compiling rand_chacha v0.3.1 |
| 2143 | 2026-06-18T22:28:23.011Z | Compiling md-5 v0.10.6 |
| 2144 | 2026-06-18T22:28:23.193Z | Compiling async-recursion v1.1.1 |
| 2145 | 2026-06-18T22:28:23.197Z | Compiling terminal_size v0.4.3 |
| 2146 | 2026-06-18T22:28:23.224Z | Compiling num-integer v0.1.46 |
| 2147 | 2026-06-18T22:28:23.242Z | Compiling hash32 v0.2.1 |
| 2148 | 2026-06-18T22:28:23.260Z | Compiling vergen-lib v9.1.0 |
| 2149 | 2026-06-18T22:28:23.278Z | Compiling ff v0.13.1 |
| 2150 | 2026-06-18T22:28:23.443Z | Compiling fallible-iterator v0.2.0 |
| 2151 | 2026-06-18T22:28:23.557Z | Compiling winnow v0.7.14 |
| 2152 | 2026-06-18T22:28:23.615Z | Compiling clap_lex v1.0.0 |
| 2153 | 2026-06-18T22:28:23.798Z | Compiling psl-types v2.0.11 |
| 2154 | 2026-06-18T22:28:24.014Z | Compiling base16ct v0.2.0 |
| 2155 | 2026-06-18T22:28:24.113Z | Compiling publicsuffix v2.3.0 |
| 2156 | 2026-06-18T22:28:24.215Z | Compiling sec1 v0.7.3 |
| 2157 | 2026-06-18T22:28:24.215Z | Compiling clap_builder v4.6.0 |
| 2158 | 2026-06-18T22:28:24.282Z | Compiling postgres-protocol v0.6.10 |
| 2159 | 2026-06-18T22:28:24.319Z | Compiling num-iter v0.1.45 |
| 2160 | 2026-06-18T22:28:24.369Z | Compiling group v0.13.0 |
| 2161 | 2026-06-18T22:28:24.466Z | Compiling newtype-uuid v1.3.2 |
| 2162 | 2026-06-18T22:28:24.535Z | Compiling rand v0.8.6 |
| 2163 | 2026-06-18T22:28:24.822Z | Compiling goblin v0.8.2 |
| 2164 | 2026-06-18T22:28:24.856Z | Compiling oxnet v0.1.6 |
| 2165 | 2026-06-18T22:28:25.358Z | Compiling derive_builder v0.20.2 |
| 2166 | 2026-06-18T22:28:25.373Z | Compiling hyper-tls v0.6.0 |
| 2167 | 2026-06-18T22:28:25.543Z | Compiling phf_shared v0.13.1 |
| 2168 | 2026-06-18T22:28:25.649Z | Compiling zerocopy v0.7.35 |
| 2169 | 2026-06-18T22:28:25.694Z | Compiling lazy_static v1.5.0 |
| 2170 | 2026-06-18T22:28:25.832Z | Compiling pin-project v1.1.11 |
| 2171 | 2026-06-18T22:28:25.852Z | Compiling anstyle-parse v0.2.7 |
| 2172 | 2026-06-18T22:28:25.991Z | Compiling futures-executor v0.3.32 |
| 2173 | 2026-06-18T22:28:26.067Z | Compiling hkdf v0.12.4 |
| 2174 | 2026-06-18T22:28:26.092Z | Compiling crypto-bigint v0.5.5 |
| 2175 | 2026-06-18T22:28:26.211Z | Compiling serde_repr v0.1.20 |
| 2176 | 2026-06-18T22:28:26.216Z | Compiling enum-as-inner v0.6.1 |
| 2177 | 2026-06-18T22:28:26.243Z | Compiling vergen v9.1.0 |
| 2178 | 2026-06-18T22:28:26.263Z | Compiling cargo-platform v0.3.2 |
| 2179 | 2026-06-18T22:28:26.354Z | Compiling bitflags v1.3.2 |
| 2180 | 2026-06-18T22:28:26.451Z | Compiling foldhash v0.1.5 |
| 2181 | 2026-06-18T22:28:26.473Z | Compiling foldhash v0.2.0 |
| 2182 | 2026-06-18T22:28:26.696Z | Compiling winnow v0.5.40 |
| 2183 | 2026-06-18T22:28:26.713Z | Compiling same-file v1.0.6 |
| 2184 | 2026-06-18T22:28:26.748Z | Compiling libbz2-rs-sys v0.2.2 |
| 2185 | 2026-06-18T22:28:26.795Z | Compiling bumpalo v3.20.2 |
| 2186 | 2026-06-18T22:28:26.811Z | Compiling managed v0.8.0 |
| 2187 | 2026-06-18T22:28:26.895Z | Compiling walkdir v2.5.0 |
| 2188 | 2026-06-18T22:28:27.061Z | Compiling elliptic-curve v0.13.8 |
| 2189 | 2026-06-18T22:28:27.086Z | Compiling zopfli v0.8.3 |
| 2190 | 2026-06-18T22:28:27.213Z | Compiling dof v0.3.0 |
| 2191 | 2026-06-18T22:28:27.244Z | Compiling bzip2 v0.6.1 |
| 2192 | 2026-06-18T22:28:27.610Z | Compiling hashbrown v0.16.1 |
| 2193 | 2026-06-18T22:28:27.687Z | Compiling hashbrown v0.15.5 |
| 2194 | 2026-06-18T22:28:28.153Z | Compiling toml_edit v0.19.15 |
| 2195 | 2026-06-18T22:28:28.260Z | Compiling cargo_metadata v0.23.1 |
| 2196 | 2026-06-18T22:28:28.311Z | Compiling clap v4.6.1 |
| 2197 | 2026-06-18T22:28:28.417Z | Compiling futures v0.3.32 |
| 2198 | 2026-06-18T22:28:28.506Z | Compiling anstream v0.6.21 |
| 2199 | 2026-06-18T22:28:28.829Z | Compiling snafu v0.8.9 |
| 2200 | 2026-06-18T22:28:29.232Z | Compiling phf v0.13.1 |
| 2201 | 2026-06-18T22:28:29.426Z | Compiling signal-hook-mio v0.2.5 |
| 2202 | 2026-06-18T22:28:29.569Z | Compiling daft v0.1.7 |
| 2203 | 2026-06-18T22:28:29.584Z | Compiling cookie_store v0.22.1 |
| 2204 | 2026-06-18T22:28:29.602Z | Compiling postgres-types v0.2.12 |
| 2205 | 2026-06-18T22:28:29.679Z | Compiling zstd v0.13.3 |
| 2206 | 2026-06-18T22:28:29.801Z | Compiling bzip2 v0.4.4 |
| 2207 | 2026-06-18T22:28:29.875Z | Compiling globset v0.4.18 |
| 2208 | 2026-06-18T22:28:29.929Z | Compiling dtrace-parser v0.2.0 |
| 2209 | 2026-06-18T22:28:29.946Z | Compiling strum v0.27.2 |
| 2210 | 2026-06-18T22:28:30.125Z | Compiling hubpack v0.1.2 |
| 2211 | 2026-06-18T22:28:30.181Z | Compiling ed25519 v2.2.3 |
| 2212 | 2026-06-18T22:28:30.184Z | Compiling phf_shared v0.11.3 |
| 2213 | 2026-06-18T22:28:30.212Z | Compiling olpc-cjson v0.1.4 |
| 2214 | 2026-06-18T22:28:30.263Z | Compiling pkcs1 v0.7.5 |
| 2215 | 2026-06-18T22:28:30.433Z | Compiling pem v3.0.6 |
| 2216 | 2026-06-18T22:28:30.447Z | Compiling serde_plain v1.0.2 |
| 2217 | 2026-06-18T22:28:30.482Z | Compiling serde-big-array v0.5.1 |
| 2218 | 2026-06-18T22:28:30.513Z | Compiling rfc6979 v0.4.0 |
| 2219 | 2026-06-18T22:28:30.584Z | Compiling float-cmp v0.10.0 |
| 2220 | 2026-06-18T22:28:30.611Z | Compiling memmap2 v0.9.10 |
| 2221 | 2026-06-18T22:28:30.665Z | Compiling thread-id v4.2.2 |
| 2222 | 2026-06-18T22:28:30.665Z | Compiling env_filter v1.0.0 |
| 2223 | 2026-06-18T22:28:30.699Z | Compiling toml_write v0.1.2 |
| 2224 | 2026-06-18T22:28:30.858Z | Compiling new_debug_unreachable v1.0.6 |
| 2225 | 2026-06-18T22:28:30.871Z | Compiling fixedbitset v0.4.2 |
| 2226 | 2026-06-18T22:28:30.871Z | Compiling difflib v0.4.0 |
| 2227 | 2026-06-18T22:28:30.871Z | Compiling data-encoding v2.10.0 |
| 2228 | 2026-06-18T22:28:30.871Z | Compiling typed-path v0.9.3 |
| 2229 | 2026-06-18T22:28:30.941Z | Compiling predicates-core v1.0.10 |
| 2230 | 2026-06-18T22:28:30.960Z | Compiling keccak v0.1.6 |
| 2231 | 2026-06-18T22:28:31.023Z | Compiling precomputed-hash v0.1.1 |
| 2232 | 2026-06-18T22:28:31.132Z | Compiling jiff v0.2.21 |
| 2233 | 2026-06-18T22:28:31.135Z | Compiling normalize-line-endings v0.3.0 |
| 2234 | 2026-06-18T22:28:31.173Z | Compiling whoami v2.1.0 |
| 2235 | 2026-06-18T22:28:31.189Z | Compiling fixedbitset v0.5.7 |
| 2236 | 2026-06-18T22:28:31.252Z | Compiling static_assertions v1.1.0 |
| 2237 | 2026-06-18T22:28:31.281Z | Compiling either v1.15.0 |
| 2238 | 2026-06-18T22:28:31.346Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2239 | 2026-06-18T22:28:31.378Z | Compiling predicates v3.1.4 |
| 2240 | 2026-06-18T22:28:31.496Z | Compiling itertools v0.13.0 |
| 2241 | 2026-06-18T22:28:31.515Z | Compiling tokio-postgres v0.7.16 |
| 2242 | 2026-06-18T22:28:31.534Z | Compiling petgraph v0.8.3 |
| 2243 | 2026-06-18T22:28:32.018Z | Compiling hickory-proto v0.25.2 |
| 2244 | 2026-06-18T22:28:32.050Z | Compiling sha3 v0.10.8 |
| 2245 | 2026-06-18T22:28:32.133Z | Compiling string_cache v0.8.9 |
| 2246 | 2026-06-18T22:28:32.354Z | Compiling petgraph v0.6.5 |
| 2247 | 2026-06-18T22:28:32.741Z | Compiling toml_edit v0.22.27 |
| 2248 | 2026-06-18T22:28:32.796Z | Compiling env_logger v0.11.9 |
| 2249 | 2026-06-18T22:28:32.831Z | Compiling usdt v0.6.0 |
| 2250 | 2026-06-18T22:28:33.542Z | Compiling ecdsa v0.16.9 |
| 2251 | 2026-06-18T22:28:33.575Z | Compiling rsa v0.9.10 |
| 2252 | 2026-06-18T22:28:33.915Z | Compiling zip v4.6.1 |
| 2253 | 2026-06-18T22:28:34.277Z | Compiling ed25519-dalek v2.2.0 |
| 2254 | 2026-06-18T22:28:34.530Z | Compiling zip v0.6.6 |
| 2255 | 2026-06-18T22:28:34.588Z | Compiling iddqd v0.4.2 |
| 2256 | 2026-06-18T22:28:34.850Z | Compiling toml v0.7.8 |
| 2257 | 2026-06-18T22:28:34.876Z | Compiling crossterm v0.28.1 |
| 2258 | 2026-06-18T22:28:35.135Z | Compiling crossbeam-epoch v0.9.18 |
| 2259 | 2026-06-18T22:28:35.187Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2260 | 2026-06-18T22:28:35.426Z | Compiling serde_with v3.17.0 |
| 2261 | 2026-06-18T22:28:35.466Z | Compiling similar v2.7.0 |
| 2262 | 2026-06-18T22:28:35.481Z | Compiling strum v0.26.3 |
| 2263 | 2026-06-18T22:28:35.643Z | Compiling tokio-stream v0.1.18 |
| 2264 | 2026-06-18T22:28:35.813Z | Compiling buf-list v1.1.2 |
| 2265 | 2026-06-18T22:28:35.910Z | Compiling x509-cert v0.2.5 |
| 2266 | 2026-06-18T22:28:36.174Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2267 | 2026-06-18T22:28:36.179Z | Compiling openapiv3 v2.2.0 |
| 2268 | 2026-06-18T22:28:36.252Z | Compiling sha1 v0.10.6 |
| 2269 | 2026-06-18T22:28:36.292Z | Compiling structmeta-derive v0.3.0 |
| 2270 | 2026-06-18T22:28:36.532Z | Compiling lalrpop-util v0.19.12 |
| 2271 | 2026-06-18T22:28:36.579Z | Compiling peg-runtime v0.8.5 |
| 2272 | 2026-06-18T22:28:36.750Z | Compiling radium v0.7.0 |
| 2273 | 2026-06-18T22:28:37.317Z | Compiling structmeta v0.3.0 |
| 2274 | 2026-06-18T22:28:38.282Z | Compiling tap v1.0.1 |
| 2275 | 2026-06-18T22:28:38.421Z | Compiling maybe-uninit v2.0.0 |
| 2276 | 2026-06-18T22:28:38.589Z | Compiling wyz v0.5.1 |
| 2277 | 2026-06-18T22:28:39.921Z | Compiling packed_struct v0.10.1 |
| 2278 | 2026-06-18T22:28:40.279Z | Compiling funty v2.0.0 |
| 2279 | 2026-06-18T22:28:42.049Z | Compiling bitvec v1.0.1 |
| 2280 | 2026-06-18T22:28:43.161Z | Compiling packed_struct_codegen v0.10.1 |
| 2281 | 2026-06-18T22:28:43.607Z | Compiling bitfield-macros v0.19.4 |
| 2282 | 2026-06-18T22:28:43.636Z | Compiling zerocopy-derive v0.6.6 |
| 2283 | 2026-06-18T22:28:44.194Z | Compiling indexmap v1.9.3 |
| 2284 | 2026-06-18T22:28:44.446Z | Compiling typeid v1.0.3 |
| 2285 | 2026-06-18T22:28:44.518Z | Compiling crc-catalog v2.4.0 |
| 2286 | 2026-06-18T22:28:44.622Z | Compiling nodrop v0.1.14 |
| 2287 | 2026-06-18T22:28:44.640Z | Compiling crc v3.4.0 |
| 2288 | 2026-06-18T22:28:44.750Z | Compiling array-init v0.0.4 |
| 2289 | 2026-06-18T22:28:44.829Z | Compiling zerocopy v0.6.6 |
| 2290 | 2026-06-18T22:28:45.207Z | Compiling bitfield v0.19.4 |
| 2291 | 2026-06-18T22:28:45.662Z | Compiling smallvec v0.6.14 |
| 2292 | 2026-06-18T22:28:45.975Z | Compiling derive-ex v0.1.8 |
| 2293 | 2026-06-18T22:28:48.039Z | Compiling erased-serde v0.4.9 |
| 2294 | 2026-06-18T22:28:48.144Z | Compiling rustls v0.22.4 |
| 2295 | 2026-06-18T22:28:48.409Z | Compiling hashbrown v0.12.3 |
| 2296 | 2026-06-18T22:28:48.578Z | Compiling base64 v0.21.7 |
| 2297 | 2026-06-18T22:28:49.000Z | Compiling rustls-webpki v0.103.9 |
| 2298 | 2026-06-18T22:28:49.154Z | Compiling ron v0.8.1 |
| 2299 | 2026-06-18T22:28:51.645Z | Compiling test-strategy v0.4.5 |
| 2300 | 2026-06-18T22:28:52.159Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2301 | 2026-06-18T22:28:52.162Z | Compiling serde-hex v0.1.0 |
| 2302 | 2026-06-18T22:28:52.967Z | Compiling tokio-rustls v0.26.4 |
| 2303 | 2026-06-18T22:28:53.277Z | Compiling hyper-rustls v0.27.7 |
| 2304 | 2026-06-18T22:28:53.606Z | Compiling reqwest v0.12.28 |
| 2305 | 2026-06-18T22:28:53.794Z | Compiling rustls-platform-verifier v0.6.2 |
| 2306 | 2026-06-18T22:28:53.841Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2307 | 2026-06-18T22:28:54.028Z | Compiling reqwest v0.13.2 |
| 2308 | 2026-06-18T22:28:54.129Z | Compiling toml v0.8.23 |
| 2309 | 2026-06-18T22:28:54.272Z | Compiling hashbrown v0.13.2 |
| 2310 | 2026-06-18T22:28:54.287Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2311 | 2026-06-18T22:28:54.650Z | Compiling rustls-webpki v0.102.8 |
| 2312 | 2026-06-18T22:28:54.974Z | Compiling filetime v0.2.27 |
| 2313 | 2026-06-18T22:28:55.027Z | Compiling multer v3.1.0 |
| 2314 | 2026-06-18T22:28:55.043Z | Compiling thread_local v1.1.9 |
| 2315 | 2026-06-18T22:28:55.134Z | Compiling compression-core v0.4.31 |
| 2316 | 2026-06-18T22:28:55.212Z | Compiling tough v0.22.0 |
| 2317 | 2026-06-18T22:28:55.241Z | Compiling slog-async v2.8.0 |
| 2318 | 2026-06-18T22:28:55.262Z | Compiling crc-any v2.5.0 |
| 2319 | 2026-06-18T22:28:55.421Z | Compiling xattr v1.6.1 |
| 2320 | 2026-06-18T22:28:55.493Z | Compiling rayon-core v1.13.0 |
| 2321 | 2026-06-18T22:28:55.538Z | Compiling match_cfg v0.1.0 |
| 2322 | 2026-06-18T22:28:55.635Z | Compiling hostname v0.3.1 |
| 2323 | 2026-06-18T22:28:55.650Z | Compiling tar v0.4.45 |
| 2324 | 2026-06-18T22:28:55.693Z | Compiling compression-codecs v0.4.37 |
| 2325 | 2026-06-18T22:28:55.798Z | Compiling object v0.30.4 |
| 2326 | 2026-06-18T22:28:55.831Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2327 | 2026-06-18T22:28:56.270Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2328 | 2026-06-18T22:28:56.552Z | Compiling crossbeam-channel v0.5.15 |
| 2329 | 2026-06-18T22:28:56.643Z | Compiling slog-json v2.6.1 |
| 2330 | 2026-06-18T22:28:56.718Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2331 | 2026-06-18T22:28:56.868Z | Compiling async-stream-impl v0.3.6 |
| 2332 | 2026-06-18T22:28:56.927Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2333 | 2026-06-18T22:28:56.950Z | Compiling ordered-float v2.10.1 |
| 2334 | 2026-06-18T22:28:57.027Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2335 | 2026-06-18T22:28:57.252Z | Compiling serde_spanned v1.0.4 |
| 2336 | 2026-06-18T22:28:57.271Z | Compiling serde_path_to_error v0.1.20 |
| 2337 | 2026-06-18T22:28:57.329Z | Compiling is-terminal v0.4.17 |
| 2338 | 2026-06-18T22:28:57.344Z | Compiling fs-err v2.11.0 |
| 2339 | 2026-06-18T22:28:57.389Z | Compiling dropshot v0.17.0 |
| 2340 | 2026-06-18T22:28:57.442Z | Compiling take_mut v0.2.2 |
| 2341 | 2026-06-18T22:28:57.459Z | Compiling term v1.2.1 |
| 2342 | 2026-06-18T22:28:57.459Z | Compiling debug-ignore v1.0.5 |
| 2343 | 2026-06-18T22:28:57.491Z | Compiling path-slash v0.1.5 |
| 2344 | 2026-06-18T22:28:57.577Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2345 | 2026-06-18T22:28:57.678Z | Compiling async-stream v0.3.6 |
| 2346 | 2026-06-18T22:28:57.695Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2347 | 2026-06-18T22:28:57.714Z | Compiling serde-value v0.7.0 |
| 2348 | 2026-06-18T22:28:57.746Z | Compiling slog-bunyan v2.5.0 |
| 2349 | 2026-06-18T22:28:57.868Z | Compiling tokio-rustls v0.25.0 |
| 2350 | 2026-06-18T22:28:57.884Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2351 | 2026-06-18T22:28:57.898Z | Compiling slog-term v2.9.2 |
| 2352 | 2026-06-18T22:28:57.954Z | Compiling serde-untagged v0.1.9 |
| 2353 | 2026-06-18T22:28:58.137Z | Compiling async-compression v0.4.41 |
| 2354 | 2026-06-18T22:28:58.335Z | Compiling atomicwrites v0.4.4 |
| 2355 | 2026-06-18T22:28:58.426Z | Compiling crossbeam-deque v0.8.6 |
| 2356 | 2026-06-18T22:28:58.624Z | Compiling parse-display-derive v0.10.0 |
| 2357 | 2026-06-18T22:28:58.644Z | Compiling camino-tempfile v1.4.1 |
| 2358 | 2026-06-18T22:28:58.674Z | Compiling dropshot_endpoint v0.17.0 |
| 2359 | 2026-06-18T22:28:58.858Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2360 | 2026-06-18T22:28:58.877Z | Compiling newtype-uuid-macros v0.1.0 |
| 2361 | 2026-06-18T22:28:59.063Z | Compiling waitgroup v0.1.2 |
| 2362 | 2026-06-18T22:28:59.147Z | Compiling backon v1.6.0 |
| 2363 | 2026-06-18T22:28:59.216Z | Compiling half v2.7.1 |
| 2364 | 2026-06-18T22:28:59.272Z | Compiling rustls-pemfile v2.2.0 |
| 2365 | 2026-06-18T22:28:59.286Z | Compiling blake3 v1.8.3 |
| 2366 | 2026-06-18T22:28:59.331Z | Compiling hostname v0.4.2 |
| 2367 | 2026-06-18T22:28:59.374Z | Compiling instant v0.1.13 |
| 2368 | 2026-06-18T22:28:59.428Z | Compiling ciborium-io v0.2.2 |
| 2369 | 2026-06-18T22:28:59.518Z | Compiling unicode-xid v0.2.6 |
| 2370 | 2026-06-18T22:28:59.551Z | Compiling ciborium-ll v0.2.2 |
| 2371 | 2026-06-18T22:28:59.566Z | Compiling backoff v0.4.0 |
| 2372 | 2026-06-18T22:28:59.584Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2373 | 2026-06-18T22:28:59.619Z | Compiling cargo-util-schemas v0.8.2 |
| 2374 | 2026-06-18T22:28:59.635Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2375 | 2026-06-18T22:28:59.831Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2376 | 2026-06-18T22:29:00.039Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2377 | 2026-06-18T22:29:00.141Z | Compiling parse-display v0.10.0 |
| 2378 | 2026-06-18T22:29:00.210Z | Compiling regress v0.10.5 |
| 2379 | 2026-06-18T22:29:00.267Z | Compiling itertools v0.14.0 |
| 2380 | 2026-06-18T22:29:00.364Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2381 | 2026-06-18T22:29:00.572Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-06-18T22:29:01.050Z | Compiling macaddr v1.0.1 |
| 2383 | 2026-06-18T22:29:01.183Z | Compiling parse-size v1.1.0 |
| 2384 | 2026-06-18T22:29:01.289Z | Compiling arrayvec v0.7.6 |
| 2385 | 2026-06-18T22:29:01.364Z | Compiling constant_time_eq v0.4.2 |
| 2386 | 2026-06-18T22:29:01.393Z | Compiling humantime v2.3.0 |
| 2387 | 2026-06-18T22:29:01.487Z | Compiling arrayref v0.3.9 |
| 2388 | 2026-06-18T22:29:01.550Z | Compiling indent_write v2.2.0 |
| 2389 | 2026-06-18T22:29:01.579Z | Compiling cargo_metadata v0.21.0 |
| 2390 | 2026-06-18T22:29:01.722Z | Compiling ciborium v0.2.2 |
| 2391 | 2026-06-18T22:29:01.834Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2392 | 2026-06-18T22:29:01.851Z | Compiling topological-sort v0.2.2 |
| 2393 | 2026-06-18T22:29:01.924Z | Compiling display-error-chain v0.2.2 |
| 2394 | 2026-06-18T22:29:02.027Z | Compiling shell-words v1.1.1 |
| 2395 | 2026-06-18T22:29:02.301Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2396 | 2026-06-18T22:29:12.383Z | Compiling progenitor-client v0.14.0 |
| 2397 | 2026-06-18T22:29:12.404Z | Compiling omicron-zone-package v0.12.2 |
| 2398 | 2026-06-18T22:29:12.871Z | Compiling progenitor-extras v0.2.0 |
| 2399 | 2026-06-18T22:29:15.208Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2400 | 2026-06-18T22:29:15.267Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2401 | 2026-06-18T22:29:15.270Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2402 | 2026-06-18T22:29:15.456Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2403 | 2026-06-18T22:29:19.294Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2404 | 2026-06-18T22:29:22.601Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2405 | 2026-06-18T22:29:30.633Z | Finished `release` profile [optimized] target(s) in 1m 35s |
| 2406 | 2026-06-18T22:29:30.767Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2407 | 2026-06-18T22:29:30.822Z | Jun 18 22:29:29.556 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2408 | 2026-06-18T22:29:30.915Z | Jun 18 22:29:29.650 DEBG running: git rev-parse HEAD |
| 2409 | 2026-06-18T22:29:30.919Z | Jun 18 22:29:29.653 DEBG process exited with exit status: 0 (3.329323ms) |
| 2410 | 2026-06-18T22:29:30.919Z | Jun 18 22:29:29.653 INFO version: 21.0.0-0.ci+git1f34068bbf7 |
| 2411 | 2026-06-18T22:29:30.928Z | Jun 18 22:29:29.662 INFO cloning helios to /work/oxidecomputer/helios |
| 2412 | 2026-06-18T22:29:30.928Z | Jun 18 22:29:29.662 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2413 | 2026-06-18T22:29:30.932Z | Cloning into '/work/oxidecomputer/helios'... |
| 2414 | 2026-06-18T22:29:31.953Z | Jun 18 22:29:30.688 DEBG process exited with exit status: 0 (1.026383544s) |
| 2415 | 2026-06-18T22:29:31.953Z | Jun 18 22:29:30.688 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2416 | 2026-06-18T22:29:31.956Z | Jun 18 22:29:30.690 DEBG process exited with exit status: 0 (2.535982ms) |
| 2417 | 2026-06-18T22:29:31.956Z | Jun 18 22:29:30.690 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2418 | 2026-06-18T22:29:32.276Z | Jun 18 22:29:31.010 DEBG process exited with exit status: 0 (319.91285ms) |
| 2419 | 2026-06-18T22:29:32.276Z | Jun 18 22:29:31.011 DEBG running: zfs list rpool/images/build/host |
| 2420 | 2026-06-18T22:29:32.280Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2421 | 2026-06-18T22:29:32.280Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2422 | 2026-06-18T22:29:32.284Z | Jun 18 22:29:31.016 DEBG process exited with exit status: 0 (5.226614ms) |
| 2423 | 2026-06-18T22:29:32.284Z | Jun 18 22:29:31.016 DEBG running: zfs list rpool/images/build/recovery |
| 2424 | 2026-06-18T22:29:32.287Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2425 | 2026-06-18T22:29:32.287Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2426 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.020 DEBG process exited with exit status: 0 (4.279123ms) |
| 2427 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.020 INFO [incorp-manifest] running task |
| 2428 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.020 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2429 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.021 INFO [hubris-staging] running task |
| 2430 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.021 INFO [hubris-production] running task |
| 2431 | 2026-06-18T22:29:32.288Z | Jun 18 22:29:31.021 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2432 | 2026-06-18T22:29:32.293Z | Jun 18 22:29:31.023 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2433 | 2026-06-18T22:29:32.293Z | Jun 18 22:29:31.023 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 |
| 2434 | 2026-06-18T22:29:32.328Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2435 | 2026-06-18T22:29:32.555Z | Jun 18 22:29:31.289 INFO [incorp-create] process exited with exit status: 0 (267.641462ms) |
| 2436 | 2026-06-18T22:29:32.559Z | Jun 18 22:29:31.290 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2437 | 2026-06-18T22:29:32.709Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2438 | 2026-06-18T22:29:32.785Z | Jun 18 22:29:31.520 INFO [incorp-publisher] process exited with exit status: 0 (230.328063ms) |
| 2439 | 2026-06-18T22:29:32.988Z | Jun 18 22:29:31.723 DEBG process exited with exit status: 0 (702.578109ms) |
| 2440 | 2026-06-18T22:29:32.993Z | Jun 18 22:29:31.723 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2441 | 2026-06-18T22:29:33.229Z | Jun 18 22:29:31.964 INFO [hubris-production] task succeeded (942.86232ms) |
| 2442 | 2026-06-18T22:29:33.358Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2443 | 2026-06-18T22:29:33.514Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2444 | 2026-06-18T22:29:33.682Z | Jun 18 22:29:32.415 DEBG process exited with exit status: 0 (691.90339ms) |
| 2445 | 2026-06-18T22:29:33.686Z | Jun 18 22:29:32.416 INFO [incorp-manifest] task succeeded (1.395857821s) |
| 2446 | 2026-06-18T22:29:33.687Z | Jun 18 22:29:32.416 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2447 | 2026-06-18T22:29:33.851Z | Jun 18 22:29:32.586 INFO [incorp-fmt] process exited with exit status: 0 (169.613868ms) |
| 2448 | 2026-06-18T22:29:33.851Z | Jun 18 22:29:32.586 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2449 | 2026-06-18T22:29:34.072Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260618T222932Z |
| 2450 | 2026-06-18T22:29:34.072Z | [ incorp-pkgsend] PUBLISHED |
| 2451 | 2026-06-18T22:29:34.107Z | Jun 18 22:29:32.842 INFO [incorp-pkgsend] process exited with exit status: 0 (256.028692ms) |
| 2452 | 2026-06-18T22:29:34.110Z | Jun 18 22:29:32.842 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2453 | 2026-06-18T22:29:34.324Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2454 | 2026-06-18T22:29:34.328Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2455 | 2026-06-18T22:29:34.351Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2456 | 2026-06-18T22:29:34.351Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2457 | 2026-06-18T22:29:34.351Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2458 | 2026-06-18T22:29:34.355Z | [ helios-incorp] |
| 2459 | 2026-06-18T22:29:34.355Z | [ helios-incorp] Archiving packages ... |
| 2460 | 2026-06-18T22:29:34.355Z | [ helios-incorp] Packages to add: 1 |
| 2461 | 2026-06-18T22:29:34.361Z | [ helios-incorp] Files to retrieve: 0 |
| 2462 | 2026-06-18T22:29:34.362Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2463 | 2026-06-18T22:29:34.362Z | [ helios-incorp] |
| 2464 | 2026-06-18T22:29:34.362Z | [ helios-incorp] Packages to archive: |
| 2465 | 2026-06-18T22:29:34.362Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260618T222932Z |
| 2466 | 2026-06-18T22:29:34.362Z | [ helios-incorp] |
| 2467 | 2026-06-18T22:29:34.362Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2468 | 2026-06-18T22:29:34.362Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2469 | 2026-06-18T22:29:34.385Z | [ omicron-package] Compiling ring v0.17.14 |
| 2470 | 2026-06-18T22:29:34.436Z | Jun 18 22:29:33.170 INFO [helios-incorp] process exited with exit status: 0 (328.273448ms) |
| 2471 | 2026-06-18T22:29:34.620Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2472 | 2026-06-18T22:29:34.620Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2473 | 2026-06-18T22:29:34.623Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2474 | 2026-06-18T22:29:34.624Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2475 | 2026-06-18T22:29:34.624Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2476 | 2026-06-18T22:29:34.625Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2477 | 2026-06-18T22:29:34.727Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2478 | 2026-06-18T22:29:35.373Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2479 | 2026-06-18T22:29:35.373Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2480 | 2026-06-18T22:29:35.387Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2481 | 2026-06-18T22:29:35.387Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2482 | 2026-06-18T22:29:35.392Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2483 | 2026-06-18T22:29:35.392Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2484 | 2026-06-18T22:29:35.435Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2485 | 2026-06-18T22:29:35.633Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2486 | 2026-06-18T22:29:35.639Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2487 | 2026-06-18T22:29:35.985Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2488 | 2026-06-18T22:29:35.985Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2489 | 2026-06-18T22:29:36.042Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2490 | 2026-06-18T22:29:36.086Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2491 | 2026-06-18T22:29:36.090Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2492 | 2026-06-18T22:29:36.093Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2493 | 2026-06-18T22:29:36.372Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2494 | 2026-06-18T22:29:36.376Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2495 | 2026-06-18T22:29:36.468Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2496 | 2026-06-18T22:29:36.472Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2497 | 2026-06-18T22:29:36.472Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2498 | 2026-06-18T22:29:36.472Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2499 | 2026-06-18T22:29:36.472Z | [ omicron-package] Compiling aead v0.5.2 |
| 2500 | 2026-06-18T22:29:36.472Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2501 | 2026-06-18T22:29:36.858Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2502 | 2026-06-18T22:29:36.913Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2503 | 2026-06-18T22:29:36.978Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2504 | 2026-06-18T22:29:37.018Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2505 | 2026-06-18T22:29:37.115Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2506 | 2026-06-18T22:29:37.184Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2507 | 2026-06-18T22:29:37.244Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2508 | 2026-06-18T22:29:37.313Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2509 | 2026-06-18T22:29:37.355Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2510 | 2026-06-18T22:29:37.359Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2511 | 2026-06-18T22:29:37.479Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2512 | 2026-06-18T22:29:37.529Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2513 | 2026-06-18T22:29:37.544Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2514 | 2026-06-18T22:29:37.693Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2515 | 2026-06-18T22:29:37.746Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2516 | 2026-06-18T22:29:37.813Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2517 | 2026-06-18T22:29:37.889Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2518 | 2026-06-18T22:29:37.921Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2519 | 2026-06-18T22:29:38.090Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2520 | 2026-06-18T22:29:38.157Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2521 | 2026-06-18T22:29:38.406Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2522 | 2026-06-18T22:29:38.422Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2523 | 2026-06-18T22:29:38.445Z | [ omicron-package] Compiling rand v0.10.0 |
| 2524 | 2026-06-18T22:29:38.501Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2525 | 2026-06-18T22:29:38.566Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2526 | 2026-06-18T22:29:38.573Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2527 | 2026-06-18T22:29:38.611Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2528 | 2026-06-18T22:29:38.634Z | [ omicron-package] Compiling colored v3.1.1 |
| 2529 | 2026-06-18T22:29:38.667Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2530 | 2026-06-18T22:29:38.680Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2531 | 2026-06-18T22:29:38.782Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2532 | 2026-06-18T22:29:38.807Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2533 | 2026-06-18T22:29:38.860Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2534 | 2026-06-18T22:29:38.927Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2535 | 2026-06-18T22:29:38.973Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2536 | 2026-06-18T22:29:38.977Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2537 | 2026-06-18T22:29:38.991Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2538 | 2026-06-18T22:29:39.051Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2539 | 2026-06-18T22:29:39.254Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2540 | 2026-06-18T22:29:39.371Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2541 | 2026-06-18T22:29:39.375Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2542 | 2026-06-18T22:29:39.445Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-06-18T22:29:39.446Z | [ omicron-package] Compiling glob v0.3.3 |
| 2544 | 2026-06-18T22:29:39.494Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2545 | 2026-06-18T22:29:39.561Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2546 | 2026-06-18T22:29:39.705Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2547 | 2026-06-18T22:29:39.877Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2548 | 2026-06-18T22:29:39.976Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2549 | 2026-06-18T22:29:40.024Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2550 | 2026-06-18T22:29:40.206Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-06-18T22:29:40.253Z | [ omicron-package] Compiling smf v0.2.3 |
| 2552 | 2026-06-18T22:29:40.321Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2553 | 2026-06-18T22:29:40.355Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2554 | 2026-06-18T22:29:40.393Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2555 | 2026-06-18T22:29:40.516Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2556 | 2026-06-18T22:29:40.539Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2557 | 2026-06-18T22:29:40.621Z | [ omicron-package] Compiling zone v0.3.1 |
| 2558 | 2026-06-18T22:29:40.686Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-06-18T22:29:40.781Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2560 | 2026-06-18T22:29:40.860Z | [ omicron-package] Compiling console v0.16.2 |
| 2561 | 2026-06-18T22:29:40.861Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2562 | 2026-06-18T22:29:40.944Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2563 | 2026-06-18T22:29:41.013Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2564 | 2026-06-18T22:29:41.121Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2565 | 2026-06-18T22:29:41.330Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2566 | 2026-06-18T22:29:41.840Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2567 | 2026-06-18T22:29:42.396Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2568 | 2026-06-18T22:29:43.249Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2569 | 2026-06-18T22:29:43.800Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2570 | 2026-06-18T22:29:43.900Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2571 | 2026-06-18T22:29:43.934Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2572 | 2026-06-18T22:29:44.146Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2573 | 2026-06-18T22:29:44.377Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2574 | 2026-06-18T22:29:44.380Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2575 | 2026-06-18T22:29:45.028Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2576 | 2026-06-18T22:29:45.552Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2577 | 2026-06-18T22:29:45.789Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2578 | 2026-06-18T22:29:45.863Z | [ omicron-package] Compiling tough v0.22.0 |
| 2579 | 2026-06-18T22:29:46.685Z | Jun 18 22:29:45.419 INFO [hubris-staging] task succeeded (14.398432846s) |
| 2580 | 2026-06-18T22:29:48.268Z | [ helios-setup] Jun 18 22:29:47.001 INFO helios repository root is: /work/oxidecomputer/helios |
| 2581 | 2026-06-18T22:29:48.281Z | [ helios-setup] Jun 18 22:29:47.002 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2582 | 2026-06-18T22:29:48.281Z | [ helios-setup] Jun 18 22:29:47.002 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 |
| 2583 | 2026-06-18T22:29:48.281Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2584 | 2026-06-18T22:29:49.057Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2585 | 2026-06-18T22:29:49.433Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2586 | 2026-06-18T22:29:49.436Z | [ helios-setup] Jun 18 22:29:48.167 INFO clone ok!, project: amd-host-image-builder |
| 2587 | 2026-06-18T22:29:49.436Z | [ helios-setup] Jun 18 22:29:48.168 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2588 | 2026-06-18T22:29:49.437Z | [ helios-setup] Jun 18 22:29:48.168 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2589 | 2026-06-18T22:29:49.437Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2590 | 2026-06-18T22:29:49.655Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2591 | 2026-06-18T22:29:49.696Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2592 | 2026-06-18T22:29:49.958Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2593 | 2026-06-18T22:29:50.302Z | [ helios-setup] Jun 18 22:29:49.037 INFO clone ok!, project: chelsio-t6-roms |
| 2594 | 2026-06-18T22:29:50.306Z | [ helios-setup] Jun 18 22:29:49.037 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2595 | 2026-06-18T22:29:50.306Z | [ helios-setup] Jun 18 22:29:49.037 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2596 | 2026-06-18T22:29:50.306Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2597 | 2026-06-18T22:29:51.369Z | [ helios-setup] Jun 18 22:29:50.103 INFO clone ok!, project: dmar-report |
| 2598 | 2026-06-18T22:29:51.369Z | [ helios-setup] Jun 18 22:29:50.103 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder |
| 2599 | 2026-06-18T22:29:51.374Z | [ helios-setup] Jun 18 22:29:50.103 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2600 | 2026-06-18T22:29:51.374Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2601 | 2026-06-18T22:29:52.224Z | [ helios-setup] Jun 18 22:29:50.958 INFO clone ok!, project: image-builder |
| 2602 | 2026-06-18T22:29:52.224Z | [ helios-setup] Jun 18 22:29:50.958 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2603 | 2026-06-18T22:29:52.227Z | [ helios-setup] Jun 18 22:29:50.958 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl |
| 2604 | 2026-06-18T22:29:52.227Z | [ helios-setup] Jun 18 22:29:50.958 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2605 | 2026-06-18T22:29:52.227Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2606 | 2026-06-18T22:29:52.775Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2607 | 2026-06-18T22:29:52.818Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2608 | 2026-06-18T22:29:53.057Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2609 | 2026-06-18T22:29:53.065Z | [ helios-setup] Jun 18 22:29:51.799 INFO clone ok!, project: phbl |
| 2610 | 2026-06-18T22:29:53.069Z | [ helios-setup] Jun 18 22:29:51.800 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver |
| 2611 | 2026-06-18T22:29:53.069Z | [ helios-setup] Jun 18 22:29:51.800 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2612 | 2026-06-18T22:29:53.069Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2613 | 2026-06-18T22:29:53.147Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2614 | 2026-06-18T22:29:53.166Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2615 | 2026-06-18T22:29:53.217Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2616 | 2026-06-18T22:29:53.244Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2617 | 2026-06-18T22:29:53.259Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-06-18T22:29:53.400Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2619 | 2026-06-18T22:29:53.828Z | [ helios-setup] Jun 18 22:29:52.562 INFO clone ok!, project: bootserver |
| 2620 | 2026-06-18T22:29:53.832Z | [ helios-setup] Jun 18 22:29:52.562 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2621 | 2026-06-18T22:29:53.832Z | [ helios-setup] Jun 18 22:29:52.562 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick |
| 2622 | 2026-06-18T22:29:53.832Z | [ helios-setup] Jun 18 22:29:52.562 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2623 | 2026-06-18T22:29:53.832Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2624 | 2026-06-18T22:29:54.453Z | [ helios-setup] Jun 18 22:29:53.188 INFO clone ok!, project: pinprick |
| 2625 | 2026-06-18T22:29:54.457Z | [ helios-setup] Jun 18 22:29:53.188 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2626 | 2026-06-18T22:29:54.457Z | [ helios-setup] Jun 18 22:29:53.188 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2627 | 2026-06-18T22:29:54.457Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2628 | 2026-06-18T22:29:56.994Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2629 | 2026-06-18T22:30:03.382Z | [ helios-setup] Jun 18 22:30:02.116 INFO clone ok!, project: amd-firmware |
| 2630 | 2026-06-18T22:30:03.387Z | [ helios-setup] Jun 18 22:30:02.117 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2631 | 2026-06-18T22:30:03.387Z | [ helios-setup] Jun 18 22:30:02.117 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2632 | 2026-06-18T22:30:03.387Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2633 | 2026-06-18T22:30:04.517Z | [ helios-setup] Jun 18 22:30:03.251 INFO clone ok!, project: pilot |
| 2634 | 2026-06-18T22:30:04.520Z | [ helios-setup] Jun 18 22:30:03.251 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2635 | 2026-06-18T22:30:04.520Z | [ helios-setup] Jun 18 22:30:03.252 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2636 | 2026-06-18T22:30:04.730Z | [ helios-setup] Jun 18 22:30:03.463 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2637 | 2026-06-18T22:30:04.820Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2638 | 2026-06-18T22:30:04.947Z | [ helios-setup] Jun 18 22:30:03.682 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2639 | 2026-06-18T22:30:04.948Z | [ helios-setup] Jun 18 22:30:03.682 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2640 | 2026-06-18T22:30:05.192Z | [ helios-setup] Jun 18 22:30:03.926 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2641 | 2026-06-18T22:30:05.447Z | [ helios-setup] Jun 18 22:30:04.182 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2642 | 2026-06-18T22:30:05.447Z | [ helios-setup] Jun 18 22:30:04.182 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2643 | 2026-06-18T22:30:05.689Z | [ helios-setup] Jun 18 22:30:04.424 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2644 | 2026-06-18T22:30:05.950Z | [ helios-setup] Jun 18 22:30:04.684 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2645 | 2026-06-18T22:30:05.950Z | [ helios-setup] Jun 18 22:30:04.684 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2646 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2647 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO ok! |
| 2648 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2649 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2650 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO ok! |
| 2651 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2652 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2653 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO ok! |
| 2654 | 2026-06-18T22:30:05.953Z | [ helios-setup] Jun 18 22:30:04.684 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2655 | 2026-06-18T22:30:05.985Z | [ helios-setup] Jun 18 22:30:04.719 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')" |
| 2656 | 2026-06-18T22:30:05.985Z | [ helios-setup] Jun 18 22:30:04.719 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2657 | 2026-06-18T22:30:05.988Z | [ helios-setup] Jun 18 22:30:04.719 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2658 | 2026-06-18T22:30:06.135Z | [ helios-setup] Jun 18 22:30:04.869 INFO E| Updating crates.io index |
| 2659 | 2026-06-18T22:30:06.195Z | [ helios-setup] Jun 18 22:30:04.930 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2660 | 2026-06-18T22:30:06.603Z | [ helios-setup] Jun 18 22:30:05.337 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2661 | 2026-06-18T22:30:06.603Z | [ helios-setup] Jun 18 22:30:05.338 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2662 | 2026-06-18T22:30:06.617Z | [ helios-setup] Jun 18 22:30:05.351 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2663 | 2026-06-18T22:30:07.013Z | [ helios-setup] Jun 18 22:30:05.748 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2664 | 2026-06-18T22:30:07.013Z | [ helios-setup] Jun 18 22:30:05.748 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2665 | 2026-06-18T22:30:07.355Z | [ helios-setup] Jun 18 22:30:06.089 INFO E| Downloading crates ... |
| 2666 | 2026-06-18T22:30:07.417Z | [ helios-setup] Jun 18 22:30:06.151 INFO E| Downloaded pest_derive v2.8.0 |
| 2667 | 2026-06-18T22:30:07.420Z | [ helios-setup] Jun 18 22:30:06.154 INFO E| Downloaded heck v0.3.3 |
| 2668 | 2026-06-18T22:30:07.423Z | [ helios-setup] Jun 18 22:30:06.157 INFO E| Downloaded unic-common v0.9.0 |
| 2669 | 2026-06-18T22:30:07.430Z | [ helios-setup] Jun 18 22:30:06.163 INFO E| Downloaded fletcher v1.0.0 |
| 2670 | 2026-06-18T22:30:07.435Z | [ helios-setup] Jun 18 22:30:06.168 INFO E| Downloaded dyn-clone v1.0.19 |
| 2671 | 2026-06-18T22:30:07.438Z | [ helios-setup] Jun 18 22:30:06.170 INFO E| Downloaded strum_macros v0.27.1 |
| 2672 | 2026-06-18T22:30:07.438Z | [ helios-setup] Jun 18 22:30:06.172 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2673 | 2026-06-18T22:30:07.441Z | [ helios-setup] Jun 18 22:30:06.173 INFO E| Downloaded unic-char-property v0.9.0 |
| 2674 | 2026-06-18T22:30:07.447Z | [ helios-setup] Jun 18 22:30:06.181 INFO E| Downloaded bytesize v2.0.1 |
| 2675 | 2026-06-18T22:30:07.455Z | [ helios-setup] Jun 18 22:30:06.183 INFO E| Downloaded unicode-ident v1.0.18 |
| 2676 | 2026-06-18T22:30:07.456Z | [ helios-setup] Jun 18 22:30:06.185 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2677 | 2026-06-18T22:30:07.456Z | [ helios-setup] Jun 18 22:30:06.186 INFO E| Downloaded pest_generator v2.8.0 |
| 2678 | 2026-06-18T22:30:07.456Z | [ helios-setup] Jun 18 22:30:06.188 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2679 | 2026-06-18T22:30:07.461Z | [ helios-setup] Jun 18 22:30:06.195 INFO E| Downloaded serde_derive v1.0.219 |
| 2680 | 2026-06-18T22:30:07.467Z | [ helios-setup] Jun 18 22:30:06.201 INFO E| Downloaded structopt v0.3.26 |
| 2681 | 2026-06-18T22:30:07.471Z | [ helios-setup] Jun 18 22:30:06.206 INFO E| Downloaded rustversion v1.0.20 |
| 2682 | 2026-06-18T22:30:07.475Z | [ helios-setup] Jun 18 22:30:06.207 INFO E| Downloaded pest_meta v2.8.0 |
| 2683 | 2026-06-18T22:30:07.475Z | [ helios-setup] Jun 18 22:30:06.209 INFO E| Downloaded ryu v1.0.20 |
| 2684 | 2026-06-18T22:30:07.480Z | [ helios-setup] Jun 18 22:30:06.215 INFO E| Downloaded itoa v1.0.15 |
| 2685 | 2026-06-18T22:30:07.484Z | [ helios-setup] Jun 18 22:30:06.216 INFO E| Downloaded vec_map v0.8.2 |
| 2686 | 2026-06-18T22:30:07.484Z | [ helios-setup] Jun 18 22:30:06.217 INFO E| Downloaded strsim v0.8.0 |
| 2687 | 2026-06-18T22:30:07.484Z | [ helios-setup] Jun 18 22:30:06.217 INFO E| Downloaded unic-char-range v0.9.0 |
| 2688 | 2026-06-18T22:30:07.487Z | [ helios-setup] Jun 18 22:30:06.218 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2689 | 2026-06-18T22:30:07.487Z | [ helios-setup] Jun 18 22:30:06.219 INFO E| Downloaded four-cc v0.4.0 |
| 2690 | 2026-06-18T22:30:07.487Z | [ helios-setup] Jun 18 22:30:06.220 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2691 | 2026-06-18T22:30:07.491Z | [ helios-setup] Jun 18 22:30:06.225 INFO E| Downloaded quote v1.0.40 |
| 2692 | 2026-06-18T22:30:07.495Z | [ helios-setup] Jun 18 22:30:06.227 INFO E| Downloaded strum v0.27.1 |
| 2693 | 2026-06-18T22:30:07.498Z | [ helios-setup] Jun 18 22:30:06.232 INFO E| Downloaded thiserror v2.0.12 |
| 2694 | 2026-06-18T22:30:07.502Z | [ helios-setup] Jun 18 22:30:06.236 INFO E| Downloaded textwrap v0.11.0 |
| 2695 | 2026-06-18T22:30:07.505Z | [ helios-setup] Jun 18 22:30:06.237 INFO E| Downloaded structopt-derive v0.4.18 |
| 2696 | 2026-06-18T22:30:07.505Z | [ helios-setup] Jun 18 22:30:06.238 INFO E| Downloaded parse_int v0.9.0 |
| 2697 | 2026-06-18T22:30:07.505Z | [ helios-setup] Jun 18 22:30:06.238 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2698 | 2026-06-18T22:30:07.505Z | [ helios-setup] Jun 18 22:30:06.239 INFO E| Downloaded autocfg v1.4.0 |
| 2699 | 2026-06-18T22:30:07.509Z | [ helios-setup] Jun 18 22:30:06.240 INFO E| Downloaded ansi_term v0.12.1 |
| 2700 | 2026-06-18T22:30:07.513Z | [ helios-setup] Jun 18 22:30:06.247 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2701 | 2026-06-18T22:30:07.517Z | [ helios-setup] Jun 18 22:30:06.251 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2702 | 2026-06-18T22:30:07.528Z | [ helios-setup] Jun 18 22:30:06.262 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2703 | 2026-06-18T22:30:07.543Z | [ helios-setup] Jun 18 22:30:06.278 INFO E| Downloaded log v0.4.27 |
| 2704 | 2026-06-18T22:30:07.547Z | [ helios-setup] Jun 18 22:30:06.279 INFO E| Downloaded serde v1.0.219 |
| 2705 | 2026-06-18T22:30:07.576Z | [ helios-setup] Jun 18 22:30:06.310 INFO E| Downloaded typenum v1.18.0 |
| 2706 | 2026-06-18T22:30:07.592Z | [ helios-setup] Jun 18 22:30:06.325 INFO E| Downloaded memchr v2.7.4 |
| 2707 | 2026-06-18T22:30:07.613Z | [ helios-setup] Jun 18 22:30:06.348 INFO E| Downloaded serde_json v1.0.140 |
| 2708 | 2026-06-18T22:30:07.619Z | [ helios-setup] Jun 18 22:30:06.353 INFO E| Downloaded zerocopy v0.8.25 |
| 2709 | 2026-06-18T22:30:07.634Z | [ helios-setup] Jun 18 22:30:06.368 INFO E| Downloaded pest v2.8.0 |
| 2710 | 2026-06-18T22:30:07.642Z | [ helios-setup] Jun 18 22:30:06.376 INFO E| Downloaded clap v2.34.0 |
| 2711 | 2026-06-18T22:30:07.646Z | [ helios-setup] Jun 18 22:30:06.380 INFO E| Downloaded goblin v0.9.3 |
| 2712 | 2026-06-18T22:30:07.657Z | [ helios-setup] Jun 18 22:30:06.391 INFO E| Downloaded syn v2.0.101 |
| 2713 | 2026-06-18T22:30:07.672Z | [ helios-setup] Jun 18 22:30:06.406 INFO E| Downloaded libc v0.2.172 |
| 2714 | 2026-06-18T22:30:07.729Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling proc-macro2 v1.0.95 |
| 2715 | 2026-06-18T22:30:07.729Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling unicode-ident v1.0.18 |
| 2716 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling memchr v2.7.4 |
| 2717 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling autocfg v1.4.0 |
| 2718 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling thiserror v2.0.12 |
| 2719 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling serde v1.0.219 |
| 2720 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling syn v1.0.109 |
| 2721 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling version_check v0.9.5 |
| 2722 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling serde_json v1.0.140 |
| 2723 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling schemars v0.8.22 |
| 2724 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling ryu v1.0.20 |
| 2725 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling itoa v1.0.15 |
| 2726 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling ucd-trie v0.1.7 |
| 2727 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling libc v0.2.172 |
| 2728 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling rustversion v1.0.20 |
| 2729 | 2026-06-18T22:30:07.733Z | [ helios-setup] Jun 18 22:30:06.463 INFO E| Compiling paste v1.0.15 |
| 2730 | 2026-06-18T22:30:08.026Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2731 | 2026-06-18T22:30:08.126Z | [ helios-setup] Jun 18 22:30:06.861 INFO E| Compiling num-traits v0.2.19 |
| 2732 | 2026-06-18T22:30:08.170Z | [ helios-setup] Jun 18 22:30:06.905 INFO E| Compiling memoffset v0.9.1 |
| 2733 | 2026-06-18T22:30:08.174Z | [ helios-setup] Jun 18 22:30:06.908 INFO E| Compiling dyn-clone v1.0.19 |
| 2734 | 2026-06-18T22:30:08.264Z | [ helios-setup] Jun 18 22:30:06.998 INFO E| Compiling zerocopy v0.8.25 |
| 2735 | 2026-06-18T22:30:08.267Z | [ helios-setup] Jun 18 22:30:06.998 INFO E| Compiling static_assertions v1.1.0 |
| 2736 | 2026-06-18T22:30:08.347Z | [ helios-setup] Jun 18 22:30:07.080 INFO E| Compiling once_cell v1.21.3 |
| 2737 | 2026-06-18T22:30:08.351Z | [ helios-setup] Jun 18 22:30:07.082 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2738 | 2026-06-18T22:30:08.355Z | [ helios-setup] Jun 18 22:30:07.090 INFO E| Compiling proc-macro-error v1.0.4 |
| 2739 | 2026-06-18T22:30:08.388Z | [ helios-setup] Jun 18 22:30:07.122 INFO E| Compiling unicode-width v0.1.14 |
| 2740 | 2026-06-18T22:30:08.388Z | [ helios-setup] Jun 18 22:30:07.122 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2741 | 2026-06-18T22:30:08.477Z | [ helios-setup] Jun 18 22:30:07.212 INFO E| Compiling heck v0.5.0 |
| 2742 | 2026-06-18T22:30:08.481Z | [ helios-setup] Jun 18 22:30:07.212 INFO E| Compiling bitflags v1.3.2 |
| 2743 | 2026-06-18T22:30:08.637Z | [ helios-setup] Jun 18 22:30:07.371 INFO E| Compiling vec_map v0.8.2 |
| 2744 | 2026-06-18T22:30:08.706Z | [ helios-setup] Jun 18 22:30:07.440 INFO E| Compiling unic-common v0.9.0 |
| 2745 | 2026-06-18T22:30:08.706Z | [ helios-setup] Jun 18 22:30:07.440 INFO E| Compiling ansi_term v0.12.1 |
| 2746 | 2026-06-18T22:30:08.760Z | [ helios-setup] Jun 18 22:30:07.494 INFO E| Compiling strsim v0.8.0 |
| 2747 | 2026-06-18T22:30:08.801Z | [ helios-setup] Jun 18 22:30:07.535 INFO E| Compiling textwrap v0.11.0 |
| 2748 | 2026-06-18T22:30:08.843Z | [ helios-setup] Jun 18 22:30:07.577 INFO E| Compiling atty v0.2.14 |
| 2749 | 2026-06-18T22:30:08.868Z | [ helios-setup] Jun 18 22:30:07.602 INFO E| Compiling byteorder v1.5.0 |
| 2750 | 2026-06-18T22:30:08.936Z | [ helios-setup] Jun 18 22:30:07.653 INFO E| Compiling quote v1.0.40 |
| 2751 | 2026-06-18T22:30:08.936Z | [ helios-setup] Jun 18 22:30:07.660 INFO E| Compiling strum v0.27.1 |
| 2752 | 2026-06-18T22:30:08.936Z | [ helios-setup] Jun 18 22:30:07.660 INFO E| Compiling unic-char-range v0.9.0 |
| 2753 | 2026-06-18T22:30:09.003Z | [ helios-setup] Jun 18 22:30:07.737 INFO E| Compiling heck v0.3.3 |
| 2754 | 2026-06-18T22:30:09.007Z | [ helios-setup] Jun 18 22:30:07.738 INFO E| Compiling fletcher v1.0.0 |
| 2755 | 2026-06-18T22:30:09.043Z | [ helios-setup] Jun 18 22:30:07.777 INFO E| Compiling clap v2.34.0 |
| 2756 | 2026-06-18T22:30:09.092Z | [ helios-setup] Jun 18 22:30:07.826 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2757 | 2026-06-18T22:30:09.115Z | [ helios-setup] Jun 18 22:30:07.850 INFO E| Compiling unic-char-property v0.9.0 |
| 2758 | 2026-06-18T22:30:09.133Z | [ helios-setup] Jun 18 22:30:07.867 INFO E| Compiling plain v0.2.3 |
| 2759 | 2026-06-18T22:30:09.133Z | [ helios-setup] Jun 18 22:30:07.867 INFO E| Compiling lazy_static v1.5.0 |
| 2760 | 2026-06-18T22:30:09.136Z | [ helios-setup] Jun 18 22:30:07.867 INFO E| Compiling log v0.4.27 |
| 2761 | 2026-06-18T22:30:09.200Z | [ helios-setup] Jun 18 22:30:07.934 INFO E| Compiling syn v2.0.101 |
| 2762 | 2026-06-18T22:30:09.254Z | [ helios-setup] Jun 18 22:30:07.989 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2763 | 2026-06-18T22:30:09.255Z | [ helios-setup] Jun 18 22:30:07.989 INFO E| Compiling bytesize v2.0.1 |
| 2764 | 2026-06-18T22:30:09.370Z | [ helios-setup] Jun 18 22:30:08.104 INFO E| Compiling parse_int v0.9.0 |
| 2765 | 2026-06-18T22:30:09.404Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2766 | 2026-06-18T22:30:11.683Z | [ helios-setup] Jun 18 22:30:10.417 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2767 | 2026-06-18T22:30:11.728Z | [ helios-setup] Jun 18 22:30:10.463 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2768 | 2026-06-18T22:30:11.728Z | [ helios-setup] Jun 18 22:30:10.463 INFO E| Compiling structopt-derive v0.4.18 |
| 2769 | 2026-06-18T22:30:12.066Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling thiserror-impl v2.0.12 |
| 2770 | 2026-06-18T22:30:12.066Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling serde_derive v1.0.219 |
| 2771 | 2026-06-18T22:30:12.070Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2772 | 2026-06-18T22:30:12.070Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling num-derive v0.4.2 |
| 2773 | 2026-06-18T22:30:12.070Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2774 | 2026-06-18T22:30:12.070Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling scroll_derive v0.12.1 |
| 2775 | 2026-06-18T22:30:12.070Z | [ helios-setup] Jun 18 22:30:10.800 INFO E| Compiling strum_macros v0.27.1 |
| 2776 | 2026-06-18T22:30:12.184Z | [ helios-setup] Jun 18 22:30:10.918 INFO E| Compiling schemars_derive v0.8.22 |
| 2777 | 2026-06-18T22:30:12.636Z | [ helios-setup] Jun 18 22:30:11.370 INFO E| Compiling modular-bitfield v0.11.2 |
| 2778 | 2026-06-18T22:30:12.636Z | [ helios-setup] Jun 18 22:30:11.370 INFO E| Compiling structopt v0.3.26 |
| 2779 | 2026-06-18T22:30:12.732Z | [ helios-setup] Jun 18 22:30:11.466 INFO E| Compiling scroll v0.12.0 |
| 2780 | 2026-06-18T22:30:12.939Z | [ helios-setup] Jun 18 22:30:11.673 INFO E| Compiling goblin v0.9.3 |
| 2781 | 2026-06-18T22:30:13.092Z | [ helios-setup] Jun 18 22:30:11.827 INFO E| Compiling modular-bitfield v0.13.1 |
| 2782 | 2026-06-18T22:30:13.166Z | [ helios-setup] Jun 18 22:30:11.900 INFO E| Compiling pest v2.8.0 |
| 2783 | 2026-06-18T22:30:14.129Z | [ helios-setup] Jun 18 22:30:12.863 INFO E| Compiling pest_meta v2.8.0 |
| 2784 | 2026-06-18T22:30:14.616Z | [ helios-setup] Jun 18 22:30:13.350 INFO E| Compiling pest_generator v2.8.0 |
| 2785 | 2026-06-18T22:30:15.091Z | [ helios-setup] Jun 18 22:30:13.825 INFO E| Compiling pest_derive v2.8.0 |
| 2786 | 2026-06-18T22:30:15.791Z | [ helios-setup] Jun 18 22:30:14.525 INFO E| Compiling json5 v0.4.1 |
| 2787 | 2026-06-18T22:30:17.023Z | [ helios-setup] Jun 18 22:30:15.757 INFO E| Compiling four-cc v0.4.0 |
| 2788 | 2026-06-18T22:30:17.024Z | [ helios-setup] Jun 18 22:30:15.757 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2789 | 2026-06-18T22:30:17.130Z | [ helios-setup] Jun 18 22:30:15.864 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2790 | 2026-06-18T22:30:20.055Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.76s |
| 2791 | 2026-06-18T22:30:20.268Z | [ omicron-package] |
| 2792 | 2026-06-18T22:30:20.268Z | [ omicron-package] real 47.920335174 |
| 2793 | 2026-06-18T22:30:20.271Z | [ omicron-package] user 5:30.168419278 |
| 2794 | 2026-06-18T22:30:20.271Z | [ omicron-package] sys 29.398496941 |
| 2795 | 2026-06-18T22:30:20.272Z | [ omicron-package] trap 0.450269609 |
| 2796 | 2026-06-18T22:30:20.272Z | [ omicron-package] tflt 0.788185430 |
| 2797 | 2026-06-18T22:30:20.272Z | [ omicron-package] dflt 2.981450906 |
| 2798 | 2026-06-18T22:30:20.272Z | [ omicron-package] kflt 0.000152630 |
| 2799 | 2026-06-18T22:30:20.272Z | [ omicron-package] lock 12:20.404865702 |
| 2800 | 2026-06-18T22:30:20.272Z | [ omicron-package] slp 7:04.242671594 |
| 2801 | 2026-06-18T22:30:20.272Z | [ omicron-package] lat 46.545549777 |
| 2802 | 2026-06-18T22:30:20.272Z | Jun 18 22:30:19.002 INFO [omicron-package] process exited with exit status: 0 (47.979323358s) |
| 2803 | 2026-06-18T22:30:20.272Z | [ omicron-package] stop 1:15.483436113 |
| 2804 | 2026-06-18T22:30:20.272Z | Jun 18 22:30:19.003 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2805 | 2026-06-18T22:30:20.272Z | Jun 18 22:30:19.003 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2806 | 2026-06-18T22:30:20.282Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2807 | 2026-06-18T22:30:20.282Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2808 | 2026-06-18T22:30:20.285Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2809 | 2026-06-18T22:30:20.285Z | [ host-target] Created new build target 'host' and set it as active |
| 2810 | 2026-06-18T22:30:20.289Z | Jun 18 22:30:19.022 INFO [recovery-target] process exited with exit status: 0 (19.070234ms) |
| 2811 | 2026-06-18T22:30:20.289Z | Jun 18 22:30:19.023 INFO [host-target] process exited with exit status: 0 (19.689254ms) |
| 2812 | 2026-06-18T22:30:20.289Z | Jun 18 22:30:19.023 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2813 | 2026-06-18T22:30:20.296Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2814 | 2026-06-18T22:30:21.655Z | [ host-package] Compiling ring v0.17.14 |
| 2815 | 2026-06-18T22:30:21.943Z | [ host-package] Compiling heck v0.5.0 |
| 2816 | 2026-06-18T22:30:21.943Z | [ host-package] Compiling regress v0.11.1 |
| 2817 | 2026-06-18T22:30:21.998Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2818 | 2026-06-18T22:30:22.050Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2819 | 2026-06-18T22:30:22.050Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2820 | 2026-06-18T22:30:22.072Z | [ host-package] Compiling derive-where v1.6.0 |
| 2821 | 2026-06-18T22:30:22.092Z | [ host-package] Compiling bytecount v0.6.9 |
| 2822 | 2026-06-18T22:30:22.096Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2823 | 2026-06-18T22:30:22.159Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2824 | 2026-06-18T22:30:22.159Z | [ host-package] Compiling console v0.15.11 |
| 2825 | 2026-06-18T22:30:22.163Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2826 | 2026-06-18T22:30:22.163Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2827 | 2026-06-18T22:30:22.202Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2828 | 2026-06-18T22:30:22.267Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2829 | 2026-06-18T22:30:22.392Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2830 | 2026-06-18T22:30:22.398Z | [ host-package] Compiling num-rational v0.4.2 |
| 2831 | 2026-06-18T22:30:22.398Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2832 | 2026-06-18T22:30:22.418Z | [ host-package] Compiling num-complex v0.4.6 |
| 2833 | 2026-06-18T22:30:22.487Z | [ host-package] Compiling thread_local v1.1.9 |
| 2834 | 2026-06-18T22:30:22.536Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2835 | 2026-06-18T22:30:22.596Z | [ host-package] Compiling expectorate v1.2.0 |
| 2836 | 2026-06-18T22:30:22.622Z | [ host-package] Compiling compression-core v0.4.31 |
| 2837 | 2026-06-18T22:30:22.700Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2838 | 2026-06-18T22:30:22.782Z | [ host-package] Compiling hostname v0.3.1 |
| 2839 | 2026-06-18T22:30:22.811Z | [ host-package] Compiling libsw v3.5.0 |
| 2840 | 2026-06-18T22:30:22.835Z | [ host-package] Compiling num v0.4.3 |
| 2841 | 2026-06-18T22:30:22.858Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2842 | 2026-06-18T22:30:22.951Z | [ host-package] Compiling multer v3.1.0 |
| 2843 | 2026-06-18T22:30:22.974Z | [ host-package] Compiling slog-async v2.8.0 |
| 2844 | 2026-06-18T22:30:23.001Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2845 | 2026-06-18T22:30:23.042Z | [ host-package] Compiling slog-json v2.6.1 |
| 2846 | 2026-06-18T22:30:23.046Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2847 | 2026-06-18T22:30:23.092Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2848 | 2026-06-18T22:30:23.133Z | [ host-package] Compiling term v1.2.1 |
| 2849 | 2026-06-18T22:30:23.293Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2850 | 2026-06-18T22:30:23.333Z | [ host-package] Compiling take_mut v0.2.2 |
| 2851 | 2026-06-18T22:30:23.333Z | [ host-package] Compiling linear-map v1.2.0 |
| 2852 | 2026-06-18T22:30:23.381Z | [ host-package] Compiling float-ord v0.3.2 |
| 2853 | 2026-06-18T22:30:23.381Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2854 | 2026-06-18T22:30:23.385Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2855 | 2026-06-18T22:30:23.468Z | [ host-package] Compiling slog-term v2.9.2 |
| 2856 | 2026-06-18T22:30:23.514Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2857 | 2026-06-18T22:30:23.543Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2858 | 2026-06-18T22:30:23.543Z | [ host-package] Compiling async-compression v0.4.41 |
| 2859 | 2026-06-18T22:30:23.614Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 2860 | 2026-06-18T22:30:23.698Z | [ host-package] Compiling dropshot v0.17.0 |
| 2861 | 2026-06-18T22:30:23.728Z | [ host-package] Compiling async-stream v0.3.6 |
| 2862 | 2026-06-18T22:30:23.728Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2863 | 2026-06-18T22:30:23.732Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2864 | 2026-06-18T22:30:23.869Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2865 | 2026-06-18T22:30:23.917Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2866 | 2026-06-18T22:30:23.939Z | [ host-package] Compiling backon v1.6.0 |
| 2867 | 2026-06-18T22:30:23.943Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2868 | 2026-06-18T22:30:23.996Z | [ host-package] Compiling hostname v0.4.2 |
| 2869 | 2026-06-18T22:30:24.019Z | [ host-package] Compiling instant v0.1.13 |
| 2870 | 2026-06-18T22:30:24.023Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2871 | 2026-06-18T22:30:24.067Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2872 | 2026-06-18T22:30:24.070Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2873 | 2026-06-18T22:30:24.070Z | [ host-package] Compiling parse-display v0.10.0 |
| 2874 | 2026-06-18T22:30:24.136Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2875 | 2026-06-18T22:30:24.164Z | [ host-package] Compiling backoff v0.4.0 |
| 2876 | 2026-06-18T22:30:24.168Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2877 | 2026-06-18T22:30:24.243Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2878 | 2026-06-18T22:30:24.347Z | [ host-package] Compiling nom v7.1.3 |
| 2879 | 2026-06-18T22:30:24.370Z | [ host-package] Compiling regress v0.10.5 |
| 2880 | 2026-06-18T22:30:24.413Z | [ host-package] Compiling macaddr v1.0.1 |
| 2881 | 2026-06-18T22:30:24.669Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2882 | 2026-06-18T22:30:24.688Z | [ host-package] Compiling humantime v2.3.0 |
| 2883 | 2026-06-18T22:30:24.768Z | [ host-package] Compiling convert_case v0.10.0 |
| 2884 | 2026-06-18T22:30:24.838Z | [ host-package] Compiling toml v0.8.23 |
| 2885 | 2026-06-18T22:30:24.838Z | [ host-package] Compiling papergrid v0.11.0 |
| 2886 | 2026-06-18T22:30:24.888Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2887 | 2026-06-18T22:30:24.943Z | [ host-package] Compiling termtree v0.5.1 |
| 2888 | 2026-06-18T22:30:24.972Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2889 | 2026-06-18T22:30:25.096Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2890 | 2026-06-18T22:30:25.117Z | [ host-package] Compiling csv-core v0.1.13 |
| 2891 | 2026-06-18T22:30:25.168Z | [ host-package] Compiling vte v0.14.1 |
| 2892 | 2026-06-18T22:30:25.235Z | [ host-package] Compiling highway v1.3.0 |
| 2893 | 2026-06-18T22:30:25.431Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2894 | 2026-06-18T22:30:25.462Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2895 | 2026-06-18T22:30:25.576Z | [ host-package] Compiling csv v1.4.0 |
| 2896 | 2026-06-18T22:30:25.692Z | [ host-package] Compiling phf v0.12.1 |
| 2897 | 2026-06-18T22:30:25.728Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2898 | 2026-06-18T22:30:25.885Z | [ host-package] Compiling rustls v0.23.37 |
| 2899 | 2026-06-18T22:30:25.937Z | [ host-package] Compiling rustls v0.22.4 |
| 2900 | 2026-06-18T22:30:25.940Z | [ host-package] Compiling derive_more v2.1.1 |
| 2901 | 2026-06-18T22:30:25.986Z | [ host-package] Compiling tabled v0.15.0 |
| 2902 | 2026-06-18T22:30:26.007Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2903 | 2026-06-18T22:30:26.031Z | [ host-package] Compiling crossterm v0.29.0 |
| 2904 | 2026-06-18T22:30:26.057Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2905 | 2026-06-18T22:30:26.077Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2906 | 2026-06-18T22:30:26.293Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2907 | 2026-06-18T22:30:26.570Z | [ host-package] Compiling reedline v0.40.0 |
| 2908 | 2026-06-18T22:30:26.789Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2909 | 2026-06-18T22:30:26.835Z | [ host-package] Compiling const_format v0.2.35 |
| 2910 | 2026-06-18T22:30:26.947Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2911 | 2026-06-18T22:30:27.014Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2912 | 2026-06-18T22:30:27.407Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2913 | 2026-06-18T22:30:27.491Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2914 | 2026-06-18T22:30:27.555Z | [ host-package] Compiling peg v0.8.5 |
| 2915 | 2026-06-18T22:30:27.668Z | [ host-package] Compiling bcs v0.1.6 |
| 2916 | 2026-06-18T22:30:28.311Z | [ host-package] Compiling qorb v0.4.1 |
| 2917 | 2026-06-18T22:30:28.397Z | [ host-package] Compiling nom v8.0.0 |
| 2918 | 2026-06-18T22:30:28.648Z | [ host-package] Compiling typify v0.6.2 |
| 2919 | 2026-06-18T22:30:28.928Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 2920 | 2026-06-18T22:30:30.057Z | [ helios-setup] Jun 18 22:30:28.754 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 2921 | 2026-06-18T22:30:30.571Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2922 | 2026-06-18T22:30:31.220Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 2923 | 2026-06-18T22:30:31.526Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 2924 | 2026-06-18T22:30:31.875Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2925 | 2026-06-18T22:30:31.930Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 2926 | 2026-06-18T22:30:32.250Z | [ host-package] Compiling reqwest v0.13.2 |
| 2927 | 2026-06-18T22:30:32.337Z | [ host-package] Compiling reqwest v0.12.28 |
| 2928 | 2026-06-18T22:30:33.438Z | [ helios-setup] Jun 18 22:30:32.172 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2929 | 2026-06-18T22:30:33.483Z | [ host-package] Compiling semver v0.1.20 |
| 2930 | 2026-06-18T22:30:33.869Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2931 | 2026-06-18T22:30:34.018Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2932 | 2026-06-18T22:30:34.115Z | [ host-package] Compiling tough v0.22.0 |
| 2933 | 2026-06-18T22:30:34.347Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2934 | 2026-06-18T22:30:34.396Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2935 | 2026-06-18T22:30:34.465Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2936 | 2026-06-18T22:30:34.495Z | [ host-package] Compiling smawk v0.3.2 |
| 2937 | 2026-06-18T22:30:34.749Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 2938 | 2026-06-18T22:30:34.780Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2939 | 2026-06-18T22:30:34.830Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2940 | 2026-06-18T22:30:35.069Z | [ host-package] Compiling textwrap v0.16.2 |
| 2941 | 2026-06-18T22:30:35.328Z | [ host-package] Compiling steno v0.4.1 |
| 2942 | 2026-06-18T22:30:35.594Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 2943 | 2026-06-18T22:30:35.693Z | [ host-package] Compiling tagptr v0.2.0 |
| 2944 | 2026-06-18T22:30:35.764Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2945 | 2026-06-18T22:30:36.012Z | [ host-package] Compiling moka v0.12.13 |
| 2946 | 2026-06-18T22:30:36.016Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2947 | 2026-06-18T22:30:36.114Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2948 | 2026-06-18T22:30:36.242Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 2949 | 2026-06-18T22:30:36.367Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 2950 | 2026-06-18T22:30:36.400Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 2951 | 2026-06-18T22:30:36.746Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 2952 | 2026-06-18T22:30:36.778Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 2953 | 2026-06-18T22:30:37.307Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 2954 | 2026-06-18T22:30:37.392Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2955 | 2026-06-18T22:30:37.481Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 2956 | 2026-06-18T22:30:37.860Z | [ host-package] Compiling num-derive v0.3.3 |
| 2957 | 2026-06-18T22:30:37.929Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 2958 | 2026-06-18T22:30:37.988Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2959 | 2026-06-18T22:30:37.988Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 2960 | 2026-06-18T22:30:38.194Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2961 | 2026-06-18T22:30:38.338Z | [ host-package] Compiling glob v0.3.3 |
| 2962 | 2026-06-18T22:30:38.407Z | [ host-package] Compiling maplit v1.0.2 |
| 2963 | 2026-06-18T22:30:38.410Z | [ host-package] Compiling crunchy v0.2.4 |
| 2964 | 2026-06-18T22:30:38.534Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2965 | 2026-06-18T22:30:38.849Z | [ host-package] Compiling clang-sys v1.8.1 |
| 2966 | 2026-06-18T22:30:39.005Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 2967 | 2026-06-18T22:30:39.059Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 2968 | 2026-06-18T22:30:39.113Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2969 | 2026-06-18T22:30:39.171Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2970 | 2026-06-18T22:30:39.245Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2971 | 2026-06-18T22:30:39.386Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2972 | 2026-06-18T22:30:39.432Z | [ host-package] Compiling r2d2 v0.8.10 |
| 2973 | 2026-06-18T22:30:39.756Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2974 | 2026-06-18T22:30:40.477Z | [ host-package] Compiling progenitor v0.14.0 |
| 2975 | 2026-06-18T22:30:40.521Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2976 | 2026-06-18T22:30:40.716Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2977 | 2026-06-18T22:30:40.802Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2978 | 2026-06-18T22:30:41.368Z | [ host-package] Compiling papergrid v0.17.0 |
| 2979 | 2026-06-18T22:30:44.302Z | [ helios-setup] Jun 18 22:30:43.036 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.28s |
| 2980 | 2026-06-18T22:30:44.336Z | [ helios-setup] Jun 18 22:30:43.069 INFO building project "amd-host-image-builder" ok (38 seconds) |
| 2981 | 2026-06-18T22:30:44.336Z | [ helios-setup] Jun 18 22:30:43.069 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 2982 | 2026-06-18T22:30:44.344Z | [ helios-setup] Jun 18 22:30:43.078 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 2983 | 2026-06-18T22:30:44.344Z | [ helios-setup] Jun 18 22:30:43.078 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 2984 | 2026-06-18T22:30:44.345Z | [ helios-setup] Jun 18 22:30:43.078 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 2985 | 2026-06-18T22:30:44.472Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2986 | 2026-06-18T22:30:44.540Z | [ helios-setup] Jun 18 22:30:43.274 INFO E| Downloading crates ... |
| 2987 | 2026-06-18T22:30:44.632Z | [ helios-setup] Jun 18 22:30:43.366 INFO E| Downloaded time-core v0.1.4 |
| 2988 | 2026-06-18T22:30:44.637Z | [ helios-setup] Jun 18 22:30:43.371 INFO E| Downloaded errno v0.3.12 |
| 2989 | 2026-06-18T22:30:44.646Z | [ helios-setup] Jun 18 22:30:43.380 INFO E| Downloaded time-macros v0.2.22 |
| 2990 | 2026-06-18T22:30:44.650Z | [ helios-setup] Jun 18 22:30:43.382 INFO E| Downloaded deranged v0.4.0 |
| 2991 | 2026-06-18T22:30:44.653Z | [ helios-setup] Jun 18 22:30:43.387 INFO E| Downloaded tempfile v3.20.0 |
| 2992 | 2026-06-18T22:30:44.660Z | [ helios-setup] Jun 18 22:30:43.394 INFO E| Downloaded iana-time-zone v0.1.63 |
| 2993 | 2026-06-18T22:30:44.664Z | [ helios-setup] Jun 18 22:30:43.398 INFO E| Downloaded bitflags v2.9.1 |
| 2994 | 2026-06-18T22:30:44.667Z | [ helios-setup] Jun 18 22:30:43.400 INFO E| Downloaded anyhow v1.0.98 |
| 2995 | 2026-06-18T22:30:44.671Z | [ helios-setup] Jun 18 22:30:43.403 INFO E| Downloaded serde_with_macros v3.12.0 |
| 2996 | 2026-06-18T22:30:44.671Z | [ helios-setup] Jun 18 22:30:43.404 INFO E| Downloaded getrandom v0.3.3 |
| 2997 | 2026-06-18T22:30:44.690Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2998 | 2026-06-18T22:30:44.695Z | [ helios-setup] Jun 18 22:30:43.429 INFO E| Downloaded indexmap v2.9.0 |
| 2999 | 2026-06-18T22:30:44.712Z | [ helios-setup] Jun 18 22:30:43.446 INFO E| Downloaded time v0.3.41 |
| 3000 | 2026-06-18T22:30:44.717Z | [ helios-setup] Jun 18 22:30:43.451 INFO E| Downloaded serde_with v3.12.0 |
| 3001 | 2026-06-18T22:30:44.732Z | [ helios-setup] Jun 18 22:30:43.466 INFO E| Downloaded hashbrown v0.15.3 |
| 3002 | 2026-06-18T22:30:44.736Z | [ helios-setup] Jun 18 22:30:43.470 INFO E| Downloaded rustix v1.0.7 |
| 3003 | 2026-06-18T22:30:44.750Z | [ helios-setup] Jun 18 22:30:43.484 INFO E| Downloaded chrono v0.4.41 |
| 3004 | 2026-06-18T22:30:44.834Z | [ helios-setup] Jun 18 22:30:43.567 INFO E| Compiling proc-macro2 v1.0.95 |
| 3005 | 2026-06-18T22:30:44.834Z | [ helios-setup] Jun 18 22:30:43.567 INFO E| Compiling unicode-ident v1.0.18 |
| 3006 | 2026-06-18T22:30:44.834Z | [ helios-setup] Jun 18 22:30:43.567 INFO E| Compiling libc v0.2.172 |
| 3007 | 2026-06-18T22:30:44.837Z | [ helios-setup] Jun 18 22:30:43.567 INFO E| Compiling ident_case v1.0.1 |
| 3008 | 2026-06-18T22:30:44.837Z | [ helios-setup] Jun 18 22:30:43.567 INFO E| Compiling fnv v1.0.7 |
| 3009 | 2026-06-18T22:30:44.837Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling strsim v0.11.1 |
| 3010 | 2026-06-18T22:30:44.837Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling serde v1.0.219 |
| 3011 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling getrandom v0.3.3 |
| 3012 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling rustix v1.0.7 |
| 3013 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling thiserror v2.0.12 |
| 3014 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling serde_json v1.0.140 |
| 3015 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling cfg-if v1.0.0 |
| 3016 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling anyhow v1.0.98 |
| 3017 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling bitflags v2.9.1 |
| 3018 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3019 | 2026-06-18T22:30:44.838Z | [ helios-setup] Jun 18 22:30:43.568 INFO E| Compiling ryu v1.0.20 |
| 3020 | 2026-06-18T22:30:45.314Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3021 | 2026-06-18T22:30:45.359Z | [ helios-setup] Jun 18 22:30:44.093 INFO E| Compiling once_cell v1.21.3 |
| 3022 | 2026-06-18T22:30:45.359Z | [ helios-setup] Jun 18 22:30:44.093 INFO E| Compiling memchr v2.7.4 |
| 3023 | 2026-06-18T22:30:45.535Z | [ helios-setup] Jun 18 22:30:44.269 INFO E| Compiling itoa v1.0.15 |
| 3024 | 2026-06-18T22:30:45.673Z | [ helios-setup] Jun 18 22:30:44.407 INFO E| Compiling fastrand v2.3.0 |
| 3025 | 2026-06-18T22:30:45.714Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3026 | 2026-06-18T22:30:46.166Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3027 | 2026-06-18T22:30:46.246Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3028 | 2026-06-18T22:30:46.341Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3029 | 2026-06-18T22:30:46.559Z | [ helios-setup] Jun 18 22:30:45.293 INFO E| Compiling errno v0.3.12 |
| 3030 | 2026-06-18T22:30:46.673Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3031 | 2026-06-18T22:30:46.763Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3032 | 2026-06-18T22:30:46.828Z | [ helios-setup] Jun 18 22:30:45.562 INFO E| Compiling quote v1.0.40 |
| 3033 | 2026-06-18T22:30:47.026Z | [ helios-setup] Jun 18 22:30:45.759 INFO E| Compiling syn v2.0.101 |
| 3034 | 2026-06-18T22:30:47.432Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3035 | 2026-06-18T22:30:47.549Z | [ helios-setup] Jun 18 22:30:46.283 INFO E| Compiling tempfile v3.20.0 |
| 3036 | 2026-06-18T22:30:47.810Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3037 | 2026-06-18T22:30:48.907Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3038 | 2026-06-18T22:30:49.094Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3039 | 2026-06-18T22:30:49.341Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3040 | 2026-06-18T22:30:49.527Z | [ helios-setup] Jun 18 22:30:48.261 INFO E| Compiling darling_core v0.20.11 |
| 3041 | 2026-06-18T22:30:50.147Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3042 | 2026-06-18T22:30:50.198Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3043 | 2026-06-18T22:30:50.221Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3044 | 2026-06-18T22:30:50.348Z | [ helios-setup] Jun 18 22:30:49.082 INFO E| Compiling serde_derive v1.0.219 |
| 3045 | 2026-06-18T22:30:50.348Z | [ helios-setup] Jun 18 22:30:49.082 INFO E| Compiling thiserror-impl v2.0.12 |
| 3046 | 2026-06-18T22:30:50.497Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3047 | 2026-06-18T22:30:50.778Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3048 | 2026-06-18T22:30:51.600Z | [ helios-setup] Jun 18 22:30:50.333 INFO E| Compiling darling_macro v0.20.11 |
| 3049 | 2026-06-18T22:30:52.296Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3050 | 2026-06-18T22:30:52.442Z | [ helios-setup] Jun 18 22:30:51.175 INFO E| Compiling darling v0.20.11 |
| 3051 | 2026-06-18T22:30:52.529Z | [ helios-setup] Jun 18 22:30:51.263 INFO E| Compiling serde_with_macros v3.12.0 |
| 3052 | 2026-06-18T22:30:52.545Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3053 | 2026-06-18T22:30:53.939Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3054 | 2026-06-18T22:30:54.027Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3055 | 2026-06-18T22:30:54.181Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3056 | 2026-06-18T22:30:55.269Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3057 | 2026-06-18T22:30:55.315Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3058 | 2026-06-18T22:30:55.411Z | [ helios-setup] Jun 18 22:30:54.144 INFO E| Compiling serde_with v3.12.0 |
| 3059 | 2026-06-18T22:30:55.479Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3060 | 2026-06-18T22:30:55.656Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3061 | 2026-06-18T22:30:55.704Z | [ host-package] Compiling testing_table v0.3.0 |
| 3062 | 2026-06-18T22:30:56.298Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3063 | 2026-06-18T22:30:56.442Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3064 | 2026-06-18T22:30:56.609Z | [ host-package] Compiling diesel v2.3.7 |
| 3065 | 2026-06-18T22:30:56.827Z | [ host-package] Compiling tabled v0.20.0 |
| 3066 | 2026-06-18T22:30:57.244Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3067 | 2026-06-18T22:30:57.291Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3068 | 2026-06-18T22:30:57.752Z | [ host-package] Compiling term v0.7.0 |
| 3069 | 2026-06-18T22:30:58.246Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3070 | 2026-06-18T22:30:58.376Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3071 | 2026-06-18T22:30:59.128Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3072 | 2026-06-18T22:30:59.178Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3073 | 2026-06-18T22:30:59.257Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3074 | 2026-06-18T22:30:59.479Z | [ host-package] Compiling bit-set v0.5.3 |
| 3075 | 2026-06-18T22:30:59.563Z | [ helios-setup] Jun 18 22:30:58.297 INFO E| Finished `release` profile [optimized] target(s) in 15.20s |
| 3076 | 2026-06-18T22:30:59.578Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3077 | 2026-06-18T22:30:59.587Z | [ helios-setup] Jun 18 22:30:58.321 INFO building project "dmar-report" ok (15 seconds) |
| 3078 | 2026-06-18T22:30:59.587Z | [ helios-setup] Jun 18 22:30:58.321 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3079 | 2026-06-18T22:30:59.596Z | [ helios-setup] Jun 18 22:30:58.330 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 3080 | 2026-06-18T22:30:59.596Z | [ helios-setup] Jun 18 22:30:58.330 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3081 | 2026-06-18T22:30:59.596Z | [ helios-setup] Jun 18 22:30:58.330 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3082 | 2026-06-18T22:30:59.601Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3083 | 2026-06-18T22:30:59.629Z | [ host-package] Compiling xshell v0.2.7 |
| 3084 | 2026-06-18T22:30:59.706Z | [ helios-setup] Jun 18 22:30:58.439 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3085 | 2026-06-18T22:30:59.850Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3086 | 2026-06-18T22:30:59.881Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3087 | 2026-06-18T22:30:59.984Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3088 | 2026-06-18T22:31:00.014Z | [ helios-setup] Jun 18 22:30:58.748 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3089 | 2026-06-18T22:31:00.014Z | [ helios-setup] Jun 18 22:30:58.748 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3090 | 2026-06-18T22:31:00.033Z | [ helios-setup] Jun 18 22:30:58.766 INFO E| Updating crates.io index |
| 3091 | 2026-06-18T22:31:00.091Z | [ helios-setup] Jun 18 22:30:58.825 INFO E| Downloading crates ... |
| 3092 | 2026-06-18T22:31:00.128Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3093 | 2026-06-18T22:31:00.149Z | [ helios-setup] Jun 18 22:30:58.883 INFO E| Downloaded errno v0.3.1 |
| 3094 | 2026-06-18T22:31:00.159Z | [ helios-setup] Jun 18 22:30:58.893 INFO E| Downloaded serde_derive v1.0.193 |
| 3095 | 2026-06-18T22:31:00.162Z | [ helios-setup] Jun 18 22:30:58.894 INFO E| Downloaded unicode-width v0.1.10 |
| 3096 | 2026-06-18T22:31:00.166Z | [ helios-setup] Jun 18 22:30:58.899 INFO E| Downloaded cpufeatures v0.2.9 |
| 3097 | 2026-06-18T22:31:00.186Z | [ helios-setup] Jun 18 22:30:58.920 INFO E| Downloaded opaque-debug v0.3.0 |
| 3098 | 2026-06-18T22:31:00.190Z | [ helios-setup] Jun 18 22:30:58.921 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3099 | 2026-06-18T22:31:00.190Z | [ helios-setup] Jun 18 22:30:58.921 INFO E| Downloaded glob v0.3.1 |
| 3100 | 2026-06-18T22:31:00.199Z | [ helios-setup] Jun 18 22:30:58.933 INFO E| Downloaded digest v0.9.0 |
| 3101 | 2026-06-18T22:31:00.203Z | [ helios-setup] Jun 18 22:30:58.937 INFO E| Downloaded sha-1 v0.9.8 |
| 3102 | 2026-06-18T22:31:00.206Z | [ helios-setup] Jun 18 22:30:58.938 INFO E| Downloaded md-5 v0.9.1 |
| 3103 | 2026-06-18T22:31:00.206Z | [ helios-setup] Jun 18 22:30:58.939 INFO E| Downloaded itoa v1.0.9 |
| 3104 | 2026-06-18T22:31:00.206Z | [ helios-setup] Jun 18 22:30:58.940 INFO E| Downloaded fastrand v2.0.0 |
| 3105 | 2026-06-18T22:31:00.211Z | [ helios-setup] Jun 18 22:30:58.941 INFO E| Downloaded block-buffer v0.9.0 |
| 3106 | 2026-06-18T22:31:00.214Z | [ helios-setup] Jun 18 22:30:58.946 INFO E| Downloaded walkdir v2.3.3 |
| 3107 | 2026-06-18T22:31:00.214Z | [ helios-setup] Jun 18 22:30:58.947 INFO E| Downloaded tempfile v3.7.0 |
| 3108 | 2026-06-18T22:31:00.217Z | [ helios-setup] Jun 18 22:30:58.949 INFO E| Downloaded quote v1.0.31 |
| 3109 | 2026-06-18T22:31:00.235Z | [ helios-setup] Jun 18 22:30:58.969 INFO E| Downloaded typenum v1.16.0 |
| 3110 | 2026-06-18T22:31:00.239Z | [ helios-setup] Jun 18 22:30:58.971 INFO E| Downloaded ryu v1.0.15 |
| 3111 | 2026-06-18T22:31:00.239Z | [ helios-setup] Jun 18 22:30:58.973 INFO E| Downloaded getrandom v0.2.10 |
| 3112 | 2026-06-18T22:31:00.247Z | [ helios-setup] Jun 18 22:30:58.981 INFO E| Downloaded toml v0.5.11 |
| 3113 | 2026-06-18T22:31:00.250Z | [ helios-setup] Jun 18 22:30:58.982 INFO E| Downloaded once_cell v1.18.0 |
| 3114 | 2026-06-18T22:31:00.262Z | [ helios-setup] Jun 18 22:30:58.996 INFO E| Downloaded uuid v0.8.2 |
| 3115 | 2026-06-18T22:31:00.265Z | [ helios-setup] Jun 18 22:30:58.998 INFO E| Downloaded unicode-ident v1.0.11 |
| 3116 | 2026-06-18T22:31:00.269Z | [ helios-setup] Jun 18 22:30:59.000 INFO E| Downloaded anyhow v1.0.72 |
| 3117 | 2026-06-18T22:31:00.269Z | [ helios-setup] Jun 18 22:30:59.002 INFO E| Downloaded serde v1.0.193 |
| 3118 | 2026-06-18T22:31:00.272Z | [ helios-setup] Jun 18 22:30:59.004 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3119 | 2026-06-18T22:31:00.272Z | [ helios-setup] Jun 18 22:30:59.005 INFO E| Downloaded bitflags v2.3.3 |
| 3120 | 2026-06-18T22:31:00.296Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3121 | 2026-06-18T22:31:00.337Z | [ helios-setup] Jun 18 22:30:59.070 INFO E| Downloaded serde_json v1.0.103 |
| 3122 | 2026-06-18T22:31:00.341Z | [ helios-setup] Jun 18 22:30:59.075 INFO E| Downloaded syn v2.0.32 |
| 3123 | 2026-06-18T22:31:00.352Z | [ helios-setup] Jun 18 22:30:59.086 INFO E| Downloaded rustix v0.38.4 |
| 3124 | 2026-06-18T22:31:00.373Z | [ helios-setup] Jun 18 22:30:59.107 INFO E| Downloaded libc v0.2.147 |
| 3125 | 2026-06-18T22:31:00.435Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3126 | 2026-06-18T22:31:00.441Z | [ helios-setup] Jun 18 22:30:59.174 INFO E| Compiling libc v0.2.147 |
| 3127 | 2026-06-18T22:31:00.446Z | [ helios-setup] Jun 18 22:30:59.174 INFO E| Compiling proc-macro2 v1.0.66 |
| 3128 | 2026-06-18T22:31:00.446Z | [ helios-setup] Jun 18 22:30:59.174 INFO E| Compiling cfg-if v1.0.0 |
| 3129 | 2026-06-18T22:31:00.446Z | [ helios-setup] Jun 18 22:30:59.175 INFO E| Compiling unicode-ident v1.0.11 |
| 3130 | 2026-06-18T22:31:00.456Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling version_check v0.9.4 |
| 3131 | 2026-06-18T22:31:00.456Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling typenum v1.16.0 |
| 3132 | 2026-06-18T22:31:00.456Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling serde v1.0.193 |
| 3133 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling slog v2.7.0 |
| 3134 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling time-core v0.1.2 |
| 3135 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling rustix v0.38.4 |
| 3136 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling powerfmt v0.2.0 |
| 3137 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling itoa v1.0.9 |
| 3138 | 2026-06-18T22:31:00.459Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling num-conv v0.1.0 |
| 3139 | 2026-06-18T22:31:00.460Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling once_cell v1.18.0 |
| 3140 | 2026-06-18T22:31:00.460Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling num_threads v0.1.6 |
| 3141 | 2026-06-18T22:31:00.460Z | [ helios-setup] Jun 18 22:30:59.190 INFO E| Compiling bitflags v2.3.3 |
| 3142 | 2026-06-18T22:31:00.496Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3143 | 2026-06-18T22:31:00.719Z | [ helios-setup] Jun 18 22:30:59.453 INFO E| Compiling fastrand v2.0.0 |
| 3144 | 2026-06-18T22:31:00.771Z | [ helios-setup] Jun 18 22:30:59.498 INFO E| Compiling serde_json v1.0.103 |
| 3145 | 2026-06-18T22:31:00.776Z | [ host-package] Compiling itertools v0.10.5 |
| 3146 | 2026-06-18T22:31:00.962Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3147 | 2026-06-18T22:31:01.046Z | [ host-package] Compiling ena v0.14.4 |
| 3148 | 2026-06-18T22:31:01.090Z | [ host-package] Compiling libloading v0.8.9 |
| 3149 | 2026-06-18T22:31:01.140Z | [ host-package] Compiling diff v0.1.13 |
| 3150 | 2026-06-18T22:31:01.341Z | [ host-package] Compiling unicase v2.9.0 |
| 3151 | 2026-06-18T22:31:01.377Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3152 | 2026-06-18T22:31:01.377Z | [ helios-setup] Jun 18 22:31:00.111 INFO E| Compiling thread_local v1.1.7 |
| 3153 | 2026-06-18T22:31:01.380Z | [ helios-setup] Jun 18 22:31:00.112 INFO E| Compiling time-macros v0.2.18 |
| 3154 | 2026-06-18T22:31:01.380Z | [ helios-setup] Jun 18 22:31:00.112 INFO E| Compiling anyhow v1.0.72 |
| 3155 | 2026-06-18T22:31:01.445Z | [ helios-setup] Jun 18 22:31:00.179 INFO E| Compiling generic-array v0.14.7 |
| 3156 | 2026-06-18T22:31:01.484Z | [ host-package] Compiling bindgen v0.71.1 |
| 3157 | 2026-06-18T22:31:01.529Z | [ helios-setup] Jun 18 22:31:00.263 INFO E| Compiling opaque-debug v0.3.0 |
| 3158 | 2026-06-18T22:31:01.609Z | [ helios-setup] Jun 18 22:31:00.343 INFO E| Compiling cpufeatures v0.2.9 |
| 3159 | 2026-06-18T22:31:01.676Z | [ helios-setup] Jun 18 22:31:00.409 INFO E| Compiling deranged v0.3.11 |
| 3160 | 2026-06-18T22:31:01.693Z | [ helios-setup] Jun 18 22:31:00.425 INFO E| Compiling unicode-width v0.1.10 |
| 3161 | 2026-06-18T22:31:01.701Z | [ helios-setup] Jun 18 22:31:00.435 INFO E| Compiling same-file v1.0.6 |
| 3162 | 2026-06-18T22:31:01.818Z | [ helios-setup] Jun 18 22:31:00.552 INFO E| Compiling ryu v1.0.15 |
| 3163 | 2026-06-18T22:31:01.834Z | [ helios-setup] Jun 18 22:31:00.568 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3164 | 2026-06-18T22:31:01.891Z | [ helios-setup] Jun 18 22:31:00.625 INFO E| Compiling walkdir v2.3.3 |
| 3165 | 2026-06-18T22:31:02.104Z | [ helios-setup] Jun 18 22:31:00.837 INFO E| Compiling getopts v0.2.21 |
| 3166 | 2026-06-18T22:31:02.118Z | [ helios-setup] Jun 18 22:31:00.852 INFO E| Compiling glob v0.3.1 |
| 3167 | 2026-06-18T22:31:02.174Z | [ helios-setup] Jun 18 22:31:00.908 INFO E| Compiling quote v1.0.31 |
| 3168 | 2026-06-18T22:31:02.272Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3169 | 2026-06-18T22:31:02.443Z | [ helios-setup] Jun 18 22:31:01.177 INFO E| Compiling syn v2.0.32 |
| 3170 | 2026-06-18T22:31:02.460Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3171 | 2026-06-18T22:31:02.478Z | [ helios-setup] Jun 18 22:31:01.212 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3172 | 2026-06-18T22:31:02.478Z | [ helios-setup] Jun 18 22:31:01.212 INFO E| Compiling errno v0.3.1 |
| 3173 | 2026-06-18T22:31:02.491Z | [ helios-setup] Jun 18 22:31:01.225 INFO E| Compiling atty v0.2.14 |
| 3174 | 2026-06-18T22:31:02.516Z | [ helios-setup] Jun 18 22:31:01.250 INFO E| Compiling getrandom v0.2.10 |
| 3175 | 2026-06-18T22:31:02.722Z | [ helios-setup] Jun 18 22:31:01.455 INFO E| Compiling dirs-next v2.0.0 |
| 3176 | 2026-06-18T22:31:02.770Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3177 | 2026-06-18T22:31:02.802Z | [ helios-setup] Jun 18 22:31:01.536 INFO E| Compiling term v0.7.0 |
| 3178 | 2026-06-18T22:31:02.898Z | [ host-package] Compiling cexpr v0.6.0 |
| 3179 | 2026-06-18T22:31:03.091Z | [ helios-setup] Jun 18 22:31:01.824 INFO E| Compiling time v0.3.36 |
| 3180 | 2026-06-18T22:31:03.305Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3181 | 2026-06-18T22:31:03.405Z | [ helios-setup] Jun 18 22:31:02.138 INFO E| Compiling tempfile v3.7.0 |
| 3182 | 2026-06-18T22:31:03.548Z | [ host-package] Compiling crc8 v0.1.1 |
| 3183 | 2026-06-18T22:31:03.582Z | [ helios-setup] Jun 18 22:31:02.316 INFO E| Compiling block-buffer v0.9.0 |
| 3184 | 2026-06-18T22:31:03.582Z | [ helios-setup] Jun 18 22:31:02.316 INFO E| Compiling digest v0.9.0 |
| 3185 | 2026-06-18T22:31:03.692Z | [ helios-setup] Jun 18 22:31:02.424 INFO E| Compiling sha-1 v0.9.8 |
| 3186 | 2026-06-18T22:31:03.692Z | [ helios-setup] Jun 18 22:31:02.424 INFO E| Compiling md-5 v0.9.1 |
| 3187 | 2026-06-18T22:31:03.907Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3188 | 2026-06-18T22:31:04.014Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3189 | 2026-06-18T22:31:04.184Z | [ helios-setup] Jun 18 22:31:02.917 INFO E| Compiling slog-term v2.9.0 |
| 3190 | 2026-06-18T22:31:04.233Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3191 | 2026-06-18T22:31:04.505Z | [ helios-setup] Jun 18 22:31:03.238 INFO E| Compiling serde_derive v1.0.193 |
| 3192 | 2026-06-18T22:31:04.979Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3193 | 2026-06-18T22:31:05.220Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3194 | 2026-06-18T22:31:05.816Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3195 | 2026-06-18T22:31:06.053Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3196 | 2026-06-18T22:31:06.110Z | [ host-package] Compiling headers-core v0.3.0 |
| 3197 | 2026-06-18T22:31:06.175Z | [ host-package] Compiling progenitor v0.13.0 |
| 3198 | 2026-06-18T22:31:06.373Z | [ host-package] Compiling libxml v0.3.3 |
| 3199 | 2026-06-18T22:31:06.453Z | [ host-package] Compiling headers v0.4.1 |
| 3200 | 2026-06-18T22:31:06.762Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3201 | 2026-06-18T22:31:06.817Z | [ host-package] Compiling git-stub v1.0.0 |
| 3202 | 2026-06-18T22:31:07.102Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3203 | 2026-06-18T22:31:07.207Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3204 | 2026-06-18T22:31:07.211Z | [ host-package] Compiling indoc v1.0.9 |
| 3205 | 2026-06-18T22:31:07.985Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3206 | 2026-06-18T22:31:08.431Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3207 | 2026-06-18T22:31:08.477Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3208 | 2026-06-18T22:31:08.534Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3209 | 2026-06-18T22:31:08.775Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3210 | 2026-06-18T22:31:09.065Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3211 | 2026-06-18T22:31:09.219Z | [ helios-setup] Jun 18 22:31:07.952 INFO E| Compiling toml v0.5.11 |
| 3212 | 2026-06-18T22:31:09.219Z | [ helios-setup] Jun 18 22:31:07.952 INFO E| Compiling uuid v0.8.2 |
| 3213 | 2026-06-18T22:31:09.850Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3214 | 2026-06-18T22:31:10.100Z | [ helios-setup] Jun 18 22:31:08.833 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3215 | 2026-06-18T22:31:10.208Z | [ host-package] Compiling samael v0.0.19 |
| 3216 | 2026-06-18T22:31:10.300Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3217 | 2026-06-18T22:31:10.488Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3218 | 2026-06-18T22:31:10.757Z | [ helios-setup] Jun 18 22:31:09.486 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3219 | 2026-06-18T22:31:10.874Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3220 | 2026-06-18T22:31:11.371Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3221 | 2026-06-18T22:31:11.822Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3222 | 2026-06-18T22:31:12.134Z | [ host-package] Compiling polar-core v0.27.3 |
| 3223 | 2026-06-18T22:31:12.182Z | [ host-package] Compiling half v1.8.3 |
| 3224 | 2026-06-18T22:31:12.255Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3225 | 2026-06-18T22:31:12.516Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3226 | 2026-06-18T22:31:12.646Z | [ host-package] Compiling bb8 v0.8.6 |
| 3227 | 2026-06-18T22:31:13.060Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3228 | 2026-06-18T22:31:13.687Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3229 | 2026-06-18T22:31:13.797Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3230 | 2026-06-18T22:31:13.827Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3231 | 2026-06-18T22:31:14.059Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3232 | 2026-06-18T22:31:14.273Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3233 | 2026-06-18T22:31:14.412Z | [ host-package] Compiling fxhash v0.2.1 |
| 3234 | 2026-06-18T22:31:14.603Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3235 | 2026-06-18T22:31:14.666Z | [ host-package] Compiling nonempty v0.12.0 |
| 3236 | 2026-06-18T22:31:14.948Z | [ host-package] Compiling salty v0.3.0 |
| 3237 | 2026-06-18T22:31:15.159Z | [ helios-setup] Jun 18 22:31:13.892 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
| 3238 | 2026-06-18T22:31:15.183Z | [ helios-setup] Jun 18 22:31:13.915 INFO building project "image-builder" ok (15 seconds) |
| 3239 | 2026-06-18T22:31:15.183Z | [ helios-setup] Jun 18 22:31:13.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3240 | 2026-06-18T22:31:15.347Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3241 | 2026-06-18T22:31:15.377Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3242 | 2026-06-18T22:31:15.471Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3243 | 2026-06-18T22:31:15.820Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3244 | 2026-06-18T22:31:16.094Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3245 | 2026-06-18T22:31:16.218Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3246 | 2026-06-18T22:31:16.575Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3247 | 2026-06-18T22:31:17.864Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3248 | 2026-06-18T22:31:17.947Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3249 | 2026-06-18T22:31:18.081Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3250 | 2026-06-18T22:31:18.366Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3251 | 2026-06-18T22:31:18.704Z | [ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3252 | 2026-06-18T22:31:18.828Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3253 | 2026-06-18T22:31:19.189Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3254 | 2026-06-18T22:31:19.476Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3255 | 2026-06-18T22:31:20.026Z | [ host-package] Compiling nanorand v0.7.0 |
| 3256 | 2026-06-18T22:31:20.056Z | [ host-package] Compiling darling_core v0.23.0 |
| 3257 | 2026-06-18T22:31:20.083Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3258 | 2026-06-18T22:31:20.275Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3259 | 2026-06-18T22:31:20.413Z | [ host-package] Compiling flume v0.11.1 |
| 3260 | 2026-06-18T22:31:20.683Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3261 | 2026-06-18T22:31:21.061Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3262 | 2026-06-18T22:31:22.397Z | [ host-package] Compiling oso v0.27.3 |
| 3263 | 2026-06-18T22:31:22.621Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3264 | 2026-06-18T22:31:22.802Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3265 | 2026-06-18T22:31:23.350Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3266 | 2026-06-18T22:31:23.417Z | [ host-package] Compiling primeorder v0.13.6 |
| 3267 | 2026-06-18T22:31:23.774Z | [ host-package] Compiling atty v0.2.14 |
| 3268 | 2026-06-18T22:31:23.953Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3269 | 2026-06-18T22:31:24.194Z | [ host-package] Compiling instability v0.3.11 |
| 3270 | 2026-06-18T22:31:24.512Z | [ host-package] Compiling http-range v0.1.5 |
| 3271 | 2026-06-18T22:31:24.702Z | [ host-package] Compiling strsim v0.10.0 |
| 3272 | 2026-06-18T22:31:24.984Z | [ host-package] Compiling darling_core v0.13.4 |
| 3273 | 2026-06-18T22:31:25.084Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3274 | 2026-06-18T22:31:27.076Z | [ host-package] Compiling p384 v0.13.1 |
| 3275 | 2026-06-18T22:31:28.014Z | [ host-package] Compiling darling v0.23.0 |
| 3276 | 2026-06-18T22:31:28.138Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3277 | 2026-06-18T22:31:29.382Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3278 | 2026-06-18T22:31:29.488Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3279 | 2026-06-18T22:31:29.615Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3280 | 2026-06-18T22:31:29.907Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3281 | 2026-06-18T22:31:32.092Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3282 | 2026-06-18T22:31:32.133Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3283 | 2026-06-18T22:31:32.690Z | [ host-package] Compiling ignore v0.4.25 |
| 3284 | 2026-06-18T22:31:32.732Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3285 | 2026-06-18T22:31:34.120Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3286 | 2026-06-18T22:31:34.171Z | [ host-package] Compiling castaway v0.2.4 |
| 3287 | 2026-06-18T22:31:34.243Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3288 | 2026-06-18T22:31:34.349Z | [ host-package] Compiling indoc v2.0.7 |
| 3289 | 2026-06-18T22:31:34.433Z | [ host-package] Compiling compact_str v0.8.1 |
| 3290 | 2026-06-18T22:31:34.684Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3291 | 2026-06-18T22:31:35.597Z | [ host-package] Compiling globwalk v0.9.1 |
| 3292 | 2026-06-18T22:31:35.662Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3293 | 2026-06-18T22:31:35.938Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3294 | 2026-06-18T22:31:36.334Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3295 | 2026-06-18T22:31:36.590Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3296 | 2026-06-18T22:31:36.776Z | [ helios-setup] Jun 18 22:31:35.510 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 3297 | 2026-06-18T22:31:36.777Z | [ helios-setup] Jun 18 22:31:35.510 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3298 | 2026-06-18T22:31:36.786Z | [ helios-setup] Jun 18 22:31:35.520 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 3299 | 2026-06-18T22:31:36.786Z | [ helios-setup] Jun 18 22:31:35.520 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3300 | 2026-06-18T22:31:36.790Z | [ helios-setup] Jun 18 22:31:35.520 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3301 | 2026-06-18T22:31:36.902Z | [ helios-setup] Jun 18 22:31:35.636 INFO E| Downloading crates ... |
| 3302 | 2026-06-18T22:31:36.969Z | [ helios-setup] Jun 18 22:31:35.703 INFO E| Downloaded typenum v1.15.0 |
| 3303 | 2026-06-18T22:31:36.973Z | [ helios-setup] Jun 18 22:31:35.705 INFO E| Downloaded digest v0.10.3 |
| 3304 | 2026-06-18T22:31:36.977Z | [ helios-setup] Jun 18 22:31:35.709 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3305 | 2026-06-18T22:31:36.977Z | [ helios-setup] Jun 18 22:31:35.711 INFO E| Downloaded block-buffer v0.10.3 |
| 3306 | 2026-06-18T22:31:36.981Z | [ helios-setup] Jun 18 22:31:35.711 INFO E| Downloaded cpufeatures v0.2.5 |
| 3307 | 2026-06-18T22:31:36.981Z | [ helios-setup] Jun 18 22:31:35.712 INFO E| Downloaded anyhow v1.0.62 |
| 3308 | 2026-06-18T22:31:36.988Z | [ helios-setup] Jun 18 22:31:35.722 INFO E| Downloaded generic-array v0.14.6 |
| 3309 | 2026-06-18T22:31:36.992Z | [ helios-setup] Jun 18 22:31:35.723 INFO E| Downloaded sha2 v0.10.5 |
| 3310 | 2026-06-18T22:31:36.992Z | [ helios-setup] Jun 18 22:31:35.724 INFO E| Downloaded flate2 v1.0.25 |
| 3311 | 2026-06-18T22:31:36.995Z | [ helios-setup] Jun 18 22:31:35.727 INFO E| Downloaded bytes v1.2.1 |
| 3312 | 2026-06-18T22:31:37.028Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3313 | 2026-06-18T22:31:37.039Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling version_check v0.9.4 |
| 3314 | 2026-06-18T22:31:37.039Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling typenum v1.15.0 |
| 3315 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling crc32fast v1.3.2 |
| 3316 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling cfg-if v1.0.0 |
| 3317 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling anyhow v1.0.62 |
| 3318 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling adler v1.0.2 |
| 3319 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling cpufeatures v0.2.5 |
| 3320 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling unicode-width v0.1.10 |
| 3321 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling bytes v1.2.1 |
| 3322 | 2026-06-18T22:31:37.043Z | [ helios-setup] Jun 18 22:31:35.773 INFO E| Compiling bitflags v1.3.2 |
| 3323 | 2026-06-18T22:31:37.111Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3324 | 2026-06-18T22:31:37.441Z | [ helios-setup] Jun 18 22:31:36.174 INFO E| Compiling miniz_oxide v0.6.2 |
| 3325 | 2026-06-18T22:31:37.475Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-06-18T22:31:37.576Z | [ helios-setup] Jun 18 22:31:36.309 INFO E| Compiling getopts v0.2.21 |
| 3327 | 2026-06-18T22:31:37.815Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3328 | 2026-06-18T22:31:37.890Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3329 | 2026-06-18T22:31:38.003Z | [ helios-setup] Jun 18 22:31:36.737 INFO E| Compiling flate2 v1.0.25 |
| 3330 | 2026-06-18T22:31:38.053Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3331 | 2026-06-18T22:31:38.115Z | [ helios-setup] Jun 18 22:31:36.849 INFO E| Compiling generic-array v0.14.6 |
| 3332 | 2026-06-18T22:31:38.137Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3333 | 2026-06-18T22:31:38.285Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3334 | 2026-06-18T22:31:38.584Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3335 | 2026-06-18T22:31:38.647Z | [ host-package] Compiling lru v0.12.5 |
| 3336 | 2026-06-18T22:31:38.727Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3337 | 2026-06-18T22:31:38.970Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3338 | 2026-06-18T22:31:39.006Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-06-18T22:31:39.033Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3340 | 2026-06-18T22:31:39.098Z | [ host-package] Compiling rustls v0.21.12 |
| 3341 | 2026-06-18T22:31:39.249Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3342 | 2026-06-18T22:31:39.314Z | [ host-package] Compiling corncobs v0.1.4 |
| 3343 | 2026-06-18T22:31:39.336Z | [ host-package] Compiling cassowary v0.3.0 |
| 3344 | 2026-06-18T22:31:39.376Z | [ helios-setup] Jun 18 22:31:38.109 INFO E| Compiling block-buffer v0.10.3 |
| 3345 | 2026-06-18T22:31:39.376Z | [ helios-setup] Jun 18 22:31:38.109 INFO E| Compiling crypto-common v0.1.6 |
| 3346 | 2026-06-18T22:31:39.434Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3347 | 2026-06-18T22:31:39.473Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3348 | 2026-06-18T22:31:39.496Z | [ helios-setup] Jun 18 22:31:38.226 INFO E| Compiling digest v0.10.3 |
| 3349 | 2026-06-18T22:31:39.540Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3350 | 2026-06-18T22:31:39.599Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3351 | 2026-06-18T22:31:39.635Z | [ host-package] Compiling ratatui v0.29.0 |
| 3352 | 2026-06-18T22:31:39.665Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3353 | 2026-06-18T22:31:39.673Z | [ helios-setup] Jun 18 22:31:38.406 INFO E| Compiling sha2 v0.10.5 |
| 3354 | 2026-06-18T22:31:39.842Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-06-18T22:31:39.952Z | [ helios-setup] Jun 18 22:31:38.685 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3356 | 2026-06-18T22:31:40.380Z | [ host-package] Compiling darling v0.13.4 |
| 3357 | 2026-06-18T22:31:40.468Z | [ host-package] Compiling sled v0.34.7 |
| 3358 | 2026-06-18T22:31:41.088Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3359 | 2026-06-18T22:31:41.297Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3360 | 2026-06-18T22:31:41.701Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3361 | 2026-06-18T22:31:41.857Z | [ helios-setup] Jun 18 22:31:40.590 INFO E| Finished `release` profile [optimized] target(s) in 5.05s |
| 3362 | 2026-06-18T22:31:41.869Z | [ helios-setup] Jun 18 22:31:40.603 INFO building project "bootserver" ok (5 seconds) |
| 3363 | 2026-06-18T22:31:41.869Z | [ helios-setup] Jun 18 22:31:40.603 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3364 | 2026-06-18T22:31:41.878Z | [ helios-setup] Jun 18 22:31:40.612 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 3365 | 2026-06-18T22:31:41.878Z | [ helios-setup] Jun 18 22:31:40.612 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3366 | 2026-06-18T22:31:41.878Z | [ helios-setup] Jun 18 22:31:40.612 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3367 | 2026-06-18T22:31:42.072Z | [ helios-setup] Jun 18 22:31:40.806 INFO E| Downloading crates ... |
| 3368 | 2026-06-18T22:31:42.123Z | [ helios-setup] Jun 18 22:31:40.856 INFO E| Downloaded adler2 v2.0.0 |
| 3369 | 2026-06-18T22:31:42.132Z | [ helios-setup] Jun 18 22:31:40.865 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3370 | 2026-06-18T22:31:42.176Z | [ helios-setup] Jun 18 22:31:40.909 INFO E| Compiling adler2 v2.0.0 |
| 3371 | 2026-06-18T22:31:42.272Z | [ helios-setup] Jun 18 22:31:41.005 INFO E| Compiling miniz_oxide v0.8.8 |
| 3372 | 2026-06-18T22:31:43.382Z | [ helios-setup] Jun 18 22:31:42.115 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3373 | 2026-06-18T22:31:43.477Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3374 | 2026-06-18T22:31:43.872Z | [ helios-setup] Jun 18 22:31:42.606 INFO E| Finished `release` profile [optimized] target(s) in 1.98s |
| 3375 | 2026-06-18T22:31:43.882Z | [ helios-setup] Jun 18 22:31:42.615 INFO building project "pinprick" ok (2 seconds) |
| 3376 | 2026-06-18T22:31:43.882Z | [ helios-setup] Jun 18 22:31:42.615 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3377 | 2026-06-18T22:31:43.891Z | [ helios-setup] Jun 18 22:31:42.625 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3378 | 2026-06-18T22:31:43.891Z | [ helios-setup] Jun 18 22:31:42.625 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3379 | 2026-06-18T22:31:43.895Z | [ helios-setup] Jun 18 22:31:42.625 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3380 | 2026-06-18T22:31:44.012Z | [ helios-setup] Jun 18 22:31:42.745 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3381 | 2026-06-18T22:31:44.029Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3382 | 2026-06-18T22:31:44.263Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3383 | 2026-06-18T22:31:44.318Z | [ helios-setup] Jun 18 22:31:43.051 INFO E| From https://github.com/jclulow/hiercmd |
| 3384 | 2026-06-18T22:31:44.319Z | [ helios-setup] Jun 18 22:31:43.051 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3385 | 2026-06-18T22:31:44.339Z | [ helios-setup] Jun 18 22:31:43.072 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3386 | 2026-06-18T22:31:44.509Z | [ host-package] Compiling sct v0.7.1 |
| 3387 | 2026-06-18T22:31:44.585Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3388 | 2026-06-18T22:31:44.588Z | [ helios-setup] Jun 18 22:31:43.321 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3389 | 2026-06-18T22:31:44.589Z | [ helios-setup] Jun 18 22:31:43.321 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3390 | 2026-06-18T22:31:44.601Z | [ helios-setup] Jun 18 22:31:43.334 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3391 | 2026-06-18T22:31:44.803Z | [ host-package] Compiling secrecy v0.8.0 |
| 3392 | 2026-06-18T22:31:44.890Z | [ helios-setup] Jun 18 22:31:43.621 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3393 | 2026-06-18T22:31:44.890Z | [ helios-setup] Jun 18 22:31:43.621 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3394 | 2026-06-18T22:31:44.905Z | [ helios-setup] Jun 18 22:31:43.638 INFO E| Updating crates.io index |
| 3395 | 2026-06-18T22:31:45.008Z | [ helios-setup] Jun 18 22:31:43.741 INFO E| Downloading crates ... |
| 3396 | 2026-06-18T22:31:45.070Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3397 | 2026-06-18T22:31:45.127Z | [ helios-setup] Jun 18 22:31:43.860 INFO E| Downloaded anstyle v1.0.13 |
| 3398 | 2026-06-18T22:31:45.154Z | [ helios-setup] Jun 18 22:31:43.887 INFO E| Downloaded serde_spanned v1.0.3 |
| 3399 | 2026-06-18T22:31:45.161Z | [ helios-setup] Jun 18 22:31:43.894 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3400 | 2026-06-18T22:31:45.165Z | [ helios-setup] Jun 18 22:31:43.895 INFO E| Downloaded flate2 v1.1.5 |
| 3401 | 2026-06-18T22:31:45.169Z | [ helios-setup] Jun 18 22:31:43.903 INFO E| Downloaded futures-io v0.3.31 |
| 3402 | 2026-06-18T22:31:45.188Z | [ helios-setup] Jun 18 22:31:43.921 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3403 | 2026-06-18T22:31:45.192Z | [ helios-setup] Jun 18 22:31:43.922 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3404 | 2026-06-18T22:31:45.192Z | [ helios-setup] Jun 18 22:31:43.923 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3405 | 2026-06-18T22:31:45.192Z | [ helios-setup] Jun 18 22:31:43.925 INFO E| Downloaded devinfo v0.1.0 |
| 3406 | 2026-06-18T22:31:45.196Z | [ helios-setup] Jun 18 22:31:43.926 INFO E| Downloaded bytes v1.10.1 |
| 3407 | 2026-06-18T22:31:45.196Z | [ helios-setup] Jun 18 22:31:43.928 INFO E| Downloaded getrandom v0.2.16 |
| 3408 | 2026-06-18T22:31:45.200Z | [ helios-setup] Jun 18 22:31:43.931 INFO E| Downloaded toml_datetime v0.7.3 |
| 3409 | 2026-06-18T22:31:45.200Z | [ helios-setup] Jun 18 22:31:43.932 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3410 | 2026-06-18T22:31:45.206Z | [ helios-setup] Jun 18 22:31:43.935 INFO E| Downloaded bitfield v0.19.3 |
| 3411 | 2026-06-18T22:31:45.206Z | [ helios-setup] Jun 18 22:31:43.937 INFO E| Downloaded futures-macro v0.3.31 |
| 3412 | 2026-06-18T22:31:45.206Z | [ helios-setup] Jun 18 22:31:43.938 INFO E| Downloaded crc v3.3.0 |
| 3413 | 2026-06-18T22:31:45.206Z | [ helios-setup] Jun 18 22:31:43.939 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3414 | 2026-06-18T22:31:45.228Z | [ helios-setup] Jun 18 22:31:43.959 INFO E| Downloaded futures-core v0.3.31 |
| 3415 | 2026-06-18T22:31:45.232Z | [ helios-setup] Jun 18 22:31:43.960 INFO E| Downloaded anstyle-query v1.1.4 |
| 3416 | 2026-06-18T22:31:45.232Z | [ helios-setup] Jun 18 22:31:43.961 INFO E| Downloaded bitflags v2.10.0 |
| 3417 | 2026-06-18T22:31:45.236Z | [ helios-setup] Jun 18 22:31:43.967 INFO E| Downloaded time-core v0.1.6 |
| 3418 | 2026-06-18T22:31:45.236Z | [ helios-setup] Jun 18 22:31:43.968 INFO E| Downloaded clap_lex v0.7.6 |
| 3419 | 2026-06-18T22:31:45.236Z | [ helios-setup] Jun 18 22:31:43.969 INFO E| Downloaded num_enum v0.7.5 |
| 3420 | 2026-06-18T22:31:45.241Z | [ helios-setup] Jun 18 22:31:43.975 INFO E| Downloaded futures-task v0.3.31 |
| 3421 | 2026-06-18T22:31:45.249Z | [ helios-setup] Jun 18 22:31:43.982 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3422 | 2026-06-18T22:31:45.257Z | [ helios-setup] Jun 18 22:31:43.990 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3423 | 2026-06-18T22:31:45.260Z | [ helios-setup] Jun 18 22:31:43.992 INFO E| Downloaded env_filter v0.1.4 |
| 3424 | 2026-06-18T22:31:45.266Z | [ helios-setup] Jun 18 22:31:44.000 INFO E| Downloaded toml_writer v1.0.4 |
| 3425 | 2026-06-18T22:31:45.270Z | [ helios-setup] Jun 18 22:31:44.001 INFO E| Downloaded generic-array v0.14.9 |
| 3426 | 2026-06-18T22:31:45.279Z | [ helios-setup] Jun 18 22:31:44.011 INFO E| Downloaded getopts v0.2.24 |
| 3427 | 2026-06-18T22:31:45.283Z | [ helios-setup] Jun 18 22:31:44.012 INFO E| Downloaded futures-channel v0.3.31 |
| 3428 | 2026-06-18T22:31:45.293Z | [ helios-setup] Jun 18 22:31:44.026 INFO E| Downloaded time-macros v0.2.24 |
| 3429 | 2026-06-18T22:31:45.297Z | [ helios-setup] Jun 18 22:31:44.028 INFO E| Downloaded base64ct v1.8.0 |
| 3430 | 2026-06-18T22:31:45.297Z | [ helios-setup] Jun 18 22:31:44.030 INFO E| Downloaded thiserror v2.0.17 |
| 3431 | 2026-06-18T22:31:45.300Z | [ helios-setup] Jun 18 22:31:44.033 INFO E| Downloaded futures v0.3.31 |
| 3432 | 2026-06-18T22:31:45.304Z | [ helios-setup] Jun 18 22:31:44.036 INFO E| Downloaded futures-executor v0.3.31 |
| 3433 | 2026-06-18T22:31:45.307Z | [ helios-setup] Jun 18 22:31:44.037 INFO E| Downloaded anyhow v1.0.100 |
| 3434 | 2026-06-18T22:31:45.307Z | [ helios-setup] Jun 18 22:31:44.040 INFO E| Downloaded slab v0.4.11 |
| 3435 | 2026-06-18T22:31:45.312Z | [ helios-setup] Jun 18 22:31:44.041 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3436 | 2026-06-18T22:31:45.312Z | [ helios-setup] Jun 18 22:31:44.041 INFO E| Downloaded futures-sink v0.3.31 |
| 3437 | 2026-06-18T22:31:45.312Z | [ helios-setup] Jun 18 22:31:44.042 INFO E| Downloaded env_logger v0.11.8 |
| 3438 | 2026-06-18T22:31:45.312Z | [ helios-setup] Jun 18 22:31:44.044 INFO E| Downloaded quote v1.0.41 |
| 3439 | 2026-06-18T22:31:45.316Z | [ helios-setup] Jun 18 22:31:44.046 INFO E| Downloaded log v0.4.28 |
| 3440 | 2026-06-18T22:31:45.316Z | [ helios-setup] Jun 18 22:31:44.048 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3441 | 2026-06-18T22:31:45.316Z | [ helios-setup] Jun 18 22:31:44.049 INFO E| Downloaded deranged v0.5.5 |
| 3442 | 2026-06-18T22:31:45.320Z | [ helios-setup] Jun 18 22:31:44.051 INFO E| Downloaded tokio-macros v2.6.0 |
| 3443 | 2026-06-18T22:31:45.324Z | [ helios-setup] Jun 18 22:31:44.053 INFO E| Downloaded clap v4.5.51 |
| 3444 | 2026-06-18T22:31:45.328Z | [ helios-setup] Jun 18 22:31:44.061 INFO E| Downloaded unicode-ident v1.0.22 |
| 3445 | 2026-06-18T22:31:45.328Z | [ helios-setup] Jun 18 22:31:44.061 INFO E| Downloaded clap_derive v4.5.49 |
| 3446 | 2026-06-18T22:31:45.331Z | [ helios-setup] Jun 18 22:31:44.065 INFO E| Downloaded toml_edit v0.23.7 |
| 3447 | 2026-06-18T22:31:45.331Z | [ helios-setup] Jun 18 22:31:44.065 INFO E| Downloaded term v1.2.0 |
| 3448 | 2026-06-18T22:31:45.335Z | [ helios-setup] Jun 18 22:31:44.066 INFO E| Downloaded toml_parser v1.0.4 |
| 3449 | 2026-06-18T22:31:45.348Z | [ helios-setup] Jun 18 22:31:44.082 INFO E| Downloaded socket2 v0.6.1 |
| 3450 | 2026-06-18T22:31:45.358Z | [ helios-setup] Jun 18 22:31:44.091 INFO E| Downloaded uuid v1.18.1 |
| 3451 | 2026-06-18T22:31:45.400Z | [ helios-setup] Jun 18 22:31:44.096 INFO E| Downloaded toml v0.9.8 |
| 3452 | 2026-06-18T22:31:45.401Z | [ helios-setup] Jun 18 22:31:44.106 INFO E| Downloaded iddqd v0.3.14 |
| 3453 | 2026-06-18T22:31:45.401Z | [ helios-setup] Jun 18 22:31:44.110 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3454 | 2026-06-18T22:31:45.401Z | [ helios-setup] Jun 18 22:31:44.113 INFO E| Downloaded memchr v2.7.6 |
| 3455 | 2026-06-18T22:31:45.401Z | [ helios-setup] Jun 18 22:31:44.118 INFO E| Downloaded indexmap v2.12.0 |
| 3456 | 2026-06-18T22:31:45.405Z | [ helios-setup] Jun 18 22:31:44.137 INFO E| Downloaded rsa v0.9.8 |
| 3457 | 2026-06-18T22:31:45.408Z | [ helios-setup] Jun 18 22:31:44.140 INFO E| Downloaded rand v0.8.5 |
| 3458 | 2026-06-18T22:31:45.412Z | [ helios-setup] Jun 18 22:31:44.145 INFO E| Downloaded cc v1.2.44 |
| 3459 | 2026-06-18T22:31:45.417Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3460 | 2026-06-18T22:31:45.425Z | [ helios-setup] Jun 18 22:31:44.158 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3461 | 2026-06-18T22:31:45.429Z | [ helios-setup] Jun 18 22:31:44.163 INFO E| Downloaded mio v1.1.0 |
| 3462 | 2026-06-18T22:31:45.434Z | [ helios-setup] Jun 18 22:31:44.167 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3463 | 2026-06-18T22:31:45.440Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3464 | 2026-06-18T22:31:45.448Z | [ helios-setup] Jun 18 22:31:44.181 INFO E| Downloaded libm v0.2.15 |
| 3465 | 2026-06-18T22:31:45.457Z | [ helios-setup] Jun 18 22:31:44.189 INFO E| Downloaded time v0.3.44 |
| 3466 | 2026-06-18T22:31:45.461Z | [ helios-setup] Jun 18 22:31:44.194 INFO E| Downloaded hashbrown v0.16.0 |
| 3467 | 2026-06-18T22:31:45.476Z | [ helios-setup] Jun 18 22:31:44.209 INFO E| Downloaded serde_json v1.0.145 |
| 3468 | 2026-06-18T22:31:45.486Z | [ helios-setup] Jun 18 22:31:44.219 INFO E| Downloaded futures-util v0.3.31 |
| 3469 | 2026-06-18T22:31:45.494Z | [ helios-setup] Jun 18 22:31:44.228 INFO E| Downloaded winnow v0.7.13 |
| 3470 | 2026-06-18T22:31:45.508Z | [ helios-setup] Jun 18 22:31:44.241 INFO E| Downloaded clap_builder v4.5.51 |
| 3471 | 2026-06-18T22:31:45.519Z | [ helios-setup] Jun 18 22:31:44.252 INFO E| Downloaded zerocopy v0.8.27 |
| 3472 | 2026-06-18T22:31:45.538Z | [ helios-setup] Jun 18 22:31:44.270 INFO E| Downloaded chrono v0.4.42 |
| 3473 | 2026-06-18T22:31:45.542Z | [ helios-setup] Jun 18 22:31:44.275 INFO E| Downloaded unicode-width v0.2.2 |
| 3474 | 2026-06-18T22:31:45.561Z | [ helios-setup] Jun 18 22:31:44.294 INFO E| Downloaded syn v2.0.108 |
| 3475 | 2026-06-18T22:31:45.569Z | [ helios-setup] Jun 18 22:31:44.302 INFO E| Downloaded rustix v1.1.2 |
| 3476 | 2026-06-18T22:31:45.630Z | [ helios-setup] Jun 18 22:31:44.363 INFO E| Downloaded libc v0.2.177 |
| 3477 | 2026-06-18T22:31:45.652Z | [ helios-setup] Jun 18 22:31:44.385 INFO E| Downloaded tokio v1.48.0 |
| 3478 | 2026-06-18T22:31:45.762Z | [ helios-setup] Jun 18 22:31:44.494 INFO E| Compiling proc-macro2 v1.0.103 |
| 3479 | 2026-06-18T22:31:45.762Z | [ helios-setup] Jun 18 22:31:44.494 INFO E| Compiling quote v1.0.41 |
| 3480 | 2026-06-18T22:31:45.825Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling unicode-ident v1.0.22 |
| 3481 | 2026-06-18T22:31:45.825Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling libc v0.2.177 |
| 3482 | 2026-06-18T22:31:45.825Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling serde_core v1.0.228 |
| 3483 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling cfg-if v1.0.4 |
| 3484 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling serde v1.0.228 |
| 3485 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling version_check v0.9.5 |
| 3486 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling autocfg v1.5.0 |
| 3487 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling const-oid v0.9.6 |
| 3488 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling typenum v1.19.0 |
| 3489 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling libm v0.2.15 |
| 3490 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling zerocopy v0.8.27 |
| 3491 | 2026-06-18T22:31:45.829Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling rustversion v1.0.22 |
| 3492 | 2026-06-18T22:31:45.830Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling smallvec v1.15.1 |
| 3493 | 2026-06-18T22:31:45.830Z | [ helios-setup] Jun 18 22:31:44.558 INFO E| Compiling zeroize v1.8.2 |
| 3494 | 2026-06-18T22:31:46.179Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3495 | 2026-06-18T22:31:46.344Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3496 | 2026-06-18T22:31:46.488Z | [ helios-setup] Jun 18 22:31:45.221 INFO E| Compiling base64ct v1.8.0 |
| 3497 | 2026-06-18T22:31:46.511Z | [ helios-setup] Jun 18 22:31:45.244 INFO E| Compiling byteorder v1.5.0 |
| 3498 | 2026-06-18T22:31:46.610Z | [ helios-setup] Jun 18 22:31:45.343 INFO E| Compiling utf8parse v0.2.2 |
| 3499 | 2026-06-18T22:31:46.814Z | [ helios-setup] Jun 18 22:31:45.547 INFO E| Compiling memchr v2.7.6 |
| 3500 | 2026-06-18T22:31:46.930Z | [ helios-setup] Jun 18 22:31:45.663 INFO E| Compiling anyhow v1.0.100 |
| 3501 | 2026-06-18T22:31:47.021Z | [ helios-setup] Jun 18 22:31:45.754 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3502 | 2026-06-18T22:31:47.154Z | [ helios-setup] Jun 18 22:31:45.887 INFO E| Compiling getrandom v0.2.16 |
| 3503 | 2026-06-18T22:31:47.210Z | [ helios-setup] Jun 18 22:31:45.943 INFO E| Compiling num-traits v0.2.19 |
| 3504 | 2026-06-18T22:31:47.351Z | [ helios-setup] Jun 18 22:31:46.082 INFO E| Compiling flagset v0.4.7 |
| 3505 | 2026-06-18T22:31:47.409Z | [ helios-setup] Jun 18 22:31:46.142 INFO E| Compiling generic-array v0.14.9 |
| 3506 | 2026-06-18T22:31:47.409Z | [ helios-setup] Jun 18 22:31:46.142 INFO E| Compiling equivalent v1.0.2 |
| 3507 | 2026-06-18T22:31:47.470Z | [ helios-setup] Jun 18 22:31:46.203 INFO E| Compiling rustix v1.1.2 |
| 3508 | 2026-06-18T22:31:47.529Z | [ helios-setup] Jun 18 22:31:46.262 INFO E| Compiling crc32fast v1.5.0 |
| 3509 | 2026-06-18T22:31:47.588Z | [ helios-setup] Jun 18 22:31:46.321 INFO E| Compiling hashbrown v0.16.0 |
| 3510 | 2026-06-18T22:31:47.696Z | [ helios-setup] Jun 18 22:31:46.430 INFO E| Compiling winnow v0.7.13 |
| 3511 | 2026-06-18T22:31:47.839Z | [ helios-setup] Jun 18 22:31:46.572 INFO E| Compiling rand_core v0.6.4 |
| 3512 | 2026-06-18T22:31:48.059Z | [ helios-setup] Jun 18 22:31:46.792 INFO E| Compiling errno v0.3.14 |
| 3513 | 2026-06-18T22:31:48.101Z | [ helios-setup] Jun 18 22:31:46.834 INFO E| Compiling anstyle-parse v0.2.7 |
| 3514 | 2026-06-18T22:31:48.271Z | [ helios-setup] Jun 18 22:31:47.004 INFO E| Compiling radium v0.7.0 |
| 3515 | 2026-06-18T22:31:48.302Z | [ helios-setup] Jun 18 22:31:47.035 INFO E| Compiling anstyle-query v1.1.4 |
| 3516 | 2026-06-18T22:31:48.394Z | [ host-package] Compiling git2 v0.20.4 |
| 3517 | 2026-06-18T22:31:48.410Z | [ helios-setup] Jun 18 22:31:47.144 INFO E| Compiling syn v2.0.108 |
| 3518 | 2026-06-18T22:31:48.432Z | [ helios-setup] Jun 18 22:31:47.166 INFO E| Compiling toml_datetime v0.7.3 |
| 3519 | 2026-06-18T22:31:48.455Z | [ helios-setup] Jun 18 22:31:47.188 INFO E| Compiling indexmap v2.12.0 |
| 3520 | 2026-06-18T22:31:48.504Z | [ helios-setup] Jun 18 22:31:47.237 INFO E| Compiling shlex v1.3.0 |
| 3521 | 2026-06-18T22:31:48.511Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3522 | 2026-06-18T22:31:48.544Z | [ helios-setup] Jun 18 22:31:47.277 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3523 | 2026-06-18T22:31:48.551Z | [ helios-setup] Jun 18 22:31:47.285 INFO E| Compiling allocator-api2 v0.2.21 |
| 3524 | 2026-06-18T22:31:48.654Z | [ helios-setup] Jun 18 22:31:47.386 INFO E| Compiling anstyle v1.0.13 |
| 3525 | 2026-06-18T22:31:48.662Z | [ helios-setup] Jun 18 22:31:47.396 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3526 | 2026-06-18T22:31:48.741Z | [ helios-setup] Jun 18 22:31:47.474 INFO E| Compiling syn v1.0.109 |
| 3527 | 2026-06-18T22:31:48.784Z | [ helios-setup] Jun 18 22:31:47.518 INFO E| Compiling colorchoice v1.0.4 |
| 3528 | 2026-06-18T22:31:48.874Z | [ helios-setup] Jun 18 22:31:47.607 INFO E| Compiling cpufeatures v0.2.17 |
| 3529 | 2026-06-18T22:31:48.987Z | [ helios-setup] Jun 18 22:31:47.720 INFO E| Compiling pkg-config v0.3.32 |
| 3530 | 2026-06-18T22:31:48.987Z | [ helios-setup] Jun 18 22:31:47.720 INFO E| Compiling slog v2.8.2 |
| 3531 | 2026-06-18T22:31:49.135Z | [ helios-setup] Jun 18 22:31:47.868 INFO E| Compiling block-buffer v0.10.4 |
| 3532 | 2026-06-18T22:31:49.175Z | [ helios-setup] Jun 18 22:31:47.908 INFO E| Compiling crypto-common v0.1.6 |
| 3533 | 2026-06-18T22:31:49.373Z | [ helios-setup] Jun 18 22:31:48.107 INFO E| Compiling anstream v0.6.21 |
| 3534 | 2026-06-18T22:31:49.386Z | [ helios-setup] Jun 18 22:31:48.119 INFO E| Compiling cc v1.2.44 |
| 3535 | 2026-06-18T22:31:49.421Z | [ helios-setup] Jun 18 22:31:48.154 INFO E| Compiling digest v0.10.7 |
| 3536 | 2026-06-18T22:31:49.431Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3537 | 2026-06-18T22:31:49.466Z | [ helios-setup] Jun 18 22:31:48.200 INFO E| Compiling unicode-width v0.2.2 |
| 3538 | 2026-06-18T22:31:49.481Z | [ helios-setup] Jun 18 22:31:48.214 INFO E| Compiling maybe-uninit v2.0.0 |
| 3539 | 2026-06-18T22:31:49.607Z | [ helios-setup] Jun 18 22:31:48.340 INFO E| Compiling futures-core v0.3.31 |
| 3540 | 2026-06-18T22:31:49.637Z | [ helios-setup] Jun 18 22:31:48.370 INFO E| Compiling pin-project-lite v0.2.16 |
| 3541 | 2026-06-18T22:31:49.816Z | [ helios-setup] Jun 18 22:31:48.547 INFO E| Compiling sha2 v0.10.9 |
| 3542 | 2026-06-18T22:31:49.816Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3543 | 2026-06-18T22:31:49.869Z | [ helios-setup] Jun 18 22:31:48.602 INFO E| Compiling parking_lot_core v0.9.12 |
| 3544 | 2026-06-18T22:31:49.897Z | [ helios-setup] Jun 18 22:31:48.629 INFO E| Compiling futures-sink v0.3.31 |
| 3545 | 2026-06-18T22:31:50.044Z | [ helios-setup] Jun 18 22:31:48.777 INFO E| Compiling tap v1.0.1 |
| 3546 | 2026-06-18T22:31:50.056Z | [ helios-setup] Jun 18 22:31:48.790 INFO E| Compiling futures-channel v0.3.31 |
| 3547 | 2026-06-18T22:31:50.145Z | [ helios-setup] Jun 18 22:31:48.878 INFO E| Compiling num-integer v0.1.46 |
| 3548 | 2026-06-18T22:31:50.183Z | [ helios-setup] Jun 18 22:31:48.915 INFO E| Compiling getopts v0.2.24 |
| 3549 | 2026-06-18T22:31:50.221Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3550 | 2026-06-18T22:31:50.312Z | [ helios-setup] Jun 18 22:31:49.045 INFO E| Compiling wyz v0.5.1 |
| 3551 | 2026-06-18T22:31:50.369Z | [ helios-setup] Jun 18 22:31:49.103 INFO E| Compiling ahash v0.8.12 |
| 3552 | 2026-06-18T22:31:50.376Z | [ helios-setup] Jun 18 22:31:49.109 INFO E| Compiling pin-utils v0.1.0 |
| 3553 | 2026-06-18T22:31:50.485Z | [ helios-setup] Jun 18 22:31:49.218 INFO E| Compiling slab v0.4.11 |
| 3554 | 2026-06-18T22:31:50.506Z | [ helios-setup] Jun 18 22:31:49.239 INFO E| Compiling packed_struct v0.10.1 |
| 3555 | 2026-06-18T22:31:50.582Z | [ helios-setup] Jun 18 22:31:49.315 INFO E| Compiling futures-io v0.3.31 |
| 3556 | 2026-06-18T22:31:50.771Z | [ helios-setup] Jun 18 22:31:49.504 INFO E| Compiling num-conv v0.1.0 |
| 3557 | 2026-06-18T22:31:50.823Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3558 | 2026-06-18T22:31:50.859Z | [ helios-setup] Jun 18 22:31:49.587 INFO E| Compiling toml_parser v1.0.4 |
| 3559 | 2026-06-18T22:31:50.863Z | [ helios-setup] Jun 18 22:31:49.595 INFO E| Compiling powerfmt v0.2.0 |
| 3560 | 2026-06-18T22:31:50.890Z | [ helios-setup] Jun 18 22:31:49.623 INFO E| Compiling time-core v0.1.6 |
| 3561 | 2026-06-18T22:31:50.968Z | [ helios-setup] Jun 18 22:31:49.702 INFO E| Compiling itoa v1.0.15 |
| 3562 | 2026-06-18T22:31:51.002Z | [ helios-setup] Jun 18 22:31:49.735 INFO E| Compiling funty v2.0.0 |
| 3563 | 2026-06-18T22:31:51.076Z | [ helios-setup] Jun 18 22:31:49.809 INFO E| Compiling bytes v1.10.1 |
| 3564 | 2026-06-18T22:31:51.136Z | [ helios-setup] Jun 18 22:31:49.869 INFO E| Compiling getrandom v0.3.4 |
| 3565 | 2026-06-18T22:31:51.146Z | [ helios-setup] Jun 18 22:31:49.879 INFO E| Compiling futures-task v0.3.31 |
| 3566 | 2026-06-18T22:31:51.158Z | [ helios-setup] Jun 18 22:31:49.892 INFO E| Compiling strsim v0.11.1 |
| 3567 | 2026-06-18T22:31:51.173Z | [ helios-setup] Jun 18 22:31:49.906 INFO E| Compiling clap_lex v0.7.6 |
| 3568 | 2026-06-18T22:31:51.240Z | [ helios-setup] Jun 18 22:31:49.973 INFO E| Compiling scopeguard v1.2.0 |
| 3569 | 2026-06-18T22:31:51.386Z | [ helios-setup] Jun 18 22:31:50.118 INFO E| Compiling toml_edit v0.23.7 |
| 3570 | 2026-06-18T22:31:51.408Z | [ helios-setup] Jun 18 22:31:50.141 INFO E| Compiling heck v0.5.0 |
| 3571 | 2026-06-18T22:31:51.427Z | [ helios-setup] Jun 18 22:31:50.160 INFO E| Compiling thiserror v1.0.69 |
| 3572 | 2026-06-18T22:31:51.512Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3573 | 2026-06-18T22:31:51.523Z | [ helios-setup] Jun 18 22:31:50.256 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3574 | 2026-06-18T22:31:51.733Z | [ helios-setup] Jun 18 22:31:50.466 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3575 | 2026-06-18T22:31:51.756Z | [ helios-setup] Jun 18 22:31:50.490 INFO E| Compiling spin v0.9.8 |
| 3576 | 2026-06-18T22:31:51.848Z | [ helios-setup] Jun 18 22:31:50.581 INFO E| Compiling bitvec v1.0.1 |
| 3577 | 2026-06-18T22:31:51.977Z | [ helios-setup] Jun 18 22:31:50.710 INFO E| Compiling lock_api v0.4.14 |
| 3578 | 2026-06-18T22:31:52.099Z | [ helios-setup] Jun 18 22:31:50.833 INFO E| Compiling bitflags v2.10.0 |
| 3579 | 2026-06-18T22:31:52.166Z | [ helios-setup] Jun 18 22:31:50.899 INFO E| Compiling lazy_static v1.5.0 |
| 3580 | 2026-06-18T22:31:52.316Z | [ helios-setup] Jun 18 22:31:51.049 INFO E| Compiling time-macros v0.2.24 |
| 3581 | 2026-06-18T22:31:52.323Z | [ helios-setup] Jun 18 22:31:51.056 INFO E| Compiling deranged v0.5.5 |
| 3582 | 2026-06-18T22:31:52.364Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3583 | 2026-06-18T22:31:52.474Z | [ helios-setup] Jun 18 22:31:51.208 INFO E| Compiling num-iter v0.1.45 |
| 3584 | 2026-06-18T22:31:52.546Z | [ helios-setup] Jun 18 22:31:51.280 INFO E| Compiling indexmap v1.9.3 |
| 3585 | 2026-06-18T22:31:52.608Z | [ helios-setup] Jun 18 22:31:51.342 INFO E| Compiling once_cell v1.21.3 |
| 3586 | 2026-06-18T22:31:52.779Z | [ helios-setup] Jun 18 22:31:51.513 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3587 | 2026-06-18T22:31:52.832Z | [ helios-setup] Jun 18 22:31:51.566 INFO E| Compiling nodrop v0.1.14 |
| 3588 | 2026-06-18T22:31:52.908Z | [ helios-setup] Jun 18 22:31:51.641 INFO E| Compiling crc-catalog v2.4.0 |
| 3589 | 2026-06-18T22:31:52.956Z | [ helios-setup] Jun 18 22:31:51.690 INFO E| Compiling iana-time-zone v0.1.64 |
| 3590 | 2026-06-18T22:31:52.995Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3591 | 2026-06-18T22:31:53.023Z | [ helios-setup] Jun 18 22:31:51.756 INFO E| Compiling simd-adler32 v0.3.7 |
| 3592 | 2026-06-18T22:31:53.030Z | [ helios-setup] Jun 18 22:31:51.764 INFO E| Compiling serde_json v1.0.145 |
| 3593 | 2026-06-18T22:31:53.259Z | [ helios-setup] Jun 18 22:31:51.989 INFO E| Compiling adler2 v2.0.1 |
| 3594 | 2026-06-18T22:31:53.368Z | [ helios-setup] Jun 18 22:31:52.101 INFO E| Compiling log v0.4.28 |
| 3595 | 2026-06-18T22:31:53.498Z | [ helios-setup] Jun 18 22:31:52.232 INFO E| Compiling terminal_size v0.4.3 |
| 3596 | 2026-06-18T22:31:53.569Z | [ helios-setup] Jun 18 22:31:52.303 INFO E| Compiling thiserror v2.0.17 |
| 3597 | 2026-06-18T22:31:53.632Z | [ helios-setup] Jun 18 22:31:52.365 INFO E| Compiling clap_builder v4.5.51 |
| 3598 | 2026-06-18T22:31:53.800Z | [ helios-setup] Jun 18 22:31:52.534 INFO E| Compiling env_filter v0.1.4 |
| 3599 | 2026-06-18T22:31:53.814Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3600 | 2026-06-18T22:31:53.862Z | [ helios-setup] Jun 18 22:31:52.595 INFO E| Compiling miniz_oxide v0.8.9 |
| 3601 | 2026-06-18T22:31:53.862Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3602 | 2026-06-18T22:31:53.928Z | [ helios-setup] Jun 18 22:31:52.661 INFO E| Compiling chrono v0.4.42 |
| 3603 | 2026-06-18T22:31:54.210Z | [ helios-setup] Jun 18 22:31:52.942 INFO E| Compiling crc v3.3.0 |
| 3604 | 2026-06-18T22:31:54.269Z | [ helios-setup] Jun 18 22:31:53.002 INFO E| Compiling array-init v0.0.4 |
| 3605 | 2026-06-18T22:31:54.381Z | [ helios-setup] Jun 18 22:31:53.115 INFO E| Compiling parking_lot v0.12.5 |
| 3606 | 2026-06-18T22:31:54.410Z | [ helios-setup] Jun 18 22:31:53.143 INFO E| Compiling smallvec v0.6.14 |
| 3607 | 2026-06-18T22:31:54.436Z | [ host-package] Compiling void v1.0.2 |
| 3608 | 2026-06-18T22:31:54.584Z | [ host-package] Compiling base64 v0.21.7 |
| 3609 | 2026-06-18T22:31:54.704Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3610 | 2026-06-18T22:31:54.851Z | [ host-package] Compiling lzss v0.8.2 |
| 3611 | 2026-06-18T22:31:54.855Z | [ helios-setup] Jun 18 22:31:53.587 INFO E| Compiling serde_spanned v1.0.3 |
| 3612 | 2026-06-18T22:31:54.999Z | [ helios-setup] Jun 18 22:31:53.732 INFO E| Compiling signature v2.2.0 |
| 3613 | 2026-06-18T22:31:55.064Z | [ helios-setup] Jun 18 22:31:53.797 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3614 | 2026-06-18T22:31:55.097Z | [ helios-setup] Jun 18 22:31:53.830 INFO E| Compiling time v0.3.44 |
| 3615 | 2026-06-18T22:31:55.169Z | [ helios-setup] Jun 18 22:31:53.900 INFO E| Compiling is-terminal v0.4.17 |
| 3616 | 2026-06-18T22:31:55.232Z | [ helios-setup] Jun 18 22:31:53.965 INFO E| Compiling socket2 v0.6.1 |
| 3617 | 2026-06-18T22:31:55.289Z | [ helios-setup] Jun 18 22:31:54.022 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3618 | 2026-06-18T22:31:55.387Z | [ helios-setup] Jun 18 22:31:54.119 INFO E| Compiling mio v1.1.0 |
| 3619 | 2026-06-18T22:31:55.394Z | [ helios-setup] Jun 18 22:31:54.127 INFO E| Compiling thread_local v1.1.9 |
| 3620 | 2026-06-18T22:31:55.504Z | [ helios-setup] Jun 18 22:31:54.237 INFO E| Compiling subtle v2.6.1 |
| 3621 | 2026-06-18T22:31:55.607Z | [ host-package] Compiling ron v0.8.1 |
| 3622 | 2026-06-18T22:31:55.774Z | [ helios-setup] Jun 18 22:31:54.507 INFO E| Compiling serde_derive v1.0.228 |
| 3623 | 2026-06-18T22:31:55.854Z | [ helios-setup] Jun 18 22:31:54.587 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3624 | 2026-06-18T22:31:55.872Z | [ helios-setup] Jun 18 22:31:54.604 INFO E| Compiling der_derive v0.7.3 |
| 3625 | 2026-06-18T22:31:56.145Z | [ helios-setup] Jun 18 22:31:54.878 INFO E| Compiling futures-macro v0.3.31 |
| 3626 | 2026-06-18T22:31:56.261Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3627 | 2026-06-18T22:31:56.335Z | [ host-package] Compiling serde_with v1.14.0 |
| 3628 | 2026-06-18T22:31:56.380Z | [ helios-setup] Jun 18 22:31:55.112 INFO E| Compiling bitfield-macros v0.19.3 |
| 3629 | 2026-06-18T22:31:56.450Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3630 | 2026-06-18T22:31:56.472Z | [ helios-setup] Jun 18 22:31:55.206 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3631 | 2026-06-18T22:31:56.536Z | [ helios-setup] Jun 18 22:31:55.269 INFO E| Compiling thiserror-impl v1.0.69 |
| 3632 | 2026-06-18T22:31:56.559Z | [ helios-setup] Jun 18 22:31:55.293 INFO E| Compiling clap_derive v4.5.49 |
| 3633 | 2026-06-18T22:31:56.740Z | [ helios-setup] Jun 18 22:31:55.473 INFO E| Compiling num_enum_derive v0.7.5 |
| 3634 | 2026-06-18T22:31:56.968Z | [ helios-setup] Jun 18 22:31:55.702 INFO E| Compiling thiserror-impl v2.0.17 |
| 3635 | 2026-06-18T22:31:57.126Z | [ helios-setup] Jun 18 22:31:55.859 INFO E| Compiling tokio-macros v2.6.0 |
| 3636 | 2026-06-18T22:31:57.235Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3637 | 2026-06-18T22:31:57.245Z | [ helios-setup] Jun 18 22:31:55.978 INFO E| Compiling hashbrown v0.12.3 |
| 3638 | 2026-06-18T22:31:57.619Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3639 | 2026-06-18T22:31:58.052Z | [ helios-setup] Jun 18 22:31:56.785 INFO E| Compiling zerocopy v0.6.6 |
| 3640 | 2026-06-18T22:31:58.168Z | [ helios-setup] Jun 18 22:31:56.902 INFO E| Compiling bitfield v0.19.3 |
| 3641 | 2026-06-18T22:31:58.418Z | [ helios-setup] Jun 18 22:31:57.151 INFO E| Compiling der v0.7.10 |
| 3642 | 2026-06-18T22:31:58.425Z | [ helios-setup] Jun 18 22:31:57.158 INFO E| Compiling toml_writer v1.0.4 |
| 3643 | 2026-06-18T22:31:58.438Z | [ helios-setup] Jun 18 22:31:57.171 INFO E| Compiling futures-util v0.3.31 |
| 3644 | 2026-06-18T22:31:58.467Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3645 | 2026-06-18T22:31:58.613Z | [ helios-setup] Jun 18 22:31:57.345 INFO E| Compiling ryu v1.0.20 |
| 3646 | 2026-06-18T22:31:58.713Z | [ helios-setup] Jun 18 22:31:57.446 INFO E| Compiling num_enum v0.7.5 |
| 3647 | 2026-06-18T22:31:58.720Z | [ helios-setup] Jun 18 22:31:57.454 INFO E| Compiling winnow v0.5.40 |
| 3648 | 2026-06-18T22:31:58.776Z | [ helios-setup] Jun 18 22:31:57.510 INFO E| Compiling term v1.2.0 |
| 3649 | 2026-06-18T22:31:58.864Z | [ helios-setup] Jun 18 22:31:57.598 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3650 | 2026-06-18T22:31:59.006Z | [ helios-setup] Jun 18 22:31:57.740 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3651 | 2026-06-18T22:31:59.207Z | [ helios-setup] Jun 18 22:31:57.941 INFO E| Compiling base64 v0.21.7 |
| 3652 | 2026-06-18T22:31:59.245Z | [ helios-setup] Jun 18 22:31:57.976 INFO E| Compiling devinfo v0.1.0 |
| 3653 | 2026-06-18T22:31:59.469Z | [ helios-setup] Jun 18 22:31:58.202 INFO E| Compiling toml v0.9.8 |
| 3654 | 2026-06-18T22:31:59.537Z | [ helios-setup] Jun 18 22:31:58.271 INFO E| Compiling tokio v1.48.0 |
| 3655 | 2026-06-18T22:31:59.544Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3656 | 2026-06-18T22:31:59.584Z | [ helios-setup] Jun 18 22:31:58.318 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3657 | 2026-06-18T22:31:59.624Z | [ helios-setup] Jun 18 22:31:58.357 INFO E| Compiling bzip2 v0.4.4 |
| 3658 | 2026-06-18T22:31:59.870Z | [ helios-setup] Jun 18 22:31:58.603 INFO E| Compiling spki v0.7.3 |
| 3659 | 2026-06-18T22:32:00.029Z | [ helios-setup] Jun 18 22:31:58.763 INFO E| Compiling clap v4.5.51 |
| 3660 | 2026-06-18T22:32:00.132Z | [ helios-setup] Jun 18 22:31:58.865 INFO E| Compiling flate2 v1.1.5 |
| 3661 | 2026-06-18T22:32:00.389Z | [ helios-setup] Jun 18 22:31:59.122 INFO E| Compiling pkcs8 v0.10.2 |
| 3662 | 2026-06-18T22:32:00.459Z | [ helios-setup] Jun 18 22:31:59.192 INFO E| Compiling x509-cert v0.2.5 |
| 3663 | 2026-06-18T22:32:00.475Z | [ helios-setup] Jun 18 22:31:59.208 INFO E| Compiling uuid v1.18.1 |
| 3664 | 2026-06-18T22:32:00.670Z | [ helios-setup] Jun 18 22:31:59.403 INFO E| Compiling pkcs1 v0.7.5 |
| 3665 | 2026-06-18T22:32:00.833Z | [ helios-setup] Jun 18 22:31:59.566 INFO E| Compiling env_logger v0.11.8 |
| 3666 | 2026-06-18T22:32:01.607Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3667 | 2026-06-18T22:32:01.663Z | [ helios-setup] Jun 18 22:32:00.390 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3668 | 2026-06-18T22:32:01.783Z | [ helios-setup] Jun 18 22:32:00.516 INFO E| Compiling bitflags v1.3.2 |
| 3669 | 2026-06-18T22:32:01.799Z | [ helios-setup] Jun 18 22:32:00.532 INFO E| Compiling hex v0.4.3 |
| 3670 | 2026-06-18T22:32:01.815Z | [ helios-setup] Jun 18 22:32:00.548 INFO E| Compiling foldhash v0.2.0 |
| 3671 | 2026-06-18T22:32:01.881Z | [ helios-setup] Jun 18 22:32:00.615 INFO E| Compiling crc-any v2.5.0 |
| 3672 | 2026-06-18T22:32:02.224Z | [ helios-setup] Jun 18 22:32:00.957 INFO E| Compiling hashbrown v0.13.2 |
| 3673 | 2026-06-18T22:32:02.256Z | [ helios-setup] Jun 18 22:32:00.989 INFO E| Compiling rustc-hash v2.1.1 |
| 3674 | 2026-06-18T22:32:02.385Z | [ helios-setup] Jun 18 22:32:01.117 INFO E| Compiling rand_chacha v0.3.1 |
| 3675 | 2026-06-18T22:32:02.429Z | [ helios-setup] Jun 18 22:32:01.162 INFO E| Compiling iddqd v0.3.14 |
| 3676 | 2026-06-18T22:32:02.498Z | [ helios-setup] Jun 18 22:32:01.231 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3677 | 2026-06-18T22:32:02.534Z | [ helios-setup] Jun 18 22:32:01.268 INFO E| Compiling zip v0.6.6 |
| 3678 | 2026-06-18T22:32:02.880Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3679 | 2026-06-18T22:32:02.898Z | [ helios-setup] Jun 18 22:32:01.631 INFO E| Compiling erased-serde v0.3.31 |
| 3680 | 2026-06-18T22:32:02.978Z | [ helios-setup] Jun 18 22:32:01.711 INFO E| Compiling rand v0.8.5 |
| 3681 | 2026-06-18T22:32:03.189Z | [ helios-setup] Jun 18 22:32:01.922 INFO E| Compiling futures-executor v0.3.31 |
| 3682 | 2026-06-18T22:32:03.208Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3683 | 2026-06-18T22:32:03.470Z | [ helios-setup] Jun 18 22:32:02.203 INFO E| Compiling toml_datetime v0.6.11 |
| 3684 | 2026-06-18T22:32:03.516Z | [ helios-setup] Jun 18 22:32:02.248 INFO E| Compiling serde_spanned v0.6.9 |
| 3685 | 2026-06-18T22:32:03.753Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3686 | 2026-06-18T22:32:03.900Z | [ helios-setup] Jun 18 22:32:02.633 INFO E| Compiling toml_edit v0.19.15 |
| 3687 | 2026-06-18T22:32:03.996Z | [ helios-setup] Jun 18 22:32:02.730 INFO E| Compiling futures v0.3.31 |
| 3688 | 2026-06-18T22:32:04.095Z | [ helios-setup] Jun 18 22:32:02.829 INFO E| Compiling ron v0.8.1 |
| 3689 | 2026-06-18T22:32:04.103Z | [ helios-setup] Jun 18 22:32:02.836 INFO E| Compiling serde-hex v0.1.0 |
| 3690 | 2026-06-18T22:32:04.330Z | [ helios-setup] Jun 18 22:32:03.063 INFO E| Compiling object v0.30.4 |
| 3691 | 2026-06-18T22:32:04.377Z | [ helios-setup] Jun 18 22:32:03.110 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3692 | 2026-06-18T22:32:04.409Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3693 | 2026-06-18T22:32:04.511Z | [ helios-setup] Jun 18 22:32:03.245 INFO E| Compiling slog-term v2.9.2 |
| 3694 | 2026-06-18T22:32:04.568Z | [ helios-setup] Jun 18 22:32:03.301 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3695 | 2026-06-18T22:32:04.638Z | [ helios-setup] Jun 18 22:32:03.370 INFO E| Compiling path-slash v0.1.5 |
| 3696 | 2026-06-18T22:32:04.673Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3697 | 2026-06-18T22:32:05.009Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3698 | 2026-06-18T22:32:05.355Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3699 | 2026-06-18T22:32:05.811Z | [ helios-setup] Jun 18 22:32:04.544 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3700 | 2026-06-18T22:32:06.308Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3701 | 2026-06-18T22:32:06.655Z | [ host-package] Compiling nix v0.27.1 |
| 3702 | 2026-06-18T22:32:06.812Z | [ helios-setup] Jun 18 22:32:05.545 INFO E| Compiling rsa v0.9.8 |
| 3703 | 2026-06-18T22:32:07.195Z | [ helios-setup] Jun 18 22:32:05.928 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3704 | 2026-06-18T22:32:07.253Z | [ helios-setup] Jun 18 22:32:05.986 INFO E| Compiling toml v0.7.8 |
| 3705 | 2026-06-18T22:32:07.790Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3706 | 2026-06-18T22:32:08.274Z | [ helios-setup] Jun 18 22:32:07.007 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3707 | 2026-06-18T22:32:08.298Z | [ helios-setup] Jun 18 22:32:07.031 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3708 | 2026-06-18T22:32:08.571Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3709 | 2026-06-18T22:32:08.961Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3710 | 2026-06-18T22:32:09.190Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3711 | 2026-06-18T22:32:09.274Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3712 | 2026-06-18T22:32:09.595Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3713 | 2026-06-18T22:32:10.742Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3714 | 2026-06-18T22:32:10.883Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3715 | 2026-06-18T22:32:11.228Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3716 | 2026-06-18T22:32:13.805Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3717 | 2026-06-18T22:32:14.528Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3718 | 2026-06-18T22:32:14.981Z | [ helios-setup] Jun 18 22:32:13.714 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3719 | 2026-06-18T22:32:16.240Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3720 | 2026-06-18T22:32:16.247Z | [ helios-setup] Jun 18 22:32:14.980 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3721 | 2026-06-18T22:32:16.515Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3722 | 2026-06-18T22:32:16.964Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3723 | 2026-06-18T22:32:17.040Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3724 | 2026-06-18T22:32:17.700Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3725 | 2026-06-18T22:32:17.890Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3726 | 2026-06-18T22:32:18.821Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3727 | 2026-06-18T22:32:19.057Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3728 | 2026-06-18T22:32:20.003Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3729 | 2026-06-18T22:32:20.036Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3730 | 2026-06-18T22:32:20.793Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3731 | 2026-06-18T22:32:21.126Z | [ helios-setup] Jun 18 22:32:19.859 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3732 | 2026-06-18T22:32:21.800Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3733 | 2026-06-18T22:32:23.832Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3734 | 2026-06-18T22:32:23.832Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3735 | 2026-06-18T22:32:24.169Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3736 | 2026-06-18T22:32:24.464Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3737 | 2026-06-18T22:32:25.484Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3738 | 2026-06-18T22:32:25.999Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3739 | 2026-06-18T22:32:26.159Z | [ host-package] Compiling fatfs v0.3.6 |
| 3740 | 2026-06-18T22:32:26.312Z | [ host-package] Compiling yasna v0.5.2 |
| 3741 | 2026-06-18T22:32:26.579Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3742 | 2026-06-18T22:32:27.656Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3743 | 2026-06-18T22:32:27.829Z | [ host-package] Compiling is_ci v1.2.0 |
| 3744 | 2026-06-18T22:32:28.412Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3745 | 2026-06-18T22:32:28.486Z | [ host-package] Compiling supports-color v3.0.2 |
| 3746 | 2026-06-18T22:32:28.629Z | [ host-package] Compiling rcgen v0.12.1 |
| 3747 | 2026-06-18T22:32:28.909Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3748 | 2026-06-18T22:32:29.174Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3749 | 2026-06-18T22:32:29.498Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3750 | 2026-06-18T22:32:30.104Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3751 | 2026-06-18T22:32:30.535Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3752 | 2026-06-18T22:32:30.926Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3753 | 2026-06-18T22:32:31.026Z | [ host-package] Compiling subprocess v0.2.15 |
| 3754 | 2026-06-18T22:32:31.380Z | [ host-package] Compiling rpassword v7.4.0 |
| 3755 | 2026-06-18T22:32:31.737Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3756 | 2026-06-18T22:32:31.999Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3757 | 2026-06-18T22:32:33.341Z | [ helios-setup] Jun 18 22:32:32.074 INFO E| Finished `release` profile [optimized] target(s) in 49.43s |
| 3758 | 2026-06-18T22:32:33.344Z | [ helios-setup] Jun 18 22:32:32.076 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3759 | 2026-06-18T22:32:33.344Z | [ helios-setup] Jun 18 22:32:32.076 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3760 | 2026-06-18T22:32:33.399Z | [ helios-setup] Jun 18 22:32:32.132 INFO building project "pilot" ok (49 seconds) |
| 3761 | 2026-06-18T22:32:33.402Z | [ helios-setup] rm -f helios-build |
| 3762 | 2026-06-18T22:32:33.405Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3763 | 2026-06-18T22:32:33.408Z | [ helios-setup] |
| 3764 | 2026-06-18T22:32:33.408Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3765 | 2026-06-18T22:32:33.408Z | [ helios-setup] |
| 3766 | 2026-06-18T22:32:33.411Z | [ helios-setup] |
| 3767 | 2026-06-18T22:32:33.411Z | [ helios-setup] real 3:01.118035588 |
| 3768 | 2026-06-18T22:32:33.411Z | [ helios-setup] user 7:07.507870329 |
| 3769 | 2026-06-18T22:32:33.411Z | [ helios-setup] sys 1:20.145133945 |
| 3770 | 2026-06-18T22:32:33.411Z | [ helios-setup] trap 0.591476560 |
| 3771 | 2026-06-18T22:32:33.411Z | [ helios-setup] tflt 2.246456532 |
| 3772 | 2026-06-18T22:32:33.411Z | [ helios-setup] dflt 5.930105928 |
| 3773 | 2026-06-18T22:32:33.411Z | [ helios-setup] kflt 0.001534870 |
| 3774 | 2026-06-18T22:32:33.411Z | [ helios-setup] lock 49:17.910321447 |
| 3775 | 2026-06-18T22:32:33.411Z | [ helios-setup] slp 36:37.618603382 |
| 3776 | 2026-06-18T22:32:33.411Z | [ helios-setup] lat 6:49.241964548 |
| 3777 | 2026-06-18T22:32:33.411Z | [ helios-setup] stop 1:30.456521825 |
| 3778 | 2026-06-18T22:32:33.411Z | Jun 18 22:32:32.142 INFO [helios-setup] process exited with exit status: 0 (181.121374271s) |
| 3779 | 2026-06-18T22:32:33.411Z | Jun 18 22:32:32.143 INFO [helios-record] running task |
| 3780 | 2026-06-18T22:32:33.411Z | Jun 18 22:32:32.143 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3781 | 2026-06-18T22:32:33.415Z | Jun 18 22:32:32.147 DEBG process exited with exit status: 0 (3.856373ms) |
| 3782 | 2026-06-18T22:32:33.415Z | Jun 18 22:32:32.147 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3783 | 2026-06-18T22:32:33.418Z | Jun 18 22:32:32.151 DEBG process exited with exit status: 0 (4.526163ms) |
| 3784 | 2026-06-18T22:32:33.418Z | Jun 18 22:32:32.151 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3785 | 2026-06-18T22:32:33.422Z | Jun 18 22:32:32.155 DEBG process exited with exit status: 0 (3.847443ms) |
| 3786 | 2026-06-18T22:32:33.422Z | Jun 18 22:32:32.155 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3787 | 2026-06-18T22:32:33.425Z | Jun 18 22:32:32.159 DEBG process exited with exit status: 0 (3.689313ms) |
| 3788 | 2026-06-18T22:32:33.425Z | Jun 18 22:32:32.159 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3789 | 2026-06-18T22:32:33.429Z | Jun 18 22:32:32.162 DEBG process exited with exit status: 0 (3.614243ms) |
| 3790 | 2026-06-18T22:32:33.429Z | Jun 18 22:32:32.162 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3791 | 2026-06-18T22:32:33.434Z | Jun 18 22:32:32.167 DEBG process exited with exit status: 0 (4.645423ms) |
| 3792 | 2026-06-18T22:32:33.434Z | Jun 18 22:32:32.167 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3793 | 2026-06-18T22:32:33.437Z | Jun 18 22:32:32.171 DEBG process exited with exit status: 0 (3.503733ms) |
| 3794 | 2026-06-18T22:32:33.437Z | Jun 18 22:32:32.171 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3795 | 2026-06-18T22:32:33.441Z | Jun 18 22:32:32.174 DEBG process exited with exit status: 0 (3.566893ms) |
| 3796 | 2026-06-18T22:32:33.441Z | Jun 18 22:32:32.174 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3797 | 2026-06-18T22:32:33.444Z | Jun 18 22:32:32.178 DEBG process exited with exit status: 0 (3.662682ms) |
| 3798 | 2026-06-18T22:32:33.447Z | Jun 18 22:32:32.178 INFO [helios-record] task succeeded (35.564117ms) |
| 3799 | 2026-06-18T22:32:33.509Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3800 | 2026-06-18T22:32:33.651Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3801 | 2026-06-18T22:32:33.839Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3802 | 2026-06-18T22:32:33.879Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3803 | 2026-06-18T22:32:34.175Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3804 | 2026-06-18T22:32:36.187Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3805 | 2026-06-18T22:32:36.963Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3806 | 2026-06-18T22:32:37.196Z | [ host-package] Compiling uzers v0.12.2 |
| 3807 | 2026-06-18T22:32:38.676Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3808 | 2026-06-18T22:32:38.699Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3809 | 2026-06-18T22:32:39.075Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3810 | 2026-06-18T22:32:39.742Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3811 | 2026-06-18T22:32:42.831Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3812 | 2026-06-18T22:32:43.998Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3813 | 2026-06-18T22:32:45.044Z | [ host-package] Compiling multimap v0.10.1 |
| 3814 | 2026-06-18T22:32:50.502Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3815 | 2026-06-18T22:32:51.796Z | [ host-package] error[E0425]: cannot find type `SitrepBuilder` in this scope |
| 3816 | 2026-06-18T22:32:51.796Z | [ host-package] --> nexus/fm/src/diagnosis/mod.rs:13:30 |
| 3817 | 2026-06-18T22:32:51.796Z | [ host-package] | |
| 3818 | 2026-06-18T22:32:51.800Z | [ host-package] 13 | pub fn analyze(builder: &mut SitrepBuilder<'_>) -> anyhow::Result<()> { |
| 3819 | 2026-06-18T22:32:51.800Z | [ host-package] | ^^^^^^^^^^^^^ not found in this scope |
| 3820 | 2026-06-18T22:32:51.800Z | [ host-package] | |
| 3821 | 2026-06-18T22:32:51.800Z | [ host-package] help: consider importing this struct through its public re-export |
| 3822 | 2026-06-18T22:32:51.800Z | [ host-package] | |
| 3823 | 2026-06-18T22:32:51.800Z | [ host-package] 10 + use crate::SitrepBuilder; |
| 3824 | 2026-06-18T22:32:51.800Z | [ host-package] | |
| 3825 | 2026-06-18T22:32:51.800Z | [ host-package] |
| 3826 | 2026-06-18T22:32:51.800Z | [ host-package] warning: unused import: `crate::analysis_input::Input` |
| 3827 | 2026-06-18T22:32:51.801Z | [ host-package] --> nexus/fm/src/diagnosis/power_shelf.rs:6:5 |
| 3828 | 2026-06-18T22:32:51.801Z | [ host-package] | |
| 3829 | 2026-06-18T22:32:51.801Z | [ host-package] 6 | use crate::analysis_input::Input; |
| 3830 | 2026-06-18T22:32:51.801Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 3831 | 2026-06-18T22:32:51.801Z | [ host-package] | |
| 3832 | 2026-06-18T22:32:51.801Z | [ host-package] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default |
| 3833 | 2026-06-18T22:32:51.801Z | [ host-package] |
| 3834 | 2026-06-18T22:32:52.367Z | [ host-package] For more information about this error, try `rustc --explain E0425`. |
| 3835 | 2026-06-18T22:32:52.462Z | [ host-package] warning: `nexus-fm` (lib) generated 1 warning |
| 3836 | 2026-06-18T22:32:52.463Z | [ host-package] error: could not compile `nexus-fm` (lib) due to 1 previous error; 1 warning emitted |
| 3837 | 2026-06-18T22:32:52.466Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
| 3838 | 2026-06-18T22:33:41.418Z | [ host-package] Error: Failed to build packages |
| 3839 | 2026-06-18T22:33:41.422Z | Jun 18 22:33:40.154 ERRO [host-package] process exited with exit status: 1 (201.131589083s) |
| 3840 | 2026-06-18T22:33:41.425Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
| 3841 | 2026-06-18T22:33:41.454Z | process exited: duration 466697 ms, exit code 1 |
| |
| 3842 | 2026-06-18T22:33:41.466Z | found 13 output files |
| 3843 | 2026-06-18T22:33:41.466Z | uploading: /work/helios.json (647 bytes) |
| 3844 | 2026-06-18T22:33:42.481Z | uploaded: /work/helios.json |
| 3845 | 2026-06-18T22:33:42.482Z | uploading: /work/incorporation.p5m (113332 bytes) |
| 3846 | 2026-06-18T22:33:43.501Z | uploaded: /work/incorporation.p5m |
| 3847 | 2026-06-18T22:33:43.501Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 3848 | 2026-06-18T22:33:44.518Z | uploaded: /work/incorporation.p5p |
| 3849 | 2026-06-18T22:33:44.518Z | uploading: /work/helios-incorp.log (522 bytes) |
| 3850 | 2026-06-18T22:33:45.528Z | uploaded: /work/helios-incorp.log |
| 3851 | 2026-06-18T22:33:45.529Z | uploading: /work/helios-setup.log (56903 bytes) |
| 3852 | 2026-06-18T22:33:46.542Z | uploaded: /work/helios-setup.log |
| 3853 | 2026-06-18T22:33:46.542Z | uploading: /work/host-package.log (34862 bytes) |
| 3854 | 2026-06-18T22:33:47.554Z | uploaded: /work/host-package.log |
| 3855 | 2026-06-18T22:33:47.554Z | uploading: /work/host-target.log (101 bytes) |
| 3856 | 2026-06-18T22:33:48.565Z | uploaded: /work/host-target.log |
| 3857 | 2026-06-18T22:33:48.565Z | uploading: /work/incorp-create.log (0 bytes) |
| 3858 | 2026-06-18T22:33:49.575Z | uploaded: /work/incorp-create.log |
| 3859 | 2026-06-18T22:33:49.575Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 3860 | 2026-06-18T22:33:50.583Z | uploaded: /work/incorp-fmt.log |
| 3861 | 2026-06-18T22:33:50.584Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 3862 | 2026-06-18T22:33:51.603Z | uploaded: /work/incorp-pkgsend.log |
| 3863 | 2026-06-18T22:33:51.603Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 3864 | 2026-06-18T22:33:52.612Z | uploaded: /work/incorp-publisher.log |
| 3865 | 2026-06-18T22:33:52.612Z | uploading: /work/omicron-package.log (9280 bytes) |
| 3866 | 2026-06-18T22:33:53.621Z | uploaded: /work/omicron-package.log |
| 3867 | 2026-06-18T22:33:53.622Z | uploading: /work/recovery-target.log (98 bytes) |
| 3868 | 2026-06-18T22:33:54.630Z | uploaded: /work/recovery-target.log |
| 3869 | 2026-06-18T22:33:54.630Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 3870 | 2026-06-18T22:33:54.630Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 3871 | 2026-06-18T22:33:54.631Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |