|
|
|
| 1 | 2026-06-24T18:18:01.205Z | job assigned to worker 01KVXDKKBP5KB2ADMJSPAXTG3D [factory aws, i-07f0496fc38e023b5] (queued for 47 s) |
| |
| 2 | 2026-06-24T18:18:07.369Z | starting task 0: "setup" |
| 3 | 2026-06-24T18:18:07.372Z | ++ uname -s |
| 4 | 2026-06-24T18:18:07.372Z | + kern=SunOS |
| 5 | 2026-06-24T18:18:07.372Z | + build_user=build |
| 6 | 2026-06-24T18:18:07.372Z | + build_uid=12345 |
| 7 | 2026-06-24T18:18:07.372Z | + work_dir=/work |
| 8 | 2026-06-24T18:18:07.372Z | + input_dir=/input |
| 9 | 2026-06-24T18:18:07.372Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-24T18:18:07.372Z | + case "$kern" in |
| 11 | 2026-06-24T18:18:07.372Z | + groupadd -g 12345 build |
| 12 | 2026-06-24T18:18:07.375Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-24T18:18:09.381Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-24T18:18:09.428Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-24T18:18:09.431Z | + home_fs=zfs |
| 16 | 2026-06-24T18:18:09.431Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-24T18:18:09.431Z | + mkdir -p /home/build |
| 18 | 2026-06-24T18:18:09.431Z | + chown build:build /home/build /work |
| 19 | 2026-06-24T18:18:10.432Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-24T18:18:10.435Z | process exited: duration 3067 ms, exit code 0 |
| |
| 21 | 2026-06-24T18:18:10.443Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-24T18:18:10.446Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-24T18:18:10.446Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-24T18:18:10.446Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-24T18:18:10.446Z | * rust toolchain profile = "default" |
| 26 | 2026-06-24T18:18:10.446Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-24T18:18:10.446Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-24T18:18:10.450Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-24T18:18:10.450Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-24T18:18:10.503Z | info: downloading installer |
| 31 | 2026-06-24T18:18:12.230Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-24T18:18:12.230Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-24T18:18:12.230Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-24T18:18:12.230Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-24T18:18:12.242Z | info: profile set to default |
| 36 | 2026-06-24T18:18:12.242Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-24T18:18:12.245Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-24T18:18:12.378Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-24T18:18:12.381Z | info: downloading 6 components |
| 40 | 2026-06-24T18:18:27.289Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-24T18:18:27.289Z | |
| 42 | 2026-06-24T18:18:27.324Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-24T18:18:27.324Z | |
| 44 | 2026-06-24T18:18:27.327Z | |
| 45 | 2026-06-24T18:18:27.327Z | Rust is installed now. Great! |
| 46 | 2026-06-24T18:18:27.327Z | |
| 47 | 2026-06-24T18:18:27.327Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-24T18:18:27.327Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-24T18:18:27.327Z | |
| 50 | 2026-06-24T18:18:27.327Z | To configure your current shell, you need to source |
| 51 | 2026-06-24T18:18:27.327Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-24T18:18:27.327Z | |
| 53 | 2026-06-24T18:18:27.327Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-24T18:18:27.327Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-24T18:18:27.327Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-24T18:18:27.327Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-24T18:18:27.327Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-24T18:18:27.327Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-24T18:18:27.327Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-24T18:18:27.327Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-24T18:18:27.327Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-24T18:18:27.414Z | + rustup --version |
| 63 | 2026-06-24T18:18:27.422Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-24T18:18:27.425Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-24T18:18:27.443Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-24T18:18:27.447Z | + cargo --version |
| 67 | 2026-06-24T18:18:27.459Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-24T18:18:27.462Z | + rustc --version |
| 69 | 2026-06-24T18:18:27.481Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-24T18:18:27.486Z | process exited: duration 17041 ms, exit code 0 |
| |
| 71 | 2026-06-24T18:18:27.492Z | starting task 2: "authentication" |
| 72 | 2026-06-24T18:18:27.508Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-24T18:18:27.514Z | starting task 3: "clone repository" |
| 74 | 2026-06-24T18:18:27.518Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-24T18:18:27.521Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-24T18:18:27.544Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-24T18:18:57.371Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-24T18:18:57.371Z | + git fetch origin a3602d7b2db70fbd902ca3936d932207c3f83165 |
| 79 | 2026-06-24T18:18:57.626Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-24T18:18:57.626Z | * branch a3602d7b2db70fbd902ca3936d932207c3f83165 -> FETCH_HEAD |
| 81 | 2026-06-24T18:18:57.632Z | + [[ -n mkeeter/humility-net ]] |
| 82 | 2026-06-24T18:18:57.635Z | ++ git branch --show-current |
| 83 | 2026-06-24T18:18:57.635Z | + current=master |
| 84 | 2026-06-24T18:18:57.635Z | + [[ master != mkeeter/humility-net ]] |
| 85 | 2026-06-24T18:18:57.635Z | + git branch -f mkeeter/humility-net a3602d7b2db70fbd902ca3936d932207c3f83165 |
| 86 | 2026-06-24T18:18:57.639Z | + git checkout -f mkeeter/humility-net |
| 87 | 2026-06-24T18:18:58.407Z | Switched to branch 'mkeeter/humility-net' |
| 88 | 2026-06-24T18:18:58.410Z | + git reset --hard a3602d7b2db70fbd902ca3936d932207c3f83165 |
| 89 | 2026-06-24T18:18:58.419Z | HEAD is now at a3602d7b Move more net functionality into `humility-net` |
| 90 | 2026-06-24T18:18:58.422Z | process exited: duration 30905 ms, exit code 0 |
| |
| 91 | 2026-06-24T18:18:58.428Z | starting task 4: "build" |
| 92 | 2026-06-24T18:18:58.431Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-24T18:18:58.431Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-24T18:18:58.431Z | + banner deps |
| 95 | 2026-06-24T18:18:58.434Z | |
| 96 | 2026-06-24T18:18:58.434Z | ##### ###### ##### #### |
| 97 | 2026-06-24T18:18:58.435Z | # # # # # # |
| 98 | 2026-06-24T18:18:58.435Z | # # ##### # # #### |
| 99 | 2026-06-24T18:18:58.435Z | # # # ##### # |
| 100 | 2026-06-24T18:18:58.435Z | # # # # # # |
| 101 | 2026-06-24T18:18:58.435Z | ##### ###### # #### |
| 102 | 2026-06-24T18:18:58.435Z | |
| 103 | 2026-06-24T18:18:58.435Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-24T18:18:58.435Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-24T18:18:58.435Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-24T18:18:59.412Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-24T18:18:59.518Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-24T18:18:59.968Z | Planning: Solver setup ... Done (0.408s) |
| 109 | 2026-06-24T18:18:59.992Z | Planning: Running solver ... Done (0.025s) |
| 110 | 2026-06-24T18:19:00.003Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-24T18:19:00.013Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-24T18:19:00.029Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-24T18:19:00.041Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-24T18:19:00.044Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-24T18:19:00.198Z | Planning: Checking for conflicting actions ... Done (0.157s) |
| 116 | 2026-06-24T18:19:00.201Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-24T18:19:00.999Z | Planning: Evaluating mediators ... Done (0.800s) |
| 118 | 2026-06-24T18:19:01.002Z | Planning: Planning completed in 1.46 seconds |
| 119 | 2026-06-24T18:19:01.008Z | Packages to install: 2 |
| 120 | 2026-06-24T18:19:01.008Z | Estimated space available: 155.77 GB |
| 121 | 2026-06-24T18:19:01.011Z | Estimated space to be consumed: 21.80 MB |
| 122 | 2026-06-24T18:19:01.011Z | Create boot environment: No |
| 123 | 2026-06-24T18:19:01.011Z | Create backup boot environment: No |
| 124 | 2026-06-24T18:19:01.011Z | Rebuild boot archive: No |
| 125 | 2026-06-24T18:19:01.011Z | |
| 126 | 2026-06-24T18:19:01.011Z | Changed packages: |
| 127 | 2026-06-24T18:19:01.011Z | helios |
| 128 | 2026-06-24T18:19:01.011Z | library/libftdi1 |
| 129 | 2026-06-24T18:19:01.011Z | None -> 1.5-3.0 |
| 130 | 2026-06-24T18:19:01.011Z | ooce/library/libusb-1 |
| 131 | 2026-06-24T18:19:01.011Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-24T18:19:01.032Z | |
| 133 | 2026-06-24T18:19:01.032Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-24T18:19:01.081Z | Download: Completed 377.70 kB in 0.05 seconds (7.5M/s) |
| 135 | 2026-06-24T18:19:01.146Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-24T18:19:01.157Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-24T18:19:01.166Z | Finalize: Updating package state database ... Done (0.009s) |
| 138 | 2026-06-24T18:19:01.166Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-24T18:19:01.193Z | Finalize: Updating image state ... Done (0.026s) |
| 140 | 2026-06-24T18:19:03.559Z | Finalize: Creating fast lookup database ... Done (2.341s) |
| 141 | 2026-06-24T18:19:03.626Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-06-24T18:19:03.630Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-24T18:19:03.766Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-24T18:19:03.868Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-24T18:19:04.076Z | FMRI IFO |
| 146 | 2026-06-24T18:19:04.076Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-24T18:19:04.076Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-24T18:19:04.109Z | + cargo --version |
| 149 | 2026-06-24T18:19:04.119Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-24T18:19:04.122Z | + rustc --version |
| 151 | 2026-06-24T18:19:04.141Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-24T18:19:04.144Z | + banner package |
| 153 | 2026-06-24T18:19:04.144Z | |
| 154 | 2026-06-24T18:19:04.144Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-24T18:19:04.144Z | # # # # # # # # # # # # # |
| 156 | 2026-06-24T18:19:04.144Z | # # # # # #### # # # ##### |
| 157 | 2026-06-24T18:19:04.144Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-24T18:19:04.144Z | # # # # # # # # # # # # |
| 159 | 2026-06-24T18:19:04.144Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-24T18:19:04.144Z | |
| 161 | 2026-06-24T18:19:04.147Z | + ptime -m cargo xtask package |
| 162 | 2026-06-24T18:19:04.256Z | Updating crates.io index |
| 163 | 2026-06-24T18:19:04.259Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-24T18:19:04.522Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-24T18:19:04.766Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-24T18:19:05.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-24T18:19:05.340Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-24T18:19:05.739Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-24T18:19:06.009Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-24T18:19:06.546Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-24T18:19:10.569Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-24T18:19:11.054Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-24T18:19:11.296Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-24T18:19:11.533Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-24T18:19:11.743Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-24T18:19:11.977Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-24T18:19:12.662Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-24T18:19:12.894Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-24T18:19:13.136Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-24T18:19:15.683Z | Downloading crates ... |
| 181 | 2026-06-24T18:19:15.746Z | Downloaded utf8parse v0.2.2 |
| 182 | 2026-06-24T18:19:15.749Z | Downloaded itoa v1.0.18 |
| 183 | 2026-06-24T18:19:15.753Z | Downloaded serde_spanned v1.1.1 |
| 184 | 2026-06-24T18:19:15.756Z | Downloaded aho-corasick v1.1.4 |
| 185 | 2026-06-24T18:19:15.759Z | Downloaded lazy_static v1.5.0 |
| 186 | 2026-06-24T18:19:15.762Z | Downloaded anstyle-query v1.1.5 |
| 187 | 2026-06-24T18:19:15.765Z | Downloaded equivalent v1.0.2 |
| 188 | 2026-06-24T18:19:15.765Z | Downloaded strsim v0.11.1 |
| 189 | 2026-06-24T18:19:15.765Z | Downloaded colorchoice v1.0.5 |
| 190 | 2026-06-24T18:19:15.768Z | Downloaded cargo-platform v0.3.3 |
| 191 | 2026-06-24T18:19:15.772Z | Downloaded heck v0.5.0 |
| 192 | 2026-06-24T18:19:15.778Z | Downloaded is_terminal_polyfill v1.70.2 |
| 193 | 2026-06-24T18:19:15.781Z | Downloaded anstyle-parse v1.0.0 |
| 194 | 2026-06-24T18:19:15.784Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 195 | 2026-06-24T18:19:15.799Z | Downloaded clap_lex v1.1.0 |
| 196 | 2026-06-24T18:19:15.803Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-06-24T18:19:15.806Z | Downloaded quote v1.0.45 |
| 198 | 2026-06-24T18:19:15.806Z | Downloaded percent-encoding v2.3.2 |
| 199 | 2026-06-24T18:19:15.810Z | Downloaded cargo_metadata v0.23.1 |
| 200 | 2026-06-24T18:19:15.813Z | Downloaded anstream v1.0.0 |
| 201 | 2026-06-24T18:19:15.816Z | Downloaded zmij v1.0.21 |
| 202 | 2026-06-24T18:19:15.819Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 203 | 2026-06-24T18:19:15.822Z | Downloaded anstyle v1.0.14 |
| 204 | 2026-06-24T18:19:15.825Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-06-24T18:19:15.825Z | Downloaded thiserror v2.0.18 |
| 206 | 2026-06-24T18:19:15.831Z | Downloaded semver v1.0.28 |
| 207 | 2026-06-24T18:19:15.837Z | Downloaded cargo-readme v3.3.2 |
| 208 | 2026-06-24T18:19:15.841Z | Downloaded proc-macro2 v1.0.106 |
| 209 | 2026-06-24T18:19:15.847Z | Downloaded clap_derive v4.6.1 |
| 210 | 2026-06-24T18:19:15.850Z | Downloaded anyhow v1.0.102 |
| 211 | 2026-06-24T18:19:15.853Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-06-24T18:19:15.854Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-06-24T18:19:15.854Z | Downloaded clap v4.6.1 |
| 214 | 2026-06-24T18:19:15.858Z | Downloaded camino v1.2.2 |
| 215 | 2026-06-24T18:19:15.861Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-06-24T18:19:15.861Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 217 | 2026-06-24T18:19:15.879Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-24T18:19:15.889Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-24T18:19:15.899Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-24T18:19:15.917Z | Downloaded clap_builder v4.6.0 |
| 221 | 2026-06-24T18:19:15.920Z | Downloaded regex v1.12.3 |
| 222 | 2026-06-24T18:19:15.934Z | Downloaded serde_json v1.0.149 |
| 223 | 2026-06-24T18:19:15.937Z | Downloaded hashbrown v0.17.0 |
| 224 | 2026-06-24T18:19:15.941Z | Downloaded winnow v1.0.2 |
| 225 | 2026-06-24T18:19:15.965Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-24T18:19:15.973Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-24T18:19:15.987Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-24T18:19:16.026Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-24T18:19:16.026Z | Compiling serde_core v1.0.228 |
| 230 | 2026-06-24T18:19:16.026Z | Compiling unicode-ident v1.0.24 |
| 231 | 2026-06-24T18:19:16.026Z | Compiling quote v1.0.45 |
| 232 | 2026-06-24T18:19:16.047Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-24T18:19:16.047Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-24T18:19:16.047Z | Compiling serde v1.0.228 |
| 235 | 2026-06-24T18:19:16.047Z | Compiling zmij v1.0.21 |
| 236 | 2026-06-24T18:19:16.238Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-24T18:19:16.246Z | Compiling is_terminal_polyfill v1.70.2 |
| 238 | 2026-06-24T18:19:16.322Z | Compiling colorchoice v1.0.5 |
| 239 | 2026-06-24T18:19:16.409Z | Compiling anstyle-query v1.1.5 |
| 240 | 2026-06-24T18:19:16.429Z | Compiling anstyle v1.0.14 |
| 241 | 2026-06-24T18:19:16.501Z | Compiling aho-corasick v1.1.4 |
| 242 | 2026-06-24T18:19:16.518Z | Compiling camino v1.2.2 |
| 243 | 2026-06-24T18:19:16.527Z | Compiling regex-syntax v0.8.10 |
| 244 | 2026-06-24T18:19:16.530Z | Compiling clap_lex v1.1.0 |
| 245 | 2026-06-24T18:19:16.672Z | Compiling anstream v1.0.0 |
| 246 | 2026-06-24T18:19:16.770Z | Compiling heck v0.5.0 |
| 247 | 2026-06-24T18:19:16.813Z | Compiling winnow v1.0.2 |
| 248 | 2026-06-24T18:19:16.839Z | Compiling strsim v0.11.1 |
| 249 | 2026-06-24T18:19:16.961Z | Compiling thiserror v2.0.18 |
| 250 | 2026-06-24T18:19:16.985Z | Compiling serde_json v1.0.149 |
| 251 | 2026-06-24T18:19:17.228Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 252 | 2026-06-24T18:19:17.238Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-06-24T18:19:17.340Z | Compiling syn v2.0.117 |
| 254 | 2026-06-24T18:19:17.483Z | Compiling anyhow v1.0.102 |
| 255 | 2026-06-24T18:19:17.710Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 256 | 2026-06-24T18:19:17.792Z | Compiling itoa v1.0.18 |
| 257 | 2026-06-24T18:19:17.924Z | Compiling percent-encoding v2.3.2 |
| 258 | 2026-06-24T18:19:17.974Z | Compiling regex-automata v0.4.14 |
| 259 | 2026-06-24T18:19:18.110Z | Compiling lazy_static v1.5.0 |
| 260 | 2026-06-24T18:19:18.204Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-06-24T18:19:18.369Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-06-24T18:19:18.493Z | Compiling toml v1.1.2+spec-1.1.0 |
| 263 | 2026-06-24T18:19:18.504Z | Compiling cargo-platform v0.3.3 |
| 264 | 2026-06-24T18:19:18.508Z | Compiling semver v1.0.28 |
| 265 | 2026-06-24T18:19:19.694Z | Compiling regex v1.12.3 |
| 266 | 2026-06-24T18:19:19.735Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-06-24T18:19:19.735Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-06-24T18:19:19.738Z | Compiling clap_derive v4.6.1 |
| 269 | 2026-06-24T18:19:20.952Z | Compiling clap v4.6.1 |
| 270 | 2026-06-24T18:19:21.879Z | Compiling cargo_metadata v0.23.1 |
| 271 | 2026-06-24T18:19:21.879Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-24T18:19:22.806Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-24T18:19:24.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s |
| 274 | 2026-06-24T18:19:24.291Z | Running `target/debug/xtask package` |
| 275 | 2026-06-24T18:19:28.806Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-24T18:19:28.806Z | Compiling quote v1.0.45 |
| 277 | 2026-06-24T18:19:28.806Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-06-24T18:19:28.809Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-24T18:19:28.809Z | Compiling libc v0.2.186 |
| 280 | 2026-06-24T18:19:28.809Z | Compiling serde v1.0.228 |
| 281 | 2026-06-24T18:19:28.809Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-24T18:19:28.809Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-24T18:19:28.947Z | Compiling memchr v2.8.0 |
| 284 | 2026-06-24T18:19:28.972Z | Compiling log v0.4.29 |
| 285 | 2026-06-24T18:19:29.210Z | Compiling thiserror v2.0.18 |
| 286 | 2026-06-24T18:19:29.521Z | Compiling autocfg v1.5.0 |
| 287 | 2026-06-24T18:19:29.609Z | Compiling stable_deref_trait v1.2.1 |
| 288 | 2026-06-24T18:19:29.623Z | Compiling scopeguard v1.2.0 |
| 289 | 2026-06-24T18:19:29.686Z | Compiling strsim v0.11.1 |
| 290 | 2026-06-24T18:19:29.708Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-24T18:19:29.715Z | Compiling errno v0.3.14 |
| 292 | 2026-06-24T18:19:29.864Z | Compiling foldhash v0.2.0 |
| 293 | 2026-06-24T18:19:29.881Z | Compiling smallvec v1.15.1 |
| 294 | 2026-06-24T18:19:29.977Z | Compiling heck v0.5.0 |
| 295 | 2026-06-24T18:19:30.101Z | Compiling equivalent v1.0.2 |
| 296 | 2026-06-24T18:19:30.137Z | Compiling syn v2.0.117 |
| 297 | 2026-06-24T18:19:30.152Z | Compiling rustversion v1.0.22 |
| 298 | 2026-06-24T18:19:30.173Z | Compiling ident_case v1.0.1 |
| 299 | 2026-06-24T18:19:30.179Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-24T18:19:30.189Z | Compiling zeroize v1.8.2 |
| 301 | 2026-06-24T18:19:30.286Z | Compiling shlex v1.3.0 |
| 302 | 2026-06-24T18:19:30.384Z | Compiling find-msvc-tools v0.1.9 |
| 303 | 2026-06-24T18:19:30.400Z | Compiling libm v0.2.16 |
| 304 | 2026-06-24T18:19:30.466Z | Compiling anyhow v1.0.102 |
| 305 | 2026-06-24T18:19:30.494Z | Compiling rustix v1.1.4 |
| 306 | 2026-06-24T18:19:30.607Z | Compiling cc v1.2.61 |
| 307 | 2026-06-24T18:19:30.720Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-24T18:19:30.930Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-06-24T18:19:30.958Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-24T18:19:31.012Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-24T18:19:31.194Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-24T18:19:31.219Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-24T18:19:31.333Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-24T18:19:31.341Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-24T18:19:31.696Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-24T18:19:31.901Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-24T18:19:32.372Z | Compiling crossbeam-utils v0.8.21 |
| 318 | 2026-06-24T18:19:32.379Z | Compiling once_cell v1.21.4 |
| 319 | 2026-06-24T18:19:32.635Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-24T18:19:32.690Z | Compiling syn v1.0.109 |
| 321 | 2026-06-24T18:19:33.040Z | Compiling synstructure v0.13.2 |
| 322 | 2026-06-24T18:19:33.208Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-06-24T18:19:33.491Z | Compiling pkg-config v0.3.33 |
| 324 | 2026-06-24T18:19:33.527Z | Compiling itoa v1.0.18 |
| 325 | 2026-06-24T18:19:33.936Z | Compiling crypto-common v0.1.7 |
| 326 | 2026-06-24T18:19:34.066Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-06-24T18:19:34.096Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-06-24T18:19:34.219Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-06-24T18:19:34.244Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-06-24T18:19:35.396Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-06-24T18:19:35.568Z | Compiling zerocopy-derive v0.8.48 |
| 332 | 2026-06-24T18:19:35.833Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-06-24T18:19:36.429Z | Compiling regex v1.12.3 |
| 334 | 2026-06-24T18:19:36.883Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-24T18:19:37.397Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-24T18:19:37.576Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-24T18:19:37.901Z | Compiling digest v0.10.7 |
| 338 | 2026-06-24T18:19:38.123Z | Compiling displaydoc v0.2.5 |
| 339 | 2026-06-24T18:19:38.406Z | Compiling spin v0.9.8 |
| 340 | 2026-06-24T18:19:38.622Z | Compiling byteorder v1.5.0 |
| 341 | 2026-06-24T18:19:38.863Z | Compiling radium v0.7.0 |
| 342 | 2026-06-24T18:19:38.879Z | Compiling cmov v0.5.3 |
| 343 | 2026-06-24T18:19:38.996Z | Compiling darling_macro v0.23.0 |
| 344 | 2026-06-24T18:19:39.102Z | Compiling ctutils v0.4.2 |
| 345 | 2026-06-24T18:19:39.110Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-06-24T18:19:39.145Z | Compiling tap v1.0.1 |
| 347 | 2026-06-24T18:19:39.223Z | Compiling crc32fast v1.5.0 |
| 348 | 2026-06-24T18:19:39.248Z | Compiling const-oid v0.10.2 |
| 349 | 2026-06-24T18:19:39.279Z | Compiling allocator-api2 v0.2.21 |
| 350 | 2026-06-24T18:19:39.332Z | Compiling wyz v0.5.1 |
| 351 | 2026-06-24T18:19:39.527Z | Compiling digest v0.11.2 |
| 352 | 2026-06-24T18:19:39.536Z | Compiling darling v0.23.0 |
| 353 | 2026-06-24T18:19:39.603Z | Compiling hashbrown v0.16.1 |
| 354 | 2026-06-24T18:19:39.612Z | Compiling static_assertions v1.1.0 |
| 355 | 2026-06-24T18:19:39.663Z | Compiling typeid v1.0.3 |
| 356 | 2026-06-24T18:19:39.679Z | Compiling base64ct v1.8.3 |
| 357 | 2026-06-24T18:19:39.727Z | Compiling either v1.15.0 |
| 358 | 2026-06-24T18:19:39.759Z | Compiling simd-adler32 v0.3.9 |
| 359 | 2026-06-24T18:19:39.929Z | Compiling funty v2.0.0 |
| 360 | 2026-06-24T18:19:39.939Z | Compiling pem-rfc7468 v0.7.0 |
| 361 | 2026-06-24T18:19:40.297Z | Compiling bitvec v1.0.1 |
| 362 | 2026-06-24T18:19:40.424Z | Compiling der_derive v0.7.3 |
| 363 | 2026-06-24T18:19:40.497Z | Compiling clap_derive v4.6.1 |
| 364 | 2026-06-24T18:19:40.519Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-24T18:19:40.744Z | Compiling flagset v0.4.7 |
| 366 | 2026-06-24T18:19:40.787Z | Compiling cpufeatures v0.2.17 |
| 367 | 2026-06-24T18:19:40.854Z | Compiling adler2 v2.0.1 |
| 368 | 2026-06-24T18:19:40.875Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-06-24T18:19:40.979Z | Compiling unicode-width v0.2.2 |
| 370 | 2026-06-24T18:19:40.987Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-06-24T18:19:41.039Z | Compiling miniz_oxide v0.8.9 |
| 372 | 2026-06-24T18:19:41.208Z | Compiling sha2 v0.10.9 |
| 373 | 2026-06-24T18:19:41.236Z | Compiling rand_core v0.6.4 |
| 374 | 2026-06-24T18:19:41.285Z | Compiling lazy_static v1.5.0 |
| 375 | 2026-06-24T18:19:41.355Z | Compiling der v0.7.10 |
| 376 | 2026-06-24T18:19:41.370Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-06-24T18:19:41.504Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-24T18:19:41.762Z | Compiling anstyle-query v1.1.5 |
| 379 | 2026-06-24T18:19:41.863Z | Compiling zlib-rs v0.6.3 |
| 380 | 2026-06-24T18:19:42.135Z | Compiling is_terminal_polyfill v1.70.2 |
| 381 | 2026-06-24T18:19:42.163Z | Compiling powerfmt v0.2.0 |
| 382 | 2026-06-24T18:19:42.222Z | Compiling cpufeatures v0.3.0 |
| 383 | 2026-06-24T18:19:42.292Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-24T18:19:42.436Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-06-24T18:19:42.457Z | Compiling deranged v0.5.8 |
| 386 | 2026-06-24T18:19:42.552Z | Compiling anstream v1.0.0 |
| 387 | 2026-06-24T18:19:42.568Z | Compiling spki v0.7.3 |
| 388 | 2026-06-24T18:19:42.912Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-24T18:19:42.984Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-24T18:19:43.125Z | Compiling maybe-uninit v2.0.0 |
| 391 | 2026-06-24T18:19:43.163Z | Compiling object v0.39.1 |
| 392 | 2026-06-24T18:19:43.398Z | Compiling twox-hash v2.1.2 |
| 393 | 2026-06-24T18:19:43.423Z | Compiling num_threads v0.1.7 |
| 394 | 2026-06-24T18:19:43.556Z | Compiling num-conv v0.2.1 |
| 395 | 2026-06-24T18:19:43.696Z | Compiling time-core v0.1.8 |
| 396 | 2026-06-24T18:19:43.707Z | Compiling ruzstd v0.8.2 |
| 397 | 2026-06-24T18:19:43.840Z | Compiling time v0.3.47 |
| 398 | 2026-06-24T18:19:44.203Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-06-24T18:19:44.437Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-24T18:19:44.595Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-24T18:19:44.747Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-24T18:19:44.947Z | Compiling flate2 v1.1.9 |
| 403 | 2026-06-24T18:19:45.125Z | Compiling packed_struct v0.10.1 |
| 404 | 2026-06-24T18:19:45.134Z | Compiling parking_lot_core v0.9.12 |
| 405 | 2026-06-24T18:19:45.377Z | Compiling getrandom v0.4.2 |
| 406 | 2026-06-24T18:19:45.384Z | Compiling num-bigint-dig v0.8.6 |
| 407 | 2026-06-24T18:19:45.545Z | Compiling rand_core v0.10.1 |
| 408 | 2026-06-24T18:19:45.582Z | Compiling zstd-safe v7.2.4 |
| 409 | 2026-06-24T18:19:45.630Z | Compiling clap_lex v1.1.0 |
| 410 | 2026-06-24T18:19:45.780Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-06-24T18:19:46.063Z | Compiling bitfield v0.19.4 |
| 412 | 2026-06-24T18:19:46.364Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-24T18:19:46.772Z | Compiling rand v0.8.6 |
| 414 | 2026-06-24T18:19:47.350Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-24T18:19:48.108Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-24T18:19:48.164Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-24T18:19:48.399Z | Compiling inout v0.2.2 |
| 418 | 2026-06-24T18:19:48.548Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-24T18:19:48.934Z | Compiling base64 v0.21.7 |
| 420 | 2026-06-24T18:19:49.164Z | Compiling fallible-iterator v0.3.0 |
| 421 | 2026-06-24T18:19:49.177Z | Compiling crc-catalog v2.5.0 |
| 422 | 2026-06-24T18:19:49.284Z | Compiling nodrop v0.1.14 |
| 423 | 2026-06-24T18:19:49.372Z | Compiling array-init v0.0.4 |
| 424 | 2026-06-24T18:19:49.492Z | Compiling crc v3.4.0 |
| 425 | 2026-06-24T18:19:49.497Z | Compiling ron v0.8.1 |
| 426 | 2026-06-24T18:19:49.720Z | Compiling serde_with v3.18.0 |
| 427 | 2026-06-24T18:19:51.305Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-24T18:19:51.695Z | Compiling clap v4.6.1 |
| 429 | 2026-06-24T18:19:51.771Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-06-24T18:19:52.361Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-24T18:19:52.833Z | Compiling signature v2.2.0 |
| 432 | 2026-06-24T18:19:53.010Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-24T18:19:53.221Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-24T18:19:53.721Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-24T18:19:53.860Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-24T18:19:53.979Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-24T18:19:54.788Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-24T18:19:54.922Z | Compiling slog v2.8.2 |
| 439 | 2026-06-24T18:19:55.138Z | Compiling indexmap v1.9.3 |
| 440 | 2026-06-24T18:19:55.188Z | Compiling bumpalo v3.20.2 |
| 441 | 2026-06-24T18:19:55.359Z | Compiling icu_normalizer_data v2.2.0 |
| 442 | 2026-06-24T18:19:55.461Z | Compiling lzss v0.9.1 |
| 443 | 2026-06-24T18:19:55.575Z | Compiling prettyplease v0.2.37 |
| 444 | 2026-06-24T18:19:55.744Z | Compiling winnow v1.0.2 |
| 445 | 2026-06-24T18:19:55.803Z | Compiling cpubits v0.1.1 |
| 446 | 2026-06-24T18:19:55.866Z | Compiling portable-atomic v1.13.1 |
| 447 | 2026-06-24T18:19:55.882Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-24T18:19:55.943Z | Compiling jiff v0.2.24 |
| 449 | 2026-06-24T18:19:56.098Z | Compiling rayon-core v1.13.0 |
| 450 | 2026-06-24T18:19:56.196Z | Compiling subtle v2.6.1 |
| 451 | 2026-06-24T18:19:56.290Z | Compiling libbz2-rs-sys v0.2.3 |
| 452 | 2026-06-24T18:19:56.301Z | Compiling icu_properties_data v2.2.0 |
| 453 | 2026-06-24T18:19:56.341Z | Compiling cpp_demangle v0.5.1 |
| 454 | 2026-06-24T18:19:56.509Z | Compiling rsa v0.9.10 |
| 455 | 2026-06-24T18:19:56.740Z | Compiling bzip2 v0.6.1 |
| 456 | 2026-06-24T18:19:57.052Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 457 | 2026-06-24T18:19:58.786Z | Compiling yoke v0.8.2 |
| 458 | 2026-06-24T18:19:58.929Z | Compiling env_logger v0.11.10 |
| 459 | 2026-06-24T18:19:58.970Z | Compiling aes v0.9.0 |
| 460 | 2026-06-24T18:19:59.222Z | Compiling zopfli v0.8.3 |
| 461 | 2026-06-24T18:20:00.161Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-24T18:20:00.169Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-24T18:20:00.439Z | Compiling pbkdf2 v0.13.0 |
| 464 | 2026-06-24T18:20:00.457Z | Compiling serde-hex v0.1.0 |
| 465 | 2026-06-24T18:20:00.805Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 466 | 2026-06-24T18:20:01.461Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 467 | 2026-06-24T18:20:01.702Z | Compiling x509-cert v0.2.5 |
| 468 | 2026-06-24T18:20:02.007Z | Compiling sha1 v0.11.0 |
| 469 | 2026-06-24T18:20:02.477Z | Compiling lzma-rust2 v0.16.2 |
| 470 | 2026-06-24T18:20:02.618Z | Compiling erased-serde v0.3.31 |
| 471 | 2026-06-24T18:20:03.229Z | Compiling num-derive v0.4.2 |
| 472 | 2026-06-24T18:20:04.157Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 473 | 2026-06-24T18:20:04.659Z | Compiling serde_spanned v1.1.1 |
| 474 | 2026-06-24T18:20:04.800Z | Compiling semver v1.0.28 |
| 475 | 2026-06-24T18:20:05.088Z | Compiling deflate64 v0.1.12 |
| 476 | 2026-06-24T18:20:05.667Z | Compiling constant_time_eq v0.4.2 |
| 477 | 2026-06-24T18:20:05.876Z | Compiling hex v0.4.3 |
| 478 | 2026-06-24T18:20:06.172Z | Compiling crc-any v2.5.0 |
| 479 | 2026-06-24T18:20:07.605Z | Compiling ppmd-rust v1.4.0 |
| 480 | 2026-06-24T18:20:08.029Z | Compiling void v1.0.2 |
| 481 | 2026-06-24T18:20:08.040Z | Compiling typed-path v0.12.3 |
| 482 | 2026-06-24T18:20:08.131Z | Compiling fnv v1.0.7 |
| 483 | 2026-06-24T18:20:08.225Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 484 | 2026-06-24T18:20:08.268Z | Compiling hashbrown v0.12.3 |
| 485 | 2026-06-24T18:20:08.485Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-06-24T18:20:08.520Z | Compiling gimli v0.33.0 |
| 487 | 2026-06-24T18:20:10.103Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 488 | 2026-06-24T18:20:12.764Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-24T18:20:13.229Z | Compiling zip v8.6.0 |
| 490 | 2026-06-24T18:20:15.174Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-24T18:20:18.893Z | Compiling console v0.16.3 |
| 492 | 2026-06-24T18:20:19.121Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-24T18:20:19.258Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-24T18:20:19.271Z | Compiling rustc-demangle v0.1.27 |
| 495 | 2026-06-24T18:20:19.487Z | Compiling colored v3.1.1 |
| 496 | 2026-06-24T18:20:19.551Z | Compiling unit-prefix v0.5.2 |
| 497 | 2026-06-24T18:20:19.701Z | Compiling typed-arena v2.0.2 |
| 498 | 2026-06-24T18:20:19.849Z | Compiling plain v0.2.3 |
| 499 | 2026-06-24T18:20:19.957Z | Compiling path-slash v0.2.1 |
| 500 | 2026-06-24T18:20:20.225Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 501 | 2026-06-24T18:20:20.267Z | Compiling goblin v0.10.5 |
| 502 | 2026-06-24T18:20:20.363Z | Compiling addr2line v0.26.1 |
| 503 | 2026-06-24T18:20:20.537Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 504 | 2026-06-24T18:20:20.629Z | Compiling indicatif v0.18.4 |
| 505 | 2026-06-24T18:20:21.068Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-24T18:20:21.700Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-24T18:20:23.190Z | Compiling ron v0.12.1 |
| 508 | 2026-06-24T18:20:24.045Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-06-24T18:20:24.910Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-24T18:20:25.429Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-24T18:20:25.664Z | Compiling auto_impl v1.3.0 |
| 512 | 2026-06-24T18:20:26.519Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-06-24T18:20:27.395Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-24T18:20:28.355Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-24T18:20:28.588Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-24T18:20:28.781Z | Compiling litemap v0.8.2 |
| 517 | 2026-06-24T18:20:28.969Z | Compiling writeable v0.6.3 |
| 518 | 2026-06-24T18:20:29.164Z | Compiling ryu v1.0.23 |
| 519 | 2026-06-24T18:20:29.509Z | Compiling icu_locale_core v2.2.0 |
| 520 | 2026-06-24T18:20:29.613Z | Compiling potential_utf v0.1.5 |
| 521 | 2026-06-24T18:20:29.766Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 522 | 2026-06-24T18:20:30.425Z | Compiling rustc_version v0.4.1 |
| 523 | 2026-06-24T18:20:30.655Z | Compiling zerotrie v0.2.4 |
| 524 | 2026-06-24T18:20:30.685Z | Compiling utf8_iter v1.0.4 |
| 525 | 2026-06-24T18:20:30.928Z | Compiling icu_provider v2.2.0 |
| 526 | 2026-06-24T18:20:30.990Z | Compiling icu_collections v2.2.0 |
| 527 | 2026-06-24T18:20:31.216Z | Compiling heapless v0.7.17 |
| 528 | 2026-06-24T18:20:31.421Z | Compiling proc-macro-crate v3.5.0 |
| 529 | 2026-06-24T18:20:31.738Z | Compiling strum_macros v0.27.2 |
| 530 | 2026-06-24T18:20:31.830Z | Compiling strum_macros v0.28.0 |
| 531 | 2026-06-24T18:20:33.634Z | Compiling percent-encoding v2.3.2 |
| 532 | 2026-06-24T18:20:33.770Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 533 | 2026-06-24T18:20:34.084Z | Compiling strum v0.28.0 |
| 534 | 2026-06-24T18:20:34.208Z | Compiling strum v0.27.2 |
| 535 | 2026-06-24T18:20:34.647Z | Compiling hash32 v0.2.1 |
| 536 | 2026-06-24T18:20:35.010Z | Compiling darling_core v0.20.11 |
| 537 | 2026-06-24T18:20:36.383Z | Compiling capstone v0.14.0 |
| 538 | 2026-06-24T18:20:36.650Z | Compiling icu_properties v2.2.0 |
| 539 | 2026-06-24T18:20:36.666Z | Compiling icu_normalizer v2.2.0 |
| 540 | 2026-06-24T18:20:37.126Z | Compiling itertools v0.14.0 |
| 541 | 2026-06-24T18:20:37.268Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 542 | 2026-06-24T18:20:37.332Z | Compiling postcard-cobs v0.1.5-pre |
| 543 | 2026-06-24T18:20:37.566Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 544 | 2026-06-24T18:20:37.647Z | Compiling idna_adapter v1.2.2 |
| 545 | 2026-06-24T18:20:37.708Z | Compiling postcard v0.7.3 |
| 546 | 2026-06-24T18:20:37.773Z | Compiling pkg-version-impl v0.1.1 |
| 547 | 2026-06-24T18:20:38.164Z | Compiling darling_macro v0.20.11 |
| 548 | 2026-06-24T18:20:38.210Z | Compiling unicode-width v0.1.14 |
| 549 | 2026-06-24T18:20:38.243Z | Compiling virtue v0.0.18 |
| 550 | 2026-06-24T18:20:38.570Z | Compiling pkg-version v1.0.0 |
| 551 | 2026-06-24T18:20:38.700Z | Compiling darling v0.20.11 |
| 552 | 2026-06-24T18:20:38.751Z | Compiling idna v1.1.0 |
| 553 | 2026-06-24T18:20:38.773Z | Compiling form_urlencoded v1.2.2 |
| 554 | 2026-06-24T18:20:38.782Z | Compiling bincode_derive v2.0.1 |
| 555 | 2026-06-24T18:20:38.929Z | Compiling bytemuck_derive v1.10.2 |
| 556 | 2026-06-24T18:20:39.270Z | Compiling pin-project-lite v0.2.17 |
| 557 | 2026-06-24T18:20:39.335Z | Compiling url v2.5.8 |
| 558 | 2026-06-24T18:20:39.368Z | Compiling deku_derive v0.18.1 |
| 559 | 2026-06-24T18:20:39.379Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 560 | 2026-06-24T18:20:39.792Z | Compiling num_enum_derive v0.7.6 |
| 561 | 2026-06-24T18:20:40.029Z | Compiling jep106 v0.3.0 |
| 562 | 2026-06-24T18:20:40.097Z | Compiling bytemuck v1.25.0 |
| 563 | 2026-06-24T18:20:40.253Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 564 | 2026-06-24T18:20:40.300Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 565 | 2026-06-24T18:20:40.324Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 566 | 2026-06-24T18:20:40.337Z | Compiling tracing-core v0.1.36 |
| 567 | 2026-06-24T18:20:40.539Z | Compiling csv-core v0.1.13 |
| 568 | 2026-06-24T18:20:40.671Z | Compiling no_std_io2 v0.8.1 |
| 569 | 2026-06-24T18:20:40.763Z | Compiling heapless v0.9.3 |
| 570 | 2026-06-24T18:20:40.898Z | Compiling unsafe-libyaml v0.2.11 |
| 571 | 2026-06-24T18:20:40.992Z | Compiling base64 v0.22.1 |
| 572 | 2026-06-24T18:20:41.046Z | Compiling unty v0.0.4 |
| 573 | 2026-06-24T18:20:41.054Z | Compiling futures-core v0.3.32 |
| 574 | 2026-06-24T18:20:41.215Z | Compiling bincode v2.0.1 |
| 575 | 2026-06-24T18:20:41.445Z | Compiling serde_yaml v0.9.34+deprecated |
| 576 | 2026-06-24T18:20:41.564Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 577 | 2026-06-24T18:20:41.685Z | Compiling deku v0.18.1 |
| 578 | 2026-06-24T18:20:41.772Z | Compiling num_enum v0.7.6 |
| 579 | 2026-06-24T18:20:41.892Z | Compiling csv v1.4.0 |
| 580 | 2026-06-24T18:20:42.006Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 581 | 2026-06-24T18:20:42.697Z | Compiling hash32 v0.3.1 |
| 582 | 2026-06-24T18:20:42.740Z | Compiling md-5 v0.10.6 |
| 583 | 2026-06-24T18:20:42.907Z | Compiling serde_plain v1.0.2 |
| 584 | 2026-06-24T18:20:42.915Z | Compiling miette-derive v7.6.0 |
| 585 | 2026-06-24T18:20:43.092Z | Compiling tracing-attributes v0.1.31 |
| 586 | 2026-06-24T18:20:43.177Z | Compiling async-io v2.6.0 |
| 587 | 2026-06-24T18:20:43.240Z | Compiling libdevinfo-sys v1.1.0 |
| 588 | 2026-06-24T18:20:43.409Z | Compiling slab v0.4.12 |
| 589 | 2026-06-24T18:20:43.625Z | Compiling object v0.38.1 |
| 590 | 2026-06-24T18:20:43.947Z | Compiling devinfo v0.1.0 |
| 591 | 2026-06-24T18:20:44.005Z | Compiling esp-idf-part v0.6.0 |
| 592 | 2026-06-24T18:20:44.019Z | Compiling miette v7.6.0 |
| 593 | 2026-06-24T18:20:44.324Z | Compiling tracing v0.1.44 |
| 594 | 2026-06-24T18:20:44.778Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 595 | 2026-06-24T18:20:45.466Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-24T18:20:45.579Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-24T18:20:45.795Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-24T18:20:45.929Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-24T18:20:46.056Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-24T18:20:46.106Z | Compiling polling v3.11.0 |
| 601 | 2026-06-24T18:20:46.139Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-24T18:20:46.285Z | Compiling parking v2.2.1 |
| 603 | 2026-06-24T18:20:46.418Z | Compiling futures-io v0.3.32 |
| 604 | 2026-06-24T18:20:46.583Z | Compiling rmp-serde v1.3.1 |
| 605 | 2026-06-24T18:20:46.651Z | Compiling docsplay v0.1.3 |
| 606 | 2026-06-24T18:20:47.208Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-24T18:20:47.629Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-24T18:20:48.920Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-24T18:20:49.254Z | Compiling ihex v3.0.0 |
| 610 | 2026-06-24T18:20:49.419Z | Compiling uf2-decode v0.2.0 |
| 611 | 2026-06-24T18:20:49.834Z | Compiling dunce v1.0.5 |
| 612 | 2026-06-24T18:20:49.895Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-24T18:20:49.932Z | Compiling unicode-segmentation v1.13.2 |
| 614 | 2026-06-24T18:20:49.996Z | Compiling signal-hook v0.3.18 |
| 615 | 2026-06-24T18:20:50.204Z | Compiling rand v0.10.1 |
| 616 | 2026-06-24T18:20:50.872Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 617 | 2026-06-24T18:20:51.130Z | Compiling signal-hook-registry v1.4.8 |
| 618 | 2026-06-24T18:20:51.281Z | Compiling convert_case v0.10.0 |
| 619 | 2026-06-24T18:20:51.539Z | Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net) |
| 620 | 2026-06-24T18:20:51.810Z | Compiling mio v1.2.0 |
| 621 | 2026-06-24T18:20:52.344Z | Compiling mio v0.8.11 |
| 622 | 2026-06-24T18:20:52.439Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-24T18:20:53.293Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-24T18:20:53.381Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-24T18:20:53.831Z | Compiling document-features v0.2.12 |
| 626 | 2026-06-24T18:20:54.100Z | Compiling derive_more v2.1.1 |
| 627 | 2026-06-24T18:20:54.177Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 628 | 2026-06-24T18:20:54.372Z | Compiling convert_case v0.11.0 |
| 629 | 2026-06-24T18:20:54.400Z | Compiling crossterm v0.29.0 |
| 630 | 2026-06-24T18:20:54.487Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-24T18:20:55.601Z | Compiling paste v1.0.15 |
| 632 | 2026-06-24T18:20:55.649Z | Compiling camino v1.2.2 |
| 633 | 2026-06-24T18:20:56.242Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-24T18:20:56.587Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-24T18:20:57.194Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-24T18:20:57.499Z | Compiling instability v0.3.12 |
| 637 | 2026-06-24T18:20:57.629Z | Compiling indoc v2.0.7 |
| 638 | 2026-06-24T18:20:57.629Z | Compiling thiserror v1.0.69 |
| 639 | 2026-06-24T18:20:57.743Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 640 | 2026-06-24T18:20:58.029Z | Compiling unicode-truncate v2.0.1 |
| 641 | 2026-06-24T18:20:58.130Z | Compiling compact_str v0.9.0 |
| 642 | 2026-06-24T18:20:58.654Z | Compiling kasuari v0.4.12 |
| 643 | 2026-06-24T18:20:58.719Z | Compiling lru v0.16.4 |
| 644 | 2026-06-24T18:20:58.792Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-24T18:20:58.912Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-24T18:20:59.084Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-24T18:20:59.166Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 648 | 2026-06-24T18:20:59.307Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-24T18:20:59.525Z | Compiling crossbeam v0.8.4 |
| 650 | 2026-06-24T18:20:59.599Z | Compiling ratatui-core v0.1.0 |
| 651 | 2026-06-24T18:21:00.532Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-24T18:21:01.004Z | Compiling base64 v0.13.1 |
| 653 | 2026-06-24T18:21:01.260Z | Compiling bitflags v1.3.2 |
| 654 | 2026-06-24T18:21:01.334Z | Compiling strict v0.2.0 |
| 655 | 2026-06-24T18:21:01.427Z | Compiling binrw_derive v0.14.2 |
| 656 | 2026-06-24T18:21:01.475Z | Compiling crokey-proc_macros v1.4.0 |
| 657 | 2026-06-24T18:21:01.531Z | Compiling ron v0.6.6 |
| 658 | 2026-06-24T18:21:01.761Z | Compiling crossterm v0.23.2 |
| 659 | 2026-06-24T18:21:02.119Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-24T18:21:02.237Z | Compiling binrw v0.14.2 |
| 661 | 2026-06-24T18:21:02.630Z | Compiling owo-colors v3.5.0 |
| 662 | 2026-06-24T18:21:02.681Z | Compiling cargo-readme v3.3.2 |
| 663 | 2026-06-24T18:21:02.792Z | Compiling crokey v1.4.0 |
| 664 | 2026-06-24T18:21:03.324Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 665 | 2026-06-24T18:21:03.522Z | Compiling ratatui-widgets v0.3.0 |
| 666 | 2026-06-24T18:21:03.881Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 667 | 2026-06-24T18:21:06.135Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 668 | 2026-06-24T18:21:07.545Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 669 | 2026-06-24T18:21:07.830Z | Compiling coolor v0.8.0 |
| 670 | 2026-06-24T18:21:07.933Z | Compiling coolor v1.1.0 |
| 671 | 2026-06-24T18:21:08.091Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 672 | 2026-06-24T18:21:08.100Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 673 | 2026-06-24T18:21:08.206Z | Compiling half v2.7.1 |
| 674 | 2026-06-24T18:21:08.580Z | Compiling minimad v0.14.0 |
| 675 | 2026-06-24T18:21:09.175Z | Compiling minimad v0.13.1 |
| 676 | 2026-06-24T18:21:09.608Z | Compiling convert_case v0.4.0 |
| 677 | 2026-06-24T18:21:09.906Z | Compiling array-init v2.1.0 |
| 678 | 2026-06-24T18:21:09.934Z | Compiling ciborium-io v0.2.2 |
| 679 | 2026-06-24T18:21:09.999Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 680 | 2026-06-24T18:21:10.014Z | Compiling ciborium-ll v0.2.2 |
| 681 | 2026-06-24T18:21:10.112Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 682 | 2026-06-24T18:21:10.294Z | Compiling derive_more v0.99.20 |
| 683 | 2026-06-24T18:21:11.269Z | Compiling termimad v0.25.7 |
| 684 | 2026-06-24T18:21:11.276Z | Compiling termimad v0.34.1 |
| 685 | 2026-06-24T18:21:11.409Z | Compiling ratatui-macros v0.7.0 |
| 686 | 2026-06-24T18:21:11.501Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 687 | 2026-06-24T18:21:12.007Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-24T18:21:12.253Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-24T18:21:12.257Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-24T18:21:12.476Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-24T18:21:12.725Z | Compiling xml v1.2.1 |
| 692 | 2026-06-24T18:21:12.742Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-24T18:21:13.205Z | Compiling parse-size v1.1.0 |
| 694 | 2026-06-24T18:21:13.408Z | Compiling serde-xml-rs v0.8.2 |
| 695 | 2026-06-24T18:21:14.407Z | Compiling chrono v0.4.44 |
| 696 | 2026-06-24T18:21:14.795Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-24T18:21:16.955Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 698 | 2026-06-24T18:21:18.840Z | Compiling ratatui v0.30.0 |
| 699 | 2026-06-24T18:21:19.238Z | Compiling raw-cpuid v11.6.0 |
| 700 | 2026-06-24T18:21:19.481Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-24T18:21:19.517Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-24T18:21:19.623Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 703 | 2026-06-24T18:21:20.001Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 704 | 2026-06-24T18:21:20.453Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 705 | 2026-06-24T18:21:20.587Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 706 | 2026-06-24T18:21:20.992Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 707 | 2026-06-24T18:21:21.350Z | Compiling tracing-log v0.2.0 |
| 708 | 2026-06-24T18:21:21.808Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 709 | 2026-06-24T18:21:21.990Z | Compiling sharded-slab v0.1.7 |
| 710 | 2026-06-24T18:21:22.609Z | Compiling matchers v0.2.0 |
| 711 | 2026-06-24T18:21:22.739Z | Compiling termios v0.3.3 |
| 712 | 2026-06-24T18:21:22.777Z | Compiling thread_local v1.1.9 |
| 713 | 2026-06-24T18:21:22.915Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 714 | 2026-06-24T18:21:22.924Z | Compiling splitty v1.0.2 |
| 715 | 2026-06-24T18:21:23.105Z | Compiling nu-ansi-term v0.50.3 |
| 716 | 2026-06-24T18:21:23.226Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 717 | 2026-06-24T18:21:23.235Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 718 | 2026-06-24T18:21:23.280Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 719 | 2026-06-24T18:21:23.749Z | Compiling tracing-subscriber v0.3.23 |
| 720 | 2026-06-24T18:21:25.020Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 721 | 2026-06-24T18:21:25.620Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 722 | 2026-06-24T18:21:26.133Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 723 | 2026-06-24T18:21:27.703Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 724 | 2026-06-24T18:21:28.058Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 725 | 2026-06-24T18:21:30.126Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 726 | 2026-06-24T18:21:30.225Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 727 | 2026-06-24T18:21:30.568Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 728 | 2026-06-24T18:21:31.700Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 729 | 2026-06-24T18:21:31.846Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 730 | 2026-06-24T18:21:35.068Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 731 | 2026-06-24T18:21:36.610Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 732 | 2026-06-24T18:21:39.786Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 733 | 2026-06-24T18:21:41.261Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 734 | 2026-06-24T18:21:42.915Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 735 | 2026-06-24T18:21:43.198Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 736 | 2026-06-24T18:21:43.709Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 737 | 2026-06-24T18:21:45.386Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 738 | 2026-06-24T18:21:47.689Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 739 | 2026-06-24T18:21:49.161Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 740 | 2026-06-24T18:21:49.538Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 741 | 2026-06-24T18:21:50.277Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 742 | 2026-06-24T18:21:52.554Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 743 | 2026-06-24T18:21:53.355Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 744 | 2026-06-24T18:21:54.002Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 745 | 2026-06-24T18:21:54.095Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 746 | 2026-06-24T18:21:54.119Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 747 | 2026-06-24T18:21:55.817Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 748 | 2026-06-24T18:21:57.203Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 749 | 2026-06-24T18:21:57.291Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 750 | 2026-06-24T18:21:58.455Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 751 | 2026-06-24T18:21:59.558Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 752 | 2026-06-24T18:21:59.767Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 753 | 2026-06-24T18:22:00.274Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 754 | 2026-06-24T18:22:01.799Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 755 | 2026-06-24T18:22:02.395Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 756 | 2026-06-24T18:22:02.635Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 757 | 2026-06-24T18:22:03.709Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 758 | 2026-06-24T18:22:04.060Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 759 | 2026-06-24T18:22:05.759Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 760 | 2026-06-24T18:22:06.293Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 761 | 2026-06-24T18:22:06.892Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 762 | 2026-06-24T18:22:07.782Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 763 | 2026-06-24T18:22:08.663Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 764 | 2026-06-24T18:22:08.829Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 765 | 2026-06-24T18:22:10.329Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 766 | 2026-06-24T18:22:11.333Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 767 | 2026-06-24T18:22:11.413Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 768 | 2026-06-24T18:22:11.794Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 769 | 2026-06-24T18:22:12.439Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 770 | 2026-06-24T18:22:13.190Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 771 | 2026-06-24T18:22:34.421Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 05s |
| 772 | 2026-06-24T18:23:35.108Z | pkg://helios/developer/debug/humility@0.13.0.701,5.11-3.0:20260624T182240Z |
| 773 | 2026-06-24T18:23:35.108Z | PUBLISHED |
| 774 | 2026-06-24T18:23:35.324Z | Retrieving packages for publisher helios ... |
| 775 | 2026-06-24T18:23:35.327Z | Retrieving catalog 'helios' ... Done |
| 776 | 2026-06-24T18:23:35.331Z | Retrieving and evaluating 1 package(s)... |
| 777 | 2026-06-24T18:23:35.331Z | Fetching manifests: 1/1 100% complete |
| 778 | 2026-06-24T18:23:35.331Z | Fetching manifests: 1/1 100% complete |
| 779 | 2026-06-24T18:23:35.331Z | |
| 780 | 2026-06-24T18:23:35.331Z | Archiving packages ... |
| 781 | 2026-06-24T18:23:35.331Z | Packages to add: 1 |
| 782 | 2026-06-24T18:23:35.331Z | Files to retrieve: 1 |
| 783 | 2026-06-24T18:23:35.331Z | Estimated transfer size: 137.06 MB |
| 784 | 2026-06-24T18:23:35.331Z | |
| 785 | 2026-06-24T18:23:35.331Z | Packages to archive: |
| 786 | 2026-06-24T18:23:35.331Z | developer/debug/humility@0.13.0.701,5.11-3.0:20260624T182240Z |
| 787 | 2026-06-24T18:23:35.331Z | |
| 788 | 2026-06-24T18:23:35.331Z | Download: 0/1 items 0.0/137.1MB 0% complete |
| 789 | 2026-06-24T18:23:35.569Z | Download: Completed 137.06 MB in 0.24 seconds (567M/s) |
| 790 | 2026-06-24T18:23:35.573Z | Archiving: 1/10 items 0.0/137.1MB 0% complete |
| 791 | 2026-06-24T18:23:35.625Z | Archiving: Completed 137.07 MB in 0.05 seconds |
| 792 | 2026-06-24T18:23:35.664Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.701-3.0.p5p. |
| 793 | 2026-06-24T18:23:35.672Z | |
| 794 | 2026-06-24T18:23:35.675Z | real 4:31.519714144 |
| 795 | 2026-06-24T18:23:35.675Z | user 22:16.491089662 |
| 796 | 2026-06-24T18:23:35.675Z | sys 1:35.035929492 |
| 797 | 2026-06-24T18:23:35.675Z | trap 0.665488354 |
| 798 | 2026-06-24T18:23:35.675Z | tflt 1.250126159 |
| 799 | 2026-06-24T18:23:35.675Z | dflt 1.647705414 |
| 800 | 2026-06-24T18:23:35.675Z | kflt 0.012901609 |
| 801 | 2026-06-24T18:23:35.675Z | lock 1:33:20.831330209 |
| 802 | 2026-06-24T18:23:35.675Z | slp 1:11:53.123354125 |
| 803 | 2026-06-24T18:23:35.675Z | lat 1:23.113386992 |
| 804 | 2026-06-24T18:23:35.675Z | stop 1:11.453726911 |
| 805 | 2026-06-24T18:23:35.675Z | + banner copy |
| 806 | 2026-06-24T18:23:35.675Z | |
| 807 | 2026-06-24T18:23:35.675Z | #### #### ##### # # |
| 808 | 2026-06-24T18:23:35.675Z | # # # # # # # # |
| 809 | 2026-06-24T18:23:35.675Z | # # # # # # |
| 810 | 2026-06-24T18:23:35.675Z | # # # ##### # |
| 811 | 2026-06-24T18:23:35.675Z | # # # # # # |
| 812 | 2026-06-24T18:23:35.675Z | #### #### # # |
| 813 | 2026-06-24T18:23:35.675Z | |
| 814 | 2026-06-24T18:23:35.675Z | + pfexec mkdir -p /out |
| 815 | 2026-06-24T18:23:35.679Z | + pfexec chown 12345 /out |
| 816 | 2026-06-24T18:23:35.679Z | + PKG_NAME=/out/humility.p5p |
| 817 | 2026-06-24T18:23:35.679Z | + mv pkg/packages/repo/humility-0.13.0.701-3.0.p5p /out/humility.p5p |
| 818 | 2026-06-24T18:23:35.776Z | + sha256sum /out/humility.p5p |
| 819 | 2026-06-24T18:23:35.855Z | process exited: duration 277424 ms, exit code 0 |
| |
| 820 | 2026-06-24T18:23:35.866Z | found 2 output files |
| 821 | 2026-06-24T18:23:35.867Z | uploading: /out/humility.p5p (143738880 bytes) |
| 822 | 2026-06-24T18:23:37.644Z | uploaded: /out/humility.p5p |
| 823 | 2026-06-24T18:23:37.648Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 824 | 2026-06-24T18:23:38.657Z | uploaded: /out/humility.p5p.sha256 |