|
|
|
| 1 | 2026-06-08T13:56:28.265Z | job assigned to worker 01KTKR8XXF9HYY17WBKJKSEST7 [factory aws, i-0b53a176e7eb86af7] (queued for 55 s) |
| |
| 2 | 2026-06-08T13:56:35.200Z | starting task 0: "setup" |
| 3 | 2026-06-08T13:56:35.204Z | ++ uname -s |
| 4 | 2026-06-08T13:56:35.207Z | + kern=SunOS |
| 5 | 2026-06-08T13:56:35.207Z | + build_user=build |
| 6 | 2026-06-08T13:56:35.208Z | + build_uid=12345 |
| 7 | 2026-06-08T13:56:35.208Z | + work_dir=/work |
| 8 | 2026-06-08T13:56:35.208Z | + input_dir=/input |
| 9 | 2026-06-08T13:56:35.208Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T13:56:35.208Z | + case "$kern" in |
| 11 | 2026-06-08T13:56:35.208Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T13:56:35.210Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T13:56:37.215Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T13:56:37.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T13:56:37.318Z | + home_fs=zfs |
| 16 | 2026-06-08T13:56:37.318Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T13:56:37.318Z | + mkdir -p /home/build |
| 18 | 2026-06-08T13:56:37.318Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T13:56:39.320Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T13:56:39.323Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-06-08T13:56:39.330Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T13:56:39.334Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-08T13:56:39.334Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-08T13:56:39.334Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-08T13:56:39.334Z | * rust toolchain profile = "default" |
| 26 | 2026-06-08T13:56:39.337Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-08T13:56:39.337Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-08T13:56:39.337Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T13:56:39.337Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-08T13:56:39.439Z | info: downloading installer |
| 31 | 2026-06-08T13:56:41.045Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T13:56:41.045Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T13:56:41.045Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T13:56:41.045Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T13:56:41.058Z | info: profile set to default |
| 36 | 2026-06-08T13:56:41.058Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T13:56:41.061Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-08T13:56:41.187Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-08T13:56:41.190Z | info: downloading 6 components |
| 40 | 2026-06-08T13:56:56.209Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-08T13:56:56.209Z | |
| 42 | 2026-06-08T13:56:56.237Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-08T13:56:56.237Z | |
| 44 | 2026-06-08T13:56:56.237Z | |
| 45 | 2026-06-08T13:56:56.237Z | Rust is installed now. Great! |
| 46 | 2026-06-08T13:56:56.237Z | |
| 47 | 2026-06-08T13:56:56.240Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T13:56:56.240Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T13:56:56.240Z | |
| 50 | 2026-06-08T13:56:56.240Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T13:56:56.240Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T13:56:56.240Z | |
| 53 | 2026-06-08T13:56:56.240Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T13:56:56.240Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T13:56:56.240Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T13:56:56.240Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T13:56:56.240Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T13:56:56.240Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T13:56:56.240Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T13:56:56.240Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T13:56:56.240Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T13:56:56.347Z | + rustup --version |
| 63 | 2026-06-08T13:56:56.356Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T13:56:56.358Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T13:56:56.377Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-08T13:56:56.380Z | + cargo --version |
| 67 | 2026-06-08T13:56:56.393Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-08T13:56:56.395Z | + rustc --version |
| 69 | 2026-06-08T13:56:56.415Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-08T13:56:56.417Z | process exited: duration 17087 ms, exit code 0 |
| |
| 71 | 2026-06-08T13:56:56.423Z | starting task 2: "authentication" |
| 72 | 2026-06-08T13:56:56.440Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-08T13:56:56.447Z | starting task 3: "clone repository" |
| 74 | 2026-06-08T13:56:56.449Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-08T13:56:56.453Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-08T13:56:56.490Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-08T13:57:12.549Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-08T13:57:12.549Z | + git fetch origin 4cc04faafbcd55f11544292ae3a7763d4d33c604 |
| 79 | 2026-06-08T13:57:12.827Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-08T13:57:12.827Z | * branch 4cc04faafbcd55f11544292ae3a7763d4d33c604 -> FETCH_HEAD |
| 81 | 2026-06-08T13:57:12.833Z | + [[ -n mkeeter/explicit-archive-fallback ]] |
| 82 | 2026-06-08T13:57:12.836Z | ++ git branch --show-current |
| 83 | 2026-06-08T13:57:12.836Z | + current=master |
| 84 | 2026-06-08T13:57:12.836Z | + [[ master != mkeeter/explicit-archive-fallback ]] |
| 85 | 2026-06-08T13:57:12.836Z | + git branch -f mkeeter/explicit-archive-fallback 4cc04faafbcd55f11544292ae3a7763d4d33c604 |
| 86 | 2026-06-08T13:57:12.839Z | + git checkout -f mkeeter/explicit-archive-fallback |
| 87 | 2026-06-08T13:57:13.610Z | Switched to branch 'mkeeter/explicit-archive-fallback' |
| 88 | 2026-06-08T13:57:13.613Z | + git reset --hard 4cc04faafbcd55f11544292ae3a7763d4d33c604 |
| 89 | 2026-06-08T13:57:13.621Z | HEAD is now at 4cc04faa Make `-p archive` fallback explicit |
| 90 | 2026-06-08T13:57:13.624Z | process exited: duration 17176 ms, exit code 0 |
| |
| 91 | 2026-06-08T13:57:13.630Z | starting task 4: "build" |
| 92 | 2026-06-08T13:57:13.635Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-08T13:57:13.635Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-08T13:57:13.635Z | + banner deps |
| 95 | 2026-06-08T13:57:13.638Z | |
| 96 | 2026-06-08T13:57:13.638Z | ##### ###### ##### #### |
| 97 | 2026-06-08T13:57:13.638Z | # # # # # # |
| 98 | 2026-06-08T13:57:13.638Z | # # ##### # # #### |
| 99 | 2026-06-08T13:57:13.638Z | # # # ##### # |
| 100 | 2026-06-08T13:57:13.638Z | # # # # # # |
| 101 | 2026-06-08T13:57:13.638Z | ##### ###### # #### |
| 102 | 2026-06-08T13:57:13.638Z | |
| 103 | 2026-06-08T13:57:13.638Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-08T13:57:13.638Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-08T13:57:13.638Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-08T13:57:16.994Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-08T13:57:17.079Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-08T13:57:17.395Z | Planning: Solver setup ... Done (0.278s) |
| 109 | 2026-06-08T13:57:17.416Z | Planning: Running solver ... Done (0.021s) |
| 110 | 2026-06-08T13:57:17.423Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-08T13:57:17.434Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-08T13:57:17.447Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-08T13:57:17.459Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-06-08T13:57:17.462Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-08T13:57:17.636Z | Planning: Checking for conflicting actions ... Done (0.176s) |
| 116 | 2026-06-08T13:57:17.640Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-08T13:57:18.443Z | Planning: Evaluating mediators ... Done (0.806s) |
| 118 | 2026-06-08T13:57:18.446Z | Planning: Planning completed in 1.34 seconds |
| 119 | 2026-06-08T13:57:18.452Z | Packages to install: 2 |
| 120 | 2026-06-08T13:57:18.452Z | Estimated space available: 155.78 GB |
| 121 | 2026-06-08T13:57:18.452Z | Estimated space to be consumed: 17.56 MB |
| 122 | 2026-06-08T13:57:18.452Z | Create boot environment: No |
| 123 | 2026-06-08T13:57:18.455Z | Create backup boot environment: No |
| 124 | 2026-06-08T13:57:18.455Z | Rebuild boot archive: No |
| 125 | 2026-06-08T13:57:18.455Z | |
| 126 | 2026-06-08T13:57:18.455Z | Changed packages: |
| 127 | 2026-06-08T13:57:18.455Z | helios |
| 128 | 2026-06-08T13:57:18.455Z | library/libftdi1 |
| 129 | 2026-06-08T13:57:18.455Z | None -> 1.5-3.0 |
| 130 | 2026-06-08T13:57:18.455Z | ooce/library/libusb-1 |
| 131 | 2026-06-08T13:57:18.455Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-08T13:57:18.476Z | |
| 133 | 2026-06-08T13:57:18.476Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-08T13:57:18.523Z | Download: Completed 377.70 kB in 0.05 seconds (7.8M/s) |
| 135 | 2026-06-08T13:57:18.648Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-08T13:57:18.663Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-08T13:57:18.698Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-06-08T13:57:18.698Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-08T13:57:18.720Z | Finalize: Updating image state ... Done (0.022s) |
| 140 | 2026-06-08T13:57:21.060Z | Finalize: Creating fast lookup database ... Done (2.317s) |
| 141 | 2026-06-08T13:57:21.129Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-06-08T13:57:21.133Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-08T13:57:21.226Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-08T13:57:21.316Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-08T13:57:21.526Z | FMRI IFO |
| 146 | 2026-06-08T13:57:21.526Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-08T13:57:21.526Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-08T13:57:21.561Z | + cargo --version |
| 149 | 2026-06-08T13:57:21.586Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-08T13:57:21.592Z | + rustc --version |
| 151 | 2026-06-08T13:57:21.594Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-08T13:57:21.594Z | + banner package |
| 153 | 2026-06-08T13:57:21.597Z | |
| 154 | 2026-06-08T13:57:21.597Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-08T13:57:21.597Z | # # # # # # # # # # # # # |
| 156 | 2026-06-08T13:57:21.597Z | # # # # # #### # # # ##### |
| 157 | 2026-06-08T13:57:21.597Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-08T13:57:21.597Z | # # # # # # # # # # # # |
| 159 | 2026-06-08T13:57:21.597Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-08T13:57:21.597Z | |
| 161 | 2026-06-08T13:57:21.597Z | + ptime -m cargo xtask package |
| 162 | 2026-06-08T13:57:21.705Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 163 | 2026-06-08T13:57:21.987Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 164 | 2026-06-08T13:57:22.524Z | Updating git repository `https://github.com/oxidecomputer/rusb` |
| 165 | 2026-06-08T13:57:22.898Z | Updating git submodule `https://github.com/libusb/libusb.git` |
| 166 | 2026-06-08T13:57:23.674Z | Updating crates.io index |
| 167 | 2026-06-08T13:57:23.677Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 168 | 2026-06-08T13:57:23.986Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 169 | 2026-06-08T13:57:24.251Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 170 | 2026-06-08T13:57:24.568Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 171 | 2026-06-08T13:57:24.818Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 172 | 2026-06-08T13:57:25.118Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 173 | 2026-06-08T13:57:25.391Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 174 | 2026-06-08T13:57:26.958Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 175 | 2026-06-08T13:57:27.317Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 176 | 2026-06-08T13:57:27.572Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 177 | 2026-06-08T13:57:27.808Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 178 | 2026-06-08T13:57:28.084Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 179 | 2026-06-08T13:57:28.359Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 180 | 2026-06-08T13:57:29.075Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 181 | 2026-06-08T13:57:30.159Z | Downloading crates ... |
| 182 | 2026-06-08T13:57:30.209Z | Downloaded cargo-platform v0.3.3 |
| 183 | 2026-06-08T13:57:30.219Z | Downloaded itoa v1.0.18 |
| 184 | 2026-06-08T13:57:30.222Z | Downloaded aho-corasick v1.1.4 |
| 185 | 2026-06-08T13:57:30.224Z | Downloaded strsim v0.11.1 |
| 186 | 2026-06-08T13:57:30.224Z | Downloaded is_terminal_polyfill v1.70.2 |
| 187 | 2026-06-08T13:57:30.228Z | Downloaded anstyle-query v1.1.5 |
| 188 | 2026-06-08T13:57:30.231Z | Downloaded heck v0.5.0 |
| 189 | 2026-06-08T13:57:30.231Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-06-08T13:57:30.233Z | Downloaded clap_lex v1.1.0 |
| 191 | 2026-06-08T13:57:30.236Z | Downloaded colorchoice v1.0.5 |
| 192 | 2026-06-08T13:57:30.241Z | Downloaded percent-encoding v2.3.2 |
| 193 | 2026-06-08T13:57:30.246Z | Downloaded anyhow v1.0.102 |
| 194 | 2026-06-08T13:57:30.248Z | Downloaded anstyle-parse v1.0.0 |
| 195 | 2026-06-08T13:57:30.248Z | Downloaded lazy_static v1.5.0 |
| 196 | 2026-06-08T13:57:30.251Z | Downloaded clap v4.6.1 |
| 197 | 2026-06-08T13:57:30.254Z | Downloaded serde_spanned v1.1.1 |
| 198 | 2026-06-08T13:57:30.257Z | Downloaded utf8parse v0.2.2 |
| 199 | 2026-06-08T13:57:30.262Z | Downloaded anstream v1.0.0 |
| 200 | 2026-06-08T13:57:30.275Z | Downloaded quote v1.0.45 |
| 201 | 2026-06-08T13:57:30.277Z | Downloaded semver v1.0.28 |
| 202 | 2026-06-08T13:57:30.277Z | Downloaded camino v1.2.2 |
| 203 | 2026-06-08T13:57:30.280Z | Downloaded anstyle v1.0.14 |
| 204 | 2026-06-08T13:57:30.283Z | Downloaded cargo_metadata v0.23.1 |
| 205 | 2026-06-08T13:57:30.283Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-06-08T13:57:30.288Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 207 | 2026-06-08T13:57:30.291Z | Downloaded zmij v1.0.21 |
| 208 | 2026-06-08T13:57:30.291Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 209 | 2026-06-08T13:57:30.297Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-06-08T13:57:30.300Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 211 | 2026-06-08T13:57:30.300Z | Downloaded thiserror-impl v2.0.18 |
| 212 | 2026-06-08T13:57:30.302Z | Downloaded clap_derive v4.6.1 |
| 213 | 2026-06-08T13:57:30.302Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-06-08T13:57:30.305Z | Downloaded cargo-readme v3.3.2 |
| 215 | 2026-06-08T13:57:30.307Z | Downloaded proc-macro2 v1.0.106 |
| 216 | 2026-06-08T13:57:30.323Z | Downloaded serde_derive v1.0.228 |
| 217 | 2026-06-08T13:57:30.326Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 218 | 2026-06-08T13:57:30.336Z | Downloaded serde v1.0.228 |
| 219 | 2026-06-08T13:57:30.339Z | Downloaded memchr v2.8.0 |
| 220 | 2026-06-08T13:57:30.347Z | Downloaded hashbrown v0.17.0 |
| 221 | 2026-06-08T13:57:30.353Z | Downloaded indexmap v2.14.0 |
| 222 | 2026-06-08T13:57:30.372Z | Downloaded regex v1.12.3 |
| 223 | 2026-06-08T13:57:30.374Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-06-08T13:57:30.378Z | Downloaded clap_builder v4.6.0 |
| 225 | 2026-06-08T13:57:30.382Z | Downloaded winnow v1.0.2 |
| 226 | 2026-06-08T13:57:30.405Z | Downloaded syn v2.0.117 |
| 227 | 2026-06-08T13:57:30.415Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-06-08T13:57:30.428Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-06-08T13:57:30.466Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-08T13:57:30.467Z | Compiling serde_core v1.0.228 |
| 231 | 2026-06-08T13:57:30.467Z | Compiling quote v1.0.45 |
| 232 | 2026-06-08T13:57:30.467Z | Compiling unicode-ident v1.0.24 |
| 233 | 2026-06-08T13:57:30.467Z | Compiling memchr v2.8.0 |
| 234 | 2026-06-08T13:57:30.470Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-06-08T13:57:30.470Z | Compiling anstyle v1.0.14 |
| 236 | 2026-06-08T13:57:30.470Z | Compiling serde v1.0.228 |
| 237 | 2026-06-08T13:57:30.668Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-06-08T13:57:30.677Z | Compiling is_terminal_polyfill v1.70.2 |
| 239 | 2026-06-08T13:57:30.754Z | Compiling anstyle-query v1.1.5 |
| 240 | 2026-06-08T13:57:30.763Z | Compiling colorchoice v1.0.5 |
| 241 | 2026-06-08T13:57:30.837Z | Compiling zmij v1.0.21 |
| 242 | 2026-06-08T13:57:30.852Z | Compiling anstream v1.0.0 |
| 243 | 2026-06-08T13:57:30.868Z | Compiling winnow v1.0.2 |
| 244 | 2026-06-08T13:57:30.939Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-06-08T13:57:30.947Z | Compiling thiserror v2.0.18 |
| 246 | 2026-06-08T13:57:31.152Z | Compiling aho-corasick v1.1.4 |
| 247 | 2026-06-08T13:57:31.178Z | Compiling serde_json v1.0.149 |
| 248 | 2026-06-08T13:57:31.226Z | Compiling heck v0.5.0 |
| 249 | 2026-06-08T13:57:31.280Z | Compiling clap_lex v1.1.0 |
| 250 | 2026-06-08T13:57:31.298Z | Compiling strsim v0.11.1 |
| 251 | 2026-06-08T13:57:31.411Z | Compiling camino v1.2.2 |
| 252 | 2026-06-08T13:57:31.519Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-06-08T13:57:31.772Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 254 | 2026-06-08T13:57:31.781Z | Compiling anyhow v1.0.102 |
| 255 | 2026-06-08T13:57:31.864Z | Compiling syn v2.0.117 |
| 256 | 2026-06-08T13:57:31.989Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-08T13:57:32.102Z | Compiling itoa v1.0.18 |
| 258 | 2026-06-08T13:57:32.284Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-06-08T13:57:32.378Z | Compiling percent-encoding v2.3.2 |
| 260 | 2026-06-08T13:57:32.400Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-06-08T13:57:32.673Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-06-08T13:57:32.817Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 263 | 2026-06-08T13:57:32.826Z | Compiling semver v1.0.28 |
| 264 | 2026-06-08T13:57:32.870Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-06-08T13:57:33.109Z | Compiling toml v1.1.2+spec-1.1.0 |
| 266 | 2026-06-08T13:57:34.041Z | Compiling regex v1.12.3 |
| 267 | 2026-06-08T13:57:34.115Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-08T13:57:34.142Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-08T13:57:34.158Z | Compiling clap_derive v4.6.1 |
| 270 | 2026-06-08T13:57:35.374Z | Compiling clap v4.6.1 |
| 271 | 2026-06-08T13:57:36.276Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-08T13:57:36.276Z | Compiling cargo_metadata v0.23.1 |
| 273 | 2026-06-08T13:57:37.232Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-06-08T13:57:38.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s |
| 275 | 2026-06-08T13:57:38.684Z | Running `target/debug/xtask package` |
| 276 | 2026-06-08T13:57:41.904Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-06-08T13:57:41.904Z | Compiling quote v1.0.45 |
| 278 | 2026-06-08T13:57:41.904Z | Compiling unicode-ident v1.0.24 |
| 279 | 2026-06-08T13:57:41.904Z | Compiling serde_core v1.0.228 |
| 280 | 2026-06-08T13:57:41.907Z | Compiling libc v0.2.186 |
| 281 | 2026-06-08T13:57:41.907Z | Compiling serde v1.0.228 |
| 282 | 2026-06-08T13:57:41.907Z | Compiling cfg-if v1.0.4 |
| 283 | 2026-06-08T13:57:41.907Z | Compiling autocfg v1.5.0 |
| 284 | 2026-06-08T13:57:42.025Z | Compiling find-msvc-tools v0.1.9 |
| 285 | 2026-06-08T13:57:42.057Z | Compiling shlex v1.3.0 |
| 286 | 2026-06-08T13:57:42.234Z | Compiling log v0.4.29 |
| 287 | 2026-06-08T13:57:42.234Z | Compiling scopeguard v1.2.0 |
| 288 | 2026-06-08T13:57:42.291Z | Compiling typenum v1.20.0 |
| 289 | 2026-06-08T13:57:42.295Z | Compiling memchr v2.8.0 |
| 290 | 2026-06-08T13:57:42.489Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-08T13:57:42.700Z | Compiling jobserver v0.1.34 |
| 292 | 2026-06-08T13:57:42.713Z | Compiling errno v0.3.14 |
| 293 | 2026-06-08T13:57:42.746Z | Compiling heck v0.5.0 |
| 294 | 2026-06-08T13:57:42.872Z | Compiling pkg-config v0.3.33 |
| 295 | 2026-06-08T13:57:42.932Z | Compiling cc v1.2.61 |
| 296 | 2026-06-08T13:57:43.144Z | Compiling thiserror v2.0.18 |
| 297 | 2026-06-08T13:57:43.261Z | Compiling syn v2.0.117 |
| 298 | 2026-06-08T13:57:43.268Z | Compiling foldhash v0.2.0 |
| 299 | 2026-06-08T13:57:43.325Z | Compiling smallvec v1.15.1 |
| 300 | 2026-06-08T13:57:43.482Z | Compiling anyhow v1.0.102 |
| 301 | 2026-06-08T13:57:43.507Z | Compiling strsim v0.11.1 |
| 302 | 2026-06-08T13:57:43.584Z | Compiling zeroize v1.8.2 |
| 303 | 2026-06-08T13:57:43.784Z | Compiling zerocopy v0.8.48 |
| 304 | 2026-06-08T13:57:43.792Z | Compiling equivalent v1.0.2 |
| 305 | 2026-06-08T13:57:43.796Z | Compiling syn v1.0.109 |
| 306 | 2026-06-08T13:57:43.814Z | Compiling rustix v1.1.4 |
| 307 | 2026-06-08T13:57:43.867Z | Compiling libm v0.2.16 |
| 308 | 2026-06-08T13:57:44.158Z | Compiling num-traits v0.2.19 |
| 309 | 2026-06-08T13:57:44.166Z | Compiling bitflags v2.11.1 |
| 310 | 2026-06-08T13:57:44.187Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-08T13:57:44.207Z | Compiling version_check v0.9.5 |
| 312 | 2026-06-08T13:57:44.460Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-08T13:57:44.559Z | Compiling hybrid-array v0.4.11 |
| 314 | 2026-06-08T13:57:44.627Z | Compiling crossbeam-utils v0.8.21 |
| 315 | 2026-06-08T13:57:44.671Z | Compiling zmij v1.0.21 |
| 316 | 2026-06-08T13:57:44.959Z | Compiling aho-corasick v1.1.4 |
| 317 | 2026-06-08T13:57:45.029Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-08T13:57:45.057Z | Compiling ident_case v1.0.1 |
| 319 | 2026-06-08T13:57:45.164Z | Compiling regex-syntax v0.8.10 |
| 320 | 2026-06-08T13:57:45.806Z | Compiling darling_core v0.23.0 |
| 321 | 2026-06-08T13:57:46.547Z | Compiling allocator-api2 v0.2.21 |
| 322 | 2026-06-08T13:57:46.701Z | Compiling static_assertions v1.1.0 |
| 323 | 2026-06-08T13:57:46.771Z | Compiling crypto-common v0.2.1 |
| 324 | 2026-06-08T13:57:46.897Z | Compiling regex-automata v0.4.14 |
| 325 | 2026-06-08T13:57:46.950Z | Compiling hashbrown v0.16.1 |
| 326 | 2026-06-08T13:57:46.998Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-08T13:57:47.711Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-08T13:57:47.942Z | Compiling zerocopy-derive v0.8.48 |
| 329 | 2026-06-08T13:57:48.024Z | Compiling darling_macro v0.23.0 |
| 330 | 2026-06-08T13:57:48.514Z | Compiling spin v0.9.8 |
| 331 | 2026-06-08T13:57:48.563Z | Compiling base64ct v1.8.3 |
| 332 | 2026-06-08T13:57:48.722Z | Compiling itoa v1.0.18 |
| 333 | 2026-06-08T13:57:48.923Z | Compiling byteorder v1.5.0 |
| 334 | 2026-06-08T13:57:48.997Z | Compiling typeid v1.0.3 |
| 335 | 2026-06-08T13:57:49.016Z | Compiling regex v1.12.3 |
| 336 | 2026-06-08T13:57:49.171Z | Compiling pem-rfc7468 v0.7.0 |
| 337 | 2026-06-08T13:57:49.273Z | Compiling darling v0.23.0 |
| 338 | 2026-06-08T13:57:49.345Z | Compiling clap_derive v4.6.1 |
| 339 | 2026-06-08T13:57:50.336Z | Compiling der_derive v0.7.3 |
| 340 | 2026-06-08T13:57:50.530Z | Compiling crypto-common v0.1.7 |
| 341 | 2026-06-08T13:57:50.660Z | Compiling block-buffer v0.10.4 |
| 342 | 2026-06-08T13:57:50.808Z | Compiling hashbrown v0.17.0 |
| 343 | 2026-06-08T13:57:50.954Z | Compiling getrandom v0.2.17 |
| 344 | 2026-06-08T13:57:51.009Z | Compiling flagset v0.4.7 |
| 345 | 2026-06-08T13:57:51.142Z | Compiling unicode-width v0.2.2 |
| 346 | 2026-06-08T13:57:51.222Z | Compiling radium v0.7.0 |
| 347 | 2026-06-08T13:57:51.297Z | Compiling cmov v0.5.3 |
| 348 | 2026-06-08T13:57:51.496Z | Compiling either v1.15.0 |
| 349 | 2026-06-08T13:57:51.496Z | Compiling utf8parse v0.2.2 |
| 350 | 2026-06-08T13:57:51.519Z | Compiling stable_deref_trait v1.2.1 |
| 351 | 2026-06-08T13:57:51.526Z | Compiling crc32fast v1.5.0 |
| 352 | 2026-06-08T13:57:51.596Z | Compiling anstyle-parse v1.0.0 |
| 353 | 2026-06-08T13:57:51.612Z | Compiling ctutils v0.4.2 |
| 354 | 2026-06-08T13:57:51.715Z | Compiling indexmap v2.14.0 |
| 355 | 2026-06-08T13:57:51.819Z | Compiling der v0.7.10 |
| 356 | 2026-06-08T13:57:51.850Z | Compiling rand_core v0.6.4 |
| 357 | 2026-06-08T13:57:51.856Z | Compiling digest v0.10.7 |
| 358 | 2026-06-08T13:57:52.076Z | Compiling crossbeam-epoch v0.9.18 |
| 359 | 2026-06-08T13:57:52.129Z | Compiling block-buffer v0.12.0 |
| 360 | 2026-06-08T13:57:52.305Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 361 | 2026-06-08T13:57:52.565Z | Compiling is_terminal_polyfill v1.70.2 |
| 362 | 2026-06-08T13:57:52.587Z | Compiling cpufeatures v0.3.0 |
| 363 | 2026-06-08T13:57:52.653Z | Compiling colorchoice v1.0.5 |
| 364 | 2026-06-08T13:57:52.661Z | Compiling anstyle v1.0.14 |
| 365 | 2026-06-08T13:57:52.704Z | Compiling simd-adler32 v0.3.9 |
| 366 | 2026-06-08T13:57:52.707Z | Compiling const-oid v0.10.2 |
| 367 | 2026-06-08T13:57:52.765Z | Compiling tap v1.0.1 |
| 368 | 2026-06-08T13:57:52.845Z | Compiling powerfmt v0.2.0 |
| 369 | 2026-06-08T13:57:52.871Z | Compiling anstyle-query v1.1.5 |
| 370 | 2026-06-08T13:57:52.933Z | Compiling digest v0.11.2 |
| 371 | 2026-06-08T13:57:52.968Z | Compiling anstream v1.0.0 |
| 372 | 2026-06-08T13:57:53.018Z | Compiling deranged v0.5.8 |
| 373 | 2026-06-08T13:57:53.123Z | Compiling wyz v0.5.1 |
| 374 | 2026-06-08T13:57:53.132Z | Compiling spki v0.7.3 |
| 375 | 2026-06-08T13:57:53.375Z | Compiling ppv-lite86 v0.2.21 |
| 376 | 2026-06-08T13:57:53.424Z | Compiling crossbeam-deque v0.8.6 |
| 377 | 2026-06-08T13:57:53.696Z | Compiling num_threads v0.1.7 |
| 378 | 2026-06-08T13:57:53.783Z | Compiling num-conv v0.2.1 |
| 379 | 2026-06-08T13:57:53.811Z | Compiling getrandom v0.4.2 |
| 380 | 2026-06-08T13:57:53.847Z | Compiling time-core v0.1.8 |
| 381 | 2026-06-08T13:57:53.919Z | Compiling cpufeatures v0.2.17 |
| 382 | 2026-06-08T13:57:53.984Z | Compiling adler2 v2.0.1 |
| 383 | 2026-06-08T13:57:53.991Z | Compiling funty v2.0.0 |
| 384 | 2026-06-08T13:57:54.063Z | Compiling maybe-uninit v2.0.0 |
| 385 | 2026-06-08T13:57:54.178Z | Compiling rand_core v0.10.1 |
| 386 | 2026-06-08T13:57:54.340Z | Compiling bitvec v1.0.1 |
| 387 | 2026-06-08T13:57:54.378Z | Compiling miniz_oxide v0.8.9 |
| 388 | 2026-06-08T13:57:54.870Z | Compiling time v0.3.47 |
| 389 | 2026-06-08T13:57:55.052Z | Compiling sha2 v0.10.9 |
| 390 | 2026-06-08T13:57:55.132Z | Compiling rand_chacha v0.3.1 |
| 391 | 2026-06-08T13:57:55.503Z | Compiling lazy_static v1.5.0 |
| 392 | 2026-06-08T13:57:55.589Z | Compiling num-integer v0.1.46 |
| 393 | 2026-06-08T13:57:55.612Z | Compiling terminal_size v0.4.4 |
| 394 | 2026-06-08T13:57:55.671Z | Compiling indexmap v1.9.3 |
| 395 | 2026-06-08T13:57:55.759Z | Compiling num-bigint-dig v0.8.6 |
| 396 | 2026-06-08T13:57:55.889Z | Compiling packed_struct v0.10.1 |
| 397 | 2026-06-08T13:57:55.969Z | Compiling zstd-safe v7.2.4 |
| 398 | 2026-06-08T13:57:56.145Z | Compiling zlib-rs v0.6.3 |
| 399 | 2026-06-08T13:57:56.229Z | Compiling clap_lex v1.1.0 |
| 400 | 2026-06-08T13:57:56.509Z | Compiling num-iter v0.1.45 |
| 401 | 2026-06-08T13:57:56.533Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-08T13:57:56.621Z | Compiling rand v0.8.6 |
| 403 | 2026-06-08T13:57:56.931Z | Compiling pkcs8 v0.10.2 |
| 404 | 2026-06-08T13:57:57.140Z | Compiling packed_struct_codegen v0.10.1 |
| 405 | 2026-06-08T13:57:57.552Z | Compiling bitfield-macros v0.19.4 |
| 406 | 2026-06-08T13:57:57.902Z | Compiling inout v0.2.2 |
| 407 | 2026-06-08T13:57:58.047Z | Compiling capstone-sys v0.18.0 |
| 408 | 2026-06-08T13:57:58.140Z | Compiling crc-catalog v2.5.0 |
| 409 | 2026-06-08T13:57:58.247Z | Compiling nodrop v0.1.14 |
| 410 | 2026-06-08T13:57:58.255Z | Compiling hashbrown v0.12.3 |
| 411 | 2026-06-08T13:57:58.332Z | Compiling twox-hash v2.1.2 |
| 412 | 2026-06-08T13:57:58.437Z | Compiling object v0.39.1 |
| 413 | 2026-06-08T13:57:58.490Z | Compiling base64 v0.21.7 |
| 414 | 2026-06-08T13:57:58.797Z | Compiling ron v0.8.1 |
| 415 | 2026-06-08T13:57:59.245Z | Compiling flate2 v1.1.9 |
| 416 | 2026-06-08T13:57:59.565Z | Compiling clap v4.6.1 |
| 417 | 2026-06-08T13:57:59.643Z | Compiling ruzstd v0.8.2 |
| 418 | 2026-06-08T13:57:59.845Z | Compiling array-init v0.0.4 |
| 419 | 2026-06-08T13:58:00.188Z | Compiling bitfield v0.19.4 |
| 420 | 2026-06-08T13:58:00.499Z | Compiling crc v3.4.0 |
| 421 | 2026-06-08T13:58:01.686Z | Compiling cipher v0.5.1 |
| 422 | 2026-06-08T13:58:01.946Z | Compiling pkcs1 v0.7.5 |
| 423 | 2026-06-08T13:58:02.855Z | Compiling smallvec v0.6.14 |
| 424 | 2026-06-08T13:58:03.085Z | Compiling hmac v0.13.0 |
| 425 | 2026-06-08T13:58:03.247Z | Compiling signature v2.2.0 |
| 426 | 2026-06-08T13:58:03.288Z | Compiling env_filter v1.0.1 |
| 427 | 2026-06-08T13:58:03.414Z | Compiling hubpack_derive v0.1.1 |
| 428 | 2026-06-08T13:58:03.946Z | Compiling semver v1.0.28 |
| 429 | 2026-06-08T13:58:04.090Z | Compiling winnow v1.0.2 |
| 430 | 2026-06-08T13:58:04.168Z | Compiling lzss v0.9.1 |
| 431 | 2026-06-08T13:58:04.226Z | Compiling subtle v2.6.1 |
| 432 | 2026-06-08T13:58:04.377Z | Compiling cpubits v0.1.1 |
| 433 | 2026-06-08T13:58:04.446Z | Compiling prettyplease v0.2.37 |
| 434 | 2026-06-08T13:58:04.453Z | Compiling portable-atomic v1.13.1 |
| 435 | 2026-06-08T13:58:04.553Z | Compiling jiff v0.2.24 |
| 436 | 2026-06-08T13:58:04.678Z | Compiling libbz2-rs-sys v0.2.3 |
| 437 | 2026-06-08T13:58:04.740Z | Compiling serde_json v1.0.149 |
| 438 | 2026-06-08T13:58:04.892Z | Compiling rayon-core v1.13.0 |
| 439 | 2026-06-08T13:58:04.966Z | Compiling bumpalo v3.20.2 |
| 440 | 2026-06-08T13:58:05.102Z | Compiling cpp_demangle v0.5.1 |
| 441 | 2026-06-08T13:58:05.297Z | Compiling zopfli v0.8.3 |
| 442 | 2026-06-08T13:58:05.538Z | Compiling bzip2 v0.6.1 |
| 443 | 2026-06-08T13:58:05.869Z | Compiling aes v0.9.0 |
| 444 | 2026-06-08T13:58:07.067Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 445 | 2026-06-08T13:58:07.532Z | Compiling env_logger v0.11.10 |
| 446 | 2026-06-08T13:58:07.653Z | Compiling rsa v0.9.10 |
| 447 | 2026-06-08T13:58:09.049Z | Compiling hubpack v0.1.2 |
| 448 | 2026-06-08T13:58:09.229Z | Compiling pbkdf2 v0.13.0 |
| 449 | 2026-06-08T13:58:09.334Z | Compiling serde-hex v0.1.0 |
| 450 | 2026-06-08T13:58:09.640Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 451 | 2026-06-08T13:58:11.160Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 452 | 2026-06-08T13:58:11.512Z | Compiling lzma-rust2 v0.16.2 |
| 453 | 2026-06-08T13:58:12.718Z | Compiling x509-cert v0.2.5 |
| 454 | 2026-06-08T13:58:17.310Z | Compiling sha1 v0.11.0 |
| 455 | 2026-06-08T13:58:17.393Z | Compiling serde_with_macros v3.18.0 |
| 456 | 2026-06-08T13:58:17.845Z | Compiling num-derive v0.4.2 |
| 457 | 2026-06-08T13:58:18.479Z | Compiling scroll_derive v0.13.1 |
| 458 | 2026-06-08T13:58:18.777Z | Compiling serde_spanned v1.1.1 |
| 459 | 2026-06-08T13:58:18.919Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 460 | 2026-06-08T13:58:19.032Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 461 | 2026-06-08T13:58:19.275Z | Compiling deflate64 v0.1.12 |
| 462 | 2026-06-08T13:58:19.291Z | Compiling void v1.0.2 |
| 463 | 2026-06-08T13:58:19.387Z | Compiling constant_time_eq v0.4.2 |
| 464 | 2026-06-08T13:58:19.403Z | Compiling crc-any v2.5.0 |
| 465 | 2026-06-08T13:58:19.590Z | Compiling typed-path v0.12.3 |
| 466 | 2026-06-08T13:58:19.819Z | Compiling fnv v1.0.7 |
| 467 | 2026-06-08T13:58:19.844Z | Compiling hex v0.4.3 |
| 468 | 2026-06-08T13:58:19.909Z | Compiling ppmd-rust v1.4.0 |
| 469 | 2026-06-08T13:58:20.142Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 470 | 2026-06-08T13:58:20.333Z | Compiling gimli v0.33.0 |
| 471 | 2026-06-08T13:58:21.748Z | Compiling scroll v0.13.0 |
| 472 | 2026-06-08T13:58:22.047Z | Compiling toml v1.1.2+spec-1.1.0 |
| 473 | 2026-06-08T13:58:23.077Z | Compiling zstd v0.13.3 |
| 474 | 2026-06-08T13:58:23.298Z | Compiling zip v8.6.0 |
| 475 | 2026-06-08T13:58:23.535Z | Compiling serde_with v3.18.0 |
| 476 | 2026-06-08T13:58:26.910Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 477 | 2026-06-08T13:58:28.567Z | Compiling console v0.16.3 |
| 478 | 2026-06-08T13:58:30.293Z | Compiling serde-big-array v0.5.1 |
| 479 | 2026-06-08T13:58:30.334Z | Compiling memmap2 v0.9.10 |
| 480 | 2026-06-08T13:58:30.407Z | Compiling path-slash v0.2.1 |
| 481 | 2026-06-08T13:58:30.441Z | Compiling unit-prefix v0.5.2 |
| 482 | 2026-06-08T13:58:30.597Z | Compiling fallible-iterator v0.3.0 |
| 483 | 2026-06-08T13:58:30.637Z | Compiling plain v0.2.3 |
| 484 | 2026-06-08T13:58:30.673Z | Compiling typed-arena v2.0.2 |
| 485 | 2026-06-08T13:58:30.745Z | Compiling rustc-demangle v0.1.27 |
| 486 | 2026-06-08T13:58:30.818Z | Compiling colored v3.1.1 |
| 487 | 2026-06-08T13:58:30.875Z | Compiling goblin v0.10.5 |
| 488 | 2026-06-08T13:58:30.936Z | Compiling indicatif v0.18.4 |
| 489 | 2026-06-08T13:58:31.735Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 490 | 2026-06-08T13:58:31.803Z | Compiling addr2line v0.26.1 |
| 491 | 2026-06-08T13:58:32.021Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 492 | 2026-06-08T13:58:33.243Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 493 | 2026-06-08T13:58:33.858Z | Compiling rayon v1.12.0 |
| 494 | 2026-06-08T13:58:34.571Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 495 | 2026-06-08T13:58:35.236Z | Compiling ron v0.12.1 |
| 496 | 2026-06-08T13:58:36.125Z | Compiling multimap v0.10.1 |
| 497 | 2026-06-08T13:58:36.346Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 498 | 2026-06-08T13:58:37.011Z | Compiling auto_impl v1.3.0 |
| 499 | 2026-06-08T13:58:37.876Z | Compiling parse_int v0.9.0 |
| 500 | 2026-06-08T13:58:38.015Z | Compiling rustc_version v0.4.1 |
| 501 | 2026-06-08T13:58:38.275Z | Compiling ryu v1.0.23 |
| 502 | 2026-06-08T13:58:38.632Z | Compiling heapless v0.7.17 |
| 503 | 2026-06-08T13:58:38.932Z | Compiling base64 v0.13.1 |
| 504 | 2026-06-08T13:58:39.186Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 505 | 2026-06-08T13:58:39.543Z | Compiling hash32 v0.2.1 |
| 506 | 2026-06-08T13:58:40.441Z | Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2) |
| 507 | 2026-06-08T13:58:40.974Z | Compiling thiserror v1.0.69 |
| 508 | 2026-06-08T13:58:41.026Z | Compiling postcard-cobs v0.1.5-pre |
| 509 | 2026-06-08T13:58:41.268Z | Compiling bitflags v1.3.2 |
| 510 | 2026-06-08T13:58:41.338Z | Compiling postcard v0.7.3 |
| 511 | 2026-06-08T13:58:41.475Z | Compiling pkg-version-impl v0.1.1 |
| 512 | 2026-06-08T13:58:41.664Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2026-06-08T13:58:42.320Z | Compiling linked-hash-map v0.5.6 |
| 514 | 2026-06-08T13:58:42.495Z | Compiling yaml-rust v0.4.5 |
| 515 | 2026-06-08T13:58:43.038Z | Compiling pkg-version v1.0.0 |
| 516 | 2026-06-08T13:58:43.120Z | Compiling jep106 v0.2.10 |
| 517 | 2026-06-08T13:58:43.250Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 518 | 2026-06-08T13:58:43.388Z | Compiling rusb v0.8.1 |
| 519 | 2026-06-08T13:58:43.633Z | Compiling serde_yaml v0.8.26 |
| 520 | 2026-06-08T13:58:43.823Z | Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 521 | 2026-06-08T13:58:43.884Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 522 | 2026-06-08T13:58:44.247Z | Compiling bincode v1.3.3 |
| 523 | 2026-06-08T13:58:44.620Z | Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 524 | 2026-06-08T13:58:45.762Z | Compiling capstone v0.14.0 |
| 525 | 2026-06-08T13:58:45.859Z | Compiling fallible-iterator v0.2.0 |
| 526 | 2026-06-08T13:58:46.198Z | Compiling gimli v0.26.2 |
| 527 | 2026-06-08T13:58:46.811Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 528 | 2026-06-08T13:58:47.128Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 529 | 2026-06-08T13:58:47.934Z | Compiling enum-primitive-derive v0.2.2 |
| 530 | 2026-06-08T13:58:48.121Z | Compiling jaylink v0.2.0 |
| 531 | 2026-06-08T13:58:48.496Z | Compiling chacha20 v0.10.0 |
| 532 | 2026-06-08T13:58:48.798Z | Compiling object v0.27.1 |
| 533 | 2026-06-08T13:58:48.974Z | Compiling bitfield v0.13.2 |
| 534 | 2026-06-08T13:58:49.146Z | Compiling thousands v0.2.0 |
| 535 | 2026-06-08T13:58:49.153Z | Compiling scroll v0.10.2 |
| 536 | 2026-06-08T13:58:49.252Z | Compiling ihex v3.0.0 |
| 537 | 2026-06-08T13:58:49.442Z | Compiling svg v0.13.1 |
| 538 | 2026-06-08T13:58:49.456Z | Compiling rand v0.10.1 |
| 539 | 2026-06-08T13:58:49.497Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 540 | 2026-06-08T13:58:49.574Z | Compiling unicode-segmentation v1.13.2 |
| 541 | 2026-06-08T13:58:49.878Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 542 | 2026-06-08T13:58:49.956Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 543 | 2026-06-08T13:58:50.379Z | Compiling parking_lot_core v0.9.12 |
| 544 | 2026-06-08T13:58:50.634Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 545 | 2026-06-08T13:58:51.854Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 546 | 2026-06-08T13:58:52.176Z | Compiling signal-hook v0.3.18 |
| 547 | 2026-06-08T13:58:52.387Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 548 | 2026-06-08T13:58:53.096Z | Compiling signal-hook-registry v1.4.8 |
| 549 | 2026-06-08T13:58:53.780Z | Compiling convert_case v0.10.0 |
| 550 | 2026-06-08T13:58:54.036Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 551 | 2026-06-08T13:58:54.151Z | Compiling mio v1.2.0 |
| 552 | 2026-06-08T13:58:54.223Z | Compiling mio v0.8.11 |
| 553 | 2026-06-08T13:58:54.791Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 554 | 2026-06-08T13:58:54.876Z | Compiling signal-hook-mio v0.2.5 |
| 555 | 2026-06-08T13:58:54.958Z | Compiling derive_more-impl v2.1.1 |
| 556 | 2026-06-08T13:58:55.000Z | Compiling parking_lot v0.12.5 |
| 557 | 2026-06-08T13:58:55.218Z | Compiling litrs v1.0.0 |
| 558 | 2026-06-08T13:58:55.739Z | Compiling document-features v0.2.12 |
| 559 | 2026-06-08T13:58:56.322Z | Compiling rustversion v1.0.22 |
| 560 | 2026-06-08T13:58:56.441Z | Compiling derive_more v2.1.1 |
| 561 | 2026-06-08T13:58:56.517Z | Compiling itertools v0.14.0 |
| 562 | 2026-06-08T13:58:56.676Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 563 | 2026-06-08T13:58:56.721Z | Compiling paste v1.0.15 |
| 564 | 2026-06-08T13:58:57.724Z | Compiling crossterm v0.29.0 |
| 565 | 2026-06-08T13:58:58.302Z | Compiling convert_case v0.11.0 |
| 566 | 2026-06-08T13:58:58.319Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 567 | 2026-06-08T13:58:58.568Z | Compiling jep106 v0.3.0 |
| 568 | 2026-06-08T13:58:59.821Z | Compiling camino v1.2.2 |
| 569 | 2026-06-08T13:59:00.446Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 570 | 2026-06-08T13:59:00.740Z | Compiling castaway v0.2.4 |
| 571 | 2026-06-08T13:59:00.833Z | Compiling strum_macros v0.27.2 |
| 572 | 2026-06-08T13:59:00.852Z | Compiling crossbeam-channel v0.5.15 |
| 573 | 2026-06-08T13:59:01.061Z | Compiling indoc v2.0.7 |
| 574 | 2026-06-08T13:59:01.406Z | Compiling instability v0.3.12 |
| 575 | 2026-06-08T13:59:01.736Z | Compiling unicode-truncate v2.0.1 |
| 576 | 2026-06-08T13:59:01.744Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 577 | 2026-06-08T13:59:02.005Z | Compiling compact_str v0.9.0 |
| 578 | 2026-06-08T13:59:02.433Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 579 | 2026-06-08T13:59:02.665Z | Compiling strum v0.27.2 |
| 580 | 2026-06-08T13:59:02.797Z | Compiling kasuari v0.4.12 |
| 581 | 2026-06-08T13:59:02.837Z | Compiling lru v0.16.4 |
| 582 | 2026-06-08T13:59:02.925Z | Compiling crossbeam-queue v0.3.12 |
| 583 | 2026-06-08T13:59:03.033Z | Compiling cargo-platform v0.3.3 |
| 584 | 2026-06-08T13:59:03.321Z | Compiling lazy-regex v3.6.0 |
| 585 | 2026-06-08T13:59:03.354Z | Compiling cargo_metadata v0.23.1 |
| 586 | 2026-06-08T13:59:03.378Z | Compiling crossbeam v0.8.4 |
| 587 | 2026-06-08T13:59:03.449Z | Compiling ratatui-core v0.1.0 |
| 588 | 2026-06-08T13:59:04.965Z | Compiling binrw_derive v0.14.2 |
| 589 | 2026-06-08T13:59:05.261Z | Compiling strict v0.2.0 |
| 590 | 2026-06-08T13:59:05.280Z | Compiling unicode-width v0.1.14 |
| 591 | 2026-06-08T13:59:05.405Z | Compiling crokey-proc_macros v1.4.0 |
| 592 | 2026-06-08T13:59:05.590Z | Compiling ron v0.6.6 |
| 593 | 2026-06-08T13:59:05.683Z | Compiling crossterm v0.23.2 |
| 594 | 2026-06-08T13:59:06.016Z | Compiling line-clipping v0.3.7 |
| 595 | 2026-06-08T13:59:06.476Z | Compiling binrw v0.14.2 |
| 596 | 2026-06-08T13:59:06.561Z | Compiling owo-colors v3.5.0 |
| 597 | 2026-06-08T13:59:06.671Z | Compiling percent-encoding v2.3.2 |
| 598 | 2026-06-08T13:59:06.844Z | Compiling cargo-readme v3.3.2 |
| 599 | 2026-06-08T13:59:06.851Z | Compiling crokey v1.4.0 |
| 600 | 2026-06-08T13:59:07.495Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 601 | 2026-06-08T13:59:07.555Z | Compiling coolor v0.8.0 |
| 602 | 2026-06-08T13:59:07.809Z | Compiling ratatui-widgets v0.3.0 |
| 603 | 2026-06-08T13:59:07.812Z | Compiling coolor v1.1.0 |
| 604 | 2026-06-08T13:59:08.035Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 605 | 2026-06-08T13:59:08.079Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 606 | 2026-06-08T13:59:09.155Z | Compiling half v2.7.1 |
| 607 | 2026-06-08T13:59:09.484Z | Compiling minimad v0.13.1 |
| 608 | 2026-06-08T13:59:09.518Z | Compiling minimad v0.14.0 |
| 609 | 2026-06-08T13:59:10.119Z | Compiling convert_case v0.4.0 |
| 610 | 2026-06-08T13:59:10.419Z | Compiling bytemuck v1.25.0 |
| 611 | 2026-06-08T13:59:10.642Z | Compiling array-init v2.1.0 |
| 612 | 2026-06-08T13:59:10.755Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 613 | 2026-06-08T13:59:10.878Z | Compiling ciborium-io v0.2.2 |
| 614 | 2026-06-08T13:59:10.962Z | Compiling fastrand v2.4.1 |
| 615 | 2026-06-08T13:59:11.369Z | Compiling tempfile v3.27.0 |
| 616 | 2026-06-08T13:59:11.434Z | Compiling ciborium-ll v0.2.2 |
| 617 | 2026-06-08T13:59:11.577Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 618 | 2026-06-08T13:59:11.709Z | Compiling derive_more v0.99.20 |
| 619 | 2026-06-08T13:59:12.569Z | Compiling termimad v0.34.1 |
| 620 | 2026-06-08T13:59:12.900Z | Compiling termimad v0.25.7 |
| 621 | 2026-06-08T13:59:13.457Z | Compiling ratatui-macros v0.7.0 |
| 622 | 2026-06-08T13:59:13.560Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 623 | 2026-06-08T13:59:13.939Z | Compiling ratatui-crossterm v0.1.0 |
| 624 | 2026-06-08T13:59:14.181Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 625 | 2026-06-08T13:59:14.323Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 626 | 2026-06-08T13:59:14.395Z | Compiling sha2 v0.11.0 |
| 627 | 2026-06-08T13:59:14.800Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 628 | 2026-06-08T13:59:15.063Z | Compiling csv-core v0.1.13 |
| 629 | 2026-06-08T13:59:15.527Z | Compiling iana-time-zone v0.1.65 |
| 630 | 2026-06-08T13:59:15.660Z | Compiling xml v1.2.1 |
| 631 | 2026-06-08T13:59:15.962Z | Compiling parse-size v1.1.0 |
| 632 | 2026-06-08T13:59:16.160Z | Compiling chrono v0.4.44 |
| 633 | 2026-06-08T13:59:16.609Z | Compiling serde-xml-rs v0.8.2 |
| 634 | 2026-06-08T13:59:18.029Z | Compiling csv v1.4.0 |
| 635 | 2026-06-08T13:59:19.228Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 636 | 2026-06-08T13:59:20.340Z | Compiling ratatui v0.30.0 |
| 637 | 2026-06-08T13:59:20.659Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 638 | 2026-06-08T13:59:21.003Z | Compiling raw-cpuid v11.6.0 |
| 639 | 2026-06-08T13:59:21.320Z | Compiling ciborium v0.2.2 |
| 640 | 2026-06-08T13:59:21.514Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 641 | 2026-06-08T13:59:22.331Z | Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin) |
| 642 | 2026-06-08T13:59:22.829Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 643 | 2026-06-08T13:59:23.010Z | Compiling strum_macros v0.28.0 |
| 644 | 2026-06-08T13:59:23.362Z | Compiling termios v0.3.3 |
| 645 | 2026-06-08T13:59:23.564Z | Compiling splitty v1.0.2 |
| 646 | 2026-06-08T13:59:23.746Z | Compiling srec v0.2.0 |
| 647 | 2026-06-08T13:59:23.790Z | Compiling strum v0.28.0 |
| 648 | 2026-06-08T13:59:23.917Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 649 | 2026-06-08T13:59:24.276Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 650 | 2026-06-08T13:59:24.482Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 651 | 2026-06-08T13:59:24.816Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 652 | 2026-06-08T13:59:25.038Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 653 | 2026-06-08T13:59:27.041Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 654 | 2026-06-08T13:59:27.190Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 655 | 2026-06-08T13:59:27.418Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 656 | 2026-06-08T13:59:29.153Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 657 | 2026-06-08T13:59:29.643Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 658 | 2026-06-08T13:59:29.953Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 659 | 2026-06-08T13:59:31.985Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 660 | 2026-06-08T13:59:32.156Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 661 | 2026-06-08T13:59:34.566Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 662 | 2026-06-08T13:59:35.358Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 663 | 2026-06-08T13:59:35.458Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 664 | 2026-06-08T13:59:38.066Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 665 | 2026-06-08T13:59:38.649Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 666 | 2026-06-08T13:59:40.303Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 667 | 2026-06-08T13:59:42.761Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 668 | 2026-06-08T13:59:43.402Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 669 | 2026-06-08T13:59:44.054Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 670 | 2026-06-08T13:59:45.061Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 671 | 2026-06-08T13:59:45.733Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 672 | 2026-06-08T13:59:47.644Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 673 | 2026-06-08T13:59:47.888Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 674 | 2026-06-08T13:59:48.263Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 675 | 2026-06-08T13:59:49.543Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 676 | 2026-06-08T13:59:50.057Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 677 | 2026-06-08T13:59:51.294Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 678 | 2026-06-08T13:59:52.063Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 679 | 2026-06-08T13:59:52.421Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 680 | 2026-06-08T13:59:53.824Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 681 | 2026-06-08T13:59:54.269Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 682 | 2026-06-08T13:59:54.380Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 683 | 2026-06-08T13:59:56.050Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 684 | 2026-06-08T13:59:56.180Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 685 | 2026-06-08T13:59:57.661Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 686 | 2026-06-08T13:59:58.732Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 687 | 2026-06-08T13:59:59.364Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 688 | 2026-06-08T13:59:59.479Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 689 | 2026-06-08T14:00:01.074Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 690 | 2026-06-08T14:00:01.382Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 691 | 2026-06-08T14:00:01.482Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 692 | 2026-06-08T14:00:01.605Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 693 | 2026-06-08T14:00:02.150Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 694 | 2026-06-08T14:00:02.198Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 695 | 2026-06-08T14:00:03.725Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 696 | 2026-06-08T14:00:03.888Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 697 | 2026-06-08T14:00:04.581Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 698 | 2026-06-08T14:00:06.693Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 699 | 2026-06-08T14:00:07.197Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 700 | 2026-06-08T14:00:07.644Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 701 | 2026-06-08T14:00:07.840Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 702 | 2026-06-08T14:00:25.900Z | Finished `release` profile [optimized + debuginfo] target(s) in 2m 44s |
| 703 | 2026-06-08T14:01:21.603Z | pkg://helios/developer/debug/humility@0.12.18.687,5.11-3.0:20260608T140032Z |
| 704 | 2026-06-08T14:01:21.603Z | PUBLISHED |
| 705 | 2026-06-08T14:01:21.819Z | Retrieving packages for publisher helios ... |
| 706 | 2026-06-08T14:01:21.823Z | Retrieving catalog 'helios' ... Done |
| 707 | 2026-06-08T14:01:21.823Z | Retrieving and evaluating 1 package(s)... |
| 708 | 2026-06-08T14:01:21.823Z | Fetching manifests: 1/1 100% complete |
| 709 | 2026-06-08T14:01:21.823Z | Fetching manifests: 1/1 100% complete |
| 710 | 2026-06-08T14:01:21.823Z | |
| 711 | 2026-06-08T14:01:21.823Z | Archiving packages ... |
| 712 | 2026-06-08T14:01:21.823Z | Packages to add: 1 |
| 713 | 2026-06-08T14:01:21.823Z | Files to retrieve: 1 |
| 714 | 2026-06-08T14:01:21.823Z | Estimated transfer size: 120.86 MB |
| 715 | 2026-06-08T14:01:21.823Z | |
| 716 | 2026-06-08T14:01:21.823Z | Packages to archive: |
| 717 | 2026-06-08T14:01:21.823Z | developer/debug/humility@0.12.18.687,5.11-3.0:20260608T140032Z |
| 718 | 2026-06-08T14:01:21.823Z | |
| 719 | 2026-06-08T14:01:21.823Z | Download: 0/1 items 0.0/120.9MB 0% complete |
| 720 | 2026-06-08T14:01:22.037Z | Download: Completed 120.86 MB in 0.21 seconds (565M/s) |
| 721 | 2026-06-08T14:01:22.040Z | Archiving: 1/10 items 0.0/120.9MB 0% complete |
| 722 | 2026-06-08T14:01:22.085Z | Archiving: Completed 120.88 MB in 0.05 seconds |
| 723 | 2026-06-08T14:01:22.129Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.687-3.0.p5p. |
| 724 | 2026-06-08T14:01:22.135Z | |
| 725 | 2026-06-08T14:01:22.138Z | real 4:00.532929057 |
| 726 | 2026-06-08T14:01:22.138Z | user 19:48.990612618 |
| 727 | 2026-06-08T14:01:22.138Z | sys 1:22.353314030 |
| 728 | 2026-06-08T14:01:22.138Z | trap 0.595174009 |
| 729 | 2026-06-08T14:01:22.138Z | tflt 0.978162217 |
| 730 | 2026-06-08T14:01:22.138Z | dflt 1.450520148 |
| 731 | 2026-06-08T14:01:22.138Z | kflt 0.013025636 |
| 732 | 2026-06-08T14:01:22.138Z | lock 1:22:17.283343308 |
| 733 | 2026-06-08T14:01:22.138Z | slp 1:04:12.202815160 |
| 734 | 2026-06-08T14:01:22.139Z | lat 1:11.638545664 |
| 735 | 2026-06-08T14:01:22.139Z | stop 55.968521613 |
| 736 | 2026-06-08T14:01:22.139Z | + banner copy |
| 737 | 2026-06-08T14:01:22.139Z | |
| 738 | 2026-06-08T14:01:22.139Z | #### #### ##### # # |
| 739 | 2026-06-08T14:01:22.139Z | # # # # # # # # |
| 740 | 2026-06-08T14:01:22.139Z | # # # # # # |
| 741 | 2026-06-08T14:01:22.139Z | # # # ##### # |
| 742 | 2026-06-08T14:01:22.139Z | # # # # # # |
| 743 | 2026-06-08T14:01:22.139Z | #### #### # # |
| 744 | 2026-06-08T14:01:22.139Z | |
| 745 | 2026-06-08T14:01:22.142Z | + pfexec mkdir -p /out |
| 746 | 2026-06-08T14:01:22.142Z | + pfexec chown 12345 /out |
| 747 | 2026-06-08T14:01:22.146Z | + PKG_NAME=/out/humility.p5p |
| 748 | 2026-06-08T14:01:22.146Z | + mv pkg/packages/repo/humility-0.12.18.687-3.0.p5p /out/humility.p5p |
| 749 | 2026-06-08T14:01:22.234Z | + sha256sum /out/humility.p5p |
| 750 | 2026-06-08T14:01:22.305Z | process exited: duration 248673 ms, exit code 0 |
| |
| 751 | 2026-06-08T14:01:22.318Z | found 2 output files |
| 752 | 2026-06-08T14:01:22.319Z | uploading: /out/humility.p5p (126760960 bytes) |
| 753 | 2026-06-08T14:01:24.102Z | uploaded: /out/humility.p5p |
| 754 | 2026-06-08T14:01:24.102Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 755 | 2026-06-08T14:01:25.112Z | uploaded: /out/humility.p5p.sha256 |