|
|
|
| 1 | 2026-06-25T14:07:34.568Z | job assigned to worker 01KVZHNQQMYJA0BFPF43B2HGTC [factory aws, i-0ce8a9fed7ae7060a] (queued for 44 s) |
| |
| 2 | 2026-06-25T14:07:40.554Z | starting task 0: "setup" |
| 3 | 2026-06-25T14:07:40.558Z | ++ uname -s |
| 4 | 2026-06-25T14:07:40.561Z | + kern=SunOS |
| 5 | 2026-06-25T14:07:40.561Z | + build_user=build |
| 6 | 2026-06-25T14:07:40.561Z | + build_uid=12345 |
| 7 | 2026-06-25T14:07:40.562Z | + work_dir=/work |
| 8 | 2026-06-25T14:07:40.562Z | + input_dir=/input |
| 9 | 2026-06-25T14:07:40.562Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T14:07:40.562Z | + case "$kern" in |
| 11 | 2026-06-25T14:07:40.562Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T14:07:40.564Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T14:07:42.570Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T14:07:42.728Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T14:07:42.731Z | + home_fs=zfs |
| 16 | 2026-06-25T14:07:42.731Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T14:07:42.731Z | + mkdir -p /home/build |
| 18 | 2026-06-25T14:07:42.731Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T14:07:44.732Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T14:07:44.735Z | process exited: duration 4182 ms, exit code 0 |
| |
| 21 | 2026-06-25T14:07:44.741Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T14:07:44.745Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-25T14:07:44.745Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T14:07:44.745Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-25T14:07:44.745Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-25T14:07:44.748Z | * rust toolchain channel = "stable" |
| 27 | 2026-06-25T14:07:44.748Z | * rust toolchain profile = "default" |
| 28 | 2026-06-25T14:07:44.748Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T14:07:44.748Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-25T14:07:44.828Z | info: downloading installer |
| 31 | 2026-06-25T14:07:46.316Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T14:07:46.316Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T14:07:46.316Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T14:07:46.316Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T14:07:46.329Z | info: profile set to default |
| 36 | 2026-06-25T14:07:46.329Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T14:07:46.331Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-25T14:07:46.464Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T14:07:46.467Z | info: downloading 6 components |
| 40 | 2026-06-25T14:08:01.619Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-25T14:08:01.619Z | |
| 42 | 2026-06-25T14:08:01.652Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T14:08:01.652Z | |
| 44 | 2026-06-25T14:08:01.652Z | |
| 45 | 2026-06-25T14:08:01.652Z | Rust is installed now. Great! |
| 46 | 2026-06-25T14:08:01.652Z | |
| 47 | 2026-06-25T14:08:01.652Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T14:08:01.652Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T14:08:01.652Z | |
| 50 | 2026-06-25T14:08:01.655Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T14:08:01.655Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T14:08:01.655Z | |
| 53 | 2026-06-25T14:08:01.655Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T14:08:01.655Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T14:08:01.655Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T14:08:01.655Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T14:08:01.655Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T14:08:01.655Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T14:08:01.655Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T14:08:01.655Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T14:08:01.655Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T14:08:01.747Z | + rustup --version |
| 63 | 2026-06-25T14:08:01.756Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T14:08:01.759Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T14:08:01.777Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T14:08:01.780Z | + cargo --version |
| 67 | 2026-06-25T14:08:01.793Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T14:08:01.796Z | + rustc --version |
| 69 | 2026-06-25T14:08:01.815Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T14:08:01.819Z | process exited: duration 17077 ms, exit code 0 |
| |
| 71 | 2026-06-25T14:08:01.826Z | starting task 2: "authentication" |
| 72 | 2026-06-25T14:08:01.843Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T14:08:01.850Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T14:08:01.853Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-25T14:08:01.856Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-25T14:08:01.886Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-25T14:08:18.221Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-25T14:08:18.221Z | + git fetch origin 33a3101e4b0e6a5f1d340d7d8dc23c66895265df |
| 79 | 2026-06-25T14:08:18.473Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-25T14:08:18.473Z | * branch 33a3101e4b0e6a5f1d340d7d8dc23c66895265df -> FETCH_HEAD |
| 81 | 2026-06-25T14:08:18.479Z | + [[ -n humility-dump-lib ]] |
| 82 | 2026-06-25T14:08:18.482Z | ++ git branch --show-current |
| 83 | 2026-06-25T14:08:18.482Z | + current=master |
| 84 | 2026-06-25T14:08:18.482Z | + [[ master != humility-dump-lib ]] |
| 85 | 2026-06-25T14:08:18.482Z | + git branch -f humility-dump-lib 33a3101e4b0e6a5f1d340d7d8dc23c66895265df |
| 86 | 2026-06-25T14:08:18.485Z | + git checkout -f humility-dump-lib |
| 87 | 2026-06-25T14:08:19.269Z | Switched to branch 'humility-dump-lib' |
| 88 | 2026-06-25T14:08:19.272Z | + git reset --hard 33a3101e4b0e6a5f1d340d7d8dc23c66895265df |
| 89 | 2026-06-25T14:08:19.283Z | HEAD is now at 33a3101e Introduce `humility-dump-lib` |
| 90 | 2026-06-25T14:08:19.286Z | process exited: duration 17436 ms, exit code 0 |
| |
| 91 | 2026-06-25T14:08:19.292Z | starting task 4: "build" |
| 92 | 2026-06-25T14:08:19.298Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-25T14:08:19.298Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-25T14:08:19.298Z | + banner deps |
| 95 | 2026-06-25T14:08:19.302Z | |
| 96 | 2026-06-25T14:08:19.302Z | ##### ###### ##### #### |
| 97 | 2026-06-25T14:08:19.302Z | # # # # # # |
| 98 | 2026-06-25T14:08:19.302Z | # # ##### # # #### |
| 99 | 2026-06-25T14:08:19.302Z | # # # ##### # |
| 100 | 2026-06-25T14:08:19.302Z | # # # # # # |
| 101 | 2026-06-25T14:08:19.302Z | ##### ###### # #### |
| 102 | 2026-06-25T14:08:19.302Z | |
| 103 | 2026-06-25T14:08:19.302Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-25T14:08:19.302Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-25T14:08:19.302Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-25T14:08:22.350Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-25T14:08:22.462Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-25T14:08:22.951Z | Planning: Solver setup ... Done (0.444s) |
| 109 | 2026-06-25T14:08:22.977Z | Planning: Running solver ... Done (0.026s) |
| 110 | 2026-06-25T14:08:22.989Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-25T14:08:23.001Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-25T14:08:23.014Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-25T14:08:23.027Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-06-25T14:08:23.030Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-25T14:08:23.178Z | Planning: Checking for conflicting actions ... Done (0.151s) |
| 116 | 2026-06-25T14:08:23.182Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-25T14:08:23.958Z | Planning: Evaluating mediators ... Done (0.779s) |
| 118 | 2026-06-25T14:08:23.961Z | Planning: Planning completed in 1.48 seconds |
| 119 | 2026-06-25T14:08:23.967Z | Packages to install: 2 |
| 120 | 2026-06-25T14:08:23.967Z | Estimated space available: 155.78 GB |
| 121 | 2026-06-25T14:08:23.970Z | Estimated space to be consumed: 23.19 MB |
| 122 | 2026-06-25T14:08:23.970Z | Create boot environment: No |
| 123 | 2026-06-25T14:08:23.970Z | Create backup boot environment: No |
| 124 | 2026-06-25T14:08:23.970Z | Rebuild boot archive: No |
| 125 | 2026-06-25T14:08:23.970Z | |
| 126 | 2026-06-25T14:08:23.970Z | Changed packages: |
| 127 | 2026-06-25T14:08:23.970Z | helios |
| 128 | 2026-06-25T14:08:23.970Z | library/libftdi1 |
| 129 | 2026-06-25T14:08:23.970Z | None -> 1.5-3.0 |
| 130 | 2026-06-25T14:08:23.970Z | ooce/library/libusb-1 |
| 131 | 2026-06-25T14:08:23.970Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-25T14:08:23.992Z | |
| 133 | 2026-06-25T14:08:23.992Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-25T14:08:24.037Z | Download: Completed 377.70 kB in 0.05 seconds (8.1M/s) |
| 135 | 2026-06-25T14:08:24.101Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-25T14:08:24.112Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-25T14:08:24.123Z | Finalize: Updating package state database ... Done (0.010s) |
| 138 | 2026-06-25T14:08:24.126Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-25T14:08:24.151Z | Finalize: Updating image state ... Done (0.028s) |
| 140 | 2026-06-25T14:08:26.554Z | Finalize: Creating fast lookup database ... Done (2.377s) |
| 141 | 2026-06-25T14:08:26.622Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-06-25T14:08:26.625Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-25T14:08:26.679Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-25T14:08:26.784Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-25T14:08:26.995Z | FMRI IFO |
| 146 | 2026-06-25T14:08:26.995Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-25T14:08:26.995Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-25T14:08:27.031Z | + cargo --version |
| 149 | 2026-06-25T14:08:27.041Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-25T14:08:27.044Z | + rustc --version |
| 151 | 2026-06-25T14:08:27.064Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-25T14:08:27.066Z | + banner package |
| 153 | 2026-06-25T14:08:27.069Z | |
| 154 | 2026-06-25T14:08:27.069Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-25T14:08:27.069Z | # # # # # # # # # # # # # |
| 156 | 2026-06-25T14:08:27.069Z | # # # # # #### # # # ##### |
| 157 | 2026-06-25T14:08:27.069Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-25T14:08:27.069Z | # # # # # # # # # # # # |
| 159 | 2026-06-25T14:08:27.070Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-25T14:08:27.070Z | |
| 161 | 2026-06-25T14:08:27.070Z | + ptime -m cargo xtask package |
| 162 | 2026-06-25T14:08:27.181Z | Updating crates.io index |
| 163 | 2026-06-25T14:08:27.185Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-25T14:08:27.470Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-25T14:08:27.712Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-25T14:08:28.003Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-25T14:08:28.259Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-25T14:08:28.504Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-25T14:08:28.717Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-25T14:08:29.060Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-25T14:08:33.017Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-25T14:08:33.301Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-25T14:08:33.553Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-25T14:08:33.793Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-25T14:08:34.033Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-25T14:08:34.267Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-25T14:08:35.250Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-25T14:08:35.467Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-25T14:08:35.728Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-25T14:08:38.187Z | Downloading crates ... |
| 181 | 2026-06-25T14:08:38.245Z | Downloaded is_terminal_polyfill v1.70.2 |
| 182 | 2026-06-25T14:08:38.248Z | Downloaded lazy_static v1.5.0 |
| 183 | 2026-06-25T14:08:38.254Z | Downloaded strsim v0.11.1 |
| 184 | 2026-06-25T14:08:38.257Z | Downloaded colorchoice v1.0.5 |
| 185 | 2026-06-25T14:08:38.257Z | Downloaded clap_lex v1.1.0 |
| 186 | 2026-06-25T14:08:38.262Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-06-25T14:08:38.264Z | Downloaded percent-encoding v2.3.2 |
| 188 | 2026-06-25T14:08:38.268Z | Downloaded itoa v1.0.18 |
| 189 | 2026-06-25T14:08:38.270Z | Downloaded heck v0.5.0 |
| 190 | 2026-06-25T14:08:38.285Z | Downloaded utf8parse v0.2.2 |
| 191 | 2026-06-25T14:08:38.288Z | Downloaded anstyle-query v1.1.5 |
| 192 | 2026-06-25T14:08:38.298Z | Downloaded serde_spanned v1.1.1 |
| 193 | 2026-06-25T14:08:38.301Z | Downloaded anstyle v1.0.14 |
| 194 | 2026-06-25T14:08:38.301Z | Downloaded cargo-platform v0.3.3 |
| 195 | 2026-06-25T14:08:38.301Z | Downloaded aho-corasick v1.1.4 |
| 196 | 2026-06-25T14:08:38.306Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-06-25T14:08:38.309Z | Downloaded anstyle-parse v1.0.0 |
| 198 | 2026-06-25T14:08:38.309Z | Downloaded anstream v1.0.0 |
| 199 | 2026-06-25T14:08:38.312Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 200 | 2026-06-25T14:08:38.312Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 201 | 2026-06-25T14:08:38.314Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-06-25T14:08:38.319Z | Downloaded cargo_metadata v0.23.1 |
| 203 | 2026-06-25T14:08:38.330Z | Downloaded zmij v1.0.21 |
| 204 | 2026-06-25T14:08:38.333Z | Downloaded cargo-readme v3.3.2 |
| 205 | 2026-06-25T14:08:38.333Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-06-25T14:08:38.338Z | Downloaded anyhow v1.0.102 |
| 207 | 2026-06-25T14:08:38.346Z | Downloaded camino v1.2.2 |
| 208 | 2026-06-25T14:08:38.350Z | Downloaded semver v1.0.28 |
| 209 | 2026-06-25T14:08:38.353Z | Downloaded quote v1.0.45 |
| 210 | 2026-06-25T14:08:38.356Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-25T14:08:38.361Z | Downloaded clap_derive v4.6.1 |
| 212 | 2026-06-25T14:08:38.364Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-06-25T14:08:38.367Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-25T14:08:38.370Z | Downloaded proc-macro2 v1.0.106 |
| 215 | 2026-06-25T14:08:38.377Z | Downloaded clap v4.6.1 |
| 216 | 2026-06-25T14:08:38.385Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 217 | 2026-06-25T14:08:38.388Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-25T14:08:38.409Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-25T14:08:38.412Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-25T14:08:38.441Z | Downloaded hashbrown v0.17.0 |
| 221 | 2026-06-25T14:08:38.444Z | Downloaded serde_json v1.0.149 |
| 222 | 2026-06-25T14:08:38.447Z | Downloaded regex v1.12.3 |
| 223 | 2026-06-25T14:08:38.450Z | Downloaded winnow v1.0.2 |
| 224 | 2026-06-25T14:08:38.455Z | Downloaded clap_builder v4.6.0 |
| 225 | 2026-06-25T14:08:38.472Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-25T14:08:38.480Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-25T14:08:38.496Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-25T14:08:38.537Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-25T14:08:38.537Z | Compiling serde_core v1.0.228 |
| 230 | 2026-06-25T14:08:38.537Z | Compiling quote v1.0.45 |
| 231 | 2026-06-25T14:08:38.537Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-25T14:08:38.537Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-25T14:08:38.541Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-25T14:08:38.542Z | Compiling is_terminal_polyfill v1.70.2 |
| 235 | 2026-06-25T14:08:38.542Z | Compiling anstyle v1.0.14 |
| 236 | 2026-06-25T14:08:38.731Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-25T14:08:38.744Z | Compiling colorchoice v1.0.5 |
| 238 | 2026-06-25T14:08:38.754Z | Compiling anstyle-query v1.1.5 |
| 239 | 2026-06-25T14:08:38.847Z | Compiling serde v1.0.228 |
| 240 | 2026-06-25T14:08:38.847Z | Compiling zmij v1.0.21 |
| 241 | 2026-06-25T14:08:38.850Z | Compiling camino v1.2.2 |
| 242 | 2026-06-25T14:08:38.903Z | Compiling anstream v1.0.0 |
| 243 | 2026-06-25T14:08:39.016Z | Compiling regex-syntax v0.8.10 |
| 244 | 2026-06-25T14:08:39.163Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-06-25T14:08:39.172Z | Compiling clap_lex v1.1.0 |
| 246 | 2026-06-25T14:08:39.184Z | Compiling winnow v1.0.2 |
| 247 | 2026-06-25T14:08:39.226Z | Compiling thiserror v2.0.18 |
| 248 | 2026-06-25T14:08:39.338Z | Compiling strsim v0.11.1 |
| 249 | 2026-06-25T14:08:39.414Z | Compiling heck v0.5.0 |
| 250 | 2026-06-25T14:08:39.543Z | Compiling serde_json v1.0.149 |
| 251 | 2026-06-25T14:08:39.609Z | Compiling clap_builder v4.6.0 |
| 252 | 2026-06-25T14:08:39.762Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-06-25T14:08:39.845Z | Compiling anyhow v1.0.102 |
| 254 | 2026-06-25T14:08:39.992Z | Compiling syn v2.0.117 |
| 255 | 2026-06-25T14:08:40.119Z | Compiling itoa v1.0.18 |
| 256 | 2026-06-25T14:08:40.168Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-25T14:08:40.378Z | Compiling percent-encoding v2.3.2 |
| 258 | 2026-06-25T14:08:40.476Z | Compiling regex-automata v0.4.14 |
| 259 | 2026-06-25T14:08:40.511Z | Compiling lazy_static v1.5.0 |
| 260 | 2026-06-25T14:08:40.860Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-06-25T14:08:40.922Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-06-25T14:08:41.068Z | Compiling toml v1.1.2+spec-1.1.0 |
| 263 | 2026-06-25T14:08:41.184Z | Compiling cargo-platform v0.3.3 |
| 264 | 2026-06-25T14:08:41.470Z | Compiling semver v1.0.28 |
| 265 | 2026-06-25T14:08:42.197Z | Compiling regex v1.12.3 |
| 266 | 2026-06-25T14:08:42.388Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-06-25T14:08:42.388Z | Compiling clap_derive v4.6.1 |
| 268 | 2026-06-25T14:08:42.391Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-25T14:08:43.620Z | Compiling clap v4.6.1 |
| 270 | 2026-06-25T14:08:44.563Z | Compiling cargo-readme v3.3.2 |
| 271 | 2026-06-25T14:08:44.563Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-06-25T14:08:45.499Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-25T14:08:46.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s |
| 274 | 2026-06-25T14:08:46.981Z | Running `target/debug/xtask package` |
| 275 | 2026-06-25T14:08:50.964Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-25T14:08:50.964Z | Compiling unicode-ident v1.0.24 |
| 277 | 2026-06-25T14:08:50.968Z | Compiling quote v1.0.45 |
| 278 | 2026-06-25T14:08:50.968Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-25T14:08:50.968Z | Compiling libc v0.2.186 |
| 280 | 2026-06-25T14:08:50.968Z | Compiling serde v1.0.228 |
| 281 | 2026-06-25T14:08:50.968Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-25T14:08:51.032Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-25T14:08:51.102Z | Compiling log v0.4.29 |
| 284 | 2026-06-25T14:08:51.132Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-25T14:08:51.371Z | Compiling thiserror v2.0.18 |
| 286 | 2026-06-25T14:08:51.374Z | Compiling scopeguard v1.2.0 |
| 287 | 2026-06-25T14:08:51.723Z | Compiling stable_deref_trait v1.2.1 |
| 288 | 2026-06-25T14:08:51.803Z | Compiling strsim v0.11.1 |
| 289 | 2026-06-25T14:08:51.828Z | Compiling autocfg v1.5.0 |
| 290 | 2026-06-25T14:08:51.858Z | Compiling errno v0.3.14 |
| 291 | 2026-06-25T14:08:51.889Z | Compiling lock_api v0.4.14 |
| 292 | 2026-06-25T14:08:52.025Z | Compiling smallvec v1.15.1 |
| 293 | 2026-06-25T14:08:52.138Z | Compiling foldhash v0.2.0 |
| 294 | 2026-06-25T14:08:52.182Z | Compiling heck v0.5.0 |
| 295 | 2026-06-25T14:08:52.283Z | Compiling syn v2.0.117 |
| 296 | 2026-06-25T14:08:52.336Z | Compiling equivalent v1.0.2 |
| 297 | 2026-06-25T14:08:52.348Z | Compiling ident_case v1.0.1 |
| 298 | 2026-06-25T14:08:52.377Z | Compiling rustversion v1.0.22 |
| 299 | 2026-06-25T14:08:52.397Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-25T14:08:52.415Z | Compiling find-msvc-tools v0.1.9 |
| 301 | 2026-06-25T14:08:52.455Z | Compiling zeroize v1.8.2 |
| 302 | 2026-06-25T14:08:52.595Z | Compiling shlex v1.3.0 |
| 303 | 2026-06-25T14:08:52.642Z | Compiling libm v0.2.16 |
| 304 | 2026-06-25T14:08:52.662Z | Compiling rustix v1.1.4 |
| 305 | 2026-06-25T14:08:52.709Z | Compiling anyhow v1.0.102 |
| 306 | 2026-06-25T14:08:52.781Z | Compiling cc v1.2.61 |
| 307 | 2026-06-25T14:08:52.971Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-25T14:08:53.190Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-06-25T14:08:53.209Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-25T14:08:53.217Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-25T14:08:53.325Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-25T14:08:53.463Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-25T14:08:53.613Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-25T14:08:53.676Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-25T14:08:53.827Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-25T14:08:54.058Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-25T14:08:54.110Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-25T14:08:54.509Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-06-25T14:08:54.528Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-25T14:08:55.153Z | Compiling synstructure v0.13.2 |
| 321 | 2026-06-25T14:08:55.402Z | Compiling regex-automata v0.4.14 |
| 322 | 2026-06-25T14:08:55.415Z | Compiling syn v1.0.109 |
| 323 | 2026-06-25T14:08:55.681Z | Compiling itoa v1.0.18 |
| 324 | 2026-06-25T14:08:55.768Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-06-25T14:08:56.225Z | Compiling block-buffer v0.10.4 |
| 326 | 2026-06-25T14:08:56.315Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-25T14:08:56.381Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-25T14:08:56.594Z | Compiling zerofrom-derive v0.1.7 |
| 329 | 2026-06-25T14:08:57.741Z | Compiling zerocopy-derive v0.8.48 |
| 330 | 2026-06-25T14:08:57.776Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-06-25T14:08:57.987Z | Compiling zerovec-derive v0.11.3 |
| 332 | 2026-06-25T14:08:58.838Z | Compiling regex v1.12.3 |
| 333 | 2026-06-25T14:08:59.040Z | Compiling crypto-common v0.1.7 |
| 334 | 2026-06-25T14:08:59.171Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-25T14:08:59.640Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-25T14:08:59.779Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-25T14:09:00.066Z | Compiling digest v0.10.7 |
| 338 | 2026-06-25T14:09:00.309Z | Compiling spin v0.9.8 |
| 339 | 2026-06-25T14:09:00.527Z | Compiling byteorder v1.5.0 |
| 340 | 2026-06-25T14:09:00.787Z | Compiling cmov v0.5.3 |
| 341 | 2026-06-25T14:09:00.795Z | Compiling radium v0.7.0 |
| 342 | 2026-06-25T14:09:01.023Z | Compiling ctutils v0.4.2 |
| 343 | 2026-06-25T14:09:01.096Z | Compiling displaydoc v0.2.5 |
| 344 | 2026-06-25T14:09:01.273Z | Compiling block-buffer v0.12.0 |
| 345 | 2026-06-25T14:09:01.338Z | Compiling darling_macro v0.23.0 |
| 346 | 2026-06-25T14:09:01.381Z | Compiling allocator-api2 v0.2.21 |
| 347 | 2026-06-25T14:09:01.454Z | Compiling crc32fast v1.5.0 |
| 348 | 2026-06-25T14:09:01.617Z | Compiling tap v1.0.1 |
| 349 | 2026-06-25T14:09:01.729Z | Compiling const-oid v0.10.2 |
| 350 | 2026-06-25T14:09:01.775Z | Compiling hashbrown v0.16.1 |
| 351 | 2026-06-25T14:09:01.778Z | Compiling wyz v0.5.1 |
| 352 | 2026-06-25T14:09:01.878Z | Compiling darling v0.23.0 |
| 353 | 2026-06-25T14:09:01.960Z | Compiling digest v0.11.2 |
| 354 | 2026-06-25T14:09:01.992Z | Compiling base64ct v1.8.3 |
| 355 | 2026-06-25T14:09:02.047Z | Compiling funty v2.0.0 |
| 356 | 2026-06-25T14:09:02.062Z | Compiling static_assertions v1.1.0 |
| 357 | 2026-06-25T14:09:02.131Z | Compiling simd-adler32 v0.3.9 |
| 358 | 2026-06-25T14:09:02.166Z | Compiling typeid v1.0.3 |
| 359 | 2026-06-25T14:09:02.360Z | Compiling either v1.15.0 |
| 360 | 2026-06-25T14:09:02.441Z | Compiling bitvec v1.0.1 |
| 361 | 2026-06-25T14:09:02.451Z | Compiling pem-rfc7468 v0.7.0 |
| 362 | 2026-06-25T14:09:02.581Z | Compiling der_derive v0.7.3 |
| 363 | 2026-06-25T14:09:02.760Z | Compiling clap_derive v4.6.1 |
| 364 | 2026-06-25T14:09:02.816Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-25T14:09:03.092Z | Compiling adler2 v2.0.1 |
| 366 | 2026-06-25T14:09:03.119Z | Compiling utf8parse v0.2.2 |
| 367 | 2026-06-25T14:09:03.226Z | Compiling cpufeatures v0.2.17 |
| 368 | 2026-06-25T14:09:03.276Z | Compiling unicode-width v0.2.2 |
| 369 | 2026-06-25T14:09:03.295Z | Compiling flagset v0.4.7 |
| 370 | 2026-06-25T14:09:03.307Z | Compiling sha2 v0.10.9 |
| 371 | 2026-06-25T14:09:03.432Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-06-25T14:09:03.528Z | Compiling der v0.7.10 |
| 373 | 2026-06-25T14:09:03.590Z | Compiling miniz_oxide v0.8.9 |
| 374 | 2026-06-25T14:09:03.713Z | Compiling rand_core v0.6.4 |
| 375 | 2026-06-25T14:09:03.988Z | Compiling lazy_static v1.5.0 |
| 376 | 2026-06-25T14:09:04.077Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-06-25T14:09:04.154Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-25T14:09:04.444Z | Compiling zlib-rs v0.6.3 |
| 379 | 2026-06-25T14:09:04.477Z | Compiling anstyle v1.0.14 |
| 380 | 2026-06-25T14:09:04.661Z | Compiling is_terminal_polyfill v1.70.2 |
| 381 | 2026-06-25T14:09:04.750Z | Compiling colorchoice v1.0.5 |
| 382 | 2026-06-25T14:09:04.750Z | Compiling anstyle-query v1.1.5 |
| 383 | 2026-06-25T14:09:04.788Z | Compiling cpufeatures v0.3.0 |
| 384 | 2026-06-25T14:09:04.853Z | Compiling powerfmt v0.2.0 |
| 385 | 2026-06-25T14:09:04.861Z | Compiling anstream v1.0.0 |
| 386 | 2026-06-25T14:09:04.869Z | Compiling spki v0.7.3 |
| 387 | 2026-06-25T14:09:05.136Z | Compiling deranged v0.5.8 |
| 388 | 2026-06-25T14:09:05.171Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-25T14:09:05.422Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-25T14:09:05.500Z | Compiling num_threads v0.1.7 |
| 391 | 2026-06-25T14:09:05.550Z | Compiling time-core v0.1.8 |
| 392 | 2026-06-25T14:09:05.588Z | Compiling twox-hash v2.1.2 |
| 393 | 2026-06-25T14:09:05.746Z | Compiling num-conv v0.2.1 |
| 394 | 2026-06-25T14:09:05.764Z | Compiling maybe-uninit v2.0.0 |
| 395 | 2026-06-25T14:09:05.799Z | Compiling object v0.39.1 |
| 396 | 2026-06-25T14:09:06.085Z | Compiling rand_chacha v0.3.1 |
| 397 | 2026-06-25T14:09:06.114Z | Compiling ruzstd v0.8.2 |
| 398 | 2026-06-25T14:09:06.266Z | Compiling time v0.3.47 |
| 399 | 2026-06-25T14:09:06.555Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-25T14:09:06.633Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-25T14:09:06.791Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-25T14:09:07.092Z | Compiling zstd-safe v7.2.4 |
| 403 | 2026-06-25T14:09:07.263Z | Compiling packed_struct v0.10.1 |
| 404 | 2026-06-25T14:09:07.317Z | Compiling rand_core v0.10.1 |
| 405 | 2026-06-25T14:09:07.417Z | Compiling num-bigint-dig v0.8.6 |
| 406 | 2026-06-25T14:09:07.475Z | Compiling clap_lex v1.1.0 |
| 407 | 2026-06-25T14:09:07.520Z | Compiling flate2 v1.1.9 |
| 408 | 2026-06-25T14:09:08.131Z | Compiling getrandom v0.4.2 |
| 409 | 2026-06-25T14:09:08.411Z | Compiling clap_builder v4.6.0 |
| 410 | 2026-06-25T14:09:08.529Z | Compiling bitfield v0.19.4 |
| 411 | 2026-06-25T14:09:08.835Z | Compiling num-iter v0.1.45 |
| 412 | 2026-06-25T14:09:09.667Z | Compiling rand v0.8.6 |
| 413 | 2026-06-25T14:09:10.256Z | Compiling pkcs8 v0.10.2 |
| 414 | 2026-06-25T14:09:10.636Z | Compiling serde_with_macros v3.18.0 |
| 415 | 2026-06-25T14:09:10.828Z | Compiling packed_struct_codegen v0.10.1 |
| 416 | 2026-06-25T14:09:11.251Z | Compiling inout v0.2.2 |
| 417 | 2026-06-25T14:09:11.400Z | Compiling capstone-sys v0.18.0 |
| 418 | 2026-06-25T14:09:11.707Z | Compiling parking_lot_core v0.9.12 |
| 419 | 2026-06-25T14:09:11.800Z | Compiling crc-catalog v2.5.0 |
| 420 | 2026-06-25T14:09:11.877Z | Compiling fallible-iterator v0.3.0 |
| 421 | 2026-06-25T14:09:11.886Z | Compiling nodrop v0.1.14 |
| 422 | 2026-06-25T14:09:11.909Z | Compiling base64 v0.21.7 |
| 423 | 2026-06-25T14:09:11.971Z | Compiling array-init v0.0.4 |
| 424 | 2026-06-25T14:09:11.979Z | Compiling crc v3.4.0 |
| 425 | 2026-06-25T14:09:12.166Z | Compiling ron v0.8.1 |
| 426 | 2026-06-25T14:09:12.480Z | Compiling serde_with v3.18.0 |
| 427 | 2026-06-25T14:09:13.847Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-25T14:09:14.095Z | Compiling pkcs1 v0.7.5 |
| 429 | 2026-06-25T14:09:14.444Z | Compiling clap v4.6.1 |
| 430 | 2026-06-25T14:09:14.523Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-25T14:09:16.205Z | Compiling signature v2.2.0 |
| 432 | 2026-06-25T14:09:16.284Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-25T14:09:16.423Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-25T14:09:16.449Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-25T14:09:16.917Z | Compiling scroll_derive v0.13.1 |
| 436 | 2026-06-25T14:09:17.730Z | Compiling parse_int v0.9.0 |
| 437 | 2026-06-25T14:09:17.870Z | Compiling slog v2.8.2 |
| 438 | 2026-06-25T14:09:17.909Z | Compiling indexmap v1.9.3 |
| 439 | 2026-06-25T14:09:18.095Z | Compiling bumpalo v3.20.2 |
| 440 | 2026-06-25T14:09:18.138Z | Compiling cpp_demangle v0.5.1 |
| 441 | 2026-06-25T14:09:18.345Z | Compiling rayon-core v1.13.0 |
| 442 | 2026-06-25T14:09:18.392Z | Compiling subtle v2.6.1 |
| 443 | 2026-06-25T14:09:18.395Z | Compiling libbz2-rs-sys v0.2.3 |
| 444 | 2026-06-25T14:09:18.534Z | Compiling serde_json v1.0.149 |
| 445 | 2026-06-25T14:09:18.537Z | Compiling cpubits v0.1.1 |
| 446 | 2026-06-25T14:09:18.554Z | Compiling prettyplease v0.2.37 |
| 447 | 2026-06-25T14:09:18.604Z | Compiling jiff v0.2.24 |
| 448 | 2026-06-25T14:09:18.756Z | Compiling portable-atomic v1.13.1 |
| 449 | 2026-06-25T14:09:18.777Z | Compiling winnow v1.0.2 |
| 450 | 2026-06-25T14:09:19.190Z | Compiling lzss v0.9.1 |
| 451 | 2026-06-25T14:09:19.277Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 452 | 2026-06-25T14:09:19.490Z | Compiling bzip2 v0.6.1 |
| 453 | 2026-06-25T14:09:19.769Z | Compiling aes v0.9.0 |
| 454 | 2026-06-25T14:09:21.015Z | Compiling rsa v0.9.10 |
| 455 | 2026-06-25T14:09:21.151Z | Compiling zopfli v0.8.3 |
| 456 | 2026-06-25T14:09:21.368Z | Compiling scroll v0.13.0 |
| 457 | 2026-06-25T14:09:21.376Z | Compiling hubpack v0.1.2 |
| 458 | 2026-06-25T14:09:21.637Z | Compiling env_logger v0.11.10 |
| 459 | 2026-06-25T14:09:22.053Z | Compiling pbkdf2 v0.13.0 |
| 460 | 2026-06-25T14:09:23.184Z | Compiling serde-hex v0.1.0 |
| 461 | 2026-06-25T14:09:23.393Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 462 | 2026-06-25T14:09:24.525Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 463 | 2026-06-25T14:09:24.764Z | Compiling x509-cert v0.2.5 |
| 464 | 2026-06-25T14:09:24.865Z | Compiling sha1 v0.11.0 |
| 465 | 2026-06-25T14:09:25.318Z | Compiling lzma-rust2 v0.16.2 |
| 466 | 2026-06-25T14:09:25.385Z | Compiling erased-serde v0.3.31 |
| 467 | 2026-06-25T14:09:26.016Z | Compiling zerofrom v0.1.7 |
| 468 | 2026-06-25T14:09:26.140Z | Compiling num-derive v0.4.2 |
| 469 | 2026-06-25T14:09:27.085Z | Compiling serde_spanned v1.1.1 |
| 470 | 2026-06-25T14:09:27.231Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 471 | 2026-06-25T14:09:27.735Z | Compiling semver v1.0.28 |
| 472 | 2026-06-25T14:09:28.026Z | Compiling void v1.0.2 |
| 473 | 2026-06-25T14:09:28.131Z | Compiling deflate64 v0.1.12 |
| 474 | 2026-06-25T14:09:28.794Z | Compiling fnv v1.0.7 |
| 475 | 2026-06-25T14:09:28.890Z | Compiling icu_normalizer_data v2.2.0 |
| 476 | 2026-06-25T14:09:29.113Z | Compiling typed-path v0.12.3 |
| 477 | 2026-06-25T14:09:31.104Z | Compiling hashbrown v0.12.3 |
| 478 | 2026-06-25T14:09:31.143Z | Compiling crc-any v2.5.0 |
| 479 | 2026-06-25T14:09:31.315Z | Compiling constant_time_eq v0.4.2 |
| 480 | 2026-06-25T14:09:31.529Z | Compiling hex v0.4.3 |
| 481 | 2026-06-25T14:09:31.573Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 482 | 2026-06-25T14:09:31.680Z | Compiling ppmd-rust v1.4.0 |
| 483 | 2026-06-25T14:09:31.820Z | Compiling icu_properties_data v2.2.0 |
| 484 | 2026-06-25T14:09:31.836Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 485 | 2026-06-25T14:09:32.040Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-06-25T14:09:32.627Z | Compiling gimli v0.33.0 |
| 487 | 2026-06-25T14:09:32.745Z | Compiling yoke v0.8.2 |
| 488 | 2026-06-25T14:09:34.854Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-25T14:09:35.346Z | Compiling zip v8.6.0 |
| 490 | 2026-06-25T14:09:38.097Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-25T14:09:42.001Z | Compiling console v0.16.3 |
| 492 | 2026-06-25T14:09:42.161Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-25T14:09:42.164Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-25T14:09:42.216Z | Compiling plain v0.2.3 |
| 495 | 2026-06-25T14:09:42.239Z | Compiling rustc-demangle v0.1.27 |
| 496 | 2026-06-25T14:09:42.322Z | Compiling typed-arena v2.0.2 |
| 497 | 2026-06-25T14:09:42.463Z | Compiling unit-prefix v0.5.2 |
| 498 | 2026-06-25T14:09:42.471Z | Compiling path-slash v0.2.1 |
| 499 | 2026-06-25T14:09:42.612Z | Compiling colored v3.1.1 |
| 500 | 2026-06-25T14:09:42.719Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 501 | 2026-06-25T14:09:43.501Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 502 | 2026-06-25T14:09:43.509Z | Compiling indicatif v0.18.4 |
| 503 | 2026-06-25T14:09:43.723Z | Compiling addr2line v0.26.1 |
| 504 | 2026-06-25T14:09:43.823Z | Compiling goblin v0.10.5 |
| 505 | 2026-06-25T14:09:43.891Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-25T14:09:44.540Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-25T14:09:45.430Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 508 | 2026-06-25T14:09:46.905Z | Compiling ron v0.12.1 |
| 509 | 2026-06-25T14:09:47.853Z | Compiling multimap v0.10.1 |
| 510 | 2026-06-25T14:09:48.184Z | Compiling auto_impl v1.3.0 |
| 511 | 2026-06-25T14:09:49.065Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 512 | 2026-06-25T14:09:50.000Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 513 | 2026-06-25T14:09:50.299Z | Compiling zerovec v0.11.6 |
| 514 | 2026-06-25T14:09:52.031Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-25T14:09:52.141Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-25T14:09:52.336Z | Compiling rustc_version v0.4.1 |
| 517 | 2026-06-25T14:09:52.602Z | Compiling litemap v0.8.2 |
| 518 | 2026-06-25T14:09:52.798Z | Compiling writeable v0.6.3 |
| 519 | 2026-06-25T14:09:52.990Z | Compiling ryu v1.0.23 |
| 520 | 2026-06-25T14:09:53.303Z | Compiling icu_locale_core v2.2.0 |
| 521 | 2026-06-25T14:09:53.343Z | Compiling heapless v0.7.17 |
| 522 | 2026-06-25T14:09:53.617Z | Compiling potential_utf v0.1.5 |
| 523 | 2026-06-25T14:09:53.772Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 524 | 2026-06-25T14:09:54.240Z | Compiling zerotrie v0.2.4 |
| 525 | 2026-06-25T14:09:54.520Z | Compiling strum_macros v0.28.0 |
| 526 | 2026-06-25T14:09:54.843Z | Compiling utf8_iter v1.0.4 |
| 527 | 2026-06-25T14:09:54.984Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 528 | 2026-06-25T14:09:55.306Z | Compiling icu_collections v2.2.0 |
| 529 | 2026-06-25T14:09:55.754Z | Compiling icu_provider v2.2.0 |
| 530 | 2026-06-25T14:09:56.044Z | Compiling proc-macro-crate v3.5.0 |
| 531 | 2026-06-25T14:09:56.354Z | Compiling strum v0.28.0 |
| 532 | 2026-06-25T14:09:56.481Z | Compiling hash32 v0.2.1 |
| 533 | 2026-06-25T14:09:56.498Z | Compiling strum_macros v0.27.2 |
| 534 | 2026-06-25T14:09:56.595Z | Compiling percent-encoding v2.3.2 |
| 535 | 2026-06-25T14:09:58.271Z | Compiling strum v0.27.2 |
| 536 | 2026-06-25T14:09:58.399Z | Compiling postcard-cobs v0.1.5-pre |
| 537 | 2026-06-25T14:09:58.641Z | Compiling darling_core v0.20.11 |
| 538 | 2026-06-25T14:09:59.109Z | Compiling postcard v0.7.3 |
| 539 | 2026-06-25T14:09:59.408Z | Compiling pkg-version-impl v0.1.1 |
| 540 | 2026-06-25T14:09:59.446Z | Compiling icu_properties v2.2.0 |
| 541 | 2026-06-25T14:09:59.784Z | Compiling capstone v0.14.0 |
| 542 | 2026-06-25T14:09:59.806Z | Compiling icu_normalizer v2.2.0 |
| 543 | 2026-06-25T14:10:00.392Z | Compiling itertools v0.14.0 |
| 544 | 2026-06-25T14:10:00.604Z | Compiling idna_adapter v1.2.2 |
| 545 | 2026-06-25T14:10:00.634Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 546 | 2026-06-25T14:10:00.683Z | Compiling darling_macro v0.20.11 |
| 547 | 2026-06-25T14:10:00.737Z | Compiling pkg-version v1.0.0 |
| 548 | 2026-06-25T14:10:00.818Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 549 | 2026-06-25T14:10:00.864Z | Compiling unicode-width v0.1.14 |
| 550 | 2026-06-25T14:10:01.176Z | Compiling virtue v0.0.18 |
| 551 | 2026-06-25T14:10:01.219Z | Compiling darling v0.20.11 |
| 552 | 2026-06-25T14:10:01.528Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 553 | 2026-06-25T14:10:01.713Z | Compiling bincode_derive v2.0.1 |
| 554 | 2026-06-25T14:10:01.812Z | Compiling idna v1.1.0 |
| 555 | 2026-06-25T14:10:02.016Z | Compiling form_urlencoded v1.2.2 |
| 556 | 2026-06-25T14:10:02.177Z | Compiling bytemuck_derive v1.10.2 |
| 557 | 2026-06-25T14:10:02.328Z | Compiling pin-project-lite v0.2.17 |
| 558 | 2026-06-25T14:10:02.427Z | Compiling url v2.5.8 |
| 559 | 2026-06-25T14:10:02.473Z | Compiling deku_derive v0.18.1 |
| 560 | 2026-06-25T14:10:02.786Z | Compiling num_enum_derive v0.7.6 |
| 561 | 2026-06-25T14:10:03.133Z | Compiling jep106 v0.3.0 |
| 562 | 2026-06-25T14:10:03.163Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 563 | 2026-06-25T14:10:03.238Z | Compiling tracing-core v0.1.36 |
| 564 | 2026-06-25T14:10:03.333Z | Compiling bytemuck v1.25.0 |
| 565 | 2026-06-25T14:10:03.405Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 566 | 2026-06-25T14:10:03.524Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 567 | 2026-06-25T14:10:03.551Z | Compiling csv-core v0.1.13 |
| 568 | 2026-06-25T14:10:03.566Z | Compiling no_std_io2 v0.8.1 |
| 569 | 2026-06-25T14:10:03.784Z | Compiling heapless v0.9.3 |
| 570 | 2026-06-25T14:10:04.018Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 571 | 2026-06-25T14:10:04.086Z | Compiling unty v0.0.4 |
| 572 | 2026-06-25T14:10:04.115Z | Compiling base64 v0.22.1 |
| 573 | 2026-06-25T14:10:04.174Z | Compiling unsafe-libyaml v0.2.11 |
| 574 | 2026-06-25T14:10:04.199Z | Compiling futures-core v0.3.32 |
| 575 | 2026-06-25T14:10:04.369Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 576 | 2026-06-25T14:10:04.413Z | Compiling deku v0.18.1 |
| 577 | 2026-06-25T14:10:04.609Z | Compiling bincode v2.0.1 |
| 578 | 2026-06-25T14:10:04.845Z | Compiling serde_yaml v0.9.34+deprecated |
| 579 | 2026-06-25T14:10:05.545Z | Compiling num_enum v0.7.6 |
| 580 | 2026-06-25T14:10:05.669Z | Compiling csv v1.4.0 |
| 581 | 2026-06-25T14:10:05.978Z | Compiling hash32 v0.3.1 |
| 582 | 2026-06-25T14:10:06.163Z | Compiling md-5 v0.10.6 |
| 583 | 2026-06-25T14:10:06.220Z | Compiling serde_plain v1.0.2 |
| 584 | 2026-06-25T14:10:06.326Z | Compiling tracing-attributes v0.1.31 |
| 585 | 2026-06-25T14:10:06.535Z | Compiling miette-derive v7.6.0 |
| 586 | 2026-06-25T14:10:06.552Z | Compiling async-io v2.6.0 |
| 587 | 2026-06-25T14:10:06.855Z | Compiling libdevinfo-sys v1.1.0 |
| 588 | 2026-06-25T14:10:06.959Z | Compiling object v0.38.1 |
| 589 | 2026-06-25T14:10:07.037Z | Compiling slab v0.4.12 |
| 590 | 2026-06-25T14:10:07.241Z | Compiling devinfo v0.1.0 |
| 591 | 2026-06-25T14:10:07.362Z | Compiling esp-idf-part v0.6.0 |
| 592 | 2026-06-25T14:10:07.380Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 593 | 2026-06-25T14:10:07.560Z | Compiling tracing v0.1.44 |
| 594 | 2026-06-25T14:10:07.634Z | Compiling miette v7.6.0 |
| 595 | 2026-06-25T14:10:08.377Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-25T14:10:08.753Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-25T14:10:08.791Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-25T14:10:08.834Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-25T14:10:08.844Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-25T14:10:09.080Z | Compiling polling v3.11.0 |
| 601 | 2026-06-25T14:10:09.100Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-25T14:10:09.526Z | Compiling futures-io v0.3.32 |
| 603 | 2026-06-25T14:10:09.550Z | Compiling parking v2.2.1 |
| 604 | 2026-06-25T14:10:09.569Z | Compiling docsplay v0.1.3 |
| 605 | 2026-06-25T14:10:09.737Z | Compiling rmp-serde v1.3.1 |
| 606 | 2026-06-25T14:10:10.730Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-25T14:10:11.130Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-25T14:10:11.875Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-25T14:10:12.559Z | Compiling dunce v1.0.5 |
| 610 | 2026-06-25T14:10:12.663Z | Compiling ihex v3.0.0 |
| 611 | 2026-06-25T14:10:12.840Z | Compiling uf2-decode v0.2.0 |
| 612 | 2026-06-25T14:10:13.013Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-25T14:10:13.323Z | Compiling rand v0.10.1 |
| 614 | 2026-06-25T14:10:13.326Z | Compiling unicode-segmentation v1.13.2 |
| 615 | 2026-06-25T14:10:13.376Z | Compiling signal-hook v0.3.18 |
| 616 | 2026-06-25T14:10:13.930Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 617 | 2026-06-25T14:10:14.537Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 618 | 2026-06-25T14:10:15.142Z | Compiling signal-hook-registry v1.4.8 |
| 619 | 2026-06-25T14:10:15.215Z | Compiling convert_case v0.10.0 |
| 620 | 2026-06-25T14:10:15.242Z | Compiling mio v1.2.0 |
| 621 | 2026-06-25T14:10:15.865Z | Compiling mio v0.8.11 |
| 622 | 2026-06-25T14:10:16.087Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-25T14:10:16.861Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-25T14:10:16.908Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-25T14:10:17.208Z | Compiling derive_more v2.1.1 |
| 626 | 2026-06-25T14:10:17.285Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 627 | 2026-06-25T14:10:17.352Z | Compiling document-features v0.2.12 |
| 628 | 2026-06-25T14:10:17.517Z | Compiling convert_case v0.11.0 |
| 629 | 2026-06-25T14:10:17.738Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 630 | 2026-06-25T14:10:17.913Z | Compiling crossterm v0.29.0 |
| 631 | 2026-06-25T14:10:18.137Z | Compiling camino v1.2.2 |
| 632 | 2026-06-25T14:10:18.821Z | Compiling paste v1.0.15 |
| 633 | 2026-06-25T14:10:19.228Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-25T14:10:19.906Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-25T14:10:20.562Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-25T14:10:20.682Z | Compiling thiserror v1.0.69 |
| 637 | 2026-06-25T14:10:20.763Z | Compiling indoc v2.0.7 |
| 638 | 2026-06-25T14:10:21.002Z | Compiling instability v0.3.12 |
| 639 | 2026-06-25T14:10:21.149Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 640 | 2026-06-25T14:10:21.334Z | Compiling compact_str v0.9.0 |
| 641 | 2026-06-25T14:10:21.455Z | Compiling unicode-truncate v2.0.1 |
| 642 | 2026-06-25T14:10:22.100Z | Compiling kasuari v0.4.12 |
| 643 | 2026-06-25T14:10:22.109Z | Compiling lru v0.16.4 |
| 644 | 2026-06-25T14:10:22.116Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-25T14:10:22.305Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-25T14:10:22.342Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-25T14:10:22.479Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 648 | 2026-06-25T14:10:22.586Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-25T14:10:22.735Z | Compiling crossbeam v0.8.4 |
| 650 | 2026-06-25T14:10:22.813Z | Compiling ratatui-core v0.1.0 |
| 651 | 2026-06-25T14:10:23.818Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-25T14:10:24.517Z | Compiling bitflags v1.3.2 |
| 653 | 2026-06-25T14:10:24.594Z | Compiling binrw_derive v0.14.2 |
| 654 | 2026-06-25T14:10:24.649Z | Compiling strict v0.2.0 |
| 655 | 2026-06-25T14:10:24.799Z | Compiling base64 v0.13.1 |
| 656 | 2026-06-25T14:10:24.932Z | Compiling crokey-proc_macros v1.4.0 |
| 657 | 2026-06-25T14:10:24.940Z | Compiling crossterm v0.23.2 |
| 658 | 2026-06-25T14:10:25.059Z | Compiling ron v0.6.6 |
| 659 | 2026-06-25T14:10:25.651Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-25T14:10:26.024Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 661 | 2026-06-25T14:10:26.081Z | Compiling owo-colors v3.5.0 |
| 662 | 2026-06-25T14:10:26.312Z | Compiling binrw v0.14.2 |
| 663 | 2026-06-25T14:10:26.612Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 664 | 2026-06-25T14:10:27.109Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 665 | 2026-06-25T14:10:28.869Z | Compiling crokey v1.4.0 |
| 666 | 2026-06-25T14:10:29.499Z | Compiling cargo-readme v3.3.2 |
| 667 | 2026-06-25T14:10:29.551Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 668 | 2026-06-25T14:10:30.092Z | Compiling ratatui-widgets v0.3.0 |
| 669 | 2026-06-25T14:10:30.138Z | Compiling coolor v0.8.0 |
| 670 | 2026-06-25T14:10:30.437Z | Compiling coolor v1.1.0 |
| 671 | 2026-06-25T14:10:30.564Z | Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump) |
| 672 | 2026-06-25T14:10:30.716Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 673 | 2026-06-25T14:10:30.958Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 674 | 2026-06-25T14:10:31.797Z | Compiling half v2.7.1 |
| 675 | 2026-06-25T14:10:32.169Z | Compiling minimad v0.14.0 |
| 676 | 2026-06-25T14:10:32.426Z | Compiling minimad v0.13.1 |
| 677 | 2026-06-25T14:10:32.698Z | Compiling convert_case v0.4.0 |
| 678 | 2026-06-25T14:10:32.723Z | Compiling array-init v2.1.0 |
| 679 | 2026-06-25T14:10:32.838Z | Compiling ciborium-io v0.2.2 |
| 680 | 2026-06-25T14:10:32.939Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 681 | 2026-06-25T14:10:32.989Z | Compiling derive_more v0.99.20 |
| 682 | 2026-06-25T14:10:33.059Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 683 | 2026-06-25T14:10:34.200Z | Compiling ciborium-ll v0.2.2 |
| 684 | 2026-06-25T14:10:34.399Z | Compiling termimad v0.25.7 |
| 685 | 2026-06-25T14:10:34.487Z | Compiling termimad v0.34.1 |
| 686 | 2026-06-25T14:10:35.213Z | Compiling ratatui-macros v0.7.0 |
| 687 | 2026-06-25T14:10:35.309Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 688 | 2026-06-25T14:10:36.095Z | Compiling ratatui-crossterm v0.1.0 |
| 689 | 2026-06-25T14:10:36.344Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 690 | 2026-06-25T14:10:36.377Z | Compiling sha2 v0.11.0 |
| 691 | 2026-06-25T14:10:36.722Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 692 | 2026-06-25T14:10:36.828Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-25T14:10:36.988Z | Compiling xml v1.2.1 |
| 694 | 2026-06-25T14:10:37.271Z | Compiling parse-size v1.1.0 |
| 695 | 2026-06-25T14:10:37.477Z | Compiling chrono v0.4.44 |
| 696 | 2026-06-25T14:10:38.561Z | Compiling serde-xml-rs v0.8.2 |
| 697 | 2026-06-25T14:10:39.976Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 698 | 2026-06-25T14:10:41.212Z | Compiling ratatui v0.30.0 |
| 699 | 2026-06-25T14:10:42.085Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 700 | 2026-06-25T14:10:42.368Z | Compiling raw-cpuid v11.6.0 |
| 701 | 2026-06-25T14:10:42.654Z | Compiling ciborium v0.2.2 |
| 702 | 2026-06-25T14:10:43.394Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 703 | 2026-06-25T14:10:43.664Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 704 | 2026-06-25T14:10:44.523Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 705 | 2026-06-25T14:10:44.786Z | Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin) |
| 706 | 2026-06-25T14:10:45.163Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 707 | 2026-06-25T14:10:45.353Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 708 | 2026-06-25T14:10:46.136Z | Compiling tracing-log v0.2.0 |
| 709 | 2026-06-25T14:10:46.425Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 710 | 2026-06-25T14:10:46.588Z | Compiling sharded-slab v0.1.7 |
| 711 | 2026-06-25T14:10:46.610Z | Compiling matchers v0.2.0 |
| 712 | 2026-06-25T14:10:46.629Z | Compiling termios v0.3.3 |
| 713 | 2026-06-25T14:10:46.779Z | Compiling thread_local v1.1.9 |
| 714 | 2026-06-25T14:10:46.809Z | Compiling splitty v1.0.2 |
| 715 | 2026-06-25T14:10:46.997Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 716 | 2026-06-25T14:10:47.160Z | Compiling nu-ansi-term v0.50.3 |
| 717 | 2026-06-25T14:10:47.210Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 718 | 2026-06-25T14:10:47.333Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 719 | 2026-06-25T14:10:47.362Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 720 | 2026-06-25T14:10:47.806Z | Compiling tracing-subscriber v0.3.23 |
| 721 | 2026-06-25T14:10:48.937Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 722 | 2026-06-25T14:10:48.983Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 723 | 2026-06-25T14:10:49.762Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 724 | 2026-06-25T14:10:52.087Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 725 | 2026-06-25T14:10:52.139Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 726 | 2026-06-25T14:10:53.390Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 727 | 2026-06-25T14:10:54.304Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 728 | 2026-06-25T14:10:55.900Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 729 | 2026-06-25T14:10:56.009Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 730 | 2026-06-25T14:10:58.103Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 731 | 2026-06-25T14:10:59.297Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 732 | 2026-06-25T14:11:03.211Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 733 | 2026-06-25T14:11:03.586Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 734 | 2026-06-25T14:11:04.966Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 735 | 2026-06-25T14:11:05.664Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 736 | 2026-06-25T14:11:06.777Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 737 | 2026-06-25T14:11:08.018Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 738 | 2026-06-25T14:11:09.835Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 739 | 2026-06-25T14:11:12.015Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 740 | 2026-06-25T14:11:12.208Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 741 | 2026-06-25T14:11:13.870Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 742 | 2026-06-25T14:11:14.093Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 743 | 2026-06-25T14:11:16.951Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 744 | 2026-06-25T14:11:17.095Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 745 | 2026-06-25T14:11:17.714Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 746 | 2026-06-25T14:11:17.723Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 747 | 2026-06-25T14:11:18.751Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 748 | 2026-06-25T14:11:19.100Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 749 | 2026-06-25T14:11:21.025Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 750 | 2026-06-25T14:11:21.796Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 751 | 2026-06-25T14:11:23.617Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 752 | 2026-06-25T14:11:24.577Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 753 | 2026-06-25T14:11:24.837Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 754 | 2026-06-25T14:11:25.202Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 755 | 2026-06-25T14:11:25.405Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 756 | 2026-06-25T14:11:27.015Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 757 | 2026-06-25T14:11:28.792Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 758 | 2026-06-25T14:11:29.207Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 759 | 2026-06-25T14:11:29.763Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 760 | 2026-06-25T14:11:30.387Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 761 | 2026-06-25T14:11:31.602Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 762 | 2026-06-25T14:11:31.703Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 763 | 2026-06-25T14:11:32.096Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 764 | 2026-06-25T14:11:33.835Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 765 | 2026-06-25T14:11:34.062Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 766 | 2026-06-25T14:11:34.944Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 767 | 2026-06-25T14:11:35.490Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 768 | 2026-06-25T14:11:36.450Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 769 | 2026-06-25T14:11:36.657Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 770 | 2026-06-25T14:11:36.761Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 771 | 2026-06-25T14:11:36.909Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 772 | 2026-06-25T14:11:58.669Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 773 | 2026-06-25T14:13:00.225Z | pkg://helios/developer/debug/humility@0.13.1.702,5.11-3.0:20260625T141204Z |
| 774 | 2026-06-25T14:13:00.225Z | PUBLISHED |
| 775 | 2026-06-25T14:13:00.447Z | Retrieving packages for publisher helios ... |
| 776 | 2026-06-25T14:13:00.451Z | Retrieving catalog 'helios' ... Done |
| 777 | 2026-06-25T14:13:00.451Z | Retrieving and evaluating 1 package(s)... |
| 778 | 2026-06-25T14:13:00.451Z | Fetching manifests: 1/1 100% complete |
| 779 | 2026-06-25T14:13:00.451Z | Fetching manifests: 1/1 100% complete |
| 780 | 2026-06-25T14:13:00.451Z | |
| 781 | 2026-06-25T14:13:00.451Z | Archiving packages ... |
| 782 | 2026-06-25T14:13:00.451Z | Packages to add: 1 |
| 783 | 2026-06-25T14:13:00.451Z | Files to retrieve: 1 |
| 784 | 2026-06-25T14:13:00.451Z | Estimated transfer size: 137.70 MB |
| 785 | 2026-06-25T14:13:00.451Z | |
| 786 | 2026-06-25T14:13:00.451Z | Packages to archive: |
| 787 | 2026-06-25T14:13:00.451Z | developer/debug/humility@0.13.1.702,5.11-3.0:20260625T141204Z |
| 788 | 2026-06-25T14:13:00.451Z | |
| 789 | 2026-06-25T14:13:00.451Z | Download: 0/1 items 0.0/137.7MB 0% complete |
| 790 | 2026-06-25T14:13:00.694Z | Download: Completed 137.70 MB in 0.24 seconds (566M/s) |
| 791 | 2026-06-25T14:13:00.697Z | Archiving: 1/10 items 0.0/137.7MB 0% complete |
| 792 | 2026-06-25T14:13:00.749Z | Archiving: Completed 137.72 MB in 0.05 seconds |
| 793 | 2026-06-25T14:13:00.791Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.702-3.0.p5p. |
| 794 | 2026-06-25T14:13:00.799Z | |
| 795 | 2026-06-25T14:13:00.803Z | real 4:33.725349611 |
| 796 | 2026-06-25T14:13:00.803Z | user 22:33.707593451 |
| 797 | 2026-06-25T14:13:00.803Z | sys 1:37.203845591 |
| 798 | 2026-06-25T14:13:00.803Z | trap 0.676613246 |
| 799 | 2026-06-25T14:13:00.803Z | tflt 1.324354254 |
| 800 | 2026-06-25T14:13:00.803Z | dflt 1.621002664 |
| 801 | 2026-06-25T14:13:00.803Z | kflt 0.008999698 |
| 802 | 2026-06-25T14:13:00.803Z | lock 1:34:10.268471098 |
| 803 | 2026-06-25T14:13:00.803Z | slp 1:12:37.769840994 |
| 804 | 2026-06-25T14:13:00.803Z | lat 1:22.162925829 |
| 805 | 2026-06-25T14:13:00.803Z | stop 1:11.433641014 |
| 806 | 2026-06-25T14:13:00.803Z | + banner copy |
| 807 | 2026-06-25T14:13:00.803Z | |
| 808 | 2026-06-25T14:13:00.803Z | #### #### ##### # # |
| 809 | 2026-06-25T14:13:00.803Z | # # # # # # # # |
| 810 | 2026-06-25T14:13:00.803Z | # # # # # # |
| 811 | 2026-06-25T14:13:00.803Z | # # # ##### # |
| 812 | 2026-06-25T14:13:00.803Z | # # # # # # |
| 813 | 2026-06-25T14:13:00.803Z | #### #### # # |
| 814 | 2026-06-25T14:13:00.803Z | |
| 815 | 2026-06-25T14:13:00.803Z | + pfexec mkdir -p /out |
| 816 | 2026-06-25T14:13:00.806Z | + pfexec chown 12345 /out |
| 817 | 2026-06-25T14:13:00.806Z | + PKG_NAME=/out/humility.p5p |
| 818 | 2026-06-25T14:13:00.807Z | + mv pkg/packages/repo/humility-0.13.1.702-3.0.p5p /out/humility.p5p |
| 819 | 2026-06-25T14:13:00.906Z | + sha256sum /out/humility.p5p |
| 820 | 2026-06-25T14:13:00.986Z | process exited: duration 281692 ms, exit code 0 |
| |
| 821 | 2026-06-25T14:13:00.998Z | found 2 output files |
| 822 | 2026-06-25T14:13:01.037Z | uploading: /out/humility.p5p (144414720 bytes) |
| 823 | 2026-06-25T14:13:02.890Z | uploaded: /out/humility.p5p |
| 824 | 2026-06-25T14:13:02.891Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 825 | 2026-06-25T14:13:03.900Z | uploaded: /out/humility.p5p.sha256 |