|
|
|
| 1 | 2026-07-07T14:51:39.984Z | job assigned to worker 01KWYGZ4941T3AWMPBRXTVAWPJ [factory aws, i-0a91ec4eed1c79ae1] (queued for 45 s) |
| |
| 2 | 2026-07-07T14:51:46.545Z | starting task 0: "setup" |
| 3 | 2026-07-07T14:51:46.551Z | ++ uname -s |
| 4 | 2026-07-07T14:51:46.554Z | + kern=SunOS |
| 5 | 2026-07-07T14:51:46.554Z | + build_user=build |
| 6 | 2026-07-07T14:51:46.554Z | + build_uid=12345 |
| 7 | 2026-07-07T14:51:46.555Z | + work_dir=/work |
| 8 | 2026-07-07T14:51:46.555Z | + input_dir=/input |
| 9 | 2026-07-07T14:51:46.555Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-07T14:51:46.555Z | + case "$kern" in |
| 11 | 2026-07-07T14:51:46.555Z | + groupadd -g 12345 build |
| 12 | 2026-07-07T14:51:46.555Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-07T14:51:48.559Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-07T14:51:48.625Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-07T14:51:48.628Z | + home_fs=zfs |
| 16 | 2026-07-07T14:51:48.629Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-07T14:51:48.629Z | + mkdir -p /home/build |
| 18 | 2026-07-07T14:51:48.629Z | + chown build:build /home/build /work |
| 19 | 2026-07-07T14:51:50.629Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-07T14:51:50.633Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2026-07-07T14:51:50.638Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-07T14:51:50.642Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-07T14:51:50.642Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-07T14:51:50.642Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-07T14:51:50.642Z | * rust toolchain channel = "stable" |
| 26 | 2026-07-07T14:51:50.642Z | * rust toolchain profile = "default" |
| 27 | 2026-07-07T14:51:50.642Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-07T14:51:50.645Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-07T14:51:50.645Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-07T14:51:50.723Z | info: downloading installer |
| 31 | 2026-07-07T14:51:52.120Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-07T14:51:52.120Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-07T14:51:52.120Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-07T14:51:52.120Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-07T14:51:52.132Z | info: profile set to default |
| 36 | 2026-07-07T14:51:52.132Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-07T14:51:52.136Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-07T14:51:52.267Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-07T14:51:52.270Z | info: downloading 6 components |
| 40 | 2026-07-07T14:52:07.372Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-07T14:52:07.372Z | |
| 42 | 2026-07-07T14:52:07.399Z | stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-07T14:52:07.399Z | |
| 44 | 2026-07-07T14:52:07.399Z | |
| 45 | 2026-07-07T14:52:07.399Z | Rust is installed now. Great! |
| 46 | 2026-07-07T14:52:07.399Z | |
| 47 | 2026-07-07T14:52:07.402Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-07T14:52:07.402Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-07T14:52:07.402Z | |
| 50 | 2026-07-07T14:52:07.402Z | To configure your current shell, you need to source |
| 51 | 2026-07-07T14:52:07.402Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-07T14:52:07.402Z | |
| 53 | 2026-07-07T14:52:07.402Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-07T14:52:07.402Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-07T14:52:07.402Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-07T14:52:07.402Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-07T14:52:07.402Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-07T14:52:07.402Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-07T14:52:07.402Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-07T14:52:07.402Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-07T14:52:07.402Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-07T14:52:07.492Z | + rustup --version |
| 63 | 2026-07-07T14:52:07.501Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-07T14:52:07.504Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-07T14:52:07.522Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-07T14:52:07.525Z | + cargo --version |
| 67 | 2026-07-07T14:52:07.538Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-07T14:52:07.542Z | + rustc --version |
| 69 | 2026-07-07T14:52:07.560Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-07T14:52:07.563Z | process exited: duration 16923 ms, exit code 0 |
| |
| 71 | 2026-07-07T14:52:07.569Z | starting task 2: "authentication" |
| 72 | 2026-07-07T14:52:07.586Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-07T14:52:07.593Z | starting task 3: "clone repository" |
| 74 | 2026-07-07T14:52:07.596Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-07-07T14:52:07.599Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-07-07T14:52:07.627Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-07-07T14:52:25.083Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-07-07T14:52:25.083Z | + git fetch origin a716c347a7d828e4ad39356527a7bd5c31c8bbb0 |
| 79 | 2026-07-07T14:52:25.337Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-07-07T14:52:25.337Z | * branch a716c347a7d828e4ad39356527a7bd5c31c8bbb0 -> FETCH_HEAD |
| 81 | 2026-07-07T14:52:25.345Z | + [[ -n check_rot_a_b_image ]] |
| 82 | 2026-07-07T14:52:25.348Z | ++ git branch --show-current |
| 83 | 2026-07-07T14:52:25.348Z | + current=master |
| 84 | 2026-07-07T14:52:25.348Z | + [[ master != check_rot_a_b_image ]] |
| 85 | 2026-07-07T14:52:25.348Z | + git branch -f check_rot_a_b_image a716c347a7d828e4ad39356527a7bd5c31c8bbb0 |
| 86 | 2026-07-07T14:52:25.351Z | + git checkout -f check_rot_a_b_image |
| 87 | 2026-07-07T14:52:26.142Z | Switched to branch 'check_rot_a_b_image' |
| 88 | 2026-07-07T14:52:26.145Z | + git reset --hard a716c347a7d828e4ad39356527a7bd5c31c8bbb0 |
| 89 | 2026-07-07T14:52:26.153Z | HEAD is now at a716c347 Attempt a basic PC range check as part of `hubris.validate` |
| 90 | 2026-07-07T14:52:26.156Z | process exited: duration 18562 ms, exit code 0 |
| |
| 91 | 2026-07-07T14:52:26.162Z | starting task 4: "build" |
| 92 | 2026-07-07T14:52:26.166Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-07-07T14:52:26.166Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-07-07T14:52:26.166Z | + banner deps |
| 95 | 2026-07-07T14:52:26.169Z | |
| 96 | 2026-07-07T14:52:26.169Z | ##### ###### ##### #### |
| 97 | 2026-07-07T14:52:26.169Z | # # # # # # |
| 98 | 2026-07-07T14:52:26.169Z | # # ##### # # #### |
| 99 | 2026-07-07T14:52:26.169Z | # # # ##### # |
| 100 | 2026-07-07T14:52:26.169Z | # # # # # # |
| 101 | 2026-07-07T14:52:26.169Z | ##### ###### # #### |
| 102 | 2026-07-07T14:52:26.169Z | |
| 103 | 2026-07-07T14:52:26.169Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-07-07T14:52:26.169Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-07-07T14:52:26.170Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-07-07T14:52:28.233Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-07T14:52:28.345Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-07T14:52:28.830Z | Planning: Solver setup ... Done (0.441s) |
| 109 | 2026-07-07T14:52:28.857Z | Planning: Running solver ... Done (0.026s) |
| 110 | 2026-07-07T14:52:28.869Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-07T14:52:28.881Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-07T14:52:28.894Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-07T14:52:28.906Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-07-07T14:52:28.910Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-07-07T14:52:29.061Z | Planning: Checking for conflicting actions ... Done (0.154s) |
| 116 | 2026-07-07T14:52:29.064Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-07-07T14:52:29.856Z | Planning: Evaluating mediators ... Done (0.794s) |
| 118 | 2026-07-07T14:52:29.859Z | Planning: Planning completed in 1.49 seconds |
| 119 | 2026-07-07T14:52:29.864Z | Packages to install: 2 |
| 120 | 2026-07-07T14:52:29.867Z | Estimated space available: 155.78 GB |
| 121 | 2026-07-07T14:52:29.867Z | Estimated space to be consumed: 23.22 MB |
| 122 | 2026-07-07T14:52:29.867Z | Create boot environment: No |
| 123 | 2026-07-07T14:52:29.867Z | Create backup boot environment: No |
| 124 | 2026-07-07T14:52:29.867Z | Rebuild boot archive: No |
| 125 | 2026-07-07T14:52:29.867Z | |
| 126 | 2026-07-07T14:52:29.867Z | Changed packages: |
| 127 | 2026-07-07T14:52:29.867Z | helios |
| 128 | 2026-07-07T14:52:29.867Z | library/libftdi1 |
| 129 | 2026-07-07T14:52:29.867Z | None -> 1.5-3.0 |
| 130 | 2026-07-07T14:52:29.867Z | ooce/library/libusb-1 |
| 131 | 2026-07-07T14:52:29.868Z | None -> 1.0.29-3.1 |
| 132 | 2026-07-07T14:52:29.889Z | |
| 133 | 2026-07-07T14:52:29.889Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-07-07T14:52:29.969Z | Download: Completed 377.70 kB in 0.08 seconds (4.6M/s) |
| 135 | 2026-07-07T14:52:30.063Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-07-07T14:52:30.075Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-07-07T14:52:30.086Z | Finalize: Updating package state database ... Done (0.011s) |
| 138 | 2026-07-07T14:52:30.089Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-07T14:52:30.114Z | Finalize: Updating image state ... Done (0.028s) |
| 140 | 2026-07-07T14:52:32.506Z | Finalize: Creating fast lookup database ... Done (2.366s) |
| 141 | 2026-07-07T14:52:32.574Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-07T14:52:32.577Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-07T14:52:32.676Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-07T14:52:32.777Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-07-07T14:52:32.989Z | FMRI IFO |
| 146 | 2026-07-07T14:52:32.989Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-07-07T14:52:32.989Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-07-07T14:52:33.026Z | + cargo --version |
| 149 | 2026-07-07T14:52:33.036Z | cargo 1.96.1 (356927216 2026-06-26) |
| 150 | 2026-07-07T14:52:33.039Z | + rustc --version |
| 151 | 2026-07-07T14:52:33.058Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 152 | 2026-07-07T14:52:33.064Z | + banner package |
| 153 | 2026-07-07T14:52:33.064Z | |
| 154 | 2026-07-07T14:52:33.064Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-07-07T14:52:33.064Z | # # # # # # # # # # # # # |
| 156 | 2026-07-07T14:52:33.064Z | # # # # # #### # # # ##### |
| 157 | 2026-07-07T14:52:33.064Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-07-07T14:52:33.064Z | # # # # # # # # # # # # |
| 159 | 2026-07-07T14:52:33.064Z | # # # #### # # # # #### ###### |
| 160 | 2026-07-07T14:52:33.064Z | |
| 161 | 2026-07-07T14:52:33.064Z | + ptime -m cargo xtask package |
| 162 | 2026-07-07T14:52:33.177Z | Updating crates.io index |
| 163 | 2026-07-07T14:52:33.180Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-07-07T14:52:33.481Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-07-07T14:52:33.754Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-07-07T14:52:34.135Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-07-07T14:52:34.417Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-07-07T14:52:34.691Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-07-07T14:52:34.976Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-07-07T14:52:35.318Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-07-07T14:52:39.467Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-07-07T14:52:39.749Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-07-07T14:52:40.003Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-07-07T14:52:40.246Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-07-07T14:52:40.504Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-07-07T14:52:40.747Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-07-07T14:52:41.528Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-07-07T14:52:41.785Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-07-07T14:52:42.821Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-07-07T14:52:45.345Z | Downloading crates ... |
| 181 | 2026-07-07T14:52:45.389Z | Downloaded anstyle-parse v1.0.0 |
| 182 | 2026-07-07T14:52:45.392Z | Downloaded cargo-platform v0.3.3 |
| 183 | 2026-07-07T14:52:45.397Z | Downloaded camino v1.2.2 |
| 184 | 2026-07-07T14:52:45.404Z | Downloaded serde_spanned v1.1.1 |
| 185 | 2026-07-07T14:52:45.406Z | Downloaded thiserror-impl v2.0.18 |
| 186 | 2026-07-07T14:52:45.407Z | Downloaded is_terminal_polyfill v1.70.2 |
| 187 | 2026-07-07T14:52:45.412Z | Downloaded strsim v0.11.1 |
| 188 | 2026-07-07T14:52:45.415Z | Downloaded equivalent v1.0.2 |
| 189 | 2026-07-07T14:52:45.426Z | Downloaded itoa v1.0.18 |
| 190 | 2026-07-07T14:52:45.431Z | Downloaded clap_lex v1.1.0 |
| 191 | 2026-07-07T14:52:45.435Z | Downloaded heck v0.5.0 |
| 192 | 2026-07-07T14:52:45.439Z | Downloaded lazy_static v1.5.0 |
| 193 | 2026-07-07T14:52:45.442Z | Downloaded percent-encoding v2.3.2 |
| 194 | 2026-07-07T14:52:45.445Z | Downloaded utf8parse v0.2.2 |
| 195 | 2026-07-07T14:52:45.448Z | Downloaded anstyle-query v1.1.5 |
| 196 | 2026-07-07T14:52:45.451Z | Downloaded colorchoice v1.0.5 |
| 197 | 2026-07-07T14:52:45.454Z | Downloaded anstyle v1.0.14 |
| 198 | 2026-07-07T14:52:45.457Z | Downloaded thiserror v2.0.18 |
| 199 | 2026-07-07T14:52:45.462Z | Downloaded zmij v1.0.21 |
| 200 | 2026-07-07T14:52:45.467Z | Downloaded aho-corasick v1.1.4 |
| 201 | 2026-07-07T14:52:45.470Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 202 | 2026-07-07T14:52:45.473Z | Downloaded anstream v1.0.0 |
| 203 | 2026-07-07T14:52:45.476Z | Downloaded quote v1.0.45 |
| 204 | 2026-07-07T14:52:45.478Z | Downloaded clap_derive v4.6.1 |
| 205 | 2026-07-07T14:52:45.481Z | Downloaded cargo-readme v3.3.2 |
| 206 | 2026-07-07T14:52:45.481Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 207 | 2026-07-07T14:52:45.484Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-07-07T14:52:45.496Z | Downloaded cargo_metadata v0.23.1 |
| 209 | 2026-07-07T14:52:45.499Z | Downloaded semver v1.0.28 |
| 210 | 2026-07-07T14:52:45.502Z | Downloaded anyhow v1.0.102 |
| 211 | 2026-07-07T14:52:45.505Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-07-07T14:52:45.507Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 213 | 2026-07-07T14:52:45.518Z | Downloaded proc-macro2 v1.0.106 |
| 214 | 2026-07-07T14:52:45.526Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-07-07T14:52:45.529Z | Downloaded memchr v2.8.0 |
| 216 | 2026-07-07T14:52:45.532Z | Downloaded clap v4.6.1 |
| 217 | 2026-07-07T14:52:45.537Z | Downloaded serde_core v1.0.228 |
| 218 | 2026-07-07T14:52:45.540Z | Downloaded serde v1.0.228 |
| 219 | 2026-07-07T14:52:45.543Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-07-07T14:52:45.569Z | Downloaded hashbrown v0.17.0 |
| 221 | 2026-07-07T14:52:45.572Z | Downloaded regex v1.12.3 |
| 222 | 2026-07-07T14:52:45.580Z | Downloaded clap_builder v4.6.0 |
| 223 | 2026-07-07T14:52:45.590Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-07-07T14:52:45.597Z | Downloaded winnow v1.0.2 |
| 225 | 2026-07-07T14:52:45.603Z | Downloaded syn v2.0.117 |
| 226 | 2026-07-07T14:52:45.626Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-07-07T14:52:45.643Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-07-07T14:52:45.682Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-07T14:52:45.682Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-07-07T14:52:45.682Z | Compiling quote v1.0.45 |
| 231 | 2026-07-07T14:52:45.685Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-07-07T14:52:45.685Z | Compiling memchr v2.8.0 |
| 233 | 2026-07-07T14:52:45.685Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-07-07T14:52:45.685Z | Compiling anstyle v1.0.14 |
| 235 | 2026-07-07T14:52:45.685Z | Compiling colorchoice v1.0.5 |
| 236 | 2026-07-07T14:52:45.889Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-07-07T14:52:45.900Z | Compiling anstyle-query v1.1.5 |
| 238 | 2026-07-07T14:52:45.900Z | Compiling serde v1.0.228 |
| 239 | 2026-07-07T14:52:45.995Z | Compiling zmij v1.0.21 |
| 240 | 2026-07-07T14:52:46.006Z | Compiling is_terminal_polyfill v1.70.2 |
| 241 | 2026-07-07T14:52:46.061Z | Compiling serde_json v1.0.149 |
| 242 | 2026-07-07T14:52:46.086Z | Compiling anstream v1.0.0 |
| 243 | 2026-07-07T14:52:46.176Z | Compiling heck v0.5.0 |
| 244 | 2026-07-07T14:52:46.254Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-07-07T14:52:46.303Z | Compiling winnow v1.0.2 |
| 246 | 2026-07-07T14:52:46.324Z | Compiling camino v1.2.2 |
| 247 | 2026-07-07T14:52:46.366Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-07-07T14:52:46.395Z | Compiling clap_lex v1.1.0 |
| 249 | 2026-07-07T14:52:46.481Z | Compiling thiserror v2.0.18 |
| 250 | 2026-07-07T14:52:46.636Z | Compiling strsim v0.11.1 |
| 251 | 2026-07-07T14:52:46.653Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 252 | 2026-07-07T14:52:47.017Z | Compiling syn v2.0.117 |
| 253 | 2026-07-07T14:52:47.029Z | Compiling clap_builder v4.6.0 |
| 254 | 2026-07-07T14:52:47.088Z | Compiling itoa v1.0.18 |
| 255 | 2026-07-07T14:52:47.169Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 256 | 2026-07-07T14:52:47.285Z | Compiling anyhow v1.0.102 |
| 257 | 2026-07-07T14:52:47.355Z | Compiling lazy_static v1.5.0 |
| 258 | 2026-07-07T14:52:47.395Z | Compiling percent-encoding v2.3.2 |
| 259 | 2026-07-07T14:52:47.839Z | Compiling regex-automata v0.4.14 |
| 260 | 2026-07-07T14:52:47.968Z | Compiling serde_spanned v1.1.1 |
| 261 | 2026-07-07T14:52:47.977Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-07-07T14:52:48.079Z | Compiling semver v1.0.28 |
| 263 | 2026-07-07T14:52:48.215Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-07-07T14:52:48.287Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-07-07T14:52:49.354Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-07-07T14:52:49.354Z | Compiling clap_derive v4.6.1 |
| 267 | 2026-07-07T14:52:49.358Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-07T14:52:49.482Z | Compiling regex v1.12.3 |
| 269 | 2026-07-07T14:52:50.651Z | Compiling clap v4.6.1 |
| 270 | 2026-07-07T14:52:51.577Z | Compiling cargo-readme v3.3.2 |
| 271 | 2026-07-07T14:52:51.577Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-07-07T14:52:52.522Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-07-07T14:52:53.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s |
| 274 | 2026-07-07T14:52:54.034Z | Running `target/debug/xtask package` |
| 275 | 2026-07-07T14:52:58.090Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-07-07T14:52:58.090Z | Compiling quote v1.0.45 |
| 277 | 2026-07-07T14:52:58.090Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-07-07T14:52:58.090Z | Compiling serde_core v1.0.228 |
| 279 | 2026-07-07T14:52:58.090Z | Compiling libc v0.2.186 |
| 280 | 2026-07-07T14:52:58.093Z | Compiling serde v1.0.228 |
| 281 | 2026-07-07T14:52:58.093Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-07-07T14:52:58.093Z | Compiling typenum v1.20.0 |
| 283 | 2026-07-07T14:52:58.232Z | Compiling thiserror v2.0.18 |
| 284 | 2026-07-07T14:52:58.259Z | Compiling memchr v2.8.0 |
| 285 | 2026-07-07T14:52:58.510Z | Compiling log v0.4.29 |
| 286 | 2026-07-07T14:52:58.782Z | Compiling stable_deref_trait v1.2.1 |
| 287 | 2026-07-07T14:52:58.880Z | Compiling strsim v0.11.1 |
| 288 | 2026-07-07T14:52:58.929Z | Compiling scopeguard v1.2.0 |
| 289 | 2026-07-07T14:52:58.949Z | Compiling autocfg v1.5.0 |
| 290 | 2026-07-07T14:52:59.006Z | Compiling lock_api v0.4.14 |
| 291 | 2026-07-07T14:52:59.022Z | Compiling errno v0.3.14 |
| 292 | 2026-07-07T14:52:59.168Z | Compiling smallvec v1.15.1 |
| 293 | 2026-07-07T14:52:59.189Z | Compiling foldhash v0.2.0 |
| 294 | 2026-07-07T14:52:59.298Z | Compiling equivalent v1.0.2 |
| 295 | 2026-07-07T14:52:59.394Z | Compiling heck v0.5.0 |
| 296 | 2026-07-07T14:52:59.433Z | Compiling syn v2.0.117 |
| 297 | 2026-07-07T14:52:59.433Z | Compiling rustversion v1.0.22 |
| 298 | 2026-07-07T14:52:59.492Z | Compiling ident_case v1.0.1 |
| 299 | 2026-07-07T14:52:59.501Z | Compiling jobserver v0.1.34 |
| 300 | 2026-07-07T14:52:59.585Z | Compiling find-msvc-tools v0.1.9 |
| 301 | 2026-07-07T14:52:59.604Z | Compiling zeroize v1.8.2 |
| 302 | 2026-07-07T14:52:59.741Z | Compiling shlex v1.3.0 |
| 303 | 2026-07-07T14:52:59.815Z | Compiling rustix v1.1.4 |
| 304 | 2026-07-07T14:52:59.818Z | Compiling libm v0.2.16 |
| 305 | 2026-07-07T14:52:59.924Z | Compiling cc v1.2.61 |
| 306 | 2026-07-07T14:52:59.995Z | Compiling anyhow v1.0.102 |
| 307 | 2026-07-07T14:53:00.160Z | Compiling num-traits v0.2.19 |
| 308 | 2026-07-07T14:53:00.328Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-07-07T14:53:00.359Z | Compiling version_check v0.9.5 |
| 310 | 2026-07-07T14:53:00.398Z | Compiling const-oid v0.9.6 |
| 311 | 2026-07-07T14:53:00.558Z | Compiling bitflags v2.11.1 |
| 312 | 2026-07-07T14:53:00.620Z | Compiling generic-array v0.14.7 |
| 313 | 2026-07-07T14:53:00.661Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-07-07T14:53:00.853Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-07-07T14:53:01.064Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-07-07T14:53:01.293Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-07-07T14:53:01.767Z | Compiling once_cell v1.21.4 |
| 318 | 2026-07-07T14:53:01.775Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-07-07T14:53:01.978Z | Compiling indexmap v2.14.0 |
| 320 | 2026-07-07T14:53:02.093Z | Compiling syn v1.0.109 |
| 321 | 2026-07-07T14:53:02.472Z | Compiling synstructure v0.13.2 |
| 322 | 2026-07-07T14:53:02.596Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-07-07T14:53:02.890Z | Compiling itoa v1.0.18 |
| 324 | 2026-07-07T14:53:02.969Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-07-07T14:53:03.438Z | Compiling block-buffer v0.10.4 |
| 326 | 2026-07-07T14:53:03.447Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-07-07T14:53:03.620Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-07-07T14:53:03.637Z | Compiling zerofrom-derive v0.1.7 |
| 329 | 2026-07-07T14:53:04.806Z | Compiling zerocopy-derive v0.8.48 |
| 330 | 2026-07-07T14:53:04.951Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-07-07T14:53:05.218Z | Compiling zerovec-derive v0.11.3 |
| 332 | 2026-07-07T14:53:05.996Z | Compiling regex v1.12.3 |
| 333 | 2026-07-07T14:53:06.304Z | Compiling crypto-common v0.1.7 |
| 334 | 2026-07-07T14:53:06.437Z | Compiling darling_core v0.23.0 |
| 335 | 2026-07-07T14:53:06.797Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-07-07T14:53:06.973Z | Compiling zmij v1.0.21 |
| 337 | 2026-07-07T14:53:07.312Z | Compiling digest v0.10.7 |
| 338 | 2026-07-07T14:53:07.537Z | Compiling spin v0.9.8 |
| 339 | 2026-07-07T14:53:07.760Z | Compiling byteorder v1.5.0 |
| 340 | 2026-07-07T14:53:08.003Z | Compiling radium v0.7.0 |
| 341 | 2026-07-07T14:53:08.018Z | Compiling cmov v0.5.3 |
| 342 | 2026-07-07T14:53:08.248Z | Compiling ctutils v0.4.2 |
| 343 | 2026-07-07T14:53:08.312Z | Compiling displaydoc v0.2.5 |
| 344 | 2026-07-07T14:53:08.484Z | Compiling block-buffer v0.12.0 |
| 345 | 2026-07-07T14:53:08.569Z | Compiling const-oid v0.10.2 |
| 346 | 2026-07-07T14:53:08.598Z | Compiling darling_macro v0.23.0 |
| 347 | 2026-07-07T14:53:08.658Z | Compiling allocator-api2 v0.2.21 |
| 348 | 2026-07-07T14:53:08.667Z | Compiling crc32fast v1.5.0 |
| 349 | 2026-07-07T14:53:08.889Z | Compiling tap v1.0.1 |
| 350 | 2026-07-07T14:53:08.998Z | Compiling wyz v0.5.1 |
| 351 | 2026-07-07T14:53:09.006Z | Compiling hashbrown v0.16.1 |
| 352 | 2026-07-07T14:53:09.053Z | Compiling digest v0.11.2 |
| 353 | 2026-07-07T14:53:09.154Z | Compiling darling v0.23.0 |
| 354 | 2026-07-07T14:53:09.194Z | Compiling base64ct v1.8.3 |
| 355 | 2026-07-07T14:53:09.226Z | Compiling funty v2.0.0 |
| 356 | 2026-07-07T14:53:09.256Z | Compiling simd-adler32 v0.3.9 |
| 357 | 2026-07-07T14:53:09.278Z | Compiling static_assertions v1.1.0 |
| 358 | 2026-07-07T14:53:09.346Z | Compiling typeid v1.0.3 |
| 359 | 2026-07-07T14:53:09.499Z | Compiling either v1.15.0 |
| 360 | 2026-07-07T14:53:09.553Z | Compiling pem-rfc7468 v0.7.0 |
| 361 | 2026-07-07T14:53:09.634Z | Compiling bitvec v1.0.1 |
| 362 | 2026-07-07T14:53:09.720Z | Compiling clap_derive v4.6.1 |
| 363 | 2026-07-07T14:53:09.933Z | Compiling der_derive v0.7.3 |
| 364 | 2026-07-07T14:53:09.985Z | Compiling getrandom v0.2.17 |
| 365 | 2026-07-07T14:53:10.253Z | Compiling utf8parse v0.2.2 |
| 366 | 2026-07-07T14:53:10.313Z | Compiling flagset v0.4.7 |
| 367 | 2026-07-07T14:53:10.359Z | Compiling adler2 v2.0.1 |
| 368 | 2026-07-07T14:53:10.424Z | Compiling cpufeatures v0.2.17 |
| 369 | 2026-07-07T14:53:10.446Z | Compiling unicode-width v0.2.2 |
| 370 | 2026-07-07T14:53:10.492Z | Compiling sha2 v0.10.9 |
| 371 | 2026-07-07T14:53:10.542Z | Compiling miniz_oxide v0.8.9 |
| 372 | 2026-07-07T14:53:10.762Z | Compiling anstyle-parse v1.0.0 |
| 373 | 2026-07-07T14:53:10.894Z | Compiling der v0.7.10 |
| 374 | 2026-07-07T14:53:10.984Z | Compiling rand_core v0.6.4 |
| 375 | 2026-07-07T14:53:11.262Z | Compiling lazy_static v1.5.0 |
| 376 | 2026-07-07T14:53:11.286Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 377 | 2026-07-07T14:53:11.350Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-07-07T14:53:11.421Z | Compiling colorchoice v1.0.5 |
| 379 | 2026-07-07T14:53:11.540Z | Compiling anstyle v1.0.14 |
| 380 | 2026-07-07T14:53:11.699Z | Compiling anstyle-query v1.1.5 |
| 381 | 2026-07-07T14:53:11.801Z | Compiling cpufeatures v0.3.0 |
| 382 | 2026-07-07T14:53:11.813Z | Compiling zlib-rs v0.6.3 |
| 383 | 2026-07-07T14:53:11.822Z | Compiling powerfmt v0.2.0 |
| 384 | 2026-07-07T14:53:11.870Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-07-07T14:53:11.960Z | Compiling deranged v0.5.8 |
| 386 | 2026-07-07T14:53:11.996Z | Compiling anstream v1.0.0 |
| 387 | 2026-07-07T14:53:12.078Z | Compiling spki v0.7.3 |
| 388 | 2026-07-07T14:53:12.388Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-07-07T14:53:12.519Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-07-07T14:53:12.599Z | Compiling object v0.39.1 |
| 391 | 2026-07-07T14:53:12.629Z | Compiling maybe-uninit v2.0.0 |
| 392 | 2026-07-07T14:53:12.858Z | Compiling time-core v0.1.8 |
| 393 | 2026-07-07T14:53:12.892Z | Compiling num-conv v0.2.1 |
| 394 | 2026-07-07T14:53:12.998Z | Compiling twox-hash v2.1.2 |
| 395 | 2026-07-07T14:53:13.031Z | Compiling num_threads v0.1.7 |
| 396 | 2026-07-07T14:53:13.102Z | Compiling ruzstd v0.8.2 |
| 397 | 2026-07-07T14:53:13.118Z | Compiling time v0.3.47 |
| 398 | 2026-07-07T14:53:13.232Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-07-07T14:53:13.673Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-07-07T14:53:13.736Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-07-07T14:53:13.785Z | Compiling num-integer v0.1.46 |
| 402 | 2026-07-07T14:53:14.084Z | Compiling zstd-safe v7.2.4 |
| 403 | 2026-07-07T14:53:14.327Z | Compiling num-bigint-dig v0.8.6 |
| 404 | 2026-07-07T14:53:14.677Z | Compiling rand_core v0.10.1 |
| 405 | 2026-07-07T14:53:14.690Z | Compiling packed_struct v0.10.1 |
| 406 | 2026-07-07T14:53:14.918Z | Compiling flate2 v1.1.9 |
| 407 | 2026-07-07T14:53:14.965Z | Compiling getrandom v0.4.2 |
| 408 | 2026-07-07T14:53:15.086Z | Compiling clap_lex v1.1.0 |
| 409 | 2026-07-07T14:53:15.257Z | Compiling clap_builder v4.6.0 |
| 410 | 2026-07-07T14:53:15.595Z | Compiling bitfield v0.19.4 |
| 411 | 2026-07-07T14:53:16.198Z | Compiling num-iter v0.1.45 |
| 412 | 2026-07-07T14:53:16.785Z | Compiling rand v0.8.6 |
| 413 | 2026-07-07T14:53:17.403Z | Compiling pkcs8 v0.10.2 |
| 414 | 2026-07-07T14:53:17.540Z | Compiling serde_with_macros v3.18.0 |
| 415 | 2026-07-07T14:53:18.174Z | Compiling packed_struct_codegen v0.10.1 |
| 416 | 2026-07-07T14:53:18.389Z | Compiling inout v0.2.2 |
| 417 | 2026-07-07T14:53:18.544Z | Compiling capstone-sys v0.18.0 |
| 418 | 2026-07-07T14:53:18.636Z | Compiling crc-catalog v2.5.0 |
| 419 | 2026-07-07T14:53:18.744Z | Compiling base64 v0.21.7 |
| 420 | 2026-07-07T14:53:18.965Z | Compiling nodrop v0.1.14 |
| 421 | 2026-07-07T14:53:19.057Z | Compiling parking_lot_core v0.9.12 |
| 422 | 2026-07-07T14:53:19.219Z | Compiling fallible-iterator v0.3.0 |
| 423 | 2026-07-07T14:53:19.312Z | Compiling array-init v0.0.4 |
| 424 | 2026-07-07T14:53:19.334Z | Compiling ron v0.8.1 |
| 425 | 2026-07-07T14:53:19.666Z | Compiling crc v3.4.0 |
| 426 | 2026-07-07T14:53:19.845Z | Compiling serde_with v3.18.0 |
| 427 | 2026-07-07T14:53:20.827Z | Compiling cipher v0.5.1 |
| 428 | 2026-07-07T14:53:21.084Z | Compiling pkcs1 v0.7.5 |
| 429 | 2026-07-07T14:53:21.807Z | Compiling smallvec v0.6.14 |
| 430 | 2026-07-07T14:53:22.246Z | Compiling clap v4.6.1 |
| 431 | 2026-07-07T14:53:23.283Z | Compiling signature v2.2.0 |
| 432 | 2026-07-07T14:53:23.461Z | Compiling hmac v0.13.0 |
| 433 | 2026-07-07T14:53:23.510Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-07-07T14:53:23.625Z | Compiling env_filter v1.0.1 |
| 435 | 2026-07-07T14:53:24.027Z | Compiling scroll_derive v0.13.1 |
| 436 | 2026-07-07T14:53:24.839Z | Compiling parse_int v0.9.0 |
| 437 | 2026-07-07T14:53:24.976Z | Compiling slog v2.8.2 |
| 438 | 2026-07-07T14:53:25.073Z | Compiling indexmap v1.9.3 |
| 439 | 2026-07-07T14:53:25.216Z | Compiling serde_json v1.0.149 |
| 440 | 2026-07-07T14:53:25.315Z | Compiling prettyplease v0.2.37 |
| 441 | 2026-07-07T14:53:25.408Z | Compiling jiff v0.2.24 |
| 442 | 2026-07-07T14:53:25.455Z | Compiling bumpalo v3.20.2 |
| 443 | 2026-07-07T14:53:25.558Z | Compiling cpubits v0.1.1 |
| 444 | 2026-07-07T14:53:25.630Z | Compiling rayon-core v1.13.0 |
| 445 | 2026-07-07T14:53:25.672Z | Compiling lzss v0.9.1 |
| 446 | 2026-07-07T14:53:25.748Z | Compiling winnow v1.0.2 |
| 447 | 2026-07-07T14:53:25.852Z | Compiling cpp_demangle v0.5.1 |
| 448 | 2026-07-07T14:53:25.963Z | Compiling subtle v2.6.1 |
| 449 | 2026-07-07T14:53:26.112Z | Compiling portable-atomic v1.13.1 |
| 450 | 2026-07-07T14:53:26.193Z | Compiling libbz2-rs-sys v0.2.3 |
| 451 | 2026-07-07T14:53:26.272Z | Compiling rsa v0.9.10 |
| 452 | 2026-07-07T14:53:26.601Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 453 | 2026-07-07T14:53:28.439Z | Compiling env_logger v0.11.10 |
| 454 | 2026-07-07T14:53:28.474Z | Compiling bzip2 v0.6.1 |
| 455 | 2026-07-07T14:53:28.754Z | Compiling zopfli v0.8.3 |
| 456 | 2026-07-07T14:53:29.147Z | Compiling aes v0.9.0 |
| 457 | 2026-07-07T14:53:29.965Z | Compiling scroll v0.13.0 |
| 458 | 2026-07-07T14:53:29.974Z | Compiling hubpack v0.1.2 |
| 459 | 2026-07-07T14:53:30.234Z | Compiling pbkdf2 v0.13.0 |
| 460 | 2026-07-07T14:53:30.357Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 461 | 2026-07-07T14:53:30.643Z | Compiling serde-hex v0.1.0 |
| 462 | 2026-07-07T14:53:31.030Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 463 | 2026-07-07T14:53:31.279Z | Compiling x509-cert v0.2.5 |
| 464 | 2026-07-07T14:53:31.601Z | Compiling sha1 v0.11.0 |
| 465 | 2026-07-07T14:53:32.079Z | Compiling lzma-rust2 v0.16.2 |
| 466 | 2026-07-07T14:53:32.789Z | Compiling erased-serde v0.3.31 |
| 467 | 2026-07-07T14:53:33.421Z | Compiling zerofrom v0.1.7 |
| 468 | 2026-07-07T14:53:33.539Z | Compiling num-derive v0.4.2 |
| 469 | 2026-07-07T14:53:34.483Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 470 | 2026-07-07T14:53:34.996Z | Compiling serde_spanned v1.1.1 |
| 471 | 2026-07-07T14:53:35.142Z | Compiling semver v1.0.28 |
| 472 | 2026-07-07T14:53:35.506Z | Compiling hashbrown v0.12.3 |
| 473 | 2026-07-07T14:53:36.068Z | Compiling fnv v1.0.7 |
| 474 | 2026-07-07T14:53:36.163Z | Compiling icu_properties_data v2.2.0 |
| 475 | 2026-07-07T14:53:36.400Z | Compiling deflate64 v0.1.12 |
| 476 | 2026-07-07T14:53:36.986Z | Compiling typed-path v0.12.3 |
| 477 | 2026-07-07T14:53:37.611Z | Compiling crc-any v2.5.0 |
| 478 | 2026-07-07T14:53:37.937Z | Compiling constant_time_eq v0.4.2 |
| 479 | 2026-07-07T14:53:38.052Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 480 | 2026-07-07T14:53:38.148Z | Compiling hex v0.4.3 |
| 481 | 2026-07-07T14:53:38.155Z | Compiling ppmd-rust v1.4.0 |
| 482 | 2026-07-07T14:53:38.318Z | Compiling void v1.0.2 |
| 483 | 2026-07-07T14:53:38.419Z | Compiling icu_normalizer_data v2.2.0 |
| 484 | 2026-07-07T14:53:38.578Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 485 | 2026-07-07T14:53:38.652Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-07-07T14:53:38.660Z | Compiling gimli v0.33.0 |
| 487 | 2026-07-07T14:53:41.223Z | Compiling yoke v0.8.2 |
| 488 | 2026-07-07T14:53:42.418Z | Compiling zstd v0.13.3 |
| 489 | 2026-07-07T14:53:42.882Z | Compiling zip v8.6.0 |
| 490 | 2026-07-07T14:53:44.799Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-07-07T14:53:48.190Z | Compiling console v0.16.3 |
| 492 | 2026-07-07T14:53:48.746Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-07-07T14:53:48.892Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-07-07T14:53:49.091Z | Compiling rustc-demangle v0.1.27 |
| 495 | 2026-07-07T14:53:49.194Z | Compiling typed-arena v2.0.2 |
| 496 | 2026-07-07T14:53:49.335Z | Compiling plain v0.2.3 |
| 497 | 2026-07-07T14:53:49.447Z | Compiling path-slash v0.2.1 |
| 498 | 2026-07-07T14:53:49.555Z | Compiling colored v3.1.1 |
| 499 | 2026-07-07T14:53:49.714Z | Compiling unit-prefix v0.5.2 |
| 500 | 2026-07-07T14:53:49.870Z | Compiling indicatif v0.18.4 |
| 501 | 2026-07-07T14:53:50.050Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 502 | 2026-07-07T14:53:50.371Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 503 | 2026-07-07T14:53:50.380Z | Compiling goblin v0.10.5 |
| 504 | 2026-07-07T14:53:50.456Z | Compiling addr2line v0.26.1 |
| 505 | 2026-07-07T14:53:50.487Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-07-07T14:53:51.126Z | Compiling rayon v1.12.0 |
| 507 | 2026-07-07T14:53:53.464Z | Compiling ron v0.12.1 |
| 508 | 2026-07-07T14:53:53.714Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-07-07T14:53:54.228Z | Compiling multimap v0.10.1 |
| 510 | 2026-07-07T14:53:54.427Z | Compiling datamap v0.1.0 |
| 511 | 2026-07-07T14:53:54.733Z | Compiling auto_impl v1.3.0 |
| 512 | 2026-07-07T14:53:55.642Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-07-07T14:53:56.591Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-07-07T14:53:56.878Z | Compiling zerovec v0.11.6 |
| 515 | 2026-07-07T14:53:58.637Z | Compiling parking_lot v0.12.5 |
| 516 | 2026-07-07T14:53:58.766Z | Compiling tinystr v0.8.3 |
| 517 | 2026-07-07T14:53:58.965Z | Compiling rustc_version v0.4.1 |
| 518 | 2026-07-07T14:53:59.228Z | Compiling writeable v0.6.3 |
| 519 | 2026-07-07T14:53:59.424Z | Compiling litemap v0.8.2 |
| 520 | 2026-07-07T14:53:59.610Z | Compiling ryu v1.0.23 |
| 521 | 2026-07-07T14:53:59.902Z | Compiling icu_locale_core v2.2.0 |
| 522 | 2026-07-07T14:53:59.967Z | Compiling heapless v0.7.17 |
| 523 | 2026-07-07T14:54:00.255Z | Compiling potential_utf v0.1.5 |
| 524 | 2026-07-07T14:54:00.410Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 525 | 2026-07-07T14:54:00.829Z | Compiling zerotrie v0.2.4 |
| 526 | 2026-07-07T14:54:01.113Z | Compiling strum_macros v0.28.0 |
| 527 | 2026-07-07T14:54:01.310Z | Compiling utf8_iter v1.0.4 |
| 528 | 2026-07-07T14:54:01.643Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 529 | 2026-07-07T14:54:01.979Z | Compiling icu_collections v2.2.0 |
| 530 | 2026-07-07T14:54:02.444Z | Compiling icu_provider v2.2.0 |
| 531 | 2026-07-07T14:54:02.739Z | Compiling proc-macro-crate v3.5.0 |
| 532 | 2026-07-07T14:54:02.923Z | Compiling strum v0.28.0 |
| 533 | 2026-07-07T14:54:03.169Z | Compiling hash32 v0.2.1 |
| 534 | 2026-07-07T14:54:03.320Z | Compiling strum_macros v0.27.2 |
| 535 | 2026-07-07T14:54:03.374Z | Compiling percent-encoding v2.3.2 |
| 536 | 2026-07-07T14:54:05.148Z | Compiling strum v0.27.2 |
| 537 | 2026-07-07T14:54:05.883Z | Compiling capstone v0.14.0 |
| 538 | 2026-07-07T14:54:06.664Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 539 | 2026-07-07T14:54:06.705Z | Compiling postcard-cobs v0.1.5-pre |
| 540 | 2026-07-07T14:54:06.872Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 541 | 2026-07-07T14:54:07.175Z | Compiling darling_core v0.20.11 |
| 542 | 2026-07-07T14:54:07.536Z | Compiling postcard v0.7.3 |
| 543 | 2026-07-07T14:54:07.704Z | Compiling pkg-version-impl v0.1.1 |
| 544 | 2026-07-07T14:54:07.853Z | Compiling icu_normalizer v2.2.0 |
| 545 | 2026-07-07T14:54:07.853Z | Compiling icu_properties v2.2.0 |
| 546 | 2026-07-07T14:54:08.143Z | Compiling itertools v0.14.0 |
| 547 | 2026-07-07T14:54:08.553Z | Compiling pkg-version v1.0.0 |
| 548 | 2026-07-07T14:54:08.639Z | Compiling unicode-width v0.1.14 |
| 549 | 2026-07-07T14:54:08.920Z | Compiling idna_adapter v1.2.2 |
| 550 | 2026-07-07T14:54:08.951Z | Compiling virtue v0.0.18 |
| 551 | 2026-07-07T14:54:08.957Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 552 | 2026-07-07T14:54:09.048Z | Compiling idna v1.1.0 |
| 553 | 2026-07-07T14:54:09.147Z | Compiling darling_macro v0.20.11 |
| 554 | 2026-07-07T14:54:09.479Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 555 | 2026-07-07T14:54:09.562Z | Compiling bincode_derive v2.0.1 |
| 556 | 2026-07-07T14:54:09.698Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 557 | 2026-07-07T14:54:09.707Z | Compiling darling v0.20.11 |
| 558 | 2026-07-07T14:54:09.781Z | Compiling form_urlencoded v1.2.2 |
| 559 | 2026-07-07T14:54:09.946Z | Compiling bytemuck_derive v1.10.2 |
| 560 | 2026-07-07T14:54:10.193Z | Compiling pin-project-lite v0.2.17 |
| 561 | 2026-07-07T14:54:10.295Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 562 | 2026-07-07T14:54:10.826Z | Compiling url v2.5.8 |
| 563 | 2026-07-07T14:54:10.971Z | Compiling deku_derive v0.18.1 |
| 564 | 2026-07-07T14:54:11.126Z | Compiling bytemuck v1.25.0 |
| 565 | 2026-07-07T14:54:11.361Z | Compiling num_enum_derive v0.7.6 |
| 566 | 2026-07-07T14:54:11.545Z | Compiling jep106 v0.3.0 |
| 567 | 2026-07-07T14:54:11.572Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 568 | 2026-07-07T14:54:11.664Z | Compiling tracing-core v0.1.36 |
| 569 | 2026-07-07T14:54:11.825Z | Compiling csv-core v0.1.13 |
| 570 | 2026-07-07T14:54:11.954Z | Compiling no_std_io2 v0.8.1 |
| 571 | 2026-07-07T14:54:12.025Z | Compiling base64 v0.22.1 |
| 572 | 2026-07-07T14:54:12.336Z | Compiling unty v0.0.4 |
| 573 | 2026-07-07T14:54:12.369Z | Compiling heapless v0.9.3 |
| 574 | 2026-07-07T14:54:12.424Z | Compiling futures-core v0.3.32 |
| 575 | 2026-07-07T14:54:12.520Z | Compiling unsafe-libyaml v0.2.11 |
| 576 | 2026-07-07T14:54:12.713Z | Compiling bincode v2.0.1 |
| 577 | 2026-07-07T14:54:12.759Z | Compiling deku v0.18.1 |
| 578 | 2026-07-07T14:54:12.866Z | Compiling num_enum v0.7.6 |
| 579 | 2026-07-07T14:54:12.917Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 580 | 2026-07-07T14:54:12.986Z | Compiling csv v1.4.0 |
| 581 | 2026-07-07T14:54:13.060Z | Compiling serde_yaml v0.9.34+deprecated |
| 582 | 2026-07-07T14:54:13.527Z | Compiling hash32 v0.3.1 |
| 583 | 2026-07-07T14:54:13.685Z | Compiling md-5 v0.10.6 |
| 584 | 2026-07-07T14:54:13.873Z | Compiling serde_plain v1.0.2 |
| 585 | 2026-07-07T14:54:14.167Z | Compiling miette-derive v7.6.0 |
| 586 | 2026-07-07T14:54:14.177Z | Compiling tracing-attributes v0.1.31 |
| 587 | 2026-07-07T14:54:14.207Z | Compiling async-io v2.6.0 |
| 588 | 2026-07-07T14:54:14.318Z | Compiling object v0.38.1 |
| 589 | 2026-07-07T14:54:14.633Z | Compiling slab v0.4.12 |
| 590 | 2026-07-07T14:54:14.714Z | Compiling libdevinfo-sys v1.1.0 |
| 591 | 2026-07-07T14:54:14.816Z | Compiling devinfo v0.1.0 |
| 592 | 2026-07-07T14:54:14.976Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 593 | 2026-07-07T14:54:15.030Z | Compiling esp-idf-part v0.6.0 |
| 594 | 2026-07-07T14:54:15.286Z | Compiling miette v7.6.0 |
| 595 | 2026-07-07T14:54:15.434Z | Compiling tracing v0.1.44 |
| 596 | 2026-07-07T14:54:15.839Z | Compiling futures-lite v2.6.1 |
| 597 | 2026-07-07T14:54:16.309Z | Compiling gimli v0.32.3 |
| 598 | 2026-07-07T14:54:16.374Z | Compiling md-5 v0.11.0 |
| 599 | 2026-07-07T14:54:16.388Z | Compiling docsplay-macros v0.1.2 |
| 600 | 2026-07-07T14:54:16.544Z | Compiling concurrent-queue v2.5.0 |
| 601 | 2026-07-07T14:54:16.686Z | Compiling polling v3.11.0 |
| 602 | 2026-07-07T14:54:16.783Z | Compiling rmp v0.8.15 |
| 603 | 2026-07-07T14:54:16.845Z | Compiling futures-io v0.3.32 |
| 604 | 2026-07-07T14:54:17.081Z | Compiling parking v2.2.1 |
| 605 | 2026-07-07T14:54:17.321Z | Compiling docsplay v0.1.3 |
| 606 | 2026-07-07T14:54:17.368Z | Compiling rmp-serde v1.3.1 |
| 607 | 2026-07-07T14:54:17.893Z | Compiling cobs v0.5.1 |
| 608 | 2026-07-07T14:54:18.289Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 609 | 2026-07-07T14:54:19.652Z | Compiling espflash v4.4.0 |
| 610 | 2026-07-07T14:54:20.088Z | Compiling ihex v3.0.0 |
| 611 | 2026-07-07T14:54:20.420Z | Compiling uf2-decode v0.2.0 |
| 612 | 2026-07-07T14:54:20.487Z | Compiling dunce v1.0.5 |
| 613 | 2026-07-07T14:54:20.587Z | Compiling chacha20 v0.10.0 |
| 614 | 2026-07-07T14:54:20.754Z | Compiling unicode-segmentation v1.13.2 |
| 615 | 2026-07-07T14:54:20.901Z | Compiling rand v0.10.1 |
| 616 | 2026-07-07T14:54:20.972Z | Compiling signal-hook v0.3.18 |
| 617 | 2026-07-07T14:54:21.712Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 618 | 2026-07-07T14:54:22.073Z | Compiling signal-hook-registry v1.4.8 |
| 619 | 2026-07-07T14:54:22.084Z | Compiling convert_case v0.10.0 |
| 620 | 2026-07-07T14:54:22.349Z | Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net) |
| 621 | 2026-07-07T14:54:22.807Z | Compiling mio v0.8.11 |
| 622 | 2026-07-07T14:54:23.166Z | Compiling mio v1.2.0 |
| 623 | 2026-07-07T14:54:23.319Z | Compiling derive_more-impl v2.1.1 |
| 624 | 2026-07-07T14:54:23.821Z | Compiling signal-hook-mio v0.2.5 |
| 625 | 2026-07-07T14:54:24.024Z | Compiling litrs v1.0.0 |
| 626 | 2026-07-07T14:54:24.470Z | Compiling derive_more v2.1.1 |
| 627 | 2026-07-07T14:54:24.479Z | Compiling document-features v0.2.12 |
| 628 | 2026-07-07T14:54:24.550Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 629 | 2026-07-07T14:54:25.103Z | Compiling crossterm v0.29.0 |
| 630 | 2026-07-07T14:54:25.414Z | Compiling convert_case v0.11.0 |
| 631 | 2026-07-07T14:54:25.460Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 632 | 2026-07-07T14:54:26.400Z | Compiling camino v1.2.2 |
| 633 | 2026-07-07T14:54:26.594Z | Compiling paste v1.0.15 |
| 634 | 2026-07-07T14:54:27.295Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 635 | 2026-07-07T14:54:27.855Z | Compiling crossbeam-channel v0.5.15 |
| 636 | 2026-07-07T14:54:27.885Z | Compiling castaway v0.2.4 |
| 637 | 2026-07-07T14:54:28.214Z | Compiling thiserror v1.0.69 |
| 638 | 2026-07-07T14:54:28.342Z | Compiling instability v0.3.12 |
| 639 | 2026-07-07T14:54:28.583Z | Compiling indoc v2.0.7 |
| 640 | 2026-07-07T14:54:28.825Z | Compiling unicode-truncate v2.0.1 |
| 641 | 2026-07-07T14:54:28.983Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 642 | 2026-07-07T14:54:29.022Z | Compiling compact_str v0.9.0 |
| 643 | 2026-07-07T14:54:29.671Z | Compiling lru v0.16.4 |
| 644 | 2026-07-07T14:54:29.733Z | Compiling kasuari v0.4.12 |
| 645 | 2026-07-07T14:54:29.744Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-07-07T14:54:29.864Z | Compiling crossbeam-queue v0.3.12 |
| 647 | 2026-07-07T14:54:29.900Z | Compiling cargo-platform v0.3.3 |
| 648 | 2026-07-07T14:54:30.035Z | Compiling ratatui-core v0.1.0 |
| 649 | 2026-07-07T14:54:30.175Z | Compiling cargo_metadata v0.23.1 |
| 650 | 2026-07-07T14:54:30.413Z | Compiling crossbeam v0.8.4 |
| 651 | 2026-07-07T14:54:30.489Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-07-07T14:54:31.182Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 653 | 2026-07-07T14:54:32.020Z | Compiling bitflags v1.3.2 |
| 654 | 2026-07-07T14:54:32.166Z | Compiling base64 v0.13.1 |
| 655 | 2026-07-07T14:54:32.214Z | Compiling binrw_derive v0.14.2 |
| 656 | 2026-07-07T14:54:32.446Z | Compiling strict v0.2.0 |
| 657 | 2026-07-07T14:54:32.581Z | Compiling ron v0.6.6 |
| 658 | 2026-07-07T14:54:32.591Z | Compiling crokey-proc_macros v1.4.0 |
| 659 | 2026-07-07T14:54:32.838Z | Compiling crossterm v0.23.2 |
| 660 | 2026-07-07T14:54:33.279Z | Compiling line-clipping v0.3.7 |
| 661 | 2026-07-07T14:54:33.288Z | Compiling owo-colors v3.5.0 |
| 662 | 2026-07-07T14:54:33.755Z | Compiling binrw v0.14.2 |
| 663 | 2026-07-07T14:54:33.928Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 664 | 2026-07-07T14:54:34.101Z | Compiling cargo-readme v3.3.2 |
| 665 | 2026-07-07T14:54:34.735Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 666 | 2026-07-07T14:54:34.901Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 667 | 2026-07-07T14:54:36.690Z | Compiling crokey v1.4.0 |
| 668 | 2026-07-07T14:54:36.730Z | Compiling ratatui-widgets v0.3.0 |
| 669 | 2026-07-07T14:54:37.407Z | Compiling coolor v0.8.0 |
| 670 | 2026-07-07T14:54:37.684Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 671 | 2026-07-07T14:54:38.249Z | Compiling coolor v1.1.0 |
| 672 | 2026-07-07T14:54:38.398Z | Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump) |
| 673 | 2026-07-07T14:54:38.496Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 674 | 2026-07-07T14:54:38.520Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 675 | 2026-07-07T14:54:39.583Z | Compiling half v2.7.1 |
| 676 | 2026-07-07T14:54:39.947Z | Compiling minimad v0.14.0 |
| 677 | 2026-07-07T14:54:39.991Z | Compiling minimad v0.13.1 |
| 678 | 2026-07-07T14:54:40.439Z | Compiling array-init v2.1.0 |
| 679 | 2026-07-07T14:54:40.556Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 680 | 2026-07-07T14:54:40.673Z | Compiling convert_case v0.4.0 |
| 681 | 2026-07-07T14:54:40.840Z | Compiling ciborium-io v0.2.2 |
| 682 | 2026-07-07T14:54:40.936Z | Compiling ciborium-ll v0.2.2 |
| 683 | 2026-07-07T14:54:40.973Z | Compiling derive_more v0.99.20 |
| 684 | 2026-07-07T14:54:41.217Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 685 | 2026-07-07T14:54:41.997Z | Compiling termimad v0.25.7 |
| 686 | 2026-07-07T14:54:42.562Z | Compiling termimad v0.34.1 |
| 687 | 2026-07-07T14:54:43.253Z | Compiling ratatui-macros v0.7.0 |
| 688 | 2026-07-07T14:54:43.347Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 689 | 2026-07-07T14:54:43.437Z | Compiling ratatui-crossterm v0.1.0 |
| 690 | 2026-07-07T14:54:43.683Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 691 | 2026-07-07T14:54:43.970Z | Compiling sha2 v0.11.0 |
| 692 | 2026-07-07T14:54:44.138Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 693 | 2026-07-07T14:54:44.161Z | Compiling iana-time-zone v0.1.65 |
| 694 | 2026-07-07T14:54:44.403Z | Compiling xml v1.2.1 |
| 695 | 2026-07-07T14:54:44.626Z | Compiling parse-size v1.1.0 |
| 696 | 2026-07-07T14:54:44.830Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-07-07T14:54:46.169Z | Compiling serde-xml-rs v0.8.2 |
| 698 | 2026-07-07T14:54:47.633Z | Compiling chrono v0.4.44 |
| 699 | 2026-07-07T14:54:49.094Z | Compiling ratatui v0.30.0 |
| 700 | 2026-07-07T14:54:49.543Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 701 | 2026-07-07T14:54:49.775Z | Compiling raw-cpuid v11.6.0 |
| 702 | 2026-07-07T14:54:50.224Z | Compiling ciborium v0.2.2 |
| 703 | 2026-07-07T14:54:51.239Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 704 | 2026-07-07T14:54:51.512Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 705 | 2026-07-07T14:54:52.095Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 706 | 2026-07-07T14:54:52.233Z | Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin) |
| 707 | 2026-07-07T14:54:52.721Z | Compiling tracing-log v0.2.0 |
| 708 | 2026-07-07T14:54:52.797Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 709 | 2026-07-07T14:54:53.166Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 710 | 2026-07-07T14:54:53.573Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 711 | 2026-07-07T14:54:53.763Z | Compiling sharded-slab v0.1.7 |
| 712 | 2026-07-07T14:54:53.869Z | Compiling matchers v0.2.0 |
| 713 | 2026-07-07T14:54:54.039Z | Compiling termios v0.3.3 |
| 714 | 2026-07-07T14:54:54.232Z | Compiling thread_local v1.1.9 |
| 715 | 2026-07-07T14:54:54.522Z | Compiling splitty v1.0.2 |
| 716 | 2026-07-07T14:54:54.559Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 717 | 2026-07-07T14:54:54.675Z | Compiling nu-ansi-term v0.50.3 |
| 718 | 2026-07-07T14:54:54.703Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 719 | 2026-07-07T14:54:54.921Z | Compiling tracing-subscriber v0.3.23 |
| 720 | 2026-07-07T14:54:54.930Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 721 | 2026-07-07T14:54:55.159Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 722 | 2026-07-07T14:54:55.319Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 723 | 2026-07-07T14:54:56.897Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 724 | 2026-07-07T14:54:57.389Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 725 | 2026-07-07T14:54:58.436Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 726 | 2026-07-07T14:54:59.606Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 727 | 2026-07-07T14:55:00.536Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 728 | 2026-07-07T14:55:01.838Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 729 | 2026-07-07T14:55:02.124Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 730 | 2026-07-07T14:55:03.048Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 731 | 2026-07-07T14:55:03.162Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 732 | 2026-07-07T14:55:07.915Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 733 | 2026-07-07T14:55:08.865Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 734 | 2026-07-07T14:55:12.537Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 735 | 2026-07-07T14:55:12.695Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 736 | 2026-07-07T14:55:12.987Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 737 | 2026-07-07T14:55:15.491Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 738 | 2026-07-07T14:55:16.387Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 739 | 2026-07-07T14:55:18.839Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 740 | 2026-07-07T14:55:19.406Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 741 | 2026-07-07T14:55:20.403Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 742 | 2026-07-07T14:55:21.786Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 743 | 2026-07-07T14:55:23.037Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 744 | 2026-07-07T14:55:23.835Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 745 | 2026-07-07T14:55:25.284Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 746 | 2026-07-07T14:55:25.740Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 747 | 2026-07-07T14:55:26.177Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 748 | 2026-07-07T14:55:26.699Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 749 | 2026-07-07T14:55:26.908Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 750 | 2026-07-07T14:55:28.651Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 751 | 2026-07-07T14:55:30.070Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 752 | 2026-07-07T14:55:31.195Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 753 | 2026-07-07T14:55:31.725Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 754 | 2026-07-07T14:55:33.253Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 755 | 2026-07-07T14:55:33.647Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 756 | 2026-07-07T14:55:34.359Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 757 | 2026-07-07T14:55:34.636Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 758 | 2026-07-07T14:55:36.849Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 759 | 2026-07-07T14:55:37.848Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 760 | 2026-07-07T14:55:38.058Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 761 | 2026-07-07T14:55:38.210Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 762 | 2026-07-07T14:55:38.456Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 763 | 2026-07-07T14:55:39.788Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 764 | 2026-07-07T14:55:41.558Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 765 | 2026-07-07T14:55:42.437Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 766 | 2026-07-07T14:55:42.629Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 767 | 2026-07-07T14:55:43.701Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 768 | 2026-07-07T14:55:43.884Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 769 | 2026-07-07T14:55:45.190Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 770 | 2026-07-07T14:55:45.445Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 771 | 2026-07-07T14:55:45.536Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 772 | 2026-07-07T14:55:46.156Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 773 | 2026-07-07T14:56:07.312Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s |
| 774 | 2026-07-07T14:57:06.675Z | pkg://helios/developer/debug/humility@0.13.1.705,5.11-3.0:20260707T145613Z |
| 775 | 2026-07-07T14:57:06.675Z | PUBLISHED |
| 776 | 2026-07-07T14:57:06.892Z | Retrieving packages for publisher helios ... |
| 777 | 2026-07-07T14:57:06.895Z | Retrieving catalog 'helios' ... Done |
| 778 | 2026-07-07T14:57:06.898Z | Retrieving and evaluating 1 package(s)... |
| 779 | 2026-07-07T14:57:06.898Z | Fetching manifests: 1/1 100% complete |
| 780 | 2026-07-07T14:57:06.898Z | Fetching manifests: 1/1 100% complete |
| 781 | 2026-07-07T14:57:06.898Z | |
| 782 | 2026-07-07T14:57:06.898Z | Archiving packages ... |
| 783 | 2026-07-07T14:57:06.898Z | Packages to add: 1 |
| 784 | 2026-07-07T14:57:06.898Z | Files to retrieve: 1 |
| 785 | 2026-07-07T14:57:06.898Z | Estimated transfer size: 132.88 MB |
| 786 | 2026-07-07T14:57:06.899Z | |
| 787 | 2026-07-07T14:57:06.899Z | Packages to archive: |
| 788 | 2026-07-07T14:57:06.899Z | developer/debug/humility@0.13.1.705,5.11-3.0:20260707T145613Z |
| 789 | 2026-07-07T14:57:06.899Z | |
| 790 | 2026-07-07T14:57:06.899Z | Download: 0/1 items 0.0/132.9MB 0% complete |
| 791 | 2026-07-07T14:57:07.142Z | Download: Completed 132.88 MB in 0.25 seconds (538M/s) |
| 792 | 2026-07-07T14:57:07.146Z | Archiving: 1/10 items 0.0/132.9MB 0% complete |
| 793 | 2026-07-07T14:57:07.171Z | Archiving: Completed 132.90 MB in 0.03 seconds |
| 794 | 2026-07-07T14:57:07.215Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.705-3.0.p5p. |
| 795 | 2026-07-07T14:57:07.222Z | |
| 796 | 2026-07-07T14:57:07.225Z | real 4:34.152874531 |
| 797 | 2026-07-07T14:57:07.226Z | user 22:34.090882175 |
| 798 | 2026-07-07T14:57:07.226Z | sys 1:38.706401820 |
| 799 | 2026-07-07T14:57:07.226Z | trap 0.678393273 |
| 800 | 2026-07-07T14:57:07.226Z | tflt 1.083649238 |
| 801 | 2026-07-07T14:57:07.226Z | dflt 1.530396189 |
| 802 | 2026-07-07T14:57:07.226Z | kflt 0.010291175 |
| 803 | 2026-07-07T14:57:07.226Z | lock 1:34:49.319390352 |
| 804 | 2026-07-07T14:57:07.226Z | slp 1:12:55.178130825 |
| 805 | 2026-07-07T14:57:07.226Z | lat 1:21.337981677 |
| 806 | 2026-07-07T14:57:07.226Z | stop 1:13.614197907 |
| 807 | 2026-07-07T14:57:07.226Z | + banner copy |
| 808 | 2026-07-07T14:57:07.226Z | |
| 809 | 2026-07-07T14:57:07.226Z | #### #### ##### # # |
| 810 | 2026-07-07T14:57:07.226Z | # # # # # # # # |
| 811 | 2026-07-07T14:57:07.226Z | # # # # # # |
| 812 | 2026-07-07T14:57:07.226Z | # # # ##### # |
| 813 | 2026-07-07T14:57:07.226Z | # # # # # # |
| 814 | 2026-07-07T14:57:07.226Z | #### #### # # |
| 815 | 2026-07-07T14:57:07.226Z | |
| 816 | 2026-07-07T14:57:07.226Z | + pfexec mkdir -p /out |
| 817 | 2026-07-07T14:57:07.229Z | + pfexec chown 12345 /out |
| 818 | 2026-07-07T14:57:07.230Z | + PKG_NAME=/out/humility.p5p |
| 819 | 2026-07-07T14:57:07.230Z | + mv pkg/packages/repo/humility-0.13.1.705-3.0.p5p /out/humility.p5p |
| 820 | 2026-07-07T14:57:07.330Z | + sha256sum /out/humility.p5p |
| 821 | 2026-07-07T14:57:07.408Z | process exited: duration 281243 ms, exit code 0 |
| |
| 822 | 2026-07-07T14:57:07.420Z | found 2 output files |
| 823 | 2026-07-07T14:57:07.420Z | uploading: /out/humility.p5p (139356160 bytes) |
| 824 | 2026-07-07T14:57:09.321Z | uploaded: /out/humility.p5p |
| 825 | 2026-07-07T14:57:09.321Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 826 | 2026-07-07T14:57:10.329Z | uploaded: /out/humility.p5p.sha256 |