|
|
|
| 1 | 2026-06-10T14:55:15.423Z | job assigned to worker 01KTS0DZJA8E9NAEHKW0727RP6 [factory aws, i-00aa1018a48818898] (queued for 59 s) |
| |
| 2 | 2026-06-10T14:55:21.569Z | starting task 0: "setup" |
| 3 | 2026-06-10T14:55:21.574Z | ++ uname -s |
| 4 | 2026-06-10T14:55:21.577Z | + kern=SunOS |
| 5 | 2026-06-10T14:55:21.577Z | + build_user=build |
| 6 | 2026-06-10T14:55:21.577Z | + build_uid=12345 |
| 7 | 2026-06-10T14:55:21.577Z | + work_dir=/work |
| 8 | 2026-06-10T14:55:21.577Z | + input_dir=/input |
| 9 | 2026-06-10T14:55:21.577Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T14:55:21.577Z | + case "$kern" in |
| 11 | 2026-06-10T14:55:21.577Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T14:55:21.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T14:55:23.583Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T14:55:23.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T14:55:23.667Z | + home_fs=zfs |
| 16 | 2026-06-10T14:55:23.667Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T14:55:23.667Z | + mkdir -p /home/build |
| 18 | 2026-06-10T14:55:23.667Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T14:55:25.668Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T14:55:25.671Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-06-10T14:55:25.676Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T14:55:25.680Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-10T14:55:25.680Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-10T14:55:25.680Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-10T14:55:25.680Z | * rust toolchain profile = "default" |
| 26 | 2026-06-10T14:55:25.680Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T14:55:25.680Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T14:55:25.683Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T14:55:25.683Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-10T14:55:25.787Z | info: downloading installer |
| 31 | 2026-06-10T14:55:27.240Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T14:55:27.240Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T14:55:27.240Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T14:55:27.240Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T14:55:27.253Z | info: profile set to default |
| 36 | 2026-06-10T14:55:27.253Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T14:55:27.256Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-10T14:55:27.391Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-10T14:55:27.394Z | info: downloading 6 components |
| 40 | 2026-06-10T14:55:43.453Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-10T14:55:43.453Z | |
| 42 | 2026-06-10T14:55:43.482Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-10T14:55:43.482Z | |
| 44 | 2026-06-10T14:55:43.482Z | |
| 45 | 2026-06-10T14:55:43.482Z | Rust is installed now. Great! |
| 46 | 2026-06-10T14:55:43.482Z | |
| 47 | 2026-06-10T14:55:43.485Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T14:55:43.485Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T14:55:43.485Z | |
| 50 | 2026-06-10T14:55:43.485Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T14:55:43.485Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T14:55:43.485Z | |
| 53 | 2026-06-10T14:55:43.485Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T14:55:43.485Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T14:55:43.485Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T14:55:43.485Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T14:55:43.485Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T14:55:43.485Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T14:55:43.485Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T14:55:43.485Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T14:55:43.485Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T14:55:43.584Z | + rustup --version |
| 63 | 2026-06-10T14:55:43.591Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T14:55:43.595Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T14:55:43.613Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-10T14:55:43.617Z | + cargo --version |
| 67 | 2026-06-10T14:55:43.629Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-10T14:55:43.632Z | + rustc --version |
| 69 | 2026-06-10T14:55:43.651Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-10T14:55:43.654Z | process exited: duration 17976 ms, exit code 0 |
| |
| 71 | 2026-06-10T14:55:43.660Z | starting task 2: "authentication" |
| 72 | 2026-06-10T14:55:43.679Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-10T14:55:43.685Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T14:55:43.688Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-10T14:55:43.691Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-10T14:55:43.724Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-10T14:56:00.666Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-10T14:56:00.672Z | + git fetch origin ae08967cf1f398f079df7a7384f46a81d2efd641 |
| 79 | 2026-06-10T14:56:00.945Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-10T14:56:00.945Z | * branch ae08967cf1f398f079df7a7384f46a81d2efd641 -> FETCH_HEAD |
| 81 | 2026-06-10T14:56:00.952Z | + [[ -n humility-dump-lib ]] |
| 82 | 2026-06-10T14:56:00.955Z | ++ git branch --show-current |
| 83 | 2026-06-10T14:56:00.956Z | + current=master |
| 84 | 2026-06-10T14:56:00.956Z | + [[ master != humility-dump-lib ]] |
| 85 | 2026-06-10T14:56:00.956Z | + git branch -f humility-dump-lib ae08967cf1f398f079df7a7384f46a81d2efd641 |
| 86 | 2026-06-10T14:56:00.959Z | + git checkout -f humility-dump-lib |
| 87 | 2026-06-10T14:56:01.751Z | Switched to branch 'humility-dump-lib' |
| 88 | 2026-06-10T14:56:01.758Z | + git reset --hard ae08967cf1f398f079df7a7384f46a81d2efd641 |
| 89 | 2026-06-10T14:56:01.762Z | HEAD is now at ae08967c Introduce `humility-dump-lib` |
| 90 | 2026-06-10T14:56:01.766Z | process exited: duration 18077 ms, exit code 0 |
| |
| 91 | 2026-06-10T14:56:01.774Z | starting task 4: "build" |
| 92 | 2026-06-10T14:56:01.779Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-10T14:56:01.779Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-10T14:56:01.779Z | + banner deps |
| 95 | 2026-06-10T14:56:01.779Z | |
| 96 | 2026-06-10T14:56:01.779Z | ##### ###### ##### #### |
| 97 | 2026-06-10T14:56:01.780Z | # # # # # # |
| 98 | 2026-06-10T14:56:01.780Z | # # ##### # # #### |
| 99 | 2026-06-10T14:56:01.780Z | # # # ##### # |
| 100 | 2026-06-10T14:56:01.780Z | # # # # # # |
| 101 | 2026-06-10T14:56:01.780Z | ##### ###### # #### |
| 102 | 2026-06-10T14:56:01.780Z | |
| 103 | 2026-06-10T14:56:01.780Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-10T14:56:01.780Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-10T14:56:01.780Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-10T14:56:03.786Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-10T14:56:03.880Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-10T14:56:05.303Z | Planning: Solver setup ... Done (0.284s) |
| 109 | 2026-06-10T14:56:05.340Z | Planning: Running solver ... Done (0.023s) |
| 110 | 2026-06-10T14:56:05.340Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-10T14:56:05.340Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-10T14:56:05.340Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-10T14:56:05.340Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-10T14:56:05.340Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-10T14:56:05.340Z | Planning: Checking for conflicting actions ... Done (0.176s) |
| 116 | 2026-06-10T14:56:05.340Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-10T14:56:05.340Z | Planning: Evaluating mediators ... Done (0.809s) |
| 118 | 2026-06-10T14:56:05.340Z | Planning: Planning completed in 1.35 seconds |
| 119 | 2026-06-10T14:56:05.340Z | Packages to install: 2 |
| 120 | 2026-06-10T14:56:05.340Z | Estimated space available: 155.77 GB |
| 121 | 2026-06-10T14:56:05.340Z | Estimated space to be consumed: 17.61 MB |
| 122 | 2026-06-10T14:56:05.340Z | Create boot environment: No |
| 123 | 2026-06-10T14:56:05.340Z | Create backup boot environment: No |
| 124 | 2026-06-10T14:56:05.340Z | Rebuild boot archive: No |
| 125 | 2026-06-10T14:56:05.341Z | |
| 126 | 2026-06-10T14:56:05.341Z | Changed packages: |
| 127 | 2026-06-10T14:56:05.341Z | helios |
| 128 | 2026-06-10T14:56:05.341Z | library/libftdi1 |
| 129 | 2026-06-10T14:56:05.341Z | None -> 1.5-3.0 |
| 130 | 2026-06-10T14:56:05.341Z | ooce/library/libusb-1 |
| 131 | 2026-06-10T14:56:05.341Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-10T14:56:05.341Z | |
| 133 | 2026-06-10T14:56:05.341Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-10T14:56:05.357Z | Download: Completed 377.70 kB in 0.05 seconds (8.0M/s) |
| 135 | 2026-06-10T14:56:05.402Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-10T14:56:05.427Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-10T14:56:05.453Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-06-10T14:56:05.453Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-10T14:56:05.472Z | Finalize: Updating image state ... Done (0.022s) |
| 140 | 2026-06-10T14:56:07.825Z | Finalize: Creating fast lookup database ... Done (2.330s) |
| 141 | 2026-06-10T14:56:07.896Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-06-10T14:56:07.901Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-10T14:56:07.991Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-10T14:56:08.083Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-10T14:56:08.291Z | FMRI IFO |
| 146 | 2026-06-10T14:56:08.291Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-10T14:56:08.291Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-10T14:56:08.327Z | + cargo --version |
| 149 | 2026-06-10T14:56:08.336Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-10T14:56:08.339Z | + rustc --version |
| 151 | 2026-06-10T14:56:08.359Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-10T14:56:08.365Z | + banner package |
| 153 | 2026-06-10T14:56:08.365Z | |
| 154 | 2026-06-10T14:56:08.365Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-10T14:56:08.365Z | # # # # # # # # # # # # # |
| 156 | 2026-06-10T14:56:08.365Z | # # # # # #### # # # ##### |
| 157 | 2026-06-10T14:56:08.365Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-10T14:56:08.366Z | # # # # # # # # # # # # |
| 159 | 2026-06-10T14:56:08.366Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-10T14:56:08.366Z | |
| 161 | 2026-06-10T14:56:08.366Z | + ptime -m cargo xtask package |
| 162 | 2026-06-10T14:56:08.464Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 163 | 2026-06-10T14:56:08.786Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 164 | 2026-06-10T14:56:09.308Z | Updating git repository `https://github.com/oxidecomputer/rusb` |
| 165 | 2026-06-10T14:56:09.733Z | Updating git submodule `https://github.com/libusb/libusb.git` |
| 166 | 2026-06-10T14:56:10.583Z | Updating crates.io index |
| 167 | 2026-06-10T14:56:10.587Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 168 | 2026-06-10T14:56:10.896Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 169 | 2026-06-10T14:56:11.165Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 170 | 2026-06-10T14:56:11.498Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 171 | 2026-06-10T14:56:12.449Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 172 | 2026-06-10T14:56:12.449Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 173 | 2026-06-10T14:56:12.449Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 174 | 2026-06-10T14:56:16.237Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 175 | 2026-06-10T14:56:16.613Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 176 | 2026-06-10T14:56:16.898Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 177 | 2026-06-10T14:56:17.149Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 178 | 2026-06-10T14:56:17.414Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 179 | 2026-06-10T14:56:17.756Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 180 | 2026-06-10T14:56:18.522Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 181 | 2026-06-10T14:56:21.121Z | Downloading crates ... |
| 182 | 2026-06-10T14:56:21.172Z | Downloaded strsim v0.11.1 |
| 183 | 2026-06-10T14:56:21.172Z | Downloaded thiserror v2.0.18 |
| 184 | 2026-06-10T14:56:21.172Z | Downloaded semver v1.0.28 |
| 185 | 2026-06-10T14:56:21.172Z | Downloaded is_terminal_polyfill v1.70.2 |
| 186 | 2026-06-10T14:56:21.172Z | Downloaded colorchoice v1.0.5 |
| 187 | 2026-06-10T14:56:21.172Z | Downloaded percent-encoding v2.3.2 |
| 188 | 2026-06-10T14:56:21.172Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 189 | 2026-06-10T14:56:21.172Z | Downloaded serde_spanned v1.1.1 |
| 190 | 2026-06-10T14:56:21.172Z | Downloaded cargo-platform v0.3.3 |
| 191 | 2026-06-10T14:56:21.172Z | Downloaded anstyle-query v1.1.5 |
| 192 | 2026-06-10T14:56:21.172Z | Downloaded itoa v1.0.18 |
| 193 | 2026-06-10T14:56:21.172Z | Downloaded clap_lex v1.1.0 |
| 194 | 2026-06-10T14:56:21.172Z | Downloaded zmij v1.0.21 |
| 195 | 2026-06-10T14:56:21.172Z | Downloaded utf8parse v0.2.2 |
| 196 | 2026-06-10T14:56:21.172Z | Downloaded heck v0.5.0 |
| 197 | 2026-06-10T14:56:21.172Z | Downloaded equivalent v1.0.2 |
| 198 | 2026-06-10T14:56:21.172Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-10T14:56:21.172Z | Downloaded anstyle-parse v1.0.0 |
| 200 | 2026-06-10T14:56:21.173Z | Downloaded anstyle v1.0.14 |
| 201 | 2026-06-10T14:56:21.173Z | Downloaded lazy_static v1.5.0 |
| 202 | 2026-06-10T14:56:21.173Z | Downloaded quote v1.0.45 |
| 203 | 2026-06-10T14:56:21.173Z | Downloaded cargo_metadata v0.23.1 |
| 204 | 2026-06-10T14:56:21.173Z | Downloaded anyhow v1.0.102 |
| 205 | 2026-06-10T14:56:21.173Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-06-10T14:56:21.173Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-10T14:56:21.173Z | Downloaded anstream v1.0.0 |
| 208 | 2026-06-10T14:56:21.173Z | Downloaded clap_derive v4.6.1 |
| 209 | 2026-06-10T14:56:21.173Z | Downloaded cargo-readme v3.3.2 |
| 210 | 2026-06-10T14:56:21.173Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-06-10T14:56:21.173Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-10T14:56:21.173Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 213 | 2026-06-10T14:56:21.173Z | Downloaded camino v1.2.2 |
| 214 | 2026-06-10T14:56:21.173Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-06-10T14:56:21.173Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-06-10T14:56:21.188Z | Downloaded serde v1.0.228 |
| 217 | 2026-06-10T14:56:21.188Z | Downloaded clap v4.6.1 |
| 218 | 2026-06-10T14:56:21.188Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-10T14:56:21.195Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-10T14:56:21.195Z | Downloaded hashbrown v0.17.0 |
| 221 | 2026-06-10T14:56:21.195Z | Downloaded serde_json v1.0.149 |
| 222 | 2026-06-10T14:56:21.195Z | Downloaded clap_builder v4.6.0 |
| 223 | 2026-06-10T14:56:21.265Z | Downloaded regex v1.12.3 |
| 224 | 2026-06-10T14:56:21.266Z | Downloaded winnow v1.0.2 |
| 225 | 2026-06-10T14:56:21.266Z | Downloaded aho-corasick v1.1.4 |
| 226 | 2026-06-10T14:56:21.266Z | Downloaded syn v2.0.117 |
| 227 | 2026-06-10T14:56:21.266Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-06-10T14:56:21.266Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-06-10T14:56:21.285Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-10T14:56:21.285Z | Compiling serde_core v1.0.228 |
| 231 | 2026-06-10T14:56:21.323Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-10T14:56:21.323Z | Compiling quote v1.0.45 |
| 233 | 2026-06-10T14:56:21.324Z | Compiling memchr v2.8.0 |
| 234 | 2026-06-10T14:56:21.324Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-06-10T14:56:21.324Z | Compiling zmij v1.0.21 |
| 236 | 2026-06-10T14:56:21.324Z | Compiling colorchoice v1.0.5 |
| 237 | 2026-06-10T14:56:21.482Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-06-10T14:56:21.490Z | Compiling anstyle-query v1.1.5 |
| 239 | 2026-06-10T14:56:21.516Z | Compiling anstyle v1.0.14 |
| 240 | 2026-06-10T14:56:21.740Z | Compiling serde v1.0.228 |
| 241 | 2026-06-10T14:56:21.824Z | Compiling is_terminal_polyfill v1.70.2 |
| 242 | 2026-06-10T14:56:21.824Z | Compiling heck v0.5.0 |
| 243 | 2026-06-10T14:56:21.824Z | Compiling anstream v1.0.0 |
| 244 | 2026-06-10T14:56:21.864Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-06-10T14:56:21.864Z | Compiling winnow v1.0.2 |
| 246 | 2026-06-10T14:56:21.908Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-06-10T14:56:21.921Z | Compiling serde_json v1.0.149 |
| 248 | 2026-06-10T14:56:22.067Z | Compiling clap_lex v1.1.0 |
| 249 | 2026-06-10T14:56:22.082Z | Compiling camino v1.2.2 |
| 250 | 2026-06-10T14:56:22.131Z | Compiling thiserror v2.0.18 |
| 251 | 2026-06-10T14:56:22.174Z | Compiling strsim v0.11.1 |
| 252 | 2026-06-10T14:56:22.320Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-06-10T14:56:22.538Z | Compiling clap_builder v4.6.0 |
| 254 | 2026-06-10T14:56:22.592Z | Compiling syn v2.0.117 |
| 255 | 2026-06-10T14:56:22.656Z | Compiling anyhow v1.0.102 |
| 256 | 2026-06-10T14:56:22.936Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-10T14:56:23.002Z | Compiling itoa v1.0.18 |
| 258 | 2026-06-10T14:56:23.149Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-06-10T14:56:23.210Z | Compiling percent-encoding v2.3.2 |
| 260 | 2026-06-10T14:56:23.245Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-06-10T14:56:23.625Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-06-10T14:56:23.695Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 263 | 2026-06-10T14:56:23.923Z | Compiling cargo-platform v0.3.3 |
| 264 | 2026-06-10T14:56:23.978Z | Compiling toml v1.1.2+spec-1.1.0 |
| 265 | 2026-06-10T14:56:24.014Z | Compiling semver v1.0.28 |
| 266 | 2026-06-10T14:56:24.949Z | Compiling regex v1.12.3 |
| 267 | 2026-06-10T14:56:25.066Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-10T14:56:25.075Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-10T14:56:25.075Z | Compiling clap_derive v4.6.1 |
| 270 | 2026-06-10T14:56:26.298Z | Compiling clap v4.6.1 |
| 271 | 2026-06-10T14:56:27.213Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-10T14:56:27.214Z | Compiling cargo_metadata v0.23.1 |
| 273 | 2026-06-10T14:56:28.175Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-06-10T14:56:29.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.15s |
| 275 | 2026-06-10T14:56:29.624Z | Running `target/debug/xtask package` |
| 276 | 2026-06-10T14:56:33.781Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-06-10T14:56:33.781Z | Compiling quote v1.0.45 |
| 278 | 2026-06-10T14:56:33.781Z | Compiling unicode-ident v1.0.24 |
| 279 | 2026-06-10T14:56:33.781Z | Compiling serde_core v1.0.228 |
| 280 | 2026-06-10T14:56:33.784Z | Compiling libc v0.2.186 |
| 281 | 2026-06-10T14:56:33.784Z | Compiling serde v1.0.228 |
| 282 | 2026-06-10T14:56:33.784Z | Compiling cfg-if v1.0.4 |
| 283 | 2026-06-10T14:56:33.785Z | Compiling autocfg v1.5.0 |
| 284 | 2026-06-10T14:56:33.903Z | Compiling shlex v1.3.0 |
| 285 | 2026-06-10T14:56:33.940Z | Compiling find-msvc-tools v0.1.9 |
| 286 | 2026-06-10T14:56:34.078Z | Compiling log v0.4.29 |
| 287 | 2026-06-10T14:56:34.170Z | Compiling typenum v1.20.0 |
| 288 | 2026-06-10T14:56:34.175Z | Compiling scopeguard v1.2.0 |
| 289 | 2026-06-10T14:56:34.179Z | Compiling memchr v2.8.0 |
| 290 | 2026-06-10T14:56:34.362Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-10T14:56:34.614Z | Compiling jobserver v0.1.34 |
| 292 | 2026-06-10T14:56:34.614Z | Compiling errno v0.3.14 |
| 293 | 2026-06-10T14:56:34.634Z | Compiling thiserror v2.0.18 |
| 294 | 2026-06-10T14:56:34.767Z | Compiling heck v0.5.0 |
| 295 | 2026-06-10T14:56:35.147Z | Compiling cc v1.2.61 |
| 296 | 2026-06-10T14:56:35.172Z | Compiling pkg-config v0.3.33 |
| 297 | 2026-06-10T14:56:35.172Z | Compiling foldhash v0.2.0 |
| 298 | 2026-06-10T14:56:35.172Z | Compiling syn v2.0.117 |
| 299 | 2026-06-10T14:56:35.182Z | Compiling smallvec v1.15.1 |
| 300 | 2026-06-10T14:56:35.268Z | Compiling equivalent v1.0.2 |
| 301 | 2026-06-10T14:56:35.356Z | Compiling zeroize v1.8.2 |
| 302 | 2026-06-10T14:56:35.441Z | Compiling anyhow v1.0.102 |
| 303 | 2026-06-10T14:56:35.449Z | Compiling strsim v0.11.1 |
| 304 | 2026-06-10T14:56:35.566Z | Compiling zerocopy v0.8.48 |
| 305 | 2026-06-10T14:56:35.651Z | Compiling syn v1.0.109 |
| 306 | 2026-06-10T14:56:35.743Z | Compiling rustix v1.1.4 |
| 307 | 2026-06-10T14:56:35.757Z | Compiling libm v0.2.16 |
| 308 | 2026-06-10T14:56:35.996Z | Compiling num-traits v0.2.19 |
| 309 | 2026-06-10T14:56:36.083Z | Compiling bitflags v2.11.1 |
| 310 | 2026-06-10T14:56:36.090Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-10T14:56:36.241Z | Compiling version_check v0.9.5 |
| 312 | 2026-06-10T14:56:36.265Z | Compiling rustversion v1.0.22 |
| 313 | 2026-06-10T14:56:36.520Z | Compiling generic-array v0.14.7 |
| 314 | 2026-06-10T14:56:36.555Z | Compiling hybrid-array v0.4.11 |
| 315 | 2026-06-10T14:56:36.630Z | Compiling crossbeam-utils v0.8.21 |
| 316 | 2026-06-10T14:56:36.712Z | Compiling zmij v1.0.21 |
| 317 | 2026-06-10T14:56:36.990Z | Compiling aho-corasick v1.1.4 |
| 318 | 2026-06-10T14:56:37.025Z | Compiling ident_case v1.0.1 |
| 319 | 2026-06-10T14:56:37.140Z | Compiling regex-syntax v0.8.10 |
| 320 | 2026-06-10T14:56:37.735Z | Compiling allocator-api2 v0.2.21 |
| 321 | 2026-06-10T14:56:38.112Z | Compiling darling_core v0.23.0 |
| 322 | 2026-06-10T14:56:38.364Z | Compiling once_cell v1.21.4 |
| 323 | 2026-06-10T14:56:38.507Z | Compiling static_assertions v1.1.0 |
| 324 | 2026-06-10T14:56:38.578Z | Compiling hashbrown v0.16.1 |
| 325 | 2026-06-10T14:56:38.621Z | Compiling crypto-common v0.2.1 |
| 326 | 2026-06-10T14:56:38.698Z | Compiling spin v0.9.8 |
| 327 | 2026-06-10T14:56:38.917Z | Compiling regex-automata v0.4.14 |
| 328 | 2026-06-10T14:56:38.991Z | Compiling serde_derive v1.0.228 |
| 329 | 2026-06-10T14:56:39.301Z | Compiling thiserror-impl v2.0.18 |
| 330 | 2026-06-10T14:56:39.924Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-06-10T14:56:40.288Z | Compiling darling_macro v0.23.0 |
| 332 | 2026-06-10T14:56:40.379Z | Compiling byteorder v1.5.0 |
| 333 | 2026-06-10T14:56:40.674Z | Compiling base64ct v1.8.3 |
| 334 | 2026-06-10T14:56:40.692Z | Compiling itoa v1.0.18 |
| 335 | 2026-06-10T14:56:40.829Z | Compiling typeid v1.0.3 |
| 336 | 2026-06-10T14:56:40.928Z | Compiling pem-rfc7468 v0.7.0 |
| 337 | 2026-06-10T14:56:41.003Z | Compiling darling v0.23.0 |
| 338 | 2026-06-10T14:56:41.079Z | Compiling regex v1.12.3 |
| 339 | 2026-06-10T14:56:41.107Z | Compiling der_derive v0.7.3 |
| 340 | 2026-06-10T14:56:41.812Z | Compiling clap_derive v4.6.1 |
| 341 | 2026-06-10T14:56:42.044Z | Compiling block-buffer v0.10.4 |
| 342 | 2026-06-10T14:56:42.196Z | Compiling crypto-common v0.1.7 |
| 343 | 2026-06-10T14:56:42.315Z | Compiling hashbrown v0.17.0 |
| 344 | 2026-06-10T14:56:42.329Z | Compiling getrandom v0.2.17 |
| 345 | 2026-06-10T14:56:42.564Z | Compiling unicode-width v0.2.2 |
| 346 | 2026-06-10T14:56:42.877Z | Compiling radium v0.7.0 |
| 347 | 2026-06-10T14:56:43.045Z | Compiling utf8parse v0.2.2 |
| 348 | 2026-06-10T14:56:43.100Z | Compiling cmov v0.5.3 |
| 349 | 2026-06-10T14:56:43.152Z | Compiling flagset v0.4.7 |
| 350 | 2026-06-10T14:56:43.182Z | Compiling stable_deref_trait v1.2.1 |
| 351 | 2026-06-10T14:56:43.263Z | Compiling crc32fast v1.5.0 |
| 352 | 2026-06-10T14:56:43.287Z | Compiling either v1.15.0 |
| 353 | 2026-06-10T14:56:43.329Z | Compiling ctutils v0.4.2 |
| 354 | 2026-06-10T14:56:43.505Z | Compiling der v0.7.10 |
| 355 | 2026-06-10T14:56:43.577Z | Compiling anstyle-parse v1.0.0 |
| 356 | 2026-06-10T14:56:43.582Z | Compiling indexmap v2.14.0 |
| 357 | 2026-06-10T14:56:43.583Z | Compiling rand_core v0.6.4 |
| 358 | 2026-06-10T14:56:43.802Z | Compiling digest v0.10.7 |
| 359 | 2026-06-10T14:56:43.861Z | Compiling crossbeam-epoch v0.9.18 |
| 360 | 2026-06-10T14:56:44.030Z | Compiling block-buffer v0.12.0 |
| 361 | 2026-06-10T14:56:44.219Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 362 | 2026-06-10T14:56:44.484Z | Compiling tap v1.0.1 |
| 363 | 2026-06-10T14:56:44.509Z | Compiling simd-adler32 v0.3.9 |
| 364 | 2026-06-10T14:56:44.594Z | Compiling const-oid v0.10.2 |
| 365 | 2026-06-10T14:56:44.632Z | Compiling anstyle-query v1.1.5 |
| 366 | 2026-06-10T14:56:44.640Z | Compiling anstyle v1.0.14 |
| 367 | 2026-06-10T14:56:44.734Z | Compiling colorchoice v1.0.5 |
| 368 | 2026-06-10T14:56:44.855Z | Compiling cpufeatures v0.3.0 |
| 369 | 2026-06-10T14:56:44.913Z | Compiling is_terminal_polyfill v1.70.2 |
| 370 | 2026-06-10T14:56:44.921Z | Compiling powerfmt v0.2.0 |
| 371 | 2026-06-10T14:56:44.927Z | Compiling digest v0.11.2 |
| 372 | 2026-06-10T14:56:45.002Z | Compiling anstream v1.0.0 |
| 373 | 2026-06-10T14:56:45.160Z | Compiling deranged v0.5.8 |
| 374 | 2026-06-10T14:56:45.196Z | Compiling wyz v0.5.1 |
| 375 | 2026-06-10T14:56:45.199Z | Compiling spki v0.7.3 |
| 376 | 2026-06-10T14:56:45.517Z | Compiling ppv-lite86 v0.2.21 |
| 377 | 2026-06-10T14:56:45.603Z | Compiling crossbeam-deque v0.8.6 |
| 378 | 2026-06-10T14:56:45.906Z | Compiling maybe-uninit v2.0.0 |
| 379 | 2026-06-10T14:56:46.042Z | Compiling adler2 v2.0.1 |
| 380 | 2026-06-10T14:56:46.116Z | Compiling funty v2.0.0 |
| 381 | 2026-06-10T14:56:46.186Z | Compiling time-core v0.1.8 |
| 382 | 2026-06-10T14:56:46.262Z | Compiling num-conv v0.2.1 |
| 383 | 2026-06-10T14:56:46.335Z | Compiling cpufeatures v0.2.17 |
| 384 | 2026-06-10T14:56:46.400Z | Compiling num_threads v0.1.7 |
| 385 | 2026-06-10T14:56:46.409Z | Compiling sha2 v0.10.9 |
| 386 | 2026-06-10T14:56:46.490Z | Compiling time v0.3.47 |
| 387 | 2026-06-10T14:56:46.955Z | Compiling bitvec v1.0.1 |
| 388 | 2026-06-10T14:56:47.139Z | Compiling miniz_oxide v0.8.9 |
| 389 | 2026-06-10T14:56:47.156Z | Compiling rand_chacha v0.3.1 |
| 390 | 2026-06-10T14:56:47.181Z | Compiling lazy_static v1.5.0 |
| 391 | 2026-06-10T14:56:47.267Z | Compiling num-integer v0.1.46 |
| 392 | 2026-06-10T14:56:47.374Z | Compiling terminal_size v0.4.4 |
| 393 | 2026-06-10T14:56:47.527Z | Compiling indexmap v1.9.3 |
| 394 | 2026-06-10T14:56:47.718Z | Compiling getrandom v0.4.2 |
| 395 | 2026-06-10T14:56:47.747Z | Compiling packed_struct v0.10.1 |
| 396 | 2026-06-10T14:56:47.817Z | Compiling zstd-safe v7.2.4 |
| 397 | 2026-06-10T14:56:48.012Z | Compiling rand_core v0.10.1 |
| 398 | 2026-06-10T14:56:48.041Z | Compiling clap_lex v1.1.0 |
| 399 | 2026-06-10T14:56:48.085Z | Compiling num-bigint-dig v0.8.6 |
| 400 | 2026-06-10T14:56:48.296Z | Compiling zlib-rs v0.6.3 |
| 401 | 2026-06-10T14:56:48.476Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-10T14:56:48.520Z | Compiling num-iter v0.1.45 |
| 403 | 2026-06-10T14:56:48.635Z | Compiling rand v0.8.6 |
| 404 | 2026-06-10T14:56:49.169Z | Compiling pkcs8 v0.10.2 |
| 405 | 2026-06-10T14:56:49.195Z | Compiling packed_struct_codegen v0.10.1 |
| 406 | 2026-06-10T14:56:49.262Z | Compiling bitfield-macros v0.19.4 |
| 407 | 2026-06-10T14:56:49.982Z | Compiling inout v0.2.2 |
| 408 | 2026-06-10T14:56:50.135Z | Compiling capstone-sys v0.18.0 |
| 409 | 2026-06-10T14:56:50.154Z | Compiling nodrop v0.1.14 |
| 410 | 2026-06-10T14:56:50.220Z | Compiling twox-hash v2.1.2 |
| 411 | 2026-06-10T14:56:50.241Z | Compiling base64 v0.21.7 |
| 412 | 2026-06-10T14:56:50.379Z | Compiling hashbrown v0.12.3 |
| 413 | 2026-06-10T14:56:50.531Z | Compiling crc-catalog v2.5.0 |
| 414 | 2026-06-10T14:56:50.638Z | Compiling object v0.39.1 |
| 415 | 2026-06-10T14:56:50.815Z | Compiling crc v3.4.0 |
| 416 | 2026-06-10T14:56:50.993Z | Compiling ron v0.8.1 |
| 417 | 2026-06-10T14:56:51.429Z | Compiling flate2 v1.1.9 |
| 418 | 2026-06-10T14:56:52.025Z | Compiling clap v4.6.1 |
| 419 | 2026-06-10T14:56:52.035Z | Compiling ruzstd v0.8.2 |
| 420 | 2026-06-10T14:56:53.821Z | Compiling array-init v0.0.4 |
| 421 | 2026-06-10T14:56:53.958Z | Compiling cipher v0.5.1 |
| 422 | 2026-06-10T14:56:54.203Z | Compiling bitfield v0.19.4 |
| 423 | 2026-06-10T14:56:54.499Z | Compiling pkcs1 v0.7.5 |
| 424 | 2026-06-10T14:56:54.639Z | Compiling smallvec v0.6.14 |
| 425 | 2026-06-10T14:56:55.173Z | Compiling hmac v0.13.0 |
| 426 | 2026-06-10T14:56:55.336Z | Compiling signature v2.2.0 |
| 427 | 2026-06-10T14:56:55.361Z | Compiling env_filter v1.0.1 |
| 428 | 2026-06-10T14:56:55.508Z | Compiling hubpack_derive v0.1.1 |
| 429 | 2026-06-10T14:56:56.009Z | Compiling slog v2.8.2 |
| 430 | 2026-06-10T14:56:56.274Z | Compiling semver v1.0.28 |
| 431 | 2026-06-10T14:56:56.565Z | Compiling cpp_demangle v0.5.1 |
| 432 | 2026-06-10T14:56:56.626Z | Compiling subtle v2.6.1 |
| 433 | 2026-06-10T14:56:56.769Z | Compiling bumpalo v3.20.2 |
| 434 | 2026-06-10T14:56:56.780Z | Compiling libbz2-rs-sys v0.2.3 |
| 435 | 2026-06-10T14:56:56.844Z | Compiling cpubits v0.1.1 |
| 436 | 2026-06-10T14:56:56.912Z | Compiling prettyplease v0.2.37 |
| 437 | 2026-06-10T14:56:56.975Z | Compiling lzss v0.9.1 |
| 438 | 2026-06-10T14:56:57.073Z | Compiling rayon-core v1.13.0 |
| 439 | 2026-06-10T14:56:57.145Z | Compiling jiff v0.2.24 |
| 440 | 2026-06-10T14:56:57.259Z | Compiling portable-atomic v1.13.1 |
| 441 | 2026-06-10T14:56:57.285Z | Compiling serde_json v1.0.149 |
| 442 | 2026-06-10T14:56:57.516Z | Compiling winnow v1.0.2 |
| 443 | 2026-06-10T14:56:57.774Z | Compiling bzip2 v0.6.1 |
| 444 | 2026-06-10T14:56:58.004Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 445 | 2026-06-10T14:56:58.071Z | Compiling zopfli v0.8.3 |
| 446 | 2026-06-10T14:56:59.770Z | Compiling aes v0.9.0 |
| 447 | 2026-06-10T14:57:00.327Z | Compiling env_logger v0.11.10 |
| 448 | 2026-06-10T14:57:00.733Z | Compiling rsa v0.9.10 |
| 449 | 2026-06-10T14:57:01.316Z | Compiling hubpack v0.1.2 |
| 450 | 2026-06-10T14:57:01.342Z | Compiling pbkdf2 v0.13.0 |
| 451 | 2026-06-10T14:57:01.468Z | Compiling serde-hex v0.1.0 |
| 452 | 2026-06-10T14:57:01.582Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 453 | 2026-06-10T14:57:04.289Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 454 | 2026-06-10T14:57:04.508Z | Compiling lzma-rust2 v0.16.2 |
| 455 | 2026-06-10T14:57:04.945Z | Compiling x509-cert v0.2.5 |
| 456 | 2026-06-10T14:57:10.034Z | Compiling sha1 v0.11.0 |
| 457 | 2026-06-10T14:57:10.449Z | Compiling erased-serde v0.3.31 |
| 458 | 2026-06-10T14:57:10.588Z | Compiling serde_with_macros v3.18.0 |
| 459 | 2026-06-10T14:57:11.074Z | Compiling num-derive v0.4.2 |
| 460 | 2026-06-10T14:57:11.372Z | Compiling scroll_derive v0.13.1 |
| 461 | 2026-06-10T14:57:11.643Z | Compiling serde_spanned v1.1.1 |
| 462 | 2026-06-10T14:57:11.787Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 463 | 2026-06-10T14:57:11.986Z | Compiling deflate64 v0.1.12 |
| 464 | 2026-06-10T14:57:12.168Z | Compiling typed-path v0.12.3 |
| 465 | 2026-06-10T14:57:12.285Z | Compiling hex v0.4.3 |
| 466 | 2026-06-10T14:57:12.571Z | Compiling void v1.0.2 |
| 467 | 2026-06-10T14:57:12.579Z | Compiling crc-any v2.5.0 |
| 468 | 2026-06-10T14:57:12.676Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-10T14:57:12.774Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 470 | 2026-06-10T14:57:13.035Z | Compiling ppmd-rust v1.4.0 |
| 471 | 2026-06-10T14:57:13.076Z | Compiling constant_time_eq v0.4.2 |
| 472 | 2026-06-10T14:57:13.356Z | Compiling toml v1.1.2+spec-1.1.0 |
| 473 | 2026-06-10T14:57:13.499Z | Compiling gimli v0.33.0 |
| 474 | 2026-06-10T14:57:13.830Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 475 | 2026-06-10T14:57:15.033Z | Compiling zstd v0.13.3 |
| 476 | 2026-06-10T14:57:15.499Z | Compiling zip v8.6.0 |
| 477 | 2026-06-10T14:57:16.173Z | Compiling scroll v0.13.0 |
| 478 | 2026-06-10T14:57:16.486Z | Compiling serde_with v3.18.0 |
| 479 | 2026-06-10T14:57:19.202Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 480 | 2026-06-10T14:57:21.548Z | Compiling console v0.16.3 |
| 481 | 2026-06-10T14:57:22.809Z | Compiling serde-big-array v0.5.1 |
| 482 | 2026-06-10T14:57:22.836Z | Compiling memmap2 v0.9.10 |
| 483 | 2026-06-10T14:57:22.978Z | Compiling typed-arena v2.0.2 |
| 484 | 2026-06-10T14:57:23.126Z | Compiling path-slash v0.2.1 |
| 485 | 2026-06-10T14:57:23.167Z | Compiling plain v0.2.3 |
| 486 | 2026-06-10T14:57:23.282Z | Compiling rustc-demangle v0.1.27 |
| 487 | 2026-06-10T14:57:23.307Z | Compiling fallible-iterator v0.3.0 |
| 488 | 2026-06-10T14:57:23.404Z | Compiling colored v3.1.1 |
| 489 | 2026-06-10T14:57:23.652Z | Compiling unit-prefix v0.5.2 |
| 490 | 2026-06-10T14:57:23.814Z | Compiling indicatif v0.18.4 |
| 491 | 2026-06-10T14:57:24.128Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 492 | 2026-06-10T14:57:24.298Z | Compiling addr2line v0.26.1 |
| 493 | 2026-06-10T14:57:24.446Z | Compiling goblin v0.10.5 |
| 494 | 2026-06-10T14:57:24.584Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 495 | 2026-06-10T14:57:26.534Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 496 | 2026-06-10T14:57:26.753Z | Compiling rayon v1.12.0 |
| 497 | 2026-06-10T14:57:27.165Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 498 | 2026-06-10T14:57:28.174Z | Compiling ron v0.12.1 |
| 499 | 2026-06-10T14:57:29.094Z | Compiling multimap v0.10.1 |
| 500 | 2026-06-10T14:57:29.302Z | Compiling auto_impl v1.3.0 |
| 501 | 2026-06-10T14:57:30.181Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 502 | 2026-06-10T14:57:30.847Z | Compiling parse_int v0.9.0 |
| 503 | 2026-06-10T14:57:30.989Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 504 | 2026-06-10T14:57:31.065Z | Compiling rustc_version v0.4.1 |
| 505 | 2026-06-10T14:57:31.334Z | Compiling heapless v0.7.17 |
| 506 | 2026-06-10T14:57:31.631Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 507 | 2026-06-10T14:57:31.991Z | Compiling hash32 v0.2.1 |
| 508 | 2026-06-10T14:57:33.361Z | Compiling ryu v1.0.23 |
| 509 | 2026-06-10T14:57:33.485Z | Compiling postcard-cobs v0.1.5-pre |
| 510 | 2026-06-10T14:57:33.717Z | Compiling postcard v0.7.3 |
| 511 | 2026-06-10T14:57:33.720Z | Compiling pkg-version-impl v0.1.1 |
| 512 | 2026-06-10T14:57:34.011Z | Compiling base64 v0.13.1 |
| 513 | 2026-06-10T14:57:34.099Z | Compiling pkg-version v1.0.0 |
| 514 | 2026-06-10T14:57:34.183Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 515 | 2026-06-10T14:57:34.259Z | Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2) |
| 516 | 2026-06-10T14:57:34.614Z | Compiling bitflags v1.3.2 |
| 517 | 2026-06-10T14:57:34.675Z | Compiling thiserror v1.0.69 |
| 518 | 2026-06-10T14:57:34.723Z | Compiling thiserror-impl v1.0.69 |
| 519 | 2026-06-10T14:57:35.620Z | Compiling linked-hash-map v0.5.6 |
| 520 | 2026-06-10T14:57:35.798Z | Compiling yaml-rust v0.4.5 |
| 521 | 2026-06-10T14:57:36.178Z | Compiling jep106 v0.2.10 |
| 522 | 2026-06-10T14:57:36.347Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 523 | 2026-06-10T14:57:36.447Z | Compiling rusb v0.8.1 |
| 524 | 2026-06-10T14:57:36.741Z | Compiling serde_yaml v0.8.26 |
| 525 | 2026-06-10T14:57:36.907Z | Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 526 | 2026-06-10T14:57:37.114Z | Compiling bincode v1.3.3 |
| 527 | 2026-06-10T14:57:37.566Z | Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 528 | 2026-06-10T14:57:38.465Z | Compiling capstone v0.14.0 |
| 529 | 2026-06-10T14:57:38.605Z | Compiling chacha20 v0.10.0 |
| 530 | 2026-06-10T14:57:39.237Z | Compiling fallible-iterator v0.2.0 |
| 531 | 2026-06-10T14:57:39.486Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 532 | 2026-06-10T14:57:39.864Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 533 | 2026-06-10T14:57:40.352Z | Compiling gimli v0.26.2 |
| 534 | 2026-06-10T14:57:40.506Z | Compiling rand v0.10.1 |
| 535 | 2026-06-10T14:57:40.798Z | Compiling enum-primitive-derive v0.2.2 |
| 536 | 2026-06-10T14:57:41.433Z | Compiling jaylink v0.2.0 |
| 537 | 2026-06-10T14:57:41.612Z | Compiling object v0.27.1 |
| 538 | 2026-06-10T14:57:42.010Z | Compiling thousands v0.2.0 |
| 539 | 2026-06-10T14:57:42.181Z | Compiling bitfield v0.13.2 |
| 540 | 2026-06-10T14:57:42.365Z | Compiling scroll v0.10.2 |
| 541 | 2026-06-10T14:57:42.376Z | Compiling svg v0.13.1 |
| 542 | 2026-06-10T14:57:42.662Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 543 | 2026-06-10T14:57:42.775Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 544 | 2026-06-10T14:57:42.815Z | Compiling ihex v3.0.0 |
| 545 | 2026-06-10T14:57:43.472Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 546 | 2026-06-10T14:57:44.820Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 547 | 2026-06-10T14:57:44.978Z | Compiling unicode-segmentation v1.13.2 |
| 548 | 2026-06-10T14:57:45.273Z | Compiling signal-hook v0.3.18 |
| 549 | 2026-06-10T14:57:45.381Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 550 | 2026-06-10T14:57:45.459Z | Compiling parking_lot_core v0.9.12 |
| 551 | 2026-06-10T14:57:46.249Z | Compiling signal-hook-registry v1.4.8 |
| 552 | 2026-06-10T14:57:46.954Z | Compiling convert_case v0.10.0 |
| 553 | 2026-06-10T14:57:47.222Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 554 | 2026-06-10T14:57:47.359Z | Compiling mio v0.8.11 |
| 555 | 2026-06-10T14:57:47.716Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 556 | 2026-06-10T14:57:47.776Z | Compiling mio v1.2.0 |
| 557 | 2026-06-10T14:57:47.810Z | Compiling derive_more-impl v2.1.1 |
| 558 | 2026-06-10T14:57:47.955Z | Compiling parking_lot v0.12.5 |
| 559 | 2026-06-10T14:57:48.394Z | Compiling signal-hook-mio v0.2.5 |
| 560 | 2026-06-10T14:57:48.627Z | Compiling litrs v1.0.0 |
| 561 | 2026-06-10T14:57:49.087Z | Compiling document-features v0.2.12 |
| 562 | 2026-06-10T14:57:49.541Z | Compiling derive_more v2.1.1 |
| 563 | 2026-06-10T14:57:49.624Z | Compiling itertools v0.14.0 |
| 564 | 2026-06-10T14:57:49.811Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 565 | 2026-06-10T14:57:50.043Z | Compiling crossterm v0.29.0 |
| 566 | 2026-06-10T14:57:51.202Z | Compiling convert_case v0.11.0 |
| 567 | 2026-06-10T14:57:51.418Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 568 | 2026-06-10T14:57:52.437Z | Compiling camino v1.2.2 |
| 569 | 2026-06-10T14:57:53.260Z | Compiling paste v1.0.15 |
| 570 | 2026-06-10T14:57:53.615Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 571 | 2026-06-10T14:57:53.657Z | Compiling jep106 v0.3.0 |
| 572 | 2026-06-10T14:57:53.699Z | Compiling strum_macros v0.27.2 |
| 573 | 2026-06-10T14:57:53.875Z | Compiling crossbeam-channel v0.5.15 |
| 574 | 2026-06-10T14:57:53.888Z | Compiling castaway v0.2.4 |
| 575 | 2026-06-10T14:57:53.990Z | Compiling instability v0.3.12 |
| 576 | 2026-06-10T14:57:54.204Z | Compiling indoc v2.0.7 |
| 577 | 2026-06-10T14:57:54.642Z | Compiling unicode-truncate v2.0.1 |
| 578 | 2026-06-10T14:57:54.821Z | Compiling compact_str v0.9.0 |
| 579 | 2026-06-10T14:57:55.501Z | Compiling strum v0.27.2 |
| 580 | 2026-06-10T14:57:55.534Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 581 | 2026-06-10T14:57:55.630Z | Compiling kasuari v0.4.12 |
| 582 | 2026-06-10T14:57:55.633Z | Compiling lru v0.16.4 |
| 583 | 2026-06-10T14:57:55.633Z | Compiling crossbeam-queue v0.3.12 |
| 584 | 2026-06-10T14:57:55.727Z | Compiling cargo-platform v0.3.3 |
| 585 | 2026-06-10T14:57:56.033Z | Compiling ratatui-core v0.1.0 |
| 586 | 2026-06-10T14:57:56.195Z | Compiling cargo_metadata v0.23.1 |
| 587 | 2026-06-10T14:57:56.423Z | Compiling lazy-regex v3.6.0 |
| 588 | 2026-06-10T14:57:56.703Z | Compiling crossbeam v0.8.4 |
| 589 | 2026-06-10T14:57:57.119Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 590 | 2026-06-10T14:57:58.153Z | Compiling binrw_derive v0.14.2 |
| 591 | 2026-06-10T14:57:58.276Z | Compiling unicode-width v0.1.14 |
| 592 | 2026-06-10T14:57:58.391Z | Compiling strict v0.2.0 |
| 593 | 2026-06-10T14:57:58.548Z | Compiling crokey-proc_macros v1.4.0 |
| 594 | 2026-06-10T14:57:58.591Z | Compiling ron v0.6.6 |
| 595 | 2026-06-10T14:57:58.926Z | Compiling crossterm v0.23.2 |
| 596 | 2026-06-10T14:57:59.137Z | Compiling line-clipping v0.3.7 |
| 597 | 2026-06-10T14:57:59.304Z | Compiling binrw v0.14.2 |
| 598 | 2026-06-10T14:57:59.500Z | Compiling percent-encoding v2.3.2 |
| 599 | 2026-06-10T14:57:59.684Z | Compiling owo-colors v3.5.0 |
| 600 | 2026-06-10T14:57:59.940Z | Compiling crokey v1.4.0 |
| 601 | 2026-06-10T14:57:59.958Z | Compiling cargo-readme v3.3.2 |
| 602 | 2026-06-10T14:58:00.654Z | Compiling coolor v0.8.0 |
| 603 | 2026-06-10T14:58:00.684Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 604 | 2026-06-10T14:58:00.914Z | Compiling ratatui-widgets v0.3.0 |
| 605 | 2026-06-10T14:58:01.014Z | Compiling coolor v1.1.0 |
| 606 | 2026-06-10T14:58:01.246Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 607 | 2026-06-10T14:58:01.292Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 608 | 2026-06-10T14:58:02.379Z | Compiling half v2.7.1 |
| 609 | 2026-06-10T14:58:02.697Z | Compiling minimad v0.13.1 |
| 610 | 2026-06-10T14:58:02.705Z | Compiling minimad v0.14.0 |
| 611 | 2026-06-10T14:58:02.752Z | Compiling ciborium-io v0.2.2 |
| 612 | 2026-06-10T14:58:02.846Z | Compiling array-init v2.1.0 |
| 613 | 2026-06-10T14:58:02.976Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 614 | 2026-06-10T14:58:03.098Z | Compiling bytemuck v1.25.0 |
| 615 | 2026-06-10T14:58:03.337Z | Compiling convert_case v0.4.0 |
| 616 | 2026-06-10T14:58:03.649Z | Compiling derive_more v0.99.20 |
| 617 | 2026-06-10T14:58:04.686Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 618 | 2026-06-10T14:58:04.782Z | Compiling termimad v0.34.1 |
| 619 | 2026-06-10T14:58:05.891Z | Compiling termimad v0.25.7 |
| 620 | 2026-06-10T14:58:06.026Z | Compiling ciborium-ll v0.2.2 |
| 621 | 2026-06-10T14:58:06.310Z | Compiling ratatui-macros v0.7.0 |
| 622 | 2026-06-10T14:58:06.417Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 623 | 2026-06-10T14:58:06.697Z | Compiling ratatui-crossterm v0.1.0 |
| 624 | 2026-06-10T14:58:06.943Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 625 | 2026-06-10T14:58:07.195Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 626 | 2026-06-10T14:58:07.514Z | Compiling sha2 v0.11.0 |
| 627 | 2026-06-10T14:58:07.675Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 628 | 2026-06-10T14:58:07.941Z | Compiling csv-core v0.1.13 |
| 629 | 2026-06-10T14:58:08.447Z | Compiling xml v1.2.1 |
| 630 | 2026-06-10T14:58:08.530Z | Compiling iana-time-zone v0.1.65 |
| 631 | 2026-06-10T14:58:08.966Z | Compiling parse-size v1.1.0 |
| 632 | 2026-06-10T14:58:09.166Z | Compiling serde-xml-rs v0.8.2 |
| 633 | 2026-06-10T14:58:09.769Z | Compiling chrono v0.4.44 |
| 634 | 2026-06-10T14:58:10.600Z | Compiling csv v1.4.0 |
| 635 | 2026-06-10T14:58:11.795Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 636 | 2026-06-10T14:58:13.118Z | Compiling ratatui v0.30.0 |
| 637 | 2026-06-10T14:58:13.801Z | Compiling raw-cpuid v11.6.0 |
| 638 | 2026-06-10T14:58:14.017Z | Compiling ciborium v0.2.2 |
| 639 | 2026-06-10T14:58:14.142Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 640 | 2026-06-10T14:58:14.321Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 641 | 2026-06-10T14:58:15.025Z | Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin) |
| 642 | 2026-06-10T14:58:15.536Z | Compiling humility-dump-lib v0.1.0 (/work/oxidecomputer/humility/humility-dump-lib) |
| 643 | 2026-06-10T14:58:16.413Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 644 | 2026-06-10T14:58:16.885Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 645 | 2026-06-10T14:58:17.205Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 646 | 2026-06-10T14:58:17.305Z | Compiling strum_macros v0.28.0 |
| 647 | 2026-06-10T14:58:17.381Z | Compiling termios v0.3.3 |
| 648 | 2026-06-10T14:58:17.561Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 649 | 2026-06-10T14:58:17.891Z | Compiling strum v0.28.0 |
| 650 | 2026-06-10T14:58:17.918Z | Compiling splitty v1.0.2 |
| 651 | 2026-06-10T14:58:18.027Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 652 | 2026-06-10T14:58:18.100Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 653 | 2026-06-10T14:58:18.899Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 654 | 2026-06-10T14:58:19.159Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 655 | 2026-06-10T14:58:19.967Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 656 | 2026-06-10T14:58:20.449Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 657 | 2026-06-10T14:58:20.689Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 658 | 2026-06-10T14:58:22.145Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 659 | 2026-06-10T14:58:22.953Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 660 | 2026-06-10T14:58:24.861Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 661 | 2026-06-10T14:58:25.845Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 662 | 2026-06-10T14:58:26.070Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 663 | 2026-06-10T14:58:27.410Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 664 | 2026-06-10T14:58:27.658Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 665 | 2026-06-10T14:58:28.744Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 666 | 2026-06-10T14:58:29.607Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 667 | 2026-06-10T14:58:31.208Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 668 | 2026-06-10T14:58:34.189Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 669 | 2026-06-10T14:58:37.306Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 670 | 2026-06-10T14:58:37.685Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 671 | 2026-06-10T14:58:38.740Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 672 | 2026-06-10T14:58:39.064Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 673 | 2026-06-10T14:58:40.217Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 674 | 2026-06-10T14:58:41.477Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 675 | 2026-06-10T14:58:41.477Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 676 | 2026-06-10T14:58:43.967Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 677 | 2026-06-10T14:58:44.489Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 678 | 2026-06-10T14:58:44.747Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 679 | 2026-06-10T14:58:45.326Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 680 | 2026-06-10T14:58:45.521Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 681 | 2026-06-10T14:58:47.489Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 682 | 2026-06-10T14:58:48.576Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 683 | 2026-06-10T14:58:49.316Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 684 | 2026-06-10T14:58:49.573Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 685 | 2026-06-10T14:58:49.610Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 686 | 2026-06-10T14:58:49.848Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 687 | 2026-06-10T14:58:50.328Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 688 | 2026-06-10T14:58:54.009Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 689 | 2026-06-10T14:58:54.049Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 690 | 2026-06-10T14:58:54.187Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 691 | 2026-06-10T14:58:54.919Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 692 | 2026-06-10T14:58:54.975Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 693 | 2026-06-10T14:58:55.055Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 694 | 2026-06-10T14:58:56.249Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 695 | 2026-06-10T14:58:57.313Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 696 | 2026-06-10T14:58:57.925Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 697 | 2026-06-10T14:58:58.605Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 698 | 2026-06-10T14:58:58.738Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 699 | 2026-06-10T14:58:59.750Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 700 | 2026-06-10T14:59:00.017Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 701 | 2026-06-10T14:59:00.107Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 702 | 2026-06-10T14:59:01.465Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 703 | 2026-06-10T14:59:03.604Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 704 | 2026-06-10T14:59:20.339Z | Finished `release` profile [optimized + debuginfo] target(s) in 2m 46s |
| 705 | 2026-06-10T15:00:16.117Z | pkg://helios/developer/debug/humility@0.12.18.693,5.11-3.0:20260610T145926Z |
| 706 | 2026-06-10T15:00:16.117Z | PUBLISHED |
| 707 | 2026-06-10T15:00:16.339Z | Retrieving packages for publisher helios ... |
| 708 | 2026-06-10T15:00:16.342Z | Retrieving catalog 'helios' ... Done |
| 709 | 2026-06-10T15:00:16.345Z | Retrieving and evaluating 1 package(s)... |
| 710 | 2026-06-10T15:00:16.345Z | Fetching manifests: 1/1 100% complete |
| 711 | 2026-06-10T15:00:16.345Z | Fetching manifests: 1/1 100% complete |
| 712 | 2026-06-10T15:00:16.346Z | |
| 713 | 2026-06-10T15:00:16.346Z | Archiving packages ... |
| 714 | 2026-06-10T15:00:16.346Z | Packages to add: 1 |
| 715 | 2026-06-10T15:00:16.346Z | Files to retrieve: 1 |
| 716 | 2026-06-10T15:00:16.346Z | Estimated transfer size: 121.02 MB |
| 717 | 2026-06-10T15:00:16.346Z | |
| 718 | 2026-06-10T15:00:16.346Z | Packages to archive: |
| 719 | 2026-06-10T15:00:16.346Z | developer/debug/humility@0.12.18.693,5.11-3.0:20260610T145926Z |
| 720 | 2026-06-10T15:00:16.346Z | |
| 721 | 2026-06-10T15:00:16.346Z | Download: 0/1 items 0.0/121.0MB 0% complete |
| 722 | 2026-06-10T15:00:16.558Z | Download: Completed 121.02 MB in 0.22 seconds (562M/s) |
| 723 | 2026-06-10T15:00:16.560Z | Archiving: 1/10 items 0.0/121.0MB 0% complete |
| 724 | 2026-06-10T15:00:16.607Z | Archiving: Completed 121.04 MB in 0.05 seconds |
| 725 | 2026-06-10T15:00:16.648Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.693-3.0.p5p. |
| 726 | 2026-06-10T15:00:16.655Z | |
| 727 | 2026-06-10T15:00:16.658Z | real 4:08.285548647 |
| 728 | 2026-06-10T15:00:16.658Z | user 20:06.015000525 |
| 729 | 2026-06-10T15:00:16.658Z | sys 1:22.635720137 |
| 730 | 2026-06-10T15:00:16.658Z | trap 0.603674189 |
| 731 | 2026-06-10T15:00:16.658Z | tflt 1.055743277 |
| 732 | 2026-06-10T15:00:16.658Z | dflt 1.382006310 |
| 733 | 2026-06-10T15:00:16.658Z | kflt 0.010773316 |
| 734 | 2026-06-10T15:00:16.658Z | lock 1:24:04.695352928 |
| 735 | 2026-06-10T15:00:16.658Z | slp 1:05:28.887251017 |
| 736 | 2026-06-10T15:00:16.658Z | lat 1:09.537849471 |
| 737 | 2026-06-10T15:00:16.658Z | stop 55.532953258 |
| 738 | 2026-06-10T15:00:16.658Z | + banner copy |
| 739 | 2026-06-10T15:00:16.658Z | |
| 740 | 2026-06-10T15:00:16.658Z | #### #### ##### # # |
| 741 | 2026-06-10T15:00:16.659Z | # # # # # # # # |
| 742 | 2026-06-10T15:00:16.659Z | # # # # # # |
| 743 | 2026-06-10T15:00:16.659Z | # # # ##### # |
| 744 | 2026-06-10T15:00:16.659Z | # # # # # # |
| 745 | 2026-06-10T15:00:16.659Z | #### #### # # |
| 746 | 2026-06-10T15:00:16.659Z | |
| 747 | 2026-06-10T15:00:16.659Z | + pfexec mkdir -p /out |
| 748 | 2026-06-10T15:00:16.662Z | + pfexec chown 12345 /out |
| 749 | 2026-06-10T15:00:16.662Z | + PKG_NAME=/out/humility.p5p |
| 750 | 2026-06-10T15:00:16.662Z | + mv pkg/packages/repo/humility-0.12.18.693-3.0.p5p /out/humility.p5p |
| 751 | 2026-06-10T15:00:16.753Z | + sha256sum /out/humility.p5p |
| 752 | 2026-06-10T15:00:16.824Z | process exited: duration 255050 ms, exit code 0 |
| |
| 753 | 2026-06-10T15:00:16.836Z | found 2 output files |
| 754 | 2026-06-10T15:00:16.836Z | uploading: /out/humility.p5p (126924800 bytes) |
| 755 | 2026-06-10T15:00:18.986Z | uploaded: /out/humility.p5p |
| 756 | 2026-06-10T15:00:18.986Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 757 | 2026-06-10T15:00:19.994Z | uploaded: /out/humility.p5p.sha256 |