|
|
|
| 1 | 2026-06-19T07:49:58.961Z | job assigned to worker 01KVFDP1PK4NTVDE06S0KRPGCE [factory aws, i-0b719256f56ff2df9] (queued for 43 s) |
| |
| 2 | 2026-06-19T07:50:05.154Z | starting task 0: "setup" |
| 3 | 2026-06-19T07:50:05.160Z | ++ uname -s |
| 4 | 2026-06-19T07:50:05.163Z | + kern=SunOS |
| 5 | 2026-06-19T07:50:05.163Z | + build_user=build |
| 6 | 2026-06-19T07:50:05.163Z | + build_uid=12345 |
| 7 | 2026-06-19T07:50:05.163Z | + work_dir=/work |
| 8 | 2026-06-19T07:50:05.163Z | + input_dir=/input |
| 9 | 2026-06-19T07:50:05.163Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T07:50:05.164Z | + case "$kern" in |
| 11 | 2026-06-19T07:50:05.164Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T07:50:05.167Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T07:50:07.169Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T07:50:07.264Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T07:50:07.268Z | + home_fs=zfs |
| 16 | 2026-06-19T07:50:07.268Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T07:50:07.268Z | + mkdir -p /home/build |
| 18 | 2026-06-19T07:50:07.268Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T07:50:09.268Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T07:50:09.271Z | process exited: duration 4114 ms, exit code 0 |
| |
| 21 | 2026-06-19T07:50:09.290Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T07:50:09.294Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-19T07:50:09.294Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-19T07:50:09.294Z | * rust toolchain profile = "default" |
| 25 | 2026-06-19T07:50:09.294Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-19T07:50:09.294Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-19T07:50:09.294Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-19T07:50:09.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T07:50:09.297Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-19T07:50:09.396Z | info: downloading installer |
| 31 | 2026-06-19T07:50:11.057Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-19T07:50:11.057Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-19T07:50:11.057Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-19T07:50:11.057Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-19T07:50:11.069Z | info: profile set to default |
| 36 | 2026-06-19T07:50:11.069Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-19T07:50:11.072Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-19T07:50:11.227Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-19T07:50:11.231Z | info: downloading 6 components |
| 40 | 2026-06-19T07:50:26.398Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-19T07:50:26.399Z | |
| 42 | 2026-06-19T07:50:26.432Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-19T07:50:26.432Z | |
| 44 | 2026-06-19T07:50:26.435Z | |
| 45 | 2026-06-19T07:50:26.435Z | Rust is installed now. Great! |
| 46 | 2026-06-19T07:50:26.435Z | |
| 47 | 2026-06-19T07:50:26.435Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-19T07:50:26.435Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-19T07:50:26.435Z | |
| 50 | 2026-06-19T07:50:26.435Z | To configure your current shell, you need to source |
| 51 | 2026-06-19T07:50:26.435Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-19T07:50:26.435Z | |
| 53 | 2026-06-19T07:50:26.435Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-19T07:50:26.435Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-19T07:50:26.435Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-19T07:50:26.436Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-19T07:50:26.436Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-19T07:50:26.436Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-19T07:50:26.436Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-19T07:50:26.436Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-19T07:50:26.436Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-19T07:50:26.520Z | + rustup --version |
| 63 | 2026-06-19T07:50:26.530Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-19T07:50:26.533Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-19T07:50:26.550Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-19T07:50:26.553Z | + cargo --version |
| 67 | 2026-06-19T07:50:26.566Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-19T07:50:26.569Z | + rustc --version |
| 69 | 2026-06-19T07:50:26.587Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-19T07:50:26.590Z | process exited: duration 17299 ms, exit code 0 |
| |
| 71 | 2026-06-19T07:50:26.596Z | starting task 2: "authentication" |
| 72 | 2026-06-19T07:50:26.612Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-19T07:50:26.618Z | starting task 3: "clone repository" |
| 74 | 2026-06-19T07:50:26.621Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-19T07:50:26.624Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-19T07:50:26.654Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-19T07:50:43.600Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-19T07:50:43.600Z | + git fetch origin 0efad0db973301fdd0d02866e65605821f873ef0 |
| 79 | 2026-06-19T07:50:43.831Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-19T07:50:43.831Z | * branch 0efad0db973301fdd0d02866e65605821f873ef0 -> FETCH_HEAD |
| 81 | 2026-06-19T07:50:43.837Z | + [[ -n james/pmbus-backend-suggestion ]] |
| 82 | 2026-06-19T07:50:43.840Z | ++ git branch --show-current |
| 83 | 2026-06-19T07:50:43.841Z | + current=master |
| 84 | 2026-06-19T07:50:43.841Z | + [[ master != james/pmbus-backend-suggestion ]] |
| 85 | 2026-06-19T07:50:43.841Z | + git branch -f james/pmbus-backend-suggestion 0efad0db973301fdd0d02866e65605821f873ef0 |
| 86 | 2026-06-19T07:50:43.844Z | + git checkout -f james/pmbus-backend-suggestion |
| 87 | 2026-06-19T07:50:44.642Z | Switched to branch 'james/pmbus-backend-suggestion' |
| 88 | 2026-06-19T07:50:44.645Z | + git reset --hard 0efad0db973301fdd0d02866e65605821f873ef0 |
| 89 | 2026-06-19T07:50:44.654Z | HEAD is now at 0efad0db Fix comment style |
| 90 | 2026-06-19T07:50:44.658Z | process exited: duration 18036 ms, exit code 0 |
| |
| 91 | 2026-06-19T07:50:44.664Z | starting task 4: "build" |
| 92 | 2026-06-19T07:50:44.668Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-19T07:50:44.668Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-19T07:50:44.668Z | + banner deps |
| 95 | 2026-06-19T07:50:44.671Z | |
| 96 | 2026-06-19T07:50:44.671Z | ##### ###### ##### #### |
| 97 | 2026-06-19T07:50:44.672Z | # # # # # # |
| 98 | 2026-06-19T07:50:44.672Z | # # ##### # # #### |
| 99 | 2026-06-19T07:50:44.672Z | # # # ##### # |
| 100 | 2026-06-19T07:50:44.672Z | # # # # # # |
| 101 | 2026-06-19T07:50:44.672Z | ##### ###### # #### |
| 102 | 2026-06-19T07:50:44.672Z | |
| 103 | 2026-06-19T07:50:44.672Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-19T07:50:44.672Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-19T07:50:44.672Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-19T07:50:46.898Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-19T07:50:46.989Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-19T07:50:47.376Z | Planning: Solver setup ... Done (0.348s) |
| 109 | 2026-06-19T07:50:47.398Z | Planning: Running solver ... Done (0.022s) |
| 110 | 2026-06-19T07:50:47.405Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-19T07:50:47.415Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-19T07:50:47.428Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-19T07:50:47.440Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-19T07:50:47.443Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-19T07:50:47.616Z | Planning: Checking for conflicting actions ... Done (0.175s) |
| 116 | 2026-06-19T07:50:47.619Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-19T07:50:48.380Z | Planning: Evaluating mediators ... Done (0.763s) |
| 118 | 2026-06-19T07:50:48.383Z | Planning: Planning completed in 1.37 seconds |
| 119 | 2026-06-19T07:50:48.388Z | Packages to install: 2 |
| 120 | 2026-06-19T07:50:48.391Z | Estimated space available: 155.78 GB |
| 121 | 2026-06-19T07:50:48.391Z | Estimated space to be consumed: 19.01 MB |
| 122 | 2026-06-19T07:50:48.391Z | Create boot environment: No |
| 123 | 2026-06-19T07:50:48.391Z | Create backup boot environment: No |
| 124 | 2026-06-19T07:50:48.391Z | Rebuild boot archive: No |
| 125 | 2026-06-19T07:50:48.391Z | |
| 126 | 2026-06-19T07:50:48.391Z | Changed packages: |
| 127 | 2026-06-19T07:50:48.391Z | helios |
| 128 | 2026-06-19T07:50:48.391Z | library/libftdi1 |
| 129 | 2026-06-19T07:50:48.391Z | None -> 1.5-3.0 |
| 130 | 2026-06-19T07:50:48.391Z | ooce/library/libusb-1 |
| 131 | 2026-06-19T07:50:48.391Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-19T07:50:48.412Z | |
| 133 | 2026-06-19T07:50:48.412Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-19T07:50:48.457Z | Download: Completed 377.70 kB in 0.04 seconds (8.2M/s) |
| 135 | 2026-06-19T07:50:48.543Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-19T07:50:48.554Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-19T07:50:48.562Z | Finalize: Updating package state database ... Done (0.008s) |
| 138 | 2026-06-19T07:50:48.565Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-19T07:50:48.586Z | Finalize: Updating image state ... Done (0.023s) |
| 140 | 2026-06-19T07:50:50.975Z | Finalize: Creating fast lookup database ... Done (2.367s) |
| 141 | 2026-06-19T07:50:51.042Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-06-19T07:50:51.045Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-19T07:50:51.128Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-19T07:50:51.222Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-19T07:50:51.432Z | FMRI IFO |
| 146 | 2026-06-19T07:50:51.432Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-19T07:50:51.432Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-19T07:50:51.467Z | + cargo --version |
| 149 | 2026-06-19T07:50:51.476Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-19T07:50:51.479Z | + rustc --version |
| 151 | 2026-06-19T07:50:51.499Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-19T07:50:51.501Z | + banner package |
| 153 | 2026-06-19T07:50:51.504Z | |
| 154 | 2026-06-19T07:50:51.504Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-19T07:50:51.504Z | # # # # # # # # # # # # # |
| 156 | 2026-06-19T07:50:51.504Z | # # # # # #### # # # ##### |
| 157 | 2026-06-19T07:50:51.504Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-19T07:50:51.504Z | # # # # # # # # # # # # |
| 159 | 2026-06-19T07:50:51.504Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-19T07:50:51.505Z | |
| 161 | 2026-06-19T07:50:51.505Z | + ptime -m cargo xtask package |
| 162 | 2026-06-19T07:50:51.609Z | Updating crates.io index |
| 163 | 2026-06-19T07:50:51.612Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-19T07:50:51.855Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-19T07:50:52.251Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-19T07:50:52.585Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-19T07:50:52.849Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-19T07:50:53.095Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-19T07:50:53.333Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-19T07:50:53.676Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-19T07:50:57.706Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-19T07:50:57.967Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-19T07:50:58.198Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-19T07:50:58.444Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-19T07:50:58.672Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-19T07:50:58.894Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-19T07:50:59.788Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-19T07:51:00.035Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-19T07:51:00.313Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-19T07:51:02.717Z | Downloading crates ... |
| 181 | 2026-06-19T07:51:02.785Z | Downloaded utf8parse v0.2.2 |
| 182 | 2026-06-19T07:51:02.788Z | Downloaded itoa v1.0.18 |
| 183 | 2026-06-19T07:51:02.788Z | Downloaded percent-encoding v2.3.2 |
| 184 | 2026-06-19T07:51:02.791Z | Downloaded heck v0.5.0 |
| 185 | 2026-06-19T07:51:02.794Z | Downloaded is_terminal_polyfill v1.70.2 |
| 186 | 2026-06-19T07:51:02.794Z | Downloaded clap_lex v1.1.0 |
| 187 | 2026-06-19T07:51:02.797Z | Downloaded lazy_static v1.5.0 |
| 188 | 2026-06-19T07:51:02.800Z | Downloaded cargo-platform v0.3.3 |
| 189 | 2026-06-19T07:51:02.800Z | Downloaded colorchoice v1.0.5 |
| 190 | 2026-06-19T07:51:02.811Z | Downloaded aho-corasick v1.1.4 |
| 191 | 2026-06-19T07:51:02.814Z | Downloaded strsim v0.11.1 |
| 192 | 2026-06-19T07:51:02.817Z | Downloaded equivalent v1.0.2 |
| 193 | 2026-06-19T07:51:02.817Z | Downloaded anstyle-query v1.1.5 |
| 194 | 2026-06-19T07:51:02.819Z | Downloaded serde_spanned v1.1.1 |
| 195 | 2026-06-19T07:51:02.832Z | Downloaded anstyle-parse v1.0.0 |
| 196 | 2026-06-19T07:51:02.835Z | Downloaded anstyle v1.0.14 |
| 197 | 2026-06-19T07:51:02.838Z | Downloaded anstream v1.0.0 |
| 198 | 2026-06-19T07:51:02.841Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-19T07:51:02.841Z | Downloaded cargo_metadata v0.23.1 |
| 200 | 2026-06-19T07:51:02.841Z | Downloaded quote v1.0.45 |
| 201 | 2026-06-19T07:51:02.846Z | Downloaded zmij v1.0.21 |
| 202 | 2026-06-19T07:51:02.850Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 203 | 2026-06-19T07:51:02.860Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 204 | 2026-06-19T07:51:02.864Z | Downloaded camino v1.2.2 |
| 205 | 2026-06-19T07:51:02.868Z | Downloaded anyhow v1.0.102 |
| 206 | 2026-06-19T07:51:02.874Z | Downloaded thiserror v2.0.18 |
| 207 | 2026-06-19T07:51:02.877Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-06-19T07:51:02.879Z | Downloaded semver v1.0.28 |
| 209 | 2026-06-19T07:51:02.879Z | Downloaded clap_derive v4.6.1 |
| 210 | 2026-06-19T07:51:02.882Z | Downloaded cargo-readme v3.3.2 |
| 211 | 2026-06-19T07:51:02.885Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-19T07:51:02.892Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-06-19T07:51:02.899Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 214 | 2026-06-19T07:51:02.902Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-06-19T07:51:02.905Z | Downloaded clap v4.6.1 |
| 216 | 2026-06-19T07:51:02.908Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-06-19T07:51:02.923Z | Downloaded memchr v2.8.0 |
| 218 | 2026-06-19T07:51:02.929Z | Downloaded serde v1.0.228 |
| 219 | 2026-06-19T07:51:02.932Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-19T07:51:02.958Z | Downloaded serde_json v1.0.149 |
| 221 | 2026-06-19T07:51:02.962Z | Downloaded regex v1.12.3 |
| 222 | 2026-06-19T07:51:02.965Z | Downloaded winnow v1.0.2 |
| 223 | 2026-06-19T07:51:02.970Z | Downloaded clap_builder v4.6.0 |
| 224 | 2026-06-19T07:51:02.973Z | Downloaded hashbrown v0.17.0 |
| 225 | 2026-06-19T07:51:02.993Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-19T07:51:03.003Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-19T07:51:03.017Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-19T07:51:03.056Z | Compiling serde_core v1.0.228 |
| 229 | 2026-06-19T07:51:03.056Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-19T07:51:03.056Z | Compiling quote v1.0.45 |
| 231 | 2026-06-19T07:51:03.059Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-19T07:51:03.059Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-19T07:51:03.059Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-19T07:51:03.059Z | Compiling is_terminal_polyfill v1.70.2 |
| 235 | 2026-06-19T07:51:03.059Z | Compiling serde v1.0.228 |
| 236 | 2026-06-19T07:51:03.243Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-19T07:51:03.263Z | Compiling colorchoice v1.0.5 |
| 238 | 2026-06-19T07:51:03.274Z | Compiling anstyle v1.0.14 |
| 239 | 2026-06-19T07:51:03.365Z | Compiling anstyle-query v1.1.5 |
| 240 | 2026-06-19T07:51:03.414Z | Compiling zmij v1.0.21 |
| 241 | 2026-06-19T07:51:03.465Z | Compiling anstream v1.0.0 |
| 242 | 2026-06-19T07:51:03.484Z | Compiling clap_lex v1.1.0 |
| 243 | 2026-06-19T07:51:03.536Z | Compiling aho-corasick v1.1.4 |
| 244 | 2026-06-19T07:51:03.544Z | Compiling serde_json v1.0.149 |
| 245 | 2026-06-19T07:51:03.717Z | Compiling camino v1.2.2 |
| 246 | 2026-06-19T07:51:03.726Z | Compiling winnow v1.0.2 |
| 247 | 2026-06-19T07:51:03.762Z | Compiling thiserror v2.0.18 |
| 248 | 2026-06-19T07:51:03.781Z | Compiling heck v0.5.0 |
| 249 | 2026-06-19T07:51:03.820Z | Compiling regex-syntax v0.8.10 |
| 250 | 2026-06-19T07:51:03.975Z | Compiling strsim v0.11.1 |
| 251 | 2026-06-19T07:51:04.071Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 252 | 2026-06-19T07:51:04.372Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-06-19T07:51:04.380Z | Compiling itoa v1.0.18 |
| 254 | 2026-06-19T07:51:04.388Z | Compiling anyhow v1.0.102 |
| 255 | 2026-06-19T07:51:04.542Z | Compiling syn v2.0.117 |
| 256 | 2026-06-19T07:51:04.568Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-19T07:51:04.777Z | Compiling lazy_static v1.5.0 |
| 258 | 2026-06-19T07:51:04.786Z | Compiling percent-encoding v2.3.2 |
| 259 | 2026-06-19T07:51:05.211Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 260 | 2026-06-19T07:51:05.212Z | Compiling serde_spanned v1.1.1 |
| 261 | 2026-06-19T07:51:05.229Z | Compiling cargo-platform v0.3.3 |
| 262 | 2026-06-19T07:51:05.361Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-06-19T07:51:05.510Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-06-19T07:51:05.518Z | Compiling semver v1.0.28 |
| 265 | 2026-06-19T07:51:06.821Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-06-19T07:51:06.821Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-06-19T07:51:06.824Z | Compiling clap_derive v4.6.1 |
| 268 | 2026-06-19T07:51:07.024Z | Compiling regex v1.12.3 |
| 269 | 2026-06-19T07:51:08.070Z | Compiling clap v4.6.1 |
| 270 | 2026-06-19T07:51:09.020Z | Compiling cargo-readme v3.3.2 |
| 271 | 2026-06-19T07:51:09.020Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-06-19T07:51:09.966Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-19T07:51:11.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s |
| 274 | 2026-06-19T07:51:11.426Z | Running `target/debug/xtask package` |
| 275 | 2026-06-19T07:51:15.547Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-19T07:51:15.547Z | Compiling unicode-ident v1.0.24 |
| 277 | 2026-06-19T07:51:15.551Z | Compiling quote v1.0.45 |
| 278 | 2026-06-19T07:51:15.551Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-19T07:51:15.551Z | Compiling libc v0.2.186 |
| 280 | 2026-06-19T07:51:15.551Z | Compiling serde v1.0.228 |
| 281 | 2026-06-19T07:51:15.551Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-19T07:51:15.551Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-19T07:51:15.689Z | Compiling log v0.4.29 |
| 284 | 2026-06-19T07:51:15.715Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-19T07:51:15.995Z | Compiling thiserror v2.0.18 |
| 286 | 2026-06-19T07:51:16.331Z | Compiling strsim v0.11.1 |
| 287 | 2026-06-19T07:51:16.380Z | Compiling autocfg v1.5.0 |
| 288 | 2026-06-19T07:51:16.416Z | Compiling stable_deref_trait v1.2.1 |
| 289 | 2026-06-19T07:51:16.489Z | Compiling scopeguard v1.2.0 |
| 290 | 2026-06-19T07:51:16.496Z | Compiling errno v0.3.14 |
| 291 | 2026-06-19T07:51:16.583Z | Compiling lock_api v0.4.14 |
| 292 | 2026-06-19T07:51:16.625Z | Compiling foldhash v0.2.0 |
| 293 | 2026-06-19T07:51:16.661Z | Compiling smallvec v1.15.1 |
| 294 | 2026-06-19T07:51:16.823Z | Compiling equivalent v1.0.2 |
| 295 | 2026-06-19T07:51:16.868Z | Compiling heck v0.5.0 |
| 296 | 2026-06-19T07:51:16.903Z | Compiling syn v2.0.117 |
| 297 | 2026-06-19T07:51:16.911Z | Compiling rustversion v1.0.22 |
| 298 | 2026-06-19T07:51:16.952Z | Compiling ident_case v1.0.1 |
| 299 | 2026-06-19T07:51:16.965Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-19T07:51:17.052Z | Compiling find-msvc-tools v0.1.9 |
| 301 | 2026-06-19T07:51:17.062Z | Compiling shlex v1.3.0 |
| 302 | 2026-06-19T07:51:17.199Z | Compiling zeroize v1.8.2 |
| 303 | 2026-06-19T07:51:17.241Z | Compiling cc v1.2.61 |
| 304 | 2026-06-19T07:51:17.279Z | Compiling rustix v1.1.4 |
| 305 | 2026-06-19T07:51:17.287Z | Compiling libm v0.2.16 |
| 306 | 2026-06-19T07:51:17.421Z | Compiling anyhow v1.0.102 |
| 307 | 2026-06-19T07:51:17.611Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-19T07:51:17.811Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-06-19T07:51:17.824Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-19T07:51:17.837Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-19T07:51:17.923Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-19T07:51:18.080Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-19T07:51:18.206Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-19T07:51:18.293Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-19T07:51:18.424Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-19T07:51:18.518Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-19T07:51:18.724Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-19T07:51:18.995Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-06-19T07:51:19.116Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-19T07:51:19.766Z | Compiling synstructure v0.13.2 |
| 321 | 2026-06-19T07:51:19.888Z | Compiling syn v1.0.109 |
| 322 | 2026-06-19T07:51:20.005Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-06-19T07:51:20.250Z | Compiling itoa v1.0.18 |
| 324 | 2026-06-19T07:51:20.282Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-06-19T07:51:20.734Z | Compiling crypto-common v0.1.7 |
| 326 | 2026-06-19T07:51:20.870Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-06-19T07:51:20.932Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-06-19T07:51:21.026Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-06-19T07:51:21.256Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-06-19T07:51:22.472Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-06-19T07:51:22.838Z | Compiling zerocopy-derive v0.8.48 |
| 332 | 2026-06-19T07:51:22.985Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-06-19T07:51:23.651Z | Compiling regex v1.12.3 |
| 334 | 2026-06-19T07:51:24.095Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-19T07:51:24.807Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-19T07:51:24.811Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-19T07:51:25.087Z | Compiling digest v0.10.7 |
| 338 | 2026-06-19T07:51:25.313Z | Compiling displaydoc v0.2.5 |
| 339 | 2026-06-19T07:51:25.679Z | Compiling spin v0.9.8 |
| 340 | 2026-06-19T07:51:25.900Z | Compiling cmov v0.5.3 |
| 341 | 2026-06-19T07:51:26.047Z | Compiling byteorder v1.5.0 |
| 342 | 2026-06-19T07:51:26.131Z | Compiling radium v0.7.0 |
| 343 | 2026-06-19T07:51:26.282Z | Compiling darling_macro v0.23.0 |
| 344 | 2026-06-19T07:51:26.307Z | Compiling ctutils v0.4.2 |
| 345 | 2026-06-19T07:51:26.421Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-06-19T07:51:26.455Z | Compiling allocator-api2 v0.2.21 |
| 347 | 2026-06-19T07:51:26.543Z | Compiling tap v1.0.1 |
| 348 | 2026-06-19T07:51:26.595Z | Compiling const-oid v0.10.2 |
| 349 | 2026-06-19T07:51:26.629Z | Compiling crc32fast v1.5.0 |
| 350 | 2026-06-19T07:51:26.648Z | Compiling wyz v0.5.1 |
| 351 | 2026-06-19T07:51:26.817Z | Compiling darling v0.23.0 |
| 352 | 2026-06-19T07:51:26.840Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-06-19T07:51:26.840Z | Compiling digest v0.11.2 |
| 354 | 2026-06-19T07:51:26.945Z | Compiling funty v2.0.0 |
| 355 | 2026-06-19T07:51:26.953Z | Compiling either v1.15.0 |
| 356 | 2026-06-19T07:51:27.050Z | Compiling base64ct v1.8.3 |
| 357 | 2026-06-19T07:51:27.110Z | Compiling typeid v1.0.3 |
| 358 | 2026-06-19T07:51:27.165Z | Compiling simd-adler32 v0.3.9 |
| 359 | 2026-06-19T07:51:27.385Z | Compiling static_assertions v1.1.0 |
| 360 | 2026-06-19T07:51:27.406Z | Compiling pem-rfc7468 v0.7.0 |
| 361 | 2026-06-19T07:51:27.453Z | Compiling bitvec v1.0.1 |
| 362 | 2026-06-19T07:51:27.842Z | Compiling der_derive v0.7.3 |
| 363 | 2026-06-19T07:51:27.866Z | Compiling clap_derive v4.6.1 |
| 364 | 2026-06-19T07:51:28.008Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-19T07:51:28.051Z | Compiling cpufeatures v0.2.17 |
| 366 | 2026-06-19T07:51:28.121Z | Compiling utf8parse v0.2.2 |
| 367 | 2026-06-19T07:51:28.228Z | Compiling adler2 v2.0.1 |
| 368 | 2026-06-19T07:51:28.239Z | Compiling flagset v0.4.7 |
| 369 | 2026-06-19T07:51:28.267Z | Compiling unicode-width v0.2.2 |
| 370 | 2026-06-19T07:51:28.372Z | Compiling miniz_oxide v0.8.9 |
| 371 | 2026-06-19T07:51:28.411Z | Compiling anstyle-parse v1.0.0 |
| 372 | 2026-06-19T07:51:28.577Z | Compiling rand_core v0.6.4 |
| 373 | 2026-06-19T07:51:28.636Z | Compiling sha2 v0.10.9 |
| 374 | 2026-06-19T07:51:28.704Z | Compiling lazy_static v1.5.0 |
| 375 | 2026-06-19T07:51:28.786Z | Compiling der v0.7.10 |
| 376 | 2026-06-19T07:51:28.794Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-06-19T07:51:28.846Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-19T07:51:29.182Z | Compiling colorchoice v1.0.5 |
| 379 | 2026-06-19T07:51:29.299Z | Compiling cpufeatures v0.3.0 |
| 380 | 2026-06-19T07:51:29.371Z | Compiling zlib-rs v0.6.3 |
| 381 | 2026-06-19T07:51:29.487Z | Compiling powerfmt v0.2.0 |
| 382 | 2026-06-19T07:51:29.543Z | Compiling anstyle v1.0.14 |
| 383 | 2026-06-19T07:51:29.689Z | Compiling is_terminal_polyfill v1.70.2 |
| 384 | 2026-06-19T07:51:29.781Z | Compiling anstyle-query v1.1.5 |
| 385 | 2026-06-19T07:51:29.793Z | Compiling spki v0.7.3 |
| 386 | 2026-06-19T07:51:29.870Z | Compiling deranged v0.5.8 |
| 387 | 2026-06-19T07:51:29.922Z | Compiling anstream v1.0.0 |
| 388 | 2026-06-19T07:51:30.226Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-19T07:51:30.372Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-19T07:51:30.517Z | Compiling object v0.39.1 |
| 391 | 2026-06-19T07:51:30.753Z | Compiling maybe-uninit v2.0.0 |
| 392 | 2026-06-19T07:51:30.789Z | Compiling time-core v0.1.8 |
| 393 | 2026-06-19T07:51:30.951Z | Compiling num_threads v0.1.7 |
| 394 | 2026-06-19T07:51:31.019Z | Compiling num-conv v0.2.1 |
| 395 | 2026-06-19T07:51:31.033Z | Compiling twox-hash v2.1.2 |
| 396 | 2026-06-19T07:51:31.152Z | Compiling ruzstd v0.8.2 |
| 397 | 2026-06-19T07:51:31.160Z | Compiling time v0.3.47 |
| 398 | 2026-06-19T07:51:31.504Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-06-19T07:51:31.761Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-19T07:51:31.974Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-19T07:51:32.055Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-19T07:51:32.326Z | Compiling packed_struct v0.10.1 |
| 403 | 2026-06-19T07:51:32.464Z | Compiling flate2 v1.1.9 |
| 404 | 2026-06-19T07:51:32.606Z | Compiling zstd-safe v7.2.4 |
| 405 | 2026-06-19T07:51:32.638Z | Compiling parking_lot_core v0.9.12 |
| 406 | 2026-06-19T07:51:32.894Z | Compiling clap_lex v1.1.0 |
| 407 | 2026-06-19T07:51:33.073Z | Compiling num-bigint-dig v0.8.6 |
| 408 | 2026-06-19T07:51:33.107Z | Compiling getrandom v0.4.2 |
| 409 | 2026-06-19T07:51:33.280Z | Compiling rand_core v0.10.1 |
| 410 | 2026-06-19T07:51:33.372Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-06-19T07:51:33.444Z | Compiling bitfield v0.19.4 |
| 412 | 2026-06-19T07:51:33.788Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-19T07:51:33.904Z | Compiling rand v0.8.6 |
| 414 | 2026-06-19T07:51:34.735Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-19T07:51:35.648Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-19T07:51:35.738Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-19T07:51:35.828Z | Compiling inout v0.2.2 |
| 418 | 2026-06-19T07:51:35.974Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-19T07:51:36.370Z | Compiling crc-catalog v2.5.0 |
| 420 | 2026-06-19T07:51:36.479Z | Compiling nodrop v0.1.14 |
| 421 | 2026-06-19T07:51:36.570Z | Compiling fallible-iterator v0.3.0 |
| 422 | 2026-06-19T07:51:36.698Z | Compiling base64 v0.21.7 |
| 423 | 2026-06-19T07:51:36.930Z | Compiling serde_with v3.18.0 |
| 424 | 2026-06-19T07:51:37.304Z | Compiling ron v0.8.1 |
| 425 | 2026-06-19T07:51:37.466Z | Compiling array-init v0.0.4 |
| 426 | 2026-06-19T07:51:37.819Z | Compiling crc v3.4.0 |
| 427 | 2026-06-19T07:51:38.406Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-19T07:51:38.659Z | Compiling clap v4.6.1 |
| 429 | 2026-06-19T07:51:38.906Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-06-19T07:51:39.677Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-19T07:51:40.453Z | Compiling signature v2.2.0 |
| 432 | 2026-06-19T07:51:40.630Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-19T07:51:40.834Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-19T07:51:40.994Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-19T07:51:41.330Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-19T07:51:41.458Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-19T07:51:42.288Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-19T07:51:42.426Z | Compiling slog v2.8.2 |
| 439 | 2026-06-19T07:51:42.483Z | Compiling indexmap v1.9.3 |
| 440 | 2026-06-19T07:51:42.639Z | Compiling cpubits v0.1.1 |
| 441 | 2026-06-19T07:51:42.698Z | Compiling prettyplease v0.2.37 |
| 442 | 2026-06-19T07:51:42.709Z | Compiling jiff v0.2.24 |
| 443 | 2026-06-19T07:51:42.922Z | Compiling portable-atomic v1.13.1 |
| 444 | 2026-06-19T07:51:43.353Z | Compiling rayon-core v1.13.0 |
| 445 | 2026-06-19T07:51:43.566Z | Compiling cpp_demangle v0.5.1 |
| 446 | 2026-06-19T07:51:43.590Z | Compiling icu_properties_data v2.2.0 |
| 447 | 2026-06-19T07:51:43.755Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-19T07:51:43.809Z | Compiling lzss v0.9.1 |
| 449 | 2026-06-19T07:51:43.960Z | Compiling libbz2-rs-sys v0.2.3 |
| 450 | 2026-06-19T07:51:43.980Z | Compiling icu_normalizer_data v2.2.0 |
| 451 | 2026-06-19T07:51:44.094Z | Compiling subtle v2.6.1 |
| 452 | 2026-06-19T07:51:44.198Z | Compiling winnow v1.0.2 |
| 453 | 2026-06-19T07:51:44.238Z | Compiling bumpalo v3.20.2 |
| 454 | 2026-06-19T07:51:44.538Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 455 | 2026-06-19T07:51:44.691Z | Compiling zopfli v0.8.3 |
| 456 | 2026-06-19T07:51:46.306Z | Compiling env_logger v0.11.10 |
| 457 | 2026-06-19T07:51:46.369Z | Compiling bzip2 v0.6.1 |
| 458 | 2026-06-19T07:51:46.624Z | Compiling rsa v0.9.10 |
| 459 | 2026-06-19T07:51:46.926Z | Compiling yoke v0.8.2 |
| 460 | 2026-06-19T07:51:47.106Z | Compiling aes v0.9.0 |
| 461 | 2026-06-19T07:51:47.153Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-19T07:51:47.458Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-19T07:51:47.827Z | Compiling pbkdf2 v0.13.0 |
| 464 | 2026-06-19T07:51:47.950Z | Compiling serde-hex v0.1.0 |
| 465 | 2026-06-19T07:51:48.273Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 466 | 2026-06-19T07:51:50.033Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 467 | 2026-06-19T07:51:50.176Z | Compiling x509-cert v0.2.5 |
| 468 | 2026-06-19T07:51:50.280Z | Compiling sha1 v0.11.0 |
| 469 | 2026-06-19T07:51:50.291Z | Compiling lzma-rust2 v0.16.2 |
| 470 | 2026-06-19T07:51:50.807Z | Compiling erased-serde v0.3.31 |
| 471 | 2026-06-19T07:51:51.431Z | Compiling num-derive v0.4.2 |
| 472 | 2026-06-19T07:51:52.376Z | Compiling serde_spanned v1.1.1 |
| 473 | 2026-06-19T07:51:52.516Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 474 | 2026-06-19T07:51:53.011Z | Compiling semver v1.0.28 |
| 475 | 2026-06-19T07:51:53.306Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 476 | 2026-06-19T07:51:53.563Z | Compiling hex v0.4.3 |
| 477 | 2026-06-19T07:51:53.851Z | Compiling ppmd-rust v1.4.0 |
| 478 | 2026-06-19T07:51:54.317Z | Compiling void v1.0.2 |
| 479 | 2026-06-19T07:51:54.420Z | Compiling hashbrown v0.12.3 |
| 480 | 2026-06-19T07:51:55.029Z | Compiling fnv v1.0.7 |
| 481 | 2026-06-19T07:51:55.129Z | Compiling constant_time_eq v0.4.2 |
| 482 | 2026-06-19T07:51:55.348Z | Compiling deflate64 v0.1.12 |
| 483 | 2026-06-19T07:51:55.929Z | Compiling typed-path v0.12.3 |
| 484 | 2026-06-19T07:51:56.180Z | Compiling crc-any v2.5.0 |
| 485 | 2026-06-19T07:51:56.622Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 486 | 2026-06-19T07:51:56.695Z | Compiling gimli v0.33.0 |
| 487 | 2026-06-19T07:51:57.876Z | Compiling toml v1.1.2+spec-1.1.0 |
| 488 | 2026-06-19T07:52:00.607Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-19T07:52:01.058Z | Compiling zip v8.6.0 |
| 490 | 2026-06-19T07:52:03.938Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-19T07:52:06.732Z | Compiling console v0.16.3 |
| 492 | 2026-06-19T07:52:06.996Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-19T07:52:07.270Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-19T07:52:07.378Z | Compiling plain v0.2.3 |
| 495 | 2026-06-19T07:52:07.420Z | Compiling rustc-demangle v0.1.27 |
| 496 | 2026-06-19T07:52:07.491Z | Compiling colored v3.1.1 |
| 497 | 2026-06-19T07:52:07.586Z | Compiling path-slash v0.2.1 |
| 498 | 2026-06-19T07:52:07.815Z | Compiling typed-arena v2.0.2 |
| 499 | 2026-06-19T07:52:07.854Z | Compiling unit-prefix v0.5.2 |
| 500 | 2026-06-19T07:52:07.961Z | Compiling indicatif v0.18.4 |
| 501 | 2026-06-19T07:52:08.006Z | Compiling addr2line v0.26.1 |
| 502 | 2026-06-19T07:52:08.390Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 503 | 2026-06-19T07:52:08.471Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 504 | 2026-06-19T07:52:08.703Z | Compiling goblin v0.10.5 |
| 505 | 2026-06-19T07:52:08.914Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-19T07:52:09.594Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-19T07:52:11.917Z | Compiling ron v0.12.1 |
| 508 | 2026-06-19T07:52:11.931Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-06-19T07:52:12.313Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-19T07:52:12.845Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-19T07:52:13.061Z | Compiling auto_impl v1.3.0 |
| 512 | 2026-06-19T07:52:13.953Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-06-19T07:52:14.839Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-19T07:52:16.062Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-19T07:52:17.114Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-19T07:52:17.311Z | Compiling ryu v1.0.23 |
| 517 | 2026-06-19T07:52:17.348Z | Compiling litemap v0.8.2 |
| 518 | 2026-06-19T07:52:17.536Z | Compiling writeable v0.6.3 |
| 519 | 2026-06-19T07:52:17.665Z | Compiling potential_utf v0.1.5 |
| 520 | 2026-06-19T07:52:17.725Z | Compiling icu_locale_core v2.2.0 |
| 521 | 2026-06-19T07:52:17.817Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 522 | 2026-06-19T07:52:18.651Z | Compiling rustc_version v0.4.1 |
| 523 | 2026-06-19T07:52:18.703Z | Compiling zerotrie v0.2.4 |
| 524 | 2026-06-19T07:52:18.983Z | Compiling utf8_iter v1.0.4 |
| 525 | 2026-06-19T07:52:19.088Z | Compiling icu_collections v2.2.0 |
| 526 | 2026-06-19T07:52:19.123Z | Compiling icu_provider v2.2.0 |
| 527 | 2026-06-19T07:52:19.425Z | Compiling heapless v0.7.17 |
| 528 | 2026-06-19T07:52:19.526Z | Compiling proc-macro-crate v3.5.0 |
| 529 | 2026-06-19T07:52:19.973Z | Compiling strum_macros v0.27.2 |
| 530 | 2026-06-19T07:52:19.980Z | Compiling strum_macros v0.28.0 |
| 531 | 2026-06-19T07:52:21.950Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 532 | 2026-06-19T07:52:22.014Z | Compiling percent-encoding v2.3.2 |
| 533 | 2026-06-19T07:52:22.260Z | Compiling strum v0.27.2 |
| 534 | 2026-06-19T07:52:22.380Z | Compiling strum v0.28.0 |
| 535 | 2026-06-19T07:52:22.766Z | Compiling hash32 v0.2.1 |
| 536 | 2026-06-19T07:52:23.162Z | Compiling darling_core v0.20.11 |
| 537 | 2026-06-19T07:52:24.432Z | Compiling icu_normalizer v2.2.0 |
| 538 | 2026-06-19T07:52:24.758Z | Compiling icu_properties v2.2.0 |
| 539 | 2026-06-19T07:52:25.150Z | Compiling itertools v0.14.0 |
| 540 | 2026-06-19T07:52:25.478Z | Compiling postcard-cobs v0.1.5-pre |
| 541 | 2026-06-19T07:52:25.525Z | Compiling pkg-version-impl v0.1.1 |
| 542 | 2026-06-19T07:52:25.717Z | Compiling idna_adapter v1.2.2 |
| 543 | 2026-06-19T07:52:25.858Z | Compiling postcard v0.7.3 |
| 544 | 2026-06-19T07:52:25.865Z | Compiling darling_macro v0.20.11 |
| 545 | 2026-06-19T07:52:26.026Z | Compiling capstone v0.14.0 |
| 546 | 2026-06-19T07:52:26.048Z | Compiling virtue v0.0.18 |
| 547 | 2026-06-19T07:52:26.150Z | Compiling unicode-width v0.1.14 |
| 548 | 2026-06-19T07:52:26.386Z | Compiling darling v0.20.11 |
| 549 | 2026-06-19T07:52:26.543Z | Compiling pkg-version v1.0.0 |
| 550 | 2026-06-19T07:52:26.577Z | Compiling bincode_derive v2.0.1 |
| 551 | 2026-06-19T07:52:26.632Z | Compiling idna v1.1.0 |
| 552 | 2026-06-19T07:52:26.729Z | Compiling form_urlencoded v1.2.2 |
| 553 | 2026-06-19T07:52:26.893Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 554 | 2026-06-19T07:52:27.157Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 555 | 2026-06-19T07:52:27.169Z | Compiling bytemuck_derive v1.10.2 |
| 556 | 2026-06-19T07:52:27.196Z | Compiling pin-project-lite v0.2.17 |
| 557 | 2026-06-19T07:52:27.295Z | Compiling url v2.5.8 |
| 558 | 2026-06-19T07:52:27.916Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 559 | 2026-06-19T07:52:28.010Z | Compiling deku_derive v0.18.1 |
| 560 | 2026-06-19T07:52:28.057Z | Compiling num_enum_derive v0.7.6 |
| 561 | 2026-06-19T07:52:28.200Z | Compiling jep106 v0.3.0 |
| 562 | 2026-06-19T07:52:28.315Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 563 | 2026-06-19T07:52:28.339Z | Compiling bytemuck v1.25.0 |
| 564 | 2026-06-19T07:52:28.473Z | Compiling tracing-core v0.1.36 |
| 565 | 2026-06-19T07:52:28.577Z | Compiling csv-core v0.1.13 |
| 566 | 2026-06-19T07:52:28.676Z | Compiling no_std_io2 v0.8.1 |
| 567 | 2026-06-19T07:52:28.973Z | Compiling unsafe-libyaml v0.2.11 |
| 568 | 2026-06-19T07:52:29.049Z | Compiling futures-core v0.3.32 |
| 569 | 2026-06-19T07:52:29.057Z | Compiling base64 v0.22.1 |
| 570 | 2026-06-19T07:52:29.060Z | Compiling unty v0.0.4 |
| 571 | 2026-06-19T07:52:29.150Z | Compiling heapless v0.9.3 |
| 572 | 2026-06-19T07:52:30.214Z | Compiling bincode v2.0.1 |
| 573 | 2026-06-19T07:52:30.217Z | Compiling num_enum v0.7.6 |
| 574 | 2026-06-19T07:52:30.217Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 575 | 2026-06-19T07:52:30.217Z | Compiling serde_yaml v0.9.34+deprecated |
| 576 | 2026-06-19T07:52:30.217Z | Compiling csv v1.4.0 |
| 577 | 2026-06-19T07:52:30.218Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 578 | 2026-06-19T07:52:30.218Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 579 | 2026-06-19T07:52:30.218Z | Compiling deku v0.18.1 |
| 580 | 2026-06-19T07:52:30.316Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 581 | 2026-06-19T07:52:30.942Z | Compiling hash32 v0.3.1 |
| 582 | 2026-06-19T07:52:30.992Z | Compiling md-5 v0.10.6 |
| 583 | 2026-06-19T07:52:31.110Z | Compiling serde_plain v1.0.2 |
| 584 | 2026-06-19T07:52:31.463Z | Compiling tracing-attributes v0.1.31 |
| 585 | 2026-06-19T07:52:31.486Z | Compiling miette-derive v7.6.0 |
| 586 | 2026-06-19T07:52:32.024Z | Compiling async-io v2.6.0 |
| 587 | 2026-06-19T07:52:32.261Z | Compiling object v0.38.1 |
| 588 | 2026-06-19T07:52:32.521Z | Compiling libdevinfo-sys v1.1.0 |
| 589 | 2026-06-19T07:52:32.557Z | Compiling slab v0.4.12 |
| 590 | 2026-06-19T07:52:32.578Z | Compiling miette v7.6.0 |
| 591 | 2026-06-19T07:52:32.616Z | Compiling devinfo v0.1.0 |
| 592 | 2026-06-19T07:52:32.699Z | Compiling tracing v0.1.44 |
| 593 | 2026-06-19T07:52:32.899Z | Compiling esp-idf-part v0.6.0 |
| 594 | 2026-06-19T07:52:33.097Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 595 | 2026-06-19T07:52:33.467Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-19T07:52:33.738Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-19T07:52:33.923Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-19T07:52:34.249Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-19T07:52:34.467Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-19T07:52:34.621Z | Compiling polling v3.11.0 |
| 601 | 2026-06-19T07:52:34.705Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-19T07:52:34.728Z | Compiling futures-io v0.3.32 |
| 603 | 2026-06-19T07:52:34.952Z | Compiling parking v2.2.1 |
| 604 | 2026-06-19T07:52:34.984Z | Compiling rmp-serde v1.3.1 |
| 605 | 2026-06-19T07:52:35.030Z | Compiling docsplay v0.1.3 |
| 606 | 2026-06-19T07:52:36.191Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-19T07:52:36.596Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-19T07:52:36.981Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-19T07:52:37.536Z | Compiling dunce v1.0.5 |
| 610 | 2026-06-19T07:52:37.634Z | Compiling uf2-decode v0.2.0 |
| 611 | 2026-06-19T07:52:38.161Z | Compiling ihex v3.0.0 |
| 612 | 2026-06-19T07:52:38.270Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-19T07:52:38.579Z | Compiling rand v0.10.1 |
| 614 | 2026-06-19T07:52:39.047Z | Compiling unicode-segmentation v1.13.2 |
| 615 | 2026-06-19T07:52:39.453Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 616 | 2026-06-19T07:52:39.522Z | Compiling signal-hook v0.3.18 |
| 617 | 2026-06-19T07:52:39.973Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 618 | 2026-06-19T07:52:40.583Z | Compiling signal-hook-registry v1.4.8 |
| 619 | 2026-06-19T07:52:40.632Z | Compiling convert_case v0.10.0 |
| 620 | 2026-06-19T07:52:40.935Z | Compiling mio v1.2.0 |
| 621 | 2026-06-19T07:52:41.293Z | Compiling mio v0.8.11 |
| 622 | 2026-06-19T07:52:41.469Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-19T07:52:41.829Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-19T07:52:42.324Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-19T07:52:42.645Z | Compiling derive_more v2.1.1 |
| 626 | 2026-06-19T07:52:42.727Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 627 | 2026-06-19T07:52:42.787Z | Compiling document-features v0.2.12 |
| 628 | 2026-06-19T07:52:43.189Z | Compiling convert_case v0.11.0 |
| 629 | 2026-06-19T07:52:43.347Z | Compiling crossterm v0.29.0 |
| 630 | 2026-06-19T07:52:43.390Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-19T07:52:44.070Z | Compiling camino v1.2.2 |
| 632 | 2026-06-19T07:52:44.399Z | Compiling paste v1.0.15 |
| 633 | 2026-06-19T07:52:44.781Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-19T07:52:45.882Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-19T07:52:45.966Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-19T07:52:46.299Z | Compiling instability v0.3.12 |
| 637 | 2026-06-19T07:52:46.397Z | Compiling thiserror v1.0.69 |
| 638 | 2026-06-19T07:52:46.481Z | Compiling indoc v2.0.7 |
| 639 | 2026-06-19T07:52:46.527Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 640 | 2026-06-19T07:52:46.879Z | Compiling unicode-truncate v2.0.1 |
| 641 | 2026-06-19T07:52:46.906Z | Compiling compact_str v0.9.0 |
| 642 | 2026-06-19T07:52:47.488Z | Compiling lru v0.16.4 |
| 643 | 2026-06-19T07:52:47.555Z | Compiling kasuari v0.4.12 |
| 644 | 2026-06-19T07:52:47.613Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-19T07:52:47.695Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-19T07:52:47.865Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-19T07:52:47.882Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 648 | 2026-06-19T07:52:48.081Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-19T07:52:48.316Z | Compiling ratatui-core v0.1.0 |
| 650 | 2026-06-19T07:52:48.913Z | Compiling crossbeam v0.8.4 |
| 651 | 2026-06-19T07:52:49.346Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-19T07:52:50.074Z | Compiling base64 v0.13.1 |
| 653 | 2026-06-19T07:52:50.230Z | Compiling strict v0.2.0 |
| 654 | 2026-06-19T07:52:50.286Z | Compiling bitflags v1.3.2 |
| 655 | 2026-06-19T07:52:50.339Z | Compiling binrw_derive v0.14.2 |
| 656 | 2026-06-19T07:52:50.375Z | Compiling crokey-proc_macros v1.4.0 |
| 657 | 2026-06-19T07:52:50.433Z | Compiling ron v0.6.6 |
| 658 | 2026-06-19T07:52:50.503Z | Compiling crossterm v0.23.2 |
| 659 | 2026-06-19T07:52:51.041Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-19T07:52:51.299Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 661 | 2026-06-19T07:52:51.730Z | Compiling owo-colors v3.5.0 |
| 662 | 2026-06-19T07:52:51.780Z | Compiling binrw v0.14.2 |
| 663 | 2026-06-19T07:52:52.078Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 664 | 2026-06-19T07:52:52.607Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 665 | 2026-06-19T07:52:54.349Z | Compiling cargo-readme v3.3.2 |
| 666 | 2026-06-19T07:52:55.007Z | Compiling crokey v1.4.0 |
| 667 | 2026-06-19T07:52:55.033Z | Compiling ratatui-widgets v0.3.0 |
| 668 | 2026-06-19T07:52:55.705Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 669 | 2026-06-19T07:52:55.871Z | Compiling coolor v0.8.0 |
| 670 | 2026-06-19T07:52:56.141Z | Compiling coolor v1.1.0 |
| 671 | 2026-06-19T07:52:56.245Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 672 | 2026-06-19T07:52:56.424Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 673 | 2026-06-19T07:52:56.610Z | Compiling half v2.7.1 |
| 674 | 2026-06-19T07:52:56.987Z | Compiling minimad v0.13.1 |
| 675 | 2026-06-19T07:52:57.321Z | Compiling minimad v0.14.0 |
| 676 | 2026-06-19T07:52:57.914Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 677 | 2026-06-19T07:52:58.036Z | Compiling convert_case v0.4.0 |
| 678 | 2026-06-19T07:52:58.229Z | Compiling array-init v2.1.0 |
| 679 | 2026-06-19T07:52:58.338Z | Compiling ciborium-io v0.2.2 |
| 680 | 2026-06-19T07:52:58.346Z | Compiling derive_more v0.99.20 |
| 681 | 2026-06-19T07:52:58.435Z | Compiling ciborium-ll v0.2.2 |
| 682 | 2026-06-19T07:52:58.939Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 683 | 2026-06-19T07:52:59.446Z | Compiling termimad v0.34.1 |
| 684 | 2026-06-19T07:53:00.311Z | Compiling termimad v0.25.7 |
| 685 | 2026-06-19T07:53:00.614Z | Compiling ratatui-macros v0.7.0 |
| 686 | 2026-06-19T07:53:00.711Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 687 | 2026-06-19T07:53:00.821Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-19T07:53:01.069Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-19T07:53:01.489Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-19T07:53:01.550Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-19T07:53:01.643Z | Compiling xml v1.2.1 |
| 692 | 2026-06-19T07:53:01.815Z | Compiling parse-size v1.1.0 |
| 693 | 2026-06-19T07:53:02.019Z | Compiling iana-time-zone v0.1.65 |
| 694 | 2026-06-19T07:53:02.471Z | Compiling serde-xml-rs v0.8.2 |
| 695 | 2026-06-19T07:53:03.678Z | Compiling chrono v0.4.44 |
| 696 | 2026-06-19T07:53:03.888Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-19T07:53:06.337Z | Compiling raw-cpuid v11.6.0 |
| 698 | 2026-06-19T07:53:08.273Z | Compiling ratatui v0.30.0 |
| 699 | 2026-06-19T07:53:08.522Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 700 | 2026-06-19T07:53:08.656Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-19T07:53:08.728Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-19T07:53:08.992Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 703 | 2026-06-19T07:53:09.662Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 704 | 2026-06-19T07:53:10.269Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 705 | 2026-06-19T07:53:10.536Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 706 | 2026-06-19T07:53:10.850Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 707 | 2026-06-19T07:53:11.316Z | Compiling tracing-log v0.2.0 |
| 708 | 2026-06-19T07:53:11.645Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 709 | 2026-06-19T07:53:11.765Z | Compiling sharded-slab v0.1.7 |
| 710 | 2026-06-19T07:53:11.830Z | Compiling matchers v0.2.0 |
| 711 | 2026-06-19T07:53:12.000Z | Compiling termios v0.3.3 |
| 712 | 2026-06-19T07:53:12.024Z | Compiling thread_local v1.1.9 |
| 713 | 2026-06-19T07:53:12.188Z | Compiling splitty v1.0.2 |
| 714 | 2026-06-19T07:53:12.373Z | Compiling nu-ansi-term v0.50.3 |
| 715 | 2026-06-19T07:53:12.461Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 716 | 2026-06-19T07:53:12.520Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 717 | 2026-06-19T07:53:12.557Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 718 | 2026-06-19T07:53:12.820Z | Compiling tracing-subscriber v0.3.23 |
| 719 | 2026-06-19T07:53:13.016Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 720 | 2026-06-19T07:53:14.374Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 721 | 2026-06-19T07:53:14.970Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 722 | 2026-06-19T07:53:16.429Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 723 | 2026-06-19T07:53:17.120Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 724 | 2026-06-19T07:53:18.001Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 725 | 2026-06-19T07:53:19.227Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 726 | 2026-06-19T07:53:19.407Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 727 | 2026-06-19T07:53:19.601Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 728 | 2026-06-19T07:53:21.135Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 729 | 2026-06-19T07:53:22.683Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 730 | 2026-06-19T07:53:23.006Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 731 | 2026-06-19T07:53:27.774Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 732 | 2026-06-19T07:53:28.364Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 733 | 2026-06-19T07:53:30.514Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 734 | 2026-06-19T07:53:30.906Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 735 | 2026-06-19T07:53:32.812Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 736 | 2026-06-19T07:53:34.163Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 737 | 2026-06-19T07:53:37.061Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 738 | 2026-06-19T07:53:37.641Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 739 | 2026-06-19T07:53:38.401Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 740 | 2026-06-19T07:53:40.922Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 741 | 2026-06-19T07:53:41.672Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 742 | 2026-06-19T07:53:41.928Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 743 | 2026-06-19T07:53:42.631Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 744 | 2026-06-19T07:53:43.140Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 745 | 2026-06-19T07:53:44.202Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 746 | 2026-06-19T07:53:44.807Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 747 | 2026-06-19T07:53:46.321Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 748 | 2026-06-19T07:53:46.521Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 749 | 2026-06-19T07:53:46.827Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 750 | 2026-06-19T07:53:48.985Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 751 | 2026-06-19T07:53:49.757Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 752 | 2026-06-19T07:53:49.770Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 753 | 2026-06-19T07:53:50.552Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 754 | 2026-06-19T07:53:50.960Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 755 | 2026-06-19T07:53:52.830Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 756 | 2026-06-19T07:53:53.591Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 757 | 2026-06-19T07:53:54.151Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 758 | 2026-06-19T07:53:54.151Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 759 | 2026-06-19T07:53:56.192Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 760 | 2026-06-19T07:53:56.459Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 761 | 2026-06-19T07:53:57.478Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 762 | 2026-06-19T07:53:57.916Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 763 | 2026-06-19T07:53:58.715Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 764 | 2026-06-19T07:53:59.400Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 765 | 2026-06-19T07:54:00.326Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 766 | 2026-06-19T07:54:01.098Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 767 | 2026-06-19T07:54:01.480Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 768 | 2026-06-19T07:54:02.124Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 769 | 2026-06-19T07:54:02.650Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 770 | 2026-06-19T07:54:04.116Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 771 | 2026-06-19T07:54:26.223Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 11s |
| 772 | 2026-06-19T07:55:27.867Z | pkg://helios/developer/debug/humility@0.13.0.702,5.11-3.0:20260619T075432Z |
| 773 | 2026-06-19T07:55:27.867Z | PUBLISHED |
| 774 | 2026-06-19T07:55:28.092Z | Retrieving packages for publisher helios ... |
| 775 | 2026-06-19T07:55:28.095Z | Retrieving catalog 'helios' ... Done |
| 776 | 2026-06-19T07:55:28.098Z | Retrieving and evaluating 1 package(s)... |
| 777 | 2026-06-19T07:55:28.098Z | Fetching manifests: 1/1 100% complete |
| 778 | 2026-06-19T07:55:28.098Z | Fetching manifests: 1/1 100% complete |
| 779 | 2026-06-19T07:55:28.098Z | |
| 780 | 2026-06-19T07:55:28.098Z | Archiving packages ... |
| 781 | 2026-06-19T07:55:28.098Z | Packages to add: 1 |
| 782 | 2026-06-19T07:55:28.098Z | Files to retrieve: 1 |
| 783 | 2026-06-19T07:55:28.098Z | Estimated transfer size: 137.04 MB |
| 784 | 2026-06-19T07:55:28.098Z | |
| 785 | 2026-06-19T07:55:28.098Z | Packages to archive: |
| 786 | 2026-06-19T07:55:28.098Z | developer/debug/humility@0.13.0.702,5.11-3.0:20260619T075432Z |
| 787 | 2026-06-19T07:55:28.098Z | |
| 788 | 2026-06-19T07:55:28.098Z | Download: 0/1 items 0.0/137.0MB 0% complete |
| 789 | 2026-06-19T07:55:28.340Z | Download: Completed 137.04 MB in 0.24 seconds (561M/s) |
| 790 | 2026-06-19T07:55:28.343Z | Archiving: 1/10 items 0.0/137.1MB 0% complete |
| 791 | 2026-06-19T07:55:28.394Z | Archiving: Completed 137.06 MB in 0.05 seconds |
| 792 | 2026-06-19T07:55:28.435Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.702-3.0.p5p. |
| 793 | 2026-06-19T07:55:28.442Z | |
| 794 | 2026-06-19T07:55:28.442Z | real 4:36.933609566 |
| 795 | 2026-06-19T07:55:28.442Z | user 22:43.763692710 |
| 796 | 2026-06-19T07:55:28.442Z | sys 1:37.757521531 |
| 797 | 2026-06-19T07:55:28.446Z | trap 0.687996983 |
| 798 | 2026-06-19T07:55:28.446Z | tflt 1.146668142 |
| 799 | 2026-06-19T07:55:28.446Z | dflt 1.602984330 |
| 800 | 2026-06-19T07:55:28.446Z | kflt 0.011272581 |
| 801 | 2026-06-19T07:55:28.446Z | lock 1:35:08.169446658 |
| 802 | 2026-06-19T07:55:28.446Z | slp 1:13:18.909745967 |
| 803 | 2026-06-19T07:55:28.446Z | lat 1:20.618053653 |
| 804 | 2026-06-19T07:55:28.446Z | stop 1:10.684342882 |
| 805 | 2026-06-19T07:55:28.446Z | + banner copy |
| 806 | 2026-06-19T07:55:28.446Z | |
| 807 | 2026-06-19T07:55:28.446Z | #### #### ##### # # |
| 808 | 2026-06-19T07:55:28.446Z | # # # # # # # # |
| 809 | 2026-06-19T07:55:28.446Z | # # # # # # |
| 810 | 2026-06-19T07:55:28.446Z | # # # ##### # |
| 811 | 2026-06-19T07:55:28.446Z | # # # # # # |
| 812 | 2026-06-19T07:55:28.446Z | #### #### # # |
| 813 | 2026-06-19T07:55:28.446Z | |
| 814 | 2026-06-19T07:55:28.446Z | + pfexec mkdir -p /out |
| 815 | 2026-06-19T07:55:28.449Z | + pfexec chown 12345 /out |
| 816 | 2026-06-19T07:55:28.449Z | + PKG_NAME=/out/humility.p5p |
| 817 | 2026-06-19T07:55:28.449Z | + mv pkg/packages/repo/humility-0.13.0.702-3.0.p5p /out/humility.p5p |
| 818 | 2026-06-19T07:55:28.549Z | + sha256sum /out/humility.p5p |
| 819 | 2026-06-19T07:55:28.629Z | process exited: duration 283963 ms, exit code 0 |
| |
| 820 | 2026-06-19T07:55:28.641Z | found 2 output files |
| 821 | 2026-06-19T07:55:28.641Z | uploading: /out/humility.p5p (143718400 bytes) |
| 822 | 2026-06-19T07:55:30.410Z | uploaded: /out/humility.p5p |
| 823 | 2026-06-19T07:55:30.411Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 824 | 2026-06-19T07:55:31.419Z | uploaded: /out/humility.p5p.sha256 |