|
|
|
| 1 | 2026-06-18T17:10:50.147Z | job assigned to worker 01KVDVC04MZTY0X2GX3DVF4QJN [factory aws, i-008a7a27c49635b21] (queued for 54 s) |
| |
| 2 | 2026-06-18T17:10:56.209Z | starting task 0: "setup" |
| 3 | 2026-06-18T17:10:56.216Z | ++ uname -s |
| 4 | 2026-06-18T17:10:56.219Z | + kern=SunOS |
| 5 | 2026-06-18T17:10:56.220Z | + build_user=build |
| 6 | 2026-06-18T17:10:56.220Z | + build_uid=12345 |
| 7 | 2026-06-18T17:10:56.220Z | + work_dir=/work |
| 8 | 2026-06-18T17:10:56.220Z | + input_dir=/input |
| 9 | 2026-06-18T17:10:56.220Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-18T17:10:56.220Z | + case "$kern" in |
| 11 | 2026-06-18T17:10:56.220Z | + groupadd -g 12345 build |
| 12 | 2026-06-18T17:10:56.223Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-18T17:10:58.226Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-18T17:10:58.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-18T17:10:58.394Z | + home_fs=zfs |
| 16 | 2026-06-18T17:10:58.394Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-18T17:10:58.394Z | + mkdir -p /home/build |
| 18 | 2026-06-18T17:10:58.394Z | + chown build:build /home/build /work |
| 19 | 2026-06-18T17:11:00.395Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-18T17:11:00.398Z | process exited: duration 4187 ms, exit code 0 |
| |
| 21 | 2026-06-18T17:11:00.403Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-18T17:11:00.407Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-18T17:11:00.407Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-18T17:11:00.407Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-18T17:11:00.408Z | * rust toolchain profile = "default" |
| 26 | 2026-06-18T17:11:00.408Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-18T17:11:00.408Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-18T17:11:00.410Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-18T17:11:00.410Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-18T17:11:00.517Z | info: downloading installer |
| 31 | 2026-06-18T17:11:01.926Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-18T17:11:01.926Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-18T17:11:01.926Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-18T17:11:01.926Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-18T17:11:01.938Z | info: profile set to default |
| 36 | 2026-06-18T17:11:01.938Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-18T17:11:01.942Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-18T17:11:02.086Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-18T17:11:02.089Z | info: downloading 6 components |
| 40 | 2026-06-18T17:11:17.496Z | |
| 41 | 2026-06-18T17:11:17.496Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-06-18T17:11:17.552Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-18T17:11:17.552Z | |
| 44 | 2026-06-18T17:11:17.553Z | |
| 45 | 2026-06-18T17:11:17.553Z | Rust is installed now. Great! |
| 46 | 2026-06-18T17:11:17.553Z | |
| 47 | 2026-06-18T17:11:17.553Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-18T17:11:17.553Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-18T17:11:17.553Z | |
| 50 | 2026-06-18T17:11:17.553Z | To configure your current shell, you need to source |
| 51 | 2026-06-18T17:11:17.553Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-18T17:11:17.553Z | |
| 53 | 2026-06-18T17:11:17.553Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-18T17:11:17.553Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-18T17:11:17.554Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-18T17:11:17.554Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-18T17:11:17.554Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-18T17:11:17.554Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-18T17:11:17.554Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-18T17:11:17.554Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-18T17:11:17.554Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-18T17:11:17.626Z | + rustup --version |
| 63 | 2026-06-18T17:11:17.635Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-18T17:11:17.639Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-18T17:11:17.657Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-18T17:11:17.659Z | + cargo --version |
| 67 | 2026-06-18T17:11:17.673Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-18T17:11:17.676Z | + rustc --version |
| 69 | 2026-06-18T17:11:17.695Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-18T17:11:17.698Z | process exited: duration 17294 ms, exit code 0 |
| |
| 71 | 2026-06-18T17:11:17.704Z | starting task 2: "authentication" |
| 72 | 2026-06-18T17:11:17.720Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-18T17:11:17.726Z | starting task 3: "clone repository" |
| 74 | 2026-06-18T17:11:17.729Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-18T17:11:17.732Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-18T17:11:17.764Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-18T17:11:41.313Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-18T17:11:41.313Z | + git fetch origin 7ee162777d4b42e411af0ee6151f04f329053845 |
| 79 | 2026-06-18T17:11:41.638Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-18T17:11:41.638Z | * branch 7ee162777d4b42e411af0ee6151f04f329053845 -> FETCH_HEAD |
| 81 | 2026-06-18T17:11:41.644Z | + [[ -n mkeeter/only-extract-tasks ]] |
| 82 | 2026-06-18T17:11:41.647Z | ++ git branch --show-current |
| 83 | 2026-06-18T17:11:41.649Z | + current=master |
| 84 | 2026-06-18T17:11:41.649Z | + [[ master != mkeeter/only-extract-tasks ]] |
| 85 | 2026-06-18T17:11:41.649Z | + git branch -f mkeeter/only-extract-tasks 7ee162777d4b42e411af0ee6151f04f329053845 |
| 86 | 2026-06-18T17:11:41.652Z | + git checkout -f mkeeter/only-extract-tasks |
| 87 | 2026-06-18T17:11:42.424Z | Switched to branch 'mkeeter/only-extract-tasks' |
| 88 | 2026-06-18T17:11:42.427Z | + git reset --hard 7ee162777d4b42e411af0ee6151f04f329053845 |
| 89 | 2026-06-18T17:11:42.437Z | HEAD is now at 7ee16277 Remove zip dependency from extract and dump |
| 90 | 2026-06-18T17:11:42.440Z | process exited: duration 24712 ms, exit code 0 |
| |
| 91 | 2026-06-18T17:11:42.445Z | starting task 4: "build" |
| 92 | 2026-06-18T17:11:42.450Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-18T17:11:42.450Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-18T17:11:42.450Z | + banner deps |
| 95 | 2026-06-18T17:11:42.454Z | |
| 96 | 2026-06-18T17:11:42.454Z | ##### ###### ##### #### |
| 97 | 2026-06-18T17:11:42.454Z | # # # # # # |
| 98 | 2026-06-18T17:11:42.454Z | # # ##### # # #### |
| 99 | 2026-06-18T17:11:42.454Z | # # # ##### # |
| 100 | 2026-06-18T17:11:42.454Z | # # # # # # |
| 101 | 2026-06-18T17:11:42.454Z | ##### ###### # #### |
| 102 | 2026-06-18T17:11:42.454Z | |
| 103 | 2026-06-18T17:11:42.454Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-18T17:11:42.454Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-18T17:11:42.454Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-18T17:11:43.425Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-18T17:11:43.516Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-18T17:11:43.870Z | Planning: Solver setup ... Done (0.315s) |
| 109 | 2026-06-18T17:11:43.893Z | Planning: Running solver ... Done (0.023s) |
| 110 | 2026-06-18T17:11:43.901Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-18T17:11:43.912Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-18T17:11:43.925Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-18T17:11:43.937Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-18T17:11:43.940Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-18T17:11:44.114Z | Planning: Checking for conflicting actions ... Done (0.175s) |
| 116 | 2026-06-18T17:11:44.117Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-18T17:11:44.965Z | Planning: Evaluating mediators ... Done (0.850s) |
| 118 | 2026-06-18T17:11:44.967Z | Planning: Planning completed in 1.43 seconds |
| 119 | 2026-06-18T17:11:45.199Z | Packages to install: 2 |
| 120 | 2026-06-18T17:11:45.199Z | Estimated space available: 155.92 GB |
| 121 | 2026-06-18T17:11:45.199Z | Estimated space to be consumed: 19.01 MB |
| 122 | 2026-06-18T17:11:45.199Z | Create boot environment: No |
| 123 | 2026-06-18T17:11:45.199Z | Create backup boot environment: No |
| 124 | 2026-06-18T17:11:45.199Z | Rebuild boot archive: No |
| 125 | 2026-06-18T17:11:45.202Z | |
| 126 | 2026-06-18T17:11:45.202Z | Changed packages: |
| 127 | 2026-06-18T17:11:45.202Z | helios |
| 128 | 2026-06-18T17:11:45.202Z | library/libftdi1 |
| 129 | 2026-06-18T17:11:45.204Z | None -> 1.5-3.0 |
| 130 | 2026-06-18T17:11:45.204Z | ooce/library/libusb-1 |
| 131 | 2026-06-18T17:11:45.204Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-18T17:11:45.224Z | |
| 133 | 2026-06-18T17:11:45.224Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-18T17:11:45.277Z | Download: Completed 377.70 kB in 0.05 seconds (7.0M/s) |
| 135 | 2026-06-18T17:11:45.316Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-18T17:11:45.329Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-18T17:11:45.338Z | Finalize: Updating package state database ... Done (0.008s) |
| 138 | 2026-06-18T17:11:45.340Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-18T17:11:45.360Z | Finalize: Updating image state ... Done (0.023s) |
| 140 | 2026-06-18T17:11:47.710Z | Finalize: Creating fast lookup database ... Done (2.328s) |
| 141 | 2026-06-18T17:11:47.780Z | Finalize: Reading search index ... Done (0.014s) |
| 142 | 2026-06-18T17:11:47.783Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-18T17:11:47.861Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-18T17:11:47.954Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-18T17:11:48.169Z | FMRI IFO |
| 146 | 2026-06-18T17:11:48.169Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-18T17:11:48.169Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-18T17:11:48.204Z | + cargo --version |
| 149 | 2026-06-18T17:11:48.215Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-18T17:11:48.219Z | + rustc --version |
| 151 | 2026-06-18T17:11:48.238Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-18T17:11:48.241Z | + banner package |
| 153 | 2026-06-18T17:11:48.244Z | |
| 154 | 2026-06-18T17:11:48.244Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-18T17:11:48.244Z | # # # # # # # # # # # # # |
| 156 | 2026-06-18T17:11:48.244Z | # # # # # #### # # # ##### |
| 157 | 2026-06-18T17:11:48.244Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-18T17:11:48.244Z | # # # # # # # # # # # # |
| 159 | 2026-06-18T17:11:48.244Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-18T17:11:48.244Z | |
| 161 | 2026-06-18T17:11:48.244Z | + ptime -m cargo xtask package |
| 162 | 2026-06-18T17:11:48.357Z | Updating crates.io index |
| 163 | 2026-06-18T17:11:48.360Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-18T17:11:48.623Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-18T17:11:48.959Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-18T17:11:49.296Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-18T17:11:49.606Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-18T17:11:49.944Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-18T17:11:50.438Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-18T17:11:50.884Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-18T17:12:01.844Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-18T17:12:02.156Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-18T17:12:02.488Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-18T17:12:02.746Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-18T17:12:03.033Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-18T17:12:03.388Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-18T17:12:04.258Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-18T17:12:04.551Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-18T17:12:04.848Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-18T17:12:07.104Z | Downloading crates ... |
| 181 | 2026-06-18T17:12:07.150Z | Downloaded anstream v1.0.0 |
| 182 | 2026-06-18T17:12:07.170Z | Downloaded aho-corasick v1.1.4 |
| 183 | 2026-06-18T17:12:07.180Z | Downloaded cargo-platform v0.3.3 |
| 184 | 2026-06-18T17:12:07.187Z | Downloaded thiserror v2.0.18 |
| 185 | 2026-06-18T17:12:07.190Z | Downloaded serde_spanned v1.1.1 |
| 186 | 2026-06-18T17:12:07.192Z | Downloaded itoa v1.0.18 |
| 187 | 2026-06-18T17:12:07.195Z | Downloaded heck v0.5.0 |
| 188 | 2026-06-18T17:12:07.195Z | Downloaded is_terminal_polyfill v1.70.2 |
| 189 | 2026-06-18T17:12:07.202Z | Downloaded anstyle-parse v1.0.0 |
| 190 | 2026-06-18T17:12:07.218Z | Downloaded utf8parse v0.2.2 |
| 191 | 2026-06-18T17:12:07.221Z | Downloaded strsim v0.11.1 |
| 192 | 2026-06-18T17:12:07.226Z | Downloaded colorchoice v1.0.5 |
| 193 | 2026-06-18T17:12:07.229Z | Downloaded anstyle-query v1.1.5 |
| 194 | 2026-06-18T17:12:07.232Z | Downloaded lazy_static v1.5.0 |
| 195 | 2026-06-18T17:12:07.235Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 196 | 2026-06-18T17:12:07.235Z | Downloaded anyhow v1.0.102 |
| 197 | 2026-06-18T17:12:07.237Z | Downloaded equivalent v1.0.2 |
| 198 | 2026-06-18T17:12:07.238Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-18T17:12:07.242Z | Downloaded percent-encoding v2.3.2 |
| 200 | 2026-06-18T17:12:07.246Z | Downloaded clap_lex v1.1.0 |
| 201 | 2026-06-18T17:12:07.249Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 202 | 2026-06-18T17:12:07.252Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 203 | 2026-06-18T17:12:07.258Z | Downloaded zmij v1.0.21 |
| 204 | 2026-06-18T17:12:07.261Z | Downloaded cargo_metadata v0.23.1 |
| 205 | 2026-06-18T17:12:07.261Z | Downloaded anstyle v1.0.14 |
| 206 | 2026-06-18T17:12:07.266Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-06-18T17:12:07.268Z | Downloaded quote v1.0.45 |
| 208 | 2026-06-18T17:12:07.274Z | Downloaded semver v1.0.28 |
| 209 | 2026-06-18T17:12:07.280Z | Downloaded clap_derive v4.6.1 |
| 210 | 2026-06-18T17:12:07.282Z | Downloaded camino v1.2.2 |
| 211 | 2026-06-18T17:12:07.287Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-18T17:12:07.291Z | Downloaded cargo-readme v3.3.2 |
| 213 | 2026-06-18T17:12:07.305Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-06-18T17:12:07.308Z | Downloaded clap v4.6.1 |
| 215 | 2026-06-18T17:12:07.311Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-06-18T17:12:07.314Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 217 | 2026-06-18T17:12:07.327Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-18T17:12:07.338Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-18T17:12:07.353Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-18T17:12:07.377Z | Downloaded syn v2.0.117 |
| 221 | 2026-06-18T17:12:07.383Z | Downloaded winnow v1.0.2 |
| 222 | 2026-06-18T17:12:07.388Z | Downloaded serde_json v1.0.149 |
| 223 | 2026-06-18T17:12:07.392Z | Downloaded clap_builder v4.6.0 |
| 224 | 2026-06-18T17:12:07.396Z | Downloaded regex v1.12.3 |
| 225 | 2026-06-18T17:12:07.399Z | Downloaded hashbrown v0.17.0 |
| 226 | 2026-06-18T17:12:07.418Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-18T17:12:07.434Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-18T17:12:07.473Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-18T17:12:07.473Z | Compiling serde_core v1.0.228 |
| 230 | 2026-06-18T17:12:07.473Z | Compiling unicode-ident v1.0.24 |
| 231 | 2026-06-18T17:12:07.476Z | Compiling quote v1.0.45 |
| 232 | 2026-06-18T17:12:07.476Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-18T17:12:07.476Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-18T17:12:07.476Z | Compiling anstyle-query v1.1.5 |
| 235 | 2026-06-18T17:12:07.476Z | Compiling anstyle v1.0.14 |
| 236 | 2026-06-18T17:12:07.684Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-18T17:12:07.687Z | Compiling serde v1.0.228 |
| 238 | 2026-06-18T17:12:07.699Z | Compiling is_terminal_polyfill v1.70.2 |
| 239 | 2026-06-18T17:12:07.777Z | Compiling colorchoice v1.0.5 |
| 240 | 2026-06-18T17:12:07.795Z | Compiling zmij v1.0.21 |
| 241 | 2026-06-18T17:12:07.873Z | Compiling anstream v1.0.0 |
| 242 | 2026-06-18T17:12:07.890Z | Compiling clap_lex v1.1.0 |
| 243 | 2026-06-18T17:12:07.958Z | Compiling winnow v1.0.2 |
| 244 | 2026-06-18T17:12:08.045Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-06-18T17:12:08.126Z | Compiling thiserror v2.0.18 |
| 246 | 2026-06-18T17:12:08.142Z | Compiling serde_json v1.0.149 |
| 247 | 2026-06-18T17:12:08.201Z | Compiling camino v1.2.2 |
| 248 | 2026-06-18T17:12:08.284Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-06-18T17:12:08.322Z | Compiling strsim v0.11.1 |
| 250 | 2026-06-18T17:12:08.367Z | Compiling heck v0.5.0 |
| 251 | 2026-06-18T17:12:08.561Z | Compiling clap_builder v4.6.0 |
| 252 | 2026-06-18T17:12:08.644Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-06-18T17:12:08.785Z | Compiling syn v2.0.117 |
| 254 | 2026-06-18T17:12:08.835Z | Compiling itoa v1.0.18 |
| 255 | 2026-06-18T17:12:09.001Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 256 | 2026-06-18T17:12:09.028Z | Compiling anyhow v1.0.102 |
| 257 | 2026-06-18T17:12:09.206Z | Compiling percent-encoding v2.3.2 |
| 258 | 2026-06-18T17:12:09.348Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-06-18T17:12:09.631Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 260 | 2026-06-18T17:12:09.631Z | Compiling serde_spanned v1.1.1 |
| 261 | 2026-06-18T17:12:09.719Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-18T17:12:09.779Z | Compiling cargo-platform v0.3.3 |
| 263 | 2026-06-18T17:12:09.811Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-06-18T17:12:09.933Z | Compiling semver v1.0.28 |
| 265 | 2026-06-18T17:12:11.141Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-06-18T17:12:11.141Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-06-18T17:12:11.141Z | Compiling clap_derive v4.6.1 |
| 268 | 2026-06-18T17:12:11.331Z | Compiling regex v1.12.3 |
| 269 | 2026-06-18T17:12:12.393Z | Compiling clap v4.6.1 |
| 270 | 2026-06-18T17:12:13.355Z | Compiling cargo-readme v3.3.2 |
| 271 | 2026-06-18T17:12:13.355Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-06-18T17:12:14.300Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-18T17:12:15.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s |
| 274 | 2026-06-18T17:12:15.764Z | Running `target/debug/xtask package` |
| 275 | 2026-06-18T17:12:20.327Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-18T17:12:20.328Z | Compiling quote v1.0.45 |
| 277 | 2026-06-18T17:12:20.328Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-06-18T17:12:20.328Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-18T17:12:20.328Z | Compiling libc v0.2.186 |
| 280 | 2026-06-18T17:12:20.328Z | Compiling serde v1.0.228 |
| 281 | 2026-06-18T17:12:20.328Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-18T17:12:20.331Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-18T17:12:20.451Z | Compiling memchr v2.8.0 |
| 284 | 2026-06-18T17:12:20.488Z | Compiling log v0.4.29 |
| 285 | 2026-06-18T17:12:20.760Z | Compiling thiserror v2.0.18 |
| 286 | 2026-06-18T17:12:21.091Z | Compiling scopeguard v1.2.0 |
| 287 | 2026-06-18T17:12:21.098Z | Compiling strsim v0.11.1 |
| 288 | 2026-06-18T17:12:21.108Z | Compiling stable_deref_trait v1.2.1 |
| 289 | 2026-06-18T17:12:21.180Z | Compiling autocfg v1.5.0 |
| 290 | 2026-06-18T17:12:21.183Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-18T17:12:21.237Z | Compiling errno v0.3.14 |
| 292 | 2026-06-18T17:12:21.376Z | Compiling smallvec v1.15.1 |
| 293 | 2026-06-18T17:12:21.411Z | Compiling foldhash v0.2.0 |
| 294 | 2026-06-18T17:12:21.509Z | Compiling heck v0.5.0 |
| 295 | 2026-06-18T17:12:21.622Z | Compiling syn v2.0.117 |
| 296 | 2026-06-18T17:12:21.637Z | Compiling equivalent v1.0.2 |
| 297 | 2026-06-18T17:12:21.644Z | Compiling ident_case v1.0.1 |
| 298 | 2026-06-18T17:12:21.647Z | Compiling rustversion v1.0.22 |
| 299 | 2026-06-18T17:12:21.697Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-18T17:12:21.715Z | Compiling find-msvc-tools v0.1.9 |
| 301 | 2026-06-18T17:12:21.749Z | Compiling shlex v1.3.0 |
| 302 | 2026-06-18T17:12:21.865Z | Compiling zeroize v1.8.2 |
| 303 | 2026-06-18T17:12:21.925Z | Compiling cc v1.2.61 |
| 304 | 2026-06-18T17:12:21.937Z | Compiling rustix v1.1.4 |
| 305 | 2026-06-18T17:12:21.998Z | Compiling anyhow v1.0.102 |
| 306 | 2026-06-18T17:12:22.063Z | Compiling libm v0.2.16 |
| 307 | 2026-06-18T17:12:22.299Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-18T17:12:22.454Z | Compiling const-oid v0.9.6 |
| 309 | 2026-06-18T17:12:22.514Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-18T17:12:22.523Z | Compiling zerocopy v0.8.48 |
| 311 | 2026-06-18T17:12:22.553Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-18T17:12:22.769Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-18T17:12:23.003Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-18T17:12:23.032Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-18T17:12:23.120Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-18T17:12:23.278Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-18T17:12:23.449Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-18T17:12:23.767Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-06-18T17:12:23.837Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-18T17:12:24.542Z | Compiling synstructure v0.13.2 |
| 321 | 2026-06-18T17:12:24.608Z | Compiling syn v1.0.109 |
| 322 | 2026-06-18T17:12:24.693Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-06-18T17:12:24.982Z | Compiling itoa v1.0.18 |
| 324 | 2026-06-18T17:12:25.047Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-06-18T17:12:25.491Z | Compiling block-buffer v0.10.4 |
| 326 | 2026-06-18T17:12:25.646Z | Compiling crypto-common v0.1.7 |
| 327 | 2026-06-18T17:12:25.683Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-06-18T17:12:25.778Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-06-18T17:12:25.906Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-06-18T17:12:26.994Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-06-18T17:12:27.169Z | Compiling zerocopy-derive v0.8.48 |
| 332 | 2026-06-18T17:12:27.243Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-06-18T17:12:28.038Z | Compiling regex v1.12.3 |
| 334 | 2026-06-18T17:12:28.360Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-18T17:12:28.998Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-18T17:12:29.115Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-18T17:12:29.396Z | Compiling digest v0.10.7 |
| 338 | 2026-06-18T17:12:29.614Z | Compiling displaydoc v0.2.5 |
| 339 | 2026-06-18T17:12:30.019Z | Compiling spin v0.9.8 |
| 340 | 2026-06-18T17:12:30.230Z | Compiling byteorder v1.5.0 |
| 341 | 2026-06-18T17:12:30.335Z | Compiling cmov v0.5.3 |
| 342 | 2026-06-18T17:12:30.462Z | Compiling darling_macro v0.23.0 |
| 343 | 2026-06-18T17:12:30.483Z | Compiling radium v0.7.0 |
| 344 | 2026-06-18T17:12:30.558Z | Compiling ctutils v0.4.2 |
| 345 | 2026-06-18T17:12:30.685Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-06-18T17:12:30.767Z | Compiling tap v1.0.1 |
| 347 | 2026-06-18T17:12:30.793Z | Compiling const-oid v0.10.2 |
| 348 | 2026-06-18T17:12:30.863Z | Compiling crc32fast v1.5.0 |
| 349 | 2026-06-18T17:12:30.875Z | Compiling allocator-api2 v0.2.21 |
| 350 | 2026-06-18T17:12:30.949Z | Compiling digest v0.11.2 |
| 351 | 2026-06-18T17:12:30.996Z | Compiling darling v0.23.0 |
| 352 | 2026-06-18T17:12:31.071Z | Compiling wyz v0.5.1 |
| 353 | 2026-06-18T17:12:31.182Z | Compiling static_assertions v1.1.0 |
| 354 | 2026-06-18T17:12:31.190Z | Compiling simd-adler32 v0.3.9 |
| 355 | 2026-06-18T17:12:31.250Z | Compiling hashbrown v0.16.1 |
| 356 | 2026-06-18T17:12:31.265Z | Compiling typeid v1.0.3 |
| 357 | 2026-06-18T17:12:31.273Z | Compiling either v1.15.0 |
| 358 | 2026-06-18T17:12:31.337Z | Compiling base64ct v1.8.3 |
| 359 | 2026-06-18T17:12:31.492Z | Compiling funty v2.0.0 |
| 360 | 2026-06-18T17:12:31.708Z | Compiling pem-rfc7468 v0.7.0 |
| 361 | 2026-06-18T17:12:31.874Z | Compiling bitvec v1.0.1 |
| 362 | 2026-06-18T17:12:31.962Z | Compiling der_derive v0.7.3 |
| 363 | 2026-06-18T17:12:32.043Z | Compiling clap_derive v4.6.1 |
| 364 | 2026-06-18T17:12:32.064Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-18T17:12:32.291Z | Compiling adler2 v2.0.1 |
| 366 | 2026-06-18T17:12:32.475Z | Compiling flagset v0.4.7 |
| 367 | 2026-06-18T17:12:32.567Z | Compiling cpufeatures v0.2.17 |
| 368 | 2026-06-18T17:12:32.578Z | Compiling unicode-width v0.2.2 |
| 369 | 2026-06-18T17:12:32.607Z | Compiling utf8parse v0.2.2 |
| 370 | 2026-06-18T17:12:32.638Z | Compiling sha2 v0.10.9 |
| 371 | 2026-06-18T17:12:32.711Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-06-18T17:12:32.914Z | Compiling miniz_oxide v0.8.9 |
| 373 | 2026-06-18T17:12:32.922Z | Compiling der v0.7.10 |
| 374 | 2026-06-18T17:12:32.957Z | Compiling rand_core v0.6.4 |
| 375 | 2026-06-18T17:12:32.983Z | Compiling lazy_static v1.5.0 |
| 376 | 2026-06-18T17:12:33.070Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-06-18T17:12:33.236Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-18T17:12:33.469Z | Compiling cpufeatures v0.3.0 |
| 379 | 2026-06-18T17:12:33.540Z | Compiling is_terminal_polyfill v1.70.2 |
| 380 | 2026-06-18T17:12:33.632Z | Compiling powerfmt v0.2.0 |
| 381 | 2026-06-18T17:12:33.751Z | Compiling anstyle-query v1.1.5 |
| 382 | 2026-06-18T17:12:33.856Z | Compiling colorchoice v1.0.5 |
| 383 | 2026-06-18T17:12:33.873Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-18T17:12:33.919Z | Compiling zlib-rs v0.6.3 |
| 385 | 2026-06-18T17:12:33.974Z | Compiling spki v0.7.3 |
| 386 | 2026-06-18T17:12:34.132Z | Compiling anstream v1.0.0 |
| 387 | 2026-06-18T17:12:34.157Z | Compiling deranged v0.5.8 |
| 388 | 2026-06-18T17:12:34.288Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-18T17:12:34.517Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-18T17:12:34.831Z | Compiling object v0.39.1 |
| 391 | 2026-06-18T17:12:34.844Z | Compiling twox-hash v2.1.2 |
| 392 | 2026-06-18T17:12:35.108Z | Compiling time-core v0.1.8 |
| 393 | 2026-06-18T17:12:35.237Z | Compiling maybe-uninit v2.0.0 |
| 394 | 2026-06-18T17:12:35.251Z | Compiling num_threads v0.1.7 |
| 395 | 2026-06-18T17:12:35.273Z | Compiling num-conv v0.2.1 |
| 396 | 2026-06-18T17:12:35.413Z | Compiling time v0.3.47 |
| 397 | 2026-06-18T17:12:35.578Z | Compiling ruzstd v0.8.2 |
| 398 | 2026-06-18T17:12:35.641Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-06-18T17:12:36.050Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-18T17:12:36.146Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-18T17:12:36.182Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-18T17:12:36.498Z | Compiling clap_lex v1.1.0 |
| 403 | 2026-06-18T17:12:36.733Z | Compiling packed_struct v0.10.1 |
| 404 | 2026-06-18T17:12:36.742Z | Compiling parking_lot_core v0.9.12 |
| 405 | 2026-06-18T17:12:36.750Z | Compiling num-bigint-dig v0.8.6 |
| 406 | 2026-06-18T17:12:36.928Z | Compiling flate2 v1.1.9 |
| 407 | 2026-06-18T17:12:36.988Z | Compiling getrandom v0.4.2 |
| 408 | 2026-06-18T17:12:36.991Z | Compiling zstd-safe v7.2.4 |
| 409 | 2026-06-18T17:12:37.217Z | Compiling rand_core v0.10.1 |
| 410 | 2026-06-18T17:12:37.544Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-06-18T17:12:37.588Z | Compiling bitfield v0.19.4 |
| 412 | 2026-06-18T17:12:38.214Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-18T17:12:38.333Z | Compiling rand v0.8.6 |
| 414 | 2026-06-18T17:12:38.918Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-18T17:12:39.906Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-18T17:12:40.029Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-18T17:12:40.274Z | Compiling inout v0.2.2 |
| 418 | 2026-06-18T17:12:40.421Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-18T17:12:40.818Z | Compiling fallible-iterator v0.3.0 |
| 420 | 2026-06-18T17:12:40.943Z | Compiling nodrop v0.1.14 |
| 421 | 2026-06-18T17:12:41.032Z | Compiling crc-catalog v2.5.0 |
| 422 | 2026-06-18T17:12:41.040Z | Compiling base64 v0.21.7 |
| 423 | 2026-06-18T17:12:41.138Z | Compiling crc v3.4.0 |
| 424 | 2026-06-18T17:12:41.324Z | Compiling ron v0.8.1 |
| 425 | 2026-06-18T17:12:41.608Z | Compiling array-init v0.0.4 |
| 426 | 2026-06-18T17:12:41.671Z | Compiling serde_with v3.18.0 |
| 427 | 2026-06-18T17:12:42.765Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-18T17:12:43.040Z | Compiling clap v4.6.1 |
| 429 | 2026-06-18T17:12:43.677Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-06-18T17:12:44.038Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-18T17:12:44.484Z | Compiling signature v2.2.0 |
| 432 | 2026-06-18T17:12:44.660Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-18T17:12:44.871Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-18T17:12:45.368Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-18T17:12:45.764Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-18T17:12:45.883Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-18T17:12:46.682Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-18T17:12:46.821Z | Compiling slog v2.8.2 |
| 439 | 2026-06-18T17:12:46.829Z | Compiling indexmap v1.9.3 |
| 440 | 2026-06-18T17:12:47.042Z | Compiling subtle v2.6.1 |
| 441 | 2026-06-18T17:12:47.104Z | Compiling icu_properties_data v2.2.0 |
| 442 | 2026-06-18T17:12:47.186Z | Compiling cpubits v0.1.1 |
| 443 | 2026-06-18T17:12:47.259Z | Compiling lzss v0.9.1 |
| 444 | 2026-06-18T17:12:47.323Z | Compiling serde_json v1.0.149 |
| 445 | 2026-06-18T17:12:47.486Z | Compiling portable-atomic v1.13.1 |
| 446 | 2026-06-18T17:12:47.499Z | Compiling rayon-core v1.13.0 |
| 447 | 2026-06-18T17:12:47.537Z | Compiling libbz2-rs-sys v0.2.3 |
| 448 | 2026-06-18T17:12:47.546Z | Compiling cpp_demangle v0.5.1 |
| 449 | 2026-06-18T17:12:47.709Z | Compiling bumpalo v3.20.2 |
| 450 | 2026-06-18T17:12:47.940Z | Compiling jiff v0.2.24 |
| 451 | 2026-06-18T17:12:47.988Z | Compiling icu_normalizer_data v2.2.0 |
| 452 | 2026-06-18T17:12:48.035Z | Compiling prettyplease v0.2.37 |
| 453 | 2026-06-18T17:12:48.211Z | Compiling winnow v1.0.2 |
| 454 | 2026-06-18T17:12:48.272Z | Compiling bzip2 v0.6.1 |
| 455 | 2026-06-18T17:12:48.544Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 456 | 2026-06-18T17:12:48.668Z | Compiling zopfli v0.8.3 |
| 457 | 2026-06-18T17:12:50.435Z | Compiling aes v0.9.0 |
| 458 | 2026-06-18T17:12:50.452Z | Compiling rsa v0.9.10 |
| 459 | 2026-06-18T17:12:50.576Z | Compiling yoke v0.8.2 |
| 460 | 2026-06-18T17:12:50.896Z | Compiling env_logger v0.11.10 |
| 461 | 2026-06-18T17:12:50.915Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-18T17:12:51.223Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-18T17:12:51.620Z | Compiling pbkdf2 v0.13.0 |
| 464 | 2026-06-18T17:12:51.743Z | Compiling serde-hex v0.1.0 |
| 465 | 2026-06-18T17:12:52.413Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 466 | 2026-06-18T17:12:53.911Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 467 | 2026-06-18T17:12:53.920Z | Compiling x509-cert v0.2.5 |
| 468 | 2026-06-18T17:12:53.996Z | Compiling sha1 v0.11.0 |
| 469 | 2026-06-18T17:12:54.144Z | Compiling lzma-rust2 v0.16.2 |
| 470 | 2026-06-18T17:12:54.518Z | Compiling erased-serde v0.3.31 |
| 471 | 2026-06-18T17:12:55.124Z | Compiling num-derive v0.4.2 |
| 472 | 2026-06-18T17:12:56.065Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 473 | 2026-06-18T17:12:56.564Z | Compiling serde_spanned v1.1.1 |
| 474 | 2026-06-18T17:12:56.706Z | Compiling semver v1.0.28 |
| 475 | 2026-06-18T17:12:57.013Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 476 | 2026-06-18T17:12:57.274Z | Compiling ppmd-rust v1.4.0 |
| 477 | 2026-06-18T17:12:57.705Z | Compiling hex v0.4.3 |
| 478 | 2026-06-18T17:12:58.005Z | Compiling constant_time_eq v0.4.2 |
| 479 | 2026-06-18T17:12:58.218Z | Compiling void v1.0.2 |
| 480 | 2026-06-18T17:12:58.322Z | Compiling fnv v1.0.7 |
| 481 | 2026-06-18T17:12:58.415Z | Compiling crc-any v2.5.0 |
| 482 | 2026-06-18T17:12:58.849Z | Compiling deflate64 v0.1.12 |
| 483 | 2026-06-18T17:12:59.434Z | Compiling typed-path v0.12.3 |
| 484 | 2026-06-18T17:13:00.226Z | Compiling hashbrown v0.12.3 |
| 485 | 2026-06-18T17:13:00.659Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 486 | 2026-06-18T17:13:01.293Z | Compiling gimli v0.33.0 |
| 487 | 2026-06-18T17:13:01.735Z | Compiling toml v1.1.2+spec-1.1.0 |
| 488 | 2026-06-18T17:13:04.113Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-18T17:13:04.561Z | Compiling zip v8.6.0 |
| 490 | 2026-06-18T17:13:07.899Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-18T17:13:10.798Z | Compiling console v0.16.3 |
| 492 | 2026-06-18T17:13:10.820Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-18T17:13:11.083Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-18T17:13:11.290Z | Compiling path-slash v0.2.1 |
| 495 | 2026-06-18T17:13:11.297Z | Compiling unit-prefix v0.5.2 |
| 496 | 2026-06-18T17:13:11.381Z | Compiling rustc-demangle v0.1.27 |
| 497 | 2026-06-18T17:13:11.439Z | Compiling plain v0.2.3 |
| 498 | 2026-06-18T17:13:11.477Z | Compiling typed-arena v2.0.2 |
| 499 | 2026-06-18T17:13:11.545Z | Compiling colored v3.1.1 |
| 500 | 2026-06-18T17:13:11.545Z | Compiling goblin v0.10.5 |
| 501 | 2026-06-18T17:13:11.616Z | Compiling indicatif v0.18.4 |
| 502 | 2026-06-18T17:13:12.433Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 503 | 2026-06-18T17:13:12.519Z | Compiling addr2line v0.26.1 |
| 504 | 2026-06-18T17:13:12.659Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 505 | 2026-06-18T17:13:13.009Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-18T17:13:13.642Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-18T17:13:15.942Z | Compiling ron v0.12.1 |
| 508 | 2026-06-18T17:13:15.959Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-06-18T17:13:15.970Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-18T17:13:16.483Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-18T17:13:16.685Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 512 | 2026-06-18T17:13:17.354Z | Compiling auto_impl v1.3.0 |
| 513 | 2026-06-18T17:13:18.253Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-18T17:13:19.671Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-18T17:13:20.942Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-18T17:13:21.046Z | Compiling writeable v0.6.3 |
| 517 | 2026-06-18T17:13:21.134Z | Compiling litemap v0.8.2 |
| 518 | 2026-06-18T17:13:21.231Z | Compiling ryu v1.0.23 |
| 519 | 2026-06-18T17:13:21.318Z | Compiling icu_locale_core v2.2.0 |
| 520 | 2026-06-18T17:13:21.582Z | Compiling potential_utf v0.1.5 |
| 521 | 2026-06-18T17:13:21.734Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 522 | 2026-06-18T17:13:22.258Z | Compiling rustc_version v0.4.1 |
| 523 | 2026-06-18T17:13:22.519Z | Compiling zerotrie v0.2.4 |
| 524 | 2026-06-18T17:13:22.623Z | Compiling utf8_iter v1.0.4 |
| 525 | 2026-06-18T17:13:22.792Z | Compiling icu_provider v2.2.0 |
| 526 | 2026-06-18T17:13:22.953Z | Compiling icu_collections v2.2.0 |
| 527 | 2026-06-18T17:13:23.111Z | Compiling heapless v0.7.17 |
| 528 | 2026-06-18T17:13:23.378Z | Compiling proc-macro-crate v3.5.0 |
| 529 | 2026-06-18T17:13:23.643Z | Compiling strum_macros v0.27.2 |
| 530 | 2026-06-18T17:13:23.783Z | Compiling percent-encoding v2.3.2 |
| 531 | 2026-06-18T17:13:24.207Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 532 | 2026-06-18T17:13:25.404Z | Compiling strum v0.27.2 |
| 533 | 2026-06-18T17:13:26.026Z | Compiling hash32 v0.2.1 |
| 534 | 2026-06-18T17:13:26.500Z | Compiling darling_core v0.20.11 |
| 535 | 2026-06-18T17:13:28.213Z | Compiling capstone v0.14.0 |
| 536 | 2026-06-18T17:13:28.256Z | Compiling icu_normalizer v2.2.0 |
| 537 | 2026-06-18T17:13:28.347Z | Compiling icu_properties v2.2.0 |
| 538 | 2026-06-18T17:13:28.626Z | Compiling itertools v0.14.0 |
| 539 | 2026-06-18T17:13:28.728Z | Compiling postcard-cobs v0.1.5-pre |
| 540 | 2026-06-18T17:13:28.969Z | Compiling postcard v0.7.3 |
| 541 | 2026-06-18T17:13:29.046Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 542 | 2026-06-18T17:13:29.107Z | Compiling pkg-version-impl v0.1.1 |
| 543 | 2026-06-18T17:13:29.261Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 544 | 2026-06-18T17:13:29.420Z | Compiling idna_adapter v1.2.2 |
| 545 | 2026-06-18T17:13:29.612Z | Compiling darling_macro v0.20.11 |
| 546 | 2026-06-18T17:13:29.630Z | Compiling unicode-width v0.1.14 |
| 547 | 2026-06-18T17:13:29.900Z | Compiling virtue v0.0.18 |
| 548 | 2026-06-18T17:13:30.149Z | Compiling darling v0.20.11 |
| 549 | 2026-06-18T17:13:30.194Z | Compiling idna v1.1.0 |
| 550 | 2026-06-18T17:13:30.224Z | Compiling pkg-version v1.0.0 |
| 551 | 2026-06-18T17:13:30.306Z | Compiling form_urlencoded v1.2.2 |
| 552 | 2026-06-18T17:13:30.442Z | Compiling bincode_derive v2.0.1 |
| 553 | 2026-06-18T17:13:30.467Z | Compiling bytemuck_derive v1.10.2 |
| 554 | 2026-06-18T17:13:30.713Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-06-18T17:13:30.810Z | Compiling url v2.5.8 |
| 556 | 2026-06-18T17:13:31.169Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 557 | 2026-06-18T17:13:31.182Z | Compiling deku_derive v0.18.1 |
| 558 | 2026-06-18T17:13:31.453Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-06-18T17:13:31.516Z | Compiling jep106 v0.3.0 |
| 560 | 2026-06-18T17:13:31.519Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 561 | 2026-06-18T17:13:31.611Z | Compiling bytemuck v1.25.0 |
| 562 | 2026-06-18T17:13:31.792Z | Compiling tracing-core v0.1.36 |
| 563 | 2026-06-18T17:13:31.842Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 564 | 2026-06-18T17:13:31.883Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 565 | 2026-06-18T17:13:31.929Z | Compiling no_std_io2 v0.8.1 |
| 566 | 2026-06-18T17:13:31.997Z | Compiling csv-core v0.1.13 |
| 567 | 2026-06-18T17:13:32.460Z | Compiling futures-core v0.3.32 |
| 568 | 2026-06-18T17:13:32.598Z | Compiling heapless v0.9.3 |
| 569 | 2026-06-18T17:13:32.628Z | Compiling unsafe-libyaml v0.2.11 |
| 570 | 2026-06-18T17:13:32.908Z | Compiling base64 v0.22.1 |
| 571 | 2026-06-18T17:13:33.167Z | Compiling unty v0.0.4 |
| 572 | 2026-06-18T17:13:33.211Z | Compiling serde_yaml v0.9.34+deprecated |
| 573 | 2026-06-18T17:13:33.220Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 574 | 2026-06-18T17:13:33.255Z | Compiling bincode v2.0.1 |
| 575 | 2026-06-18T17:13:33.533Z | Compiling deku v0.18.1 |
| 576 | 2026-06-18T17:13:33.633Z | Compiling num_enum v0.7.6 |
| 577 | 2026-06-18T17:13:33.751Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 578 | 2026-06-18T17:13:34.064Z | Compiling csv v1.4.0 |
| 579 | 2026-06-18T17:13:34.476Z | Compiling hash32 v0.3.1 |
| 580 | 2026-06-18T17:13:34.489Z | Compiling md-5 v0.10.6 |
| 581 | 2026-06-18T17:13:34.507Z | Compiling serde_plain v1.0.2 |
| 582 | 2026-06-18T17:13:34.646Z | Compiling miette-derive v7.6.0 |
| 583 | 2026-06-18T17:13:34.841Z | Compiling strum_macros v0.28.0 |
| 584 | 2026-06-18T17:13:34.961Z | Compiling tracing-attributes v0.1.31 |
| 585 | 2026-06-18T17:13:35.228Z | Compiling async-io v2.6.0 |
| 586 | 2026-06-18T17:13:35.462Z | Compiling libdevinfo-sys v1.1.0 |
| 587 | 2026-06-18T17:13:35.564Z | Compiling object v0.38.1 |
| 588 | 2026-06-18T17:13:35.851Z | Compiling slab v0.4.12 |
| 589 | 2026-06-18T17:13:36.091Z | Compiling miette v7.6.0 |
| 590 | 2026-06-18T17:13:36.100Z | Compiling devinfo v0.1.0 |
| 591 | 2026-06-18T17:13:36.157Z | Compiling tracing v0.1.44 |
| 592 | 2026-06-18T17:13:36.415Z | Compiling esp-idf-part v0.6.0 |
| 593 | 2026-06-18T17:13:36.643Z | Compiling strum v0.28.0 |
| 594 | 2026-06-18T17:13:36.925Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 595 | 2026-06-18T17:13:37.214Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-18T17:13:37.275Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-18T17:13:37.681Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-18T17:13:38.028Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-18T17:13:38.057Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-18T17:13:38.153Z | Compiling polling v3.11.0 |
| 601 | 2026-06-18T17:13:38.255Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-18T17:13:38.313Z | Compiling futures-io v0.3.32 |
| 603 | 2026-06-18T17:13:38.389Z | Compiling parking v2.2.1 |
| 604 | 2026-06-18T17:13:38.533Z | Compiling rmp-serde v1.3.1 |
| 605 | 2026-06-18T17:13:38.774Z | Compiling docsplay v0.1.3 |
| 606 | 2026-06-18T17:13:39.707Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-18T17:13:40.101Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-18T17:13:40.289Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-18T17:13:41.160Z | Compiling ihex v3.0.0 |
| 610 | 2026-06-18T17:13:41.758Z | Compiling dunce v1.0.5 |
| 611 | 2026-06-18T17:13:41.778Z | Compiling uf2-decode v0.2.0 |
| 612 | 2026-06-18T17:13:41.857Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-18T17:13:42.291Z | Compiling rand v0.10.1 |
| 614 | 2026-06-18T17:13:42.393Z | Compiling unicode-segmentation v1.13.2 |
| 615 | 2026-06-18T17:13:42.797Z | Compiling signal-hook v0.3.18 |
| 616 | 2026-06-18T17:13:43.016Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 617 | 2026-06-18T17:13:43.513Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 618 | 2026-06-18T17:13:43.978Z | Compiling signal-hook-registry v1.4.8 |
| 619 | 2026-06-18T17:13:44.159Z | Compiling convert_case v0.10.0 |
| 620 | 2026-06-18T17:13:44.663Z | Compiling mio v1.2.0 |
| 621 | 2026-06-18T17:13:44.754Z | Compiling mio v0.8.11 |
| 622 | 2026-06-18T17:13:44.990Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-18T17:13:45.531Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-18T17:13:45.788Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-18T17:13:46.141Z | Compiling derive_more v2.1.1 |
| 626 | 2026-06-18T17:13:46.165Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 627 | 2026-06-18T17:13:46.237Z | Compiling document-features v0.2.12 |
| 628 | 2026-06-18T17:13:46.622Z | Compiling convert_case v0.11.0 |
| 629 | 2026-06-18T17:13:46.791Z | Compiling crossterm v0.29.0 |
| 630 | 2026-06-18T17:13:46.895Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-18T17:13:47.716Z | Compiling paste v1.0.15 |
| 632 | 2026-06-18T17:13:48.040Z | Compiling camino v1.2.2 |
| 633 | 2026-06-18T17:13:48.584Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-18T17:13:49.159Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-18T17:13:49.416Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-18T17:13:49.936Z | Compiling instability v0.3.12 |
| 637 | 2026-06-18T17:13:49.944Z | Compiling thiserror v1.0.69 |
| 638 | 2026-06-18T17:13:49.959Z | Compiling indoc v2.0.7 |
| 639 | 2026-06-18T17:13:50.064Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 640 | 2026-06-18T17:13:50.261Z | Compiling unicode-truncate v2.0.1 |
| 641 | 2026-06-18T17:13:50.301Z | Compiling compact_str v0.9.0 |
| 642 | 2026-06-18T17:13:50.962Z | Compiling lru v0.16.4 |
| 643 | 2026-06-18T17:13:50.994Z | Compiling kasuari v0.4.12 |
| 644 | 2026-06-18T17:13:51.002Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-18T17:13:51.154Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-18T17:13:51.327Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-18T17:13:51.343Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 648 | 2026-06-18T17:13:51.537Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-18T17:13:51.681Z | Compiling crossbeam v0.8.4 |
| 650 | 2026-06-18T17:13:51.755Z | Compiling ratatui-core v0.1.0 |
| 651 | 2026-06-18T17:13:52.778Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-18T17:13:53.301Z | Compiling bitflags v1.3.2 |
| 653 | 2026-06-18T17:13:53.377Z | Compiling strict v0.2.0 |
| 654 | 2026-06-18T17:13:53.492Z | Compiling binrw_derive v0.14.2 |
| 655 | 2026-06-18T17:13:53.523Z | Compiling base64 v0.13.1 |
| 656 | 2026-06-18T17:13:53.825Z | Compiling ron v0.6.6 |
| 657 | 2026-06-18T17:13:53.833Z | Compiling crokey-proc_macros v1.4.0 |
| 658 | 2026-06-18T17:13:53.875Z | Compiling crossterm v0.23.2 |
| 659 | 2026-06-18T17:13:54.410Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 660 | 2026-06-18T17:13:54.597Z | Compiling line-clipping v0.3.7 |
| 661 | 2026-06-18T17:13:54.964Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 662 | 2026-06-18T17:13:55.253Z | Compiling binrw v0.14.2 |
| 663 | 2026-06-18T17:13:55.773Z | Compiling owo-colors v3.5.0 |
| 664 | 2026-06-18T17:13:56.013Z | Compiling cargo-readme v3.3.2 |
| 665 | 2026-06-18T17:13:56.693Z | Compiling crokey v1.4.0 |
| 666 | 2026-06-18T17:13:57.382Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 667 | 2026-06-18T17:13:58.461Z | Compiling ratatui-widgets v0.3.0 |
| 668 | 2026-06-18T17:13:58.964Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 669 | 2026-06-18T17:13:59.146Z | Compiling coolor v0.8.0 |
| 670 | 2026-06-18T17:13:59.408Z | Compiling coolor v1.1.0 |
| 671 | 2026-06-18T17:13:59.501Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 672 | 2026-06-18T17:13:59.679Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 673 | 2026-06-18T17:14:00.690Z | Compiling half v2.7.1 |
| 674 | 2026-06-18T17:14:00.758Z | Compiling minimad v0.13.1 |
| 675 | 2026-06-18T17:14:00.981Z | Compiling minimad v0.14.0 |
| 676 | 2026-06-18T17:14:01.052Z | Compiling array-init v2.1.0 |
| 677 | 2026-06-18T17:14:01.109Z | Compiling ciborium-io v0.2.2 |
| 678 | 2026-06-18T17:14:01.162Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 679 | 2026-06-18T17:14:01.202Z | Compiling convert_case v0.4.0 |
| 680 | 2026-06-18T17:14:01.279Z | Compiling termimad v0.34.1 |
| 681 | 2026-06-18T17:14:01.498Z | Compiling derive_more v0.99.20 |
| 682 | 2026-06-18T17:14:02.702Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 683 | 2026-06-18T17:14:03.050Z | Compiling ciborium-ll v0.2.2 |
| 684 | 2026-06-18T17:14:03.758Z | Compiling termimad v0.25.7 |
| 685 | 2026-06-18T17:14:04.021Z | Compiling ratatui-macros v0.7.0 |
| 686 | 2026-06-18T17:14:04.130Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 687 | 2026-06-18T17:14:04.902Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-18T17:14:05.021Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-18T17:14:05.148Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-18T17:14:05.338Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-18T17:14:05.513Z | Compiling xml v1.2.1 |
| 692 | 2026-06-18T17:14:05.599Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-18T17:14:06.043Z | Compiling parse-size v1.1.0 |
| 694 | 2026-06-18T17:14:06.241Z | Compiling serde-xml-rs v0.8.2 |
| 695 | 2026-06-18T17:14:07.342Z | Compiling chrono v0.4.44 |
| 696 | 2026-06-18T17:14:07.639Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-18T17:14:09.736Z | Compiling ratatui v0.30.0 |
| 698 | 2026-06-18T17:14:10.403Z | Compiling raw-cpuid v11.6.0 |
| 699 | 2026-06-18T17:14:10.682Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 700 | 2026-06-18T17:14:11.997Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-18T17:14:12.036Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-18T17:14:12.173Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 703 | 2026-06-18T17:14:13.001Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 704 | 2026-06-18T17:14:13.363Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 705 | 2026-06-18T17:14:13.609Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 706 | 2026-06-18T17:14:13.924Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 707 | 2026-06-18T17:14:14.411Z | Compiling tracing-log v0.2.0 |
| 708 | 2026-06-18T17:14:14.710Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 709 | 2026-06-18T17:14:14.843Z | Compiling sharded-slab v0.1.7 |
| 710 | 2026-06-18T17:14:14.890Z | Compiling matchers v0.2.0 |
| 711 | 2026-06-18T17:14:15.053Z | Compiling termios v0.3.3 |
| 712 | 2026-06-18T17:14:15.191Z | Compiling thread_local v1.1.9 |
| 713 | 2026-06-18T17:14:15.232Z | Compiling splitty v1.0.2 |
| 714 | 2026-06-18T17:14:15.412Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 715 | 2026-06-18T17:14:15.577Z | Compiling nu-ansi-term v0.50.3 |
| 716 | 2026-06-18T17:14:15.596Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 717 | 2026-06-18T17:14:15.628Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 718 | 2026-06-18T17:14:15.774Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 719 | 2026-06-18T17:14:16.216Z | Compiling tracing-subscriber v0.3.23 |
| 720 | 2026-06-18T17:14:17.545Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 721 | 2026-06-18T17:14:17.632Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 722 | 2026-06-18T17:14:18.461Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 723 | 2026-06-18T17:14:20.226Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 724 | 2026-06-18T17:14:20.489Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 725 | 2026-06-18T17:14:22.055Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 726 | 2026-06-18T17:14:22.293Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 727 | 2026-06-18T17:14:22.693Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 728 | 2026-06-18T17:14:24.410Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 729 | 2026-06-18T17:14:24.564Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 730 | 2026-06-18T17:14:25.257Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 731 | 2026-06-18T17:14:26.994Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 732 | 2026-06-18T17:14:31.560Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 733 | 2026-06-18T17:14:32.717Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 734 | 2026-06-18T17:14:33.612Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 735 | 2026-06-18T17:14:35.265Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 736 | 2026-06-18T17:14:35.767Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 737 | 2026-06-18T17:14:38.933Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 738 | 2026-06-18T17:14:39.810Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 739 | 2026-06-18T17:14:39.914Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 740 | 2026-06-18T17:14:41.812Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 741 | 2026-06-18T17:14:43.132Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 742 | 2026-06-18T17:14:44.731Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 743 | 2026-06-18T17:14:45.485Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 744 | 2026-06-18T17:14:46.315Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 745 | 2026-06-18T17:14:46.490Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 746 | 2026-06-18T17:14:46.866Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 747 | 2026-06-18T17:14:46.957Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 748 | 2026-06-18T17:14:49.383Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 749 | 2026-06-18T17:14:49.503Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 750 | 2026-06-18T17:14:50.673Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 751 | 2026-06-18T17:14:52.132Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 752 | 2026-06-18T17:14:52.915Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 753 | 2026-06-18T17:14:53.806Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 754 | 2026-06-18T17:14:54.095Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 755 | 2026-06-18T17:14:54.970Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 756 | 2026-06-18T17:14:55.981Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 757 | 2026-06-18T17:14:56.135Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 758 | 2026-06-18T17:14:56.322Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 759 | 2026-06-18T17:14:57.840Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 760 | 2026-06-18T17:14:58.623Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 761 | 2026-06-18T17:15:01.088Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 762 | 2026-06-18T17:15:01.115Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 763 | 2026-06-18T17:15:01.286Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 764 | 2026-06-18T17:15:02.403Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 765 | 2026-06-18T17:15:03.328Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 766 | 2026-06-18T17:15:04.003Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 767 | 2026-06-18T17:15:04.569Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 768 | 2026-06-18T17:15:04.625Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 769 | 2026-06-18T17:15:05.263Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 770 | 2026-06-18T17:15:07.000Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 771 | 2026-06-18T17:15:28.022Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 772 | 2026-06-18T17:16:28.835Z | pkg://helios/developer/debug/humility@0.13.0.700,5.11-3.0:20260618T171533Z |
| 773 | 2026-06-18T17:16:28.835Z | PUBLISHED |
| 774 | 2026-06-18T17:16:29.053Z | Retrieving packages for publisher helios ... |
| 775 | 2026-06-18T17:16:29.056Z | Retrieving catalog 'helios' ... Done |
| 776 | 2026-06-18T17:16:29.056Z | Retrieving and evaluating 1 package(s)... |
| 777 | 2026-06-18T17:16:29.056Z | Fetching manifests: 1/1 100% complete |
| 778 | 2026-06-18T17:16:29.056Z | Fetching manifests: 1/1 100% complete |
| 779 | 2026-06-18T17:16:29.056Z | |
| 780 | 2026-06-18T17:16:29.056Z | Archiving packages ... |
| 781 | 2026-06-18T17:16:29.056Z | Packages to add: 1 |
| 782 | 2026-06-18T17:16:29.056Z | Files to retrieve: 1 |
| 783 | 2026-06-18T17:16:29.056Z | Estimated transfer size: 136.98 MB |
| 784 | 2026-06-18T17:16:29.056Z | |
| 785 | 2026-06-18T17:16:29.056Z | Packages to archive: |
| 786 | 2026-06-18T17:16:29.056Z | developer/debug/humility@0.13.0.700,5.11-3.0:20260618T171533Z |
| 787 | 2026-06-18T17:16:29.056Z | |
| 788 | 2026-06-18T17:16:29.056Z | Download: 0/1 items 0.0/137.0MB 0% complete |
| 789 | 2026-06-18T17:16:29.303Z | Download: Completed 136.98 MB in 0.25 seconds (555M/s) |
| 790 | 2026-06-18T17:16:29.307Z | Archiving: 1/10 items 0.0/137.0MB 0% complete |
| 791 | 2026-06-18T17:16:29.358Z | Archiving: Completed 137.00 MB in 0.05 seconds |
| 792 | 2026-06-18T17:16:29.398Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.700-3.0.p5p. |
| 793 | 2026-06-18T17:16:29.405Z | |
| 794 | 2026-06-18T17:16:29.408Z | real 4:41.156637684 |
| 795 | 2026-06-18T17:16:29.408Z | user 22:25.434591601 |
| 796 | 2026-06-18T17:16:29.408Z | sys 1:36.099905287 |
| 797 | 2026-06-18T17:16:29.408Z | trap 0.665592146 |
| 798 | 2026-06-18T17:16:29.408Z | tflt 1.301738006 |
| 799 | 2026-06-18T17:16:29.408Z | dflt 1.457889411 |
| 800 | 2026-06-18T17:16:29.408Z | kflt 0.008181241 |
| 801 | 2026-06-18T17:16:29.408Z | lock 1:34:17.864732718 |
| 802 | 2026-06-18T17:16:29.408Z | slp 1:12:32.872028465 |
| 803 | 2026-06-18T17:16:29.408Z | lat 1:19.422283331 |
| 804 | 2026-06-18T17:16:29.408Z | stop 1:11.061368491 |
| 805 | 2026-06-18T17:16:29.409Z | + banner copy |
| 806 | 2026-06-18T17:16:29.409Z | |
| 807 | 2026-06-18T17:16:29.409Z | #### #### ##### # # |
| 808 | 2026-06-18T17:16:29.409Z | # # # # # # # # |
| 809 | 2026-06-18T17:16:29.409Z | # # # # # # |
| 810 | 2026-06-18T17:16:29.409Z | # # # ##### # |
| 811 | 2026-06-18T17:16:29.409Z | # # # # # # |
| 812 | 2026-06-18T17:16:29.410Z | #### #### # # |
| 813 | 2026-06-18T17:16:29.410Z | |
| 814 | 2026-06-18T17:16:29.410Z | + pfexec mkdir -p /out |
| 815 | 2026-06-18T17:16:29.413Z | + pfexec chown 12345 /out |
| 816 | 2026-06-18T17:16:29.413Z | + PKG_NAME=/out/humility.p5p |
| 817 | 2026-06-18T17:16:29.413Z | + mv pkg/packages/repo/humility-0.13.0.700-3.0.p5p /out/humility.p5p |
| 818 | 2026-06-18T17:16:29.520Z | + sha256sum /out/humility.p5p |
| 819 | 2026-06-18T17:16:29.600Z | process exited: duration 287152 ms, exit code 0 |
| |
| 820 | 2026-06-18T17:16:29.612Z | found 2 output files |
| 821 | 2026-06-18T17:16:29.613Z | uploading: /out/humility.p5p (143667200 bytes) |
| 822 | 2026-06-18T17:16:31.606Z | uploaded: /out/humility.p5p |
| 823 | 2026-06-18T17:16:31.606Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 824 | 2026-06-18T17:16:32.617Z | uploaded: /out/humility.p5p.sha256 |