|
|
|
| 1 | 2026-07-31T16:01:46.380Z | job assigned to worker 01KYWEGQSP040DMQF8XSHMTV2J [factory aws, i-020dac801dfecb7d2] (queued for 49 s) |
| |
| 2 | 2026-07-31T16:01:52.542Z | starting task 0: "setup" |
| 3 | 2026-07-31T16:01:52.545Z | ++ uname -s |
| 4 | 2026-07-31T16:01:52.548Z | + kern=SunOS |
| 5 | 2026-07-31T16:01:52.548Z | + build_user=build |
| 6 | 2026-07-31T16:01:52.548Z | + build_uid=12345 |
| 7 | 2026-07-31T16:01:52.548Z | + work_dir=/work |
| 8 | 2026-07-31T16:01:52.548Z | + input_dir=/input |
| 9 | 2026-07-31T16:01:52.548Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-31T16:01:52.548Z | + case "$kern" in |
| 11 | 2026-07-31T16:01:52.548Z | + groupadd -g 12345 build |
| 12 | 2026-07-31T16:01:52.551Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-31T16:01:54.554Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-31T16:01:54.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-31T16:01:54.679Z | + home_fs=zfs |
| 16 | 2026-07-31T16:01:54.679Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-31T16:01:54.679Z | + mkdir -p /home/build |
| 18 | 2026-07-31T16:01:54.679Z | + chown build:build /home/build /work |
| 19 | 2026-07-31T16:01:56.680Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-31T16:01:56.683Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-07-31T16:01:56.689Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-31T16:01:56.692Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-31T16:01:56.692Z | * rust toolchain channel = "stable" |
| 24 | 2026-07-31T16:01:56.692Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-31T16:01:56.692Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-31T16:01:56.692Z | * rust toolchain profile = "default" |
| 27 | 2026-07-31T16:01:56.692Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-31T16:01:56.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-31T16:01:56.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-31T16:01:56.774Z | info: downloading installer |
| 31 | 2026-07-31T16:01:58.155Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-31T16:01:58.155Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-31T16:01:58.156Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-31T16:01:58.156Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-31T16:01:58.168Z | info: profile set to default |
| 36 | 2026-07-31T16:01:58.168Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-31T16:01:58.171Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-31T16:01:58.321Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-31T16:01:58.324Z | info: downloading 6 components |
| 40 | 2026-07-31T16:02:13.555Z | |
| 41 | 2026-07-31T16:02:13.555Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-07-31T16:02:13.587Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-31T16:02:13.587Z | |
| 44 | 2026-07-31T16:02:13.587Z | |
| 45 | 2026-07-31T16:02:13.587Z | Rust is installed now. Great! |
| 46 | 2026-07-31T16:02:13.587Z | |
| 47 | 2026-07-31T16:02:13.587Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-31T16:02:13.587Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-31T16:02:13.587Z | |
| 50 | 2026-07-31T16:02:13.587Z | To configure your current shell, you need to source |
| 51 | 2026-07-31T16:02:13.588Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-31T16:02:13.588Z | |
| 53 | 2026-07-31T16:02:13.588Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-31T16:02:13.591Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-31T16:02:13.591Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-31T16:02:13.591Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-31T16:02:13.591Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-31T16:02:13.591Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-31T16:02:13.591Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-31T16:02:13.591Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-31T16:02:13.591Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-31T16:02:13.674Z | + rustup --version |
| 63 | 2026-07-31T16:02:13.683Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-31T16:02:13.686Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-31T16:02:13.703Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-31T16:02:13.706Z | + cargo --version |
| 67 | 2026-07-31T16:02:13.721Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-31T16:02:13.724Z | + rustc --version |
| 69 | 2026-07-31T16:02:13.743Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-31T16:02:13.746Z | process exited: duration 17056 ms, exit code 0 |
| |
| 71 | 2026-07-31T16:02:13.751Z | starting task 2: "authentication" |
| 72 | 2026-07-31T16:02:13.768Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-31T16:02:13.774Z | starting task 3: "clone repository" |
| 74 | 2026-07-31T16:02:13.777Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-07-31T16:02:13.780Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-07-31T16:02:13.809Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-07-31T16:02:45.759Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-07-31T16:02:45.759Z | + git fetch origin ae1b92bb44df996d74d5016a60777bf6983fc8eb |
| 79 | 2026-07-31T16:02:46.032Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-07-31T16:02:46.032Z | * branch ae1b92bb44df996d74d5016a60777bf6983fc8eb -> FETCH_HEAD |
| 81 | 2026-07-31T16:02:46.038Z | + [[ -n hid_update ]] |
| 82 | 2026-07-31T16:02:46.041Z | ++ git branch --show-current |
| 83 | 2026-07-31T16:02:46.041Z | + current=master |
| 84 | 2026-07-31T16:02:46.041Z | + [[ master != hid_update ]] |
| 85 | 2026-07-31T16:02:46.041Z | + git branch -f hid_update ae1b92bb44df996d74d5016a60777bf6983fc8eb |
| 86 | 2026-07-31T16:02:46.045Z | + git checkout -f hid_update |
| 87 | 2026-07-31T16:02:46.825Z | Switched to branch 'hid_update' |
| 88 | 2026-07-31T16:02:46.829Z | + git reset --hard ae1b92bb44df996d74d5016a60777bf6983fc8eb |
| 89 | 2026-07-31T16:02:46.837Z | HEAD is now at ae1b92bb Merge branch 'master' into hid_update |
| 90 | 2026-07-31T16:02:46.840Z | process exited: duration 33064 ms, exit code 0 |
| |
| 91 | 2026-07-31T16:02:46.845Z | starting task 4: "build" |
| 92 | 2026-07-31T16:02:46.849Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-07-31T16:02:46.849Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-07-31T16:02:46.849Z | + banner deps |
| 95 | 2026-07-31T16:02:46.852Z | |
| 96 | 2026-07-31T16:02:46.852Z | ##### ###### ##### #### |
| 97 | 2026-07-31T16:02:46.852Z | # # # # # # |
| 98 | 2026-07-31T16:02:46.852Z | # # ##### # # #### |
| 99 | 2026-07-31T16:02:46.852Z | # # # ##### # |
| 100 | 2026-07-31T16:02:46.852Z | # # # # # # |
| 101 | 2026-07-31T16:02:46.852Z | ##### ###### # #### |
| 102 | 2026-07-31T16:02:46.852Z | |
| 103 | 2026-07-31T16:02:46.852Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-07-31T16:02:46.852Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-07-31T16:02:46.852Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-07-31T16:02:49.388Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-31T16:02:49.626Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-31T16:02:50.809Z | Planning: Solver setup ... Done (1.104s) |
| 109 | 2026-07-31T16:02:50.853Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-07-31T16:02:50.883Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-31T16:02:50.894Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-31T16:02:50.906Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-31T16:02:50.918Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-07-31T16:02:50.921Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-07-31T16:02:51.112Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 116 | 2026-07-31T16:02:51.115Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-07-31T16:02:51.898Z | Planning: Evaluating mediators ... Done (0.786s) |
| 118 | 2026-07-31T16:02:51.901Z | Planning: Planning completed in 2.25 seconds |
| 119 | 2026-07-31T16:02:51.906Z | Packages to install: 2 |
| 120 | 2026-07-31T16:02:51.907Z | Estimated space available: 155.74 GB |
| 121 | 2026-07-31T16:02:51.909Z | Estimated space to be consumed: 47.29 MB |
| 122 | 2026-07-31T16:02:51.909Z | Create boot environment: No |
| 123 | 2026-07-31T16:02:51.910Z | Create backup boot environment: No |
| 124 | 2026-07-31T16:02:51.910Z | Rebuild boot archive: No |
| 125 | 2026-07-31T16:02:51.910Z | |
| 126 | 2026-07-31T16:02:51.910Z | Changed packages: |
| 127 | 2026-07-31T16:02:51.910Z | helios |
| 128 | 2026-07-31T16:02:51.910Z | library/libftdi1 |
| 129 | 2026-07-31T16:02:51.910Z | None -> 1.5-3.0 |
| 130 | 2026-07-31T16:02:51.910Z | ooce/library/libusb-1 |
| 131 | 2026-07-31T16:02:51.910Z | None -> 1.0.29-3.1 |
| 132 | 2026-07-31T16:02:51.930Z | |
| 133 | 2026-07-31T16:02:51.930Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-07-31T16:02:51.967Z | Download: Completed 377.70 kB in 0.04 seconds (10.1M/s) |
| 135 | 2026-07-31T16:02:52.028Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-07-31T16:02:52.040Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-07-31T16:02:52.061Z | Finalize: Updating package state database ... Done (0.022s) |
| 138 | 2026-07-31T16:02:52.061Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-31T16:02:52.119Z | Finalize: Updating image state ... Done (0.058s) |
| 140 | 2026-07-31T16:02:54.520Z | Finalize: Creating fast lookup database ... Done (2.362s) |
| 141 | 2026-07-31T16:02:54.588Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-31T16:02:54.592Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-31T16:02:54.661Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-31T16:02:54.788Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-07-31T16:02:54.996Z | FMRI IFO |
| 146 | 2026-07-31T16:02:54.996Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-07-31T16:02:54.996Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-07-31T16:02:55.029Z | + cargo --version |
| 149 | 2026-07-31T16:02:55.039Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 150 | 2026-07-31T16:02:55.042Z | + rustc --version |
| 151 | 2026-07-31T16:02:55.061Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 152 | 2026-07-31T16:02:55.064Z | + banner package |
| 153 | 2026-07-31T16:02:55.064Z | |
| 154 | 2026-07-31T16:02:55.065Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-07-31T16:02:55.065Z | # # # # # # # # # # # # # |
| 156 | 2026-07-31T16:02:55.065Z | # # # # # #### # # # ##### |
| 157 | 2026-07-31T16:02:55.065Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-07-31T16:02:55.065Z | # # # # # # # # # # # # |
| 159 | 2026-07-31T16:02:55.065Z | # # # #### # # # # #### ###### |
| 160 | 2026-07-31T16:02:55.065Z | |
| 161 | 2026-07-31T16:02:55.065Z | + ptime -m cargo xtask package |
| 162 | 2026-07-31T16:02:55.178Z | Updating crates.io index |
| 163 | 2026-07-31T16:02:55.181Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-07-31T16:02:55.521Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-07-31T16:02:55.835Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-07-31T16:02:56.488Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-07-31T16:02:56.790Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-07-31T16:02:57.244Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-07-31T16:02:57.524Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-07-31T16:02:57.907Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-07-31T16:03:10.256Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-07-31T16:03:11.085Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-07-31T16:03:11.341Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-07-31T16:03:11.723Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-07-31T16:03:12.187Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-07-31T16:03:12.495Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-07-31T16:03:13.555Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-07-31T16:03:13.802Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-07-31T16:03:14.262Z | Updating git submodule `https://github.com/libusb/hidapi.git` |
| 180 | 2026-07-31T16:03:14.802Z | Updating git repository `https://github.com/oxidecomputer/serialport-rs` |
| 181 | 2026-07-31T16:03:17.115Z | Downloading crates ... |
| 182 | 2026-07-31T16:03:17.162Z | Downloaded quote v1.0.45 |
| 183 | 2026-07-31T16:03:17.176Z | Downloaded memchr v2.8.0 |
| 184 | 2026-07-31T16:03:17.181Z | Downloaded cargo-platform v0.3.3 |
| 185 | 2026-07-31T16:03:17.184Z | Downloaded lazy_static v1.5.0 |
| 186 | 2026-07-31T16:03:17.190Z | Downloaded heck v0.5.0 |
| 187 | 2026-07-31T16:03:17.193Z | Downloaded percent-encoding v2.3.2 |
| 188 | 2026-07-31T16:03:17.197Z | Downloaded semver v1.0.28 |
| 189 | 2026-07-31T16:03:17.200Z | Downloaded serde_core v1.0.228 |
| 190 | 2026-07-31T16:03:17.203Z | Downloaded itoa v1.0.18 |
| 191 | 2026-07-31T16:03:17.206Z | Downloaded equivalent v1.0.2 |
| 192 | 2026-07-31T16:03:17.206Z | Downloaded is_terminal_polyfill v1.70.2 |
| 193 | 2026-07-31T16:03:17.210Z | Downloaded clap_lex v1.1.0 |
| 194 | 2026-07-31T16:03:17.214Z | Downloaded strsim v0.11.1 |
| 195 | 2026-07-31T16:03:17.232Z | Downloaded anstyle-query v1.1.5 |
| 196 | 2026-07-31T16:03:17.236Z | Downloaded utf8parse v0.2.2 |
| 197 | 2026-07-31T16:03:17.236Z | Downloaded serde_spanned v1.1.1 |
| 198 | 2026-07-31T16:03:17.236Z | Downloaded colorchoice v1.0.5 |
| 199 | 2026-07-31T16:03:17.247Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-07-31T16:03:17.251Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 201 | 2026-07-31T16:03:17.256Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 202 | 2026-07-31T16:03:17.256Z | Downloaded thiserror-impl v2.0.18 |
| 203 | 2026-07-31T16:03:17.256Z | Downloaded anstream v1.0.0 |
| 204 | 2026-07-31T16:03:17.256Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-07-31T16:03:17.256Z | Downloaded serde v1.0.228 |
| 206 | 2026-07-31T16:03:17.259Z | Downloaded cargo_metadata v0.23.1 |
| 207 | 2026-07-31T16:03:17.259Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-07-31T16:03:17.262Z | Downloaded zmij v1.0.21 |
| 209 | 2026-07-31T16:03:17.262Z | Downloaded anstyle v1.0.14 |
| 210 | 2026-07-31T16:03:17.262Z | Downloaded clap_derive v4.6.1 |
| 211 | 2026-07-31T16:03:17.265Z | Downloaded camino v1.2.2 |
| 212 | 2026-07-31T16:03:17.268Z | Downloaded anstyle-parse v1.0.0 |
| 213 | 2026-07-31T16:03:17.272Z | Downloaded anyhow v1.0.102 |
| 214 | 2026-07-31T16:03:17.277Z | Downloaded cargo-readme v3.3.2 |
| 215 | 2026-07-31T16:03:17.281Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-07-31T16:03:17.284Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-07-31T16:03:17.289Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 218 | 2026-07-31T16:03:17.301Z | Downloaded clap v4.6.1 |
| 219 | 2026-07-31T16:03:17.310Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-07-31T16:03:17.329Z | Downloaded regex v1.12.3 |
| 221 | 2026-07-31T16:03:17.333Z | Downloaded aho-corasick v1.1.4 |
| 222 | 2026-07-31T16:03:17.343Z | Downloaded clap_builder v4.6.0 |
| 223 | 2026-07-31T16:03:17.346Z | Downloaded hashbrown v0.17.0 |
| 224 | 2026-07-31T16:03:17.351Z | Downloaded serde_json v1.0.149 |
| 225 | 2026-07-31T16:03:17.364Z | Downloaded winnow v1.0.2 |
| 226 | 2026-07-31T16:03:17.379Z | Downloaded syn v2.0.117 |
| 227 | 2026-07-31T16:03:17.392Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-07-31T16:03:17.409Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-07-31T16:03:17.447Z | Compiling serde_core v1.0.228 |
| 230 | 2026-07-31T16:03:17.447Z | Compiling proc-macro2 v1.0.106 |
| 231 | 2026-07-31T16:03:17.451Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-07-31T16:03:17.451Z | Compiling quote v1.0.45 |
| 233 | 2026-07-31T16:03:17.451Z | Compiling memchr v2.8.0 |
| 234 | 2026-07-31T16:03:17.451Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-07-31T16:03:17.451Z | Compiling anstyle v1.0.14 |
| 236 | 2026-07-31T16:03:17.451Z | Compiling zmij v1.0.21 |
| 237 | 2026-07-31T16:03:17.663Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-07-31T16:03:17.672Z | Compiling is_terminal_polyfill v1.70.2 |
| 239 | 2026-07-31T16:03:17.752Z | Compiling serde v1.0.228 |
| 240 | 2026-07-31T16:03:17.761Z | Compiling anstyle-query v1.1.5 |
| 241 | 2026-07-31T16:03:17.835Z | Compiling colorchoice v1.0.5 |
| 242 | 2026-07-31T16:03:17.856Z | Compiling strsim v0.11.1 |
| 243 | 2026-07-31T16:03:17.913Z | Compiling anstream v1.0.0 |
| 244 | 2026-07-31T16:03:17.928Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-07-31T16:03:17.939Z | Compiling serde_json v1.0.149 |
| 246 | 2026-07-31T16:03:18.088Z | Compiling clap_lex v1.1.0 |
| 247 | 2026-07-31T16:03:18.166Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-07-31T16:03:18.209Z | Compiling heck v0.5.0 |
| 249 | 2026-07-31T16:03:18.231Z | Compiling thiserror v2.0.18 |
| 250 | 2026-07-31T16:03:18.239Z | Compiling camino v1.2.2 |
| 251 | 2026-07-31T16:03:18.325Z | Compiling winnow v1.0.2 |
| 252 | 2026-07-31T16:03:18.401Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-07-31T16:03:18.665Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 254 | 2026-07-31T16:03:18.733Z | Compiling syn v2.0.117 |
| 255 | 2026-07-31T16:03:18.799Z | Compiling anyhow v1.0.102 |
| 256 | 2026-07-31T16:03:19.065Z | Compiling itoa v1.0.18 |
| 257 | 2026-07-31T16:03:19.108Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 258 | 2026-07-31T16:03:19.318Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-07-31T16:03:19.349Z | Compiling percent-encoding v2.3.2 |
| 260 | 2026-07-31T16:03:19.575Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-07-31T16:03:19.603Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-07-31T16:03:19.715Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-07-31T16:03:19.862Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-07-31T16:03:19.900Z | Compiling semver v1.0.28 |
| 265 | 2026-07-31T16:03:20.178Z | Compiling cargo-platform v0.3.3 |
| 266 | 2026-07-31T16:03:21.019Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-07-31T16:03:21.019Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-31T16:03:21.022Z | Compiling clap_derive v4.6.1 |
| 269 | 2026-07-31T16:03:21.362Z | Compiling regex v1.12.3 |
| 270 | 2026-07-31T16:03:22.309Z | Compiling clap v4.6.1 |
| 271 | 2026-07-31T16:03:23.192Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-07-31T16:03:23.192Z | Compiling cargo-readme v3.3.2 |
| 273 | 2026-07-31T16:03:24.151Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-07-31T16:03:25.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.54s |
| 275 | 2026-07-31T16:03:25.729Z | Running `target/debug/xtask package` |
| 276 | 2026-07-31T16:03:29.047Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-07-31T16:03:29.047Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-07-31T16:03:29.050Z | Compiling quote v1.0.45 |
| 279 | 2026-07-31T16:03:29.050Z | Compiling serde_core v1.0.228 |
| 280 | 2026-07-31T16:03:29.050Z | Compiling serde v1.0.228 |
| 281 | 2026-07-31T16:03:29.050Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-07-31T16:03:29.050Z | Compiling libc v0.2.186 |
| 283 | 2026-07-31T16:03:29.174Z | Compiling typenum v1.20.0 |
| 284 | 2026-07-31T16:03:29.221Z | Compiling thiserror v2.0.18 |
| 285 | 2026-07-31T16:03:29.484Z | Compiling memchr v2.8.0 |
| 286 | 2026-07-31T16:03:29.586Z | Compiling scopeguard v1.2.0 |
| 287 | 2026-07-31T16:03:29.687Z | Compiling log v0.4.29 |
| 288 | 2026-07-31T16:03:29.867Z | Compiling strsim v0.11.1 |
| 289 | 2026-07-31T16:03:29.952Z | Compiling stable_deref_trait v1.2.1 |
| 290 | 2026-07-31T16:03:30.030Z | Compiling autocfg v1.5.0 |
| 291 | 2026-07-31T16:03:30.039Z | Compiling errno v0.3.14 |
| 292 | 2026-07-31T16:03:30.104Z | Compiling lock_api v0.4.14 |
| 293 | 2026-07-31T16:03:30.147Z | Compiling foldhash v0.2.0 |
| 294 | 2026-07-31T16:03:30.350Z | Compiling smallvec v1.15.1 |
| 295 | 2026-07-31T16:03:30.367Z | Compiling syn v2.0.117 |
| 296 | 2026-07-31T16:03:30.381Z | Compiling equivalent v1.0.2 |
| 297 | 2026-07-31T16:03:30.402Z | Compiling heck v0.5.0 |
| 298 | 2026-07-31T16:03:30.452Z | Compiling ident_case v1.0.1 |
| 299 | 2026-07-31T16:03:30.460Z | Compiling rustversion v1.0.22 |
| 300 | 2026-07-31T16:03:30.563Z | Compiling jobserver v0.1.34 |
| 301 | 2026-07-31T16:03:30.587Z | Compiling zeroize v1.8.2 |
| 302 | 2026-07-31T16:03:30.603Z | Compiling shlex v1.3.0 |
| 303 | 2026-07-31T16:03:30.780Z | Compiling find-msvc-tools v0.1.9 |
| 304 | 2026-07-31T16:03:30.875Z | Compiling anyhow v1.0.102 |
| 305 | 2026-07-31T16:03:30.934Z | Compiling cc v1.2.61 |
| 306 | 2026-07-31T16:03:30.978Z | Compiling rustix v1.1.4 |
| 307 | 2026-07-31T16:03:31.003Z | Compiling libm v0.2.16 |
| 308 | 2026-07-31T16:03:31.189Z | Compiling num-traits v0.2.19 |
| 309 | 2026-07-31T16:03:31.331Z | Compiling version_check v0.9.5 |
| 310 | 2026-07-31T16:03:31.358Z | Compiling const-oid v0.9.6 |
| 311 | 2026-07-31T16:03:31.380Z | Compiling zerocopy v0.8.48 |
| 312 | 2026-07-31T16:03:31.418Z | Compiling bitflags v2.11.1 |
| 313 | 2026-07-31T16:03:31.588Z | Compiling generic-array v0.14.7 |
| 314 | 2026-07-31T16:03:31.778Z | Compiling aho-corasick v1.1.4 |
| 315 | 2026-07-31T16:03:31.801Z | Compiling regex-syntax v0.8.10 |
| 316 | 2026-07-31T16:03:31.934Z | Compiling hashbrown v0.17.0 |
| 317 | 2026-07-31T16:03:32.234Z | Compiling hybrid-array v0.4.11 |
| 318 | 2026-07-31T16:03:32.252Z | Compiling once_cell v1.21.4 |
| 319 | 2026-07-31T16:03:32.620Z | Compiling crossbeam-utils v0.8.21 |
| 320 | 2026-07-31T16:03:32.702Z | Compiling indexmap v2.14.0 |
| 321 | 2026-07-31T16:03:33.292Z | Compiling synstructure v0.13.2 |
| 322 | 2026-07-31T16:03:33.521Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-07-31T16:03:33.582Z | Compiling syn v1.0.109 |
| 324 | 2026-07-31T16:03:33.816Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-07-31T16:03:33.929Z | Compiling itoa v1.0.18 |
| 326 | 2026-07-31T16:03:34.248Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-07-31T16:03:34.358Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-07-31T16:03:34.398Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-07-31T16:03:34.642Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-07-31T16:03:35.744Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-07-31T16:03:35.800Z | Compiling yoke-derive v0.8.2 |
| 332 | 2026-07-31T16:03:36.068Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-07-31T16:03:36.821Z | Compiling regex v1.12.3 |
| 334 | 2026-07-31T16:03:37.120Z | Compiling crypto-common v0.1.7 |
| 335 | 2026-07-31T16:03:37.250Z | Compiling darling_core v0.23.0 |
| 336 | 2026-07-31T16:03:37.699Z | Compiling crypto-common v0.2.1 |
| 337 | 2026-07-31T16:03:38.044Z | Compiling zmij v1.0.21 |
| 338 | 2026-07-31T16:03:38.365Z | Compiling digest v0.10.7 |
| 339 | 2026-07-31T16:03:38.590Z | Compiling spin v0.9.8 |
| 340 | 2026-07-31T16:03:38.736Z | Compiling byteorder v1.5.0 |
| 341 | 2026-07-31T16:03:38.820Z | Compiling radium v0.7.0 |
| 342 | 2026-07-31T16:03:38.987Z | Compiling cmov v0.5.3 |
| 343 | 2026-07-31T16:03:39.110Z | Compiling displaydoc v0.2.5 |
| 344 | 2026-07-31T16:03:39.217Z | Compiling ctutils v0.4.2 |
| 345 | 2026-07-31T16:03:39.417Z | Compiling darling_macro v0.23.0 |
| 346 | 2026-07-31T16:03:39.430Z | Compiling block-buffer v0.12.0 |
| 347 | 2026-07-31T16:03:39.453Z | Compiling crc32fast v1.5.0 |
| 348 | 2026-07-31T16:03:39.605Z | Compiling allocator-api2 v0.2.21 |
| 349 | 2026-07-31T16:03:39.684Z | Compiling const-oid v0.10.2 |
| 350 | 2026-07-31T16:03:39.721Z | Compiling tap v1.0.1 |
| 351 | 2026-07-31T16:03:39.827Z | Compiling digest v0.11.2 |
| 352 | 2026-07-31T16:03:39.836Z | Compiling wyz v0.5.1 |
| 353 | 2026-07-31T16:03:39.971Z | Compiling darling v0.23.0 |
| 354 | 2026-07-31T16:03:39.991Z | Compiling hashbrown v0.16.1 |
| 355 | 2026-07-31T16:03:40.025Z | Compiling static_assertions v1.1.0 |
| 356 | 2026-07-31T16:03:40.040Z | Compiling funty v2.0.0 |
| 357 | 2026-07-31T16:03:40.047Z | Compiling either v1.15.0 |
| 358 | 2026-07-31T16:03:40.096Z | Compiling base64ct v1.8.3 |
| 359 | 2026-07-31T16:03:40.244Z | Compiling typeid v1.0.3 |
| 360 | 2026-07-31T16:03:40.252Z | Compiling simd-adler32 v0.3.9 |
| 361 | 2026-07-31T16:03:40.413Z | Compiling bitvec v1.0.1 |
| 362 | 2026-07-31T16:03:40.454Z | Compiling pem-rfc7468 v0.7.0 |
| 363 | 2026-07-31T16:03:40.692Z | Compiling der_derive v0.7.3 |
| 364 | 2026-07-31T16:03:40.778Z | Compiling clap_derive v4.6.1 |
| 365 | 2026-07-31T16:03:40.978Z | Compiling getrandom v0.2.17 |
| 366 | 2026-07-31T16:03:41.136Z | Compiling utf8parse v0.2.2 |
| 367 | 2026-07-31T16:03:41.206Z | Compiling flagset v0.4.7 |
| 368 | 2026-07-31T16:03:41.239Z | Compiling cpufeatures v0.2.17 |
| 369 | 2026-07-31T16:03:41.285Z | Compiling adler2 v2.0.1 |
| 370 | 2026-07-31T16:03:41.307Z | Compiling unicode-width v0.2.2 |
| 371 | 2026-07-31T16:03:41.340Z | Compiling sha2 v0.10.9 |
| 372 | 2026-07-31T16:03:41.464Z | Compiling miniz_oxide v0.8.9 |
| 373 | 2026-07-31T16:03:41.617Z | Compiling anstyle-parse v1.0.0 |
| 374 | 2026-07-31T16:03:41.625Z | Compiling der v0.7.10 |
| 375 | 2026-07-31T16:03:41.841Z | Compiling rand_core v0.6.4 |
| 376 | 2026-07-31T16:03:42.111Z | Compiling lazy_static v1.5.0 |
| 377 | 2026-07-31T16:03:42.202Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 378 | 2026-07-31T16:03:42.229Z | Compiling crossbeam-epoch v0.9.18 |
| 379 | 2026-07-31T16:03:42.438Z | Compiling is_terminal_polyfill v1.70.2 |
| 380 | 2026-07-31T16:03:42.531Z | Compiling zlib-rs v0.6.3 |
| 381 | 2026-07-31T16:03:42.583Z | Compiling anstyle-query v1.1.5 |
| 382 | 2026-07-31T16:03:42.599Z | Compiling colorchoice v1.0.5 |
| 383 | 2026-07-31T16:03:42.688Z | Compiling cpufeatures v0.3.0 |
| 384 | 2026-07-31T16:03:42.715Z | Compiling powerfmt v0.2.0 |
| 385 | 2026-07-31T16:03:42.758Z | Compiling anstyle v1.0.14 |
| 386 | 2026-07-31T16:03:42.969Z | Compiling anstream v1.0.0 |
| 387 | 2026-07-31T16:03:42.986Z | Compiling deranged v0.5.8 |
| 388 | 2026-07-31T16:03:43.028Z | Compiling spki v0.7.3 |
| 389 | 2026-07-31T16:03:43.332Z | Compiling crossbeam-deque v0.8.6 |
| 390 | 2026-07-31T16:03:43.341Z | Compiling ppv-lite86 v0.2.21 |
| 391 | 2026-07-31T16:03:43.549Z | Compiling time-core v0.1.8 |
| 392 | 2026-07-31T16:03:43.568Z | Compiling num-conv v0.2.1 |
| 393 | 2026-07-31T16:03:43.679Z | Compiling num_threads v0.1.7 |
| 394 | 2026-07-31T16:03:43.705Z | Compiling maybe-uninit v2.0.0 |
| 395 | 2026-07-31T16:03:43.763Z | Compiling object v0.39.1 |
| 396 | 2026-07-31T16:03:43.974Z | Compiling twox-hash v2.1.2 |
| 397 | 2026-07-31T16:03:44.073Z | Compiling time v0.3.47 |
| 398 | 2026-07-31T16:03:44.131Z | Compiling ruzstd v0.8.2 |
| 399 | 2026-07-31T16:03:44.180Z | Compiling rand_chacha v0.3.1 |
| 400 | 2026-07-31T16:03:44.417Z | Compiling bitfield-macros v0.19.4 |
| 401 | 2026-07-31T16:03:44.700Z | Compiling terminal_size v0.4.4 |
| 402 | 2026-07-31T16:03:44.730Z | Compiling num-integer v0.1.46 |
| 403 | 2026-07-31T16:03:45.048Z | Compiling getrandom v0.4.2 |
| 404 | 2026-07-31T16:03:45.130Z | Compiling zstd-safe v7.2.4 |
| 405 | 2026-07-31T16:03:45.202Z | Compiling num-bigint-dig v0.8.6 |
| 406 | 2026-07-31T16:03:45.271Z | Compiling clap_lex v1.1.0 |
| 407 | 2026-07-31T16:03:45.425Z | Compiling packed_struct v0.10.1 |
| 408 | 2026-07-31T16:03:45.676Z | Compiling flate2 v1.1.9 |
| 409 | 2026-07-31T16:03:45.698Z | Compiling rand_core v0.10.1 |
| 410 | 2026-07-31T16:03:45.903Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-07-31T16:03:46.507Z | Compiling bitfield v0.19.4 |
| 412 | 2026-07-31T16:03:46.859Z | Compiling num-iter v0.1.45 |
| 413 | 2026-07-31T16:03:47.637Z | Compiling rand v0.8.6 |
| 414 | 2026-07-31T16:03:48.212Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-07-31T16:03:48.569Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-07-31T16:03:48.600Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-07-31T16:03:49.166Z | Compiling inout v0.2.2 |
| 418 | 2026-07-31T16:03:49.313Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-07-31T16:03:49.616Z | Compiling nodrop v0.1.14 |
| 420 | 2026-07-31T16:03:49.648Z | Compiling crc-catalog v2.5.0 |
| 421 | 2026-07-31T16:03:49.703Z | Compiling parking_lot_core v0.9.12 |
| 422 | 2026-07-31T16:03:49.713Z | Compiling base64 v0.21.7 |
| 423 | 2026-07-31T16:03:49.752Z | Compiling fallible-iterator v0.3.0 |
| 424 | 2026-07-31T16:03:49.776Z | Compiling crc v3.4.0 |
| 425 | 2026-07-31T16:03:49.953Z | Compiling ron v0.8.1 |
| 426 | 2026-07-31T16:03:50.086Z | Compiling array-init v0.0.4 |
| 427 | 2026-07-31T16:03:50.285Z | Compiling serde_with v3.18.0 |
| 428 | 2026-07-31T16:03:52.093Z | Compiling cipher v0.5.1 |
| 429 | 2026-07-31T16:03:52.241Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-07-31T16:03:52.336Z | Compiling smallvec v0.6.14 |
| 431 | 2026-07-31T16:03:52.775Z | Compiling clap v4.6.1 |
| 432 | 2026-07-31T16:03:53.920Z | Compiling signature v2.2.0 |
| 433 | 2026-07-31T16:03:54.097Z | Compiling hmac v0.13.0 |
| 434 | 2026-07-31T16:03:54.283Z | Compiling hubpack_derive v0.1.1 |
| 435 | 2026-07-31T16:03:54.297Z | Compiling env_filter v1.0.1 |
| 436 | 2026-07-31T16:03:54.764Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-07-31T16:03:55.603Z | Compiling parse_int v0.9.0 |
| 438 | 2026-07-31T16:03:55.700Z | Compiling slog v2.8.2 |
| 439 | 2026-07-31T16:03:55.738Z | Compiling indexmap v1.9.3 |
| 440 | 2026-07-31T16:03:55.907Z | Compiling subtle v2.6.1 |
| 441 | 2026-07-31T16:03:55.960Z | Compiling bumpalo v3.20.2 |
| 442 | 2026-07-31T16:03:56.059Z | Compiling lzss v0.9.1 |
| 443 | 2026-07-31T16:03:56.103Z | Compiling cpp_demangle v0.5.1 |
| 444 | 2026-07-31T16:03:56.250Z | Compiling jiff v0.2.24 |
| 445 | 2026-07-31T16:03:56.325Z | Compiling rayon-core v1.13.0 |
| 446 | 2026-07-31T16:03:56.418Z | Compiling cpubits v0.1.1 |
| 447 | 2026-07-31T16:03:56.474Z | Compiling libbz2-rs-sys v0.2.3 |
| 448 | 2026-07-31T16:03:56.483Z | Compiling winnow v1.0.2 |
| 449 | 2026-07-31T16:03:56.529Z | Compiling prettyplease v0.2.37 |
| 450 | 2026-07-31T16:03:56.762Z | Compiling portable-atomic v1.13.1 |
| 451 | 2026-07-31T16:03:56.930Z | Compiling serde_json v1.0.149 |
| 452 | 2026-07-31T16:03:57.166Z | Compiling bzip2 v0.6.1 |
| 453 | 2026-07-31T16:03:57.211Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 454 | 2026-07-31T16:03:57.460Z | Compiling aes v0.9.0 |
| 455 | 2026-07-31T16:03:58.617Z | Compiling zopfli v0.8.3 |
| 456 | 2026-07-31T16:03:58.802Z | Compiling rsa v0.9.10 |
| 457 | 2026-07-31T16:03:59.190Z | Compiling env_logger v0.11.10 |
| 458 | 2026-07-31T16:03:59.411Z | Compiling scroll v0.13.0 |
| 459 | 2026-07-31T16:03:59.718Z | Compiling hubpack v0.1.2 |
| 460 | 2026-07-31T16:04:00.355Z | Compiling pbkdf2 v0.13.0 |
| 461 | 2026-07-31T16:04:00.627Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 462 | 2026-07-31T16:04:00.802Z | Compiling serde-hex v0.1.0 |
| 463 | 2026-07-31T16:04:02.099Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 464 | 2026-07-31T16:04:02.220Z | Compiling x509-cert v0.2.5 |
| 465 | 2026-07-31T16:04:02.334Z | Compiling sha1 v0.11.0 |
| 466 | 2026-07-31T16:04:02.838Z | Compiling lzma-rust2 v0.16.2 |
| 467 | 2026-07-31T16:04:02.928Z | Compiling erased-serde v0.3.31 |
| 468 | 2026-07-31T16:04:03.556Z | Compiling zerofrom v0.1.7 |
| 469 | 2026-07-31T16:04:03.678Z | Compiling num-derive v0.4.2 |
| 470 | 2026-07-31T16:04:04.604Z | Compiling serde_spanned v1.1.1 |
| 471 | 2026-07-31T16:04:04.744Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 472 | 2026-07-31T16:04:05.246Z | Compiling semver v1.0.28 |
| 473 | 2026-07-31T16:04:05.530Z | Compiling fnv v1.0.7 |
| 474 | 2026-07-31T16:04:05.700Z | Compiling icu_normalizer_data v2.2.0 |
| 475 | 2026-07-31T16:04:05.920Z | Compiling icu_properties_data v2.2.0 |
| 476 | 2026-07-31T16:04:06.136Z | Compiling crc-any v2.5.0 |
| 477 | 2026-07-31T16:04:06.551Z | Compiling typed-path v0.12.3 |
| 478 | 2026-07-31T16:04:08.498Z | Compiling void v1.0.2 |
| 479 | 2026-07-31T16:04:08.605Z | Compiling hex v0.4.3 |
| 480 | 2026-07-31T16:04:08.675Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 481 | 2026-07-31T16:04:08.898Z | Compiling ppmd-rust v1.4.0 |
| 482 | 2026-07-31T16:04:08.937Z | Compiling deflate64 v0.1.12 |
| 483 | 2026-07-31T16:04:09.027Z | Compiling constant_time_eq v0.4.2 |
| 484 | 2026-07-31T16:04:09.235Z | Compiling hashbrown v0.12.3 |
| 485 | 2026-07-31T16:04:09.313Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-07-31T16:04:09.518Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 487 | 2026-07-31T16:04:10.293Z | Compiling yoke v0.8.2 |
| 488 | 2026-07-31T16:04:10.312Z | Compiling gimli v0.33.0 |
| 489 | 2026-07-31T16:04:12.849Z | Compiling zstd v0.13.3 |
| 490 | 2026-07-31T16:04:13.307Z | Compiling zip v8.6.0 |
| 491 | 2026-07-31T16:04:15.471Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 492 | 2026-07-31T16:04:19.042Z | Compiling console v0.16.3 |
| 493 | 2026-07-31T16:04:19.327Z | Compiling serde-big-array v0.5.1 |
| 494 | 2026-07-31T16:04:19.475Z | Compiling memmap2 v0.9.10 |
| 495 | 2026-07-31T16:04:19.540Z | Compiling path-slash v0.2.1 |
| 496 | 2026-07-31T16:04:19.633Z | Compiling rustc-demangle v0.1.27 |
| 497 | 2026-07-31T16:04:19.772Z | Compiling typed-arena v2.0.2 |
| 498 | 2026-07-31T16:04:19.789Z | Compiling unit-prefix v0.5.2 |
| 499 | 2026-07-31T16:04:19.911Z | Compiling colored v3.1.1 |
| 500 | 2026-07-31T16:04:19.937Z | Compiling plain v0.2.3 |
| 501 | 2026-07-31T16:04:20.050Z | Compiling goblin v0.10.5 |
| 502 | 2026-07-31T16:04:20.753Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 503 | 2026-07-31T16:04:20.879Z | Compiling indicatif v0.18.4 |
| 504 | 2026-07-31T16:04:20.902Z | Compiling addr2line v0.26.1 |
| 505 | 2026-07-31T16:04:21.078Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 506 | 2026-07-31T16:04:21.313Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 507 | 2026-07-31T16:04:21.962Z | Compiling rayon v1.12.0 |
| 508 | 2026-07-31T16:04:22.933Z | Compiling ron v0.12.1 |
| 509 | 2026-07-31T16:04:24.293Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 510 | 2026-07-31T16:04:25.167Z | Compiling multimap v0.10.1 |
| 511 | 2026-07-31T16:04:25.507Z | Compiling datamap v0.1.0 |
| 512 | 2026-07-31T16:04:25.690Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-07-31T16:04:26.358Z | Compiling auto_impl v1.3.0 |
| 514 | 2026-07-31T16:04:27.502Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 515 | 2026-07-31T16:04:27.787Z | Compiling zerovec v0.11.6 |
| 516 | 2026-07-31T16:04:28.667Z | Compiling parking_lot v0.12.5 |
| 517 | 2026-07-31T16:04:28.975Z | Compiling tinystr v0.8.3 |
| 518 | 2026-07-31T16:04:29.173Z | Compiling rustc_version v0.4.1 |
| 519 | 2026-07-31T16:04:29.429Z | Compiling litemap v0.8.2 |
| 520 | 2026-07-31T16:04:29.613Z | Compiling ryu v1.0.23 |
| 521 | 2026-07-31T16:04:29.897Z | Compiling writeable v0.6.3 |
| 522 | 2026-07-31T16:04:29.967Z | Compiling heapless v0.7.17 |
| 523 | 2026-07-31T16:04:30.085Z | Compiling icu_locale_core v2.2.0 |
| 524 | 2026-07-31T16:04:30.240Z | Compiling potential_utf v0.1.5 |
| 525 | 2026-07-31T16:04:30.390Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 526 | 2026-07-31T16:04:31.003Z | Compiling zerotrie v0.2.4 |
| 527 | 2026-07-31T16:04:31.272Z | Compiling strum_macros v0.28.0 |
| 528 | 2026-07-31T16:04:31.275Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 529 | 2026-07-31T16:04:31.550Z | Compiling utf8_iter v1.0.4 |
| 530 | 2026-07-31T16:04:31.857Z | Compiling icu_collections v2.2.0 |
| 531 | 2026-07-31T16:04:32.328Z | Compiling icu_provider v2.2.0 |
| 532 | 2026-07-31T16:04:32.623Z | Compiling proc-macro-crate v3.5.0 |
| 533 | 2026-07-31T16:04:33.055Z | Compiling strum v0.28.0 |
| 534 | 2026-07-31T16:04:33.204Z | Compiling hash32 v0.2.1 |
| 535 | 2026-07-31T16:04:33.286Z | Compiling strum_macros v0.27.2 |
| 536 | 2026-07-31T16:04:33.872Z | Compiling percent-encoding v2.3.2 |
| 537 | 2026-07-31T16:04:35.110Z | Compiling strum v0.27.2 |
| 538 | 2026-07-31T16:04:35.934Z | Compiling capstone v0.14.0 |
| 539 | 2026-07-31T16:04:36.785Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 540 | 2026-07-31T16:04:36.848Z | Compiling postcard-cobs v0.1.5-pre |
| 541 | 2026-07-31T16:04:37.007Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 542 | 2026-07-31T16:04:37.309Z | Compiling darling_core v0.20.11 |
| 543 | 2026-07-31T16:04:37.599Z | Compiling postcard v0.7.3 |
| 544 | 2026-07-31T16:04:37.630Z | Compiling pkg-version-impl v0.1.1 |
| 545 | 2026-07-31T16:04:37.785Z | Compiling icu_properties v2.2.0 |
| 546 | 2026-07-31T16:04:37.889Z | Compiling icu_normalizer v2.2.0 |
| 547 | 2026-07-31T16:04:38.193Z | Compiling itertools v0.14.0 |
| 548 | 2026-07-31T16:04:38.365Z | Compiling bitflags v1.3.2 |
| 549 | 2026-07-31T16:04:38.648Z | Compiling pkg-version v1.0.0 |
| 550 | 2026-07-31T16:04:38.734Z | Compiling idna_adapter v1.2.2 |
| 551 | 2026-07-31T16:04:38.860Z | Compiling virtue v0.0.18 |
| 552 | 2026-07-31T16:04:38.871Z | Compiling unicode-width v0.1.14 |
| 553 | 2026-07-31T16:04:38.896Z | Compiling idna v1.1.0 |
| 554 | 2026-07-31T16:04:39.172Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 555 | 2026-07-31T16:04:39.294Z | Compiling darling_macro v0.20.11 |
| 556 | 2026-07-31T16:04:39.388Z | Compiling bincode_derive v2.0.1 |
| 557 | 2026-07-31T16:04:39.663Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 558 | 2026-07-31T16:04:39.822Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 559 | 2026-07-31T16:04:39.857Z | Compiling darling v0.20.11 |
| 560 | 2026-07-31T16:04:39.934Z | Compiling form_urlencoded v1.2.2 |
| 561 | 2026-07-31T16:04:39.988Z | Compiling bytemuck_derive v1.10.2 |
| 562 | 2026-07-31T16:04:40.096Z | Compiling pin-project-lite v0.2.17 |
| 563 | 2026-07-31T16:04:40.194Z | Compiling url v2.5.8 |
| 564 | 2026-07-31T16:04:41.036Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 565 | 2026-07-31T16:04:41.055Z | Compiling deku_derive v0.18.1 |
| 566 | 2026-07-31T16:04:41.120Z | Compiling bytemuck v1.25.0 |
| 567 | 2026-07-31T16:04:41.231Z | Compiling num_enum_derive v0.7.6 |
| 568 | 2026-07-31T16:04:41.352Z | Compiling jep106 v0.3.0 |
| 569 | 2026-07-31T16:04:41.424Z | Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94) |
| 570 | 2026-07-31T16:04:41.623Z | Compiling tracing-core v0.1.36 |
| 571 | 2026-07-31T16:04:41.787Z | Compiling no_std_io2 v0.8.1 |
| 572 | 2026-07-31T16:04:41.790Z | Compiling csv-core v0.1.13 |
| 573 | 2026-07-31T16:04:41.859Z | Compiling futures-core v0.3.32 |
| 574 | 2026-07-31T16:04:42.191Z | Compiling base64 v0.22.1 |
| 575 | 2026-07-31T16:04:42.242Z | Compiling unty v0.0.4 |
| 576 | 2026-07-31T16:04:42.242Z | Compiling unsafe-libyaml v0.2.11 |
| 577 | 2026-07-31T16:04:42.417Z | Compiling heapless v0.9.3 |
| 578 | 2026-07-31T16:04:42.650Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 579 | 2026-07-31T16:04:42.799Z | Compiling serde_yaml v0.9.34+deprecated |
| 580 | 2026-07-31T16:04:42.802Z | Compiling deku v0.18.1 |
| 581 | 2026-07-31T16:04:42.879Z | Compiling bincode v2.0.1 |
| 582 | 2026-07-31T16:04:42.887Z | Compiling num_enum v0.7.6 |
| 583 | 2026-07-31T16:04:42.895Z | Compiling csv v1.4.0 |
| 584 | 2026-07-31T16:04:43.626Z | Compiling hash32 v0.3.1 |
| 585 | 2026-07-31T16:04:43.713Z | Compiling md-5 v0.10.6 |
| 586 | 2026-07-31T16:04:43.874Z | Compiling serde_plain v1.0.2 |
| 587 | 2026-07-31T16:04:44.041Z | Compiling miette-derive v7.6.0 |
| 588 | 2026-07-31T16:04:44.082Z | Compiling tracing-attributes v0.1.31 |
| 589 | 2026-07-31T16:04:44.109Z | Compiling async-io v2.6.0 |
| 590 | 2026-07-31T16:04:44.213Z | Compiling slab v0.4.12 |
| 591 | 2026-07-31T16:04:44.346Z | Compiling libdevinfo-sys v1.1.0 |
| 592 | 2026-07-31T16:04:44.429Z | Compiling object v0.38.1 |
| 593 | 2026-07-31T16:04:44.751Z | Compiling devinfo v0.1.0 |
| 594 | 2026-07-31T16:04:45.114Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 595 | 2026-07-31T16:04:45.140Z | Compiling miette v7.6.0 |
| 596 | 2026-07-31T16:04:45.286Z | Compiling tracing v0.1.44 |
| 597 | 2026-07-31T16:04:45.295Z | Compiling esp-idf-part v0.6.0 |
| 598 | 2026-07-31T16:04:45.679Z | Compiling futures-lite v2.6.1 |
| 599 | 2026-07-31T16:04:46.128Z | Compiling nix v0.26.4 |
| 600 | 2026-07-31T16:04:46.286Z | Compiling gimli v0.32.3 |
| 601 | 2026-07-31T16:04:46.515Z | Compiling md-5 v0.11.0 |
| 602 | 2026-07-31T16:04:46.518Z | Compiling docsplay-macros v0.1.2 |
| 603 | 2026-07-31T16:04:46.824Z | Compiling concurrent-queue v2.5.0 |
| 604 | 2026-07-31T16:04:47.020Z | Compiling polling v3.11.0 |
| 605 | 2026-07-31T16:04:47.054Z | Compiling rmp v0.8.15 |
| 606 | 2026-07-31T16:04:47.102Z | Compiling parking v2.2.1 |
| 607 | 2026-07-31T16:04:47.257Z | Compiling futures-io v0.3.32 |
| 608 | 2026-07-31T16:04:47.503Z | Compiling rmp-serde v1.3.1 |
| 609 | 2026-07-31T16:04:47.552Z | Compiling docsplay v0.1.3 |
| 610 | 2026-07-31T16:04:47.643Z | Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8) |
| 611 | 2026-07-31T16:04:48.765Z | Compiling cobs v0.5.1 |
| 612 | 2026-07-31T16:04:48.996Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 613 | 2026-07-31T16:04:49.164Z | Compiling espflash v4.4.0 |
| 614 | 2026-07-31T16:04:50.602Z | Compiling ihex v3.0.0 |
| 615 | 2026-07-31T16:04:50.614Z | Compiling uf2-decode v0.2.0 |
| 616 | 2026-07-31T16:04:51.080Z | Compiling dunce v1.0.5 |
| 617 | 2026-07-31T16:04:51.206Z | Compiling chacha20 v0.10.0 |
| 618 | 2026-07-31T16:04:51.295Z | Compiling unicode-segmentation v1.13.2 |
| 619 | 2026-07-31T16:04:51.517Z | Compiling rand v0.10.1 |
| 620 | 2026-07-31T16:04:51.685Z | Compiling signal-hook v0.3.18 |
| 621 | 2026-07-31T16:04:52.114Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 622 | 2026-07-31T16:04:52.613Z | Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net) |
| 623 | 2026-07-31T16:04:52.740Z | Compiling signal-hook-registry v1.4.8 |
| 624 | 2026-07-31T16:04:52.896Z | Compiling convert_case v0.10.0 |
| 625 | 2026-07-31T16:04:53.288Z | Compiling mio v1.2.0 |
| 626 | 2026-07-31T16:04:53.296Z | Compiling mio v0.8.11 |
| 627 | 2026-07-31T16:04:53.711Z | Compiling signal-hook-mio v0.2.5 |
| 628 | 2026-07-31T16:04:53.861Z | Compiling derive_more-impl v2.1.1 |
| 629 | 2026-07-31T16:04:54.598Z | Compiling litrs v1.0.0 |
| 630 | 2026-07-31T16:04:54.998Z | Compiling derive_more v2.1.1 |
| 631 | 2026-07-31T16:04:55.043Z | Compiling document-features v0.2.12 |
| 632 | 2026-07-31T16:04:55.076Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 633 | 2026-07-31T16:04:55.531Z | Compiling convert_case v0.11.0 |
| 634 | 2026-07-31T16:04:55.588Z | Compiling crossterm v0.29.0 |
| 635 | 2026-07-31T16:04:55.796Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 636 | 2026-07-31T16:04:56.548Z | Compiling paste v1.0.15 |
| 637 | 2026-07-31T16:04:56.872Z | Compiling camino v1.2.2 |
| 638 | 2026-07-31T16:04:57.552Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 639 | 2026-07-31T16:04:57.880Z | Compiling crossbeam-channel v0.5.15 |
| 640 | 2026-07-31T16:04:58.140Z | Compiling castaway v0.2.4 |
| 641 | 2026-07-31T16:04:58.438Z | Compiling thiserror v1.0.69 |
| 642 | 2026-07-31T16:04:58.488Z | Compiling instability v0.3.12 |
| 643 | 2026-07-31T16:04:58.540Z | Compiling indoc v2.0.7 |
| 644 | 2026-07-31T16:04:58.963Z | Compiling unicode-truncate v2.0.1 |
| 645 | 2026-07-31T16:04:58.972Z | Compiling compact_str v0.9.0 |
| 646 | 2026-07-31T16:04:58.986Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 647 | 2026-07-31T16:04:59.610Z | Compiling lru v0.16.4 |
| 648 | 2026-07-31T16:04:59.645Z | Compiling kasuari v0.4.12 |
| 649 | 2026-07-31T16:04:59.799Z | Compiling thiserror-impl v1.0.69 |
| 650 | 2026-07-31T16:04:59.886Z | Compiling crossbeam-queue v0.3.12 |
| 651 | 2026-07-31T16:05:00.003Z | Compiling cargo-platform v0.3.3 |
| 652 | 2026-07-31T16:05:00.058Z | Compiling crossbeam v0.8.4 |
| 653 | 2026-07-31T16:05:00.133Z | Compiling ratatui-core v0.1.0 |
| 654 | 2026-07-31T16:05:00.220Z | Compiling cargo_metadata v0.23.1 |
| 655 | 2026-07-31T16:05:00.298Z | Compiling lazy-regex v3.6.0 |
| 656 | 2026-07-31T16:05:01.039Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 657 | 2026-07-31T16:05:01.949Z | Compiling base64 v0.13.1 |
| 658 | 2026-07-31T16:05:02.415Z | Compiling binrw_derive v0.14.2 |
| 659 | 2026-07-31T16:05:02.514Z | Compiling strict v0.2.0 |
| 660 | 2026-07-31T16:05:02.575Z | Compiling ron v0.6.6 |
| 661 | 2026-07-31T16:05:02.652Z | Compiling crokey-proc_macros v1.4.0 |
| 662 | 2026-07-31T16:05:02.829Z | Compiling crossterm v0.23.2 |
| 663 | 2026-07-31T16:05:03.238Z | Compiling line-clipping v0.3.7 |
| 664 | 2026-07-31T16:05:03.264Z | Compiling owo-colors v3.5.0 |
| 665 | 2026-07-31T16:05:03.744Z | Compiling binrw v0.14.2 |
| 666 | 2026-07-31T16:05:04.080Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 667 | 2026-07-31T16:05:04.088Z | Compiling crokey v1.4.0 |
| 668 | 2026-07-31T16:05:04.711Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 669 | 2026-07-31T16:05:04.916Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 670 | 2026-07-31T16:05:06.523Z | Compiling cargo-readme v3.3.2 |
| 671 | 2026-07-31T16:05:06.731Z | Compiling ratatui-widgets v0.3.0 |
| 672 | 2026-07-31T16:05:07.158Z | Compiling coolor v0.8.0 |
| 673 | 2026-07-31T16:05:07.430Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 674 | 2026-07-31T16:05:07.963Z | Compiling coolor v1.1.0 |
| 675 | 2026-07-31T16:05:08.238Z | Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump) |
| 676 | 2026-07-31T16:05:08.286Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 677 | 2026-07-31T16:05:08.538Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 678 | 2026-07-31T16:05:09.293Z | Compiling half v2.7.1 |
| 679 | 2026-07-31T16:05:09.660Z | Compiling minimad v0.14.0 |
| 680 | 2026-07-31T16:05:09.903Z | Compiling minimad v0.13.1 |
| 681 | 2026-07-31T16:05:10.211Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 682 | 2026-07-31T16:05:10.328Z | Compiling array-init v2.1.0 |
| 683 | 2026-07-31T16:05:10.444Z | Compiling ciborium-io v0.2.2 |
| 684 | 2026-07-31T16:05:10.542Z | Compiling convert_case v0.4.0 |
| 685 | 2026-07-31T16:05:10.837Z | Compiling derive_more v0.99.20 |
| 686 | 2026-07-31T16:05:10.945Z | Compiling ciborium-ll v0.2.2 |
| 687 | 2026-07-31T16:05:11.647Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 688 | 2026-07-31T16:05:11.824Z | Compiling termimad v0.25.7 |
| 689 | 2026-07-31T16:05:12.858Z | Compiling termimad v0.34.1 |
| 690 | 2026-07-31T16:05:13.094Z | Compiling ratatui-macros v0.7.0 |
| 691 | 2026-07-31T16:05:13.188Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 692 | 2026-07-31T16:05:13.322Z | Compiling ratatui-crossterm v0.1.0 |
| 693 | 2026-07-31T16:05:13.392Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 694 | 2026-07-31T16:05:13.569Z | Compiling sha2 v0.11.0 |
| 695 | 2026-07-31T16:05:13.877Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 696 | 2026-07-31T16:05:14.011Z | Compiling iana-time-zone v0.1.65 |
| 697 | 2026-07-31T16:05:14.142Z | Compiling xml v1.2.1 |
| 698 | 2026-07-31T16:05:14.376Z | Compiling parse-size v1.1.0 |
| 699 | 2026-07-31T16:05:14.573Z | Compiling chrono v0.4.44 |
| 700 | 2026-07-31T16:05:15.672Z | Compiling serde-xml-rs v0.8.2 |
| 701 | 2026-07-31T16:05:17.099Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 702 | 2026-07-31T16:05:18.786Z | Compiling ratatui v0.30.0 |
| 703 | 2026-07-31T16:05:19.218Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 704 | 2026-07-31T16:05:19.476Z | Compiling raw-cpuid v11.6.0 |
| 705 | 2026-07-31T16:05:20.298Z | Compiling ciborium v0.2.2 |
| 706 | 2026-07-31T16:05:21.304Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 707 | 2026-07-31T16:05:21.524Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 708 | 2026-07-31T16:05:21.886Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 709 | 2026-07-31T16:05:21.893Z | Compiling humility-bin v0.13.4 (/work/oxidecomputer/humility/humility-bin) |
| 710 | 2026-07-31T16:05:22.432Z | Compiling tracing-log v0.2.0 |
| 711 | 2026-07-31T16:05:22.457Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 712 | 2026-07-31T16:05:22.859Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 713 | 2026-07-31T16:05:23.517Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 714 | 2026-07-31T16:05:23.579Z | Compiling sharded-slab v0.1.7 |
| 715 | 2026-07-31T16:05:23.704Z | Compiling matchers v0.2.0 |
| 716 | 2026-07-31T16:05:23.911Z | Compiling termios v0.3.3 |
| 717 | 2026-07-31T16:05:24.095Z | Compiling thread_local v1.1.9 |
| 718 | 2026-07-31T16:05:24.269Z | Compiling nu-ansi-term v0.50.3 |
| 719 | 2026-07-31T16:05:24.440Z | Compiling splitty v1.0.2 |
| 720 | 2026-07-31T16:05:24.495Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 721 | 2026-07-31T16:05:24.553Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 722 | 2026-07-31T16:05:24.616Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 723 | 2026-07-31T16:05:24.850Z | Compiling tracing-subscriber v0.3.23 |
| 724 | 2026-07-31T16:05:24.858Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 725 | 2026-07-31T16:05:24.903Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 726 | 2026-07-31T16:05:26.879Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 727 | 2026-07-31T16:05:26.960Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 728 | 2026-07-31T16:05:27.955Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 729 | 2026-07-31T16:05:30.010Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 730 | 2026-07-31T16:05:30.073Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 731 | 2026-07-31T16:05:31.217Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 732 | 2026-07-31T16:05:31.883Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 733 | 2026-07-31T16:05:33.004Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 734 | 2026-07-31T16:05:33.047Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 735 | 2026-07-31T16:05:36.120Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 736 | 2026-07-31T16:05:38.703Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 737 | 2026-07-31T16:05:40.842Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 738 | 2026-07-31T16:05:41.145Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 739 | 2026-07-31T16:05:42.069Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 740 | 2026-07-31T16:05:45.754Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 741 | 2026-07-31T16:05:46.100Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 742 | 2026-07-31T16:05:47.239Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 743 | 2026-07-31T16:05:48.431Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 744 | 2026-07-31T16:05:49.978Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 745 | 2026-07-31T16:05:50.283Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 746 | 2026-07-31T16:05:51.336Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 747 | 2026-07-31T16:05:54.035Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 748 | 2026-07-31T16:05:54.107Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 749 | 2026-07-31T16:05:54.784Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 750 | 2026-07-31T16:05:55.269Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 751 | 2026-07-31T16:05:56.147Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 752 | 2026-07-31T16:05:56.276Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 753 | 2026-07-31T16:05:58.833Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 754 | 2026-07-31T16:05:59.061Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 755 | 2026-07-31T16:06:01.287Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 756 | 2026-07-31T16:06:01.584Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 757 | 2026-07-31T16:06:01.919Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 758 | 2026-07-31T16:06:03.758Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 759 | 2026-07-31T16:06:03.931Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 760 | 2026-07-31T16:06:04.224Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 761 | 2026-07-31T16:06:04.473Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 762 | 2026-07-31T16:06:05.455Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 763 | 2026-07-31T16:06:06.560Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 764 | 2026-07-31T16:06:07.587Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 765 | 2026-07-31T16:06:08.613Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 766 | 2026-07-31T16:06:08.683Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 767 | 2026-07-31T16:06:09.789Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 768 | 2026-07-31T16:06:10.009Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 769 | 2026-07-31T16:06:11.086Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 770 | 2026-07-31T16:06:11.209Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 771 | 2026-07-31T16:06:12.872Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 772 | 2026-07-31T16:06:13.209Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 773 | 2026-07-31T16:06:13.226Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 774 | 2026-07-31T16:06:13.774Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 775 | 2026-07-31T16:06:14.144Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 776 | 2026-07-31T16:06:37.279Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 777 | 2026-07-31T16:06:37.282Z | warning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2 |
| 778 | 2026-07-31T16:06:37.282Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 779 | 2026-07-31T16:07:37.022Z | pkg://helios/developer/debug/humility@0.13.4.712,5.11-3.0:20260731T160643Z |
| 780 | 2026-07-31T16:07:37.022Z | PUBLISHED |
| 781 | 2026-07-31T16:07:37.236Z | Retrieving packages for publisher helios ... |
| 782 | 2026-07-31T16:07:37.240Z | Retrieving catalog 'helios' ... Done |
| 783 | 2026-07-31T16:07:37.240Z | Retrieving and evaluating 1 package(s)... |
| 784 | 2026-07-31T16:07:37.240Z | Fetching manifests: 1/1 100% complete |
| 785 | 2026-07-31T16:07:37.240Z | Fetching manifests: 1/1 100% complete |
| 786 | 2026-07-31T16:07:37.240Z | |
| 787 | 2026-07-31T16:07:37.240Z | Archiving packages ... |
| 788 | 2026-07-31T16:07:37.240Z | Packages to add: 1 |
| 789 | 2026-07-31T16:07:37.240Z | Files to retrieve: 1 |
| 790 | 2026-07-31T16:07:37.240Z | Estimated transfer size: 135.61 MB |
| 791 | 2026-07-31T16:07:37.240Z | |
| 792 | 2026-07-31T16:07:37.240Z | Packages to archive: |
| 793 | 2026-07-31T16:07:37.240Z | developer/debug/humility@0.13.4.712,5.11-3.0:20260731T160643Z |
| 794 | 2026-07-31T16:07:37.240Z | |
| 795 | 2026-07-31T16:07:37.240Z | Download: 0/1 items 0.0/135.6MB 0% complete |
| 796 | 2026-07-31T16:07:37.492Z | Download: Completed 135.61 MB in 0.25 seconds (538M/s) |
| 797 | 2026-07-31T16:07:37.495Z | Archiving: 1/10 items 0.0/135.6MB 0% complete |
| 798 | 2026-07-31T16:07:37.520Z | Archiving: Completed 135.62 MB in 0.03 seconds |
| 799 | 2026-07-31T16:07:37.565Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.4.712-3.0.p5p. |
| 800 | 2026-07-31T16:07:37.572Z | |
| 801 | 2026-07-31T16:07:37.575Z | real 4:42.502521915 |
| 802 | 2026-07-31T16:07:37.575Z | user 22:27.726425721 |
| 803 | 2026-07-31T16:07:37.575Z | sys 1:36.760713840 |
| 804 | 2026-07-31T16:07:37.575Z | trap 0.655863551 |
| 805 | 2026-07-31T16:07:37.575Z | tflt 1.056405239 |
| 806 | 2026-07-31T16:07:37.575Z | dflt 1.805870434 |
| 807 | 2026-07-31T16:07:37.575Z | kflt 0.009997605 |
| 808 | 2026-07-31T16:07:37.575Z | lock 1:38:04.868322105 |
| 809 | 2026-07-31T16:07:37.576Z | slp 1:12:25.025018397 |
| 810 | 2026-07-31T16:07:37.576Z | lat 1:14.750695274 |
| 811 | 2026-07-31T16:07:37.576Z | stop 1:20.496813224 |
| 812 | 2026-07-31T16:07:37.576Z | + banner copy |
| 813 | 2026-07-31T16:07:37.576Z | |
| 814 | 2026-07-31T16:07:37.576Z | #### #### ##### # # |
| 815 | 2026-07-31T16:07:37.576Z | # # # # # # # # |
| 816 | 2026-07-31T16:07:37.576Z | # # # # # # |
| 817 | 2026-07-31T16:07:37.576Z | # # # ##### # |
| 818 | 2026-07-31T16:07:37.576Z | # # # # # # |
| 819 | 2026-07-31T16:07:37.576Z | #### #### # # |
| 820 | 2026-07-31T16:07:37.576Z | |
| 821 | 2026-07-31T16:07:37.576Z | + pfexec mkdir -p /out |
| 822 | 2026-07-31T16:07:37.579Z | + pfexec chown 12345 /out |
| 823 | 2026-07-31T16:07:37.579Z | + PKG_NAME=/out/humility.p5p |
| 824 | 2026-07-31T16:07:37.579Z | + mv pkg/packages/repo/humility-0.13.4.712-3.0.p5p /out/humility.p5p |
| 825 | 2026-07-31T16:07:37.673Z | + sha256sum /out/humility.p5p |
| 826 | 2026-07-31T16:07:37.752Z | process exited: duration 290906 ms, exit code 0 |
| |
| 827 | 2026-07-31T16:07:37.764Z | found 2 output files |
| 828 | 2026-07-31T16:07:37.764Z | uploading: /out/humility.p5p (142223360 bytes) |
| 829 | 2026-07-31T16:07:40.054Z | uploaded: /out/humility.p5p |
| 830 | 2026-07-31T16:07:40.054Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 831 | 2026-07-31T16:07:41.064Z | uploaded: /out/humility.p5p.sha256 |