|
|
|
| 1 | 2026-06-17T19:20:13.152Z | job assigned to worker 01KVBGC6NGJZ82TNE9566BM0DK [factory aws, i-010ccece652733090] (queued for 54 s) |
| |
| 2 | 2026-06-17T19:20:19.063Z | starting task 0: "setup" |
| 3 | 2026-06-17T19:20:19.067Z | ++ uname -s |
| 4 | 2026-06-17T19:20:19.070Z | + kern=SunOS |
| 5 | 2026-06-17T19:20:19.070Z | + build_user=build |
| 6 | 2026-06-17T19:20:19.070Z | + build_uid=12345 |
| 7 | 2026-06-17T19:20:19.070Z | + work_dir=/work |
| 8 | 2026-06-17T19:20:19.070Z | + input_dir=/input |
| 9 | 2026-06-17T19:20:19.070Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T19:20:19.070Z | + case "$kern" in |
| 11 | 2026-06-17T19:20:19.070Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T19:20:19.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T19:20:21.078Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T19:20:21.166Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T19:20:21.170Z | + home_fs=zfs |
| 16 | 2026-06-17T19:20:21.170Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T19:20:21.170Z | + mkdir -p /home/build |
| 18 | 2026-06-17T19:20:21.170Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T19:20:23.171Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T19:20:23.173Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-06-17T19:20:23.179Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T19:20:23.184Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-17T19:20:23.184Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-17T19:20:23.184Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-17T19:20:23.184Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-17T19:20:23.184Z | * rust toolchain profile = "default" |
| 27 | 2026-06-17T19:20:23.184Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T19:20:23.187Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T19:20:23.187Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-17T19:20:23.242Z | info: downloading installer |
| 31 | 2026-06-17T19:20:24.623Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-17T19:20:24.623Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-17T19:20:24.623Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-17T19:20:24.623Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-17T19:20:24.635Z | info: profile set to default |
| 36 | 2026-06-17T19:20:24.635Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-17T19:20:24.638Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-17T19:20:24.776Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-17T19:20:24.779Z | info: downloading 6 components |
| 40 | 2026-06-17T19:20:39.680Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-17T19:20:39.680Z | |
| 42 | 2026-06-17T19:20:39.709Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-17T19:20:39.709Z | |
| 44 | 2026-06-17T19:20:39.712Z | |
| 45 | 2026-06-17T19:20:39.712Z | Rust is installed now. Great! |
| 46 | 2026-06-17T19:20:39.712Z | |
| 47 | 2026-06-17T19:20:39.712Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-17T19:20:39.712Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-17T19:20:39.712Z | |
| 50 | 2026-06-17T19:20:39.712Z | To configure your current shell, you need to source |
| 51 | 2026-06-17T19:20:39.712Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-17T19:20:39.713Z | |
| 53 | 2026-06-17T19:20:39.713Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-17T19:20:39.713Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-17T19:20:39.713Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-17T19:20:39.713Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-17T19:20:39.713Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-17T19:20:39.713Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-17T19:20:39.713Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-17T19:20:39.713Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-17T19:20:39.713Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-17T19:20:39.806Z | + rustup --version |
| 63 | 2026-06-17T19:20:39.815Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-17T19:20:39.817Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-17T19:20:39.836Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-17T19:20:39.839Z | + cargo --version |
| 67 | 2026-06-17T19:20:39.853Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-17T19:20:39.856Z | + rustc --version |
| 69 | 2026-06-17T19:20:39.875Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-17T19:20:39.878Z | process exited: duration 16698 ms, exit code 0 |
| |
| 71 | 2026-06-17T19:20:39.884Z | starting task 2: "authentication" |
| 72 | 2026-06-17T19:20:39.900Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-17T19:20:39.908Z | starting task 3: "clone repository" |
| 74 | 2026-06-17T19:20:39.912Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-17T19:20:39.915Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-17T19:20:39.947Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-17T19:20:57.629Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-17T19:20:57.629Z | + git fetch origin 39dd7b64cb8976d9984d99f8202c5ff3ce453fff |
| 79 | 2026-06-17T19:20:57.926Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-17T19:20:57.926Z | * branch 39dd7b64cb8976d9984d99f8202c5ff3ce453fff -> FETCH_HEAD |
| 81 | 2026-06-17T19:20:57.935Z | + [[ -n mkeeter/humility-flash ]] |
| 82 | 2026-06-17T19:20:57.938Z | ++ git branch --show-current |
| 83 | 2026-06-17T19:20:57.938Z | + current=master |
| 84 | 2026-06-17T19:20:57.938Z | + [[ master != mkeeter/humility-flash ]] |
| 85 | 2026-06-17T19:20:57.938Z | + git branch -f mkeeter/humility-flash 39dd7b64cb8976d9984d99f8202c5ff3ce453fff |
| 86 | 2026-06-17T19:20:57.941Z | + git checkout -f mkeeter/humility-flash |
| 87 | 2026-06-17T19:20:58.734Z | Switched to branch 'mkeeter/humility-flash' |
| 88 | 2026-06-17T19:20:58.737Z | + git reset --hard 39dd7b64cb8976d9984d99f8202c5ff3ce453fff |
| 89 | 2026-06-17T19:20:58.746Z | HEAD is now at 39dd7b64 Fix indentation |
| 90 | 2026-06-17T19:20:58.749Z | process exited: duration 18839 ms, exit code 0 |
| |
| 91 | 2026-06-17T19:20:58.755Z | starting task 4: "build" |
| 92 | 2026-06-17T19:20:58.759Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-17T19:20:58.759Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-17T19:20:58.759Z | + banner deps |
| 95 | 2026-06-17T19:20:58.762Z | |
| 96 | 2026-06-17T19:20:58.762Z | ##### ###### ##### #### |
| 97 | 2026-06-17T19:20:58.762Z | # # # # # # |
| 98 | 2026-06-17T19:20:58.762Z | # # ##### # # #### |
| 99 | 2026-06-17T19:20:58.762Z | # # # ##### # |
| 100 | 2026-06-17T19:20:58.762Z | # # # # # # |
| 101 | 2026-06-17T19:20:58.762Z | ##### ###### # #### |
| 102 | 2026-06-17T19:20:58.762Z | |
| 103 | 2026-06-17T19:20:58.762Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-17T19:20:58.762Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-17T19:20:58.762Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-17T19:20:59.910Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-17T19:21:00.003Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-17T19:21:00.352Z | Planning: Solver setup ... Done (0.309s) |
| 109 | 2026-06-17T19:21:00.374Z | Planning: Running solver ... Done (0.023s) |
| 110 | 2026-06-17T19:21:00.382Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-17T19:21:00.392Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-17T19:21:00.405Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-17T19:21:00.417Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-17T19:21:00.420Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-17T19:21:00.600Z | Planning: Checking for conflicting actions ... Done (0.182s) |
| 116 | 2026-06-17T19:21:00.603Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-17T19:21:01.371Z | Planning: Evaluating mediators ... Done (0.770s) |
| 118 | 2026-06-17T19:21:01.375Z | Planning: Planning completed in 1.35 seconds |
| 119 | 2026-06-17T19:21:01.379Z | Packages to install: 2 |
| 120 | 2026-06-17T19:21:01.380Z | Estimated space available: 155.83 GB |
| 121 | 2026-06-17T19:21:01.385Z | Estimated space to be consumed: 19.01 MB |
| 122 | 2026-06-17T19:21:01.385Z | Create boot environment: No |
| 123 | 2026-06-17T19:21:01.385Z | Create backup boot environment: No |
| 124 | 2026-06-17T19:21:01.385Z | Rebuild boot archive: No |
| 125 | 2026-06-17T19:21:01.385Z | |
| 126 | 2026-06-17T19:21:01.385Z | Changed packages: |
| 127 | 2026-06-17T19:21:01.385Z | helios |
| 128 | 2026-06-17T19:21:01.385Z | library/libftdi1 |
| 129 | 2026-06-17T19:21:01.385Z | None -> 1.5-3.0 |
| 130 | 2026-06-17T19:21:01.385Z | ooce/library/libusb-1 |
| 131 | 2026-06-17T19:21:01.385Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-17T19:21:01.404Z | |
| 133 | 2026-06-17T19:21:01.405Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-17T19:21:01.455Z | Download: Completed 377.70 kB in 0.05 seconds (7.2M/s) |
| 135 | 2026-06-17T19:21:01.607Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-17T19:21:01.610Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-17T19:21:01.615Z | Finalize: Updating package state database ... Done (0.009s) |
| 138 | 2026-06-17T19:21:01.619Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-17T19:21:01.646Z | Finalize: Updating image state ... Done (0.024s) |
| 140 | 2026-06-17T19:21:04.016Z | Finalize: Creating fast lookup database ... Done (2.353s) |
| 141 | 2026-06-17T19:21:04.083Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-06-17T19:21:04.086Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-17T19:21:04.164Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-17T19:21:04.260Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-17T19:21:04.469Z | FMRI IFO |
| 146 | 2026-06-17T19:21:04.469Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-17T19:21:04.469Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-17T19:21:04.503Z | + cargo --version |
| 149 | 2026-06-17T19:21:04.514Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-17T19:21:04.517Z | + rustc --version |
| 151 | 2026-06-17T19:21:04.537Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-17T19:21:04.540Z | + banner package |
| 153 | 2026-06-17T19:21:04.543Z | |
| 154 | 2026-06-17T19:21:04.543Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-17T19:21:04.543Z | # # # # # # # # # # # # # |
| 156 | 2026-06-17T19:21:04.543Z | # # # # # #### # # # ##### |
| 157 | 2026-06-17T19:21:04.543Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-17T19:21:04.543Z | # # # # # # # # # # # # |
| 159 | 2026-06-17T19:21:04.543Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-17T19:21:04.543Z | |
| 161 | 2026-06-17T19:21:04.543Z | + ptime -m cargo xtask package |
| 162 | 2026-06-17T19:21:04.656Z | Updating crates.io index |
| 163 | 2026-06-17T19:21:04.660Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-17T19:21:04.965Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-17T19:21:05.235Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-17T19:21:05.742Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-17T19:21:06.110Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-17T19:21:06.401Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-17T19:21:06.925Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-17T19:21:07.298Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-17T19:21:11.483Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-17T19:21:12.096Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-17T19:21:12.356Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-17T19:21:12.590Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-17T19:21:12.894Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-17T19:21:13.182Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-17T19:21:13.952Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-17T19:21:14.199Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-17T19:21:14.636Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-17T19:21:17.111Z | Downloading crates ... |
| 181 | 2026-06-17T19:21:17.166Z | Downloaded proc-macro2 v1.0.106 |
| 182 | 2026-06-17T19:21:17.173Z | Downloaded memchr v2.8.0 |
| 183 | 2026-06-17T19:21:17.176Z | Downloaded strsim v0.11.1 |
| 184 | 2026-06-17T19:21:17.179Z | Downloaded lazy_static v1.5.0 |
| 185 | 2026-06-17T19:21:17.179Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 186 | 2026-06-17T19:21:17.182Z | Downloaded is_terminal_polyfill v1.70.2 |
| 187 | 2026-06-17T19:21:17.182Z | Downloaded anstream v1.0.0 |
| 188 | 2026-06-17T19:21:17.188Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-06-17T19:21:17.205Z | Downloaded utf8parse v0.2.2 |
| 190 | 2026-06-17T19:21:17.208Z | Downloaded clap_builder v4.6.0 |
| 191 | 2026-06-17T19:21:17.212Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 192 | 2026-06-17T19:21:17.215Z | Downloaded camino v1.2.2 |
| 193 | 2026-06-17T19:21:17.219Z | Downloaded clap_lex v1.1.0 |
| 194 | 2026-06-17T19:21:17.231Z | Downloaded serde_spanned v1.1.1 |
| 195 | 2026-06-17T19:21:17.235Z | Downloaded percent-encoding v2.3.2 |
| 196 | 2026-06-17T19:21:17.235Z | Downloaded heck v0.5.0 |
| 197 | 2026-06-17T19:21:17.238Z | Downloaded regex v1.12.3 |
| 198 | 2026-06-17T19:21:17.257Z | Downloaded itoa v1.0.18 |
| 199 | 2026-06-17T19:21:17.260Z | Downloaded aho-corasick v1.1.4 |
| 200 | 2026-06-17T19:21:17.260Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-06-17T19:21:17.260Z | Downloaded anstyle-query v1.1.5 |
| 202 | 2026-06-17T19:21:17.265Z | Downloaded colorchoice v1.0.5 |
| 203 | 2026-06-17T19:21:17.267Z | Downloaded cargo_metadata v0.23.1 |
| 204 | 2026-06-17T19:21:17.270Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 205 | 2026-06-17T19:21:17.277Z | Downloaded cargo-platform v0.3.3 |
| 206 | 2026-06-17T19:21:17.280Z | Downloaded serde v1.0.228 |
| 207 | 2026-06-17T19:21:17.280Z | Downloaded quote v1.0.45 |
| 208 | 2026-06-17T19:21:17.283Z | Downloaded anstyle v1.0.14 |
| 209 | 2026-06-17T19:21:17.283Z | Downloaded semver v1.0.28 |
| 210 | 2026-06-17T19:21:17.283Z | Downloaded cargo-readme v3.3.2 |
| 211 | 2026-06-17T19:21:17.286Z | Downloaded equivalent v1.0.2 |
| 212 | 2026-06-17T19:21:17.293Z | Downloaded zmij v1.0.21 |
| 213 | 2026-06-17T19:21:17.296Z | Downloaded anstyle-parse v1.0.0 |
| 214 | 2026-06-17T19:21:17.296Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-06-17T19:21:17.299Z | Downloaded clap_derive v4.6.1 |
| 216 | 2026-06-17T19:21:17.301Z | Downloaded anyhow v1.0.102 |
| 217 | 2026-06-17T19:21:17.301Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 218 | 2026-06-17T19:21:17.304Z | Downloaded serde_derive v1.0.228 |
| 219 | 2026-06-17T19:21:17.307Z | Downloaded clap v4.6.1 |
| 220 | 2026-06-17T19:21:17.311Z | Downloaded serde_core v1.0.228 |
| 221 | 2026-06-17T19:21:17.336Z | Downloaded indexmap v2.14.0 |
| 222 | 2026-06-17T19:21:17.358Z | Downloaded hashbrown v0.17.0 |
| 223 | 2026-06-17T19:21:17.365Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-06-17T19:21:17.369Z | Downloaded winnow v1.0.2 |
| 225 | 2026-06-17T19:21:17.380Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-17T19:21:17.405Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-17T19:21:17.419Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-17T19:21:17.459Z | Compiling serde_core v1.0.228 |
| 229 | 2026-06-17T19:21:17.460Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-17T19:21:17.460Z | Compiling unicode-ident v1.0.24 |
| 231 | 2026-06-17T19:21:17.460Z | Compiling quote v1.0.45 |
| 232 | 2026-06-17T19:21:17.463Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-17T19:21:17.546Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-17T19:21:17.549Z | Compiling zmij v1.0.21 |
| 235 | 2026-06-17T19:21:17.549Z | Compiling anstyle-query v1.1.5 |
| 236 | 2026-06-17T19:21:17.674Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-17T19:21:17.677Z | Compiling colorchoice v1.0.5 |
| 238 | 2026-06-17T19:21:17.684Z | Compiling is_terminal_polyfill v1.70.2 |
| 239 | 2026-06-17T19:21:17.771Z | Compiling serde v1.0.228 |
| 240 | 2026-06-17T19:21:17.782Z | Compiling anstyle v1.0.14 |
| 241 | 2026-06-17T19:21:17.858Z | Compiling thiserror v2.0.18 |
| 242 | 2026-06-17T19:21:17.935Z | Compiling anstream v1.0.0 |
| 243 | 2026-06-17T19:21:17.944Z | Compiling aho-corasick v1.1.4 |
| 244 | 2026-06-17T19:21:17.999Z | Compiling serde_json v1.0.149 |
| 245 | 2026-06-17T19:21:18.116Z | Compiling strsim v0.11.1 |
| 246 | 2026-06-17T19:21:18.189Z | Compiling camino v1.2.2 |
| 247 | 2026-06-17T19:21:18.224Z | Compiling winnow v1.0.2 |
| 248 | 2026-06-17T19:21:18.242Z | Compiling heck v0.5.0 |
| 249 | 2026-06-17T19:21:18.251Z | Compiling clap_lex v1.1.0 |
| 250 | 2026-06-17T19:21:18.438Z | Compiling regex-syntax v0.8.10 |
| 251 | 2026-06-17T19:21:18.502Z | Compiling clap_builder v4.6.0 |
| 252 | 2026-06-17T19:21:18.514Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-06-17T19:21:18.766Z | Compiling syn v2.0.117 |
| 254 | 2026-06-17T19:21:18.810Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 255 | 2026-06-17T19:21:19.029Z | Compiling anyhow v1.0.102 |
| 256 | 2026-06-17T19:21:19.057Z | Compiling itoa v1.0.18 |
| 257 | 2026-06-17T19:21:19.251Z | Compiling lazy_static v1.5.0 |
| 258 | 2026-06-17T19:21:19.260Z | Compiling percent-encoding v2.3.2 |
| 259 | 2026-06-17T19:21:19.653Z | Compiling serde_spanned v1.1.1 |
| 260 | 2026-06-17T19:21:19.653Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-06-17T19:21:19.671Z | Compiling semver v1.0.28 |
| 262 | 2026-06-17T19:21:19.967Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-06-17T19:21:19.982Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-06-17T19:21:20.022Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-06-17T19:21:21.113Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-06-17T19:21:21.113Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-06-17T19:21:21.113Z | Compiling clap_derive v4.6.1 |
| 268 | 2026-06-17T19:21:21.619Z | Compiling regex v1.12.3 |
| 269 | 2026-06-17T19:21:22.470Z | Compiling clap v4.6.1 |
| 270 | 2026-06-17T19:21:23.328Z | Compiling cargo_metadata v0.23.1 |
| 271 | 2026-06-17T19:21:23.328Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-17T19:21:24.285Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-17T19:21:25.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s |
| 274 | 2026-06-17T19:21:25.784Z | Running `target/debug/xtask package` |
| 275 | 2026-06-17T19:21:29.938Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-17T19:21:29.938Z | Compiling quote v1.0.45 |
| 277 | 2026-06-17T19:21:29.938Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-06-17T19:21:29.942Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-17T19:21:29.942Z | Compiling libc v0.2.186 |
| 280 | 2026-06-17T19:21:29.942Z | Compiling serde v1.0.228 |
| 281 | 2026-06-17T19:21:29.942Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-17T19:21:29.942Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-17T19:21:30.088Z | Compiling log v0.4.29 |
| 284 | 2026-06-17T19:21:30.110Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-17T19:21:30.348Z | Compiling stable_deref_trait v1.2.1 |
| 286 | 2026-06-17T19:21:30.413Z | Compiling strsim v0.11.1 |
| 287 | 2026-06-17T19:21:30.745Z | Compiling autocfg v1.5.0 |
| 288 | 2026-06-17T19:21:30.784Z | Compiling scopeguard v1.2.0 |
| 289 | 2026-06-17T19:21:30.815Z | Compiling thiserror v2.0.18 |
| 290 | 2026-06-17T19:21:30.864Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-17T19:21:30.877Z | Compiling errno v0.3.14 |
| 292 | 2026-06-17T19:21:31.047Z | Compiling smallvec v1.15.1 |
| 293 | 2026-06-17T19:21:31.104Z | Compiling foldhash v0.2.0 |
| 294 | 2026-06-17T19:21:31.139Z | Compiling equivalent v1.0.2 |
| 295 | 2026-06-17T19:21:31.225Z | Compiling heck v0.5.0 |
| 296 | 2026-06-17T19:21:31.294Z | Compiling syn v2.0.117 |
| 297 | 2026-06-17T19:21:31.332Z | Compiling ident_case v1.0.1 |
| 298 | 2026-06-17T19:21:31.341Z | Compiling rustversion v1.0.22 |
| 299 | 2026-06-17T19:21:31.344Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-17T19:21:31.426Z | Compiling zeroize v1.8.2 |
| 301 | 2026-06-17T19:21:31.448Z | Compiling find-msvc-tools v0.1.9 |
| 302 | 2026-06-17T19:21:31.604Z | Compiling shlex v1.3.0 |
| 303 | 2026-06-17T19:21:31.633Z | Compiling anyhow v1.0.102 |
| 304 | 2026-06-17T19:21:31.668Z | Compiling libm v0.2.16 |
| 305 | 2026-06-17T19:21:31.677Z | Compiling rustix v1.1.4 |
| 306 | 2026-06-17T19:21:31.781Z | Compiling cc v1.2.61 |
| 307 | 2026-06-17T19:21:31.993Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-17T19:21:32.129Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-06-17T19:21:32.220Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-17T19:21:32.240Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-17T19:21:32.286Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-17T19:21:32.496Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-17T19:21:32.547Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-17T19:21:32.712Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-17T19:21:32.804Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-17T19:21:33.047Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-17T19:21:33.135Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-17T19:21:33.511Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-06-17T19:21:33.536Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-17T19:21:34.244Z | Compiling synstructure v0.13.2 |
| 321 | 2026-06-17T19:21:34.401Z | Compiling regex-automata v0.4.14 |
| 322 | 2026-06-17T19:21:34.419Z | Compiling syn v1.0.109 |
| 323 | 2026-06-17T19:21:34.740Z | Compiling itoa v1.0.18 |
| 324 | 2026-06-17T19:21:34.776Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-06-17T19:21:35.223Z | Compiling crypto-common v0.1.7 |
| 326 | 2026-06-17T19:21:35.342Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-17T19:21:35.361Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-17T19:21:35.602Z | Compiling zerofrom-derive v0.1.7 |
| 329 | 2026-06-17T19:21:36.555Z | Compiling yoke-derive v0.8.2 |
| 330 | 2026-06-17T19:21:36.858Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-06-17T19:21:37.038Z | Compiling zerovec-derive v0.11.3 |
| 332 | 2026-06-17T19:21:37.596Z | Compiling regex v1.12.3 |
| 333 | 2026-06-17T19:21:38.099Z | Compiling block-buffer v0.10.4 |
| 334 | 2026-06-17T19:21:38.253Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-17T19:21:38.659Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-17T19:21:38.836Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-17T19:21:39.170Z | Compiling digest v0.10.7 |
| 338 | 2026-06-17T19:21:39.398Z | Compiling displaydoc v0.2.5 |
| 339 | 2026-06-17T19:21:39.629Z | Compiling spin v0.9.8 |
| 340 | 2026-06-17T19:21:39.853Z | Compiling byteorder v1.5.0 |
| 341 | 2026-06-17T19:21:40.120Z | Compiling radium v0.7.0 |
| 342 | 2026-06-17T19:21:40.123Z | Compiling cmov v0.5.3 |
| 343 | 2026-06-17T19:21:40.352Z | Compiling ctutils v0.4.2 |
| 344 | 2026-06-17T19:21:40.406Z | Compiling block-buffer v0.12.0 |
| 345 | 2026-06-17T19:21:40.414Z | Compiling tap v1.0.1 |
| 346 | 2026-06-17T19:21:40.425Z | Compiling darling_macro v0.23.0 |
| 347 | 2026-06-17T19:21:40.517Z | Compiling const-oid v0.10.2 |
| 348 | 2026-06-17T19:21:40.522Z | Compiling allocator-api2 v0.2.21 |
| 349 | 2026-06-17T19:21:40.585Z | Compiling crc32fast v1.5.0 |
| 350 | 2026-06-17T19:21:40.595Z | Compiling wyz v0.5.1 |
| 351 | 2026-06-17T19:21:40.799Z | Compiling digest v0.11.2 |
| 352 | 2026-06-17T19:21:40.907Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-06-17T19:21:40.954Z | Compiling darling v0.23.0 |
| 354 | 2026-06-17T19:21:40.964Z | Compiling funty v2.0.0 |
| 355 | 2026-06-17T19:21:41.010Z | Compiling base64ct v1.8.3 |
| 356 | 2026-06-17T19:21:41.030Z | Compiling simd-adler32 v0.3.9 |
| 357 | 2026-06-17T19:21:41.084Z | Compiling static_assertions v1.1.0 |
| 358 | 2026-06-17T19:21:41.156Z | Compiling typeid v1.0.3 |
| 359 | 2026-06-17T19:21:41.383Z | Compiling either v1.15.0 |
| 360 | 2026-06-17T19:21:41.436Z | Compiling bitvec v1.0.1 |
| 361 | 2026-06-17T19:21:41.530Z | Compiling pem-rfc7468 v0.7.0 |
| 362 | 2026-06-17T19:21:41.735Z | Compiling der_derive v0.7.3 |
| 363 | 2026-06-17T19:21:41.896Z | Compiling clap_derive v4.6.1 |
| 364 | 2026-06-17T19:21:42.059Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-17T19:21:42.101Z | Compiling flagset v0.4.7 |
| 366 | 2026-06-17T19:21:42.238Z | Compiling cpufeatures v0.2.17 |
| 367 | 2026-06-17T19:21:42.287Z | Compiling utf8parse v0.2.2 |
| 368 | 2026-06-17T19:21:42.309Z | Compiling adler2 v2.0.1 |
| 369 | 2026-06-17T19:21:42.396Z | Compiling unicode-width v0.2.2 |
| 370 | 2026-06-17T19:21:42.406Z | Compiling miniz_oxide v0.8.9 |
| 371 | 2026-06-17T19:21:42.500Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-06-17T19:21:42.678Z | Compiling der v0.7.10 |
| 373 | 2026-06-17T19:21:42.713Z | Compiling sha2 v0.10.9 |
| 374 | 2026-06-17T19:21:42.717Z | Compiling rand_core v0.6.4 |
| 375 | 2026-06-17T19:21:42.732Z | Compiling lazy_static v1.5.0 |
| 376 | 2026-06-17T19:21:42.821Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-06-17T19:21:42.993Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-17T19:21:43.218Z | Compiling is_terminal_polyfill v1.70.2 |
| 379 | 2026-06-17T19:21:43.310Z | Compiling colorchoice v1.0.5 |
| 380 | 2026-06-17T19:21:43.435Z | Compiling anstyle-query v1.1.5 |
| 381 | 2026-06-17T19:21:43.539Z | Compiling anstyle v1.0.14 |
| 382 | 2026-06-17T19:21:43.568Z | Compiling zlib-rs v0.6.3 |
| 383 | 2026-06-17T19:21:43.624Z | Compiling cpufeatures v0.3.0 |
| 384 | 2026-06-17T19:21:43.634Z | Compiling powerfmt v0.2.0 |
| 385 | 2026-06-17T19:21:43.696Z | Compiling spki v0.7.3 |
| 386 | 2026-06-17T19:21:43.822Z | Compiling deranged v0.5.8 |
| 387 | 2026-06-17T19:21:43.915Z | Compiling anstream v1.0.0 |
| 388 | 2026-06-17T19:21:44.006Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-17T19:21:44.331Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-17T19:21:44.427Z | Compiling twox-hash v2.1.2 |
| 391 | 2026-06-17T19:21:44.653Z | Compiling num-conv v0.2.1 |
| 392 | 2026-06-17T19:21:44.742Z | Compiling num_threads v0.1.7 |
| 393 | 2026-06-17T19:21:44.793Z | Compiling maybe-uninit v2.0.0 |
| 394 | 2026-06-17T19:21:44.831Z | Compiling object v0.39.1 |
| 395 | 2026-06-17T19:21:44.917Z | Compiling time-core v0.1.8 |
| 396 | 2026-06-17T19:21:45.060Z | Compiling time v0.3.47 |
| 397 | 2026-06-17T19:21:45.145Z | Compiling rand_chacha v0.3.1 |
| 398 | 2026-06-17T19:21:45.499Z | Compiling ruzstd v0.8.2 |
| 399 | 2026-06-17T19:21:45.676Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-17T19:21:45.692Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-17T19:21:45.845Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-17T19:21:46.261Z | Compiling rand_core v0.10.1 |
| 403 | 2026-06-17T19:21:46.387Z | Compiling getrandom v0.4.2 |
| 404 | 2026-06-17T19:21:46.422Z | Compiling zstd-safe v7.2.4 |
| 405 | 2026-06-17T19:21:46.524Z | Compiling clap_lex v1.1.0 |
| 406 | 2026-06-17T19:21:46.643Z | Compiling flate2 v1.1.9 |
| 407 | 2026-06-17T19:21:46.646Z | Compiling parking_lot_core v0.9.12 |
| 408 | 2026-06-17T19:21:46.666Z | Compiling packed_struct v0.10.1 |
| 409 | 2026-06-17T19:21:46.938Z | Compiling num-bigint-dig v0.8.6 |
| 410 | 2026-06-17T19:21:47.164Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-06-17T19:21:47.273Z | Compiling bitfield v0.19.4 |
| 412 | 2026-06-17T19:21:48.118Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-17T19:21:48.443Z | Compiling rand v0.8.6 |
| 414 | 2026-06-17T19:21:49.024Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-17T19:21:49.973Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-17T19:21:49.982Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-17T19:21:50.043Z | Compiling inout v0.2.2 |
| 418 | 2026-06-17T19:21:50.191Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-17T19:21:50.599Z | Compiling nodrop v0.1.14 |
| 420 | 2026-06-17T19:21:50.689Z | Compiling crc-catalog v2.5.0 |
| 421 | 2026-06-17T19:21:50.803Z | Compiling base64 v0.21.7 |
| 422 | 2026-06-17T19:21:50.994Z | Compiling fallible-iterator v0.3.0 |
| 423 | 2026-06-17T19:21:51.024Z | Compiling serde_with v3.18.0 |
| 424 | 2026-06-17T19:21:51.171Z | Compiling ron v0.8.1 |
| 425 | 2026-06-17T19:21:51.388Z | Compiling crc v3.4.0 |
| 426 | 2026-06-17T19:21:51.580Z | Compiling array-init v0.0.4 |
| 427 | 2026-06-17T19:21:52.936Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-17T19:21:52.999Z | Compiling pkcs1 v0.7.5 |
| 429 | 2026-06-17T19:21:53.188Z | Compiling clap v4.6.1 |
| 430 | 2026-06-17T19:21:53.268Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-17T19:21:55.123Z | Compiling signature v2.2.0 |
| 432 | 2026-06-17T19:21:55.286Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-17T19:21:55.347Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-17T19:21:55.452Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-17T19:21:55.851Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-17T19:21:55.972Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-17T19:21:56.759Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-17T19:21:56.897Z | Compiling slog v2.8.2 |
| 439 | 2026-06-17T19:21:56.905Z | Compiling indexmap v1.9.3 |
| 440 | 2026-06-17T19:21:57.116Z | Compiling portable-atomic v1.13.1 |
| 441 | 2026-06-17T19:21:57.124Z | Compiling bumpalo v3.20.2 |
| 442 | 2026-06-17T19:21:57.139Z | Compiling lzss v0.9.1 |
| 443 | 2026-06-17T19:21:57.281Z | Compiling jiff v0.2.24 |
| 444 | 2026-06-17T19:21:57.415Z | Compiling icu_properties_data v2.2.0 |
| 445 | 2026-06-17T19:21:57.423Z | Compiling prettyplease v0.2.37 |
| 446 | 2026-06-17T19:21:57.545Z | Compiling icu_normalizer_data v2.2.0 |
| 447 | 2026-06-17T19:21:57.636Z | Compiling libbz2-rs-sys v0.2.3 |
| 448 | 2026-06-17T19:21:57.649Z | Compiling cpp_demangle v0.5.1 |
| 449 | 2026-06-17T19:21:57.775Z | Compiling cpubits v0.1.1 |
| 450 | 2026-06-17T19:21:57.850Z | Compiling winnow v1.0.2 |
| 451 | 2026-06-17T19:21:58.049Z | Compiling subtle v2.6.1 |
| 452 | 2026-06-17T19:21:58.270Z | Compiling serde_json v1.0.149 |
| 453 | 2026-06-17T19:21:58.300Z | Compiling rayon-core v1.13.0 |
| 454 | 2026-06-17T19:21:58.508Z | Compiling yoke v0.8.2 |
| 455 | 2026-06-17T19:21:58.526Z | Compiling rsa v0.9.10 |
| 456 | 2026-06-17T19:21:58.690Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 457 | 2026-06-17T19:21:59.930Z | Compiling bzip2 v0.6.1 |
| 458 | 2026-06-17T19:22:00.187Z | Compiling env_logger v0.11.10 |
| 459 | 2026-06-17T19:22:00.553Z | Compiling aes v0.9.0 |
| 460 | 2026-06-17T19:22:00.671Z | Compiling zopfli v0.8.3 |
| 461 | 2026-06-17T19:22:01.731Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-17T19:22:01.852Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-17T19:22:02.041Z | Compiling pbkdf2 v0.13.0 |
| 464 | 2026-06-17T19:22:02.165Z | Compiling serde-hex v0.1.0 |
| 465 | 2026-06-17T19:22:02.464Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 466 | 2026-06-17T19:22:02.940Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 467 | 2026-06-17T19:22:03.192Z | Compiling x509-cert v0.2.5 |
| 468 | 2026-06-17T19:22:03.505Z | Compiling sha1 v0.11.0 |
| 469 | 2026-06-17T19:22:03.984Z | Compiling lzma-rust2 v0.16.2 |
| 470 | 2026-06-17T19:22:04.353Z | Compiling erased-serde v0.3.31 |
| 471 | 2026-06-17T19:22:04.969Z | Compiling num-derive v0.4.2 |
| 472 | 2026-06-17T19:22:05.899Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 473 | 2026-06-17T19:22:06.422Z | Compiling serde_spanned v1.1.1 |
| 474 | 2026-06-17T19:22:06.557Z | Compiling semver v1.0.28 |
| 475 | 2026-06-17T19:22:06.849Z | Compiling deflate64 v0.1.12 |
| 476 | 2026-06-17T19:22:08.473Z | Compiling fnv v1.0.7 |
| 477 | 2026-06-17T19:22:08.568Z | Compiling crc-any v2.5.0 |
| 478 | 2026-06-17T19:22:08.998Z | Compiling constant_time_eq v0.4.2 |
| 479 | 2026-06-17T19:22:09.218Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 480 | 2026-06-17T19:22:09.481Z | Compiling hex v0.4.3 |
| 481 | 2026-06-17T19:22:09.553Z | Compiling typed-path v0.12.3 |
| 482 | 2026-06-17T19:22:09.770Z | Compiling void v1.0.2 |
| 483 | 2026-06-17T19:22:09.868Z | Compiling hashbrown v0.12.3 |
| 484 | 2026-06-17T19:22:09.877Z | Compiling ppmd-rust v1.4.0 |
| 485 | 2026-06-17T19:22:10.233Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 486 | 2026-06-17T19:22:10.296Z | Compiling toml v1.1.2+spec-1.1.0 |
| 487 | 2026-06-17T19:22:10.928Z | Compiling gimli v0.33.0 |
| 488 | 2026-06-17T19:22:14.505Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-17T19:22:14.966Z | Compiling zip v8.6.0 |
| 490 | 2026-06-17T19:22:16.508Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-17T19:22:20.362Z | Compiling console v0.16.3 |
| 492 | 2026-06-17T19:22:20.712Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-17T19:22:21.030Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-17T19:22:21.257Z | Compiling typed-arena v2.0.2 |
| 495 | 2026-06-17T19:22:21.270Z | Compiling rustc-demangle v0.1.27 |
| 496 | 2026-06-17T19:22:21.341Z | Compiling plain v0.2.3 |
| 497 | 2026-06-17T19:22:21.402Z | Compiling path-slash v0.2.1 |
| 498 | 2026-06-17T19:22:21.452Z | Compiling colored v3.1.1 |
| 499 | 2026-06-17T19:22:21.663Z | Compiling unit-prefix v0.5.2 |
| 500 | 2026-06-17T19:22:21.818Z | Compiling indicatif v0.18.4 |
| 501 | 2026-06-17T19:22:21.846Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 502 | 2026-06-17T19:22:22.092Z | Compiling addr2line v0.26.1 |
| 503 | 2026-06-17T19:22:22.160Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 504 | 2026-06-17T19:22:22.315Z | Compiling goblin v0.10.5 |
| 505 | 2026-06-17T19:22:22.750Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-17T19:22:23.391Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-17T19:22:24.947Z | Compiling ron v0.12.1 |
| 508 | 2026-06-17T19:22:25.719Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-06-17T19:22:26.170Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-17T19:22:26.681Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-17T19:22:26.890Z | Compiling auto_impl v1.3.0 |
| 512 | 2026-06-17T19:22:27.775Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-06-17T19:22:28.660Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-17T19:22:29.870Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-17T19:22:30.200Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-17T19:22:30.401Z | Compiling litemap v0.8.2 |
| 517 | 2026-06-17T19:22:30.588Z | Compiling writeable v0.6.3 |
| 518 | 2026-06-17T19:22:30.780Z | Compiling ryu v1.0.23 |
| 519 | 2026-06-17T19:22:31.124Z | Compiling icu_locale_core v2.2.0 |
| 520 | 2026-06-17T19:22:31.124Z | Compiling potential_utf v0.1.5 |
| 521 | 2026-06-17T19:22:31.276Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 522 | 2026-06-17T19:22:32.053Z | Compiling rustc_version v0.4.1 |
| 523 | 2026-06-17T19:22:32.170Z | Compiling zerotrie v0.2.4 |
| 524 | 2026-06-17T19:22:32.317Z | Compiling utf8_iter v1.0.4 |
| 525 | 2026-06-17T19:22:32.457Z | Compiling icu_collections v2.2.0 |
| 526 | 2026-06-17T19:22:32.623Z | Compiling icu_provider v2.2.0 |
| 527 | 2026-06-17T19:22:32.888Z | Compiling heapless v0.7.17 |
| 528 | 2026-06-17T19:22:32.920Z | Compiling proc-macro-crate v3.5.0 |
| 529 | 2026-06-17T19:22:33.372Z | Compiling strum_macros v0.27.2 |
| 530 | 2026-06-17T19:22:33.591Z | Compiling percent-encoding v2.3.2 |
| 531 | 2026-06-17T19:22:34.043Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 532 | 2026-06-17T19:22:35.179Z | Compiling strum v0.27.2 |
| 533 | 2026-06-17T19:22:36.154Z | Compiling hash32 v0.2.1 |
| 534 | 2026-06-17T19:22:36.444Z | Compiling darling_core v0.20.11 |
| 535 | 2026-06-17T19:22:38.027Z | Compiling icu_normalizer v2.2.0 |
| 536 | 2026-06-17T19:22:38.027Z | Compiling icu_properties v2.2.0 |
| 537 | 2026-06-17T19:22:38.486Z | Compiling itertools v0.14.0 |
| 538 | 2026-06-17T19:22:38.502Z | Compiling postcard-cobs v0.1.5-pre |
| 539 | 2026-06-17T19:22:38.750Z | Compiling postcard v0.7.3 |
| 540 | 2026-06-17T19:22:38.930Z | Compiling pkg-version-impl v0.1.1 |
| 541 | 2026-06-17T19:22:38.984Z | Compiling capstone v0.14.0 |
| 542 | 2026-06-17T19:22:39.093Z | Compiling idna_adapter v1.2.2 |
| 543 | 2026-06-17T19:22:39.155Z | Compiling darling_macro v0.20.11 |
| 544 | 2026-06-17T19:22:39.225Z | Compiling unicode-width v0.1.14 |
| 545 | 2026-06-17T19:22:39.340Z | Compiling virtue v0.0.18 |
| 546 | 2026-06-17T19:22:39.545Z | Compiling pkg-version v1.0.0 |
| 547 | 2026-06-17T19:22:39.632Z | Compiling idna v1.1.0 |
| 548 | 2026-06-17T19:22:39.689Z | Compiling darling v0.20.11 |
| 549 | 2026-06-17T19:22:39.777Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 550 | 2026-06-17T19:22:39.876Z | Compiling bincode_derive v2.0.1 |
| 551 | 2026-06-17T19:22:40.023Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 552 | 2026-06-17T19:22:40.173Z | Compiling form_urlencoded v1.2.2 |
| 553 | 2026-06-17T19:22:40.337Z | Compiling bytemuck_derive v1.10.2 |
| 554 | 2026-06-17T19:22:40.495Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-06-17T19:22:40.597Z | Compiling url v2.5.8 |
| 556 | 2026-06-17T19:22:40.658Z | Compiling deku_derive v0.18.1 |
| 557 | 2026-06-17T19:22:41.473Z | Compiling bytemuck v1.25.0 |
| 558 | 2026-06-17T19:22:41.476Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 559 | 2026-06-17T19:22:41.708Z | Compiling num_enum_derive v0.7.6 |
| 560 | 2026-06-17T19:22:41.728Z | Compiling jep106 v0.3.0 |
| 561 | 2026-06-17T19:22:41.756Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 562 | 2026-06-17T19:22:41.978Z | Compiling tracing-core v0.1.36 |
| 563 | 2026-06-17T19:22:41.994Z | Compiling csv-core v0.1.13 |
| 564 | 2026-06-17T19:22:42.006Z | Compiling no_std_io2 v0.8.1 |
| 565 | 2026-06-17T19:22:42.080Z | Compiling futures-core v0.3.32 |
| 566 | 2026-06-17T19:22:42.113Z | Compiling unsafe-libyaml v0.2.11 |
| 567 | 2026-06-17T19:22:42.244Z | Compiling unty v0.0.4 |
| 568 | 2026-06-17T19:22:42.372Z | Compiling base64 v0.22.1 |
| 569 | 2026-06-17T19:22:42.500Z | Compiling heapless v0.9.3 |
| 570 | 2026-06-17T19:22:42.674Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 571 | 2026-06-17T19:22:42.703Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 572 | 2026-06-17T19:22:42.757Z | Compiling num_enum v0.7.6 |
| 573 | 2026-06-17T19:22:42.775Z | Compiling serde_yaml v0.9.34+deprecated |
| 574 | 2026-06-17T19:22:42.782Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 575 | 2026-06-17T19:22:42.957Z | Compiling deku v0.18.1 |
| 576 | 2026-06-17T19:22:43.191Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 577 | 2026-06-17T19:22:43.376Z | Compiling bincode v2.0.1 |
| 578 | 2026-06-17T19:22:43.714Z | Compiling csv v1.4.0 |
| 579 | 2026-06-17T19:22:44.327Z | Compiling hash32 v0.3.1 |
| 580 | 2026-06-17T19:22:44.502Z | Compiling md-5 v0.10.6 |
| 581 | 2026-06-17T19:22:44.907Z | Compiling serde_plain v1.0.2 |
| 582 | 2026-06-17T19:22:44.994Z | Compiling miette-derive v7.6.0 |
| 583 | 2026-06-17T19:22:45.015Z | Compiling tracing-attributes v0.1.31 |
| 584 | 2026-06-17T19:22:45.281Z | Compiling strum_macros v0.28.0 |
| 585 | 2026-06-17T19:22:45.364Z | Compiling async-io v2.6.0 |
| 586 | 2026-06-17T19:22:45.574Z | Compiling slab v0.4.12 |
| 587 | 2026-06-17T19:22:45.785Z | Compiling libdevinfo-sys v1.1.0 |
| 588 | 2026-06-17T19:22:45.892Z | Compiling object v0.38.1 |
| 589 | 2026-06-17T19:22:46.103Z | Compiling miette v7.6.0 |
| 590 | 2026-06-17T19:22:46.179Z | Compiling devinfo v0.1.0 |
| 591 | 2026-06-17T19:22:46.232Z | Compiling tracing v0.1.44 |
| 592 | 2026-06-17T19:22:46.315Z | Compiling esp-idf-part v0.6.0 |
| 593 | 2026-06-17T19:22:47.092Z | Compiling strum v0.28.0 |
| 594 | 2026-06-17T19:22:47.230Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 595 | 2026-06-17T19:22:47.296Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-17T19:22:47.503Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-17T19:22:47.747Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-17T19:22:47.755Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-17T19:22:48.065Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-17T19:22:48.149Z | Compiling polling v3.11.0 |
| 601 | 2026-06-17T19:22:48.158Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-17T19:22:48.301Z | Compiling futures-io v0.3.32 |
| 603 | 2026-06-17T19:22:48.498Z | Compiling parking v2.2.1 |
| 604 | 2026-06-17T19:22:48.734Z | Compiling docsplay v0.1.3 |
| 605 | 2026-06-17T19:22:48.837Z | Compiling rmp-serde v1.3.1 |
| 606 | 2026-06-17T19:22:49.067Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-17T19:22:49.638Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-17T19:22:51.045Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-17T19:22:51.278Z | Compiling uf2-decode v0.2.0 |
| 610 | 2026-06-17T19:22:51.753Z | Compiling ihex v3.0.0 |
| 611 | 2026-06-17T19:22:51.796Z | Compiling dunce v1.0.5 |
| 612 | 2026-06-17T19:22:51.900Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-17T19:22:51.939Z | Compiling unicode-segmentation v1.13.2 |
| 614 | 2026-06-17T19:22:52.211Z | Compiling rand v0.10.1 |
| 615 | 2026-06-17T19:22:52.340Z | Compiling signal-hook v0.3.18 |
| 616 | 2026-06-17T19:22:53.075Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 617 | 2026-06-17T19:22:53.388Z | Compiling signal-hook-registry v1.4.8 |
| 618 | 2026-06-17T19:22:53.432Z | Compiling convert_case v0.10.0 |
| 619 | 2026-06-17T19:22:53.694Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 620 | 2026-06-17T19:22:54.099Z | Compiling mio v1.2.0 |
| 621 | 2026-06-17T19:22:54.353Z | Compiling mio v0.8.11 |
| 622 | 2026-06-17T19:22:54.804Z | Compiling signal-hook-mio v0.2.5 |
| 623 | 2026-06-17T19:22:54.955Z | Compiling derive_more-impl v2.1.1 |
| 624 | 2026-06-17T19:22:55.399Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-17T19:22:55.853Z | Compiling document-features v0.2.12 |
| 626 | 2026-06-17T19:22:56.318Z | Compiling derive_more v2.1.1 |
| 627 | 2026-06-17T19:22:56.399Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 628 | 2026-06-17T19:22:56.420Z | Compiling crossterm v0.29.0 |
| 629 | 2026-06-17T19:22:56.612Z | Compiling convert_case v0.11.0 |
| 630 | 2026-06-17T19:22:56.657Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-17T19:22:57.792Z | Compiling camino v1.2.2 |
| 632 | 2026-06-17T19:22:57.808Z | Compiling paste v1.0.15 |
| 633 | 2026-06-17T19:22:58.170Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-17T19:22:59.413Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-17T19:22:59.483Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-17T19:22:59.585Z | Compiling indoc v2.0.7 |
| 637 | 2026-06-17T19:22:59.938Z | Compiling instability v0.3.12 |
| 638 | 2026-06-17T19:23:00.010Z | Compiling thiserror v1.0.69 |
| 639 | 2026-06-17T19:23:00.172Z | Compiling unicode-truncate v2.0.1 |
| 640 | 2026-06-17T19:23:00.263Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 641 | 2026-06-17T19:23:00.414Z | Compiling compact_str v0.9.0 |
| 642 | 2026-06-17T19:23:00.944Z | Compiling kasuari v0.4.12 |
| 643 | 2026-06-17T19:23:01.061Z | Compiling lru v0.16.4 |
| 644 | 2026-06-17T19:23:01.156Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-17T19:23:01.260Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-17T19:23:01.301Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-17T19:23:01.433Z | Compiling crossbeam v0.8.4 |
| 648 | 2026-06-17T19:23:01.509Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-17T19:23:01.580Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 650 | 2026-06-17T19:23:01.796Z | Compiling ratatui-core v0.1.0 |
| 651 | 2026-06-17T19:23:02.403Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-17T19:23:03.560Z | Compiling binrw_derive v0.14.2 |
| 653 | 2026-06-17T19:23:03.590Z | Compiling bitflags v1.3.2 |
| 654 | 2026-06-17T19:23:03.666Z | Compiling strict v0.2.0 |
| 655 | 2026-06-17T19:23:03.804Z | Compiling base64 v0.13.1 |
| 656 | 2026-06-17T19:23:03.822Z | Compiling crokey-proc_macros v1.4.0 |
| 657 | 2026-06-17T19:23:03.890Z | Compiling crossterm v0.23.2 |
| 658 | 2026-06-17T19:23:04.079Z | Compiling ron v0.6.6 |
| 659 | 2026-06-17T19:23:04.525Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-17T19:23:05.038Z | Compiling binrw v0.14.2 |
| 661 | 2026-06-17T19:23:05.065Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 662 | 2026-06-17T19:23:05.108Z | Compiling owo-colors v3.5.0 |
| 663 | 2026-06-17T19:23:05.389Z | Compiling cargo-readme v3.3.2 |
| 664 | 2026-06-17T19:23:05.762Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 665 | 2026-06-17T19:23:06.031Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 666 | 2026-06-17T19:23:07.838Z | Compiling crokey v1.4.0 |
| 667 | 2026-06-17T19:23:08.519Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 668 | 2026-06-17T19:23:08.536Z | Compiling ratatui-widgets v0.3.0 |
| 669 | 2026-06-17T19:23:09.101Z | Compiling coolor v0.8.0 |
| 670 | 2026-06-17T19:23:09.352Z | Compiling coolor v1.1.0 |
| 671 | 2026-06-17T19:23:09.646Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 672 | 2026-06-17T19:23:09.654Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 673 | 2026-06-17T19:23:10.270Z | Compiling half v2.7.1 |
| 674 | 2026-06-17T19:23:10.650Z | Compiling minimad v0.13.1 |
| 675 | 2026-06-17T19:23:10.720Z | Compiling minimad v0.14.0 |
| 676 | 2026-06-17T19:23:11.108Z | Compiling ciborium-io v0.2.2 |
| 677 | 2026-06-17T19:23:11.212Z | Compiling array-init v2.1.0 |
| 678 | 2026-06-17T19:23:11.328Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 679 | 2026-06-17T19:23:11.455Z | Compiling convert_case v0.4.0 |
| 680 | 2026-06-17T19:23:11.772Z | Compiling derive_more v0.99.20 |
| 681 | 2026-06-17T19:23:11.928Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 682 | 2026-06-17T19:23:12.817Z | Compiling ciborium-ll v0.2.2 |
| 683 | 2026-06-17T19:23:13.088Z | Compiling termimad v0.34.1 |
| 684 | 2026-06-17T19:23:13.276Z | Compiling termimad v0.25.7 |
| 685 | 2026-06-17T19:23:13.953Z | Compiling ratatui-macros v0.7.0 |
| 686 | 2026-06-17T19:23:14.102Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 687 | 2026-06-17T19:23:14.620Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-17T19:23:14.872Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-17T19:23:14.878Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-17T19:23:15.108Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-17T19:23:15.355Z | Compiling xml v1.2.1 |
| 692 | 2026-06-17T19:23:15.382Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-17T19:23:15.826Z | Compiling parse-size v1.1.0 |
| 694 | 2026-06-17T19:23:16.036Z | Compiling serde-xml-rs v0.8.2 |
| 695 | 2026-06-17T19:23:17.059Z | Compiling chrono v0.4.44 |
| 696 | 2026-06-17T19:23:17.431Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-17T19:23:20.060Z | Compiling ratatui v0.30.0 |
| 698 | 2026-06-17T19:23:20.737Z | Compiling raw-cpuid v11.6.0 |
| 699 | 2026-06-17T19:23:21.581Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 700 | 2026-06-17T19:23:21.744Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-17T19:23:21.991Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-17T19:23:22.100Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 703 | 2026-06-17T19:23:22.742Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 704 | 2026-06-17T19:23:23.344Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 705 | 2026-06-17T19:23:23.910Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 706 | 2026-06-17T19:23:24.290Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 707 | 2026-06-17T19:23:24.802Z | Compiling tracing-log v0.2.0 |
| 708 | 2026-06-17T19:23:25.086Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 709 | 2026-06-17T19:23:25.089Z | Compiling sharded-slab v0.1.7 |
| 710 | 2026-06-17T19:23:25.544Z | Compiling matchers v0.2.0 |
| 711 | 2026-06-17T19:23:25.547Z | Compiling termios v0.3.3 |
| 712 | 2026-06-17T19:23:25.548Z | Compiling thread_local v1.1.9 |
| 713 | 2026-06-17T19:23:25.548Z | Compiling splitty v1.0.2 |
| 714 | 2026-06-17T19:23:25.651Z | Compiling nu-ansi-term v0.50.3 |
| 715 | 2026-06-17T19:23:25.842Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 716 | 2026-06-17T19:23:25.858Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 717 | 2026-06-17T19:23:25.870Z | Compiling tracing-subscriber v0.3.23 |
| 718 | 2026-06-17T19:23:26.205Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 719 | 2026-06-17T19:23:26.290Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 720 | 2026-06-17T19:23:27.673Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 721 | 2026-06-17T19:23:28.267Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 722 | 2026-06-17T19:23:28.535Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 723 | 2026-06-17T19:23:30.811Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 724 | 2026-06-17T19:23:31.154Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 725 | 2026-06-17T19:23:32.688Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 726 | 2026-06-17T19:23:32.873Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 727 | 2026-06-17T19:23:33.196Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 728 | 2026-06-17T19:23:34.030Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 729 | 2026-06-17T19:23:38.484Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 730 | 2026-06-17T19:23:39.077Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 731 | 2026-06-17T19:23:39.468Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 732 | 2026-06-17T19:23:42.721Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 733 | 2026-06-17T19:23:44.175Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 734 | 2026-06-17T19:23:44.367Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 735 | 2026-06-17T19:23:46.668Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 736 | 2026-06-17T19:23:46.880Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 737 | 2026-06-17T19:23:49.002Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 738 | 2026-06-17T19:23:50.666Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 739 | 2026-06-17T19:23:50.939Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 740 | 2026-06-17T19:23:53.176Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 741 | 2026-06-17T19:23:53.277Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 742 | 2026-06-17T19:23:55.853Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 743 | 2026-06-17T19:23:56.864Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 744 | 2026-06-17T19:23:57.003Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 745 | 2026-06-17T19:23:57.034Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 746 | 2026-06-17T19:23:57.363Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 747 | 2026-06-17T19:23:57.779Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 748 | 2026-06-17T19:24:00.129Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 749 | 2026-06-17T19:24:00.650Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 750 | 2026-06-17T19:24:00.737Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 751 | 2026-06-17T19:24:01.316Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 752 | 2026-06-17T19:24:02.676Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 753 | 2026-06-17T19:24:02.761Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 754 | 2026-06-17T19:24:03.443Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 755 | 2026-06-17T19:24:04.204Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 756 | 2026-06-17T19:24:04.608Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 757 | 2026-06-17T19:24:08.179Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 758 | 2026-06-17T19:24:08.195Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 759 | 2026-06-17T19:24:08.348Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 760 | 2026-06-17T19:24:09.429Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 761 | 2026-06-17T19:24:09.755Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 762 | 2026-06-17T19:24:10.795Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 763 | 2026-06-17T19:24:11.148Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 764 | 2026-06-17T19:24:12.741Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 765 | 2026-06-17T19:24:13.423Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 766 | 2026-06-17T19:24:14.002Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 767 | 2026-06-17T19:24:14.845Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 768 | 2026-06-17T19:24:15.579Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 769 | 2026-06-17T19:24:15.885Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 770 | 2026-06-17T19:24:17.240Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 771 | 2026-06-17T19:24:38.155Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 772 | 2026-06-17T19:25:39.377Z | pkg://helios/developer/debug/humility@0.13.0.703,5.11-3.0:20260617T192445Z |
| 773 | 2026-06-17T19:25:39.377Z | PUBLISHED |
| 774 | 2026-06-17T19:25:39.601Z | Retrieving packages for publisher helios ... |
| 775 | 2026-06-17T19:25:39.604Z | Retrieving catalog 'helios' ... Done |
| 776 | 2026-06-17T19:25:39.604Z | Retrieving and evaluating 1 package(s)... |
| 777 | 2026-06-17T19:25:39.604Z | Fetching manifests: 1/1 100% complete |
| 778 | 2026-06-17T19:25:39.604Z | Fetching manifests: 1/1 100% complete |
| 779 | 2026-06-17T19:25:39.604Z | |
| 780 | 2026-06-17T19:25:39.604Z | Archiving packages ... |
| 781 | 2026-06-17T19:25:39.604Z | Packages to add: 1 |
| 782 | 2026-06-17T19:25:39.604Z | Files to retrieve: 1 |
| 783 | 2026-06-17T19:25:39.604Z | Estimated transfer size: 137.52 MB |
| 784 | 2026-06-17T19:25:39.604Z | |
| 785 | 2026-06-17T19:25:39.604Z | Packages to archive: |
| 786 | 2026-06-17T19:25:39.604Z | developer/debug/humility@0.13.0.703,5.11-3.0:20260617T192445Z |
| 787 | 2026-06-17T19:25:39.604Z | |
| 788 | 2026-06-17T19:25:39.604Z | Download: 0/1 items 0.0/137.5MB 0% complete |
| 789 | 2026-06-17T19:25:39.856Z | Download: Completed 137.52 MB in 0.25 seconds (552M/s) |
| 790 | 2026-06-17T19:25:39.866Z | Archiving: 1/10 items 0.0/137.5MB 0% complete |
| 791 | 2026-06-17T19:25:39.906Z | Archiving: Completed 137.53 MB in 0.05 seconds |
| 792 | 2026-06-17T19:25:39.948Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.703-3.0.p5p. |
| 793 | 2026-06-17T19:25:39.956Z | |
| 794 | 2026-06-17T19:25:39.960Z | real 4:35.406808371 |
| 795 | 2026-06-17T19:25:39.960Z | user 22:33.523235776 |
| 796 | 2026-06-17T19:25:39.960Z | sys 1:36.918344568 |
| 797 | 2026-06-17T19:25:39.960Z | trap 0.675861131 |
| 798 | 2026-06-17T19:25:39.960Z | tflt 1.320392711 |
| 799 | 2026-06-17T19:25:39.960Z | dflt 1.618477690 |
| 800 | 2026-06-17T19:25:39.960Z | kflt 0.009738322 |
| 801 | 2026-06-17T19:25:39.961Z | lock 1:34:36.503823303 |
| 802 | 2026-06-17T19:25:39.961Z | slp 1:12:50.841090220 |
| 803 | 2026-06-17T19:25:39.961Z | lat 1:22.906874943 |
| 804 | 2026-06-17T19:25:39.961Z | stop 1:10.952964272 |
| 805 | 2026-06-17T19:25:39.961Z | + banner copy |
| 806 | 2026-06-17T19:25:39.961Z | |
| 807 | 2026-06-17T19:25:39.961Z | #### #### ##### # # |
| 808 | 2026-06-17T19:25:39.961Z | # # # # # # # # |
| 809 | 2026-06-17T19:25:39.961Z | # # # # # # |
| 810 | 2026-06-17T19:25:39.961Z | # # # ##### # |
| 811 | 2026-06-17T19:25:39.961Z | # # # # # # |
| 812 | 2026-06-17T19:25:39.961Z | #### #### # # |
| 813 | 2026-06-17T19:25:39.961Z | |
| 814 | 2026-06-17T19:25:39.961Z | + pfexec mkdir -p /out |
| 815 | 2026-06-17T19:25:39.964Z | + pfexec chown 12345 /out |
| 816 | 2026-06-17T19:25:39.964Z | + PKG_NAME=/out/humility.p5p |
| 817 | 2026-06-17T19:25:39.964Z | + mv pkg/packages/repo/humility-0.13.0.703-3.0.p5p /out/humility.p5p |
| 818 | 2026-06-17T19:25:40.060Z | + sha256sum /out/humility.p5p |
| 819 | 2026-06-17T19:25:40.140Z | process exited: duration 281382 ms, exit code 0 |
| |
| 820 | 2026-06-17T19:25:40.152Z | found 2 output files |
| 821 | 2026-06-17T19:25:40.152Z | uploading: /out/humility.p5p (144220160 bytes) |
| 822 | 2026-06-17T19:25:42.243Z | uploaded: /out/humility.p5p |
| 823 | 2026-06-17T19:25:42.243Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 824 | 2026-06-17T19:25:43.257Z | uploaded: /out/humility.p5p.sha256 |