|
|
|
| 1 | 2026-06-08T16:57:56.805Z | job assigned to worker 01KTM2N88CM856YAC93GR68A30 [factory aws, i-0399d37a38cd8ec47] (queued for 52 s) |
| |
| 2 | 2026-06-08T16:58:03.795Z | starting task 0: "setup" |
| 3 | 2026-06-08T16:58:03.808Z | ++ uname -s |
| 4 | 2026-06-08T16:58:03.808Z | + kern=SunOS |
| 5 | 2026-06-08T16:58:03.808Z | + build_user=build |
| 6 | 2026-06-08T16:58:03.808Z | + build_uid=12345 |
| 7 | 2026-06-08T16:58:03.808Z | + work_dir=/work |
| 8 | 2026-06-08T16:58:03.808Z | + input_dir=/input |
| 9 | 2026-06-08T16:58:03.809Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T16:58:03.809Z | + case "$kern" in |
| 11 | 2026-06-08T16:58:03.809Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T16:58:03.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T16:58:05.813Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T16:58:05.928Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T16:58:05.955Z | + home_fs=zfs |
| 16 | 2026-06-08T16:58:05.955Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T16:58:05.956Z | + mkdir -p /home/build |
| 18 | 2026-06-08T16:58:05.956Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T16:58:07.939Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T16:58:08.009Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-06-08T16:58:08.107Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T16:58:08.184Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-08T16:58:08.184Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-08T16:58:08.184Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-08T16:58:08.184Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-08T16:58:08.184Z | * rust toolchain channel = "stable" |
| 27 | 2026-06-08T16:58:08.184Z | * rust toolchain profile = "default" |
| 28 | 2026-06-08T16:58:08.184Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T16:58:08.184Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-08T16:58:08.256Z | info: downloading installer |
| 31 | 2026-06-08T16:58:09.551Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T16:58:09.551Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T16:58:09.551Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T16:58:09.551Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T16:58:09.561Z | info: profile set to default |
| 36 | 2026-06-08T16:58:09.561Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T16:58:09.561Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-08T16:58:09.696Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-08T16:58:09.699Z | info: downloading 6 components |
| 40 | 2026-06-08T16:58:25.086Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-08T16:58:25.087Z | |
| 42 | 2026-06-08T16:58:25.117Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-08T16:58:25.117Z | |
| 44 | 2026-06-08T16:58:25.117Z | |
| 45 | 2026-06-08T16:58:25.117Z | Rust is installed now. Great! |
| 46 | 2026-06-08T16:58:25.117Z | |
| 47 | 2026-06-08T16:58:25.117Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T16:58:25.117Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T16:58:25.122Z | |
| 50 | 2026-06-08T16:58:25.122Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T16:58:25.122Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T16:58:25.122Z | |
| 53 | 2026-06-08T16:58:25.122Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T16:58:25.122Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T16:58:25.122Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T16:58:25.122Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T16:58:25.122Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T16:58:25.122Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T16:58:25.122Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T16:58:25.122Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T16:58:25.122Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T16:58:25.219Z | + rustup --version |
| 63 | 2026-06-08T16:58:25.229Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T16:58:25.231Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T16:58:25.250Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-08T16:58:25.253Z | + cargo --version |
| 67 | 2026-06-08T16:58:25.266Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-08T16:58:25.268Z | + rustc --version |
| 69 | 2026-06-08T16:58:25.304Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-08T16:58:25.309Z | process exited: duration 17210 ms, exit code 0 |
| |
| 71 | 2026-06-08T16:58:25.315Z | starting task 2: "authentication" |
| 72 | 2026-06-08T16:58:25.328Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-06-08T16:58:37.479Z | process exited: duration 12114 ms, exit code 0 |
| |
| 74 | 2026-06-08T16:58:37.559Z | starting task 3: "clone repository" |
| 75 | 2026-06-08T16:58:37.599Z | + mkdir -p /work/oxidecomputer/humility |
| 76 | 2026-06-08T16:58:37.599Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 77 | 2026-06-08T16:58:37.599Z | Cloning into '/work/oxidecomputer/humility'... |
| 78 | 2026-06-08T16:59:09.245Z | + cd /work/oxidecomputer/humility |
| 79 | 2026-06-08T16:59:09.245Z | + git fetch origin 9c8549ac4788a031b5e64a43b314d9901de0f448 |
| 80 | 2026-06-08T16:59:09.480Z | From https://github.com/oxidecomputer/humility |
| 81 | 2026-06-08T16:59:09.480Z | * branch 9c8549ac4788a031b5e64a43b314d9901de0f448 -> FETCH_HEAD |
| 82 | 2026-06-08T16:59:09.491Z | + [[ -n mkeeter/probe-that-elf ]] |
| 83 | 2026-06-08T16:59:09.502Z | ++ git branch --show-current |
| 84 | 2026-06-08T16:59:09.502Z | + current=master |
| 85 | 2026-06-08T16:59:09.502Z | + [[ master != mkeeter/probe-that-elf ]] |
| 86 | 2026-06-08T16:59:09.502Z | + git branch -f mkeeter/probe-that-elf 9c8549ac4788a031b5e64a43b314d9901de0f448 |
| 87 | 2026-06-08T16:59:09.502Z | + git checkout -f mkeeter/probe-that-elf |
| 88 | 2026-06-08T16:59:10.259Z | Switched to branch 'mkeeter/probe-that-elf' |
| 89 | 2026-06-08T16:59:10.264Z | + git reset --hard 9c8549ac4788a031b5e64a43b314d9901de0f448 |
| 90 | 2026-06-08T16:59:10.275Z | HEAD is now at 9c8549ac Load ELF data directly using probe_rs |
| 91 | 2026-06-08T16:59:10.280Z | process exited: duration 32741 ms, exit code 0 |
| |
| 92 | 2026-06-08T16:59:10.301Z | starting task 4: "build" |
| 93 | 2026-06-08T16:59:10.309Z | + export CARGO_INCREMENTAL=0 |
| 94 | 2026-06-08T16:59:10.309Z | + CARGO_INCREMENTAL=0 |
| 95 | 2026-06-08T16:59:10.309Z | + banner deps |
| 96 | 2026-06-08T16:59:10.309Z | |
| 97 | 2026-06-08T16:59:10.309Z | ##### ###### ##### #### |
| 98 | 2026-06-08T16:59:10.309Z | # # # # # # |
| 99 | 2026-06-08T16:59:10.309Z | # # ##### # # #### |
| 100 | 2026-06-08T16:59:10.309Z | # # # ##### # |
| 101 | 2026-06-08T16:59:10.309Z | # # # # # # |
| 102 | 2026-06-08T16:59:10.309Z | ##### ###### # #### |
| 103 | 2026-06-08T16:59:10.309Z | |
| 104 | 2026-06-08T16:59:10.309Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 105 | 2026-06-08T16:59:10.310Z | + PKG_SUCCESS_ON_NOP=1 |
| 106 | 2026-06-08T16:59:10.310Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 107 | 2026-06-08T16:59:11.242Z | Startup: Refreshing catalog 'helios' ... Done |
| 108 | 2026-06-08T16:59:11.327Z | Startup: Caching catalogs ... Done |
| 109 | 2026-06-08T16:59:11.647Z | Planning: Solver setup ... Done (0.283s) |
| 110 | 2026-06-08T16:59:11.668Z | Planning: Running solver ... Done (0.021s) |
| 111 | 2026-06-08T16:59:11.677Z | Planning: Finding local manifests ... Done (0.004s) |
| 112 | 2026-06-08T16:59:11.688Z | Planning: Fetching manifests: 0/2 0% complete |
| 113 | 2026-06-08T16:59:11.703Z | Planning: Fetching manifests: 2/2 100% complete |
| 114 | 2026-06-08T16:59:11.716Z | Planning: Package planning ... Done (0.012s) |
| 115 | 2026-06-08T16:59:11.720Z | Planning: Merging actions ... Done (0.000s) |
| 116 | 2026-06-08T16:59:11.892Z | Planning: Checking for conflicting actions ... Done (0.177s) |
| 117 | 2026-06-08T16:59:11.895Z | Planning: Consolidating action changes ... Done (0.000s) |
| 118 | 2026-06-08T16:59:12.688Z | Planning: Evaluating mediators ... Done (0.796s) |
| 119 | 2026-06-08T16:59:12.692Z | Planning: Planning completed in 1.34 seconds |
| 120 | 2026-06-08T16:59:12.786Z | Packages to install: 2 |
| 121 | 2026-06-08T16:59:12.786Z | Estimated space available: 155.81 GB |
| 122 | 2026-06-08T16:59:12.786Z | Estimated space to be consumed: 17.57 MB |
| 123 | 2026-06-08T16:59:12.786Z | Create boot environment: No |
| 124 | 2026-06-08T16:59:12.786Z | Create backup boot environment: No |
| 125 | 2026-06-08T16:59:12.790Z | Rebuild boot archive: No |
| 126 | 2026-06-08T16:59:12.790Z | |
| 127 | 2026-06-08T16:59:12.790Z | Changed packages: |
| 128 | 2026-06-08T16:59:12.790Z | helios |
| 129 | 2026-06-08T16:59:12.790Z | library/libftdi1 |
| 130 | 2026-06-08T16:59:12.790Z | None -> 1.5-3.0 |
| 131 | 2026-06-08T16:59:12.790Z | ooce/library/libusb-1 |
| 132 | 2026-06-08T16:59:12.790Z | None -> 1.0.29-3.1 |
| 133 | 2026-06-08T16:59:12.815Z | |
| 134 | 2026-06-08T16:59:12.815Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 135 | 2026-06-08T16:59:12.856Z | Download: Completed 377.70 kB in 0.04 seconds (8.3M/s) |
| 136 | 2026-06-08T16:59:12.974Z | Actions: 1/61 actions (Installing new actions) |
| 137 | 2026-06-08T16:59:12.988Z | Actions: Completed 61 actions in 0.01 seconds. |
| 138 | 2026-06-08T16:59:13.023Z | Finalize: Updating package state database ... Done (0.035s) |
| 139 | 2026-06-08T16:59:13.023Z | Finalize: Updating package cache ... Done (0.000s) |
| 140 | 2026-06-08T16:59:13.044Z | Finalize: Updating image state ... Done (0.022s) |
| 141 | 2026-06-08T16:59:15.389Z | Finalize: Creating fast lookup database ... Done (2.322s) |
| 142 | 2026-06-08T16:59:15.456Z | Finalize: Reading search index ... Done (0.013s) |
| 143 | 2026-06-08T16:59:15.459Z | Finalize: Updating search index ... Done (0.000s) |
| 144 | 2026-06-08T16:59:15.528Z | Finalize: Updating package cache ... Done (0.000s) |
| 145 | 2026-06-08T16:59:15.616Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 146 | 2026-06-08T16:59:15.825Z | FMRI IFO |
| 147 | 2026-06-08T16:59:15.825Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 148 | 2026-06-08T16:59:15.825Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 149 | 2026-06-08T16:59:15.858Z | + cargo --version |
| 150 | 2026-06-08T16:59:15.872Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 151 | 2026-06-08T16:59:15.877Z | + rustc --version |
| 152 | 2026-06-08T16:59:15.891Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 153 | 2026-06-08T16:59:15.894Z | + banner package |
| 154 | 2026-06-08T16:59:15.900Z | |
| 155 | 2026-06-08T16:59:15.900Z | ##### ## #### # # ## #### ###### |
| 156 | 2026-06-08T16:59:15.900Z | # # # # # # # # # # # # # |
| 157 | 2026-06-08T16:59:15.900Z | # # # # # #### # # # ##### |
| 158 | 2026-06-08T16:59:15.900Z | ##### ###### # # # ###### # ### # |
| 159 | 2026-06-08T16:59:15.900Z | # # # # # # # # # # # # |
| 160 | 2026-06-08T16:59:15.900Z | # # # #### # # # # #### ###### |
| 161 | 2026-06-08T16:59:15.901Z | |
| 162 | 2026-06-08T16:59:15.901Z | + ptime -m cargo xtask package |
| 163 | 2026-06-08T16:59:16.008Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 164 | 2026-06-08T16:59:16.276Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 165 | 2026-06-08T16:59:16.764Z | Updating git repository `https://github.com/oxidecomputer/rusb` |
| 166 | 2026-06-08T16:59:17.142Z | Updating git submodule `https://github.com/libusb/libusb.git` |
| 167 | 2026-06-08T16:59:17.947Z | Updating crates.io index |
| 168 | 2026-06-08T16:59:17.950Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 169 | 2026-06-08T16:59:18.228Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 170 | 2026-06-08T16:59:18.638Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 171 | 2026-06-08T16:59:18.959Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 172 | 2026-06-08T16:59:19.324Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 173 | 2026-06-08T16:59:19.555Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 174 | 2026-06-08T16:59:19.811Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 175 | 2026-06-08T16:59:21.809Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 176 | 2026-06-08T16:59:22.269Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 177 | 2026-06-08T16:59:22.590Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 178 | 2026-06-08T16:59:22.883Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 179 | 2026-06-08T16:59:23.200Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 180 | 2026-06-08T16:59:23.432Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 181 | 2026-06-08T16:59:24.184Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 182 | 2026-06-08T16:59:26.508Z | Downloading crates ... |
| 183 | 2026-06-08T16:59:26.541Z | Downloaded anstream v1.0.0 |
| 184 | 2026-06-08T16:59:26.541Z | Downloaded anstyle-parse v1.0.0 |
| 185 | 2026-06-08T16:59:26.541Z | Downloaded anstyle-query v1.1.5 |
| 186 | 2026-06-08T16:59:26.541Z | Downloaded colorchoice v1.0.5 |
| 187 | 2026-06-08T16:59:26.541Z | Downloaded anstyle v1.0.14 |
| 188 | 2026-06-08T16:59:26.541Z | Downloaded anyhow v1.0.102 |
| 189 | 2026-06-08T16:59:26.541Z | Downloaded strsim v0.11.1 |
| 190 | 2026-06-08T16:59:26.541Z | Downloaded is_terminal_polyfill v1.70.2 |
| 191 | 2026-06-08T16:59:26.563Z | Downloaded equivalent v1.0.2 |
| 192 | 2026-06-08T16:59:26.564Z | Downloaded serde_spanned v1.1.1 |
| 193 | 2026-06-08T16:59:26.564Z | Downloaded itoa v1.0.18 |
| 194 | 2026-06-08T16:59:26.564Z | Downloaded aho-corasick v1.1.4 |
| 195 | 2026-06-08T16:59:26.564Z | Downloaded clap_lex v1.1.0 |
| 196 | 2026-06-08T16:59:26.582Z | Downloaded cargo-platform v0.3.3 |
| 197 | 2026-06-08T16:59:26.582Z | Downloaded percent-encoding v2.3.2 |
| 198 | 2026-06-08T16:59:26.582Z | Downloaded utf8parse v0.2.2 |
| 199 | 2026-06-08T16:59:26.582Z | Downloaded lazy_static v1.5.0 |
| 200 | 2026-06-08T16:59:26.583Z | Downloaded heck v0.5.0 |
| 201 | 2026-06-08T16:59:26.583Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 202 | 2026-06-08T16:59:26.583Z | Downloaded thiserror v2.0.18 |
| 203 | 2026-06-08T16:59:26.583Z | Downloaded quote v1.0.45 |
| 204 | 2026-06-08T16:59:26.598Z | Downloaded cargo_metadata v0.23.1 |
| 205 | 2026-06-08T16:59:26.598Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 206 | 2026-06-08T16:59:26.598Z | Downloaded thiserror-impl v2.0.18 |
| 207 | 2026-06-08T16:59:26.621Z | Downloaded zmij v1.0.21 |
| 208 | 2026-06-08T16:59:26.621Z | Downloaded clap_derive v4.6.1 |
| 209 | 2026-06-08T16:59:26.642Z | Downloaded camino v1.2.2 |
| 210 | 2026-06-08T16:59:26.642Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 211 | 2026-06-08T16:59:26.642Z | Downloaded semver v1.0.28 |
| 212 | 2026-06-08T16:59:26.642Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 213 | 2026-06-08T16:59:26.663Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-06-08T16:59:26.663Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-06-08T16:59:26.663Z | Downloaded clap v4.6.1 |
| 216 | 2026-06-08T16:59:26.663Z | Downloaded cargo-readme v3.3.2 |
| 217 | 2026-06-08T16:59:26.663Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-06-08T16:59:26.681Z | Downloaded serde_core v1.0.228 |
| 219 | 2026-06-08T16:59:26.704Z | Downloaded memchr v2.8.0 |
| 220 | 2026-06-08T16:59:26.705Z | Downloaded serde v1.0.228 |
| 221 | 2026-06-08T16:59:26.705Z | Downloaded indexmap v2.14.0 |
| 222 | 2026-06-08T16:59:26.730Z | Downloaded hashbrown v0.17.0 |
| 223 | 2026-06-08T16:59:26.730Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-06-08T16:59:26.759Z | Downloaded winnow v1.0.2 |
| 225 | 2026-06-08T16:59:26.759Z | Downloaded regex v1.12.3 |
| 226 | 2026-06-08T16:59:26.759Z | Downloaded clap_builder v4.6.0 |
| 227 | 2026-06-08T16:59:26.774Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-06-08T16:59:26.774Z | Downloaded syn v2.0.117 |
| 229 | 2026-06-08T16:59:26.794Z | Downloaded regex-automata v0.4.14 |
| 230 | 2026-06-08T16:59:26.823Z | Compiling proc-macro2 v1.0.106 |
| 231 | 2026-06-08T16:59:26.823Z | Compiling serde_core v1.0.228 |
| 232 | 2026-06-08T16:59:26.823Z | Compiling quote v1.0.45 |
| 233 | 2026-06-08T16:59:26.823Z | Compiling unicode-ident v1.0.24 |
| 234 | 2026-06-08T16:59:26.823Z | Compiling memchr v2.8.0 |
| 235 | 2026-06-08T16:59:26.823Z | Compiling utf8parse v0.2.2 |
| 236 | 2026-06-08T16:59:26.823Z | Compiling anstyle-query v1.1.5 |
| 237 | 2026-06-08T16:59:27.372Z | Compiling anstyle v1.0.14 |
| 238 | 2026-06-08T16:59:27.425Z | Compiling anstyle-parse v1.0.0 |
| 239 | 2026-06-08T16:59:27.425Z | Compiling is_terminal_polyfill v1.70.2 |
| 240 | 2026-06-08T16:59:27.425Z | Compiling serde v1.0.228 |
| 241 | 2026-06-08T16:59:27.425Z | Compiling colorchoice v1.0.5 |
| 242 | 2026-06-08T16:59:27.425Z | Compiling zmij v1.0.21 |
| 243 | 2026-06-08T16:59:27.425Z | Compiling camino v1.2.2 |
| 244 | 2026-06-08T16:59:27.425Z | Compiling anstream v1.0.0 |
| 245 | 2026-06-08T16:59:27.425Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-06-08T16:59:27.425Z | Compiling clap_lex v1.1.0 |
| 247 | 2026-06-08T16:59:28.073Z | Compiling serde_json v1.0.149 |
| 248 | 2026-06-08T16:59:28.073Z | Compiling heck v0.5.0 |
| 249 | 2026-06-08T16:59:28.148Z | Compiling strsim v0.11.1 |
| 250 | 2026-06-08T16:59:28.148Z | Compiling regex-syntax v0.8.10 |
| 251 | 2026-06-08T16:59:28.148Z | Compiling winnow v1.0.2 |
| 252 | 2026-06-08T16:59:28.148Z | Compiling thiserror v2.0.18 |
| 253 | 2026-06-08T16:59:28.148Z | Compiling clap_builder v4.6.0 |
| 254 | 2026-06-08T16:59:28.148Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 255 | 2026-06-08T16:59:28.148Z | Compiling syn v2.0.117 |
| 256 | 2026-06-08T16:59:28.202Z | Compiling itoa v1.0.18 |
| 257 | 2026-06-08T16:59:28.466Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 258 | 2026-06-08T16:59:29.006Z | Compiling anyhow v1.0.102 |
| 259 | 2026-06-08T16:59:29.423Z | Compiling lazy_static v1.5.0 |
| 260 | 2026-06-08T16:59:29.423Z | Compiling percent-encoding v2.3.2 |
| 261 | 2026-06-08T16:59:29.423Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-06-08T16:59:29.423Z | Compiling serde_spanned v1.1.1 |
| 263 | 2026-06-08T16:59:29.423Z | Compiling cargo-platform v0.3.3 |
| 264 | 2026-06-08T16:59:29.423Z | Compiling regex-automata v0.4.14 |
| 265 | 2026-06-08T16:59:30.050Z | Compiling semver v1.0.28 |
| 266 | 2026-06-08T16:59:30.050Z | Compiling toml v1.1.2+spec-1.1.0 |
| 267 | 2026-06-08T16:59:30.572Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-08T16:59:30.572Z | Compiling clap_derive v4.6.1 |
| 269 | 2026-06-08T16:59:30.572Z | Compiling thiserror-impl v2.0.18 |
| 270 | 2026-06-08T16:59:30.717Z | Compiling regex v1.12.3 |
| 271 | 2026-06-08T16:59:31.842Z | Compiling clap v4.6.1 |
| 272 | 2026-06-08T16:59:32.819Z | Compiling cargo_metadata v0.23.1 |
| 273 | 2026-06-08T16:59:32.819Z | Compiling cargo-readme v3.3.2 |
| 274 | 2026-06-08T16:59:33.561Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 275 | 2026-06-08T16:59:34.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s |
| 276 | 2026-06-08T16:59:34.997Z | Running `target/debug/xtask package` |
| 277 | 2026-06-08T16:59:38.574Z | Compiling proc-macro2 v1.0.106 |
| 278 | 2026-06-08T16:59:38.574Z | Compiling quote v1.0.45 |
| 279 | 2026-06-08T16:59:38.574Z | Compiling unicode-ident v1.0.24 |
| 280 | 2026-06-08T16:59:38.574Z | Compiling serde_core v1.0.228 |
| 281 | 2026-06-08T16:59:38.597Z | Compiling libc v0.2.186 |
| 282 | 2026-06-08T16:59:38.597Z | Compiling serde v1.0.228 |
| 283 | 2026-06-08T16:59:38.597Z | Compiling cfg-if v1.0.4 |
| 284 | 2026-06-08T16:59:38.597Z | Compiling autocfg v1.5.0 |
| 285 | 2026-06-08T16:59:38.695Z | Compiling find-msvc-tools v0.1.9 |
| 286 | 2026-06-08T16:59:38.843Z | Compiling shlex v1.3.0 |
| 287 | 2026-06-08T16:59:38.929Z | Compiling log v0.4.29 |
| 288 | 2026-06-08T16:59:39.024Z | Compiling typenum v1.20.0 |
| 289 | 2026-06-08T16:59:39.025Z | Compiling scopeguard v1.2.0 |
| 290 | 2026-06-08T16:59:39.055Z | Compiling memchr v2.8.0 |
| 291 | 2026-06-08T16:59:39.195Z | Compiling lock_api v0.4.14 |
| 292 | 2026-06-08T16:59:39.373Z | Compiling errno v0.3.14 |
| 293 | 2026-06-08T16:59:39.462Z | Compiling jobserver v0.1.34 |
| 294 | 2026-06-08T16:59:39.495Z | Compiling heck v0.5.0 |
| 295 | 2026-06-08T16:59:39.546Z | Compiling pkg-config v0.3.33 |
| 296 | 2026-06-08T16:59:39.631Z | Compiling cc v1.2.61 |
| 297 | 2026-06-08T16:59:40.151Z | Compiling thiserror v2.0.18 |
| 298 | 2026-06-08T16:59:40.181Z | Compiling syn v2.0.117 |
| 299 | 2026-06-08T16:59:40.181Z | Compiling smallvec v1.15.1 |
| 300 | 2026-06-08T16:59:40.181Z | Compiling foldhash v0.2.0 |
| 301 | 2026-06-08T16:59:40.181Z | Compiling syn v1.0.109 |
| 302 | 2026-06-08T16:59:40.246Z | Compiling zerocopy v0.8.48 |
| 303 | 2026-06-08T16:59:40.295Z | Compiling equivalent v1.0.2 |
| 304 | 2026-06-08T16:59:40.324Z | Compiling strsim v0.11.1 |
| 305 | 2026-06-08T16:59:40.389Z | Compiling anyhow v1.0.102 |
| 306 | 2026-06-08T16:59:40.473Z | Compiling zeroize v1.8.2 |
| 307 | 2026-06-08T16:59:40.646Z | Compiling rustix v1.1.4 |
| 308 | 2026-06-08T16:59:40.658Z | Compiling libm v0.2.16 |
| 309 | 2026-06-08T16:59:40.687Z | Compiling num-traits v0.2.19 |
| 310 | 2026-06-08T16:59:40.827Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-08T16:59:40.925Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-08T16:59:40.961Z | Compiling version_check v0.9.5 |
| 313 | 2026-06-08T16:59:41.233Z | Compiling generic-array v0.14.7 |
| 314 | 2026-06-08T16:59:41.338Z | Compiling hybrid-array v0.4.11 |
| 315 | 2026-06-08T16:59:41.419Z | Compiling crossbeam-utils v0.8.21 |
| 316 | 2026-06-08T16:59:41.450Z | Compiling zmij v1.0.21 |
| 317 | 2026-06-08T16:59:41.744Z | Compiling aho-corasick v1.1.4 |
| 318 | 2026-06-08T16:59:41.773Z | Compiling ident_case v1.0.1 |
| 319 | 2026-06-08T16:59:41.773Z | Compiling regex-syntax v0.8.10 |
| 320 | 2026-06-08T16:59:42.435Z | Compiling allocator-api2 v0.2.21 |
| 321 | 2026-06-08T16:59:42.676Z | Compiling darling_core v0.23.0 |
| 322 | 2026-06-08T16:59:42.783Z | Compiling static_assertions v1.1.0 |
| 323 | 2026-06-08T16:59:42.863Z | Compiling once_cell v1.21.4 |
| 324 | 2026-06-08T16:59:43.095Z | Compiling hashbrown v0.16.1 |
| 325 | 2026-06-08T16:59:43.105Z | Compiling crypto-common v0.2.1 |
| 326 | 2026-06-08T16:59:43.292Z | Compiling spin v0.9.8 |
| 327 | 2026-06-08T16:59:43.540Z | Compiling regex-automata v0.4.14 |
| 328 | 2026-06-08T16:59:43.742Z | Compiling serde_derive v1.0.228 |
| 329 | 2026-06-08T16:59:43.873Z | Compiling thiserror-impl v2.0.18 |
| 330 | 2026-06-08T16:59:44.494Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-06-08T16:59:44.811Z | Compiling darling_macro v0.23.0 |
| 332 | 2026-06-08T16:59:44.838Z | Compiling byteorder v1.5.0 |
| 333 | 2026-06-08T16:59:45.090Z | Compiling base64ct v1.8.3 |
| 334 | 2026-06-08T16:59:45.148Z | Compiling typeid v1.0.3 |
| 335 | 2026-06-08T16:59:45.387Z | Compiling itoa v1.0.18 |
| 336 | 2026-06-08T16:59:45.448Z | Compiling darling v0.23.0 |
| 337 | 2026-06-08T16:59:45.486Z | Compiling pem-rfc7468 v0.7.0 |
| 338 | 2026-06-08T16:59:45.523Z | Compiling der_derive v0.7.3 |
| 339 | 2026-06-08T16:59:45.605Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-06-08T16:59:46.292Z | Compiling regex v1.12.3 |
| 341 | 2026-06-08T16:59:46.450Z | Compiling block-buffer v0.10.4 |
| 342 | 2026-06-08T16:59:46.574Z | Compiling crypto-common v0.1.7 |
| 343 | 2026-06-08T16:59:46.712Z | Compiling hashbrown v0.17.0 |
| 344 | 2026-06-08T16:59:47.030Z | Compiling getrandom v0.2.17 |
| 345 | 2026-06-08T16:59:47.295Z | Compiling either v1.15.0 |
| 346 | 2026-06-08T16:59:47.326Z | Compiling utf8parse v0.2.2 |
| 347 | 2026-06-08T16:59:47.392Z | Compiling radium v0.7.0 |
| 348 | 2026-06-08T16:59:47.433Z | Compiling flagset v0.4.7 |
| 349 | 2026-06-08T16:59:47.489Z | Compiling unicode-width v0.2.2 |
| 350 | 2026-06-08T16:59:47.542Z | Compiling cmov v0.5.3 |
| 351 | 2026-06-08T16:59:47.680Z | Compiling stable_deref_trait v1.2.1 |
| 352 | 2026-06-08T16:59:47.859Z | Compiling crc32fast v1.5.0 |
| 353 | 2026-06-08T16:59:47.923Z | Compiling ctutils v0.4.2 |
| 354 | 2026-06-08T16:59:47.923Z | Compiling der v0.7.10 |
| 355 | 2026-06-08T16:59:47.980Z | Compiling anstyle-parse v1.0.0 |
| 356 | 2026-06-08T16:59:48.042Z | Compiling indexmap v2.14.0 |
| 357 | 2026-06-08T16:59:48.300Z | Compiling rand_core v0.6.4 |
| 358 | 2026-06-08T16:59:48.579Z | Compiling digest v0.10.7 |
| 359 | 2026-06-08T16:59:48.744Z | Compiling crossbeam-epoch v0.9.18 |
| 360 | 2026-06-08T16:59:48.789Z | Compiling block-buffer v0.12.0 |
| 361 | 2026-06-08T16:59:48.908Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 362 | 2026-06-08T16:59:48.975Z | Compiling const-oid v0.10.2 |
| 363 | 2026-06-08T16:59:49.143Z | Compiling colorchoice v1.0.5 |
| 364 | 2026-06-08T16:59:49.228Z | Compiling cpufeatures v0.3.0 |
| 365 | 2026-06-08T16:59:49.300Z | Compiling powerfmt v0.2.0 |
| 366 | 2026-06-08T16:59:49.315Z | Compiling tap v1.0.1 |
| 367 | 2026-06-08T16:59:49.315Z | Compiling is_terminal_polyfill v1.70.2 |
| 368 | 2026-06-08T16:59:49.403Z | Compiling anstyle-query v1.1.5 |
| 369 | 2026-06-08T16:59:49.429Z | Compiling simd-adler32 v0.3.9 |
| 370 | 2026-06-08T16:59:49.429Z | Compiling anstyle v1.0.14 |
| 371 | 2026-06-08T16:59:49.471Z | Compiling deranged v0.5.8 |
| 372 | 2026-06-08T16:59:49.570Z | Compiling anstream v1.0.0 |
| 373 | 2026-06-08T16:59:49.689Z | Compiling wyz v0.5.1 |
| 374 | 2026-06-08T16:59:49.861Z | Compiling digest v0.11.2 |
| 375 | 2026-06-08T16:59:50.082Z | Compiling crossbeam-deque v0.8.6 |
| 376 | 2026-06-08T16:59:50.108Z | Compiling ppv-lite86 v0.2.21 |
| 377 | 2026-06-08T16:59:50.147Z | Compiling spki v0.7.3 |
| 378 | 2026-06-08T16:59:50.432Z | Compiling adler2 v2.0.1 |
| 379 | 2026-06-08T16:59:50.594Z | Compiling cpufeatures v0.2.17 |
| 380 | 2026-06-08T16:59:50.616Z | Compiling maybe-uninit v2.0.0 |
| 381 | 2026-06-08T16:59:50.616Z | Compiling num-conv v0.2.1 |
| 382 | 2026-06-08T16:59:50.655Z | Compiling num_threads v0.1.7 |
| 383 | 2026-06-08T16:59:50.737Z | Compiling funty v2.0.0 |
| 384 | 2026-06-08T16:59:50.818Z | Compiling time-core v0.1.8 |
| 385 | 2026-06-08T16:59:50.884Z | Compiling sha2 v0.10.9 |
| 386 | 2026-06-08T16:59:50.964Z | Compiling time v0.3.47 |
| 387 | 2026-06-08T16:59:51.277Z | Compiling bitvec v1.0.1 |
| 388 | 2026-06-08T16:59:51.540Z | Compiling miniz_oxide v0.8.9 |
| 389 | 2026-06-08T16:59:51.555Z | Compiling rand_chacha v0.3.1 |
| 390 | 2026-06-08T16:59:51.677Z | Compiling lazy_static v1.5.0 |
| 391 | 2026-06-08T16:59:51.756Z | Compiling num-integer v0.1.46 |
| 392 | 2026-06-08T16:59:51.779Z | Compiling terminal_size v0.4.4 |
| 393 | 2026-06-08T16:59:51.932Z | Compiling indexmap v1.9.3 |
| 394 | 2026-06-08T16:59:52.155Z | Compiling zstd-safe v7.2.4 |
| 395 | 2026-06-08T16:59:52.304Z | Compiling zlib-rs v0.6.3 |
| 396 | 2026-06-08T16:59:52.374Z | Compiling packed_struct v0.10.1 |
| 397 | 2026-06-08T16:59:52.409Z | Compiling rand_core v0.10.1 |
| 398 | 2026-06-08T16:59:52.429Z | Compiling getrandom v0.4.2 |
| 399 | 2026-06-08T16:59:52.663Z | Compiling clap_lex v1.1.0 |
| 400 | 2026-06-08T16:59:52.716Z | Compiling num-bigint-dig v0.8.6 |
| 401 | 2026-06-08T16:59:52.913Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-08T16:59:53.161Z | Compiling num-iter v0.1.45 |
| 403 | 2026-06-08T16:59:53.266Z | Compiling rand v0.8.6 |
| 404 | 2026-06-08T16:59:53.559Z | Compiling pkcs8 v0.10.2 |
| 405 | 2026-06-08T16:59:53.796Z | Compiling packed_struct_codegen v0.10.1 |
| 406 | 2026-06-08T16:59:53.816Z | Compiling bitfield-macros v0.19.4 |
| 407 | 2026-06-08T16:59:54.496Z | Compiling inout v0.2.2 |
| 408 | 2026-06-08T16:59:54.550Z | Compiling capstone-sys v0.18.0 |
| 409 | 2026-06-08T16:59:54.647Z | Compiling object v0.39.1 |
| 410 | 2026-06-08T16:59:54.798Z | Compiling crc-catalog v2.5.0 |
| 411 | 2026-06-08T16:59:54.909Z | Compiling hashbrown v0.12.3 |
| 412 | 2026-06-08T16:59:54.935Z | Compiling twox-hash v2.1.2 |
| 413 | 2026-06-08T16:59:54.964Z | Compiling base64 v0.21.7 |
| 414 | 2026-06-08T16:59:55.163Z | Compiling nodrop v0.1.14 |
| 415 | 2026-06-08T16:59:55.232Z | Compiling array-init v0.0.4 |
| 416 | 2026-06-08T16:59:55.451Z | Compiling flate2 v1.1.9 |
| 417 | 2026-06-08T16:59:55.504Z | Compiling ron v0.8.1 |
| 418 | 2026-06-08T16:59:56.017Z | Compiling ruzstd v0.8.2 |
| 419 | 2026-06-08T16:59:56.410Z | Compiling crc v3.4.0 |
| 420 | 2026-06-08T16:59:56.585Z | Compiling clap v4.6.1 |
| 421 | 2026-06-08T16:59:58.323Z | Compiling cipher v0.5.1 |
| 422 | 2026-06-08T16:59:58.402Z | Compiling bitfield v0.19.4 |
| 423 | 2026-06-08T16:59:58.615Z | Compiling pkcs1 v0.7.5 |
| 424 | 2026-06-08T16:59:59.438Z | Compiling smallvec v0.6.14 |
| 425 | 2026-06-08T16:59:59.660Z | Compiling hmac v0.13.0 |
| 426 | 2026-06-08T16:59:59.724Z | Compiling signature v2.2.0 |
| 427 | 2026-06-08T16:59:59.814Z | Compiling env_filter v1.0.1 |
| 428 | 2026-06-08T16:59:59.924Z | Compiling hubpack_derive v0.1.1 |
| 429 | 2026-06-08T17:00:00.469Z | Compiling semver v1.0.28 |
| 430 | 2026-06-08T17:00:00.649Z | Compiling bumpalo v3.20.2 |
| 431 | 2026-06-08T17:00:00.675Z | Compiling subtle v2.6.1 |
| 432 | 2026-06-08T17:00:00.745Z | Compiling cpp_demangle v0.5.1 |
| 433 | 2026-06-08T17:00:00.818Z | Compiling winnow v1.0.2 |
| 434 | 2026-06-08T17:00:00.939Z | Compiling serde_json v1.0.149 |
| 435 | 2026-06-08T17:00:01.113Z | Compiling lzss v0.9.1 |
| 436 | 2026-06-08T17:00:01.156Z | Compiling libbz2-rs-sys v0.2.3 |
| 437 | 2026-06-08T17:00:01.275Z | Compiling jiff v0.2.24 |
| 438 | 2026-06-08T17:00:01.286Z | Compiling rayon-core v1.13.0 |
| 439 | 2026-06-08T17:00:01.406Z | Compiling prettyplease v0.2.37 |
| 440 | 2026-06-08T17:00:01.483Z | Compiling portable-atomic v1.13.1 |
| 441 | 2026-06-08T17:00:01.622Z | Compiling cpubits v0.1.1 |
| 442 | 2026-06-08T17:00:01.698Z | Compiling aes v0.9.0 |
| 443 | 2026-06-08T17:00:01.969Z | Compiling bzip2 v0.6.1 |
| 444 | 2026-06-08T17:00:02.252Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 445 | 2026-06-08T17:00:02.874Z | Compiling zopfli v0.8.3 |
| 446 | 2026-06-08T17:00:04.183Z | Compiling rsa v0.9.10 |
| 447 | 2026-06-08T17:00:04.890Z | Compiling env_logger v0.11.10 |
| 448 | 2026-06-08T17:00:05.136Z | Compiling hubpack v0.1.2 |
| 449 | 2026-06-08T17:00:05.366Z | Compiling pbkdf2 v0.13.0 |
| 450 | 2026-06-08T17:00:05.383Z | Compiling serde-hex v0.1.0 |
| 451 | 2026-06-08T17:00:06.414Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 452 | 2026-06-08T17:00:07.533Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 453 | 2026-06-08T17:00:07.749Z | Compiling lzma-rust2 v0.16.2 |
| 454 | 2026-06-08T17:00:09.196Z | Compiling x509-cert v0.2.5 |
| 455 | 2026-06-08T17:00:13.573Z | Compiling sha1 v0.11.0 |
| 456 | 2026-06-08T17:00:13.932Z | Compiling serde_with_macros v3.18.0 |
| 457 | 2026-06-08T17:00:14.110Z | Compiling num-derive v0.4.2 |
| 458 | 2026-06-08T17:00:14.976Z | Compiling scroll_derive v0.13.1 |
| 459 | 2026-06-08T17:00:15.034Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 460 | 2026-06-08T17:00:15.434Z | Compiling serde_spanned v1.1.1 |
| 461 | 2026-06-08T17:00:15.521Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 462 | 2026-06-08T17:00:15.576Z | Compiling deflate64 v0.1.12 |
| 463 | 2026-06-08T17:00:15.808Z | Compiling fnv v1.0.7 |
| 464 | 2026-06-08T17:00:15.827Z | Compiling constant_time_eq v0.4.2 |
| 465 | 2026-06-08T17:00:15.861Z | Compiling void v1.0.2 |
| 466 | 2026-06-08T17:00:15.963Z | Compiling hex v0.4.3 |
| 467 | 2026-06-08T17:00:15.987Z | Compiling crc-any v2.5.0 |
| 468 | 2026-06-08T17:00:16.175Z | Compiling ppmd-rust v1.4.0 |
| 469 | 2026-06-08T17:00:16.255Z | Compiling typed-path v0.12.3 |
| 470 | 2026-06-08T17:00:16.430Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 471 | 2026-06-08T17:00:16.823Z | Compiling gimli v0.33.0 |
| 472 | 2026-06-08T17:00:17.573Z | Compiling scroll v0.13.0 |
| 473 | 2026-06-08T17:00:17.821Z | Compiling toml v1.1.2+spec-1.1.0 |
| 474 | 2026-06-08T17:00:19.244Z | Compiling zstd v0.13.3 |
| 475 | 2026-06-08T17:00:19.710Z | Compiling zip v8.6.0 |
| 476 | 2026-06-08T17:00:19.989Z | Compiling serde_with v3.18.0 |
| 477 | 2026-06-08T17:00:23.271Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 478 | 2026-06-08T17:00:25.840Z | Compiling console v0.16.3 |
| 479 | 2026-06-08T17:00:26.431Z | Compiling serde-big-array v0.5.1 |
| 480 | 2026-06-08T17:00:26.512Z | Compiling memmap2 v0.9.10 |
| 481 | 2026-06-08T17:00:26.609Z | Compiling colored v3.1.1 |
| 482 | 2026-06-08T17:00:30.327Z | Compiling fallible-iterator v0.3.0 |
| 483 | 2026-06-08T17:00:30.569Z | Compiling unit-prefix v0.5.2 |
| 484 | 2026-06-08T17:00:30.569Z | Compiling rustc-demangle v0.1.27 |
| 485 | 2026-06-08T17:00:30.569Z | Compiling typed-arena v2.0.2 |
| 486 | 2026-06-08T17:00:30.569Z | Compiling path-slash v0.2.1 |
| 487 | 2026-06-08T17:00:30.569Z | Compiling plain v0.2.3 |
| 488 | 2026-06-08T17:00:30.569Z | Compiling addr2line v0.26.1 |
| 489 | 2026-06-08T17:00:30.569Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 490 | 2026-06-08T17:00:30.569Z | Compiling goblin v0.10.5 |
| 491 | 2026-06-08T17:00:30.569Z | Compiling indicatif v0.18.4 |
| 492 | 2026-06-08T17:00:30.709Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 493 | 2026-06-08T17:00:30.710Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 494 | 2026-06-08T17:00:30.710Z | Compiling rayon v1.12.0 |
| 495 | 2026-06-08T17:00:30.710Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 496 | 2026-06-08T17:00:32.383Z | Compiling ron v0.12.1 |
| 497 | 2026-06-08T17:00:32.667Z | Compiling multimap v0.10.1 |
| 498 | 2026-06-08T17:00:32.874Z | Compiling auto_impl v1.3.0 |
| 499 | 2026-06-08T17:00:33.751Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 500 | 2026-06-08T17:00:34.408Z | Compiling parse_int v0.9.0 |
| 501 | 2026-06-08T17:00:34.548Z | Compiling rustc_version v0.4.1 |
| 502 | 2026-06-08T17:00:34.820Z | Compiling heapless v0.7.17 |
| 503 | 2026-06-08T17:00:35.092Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 504 | 2026-06-08T17:00:35.447Z | Compiling hash32 v0.2.1 |
| 505 | 2026-06-08T17:00:35.643Z | Compiling ryu v1.0.23 |
| 506 | 2026-06-08T17:00:37.226Z | Compiling postcard-cobs v0.1.5-pre |
| 507 | 2026-06-08T17:00:37.456Z | Compiling base64 v0.13.1 |
| 508 | 2026-06-08T17:00:37.503Z | Compiling postcard v0.7.3 |
| 509 | 2026-06-08T17:00:37.699Z | Compiling pkg-version-impl v0.1.1 |
| 510 | 2026-06-08T17:00:37.877Z | Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2) |
| 511 | 2026-06-08T17:00:38.074Z | Compiling pkg-version v1.0.0 |
| 512 | 2026-06-08T17:00:38.173Z | Compiling thiserror v1.0.69 |
| 513 | 2026-06-08T17:00:38.369Z | Compiling bitflags v1.3.2 |
| 514 | 2026-06-08T17:00:38.481Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 515 | 2026-06-08T17:00:38.639Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2026-06-08T17:00:39.231Z | Compiling linked-hash-map v0.5.6 |
| 517 | 2026-06-08T17:00:39.408Z | Compiling yaml-rust v0.4.5 |
| 518 | 2026-06-08T17:00:39.733Z | Compiling jep106 v0.2.10 |
| 519 | 2026-06-08T17:00:39.863Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 520 | 2026-06-08T17:00:39.995Z | Compiling rusb v0.8.1 |
| 521 | 2026-06-08T17:00:40.272Z | Compiling serde_yaml v0.8.26 |
| 522 | 2026-06-08T17:00:40.471Z | Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 523 | 2026-06-08T17:00:40.679Z | Compiling bincode v1.3.3 |
| 524 | 2026-06-08T17:00:41.127Z | Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 525 | 2026-06-08T17:00:41.986Z | Compiling fallible-iterator v0.2.0 |
| 526 | 2026-06-08T17:00:42.487Z | Compiling gimli v0.26.2 |
| 527 | 2026-06-08T17:00:42.782Z | Compiling enum-primitive-derive v0.2.2 |
| 528 | 2026-06-08T17:00:43.588Z | Compiling jaylink v0.2.0 |
| 529 | 2026-06-08T17:00:43.629Z | Compiling capstone v0.14.0 |
| 530 | 2026-06-08T17:00:44.860Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 531 | 2026-06-08T17:00:44.956Z | Compiling chacha20 v0.10.0 |
| 532 | 2026-06-08T17:00:45.069Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 533 | 2026-06-08T17:00:45.169Z | Compiling object v0.27.1 |
| 534 | 2026-06-08T17:00:45.387Z | Compiling scroll v0.10.2 |
| 535 | 2026-06-08T17:00:45.572Z | Compiling svg v0.13.1 |
| 536 | 2026-06-08T17:00:45.615Z | Compiling bitfield v0.13.2 |
| 537 | 2026-06-08T17:00:45.708Z | Compiling ihex v3.0.0 |
| 538 | 2026-06-08T17:00:45.734Z | Compiling thousands v0.2.0 |
| 539 | 2026-06-08T17:00:46.232Z | Compiling rand v0.10.1 |
| 540 | 2026-06-08T17:00:46.604Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 541 | 2026-06-08T17:00:46.733Z | Compiling unicode-segmentation v1.13.2 |
| 542 | 2026-06-08T17:00:46.733Z | Compiling parking_lot_core v0.9.12 |
| 543 | 2026-06-08T17:00:46.860Z | Compiling signal-hook v0.3.18 |
| 544 | 2026-06-08T17:00:47.389Z | Compiling signal-hook-registry v1.4.8 |
| 545 | 2026-06-08T17:00:48.006Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 546 | 2026-06-08T17:00:48.038Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 547 | 2026-06-08T17:00:48.038Z | Compiling convert_case v0.10.0 |
| 548 | 2026-06-08T17:00:48.038Z | Compiling mio v1.2.0 |
| 549 | 2026-06-08T17:00:48.267Z | Compiling mio v0.8.11 |
| 550 | 2026-06-08T17:00:48.621Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 551 | 2026-06-08T17:00:48.839Z | Compiling signal-hook-mio v0.2.5 |
| 552 | 2026-06-08T17:00:48.977Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 553 | 2026-06-08T17:00:49.290Z | Compiling derive_more-impl v2.1.1 |
| 554 | 2026-06-08T17:00:49.565Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 555 | 2026-06-08T17:00:50.061Z | Compiling parking_lot v0.12.5 |
| 556 | 2026-06-08T17:00:50.199Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 557 | 2026-06-08T17:00:51.267Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 558 | 2026-06-08T17:00:51.999Z | Compiling litrs v1.0.0 |
| 559 | 2026-06-08T17:00:52.249Z | Compiling rustversion v1.0.22 |
| 560 | 2026-06-08T17:00:52.288Z | Compiling document-features v0.2.12 |
| 561 | 2026-06-08T17:00:52.725Z | Compiling derive_more v2.1.1 |
| 562 | 2026-06-08T17:00:52.896Z | Compiling itertools v0.14.0 |
| 563 | 2026-06-08T17:00:52.916Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 564 | 2026-06-08T17:00:53.465Z | Compiling crossterm v0.29.0 |
| 565 | 2026-06-08T17:00:54.756Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 566 | 2026-06-08T17:00:55.673Z | Compiling convert_case v0.11.0 |
| 567 | 2026-06-08T17:00:56.012Z | Compiling camino v1.2.2 |
| 568 | 2026-06-08T17:00:56.083Z | Compiling paste v1.0.15 |
| 569 | 2026-06-08T17:00:57.111Z | Compiling castaway v0.2.4 |
| 570 | 2026-06-08T17:00:57.221Z | Compiling jep106 v0.3.0 |
| 571 | 2026-06-08T17:00:57.221Z | Compiling strum_macros v0.27.2 |
| 572 | 2026-06-08T17:00:57.221Z | Compiling crossbeam-channel v0.5.15 |
| 573 | 2026-06-08T17:00:57.221Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 574 | 2026-06-08T17:00:57.221Z | Compiling indoc v2.0.7 |
| 575 | 2026-06-08T17:00:57.221Z | Compiling instability v0.3.12 |
| 576 | 2026-06-08T17:00:57.963Z | Compiling unicode-truncate v2.0.1 |
| 577 | 2026-06-08T17:00:58.195Z | Compiling compact_str v0.9.0 |
| 578 | 2026-06-08T17:00:58.516Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 579 | 2026-06-08T17:00:58.578Z | Compiling strum v0.27.2 |
| 580 | 2026-06-08T17:00:58.794Z | Compiling kasuari v0.4.12 |
| 581 | 2026-06-08T17:00:58.862Z | Compiling lru v0.16.4 |
| 582 | 2026-06-08T17:00:58.862Z | Compiling crossbeam-queue v0.3.12 |
| 583 | 2026-06-08T17:00:58.862Z | Compiling cargo-platform v0.3.3 |
| 584 | 2026-06-08T17:00:59.035Z | Compiling ratatui-core v0.1.0 |
| 585 | 2026-06-08T17:00:59.372Z | Compiling cargo_metadata v0.23.1 |
| 586 | 2026-06-08T17:00:59.379Z | Compiling lazy-regex v3.6.0 |
| 587 | 2026-06-08T17:00:59.853Z | Compiling crossbeam v0.8.4 |
| 588 | 2026-06-08T17:01:00.070Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 589 | 2026-06-08T17:01:01.264Z | Compiling strict v0.2.0 |
| 590 | 2026-06-08T17:01:01.396Z | Compiling binrw_derive v0.14.2 |
| 591 | 2026-06-08T17:01:01.432Z | Compiling unicode-width v0.1.14 |
| 592 | 2026-06-08T17:01:01.721Z | Compiling ron v0.6.6 |
| 593 | 2026-06-08T17:01:01.742Z | Compiling crokey-proc_macros v1.4.0 |
| 594 | 2026-06-08T17:01:01.785Z | Compiling crossterm v0.23.2 |
| 595 | 2026-06-08T17:01:02.728Z | Compiling line-clipping v0.3.7 |
| 596 | 2026-06-08T17:01:02.902Z | Compiling percent-encoding v2.3.2 |
| 597 | 2026-06-08T17:01:02.902Z | Compiling owo-colors v3.5.0 |
| 598 | 2026-06-08T17:01:03.168Z | Compiling binrw v0.14.2 |
| 599 | 2026-06-08T17:01:03.168Z | Compiling crokey v1.4.0 |
| 600 | 2026-06-08T17:01:03.239Z | Compiling cargo-readme v3.3.2 |
| 601 | 2026-06-08T17:01:03.550Z | Compiling ratatui-widgets v0.3.0 |
| 602 | 2026-06-08T17:01:04.048Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 603 | 2026-06-08T17:01:04.048Z | Compiling coolor v0.8.0 |
| 604 | 2026-06-08T17:01:04.113Z | Compiling coolor v1.1.0 |
| 605 | 2026-06-08T17:01:04.516Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 606 | 2026-06-08T17:01:04.818Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 607 | 2026-06-08T17:01:05.557Z | Compiling half v2.7.1 |
| 608 | 2026-06-08T17:01:05.633Z | Compiling minimad v0.14.0 |
| 609 | 2026-06-08T17:01:06.485Z | Compiling minimad v0.13.1 |
| 610 | 2026-06-08T17:01:06.660Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 611 | 2026-06-08T17:01:06.660Z | Compiling array-init v2.1.0 |
| 612 | 2026-06-08T17:01:06.660Z | Compiling ciborium-io v0.2.2 |
| 613 | 2026-06-08T17:01:06.660Z | Compiling bytemuck v1.25.0 |
| 614 | 2026-06-08T17:01:06.661Z | Compiling convert_case v0.4.0 |
| 615 | 2026-06-08T17:01:06.839Z | Compiling derive_more v0.99.20 |
| 616 | 2026-06-08T17:01:07.607Z | Compiling ciborium-ll v0.2.2 |
| 617 | 2026-06-08T17:01:07.761Z | Compiling termimad v0.25.7 |
| 618 | 2026-06-08T17:01:07.840Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 619 | 2026-06-08T17:01:08.912Z | Compiling termimad v0.34.1 |
| 620 | 2026-06-08T17:01:09.202Z | Compiling ratatui-macros v0.7.0 |
| 621 | 2026-06-08T17:01:09.304Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 622 | 2026-06-08T17:01:09.707Z | Compiling ratatui-crossterm v0.1.0 |
| 623 | 2026-06-08T17:01:09.905Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 624 | 2026-06-08T17:01:10.041Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 625 | 2026-06-08T17:01:10.085Z | Compiling sha2 v0.11.0 |
| 626 | 2026-06-08T17:01:10.537Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 627 | 2026-06-08T17:01:10.796Z | Compiling csv-core v0.1.13 |
| 628 | 2026-06-08T17:01:11.256Z | Compiling iana-time-zone v0.1.65 |
| 629 | 2026-06-08T17:01:11.377Z | Compiling xml v1.2.1 |
| 630 | 2026-06-08T17:01:11.706Z | Compiling parse-size v1.1.0 |
| 631 | 2026-06-08T17:01:11.894Z | Compiling chrono v0.4.44 |
| 632 | 2026-06-08T17:01:12.264Z | Compiling serde-xml-rs v0.8.2 |
| 633 | 2026-06-08T17:01:13.698Z | Compiling csv v1.4.0 |
| 634 | 2026-06-08T17:01:14.875Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 635 | 2026-06-08T17:01:15.997Z | Compiling ratatui v0.30.0 |
| 636 | 2026-06-08T17:01:16.184Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 637 | 2026-06-08T17:01:16.399Z | Compiling raw-cpuid v11.6.0 |
| 638 | 2026-06-08T17:01:16.805Z | Compiling ciborium v0.2.2 |
| 639 | 2026-06-08T17:01:17.638Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 640 | 2026-06-08T17:01:17.808Z | Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin) |
| 641 | 2026-06-08T17:01:18.307Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 642 | 2026-06-08T17:01:18.856Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 643 | 2026-06-08T17:01:19.417Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 644 | 2026-06-08T17:01:19.599Z | Compiling strum_macros v0.28.0 |
| 645 | 2026-06-08T17:01:19.652Z | Compiling termios v0.3.3 |
| 646 | 2026-06-08T17:01:19.787Z | Compiling splitty v1.0.2 |
| 647 | 2026-06-08T17:01:19.949Z | Compiling strum v0.28.0 |
| 648 | 2026-06-08T17:01:20.078Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 649 | 2026-06-08T17:01:20.205Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 650 | 2026-06-08T17:01:20.386Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 651 | 2026-06-08T17:01:20.470Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 652 | 2026-06-08T17:01:21.432Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 653 | 2026-06-08T17:01:22.570Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 654 | 2026-06-08T17:01:23.199Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 655 | 2026-06-08T17:01:23.657Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 656 | 2026-06-08T17:01:23.956Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 657 | 2026-06-08T17:01:25.162Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 658 | 2026-06-08T17:01:26.954Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 659 | 2026-06-08T17:01:27.364Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 660 | 2026-06-08T17:01:28.289Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 661 | 2026-06-08T17:01:29.258Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 662 | 2026-06-08T17:01:31.138Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 663 | 2026-06-08T17:01:31.433Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 664 | 2026-06-08T17:01:33.113Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 665 | 2026-06-08T17:01:34.042Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 666 | 2026-06-08T17:01:34.950Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 667 | 2026-06-08T17:01:36.461Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 668 | 2026-06-08T17:01:38.784Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 669 | 2026-06-08T17:01:40.593Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 670 | 2026-06-08T17:01:41.230Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 671 | 2026-06-08T17:01:42.133Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 672 | 2026-06-08T17:01:42.715Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 673 | 2026-06-08T17:01:44.202Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 674 | 2026-06-08T17:01:45.056Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 675 | 2026-06-08T17:01:45.345Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 676 | 2026-06-08T17:01:45.374Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 677 | 2026-06-08T17:01:46.511Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 678 | 2026-06-08T17:01:48.618Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 679 | 2026-06-08T17:01:49.158Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 680 | 2026-06-08T17:01:49.710Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 681 | 2026-06-08T17:01:49.788Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 682 | 2026-06-08T17:01:50.767Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 683 | 2026-06-08T17:01:51.837Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 684 | 2026-06-08T17:01:52.737Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 685 | 2026-06-08T17:01:54.626Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 686 | 2026-06-08T17:01:55.232Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 687 | 2026-06-08T17:01:55.797Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 688 | 2026-06-08T17:01:56.208Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 689 | 2026-06-08T17:01:56.520Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 690 | 2026-06-08T17:01:57.179Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 691 | 2026-06-08T17:01:57.245Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 692 | 2026-06-08T17:01:58.903Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 693 | 2026-06-08T17:01:59.148Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 694 | 2026-06-08T17:01:59.224Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 695 | 2026-06-08T17:01:59.832Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 696 | 2026-06-08T17:02:01.254Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 697 | 2026-06-08T17:02:03.142Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 698 | 2026-06-08T17:02:03.282Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 699 | 2026-06-08T17:02:04.042Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 700 | 2026-06-08T17:02:04.089Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 701 | 2026-06-08T17:02:04.497Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 702 | 2026-06-08T17:02:21.650Z | Finished `release` profile [optimized + debuginfo] target(s) in 2m 43s |
| 703 | 2026-06-08T17:03:16.787Z | pkg://helios/developer/debug/humility@0.12.18.690,5.11-3.0:20260608T170227Z |
| 704 | 2026-06-08T17:03:16.787Z | PUBLISHED |
| 705 | 2026-06-08T17:03:16.997Z | Retrieving packages for publisher helios ... |
| 706 | 2026-06-08T17:03:17.157Z | Retrieving catalog 'helios' ... Done |
| 707 | 2026-06-08T17:03:17.157Z | Retrieving and evaluating 1 package(s)... |
| 708 | 2026-06-08T17:03:17.157Z | Fetching manifests: 1/1 100% complete |
| 709 | 2026-06-08T17:03:17.157Z | Fetching manifests: 1/1 100% complete |
| 710 | 2026-06-08T17:03:17.157Z | |
| 711 | 2026-06-08T17:03:17.157Z | Archiving packages ... |
| 712 | 2026-06-08T17:03:17.157Z | Packages to add: 1 |
| 713 | 2026-06-08T17:03:17.157Z | Files to retrieve: 1 |
| 714 | 2026-06-08T17:03:17.157Z | Estimated transfer size: 120.61 MB |
| 715 | 2026-06-08T17:03:17.157Z | |
| 716 | 2026-06-08T17:03:17.157Z | Packages to archive: |
| 717 | 2026-06-08T17:03:17.157Z | developer/debug/humility@0.12.18.690,5.11-3.0:20260608T170227Z |
| 718 | 2026-06-08T17:03:17.158Z | |
| 719 | 2026-06-08T17:03:17.158Z | Download: 0/1 items 0.0/120.6MB 0% complete |
| 720 | 2026-06-08T17:03:17.262Z | Download: Completed 120.61 MB in 0.21 seconds (570M/s) |
| 721 | 2026-06-08T17:03:17.284Z | Archiving: 1/10 items 0.0/120.6MB 0% complete |
| 722 | 2026-06-08T17:03:17.284Z | Archiving: Completed 120.62 MB in 0.05 seconds |
| 723 | 2026-06-08T17:03:17.360Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.690-3.0.p5p. |
| 724 | 2026-06-08T17:03:17.410Z | |
| 725 | 2026-06-08T17:03:17.410Z | real 4:01.386797537 |
| 726 | 2026-06-08T17:03:17.410Z | user 19:42.195956455 |
| 727 | 2026-06-08T17:03:17.410Z | sys 1:20.553571647 |
| 728 | 2026-06-08T17:03:17.410Z | trap 0.583901211 |
| 729 | 2026-06-08T17:03:17.410Z | tflt 1.037494466 |
| 730 | 2026-06-08T17:03:17.410Z | dflt 1.299732228 |
| 731 | 2026-06-08T17:03:17.410Z | kflt 0.009858735 |
| 732 | 2026-06-08T17:03:17.410Z | lock 1:22:28.354270723 |
| 733 | 2026-06-08T17:03:17.410Z | slp 1:04:17.729172205 |
| 734 | 2026-06-08T17:03:17.410Z | lat 1:08.732405696 |
| 735 | 2026-06-08T17:03:17.410Z | stop 52.909361974 |
| 736 | 2026-06-08T17:03:17.410Z | + banner copy |
| 737 | 2026-06-08T17:03:17.415Z | |
| 738 | 2026-06-08T17:03:17.415Z | #### #### ##### # # |
| 739 | 2026-06-08T17:03:17.415Z | # # # # # # # # |
| 740 | 2026-06-08T17:03:17.415Z | # # # # # # |
| 741 | 2026-06-08T17:03:17.415Z | # # # ##### # |
| 742 | 2026-06-08T17:03:17.415Z | # # # # # # |
| 743 | 2026-06-08T17:03:17.415Z | #### #### # # |
| 744 | 2026-06-08T17:03:17.415Z | |
| 745 | 2026-06-08T17:03:17.415Z | + pfexec mkdir -p /out |
| 746 | 2026-06-08T17:03:17.415Z | + pfexec chown 12345 /out |
| 747 | 2026-06-08T17:03:17.415Z | + PKG_NAME=/out/humility.p5p |
| 748 | 2026-06-08T17:03:17.416Z | + mv pkg/packages/repo/humility-0.12.18.690-3.0.p5p /out/humility.p5p |
| 749 | 2026-06-08T17:03:17.471Z | + sha256sum /out/humility.p5p |
| 750 | 2026-06-08T17:03:17.523Z | process exited: duration 247155 ms, exit code 0 |
| |
| 751 | 2026-06-08T17:03:18.798Z | found 2 output files |
| 752 | 2026-06-08T17:03:18.798Z | uploading: /out/humility.p5p (126494720 bytes) |
| 753 | 2026-06-08T17:03:25.933Z | uploaded: /out/humility.p5p |
| 754 | 2026-06-08T17:03:25.934Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 755 | 2026-06-08T17:03:28.343Z | uploaded: /out/humility.p5p.sha256 |