|
|
|
| 1 | 2026-08-07T15:09:52.238Z | job assigned to worker 01KZECAQEJGY49E2XGV5T6WW43 [factory aws, i-0d44aef616bc0002d] (queued for 45 s) |
| |
| 2 | 2026-08-07T15:09:59.076Z | starting task 0: "setup" |
| 3 | 2026-08-07T15:09:59.094Z | ++ uname -s |
| 4 | 2026-08-07T15:09:59.094Z | + kern=SunOS |
| 5 | 2026-08-07T15:09:59.094Z | + build_user=build |
| 6 | 2026-08-07T15:09:59.094Z | + build_uid=12345 |
| 7 | 2026-08-07T15:09:59.094Z | + work_dir=/work |
| 8 | 2026-08-07T15:09:59.094Z | + input_dir=/input |
| 9 | 2026-08-07T15:09:59.094Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-07T15:09:59.094Z | + case "$kern" in |
| 11 | 2026-08-07T15:09:59.094Z | + groupadd -g 12345 build |
| 12 | 2026-08-07T15:09:59.095Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-07T15:10:01.090Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-07T15:10:01.245Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-07T15:10:01.247Z | + home_fs=zfs |
| 16 | 2026-08-07T15:10:01.248Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-07T15:10:01.248Z | + mkdir -p /home/build |
| 18 | 2026-08-07T15:10:01.248Z | + chown build:build /home/build /work |
| 19 | 2026-08-07T15:10:03.249Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-07T15:10:03.252Z | process exited: duration 4178 ms, exit code 0 |
| |
| 21 | 2026-08-07T15:10:03.259Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-07T15:10:03.263Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-07T15:10:03.264Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-07T15:10:03.264Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-07T15:10:03.264Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-07T15:10:03.264Z | * rust toolchain channel = "stable" |
| 27 | 2026-08-07T15:10:03.264Z | * rust toolchain profile = "default" |
| 28 | 2026-08-07T15:10:03.267Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-07T15:10:03.267Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-07T15:10:03.370Z | info: downloading installer |
| 31 | 2026-08-07T15:10:04.953Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-07T15:10:04.954Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-07T15:10:04.954Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-07T15:10:04.954Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-07T15:10:04.966Z | info: profile set to default |
| 36 | 2026-08-07T15:10:04.966Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-07T15:10:04.969Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-07T15:10:05.112Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-07T15:10:05.116Z | info: downloading 6 components |
| 40 | 2026-08-07T15:10:20.300Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-07T15:10:20.300Z | |
| 42 | 2026-08-07T15:10:20.328Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-07T15:10:20.328Z | |
| 44 | 2026-08-07T15:10:20.328Z | |
| 45 | 2026-08-07T15:10:20.328Z | Rust is installed now. Great! |
| 46 | 2026-08-07T15:10:20.328Z | |
| 47 | 2026-08-07T15:10:20.328Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-07T15:10:20.328Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-07T15:10:20.328Z | |
| 50 | 2026-08-07T15:10:20.328Z | To configure your current shell, you need to source |
| 51 | 2026-08-07T15:10:20.328Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-07T15:10:20.328Z | |
| 53 | 2026-08-07T15:10:20.328Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-07T15:10:20.332Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-07T15:10:20.332Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-07T15:10:20.332Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-07T15:10:20.332Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-07T15:10:20.332Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-07T15:10:20.332Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-07T15:10:20.332Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-07T15:10:20.332Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-07T15:10:20.423Z | + rustup --version |
| 63 | 2026-08-07T15:10:20.432Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-07T15:10:20.435Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-07T15:10:20.453Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-07T15:10:20.456Z | + cargo --version |
| 67 | 2026-08-07T15:10:20.470Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-07T15:10:20.473Z | + rustc --version |
| 69 | 2026-08-07T15:10:20.492Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-07T15:10:20.495Z | process exited: duration 17235 ms, exit code 0 |
| |
| 71 | 2026-08-07T15:10:20.502Z | starting task 2: "authentication" |
| 72 | 2026-08-07T15:10:20.519Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-07T15:10:20.526Z | starting task 3: "clone repository" |
| 74 | 2026-08-07T15:10:20.529Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-08-07T15:10:20.532Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-08-07T15:10:20.566Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-08-07T15:10:55.065Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-08-07T15:10:55.065Z | + git fetch origin a24f3bf6977bed8c712452aae2b82ade8398f6d5 |
| 79 | 2026-08-07T15:10:55.378Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-08-07T15:10:55.378Z | * branch a24f3bf6977bed8c712452aae2b82ade8398f6d5 -> FETCH_HEAD |
| 81 | 2026-08-07T15:10:55.385Z | + [[ -n james/probe-go-faster ]] |
| 82 | 2026-08-07T15:10:55.388Z | ++ git branch --show-current |
| 83 | 2026-08-07T15:10:55.388Z | + current=master |
| 84 | 2026-08-07T15:10:55.391Z | + [[ master != james/probe-go-faster ]] |
| 85 | 2026-08-07T15:10:55.391Z | + git branch -f james/probe-go-faster a24f3bf6977bed8c712452aae2b82ade8398f6d5 |
| 86 | 2026-08-07T15:10:55.393Z | + git checkout -f james/probe-go-faster |
| 87 | 2026-08-07T15:10:55.984Z | Switched to branch 'james/probe-go-faster' |
| 88 | 2026-08-07T15:10:55.987Z | + git reset --hard a24f3bf6977bed8c712452aae2b82ade8398f6d5 |
| 89 | 2026-08-07T15:10:55.996Z | HEAD is now at a24f3bf6 Re-bless tests, address review comments |
| 90 | 2026-08-07T15:10:55.999Z | process exited: duration 35470 ms, exit code 0 |
| |
| 91 | 2026-08-07T15:10:56.005Z | starting task 4: "build" |
| 92 | 2026-08-07T15:10:56.010Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-08-07T15:10:56.010Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-08-07T15:10:56.010Z | + banner deps |
| 95 | 2026-08-07T15:10:56.050Z | |
| 96 | 2026-08-07T15:10:56.050Z | ##### ###### ##### #### |
| 97 | 2026-08-07T15:10:56.050Z | # # # # # # |
| 98 | 2026-08-07T15:10:56.050Z | # # ##### # # #### |
| 99 | 2026-08-07T15:10:56.050Z | # # # ##### # |
| 100 | 2026-08-07T15:10:56.050Z | # # # # # # |
| 101 | 2026-08-07T15:10:56.050Z | ##### ###### # #### |
| 102 | 2026-08-07T15:10:56.050Z | |
| 103 | 2026-08-07T15:10:56.050Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-08-07T15:10:56.050Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-08-07T15:10:56.050Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-08-07T15:10:57.222Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-07T15:10:57.489Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-07T15:10:58.883Z | Planning: Solver setup ... Done (1.309s) |
| 109 | 2026-08-07T15:10:58.929Z | Planning: Running solver ... Done (0.046s) |
| 110 | 2026-08-07T15:10:58.962Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-07T15:10:58.974Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-07T15:10:58.987Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-07T15:10:59.001Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-08-07T15:10:59.006Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-08-07T15:10:59.151Z | Planning: Checking for conflicting actions ... Done (0.150s) |
| 116 | 2026-08-07T15:10:59.154Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-08-07T15:10:59.960Z | Planning: Evaluating mediators ... Done (0.808s) |
| 118 | 2026-08-07T15:10:59.964Z | Planning: Planning completed in 2.44 seconds |
| 119 | 2026-08-07T15:10:59.969Z | Packages to install: 2 |
| 120 | 2026-08-07T15:10:59.972Z | Estimated space available: 155.72 GB |
| 121 | 2026-08-07T15:10:59.972Z | Estimated space to be consumed: 50.11 MB |
| 122 | 2026-08-07T15:10:59.972Z | Create boot environment: No |
| 123 | 2026-08-07T15:10:59.972Z | Create backup boot environment: No |
| 124 | 2026-08-07T15:10:59.972Z | Rebuild boot archive: No |
| 125 | 2026-08-07T15:10:59.972Z | |
| 126 | 2026-08-07T15:10:59.972Z | Changed packages: |
| 127 | 2026-08-07T15:10:59.972Z | helios |
| 128 | 2026-08-07T15:10:59.972Z | library/libftdi1 |
| 129 | 2026-08-07T15:10:59.972Z | None -> 1.5-3.0 |
| 130 | 2026-08-07T15:10:59.972Z | ooce/library/libusb-1 |
| 131 | 2026-08-07T15:10:59.972Z | None -> 1.0.29-3.1 |
| 132 | 2026-08-07T15:10:59.995Z | |
| 133 | 2026-08-07T15:10:59.995Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-08-07T15:11:00.029Z | Download: Completed 377.70 kB in 0.03 seconds (10.6M/s) |
| 135 | 2026-08-07T15:11:00.082Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-08-07T15:11:00.094Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-08-07T15:11:00.117Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-08-07T15:11:00.120Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-07T15:11:00.178Z | Finalize: Updating image state ... Done (0.061s) |
| 140 | 2026-08-07T15:11:02.670Z | Finalize: Creating fast lookup database ... Done (2.454s) |
| 141 | 2026-08-07T15:11:02.739Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-07T15:11:02.742Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-07T15:11:02.835Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-07T15:11:02.974Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-08-07T15:11:03.186Z | FMRI IFO |
| 146 | 2026-08-07T15:11:03.186Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-08-07T15:11:03.186Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-08-07T15:11:03.222Z | + cargo --version |
| 149 | 2026-08-07T15:11:03.233Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 150 | 2026-08-07T15:11:03.235Z | + rustc --version |
| 151 | 2026-08-07T15:11:03.255Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 152 | 2026-08-07T15:11:03.258Z | + banner package |
| 153 | 2026-08-07T15:11:03.258Z | |
| 154 | 2026-08-07T15:11:03.258Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-08-07T15:11:03.258Z | # # # # # # # # # # # # # |
| 156 | 2026-08-07T15:11:03.258Z | # # # # # #### # # # ##### |
| 157 | 2026-08-07T15:11:03.258Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-08-07T15:11:03.259Z | # # # # # # # # # # # # |
| 159 | 2026-08-07T15:11:03.259Z | # # # #### # # # # #### ###### |
| 160 | 2026-08-07T15:11:03.259Z | |
| 161 | 2026-08-07T15:11:03.262Z | + ptime -m cargo xtask package |
| 162 | 2026-08-07T15:11:03.376Z | Updating crates.io index |
| 163 | 2026-08-07T15:11:03.379Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-08-07T15:11:03.719Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-08-07T15:11:04.014Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-08-07T15:11:04.402Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-08-07T15:11:04.748Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-08-07T15:11:05.052Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-08-07T15:11:05.406Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-08-07T15:11:05.812Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-08-07T15:11:10.473Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-08-07T15:11:10.801Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-08-07T15:11:11.400Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-08-07T15:11:11.932Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-08-07T15:11:12.313Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-08-07T15:11:12.646Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-08-07T15:11:15.411Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-08-07T15:11:15.682Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-08-07T15:11:16.080Z | Updating git submodule `https://github.com/libusb/hidapi.git` |
| 180 | 2026-08-07T15:11:16.614Z | Updating git repository `https://github.com/oxidecomputer/serialport-rs` |
| 181 | 2026-08-07T15:11:19.100Z | Downloading crates ... |
| 182 | 2026-08-07T15:11:19.158Z | Downloaded heck v0.5.0 |
| 183 | 2026-08-07T15:11:19.162Z | Downloaded serde_spanned v1.1.1 |
| 184 | 2026-08-07T15:11:19.165Z | Downloaded anstyle-query v1.1.5 |
| 185 | 2026-08-07T15:11:19.165Z | Downloaded utf8parse v0.2.2 |
| 186 | 2026-08-07T15:11:19.170Z | Downloaded itoa v1.0.18 |
| 187 | 2026-08-07T15:11:19.173Z | Downloaded lazy_static v1.5.0 |
| 188 | 2026-08-07T15:11:19.173Z | Downloaded percent-encoding v2.3.2 |
| 189 | 2026-08-07T15:11:19.176Z | Downloaded clap_lex v1.1.0 |
| 190 | 2026-08-07T15:11:19.180Z | Downloaded cargo-platform v0.3.3 |
| 191 | 2026-08-07T15:11:19.184Z | Downloaded is_terminal_polyfill v1.70.2 |
| 192 | 2026-08-07T15:11:19.192Z | Downloaded strsim v0.11.1 |
| 193 | 2026-08-07T15:11:19.198Z | Downloaded equivalent v1.0.2 |
| 194 | 2026-08-07T15:11:19.200Z | Downloaded colorchoice v1.0.5 |
| 195 | 2026-08-07T15:11:19.215Z | Downloaded anstream v1.0.0 |
| 196 | 2026-08-07T15:11:19.218Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-08-07T15:11:19.224Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-08-07T15:11:19.227Z | Downloaded quote v1.0.45 |
| 199 | 2026-08-07T15:11:19.229Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 200 | 2026-08-07T15:11:19.232Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 201 | 2026-08-07T15:11:19.232Z | Downloaded anstyle v1.0.14 |
| 202 | 2026-08-07T15:11:19.248Z | Downloaded anstyle-parse v1.0.0 |
| 203 | 2026-08-07T15:11:19.251Z | Downloaded cargo_metadata v0.23.1 |
| 204 | 2026-08-07T15:11:19.254Z | Downloaded cargo-readme v3.3.2 |
| 205 | 2026-08-07T15:11:19.257Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-08-07T15:11:19.260Z | Downloaded zmij v1.0.21 |
| 207 | 2026-08-07T15:11:19.260Z | Downloaded anyhow v1.0.102 |
| 208 | 2026-08-07T15:11:19.277Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 209 | 2026-08-07T15:11:19.280Z | Downloaded semver v1.0.28 |
| 210 | 2026-08-07T15:11:19.283Z | Downloaded clap v4.6.1 |
| 211 | 2026-08-07T15:11:19.286Z | Downloaded serde_core v1.0.228 |
| 212 | 2026-08-07T15:11:19.292Z | Downloaded camino v1.2.2 |
| 213 | 2026-08-07T15:11:19.295Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-08-07T15:11:19.302Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-08-07T15:11:19.305Z | Downloaded clap_derive v4.6.1 |
| 216 | 2026-08-07T15:11:19.311Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-08-07T15:11:19.328Z | Downloaded memchr v2.8.0 |
| 218 | 2026-08-07T15:11:19.331Z | Downloaded serde v1.0.228 |
| 219 | 2026-08-07T15:11:19.345Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-08-07T15:11:19.383Z | Downloaded regex v1.12.3 |
| 221 | 2026-08-07T15:11:19.392Z | Downloaded serde_json v1.0.149 |
| 222 | 2026-08-07T15:11:19.396Z | Downloaded aho-corasick v1.1.4 |
| 223 | 2026-08-07T15:11:19.399Z | Downloaded clap_builder v4.6.0 |
| 224 | 2026-08-07T15:11:19.402Z | Downloaded syn v2.0.117 |
| 225 | 2026-08-07T15:11:19.408Z | Downloaded hashbrown v0.17.0 |
| 226 | 2026-08-07T15:11:19.411Z | Downloaded winnow v1.0.2 |
| 227 | 2026-08-07T15:11:19.430Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-08-07T15:11:19.451Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-08-07T15:11:19.490Z | Compiling serde_core v1.0.228 |
| 230 | 2026-08-07T15:11:19.490Z | Compiling proc-macro2 v1.0.106 |
| 231 | 2026-08-07T15:11:19.490Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-08-07T15:11:19.493Z | Compiling quote v1.0.45 |
| 233 | 2026-08-07T15:11:19.493Z | Compiling memchr v2.8.0 |
| 234 | 2026-08-07T15:11:19.493Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-08-07T15:11:19.493Z | Compiling anstyle v1.0.14 |
| 236 | 2026-08-07T15:11:19.493Z | Compiling colorchoice v1.0.5 |
| 237 | 2026-08-07T15:11:19.705Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-08-07T15:11:19.708Z | Compiling serde v1.0.228 |
| 239 | 2026-08-07T15:11:19.708Z | Compiling anstyle-query v1.1.5 |
| 240 | 2026-08-07T15:11:19.795Z | Compiling is_terminal_polyfill v1.70.2 |
| 241 | 2026-08-07T15:11:19.807Z | Compiling zmij v1.0.21 |
| 242 | 2026-08-07T15:11:19.878Z | Compiling anstream v1.0.0 |
| 243 | 2026-08-07T15:11:19.888Z | Compiling clap_lex v1.1.0 |
| 244 | 2026-08-07T15:11:19.958Z | Compiling strsim v0.11.1 |
| 245 | 2026-08-07T15:11:20.052Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-08-07T15:11:20.126Z | Compiling camino v1.2.2 |
| 247 | 2026-08-07T15:11:20.135Z | Compiling thiserror v2.0.18 |
| 248 | 2026-08-07T15:11:20.195Z | Compiling heck v0.5.0 |
| 249 | 2026-08-07T15:11:20.272Z | Compiling regex-syntax v0.8.10 |
| 250 | 2026-08-07T15:11:20.354Z | Compiling winnow v1.0.2 |
| 251 | 2026-08-07T15:11:20.391Z | Compiling serde_json v1.0.149 |
| 252 | 2026-08-07T15:11:20.481Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-08-07T15:11:20.657Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 254 | 2026-08-07T15:11:20.804Z | Compiling syn v2.0.117 |
| 255 | 2026-08-07T15:11:20.861Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 256 | 2026-08-07T15:11:21.009Z | Compiling itoa v1.0.18 |
| 257 | 2026-08-07T15:11:21.074Z | Compiling anyhow v1.0.102 |
| 258 | 2026-08-07T15:11:21.195Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-08-07T15:11:21.289Z | Compiling percent-encoding v2.3.2 |
| 260 | 2026-08-07T15:11:21.650Z | Compiling serde_spanned v1.1.1 |
| 261 | 2026-08-07T15:11:21.650Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-08-07T15:11:21.714Z | Compiling regex-automata v0.4.14 |
| 263 | 2026-08-07T15:11:21.825Z | Compiling cargo-platform v0.3.3 |
| 264 | 2026-08-07T15:11:21.963Z | Compiling toml v1.1.2+spec-1.1.0 |
| 265 | 2026-08-07T15:11:21.973Z | Compiling semver v1.0.28 |
| 266 | 2026-08-07T15:11:23.085Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-08-07T15:11:23.085Z | Compiling clap_derive v4.6.1 |
| 268 | 2026-08-07T15:11:23.108Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-08-07T15:11:23.402Z | Compiling regex v1.12.3 |
| 270 | 2026-08-07T15:11:24.417Z | Compiling clap v4.6.1 |
| 271 | 2026-08-07T15:11:25.324Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-08-07T15:11:25.324Z | Compiling cargo-readme v3.3.2 |
| 273 | 2026-08-07T15:11:26.296Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-08-07T15:11:27.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.49s |
| 275 | 2026-08-07T15:11:27.871Z | Running `target/debug/xtask package` |
| 276 | 2026-08-07T15:11:31.542Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-08-07T15:11:31.542Z | Compiling quote v1.0.45 |
| 278 | 2026-08-07T15:11:31.542Z | Compiling unicode-ident v1.0.24 |
| 279 | 2026-08-07T15:11:31.542Z | Compiling serde_core v1.0.228 |
| 280 | 2026-08-07T15:11:31.545Z | Compiling serde v1.0.228 |
| 281 | 2026-08-07T15:11:31.545Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-08-07T15:11:31.545Z | Compiling libc v0.2.186 |
| 283 | 2026-08-07T15:11:31.678Z | Compiling typenum v1.20.0 |
| 284 | 2026-08-07T15:11:31.707Z | Compiling log v0.4.29 |
| 285 | 2026-08-07T15:11:31.954Z | Compiling thiserror v2.0.18 |
| 286 | 2026-08-07T15:11:31.996Z | Compiling scopeguard v1.2.0 |
| 287 | 2026-08-07T15:11:32.090Z | Compiling memchr v2.8.0 |
| 288 | 2026-08-07T15:11:32.276Z | Compiling autocfg v1.5.0 |
| 289 | 2026-08-07T15:11:32.346Z | Compiling stable_deref_trait v1.2.1 |
| 290 | 2026-08-07T15:11:32.424Z | Compiling strsim v0.11.1 |
| 291 | 2026-08-07T15:11:32.525Z | Compiling errno v0.3.14 |
| 292 | 2026-08-07T15:11:32.580Z | Compiling lock_api v0.4.14 |
| 293 | 2026-08-07T15:11:32.611Z | Compiling smallvec v1.15.1 |
| 294 | 2026-08-07T15:11:32.704Z | Compiling foldhash v0.2.0 |
| 295 | 2026-08-07T15:11:32.829Z | Compiling equivalent v1.0.2 |
| 296 | 2026-08-07T15:11:32.867Z | Compiling syn v2.0.117 |
| 297 | 2026-08-07T15:11:32.876Z | Compiling heck v0.5.0 |
| 298 | 2026-08-07T15:11:32.928Z | Compiling ident_case v1.0.1 |
| 299 | 2026-08-07T15:11:32.948Z | Compiling rustversion v1.0.22 |
| 300 | 2026-08-07T15:11:32.955Z | Compiling jobserver v0.1.34 |
| 301 | 2026-08-07T15:11:33.044Z | Compiling zeroize v1.8.2 |
| 302 | 2026-08-07T15:11:33.081Z | Compiling shlex v1.3.0 |
| 303 | 2026-08-07T15:11:33.254Z | Compiling find-msvc-tools v0.1.9 |
| 304 | 2026-08-07T15:11:33.276Z | Compiling anyhow v1.0.102 |
| 305 | 2026-08-07T15:11:33.462Z | Compiling cc v1.2.61 |
| 306 | 2026-08-07T15:11:33.477Z | Compiling libm v0.2.16 |
| 307 | 2026-08-07T15:11:33.583Z | Compiling rustix v1.1.4 |
| 308 | 2026-08-07T15:11:33.592Z | Compiling num-traits v0.2.19 |
| 309 | 2026-08-07T15:11:33.807Z | Compiling version_check v0.9.5 |
| 310 | 2026-08-07T15:11:33.821Z | Compiling zerocopy v0.8.48 |
| 311 | 2026-08-07T15:11:33.851Z | Compiling const-oid v0.9.6 |
| 312 | 2026-08-07T15:11:33.894Z | Compiling bitflags v2.11.1 |
| 313 | 2026-08-07T15:11:34.060Z | Compiling generic-array v0.14.7 |
| 314 | 2026-08-07T15:11:34.274Z | Compiling aho-corasick v1.1.4 |
| 315 | 2026-08-07T15:11:34.283Z | Compiling regex-syntax v0.8.10 |
| 316 | 2026-08-07T15:11:34.410Z | Compiling hashbrown v0.17.0 |
| 317 | 2026-08-07T15:11:34.733Z | Compiling hybrid-array v0.4.11 |
| 318 | 2026-08-07T15:11:34.748Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-08-07T15:11:35.108Z | Compiling once_cell v1.21.4 |
| 320 | 2026-08-07T15:11:35.217Z | Compiling indexmap v2.14.0 |
| 321 | 2026-08-07T15:11:35.835Z | Compiling synstructure v0.13.2 |
| 322 | 2026-08-07T15:11:35.946Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-08-07T15:11:36.081Z | Compiling syn v1.0.109 |
| 324 | 2026-08-07T15:11:36.403Z | Compiling itoa v1.0.18 |
| 325 | 2026-08-07T15:11:36.432Z | Compiling pkg-config v0.3.33 |
| 326 | 2026-08-07T15:11:36.875Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-08-07T15:11:36.928Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-08-07T15:11:37.052Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-08-07T15:11:37.161Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-08-07T15:11:38.347Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-08-07T15:11:38.365Z | Compiling yoke-derive v0.8.2 |
| 332 | 2026-08-07T15:11:38.621Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-08-07T15:11:39.401Z | Compiling regex v1.12.3 |
| 334 | 2026-08-07T15:11:39.692Z | Compiling crypto-common v0.1.7 |
| 335 | 2026-08-07T15:11:39.822Z | Compiling darling_core v0.23.0 |
| 336 | 2026-08-07T15:11:40.282Z | Compiling crypto-common v0.2.1 |
| 337 | 2026-08-07T15:11:40.516Z | Compiling zmij v1.0.21 |
| 338 | 2026-08-07T15:11:40.798Z | Compiling digest v0.10.7 |
| 339 | 2026-08-07T15:11:41.035Z | Compiling spin v0.9.8 |
| 340 | 2026-08-07T15:11:41.267Z | Compiling byteorder v1.5.0 |
| 341 | 2026-08-07T15:11:41.331Z | Compiling cmov v0.5.3 |
| 342 | 2026-08-07T15:11:41.532Z | Compiling radium v0.7.0 |
| 343 | 2026-08-07T15:11:41.561Z | Compiling ctutils v0.4.2 |
| 344 | 2026-08-07T15:11:41.808Z | Compiling displaydoc v0.2.5 |
| 345 | 2026-08-07T15:11:41.827Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-08-07T15:11:41.986Z | Compiling darling_macro v0.23.0 |
| 347 | 2026-08-07T15:11:42.006Z | Compiling allocator-api2 v0.2.21 |
| 348 | 2026-08-07T15:11:42.061Z | Compiling crc32fast v1.5.0 |
| 349 | 2026-08-07T15:11:42.313Z | Compiling tap v1.0.1 |
| 350 | 2026-08-07T15:11:42.335Z | Compiling const-oid v0.10.2 |
| 351 | 2026-08-07T15:11:42.401Z | Compiling wyz v0.5.1 |
| 352 | 2026-08-07T15:11:42.460Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-08-07T15:11:42.531Z | Compiling digest v0.11.2 |
| 354 | 2026-08-07T15:11:42.543Z | Compiling darling v0.23.0 |
| 355 | 2026-08-07T15:11:42.616Z | Compiling base64ct v1.8.3 |
| 356 | 2026-08-07T15:11:42.653Z | Compiling typeid v1.0.3 |
| 357 | 2026-08-07T15:11:42.735Z | Compiling funty v2.0.0 |
| 358 | 2026-08-07T15:11:42.821Z | Compiling static_assertions v1.1.0 |
| 359 | 2026-08-07T15:11:42.891Z | Compiling either v1.15.0 |
| 360 | 2026-08-07T15:11:42.923Z | Compiling simd-adler32 v0.3.9 |
| 361 | 2026-08-07T15:11:42.966Z | Compiling pem-rfc7468 v0.7.0 |
| 362 | 2026-08-07T15:11:43.105Z | Compiling bitvec v1.0.1 |
| 363 | 2026-08-07T15:11:43.182Z | Compiling der_derive v0.7.3 |
| 364 | 2026-08-07T15:11:43.290Z | Compiling clap_derive v4.6.1 |
| 365 | 2026-08-07T15:11:43.662Z | Compiling getrandom v0.2.17 |
| 366 | 2026-08-07T15:11:43.812Z | Compiling unicode-width v0.2.2 |
| 367 | 2026-08-07T15:11:43.843Z | Compiling adler2 v2.0.1 |
| 368 | 2026-08-07T15:11:43.896Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-08-07T15:11:44.001Z | Compiling cpufeatures v0.2.17 |
| 370 | 2026-08-07T15:11:44.027Z | Compiling flagset v0.4.7 |
| 371 | 2026-08-07T15:11:44.071Z | Compiling sha2 v0.10.9 |
| 372 | 2026-08-07T15:11:44.115Z | Compiling anstyle-parse v1.0.0 |
| 373 | 2026-08-07T15:11:44.124Z | Compiling miniz_oxide v0.8.9 |
| 374 | 2026-08-07T15:11:44.156Z | Compiling der v0.7.10 |
| 375 | 2026-08-07T15:11:44.353Z | Compiling rand_core v0.6.4 |
| 376 | 2026-08-07T15:11:44.624Z | Compiling lazy_static v1.5.0 |
| 377 | 2026-08-07T15:11:44.714Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 378 | 2026-08-07T15:11:44.834Z | Compiling crossbeam-epoch v0.9.18 |
| 379 | 2026-08-07T15:11:44.985Z | Compiling zlib-rs v0.6.3 |
| 380 | 2026-08-07T15:11:45.123Z | Compiling colorchoice v1.0.5 |
| 381 | 2026-08-07T15:11:45.245Z | Compiling powerfmt v0.2.0 |
| 382 | 2026-08-07T15:11:45.300Z | Compiling anstyle v1.0.14 |
| 383 | 2026-08-07T15:11:45.413Z | Compiling anstyle-query v1.1.5 |
| 384 | 2026-08-07T15:11:45.518Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-08-07T15:11:45.526Z | Compiling cpufeatures v0.3.0 |
| 386 | 2026-08-07T15:11:45.583Z | Compiling anstream v1.0.0 |
| 387 | 2026-08-07T15:11:45.592Z | Compiling deranged v0.5.8 |
| 388 | 2026-08-07T15:11:45.710Z | Compiling spki v0.7.3 |
| 389 | 2026-08-07T15:11:45.995Z | Compiling crossbeam-deque v0.8.6 |
| 390 | 2026-08-07T15:11:46.065Z | Compiling ppv-lite86 v0.2.21 |
| 391 | 2026-08-07T15:11:46.205Z | Compiling twox-hash v2.1.2 |
| 392 | 2026-08-07T15:11:46.208Z | Compiling num-conv v0.2.1 |
| 393 | 2026-08-07T15:11:46.352Z | Compiling time-core v0.1.8 |
| 394 | 2026-08-07T15:11:46.364Z | Compiling maybe-uninit v2.0.0 |
| 395 | 2026-08-07T15:11:46.525Z | Compiling object v0.39.1 |
| 396 | 2026-08-07T15:11:46.643Z | Compiling num_threads v0.1.7 |
| 397 | 2026-08-07T15:11:46.733Z | Compiling time v0.3.47 |
| 398 | 2026-08-07T15:11:46.795Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-08-07T15:11:46.840Z | Compiling ruzstd v0.8.2 |
| 400 | 2026-08-07T15:11:47.125Z | Compiling bitfield-macros v0.19.4 |
| 401 | 2026-08-07T15:11:47.342Z | Compiling terminal_size v0.4.4 |
| 402 | 2026-08-07T15:11:47.365Z | Compiling num-integer v0.1.46 |
| 403 | 2026-08-07T15:11:47.762Z | Compiling num-bigint-dig v0.8.6 |
| 404 | 2026-08-07T15:11:47.921Z | Compiling zstd-safe v7.2.4 |
| 405 | 2026-08-07T15:11:48.042Z | Compiling flate2 v1.1.9 |
| 406 | 2026-08-07T15:11:48.147Z | Compiling clap_lex v1.1.0 |
| 407 | 2026-08-07T15:11:48.501Z | Compiling getrandom v0.4.2 |
| 408 | 2026-08-07T15:11:48.586Z | Compiling packed_struct v0.10.1 |
| 409 | 2026-08-07T15:11:48.647Z | Compiling rand_core v0.10.1 |
| 410 | 2026-08-07T15:11:48.858Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-08-07T15:11:49.067Z | Compiling bitfield v0.19.4 |
| 412 | 2026-08-07T15:11:49.408Z | Compiling num-iter v0.1.45 |
| 413 | 2026-08-07T15:11:50.209Z | Compiling rand v0.8.6 |
| 414 | 2026-08-07T15:11:50.801Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-08-07T15:11:51.155Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-08-07T15:11:51.352Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-08-07T15:11:51.778Z | Compiling inout v0.2.2 |
| 418 | 2026-08-07T15:11:51.930Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-08-07T15:11:52.241Z | Compiling crc-catalog v2.5.0 |
| 420 | 2026-08-07T15:11:52.333Z | Compiling base64 v0.21.7 |
| 421 | 2026-08-07T15:11:52.350Z | Compiling fallible-iterator v0.3.0 |
| 422 | 2026-08-07T15:11:52.375Z | Compiling nodrop v0.1.14 |
| 423 | 2026-08-07T15:11:52.397Z | Compiling parking_lot_core v0.9.12 |
| 424 | 2026-08-07T15:11:52.462Z | Compiling array-init v0.0.4 |
| 425 | 2026-08-07T15:11:52.657Z | Compiling ron v0.8.1 |
| 426 | 2026-08-07T15:11:52.912Z | Compiling crc v3.4.0 |
| 427 | 2026-08-07T15:11:53.095Z | Compiling serde_with v3.18.0 |
| 428 | 2026-08-07T15:11:54.337Z | Compiling cipher v0.5.1 |
| 429 | 2026-08-07T15:11:54.594Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-08-07T15:11:55.065Z | Compiling clap v4.6.1 |
| 431 | 2026-08-07T15:11:55.147Z | Compiling smallvec v0.6.14 |
| 432 | 2026-08-07T15:11:56.603Z | Compiling signature v2.2.0 |
| 433 | 2026-08-07T15:11:56.653Z | Compiling hmac v0.13.0 |
| 434 | 2026-08-07T15:11:56.818Z | Compiling hubpack_derive v0.1.1 |
| 435 | 2026-08-07T15:11:56.826Z | Compiling env_filter v1.0.1 |
| 436 | 2026-08-07T15:11:57.317Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-08-07T15:11:58.111Z | Compiling parse_int v0.9.0 |
| 438 | 2026-08-07T15:11:58.197Z | Compiling slog v2.8.2 |
| 439 | 2026-08-07T15:11:58.246Z | Compiling indexmap v1.9.3 |
| 440 | 2026-08-07T15:11:58.420Z | Compiling rayon-core v1.13.0 |
| 441 | 2026-08-07T15:11:58.474Z | Compiling prettyplease v0.2.37 |
| 442 | 2026-08-07T15:11:58.639Z | Compiling winnow v1.0.2 |
| 443 | 2026-08-07T15:11:58.711Z | Compiling subtle v2.6.1 |
| 444 | 2026-08-07T15:11:58.869Z | Compiling jiff v0.2.24 |
| 445 | 2026-08-07T15:11:58.936Z | Compiling cpp_demangle v0.5.1 |
| 446 | 2026-08-07T15:11:59.027Z | Compiling libbz2-rs-sys v0.2.3 |
| 447 | 2026-08-07T15:11:59.099Z | Compiling serde_json v1.0.149 |
| 448 | 2026-08-07T15:11:59.323Z | Compiling bumpalo v3.20.2 |
| 449 | 2026-08-07T15:11:59.332Z | Compiling portable-atomic v1.13.1 |
| 450 | 2026-08-07T15:11:59.616Z | Compiling cpubits v0.1.1 |
| 451 | 2026-08-07T15:11:59.690Z | Compiling lzss v0.9.1 |
| 452 | 2026-08-07T15:11:59.789Z | Compiling aes v0.9.0 |
| 453 | 2026-08-07T15:12:00.008Z | Compiling zopfli v0.8.3 |
| 454 | 2026-08-07T15:12:00.995Z | Compiling bzip2 v0.6.1 |
| 455 | 2026-08-07T15:12:01.286Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 456 | 2026-08-07T15:12:01.673Z | Compiling rsa v0.9.10 |
| 457 | 2026-08-07T15:12:01.981Z | Compiling env_logger v0.11.10 |
| 458 | 2026-08-07T15:12:02.418Z | Compiling scroll v0.13.0 |
| 459 | 2026-08-07T15:12:02.728Z | Compiling hubpack v0.1.2 |
| 460 | 2026-08-07T15:12:03.133Z | Compiling pbkdf2 v0.13.0 |
| 461 | 2026-08-07T15:12:03.379Z | Compiling serde-hex v0.1.0 |
| 462 | 2026-08-07T15:12:03.446Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 463 | 2026-08-07T15:12:05.105Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 464 | 2026-08-07T15:12:05.278Z | Compiling x509-cert v0.2.5 |
| 465 | 2026-08-07T15:12:05.340Z | Compiling sha1 v0.11.0 |
| 466 | 2026-08-07T15:12:05.512Z | Compiling lzma-rust2 v0.16.2 |
| 467 | 2026-08-07T15:12:05.921Z | Compiling erased-serde v0.3.31 |
| 468 | 2026-08-07T15:12:06.560Z | Compiling zerofrom v0.1.7 |
| 469 | 2026-08-07T15:12:06.683Z | Compiling num-derive v0.4.2 |
| 470 | 2026-08-07T15:12:07.624Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 471 | 2026-08-07T15:12:08.134Z | Compiling serde_spanned v1.1.1 |
| 472 | 2026-08-07T15:12:08.281Z | Compiling semver v1.0.28 |
| 473 | 2026-08-07T15:12:08.574Z | Compiling void v1.0.2 |
| 474 | 2026-08-07T15:12:08.682Z | Compiling fnv v1.0.7 |
| 475 | 2026-08-07T15:12:08.778Z | Compiling deflate64 v0.1.12 |
| 476 | 2026-08-07T15:12:09.345Z | Compiling icu_properties_data v2.2.0 |
| 477 | 2026-08-07T15:12:09.567Z | Compiling hashbrown v0.12.3 |
| 478 | 2026-08-07T15:12:10.129Z | Compiling icu_normalizer_data v2.2.0 |
| 479 | 2026-08-07T15:12:10.354Z | Compiling ppmd-rust v1.4.0 |
| 480 | 2026-08-07T15:12:10.865Z | Compiling crc-any v2.5.0 |
| 481 | 2026-08-07T15:12:11.310Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 482 | 2026-08-07T15:12:11.445Z | Compiling constant_time_eq v0.4.2 |
| 483 | 2026-08-07T15:12:11.584Z | Compiling typed-path v0.12.3 |
| 484 | 2026-08-07T15:12:11.640Z | Compiling hex v0.4.3 |
| 485 | 2026-08-07T15:12:11.658Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-08-07T15:12:11.935Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 487 | 2026-08-07T15:12:11.948Z | Compiling yoke v0.8.2 |
| 488 | 2026-08-07T15:12:12.647Z | Compiling gimli v0.33.0 |
| 489 | 2026-08-07T15:12:16.069Z | Compiling zstd v0.13.3 |
| 490 | 2026-08-07T15:12:16.528Z | Compiling zip v8.6.0 |
| 491 | 2026-08-07T15:12:17.739Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 492 | 2026-08-07T15:12:22.010Z | Compiling console v0.16.3 |
| 493 | 2026-08-07T15:12:22.171Z | Compiling serde-big-array v0.5.1 |
| 494 | 2026-08-07T15:12:22.181Z | Compiling memmap2 v0.9.10 |
| 495 | 2026-08-07T15:12:22.320Z | Compiling rustc-demangle v0.1.27 |
| 496 | 2026-08-07T15:12:22.751Z | Compiling typed-arena v2.0.2 |
| 497 | 2026-08-07T15:12:22.901Z | Compiling unit-prefix v0.5.2 |
| 498 | 2026-08-07T15:12:23.059Z | Compiling path-slash v0.2.1 |
| 499 | 2026-08-07T15:12:23.327Z | Compiling plain v0.2.3 |
| 500 | 2026-08-07T15:12:23.440Z | Compiling colored v3.1.1 |
| 501 | 2026-08-07T15:12:23.592Z | Compiling goblin v0.10.5 |
| 502 | 2026-08-07T15:12:23.595Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 503 | 2026-08-07T15:12:23.731Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 504 | 2026-08-07T15:12:24.048Z | Compiling indicatif v0.18.4 |
| 505 | 2026-08-07T15:12:24.073Z | Compiling addr2line v0.26.1 |
| 506 | 2026-08-07T15:12:24.267Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 507 | 2026-08-07T15:12:24.940Z | Compiling rayon v1.12.0 |
| 508 | 2026-08-07T15:12:26.377Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-08-07T15:12:27.360Z | Compiling ron v0.12.1 |
| 510 | 2026-08-07T15:12:28.468Z | Compiling multimap v0.10.1 |
| 511 | 2026-08-07T15:12:28.810Z | Compiling datamap v0.1.0 |
| 512 | 2026-08-07T15:12:28.995Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-08-07T15:12:29.676Z | Compiling auto_impl v1.3.0 |
| 514 | 2026-08-07T15:12:30.883Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 515 | 2026-08-07T15:12:31.179Z | Compiling zerovec v0.11.6 |
| 516 | 2026-08-07T15:12:32.467Z | Compiling parking_lot v0.12.5 |
| 517 | 2026-08-07T15:12:33.055Z | Compiling tinystr v0.8.3 |
| 518 | 2026-08-07T15:12:33.258Z | Compiling rustc_version v0.4.1 |
| 519 | 2026-08-07T15:12:33.512Z | Compiling litemap v0.8.2 |
| 520 | 2026-08-07T15:12:33.700Z | Compiling ryu v1.0.23 |
| 521 | 2026-08-07T15:12:33.703Z | Compiling writeable v0.6.3 |
| 522 | 2026-08-07T15:12:33.903Z | Compiling icu_locale_core v2.2.0 |
| 523 | 2026-08-07T15:12:34.060Z | Compiling heapless v0.7.17 |
| 524 | 2026-08-07T15:12:34.337Z | Compiling potential_utf v0.1.5 |
| 525 | 2026-08-07T15:12:34.490Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 526 | 2026-08-07T15:12:34.829Z | Compiling zerotrie v0.2.4 |
| 527 | 2026-08-07T15:12:35.116Z | Compiling strum_macros v0.28.0 |
| 528 | 2026-08-07T15:12:35.381Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 529 | 2026-08-07T15:12:35.837Z | Compiling utf8_iter v1.0.4 |
| 530 | 2026-08-07T15:12:35.982Z | Compiling icu_collections v2.2.0 |
| 531 | 2026-08-07T15:12:36.468Z | Compiling icu_provider v2.2.0 |
| 532 | 2026-08-07T15:12:36.773Z | Compiling proc-macro-crate v3.5.0 |
| 533 | 2026-08-07T15:12:36.973Z | Compiling strum v0.28.0 |
| 534 | 2026-08-07T15:12:37.198Z | Compiling hash32 v0.2.1 |
| 535 | 2026-08-07T15:12:37.380Z | Compiling strum_macros v0.27.2 |
| 536 | 2026-08-07T15:12:37.871Z | Compiling percent-encoding v2.3.2 |
| 537 | 2026-08-07T15:12:39.180Z | Compiling strum v0.27.2 |
| 538 | 2026-08-07T15:12:39.774Z | Compiling postcard-cobs v0.1.5-pre |
| 539 | 2026-08-07T15:12:40.087Z | Compiling darling_core v0.20.11 |
| 540 | 2026-08-07T15:12:40.114Z | Compiling postcard v0.7.3 |
| 541 | 2026-08-07T15:12:40.155Z | Compiling pkg-version-impl v0.1.1 |
| 542 | 2026-08-07T15:12:40.404Z | Compiling icu_normalizer v2.2.0 |
| 543 | 2026-08-07T15:12:40.553Z | Compiling icu_properties v2.2.0 |
| 544 | 2026-08-07T15:12:40.929Z | Compiling capstone v0.14.0 |
| 545 | 2026-08-07T15:12:41.121Z | Compiling itertools v0.14.0 |
| 546 | 2026-08-07T15:12:41.657Z | Compiling bitflags v1.3.2 |
| 547 | 2026-08-07T15:12:41.679Z | Compiling idna_adapter v1.2.2 |
| 548 | 2026-08-07T15:12:41.815Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 549 | 2026-08-07T15:12:41.949Z | Compiling pkg-version v1.0.0 |
| 550 | 2026-08-07T15:12:41.981Z | Compiling virtue v0.0.18 |
| 551 | 2026-08-07T15:12:42.036Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 552 | 2026-08-07T15:12:42.105Z | Compiling darling_macro v0.20.11 |
| 553 | 2026-08-07T15:12:42.518Z | Compiling unicode-width v0.1.14 |
| 554 | 2026-08-07T15:12:42.639Z | Compiling bincode_derive v2.0.1 |
| 555 | 2026-08-07T15:12:42.672Z | Compiling darling v0.20.11 |
| 556 | 2026-08-07T15:12:42.694Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 557 | 2026-08-07T15:12:42.831Z | Compiling idna v1.1.0 |
| 558 | 2026-08-07T15:12:42.976Z | Compiling form_urlencoded v1.2.2 |
| 559 | 2026-08-07T15:12:43.141Z | Compiling bytemuck_derive v1.10.2 |
| 560 | 2026-08-07T15:12:43.247Z | Compiling pin-project-lite v0.2.17 |
| 561 | 2026-08-07T15:12:43.346Z | Compiling url v2.5.8 |
| 562 | 2026-08-07T15:12:43.354Z | Compiling deku_derive v0.18.1 |
| 563 | 2026-08-07T15:12:44.052Z | Compiling num_enum_derive v0.7.6 |
| 564 | 2026-08-07T15:12:44.061Z | Compiling jep106 v0.3.0 |
| 565 | 2026-08-07T15:12:44.308Z | Compiling bytemuck v1.25.0 |
| 566 | 2026-08-07T15:12:44.317Z | Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94) |
| 567 | 2026-08-07T15:12:44.329Z | Compiling tracing-core v0.1.36 |
| 568 | 2026-08-07T15:12:44.368Z | Compiling csv-core v0.1.13 |
| 569 | 2026-08-07T15:12:44.543Z | Compiling no_std_io2 v0.8.1 |
| 570 | 2026-08-07T15:12:44.594Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 571 | 2026-08-07T15:12:44.613Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 572 | 2026-08-07T15:12:44.675Z | Compiling unty v0.0.4 |
| 573 | 2026-08-07T15:12:44.834Z | Compiling futures-core v0.3.32 |
| 574 | 2026-08-07T15:12:45.005Z | Compiling heapless v0.9.3 |
| 575 | 2026-08-07T15:12:45.067Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 576 | 2026-08-07T15:12:45.098Z | Compiling base64 v0.22.1 |
| 577 | 2026-08-07T15:12:45.258Z | Compiling unsafe-libyaml v0.2.11 |
| 578 | 2026-08-07T15:12:45.408Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 579 | 2026-08-07T15:12:45.467Z | Compiling deku v0.18.1 |
| 580 | 2026-08-07T15:12:45.976Z | Compiling serde_yaml v0.9.34+deprecated |
| 581 | 2026-08-07T15:12:45.996Z | Compiling num_enum v0.7.6 |
| 582 | 2026-08-07T15:12:46.121Z | Compiling bincode v2.0.1 |
| 583 | 2026-08-07T15:12:46.768Z | Compiling csv v1.4.0 |
| 584 | 2026-08-07T15:12:46.948Z | Compiling hash32 v0.3.1 |
| 585 | 2026-08-07T15:12:47.119Z | Compiling md-5 v0.10.6 |
| 586 | 2026-08-07T15:12:47.291Z | Compiling serde_plain v1.0.2 |
| 587 | 2026-08-07T15:12:47.333Z | Compiling tracing-attributes v0.1.31 |
| 588 | 2026-08-07T15:12:47.612Z | Compiling miette-derive v7.6.0 |
| 589 | 2026-08-07T15:12:47.619Z | Compiling async-io v2.6.0 |
| 590 | 2026-08-07T15:12:47.856Z | Compiling slab v0.4.12 |
| 591 | 2026-08-07T15:12:47.929Z | Compiling libdevinfo-sys v1.1.0 |
| 592 | 2026-08-07T15:12:48.033Z | Compiling object v0.38.1 |
| 593 | 2026-08-07T15:12:48.095Z | Compiling devinfo v0.1.0 |
| 594 | 2026-08-07T15:12:48.455Z | Compiling esp-idf-part v0.6.0 |
| 595 | 2026-08-07T15:12:48.558Z | Compiling tracing v0.1.44 |
| 596 | 2026-08-07T15:12:48.641Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 597 | 2026-08-07T15:12:48.716Z | Compiling miette v7.6.0 |
| 598 | 2026-08-07T15:12:49.373Z | Compiling futures-lite v2.6.1 |
| 599 | 2026-08-07T15:12:49.696Z | Compiling nix v0.26.4 |
| 600 | 2026-08-07T15:12:49.836Z | Compiling gimli v0.32.3 |
| 601 | 2026-08-07T15:12:49.927Z | Compiling md-5 v0.11.0 |
| 602 | 2026-08-07T15:12:50.089Z | Compiling docsplay-macros v0.1.2 |
| 603 | 2026-08-07T15:12:50.242Z | Compiling concurrent-queue v2.5.0 |
| 604 | 2026-08-07T15:12:50.246Z | Compiling polling v3.11.0 |
| 605 | 2026-08-07T15:12:50.486Z | Compiling rmp v0.8.15 |
| 606 | 2026-08-07T15:12:50.722Z | Compiling futures-io v0.3.32 |
| 607 | 2026-08-07T15:12:50.825Z | Compiling parking v2.2.1 |
| 608 | 2026-08-07T15:12:51.077Z | Compiling docsplay v0.1.3 |
| 609 | 2026-08-07T15:12:51.117Z | Compiling rmp-serde v1.3.1 |
| 610 | 2026-08-07T15:12:51.179Z | Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8) |
| 611 | 2026-08-07T15:12:52.374Z | Compiling cobs v0.5.1 |
| 612 | 2026-08-07T15:12:52.769Z | Compiling espflash v4.4.0 |
| 613 | 2026-08-07T15:12:53.293Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 614 | 2026-08-07T15:12:53.917Z | Compiling uf2-decode v0.2.0 |
| 615 | 2026-08-07T15:12:54.098Z | Compiling dunce v1.0.5 |
| 616 | 2026-08-07T15:12:54.201Z | Compiling ihex v3.0.0 |
| 617 | 2026-08-07T15:12:54.210Z | Compiling chacha20 v0.10.0 |
| 618 | 2026-08-07T15:12:54.515Z | Compiling rand v0.10.1 |
| 619 | 2026-08-07T15:12:54.803Z | Compiling unicode-segmentation v1.13.2 |
| 620 | 2026-08-07T15:12:55.203Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 621 | 2026-08-07T15:12:55.358Z | Compiling signal-hook v0.3.18 |
| 622 | 2026-08-07T15:12:55.793Z | Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net) |
| 623 | 2026-08-07T15:12:56.913Z | Compiling signal-hook-registry v1.4.8 |
| 624 | 2026-08-07T15:12:57.008Z | Compiling convert_case v0.10.0 |
| 625 | 2026-08-07T15:12:57.079Z | Compiling mio v1.2.0 |
| 626 | 2026-08-07T15:12:57.505Z | Compiling mio v0.8.11 |
| 627 | 2026-08-07T15:12:57.723Z | Compiling derive_more-impl v2.1.1 |
| 628 | 2026-08-07T15:12:57.924Z | Compiling signal-hook-mio v0.2.5 |
| 629 | 2026-08-07T15:12:58.416Z | Compiling litrs v1.0.0 |
| 630 | 2026-08-07T15:12:58.697Z | Compiling derive_more v2.1.1 |
| 631 | 2026-08-07T15:12:58.717Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 632 | 2026-08-07T15:12:58.868Z | Compiling document-features v0.2.12 |
| 633 | 2026-08-07T15:12:59.189Z | Compiling convert_case v0.11.0 |
| 634 | 2026-08-07T15:12:59.198Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 635 | 2026-08-07T15:12:59.418Z | Compiling crossterm v0.29.0 |
| 636 | 2026-08-07T15:13:00.224Z | Compiling paste v1.0.15 |
| 637 | 2026-08-07T15:13:00.511Z | Compiling camino v1.2.2 |
| 638 | 2026-08-07T15:13:01.061Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 639 | 2026-08-07T15:13:01.654Z | Compiling crossbeam-channel v0.5.15 |
| 640 | 2026-08-07T15:13:01.676Z | Compiling castaway v0.2.4 |
| 641 | 2026-08-07T15:13:02.010Z | Compiling indoc v2.0.7 |
| 642 | 2026-08-07T15:13:02.290Z | Compiling thiserror v1.0.69 |
| 643 | 2026-08-07T15:13:02.411Z | Compiling instability v0.3.12 |
| 644 | 2026-08-07T15:13:02.548Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 645 | 2026-08-07T15:13:02.638Z | Compiling compact_str v0.9.0 |
| 646 | 2026-08-07T15:13:03.090Z | Compiling unicode-truncate v2.0.1 |
| 647 | 2026-08-07T15:13:03.334Z | Compiling lru v0.16.4 |
| 648 | 2026-08-07T15:13:03.457Z | Compiling kasuari v0.4.12 |
| 649 | 2026-08-07T15:13:03.574Z | Compiling thiserror-impl v1.0.69 |
| 650 | 2026-08-07T15:13:03.632Z | Compiling crossbeam-queue v0.3.12 |
| 651 | 2026-08-07T15:13:03.689Z | Compiling cargo-platform v0.3.3 |
| 652 | 2026-08-07T15:13:03.811Z | Compiling crossbeam v0.8.4 |
| 653 | 2026-08-07T15:13:03.888Z | Compiling cargo_metadata v0.23.1 |
| 654 | 2026-08-07T15:13:03.934Z | Compiling ratatui-core v0.1.0 |
| 655 | 2026-08-07T15:13:04.017Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 656 | 2026-08-07T15:13:05.112Z | Compiling lazy-regex v3.6.0 |
| 657 | 2026-08-07T15:13:05.786Z | Compiling strict v0.2.0 |
| 658 | 2026-08-07T15:13:05.804Z | Compiling base64 v0.13.1 |
| 659 | 2026-08-07T15:13:06.074Z | Compiling binrw_derive v0.14.2 |
| 660 | 2026-08-07T15:13:06.238Z | Compiling ron v0.6.6 |
| 661 | 2026-08-07T15:13:06.379Z | Compiling crokey-proc_macros v1.4.0 |
| 662 | 2026-08-07T15:13:06.508Z | Compiling crossterm v0.23.2 |
| 663 | 2026-08-07T15:13:06.954Z | Compiling line-clipping v0.3.7 |
| 664 | 2026-08-07T15:13:07.333Z | Compiling binrw v0.14.2 |
| 665 | 2026-08-07T15:13:07.343Z | Compiling owo-colors v3.5.0 |
| 666 | 2026-08-07T15:13:07.413Z | Compiling cargo-readme v3.3.2 |
| 667 | 2026-08-07T15:13:07.630Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 668 | 2026-08-07T15:13:08.098Z | Compiling crokey v1.4.0 |
| 669 | 2026-08-07T15:13:08.558Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 670 | 2026-08-07T15:13:08.717Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 671 | 2026-08-07T15:13:10.362Z | Compiling ratatui-widgets v0.3.0 |
| 672 | 2026-08-07T15:13:10.628Z | Compiling coolor v0.8.0 |
| 673 | 2026-08-07T15:13:10.933Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 674 | 2026-08-07T15:13:11.496Z | Compiling coolor v1.1.0 |
| 675 | 2026-08-07T15:13:11.776Z | Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump) |
| 676 | 2026-08-07T15:13:12.096Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 677 | 2026-08-07T15:13:12.336Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 678 | 2026-08-07T15:13:13.338Z | Compiling half v2.7.1 |
| 679 | 2026-08-07T15:13:13.483Z | Compiling minimad v0.13.1 |
| 680 | 2026-08-07T15:13:13.712Z | Compiling minimad v0.14.0 |
| 681 | 2026-08-07T15:13:13.715Z | Compiling ciborium-io v0.2.2 |
| 682 | 2026-08-07T15:13:13.818Z | Compiling convert_case v0.4.0 |
| 683 | 2026-08-07T15:13:14.119Z | Compiling array-init v2.1.0 |
| 684 | 2026-08-07T15:13:14.238Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 685 | 2026-08-07T15:13:14.364Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 686 | 2026-08-07T15:13:15.431Z | Compiling derive_more v0.99.20 |
| 687 | 2026-08-07T15:13:15.559Z | Compiling termimad v0.34.1 |
| 688 | 2026-08-07T15:13:15.754Z | Compiling ciborium-ll v0.2.2 |
| 689 | 2026-08-07T15:13:16.063Z | Compiling termimad v0.25.7 |
| 690 | 2026-08-07T15:13:16.996Z | Compiling ratatui-macros v0.7.0 |
| 691 | 2026-08-07T15:13:17.069Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 692 | 2026-08-07T15:13:17.090Z | Compiling ratatui-crossterm v0.1.0 |
| 693 | 2026-08-07T15:13:17.336Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 694 | 2026-08-07T15:13:17.699Z | Compiling sha2 v0.11.0 |
| 695 | 2026-08-07T15:13:17.817Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 696 | 2026-08-07T15:13:17.876Z | Compiling xml v1.2.1 |
| 697 | 2026-08-07T15:13:18.082Z | Compiling iana-time-zone v0.1.65 |
| 698 | 2026-08-07T15:13:18.462Z | Compiling parse-size v1.1.0 |
| 699 | 2026-08-07T15:13:18.672Z | Compiling serde-xml-rs v0.8.2 |
| 700 | 2026-08-07T15:13:19.806Z | Compiling chrono v0.4.44 |
| 701 | 2026-08-07T15:13:20.117Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 702 | 2026-08-07T15:13:22.548Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 703 | 2026-08-07T15:13:24.333Z | Compiling ratatui v0.30.0 |
| 704 | 2026-08-07T15:13:24.584Z | Compiling raw-cpuid v11.6.0 |
| 705 | 2026-08-07T15:13:24.680Z | Compiling ciborium v0.2.2 |
| 706 | 2026-08-07T15:13:24.708Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 707 | 2026-08-07T15:13:25.027Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 708 | 2026-08-07T15:13:25.248Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 709 | 2026-08-07T15:13:25.703Z | Compiling humility-bin v0.13.7 (/work/oxidecomputer/humility/humility-bin) |
| 710 | 2026-08-07T15:13:25.841Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 711 | 2026-08-07T15:13:26.283Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 712 | 2026-08-07T15:13:26.576Z | Compiling tracing-log v0.2.0 |
| 713 | 2026-08-07T15:13:27.007Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 714 | 2026-08-07T15:13:27.198Z | Compiling sharded-slab v0.1.7 |
| 715 | 2026-08-07T15:13:27.888Z | Compiling matchers v0.2.0 |
| 716 | 2026-08-07T15:13:28.032Z | Compiling termios v0.3.3 |
| 717 | 2026-08-07T15:13:28.061Z | Compiling thread_local v1.1.9 |
| 718 | 2026-08-07T15:13:28.218Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 719 | 2026-08-07T15:13:28.300Z | Compiling splitty v1.0.2 |
| 720 | 2026-08-07T15:13:28.479Z | Compiling nu-ansi-term v0.50.3 |
| 721 | 2026-08-07T15:13:28.488Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 722 | 2026-08-07T15:13:28.591Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 723 | 2026-08-07T15:13:28.651Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 724 | 2026-08-07T15:13:29.129Z | Compiling tracing-subscriber v0.3.23 |
| 725 | 2026-08-07T15:13:30.408Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 726 | 2026-08-07T15:13:30.484Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 727 | 2026-08-07T15:13:31.352Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 728 | 2026-08-07T15:13:33.123Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 729 | 2026-08-07T15:13:34.131Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 730 | 2026-08-07T15:13:35.735Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 731 | 2026-08-07T15:13:36.737Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 732 | 2026-08-07T15:13:37.440Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 733 | 2026-08-07T15:13:37.562Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 734 | 2026-08-07T15:13:38.905Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 735 | 2026-08-07T15:13:39.067Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 736 | 2026-08-07T15:13:41.084Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 737 | 2026-08-07T15:13:44.805Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 738 | 2026-08-07T15:13:45.838Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 739 | 2026-08-07T15:13:46.567Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 740 | 2026-08-07T15:13:48.672Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 741 | 2026-08-07T15:13:50.420Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 742 | 2026-08-07T15:13:51.298Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 743 | 2026-08-07T15:13:52.860Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 744 | 2026-08-07T15:13:54.382Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 745 | 2026-08-07T15:13:55.112Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 746 | 2026-08-07T15:13:55.551Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 747 | 2026-08-07T15:13:59.095Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 748 | 2026-08-07T15:13:59.260Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 749 | 2026-08-07T15:13:59.569Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 750 | 2026-08-07T15:13:59.732Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 751 | 2026-08-07T15:13:59.872Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 752 | 2026-08-07T15:14:00.037Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 753 | 2026-08-07T15:14:03.141Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 754 | 2026-08-07T15:14:03.994Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 755 | 2026-08-07T15:14:04.888Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 756 | 2026-08-07T15:14:05.569Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 757 | 2026-08-07T15:14:07.132Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 758 | 2026-08-07T15:14:07.552Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 759 | 2026-08-07T15:14:07.866Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 760 | 2026-08-07T15:14:08.204Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 761 | 2026-08-07T15:14:08.947Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 762 | 2026-08-07T15:14:10.470Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 763 | 2026-08-07T15:14:10.601Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 764 | 2026-08-07T15:14:10.938Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 765 | 2026-08-07T15:14:12.353Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 766 | 2026-08-07T15:14:13.536Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 767 | 2026-08-07T15:14:13.648Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 768 | 2026-08-07T15:14:14.743Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 769 | 2026-08-07T15:14:15.216Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 770 | 2026-08-07T15:14:16.831Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 771 | 2026-08-07T15:14:17.442Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 772 | 2026-08-07T15:14:17.803Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 773 | 2026-08-07T15:14:18.128Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 774 | 2026-08-07T15:14:18.594Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 775 | 2026-08-07T15:14:19.318Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 776 | 2026-08-07T15:14:42.626Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 11s |
| 777 | 2026-08-07T15:14:42.629Z | warning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2 |
| 778 | 2026-08-07T15:14:42.629Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 779 | 2026-08-07T15:15:42.687Z | pkg://helios/developer/debug/humility@0.13.7.718,5.11-3.0:20260807T151449Z |
| 780 | 2026-08-07T15:15:42.687Z | PUBLISHED |
| 781 | 2026-08-07T15:15:42.918Z | Retrieving packages for publisher helios ... |
| 782 | 2026-08-07T15:15:42.921Z | Retrieving catalog 'helios' ... Done |
| 783 | 2026-08-07T15:15:42.921Z | Retrieving and evaluating 1 package(s)... |
| 784 | 2026-08-07T15:15:42.921Z | Fetching manifests: 1/1 100% complete |
| 785 | 2026-08-07T15:15:42.921Z | Fetching manifests: 1/1 100% complete |
| 786 | 2026-08-07T15:15:42.921Z | |
| 787 | 2026-08-07T15:15:42.921Z | Archiving packages ... |
| 788 | 2026-08-07T15:15:42.921Z | Packages to add: 1 |
| 789 | 2026-08-07T15:15:42.921Z | Files to retrieve: 1 |
| 790 | 2026-08-07T15:15:42.922Z | Estimated transfer size: 135.62 MB |
| 791 | 2026-08-07T15:15:42.922Z | |
| 792 | 2026-08-07T15:15:42.922Z | Packages to archive: |
| 793 | 2026-08-07T15:15:42.922Z | developer/debug/humility@0.13.7.718,5.11-3.0:20260807T151449Z |
| 794 | 2026-08-07T15:15:42.922Z | |
| 795 | 2026-08-07T15:15:42.922Z | Download: 0/1 items 0.0/135.6MB 0% complete |
| 796 | 2026-08-07T15:15:43.175Z | Download: Completed 135.62 MB in 0.25 seconds (533M/s) |
| 797 | 2026-08-07T15:15:43.178Z | Archiving: 1/10 items 0.0/135.6MB 0% complete |
| 798 | 2026-08-07T15:15:43.205Z | Archiving: Completed 135.64 MB in 0.03 seconds |
| 799 | 2026-08-07T15:15:43.246Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.7.718-3.0.p5p. |
| 800 | 2026-08-07T15:15:43.253Z | |
| 801 | 2026-08-07T15:15:43.256Z | real 4:39.986603835 |
| 802 | 2026-08-07T15:15:43.256Z | user 22:43.077484261 |
| 803 | 2026-08-07T15:15:43.256Z | sys 1:38.954240157 |
| 804 | 2026-08-07T15:15:43.256Z | trap 0.666259487 |
| 805 | 2026-08-07T15:15:43.256Z | tflt 1.023650706 |
| 806 | 2026-08-07T15:15:43.256Z | dflt 1.727649055 |
| 807 | 2026-08-07T15:15:43.256Z | kflt 0.008907031 |
| 808 | 2026-08-07T15:15:43.256Z | lock 1:39:09.867646449 |
| 809 | 2026-08-07T15:15:43.256Z | slp 1:13:17.815917017 |
| 810 | 2026-08-07T15:15:43.256Z | lat 1:14.380090178 |
| 811 | 2026-08-07T15:15:43.256Z | stop 1:21.353230815 |
| 812 | 2026-08-07T15:15:43.256Z | + banner copy |
| 813 | 2026-08-07T15:15:43.256Z | |
| 814 | 2026-08-07T15:15:43.256Z | #### #### ##### # # |
| 815 | 2026-08-07T15:15:43.256Z | # # # # # # # # |
| 816 | 2026-08-07T15:15:43.256Z | # # # # # # |
| 817 | 2026-08-07T15:15:43.256Z | # # # ##### # |
| 818 | 2026-08-07T15:15:43.256Z | # # # # # # |
| 819 | 2026-08-07T15:15:43.256Z | #### #### # # |
| 820 | 2026-08-07T15:15:43.256Z | |
| 821 | 2026-08-07T15:15:43.256Z | + pfexec mkdir -p /out |
| 822 | 2026-08-07T15:15:43.259Z | + pfexec chown 12345 /out |
| 823 | 2026-08-07T15:15:43.259Z | + PKG_NAME=/out/humility.p5p |
| 824 | 2026-08-07T15:15:43.259Z | + mv pkg/packages/repo/humility-0.13.7.718-3.0.p5p /out/humility.p5p |
| 825 | 2026-08-07T15:15:43.365Z | + sha256sum /out/humility.p5p |
| 826 | 2026-08-07T15:15:43.445Z | process exited: duration 287437 ms, exit code 0 |
| |
| 827 | 2026-08-07T15:15:43.456Z | found 2 output files |
| 828 | 2026-08-07T15:15:43.456Z | uploading: /out/humility.p5p (142233600 bytes) |
| 829 | 2026-08-07T15:15:45.468Z | uploaded: /out/humility.p5p |
| 830 | 2026-08-07T15:15:45.468Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 831 | 2026-08-07T15:15:46.477Z | uploaded: /out/humility.p5p.sha256 |